@nhdropshipping/y-components 1.0.29 → 1.0.31
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/components/QueryEncapsulation.vue.d.ts +8 -2
- package/dist/components/QueryEncapsulation.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +991 -999
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as ge, computed as
|
|
1
|
+
import { defineComponent as ge, computed as N, createElementBlock as u, openBlock as i, normalizeClass as E, createElementVNode as o, renderSlot as ae, Fragment as oe, renderList as ce, createCommentVNode as W, toDisplayString as G, ref as K, watch as ee, normalizeStyle as fe, nextTick as le, onMounted as Ce, onUnmounted as Ee, resolveComponent as Ae, createVNode as se, Transition as xe, withCtx as re, createTextVNode as $e, createBlock as Me, withKeys as ke, withModifiers as J, withDirectives as Be, vModelText as lt, Teleport as Fe, vShow as Ke, provide as ot, reactive as at, TransitionGroup as st, resolveDynamicComponent as it, onBeforeUnmount as rt, render as Xe } from "vue";
|
|
2
2
|
const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "content" }, dt = {
|
|
3
3
|
key: 1,
|
|
4
4
|
class: "y-btn-group",
|
|
@@ -30,14 +30,14 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
30
30
|
emits: ["click", "group-click"],
|
|
31
31
|
setup(e, { emit: $ }) {
|
|
32
32
|
const t = e, n = $;
|
|
33
|
-
function
|
|
33
|
+
function m(C) {
|
|
34
34
|
if (t.disabled || t.loading) {
|
|
35
35
|
C.preventDefault(), C.stopPropagation();
|
|
36
36
|
return;
|
|
37
37
|
}
|
|
38
38
|
n("click", C);
|
|
39
39
|
}
|
|
40
|
-
const p =
|
|
40
|
+
const p = N(() => {
|
|
41
41
|
switch (t.groupPosition) {
|
|
42
42
|
case "start":
|
|
43
43
|
return "group-pos-start";
|
|
@@ -48,24 +48,24 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
48
48
|
default:
|
|
49
49
|
return "group-pos-single";
|
|
50
50
|
}
|
|
51
|
-
}), y =
|
|
52
|
-
function
|
|
51
|
+
}), y = N(() => Array.isArray(t.groupItems) && t.groupItems.length > 0);
|
|
52
|
+
function I(C, z) {
|
|
53
53
|
if (t.disabled || t.loading || C.disabled || C.loading) {
|
|
54
|
-
|
|
54
|
+
z.preventDefault(), z.stopPropagation();
|
|
55
55
|
return;
|
|
56
56
|
}
|
|
57
|
-
n("group-click", C.value,
|
|
57
|
+
n("group-click", C.value, z);
|
|
58
58
|
}
|
|
59
|
-
return (C,
|
|
60
|
-
(i(!0), u(
|
|
59
|
+
return (C, z) => y.value ? (i(), u("div", dt, [
|
|
60
|
+
(i(!0), u(oe, null, ce(e.groupItems, (k, w) => {
|
|
61
61
|
var g;
|
|
62
62
|
return i(), u("button", {
|
|
63
|
-
key: k.value ??
|
|
63
|
+
key: k.value ?? w,
|
|
64
64
|
class: E(["y-btn", [
|
|
65
65
|
`y-btn--${k.variant ?? e.variant}`,
|
|
66
66
|
`y-btn--${k.size ?? e.size}`,
|
|
67
67
|
"is-grouped",
|
|
68
|
-
|
|
68
|
+
w === 0 ? "group-pos-start" : w === (((g = e.groupItems) == null ? void 0 : g.length) || 0) - 1 ? "group-pos-end" : "group-pos-middle",
|
|
69
69
|
{ "is-loading": k.loading || e.loading }
|
|
70
70
|
]]),
|
|
71
71
|
type: e.htmlType,
|
|
@@ -73,23 +73,23 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
73
73
|
"aria-busy": k.loading || e.loading ? "true" : "false",
|
|
74
74
|
"aria-disabled": (k.disabled ?? !1) || e.disabled || e.loading || k.loading ? "true" : "false",
|
|
75
75
|
"aria-label": k.ariaLabel || k.label,
|
|
76
|
-
onClick: (x) =>
|
|
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, [...z[0] || (z[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, [...z[1] || (z[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",
|
|
89
89
|
"clip-rule": "evenodd"
|
|
90
90
|
}, null, -1)
|
|
91
91
|
])])) : W("", !0),
|
|
92
|
-
k.label && !k.onlyIcon ? (i(), u("span", yt,
|
|
92
|
+
k.label && !k.onlyIcon ? (i(), u("span", yt, G(k.label), 1)) : W("", !0)
|
|
93
93
|
])
|
|
94
94
|
], 10, ft);
|
|
95
95
|
}), 128))
|
|
@@ -106,17 +106,17 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
106
106
|
disabled: e.disabled || e.loading,
|
|
107
107
|
"aria-busy": e.loading ? "true" : "false",
|
|
108
108
|
"aria-disabled": e.disabled || e.loading ? "true" : "false",
|
|
109
|
-
onClick:
|
|
109
|
+
onClick: m
|
|
110
110
|
}, [
|
|
111
111
|
o("span", ct, [
|
|
112
|
-
|
|
112
|
+
ae(C.$slots, "default", {}, void 0, !0)
|
|
113
113
|
])
|
|
114
114
|
], 10, ut));
|
|
115
115
|
}
|
|
116
116
|
}), me = (e, $) => {
|
|
117
117
|
const t = e.__vccOpts || e;
|
|
118
|
-
for (const [n,
|
|
119
|
-
t[n] =
|
|
118
|
+
for (const [n, m] of $)
|
|
119
|
+
t[n] = m;
|
|
120
120
|
return t;
|
|
121
121
|
}, Ne = /* @__PURE__ */ me(gt, [["__scopeId", "data-v-40819241"]]), mt = ["id", "name", "type", "placeholder", "autocomplete", "inputmode", "disabled", "required", "value"], wt = /* @__PURE__ */ ge({
|
|
122
122
|
__name: "yinput",
|
|
@@ -137,19 +137,19 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
137
137
|
},
|
|
138
138
|
emits: ["update:modelValue"],
|
|
139
139
|
setup(e, { emit: $ }) {
|
|
140
|
-
const t = e, n = $,
|
|
141
|
-
|
|
142
|
-
|
|
140
|
+
const t = e, n = $, m = K(null), p = K(""), y = K(!1), I = K(!1), C = K(t.placeholder || "");
|
|
141
|
+
ee(() => t.placeholder, (g) => {
|
|
142
|
+
I.value || (C.value = g || "");
|
|
143
143
|
});
|
|
144
|
-
function
|
|
144
|
+
function z(g) {
|
|
145
145
|
const x = g.target;
|
|
146
146
|
y.value = !0, n("update:modelValue", x.value);
|
|
147
147
|
}
|
|
148
148
|
function k() {
|
|
149
|
-
|
|
149
|
+
I.value = !0, t.clearOnFocus && (p.value = t.modelValue || "", y.value = !1, C.value = p.value || t.placeholder || "", n("update:modelValue", ""));
|
|
150
150
|
}
|
|
151
|
-
function
|
|
152
|
-
|
|
151
|
+
function w() {
|
|
152
|
+
I.value = !1, t.clearOnFocus && !y.value && (!t.modelValue || t.modelValue === "") && n("update:modelValue", p.value), C.value = t.placeholder || "";
|
|
153
153
|
}
|
|
154
154
|
return (g, x) => (i(), u("div", {
|
|
155
155
|
class: E(["y-input-wrap", { "is-block": e.block }]),
|
|
@@ -157,7 +157,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
157
157
|
}, [
|
|
158
158
|
o("input", {
|
|
159
159
|
ref_key: "inputRef",
|
|
160
|
-
ref:
|
|
160
|
+
ref: m,
|
|
161
161
|
class: E(["y-input", `y-input--${e.size}`]),
|
|
162
162
|
id: e.id,
|
|
163
163
|
name: e.name,
|
|
@@ -168,9 +168,9 @@ 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: z,
|
|
172
172
|
onFocus: k,
|
|
173
|
-
onBlur:
|
|
173
|
+
onBlur: w
|
|
174
174
|
}, null, 42, mt)
|
|
175
175
|
], 6));
|
|
176
176
|
}
|
|
@@ -207,7 +207,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
207
207
|
}, Kt = ["onClick"], Ht = {
|
|
208
208
|
key: 1,
|
|
209
209
|
class: "col-select"
|
|
210
|
-
}, Wt = ["value", "checked", "onChange"], Rt = ["colspan"],
|
|
210
|
+
}, Wt = ["value", "checked", "onChange"], Rt = ["colspan"], Vt = /* @__PURE__ */ ge({
|
|
211
211
|
__name: "ytable",
|
|
212
212
|
props: {
|
|
213
213
|
data: {},
|
|
@@ -234,20 +234,20 @@ 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 = $,
|
|
238
|
-
() => t.columns.filter((l) => !
|
|
237
|
+
const t = e, n = $, m = K(t.currentPage || 1), p = K(t.pageSize), y = K([]), I = K(/* @__PURE__ */ new Set()), C = K("none"), z = K(), k = K(), w = K(), g = K(), x = K([]), Y = K({}), X = N(
|
|
238
|
+
() => t.columns.filter((l) => !Z(l.width)).map((l) => l.key)
|
|
239
239
|
);
|
|
240
|
-
function
|
|
240
|
+
function A() {
|
|
241
241
|
return `${(100 / (X.value.length || 1)).toFixed(6)}%`;
|
|
242
242
|
}
|
|
243
|
-
const
|
|
243
|
+
const D = K(), T = K({
|
|
244
244
|
show: !1,
|
|
245
245
|
thumbHeight: 40,
|
|
246
246
|
thumbTop: 0
|
|
247
247
|
});
|
|
248
|
-
let
|
|
249
|
-
const
|
|
250
|
-
function
|
|
248
|
+
let B = !1, F = 0, O = 0;
|
|
249
|
+
const q = K(0);
|
|
250
|
+
function Z(l) {
|
|
251
251
|
if (l == null) return;
|
|
252
252
|
if (typeof l == "number")
|
|
253
253
|
return Number.isFinite(l) ? `${l}px` : void 0;
|
|
@@ -255,110 +255,110 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
255
255
|
if (c)
|
|
256
256
|
return /^\d+(\.\d+)?$/.test(c) ? `${c}px` : c;
|
|
257
257
|
}
|
|
258
|
-
function
|
|
259
|
-
const c =
|
|
258
|
+
function ie(l) {
|
|
259
|
+
const c = Z(l);
|
|
260
260
|
if (!c) return null;
|
|
261
|
-
const
|
|
262
|
-
return Number.isFinite(
|
|
261
|
+
const _ = parseFloat(c);
|
|
262
|
+
return Number.isFinite(_) ? _ : null;
|
|
263
263
|
}
|
|
264
|
-
const ue =
|
|
264
|
+
const ue = N(() => {
|
|
265
265
|
let l = t.columns.length;
|
|
266
266
|
return t.selectable && (l += 1), t.expandable && (l += 1), l;
|
|
267
|
-
}),
|
|
267
|
+
}), te = N(() => {
|
|
268
268
|
if (!t.searchKeyword || !t.searchFields.length)
|
|
269
269
|
return t.data;
|
|
270
270
|
const l = t.searchKeyword.toLowerCase();
|
|
271
|
-
return t.data.filter((c) => t.searchFields.some((
|
|
272
|
-
const
|
|
273
|
-
return String(
|
|
271
|
+
return t.data.filter((c) => t.searchFields.some((_) => {
|
|
272
|
+
const M = r(c, _);
|
|
273
|
+
return String(M).toLowerCase().includes(l);
|
|
274
274
|
}));
|
|
275
|
-
}), ve =
|
|
275
|
+
}), ve = N(() => (t.pagination, te.value)), pe = N(() => {
|
|
276
276
|
if (!t.selectable) return !1;
|
|
277
|
-
const l = ve.value.map((c,
|
|
277
|
+
const l = ve.value.map((c, _) => d(c, _));
|
|
278
278
|
return l.length > 0 && l.every((c) => y.value.includes(c));
|
|
279
|
-
}), ye =
|
|
279
|
+
}), ye = N(() => {
|
|
280
280
|
const l = [];
|
|
281
281
|
let c = t.selectable ? 40 : 0;
|
|
282
|
-
for (let
|
|
283
|
-
const
|
|
284
|
-
if (
|
|
285
|
-
let
|
|
286
|
-
const H =
|
|
287
|
-
H !== null ?
|
|
282
|
+
for (let _ = 0; _ < t.columns.length; _++) {
|
|
283
|
+
const M = t.columns[_];
|
|
284
|
+
if (M.fixed === "left") {
|
|
285
|
+
let S = 80;
|
|
286
|
+
const H = ie(M.width);
|
|
287
|
+
H !== null ? S = H : x.value[_] && (S = ie(x.value[_]) ?? S), l.push(c), c += S;
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
return l;
|
|
291
|
-
}),
|
|
291
|
+
}), V = N(() => {
|
|
292
292
|
const l = [];
|
|
293
293
|
let c = 0;
|
|
294
|
-
const
|
|
295
|
-
for (let
|
|
296
|
-
const
|
|
297
|
-
if (
|
|
294
|
+
const _ = [];
|
|
295
|
+
for (let M = t.columns.length - 1; M >= 0; M--) {
|
|
296
|
+
const S = t.columns[M];
|
|
297
|
+
if (S.fixed === "right") {
|
|
298
298
|
let H = 80;
|
|
299
|
-
const
|
|
300
|
-
|
|
299
|
+
const j = ie(S.width);
|
|
300
|
+
j !== null ? H = j : x.value[M] && (H = ie(x.value[M]) ?? H), _.push({ index: M, width: H });
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
for (let
|
|
304
|
-
l.push(c), c +=
|
|
303
|
+
for (let M = 0; M < _.length; M++)
|
|
304
|
+
l.push(c), c += _[M].width;
|
|
305
305
|
return l;
|
|
306
306
|
});
|
|
307
|
-
function
|
|
307
|
+
function Q(l, c) {
|
|
308
308
|
if (c === "left") {
|
|
309
|
-
let
|
|
310
|
-
for (let
|
|
311
|
-
t.columns[
|
|
312
|
-
return
|
|
309
|
+
let _ = 0;
|
|
310
|
+
for (let M = 0; M < l; M++)
|
|
311
|
+
t.columns[M].fixed === "left" && _++;
|
|
312
|
+
return _;
|
|
313
313
|
} else {
|
|
314
|
-
let
|
|
315
|
-
for (let
|
|
316
|
-
t.columns[
|
|
317
|
-
return
|
|
314
|
+
let _ = 0;
|
|
315
|
+
for (let M = t.columns.length - 1; M > l; M--)
|
|
316
|
+
t.columns[M].fixed === "right" && _++;
|
|
317
|
+
return _;
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
function d(l, c) {
|
|
321
321
|
return typeof t.rowKey == "function" ? t.rowKey(l) : l[t.rowKey] || c;
|
|
322
322
|
}
|
|
323
323
|
function h(l) {
|
|
324
|
-
return
|
|
324
|
+
return I.value.has(l);
|
|
325
325
|
}
|
|
326
326
|
function a(l) {
|
|
327
|
-
|
|
327
|
+
I.value.has(l) ? I.value.delete(l) : I.value.add(l);
|
|
328
328
|
}
|
|
329
329
|
function r(l, c) {
|
|
330
|
-
return c.split(".").reduce((
|
|
330
|
+
return c.split(".").reduce((_, M) => _ == null ? void 0 : _[M], l);
|
|
331
331
|
}
|
|
332
332
|
function f(l, c = !1) {
|
|
333
|
-
const
|
|
334
|
-
return l.align &&
|
|
333
|
+
const _ = [];
|
|
334
|
+
return l.align && _.push(`text-${l.align}`), l.fixed === "right" && (_.push("col-fixed-right"), c && _.push("col-fixed-right-header")), l.fixed === "left" && (_.push("col-fixed-left"), c && _.push("col-fixed-left-header")), _.join(" ");
|
|
335
335
|
}
|
|
336
|
-
function b(l, c,
|
|
337
|
-
const
|
|
338
|
-
if (
|
|
339
|
-
|
|
336
|
+
function b(l, c, _) {
|
|
337
|
+
const M = {}, S = Z(l.width);
|
|
338
|
+
if (S)
|
|
339
|
+
M.width = S, M.minWidth = S, M.maxWidth = S;
|
|
340
340
|
else {
|
|
341
|
-
const H =
|
|
342
|
-
|
|
341
|
+
const H = A();
|
|
342
|
+
M.width = H, M.minWidth = H, M.maxWidth = H;
|
|
343
343
|
}
|
|
344
344
|
if (l.fixed === "left") {
|
|
345
|
-
const H =
|
|
346
|
-
|
|
345
|
+
const H = Q(c, "left"), j = ye.value[H] || 0;
|
|
346
|
+
M.left = `${j}px`, M.zIndex = _ ? `${10 + H}` : `${5 + H}`;
|
|
347
347
|
} else if (l.fixed === "right") {
|
|
348
|
-
const H =
|
|
349
|
-
|
|
348
|
+
const H = Q(c, "right"), j = V.value[H] || 0;
|
|
349
|
+
_ ? M.right = `${j - 3}px` : M.right = `${j}px`, M.zIndex = _ ? `${10 + H}` : `${5 + H}`;
|
|
350
350
|
}
|
|
351
|
-
return
|
|
351
|
+
return M;
|
|
352
352
|
}
|
|
353
|
-
function
|
|
354
|
-
const
|
|
355
|
-
return c.formatter ? c.formatter(
|
|
353
|
+
function L(l, c) {
|
|
354
|
+
const _ = r(l, c.key);
|
|
355
|
+
return c.formatter ? c.formatter(_, l) : _ || "";
|
|
356
356
|
}
|
|
357
357
|
function U(l) {
|
|
358
358
|
y.value.includes(l) ? y.value = y.value.filter((c) => c !== l) : y.value = [...y.value, l], n("select", y.value), n("update:selectedItems", y.value);
|
|
359
359
|
}
|
|
360
|
-
function
|
|
361
|
-
const l = ve.value.map((c,
|
|
360
|
+
function R() {
|
|
361
|
+
const l = ve.value.map((c, _) => d(c, _));
|
|
362
362
|
if (l.every((c) => y.value.includes(c)))
|
|
363
363
|
y.value = y.value.filter((c) => !l.includes(c));
|
|
364
364
|
else {
|
|
@@ -370,102 +370,102 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
370
370
|
function P() {
|
|
371
371
|
y.value = [], n("select", y.value), n("update:selectedItems", y.value);
|
|
372
372
|
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
}),
|
|
376
|
-
t.total || (
|
|
373
|
+
ee(() => t.searchKeyword, () => {
|
|
374
|
+
m.value = 1;
|
|
375
|
+
}), ee(() => t.data, () => {
|
|
376
|
+
t.total || (m.value = 1);
|
|
377
377
|
}, { deep: !0 });
|
|
378
378
|
function we(l) {
|
|
379
|
-
|
|
379
|
+
m.value = l, n("page-change", l);
|
|
380
380
|
}
|
|
381
381
|
function De(l) {
|
|
382
|
-
p.value = l,
|
|
382
|
+
p.value = l, m.value = 1, n("page-size-change", l);
|
|
383
383
|
}
|
|
384
|
-
|
|
384
|
+
ee(() => t.currentPage, (l) => {
|
|
385
385
|
const c = typeof l == "number" && l > 0 ? l : 1;
|
|
386
|
-
|
|
387
|
-
}),
|
|
386
|
+
m.value !== c && (m.value = c);
|
|
387
|
+
}), ee(() => t.pageSize, (l) => {
|
|
388
388
|
const c = typeof l == "number" && l > 0 ? l : 10;
|
|
389
389
|
p.value !== c && (p.value = c);
|
|
390
390
|
});
|
|
391
391
|
function be() {
|
|
392
|
-
|
|
393
|
-
const l =
|
|
394
|
-
Ze && (Ze.offsetHeight >
|
|
392
|
+
z.value && le(() => {
|
|
393
|
+
const l = z.value.getBoundingClientRect(), c = window.innerHeight, _ = l.top, M = z.value.querySelector(".table-header"), S = M ? M.offsetHeight : 40, H = z.value.querySelector(".ypagination"), j = H ? H.offsetHeight : 60, de = z.value.querySelector(".bulk-bar"), he = de ? de.offsetHeight : 0, ze = S + j + he + 20, ne = c - _ - ze, nt = Math.max(200, ne), Ze = z.value.querySelector(".table-body-wrap .table");
|
|
394
|
+
Ze && (Ze.offsetHeight > ne ? C.value = `${nt}px` : C.value = "none");
|
|
395
395
|
});
|
|
396
396
|
}
|
|
397
397
|
let Le = !1;
|
|
398
398
|
function Ie() {
|
|
399
|
-
!k.value || !
|
|
399
|
+
!k.value || !w.value || Le || k.value.scrollLeft !== w.value.scrollLeft && (Le = !0, k.value.scrollLeft = w.value.scrollLeft, requestAnimationFrame(() => {
|
|
400
400
|
Le = !1;
|
|
401
401
|
}));
|
|
402
402
|
}
|
|
403
|
-
function
|
|
404
|
-
!k.value || !
|
|
403
|
+
function Pe() {
|
|
404
|
+
!k.value || !w.value || Le || w.value.scrollLeft !== k.value.scrollLeft && (Le = !0, w.value.scrollLeft = k.value.scrollLeft, requestAnimationFrame(() => {
|
|
405
405
|
Le = !1;
|
|
406
406
|
}));
|
|
407
407
|
}
|
|
408
408
|
function We() {
|
|
409
|
-
|
|
410
|
-
if (!
|
|
411
|
-
const l =
|
|
412
|
-
if (
|
|
413
|
-
const H = 24,
|
|
414
|
-
|
|
415
|
-
const ze = Math.max(0, de - he),
|
|
416
|
-
|
|
409
|
+
le(() => {
|
|
410
|
+
if (!w.value) return;
|
|
411
|
+
const l = w.value, c = l.scrollHeight, _ = l.clientHeight, M = l.scrollTop, S = c > _ + 1;
|
|
412
|
+
if (T.value.show = S, !S) return;
|
|
413
|
+
const H = 24, j = _ / c, de = D.value ? D.value.clientHeight : _, he = Math.max(H, Math.floor(de * j));
|
|
414
|
+
T.value.thumbHeight = he;
|
|
415
|
+
const ze = Math.max(0, de - he), ne = Math.max(1, c - _);
|
|
416
|
+
T.value.thumbTop = Math.min(ze, Math.floor(M / ne * ze));
|
|
417
417
|
});
|
|
418
418
|
}
|
|
419
419
|
function Re(l) {
|
|
420
|
-
if (!
|
|
420
|
+
if (!B || !w.value || !D.value) return;
|
|
421
421
|
l.preventDefault();
|
|
422
|
-
const c =
|
|
423
|
-
|
|
422
|
+
const c = D.value.clientHeight, _ = Math.max(0, c - T.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
|
+
M.scrollTop = Math.min(j, Math.max(0, O + he)), We();
|
|
424
424
|
}
|
|
425
|
-
function
|
|
426
|
-
|
|
425
|
+
function Ye() {
|
|
426
|
+
B = !1, window.removeEventListener("mousemove", Re), window.removeEventListener("mouseup", Ye);
|
|
427
427
|
}
|
|
428
|
-
function
|
|
429
|
-
|
|
430
|
-
var
|
|
431
|
-
if (x.value.length === t.columns.length && x.value.every((
|
|
428
|
+
function Ve() {
|
|
429
|
+
le(() => {
|
|
430
|
+
var _, M;
|
|
431
|
+
if (x.value.length === t.columns.length && x.value.every((S) => !!S))
|
|
432
432
|
return;
|
|
433
433
|
const l = [];
|
|
434
|
-
t.columns.forEach((
|
|
435
|
-
const
|
|
436
|
-
if (
|
|
437
|
-
l.push(
|
|
438
|
-
else if (
|
|
439
|
-
l.push(
|
|
434
|
+
t.columns.forEach((S, H) => {
|
|
435
|
+
const j = Z(S.width);
|
|
436
|
+
if (j)
|
|
437
|
+
l.push(j), Y.value[S.key] = j;
|
|
438
|
+
else if (Y.value[S.key])
|
|
439
|
+
l.push(Y.value[S.key]);
|
|
440
440
|
else {
|
|
441
441
|
const de = x.value[H];
|
|
442
442
|
if (de)
|
|
443
|
-
l.push(de),
|
|
443
|
+
l.push(de), Y.value[S.key] = de;
|
|
444
444
|
else {
|
|
445
|
-
const he =
|
|
446
|
-
l.push(he),
|
|
445
|
+
const he = A();
|
|
446
|
+
l.push(he), Y.value[S.key] = he;
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
});
|
|
450
|
-
const c = (
|
|
450
|
+
const c = (_ = g.value) == null ? void 0 : _.querySelector("tbody tr");
|
|
451
451
|
if (c) {
|
|
452
|
-
const
|
|
453
|
-
for (let
|
|
454
|
-
if (!l[
|
|
455
|
-
const de = H[
|
|
452
|
+
const S = t.selectable ? 1 : 0, H = Array.from(c.children);
|
|
453
|
+
for (let j = 0; j < t.columns.length; j++)
|
|
454
|
+
if (!l[j]) {
|
|
455
|
+
const de = H[S + j];
|
|
456
456
|
if (de && de.clientWidth > 0) {
|
|
457
457
|
const he = `${de.clientWidth}px`;
|
|
458
|
-
l[
|
|
458
|
+
l[j] = he, Y.value[t.columns[j].key] = he;
|
|
459
459
|
} else {
|
|
460
|
-
const he =
|
|
461
|
-
l[
|
|
460
|
+
const he = A();
|
|
461
|
+
l[j] = he, Y.value[t.columns[j].key] = he;
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
} else
|
|
465
|
-
for (let
|
|
466
|
-
if (!l[
|
|
467
|
-
const H =
|
|
468
|
-
l[
|
|
465
|
+
for (let S = 0; S < l.length; S++)
|
|
466
|
+
if (!l[S]) {
|
|
467
|
+
const H = Y.value[((M = t.columns[S]) == null ? void 0 : M.key) || ""];
|
|
468
|
+
l[S] = H || x.value[S] || "80px", t.columns[S] && (Y.value[t.columns[S].key] = l[S]);
|
|
469
469
|
}
|
|
470
470
|
x.value = l;
|
|
471
471
|
});
|
|
@@ -473,79 +473,79 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
473
473
|
function He() {
|
|
474
474
|
be(), s();
|
|
475
475
|
}
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
be(), Ie(), s(),
|
|
476
|
+
ee(() => t.data, () => {
|
|
477
|
+
le(() => {
|
|
478
|
+
be(), Ie(), s(), I.value.clear();
|
|
479
479
|
});
|
|
480
|
-
}, { deep: !0 }),
|
|
481
|
-
|
|
480
|
+
}, { deep: !0 }), ee([m, p], () => {
|
|
481
|
+
le(() => {
|
|
482
482
|
be(), Ie(), s();
|
|
483
483
|
});
|
|
484
|
-
}),
|
|
485
|
-
const l = [], c = { ...
|
|
486
|
-
t.columns.forEach((
|
|
487
|
-
const H =
|
|
488
|
-
H ? (l.push(H), c[
|
|
484
|
+
}), ee(() => t.columns, () => {
|
|
485
|
+
const l = [], c = { ...Y.value };
|
|
486
|
+
t.columns.forEach((M, S) => {
|
|
487
|
+
const H = Z(M.width);
|
|
488
|
+
H ? (l.push(H), c[M.key] = H) : c[M.key] ? l.push(c[M.key]) : x.value[S] ? (l.push(x.value[S]), c[M.key] = x.value[S]) : l.push("");
|
|
489
489
|
});
|
|
490
|
-
const
|
|
491
|
-
Object.keys(c).forEach((
|
|
492
|
-
|
|
493
|
-
}),
|
|
494
|
-
|
|
490
|
+
const _ = new Set(t.columns.map((M) => M.key));
|
|
491
|
+
Object.keys(c).forEach((M) => {
|
|
492
|
+
_.has(M) || delete c[M];
|
|
493
|
+
}), Y.value = c, x.value = l, le(() => {
|
|
494
|
+
Ve(), Ie(), s();
|
|
495
495
|
});
|
|
496
|
-
}, { deep: !0 }),
|
|
497
|
-
|
|
496
|
+
}, { deep: !0 }), ee(() => y.value, () => {
|
|
497
|
+
le(() => {
|
|
498
498
|
be(), s();
|
|
499
499
|
});
|
|
500
|
-
}, { deep: !0 }),
|
|
501
|
-
|
|
500
|
+
}, { deep: !0 }), ee(() => t.loading, () => {
|
|
501
|
+
le(() => {
|
|
502
502
|
s();
|
|
503
503
|
});
|
|
504
504
|
}), Ce(() => {
|
|
505
505
|
var l, c;
|
|
506
|
-
|
|
507
|
-
be(),
|
|
508
|
-
}), window.addEventListener("resize", He), window.addEventListener("scroll", He, !0), (l =
|
|
506
|
+
le(() => {
|
|
507
|
+
be(), Ve(), s(), We();
|
|
508
|
+
}), window.addEventListener("resize", He), window.addEventListener("scroll", He, !0), (l = w.value) == null || l.addEventListener("scroll", () => {
|
|
509
509
|
Ie(), We(), s();
|
|
510
510
|
}, { passive: !0 }), (c = k.value) == null || c.addEventListener("scroll", () => {
|
|
511
|
-
|
|
512
|
-
}, { passive: !0 }),
|
|
511
|
+
Pe();
|
|
512
|
+
}, { passive: !0 }), le(() => Ie()), w.value && typeof ResizeObserver < "u" && (v = new ResizeObserver(() => {
|
|
513
513
|
s();
|
|
514
|
-
}), v.observe(
|
|
514
|
+
}), v.observe(w.value));
|
|
515
515
|
}), Ee(() => {
|
|
516
516
|
var l, c;
|
|
517
|
-
window.removeEventListener("resize", He), window.removeEventListener("scroll", He, !0), (l =
|
|
517
|
+
window.removeEventListener("resize", He), window.removeEventListener("scroll", He, !0), (l = w.value) == null || l.removeEventListener("scroll", Ie), (c = k.value) == null || c.removeEventListener("scroll", Pe), window.removeEventListener("mousemove", Re), window.removeEventListener("mouseup", Ye), v && (v.disconnect(), v = null);
|
|
518
518
|
});
|
|
519
519
|
let Te = -1;
|
|
520
520
|
function s() {
|
|
521
|
-
!k.value || !
|
|
522
|
-
if (!k.value || !
|
|
523
|
-
const l =
|
|
524
|
-
if (
|
|
521
|
+
!k.value || !w.value || requestAnimationFrame(() => {
|
|
522
|
+
if (!k.value || !w.value) return;
|
|
523
|
+
const l = w.value, c = Math.ceil(l.offsetWidth - l.clientWidth);
|
|
524
|
+
if (q.value = c, c !== Te) {
|
|
525
525
|
Te = c;
|
|
526
|
-
const
|
|
527
|
-
|
|
526
|
+
const _ = k.value.querySelector(".table"), M = g.value;
|
|
527
|
+
_ && M && (k.value.style.paddingRight = "0px", _.style.width = "", _.style.marginRight = "", c > 0 ? (k.value.style.paddingRight = `${c}px`, _.style.width = "100%", _.style.marginRight = `-${c}px`) : (k.value.style.paddingRight = "0px", _.style.width = "100%", _.style.marginRight = "0px"));
|
|
528
528
|
}
|
|
529
529
|
});
|
|
530
530
|
}
|
|
531
531
|
let v = null;
|
|
532
532
|
return (l, c) => {
|
|
533
|
-
const
|
|
533
|
+
const _ = Ae("YButton"), M = Ae("YPagination");
|
|
534
534
|
return i(), u("div", {
|
|
535
535
|
class: "ytable-container",
|
|
536
536
|
ref_key: "tableContainer",
|
|
537
|
-
ref:
|
|
537
|
+
ref: z
|
|
538
538
|
}, [
|
|
539
|
-
|
|
539
|
+
se(xe, { name: "bulk-slide" }, {
|
|
540
540
|
default: re(() => [
|
|
541
541
|
y.value.length && e.showBulkActions ? (i(), u("div", bt, [
|
|
542
|
-
o("div", kt, "已选择 " +
|
|
542
|
+
o("div", kt, "已选择 " + G(y.value.length) + " 项", 1),
|
|
543
543
|
o("div", xt, [
|
|
544
|
-
|
|
544
|
+
ae(l.$slots, "bulk-actions", {
|
|
545
545
|
selectedItems: y.value,
|
|
546
546
|
clearSelection: P
|
|
547
547
|
}, () => [
|
|
548
|
-
|
|
548
|
+
se(_, {
|
|
549
549
|
size: "small",
|
|
550
550
|
class: "btn",
|
|
551
551
|
onClick: P
|
|
@@ -571,8 +571,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
571
571
|
o("colgroup", null, [
|
|
572
572
|
t.expandable ? (i(), u("col", Dt)) : W("", !0),
|
|
573
573
|
e.selectable ? (i(), u("col", _t)) : W("", !0),
|
|
574
|
-
(i(!0), u(
|
|
575
|
-
key:
|
|
574
|
+
(i(!0), u(oe, null, ce(e.columns, (S, H) => (i(), u("col", {
|
|
575
|
+
key: S.key,
|
|
576
576
|
style: fe({ width: x.value[H] || void 0, minWidth: x.value[H] || "80px" })
|
|
577
577
|
}, null, 4))), 128))
|
|
578
578
|
]),
|
|
@@ -583,14 +583,14 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
583
583
|
o("input", {
|
|
584
584
|
type: "checkbox",
|
|
585
585
|
checked: pe.value,
|
|
586
|
-
onChange:
|
|
586
|
+
onChange: R
|
|
587
587
|
}, null, 40, Lt)
|
|
588
588
|
])) : W("", !0),
|
|
589
|
-
(i(!0), u(
|
|
590
|
-
key:
|
|
591
|
-
class: E(f(
|
|
592
|
-
style: fe(b(
|
|
593
|
-
},
|
|
589
|
+
(i(!0), u(oe, null, ce(e.columns, (S, H) => (i(), u("th", {
|
|
590
|
+
key: S.key,
|
|
591
|
+
class: E(f(S, !0)),
|
|
592
|
+
style: fe(b(S, H, !0))
|
|
593
|
+
}, G(S.title), 7))), 128))
|
|
594
594
|
])
|
|
595
595
|
])
|
|
596
596
|
])
|
|
@@ -598,7 +598,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
598
598
|
o("div", {
|
|
599
599
|
class: E(["table-body-wrap", { "is-loading": e.loading, "is-empty": !ve.value.length && !e.loading }]),
|
|
600
600
|
ref_key: "bodyWrapRef",
|
|
601
|
-
ref:
|
|
601
|
+
ref: w,
|
|
602
602
|
style: fe({ maxHeight: C.value })
|
|
603
603
|
}, [
|
|
604
604
|
e.loading ? (i(), u("div", It, [...c[3] || (c[3] = [
|
|
@@ -606,8 +606,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
606
606
|
o("div", { class: "loading-text" }, "加载中...", -1)
|
|
607
607
|
])])) : W("", !0),
|
|
608
608
|
!ve.value.length && !e.loading ? (i(), u("div", Bt, [
|
|
609
|
-
|
|
610
|
-
$e(
|
|
609
|
+
ae(l.$slots, "empty", {}, () => [
|
|
610
|
+
$e(G(e.emptyText), 1)
|
|
611
611
|
], !0)
|
|
612
612
|
])) : W("", !0),
|
|
613
613
|
o("table", {
|
|
@@ -618,59 +618,59 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
618
618
|
o("colgroup", null, [
|
|
619
619
|
t.expandable ? (i(), u("col", Et)) : W("", !0),
|
|
620
620
|
e.selectable ? (i(), u("col", Tt)) : W("", !0),
|
|
621
|
-
(i(!0), u(
|
|
622
|
-
key:
|
|
621
|
+
(i(!0), u(oe, null, ce(e.columns, (S, H) => (i(), u("col", {
|
|
622
|
+
key: S.key,
|
|
623
623
|
style: fe({ width: x.value[H] || void 0, minWidth: x.value[H] || "80px" })
|
|
624
624
|
}, null, 4))), 128))
|
|
625
625
|
]),
|
|
626
626
|
o("tbody", null, [
|
|
627
|
-
(i(!0), u(
|
|
628
|
-
key: d(
|
|
627
|
+
(i(!0), u(oe, null, ce(ve.value, (S, H) => (i(), u(oe, {
|
|
628
|
+
key: d(S, H)
|
|
629
629
|
}, [
|
|
630
630
|
o("tr", null, [
|
|
631
631
|
t.expandable ? (i(), u("td", zt, [
|
|
632
632
|
o("button", {
|
|
633
633
|
class: "expand-btn",
|
|
634
634
|
type: "button",
|
|
635
|
-
onClick: (
|
|
635
|
+
onClick: (j) => a(d(S, H))
|
|
636
636
|
}, [
|
|
637
637
|
o("span", {
|
|
638
|
-
class: E(["expand-icon", { "is-open": h(d(
|
|
638
|
+
class: E(["expand-icon", { "is-open": h(d(S, H)) }])
|
|
639
639
|
}, null, 2)
|
|
640
640
|
], 8, Kt)
|
|
641
641
|
])) : W("", !0),
|
|
642
642
|
e.selectable ? (i(), u("td", Ht, [
|
|
643
643
|
o("input", {
|
|
644
644
|
type: "checkbox",
|
|
645
|
-
value: d(
|
|
646
|
-
checked: y.value.includes(d(
|
|
647
|
-
onChange: (
|
|
645
|
+
value: d(S, H),
|
|
646
|
+
checked: y.value.includes(d(S, H)),
|
|
647
|
+
onChange: (j) => U(d(S, H))
|
|
648
648
|
}, null, 40, Wt)
|
|
649
649
|
])) : W("", !0),
|
|
650
|
-
(i(!0), u(
|
|
651
|
-
key:
|
|
652
|
-
class: E(f(
|
|
653
|
-
style: fe(b(
|
|
650
|
+
(i(!0), u(oe, null, ce(e.columns, (j, de) => (i(), u("td", {
|
|
651
|
+
key: j.key,
|
|
652
|
+
class: E(f(j)),
|
|
653
|
+
style: fe(b(j, de, !1))
|
|
654
654
|
}, [
|
|
655
|
-
|
|
656
|
-
item:
|
|
657
|
-
value: r(
|
|
655
|
+
ae(l.$slots, `cell-${j.key}`, {
|
|
656
|
+
item: S,
|
|
657
|
+
value: r(S, j.key),
|
|
658
658
|
index: H
|
|
659
659
|
}, () => [
|
|
660
|
-
$e(
|
|
660
|
+
$e(G(L(S, j)), 1)
|
|
661
661
|
], !0)
|
|
662
662
|
], 6))), 128))
|
|
663
663
|
]),
|
|
664
|
-
t.expandable && h(d(
|
|
665
|
-
key: `${d(
|
|
664
|
+
t.expandable && h(d(S, H)) ? (i(), u("tr", {
|
|
665
|
+
key: `${d(S, H)}-expand`,
|
|
666
666
|
class: "expand-row"
|
|
667
667
|
}, [
|
|
668
668
|
o("td", {
|
|
669
669
|
colspan: ue.value,
|
|
670
670
|
class: "expand-cell"
|
|
671
671
|
}, [
|
|
672
|
-
|
|
673
|
-
item:
|
|
672
|
+
ae(l.$slots, "expand", {
|
|
673
|
+
item: S,
|
|
674
674
|
index: H
|
|
675
675
|
}, void 0, !0)
|
|
676
676
|
], 8, Rt)
|
|
@@ -679,13 +679,13 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
679
679
|
])
|
|
680
680
|
], 2)
|
|
681
681
|
], 6),
|
|
682
|
-
e.pagination ? (i(), Me(
|
|
682
|
+
e.pagination ? (i(), Me(M, {
|
|
683
683
|
key: 0,
|
|
684
684
|
class: "align-right",
|
|
685
|
-
"current-page":
|
|
686
|
-
"onUpdate:currentPage": c[0] || (c[0] = (
|
|
685
|
+
"current-page": m.value,
|
|
686
|
+
"onUpdate:currentPage": c[0] || (c[0] = (S) => m.value = S),
|
|
687
687
|
"page-size": p.value,
|
|
688
|
-
"onUpdate:pageSize": c[1] || (c[1] = (
|
|
688
|
+
"onUpdate:pageSize": c[1] || (c[1] = (S) => p.value = S),
|
|
689
689
|
loading: t.loading,
|
|
690
690
|
"page-size-options": e.pageSizeOptions,
|
|
691
691
|
onPageChange: we,
|
|
@@ -695,7 +695,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
695
695
|
], 512);
|
|
696
696
|
};
|
|
697
697
|
}
|
|
698
|
-
}),
|
|
698
|
+
}), At = /* @__PURE__ */ me(Vt, [["__scopeId", "data-v-a2bea873"]]), Ft = ["onKeydown", "aria-expanded"], Pt = ["src"], Yt = ["placeholder", "onKeydown"], Nt = ["onClick", "onMouseenter"], Ot = ["src"], jt = /* @__PURE__ */ ge({
|
|
699
699
|
__name: "yselect",
|
|
700
700
|
props: {
|
|
701
701
|
modelValue: {},
|
|
@@ -714,57 +714,57 @@ 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 = $,
|
|
717
|
+
const t = e, n = $, m = K(!1), p = K(-1), y = K(), I = K(), C = K(), z = K(), k = K(!1), w = K(), g = K(""), x = N(() => t.options.find((a) => T(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) => {
|
|
721
|
-
const f =
|
|
721
|
+
const f = B(r);
|
|
722
722
|
return String(f).toLowerCase().includes(a);
|
|
723
723
|
}) : t.options;
|
|
724
|
-
}),
|
|
725
|
-
var
|
|
726
|
-
const a = { position: "fixed", zIndex: "4000" }, r =
|
|
724
|
+
}), A = N(() => {
|
|
725
|
+
var L;
|
|
726
|
+
const a = { position: "fixed", zIndex: "4000" }, r = I.value;
|
|
727
727
|
if (!r) return a;
|
|
728
|
-
const f = r.getBoundingClientRect(), b = ((
|
|
728
|
+
const f = r.getBoundingClientRect(), b = ((L = C.value) == null ? void 0 : L.getBoundingClientRect().width) || f.width;
|
|
729
729
|
return a.left = `${f.left}px`, a.width = `${b}px`, k.value ? (a.bottom = `${window.innerHeight - f.top + 4}px`, a.top = "auto") : a.top = `${f.bottom + 4}px`, a;
|
|
730
730
|
});
|
|
731
|
-
function
|
|
732
|
-
!
|
|
733
|
-
const a =
|
|
731
|
+
function D() {
|
|
732
|
+
!m.value || !I.value || le(() => {
|
|
733
|
+
const a = I.value;
|
|
734
734
|
if (!a) return;
|
|
735
|
-
const r = a.getBoundingClientRect(), f = window.innerHeight, b = 200,
|
|
736
|
-
k.value = !
|
|
735
|
+
const r = a.getBoundingClientRect(), f = window.innerHeight, b = 200, L = r.bottom + b + 4, U = r.top - b - 4, R = L <= f - 20, P = U >= 20;
|
|
736
|
+
k.value = !R && P;
|
|
737
737
|
});
|
|
738
738
|
}
|
|
739
|
-
function
|
|
739
|
+
function T(a) {
|
|
740
740
|
return typeof a == "object" && a !== null ? a[t.valueKey] : a;
|
|
741
741
|
}
|
|
742
|
-
function
|
|
742
|
+
function B(a) {
|
|
743
743
|
return typeof a == "object" && a !== null ? a[t.labelKey] || String(a[t.valueKey]) : String(a);
|
|
744
744
|
}
|
|
745
|
-
function
|
|
746
|
-
return typeof a == "object" && a !== null && a.id !== void 0 ? a.id :
|
|
745
|
+
function F(a, r) {
|
|
746
|
+
return typeof a == "object" && a !== null && a.id !== void 0 ? a.id : T(a) || r;
|
|
747
747
|
}
|
|
748
|
-
function
|
|
749
|
-
return
|
|
748
|
+
function O(a) {
|
|
749
|
+
return T(a) === t.modelValue;
|
|
750
750
|
}
|
|
751
|
-
function
|
|
751
|
+
function q(a) {
|
|
752
752
|
return typeof a == "object" && a !== null ? a[t.disabledKey] === !0 : !1;
|
|
753
753
|
}
|
|
754
|
-
function
|
|
755
|
-
t.disabled || (
|
|
754
|
+
function Z() {
|
|
755
|
+
t.disabled || (m.value ? ue() : ie());
|
|
756
756
|
}
|
|
757
|
-
function
|
|
758
|
-
t.disabled || (
|
|
759
|
-
|
|
757
|
+
function ie() {
|
|
758
|
+
t.disabled || (m.value = !0, le(() => {
|
|
759
|
+
D(), V(), t.filterable && w.value && (w.value.focus(), g.value = "");
|
|
760
760
|
}));
|
|
761
761
|
}
|
|
762
762
|
function ue() {
|
|
763
|
-
|
|
763
|
+
m.value = !1, p.value = -1, k.value = !1, t.filterable && (g.value = "");
|
|
764
764
|
}
|
|
765
|
-
function
|
|
766
|
-
if (
|
|
767
|
-
const f =
|
|
765
|
+
function te(a, r) {
|
|
766
|
+
if (q(a)) return;
|
|
767
|
+
const f = T(a);
|
|
768
768
|
n("update:modelValue", f), n("change", f, a), ue();
|
|
769
769
|
}
|
|
770
770
|
function ve() {
|
|
@@ -781,21 +781,21 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
781
781
|
const f = X.value.length;
|
|
782
782
|
r === -1 ? r = a > 0 ? 0 : f - 1 : r = (r + a + f) % f;
|
|
783
783
|
let b = 0;
|
|
784
|
-
for (; b < f &&
|
|
784
|
+
for (; b < f && q(X.value[r]); )
|
|
785
785
|
r = (r + a + f) % f, b++;
|
|
786
|
-
p.value = b >= f ? -1 : r,
|
|
786
|
+
p.value = b >= f ? -1 : r, Q();
|
|
787
787
|
}
|
|
788
788
|
function ye() {
|
|
789
789
|
if (p.value < 0) return;
|
|
790
790
|
const a = X.value[p.value];
|
|
791
|
-
!a ||
|
|
791
|
+
!a || q(a) || te(a, p.value);
|
|
792
792
|
}
|
|
793
|
-
function
|
|
793
|
+
function V() {
|
|
794
794
|
if (!y.value) return;
|
|
795
795
|
const a = y.value.querySelector(".yselect__option--selected");
|
|
796
796
|
a && a.scrollIntoView({ block: "nearest" });
|
|
797
797
|
}
|
|
798
|
-
function
|
|
798
|
+
function Q() {
|
|
799
799
|
if (!y.value || p.value < 0) return;
|
|
800
800
|
const r = y.value.querySelectorAll(".yselect__option")[p.value];
|
|
801
801
|
r && r.scrollIntoView({ block: "nearest" });
|
|
@@ -804,11 +804,11 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
804
804
|
const r = a.target;
|
|
805
805
|
(!C.value || !C.value.contains(r)) && ue();
|
|
806
806
|
}
|
|
807
|
-
|
|
807
|
+
ee(() => t.modelValue, () => {
|
|
808
808
|
p.value = -1;
|
|
809
809
|
});
|
|
810
810
|
function h() {
|
|
811
|
-
|
|
811
|
+
m.value && D();
|
|
812
812
|
}
|
|
813
813
|
return Ce(() => {
|
|
814
814
|
document.addEventListener("click", d), window.addEventListener("resize", h), window.addEventListener("scroll", h, !0);
|
|
@@ -822,55 +822,55 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
822
822
|
}, [
|
|
823
823
|
o("div", {
|
|
824
824
|
ref_key: "triggerElement",
|
|
825
|
-
ref:
|
|
825
|
+
ref: I,
|
|
826
826
|
class: E(["yselect__trigger", {
|
|
827
|
-
"yselect__trigger--open":
|
|
827
|
+
"yselect__trigger--open": m.value,
|
|
828
828
|
"yselect__trigger--disabled": e.disabled,
|
|
829
829
|
"yselect__trigger--error": e.error
|
|
830
830
|
}]),
|
|
831
|
-
onMousedown: J(
|
|
831
|
+
onMousedown: J(Z, ["prevent", "stop"]),
|
|
832
832
|
onKeydown: [
|
|
833
|
-
ke(J(
|
|
834
|
-
ke(J(
|
|
833
|
+
ke(J(Z, ["prevent"]), ["enter"]),
|
|
834
|
+
ke(J(Z, ["prevent"]), ["space"]),
|
|
835
835
|
ke(ue, ["escape"]),
|
|
836
|
-
ke(J(
|
|
837
|
-
ke(J(
|
|
836
|
+
ke(J(ie, ["prevent"]), ["arrow-down"]),
|
|
837
|
+
ke(J(ie, ["prevent"]), ["arrow-up"])
|
|
838
838
|
],
|
|
839
839
|
tabindex: "0",
|
|
840
840
|
role: "combobox",
|
|
841
|
-
"aria-expanded":
|
|
841
|
+
"aria-expanded": m.value,
|
|
842
842
|
"aria-haspopup": !0
|
|
843
843
|
}, [
|
|
844
|
-
!e.filterable || !
|
|
844
|
+
!e.filterable || !m.value ? (i(), u("span", {
|
|
845
845
|
key: 0,
|
|
846
|
-
class: E(["yselect__value", { yselect__placeholder: !
|
|
846
|
+
class: E(["yselect__value", { yselect__placeholder: !Y.value }])
|
|
847
847
|
}, [
|
|
848
|
-
|
|
848
|
+
ae(a.$slots, "value", {
|
|
849
849
|
value: x.value,
|
|
850
|
-
label:
|
|
850
|
+
label: Y.value
|
|
851
851
|
}, () => {
|
|
852
852
|
var f;
|
|
853
853
|
return [
|
|
854
|
-
x.value ? (i(), u(
|
|
854
|
+
x.value ? (i(), u(oe, { key: 0 }, [
|
|
855
855
|
(f = x.value) != null && f.flagImg ? (i(), u("img", {
|
|
856
856
|
key: 0,
|
|
857
857
|
class: "yselect__flag",
|
|
858
858
|
src: x.value.flagImg,
|
|
859
859
|
alt: "flag"
|
|
860
|
-
}, null, 8,
|
|
861
|
-
$e(" " +
|
|
862
|
-
], 64)) : (i(), u(
|
|
863
|
-
$e(
|
|
860
|
+
}, null, 8, Pt)) : W("", !0),
|
|
861
|
+
$e(" " + G(Y.value), 1)
|
|
862
|
+
], 64)) : (i(), u(oe, { key: 1 }, [
|
|
863
|
+
$e(G(e.placeholder), 1)
|
|
864
864
|
], 64))
|
|
865
865
|
];
|
|
866
866
|
}, !0)
|
|
867
867
|
], 2)) : Be((i(), u("input", {
|
|
868
868
|
key: 1,
|
|
869
869
|
ref_key: "inputElement",
|
|
870
|
-
ref:
|
|
870
|
+
ref: w,
|
|
871
871
|
class: "yselect__input",
|
|
872
872
|
type: "text",
|
|
873
|
-
placeholder:
|
|
873
|
+
placeholder: Y.value || e.placeholder,
|
|
874
874
|
"onUpdate:modelValue": r[0] || (r[0] = (f) => g.value = f),
|
|
875
875
|
onKeydown: [
|
|
876
876
|
r[1] || (r[1] = J(() => {
|
|
@@ -881,7 +881,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
881
881
|
ke(J(ue, ["prevent"]), ["esc"]),
|
|
882
882
|
ke(J(ve, ["prevent"]), ["delete"])
|
|
883
883
|
]
|
|
884
|
-
}, null, 40,
|
|
884
|
+
}, null, 40, Yt)), [
|
|
885
885
|
[lt, g.value]
|
|
886
886
|
]),
|
|
887
887
|
e.clearable && !e.disabled && x.value ? (i(), u("span", {
|
|
@@ -905,7 +905,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
905
905
|
], -1)
|
|
906
906
|
])])) : W("", !0),
|
|
907
907
|
o("span", {
|
|
908
|
-
class: E(["yselect__arrow", { "yselect__arrow--open":
|
|
908
|
+
class: E(["yselect__arrow", { "yselect__arrow--open": m.value }])
|
|
909
909
|
}, [...r[9] || (r[9] = [
|
|
910
910
|
o("svg", {
|
|
911
911
|
width: "12",
|
|
@@ -923,15 +923,15 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
923
923
|
], -1)
|
|
924
924
|
])], 2)
|
|
925
925
|
], 42, Ft),
|
|
926
|
-
|
|
926
|
+
se(xe, { name: "yselect-dropdown" }, {
|
|
927
927
|
default: re(() => [
|
|
928
928
|
(i(), Me(Fe, { to: "body" }, [
|
|
929
|
-
|
|
929
|
+
m.value ? (i(), u("div", {
|
|
930
930
|
key: 0,
|
|
931
931
|
ref_key: "dropdownEl",
|
|
932
|
-
ref:
|
|
932
|
+
ref: z,
|
|
933
933
|
class: E(["yselect__dropdown yselect__dropdown--portal", { "yselect__dropdown--top": k.value }]),
|
|
934
|
-
style: fe(
|
|
934
|
+
style: fe(A.value),
|
|
935
935
|
onMousedown: r[6] || (r[6] = J(() => {
|
|
936
936
|
}, ["stop"])),
|
|
937
937
|
onClick: r[7] || (r[7] = J(() => {
|
|
@@ -942,21 +942,21 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
942
942
|
ref_key: "optionsContainer",
|
|
943
943
|
ref: y
|
|
944
944
|
}, [
|
|
945
|
-
(i(!0), u(
|
|
946
|
-
key:
|
|
945
|
+
(i(!0), u(oe, null, ce(X.value, (f, b) => (i(), u("div", {
|
|
946
|
+
key: F(f, b),
|
|
947
947
|
class: E(["yselect__option", {
|
|
948
|
-
"yselect__option--selected":
|
|
949
|
-
"yselect__option--disabled":
|
|
948
|
+
"yselect__option--selected": O(f),
|
|
949
|
+
"yselect__option--disabled": q(f),
|
|
950
950
|
"yselect__option--hover": p.value === b
|
|
951
951
|
}]),
|
|
952
|
-
onClick: (
|
|
953
|
-
onMouseenter: (
|
|
954
|
-
onMouseleave: r[5] || (r[5] = (
|
|
952
|
+
onClick: (L) => te(f),
|
|
953
|
+
onMouseenter: (L) => p.value = b,
|
|
954
|
+
onMouseleave: r[5] || (r[5] = (L) => p.value = -1)
|
|
955
955
|
}, [
|
|
956
|
-
|
|
956
|
+
ae(a.$slots, "option", {
|
|
957
957
|
option: f,
|
|
958
958
|
index: b,
|
|
959
|
-
selected:
|
|
959
|
+
selected: O(f)
|
|
960
960
|
}, () => [
|
|
961
961
|
f != null && f.flagImg ? (i(), u("img", {
|
|
962
962
|
key: 0,
|
|
@@ -964,7 +964,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
964
964
|
src: f.flagImg,
|
|
965
965
|
alt: "flag"
|
|
966
966
|
}, null, 8, Ot)) : W("", !0),
|
|
967
|
-
$e(" " +
|
|
967
|
+
$e(" " + G(B(f)), 1)
|
|
968
968
|
], !0)
|
|
969
969
|
], 42, Nt))), 128))
|
|
970
970
|
], 512)
|
|
@@ -990,42 +990,42 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
990
990
|
},
|
|
991
991
|
emits: ["update:currentPage", "update:pageSize", "page-change", "page-size-change"],
|
|
992
992
|
setup(e, { emit: $ }) {
|
|
993
|
-
const t = e, n = $,
|
|
993
|
+
const t = e, n = $, m = K(t.pageSize), p = N(() => t.pageSizeOptions), y = N({
|
|
994
994
|
get: () => t.currentPage,
|
|
995
995
|
set: (k) => {
|
|
996
996
|
n("update:currentPage", k), n("page-change", k);
|
|
997
997
|
}
|
|
998
998
|
});
|
|
999
|
-
function
|
|
999
|
+
function I(k) {
|
|
1000
1000
|
t.loading || k >= 1 && k !== t.currentPage && (y.value = k);
|
|
1001
1001
|
}
|
|
1002
1002
|
function C(k) {
|
|
1003
|
-
t.loading || (
|
|
1003
|
+
t.loading || (m.value = k, n("update:pageSize", k), n("page-size-change", k), y.value = 1);
|
|
1004
1004
|
}
|
|
1005
|
-
function
|
|
1006
|
-
t.loading || (k === "prev" ?
|
|
1005
|
+
function z(k) {
|
|
1006
|
+
t.loading || (k === "prev" ? I(y.value - 1) : k === "next" && I(y.value + 1));
|
|
1007
1007
|
}
|
|
1008
|
-
return
|
|
1008
|
+
return m.value = t.pageSize, ee(
|
|
1009
1009
|
() => t.pageSize,
|
|
1010
1010
|
(k) => {
|
|
1011
|
-
typeof k == "number" &&
|
|
1011
|
+
typeof k == "number" && m.value !== k && (m.value = k);
|
|
1012
1012
|
}
|
|
1013
|
-
), (k,
|
|
1014
|
-
const g =
|
|
1013
|
+
), (k, w) => {
|
|
1014
|
+
const g = Ae("YButton"), x = Ae("YSelect");
|
|
1015
1015
|
return i(), u("div", qt, [
|
|
1016
1016
|
o("div", Ut, [
|
|
1017
|
-
|
|
1017
|
+
se(g, {
|
|
1018
1018
|
size: "small",
|
|
1019
1019
|
variant: "secondary",
|
|
1020
1020
|
disabled: y.value === 1 || e.loading,
|
|
1021
|
-
onClick:
|
|
1021
|
+
onClick: w[0] || (w[0] = (Y) => I(1))
|
|
1022
1022
|
}, {
|
|
1023
|
-
default: re(() => [...
|
|
1023
|
+
default: re(() => [...w[2] || (w[2] = [
|
|
1024
1024
|
$e("首页", -1)
|
|
1025
1025
|
])]),
|
|
1026
1026
|
_: 1
|
|
1027
1027
|
}, 8, ["disabled"]),
|
|
1028
|
-
|
|
1028
|
+
se(g, {
|
|
1029
1029
|
class: "ml-1",
|
|
1030
1030
|
variant: "secondary",
|
|
1031
1031
|
size: "small",
|
|
@@ -1033,12 +1033,12 @@ 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: z
|
|
1037
1037
|
}, null, 8, ["groupItems"]),
|
|
1038
1038
|
o("div", Zt, [
|
|
1039
|
-
|
|
1040
|
-
modelValue:
|
|
1041
|
-
"onUpdate:modelValue":
|
|
1039
|
+
se(x, {
|
|
1040
|
+
modelValue: m.value,
|
|
1041
|
+
"onUpdate:modelValue": w[1] || (w[1] = (Y) => m.value = Y),
|
|
1042
1042
|
options: p.value,
|
|
1043
1043
|
size: "small",
|
|
1044
1044
|
width: "105px",
|
|
@@ -1106,18 +1106,18 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1106
1106
|
label: { default: "" }
|
|
1107
1107
|
},
|
|
1108
1108
|
setup(e) {
|
|
1109
|
-
const $ = e, t =
|
|
1110
|
-
const
|
|
1109
|
+
const $ = e, t = N(() => $.tone || "default"), n = N(() => {
|
|
1110
|
+
const m = ($.label || "").trim(), p = $.tone, y = $.progress;
|
|
1111
1111
|
if (y) {
|
|
1112
|
-
const
|
|
1112
|
+
const I = {
|
|
1113
1113
|
incomplete: "未完成",
|
|
1114
1114
|
partiallyComplete: "部分完成",
|
|
1115
1115
|
complete: "已完成"
|
|
1116
1116
|
};
|
|
1117
|
-
return
|
|
1117
|
+
return m ? `${m},进度:${I[y] || y}` : `进度:${I[y] || y}`;
|
|
1118
1118
|
}
|
|
1119
1119
|
if (p && p !== "default") {
|
|
1120
|
-
const
|
|
1120
|
+
const I = {
|
|
1121
1121
|
informational: "信息",
|
|
1122
1122
|
success: "成功",
|
|
1123
1123
|
attention: "注意",
|
|
@@ -1125,11 +1125,11 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1125
1125
|
critical: "严重",
|
|
1126
1126
|
default: "默认"
|
|
1127
1127
|
};
|
|
1128
|
-
return
|
|
1128
|
+
return m ? `${m},语气:${I[p] || p}` : `语气:${I[p] || p}`;
|
|
1129
1129
|
}
|
|
1130
|
-
return
|
|
1130
|
+
return m || "标记";
|
|
1131
1131
|
});
|
|
1132
|
-
return (
|
|
1132
|
+
return (m, p) => (i(), u("span", {
|
|
1133
1133
|
class: E(["y-badge", [
|
|
1134
1134
|
`y-badge--${t.value}`,
|
|
1135
1135
|
`y-badge--${e.size}`,
|
|
@@ -1192,8 +1192,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1192
1192
|
])]))
|
|
1193
1193
|
])) : W("", !0),
|
|
1194
1194
|
o("span", cn, [
|
|
1195
|
-
|
|
1196
|
-
$e(
|
|
1195
|
+
ae(m.$slots, "default", {}, () => [
|
|
1196
|
+
$e(G(e.label), 1)
|
|
1197
1197
|
], !0)
|
|
1198
1198
|
])
|
|
1199
1199
|
])
|
|
@@ -1220,27 +1220,27 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1220
1220
|
},
|
|
1221
1221
|
emits: ["update:modelValue", "open", "close"],
|
|
1222
1222
|
setup(e, { emit: $ }) {
|
|
1223
|
-
const t = e, n = $,
|
|
1223
|
+
const t = e, n = $, m = N({
|
|
1224
1224
|
get: () => t.modelValue,
|
|
1225
|
-
set: (
|
|
1226
|
-
}), p = K(null), y =
|
|
1227
|
-
const
|
|
1228
|
-
return
|
|
1225
|
+
set: (w) => n("update:modelValue", w)
|
|
1226
|
+
}), p = K(null), y = N(() => {
|
|
1227
|
+
const w = {};
|
|
1228
|
+
return w.width = typeof t.width == "number" ? `${t.width}px` : String(t.width), w.margin = "0 auto", w.top = t.top, w;
|
|
1229
1229
|
});
|
|
1230
|
-
function
|
|
1230
|
+
function I() {
|
|
1231
1231
|
t.maskClosable && C();
|
|
1232
1232
|
}
|
|
1233
1233
|
function C() {
|
|
1234
|
-
|
|
1234
|
+
m.value && (m.value = !1, n("close"));
|
|
1235
1235
|
}
|
|
1236
|
-
function
|
|
1236
|
+
function z() {
|
|
1237
1237
|
t.closable && C();
|
|
1238
1238
|
}
|
|
1239
|
-
function k(
|
|
1240
|
-
|
|
1239
|
+
function k(w) {
|
|
1240
|
+
w.key === "Escape" && z();
|
|
1241
1241
|
}
|
|
1242
|
-
return
|
|
1243
|
-
|
|
1242
|
+
return ee(() => t.modelValue, (w) => {
|
|
1243
|
+
w ? (n("open"), requestAnimationFrame(() => {
|
|
1244
1244
|
var g;
|
|
1245
1245
|
return (g = p.value) == null ? void 0 : g.focus();
|
|
1246
1246
|
}), document.addEventListener("keydown", k), document.body.style.overflow = "hidden") : (document.removeEventListener("keydown", k), document.body.style.overflow = "");
|
|
@@ -1248,31 +1248,31 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1248
1248
|
t.modelValue && (document.addEventListener("keydown", k), document.body.style.overflow = "hidden");
|
|
1249
1249
|
}), Ee(() => {
|
|
1250
1250
|
document.removeEventListener("keydown", k), document.body.style.overflow = "";
|
|
1251
|
-
}), (
|
|
1251
|
+
}), (w, g) => (i(), Me(Fe, { to: "body" }, [
|
|
1252
1252
|
Be(o("div", {
|
|
1253
1253
|
class: "y-dialog-root",
|
|
1254
1254
|
role: "dialog",
|
|
1255
1255
|
"aria-modal": !0,
|
|
1256
|
-
"aria-hidden": !
|
|
1256
|
+
"aria-hidden": !m.value,
|
|
1257
1257
|
style: fe({ zIndex: String(e.zIndex) })
|
|
1258
1258
|
}, [
|
|
1259
1259
|
o("div", {
|
|
1260
1260
|
class: "y-dialog-mask",
|
|
1261
|
-
onClick:
|
|
1261
|
+
onClick: I
|
|
1262
1262
|
}),
|
|
1263
|
-
|
|
1263
|
+
se(xe, { name: "dialog-zoom-fade" }, {
|
|
1264
1264
|
default: re(() => [
|
|
1265
1265
|
Be(o("div", {
|
|
1266
1266
|
ref_key: "panelRef",
|
|
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(z, ["prevent", "stop"]), ["esc"]),
|
|
1271
1271
|
tabindex: "-1"
|
|
1272
1272
|
}, [
|
|
1273
1273
|
e.showHeader ? (i(), u("div", pn, [
|
|
1274
|
-
|
|
1275
|
-
o("div", yn,
|
|
1274
|
+
ae(w.$slots, "header", {}, () => [
|
|
1275
|
+
o("div", yn, G(e.title), 1)
|
|
1276
1276
|
], !0),
|
|
1277
1277
|
e.closable ? (i(), u("button", {
|
|
1278
1278
|
key: 0,
|
|
@@ -1283,19 +1283,19 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1283
1283
|
}, " ✕ ")) : W("", !0)
|
|
1284
1284
|
])) : W("", !0),
|
|
1285
1285
|
o("div", gn, [
|
|
1286
|
-
|
|
1286
|
+
ae(w.$slots, "default", {}, void 0, !0)
|
|
1287
1287
|
]),
|
|
1288
|
-
|
|
1289
|
-
|
|
1288
|
+
w.$slots.footer ? (i(), u("div", mn, [
|
|
1289
|
+
ae(w.$slots, "footer", {}, void 0, !0)
|
|
1290
1290
|
])) : W("", !0)
|
|
1291
1291
|
], 46, hn), [
|
|
1292
|
-
[Ke,
|
|
1292
|
+
[Ke, m.value]
|
|
1293
1293
|
])
|
|
1294
1294
|
]),
|
|
1295
1295
|
_: 3
|
|
1296
1296
|
})
|
|
1297
1297
|
], 12, vn), [
|
|
1298
|
-
[Ke,
|
|
1298
|
+
[Ke, m.value]
|
|
1299
1299
|
])
|
|
1300
1300
|
]));
|
|
1301
1301
|
}
|
|
@@ -1319,165 +1319,165 @@ 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,
|
|
1322
|
+
const n = e, m = t, p = K(), y = K(), I = K(), C = K(!1), z = K(), k = K(), w = K({});
|
|
1323
1323
|
let g = null, x = null;
|
|
1324
|
-
const
|
|
1325
|
-
if (!C.value || !
|
|
1326
|
-
const
|
|
1327
|
-
n.width !== "auto" && (
|
|
1328
|
-
const { top:
|
|
1329
|
-
return
|
|
1330
|
-
}), X =
|
|
1324
|
+
const Y = N(() => {
|
|
1325
|
+
if (!C.value || !z.value) return {};
|
|
1326
|
+
const V = {};
|
|
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
|
+
const { top: Q, left: d } = A();
|
|
1329
|
+
return V.top = `${Q}px`, V.left = `${d}px`, V;
|
|
1330
|
+
}), X = N(() => {
|
|
1331
1331
|
if (!n.showArrow) return {};
|
|
1332
|
-
if (Object.keys(
|
|
1333
|
-
return
|
|
1334
|
-
const
|
|
1335
|
-
return n.placement.startsWith("top") || n.placement.startsWith("bottom") ?
|
|
1332
|
+
if (Object.keys(w.value).length > 0)
|
|
1333
|
+
return w.value;
|
|
1334
|
+
const V = {};
|
|
1335
|
+
return n.placement.startsWith("top") || n.placement.startsWith("bottom") ? V.left = "50%" : V.top = "50%", V;
|
|
1336
1336
|
});
|
|
1337
|
-
function
|
|
1338
|
-
var
|
|
1339
|
-
if (!
|
|
1340
|
-
const { width:
|
|
1337
|
+
function A() {
|
|
1338
|
+
var R, P;
|
|
1339
|
+
if (!z.value) return { top: 0, left: 0 };
|
|
1340
|
+
const { width: V, height: Q, top: d, left: h } = z.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":
|
|
1344
|
-
f = d - r - n.offset, b = h + (
|
|
1344
|
+
f = d - r - n.offset, b = h + (V - a) / 2;
|
|
1345
1345
|
break;
|
|
1346
1346
|
case "top-start":
|
|
1347
1347
|
f = d - r - n.offset, b = h;
|
|
1348
1348
|
break;
|
|
1349
1349
|
case "top-end":
|
|
1350
|
-
f = d - r - n.offset, b = h +
|
|
1350
|
+
f = d - r - n.offset, b = h + V - a;
|
|
1351
1351
|
break;
|
|
1352
1352
|
case "bottom":
|
|
1353
|
-
f = d +
|
|
1353
|
+
f = d + Q + n.offset, b = h + (V - a) / 2;
|
|
1354
1354
|
break;
|
|
1355
1355
|
case "bottom-start":
|
|
1356
|
-
f = d +
|
|
1356
|
+
f = d + Q + n.offset, b = h;
|
|
1357
1357
|
break;
|
|
1358
1358
|
case "bottom-end":
|
|
1359
|
-
f = d +
|
|
1359
|
+
f = d + Q + n.offset, b = h + V - a;
|
|
1360
1360
|
break;
|
|
1361
1361
|
case "left":
|
|
1362
|
-
f = d + (
|
|
1362
|
+
f = d + (Q - r) / 2, b = h - a - n.offset;
|
|
1363
1363
|
break;
|
|
1364
1364
|
case "left-start":
|
|
1365
1365
|
f = d, b = h - a - n.offset;
|
|
1366
1366
|
break;
|
|
1367
1367
|
case "left-end":
|
|
1368
|
-
f = d +
|
|
1368
|
+
f = d + Q - r, b = h - a - n.offset;
|
|
1369
1369
|
break;
|
|
1370
1370
|
case "right":
|
|
1371
|
-
f = d + (
|
|
1371
|
+
f = d + (Q - r) / 2, b = h + V + n.offset;
|
|
1372
1372
|
break;
|
|
1373
1373
|
case "right-start":
|
|
1374
|
-
f = d, b = h +
|
|
1374
|
+
f = d, b = h + V + n.offset;
|
|
1375
1375
|
break;
|
|
1376
1376
|
case "right-end":
|
|
1377
|
-
f = d +
|
|
1377
|
+
f = d + Q - r, b = h + V + n.offset;
|
|
1378
1378
|
break;
|
|
1379
1379
|
}
|
|
1380
|
-
const
|
|
1381
|
-
return b < 8 && (b = 8), b + a >
|
|
1380
|
+
const L = window.innerWidth, U = window.innerHeight;
|
|
1381
|
+
return b < 8 && (b = 8), b + a > L - 8 && (b = L - a - 8), f < 8 && (f = 8), f + r > U - 8 && (f = U - r - 8), { top: f, left: b };
|
|
1382
1382
|
}
|
|
1383
|
-
function
|
|
1384
|
-
n.disabled || C.value || (
|
|
1385
|
-
|
|
1386
|
-
}, n.openDelay) :
|
|
1383
|
+
function D() {
|
|
1384
|
+
n.disabled || C.value || (O(), n.openDelay > 0 ? g = setTimeout(() => {
|
|
1385
|
+
T();
|
|
1386
|
+
}, n.openDelay) : T());
|
|
1387
1387
|
}
|
|
1388
|
-
function
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1388
|
+
function T() {
|
|
1389
|
+
m("before-show"), C.value = !0, m("update:modelValue", !0), m("show"), le(() => {
|
|
1390
|
+
le(() => {
|
|
1391
|
+
Z();
|
|
1392
1392
|
});
|
|
1393
1393
|
});
|
|
1394
1394
|
}
|
|
1395
|
-
function
|
|
1396
|
-
C.value && (
|
|
1397
|
-
|
|
1398
|
-
}, n.closeDelay) :
|
|
1395
|
+
function B() {
|
|
1396
|
+
C.value && (O(), n.closeDelay > 0 ? x = setTimeout(() => {
|
|
1397
|
+
F();
|
|
1398
|
+
}, n.closeDelay) : F());
|
|
1399
1399
|
}
|
|
1400
|
-
function
|
|
1401
|
-
|
|
1400
|
+
function F() {
|
|
1401
|
+
m("before-hide"), C.value = !1, m("update:modelValue", !1), m("hide");
|
|
1402
1402
|
}
|
|
1403
|
-
function
|
|
1403
|
+
function O() {
|
|
1404
1404
|
g && (clearTimeout(g), g = null), x && (clearTimeout(x), x = null);
|
|
1405
1405
|
}
|
|
1406
|
-
function
|
|
1407
|
-
if (!n.showArrow || !
|
|
1408
|
-
|
|
1406
|
+
function q() {
|
|
1407
|
+
if (!n.showArrow || !z.value || !I.value) {
|
|
1408
|
+
w.value = {};
|
|
1409
1409
|
return;
|
|
1410
1410
|
}
|
|
1411
|
-
const
|
|
1412
|
-
if (
|
|
1411
|
+
const V = z.value, Q = I.value.getBoundingClientRect();
|
|
1412
|
+
if (Q.width === 0 || Q.height === 0) {
|
|
1413
1413
|
const h = {};
|
|
1414
|
-
n.placement.startsWith("top") || n.placement.startsWith("bottom") ? h.left = "50%" : h.top = "50%",
|
|
1414
|
+
n.placement.startsWith("top") || n.placement.startsWith("bottom") ? h.left = "50%" : h.top = "50%", w.value = h;
|
|
1415
1415
|
return;
|
|
1416
1416
|
}
|
|
1417
1417
|
const d = {};
|
|
1418
1418
|
if (n.placement.startsWith("top")) {
|
|
1419
1419
|
d.bottom = "-6px";
|
|
1420
|
-
const h =
|
|
1421
|
-
d.left = `${Math.max(12, Math.min(r,
|
|
1420
|
+
const h = V.left + V.width / 2, a = Q.left, r = h - a;
|
|
1421
|
+
d.left = `${Math.max(12, Math.min(r, Q.width - 12))}px`;
|
|
1422
1422
|
} else if (n.placement.startsWith("bottom")) {
|
|
1423
1423
|
d.top = "-6px";
|
|
1424
|
-
const h =
|
|
1425
|
-
d.left = `${Math.max(12, Math.min(r,
|
|
1424
|
+
const h = V.left + V.width / 2, a = Q.left, r = h - a;
|
|
1425
|
+
d.left = `${Math.max(12, Math.min(r, Q.width - 12))}px`;
|
|
1426
1426
|
} else if (n.placement.startsWith("left")) {
|
|
1427
1427
|
d.right = "-6px";
|
|
1428
|
-
const h =
|
|
1429
|
-
d.top = `${Math.max(12, Math.min(r,
|
|
1428
|
+
const h = V.top + V.height / 2, a = Q.top, r = h - a;
|
|
1429
|
+
d.top = `${Math.max(12, Math.min(r, Q.height - 12))}px`;
|
|
1430
1430
|
} else if (n.placement.startsWith("right")) {
|
|
1431
1431
|
d.left = "-6px";
|
|
1432
|
-
const h =
|
|
1433
|
-
d.top = `${Math.max(12, Math.min(r,
|
|
1432
|
+
const h = V.top + V.height / 2, a = Q.top, r = h - a;
|
|
1433
|
+
d.top = `${Math.max(12, Math.min(r, Q.height - 12))}px`;
|
|
1434
1434
|
}
|
|
1435
|
-
|
|
1435
|
+
w.value = d;
|
|
1436
1436
|
}
|
|
1437
|
-
function
|
|
1438
|
-
y.value && (
|
|
1439
|
-
|
|
1437
|
+
function Z() {
|
|
1438
|
+
y.value && (z.value = y.value.getBoundingClientRect(), I.value && (k.value = I.value.getBoundingClientRect(), q(), C.value && requestAnimationFrame(() => {
|
|
1439
|
+
I.value && (k.value = I.value.getBoundingClientRect(), q());
|
|
1440
1440
|
})));
|
|
1441
1441
|
}
|
|
1442
|
-
function
|
|
1443
|
-
n.disabled || n.trigger === "click" && (C.value ?
|
|
1442
|
+
function ie() {
|
|
1443
|
+
n.disabled || n.trigger === "click" && (C.value ? B() : D());
|
|
1444
1444
|
}
|
|
1445
1445
|
function ue() {
|
|
1446
|
-
n.disabled || n.trigger !== "hover" || (
|
|
1446
|
+
n.disabled || n.trigger !== "hover" || (O(), D());
|
|
1447
1447
|
}
|
|
1448
|
-
function
|
|
1449
|
-
n.disabled || n.trigger !== "hover" ||
|
|
1448
|
+
function te() {
|
|
1449
|
+
n.disabled || n.trigger !== "hover" || B();
|
|
1450
1450
|
}
|
|
1451
1451
|
function ve() {
|
|
1452
|
-
n.disabled || n.trigger !== "hover" ||
|
|
1452
|
+
n.disabled || n.trigger !== "hover" || O();
|
|
1453
1453
|
}
|
|
1454
1454
|
function pe() {
|
|
1455
|
-
n.disabled || n.trigger !== "hover" ||
|
|
1455
|
+
n.disabled || n.trigger !== "hover" || B();
|
|
1456
1456
|
}
|
|
1457
|
-
function ye(
|
|
1457
|
+
function ye(V) {
|
|
1458
1458
|
if (!n.closeOnClickOutside || !C.value) return;
|
|
1459
|
-
const
|
|
1460
|
-
p.value && !p.value.contains(
|
|
1461
|
-
}
|
|
1462
|
-
return
|
|
1463
|
-
|
|
1464
|
-
}),
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1459
|
+
const Q = V.target;
|
|
1460
|
+
p.value && !p.value.contains(Q) && I.value && !I.value.contains(Q) && B();
|
|
1461
|
+
}
|
|
1462
|
+
return ee(() => n.modelValue, (V) => {
|
|
1463
|
+
V !== C.value && (V ? D() : B());
|
|
1464
|
+
}), ee(C, (V) => {
|
|
1465
|
+
V ? (document.addEventListener("click", ye), window.addEventListener("resize", Z), window.addEventListener("scroll", Z, !0), le(() => {
|
|
1466
|
+
Z(), requestAnimationFrame(() => {
|
|
1467
|
+
Z();
|
|
1468
1468
|
}), setTimeout(() => {
|
|
1469
|
-
|
|
1469
|
+
Z();
|
|
1470
1470
|
}, 0);
|
|
1471
|
-
})) : (document.removeEventListener("click", ye), window.removeEventListener("resize",
|
|
1471
|
+
})) : (document.removeEventListener("click", ye), window.removeEventListener("resize", Z), window.removeEventListener("scroll", Z, !0));
|
|
1472
1472
|
}), Ce(() => {
|
|
1473
|
-
n.modelValue &&
|
|
1473
|
+
n.modelValue && D();
|
|
1474
1474
|
}), Ee(() => {
|
|
1475
|
-
|
|
1475
|
+
O(), document.removeEventListener("click", ye), window.removeEventListener("resize", Z), window.removeEventListener("scroll", Z, !0);
|
|
1476
1476
|
}), $({
|
|
1477
|
-
show:
|
|
1478
|
-
hide:
|
|
1479
|
-
updatePosition:
|
|
1480
|
-
}), (
|
|
1477
|
+
show: D,
|
|
1478
|
+
hide: B,
|
|
1479
|
+
updatePosition: Z
|
|
1480
|
+
}), (V, Q) => (i(), u("div", {
|
|
1481
1481
|
class: "ypopover",
|
|
1482
1482
|
ref_key: "popoverRef",
|
|
1483
1483
|
ref: p
|
|
@@ -1485,19 +1485,19 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1485
1485
|
o("div", {
|
|
1486
1486
|
ref_key: "triggerRef",
|
|
1487
1487
|
ref: y,
|
|
1488
|
-
onClick:
|
|
1488
|
+
onClick: ie,
|
|
1489
1489
|
onMouseenter: ue,
|
|
1490
|
-
onMouseleave:
|
|
1490
|
+
onMouseleave: te
|
|
1491
1491
|
}, [
|
|
1492
|
-
|
|
1492
|
+
ae(V.$slots, "reference", {}, void 0, !0)
|
|
1493
1493
|
], 544),
|
|
1494
1494
|
(i(), Me(Fe, { to: "body" }, [
|
|
1495
|
-
|
|
1495
|
+
se(xe, { name: "ypopover-fade" }, {
|
|
1496
1496
|
default: re(() => [
|
|
1497
1497
|
C.value ? (i(), u("div", {
|
|
1498
1498
|
key: 0,
|
|
1499
1499
|
ref_key: "contentRef",
|
|
1500
|
-
ref:
|
|
1500
|
+
ref: I,
|
|
1501
1501
|
class: E(["ypopover__content", [
|
|
1502
1502
|
`ypopover__content--${e.placement}`,
|
|
1503
1503
|
{
|
|
@@ -1505,8 +1505,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1505
1505
|
"ypopover__content--no-padding": !e.showPadding
|
|
1506
1506
|
}
|
|
1507
1507
|
]]),
|
|
1508
|
-
style: fe(
|
|
1509
|
-
onClick:
|
|
1508
|
+
style: fe(Y.value),
|
|
1509
|
+
onClick: Q[0] || (Q[0] = J(() => {
|
|
1510
1510
|
}, ["stop"])),
|
|
1511
1511
|
onMouseenter: ve,
|
|
1512
1512
|
onMouseleave: pe
|
|
@@ -1517,7 +1517,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1517
1517
|
style: fe(X.value)
|
|
1518
1518
|
}, null, 6)) : W("", !0),
|
|
1519
1519
|
o("div", kn, [
|
|
1520
|
-
|
|
1520
|
+
ae(V.$slots, "default", {}, void 0, !0)
|
|
1521
1521
|
])
|
|
1522
1522
|
], 38)) : W("", !0)
|
|
1523
1523
|
]),
|
|
@@ -1535,7 +1535,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1535
1535
|
}, Kn = {
|
|
1536
1536
|
key: 2,
|
|
1537
1537
|
class: "status-text status-complete"
|
|
1538
|
-
}, Hn = { class: "nh-time-pickers" }, Wn = { class: "nh-time-picker" }, Rn = { class: "nh-date-picker" },
|
|
1538
|
+
}, Hn = { class: "nh-time-pickers" }, Wn = { class: "nh-time-picker" }, Rn = { class: "nh-date-picker" }, Vn = { class: "nh-date-picker-header" }, An = { class: "nh-date-picker-header-label" }, Fn = { class: "nh-date-picker-content" }, Pn = { class: "nh-date-table" }, Yn = ["onClick"], Nn = { class: "nh-date-table-cell" }, On = { key: 0 }, jn = { class: "nh-time-picker" }, qn = { class: "nh-date-picker" }, Un = { class: "nh-date-picker-header" }, Zn = { class: "nh-date-picker-header-label" }, Qn = { class: "nh-date-picker-content" }, Jn = { class: "nh-date-table" }, Xn = ["onClick"], Gn = { class: "nh-date-table-cell" }, el = { key: 0 }, tl = { class: "nh-time-actions" }, nl = /* @__PURE__ */ ge({
|
|
1539
1539
|
__name: "ytime",
|
|
1540
1540
|
props: {
|
|
1541
1541
|
modelValue: { default: () => ({ startDate: null, endDate: null }) },
|
|
@@ -1586,28 +1586,28 @@ 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 = $,
|
|
1589
|
+
const t = e, n = $, m = K(!1), p = K(-1), y = K(-1), I = K(null), C = K(), z = K(), k = K({
|
|
1590
1590
|
top: !0,
|
|
1591
1591
|
left: !0
|
|
1592
|
-
}),
|
|
1592
|
+
}), w = K({
|
|
1593
1593
|
year: (/* @__PURE__ */ new Date()).getFullYear(),
|
|
1594
1594
|
month: (/* @__PURE__ */ new Date()).getMonth()
|
|
1595
1595
|
}), g = K({
|
|
1596
1596
|
year: (/* @__PURE__ */ new Date()).getFullYear(),
|
|
1597
1597
|
month: (/* @__PURE__ */ new Date()).getMonth() + 1
|
|
1598
1598
|
}), x = () => {
|
|
1599
|
-
const s = new Date(
|
|
1599
|
+
const s = new Date(w.value.year, w.value.month).getTime(), v = new Date(g.value.year, g.value.month).getTime();
|
|
1600
1600
|
if (s >= v) {
|
|
1601
|
-
const l = new Date(
|
|
1601
|
+
const l = new Date(w.value.year, w.value.month + 1);
|
|
1602
1602
|
g.value.year = l.getFullYear(), g.value.month = l.getMonth();
|
|
1603
1603
|
}
|
|
1604
|
-
},
|
|
1605
|
-
const s = new Date(
|
|
1604
|
+
}, Y = () => {
|
|
1605
|
+
const s = new Date(w.value.year, w.value.month).getTime();
|
|
1606
1606
|
if (new Date(g.value.year, g.value.month).getTime() <= s) {
|
|
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 = ["一", "二", "三", "四", "五", "六", "日"],
|
|
1610
|
+
}, X = ["一", "二", "三", "四", "五", "六", "日"], A = K(null), D = K(null), T = (s) => {
|
|
1611
1611
|
if (!s) return null;
|
|
1612
1612
|
if (s instanceof Date) return s;
|
|
1613
1613
|
if (typeof s == "number")
|
|
@@ -1617,39 +1617,39 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1617
1617
|
return isNaN(v.getTime()) ? null : v;
|
|
1618
1618
|
}
|
|
1619
1619
|
return null;
|
|
1620
|
-
},
|
|
1620
|
+
}, B = (s) => {
|
|
1621
1621
|
if (!s) return null;
|
|
1622
1622
|
const v = s.getFullYear(), l = String(s.getMonth() + 1).padStart(2, "0"), c = String(s.getDate()).padStart(2, "0");
|
|
1623
1623
|
if (t.includeTime) {
|
|
1624
|
-
const
|
|
1625
|
-
return `${v}-${l}-${c} ${
|
|
1624
|
+
const _ = String(s.getHours()).padStart(2, "0"), M = String(s.getMinutes()).padStart(2, "0"), S = String(s.getSeconds()).padStart(2, "0");
|
|
1625
|
+
return `${v}-${l}-${c} ${_}:${M}:${S}`;
|
|
1626
1626
|
} else
|
|
1627
1627
|
return `${v}-${l}-${c}`;
|
|
1628
|
-
},
|
|
1629
|
-
startDate:
|
|
1630
|
-
endDate:
|
|
1631
|
-
} : { startDate: null, endDate: null },
|
|
1632
|
-
startDate:
|
|
1633
|
-
endDate:
|
|
1628
|
+
}, F = (s) => s ? s.getTime() : null, O = (s) => s ? {
|
|
1629
|
+
startDate: T(s.startDate),
|
|
1630
|
+
endDate: T(s.endDate)
|
|
1631
|
+
} : { startDate: null, endDate: null }, q = (s) => t.format === "string" ? {
|
|
1632
|
+
startDate: B(s.startDate),
|
|
1633
|
+
endDate: B(s.endDate)
|
|
1634
1634
|
} : t.format === "timestamp" ? {
|
|
1635
|
-
startDate:
|
|
1636
|
-
endDate:
|
|
1637
|
-
} : s,
|
|
1638
|
-
const v =
|
|
1635
|
+
startDate: F(s.startDate),
|
|
1636
|
+
endDate: F(s.endDate)
|
|
1637
|
+
} : s, Z = (s, v) => `${String(v + 1).padStart(2, "0")}/${s}`, ie = (s, v) => s.getFullYear() === v.getFullYear() && s.getMonth() === v.getMonth() && s.getDate() === v.getDate(), ue = (s, v, l) => !v || !l ? !1 : s >= v && s <= l, te = (s) => {
|
|
1638
|
+
const v = O(s);
|
|
1639
1639
|
if (!(v != null && v.startDate) || !(v != null && v.endDate))
|
|
1640
1640
|
return -1;
|
|
1641
1641
|
for (let l = 0; l < t.shortcuts.length; l++) {
|
|
1642
1642
|
const c = t.shortcuts[l].getValue();
|
|
1643
1643
|
if (c.startDate && c.endDate && v.startDate && v.endDate) {
|
|
1644
|
-
const
|
|
1644
|
+
const _ = new Date(
|
|
1645
1645
|
v.startDate.getFullYear(),
|
|
1646
1646
|
v.startDate.getMonth(),
|
|
1647
1647
|
v.startDate.getDate()
|
|
1648
|
-
),
|
|
1648
|
+
), M = new Date(
|
|
1649
1649
|
v.endDate.getFullYear(),
|
|
1650
1650
|
v.endDate.getMonth(),
|
|
1651
1651
|
v.endDate.getDate()
|
|
1652
|
-
),
|
|
1652
|
+
), S = new Date(
|
|
1653
1653
|
c.startDate.getFullYear(),
|
|
1654
1654
|
c.startDate.getMonth(),
|
|
1655
1655
|
c.startDate.getDate()
|
|
@@ -1658,46 +1658,46 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1658
1658
|
c.endDate.getMonth(),
|
|
1659
1659
|
c.endDate.getDate()
|
|
1660
1660
|
);
|
|
1661
|
-
if (
|
|
1661
|
+
if (_.getTime() === S.getTime() && M.getTime() === H.getTime())
|
|
1662
1662
|
return l;
|
|
1663
1663
|
}
|
|
1664
1664
|
}
|
|
1665
1665
|
return -1;
|
|
1666
1666
|
}, ve = (s, v) => {
|
|
1667
|
-
const l = new Date(s, v, 1), c = new Date(s, v + 1, 0),
|
|
1668
|
-
for (let
|
|
1669
|
-
const _e = new Date(s, v - 1, de.getDate() -
|
|
1670
|
-
|
|
1667
|
+
const l = new Date(s, v, 1), c = new Date(s, v + 1, 0), _ = l.getDay(), M = c.getDate(), S = [], H = /* @__PURE__ */ new Date(), j = _ === 0 ? 6 : _ - 1, de = new Date(s, v, 0);
|
|
1668
|
+
for (let ne = j - 1; ne >= 0; ne--) {
|
|
1669
|
+
const _e = new Date(s, v - 1, de.getDate() - ne);
|
|
1670
|
+
S.push({
|
|
1671
1671
|
date: _e,
|
|
1672
1672
|
day: _e.getDate(),
|
|
1673
1673
|
isCurrentMonth: !1,
|
|
1674
|
-
isToday:
|
|
1674
|
+
isToday: ie(_e, H),
|
|
1675
1675
|
isSelected: !1,
|
|
1676
1676
|
isInRange: !1,
|
|
1677
1677
|
isDisabled: !0
|
|
1678
1678
|
// 禁用非当前月的日期
|
|
1679
1679
|
});
|
|
1680
1680
|
}
|
|
1681
|
-
for (let
|
|
1682
|
-
const _e = new Date(s, v,
|
|
1683
|
-
|
|
1681
|
+
for (let ne = 1; ne <= M; ne++) {
|
|
1682
|
+
const _e = new Date(s, v, ne);
|
|
1683
|
+
S.push({
|
|
1684
1684
|
date: _e,
|
|
1685
|
-
day:
|
|
1685
|
+
day: ne,
|
|
1686
1686
|
isCurrentMonth: !0,
|
|
1687
|
-
isToday:
|
|
1687
|
+
isToday: ie(_e, H),
|
|
1688
1688
|
isSelected: !1,
|
|
1689
1689
|
isInRange: !1,
|
|
1690
1690
|
isDisabled: !1
|
|
1691
1691
|
});
|
|
1692
1692
|
}
|
|
1693
|
-
const he = 42 -
|
|
1694
|
-
for (let
|
|
1695
|
-
const _e = new Date(s, v + 1,
|
|
1696
|
-
|
|
1693
|
+
const he = 42 - S.length;
|
|
1694
|
+
for (let ne = 1; ne <= he; ne++) {
|
|
1695
|
+
const _e = new Date(s, v + 1, ne);
|
|
1696
|
+
S.push({
|
|
1697
1697
|
date: _e,
|
|
1698
|
-
day:
|
|
1698
|
+
day: ne,
|
|
1699
1699
|
isCurrentMonth: !1,
|
|
1700
|
-
isToday:
|
|
1700
|
+
isToday: ie(_e, H),
|
|
1701
1701
|
isSelected: !1,
|
|
1702
1702
|
isInRange: !1,
|
|
1703
1703
|
isDisabled: !0
|
|
@@ -1705,158 +1705,158 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1705
1705
|
});
|
|
1706
1706
|
}
|
|
1707
1707
|
const ze = [];
|
|
1708
|
-
for (let
|
|
1709
|
-
ze.push(
|
|
1708
|
+
for (let ne = 0; ne < S.length; ne += 7)
|
|
1709
|
+
ze.push(S.slice(ne, ne + 7));
|
|
1710
1710
|
return ze;
|
|
1711
1711
|
}, pe = (s) => {
|
|
1712
|
-
const v =
|
|
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 =
|
|
1717
|
-
|
|
1718
|
-
const H = l - s.left,
|
|
1719
|
-
H <
|
|
1720
|
-
},
|
|
1721
|
-
if (
|
|
1722
|
-
const s =
|
|
1723
|
-
if (
|
|
1715
|
+
if (!C.value || !z.value) return;
|
|
1716
|
+
const s = C.value.getBoundingClientRect(), v = z.value.getBoundingClientRect(), l = window.innerWidth, _ = window.innerHeight - s.bottom, M = s.top, S = v.height || 400;
|
|
1717
|
+
_ < S && M > S ? k.value.top = !1 : k.value.top = !0;
|
|
1718
|
+
const H = l - s.left, j = v.width || 640;
|
|
1719
|
+
H < j ? k.value.left = !1 : k.value.left = !0;
|
|
1720
|
+
}, V = () => {
|
|
1721
|
+
if (m.value = !m.value, m.value) {
|
|
1722
|
+
const s = O(t.modelValue);
|
|
1723
|
+
if (A.value = (s == null ? void 0 : s.startDate) || null, D.value = (s == null ? void 0 : s.endDate) || null, y.value = te(t.modelValue), p.value = -1, s != null && s.startDate && (w.value.year = s.startDate.getFullYear(), w.value.month = s.startDate.getMonth()), s != null && s.endDate)
|
|
1724
1724
|
g.value.year = s.endDate.getFullYear(), g.value.month = s.endDate.getMonth();
|
|
1725
1725
|
else {
|
|
1726
|
-
const v = new Date(
|
|
1726
|
+
const v = new Date(w.value.year, w.value.month + 1);
|
|
1727
1727
|
g.value.year = v.getFullYear(), g.value.month = v.getMonth();
|
|
1728
1728
|
}
|
|
1729
|
-
x(),
|
|
1729
|
+
x(), le(() => {
|
|
1730
1730
|
ye();
|
|
1731
1731
|
});
|
|
1732
1732
|
}
|
|
1733
|
-
},
|
|
1734
|
-
const v = s.target, l = C.value, c =
|
|
1735
|
-
l && c && !l.contains(v) && !c.contains(v) && (
|
|
1733
|
+
}, Q = (s) => {
|
|
1734
|
+
const v = s.target, l = C.value, c = z.value;
|
|
1735
|
+
l && c && !l.contains(v) && !c.contains(v) && (m.value = !1, p.value = -1);
|
|
1736
1736
|
}, d = (s) => {
|
|
1737
|
-
s.key === "Enter" || s.key === " " ? (s.preventDefault(),
|
|
1737
|
+
s.key === "Enter" || s.key === " " ? (s.preventDefault(), V()) : s.key === "ArrowDown" && (s.preventDefault(), m.value = !0, le(() => {
|
|
1738
1738
|
ye(), b();
|
|
1739
1739
|
}));
|
|
1740
1740
|
}, h = (s) => {
|
|
1741
1741
|
var v;
|
|
1742
|
-
s.key === "Escape" && (
|
|
1742
|
+
s.key === "Escape" && (m.value = !1, p.value = -1, (v = C.value) == null || v.focus());
|
|
1743
1743
|
}, a = (s, v) => {
|
|
1744
|
-
s.key === "ArrowDown" ? (s.preventDefault(), p.value = Math.min(v + 1, t.shortcuts.length - 1),
|
|
1744
|
+
s.key === "ArrowDown" ? (s.preventDefault(), p.value = Math.min(v + 1, t.shortcuts.length - 1), L(p.value)) : s.key === "ArrowUp" ? (s.preventDefault(), p.value = Math.max(v - 1, 0), L(p.value)) : (s.key === "Enter" || s.key === " ") && (s.preventDefault(), U(t.shortcuts[v]));
|
|
1745
1745
|
}, r = (s) => {
|
|
1746
1746
|
p.value = s;
|
|
1747
1747
|
}, f = () => {
|
|
1748
1748
|
p.value = -1;
|
|
1749
1749
|
}, b = () => {
|
|
1750
|
-
p.value = 0,
|
|
1751
|
-
},
|
|
1752
|
-
if (
|
|
1753
|
-
const l =
|
|
1750
|
+
p.value = 0, L(0);
|
|
1751
|
+
}, L = (s) => {
|
|
1752
|
+
if (z.value) {
|
|
1753
|
+
const l = z.value.querySelectorAll(".nh-time-shortcut")[s];
|
|
1754
1754
|
l && l.focus();
|
|
1755
1755
|
}
|
|
1756
1756
|
}, U = (s) => {
|
|
1757
1757
|
const v = s.getValue();
|
|
1758
|
-
t.includeTime && v.startDate && v.endDate && (v.startDate.setHours(0, 0, 0, 0), v.endDate.setHours(23, 59, 59, 999)), pe(v), y.value = t.shortcuts.findIndex((l) => l.label === s.label), p.value = -1,
|
|
1759
|
-
},
|
|
1758
|
+
t.includeTime && v.startDate && v.endDate && (v.startDate.setHours(0, 0, 0, 0), v.endDate.setHours(23, 59, 59, 999)), pe(v), y.value = t.shortcuts.findIndex((l) => l.label === s.label), p.value = -1, m.value = !1;
|
|
1759
|
+
}, R = (s, v) => {
|
|
1760
1760
|
if (!s || s.isDisabled) return;
|
|
1761
1761
|
let l;
|
|
1762
|
-
if (t.includeTime ? (l = new Date(s.date), v === "start" || !
|
|
1763
|
-
|
|
1764
|
-
else if (
|
|
1765
|
-
if (l >=
|
|
1766
|
-
t.includeTime && l.setHours(23, 59, 59, 999),
|
|
1762
|
+
if (t.includeTime ? (l = new Date(s.date), v === "start" || !A.value ? l.setHours(0, 0, 0, 0) : l.setHours(23, 59, 59, 999)) : l = new Date(s.date.getFullYear(), s.date.getMonth(), s.date.getDate()), !A.value && !D.value)
|
|
1763
|
+
A.value = l, D.value = null;
|
|
1764
|
+
else if (A.value && !D.value)
|
|
1765
|
+
if (l >= A.value)
|
|
1766
|
+
t.includeTime && l.setHours(23, 59, 59, 999), D.value = l;
|
|
1767
1767
|
else {
|
|
1768
|
-
const c =
|
|
1769
|
-
t.includeTime && c.setHours(23, 59, 59, 999),
|
|
1768
|
+
const c = A.value;
|
|
1769
|
+
t.includeTime && c.setHours(23, 59, 59, 999), D.value = c, A.value = l;
|
|
1770
1770
|
}
|
|
1771
1771
|
else
|
|
1772
|
-
|
|
1773
|
-
if (y.value = -1,
|
|
1774
|
-
const c = new Date(
|
|
1775
|
-
t.includeTime && c.setHours(23, 59, 59, 999),
|
|
1776
|
-
startDate:
|
|
1772
|
+
A.value = l, D.value = null;
|
|
1773
|
+
if (y.value = -1, A.value && D.value) {
|
|
1774
|
+
const c = new Date(D.value);
|
|
1775
|
+
t.includeTime && c.setHours(23, 59, 59, 999), I.value = {
|
|
1776
|
+
startDate: A.value,
|
|
1777
1777
|
endDate: c
|
|
1778
1778
|
};
|
|
1779
1779
|
} else
|
|
1780
|
-
|
|
1780
|
+
I.value = null;
|
|
1781
1781
|
}, P = (s, v) => {
|
|
1782
1782
|
if (!s) return ["nh-date-table-td"];
|
|
1783
1783
|
const l = ["nh-date-table-td"];
|
|
1784
|
-
return s.isCurrentMonth || l.push("is-prev-month"), s.isToday && l.push("is-today"), s.isDisabled && l.push("is-disabled"),
|
|
1784
|
+
return s.isCurrentMonth || l.push("is-prev-month"), s.isToday && l.push("is-today"), s.isDisabled && l.push("is-disabled"), A.value && ie(s.date, A.value) && l.push("is-selected", "is-start"), D.value && ie(s.date, D.value) && l.push("is-selected", "is-end"), A.value && D.value && ue(s.date, A.value, D.value) && l.push("is-in-range"), l;
|
|
1785
1785
|
}, we = () => {
|
|
1786
|
-
|
|
1786
|
+
I.value && (t.includeTime && I.value.endDate && I.value.endDate.setHours(23, 59, 59, 999), pe(I.value), y.value = te(I.value), m.value = !1);
|
|
1787
1787
|
}, De = () => {
|
|
1788
|
-
pe({ startDate: null, endDate: null }),
|
|
1788
|
+
pe({ startDate: null, endDate: null }), Ve(), p.value = -1, m.value = !1;
|
|
1789
1789
|
}, be = () => {
|
|
1790
|
-
|
|
1790
|
+
m.value && le(() => {
|
|
1791
1791
|
ye();
|
|
1792
1792
|
});
|
|
1793
|
-
}, Le =
|
|
1794
|
-
const s =
|
|
1793
|
+
}, Le = N(() => ve(w.value.year, w.value.month)), Ie = N(() => ve(g.value.year, g.value.month)), Pe = N(() => {
|
|
1794
|
+
const s = O(t.modelValue);
|
|
1795
1795
|
if (!s || !s.startDate || !s.endDate)
|
|
1796
1796
|
return "";
|
|
1797
|
-
const v = (
|
|
1798
|
-
const
|
|
1799
|
-
return `${
|
|
1797
|
+
const v = (_) => {
|
|
1798
|
+
const M = String(_.getFullYear()), S = String(_.getMonth() + 1).padStart(2, "0"), H = String(_.getDate()).padStart(2, "0");
|
|
1799
|
+
return `${M}/${S}/${H}`;
|
|
1800
1800
|
}, l = v(s.startDate), c = v(s.endDate);
|
|
1801
1801
|
return !t.includeTime && l === c ? l : `${l} - ${c}`;
|
|
1802
|
-
}), We =
|
|
1802
|
+
}), We = N(() => [
|
|
1803
1803
|
"nh-time-dropdown",
|
|
1804
1804
|
{
|
|
1805
1805
|
"nh-time-dropdown-top": !k.value.top,
|
|
1806
1806
|
"nh-time-dropdown-right": !k.value.left
|
|
1807
1807
|
}
|
|
1808
|
-
]), Re =
|
|
1809
|
-
const s =
|
|
1808
|
+
]), Re = N(() => {
|
|
1809
|
+
const s = O(t.modelValue);
|
|
1810
1810
|
return !!(s != null && s.startDate && (s != null && s.endDate));
|
|
1811
|
-
}),
|
|
1812
|
-
|
|
1811
|
+
}), Ye = N(() => !!(A.value && D.value)), Ve = () => {
|
|
1812
|
+
A.value = null, D.value = null, I.value = null, y.value = -1;
|
|
1813
1813
|
};
|
|
1814
|
-
|
|
1815
|
-
const v =
|
|
1814
|
+
ee(() => t.modelValue, (s) => {
|
|
1815
|
+
const v = O(s);
|
|
1816
1816
|
if (v != null && v.startDate) {
|
|
1817
1817
|
const l = v.startDate;
|
|
1818
|
-
|
|
1818
|
+
w.value.year = l.getFullYear(), w.value.month = l.getMonth();
|
|
1819
1819
|
}
|
|
1820
1820
|
if (v != null && v.endDate) {
|
|
1821
1821
|
const l = v.endDate;
|
|
1822
1822
|
g.value.year = l.getFullYear(), g.value.month = l.getMonth();
|
|
1823
1823
|
} else if (v != null && v.startDate) {
|
|
1824
|
-
const l = new Date(
|
|
1824
|
+
const l = new Date(w.value.year, w.value.month + 1);
|
|
1825
1825
|
g.value.year = l.getFullYear(), g.value.month = l.getMonth();
|
|
1826
1826
|
}
|
|
1827
|
-
(v != null && v.startDate || v != null && v.endDate) && x(),
|
|
1828
|
-
}, { immediate: !0, deep: !0 }),
|
|
1829
|
-
const s = new Date(
|
|
1827
|
+
(v != null && v.startDate || v != null && v.endDate) && x(), m.value || (y.value = te(s));
|
|
1828
|
+
}, { immediate: !0, deep: !0 }), ee([w, g], () => {
|
|
1829
|
+
const s = new Date(w.value.year, w.value.month).getTime(), v = new Date(g.value.year, g.value.month).getTime();
|
|
1830
1830
|
if (s === v) {
|
|
1831
|
-
const l = new Date(
|
|
1831
|
+
const l = new Date(w.value.year, w.value.month + 1);
|
|
1832
1832
|
g.value.year = l.getFullYear(), g.value.month = l.getMonth();
|
|
1833
1833
|
}
|
|
1834
1834
|
}, { deep: !0 }), Ce(() => {
|
|
1835
|
-
document.addEventListener("click",
|
|
1836
|
-
const s =
|
|
1837
|
-
if (s != null && s.startDate && (
|
|
1835
|
+
document.addEventListener("click", Q), window.addEventListener("resize", be), window.addEventListener("scroll", be), y.value = te(t.modelValue);
|
|
1836
|
+
const s = O(t.modelValue);
|
|
1837
|
+
if (s != null && s.startDate && (w.value.year = s.startDate.getFullYear(), w.value.month = s.startDate.getMonth()), s != null && s.endDate)
|
|
1838
1838
|
g.value.year = s.endDate.getFullYear(), g.value.month = s.endDate.getMonth();
|
|
1839
1839
|
else {
|
|
1840
|
-
const v = new Date(
|
|
1840
|
+
const v = new Date(w.value.year, w.value.month + 1);
|
|
1841
1841
|
g.value.year = v.getFullYear(), g.value.month = v.getMonth();
|
|
1842
1842
|
}
|
|
1843
1843
|
x();
|
|
1844
1844
|
}), Ee(() => {
|
|
1845
|
-
document.removeEventListener("click",
|
|
1845
|
+
document.removeEventListener("click", Q), window.removeEventListener("resize", be), window.removeEventListener("scroll", be);
|
|
1846
1846
|
});
|
|
1847
1847
|
const He = () => {
|
|
1848
|
-
t.clearable && (pe({ startDate: null, endDate: null }),
|
|
1848
|
+
t.clearable && (pe({ startDate: null, endDate: null }), Ve(), p.value = -1);
|
|
1849
1849
|
}, Te = (s, v) => {
|
|
1850
1850
|
if (s === "start") {
|
|
1851
|
-
const l = new Date(
|
|
1852
|
-
|
|
1851
|
+
const l = new Date(w.value.year, w.value.month + v, 1);
|
|
1852
|
+
w.value.year = l.getFullYear(), w.value.month = l.getMonth(), x();
|
|
1853
1853
|
} else {
|
|
1854
1854
|
const l = new Date(g.value.year, g.value.month + v, 1);
|
|
1855
|
-
g.value.year = l.getFullYear(), g.value.month = l.getMonth(),
|
|
1855
|
+
g.value.year = l.getFullYear(), g.value.month = l.getMonth(), Y();
|
|
1856
1856
|
}
|
|
1857
1857
|
};
|
|
1858
1858
|
return (s, v) => {
|
|
1859
|
-
const l =
|
|
1859
|
+
const l = Ae("YButton");
|
|
1860
1860
|
return i(), u("div", {
|
|
1861
1861
|
class: E(["nh-time-search", [`nh-time--${e.size}`]])
|
|
1862
1862
|
}, [
|
|
@@ -1864,14 +1864,14 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1864
1864
|
o("div", {
|
|
1865
1865
|
ref_key: "trigger",
|
|
1866
1866
|
ref: C,
|
|
1867
|
-
onClick:
|
|
1867
|
+
onClick: V,
|
|
1868
1868
|
onKeydown: d,
|
|
1869
|
-
class: E(["nh-time-trigger", { "is-focus":
|
|
1869
|
+
class: E(["nh-time-trigger", { "is-focus": m.value, "has-value": Re.value }]),
|
|
1870
1870
|
tabindex: "0"
|
|
1871
1871
|
}, [
|
|
1872
1872
|
o("input", {
|
|
1873
1873
|
readonly: "",
|
|
1874
|
-
value:
|
|
1874
|
+
value: Pe.value,
|
|
1875
1875
|
placeholder: e.placeholder,
|
|
1876
1876
|
class: "nh-time-input"
|
|
1877
1877
|
}, null, 8, Dn),
|
|
@@ -1905,7 +1905,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1905
1905
|
])
|
|
1906
1906
|
], -1)),
|
|
1907
1907
|
o("i", {
|
|
1908
|
-
class: E(["nh-time-arrow", { "is-reverse":
|
|
1908
|
+
class: E(["nh-time-arrow", { "is-reverse": m.value }])
|
|
1909
1909
|
}, [...v[5] || (v[5] = [
|
|
1910
1910
|
o("svg", {
|
|
1911
1911
|
viewBox: "0 0 1024 1024",
|
|
@@ -1920,46 +1920,46 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1920
1920
|
])], 2)
|
|
1921
1921
|
])
|
|
1922
1922
|
], 34),
|
|
1923
|
-
|
|
1923
|
+
se(xe, { name: "el-zoom-in-top" }, {
|
|
1924
1924
|
default: re(() => [
|
|
1925
|
-
|
|
1925
|
+
m.value ? (i(), u("div", {
|
|
1926
1926
|
key: 0,
|
|
1927
1927
|
ref_key: "dropdown",
|
|
1928
|
-
ref:
|
|
1928
|
+
ref: z,
|
|
1929
1929
|
class: E(We.value),
|
|
1930
1930
|
onKeydown: h
|
|
1931
1931
|
}, [
|
|
1932
1932
|
o("div", Sn, [
|
|
1933
1933
|
v[7] || (v[7] = o("div", { class: "nh-time-shortcuts-title" }, "快捷选项", -1)),
|
|
1934
1934
|
o("ul", Mn, [
|
|
1935
|
-
(i(!0), u(
|
|
1935
|
+
(i(!0), u(oe, null, ce(e.shortcuts, (c, _) => (i(), u("li", {
|
|
1936
1936
|
key: c.label,
|
|
1937
|
-
onClick: (
|
|
1938
|
-
onKeydown: (
|
|
1939
|
-
onMouseenter: (
|
|
1937
|
+
onClick: (M) => U(c),
|
|
1938
|
+
onKeydown: (M) => a(M, _),
|
|
1939
|
+
onMouseenter: (M) => r(_),
|
|
1940
1940
|
onMouseleave: f,
|
|
1941
1941
|
class: E([
|
|
1942
1942
|
"nh-time-shortcut",
|
|
1943
1943
|
{
|
|
1944
|
-
"is-active": p.value ===
|
|
1945
|
-
"is-selected": y.value ===
|
|
1944
|
+
"is-active": p.value === _,
|
|
1945
|
+
"is-selected": y.value === _
|
|
1946
1946
|
}
|
|
1947
1947
|
]),
|
|
1948
1948
|
tabindex: "0"
|
|
1949
|
-
},
|
|
1949
|
+
}, G(c.label), 43, Ln))), 128))
|
|
1950
1950
|
])
|
|
1951
1951
|
]),
|
|
1952
1952
|
o("div", In, [
|
|
1953
1953
|
o("div", Bn, [
|
|
1954
1954
|
v[8] || (v[8] = o("span", null, "自定义时间", -1)),
|
|
1955
1955
|
o("div", En, [
|
|
1956
|
-
!
|
|
1956
|
+
!A.value && !D.value ? (i(), u("span", Tn, " 请选择开始日期 ")) : A.value && !D.value ? (i(), u("span", zn, " 请选择结束日期 ")) : A.value && D.value ? (i(), u("span", Kn, " 已选择完整范围 ")) : W("", !0)
|
|
1957
1957
|
])
|
|
1958
1958
|
]),
|
|
1959
1959
|
o("div", Hn, [
|
|
1960
1960
|
o("div", Wn, [
|
|
1961
1961
|
o("div", Rn, [
|
|
1962
|
-
o("div",
|
|
1962
|
+
o("div", Vn, [
|
|
1963
1963
|
o("button", {
|
|
1964
1964
|
onClick: v[0] || (v[0] = (c) => Te("start", -1)),
|
|
1965
1965
|
class: "nh-date-picker-btn nh-date-picker-prev-btn",
|
|
@@ -1976,7 +1976,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1976
1976
|
})
|
|
1977
1977
|
], -1)
|
|
1978
1978
|
])]),
|
|
1979
|
-
o("span",
|
|
1979
|
+
o("span", An, G(Z(w.value.year, w.value.month)), 1),
|
|
1980
1980
|
o("button", {
|
|
1981
1981
|
onClick: v[1] || (v[1] = (c) => Te("start", 1)),
|
|
1982
1982
|
class: "nh-date-picker-btn nh-date-picker-next-btn",
|
|
@@ -1995,28 +1995,28 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
1995
1995
|
])])
|
|
1996
1996
|
]),
|
|
1997
1997
|
o("div", Fn, [
|
|
1998
|
-
o("table",
|
|
1998
|
+
o("table", Pn, [
|
|
1999
1999
|
o("thead", null, [
|
|
2000
2000
|
o("tr", null, [
|
|
2001
|
-
(i(), u(
|
|
2001
|
+
(i(), u(oe, null, ce(X, (c) => o("th", {
|
|
2002
2002
|
key: c,
|
|
2003
2003
|
class: "nh-date-table-th"
|
|
2004
|
-
},
|
|
2004
|
+
}, G(c), 1)), 64))
|
|
2005
2005
|
])
|
|
2006
2006
|
]),
|
|
2007
2007
|
o("tbody", null, [
|
|
2008
|
-
(i(!0), u(
|
|
2009
|
-
key: `start-week-${
|
|
2008
|
+
(i(!0), u(oe, null, ce(Le.value, (c, _) => (i(), u("tr", {
|
|
2009
|
+
key: `start-week-${_}`
|
|
2010
2010
|
}, [
|
|
2011
|
-
(i(!0), u(
|
|
2012
|
-
key: `start-day-${
|
|
2013
|
-
class: E(P(
|
|
2014
|
-
onClick: (H) =>
|
|
2011
|
+
(i(!0), u(oe, null, ce(c, (M, S) => (i(), u("td", {
|
|
2012
|
+
key: `start-day-${_}-${S}`,
|
|
2013
|
+
class: E(P(M)),
|
|
2014
|
+
onClick: (H) => R(M, "start")
|
|
2015
2015
|
}, [
|
|
2016
2016
|
o("div", Nn, [
|
|
2017
|
-
|
|
2017
|
+
M ? (i(), u("span", On, G(M.day), 1)) : W("", !0)
|
|
2018
2018
|
])
|
|
2019
|
-
], 10,
|
|
2019
|
+
], 10, Yn))), 128))
|
|
2020
2020
|
]))), 128))
|
|
2021
2021
|
])
|
|
2022
2022
|
])
|
|
@@ -2042,7 +2042,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2042
2042
|
})
|
|
2043
2043
|
], -1)
|
|
2044
2044
|
])]),
|
|
2045
|
-
o("span", Zn,
|
|
2045
|
+
o("span", Zn, G(Z(g.value.year, g.value.month)), 1),
|
|
2046
2046
|
o("button", {
|
|
2047
2047
|
onClick: v[3] || (v[3] = (c) => Te("end", 1)),
|
|
2048
2048
|
class: "nh-date-picker-btn nh-date-picker-next-btn",
|
|
@@ -2064,23 +2064,23 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2064
2064
|
o("table", Jn, [
|
|
2065
2065
|
o("thead", null, [
|
|
2066
2066
|
o("tr", null, [
|
|
2067
|
-
(i(), u(
|
|
2067
|
+
(i(), u(oe, null, ce(X, (c) => o("th", {
|
|
2068
2068
|
key: c,
|
|
2069
2069
|
class: "nh-date-table-th"
|
|
2070
|
-
},
|
|
2070
|
+
}, G(c), 1)), 64))
|
|
2071
2071
|
])
|
|
2072
2072
|
]),
|
|
2073
2073
|
o("tbody", null, [
|
|
2074
|
-
(i(!0), u(
|
|
2075
|
-
key: `end-week-${
|
|
2074
|
+
(i(!0), u(oe, null, ce(Ie.value, (c, _) => (i(), u("tr", {
|
|
2075
|
+
key: `end-week-${_}`
|
|
2076
2076
|
}, [
|
|
2077
|
-
(i(!0), u(
|
|
2078
|
-
key: `end-day-${
|
|
2079
|
-
class: E(P(
|
|
2080
|
-
onClick: (H) =>
|
|
2077
|
+
(i(!0), u(oe, null, ce(c, (M, S) => (i(), u("td", {
|
|
2078
|
+
key: `end-day-${_}-${S}`,
|
|
2079
|
+
class: E(P(M)),
|
|
2080
|
+
onClick: (H) => R(M, "end")
|
|
2081
2081
|
}, [
|
|
2082
2082
|
o("div", Gn, [
|
|
2083
|
-
|
|
2083
|
+
M ? (i(), u("span", el, G(M.day), 1)) : W("", !0)
|
|
2084
2084
|
])
|
|
2085
2085
|
], 10, Xn))), 128))
|
|
2086
2086
|
]))), 128))
|
|
@@ -2102,14 +2102,14 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2102
2102
|
])]),
|
|
2103
2103
|
_: 1
|
|
2104
2104
|
}, 8, ["size"])) : W("", !0),
|
|
2105
|
-
|
|
2105
|
+
se(l, {
|
|
2106
2106
|
onClick: we,
|
|
2107
|
-
disabled: !
|
|
2107
|
+
disabled: !Ye.value,
|
|
2108
2108
|
variant: "primary",
|
|
2109
2109
|
size: e.size
|
|
2110
2110
|
}, {
|
|
2111
2111
|
default: re(() => [
|
|
2112
|
-
$e(
|
|
2112
|
+
$e(G(A.value && !D.value ? "继续选择结束日期" : "确认"), 1)
|
|
2113
2113
|
]),
|
|
2114
2114
|
_: 1
|
|
2115
2115
|
}, 8, ["disabled", "size"])
|
|
@@ -2144,21 +2144,21 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2144
2144
|
},
|
|
2145
2145
|
emits: ["update:modelValue", "change", "focus", "blur"],
|
|
2146
2146
|
setup(e, { emit: $ }) {
|
|
2147
|
-
const t = e, n = $,
|
|
2147
|
+
const t = e, n = $, m = K(), p = N(() => t.modelValue === t.trueValue), y = N(() => {
|
|
2148
2148
|
const C = {};
|
|
2149
2149
|
return C.background = p.value ? t.activeColor : t.inactiveColor, C;
|
|
2150
2150
|
});
|
|
2151
|
-
function
|
|
2151
|
+
function I() {
|
|
2152
2152
|
if (t.disabled || t.loading) return;
|
|
2153
2153
|
const C = p.value ? t.falseValue : t.trueValue;
|
|
2154
2154
|
n("update:modelValue", C), n("change", C);
|
|
2155
2155
|
}
|
|
2156
2156
|
return Ce(() => {
|
|
2157
|
-
const C =
|
|
2158
|
-
C && (C.addEventListener("focus", (
|
|
2159
|
-
}), (C,
|
|
2157
|
+
const C = m.value;
|
|
2158
|
+
C && (C.addEventListener("focus", (z) => n("focus", z)), C.addEventListener("blur", (z) => n("blur", z)));
|
|
2159
|
+
}), (C, z) => (i(), u("button", {
|
|
2160
2160
|
ref_key: "rootEl",
|
|
2161
|
-
ref:
|
|
2161
|
+
ref: m,
|
|
2162
2162
|
class: E(["yswitch", [
|
|
2163
2163
|
`yswitch--${e.size}`,
|
|
2164
2164
|
{ "yswitch--checked": p.value, "yswitch--disabled": e.disabled, "yswitch--loading": e.loading }
|
|
@@ -2168,20 +2168,20 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2168
2168
|
"aria-checked": p.value,
|
|
2169
2169
|
"aria-disabled": e.disabled,
|
|
2170
2170
|
disabled: e.disabled || e.loading,
|
|
2171
|
-
onClick:
|
|
2171
|
+
onClick: I,
|
|
2172
2172
|
onKeydown: [
|
|
2173
|
-
ke(J(
|
|
2174
|
-
ke(J(
|
|
2173
|
+
ke(J(I, ["prevent"]), ["enter"]),
|
|
2174
|
+
ke(J(I, ["prevent"]), ["space"])
|
|
2175
2175
|
]
|
|
2176
2176
|
}, [
|
|
2177
|
-
|
|
2177
|
+
z[0] || (z[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
|
]),
|
|
2181
2181
|
e.showText ? (i(), u("span", {
|
|
2182
2182
|
key: 0,
|
|
2183
2183
|
class: E(["yswitch__label", { "yswitch__label--left": !p.value, "yswitch__label--right": p.value }])
|
|
2184
|
-
},
|
|
2184
|
+
}, G(p.value ? e.activeText : e.inactiveText), 3)) : W("", !0)
|
|
2185
2185
|
], 46, ll));
|
|
2186
2186
|
}
|
|
2187
2187
|
}), il = /* @__PURE__ */ me(sl, [["__scopeId", "data-v-0b157fc4"]]), rl = ["src", "alt"], ul = ["src", "alt"], cl = /* @__PURE__ */ ge({
|
|
@@ -2200,39 +2200,39 @@ 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,
|
|
2203
|
+
const n = e, m = t, p = K(), y = K(), I = K(), C = K(!1), z = 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
|
+
}), T = N(() => [
|
|
2207
2207
|
n.className,
|
|
2208
2208
|
"overflow-hidden"
|
|
2209
|
-
].filter(Boolean).join(" ")),
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
].filter(Boolean).join(" ")),
|
|
2209
|
+
].filter(Boolean).join(" ")), B = N(() => [
|
|
2210
|
+
ie(),
|
|
2211
|
+
te()
|
|
2212
|
+
].filter(Boolean).join(" ")), F = N(() => [
|
|
2213
2213
|
"w-full h-full bg-white",
|
|
2214
2214
|
ue(),
|
|
2215
|
-
ne(),
|
|
2216
|
-
n.preview ? "cursor-pointer hover:opacity-90 transition-opacity duration-200" : ""
|
|
2217
|
-
].filter(Boolean).join(" ")), B = O(() => [
|
|
2218
2215
|
te(),
|
|
2219
|
-
|
|
2220
|
-
].filter(Boolean).join(" ")),
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2216
|
+
n.preview ? "cursor-pointer hover:opacity-90 transition-opacity duration-200" : ""
|
|
2217
|
+
].filter(Boolean).join(" ")), O = N(() => [
|
|
2218
|
+
ie(),
|
|
2219
|
+
te()
|
|
2220
|
+
].filter(Boolean).join(" ")), q = N(() => {
|
|
2221
|
+
const R = {};
|
|
2222
|
+
return n.width && (R.width = typeof n.width == "number" ? `${n.width}px` : n.width), n.height && (R.height = typeof n.height == "number" ? `${n.height}px` : n.height), R;
|
|
2223
|
+
}), Z = N(() => Y.value ? Y.value : Array.isArray(n.previewSrcList) ? n.previewSrcList.find(Boolean) || n.src : n.previewSrcList || n.src), ie = () => n.width && n.height ? "" : "w-full h-full", ue = () => ({
|
|
2224
2224
|
cover: "object-cover",
|
|
2225
2225
|
contain: "object-contain",
|
|
2226
2226
|
fill: "object-fill",
|
|
2227
2227
|
none: "object-none",
|
|
2228
2228
|
"scale-down": "object-scale-down"
|
|
2229
|
-
})[n.fit] || "object-cover",
|
|
2230
|
-
const
|
|
2231
|
-
|
|
2232
|
-
const P =
|
|
2233
|
-
return document.body.removeChild(
|
|
2229
|
+
})[n.fit] || "object-cover", te = () => typeof n.radius == "number" ? `rounded-${n.radius}` : typeof n.radius == "string" ? n.radius.includes("px") ? "" : `rounded-${n.radius}` : "", ve = () => {
|
|
2230
|
+
const R = document.createElement("div");
|
|
2231
|
+
R.style.cssText = "width: 100px; height: 100px; overflow: scroll; position: absolute; top: -9999px;", document.body.appendChild(R);
|
|
2232
|
+
const P = R.offsetWidth - R.clientWidth;
|
|
2233
|
+
return document.body.removeChild(R), P;
|
|
2234
2234
|
}, pe = () => {
|
|
2235
|
-
if (
|
|
2235
|
+
if (D.value = {
|
|
2236
2236
|
overflow: document.body.style.overflow || "",
|
|
2237
2237
|
paddingRight: document.body.style.paddingRight || ""
|
|
2238
2238
|
}, document.body.scrollHeight > window.innerHeight) {
|
|
@@ -2241,43 +2241,43 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2241
2241
|
}
|
|
2242
2242
|
document.body.style.overflow = "hidden";
|
|
2243
2243
|
}, ye = () => {
|
|
2244
|
-
document.body.style.overflow =
|
|
2244
|
+
document.body.style.overflow = D.value.overflow, document.body.style.paddingRight = D.value.paddingRight;
|
|
2245
2245
|
};
|
|
2246
|
-
let
|
|
2247
|
-
const
|
|
2248
|
-
!n.lazy || !p.value || (
|
|
2249
|
-
(
|
|
2250
|
-
|
|
2251
|
-
P.isIntersecting && (
|
|
2246
|
+
let V = null;
|
|
2247
|
+
const Q = () => {
|
|
2248
|
+
!n.lazy || !p.value || (V = new IntersectionObserver(
|
|
2249
|
+
(R) => {
|
|
2250
|
+
R.forEach((P) => {
|
|
2251
|
+
P.isIntersecting && (w.value = !0, x.value = n.src, V == null || V.unobserve(P.target));
|
|
2252
2252
|
});
|
|
2253
2253
|
},
|
|
2254
2254
|
{
|
|
2255
2255
|
rootMargin: "50px"
|
|
2256
2256
|
}
|
|
2257
|
-
),
|
|
2258
|
-
}, d = (
|
|
2259
|
-
C.value = !0,
|
|
2260
|
-
}, h = (
|
|
2261
|
-
k.value = !0,
|
|
2257
|
+
), V.observe(p.value));
|
|
2258
|
+
}, d = (R) => {
|
|
2259
|
+
C.value = !0, z.value = !1, k.value = !1, m("load", R);
|
|
2260
|
+
}, h = (R) => {
|
|
2261
|
+
k.value = !0, z.value = !1, C.value = !1, m("error", R);
|
|
2262
2262
|
}, a = () => {
|
|
2263
|
-
k.value = !1,
|
|
2263
|
+
k.value = !1, z.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 = () => {
|
|
2267
2267
|
if (!n.preview || k.value) return;
|
|
2268
2268
|
X.value = 1;
|
|
2269
|
-
const
|
|
2269
|
+
const R = r();
|
|
2270
2270
|
if (y.value && y.value.complete && y.value.naturalWidth > 0) {
|
|
2271
|
-
|
|
2272
|
-
g.value = !0, pe(),
|
|
2271
|
+
Y.value = R, le(() => {
|
|
2272
|
+
g.value = !0, pe(), m("preview", R);
|
|
2273
2273
|
});
|
|
2274
2274
|
return;
|
|
2275
2275
|
}
|
|
2276
2276
|
const P = new Image();
|
|
2277
2277
|
let we = null, De = !1;
|
|
2278
2278
|
const be = () => {
|
|
2279
|
-
De || (De = !0, we && (clearTimeout(we), we = null),
|
|
2280
|
-
g.value = !0, pe(),
|
|
2279
|
+
De || (De = !0, we && (clearTimeout(we), we = null), Y.value = R, le(() => {
|
|
2280
|
+
g.value = !0, pe(), m("preview", R);
|
|
2281
2281
|
}));
|
|
2282
2282
|
};
|
|
2283
2283
|
we = setTimeout(() => {
|
|
@@ -2286,35 +2286,35 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2286
2286
|
be();
|
|
2287
2287
|
}, P.onerror = () => {
|
|
2288
2288
|
be();
|
|
2289
|
-
}, P.src =
|
|
2289
|
+
}, P.src = R, P.complete && be();
|
|
2290
2290
|
}, b = () => {
|
|
2291
2291
|
g.value = !1, setTimeout(() => {
|
|
2292
2292
|
ye();
|
|
2293
2293
|
}, 300);
|
|
2294
|
-
},
|
|
2295
|
-
const P =
|
|
2294
|
+
}, L = (R) => {
|
|
2295
|
+
const P = R.deltaY < 0 ? 1 : -1;
|
|
2296
2296
|
let De = X.value + P * 0.1;
|
|
2297
2297
|
De = Math.max(0.5, Math.min(2, De)), X.value = De;
|
|
2298
2298
|
};
|
|
2299
2299
|
return Ce(() => {
|
|
2300
|
-
n.lazy ?
|
|
2300
|
+
n.lazy ? Q() : w.value = !0, w.value && (z.value = !0), A.value = !0;
|
|
2301
2301
|
}), Ee(() => {
|
|
2302
|
-
|
|
2303
|
-
}),
|
|
2304
|
-
n.src &&
|
|
2305
|
-
}),
|
|
2306
|
-
x.value =
|
|
2302
|
+
V && V.disconnect(), g.value && ye();
|
|
2303
|
+
}), ee(() => x.value, () => {
|
|
2304
|
+
n.src && w.value && (z.value = !0, k.value = !1, C.value = !1);
|
|
2305
|
+
}), ee(() => n.src, (R) => {
|
|
2306
|
+
x.value = R || "";
|
|
2307
2307
|
}), $({
|
|
2308
2308
|
retryLoad: a,
|
|
2309
2309
|
closePreview: b
|
|
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", T.value])
|
|
2314
2314
|
}, [
|
|
2315
|
-
!C.value && !k.value && !
|
|
2315
|
+
!C.value && !k.value && !w.value ? (i(), u("div", {
|
|
2316
2316
|
key: 0,
|
|
2317
|
-
class: E(["bg-gray-200 animate-pulse rounded",
|
|
2317
|
+
class: E(["bg-gray-200 animate-pulse rounded", B.value])
|
|
2318
2318
|
}, [...P[1] || (P[1] = [
|
|
2319
2319
|
o("div", { class: "flex items-center justify-center h-full" }, [
|
|
2320
2320
|
o("svg", {
|
|
@@ -2332,9 +2332,9 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2332
2332
|
])
|
|
2333
2333
|
], -1)
|
|
2334
2334
|
])], 2)) : W("", !0),
|
|
2335
|
-
|
|
2335
|
+
z.value && !k.value ? (i(), u("div", {
|
|
2336
2336
|
key: 1,
|
|
2337
|
-
class: E(["absolute inset-0 flex items-center justify-center bg-gray-100 rounded pointer-events-none",
|
|
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] = [
|
|
2339
2339
|
o("div", { class: "flex flex-col items-center space-y-2" }, [
|
|
2340
2340
|
o("div", { class: "w-8 h-8 border-4 border-primary/20 border-t-primary rounded-full animate-spin" })
|
|
@@ -2342,13 +2342,13 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2342
2342
|
])], 2)) : W("", !0),
|
|
2343
2343
|
k.value ? (i(), u("div", {
|
|
2344
2344
|
key: 2,
|
|
2345
|
-
class: E(["bg-gray-100 rounded flex items-center justify-center",
|
|
2345
|
+
class: E(["bg-gray-100 rounded flex items-center justify-center", O.value]),
|
|
2346
2346
|
onClick: a
|
|
2347
2347
|
}, [
|
|
2348
2348
|
o("img", {
|
|
2349
2349
|
src: "https://img.nihaojewelry.com/media/2025/6/27/1938511770352222208.png",
|
|
2350
2350
|
alt: "Error Image",
|
|
2351
|
-
class: E(["w-[70%] h-[70%] object-contain cursor-pointer",
|
|
2351
|
+
class: E(["w-[70%] h-[70%] object-contain cursor-pointer", te()])
|
|
2352
2352
|
}, null, 2)
|
|
2353
2353
|
], 2)) : W("", !0),
|
|
2354
2354
|
Be(o("img", {
|
|
@@ -2356,39 +2356,39 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2356
2356
|
ref: y,
|
|
2357
2357
|
src: x.value,
|
|
2358
2358
|
alt: e.alt,
|
|
2359
|
-
class: E(
|
|
2359
|
+
class: E(F.value),
|
|
2360
2360
|
onLoad: d,
|
|
2361
2361
|
onError: h,
|
|
2362
2362
|
onClick: J(f, ["stop"]),
|
|
2363
|
-
style: fe(
|
|
2363
|
+
style: fe(q.value)
|
|
2364
2364
|
}, null, 46, rl), [
|
|
2365
2365
|
[Ke, C.value && !k.value]
|
|
2366
2366
|
]),
|
|
2367
|
-
n.preview &&
|
|
2367
|
+
n.preview && w.value && !k.value ? (i(), u("div", {
|
|
2368
2368
|
key: 3,
|
|
2369
2369
|
class: "absolute inset-0 cursor-pointer z-10",
|
|
2370
2370
|
onClick: J(f, ["stop"])
|
|
2371
2371
|
})) : W("", !0),
|
|
2372
|
-
|
|
2372
|
+
A.value ? (i(), Me(Fe, {
|
|
2373
2373
|
key: 4,
|
|
2374
2374
|
to: "body"
|
|
2375
2375
|
}, [
|
|
2376
|
-
|
|
2376
|
+
se(xe, { name: "fade" }, {
|
|
2377
2377
|
default: re(() => [
|
|
2378
2378
|
g.value ? (i(), u("div", {
|
|
2379
2379
|
key: 0,
|
|
2380
2380
|
class: "fixed inset-0 bg-black/75 flex items-center justify-center",
|
|
2381
2381
|
style: { "z-index": "99999" },
|
|
2382
2382
|
onClick: J(b, ["self"]),
|
|
2383
|
-
onWheel: J(
|
|
2383
|
+
onWheel: J(L, ["prevent"])
|
|
2384
2384
|
}, [
|
|
2385
2385
|
o("div", {
|
|
2386
2386
|
class: E(["relative max-w-4xl max-h-full p-4 transform transition-transform duration-300", { "scale-100": g.value, "scale-95": !g.value }])
|
|
2387
2387
|
}, [
|
|
2388
2388
|
o("img", {
|
|
2389
2389
|
ref_key: "previewImageRef",
|
|
2390
|
-
ref:
|
|
2391
|
-
src:
|
|
2390
|
+
ref: I,
|
|
2391
|
+
src: Z.value,
|
|
2392
2392
|
alt: e.alt,
|
|
2393
2393
|
class: "max-w-full max-h-full object-contain rounded shadow-2xl transition-transform duration-200",
|
|
2394
2394
|
style: fe({ transform: `scale(${X.value})` }),
|
|
@@ -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-d3697db9"]]), fl = /* @__PURE__ */ ge({
|
|
2407
2407
|
__name: "ydropdown",
|
|
2408
2408
|
props: {
|
|
2409
2409
|
trigger: { default: "hover" },
|
|
@@ -2413,8 +2413,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2413
2413
|
},
|
|
2414
2414
|
setup(e) {
|
|
2415
2415
|
const $ = e, t = K(!1), n = K();
|
|
2416
|
-
let
|
|
2417
|
-
const p =
|
|
2416
|
+
let m = null;
|
|
2417
|
+
const p = N(() => `y-dropdown__menu--${$.placement}`), y = N(() => {
|
|
2418
2418
|
if (!$.menuWidth) return {};
|
|
2419
2419
|
const g = typeof $.menuWidth == "number" ? `${$.menuWidth}px` : $.menuWidth;
|
|
2420
2420
|
return {
|
|
@@ -2422,59 +2422,59 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2422
2422
|
minWidth: g,
|
|
2423
2423
|
maxWidth: g
|
|
2424
2424
|
};
|
|
2425
|
-
}),
|
|
2426
|
-
console.log("显示下拉菜单", t.value), !$.disabled && (
|
|
2427
|
-
|
|
2425
|
+
}), I = () => {
|
|
2426
|
+
console.log("显示下拉菜单", t.value), !$.disabled && (m && (clearTimeout(m), m = null), t.value = !0, console.log("设置 visible 为 true", t.value), le(() => {
|
|
2427
|
+
z();
|
|
2428
2428
|
}));
|
|
2429
2429
|
}, C = () => {
|
|
2430
|
-
console.log("隐藏下拉菜单"),
|
|
2430
|
+
console.log("隐藏下拉菜单"), m = setTimeout(() => {
|
|
2431
2431
|
t.value = !1, console.log("设置 visible 为 false", t.value);
|
|
2432
2432
|
}, 150);
|
|
2433
|
-
},
|
|
2433
|
+
}, z = () => {
|
|
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
|
-
const
|
|
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 T = 0, B = 0;
|
|
2440
2440
|
switch ($.placement) {
|
|
2441
2441
|
case "bottom":
|
|
2442
|
-
|
|
2442
|
+
T = Y.height + 4, B = 0;
|
|
2443
2443
|
break;
|
|
2444
2444
|
case "top":
|
|
2445
|
-
|
|
2445
|
+
T = -(X.height + 4), B = 0;
|
|
2446
2446
|
break;
|
|
2447
2447
|
case "right":
|
|
2448
|
-
|
|
2448
|
+
T = 0, B = Y.width + 4;
|
|
2449
2449
|
break;
|
|
2450
2450
|
case "left":
|
|
2451
|
-
|
|
2451
|
+
T = 0, B = -(X.width + 4);
|
|
2452
2452
|
break;
|
|
2453
2453
|
}
|
|
2454
|
-
let
|
|
2454
|
+
let F = Y.top + T, O = Y.left + B;
|
|
2455
2455
|
if ($.placement === "bottom" || $.placement === "top") {
|
|
2456
|
-
const
|
|
2457
|
-
|
|
2456
|
+
const q = X.width || 260;
|
|
2457
|
+
O + q > A - 10 && (O = A - q - 10), O < 10 && (O = 10);
|
|
2458
2458
|
}
|
|
2459
2459
|
if ($.placement === "left" || $.placement === "right") {
|
|
2460
|
-
const
|
|
2461
|
-
|
|
2460
|
+
const q = X.height || 200;
|
|
2461
|
+
F + q > D - 10 && (F = D - q - 10), F < 10 && (F = 10);
|
|
2462
2462
|
}
|
|
2463
|
-
x.style.top = `${
|
|
2463
|
+
x.style.top = `${F}px`, x.style.left = `${O}px`;
|
|
2464
2464
|
}, k = (g) => {
|
|
2465
2465
|
$.trigger === "click" && n.value && !n.value.contains(g.target) && (t.value = !1);
|
|
2466
|
-
},
|
|
2467
|
-
t.value &&
|
|
2466
|
+
}, w = () => {
|
|
2467
|
+
t.value && z();
|
|
2468
2468
|
};
|
|
2469
2469
|
return Ce(() => {
|
|
2470
|
-
$.trigger === "click" && document.addEventListener("click", k), window.addEventListener("resize",
|
|
2470
|
+
$.trigger === "click" && document.addEventListener("click", k), window.addEventListener("resize", w), window.addEventListener("scroll", w);
|
|
2471
2471
|
}), Ee(() => {
|
|
2472
|
-
$.trigger === "click" && document.removeEventListener("click", k),
|
|
2473
|
-
}),
|
|
2472
|
+
$.trigger === "click" && document.removeEventListener("click", k), m && clearTimeout(m), window.removeEventListener("resize", w), window.removeEventListener("scroll", w);
|
|
2473
|
+
}), ee(
|
|
2474
2474
|
() => $.menuWidth,
|
|
2475
2475
|
() => {
|
|
2476
|
-
t.value &&
|
|
2477
|
-
|
|
2476
|
+
t.value && le(() => {
|
|
2477
|
+
z();
|
|
2478
2478
|
});
|
|
2479
2479
|
}
|
|
2480
2480
|
), (g, x) => (i(), u("div", {
|
|
@@ -2484,14 +2484,14 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2484
2484
|
}, [
|
|
2485
2485
|
o("div", {
|
|
2486
2486
|
class: "y-dropdown__trigger",
|
|
2487
|
-
onMouseenter:
|
|
2487
|
+
onMouseenter: I,
|
|
2488
2488
|
onMouseleave: C
|
|
2489
2489
|
}, [
|
|
2490
|
-
|
|
2490
|
+
ae(g.$slots, "trigger", {}, () => [
|
|
2491
2491
|
x[0] || (x[0] = o("button", { class: "y-dropdown__button" }, " 下拉菜单 ", -1))
|
|
2492
2492
|
], !0)
|
|
2493
2493
|
], 32),
|
|
2494
|
-
|
|
2494
|
+
se(xe, {
|
|
2495
2495
|
name: "dropdown-fade",
|
|
2496
2496
|
appear: ""
|
|
2497
2497
|
}, {
|
|
@@ -2499,10 +2499,10 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2499
2499
|
Be(o("div", {
|
|
2500
2500
|
class: E(["y-dropdown__menu", p.value]),
|
|
2501
2501
|
style: fe(y.value),
|
|
2502
|
-
onMouseenter:
|
|
2502
|
+
onMouseenter: I,
|
|
2503
2503
|
onMouseleave: C
|
|
2504
2504
|
}, [
|
|
2505
|
-
|
|
2505
|
+
ae(g.$slots, "default", {}, () => [
|
|
2506
2506
|
x[1] || (x[1] = o("div", { class: "y-dropdown__item" }, "选项 1", -1)),
|
|
2507
2507
|
x[2] || (x[2] = o("div", { class: "y-dropdown__item" }, "选项 2", -1)),
|
|
2508
2508
|
x[3] || (x[3] = o("div", { class: "y-dropdown__item" }, "选项 3", -1))
|
|
@@ -2536,61 +2536,61 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2536
2536
|
},
|
|
2537
2537
|
emits: ["update:modelValue", "open", "close"],
|
|
2538
2538
|
setup(e, { emit: $ }) {
|
|
2539
|
-
const t = e, n = $,
|
|
2539
|
+
const t = e, n = $, m = N({
|
|
2540
2540
|
get: () => t.modelValue,
|
|
2541
2541
|
set: (x) => n("update:modelValue", x)
|
|
2542
|
-
}), p = K(null), y =
|
|
2542
|
+
}), p = K(null), y = N(() => t.placement === "right" ? "drawer-slide-right" : "drawer-slide-bottom"), I = N(() => t.placement === "right" ? "rounded-left" : "rounded-top"), C = N(() => {
|
|
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 z() {
|
|
2547
2547
|
t.maskClosable && k();
|
|
2548
2548
|
}
|
|
2549
2549
|
function k() {
|
|
2550
|
-
|
|
2550
|
+
m.value && (m.value = !1, n("close"));
|
|
2551
2551
|
}
|
|
2552
|
-
function
|
|
2552
|
+
function w() {
|
|
2553
2553
|
t.closable && k();
|
|
2554
2554
|
}
|
|
2555
2555
|
function g(x) {
|
|
2556
|
-
x.key === "Escape" &&
|
|
2556
|
+
x.key === "Escape" && w();
|
|
2557
2557
|
}
|
|
2558
|
-
return
|
|
2558
|
+
return ee(() => t.modelValue, (x) => {
|
|
2559
2559
|
x ? (n("open"), requestAnimationFrame(() => {
|
|
2560
|
-
var
|
|
2561
|
-
return (
|
|
2560
|
+
var Y;
|
|
2561
|
+
return (Y = p.value) == null ? void 0 : Y.focus();
|
|
2562
2562
|
}), document.addEventListener("keydown", g), document.body.style.overflow = "hidden") : (document.removeEventListener("keydown", g), document.body.style.overflow = "");
|
|
2563
2563
|
}), Ce(() => {
|
|
2564
2564
|
t.modelValue && (document.addEventListener("keydown", g), document.body.style.overflow = "hidden");
|
|
2565
2565
|
}), Ee(() => {
|
|
2566
2566
|
document.removeEventListener("keydown", g), document.body.style.overflow = "";
|
|
2567
|
-
}), (x,
|
|
2567
|
+
}), (x, Y) => (i(), Me(Fe, { to: "body" }, [
|
|
2568
2568
|
Be(o("div", {
|
|
2569
2569
|
class: "y-drawer-root",
|
|
2570
2570
|
role: "dialog",
|
|
2571
2571
|
"aria-modal": !0,
|
|
2572
|
-
"aria-hidden": !
|
|
2572
|
+
"aria-hidden": !m.value,
|
|
2573
2573
|
style: fe({ zIndex: String(e.zIndex) })
|
|
2574
2574
|
}, [
|
|
2575
2575
|
o("div", {
|
|
2576
2576
|
class: "y-drawer-mask",
|
|
2577
|
-
onClick:
|
|
2577
|
+
onClick: z
|
|
2578
2578
|
}),
|
|
2579
|
-
|
|
2579
|
+
se(xe, { name: y.value }, {
|
|
2580
2580
|
default: re(() => [
|
|
2581
2581
|
Be(o("div", {
|
|
2582
2582
|
ref_key: "panelRef",
|
|
2583
2583
|
ref: p,
|
|
2584
2584
|
class: E(["y-drawer-panel", [
|
|
2585
2585
|
`is-${e.placement}`,
|
|
2586
|
-
|
|
2586
|
+
I.value
|
|
2587
2587
|
]]),
|
|
2588
2588
|
style: fe(C.value),
|
|
2589
|
-
onKeydown: ke(J(
|
|
2589
|
+
onKeydown: ke(J(w, ["prevent", "stop"]), ["esc"]),
|
|
2590
2590
|
tabindex: "-1"
|
|
2591
2591
|
}, [
|
|
2592
2592
|
e.showHeader ? (i(), u("div", yl, [
|
|
2593
|
-
o("div", gl,
|
|
2593
|
+
o("div", gl, G(e.title), 1),
|
|
2594
2594
|
e.closable ? (i(), u("button", {
|
|
2595
2595
|
key: 0,
|
|
2596
2596
|
type: "button",
|
|
@@ -2600,19 +2600,19 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2600
2600
|
}, " ✕ ")) : W("", !0)
|
|
2601
2601
|
])) : W("", !0),
|
|
2602
2602
|
o("div", ml, [
|
|
2603
|
-
|
|
2603
|
+
ae(x.$slots, "default", {}, void 0, !0)
|
|
2604
2604
|
]),
|
|
2605
2605
|
x.$slots.footer ? (i(), u("div", wl, [
|
|
2606
|
-
|
|
2606
|
+
ae(x.$slots, "footer", {}, void 0, !0)
|
|
2607
2607
|
])) : W("", !0)
|
|
2608
2608
|
], 46, pl), [
|
|
2609
|
-
[Ke,
|
|
2609
|
+
[Ke, m.value]
|
|
2610
2610
|
])
|
|
2611
2611
|
]),
|
|
2612
2612
|
_: 3
|
|
2613
2613
|
}, 8, ["name"])
|
|
2614
2614
|
], 12, hl), [
|
|
2615
|
-
[Ke,
|
|
2615
|
+
[Ke, m.value]
|
|
2616
2616
|
])
|
|
2617
2617
|
]));
|
|
2618
2618
|
}
|
|
@@ -2649,10 +2649,10 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2649
2649
|
height: "12",
|
|
2650
2650
|
viewBox: "0 0 12 12",
|
|
2651
2651
|
fill: "none"
|
|
2652
|
-
}, Rl = ["src", "alt"],
|
|
2652
|
+
}, Rl = ["src", "alt"], Vl = { class: "ytree-node__custom-content" }, Al = {
|
|
2653
2653
|
key: 0,
|
|
2654
2654
|
class: "ytree-node__children"
|
|
2655
|
-
}, Fl = ["data-level", "onClick", "onContextmenu"],
|
|
2655
|
+
}, Fl = ["data-level", "onClick", "onContextmenu"], Pl = ["onClick"], Yl = {
|
|
2656
2656
|
key: 1,
|
|
2657
2657
|
class: "w-[16px]"
|
|
2658
2658
|
}, Nl = ["onClick"], Ol = {
|
|
@@ -2752,7 +2752,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2752
2752
|
},
|
|
2753
2753
|
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", "checked-keys-change", "child-node-click"],
|
|
2754
2754
|
setup(e, { expose: $, emit: t }) {
|
|
2755
|
-
const n = e,
|
|
2755
|
+
const n = e, m = t, p = N(() => (console.log("ytree 组件接收到的数据:", n.data), n.data || [])), y = K({
|
|
2756
2756
|
currentNode: null,
|
|
2757
2757
|
currentKey: null,
|
|
2758
2758
|
checkedKeys: /* @__PURE__ */ new Set(),
|
|
@@ -2761,11 +2761,11 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2761
2761
|
highlightedKeys: /* @__PURE__ */ new Set()
|
|
2762
2762
|
});
|
|
2763
2763
|
ot("treeStore", y);
|
|
2764
|
-
const
|
|
2764
|
+
const I = N(() => n.restrictAutoExpandFromLevel && n.restrictAutoExpandFromLevel > 0 ? n.restrictAutoExpandFromLevel : void 0);
|
|
2765
2765
|
function C(d) {
|
|
2766
2766
|
return d[n.nodeKey] || d.id || Math.random();
|
|
2767
2767
|
}
|
|
2768
|
-
function
|
|
2768
|
+
function z(d) {
|
|
2769
2769
|
var h;
|
|
2770
2770
|
return ((h = n.props) != null && h.label ? d[n.props.label] : void 0) || d.label || "";
|
|
2771
2771
|
}
|
|
@@ -2773,10 +2773,10 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2773
2773
|
var h;
|
|
2774
2774
|
return !!((h = d == null ? void 0 : d.data) != null && h.isEmployee);
|
|
2775
2775
|
}
|
|
2776
|
-
function
|
|
2777
|
-
var
|
|
2776
|
+
function w(d, h) {
|
|
2777
|
+
var L;
|
|
2778
2778
|
const a = n.deptIconUrl || ho, r = n.personIconUrl || po, f = n.buttonIconUrl || "", b = n.childStyleIconUrl || "";
|
|
2779
|
-
return h && b && X(d, h) ? b : (
|
|
2779
|
+
return h && b && X(d, h) ? b : (L = d == null ? void 0 : d.data) != null && L.isButton && f ? f : k(d) ? r : a;
|
|
2780
2780
|
}
|
|
2781
2781
|
function g(d) {
|
|
2782
2782
|
var a;
|
|
@@ -2787,30 +2787,30 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2787
2787
|
var h;
|
|
2788
2788
|
return ((h = n.props) != null && h.children ? d[n.props.children] : void 0) || d.children || [];
|
|
2789
2789
|
}
|
|
2790
|
-
function
|
|
2790
|
+
function Y(d, h, a = 1) {
|
|
2791
2791
|
if (d === h)
|
|
2792
2792
|
return a;
|
|
2793
2793
|
const r = x(d);
|
|
2794
2794
|
for (const f of r) {
|
|
2795
|
-
const b =
|
|
2795
|
+
const b = Y(f, h, a + 1);
|
|
2796
2796
|
if (b > 0)
|
|
2797
2797
|
return b;
|
|
2798
2798
|
}
|
|
2799
2799
|
return 0;
|
|
2800
2800
|
}
|
|
2801
2801
|
function X(d, h) {
|
|
2802
|
-
return !n.childStyleLevel || n.childStyleLevel < 1 ? !1 :
|
|
2802
|
+
return !n.childStyleLevel || n.childStyleLevel < 1 ? !1 : Y(h, d) === n.childStyleLevel;
|
|
2803
2803
|
}
|
|
2804
|
-
function
|
|
2804
|
+
function A(d) {
|
|
2805
2805
|
const h = C(d);
|
|
2806
2806
|
return y.value.expandedKeys.has(h);
|
|
2807
2807
|
}
|
|
2808
|
-
function
|
|
2808
|
+
function D(d) {
|
|
2809
2809
|
const h = C(d);
|
|
2810
2810
|
if (y.value.checkedKeys.has(h)) {
|
|
2811
2811
|
if (g(d)) {
|
|
2812
|
-
const r = x(d), f = r.filter((
|
|
2813
|
-
(
|
|
2812
|
+
const r = x(d), f = r.filter((L) => D(L)), b = r.filter(
|
|
2813
|
+
(L) => T(L)
|
|
2814
2814
|
);
|
|
2815
2815
|
return f.length === r.length && b.length === 0;
|
|
2816
2816
|
}
|
|
@@ -2819,48 +2819,48 @@ 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) =>
|
|
2823
|
-
) ? !1 : r.length > 0 && r.every((b) =>
|
|
2822
|
+
(b) => T(b)
|
|
2823
|
+
) ? !1 : r.length > 0 && r.every((b) => D(b));
|
|
2824
2824
|
}
|
|
2825
2825
|
return !1;
|
|
2826
2826
|
}
|
|
2827
|
-
function
|
|
2827
|
+
function T(d) {
|
|
2828
2828
|
if (!g(d)) return !1;
|
|
2829
|
-
const h = x(d), a = h.filter((f) =>
|
|
2830
|
-
(f) =>
|
|
2829
|
+
const h = x(d), a = h.filter((f) => D(f)), r = h.filter(
|
|
2830
|
+
(f) => T(f)
|
|
2831
2831
|
);
|
|
2832
2832
|
return a.length === h.length ? !1 : a.length > 0 || r.length > 0;
|
|
2833
2833
|
}
|
|
2834
|
-
function
|
|
2834
|
+
function B(d) {
|
|
2835
2835
|
const h = C(d);
|
|
2836
2836
|
return y.value.currentKey === h;
|
|
2837
2837
|
}
|
|
2838
|
-
function
|
|
2838
|
+
function F(d) {
|
|
2839
2839
|
const h = C(d);
|
|
2840
2840
|
return y.value.highlightedKeys.has(h);
|
|
2841
2841
|
}
|
|
2842
|
-
function
|
|
2842
|
+
function O(d) {
|
|
2843
2843
|
if (n.disabled) return;
|
|
2844
2844
|
const h = C(d), r = !y.value.checkedKeys.has(h), f = new Set(y.value.expandedKeys);
|
|
2845
2845
|
r ? y.value.checkedKeys.add(h) : y.value.checkedKeys.delete(h);
|
|
2846
|
-
function b(
|
|
2847
|
-
|
|
2848
|
-
const P = C(
|
|
2849
|
-
U ? y.value.checkedKeys.add(P) : y.value.checkedKeys.delete(P), g(
|
|
2846
|
+
function b(L, U) {
|
|
2847
|
+
L.forEach((R) => {
|
|
2848
|
+
const P = C(R);
|
|
2849
|
+
U ? y.value.checkedKeys.add(P) : y.value.checkedKeys.delete(P), g(R) && b(x(R), U);
|
|
2850
2850
|
});
|
|
2851
2851
|
}
|
|
2852
|
-
b(x(d), r), r &&
|
|
2852
|
+
b(x(d), r), r && q(), ie(), y.value.expandedKeys = f, m("check-change", d, r, !1), m("check", d, r, !1), m("checked-keys-change", Array.from(y.value.checkedKeys));
|
|
2853
2853
|
}
|
|
2854
|
-
function
|
|
2855
|
-
|
|
2856
|
-
`已启用从第${
|
|
2854
|
+
function q(d) {
|
|
2855
|
+
I.value && console.log(
|
|
2856
|
+
`已启用从第${I.value}级开始不默认展开的限制(不主动收起已展开节点)`
|
|
2857
2857
|
);
|
|
2858
2858
|
}
|
|
2859
|
-
function
|
|
2859
|
+
function Z(d) {
|
|
2860
2860
|
const h = C(d);
|
|
2861
|
-
y.value.expandedKeys.has(h) ? (y.value.expandedKeys.delete(h),
|
|
2861
|
+
y.value.expandedKeys.has(h) ? (y.value.expandedKeys.delete(h), m("node-collapse", d, d, null)) : (y.value.expandedKeys.add(h), m("node-expand", d, d, null));
|
|
2862
2862
|
}
|
|
2863
|
-
function
|
|
2863
|
+
function ie() {
|
|
2864
2864
|
const d = [];
|
|
2865
2865
|
function h(r) {
|
|
2866
2866
|
r.forEach((f) => {
|
|
@@ -2870,10 +2870,10 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2870
2870
|
h(p.value);
|
|
2871
2871
|
function a(r) {
|
|
2872
2872
|
if (g(r)) {
|
|
2873
|
-
const f = x(r), b = C(r),
|
|
2874
|
-
(
|
|
2873
|
+
const f = x(r), b = C(r), L = f.filter((R) => D(R)), U = f.filter(
|
|
2874
|
+
(R) => T(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
|
}
|
|
2878
2878
|
}
|
|
2879
2879
|
for (let r = d.length - 1; r >= 0; r--)
|
|
@@ -2883,44 +2883,44 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2883
2883
|
if (n.disabled) return;
|
|
2884
2884
|
const f = r ? X(d, r) : !1;
|
|
2885
2885
|
if (n.enableChildStyleCustomClick && f) {
|
|
2886
|
-
|
|
2886
|
+
m("child-node-click", d, h, a);
|
|
2887
2887
|
return;
|
|
2888
2888
|
}
|
|
2889
2889
|
if (n.expandOnClickNode && g(d)) {
|
|
2890
|
-
|
|
2890
|
+
Z(d);
|
|
2891
2891
|
return;
|
|
2892
2892
|
}
|
|
2893
|
-
y.value.currentNode = d, y.value.currentKey = C(d), n.showCheckbox &&
|
|
2893
|
+
y.value.currentNode = d, y.value.currentKey = C(d), n.showCheckbox && O(d), m("node-click", d, h, a);
|
|
2894
2894
|
}
|
|
2895
|
-
function
|
|
2896
|
-
n.disabled ||
|
|
2895
|
+
function te(d, h, a, r) {
|
|
2896
|
+
n.disabled || m("node-contextmenu", d, h, a, r);
|
|
2897
2897
|
}
|
|
2898
|
-
|
|
2898
|
+
ee(
|
|
2899
2899
|
() => n.defaultExpandedKeys,
|
|
2900
2900
|
(d) => {
|
|
2901
2901
|
if (d) {
|
|
2902
|
-
const h =
|
|
2902
|
+
const h = I.value;
|
|
2903
2903
|
if (h) {
|
|
2904
|
-
let a = function(
|
|
2904
|
+
let a = function(L, U, R = 1) {
|
|
2905
2905
|
for (const P of U) {
|
|
2906
|
-
if (C(P) ===
|
|
2906
|
+
if (C(P) === L) return R;
|
|
2907
2907
|
if (g(P)) {
|
|
2908
|
-
const we = a(
|
|
2908
|
+
const we = a(L, x(P), R + 1);
|
|
2909
2909
|
if (we > 0) return we;
|
|
2910
2910
|
}
|
|
2911
2911
|
}
|
|
2912
2912
|
return 0;
|
|
2913
|
-
}, r = function(
|
|
2914
|
-
|
|
2915
|
-
U <
|
|
2913
|
+
}, r = function(L, U, R) {
|
|
2914
|
+
L.forEach((P) => {
|
|
2915
|
+
U < R && g(P) ? (b.add(C(P)), r(x(P), U + 1, R)) : U < R && g(P);
|
|
2916
2916
|
});
|
|
2917
2917
|
};
|
|
2918
|
-
const f = (d || []).filter((
|
|
2919
|
-
const U = a(
|
|
2918
|
+
const f = (d || []).filter((L) => {
|
|
2919
|
+
const U = a(L, p.value, 1);
|
|
2920
2920
|
return U > 0 && U < h;
|
|
2921
2921
|
}), b = new Set(f);
|
|
2922
|
-
r(p.value, 1, h), y.value.expandedKeys.forEach((
|
|
2923
|
-
a(
|
|
2922
|
+
r(p.value, 1, h), y.value.expandedKeys.forEach((L) => {
|
|
2923
|
+
a(L, p.value, 1) >= h && b.add(L);
|
|
2924
2924
|
}), y.value.expandedKeys = b;
|
|
2925
2925
|
} else
|
|
2926
2926
|
y.value.expandedKeys = new Set(d);
|
|
@@ -2933,29 +2933,29 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2933
2933
|
let d = function(r, f = 1) {
|
|
2934
2934
|
r.forEach((b) => {
|
|
2935
2935
|
if (!g(b)) return;
|
|
2936
|
-
const
|
|
2936
|
+
const L = x(b);
|
|
2937
2937
|
if (a) {
|
|
2938
2938
|
if (f >= a) return;
|
|
2939
|
-
f + 1 === a || h.add(C(b)), d(
|
|
2939
|
+
f + 1 === a || h.add(C(b)), d(L, f + 1);
|
|
2940
2940
|
} else
|
|
2941
|
-
h.add(C(b)), d(
|
|
2941
|
+
h.add(C(b)), d(L, f + 1);
|
|
2942
2942
|
});
|
|
2943
2943
|
};
|
|
2944
|
-
const h = /* @__PURE__ */ new Set(), a =
|
|
2944
|
+
const h = /* @__PURE__ */ new Set(), a = I.value;
|
|
2945
2945
|
d(p.value, 1), y.value.expandedKeys = h;
|
|
2946
2946
|
}
|
|
2947
2947
|
}
|
|
2948
2948
|
function pe() {
|
|
2949
2949
|
if (n.defaultCheckedKeys && n.defaultCheckedKeys.length > 0) {
|
|
2950
2950
|
let d = function(f, b = []) {
|
|
2951
|
-
f.forEach((
|
|
2952
|
-
const U = C(
|
|
2953
|
-
h.has(U) && b.forEach((P) => a.add(P)), g(
|
|
2951
|
+
f.forEach((L) => {
|
|
2952
|
+
const U = C(L), R = [...b, U];
|
|
2953
|
+
h.has(U) && b.forEach((P) => a.add(P)), g(L) && d(x(L), R);
|
|
2954
2954
|
});
|
|
2955
2955
|
};
|
|
2956
2956
|
const h = new Set(n.defaultCheckedKeys), a = /* @__PURE__ */ new Set();
|
|
2957
2957
|
d(p.value);
|
|
2958
|
-
const r =
|
|
2958
|
+
const r = I.value;
|
|
2959
2959
|
if (r) {
|
|
2960
2960
|
console.log(
|
|
2961
2961
|
`已启用从第${r}级开始不默认展开:保持当前展开状态不变`
|
|
@@ -2965,7 +2965,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2965
2965
|
y.value.expandedKeys = a;
|
|
2966
2966
|
}
|
|
2967
2967
|
}
|
|
2968
|
-
|
|
2968
|
+
ee(() => n.defaultExpandAll, ve, { immediate: !0 }), ee(() => p.value, ve, { deep: !0 }), ee(
|
|
2969
2969
|
() => n.defaultCheckedKeys,
|
|
2970
2970
|
(d) => {
|
|
2971
2971
|
d ? (y.value.checkedKeys = new Set(d), n.enableFourthLevelSpecialHandling ? console.log("权限树模式:跳过自动展开逻辑,保持当前展开状态") : pe()) : y.value.checkedKeys.clear();
|
|
@@ -2974,10 +2974,10 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2974
2974
|
);
|
|
2975
2975
|
function ye(d) {
|
|
2976
2976
|
try {
|
|
2977
|
-
let h = function(f, b,
|
|
2977
|
+
let h = function(f, b, L = []) {
|
|
2978
2978
|
for (const U of f) {
|
|
2979
|
-
const
|
|
2980
|
-
if (
|
|
2979
|
+
const R = C(U), P = [...L, R];
|
|
2980
|
+
if (R === b) return P;
|
|
2981
2981
|
if (g(U)) {
|
|
2982
2982
|
const we = h(x(U), b, P);
|
|
2983
2983
|
if (we) return we;
|
|
@@ -2991,19 +2991,19 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
2991
2991
|
const r = new Set(y.value.expandedKeys);
|
|
2992
2992
|
a.forEach((f) => {
|
|
2993
2993
|
const b = h(p.value, f);
|
|
2994
|
-
b && b.length > 0 && (b.slice(0, -1).forEach((
|
|
2994
|
+
b && b.length > 0 && (b.slice(0, -1).forEach((L) => r.add(L)), y.value.highlightedKeys.add(b[b.length - 1]));
|
|
2995
2995
|
}), y.value.expandedKeys = r;
|
|
2996
2996
|
} catch (h) {
|
|
2997
2997
|
console.warn("highlightAndExpandByIds 执行失败", h);
|
|
2998
2998
|
}
|
|
2999
2999
|
}
|
|
3000
|
-
function
|
|
3000
|
+
function V() {
|
|
3001
3001
|
y.value.highlightedKeys.clear();
|
|
3002
3002
|
}
|
|
3003
|
-
function
|
|
3003
|
+
function Q() {
|
|
3004
3004
|
y.value.currentNode = null, y.value.currentKey = null;
|
|
3005
3005
|
}
|
|
3006
|
-
return $({ highlightAndExpandByIds: ye, clearHighlights:
|
|
3006
|
+
return $({ highlightAndExpandByIds: ye, clearHighlights: V, clearCurrentNode: Q }), ee(
|
|
3007
3007
|
() => n.defaultSelectedKeys,
|
|
3008
3008
|
(d) => {
|
|
3009
3009
|
d && (y.value.selectedKeys = new Set(d));
|
|
@@ -3013,21 +3013,21 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3013
3013
|
class: E(["ytree", [`ytree--${e.size}`, { "ytree--disabled": e.disabled }]])
|
|
3014
3014
|
}, [
|
|
3015
3015
|
o("div", xl, [
|
|
3016
|
-
(i(!0), u(
|
|
3016
|
+
(i(!0), u(oe, null, ce(p.value, (a) => (i(), u("div", {
|
|
3017
3017
|
key: C(a),
|
|
3018
|
-
class: E(["ytree-node", { "ytree-node--current":
|
|
3018
|
+
class: E(["ytree-node", { "ytree-node--current": B(a), "ytree-node--highlight": F(a) }])
|
|
3019
3019
|
}, [
|
|
3020
3020
|
o("div", {
|
|
3021
3021
|
class: E(["ytree-node__content", { "is-child-style": X(a, a) }]),
|
|
3022
3022
|
style: { paddingLeft: "8px" },
|
|
3023
|
-
"data-level":
|
|
3023
|
+
"data-level": Y(a, a),
|
|
3024
3024
|
onClick: (r) => ue(a, a, null, a),
|
|
3025
|
-
onContextmenu: (r) =>
|
|
3025
|
+
onContextmenu: (r) => te(r, a, a, null)
|
|
3026
3026
|
}, [
|
|
3027
3027
|
g(a) ? (i(), u("span", {
|
|
3028
3028
|
key: 0,
|
|
3029
|
-
class: E(["ytree-node__expand-icon", { "is-expanded":
|
|
3030
|
-
onClick: J((r) =>
|
|
3029
|
+
class: E(["ytree-node__expand-icon", { "is-expanded": A(a) }]),
|
|
3030
|
+
onClick: J((r) => Z(a), ["stop"])
|
|
3031
3031
|
}, [...h[0] || (h[0] = [
|
|
3032
3032
|
o("svg", {
|
|
3033
3033
|
width: "12",
|
|
@@ -3047,12 +3047,12 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3047
3047
|
e.showCheckbox ? (i(), u("span", {
|
|
3048
3048
|
key: 2,
|
|
3049
3049
|
class: E(["ytree-node__checkbox", {
|
|
3050
|
-
"is-checked":
|
|
3051
|
-
"is-indeterminate":
|
|
3050
|
+
"is-checked": D(a),
|
|
3051
|
+
"is-indeterminate": T(a)
|
|
3052
3052
|
}]),
|
|
3053
|
-
onClick: J((r) =>
|
|
3053
|
+
onClick: J((r) => O(a), ["stop"])
|
|
3054
3054
|
}, [
|
|
3055
|
-
|
|
3055
|
+
D(a) ? (i(), u("svg", Sl, [...h[1] || (h[1] = [
|
|
3056
3056
|
o("path", {
|
|
3057
3057
|
d: "M2 6L4.5 8.5L10 3",
|
|
3058
3058
|
stroke: "currentColor",
|
|
@@ -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
|
+
])])) : T(a) ? (i(), u("svg", Ml, [...h[2] || (h[2] = [
|
|
3064
3064
|
o("path", {
|
|
3065
3065
|
d: "M2 6L10 6",
|
|
3066
3066
|
stroke: "currentColor",
|
|
@@ -3075,39 +3075,39 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3075
3075
|
}, null, 2)) : W("", !0),
|
|
3076
3076
|
o("img", {
|
|
3077
3077
|
class: "ytree-node__avatar",
|
|
3078
|
-
src:
|
|
3078
|
+
src: w(a, a),
|
|
3079
3079
|
alt: k(a) ? "person" : "dept"
|
|
3080
3080
|
}, null, 8, Ll),
|
|
3081
3081
|
o("span", {
|
|
3082
3082
|
class: E(["ytree-node__label", { "is-employee": k(a) }])
|
|
3083
|
-
},
|
|
3083
|
+
}, G(z(a)), 3),
|
|
3084
3084
|
o("div", Il, [
|
|
3085
|
-
|
|
3085
|
+
ae(d.$slots, "node-content", {
|
|
3086
3086
|
node: a,
|
|
3087
|
-
isCurrent:
|
|
3088
|
-
isExpanded:
|
|
3087
|
+
isCurrent: B(a),
|
|
3088
|
+
isExpanded: A(a),
|
|
3089
3089
|
hasChildren: g(a)
|
|
3090
3090
|
}, void 0, !0)
|
|
3091
3091
|
])
|
|
3092
3092
|
], 42, $l),
|
|
3093
|
-
|
|
3093
|
+
se(xe, { name: "ytree-node" }, {
|
|
3094
3094
|
default: re(() => [
|
|
3095
|
-
g(a) &&
|
|
3096
|
-
(i(!0), u(
|
|
3095
|
+
g(a) && A(a) ? (i(), u("div", Bl, [
|
|
3096
|
+
(i(!0), u(oe, null, ce(x(a), (r) => (i(), u("div", {
|
|
3097
3097
|
key: C(r),
|
|
3098
|
-
class: E(["ytree-node", { "ytree-node--current":
|
|
3098
|
+
class: E(["ytree-node", { "ytree-node--current": B(r), "ytree-node--highlight": F(r) }])
|
|
3099
3099
|
}, [
|
|
3100
3100
|
o("div", {
|
|
3101
3101
|
class: E(["ytree-node__content", { "is-child-style": X(r, a) }]),
|
|
3102
3102
|
style: { paddingLeft: "22px" },
|
|
3103
|
-
"data-level":
|
|
3103
|
+
"data-level": Y(a, r),
|
|
3104
3104
|
onClick: (f) => ue(r, r, null, a),
|
|
3105
|
-
onContextmenu: (f) =>
|
|
3105
|
+
onContextmenu: (f) => te(f, r, r, null)
|
|
3106
3106
|
}, [
|
|
3107
3107
|
g(r) ? (i(), u("span", {
|
|
3108
3108
|
key: 0,
|
|
3109
|
-
class: E(["ytree-node__expand-icon", { "is-expanded":
|
|
3110
|
-
onClick: J((f) =>
|
|
3109
|
+
class: E(["ytree-node__expand-icon", { "is-expanded": A(r) }]),
|
|
3110
|
+
onClick: J((f) => Z(r), ["stop"])
|
|
3111
3111
|
}, [...h[3] || (h[3] = [
|
|
3112
3112
|
o("svg", {
|
|
3113
3113
|
width: "12",
|
|
@@ -3127,12 +3127,12 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3127
3127
|
e.showCheckbox ? (i(), u("span", {
|
|
3128
3128
|
key: 2,
|
|
3129
3129
|
class: E(["ytree-node__checkbox", {
|
|
3130
|
-
"is-checked":
|
|
3131
|
-
"is-indeterminate":
|
|
3130
|
+
"is-checked": D(r),
|
|
3131
|
+
"is-indeterminate": T(r)
|
|
3132
3132
|
}]),
|
|
3133
|
-
onClick: J((f) =>
|
|
3133
|
+
onClick: J((f) => O(r), ["stop"])
|
|
3134
3134
|
}, [
|
|
3135
|
-
|
|
3135
|
+
D(r) ? (i(), u("svg", Hl, [...h[4] || (h[4] = [
|
|
3136
3136
|
o("path", {
|
|
3137
3137
|
d: "M2 6L4.5 8.5L10 3",
|
|
3138
3138
|
stroke: "currentColor",
|
|
@@ -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
|
+
])])) : T(r) ? (i(), u("svg", Wl, [...h[5] || (h[5] = [
|
|
3144
3144
|
o("path", {
|
|
3145
3145
|
d: "M2 6L10 6",
|
|
3146
3146
|
stroke: "currentColor",
|
|
@@ -3155,37 +3155,37 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3155
3155
|
}, null, 2)) : W("", !0),
|
|
3156
3156
|
o("img", {
|
|
3157
3157
|
class: "ytree-node__avatar",
|
|
3158
|
-
src:
|
|
3158
|
+
src: w(r, a),
|
|
3159
3159
|
alt: k(r) ? "person" : "dept"
|
|
3160
3160
|
}, null, 8, Rl),
|
|
3161
3161
|
o("span", {
|
|
3162
3162
|
class: E(["ytree-node__label", { "is-employee": k(r) }])
|
|
3163
|
-
},
|
|
3164
|
-
o("div",
|
|
3165
|
-
|
|
3163
|
+
}, G(z(r)), 3),
|
|
3164
|
+
o("div", Vl, [
|
|
3165
|
+
ae(d.$slots, "node-content", {
|
|
3166
3166
|
node: r,
|
|
3167
|
-
isCurrent:
|
|
3168
|
-
isExpanded:
|
|
3167
|
+
isCurrent: B(r),
|
|
3168
|
+
isExpanded: A(r),
|
|
3169
3169
|
hasChildren: g(r)
|
|
3170
3170
|
}, void 0, !0)
|
|
3171
3171
|
])
|
|
3172
3172
|
], 42, El),
|
|
3173
|
-
|
|
3173
|
+
se(xe, { name: "ytree-node" }, {
|
|
3174
3174
|
default: re(() => [
|
|
3175
|
-
g(r) &&
|
|
3176
|
-
(i(!0), u(
|
|
3175
|
+
g(r) && A(r) ? (i(), u("div", Al, [
|
|
3176
|
+
(i(!0), u(oe, null, ce(x(r), (f) => (i(), u("div", {
|
|
3177
3177
|
key: C(f),
|
|
3178
3178
|
class: E(["ytree-node", {
|
|
3179
|
-
"ytree-node--current":
|
|
3180
|
-
"ytree-node--highlight":
|
|
3179
|
+
"ytree-node--current": B(f),
|
|
3180
|
+
"ytree-node--highlight": F(f)
|
|
3181
3181
|
}])
|
|
3182
3182
|
}, [
|
|
3183
3183
|
o("div", {
|
|
3184
3184
|
class: E(["ytree-node__content", { "is-child-style": X(f, a) }]),
|
|
3185
3185
|
style: { paddingLeft: "38px" },
|
|
3186
|
-
"data-level":
|
|
3186
|
+
"data-level": Y(a, f),
|
|
3187
3187
|
onClick: (b) => ue(f, f, null, a),
|
|
3188
|
-
onContextmenu: (b) =>
|
|
3188
|
+
onContextmenu: (b) => te(
|
|
3189
3189
|
b,
|
|
3190
3190
|
f,
|
|
3191
3191
|
f,
|
|
@@ -3194,8 +3194,8 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3194
3194
|
}, [
|
|
3195
3195
|
g(f) ? (i(), u("span", {
|
|
3196
3196
|
key: 0,
|
|
3197
|
-
class: E(["ytree-node__expand-icon", { "is-expanded":
|
|
3198
|
-
onClick: J((b) =>
|
|
3197
|
+
class: E(["ytree-node__expand-icon", { "is-expanded": A(f) }]),
|
|
3198
|
+
onClick: J((b) => Z(f), ["stop"])
|
|
3199
3199
|
}, [...h[6] || (h[6] = [
|
|
3200
3200
|
o("svg", {
|
|
3201
3201
|
width: "12",
|
|
@@ -3211,16 +3211,16 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3211
3211
|
"stroke-linejoin": "round"
|
|
3212
3212
|
})
|
|
3213
3213
|
], -1)
|
|
3214
|
-
])], 10,
|
|
3214
|
+
])], 10, Pl)) : (i(), u("span", Yl)),
|
|
3215
3215
|
e.showCheckbox ? (i(), u("span", {
|
|
3216
3216
|
key: 2,
|
|
3217
3217
|
class: E(["ytree-node__checkbox", {
|
|
3218
|
-
"is-checked":
|
|
3219
|
-
"is-indeterminate":
|
|
3218
|
+
"is-checked": D(f),
|
|
3219
|
+
"is-indeterminate": T(f)
|
|
3220
3220
|
}]),
|
|
3221
|
-
onClick: J((b) =>
|
|
3221
|
+
onClick: J((b) => O(f), ["stop"])
|
|
3222
3222
|
}, [
|
|
3223
|
-
|
|
3223
|
+
D(f) ? (i(), u("svg", Ol, [...h[7] || (h[7] = [
|
|
3224
3224
|
o("path", {
|
|
3225
3225
|
d: "M2 6L4.5 8.5L10 3",
|
|
3226
3226
|
stroke: "currentColor",
|
|
@@ -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
|
+
])])) : T(f) ? (i(), u("svg", jl, [...h[8] || (h[8] = [
|
|
3232
3232
|
o("path", {
|
|
3233
3233
|
d: "M2 6L10 6",
|
|
3234
3234
|
stroke: "currentColor",
|
|
@@ -3243,29 +3243,29 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3243
3243
|
}, null, 2)) : W("", !0),
|
|
3244
3244
|
o("img", {
|
|
3245
3245
|
class: "ytree-node__avatar",
|
|
3246
|
-
src:
|
|
3246
|
+
src: w(f, a),
|
|
3247
3247
|
alt: k(f) ? "person" : "dept"
|
|
3248
3248
|
}, null, 8, ql),
|
|
3249
3249
|
o("span", {
|
|
3250
3250
|
class: E(["ytree-node__label", { "is-employee": k(f) }])
|
|
3251
|
-
},
|
|
3251
|
+
}, G(z(f)), 3),
|
|
3252
3252
|
o("div", Ul, [
|
|
3253
|
-
|
|
3253
|
+
ae(d.$slots, "node-content", {
|
|
3254
3254
|
node: f,
|
|
3255
|
-
isCurrent:
|
|
3256
|
-
isExpanded:
|
|
3255
|
+
isCurrent: B(f),
|
|
3256
|
+
isExpanded: A(f),
|
|
3257
3257
|
hasChildren: g(f)
|
|
3258
3258
|
}, void 0, !0)
|
|
3259
3259
|
])
|
|
3260
3260
|
], 42, Fl),
|
|
3261
|
-
|
|
3261
|
+
se(xe, { name: "ytree-node" }, {
|
|
3262
3262
|
default: re(() => [
|
|
3263
|
-
g(f) &&
|
|
3264
|
-
(i(!0), u(
|
|
3263
|
+
g(f) && A(f) ? (i(), u("div", Zl, [
|
|
3264
|
+
(i(!0), u(oe, null, ce(x(f), (b) => (i(), u("div", {
|
|
3265
3265
|
key: C(b),
|
|
3266
3266
|
class: E(["ytree-node", {
|
|
3267
|
-
"ytree-node--current":
|
|
3268
|
-
"ytree-node--highlight":
|
|
3267
|
+
"ytree-node--current": B(b),
|
|
3268
|
+
"ytree-node--highlight": F(b)
|
|
3269
3269
|
}])
|
|
3270
3270
|
}, [
|
|
3271
3271
|
o("div", {
|
|
@@ -3273,15 +3273,15 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3273
3273
|
style: {
|
|
3274
3274
|
paddingLeft: "54px"
|
|
3275
3275
|
},
|
|
3276
|
-
"data-level":
|
|
3277
|
-
onClick: (
|
|
3276
|
+
"data-level": Y(a, b),
|
|
3277
|
+
onClick: (L) => ue(
|
|
3278
3278
|
b,
|
|
3279
3279
|
b,
|
|
3280
3280
|
null,
|
|
3281
3281
|
a
|
|
3282
3282
|
),
|
|
3283
|
-
onContextmenu: (
|
|
3284
|
-
|
|
3283
|
+
onContextmenu: (L) => te(
|
|
3284
|
+
L,
|
|
3285
3285
|
b,
|
|
3286
3286
|
b,
|
|
3287
3287
|
null
|
|
@@ -3290,9 +3290,9 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3290
3290
|
g(b) ? (i(), u("span", {
|
|
3291
3291
|
key: 0,
|
|
3292
3292
|
class: E(["ytree-node__expand-icon", {
|
|
3293
|
-
"is-expanded":
|
|
3293
|
+
"is-expanded": A(b)
|
|
3294
3294
|
}]),
|
|
3295
|
-
onClick: J((
|
|
3295
|
+
onClick: J((L) => Z(b), ["stop"])
|
|
3296
3296
|
}, [...h[9] || (h[9] = [
|
|
3297
3297
|
o("svg", {
|
|
3298
3298
|
width: "12",
|
|
@@ -3312,12 +3312,12 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3312
3312
|
e.showCheckbox ? (i(), u("span", {
|
|
3313
3313
|
key: 2,
|
|
3314
3314
|
class: E(["ytree-node__checkbox", {
|
|
3315
|
-
"is-checked":
|
|
3316
|
-
"is-indeterminate":
|
|
3315
|
+
"is-checked": D(b),
|
|
3316
|
+
"is-indeterminate": T(b)
|
|
3317
3317
|
}]),
|
|
3318
|
-
onClick: J((
|
|
3318
|
+
onClick: J((L) => O(b), ["stop"])
|
|
3319
3319
|
}, [
|
|
3320
|
-
|
|
3320
|
+
D(b) ? (i(), u("svg", eo, [...h[10] || (h[10] = [
|
|
3321
3321
|
o("path", {
|
|
3322
3322
|
d: "M2 6L4.5 8.5L10 3",
|
|
3323
3323
|
stroke: "currentColor",
|
|
@@ -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
|
+
])])) : T(b) ? (i(), u("svg", to, [...h[11] || (h[11] = [
|
|
3329
3329
|
o("path", {
|
|
3330
3330
|
d: "M2 6L10 6",
|
|
3331
3331
|
stroke: "currentColor",
|
|
@@ -3340,59 +3340,59 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3340
3340
|
}, null, 2)) : W("", !0),
|
|
3341
3341
|
o("img", {
|
|
3342
3342
|
class: "ytree-node__avatar",
|
|
3343
|
-
src:
|
|
3343
|
+
src: w(b, a),
|
|
3344
3344
|
alt: k(b) ? "person" : "dept"
|
|
3345
3345
|
}, null, 8, no),
|
|
3346
3346
|
o("span", {
|
|
3347
3347
|
class: E(["ytree-node__label", {
|
|
3348
3348
|
"is-employee": k(b)
|
|
3349
3349
|
}])
|
|
3350
|
-
},
|
|
3350
|
+
}, G(z(b)), 3),
|
|
3351
3351
|
o("div", lo, [
|
|
3352
|
-
|
|
3352
|
+
ae(d.$slots, "node-content", {
|
|
3353
3353
|
node: b,
|
|
3354
|
-
isCurrent:
|
|
3355
|
-
isExpanded:
|
|
3354
|
+
isCurrent: B(b),
|
|
3355
|
+
isExpanded: A(b),
|
|
3356
3356
|
hasChildren: g(b)
|
|
3357
3357
|
}, void 0, !0)
|
|
3358
3358
|
])
|
|
3359
3359
|
], 42, Ql),
|
|
3360
|
-
|
|
3360
|
+
se(xe, { name: "ytree-node" }, {
|
|
3361
3361
|
default: re(() => [
|
|
3362
|
-
g(b) &&
|
|
3363
|
-
(i(!0), u(
|
|
3362
|
+
g(b) && A(b) ? (i(), u("div", oo, [
|
|
3363
|
+
(i(!0), u(oe, null, ce(x(
|
|
3364
3364
|
b
|
|
3365
|
-
), (
|
|
3366
|
-
key: C(
|
|
3365
|
+
), (L) => (i(), u("div", {
|
|
3366
|
+
key: C(L),
|
|
3367
3367
|
class: E(["ytree-node", {
|
|
3368
|
-
"ytree-node--current":
|
|
3368
|
+
"ytree-node--current": B(L)
|
|
3369
3369
|
}])
|
|
3370
3370
|
}, [
|
|
3371
3371
|
o("div", {
|
|
3372
|
-
class: E(["ytree-node__content", { "is-child-style": X(
|
|
3372
|
+
class: E(["ytree-node__content", { "is-child-style": X(L, a) }]),
|
|
3373
3373
|
style: {
|
|
3374
3374
|
paddingLeft: "70px"
|
|
3375
3375
|
},
|
|
3376
|
-
"data-level":
|
|
3376
|
+
"data-level": Y(a, L),
|
|
3377
3377
|
onClick: (U) => ue(
|
|
3378
|
-
|
|
3379
|
-
|
|
3378
|
+
L,
|
|
3379
|
+
L,
|
|
3380
3380
|
null,
|
|
3381
3381
|
a
|
|
3382
3382
|
),
|
|
3383
|
-
onContextmenu: (U) =>
|
|
3383
|
+
onContextmenu: (U) => te(
|
|
3384
3384
|
U,
|
|
3385
|
-
|
|
3386
|
-
|
|
3385
|
+
L,
|
|
3386
|
+
L,
|
|
3387
3387
|
null
|
|
3388
3388
|
)
|
|
3389
3389
|
}, [
|
|
3390
|
-
g(
|
|
3390
|
+
g(L) ? (i(), u("span", {
|
|
3391
3391
|
key: 0,
|
|
3392
3392
|
class: E(["ytree-node__expand-icon", {
|
|
3393
|
-
"is-expanded":
|
|
3393
|
+
"is-expanded": A(L)
|
|
3394
3394
|
}]),
|
|
3395
|
-
onClick: J((U) =>
|
|
3395
|
+
onClick: J((U) => Z(L), ["stop"])
|
|
3396
3396
|
}, [...h[12] || (h[12] = [
|
|
3397
3397
|
o("svg", {
|
|
3398
3398
|
width: "12",
|
|
@@ -3412,14 +3412,14 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3412
3412
|
e.showCheckbox ? (i(), u("span", {
|
|
3413
3413
|
key: 2,
|
|
3414
3414
|
class: E(["ytree-node__checkbox", {
|
|
3415
|
-
"is-checked":
|
|
3416
|
-
"is-indeterminate":
|
|
3417
|
-
|
|
3415
|
+
"is-checked": D(L),
|
|
3416
|
+
"is-indeterminate": T(
|
|
3417
|
+
L
|
|
3418
3418
|
)
|
|
3419
3419
|
}]),
|
|
3420
|
-
onClick: J((U) =>
|
|
3420
|
+
onClick: J((U) => O(L), ["stop"])
|
|
3421
3421
|
}, [
|
|
3422
|
-
|
|
3422
|
+
D(L) ? (i(), u("svg", uo, [...h[13] || (h[13] = [
|
|
3423
3423
|
o("path", {
|
|
3424
3424
|
d: "M2 6L4.5 8.5L10 3",
|
|
3425
3425
|
stroke: "currentColor",
|
|
@@ -3427,8 +3427,8 @@ 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
|
-
])])) :
|
|
3431
|
-
|
|
3430
|
+
])])) : T(
|
|
3431
|
+
L
|
|
3432
3432
|
) ? (i(), u("svg", co, [...h[14] || (h[14] = [
|
|
3433
3433
|
o("path", {
|
|
3434
3434
|
d: "M2 6L10 6",
|
|
@@ -3444,20 +3444,20 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3444
3444
|
}, null, 2)) : W("", !0),
|
|
3445
3445
|
o("img", {
|
|
3446
3446
|
class: "ytree-node__avatar",
|
|
3447
|
-
src:
|
|
3448
|
-
alt: k(
|
|
3447
|
+
src: w(L, a),
|
|
3448
|
+
alt: k(L) ? "person" : "dept"
|
|
3449
3449
|
}, null, 8, fo),
|
|
3450
3450
|
o("span", {
|
|
3451
3451
|
class: E(["ytree-node__label", {
|
|
3452
|
-
"is-employee": k(
|
|
3452
|
+
"is-employee": k(L)
|
|
3453
3453
|
}])
|
|
3454
|
-
},
|
|
3454
|
+
}, G(z(L)), 3),
|
|
3455
3455
|
o("div", vo, [
|
|
3456
|
-
|
|
3457
|
-
node:
|
|
3458
|
-
isCurrent:
|
|
3459
|
-
isExpanded:
|
|
3460
|
-
hasChildren: g(
|
|
3456
|
+
ae(d.$slots, "node-content", {
|
|
3457
|
+
node: L,
|
|
3458
|
+
isCurrent: B(L),
|
|
3459
|
+
isExpanded: A(L),
|
|
3460
|
+
hasChildren: g(L)
|
|
3461
3461
|
}, void 0, !0)
|
|
3462
3462
|
])
|
|
3463
3463
|
], 42, ao)
|
|
@@ -3502,9 +3502,9 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3502
3502
|
},
|
|
3503
3503
|
emits: ["update:modelValue", "search", "reset", "field-change"],
|
|
3504
3504
|
setup(e, { emit: $ }) {
|
|
3505
|
-
const t = e, n = $,
|
|
3506
|
-
function
|
|
3507
|
-
switch (
|
|
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 z(D) {
|
|
3507
|
+
switch (D) {
|
|
3508
3508
|
case "select":
|
|
3509
3509
|
return et;
|
|
3510
3510
|
case "date":
|
|
@@ -3515,122 +3515,114 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3515
3515
|
return Ge;
|
|
3516
3516
|
}
|
|
3517
3517
|
}
|
|
3518
|
-
function
|
|
3519
|
-
n("field-change",
|
|
3518
|
+
function k(D) {
|
|
3519
|
+
n("field-change", D, p[D.key]), n("update:modelValue", { ...p });
|
|
3520
3520
|
}
|
|
3521
|
-
function
|
|
3522
|
-
const
|
|
3523
|
-
n("search", { data:
|
|
3521
|
+
function w() {
|
|
3522
|
+
const D = Y(p), T = X(D), B = { ...p };
|
|
3523
|
+
n("search", { data: T, raw: B });
|
|
3524
3524
|
}
|
|
3525
|
-
function
|
|
3526
|
-
Object.keys(p).forEach((
|
|
3527
|
-
const
|
|
3528
|
-
(
|
|
3525
|
+
function g() {
|
|
3526
|
+
Object.keys(p).forEach((D) => {
|
|
3527
|
+
const T = t.fields.find((B) => B.key === D);
|
|
3528
|
+
(T == null ? void 0 : T.type) === "daterange" ? p[D] = { startDate: null, endDate: null } : (T == null ? void 0 : T.type) === "date" ? p[D] = null : p[D] = "";
|
|
3529
3529
|
}), n("reset"), n("update:modelValue", { ...p });
|
|
3530
3530
|
}
|
|
3531
|
-
function
|
|
3532
|
-
|
|
3533
|
-
}
|
|
3534
|
-
function
|
|
3535
|
-
const
|
|
3536
|
-
return Object.keys(
|
|
3537
|
-
const
|
|
3538
|
-
if (!(
|
|
3539
|
-
if (
|
|
3540
|
-
|
|
3541
|
-
j && te && (z[R] = B);
|
|
3531
|
+
function x() {
|
|
3532
|
+
m.value = !m.value;
|
|
3533
|
+
}
|
|
3534
|
+
function Y(D) {
|
|
3535
|
+
const T = {};
|
|
3536
|
+
return Object.keys(D).forEach((B) => {
|
|
3537
|
+
const F = t.fields.find((Z) => Z.key === B), O = D[B], q = typeof O == "string" ? O.trim() : O;
|
|
3538
|
+
if (!(q == null || q === "")) {
|
|
3539
|
+
if (typeof q == "object" && q.startDate && q.endDate) {
|
|
3540
|
+
q.startDate && q.endDate && (T[B] = q);
|
|
3542
3541
|
return;
|
|
3543
3542
|
}
|
|
3544
|
-
if (
|
|
3545
|
-
|
|
3543
|
+
if (F && (F.type === "date" || F.type === "daterange")) {
|
|
3544
|
+
q !== 0 && (T[B] = q);
|
|
3546
3545
|
return;
|
|
3547
3546
|
}
|
|
3548
|
-
|
|
3547
|
+
T[B] = q;
|
|
3549
3548
|
}
|
|
3550
|
-
}),
|
|
3551
|
-
}
|
|
3552
|
-
function
|
|
3553
|
-
const
|
|
3554
|
-
return Object.keys(
|
|
3555
|
-
const
|
|
3556
|
-
if (
|
|
3557
|
-
if (
|
|
3558
|
-
const
|
|
3559
|
-
|
|
3560
|
-
} else
|
|
3549
|
+
}), T;
|
|
3550
|
+
}
|
|
3551
|
+
function X(D) {
|
|
3552
|
+
const T = {};
|
|
3553
|
+
return Object.keys(D).forEach((B) => {
|
|
3554
|
+
const F = D[B], O = t.fields.find((q) => q.key === B);
|
|
3555
|
+
if (O)
|
|
3556
|
+
if (O.type === "daterange" && typeof F == "object") {
|
|
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" ? (T[q] = new Date(F.startDate).getTime(), T[Z] = new Date(F.endDate).getTime()) : (T[q] = F.startDate, T[Z] = F.endDate));
|
|
3559
|
+
} else O.type === "date" && F && F !== 0 && O.format === "timestamp" ? T[B] = new Date(F).getTime() : T[B] = F;
|
|
3561
3560
|
else
|
|
3562
|
-
|
|
3563
|
-
}),
|
|
3561
|
+
T[B] = F;
|
|
3562
|
+
}), T;
|
|
3564
3563
|
}
|
|
3565
|
-
function
|
|
3566
|
-
t.fields.forEach((
|
|
3567
|
-
var
|
|
3568
|
-
p[
|
|
3564
|
+
function A() {
|
|
3565
|
+
t.fields.forEach((D) => {
|
|
3566
|
+
var T, B, F;
|
|
3567
|
+
p[D.key] === void 0 && (D.type === "daterange" ? p[D.key] = ((T = t.modelValue) == null ? void 0 : T[D.key]) || {
|
|
3569
3568
|
startDate: null,
|
|
3570
3569
|
endDate: null
|
|
3571
|
-
} :
|
|
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]) || "");
|
|
3572
3571
|
});
|
|
3573
3572
|
}
|
|
3574
|
-
return
|
|
3573
|
+
return ee(
|
|
3575
3574
|
() => t.modelValue,
|
|
3576
|
-
(
|
|
3577
|
-
|
|
3575
|
+
(D) => {
|
|
3576
|
+
D && Object.assign(p, D);
|
|
3578
3577
|
},
|
|
3579
3578
|
{ deep: !0, immediate: !0 }
|
|
3580
|
-
), G(
|
|
3581
|
-
p,
|
|
3582
|
-
(I) => {
|
|
3583
|
-
const z = { ...I };
|
|
3584
|
-
n("update:modelValue", z), y.value = z;
|
|
3585
|
-
},
|
|
3586
|
-
{ deep: !0 }
|
|
3587
3579
|
), Ce(() => {
|
|
3588
|
-
|
|
3589
|
-
}), (
|
|
3580
|
+
A();
|
|
3581
|
+
}), (D, T) => (i(), u("div", mo, [
|
|
3590
3582
|
o("div", wo, [
|
|
3591
3583
|
o("div", bo, [
|
|
3592
3584
|
o("div", ko, [
|
|
3593
|
-
|
|
3585
|
+
se(st, {
|
|
3594
3586
|
name: "qf",
|
|
3595
3587
|
tag: "div",
|
|
3596
3588
|
class: "query-encapsulation__fields-group"
|
|
3597
3589
|
}, {
|
|
3598
3590
|
default: re(() => [
|
|
3599
|
-
(i(!0), u(
|
|
3600
|
-
key:
|
|
3591
|
+
(i(!0), u(oe, null, ce(I.value, (B) => (i(), u("div", {
|
|
3592
|
+
key: B.key,
|
|
3601
3593
|
class: "query-encapsulation__field-item"
|
|
3602
3594
|
}, [
|
|
3603
3595
|
o("div", xo, [
|
|
3604
|
-
e.Iflabel ? (i(), u("label", $o,
|
|
3605
|
-
(i(), Me(it(
|
|
3606
|
-
modelValue: p[
|
|
3607
|
-
"onUpdate:modelValue": (
|
|
3608
|
-
placeholder:
|
|
3609
|
-
options:
|
|
3610
|
-
clearable:
|
|
3611
|
-
size:
|
|
3612
|
-
width:
|
|
3613
|
-
format:
|
|
3614
|
-
"include-time":
|
|
3615
|
-
filterable:
|
|
3616
|
-
onInput: (
|
|
3617
|
-
onChange: (
|
|
3596
|
+
e.Iflabel ? (i(), u("label", $o, G(B.label), 1)) : W("", !0),
|
|
3597
|
+
(i(), Me(it(z(B.type)), {
|
|
3598
|
+
modelValue: p[B.key],
|
|
3599
|
+
"onUpdate:modelValue": (F) => p[B.key] = F,
|
|
3600
|
+
placeholder: B.placeholder || `请输入${B.label}`,
|
|
3601
|
+
options: B.options,
|
|
3602
|
+
clearable: B.clearable !== !1,
|
|
3603
|
+
size: B.size || "small",
|
|
3604
|
+
width: B.width || "180px",
|
|
3605
|
+
format: B.format || "timestamp",
|
|
3606
|
+
"include-time": B.includeTime || !1,
|
|
3607
|
+
filterable: B.filterable === !0,
|
|
3608
|
+
onInput: (F) => k(B),
|
|
3609
|
+
onChange: (F) => k(B)
|
|
3618
3610
|
}, null, 40, ["modelValue", "onUpdate:modelValue", "placeholder", "options", "clearable", "size", "width", "format", "include-time", "filterable", "onInput", "onChange"]))
|
|
3619
3611
|
])
|
|
3620
3612
|
]))), 128))
|
|
3621
3613
|
]),
|
|
3622
3614
|
_: 1
|
|
3623
3615
|
}),
|
|
3624
|
-
|
|
3625
|
-
|
|
3616
|
+
C.value ? (i(), u("div", Co, [
|
|
3617
|
+
se(Ne, {
|
|
3626
3618
|
variant: "secondary",
|
|
3627
3619
|
size: "small",
|
|
3628
|
-
onClick:
|
|
3620
|
+
onClick: x
|
|
3629
3621
|
}, {
|
|
3630
3622
|
default: re(() => [
|
|
3631
|
-
$e(
|
|
3623
|
+
$e(G(m.value ? "收起" : "展开") + " ", 1),
|
|
3632
3624
|
o("span", {
|
|
3633
|
-
class: E(["query-encapsulation__toggle-icon", { "is-expanded":
|
|
3625
|
+
class: E(["query-encapsulation__toggle-icon", { "is-expanded": m.value }])
|
|
3634
3626
|
}, "▼", 2)
|
|
3635
3627
|
]),
|
|
3636
3628
|
_: 1
|
|
@@ -3638,29 +3630,29 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3638
3630
|
])) : W("", !0),
|
|
3639
3631
|
o("div", Do, [
|
|
3640
3632
|
o("div", _o, [
|
|
3641
|
-
|
|
3633
|
+
se(Ne, {
|
|
3642
3634
|
variant: "primary",
|
|
3643
3635
|
size: "small",
|
|
3644
|
-
onClick:
|
|
3636
|
+
onClick: w,
|
|
3645
3637
|
loading: e.loading
|
|
3646
3638
|
}, {
|
|
3647
|
-
default: re(() => [...
|
|
3639
|
+
default: re(() => [...T[0] || (T[0] = [
|
|
3648
3640
|
$e(" 搜索 ", -1)
|
|
3649
3641
|
])]),
|
|
3650
3642
|
_: 1
|
|
3651
3643
|
}, 8, ["loading"]),
|
|
3652
|
-
|
|
3644
|
+
se(Ne, {
|
|
3653
3645
|
variant: "secondary",
|
|
3654
3646
|
size: "small",
|
|
3655
|
-
onClick:
|
|
3647
|
+
onClick: g,
|
|
3656
3648
|
loading: e.loading
|
|
3657
3649
|
}, {
|
|
3658
|
-
default: re(() => [...
|
|
3650
|
+
default: re(() => [...T[1] || (T[1] = [
|
|
3659
3651
|
$e(" 重置 ", -1)
|
|
3660
3652
|
])]),
|
|
3661
3653
|
_: 1
|
|
3662
3654
|
}, 8, ["loading"]),
|
|
3663
|
-
|
|
3655
|
+
ae(D.$slots, "extra-actions", {}, void 0, !0)
|
|
3664
3656
|
])
|
|
3665
3657
|
])
|
|
3666
3658
|
])
|
|
@@ -3668,7 +3660,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3668
3660
|
])
|
|
3669
3661
|
]));
|
|
3670
3662
|
}
|
|
3671
|
-
}), Mo = /* @__PURE__ */ me(So, [["__scopeId", "data-v-
|
|
3663
|
+
}), Mo = /* @__PURE__ */ me(So, [["__scopeId", "data-v-54199f17"]]), Lo = {
|
|
3672
3664
|
key: 0,
|
|
3673
3665
|
width: "16",
|
|
3674
3666
|
height: "16",
|
|
@@ -3703,19 +3695,19 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3703
3695
|
let n;
|
|
3704
3696
|
Ce(() => {
|
|
3705
3697
|
requestAnimationFrame(() => {
|
|
3706
|
-
t.value = !0, $.duration && $.duration > 0 && (n = window.setTimeout(() =>
|
|
3698
|
+
t.value = !0, $.duration && $.duration > 0 && (n = window.setTimeout(() => m(), $.duration));
|
|
3707
3699
|
});
|
|
3708
3700
|
}), rt(() => {
|
|
3709
3701
|
n && window.clearTimeout(n);
|
|
3710
3702
|
});
|
|
3711
|
-
function
|
|
3703
|
+
function m() {
|
|
3712
3704
|
t.value = !1;
|
|
3713
3705
|
}
|
|
3714
3706
|
function p() {
|
|
3715
3707
|
var y;
|
|
3716
3708
|
(y = $.onClose) == null || y.call($, $.id);
|
|
3717
3709
|
}
|
|
3718
|
-
return (y,
|
|
3710
|
+
return (y, I) => (i(), Me(xe, {
|
|
3719
3711
|
name: "y-msg-fade",
|
|
3720
3712
|
onAfterLeave: p
|
|
3721
3713
|
}, {
|
|
@@ -3730,7 +3722,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3730
3722
|
class: E(["y-msg__icon", `y-msg__icon--${e.type}`]),
|
|
3731
3723
|
"aria-hidden": "true"
|
|
3732
3724
|
}, [
|
|
3733
|
-
e.type === "success" ? (i(), u("svg", Lo, [...
|
|
3725
|
+
e.type === "success" ? (i(), u("svg", Lo, [...I[0] || (I[0] = [
|
|
3734
3726
|
o("path", {
|
|
3735
3727
|
d: "M20 6L9 17l-5-5",
|
|
3736
3728
|
stroke: "currentColor",
|
|
@@ -3738,7 +3730,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3738
3730
|
"stroke-linecap": "round",
|
|
3739
3731
|
"stroke-linejoin": "round"
|
|
3740
3732
|
}, null, -1)
|
|
3741
|
-
])])) : e.type === "warning" ? (i(), u("svg", Io, [...
|
|
3733
|
+
])])) : e.type === "warning" ? (i(), u("svg", Io, [...I[1] || (I[1] = [
|
|
3742
3734
|
o("path", {
|
|
3743
3735
|
d: "M12 9v4m0 4h.01M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z",
|
|
3744
3736
|
stroke: "currentColor",
|
|
@@ -3746,7 +3738,7 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3746
3738
|
"stroke-linecap": "round",
|
|
3747
3739
|
"stroke-linejoin": "round"
|
|
3748
3740
|
}, null, -1)
|
|
3749
|
-
])])) : (i(), u("svg", Bo, [...
|
|
3741
|
+
])])) : (i(), u("svg", Bo, [...I[2] || (I[2] = [
|
|
3750
3742
|
o("path", {
|
|
3751
3743
|
d: "M12 9v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0z",
|
|
3752
3744
|
stroke: "currentColor",
|
|
@@ -3758,13 +3750,13 @@ const ut = ["type", "disabled", "aria-busy", "aria-disabled"], ct = { class: "co
|
|
|
3758
3750
|
], 2),
|
|
3759
3751
|
o("div", {
|
|
3760
3752
|
class: "y-msg__content",
|
|
3761
|
-
textContent:
|
|
3753
|
+
textContent: G(e.message)
|
|
3762
3754
|
}, null, 8, Eo),
|
|
3763
3755
|
e.closable ? (i(), u("button", {
|
|
3764
3756
|
key: 0,
|
|
3765
3757
|
class: "y-msg__close",
|
|
3766
3758
|
type: "button",
|
|
3767
|
-
onClick:
|
|
3759
|
+
onClick: m
|
|
3768
3760
|
}, "✕")) : W("", !0)
|
|
3769
3761
|
], 6), [
|
|
3770
3762
|
[Ke, t.value]
|
|
@@ -3800,7 +3792,7 @@ function qe(e) {
|
|
|
3800
3792
|
var p;
|
|
3801
3793
|
const $ = Ko++, t = document.createElement("div");
|
|
3802
3794
|
document.body.appendChild(t);
|
|
3803
|
-
const n =
|
|
3795
|
+
const n = se(zo, {
|
|
3804
3796
|
id: $,
|
|
3805
3797
|
type: e.type || "success",
|
|
3806
3798
|
message: e.message,
|
|
@@ -3811,12 +3803,12 @@ function qe(e) {
|
|
|
3811
3803
|
onClose: (y) => Qe(y)
|
|
3812
3804
|
});
|
|
3813
3805
|
Xe(n, t);
|
|
3814
|
-
const
|
|
3815
|
-
return Se.push({ id: $, el: t, vm: n, height:
|
|
3806
|
+
const m = ((p = t.firstElementChild) == null ? void 0 : p.offsetHeight) || 0;
|
|
3807
|
+
return Se.push({ id: $, el: t, vm: n, height: m, leaving: !1 }), je(), requestAnimationFrame(() => {
|
|
3816
3808
|
const y = t.firstElementChild;
|
|
3817
3809
|
if (!y) return;
|
|
3818
|
-
const
|
|
3819
|
-
C && (C.height =
|
|
3810
|
+
const I = y.offsetHeight || m || 0, C = Se.find((z) => z.id === $);
|
|
3811
|
+
C && (C.height = I, je());
|
|
3820
3812
|
}), { close: () => Qe($) };
|
|
3821
3813
|
}
|
|
3822
3814
|
const Oe = {
|
|
@@ -3840,15 +3832,15 @@ function je() {
|
|
|
3840
3832
|
if (t.style.transform = `translate(-50%, ${n}px)`, t.style.top || (t.style.top = "0px"), !$.leaving)
|
|
3841
3833
|
e += (t.offsetHeight || $.height) + Ue;
|
|
3842
3834
|
else {
|
|
3843
|
-
const
|
|
3844
|
-
e +=
|
|
3835
|
+
const m = t.offsetHeight || $.height;
|
|
3836
|
+
e += m + Ue;
|
|
3845
3837
|
}
|
|
3846
3838
|
});
|
|
3847
3839
|
}
|
|
3848
3840
|
const Je = {
|
|
3849
3841
|
YButton: Ne,
|
|
3850
3842
|
YInput: Ge,
|
|
3851
|
-
YTable:
|
|
3843
|
+
YTable: At,
|
|
3852
3844
|
YSelect: et,
|
|
3853
3845
|
YPagination: Jt,
|
|
3854
3846
|
YBadge: fn,
|
|
@@ -3861,7 +3853,7 @@ const Je = {
|
|
|
3861
3853
|
YDrawer: kl,
|
|
3862
3854
|
YTree: go,
|
|
3863
3855
|
QueryEncapsulation: Mo
|
|
3864
|
-
},
|
|
3856
|
+
}, Vo = {
|
|
3865
3857
|
install(e) {
|
|
3866
3858
|
Object.keys(Je).forEach(($) => {
|
|
3867
3859
|
e.component($, Je[$]);
|
|
@@ -3882,9 +3874,9 @@ export {
|
|
|
3882
3874
|
$n as YPopover,
|
|
3883
3875
|
et as YSelect,
|
|
3884
3876
|
il as YSwitch,
|
|
3885
|
-
|
|
3877
|
+
At as YTable,
|
|
3886
3878
|
tt as YTime,
|
|
3887
3879
|
go as YTree,
|
|
3888
|
-
|
|
3880
|
+
Vo as default
|
|
3889
3881
|
};
|
|
3890
3882
|
//# sourceMappingURL=index.esm.js.map
|