@lazycatcloud/lzc-toolkit 0.0.65 → 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +282 -262
- package/dist/index.umd.js +9 -9
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { getCurrentScope as
|
|
1
|
+
import { ref as h, watch as V, customRef as tt, getCurrentScope as lt, onScopeDispose as nt, getCurrentInstance as Be, onMounted as oe, nextTick as _e, unref as D, onUpdated as ot, readonly as st, shallowRef as rt, computed as S, onUnmounted as Ie, inject as N, provide as M, defineComponent as j, h as q, render as ue, openBlock as B, createBlock as He, Transition as Pe, withCtx as Ae, createElementBlock as H, createElementVNode as E, withModifiers as at, normalizeClass as Fe, renderSlot as ye, createCommentVNode as ut, normalizeProps as he, guardReactiveProps as pe, pushScopeId as ce, popScopeId as de, normalizeStyle as k, toDisplayString as Me, useSlots as it, withDirectives as ct, vShow as dt, toRef as vt, Fragment as Ee, createVNode as ft, mergeProps as ht, renderList as pt, useCssVars as mt } from "vue";
|
|
2
2
|
var Ce;
|
|
3
|
-
const be = typeof window < "u";
|
|
3
|
+
const be = typeof window < "u", xe = (e) => typeof e == "function";
|
|
4
4
|
be && ((Ce = window?.navigator) == null ? void 0 : Ce.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
5
5
|
function ie(e) {
|
|
6
6
|
return typeof e == "function" ? e() : D(e);
|
|
7
7
|
}
|
|
8
|
-
function
|
|
8
|
+
function ke(e, t) {
|
|
9
9
|
function n(...l) {
|
|
10
10
|
e(() => t.apply(this, l), { fn: t, thisArg: this, args: l });
|
|
11
11
|
}
|
|
12
12
|
return n;
|
|
13
13
|
}
|
|
14
|
-
function
|
|
14
|
+
function gt(e, t = {}) {
|
|
15
15
|
let n, l;
|
|
16
16
|
return (r) => {
|
|
17
17
|
const s = ie(e), d = ie(t.maxWait);
|
|
@@ -24,125 +24,145 @@ function ht(e, t = {}) {
|
|
|
24
24
|
}, s);
|
|
25
25
|
};
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function _t(e, t = !0, n = !0) {
|
|
28
28
|
let l = 0, o, r = !0;
|
|
29
29
|
const s = () => {
|
|
30
30
|
o && (clearTimeout(o), o = void 0);
|
|
31
31
|
};
|
|
32
|
-
return (
|
|
33
|
-
const u = ie(e),
|
|
32
|
+
return (v) => {
|
|
33
|
+
const u = ie(e), f = Date.now() - l;
|
|
34
34
|
if (s(), u <= 0)
|
|
35
|
-
return l = Date.now(),
|
|
36
|
-
|
|
37
|
-
l = Date.now(), r = !0, s(),
|
|
35
|
+
return l = Date.now(), v();
|
|
36
|
+
f > u && (n || !r) ? (l = Date.now(), v()) : t && (o = setTimeout(() => {
|
|
37
|
+
l = Date.now(), r = !0, s(), v();
|
|
38
38
|
}, u)), !n && !o && (o = setTimeout(() => r = !0, u)), r = !1;
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function yt(e) {
|
|
42
42
|
return e;
|
|
43
43
|
}
|
|
44
|
-
function
|
|
45
|
-
|
|
44
|
+
function bt(e, t) {
|
|
45
|
+
let n, l, o;
|
|
46
|
+
const r = h(!0), s = () => {
|
|
47
|
+
r.value = !0, o();
|
|
48
|
+
};
|
|
49
|
+
V(e, s, { flush: "sync" });
|
|
50
|
+
const d = xe(t) ? t : t.get, v = xe(t) ? void 0 : t.set, u = tt((f, c) => (l = f, o = c, {
|
|
51
|
+
get() {
|
|
52
|
+
return r.value && (n = d(), r.value = !1), l(), n;
|
|
53
|
+
},
|
|
54
|
+
set(i) {
|
|
55
|
+
v?.(i);
|
|
56
|
+
}
|
|
57
|
+
}));
|
|
58
|
+
return Object.isExtensible(u) && (u.trigger = s), u;
|
|
46
59
|
}
|
|
47
|
-
function
|
|
48
|
-
return
|
|
60
|
+
function ze(e) {
|
|
61
|
+
return lt() ? (nt(e), !0) : !1;
|
|
49
62
|
}
|
|
50
|
-
function
|
|
51
|
-
return
|
|
63
|
+
function We(e, t = 200, n = {}) {
|
|
64
|
+
return ke(gt(t, n), e);
|
|
52
65
|
}
|
|
53
|
-
function
|
|
54
|
-
|
|
66
|
+
function Te(e, t = 200, n = !1, l = !0) {
|
|
67
|
+
return ke(_t(t, n, l), e);
|
|
55
68
|
}
|
|
56
|
-
function
|
|
69
|
+
function Ne(e, t = !0) {
|
|
70
|
+
Be() ? oe(e) : t ? e() : _e(e);
|
|
71
|
+
}
|
|
72
|
+
function Ve(e) {
|
|
57
73
|
var t;
|
|
58
74
|
const n = ie(e);
|
|
59
75
|
return (t = n?.$el) != null ? t : n;
|
|
60
76
|
}
|
|
61
|
-
const
|
|
62
|
-
function
|
|
77
|
+
const wt = be ? window : void 0, St = be ? window.document : void 0;
|
|
78
|
+
function Et(e, t = !1) {
|
|
63
79
|
const n = h(), l = () => n.value = Boolean(e());
|
|
64
|
-
return l(),
|
|
80
|
+
return l(), Ne(l, t), n;
|
|
65
81
|
}
|
|
66
82
|
const me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, ge = "__vueuse_ssr_handlers__";
|
|
67
83
|
me[ge] = me[ge] || {};
|
|
68
84
|
me[ge];
|
|
69
|
-
|
|
85
|
+
function Ct() {
|
|
86
|
+
const e = Be(), t = bt(() => null, () => e.proxy.$el);
|
|
87
|
+
return ot(t.trigger), oe(t.trigger), t;
|
|
88
|
+
}
|
|
89
|
+
var Le = Object.getOwnPropertySymbols, xt = Object.prototype.hasOwnProperty, Tt = Object.prototype.propertyIsEnumerable, Lt = (e, t) => {
|
|
70
90
|
var n = {};
|
|
71
91
|
for (var l in e)
|
|
72
|
-
|
|
73
|
-
if (e != null &&
|
|
74
|
-
for (var l of
|
|
75
|
-
t.indexOf(l) < 0 &&
|
|
92
|
+
xt.call(e, l) && t.indexOf(l) < 0 && (n[l] = e[l]);
|
|
93
|
+
if (e != null && Le)
|
|
94
|
+
for (var l of Le(e))
|
|
95
|
+
t.indexOf(l) < 0 && Tt.call(e, l) && (n[l] = e[l]);
|
|
76
96
|
return n;
|
|
77
97
|
};
|
|
78
|
-
function
|
|
79
|
-
const l = n, { window: o =
|
|
98
|
+
function $t(e, t, n = {}) {
|
|
99
|
+
const l = n, { window: o = wt } = l, r = Lt(l, ["window"]);
|
|
80
100
|
let s;
|
|
81
|
-
const d =
|
|
101
|
+
const d = Et(() => o && "ResizeObserver" in o), v = () => {
|
|
82
102
|
s && (s.disconnect(), s = void 0);
|
|
83
|
-
}, u =
|
|
84
|
-
|
|
85
|
-
}, { immediate: !0, flush: "post" }),
|
|
86
|
-
|
|
103
|
+
}, u = V(() => Ve(e), (c) => {
|
|
104
|
+
v(), d.value && o && c && (s = new ResizeObserver(t), s.observe(c, r));
|
|
105
|
+
}, { immediate: !0, flush: "post" }), f = () => {
|
|
106
|
+
v(), u();
|
|
87
107
|
};
|
|
88
|
-
return
|
|
108
|
+
return ze(f), {
|
|
89
109
|
isSupported: d,
|
|
90
|
-
stop:
|
|
110
|
+
stop: f
|
|
91
111
|
};
|
|
92
112
|
}
|
|
93
|
-
function
|
|
113
|
+
function Ot(e, t = { width: 0, height: 0 }, n = {}) {
|
|
94
114
|
const { box: l = "content-box" } = n, o = h(t.width), r = h(t.height);
|
|
95
|
-
return
|
|
115
|
+
return $t(e, ([s]) => {
|
|
96
116
|
const d = l === "border-box" ? s.borderBoxSize : l === "content-box" ? s.contentBoxSize : s.devicePixelContentBoxSize;
|
|
97
|
-
d ? (o.value = d.reduce((
|
|
98
|
-
}, n),
|
|
117
|
+
d ? (o.value = d.reduce((v, { inlineSize: u }) => v + u, 0), r.value = d.reduce((v, { blockSize: u }) => v + u, 0)) : (o.value = s.contentRect.width, r.value = s.contentRect.height);
|
|
118
|
+
}, n), V(() => Ve(e), (s) => {
|
|
99
119
|
o.value = s ? t.width : 0, r.value = s ? t.height : 0;
|
|
100
120
|
}), {
|
|
101
121
|
width: o,
|
|
102
122
|
height: r
|
|
103
123
|
};
|
|
104
124
|
}
|
|
105
|
-
var
|
|
125
|
+
var $e;
|
|
106
126
|
(function(e) {
|
|
107
127
|
e.UP = "UP", e.RIGHT = "RIGHT", e.DOWN = "DOWN", e.LEFT = "LEFT", e.NONE = "NONE";
|
|
108
|
-
})(
|
|
109
|
-
let
|
|
110
|
-
function
|
|
128
|
+
})($e || ($e = {}));
|
|
129
|
+
let Rt = 0;
|
|
130
|
+
function Dt(e, t = {}) {
|
|
111
131
|
const n = h(!1), {
|
|
112
|
-
document: l =
|
|
132
|
+
document: l = St,
|
|
113
133
|
immediate: o = !0,
|
|
114
134
|
manual: r = !1,
|
|
115
|
-
id: s = `vueuse_styletag_${++
|
|
135
|
+
id: s = `vueuse_styletag_${++Rt}`
|
|
116
136
|
} = t, d = h(e);
|
|
117
|
-
let
|
|
137
|
+
let v = () => {
|
|
118
138
|
};
|
|
119
139
|
const u = () => {
|
|
120
140
|
if (!l)
|
|
121
141
|
return;
|
|
122
142
|
const c = l.getElementById(s) || l.createElement("style");
|
|
123
|
-
c.type = "text/css", c.id = s, t.media && (c.media = t.media), l.head.appendChild(c), !n.value && (
|
|
143
|
+
c.type = "text/css", c.id = s, t.media && (c.media = t.media), l.head.appendChild(c), !n.value && (v = V(d, (i) => {
|
|
124
144
|
c.innerText = i;
|
|
125
145
|
}, { immediate: !0 }), n.value = !0);
|
|
126
|
-
},
|
|
127
|
-
!l || !n.value || (
|
|
146
|
+
}, f = () => {
|
|
147
|
+
!l || !n.value || (v(), l.head.removeChild(l.getElementById(s)), n.value = !1);
|
|
128
148
|
};
|
|
129
|
-
return o && !r &&
|
|
149
|
+
return o && !r && Ne(u), r || ze(f), {
|
|
130
150
|
id: s,
|
|
131
151
|
css: d,
|
|
132
|
-
unload:
|
|
152
|
+
unload: f,
|
|
133
153
|
load: u,
|
|
134
|
-
isLoaded:
|
|
154
|
+
isLoaded: st(n)
|
|
135
155
|
};
|
|
136
156
|
}
|
|
137
|
-
var
|
|
157
|
+
var Bt = Object.defineProperty, Oe = Object.getOwnPropertySymbols, It = Object.prototype.hasOwnProperty, Ht = Object.prototype.propertyIsEnumerable, Re = (e, t, n) => t in e ? Bt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Pt = (e, t) => {
|
|
138
158
|
for (var n in t || (t = {}))
|
|
139
|
-
|
|
140
|
-
if (
|
|
141
|
-
for (var n of
|
|
142
|
-
|
|
159
|
+
It.call(t, n) && Re(e, n, t[n]);
|
|
160
|
+
if (Oe)
|
|
161
|
+
for (var n of Oe(t))
|
|
162
|
+
Ht.call(t, n) && Re(e, n, t[n]);
|
|
143
163
|
return e;
|
|
144
164
|
};
|
|
145
|
-
const
|
|
165
|
+
const At = {
|
|
146
166
|
easeInSine: [0.12, 0, 0.39, 0],
|
|
147
167
|
easeOutSine: [0.61, 1, 0.88, 1],
|
|
148
168
|
easeInOutSine: [0.37, 0, 0.63, 1],
|
|
@@ -168,30 +188,30 @@ const Dt = {
|
|
|
168
188
|
easeOutBack: [0.34, 1.56, 0.64, 1],
|
|
169
189
|
easeInOutBack: [0.68, -0.6, 0.32, 1.6]
|
|
170
190
|
};
|
|
171
|
-
|
|
172
|
-
linear:
|
|
173
|
-
},
|
|
174
|
-
function
|
|
175
|
-
const { scrollEndHook: n, itemHeight: l, overscan: o = 5 } = t, r = h(null), s =
|
|
191
|
+
Pt({
|
|
192
|
+
linear: yt
|
|
193
|
+
}, At);
|
|
194
|
+
function Ft(e, t) {
|
|
195
|
+
const { scrollEndHook: n, itemHeight: l, overscan: o = 5 } = t, r = h(null), s = Ot(r), d = h(!0), v = We($, 100);
|
|
176
196
|
let u;
|
|
177
|
-
const
|
|
197
|
+
const f = rt(e), c = h(0), i = h({ start: 0, end: 10 });
|
|
178
198
|
let a = 0;
|
|
179
199
|
const w = h([]), C = S(() => {
|
|
180
200
|
let { sum: m, height: b } = { sum: 0, height: 0 };
|
|
181
|
-
return
|
|
201
|
+
return f.value.map((A, P) => (typeof l == "number" ? b = l : b = l(P), m += b, { height: b, sum: m }));
|
|
182
202
|
}), _ = S(() => X(i.value.start)), y = S(() => typeof l == "number" ? C.value.length * l : C.value[C.value.length - 1]?.sum || 0), T = S(() => {
|
|
183
203
|
let m = w.value.length - o, b = Math.max(m - a, 0);
|
|
184
204
|
return w.value.slice(b, m);
|
|
185
205
|
});
|
|
186
|
-
|
|
187
|
-
}),
|
|
188
|
-
[s.width, s.height,
|
|
206
|
+
oe(() => {
|
|
207
|
+
}), Ie(() => cancelAnimationFrame(u)), V(
|
|
208
|
+
[s.width, s.height, f],
|
|
189
209
|
([m, b]) => {
|
|
190
210
|
(m || b) && Y();
|
|
191
211
|
},
|
|
192
212
|
{ deep: !0 }
|
|
193
|
-
),
|
|
194
|
-
L(),
|
|
213
|
+
), V(c, () => {
|
|
214
|
+
L(), v();
|
|
195
215
|
});
|
|
196
216
|
function L() {
|
|
197
217
|
d.value = !1;
|
|
@@ -204,9 +224,9 @@ function Bt(e, t) {
|
|
|
204
224
|
}
|
|
205
225
|
function G() {
|
|
206
226
|
if (r.value) {
|
|
207
|
-
c.value = r.value.scrollTop, a =
|
|
227
|
+
c.value = r.value.scrollTop, a = K();
|
|
208
228
|
let m = z(c.value), b = m + a + o;
|
|
209
|
-
m = m - o, m = m < 0 ? 0 : m, b = b >
|
|
229
|
+
m = m - o, m = m < 0 ? 0 : m, b = b > f.value.length ? f.value.length : b, i.value = { start: m, end: b }, w.value = f.value.slice(m, b).map((A, P) => ({
|
|
210
230
|
data: A,
|
|
211
231
|
index: P + m
|
|
212
232
|
}));
|
|
@@ -220,7 +240,7 @@ function Bt(e, t) {
|
|
|
220
240
|
}
|
|
221
241
|
return Math.max(0, P);
|
|
222
242
|
}
|
|
223
|
-
function
|
|
243
|
+
function K() {
|
|
224
244
|
let m = 0, b = 0, A = F();
|
|
225
245
|
for (let P = A; P < C.value.length && (m++, b += C.value[P].height, !(b >= s.height.value)); P++)
|
|
226
246
|
;
|
|
@@ -245,7 +265,7 @@ function Bt(e, t) {
|
|
|
245
265
|
r.value.scrollTop = b.sum - b.height, G();
|
|
246
266
|
}
|
|
247
267
|
}
|
|
248
|
-
const
|
|
268
|
+
const se = S(() => ({
|
|
249
269
|
style: {
|
|
250
270
|
width: "100%",
|
|
251
271
|
height: `${y.value}px`,
|
|
@@ -276,32 +296,32 @@ function Bt(e, t) {
|
|
|
276
296
|
},
|
|
277
297
|
style: te
|
|
278
298
|
},
|
|
279
|
-
wrapperProps:
|
|
299
|
+
wrapperProps: se,
|
|
280
300
|
innerProps: J
|
|
281
301
|
};
|
|
282
302
|
}
|
|
283
|
-
const
|
|
284
|
-
function
|
|
303
|
+
const je = Symbol(), Ke = Symbol(), Ue = Symbol(), qe = Symbol(), Qe = Symbol(), Ye = Symbol(), Ge = Symbol(), Xe = Symbol(), Ze = Symbol();
|
|
304
|
+
function Tl() {
|
|
285
305
|
const { voidFn: e, boolFn: t, boolRef: n, arrayRef: l } = {
|
|
286
306
|
voidFn: (a) => {
|
|
287
307
|
},
|
|
288
308
|
boolFn: (a) => !1,
|
|
289
309
|
boolRef: S(() => !1),
|
|
290
310
|
arrayRef: S(() => [])
|
|
291
|
-
}, o = N(
|
|
311
|
+
}, o = N(qe, l), r = N(Ue, t), s = N(Xe, n), d = N(Ke, e), v = N(je, e), u = N(Qe, e), f = N(Ye, e), c = N(Ge, e), i = N(Ze, e);
|
|
292
312
|
return {
|
|
293
313
|
selected: o,
|
|
294
314
|
isSelected: r,
|
|
295
315
|
isAllSelected: s,
|
|
296
316
|
toggle: d,
|
|
297
|
-
toggleAll:
|
|
317
|
+
toggleAll: v,
|
|
298
318
|
select: u,
|
|
299
|
-
selectAll:
|
|
319
|
+
selectAll: f,
|
|
300
320
|
unselect: c,
|
|
301
321
|
unselectAll: i
|
|
302
322
|
};
|
|
303
323
|
}
|
|
304
|
-
function
|
|
324
|
+
function Ll(e, t) {
|
|
305
325
|
const n = h({}), l = S(() => e.value.filter((i) => n.value[i[t]])), o = S(() => l.value.length != 0 && Object.keys(n.value).length == e.value.length);
|
|
306
326
|
function r() {
|
|
307
327
|
e.value.forEach((i) => {
|
|
@@ -316,7 +336,7 @@ function Sl(e, t) {
|
|
|
316
336
|
n.value[a[t]] || (n.value[a[t]] = !0);
|
|
317
337
|
});
|
|
318
338
|
}
|
|
319
|
-
function
|
|
339
|
+
function v(i) {
|
|
320
340
|
i.forEach((a) => {
|
|
321
341
|
n.value[a[t]] && delete n.value[a[t]];
|
|
322
342
|
});
|
|
@@ -324,7 +344,7 @@ function Sl(e, t) {
|
|
|
324
344
|
function u(i) {
|
|
325
345
|
return !!n.value[i[t]];
|
|
326
346
|
}
|
|
327
|
-
function
|
|
347
|
+
function f(i) {
|
|
328
348
|
i.forEach((a) => {
|
|
329
349
|
u(a) ? delete n.value[a[t]] : n.value[a[t]] = !0;
|
|
330
350
|
});
|
|
@@ -332,13 +352,13 @@ function Sl(e, t) {
|
|
|
332
352
|
function c() {
|
|
333
353
|
o.value ? s() : r();
|
|
334
354
|
}
|
|
335
|
-
return M(
|
|
355
|
+
return M(je, c), M(Ke, f), M(Ue, u), M(qe, l), M(Qe, d), M(Ye, r), M(Ge, v), M(Xe, o), M(Ze, s), {
|
|
336
356
|
selected: l,
|
|
337
357
|
select: d,
|
|
338
358
|
selectAll: r,
|
|
339
|
-
unselect:
|
|
359
|
+
unselect: v,
|
|
340
360
|
unselectAll: s,
|
|
341
|
-
toggle:
|
|
361
|
+
toggle: f,
|
|
342
362
|
toggleAll: c,
|
|
343
363
|
isSelected: u,
|
|
344
364
|
isAllSelected: o
|
|
@@ -349,7 +369,7 @@ function fe(e) {
|
|
|
349
369
|
console.debug(`\u9ED8\u8BA4${e}\u65B9\u6CD5,\u9700\u8981\u81EA\u5B9A\u4E49\u751F\u6548`);
|
|
350
370
|
};
|
|
351
371
|
}
|
|
352
|
-
function
|
|
372
|
+
function Je({
|
|
353
373
|
attribute: e,
|
|
354
374
|
selectWay: t = "colum",
|
|
355
375
|
scrollOptions: n = {},
|
|
@@ -361,9 +381,9 @@ function Xe({
|
|
|
361
381
|
unselectAll: s = fe("\u53D6\u6D88\u5168\u9009")
|
|
362
382
|
} = l();
|
|
363
383
|
let d = {};
|
|
364
|
-
const
|
|
365
|
-
() =>
|
|
366
|
-
), u = /* @__PURE__ */ new Set(),
|
|
384
|
+
const v = S(
|
|
385
|
+
() => Te(t === "colum" ? U : re, 50)
|
|
386
|
+
), u = /* @__PURE__ */ new Set(), f = h(!0), c = h(), i = h(!1), a = h({ x: 0, y: 0 }), w = h({ x: 0, y: 0, scrollTop: 0 }), C = new ResizeObserver(
|
|
367
387
|
(p) => _.value = p[0].target.getBoundingClientRect()
|
|
368
388
|
), _ = h({}), y = h({
|
|
369
389
|
top: 0,
|
|
@@ -378,10 +398,10 @@ function Xe({
|
|
|
378
398
|
height: Math.abs(a.value.y - w.value.y)
|
|
379
399
|
} : { left: 0, top: 0, width: 0, height: 0 }), { margin: L = 50, startSpeed: $ = 30, maxSpeed: Y = 30 } = n;
|
|
380
400
|
let G;
|
|
381
|
-
const z = L,
|
|
401
|
+
const z = L, K = $, X = Y, Z = (p) => p ** 1;
|
|
382
402
|
let F = 0;
|
|
383
403
|
function ee(p) {
|
|
384
|
-
if (cancelAnimationFrame(G), F =
|
|
404
|
+
if (cancelAnimationFrame(G), F = se(p), F = Math.max(
|
|
385
405
|
Math.min(F, X),
|
|
386
406
|
-X
|
|
387
407
|
), F !== 0) {
|
|
@@ -393,14 +413,14 @@ function Xe({
|
|
|
393
413
|
x = Math.min(Math.max(0, x), I), g.scrollTop = x, te(), G = requestAnimationFrame(() => ee(p));
|
|
394
414
|
}
|
|
395
415
|
}
|
|
396
|
-
function
|
|
416
|
+
function se(p) {
|
|
397
417
|
if (c.value) {
|
|
398
418
|
const I = _.value, x = I.bottom - p;
|
|
399
419
|
if (x < z)
|
|
400
|
-
return
|
|
420
|
+
return K * Z(1 - x / z);
|
|
401
421
|
const W = p - I.top;
|
|
402
422
|
if (W < z)
|
|
403
|
-
return -
|
|
423
|
+
return -K * Z(1 - W / z);
|
|
404
424
|
}
|
|
405
425
|
return 0;
|
|
406
426
|
}
|
|
@@ -419,28 +439,28 @@ function Xe({
|
|
|
419
439
|
function m(p, g, I = "dynamic-styles") {
|
|
420
440
|
let x = document.getElementById(I);
|
|
421
441
|
x || (x = document.createElement("style"), x.id = I, document.head.appendChild(x));
|
|
422
|
-
const W = x.sheet.cssRules, ne = W.length,
|
|
442
|
+
const W = x.sheet.cssRules, ne = W.length, et = `${p} { ${g} }`;
|
|
423
443
|
for (let ve = 0; ve < ne; ve++) {
|
|
424
444
|
const Se = W[ve];
|
|
425
445
|
if (Se.selectorText === p && Se.style.cssText === g)
|
|
426
446
|
return;
|
|
427
447
|
}
|
|
428
|
-
x.sheet.insertRule(
|
|
448
|
+
x.sheet.insertRule(et, ne);
|
|
429
449
|
}
|
|
430
450
|
function b(p, g) {
|
|
431
|
-
|
|
451
|
+
f.value = !0, i.value = !0, y.value.height ? y.value.sync() : y.value.sync(!0), a.value.x = p, a.value.y = g + y.value.top, w.value.x = a.value.x, w.value.y = a.value.y, c.value?.classList.add("disable-scroll-behavior"), u.clear();
|
|
432
452
|
}
|
|
433
453
|
function A(p, g, I) {
|
|
434
|
-
!i.value || (
|
|
454
|
+
!i.value || (f.value && t === "colum" && !O() && (s(), f.value = !1), I?.(), ee(g), w.value.x = Math.max(p, _.value.left), w.value.y = Math.min(
|
|
435
455
|
g + y.value.top,
|
|
436
456
|
y.value.height + _.value.top
|
|
437
|
-
), w.value.scrollTop = y.value.top,
|
|
457
|
+
), w.value.scrollTop = y.value.top, v.value());
|
|
438
458
|
}
|
|
439
459
|
function P() {
|
|
440
460
|
i.value = !1, c.value?.classList.remove("disable-scroll-behavior");
|
|
441
461
|
}
|
|
442
462
|
function R() {
|
|
443
|
-
!i.value || (F || te(),
|
|
463
|
+
!i.value || (F || te(), v.value());
|
|
444
464
|
}
|
|
445
465
|
function O() {
|
|
446
466
|
if (!i.value)
|
|
@@ -451,12 +471,12 @@ function Xe({
|
|
|
451
471
|
function le() {
|
|
452
472
|
O() && s();
|
|
453
473
|
}
|
|
454
|
-
function
|
|
474
|
+
function U() {
|
|
455
475
|
O() || c.value?.querySelectorAll(`[${e}]`).forEach((p) => {
|
|
456
476
|
d[`${e}`] = p.getAttribute(`${e}`), J(p.getBoundingClientRect()) ? o([d]) : r([d]);
|
|
457
477
|
});
|
|
458
478
|
}
|
|
459
|
-
function
|
|
479
|
+
function re() {
|
|
460
480
|
const p = [];
|
|
461
481
|
let g = null, I = 0;
|
|
462
482
|
c.value?.querySelectorAll(`[${e}]`).forEach((x, W) => {
|
|
@@ -466,40 +486,40 @@ function Xe({
|
|
|
466
486
|
for (let x = g; x < I + 1; x++)
|
|
467
487
|
d[`${e}`] = p[x], o([d]), u.add(p[x]);
|
|
468
488
|
}
|
|
469
|
-
function
|
|
489
|
+
function ae(p) {
|
|
470
490
|
return !p?.value || (c.value = p.value, !c?.value) ? !1 : (C.observe(c.value), m(
|
|
471
491
|
".disable-scroll-behavior",
|
|
472
492
|
"scroll-behavior: unset !important;"
|
|
473
493
|
), !0);
|
|
474
494
|
}
|
|
475
495
|
return {
|
|
476
|
-
init:
|
|
496
|
+
init: ae,
|
|
477
497
|
dragStart: b,
|
|
478
498
|
dragMove: A,
|
|
479
499
|
dragEnd: P,
|
|
480
500
|
onScroll: R,
|
|
481
501
|
isSingleClick: O,
|
|
482
502
|
cancelSelectAllBySingleClick: le,
|
|
483
|
-
selectFn:
|
|
503
|
+
selectFn: v,
|
|
484
504
|
selectRange: T,
|
|
485
505
|
isPressing: i,
|
|
486
506
|
containerEl: c,
|
|
487
507
|
observer: C
|
|
488
508
|
};
|
|
489
509
|
}
|
|
490
|
-
function
|
|
491
|
-
const t =
|
|
510
|
+
function $l(e) {
|
|
511
|
+
const t = Je(e), { observer: n, selectRange: l } = t, {
|
|
492
512
|
onScroll: o,
|
|
493
513
|
dragStart: r,
|
|
494
514
|
dragMove: s,
|
|
495
515
|
dragEnd: d,
|
|
496
|
-
cancelSelectAllBySingleClick:
|
|
516
|
+
cancelSelectAllBySingleClick: v
|
|
497
517
|
} = t, u = S(() => ({
|
|
498
518
|
left: `${l.value.left}px`,
|
|
499
519
|
top: `${l.value.top}px`,
|
|
500
520
|
width: `${l.value.width}px`,
|
|
501
521
|
height: `${l.value.height}px`
|
|
502
|
-
})),
|
|
522
|
+
})), f = j({
|
|
503
523
|
render() {
|
|
504
524
|
return q("div", {
|
|
505
525
|
id: "selectBoxEl",
|
|
@@ -515,7 +535,7 @@ function El(e) {
|
|
|
515
535
|
s(_.x, _.y);
|
|
516
536
|
}
|
|
517
537
|
function a(_) {
|
|
518
|
-
_.composedPath().some((T) => T?.getAttribute?.(e.attribute)) ||
|
|
538
|
+
_.composedPath().some((T) => T?.getAttribute?.(e.attribute)) || v(), d();
|
|
519
539
|
}
|
|
520
540
|
function w(_) {
|
|
521
541
|
try {
|
|
@@ -523,7 +543,7 @@ function El(e) {
|
|
|
523
543
|
throw "\u521D\u59CB\u5316\u5931\u8D25,Ref\u5143\u7D20\u4E0D\u6B63\u786E";
|
|
524
544
|
if (!t.containerEl?.value)
|
|
525
545
|
return !1;
|
|
526
|
-
ue(q(
|
|
546
|
+
ue(q(f), t.containerEl.value), t.containerEl.value?.addEventListener("scroll", o), t.containerEl.value?.addEventListener("mousedown", c), window.addEventListener("mousemove", i), window.addEventListener("mouseup", a);
|
|
527
547
|
} catch (y) {
|
|
528
548
|
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25", y);
|
|
529
549
|
}
|
|
@@ -533,32 +553,32 @@ function El(e) {
|
|
|
533
553
|
}
|
|
534
554
|
return { init: w, unMount: C };
|
|
535
555
|
}
|
|
536
|
-
function
|
|
537
|
-
const l =
|
|
556
|
+
function Ol(e, t, n = 600) {
|
|
557
|
+
const l = Je({
|
|
538
558
|
...e,
|
|
539
559
|
selectWay: "row",
|
|
540
560
|
scrollOptions: {
|
|
541
561
|
startSpeed: 5,
|
|
542
562
|
maxSpeed: 5
|
|
543
563
|
}
|
|
544
|
-
}), { observer: o } = l, { onScroll: r, dragStart: s, dragMove: d, dragEnd:
|
|
564
|
+
}), { observer: o } = l, { onScroll: r, dragStart: s, dragMove: d, dragEnd: v } = l;
|
|
545
565
|
let u;
|
|
546
|
-
function
|
|
566
|
+
function f() {
|
|
547
567
|
clearTimeout(u);
|
|
548
568
|
}
|
|
549
569
|
function c(_) {
|
|
550
|
-
|
|
570
|
+
f(), _.composedPath().some((T) => !!T?.getAttribute?.(e.attribute)) && (u = setTimeout(() => {
|
|
551
571
|
const { clientX: T, clientY: L } = _.targetTouches[0];
|
|
552
572
|
s(T, L), t?.(), d(T, L, () => _.preventDefault()), _.preventDefault();
|
|
553
573
|
}, n));
|
|
554
574
|
}
|
|
555
575
|
function i(_) {
|
|
556
|
-
|
|
576
|
+
f();
|
|
557
577
|
const { clientX: y, clientY: T } = _.targetTouches[0];
|
|
558
578
|
d(y, T, () => _.preventDefault());
|
|
559
579
|
}
|
|
560
580
|
function a() {
|
|
561
|
-
|
|
581
|
+
f(), v();
|
|
562
582
|
}
|
|
563
583
|
function w(_) {
|
|
564
584
|
try {
|
|
@@ -576,7 +596,7 @@ function Cl(e, t, n = 600) {
|
|
|
576
596
|
}
|
|
577
597
|
return { init: w, unMount: C };
|
|
578
598
|
}
|
|
579
|
-
const
|
|
599
|
+
const Mt = Symbol(), kt = /* @__PURE__ */ j({
|
|
580
600
|
__name: "Dialog",
|
|
581
601
|
props: {
|
|
582
602
|
visiable: { type: Boolean, default: !1 },
|
|
@@ -588,38 +608,38 @@ const It = Symbol(), Ht = /* @__PURE__ */ V({
|
|
|
588
608
|
const n = e, l = () => {
|
|
589
609
|
n.closeOnClickOverlay && t("update:visiable", !1);
|
|
590
610
|
};
|
|
591
|
-
return M(
|
|
592
|
-
default:
|
|
611
|
+
return M(Mt, () => t("update:visiable", !1)), (o, r) => (B(), He(Pe, { name: "modal" }, {
|
|
612
|
+
default: Ae(() => [
|
|
593
613
|
e.visiable ? (B(), H("div", {
|
|
594
614
|
key: 0,
|
|
595
615
|
onClick: l,
|
|
596
616
|
class: "lzc-modal"
|
|
597
617
|
}, [
|
|
598
618
|
E("div", {
|
|
599
|
-
onClick: r[0] || (r[0] =
|
|
619
|
+
onClick: r[0] || (r[0] = at(() => {
|
|
600
620
|
}, ["stop"])),
|
|
601
|
-
class:
|
|
621
|
+
class: Fe(["lzc-dialog", e.dialogClass])
|
|
602
622
|
}, [
|
|
603
623
|
ye(o.$slots, "default", {}, void 0, !0)
|
|
604
624
|
], 2)
|
|
605
|
-
])) :
|
|
625
|
+
])) : ut("", !0)
|
|
606
626
|
]),
|
|
607
627
|
_: 3
|
|
608
628
|
}));
|
|
609
629
|
}
|
|
610
630
|
});
|
|
611
|
-
const
|
|
631
|
+
const Q = (e, t) => {
|
|
612
632
|
const n = e.__vccOpts || e;
|
|
613
633
|
for (const [l, o] of t)
|
|
614
634
|
n[l] = o;
|
|
615
635
|
return n;
|
|
616
|
-
},
|
|
617
|
-
function
|
|
636
|
+
}, zt = /* @__PURE__ */ Q(kt, [["__scopeId", "data-v-e171c24d"]]);
|
|
637
|
+
function Rl(e) {
|
|
618
638
|
function t(n, l) {
|
|
619
639
|
const o = document.createElement("div"), r = {
|
|
620
640
|
setup() {
|
|
621
641
|
return () => q(
|
|
622
|
-
|
|
642
|
+
zt,
|
|
623
643
|
{
|
|
624
644
|
visiable: !0,
|
|
625
645
|
"onUpdate:visiable": () => {
|
|
@@ -641,53 +661,53 @@ function xl(e) {
|
|
|
641
661
|
create: t
|
|
642
662
|
};
|
|
643
663
|
}
|
|
644
|
-
function
|
|
664
|
+
function Dl({
|
|
645
665
|
component: e,
|
|
646
666
|
componentProps: t,
|
|
647
667
|
delay: n = 300
|
|
648
668
|
}) {
|
|
649
|
-
const l = `${n}ms`, o = h(!1), { load: r } =
|
|
669
|
+
const l = `${n}ms`, o = h(!1), { load: r } = Dt(
|
|
650
670
|
`@keyframes delayLoad {
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
}
|
|
655
|
-
.delay-load {
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
}`
|
|
659
|
-
), s =
|
|
671
|
+
to {
|
|
672
|
+
opacity: 1;
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
.delay-load {
|
|
676
|
+
opacity: 0;
|
|
677
|
+
animation: delayLoad 0s ${l} forwards;
|
|
678
|
+
}`
|
|
679
|
+
), s = j({
|
|
660
680
|
setup() {
|
|
661
|
-
const u =
|
|
662
|
-
return
|
|
663
|
-
r(), u.
|
|
664
|
-
}), () => o.value &&
|
|
681
|
+
const u = Ct();
|
|
682
|
+
return oe(() => {
|
|
683
|
+
r(), u.value.classList.add("delay-load");
|
|
684
|
+
}), () => o.value && q(e, t);
|
|
665
685
|
}
|
|
666
686
|
});
|
|
667
687
|
function d() {
|
|
668
688
|
o.value = !0;
|
|
669
689
|
}
|
|
670
|
-
function
|
|
690
|
+
function v() {
|
|
671
691
|
o.value = !1;
|
|
672
692
|
}
|
|
673
|
-
return { LoadingComp: s, loading: o, load: d, unload:
|
|
693
|
+
return { LoadingComp: s, loading: o, load: d, unload: v };
|
|
674
694
|
}
|
|
675
|
-
const
|
|
676
|
-
|
|
695
|
+
const Wt = {}, Nt = { class: "wrapper" }, Vt = /* @__PURE__ */ E("div", { class: "loading" }, null, -1), jt = [
|
|
696
|
+
Vt
|
|
677
697
|
];
|
|
678
|
-
function
|
|
679
|
-
return B(), H("div",
|
|
698
|
+
function Kt(e, t) {
|
|
699
|
+
return B(), H("div", Nt, jt);
|
|
680
700
|
}
|
|
681
|
-
const
|
|
682
|
-
const
|
|
701
|
+
const Bl = /* @__PURE__ */ Q(Wt, [["render", Kt]]);
|
|
702
|
+
const Ut = {}, qt = (e) => (ce("data-v-9d3ce674"), e = e(), de(), e), Qt = /* @__PURE__ */ qt(() => /* @__PURE__ */ E("div", { class: "ldio-mm5gwljcryb" }, [
|
|
683
703
|
/* @__PURE__ */ E("div")
|
|
684
|
-
], -1)),
|
|
685
|
-
|
|
704
|
+
], -1)), Yt = [
|
|
705
|
+
Qt
|
|
686
706
|
];
|
|
687
|
-
function
|
|
688
|
-
return B(), H("div", he(pe(e.$attrs)),
|
|
707
|
+
function Gt(e, t) {
|
|
708
|
+
return B(), H("div", he(pe(e.$attrs)), Yt, 16);
|
|
689
709
|
}
|
|
690
|
-
const
|
|
710
|
+
const Il = /* @__PURE__ */ Q(Ut, [["render", Gt], ["__scopeId", "data-v-9d3ce674"]]), Xt = /* @__PURE__ */ j({
|
|
691
711
|
__name: "Toast",
|
|
692
712
|
props: {
|
|
693
713
|
message: null,
|
|
@@ -720,7 +740,7 @@ const $l = /* @__PURE__ */ U(Wt, [["render", Kt], ["__scopeId", "data-v-9d3ce674
|
|
|
720
740
|
}));
|
|
721
741
|
return _e(() => {
|
|
722
742
|
l.value = n.value.offsetWidth / 2, o.value = n.value.offsetHeight / 2;
|
|
723
|
-
}), (
|
|
743
|
+
}), (v, u) => (B(), H("div", {
|
|
724
744
|
id: "toastWrapper",
|
|
725
745
|
ref_key: "toastWrapper",
|
|
726
746
|
ref: n,
|
|
@@ -730,26 +750,26 @@ const $l = /* @__PURE__ */ U(Wt, [["render", Kt], ["__scopeId", "data-v-9d3ce674
|
|
|
730
750
|
E("div", {
|
|
731
751
|
style: k(D(d))
|
|
732
752
|
}, [
|
|
733
|
-
E("span", null,
|
|
753
|
+
E("span", null, Me(e.message), 1)
|
|
734
754
|
], 4)
|
|
735
755
|
], 4));
|
|
736
756
|
}
|
|
737
757
|
});
|
|
738
|
-
const
|
|
758
|
+
const Zt = /* @__PURE__ */ Q(Xt, [["__scopeId", "data-v-15ab4094"]]), De = {
|
|
739
759
|
message: "\u61D2\u732B\u4E91 Yes!!!",
|
|
740
760
|
position: "middle",
|
|
741
761
|
duration: 1500
|
|
742
762
|
};
|
|
743
|
-
class
|
|
763
|
+
class Hl {
|
|
744
764
|
options;
|
|
745
765
|
container;
|
|
746
766
|
constructor(t) {
|
|
747
767
|
this.options = t, this.container = document.createElement("div");
|
|
748
768
|
}
|
|
749
769
|
present() {
|
|
750
|
-
const t = q(q(
|
|
770
|
+
const t = q(q(Zt), { ...De, ...this.options });
|
|
751
771
|
ue(t, this.container), document.body.insertBefore(this.container, document.body.firstChild);
|
|
752
|
-
const n = this.options.duration ||
|
|
772
|
+
const n = this.options.duration || De.duration;
|
|
753
773
|
setTimeout(() => {
|
|
754
774
|
this.dismiss();
|
|
755
775
|
}, n);
|
|
@@ -765,7 +785,7 @@ class Ol {
|
|
|
765
785
|
}
|
|
766
786
|
}
|
|
767
787
|
}
|
|
768
|
-
const
|
|
788
|
+
const Jt = ["xlink:href", "fill", "color"], Pl = /* @__PURE__ */ j({
|
|
769
789
|
__name: "SvgIcon",
|
|
770
790
|
props: {
|
|
771
791
|
name: null,
|
|
@@ -788,20 +808,20 @@ const Ut = ["xlink:href", "fill", "color"], Rl = /* @__PURE__ */ V({
|
|
|
788
808
|
"xlink:href": D(n),
|
|
789
809
|
fill: e.color,
|
|
790
810
|
color: e.color
|
|
791
|
-
}, null, 8,
|
|
811
|
+
}, null, 8, Jt)
|
|
792
812
|
], 4));
|
|
793
813
|
}
|
|
794
814
|
});
|
|
795
|
-
function
|
|
815
|
+
function el(e) {
|
|
796
816
|
const {
|
|
797
817
|
containerEl: t,
|
|
798
818
|
sliderEl: n,
|
|
799
819
|
autoHeight: l,
|
|
800
820
|
performance: o = {},
|
|
801
821
|
maxHeightRatio: r = 0.9
|
|
802
|
-
} = e, s = h(!0), d =
|
|
803
|
-
let
|
|
804
|
-
const
|
|
822
|
+
} = e, s = h(!0), d = We(X, 100);
|
|
823
|
+
let v, u = "";
|
|
824
|
+
const f = h(0), c = h(0), i = h(0), a = h({
|
|
805
825
|
top: 0,
|
|
806
826
|
scrollTop: 0,
|
|
807
827
|
scrollHeight: 0,
|
|
@@ -817,12 +837,12 @@ function Yt(e) {
|
|
|
817
837
|
height: l ? `${$.value}px` : void 0
|
|
818
838
|
}));
|
|
819
839
|
function G(R) {
|
|
820
|
-
|
|
840
|
+
K(), c.value = R.clientY - n.value.getBoundingClientRect().top || 1, u = getComputedStyle(t.value).scrollBehavior, u === "smooth" && (t.value.style.scrollBehavior = "unset");
|
|
821
841
|
}
|
|
822
842
|
function z() {
|
|
823
843
|
t.value.style.scrollBehavior = u, c.value = 0, d();
|
|
824
844
|
}
|
|
825
|
-
function
|
|
845
|
+
function K() {
|
|
826
846
|
s.value = !1;
|
|
827
847
|
}
|
|
828
848
|
function X() {
|
|
@@ -840,10 +860,10 @@ function Yt(e) {
|
|
|
840
860
|
C.value || ee();
|
|
841
861
|
}
|
|
842
862
|
function ee() {
|
|
843
|
-
cancelAnimationFrame(
|
|
863
|
+
cancelAnimationFrame(v), v = requestAnimationFrame(se);
|
|
844
864
|
}
|
|
845
|
-
function
|
|
846
|
-
t.value && (
|
|
865
|
+
function se() {
|
|
866
|
+
t.value && (f.value = o.scrollTop?.value ?? t.value.scrollTop, i.value = f.value / T.value * y.value);
|
|
847
867
|
}
|
|
848
868
|
function J(R) {
|
|
849
869
|
let O = "addEventListener";
|
|
@@ -858,20 +878,20 @@ function Yt(e) {
|
|
|
858
878
|
a.value.top = t.value?.getBoundingClientRect().top ?? 0, a.value.scrollHeight = t.value?.scrollHeight ?? 0, a.value.clientHeight = t.value?.clientHeight ?? 0;
|
|
859
879
|
}
|
|
860
880
|
function b() {
|
|
861
|
-
|
|
881
|
+
K(), setTimeout(() => {
|
|
862
882
|
w.value.clientHeight = n.value?.clientHeight ?? 0, X();
|
|
863
883
|
}, 150);
|
|
864
884
|
}
|
|
865
885
|
function A(R, O, le = "dynamic-styles") {
|
|
866
|
-
let
|
|
867
|
-
|
|
868
|
-
const
|
|
869
|
-
for (let g = 0; g <
|
|
870
|
-
const I =
|
|
886
|
+
let U = document.getElementById(le);
|
|
887
|
+
U || (U = document.createElement("style"), U.id = le, document.head.appendChild(U));
|
|
888
|
+
const re = U.sheet.cssRules, ae = re.length, p = `${R} { ${O} }`;
|
|
889
|
+
for (let g = 0; g < ae; g++) {
|
|
890
|
+
const I = re[g];
|
|
871
891
|
if (I.selectorText === R && I.style.cssText === O)
|
|
872
892
|
return;
|
|
873
893
|
}
|
|
874
|
-
|
|
894
|
+
U.sheet.insertRule(p, ae);
|
|
875
895
|
}
|
|
876
896
|
function P() {
|
|
877
897
|
t.value && n.value ? (A(
|
|
@@ -887,20 +907,20 @@ function Yt(e) {
|
|
|
887
907
|
m();
|
|
888
908
|
}, 100), b()) : console.error("useScrollBar:", "\u521D\u59CB\u5316\u5931\u8D25!", { containerEl: t, sliderEl: n });
|
|
889
909
|
}
|
|
890
|
-
return
|
|
891
|
-
|
|
910
|
+
return V(f, () => {
|
|
911
|
+
K(), d();
|
|
892
912
|
}), {
|
|
893
913
|
isScrollEnd: s,
|
|
894
914
|
isDragSlider: C,
|
|
895
915
|
offsetTop: i,
|
|
896
|
-
scrollTop:
|
|
916
|
+
scrollTop: f,
|
|
897
917
|
scrollable: _,
|
|
898
918
|
sliderPos: Y,
|
|
899
919
|
init: P,
|
|
900
920
|
modifySliderEventListener: J
|
|
901
921
|
};
|
|
902
922
|
}
|
|
903
|
-
const
|
|
923
|
+
const tl = (e) => (ce("data-v-edec7292"), e = e(), de(), e), ll = /* @__PURE__ */ tl(() => /* @__PURE__ */ E("div", { class: "default-slider" }, null, -1)), nl = /* @__PURE__ */ j({
|
|
904
924
|
__name: "ScrollBar",
|
|
905
925
|
props: {
|
|
906
926
|
containerEl: null,
|
|
@@ -909,28 +929,28 @@ const Gt = (e) => (ce("data-v-edec7292"), e = e(), de(), e), Xt = /* @__PURE__ *
|
|
|
909
929
|
performance: null
|
|
910
930
|
},
|
|
911
931
|
setup(e, { expose: t }) {
|
|
912
|
-
const n = e, l = !!
|
|
932
|
+
const n = e, l = !!it().default, o = h(null), r = S(() => n.containerEl), s = el({
|
|
913
933
|
containerEl: r,
|
|
914
934
|
sliderEl: o,
|
|
915
935
|
autoHeight: l ? n.autoHeight : !0,
|
|
916
936
|
performance: n.performance
|
|
917
|
-
}), { scrollable: d, isScrollEnd:
|
|
918
|
-
|
|
937
|
+
}), { scrollable: d, isScrollEnd: v, sliderPos: u } = s, f = h(!1), c = n.autoHide ? S(() => f.value || !v.value) : S(() => d.value);
|
|
938
|
+
oe(() => {
|
|
919
939
|
_e(() => {
|
|
920
940
|
s.init();
|
|
921
941
|
});
|
|
922
|
-
}),
|
|
942
|
+
}), Ie(() => {
|
|
923
943
|
s.modifySliderEventListener("remove");
|
|
924
944
|
});
|
|
925
945
|
function i() {
|
|
926
|
-
|
|
946
|
+
f.value = !0;
|
|
927
947
|
}
|
|
928
948
|
function a() {
|
|
929
|
-
|
|
949
|
+
f.value = !1;
|
|
930
950
|
}
|
|
931
|
-
return t({ uScrollBarReturn: s }), (w, C) => (B(),
|
|
932
|
-
default:
|
|
933
|
-
|
|
951
|
+
return t({ uScrollBarReturn: s }), (w, C) => (B(), He(Pe, null, {
|
|
952
|
+
default: Ae(() => [
|
|
953
|
+
ct(E("div", {
|
|
934
954
|
ref_key: "sliderRef",
|
|
935
955
|
ref: o,
|
|
936
956
|
class: "slider-wrapper",
|
|
@@ -939,23 +959,23 @@ const Gt = (e) => (ce("data-v-edec7292"), e = e(), de(), e), Xt = /* @__PURE__ *
|
|
|
939
959
|
style: k(D(u))
|
|
940
960
|
}, [
|
|
941
961
|
ye(w.$slots, "default", {}, () => [
|
|
942
|
-
|
|
962
|
+
ll
|
|
943
963
|
], !0)
|
|
944
964
|
], 36), [
|
|
945
|
-
[
|
|
965
|
+
[dt, D(c)]
|
|
946
966
|
])
|
|
947
967
|
]),
|
|
948
968
|
_: 3
|
|
949
969
|
}));
|
|
950
970
|
}
|
|
951
971
|
});
|
|
952
|
-
const
|
|
972
|
+
const Al = /* @__PURE__ */ Q(nl, [["__scopeId", "data-v-edec7292"]]), ol = (e) => (ce("data-v-09f2db7d"), e = e(), de(), e), sl = { class: "pull-refresh" }, rl = {
|
|
953
973
|
key: 0,
|
|
954
974
|
class: "pull-arrow-circle"
|
|
955
|
-
},
|
|
975
|
+
}, al = {
|
|
956
976
|
key: 0,
|
|
957
977
|
class: "box-load"
|
|
958
|
-
},
|
|
978
|
+
}, ul = { class: "left-load" }, il = { class: "right-load" }, cl = /* @__PURE__ */ ol(() => /* @__PURE__ */ E("div", { class: "among-load" }, null, -1)), dl = { class: "pull-arrow" }, vl = { key: 1 }, fl = /* @__PURE__ */ j({
|
|
959
979
|
__name: "PullRefresh",
|
|
960
980
|
props: {
|
|
961
981
|
refresh: null,
|
|
@@ -964,7 +984,7 @@ const Dl = /* @__PURE__ */ U(Zt, [["__scopeId", "data-v-edec7292"]]), Jt = (e) =
|
|
|
964
984
|
pullRefreshContainer: null
|
|
965
985
|
},
|
|
966
986
|
setup(e) {
|
|
967
|
-
const t = e, n = "#2EC1CC", l = h(-999), o = h(1), r = h(0), s = h(0.3), d = h(!1),
|
|
987
|
+
const t = e, n = "#2EC1CC", l = h(-999), o = h(1), r = h(0), s = h(0.3), d = h(!1), v = h(0), u = h(0), f = h(0), c = h(0), i = h(0), a = h(), w = S(() => t.scrollTop), C = S(() => ({
|
|
968
988
|
transition: `${c.value}ms`,
|
|
969
989
|
transform: `translate3d(0,${l.value}px, 0) scale(${o.value})`
|
|
970
990
|
})), _ = S(() => ({
|
|
@@ -973,15 +993,15 @@ const Dl = /* @__PURE__ */ U(Zt, [["__scopeId", "data-v-edec7292"]]), Jt = (e) =
|
|
|
973
993
|
transform: `rotate(${100 + r.value}deg)`,
|
|
974
994
|
opacity: s.value
|
|
975
995
|
}));
|
|
976
|
-
|
|
996
|
+
V(i, ($) => {
|
|
977
997
|
$ === 0 && (l.value = -50, s.value = 0.3);
|
|
978
|
-
}),
|
|
998
|
+
}), V(u, ($) => {
|
|
979
999
|
i.value !== 2 && ($ === 0 && (l.value = -50), $ <= 50 && $ > 0 && (l.value = $ - 45, r.value = Math.pow($, 1.5), $ > 15 ? d.value = !0 : d.value = !1), $ > 50 && (l.value = 5, s.value = 1, i.value));
|
|
980
1000
|
});
|
|
981
1001
|
const y = ($) => {
|
|
982
|
-
t.refreshOff || !t?.refresh || i.value !== 2 && w.value === 0 && (
|
|
1002
|
+
t.refreshOff || !t?.refresh || i.value !== 2 && w.value === 0 && (v.value === 0 && (v.value = $.touches[0].pageY), f.value = 0, L.value.style.transition = `${f.value}ms`, c.value = 0, u.value = $.touches[0].pageY - v.value, L.value.style.transform = `translate3d(0, ${u.value}px, 0)`);
|
|
983
1003
|
}, T = () => {
|
|
984
|
-
t.refreshOff || !t?.refresh || i.value !== 2 && (
|
|
1004
|
+
t.refreshOff || !t?.refresh || i.value !== 2 && (v.value = 0, f.value = 300, L.value.style.transition = `${f.value}ms`, u.value > 50 ? (i.value = 2, u.value = 36, L.value.style.transform = `translate3d(0, ${u.value}px, 0)`, c.value = 300, t?.refresh && t?.refresh().then(() => {
|
|
985
1005
|
a.value = "\u5237\u65B0\u6210\u529F";
|
|
986
1006
|
}).catch(() => {
|
|
987
1007
|
a.value = "\u5237\u65B0\u5931\u8D25";
|
|
@@ -993,38 +1013,38 @@ const Dl = /* @__PURE__ */ U(Zt, [["__scopeId", "data-v-edec7292"]]), Jt = (e) =
|
|
|
993
1013
|
}, 600);
|
|
994
1014
|
})) : (u.value = 0, L.value.style.transform = `translate3d(0, ${u.value}px, 0)`));
|
|
995
1015
|
}, L = h(null);
|
|
996
|
-
return
|
|
1016
|
+
return oe(() => {
|
|
997
1017
|
L.value = document.querySelector(
|
|
998
1018
|
t.pullRefreshContainer
|
|
999
1019
|
), L.value.addEventListener("touchmove", y), L.value.addEventListener("touchend", T);
|
|
1000
|
-
}), ($, Y) => (B(), H("div",
|
|
1020
|
+
}), ($, Y) => (B(), H("div", sl, [
|
|
1001
1021
|
E("div", {
|
|
1002
1022
|
class: "pull-refresh-box",
|
|
1003
1023
|
style: k(D(C))
|
|
1004
1024
|
}, [
|
|
1005
|
-
a.value ? (B(), H("div",
|
|
1006
|
-
i.value == 2 ? (B(), H("div",
|
|
1007
|
-
E("div",
|
|
1025
|
+
a.value ? (B(), H("div", vl, Me(a.value), 1)) : (B(), H("div", rl, [
|
|
1026
|
+
i.value == 2 ? (B(), H("div", al, [
|
|
1027
|
+
E("div", ul, [
|
|
1008
1028
|
E("div", {
|
|
1009
1029
|
class: "left-circle",
|
|
1010
1030
|
style: k({ backgroundColor: n })
|
|
1011
1031
|
}, null, 4)
|
|
1012
1032
|
]),
|
|
1013
|
-
E("div",
|
|
1033
|
+
E("div", il, [
|
|
1014
1034
|
E("div", {
|
|
1015
1035
|
class: "right-circle",
|
|
1016
1036
|
style: k({ backgroundColor: n })
|
|
1017
1037
|
}, null, 4)
|
|
1018
1038
|
]),
|
|
1019
|
-
|
|
1039
|
+
cl
|
|
1020
1040
|
])) : (B(), H("div", {
|
|
1021
1041
|
key: 1,
|
|
1022
1042
|
class: "pull-circle-line",
|
|
1023
1043
|
style: k(D(_))
|
|
1024
1044
|
}, [
|
|
1025
|
-
E("div",
|
|
1045
|
+
E("div", dl, [
|
|
1026
1046
|
E("div", {
|
|
1027
|
-
class:
|
|
1047
|
+
class: Fe(["arrows", { opacity: d.value }]),
|
|
1028
1048
|
style: k({ borderBottomColor: n })
|
|
1029
1049
|
}, null, 6)
|
|
1030
1050
|
])
|
|
@@ -1034,10 +1054,10 @@ const Dl = /* @__PURE__ */ U(Zt, [["__scopeId", "data-v-edec7292"]]), Jt = (e) =
|
|
|
1034
1054
|
]));
|
|
1035
1055
|
}
|
|
1036
1056
|
});
|
|
1037
|
-
const
|
|
1057
|
+
const hl = /* @__PURE__ */ Q(fl, [["__scopeId", "data-v-09f2db7d"]]), pl = { class: "virtualListWrapper" }, ml = {
|
|
1038
1058
|
inheritAttrs: !1
|
|
1039
|
-
},
|
|
1040
|
-
...
|
|
1059
|
+
}, gl = /* @__PURE__ */ j({
|
|
1060
|
+
...ml,
|
|
1041
1061
|
__name: "VirtualList",
|
|
1042
1062
|
props: {
|
|
1043
1063
|
data: null,
|
|
@@ -1048,7 +1068,7 @@ const il = /* @__PURE__ */ U(ul, [["__scopeId", "data-v-09f2db7d"]]), cl = { cla
|
|
|
1048
1068
|
},
|
|
1049
1069
|
emits: ["scrollEnd"],
|
|
1050
1070
|
setup(e, { expose: t, emit: n }) {
|
|
1051
|
-
const l = e, o =
|
|
1071
|
+
const l = e, o = Ft(vt(l, "data"), {
|
|
1052
1072
|
itemHeight: (c) => l.itemHeight(l.data[c]),
|
|
1053
1073
|
overscan: l.overscan,
|
|
1054
1074
|
scrollEndHook: () => {
|
|
@@ -1058,28 +1078,28 @@ const il = /* @__PURE__ */ U(ul, [["__scopeId", "data-v-09f2db7d"]]), cl = { cla
|
|
|
1058
1078
|
list: r,
|
|
1059
1079
|
containerProps: s,
|
|
1060
1080
|
wrapperProps: d,
|
|
1061
|
-
innerProps:
|
|
1081
|
+
innerProps: v,
|
|
1062
1082
|
getItemHeightData: u,
|
|
1063
|
-
scrollTop:
|
|
1083
|
+
scrollTop: f
|
|
1064
1084
|
} = o;
|
|
1065
1085
|
return t({
|
|
1066
1086
|
vListReturn: o
|
|
1067
1087
|
}), (c, i) => (B(), H(Ee, null, [
|
|
1068
|
-
|
|
1088
|
+
ft(hl, {
|
|
1069
1089
|
refresh: e.refresh,
|
|
1070
1090
|
refreshOff: e.refreshOff,
|
|
1071
|
-
scrollTop: D(
|
|
1091
|
+
scrollTop: D(f),
|
|
1072
1092
|
pullRefreshContainer: ".virtualListWrapper"
|
|
1073
1093
|
}, null, 8, ["refresh", "refreshOff", "scrollTop"]),
|
|
1074
|
-
E("div",
|
|
1075
|
-
E("div",
|
|
1094
|
+
E("div", pl, [
|
|
1095
|
+
E("div", ht({
|
|
1076
1096
|
onScrollPassive: i[0] || (i[0] = (...a) => D(s).onScroll && D(s).onScroll(...a)),
|
|
1077
1097
|
ref: D(s).ref,
|
|
1078
1098
|
class: "virtualList"
|
|
1079
1099
|
}, c.$attrs), [
|
|
1080
1100
|
E("div", he(pe(D(d))), [
|
|
1081
|
-
E("div", he(pe(D(
|
|
1082
|
-
(B(!0), H(Ee, null,
|
|
1101
|
+
E("div", he(pe(D(v))), [
|
|
1102
|
+
(B(!0), H(Ee, null, pt(D(r), ({ index: a, data: w }) => (B(), H("div", {
|
|
1083
1103
|
key: a,
|
|
1084
1104
|
style: k({
|
|
1085
1105
|
height: `${D(u)(a).height}px`,
|
|
@@ -1098,7 +1118,7 @@ const il = /* @__PURE__ */ U(ul, [["__scopeId", "data-v-09f2db7d"]]), cl = { cla
|
|
|
1098
1118
|
], 64));
|
|
1099
1119
|
}
|
|
1100
1120
|
});
|
|
1101
|
-
const
|
|
1121
|
+
const Fl = /* @__PURE__ */ Q(gl, [["__scopeId", "data-v-259e2930"]]), we = (e) => (ce("data-v-40e00f20"), e = e(), de(), e), _l = { style: { position: "absolute" } }, yl = /* @__PURE__ */ we(() => /* @__PURE__ */ E("div", { class: "wrapper" }, null, -1)), bl = ["width", "height"], wl = /* @__PURE__ */ we(() => /* @__PURE__ */ E("title", null, "logo", -1)), Sl = /* @__PURE__ */ we(() => /* @__PURE__ */ E("g", {
|
|
1102
1122
|
id: "group-1",
|
|
1103
1123
|
stroke: "none",
|
|
1104
1124
|
"stroke-width": "1",
|
|
@@ -1110,10 +1130,10 @@ const Bl = /* @__PURE__ */ U(vl, [["__scopeId", "data-v-259e2930"]]), we = (e) =
|
|
|
1110
1130
|
id: "path-1",
|
|
1111
1131
|
fill: "#FFF"
|
|
1112
1132
|
})
|
|
1113
|
-
], -1)),
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
],
|
|
1133
|
+
], -1)), El = [
|
|
1134
|
+
wl,
|
|
1135
|
+
Sl
|
|
1136
|
+
], Cl = /* @__PURE__ */ j({
|
|
1117
1137
|
__name: "Loading",
|
|
1118
1138
|
props: {
|
|
1119
1139
|
width: { default: "90" },
|
|
@@ -1122,12 +1142,12 @@ const Bl = /* @__PURE__ */ U(vl, [["__scopeId", "data-v-259e2930"]]), we = (e) =
|
|
|
1122
1142
|
},
|
|
1123
1143
|
setup(e) {
|
|
1124
1144
|
const t = e;
|
|
1125
|
-
|
|
1145
|
+
mt((l) => ({
|
|
1126
1146
|
"703ef503": n
|
|
1127
1147
|
}));
|
|
1128
1148
|
const n = `${t.duration}ms`;
|
|
1129
|
-
return (l, o) => (B(), H("div",
|
|
1130
|
-
|
|
1149
|
+
return (l, o) => (B(), H("div", _l, [
|
|
1150
|
+
yl,
|
|
1131
1151
|
(B(), H("svg", {
|
|
1132
1152
|
style: { position: "relative" },
|
|
1133
1153
|
width: e.width,
|
|
@@ -1135,35 +1155,35 @@ const Bl = /* @__PURE__ */ U(vl, [["__scopeId", "data-v-259e2930"]]), we = (e) =
|
|
|
1135
1155
|
viewBox: "0 0 260 260",
|
|
1136
1156
|
version: "1.1",
|
|
1137
1157
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1138
|
-
},
|
|
1158
|
+
}, El, 8, bl))
|
|
1139
1159
|
]));
|
|
1140
1160
|
}
|
|
1141
1161
|
});
|
|
1142
|
-
const
|
|
1162
|
+
const Ml = /* @__PURE__ */ Q(Cl, [["__scopeId", "data-v-40e00f20"]]);
|
|
1143
1163
|
export {
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1164
|
+
Bl as BackgroundLoading,
|
|
1165
|
+
Il as DefaultLoading,
|
|
1166
|
+
Ml as Loading,
|
|
1167
|
+
Al as ScrollBar,
|
|
1168
|
+
Pl as SvgIcon,
|
|
1169
|
+
Hl as ToastCreator,
|
|
1170
|
+
Fl as VirtualList,
|
|
1171
|
+
qe as allSelectedKey,
|
|
1172
|
+
Mt as closeDialogKey,
|
|
1173
|
+
Rl as dialogController,
|
|
1174
|
+
Xe as isAllSelectedKey,
|
|
1175
|
+
Ue as isSelectedKey,
|
|
1176
|
+
Ye as selectAllKey,
|
|
1177
|
+
Qe as selectKey,
|
|
1178
|
+
je as toggleAllKey,
|
|
1179
|
+
Ke as toggleKey,
|
|
1180
|
+
Ze as unselectAllKey,
|
|
1181
|
+
Ge as unselectKey,
|
|
1182
|
+
Dl as useDelayLoad,
|
|
1183
|
+
Je as useDragSelect,
|
|
1184
|
+
Ol as useDragSelectByMobile,
|
|
1185
|
+
$l as useDragSelectByPc,
|
|
1186
|
+
Ll as useSelectable,
|
|
1187
|
+
Tl as useSelectableInjectors,
|
|
1188
|
+
Ft as useVirtualList
|
|
1169
1189
|
};
|