@lazycatcloud/lzc-toolkit 0.0.186 → 0.0.188
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 +635 -625
- package/dist/index.umd.js +4 -4
- package/dist/style.css +1 -1
- package/dist/types/image/Image.vue.d.ts +1 -0
- package/dist/types/useDragSelect/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { shallowRef as ct, watchEffect as
|
|
2
|
-
const
|
|
1
|
+
import { shallowRef as ct, watchEffect as jt, readonly as dt, getCurrentScope as xt, onScopeDispose as Ct, onMounted as ce, nextTick as Me, ref as h, watch as q, customRef as St, unref as I, isRef as Ot, getCurrentInstance as Ye, onUpdated as _t, computed as A, reactive as De, onUnmounted as ft, inject as ee, provide as P, defineComponent as J, h as ue, render as ye, openBlock as Y, createBlock as we, Transition as Be, withCtx as Ue, withDirectives as re, createElementBlock as H, normalizeClass as se, createElementVNode as U, withModifiers as me, renderSlot as Ee, createCommentVNode as de, useCssVars as Re, normalizeProps as _e, guardReactiveProps as be, pushScopeId as Ie, popScopeId as Ae, normalizeStyle as G, toDisplayString as $e, vShow as ze, createVNode as ge, onBeforeUnmount as vt, onActivated as Mt, onBeforeMount as bt, onDeactivated as kt, useSlots as Qt, toRef as Yt, Fragment as ke, mergeProps as he, renderList as Bt, toRefs as gt, createTextVNode as Ut } from "vue";
|
|
2
|
+
const Rt = {
|
|
3
3
|
created(e, t) {
|
|
4
4
|
let n, o;
|
|
5
5
|
function l(i) {
|
|
@@ -16,7 +16,7 @@ const Ut = {
|
|
|
16
16
|
unmounted(e) {
|
|
17
17
|
e.removeEventListener("mousedown", e.__mouse_down__), e.removeEventListener("mouseup", e.__mouse_up__);
|
|
18
18
|
}
|
|
19
|
-
},
|
|
19
|
+
}, zo = {
|
|
20
20
|
created(e, t) {
|
|
21
21
|
const { fn: n, ms: o = 1500 } = t.value;
|
|
22
22
|
let l = null;
|
|
@@ -32,23 +32,23 @@ const Ut = {
|
|
|
32
32
|
t.value();
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
function
|
|
35
|
+
function $t(e, t) {
|
|
36
36
|
var n;
|
|
37
37
|
const o = ct();
|
|
38
|
-
return
|
|
38
|
+
return jt(() => {
|
|
39
39
|
o.value = e();
|
|
40
40
|
}, {
|
|
41
41
|
...t,
|
|
42
42
|
flush: (n = t?.flush) != null ? n : "sync"
|
|
43
43
|
}), dt(o);
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function Ht(e, t) {
|
|
46
46
|
let n, o, l;
|
|
47
|
-
const s =
|
|
47
|
+
const s = h(!0), i = () => {
|
|
48
48
|
s.value = !0, l();
|
|
49
49
|
};
|
|
50
|
-
|
|
51
|
-
const c = typeof t == "function" ? t : t.get, u = typeof t == "function" ? void 0 : t.set, d =
|
|
50
|
+
q(e, i, { flush: "sync" });
|
|
51
|
+
const c = typeof t == "function" ? t : t.get, u = typeof t == "function" ? void 0 : t.set, d = St((v, r) => (o = v, l = r, {
|
|
52
52
|
get() {
|
|
53
53
|
return s.value && (n = c(), s.value = !1), o(), n;
|
|
54
54
|
},
|
|
@@ -59,14 +59,14 @@ function $t(e, t) {
|
|
|
59
59
|
return Object.isExtensible(d) && (d.trigger = i), d;
|
|
60
60
|
}
|
|
61
61
|
function He(e) {
|
|
62
|
-
return
|
|
62
|
+
return xt() ? (Ct(e), !0) : !1;
|
|
63
63
|
}
|
|
64
64
|
function te(e) {
|
|
65
65
|
return typeof e == "function" ? e() : I(e);
|
|
66
66
|
}
|
|
67
67
|
const mt = typeof window < "u" && typeof document < "u";
|
|
68
68
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
69
|
-
const
|
|
69
|
+
const Pt = Object.prototype.toString, Ft = (e) => Pt.call(e) === "[object Object]", fe = () => {
|
|
70
70
|
};
|
|
71
71
|
function yt(e, t) {
|
|
72
72
|
function n(...o) {
|
|
@@ -76,7 +76,7 @@ function yt(e, t) {
|
|
|
76
76
|
}
|
|
77
77
|
return n;
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function Wt(e, t = {}) {
|
|
80
80
|
let n, o, l = fe;
|
|
81
81
|
const s = (c) => {
|
|
82
82
|
clearTimeout(c), l(), l = fe;
|
|
@@ -92,45 +92,45 @@ function Ft(e, t = {}) {
|
|
|
92
92
|
});
|
|
93
93
|
};
|
|
94
94
|
}
|
|
95
|
-
function
|
|
95
|
+
function Xt(...e) {
|
|
96
96
|
let t = 0, n, o = !0, l = fe, s, i, c, u, d;
|
|
97
|
-
!
|
|
97
|
+
!Ot(e[0]) && typeof e[0] == "object" ? { delay: i, trailing: c = !0, leading: u = !0, rejectOnCancel: d = !1 } = e[0] : [i, c = !0, u = !0, d = !1] = e;
|
|
98
98
|
const v = () => {
|
|
99
99
|
n && (clearTimeout(n), n = void 0, l(), l = fe);
|
|
100
100
|
};
|
|
101
101
|
return (M) => {
|
|
102
|
-
const f = te(i), a = Date.now() - t,
|
|
103
|
-
return v(), f <= 0 ? (t = Date.now(),
|
|
104
|
-
l = d ?
|
|
105
|
-
t = Date.now(), o = !0,
|
|
102
|
+
const f = te(i), a = Date.now() - t, y = () => s = M();
|
|
103
|
+
return v(), f <= 0 ? (t = Date.now(), y()) : (a > f && (u || !o) ? (t = Date.now(), y()) : c && (s = new Promise((g, m) => {
|
|
104
|
+
l = d ? m : g, n = setTimeout(() => {
|
|
105
|
+
t = Date.now(), o = !0, g(y()), v();
|
|
106
106
|
}, Math.max(0, f - a));
|
|
107
107
|
})), !u && !n && (n = setTimeout(() => o = !0, f)), o = !1, s);
|
|
108
108
|
};
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function Zt(e) {
|
|
111
111
|
return e || Ye();
|
|
112
112
|
}
|
|
113
113
|
function Le(e, t = 200, n = {}) {
|
|
114
114
|
return yt(
|
|
115
|
-
|
|
115
|
+
Wt(t, n),
|
|
116
116
|
e
|
|
117
117
|
);
|
|
118
118
|
}
|
|
119
119
|
function Qe(e, t = 200, n = !1, o = !0, l = !1) {
|
|
120
120
|
return yt(
|
|
121
|
-
|
|
121
|
+
Xt(t, n, o, l),
|
|
122
122
|
e
|
|
123
123
|
);
|
|
124
124
|
}
|
|
125
125
|
function Pe(e, t = !0, n) {
|
|
126
|
-
|
|
126
|
+
Zt() ? ce(e, n) : t ? e() : Me(e);
|
|
127
127
|
}
|
|
128
128
|
function ie(e) {
|
|
129
129
|
var t;
|
|
130
130
|
const n = te(e);
|
|
131
131
|
return (t = n?.$el) != null ? t : n;
|
|
132
132
|
}
|
|
133
|
-
const je = mt ? window : void 0,
|
|
133
|
+
const je = mt ? window : void 0, Vt = mt ? window.document : void 0;
|
|
134
134
|
function Te(...e) {
|
|
135
135
|
let t, n, o, l;
|
|
136
136
|
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([n, o, l] = e, t = je) : [t, n, o, l] = e, !t)
|
|
@@ -138,12 +138,12 @@ function Te(...e) {
|
|
|
138
138
|
Array.isArray(n) || (n = [n]), Array.isArray(o) || (o = [o]);
|
|
139
139
|
const s = [], i = () => {
|
|
140
140
|
s.forEach((v) => v()), s.length = 0;
|
|
141
|
-
}, c = (v, r, M, f) => (v.addEventListener(r, M, f), () => v.removeEventListener(r, M, f)), u =
|
|
141
|
+
}, c = (v, r, M, f) => (v.addEventListener(r, M, f), () => v.removeEventListener(r, M, f)), u = q(
|
|
142
142
|
() => [ie(t), te(l)],
|
|
143
143
|
([v, r]) => {
|
|
144
144
|
if (i(), !v)
|
|
145
145
|
return;
|
|
146
|
-
const M =
|
|
146
|
+
const M = Ft(r) ? { ...r } : r;
|
|
147
147
|
s.push(
|
|
148
148
|
...n.flatMap((f) => o.map((a) => c(v, f, a, M)))
|
|
149
149
|
);
|
|
@@ -154,29 +154,29 @@ function Te(...e) {
|
|
|
154
154
|
};
|
|
155
155
|
return He(d), d;
|
|
156
156
|
}
|
|
157
|
-
function
|
|
158
|
-
const e =
|
|
157
|
+
function Kt() {
|
|
158
|
+
const e = h(!1), t = Ye();
|
|
159
159
|
return t && ce(() => {
|
|
160
160
|
e.value = !0;
|
|
161
161
|
}, t), e;
|
|
162
162
|
}
|
|
163
|
-
function
|
|
164
|
-
const t =
|
|
163
|
+
function Gt(e) {
|
|
164
|
+
const t = Kt();
|
|
165
165
|
return A(() => (t.value, Boolean(e())));
|
|
166
166
|
}
|
|
167
|
-
function
|
|
168
|
-
const t = Ye(), n =
|
|
167
|
+
function qt(e) {
|
|
168
|
+
const t = Ye(), n = Ht(
|
|
169
169
|
() => null,
|
|
170
170
|
() => e ? ie(e) : t.proxy.$el
|
|
171
171
|
);
|
|
172
|
-
return
|
|
172
|
+
return _t(n.trigger), ce(n.trigger), n;
|
|
173
173
|
}
|
|
174
174
|
function Fe(e, t, n = {}) {
|
|
175
175
|
const { window: o = je, ...l } = n;
|
|
176
176
|
let s;
|
|
177
|
-
const i =
|
|
177
|
+
const i = Gt(() => o && "ResizeObserver" in o), c = () => {
|
|
178
178
|
s && (s.disconnect(), s = void 0);
|
|
179
|
-
}, u = A(() => Array.isArray(e) ? e.map((r) => ie(r)) : [ie(e)]), d =
|
|
179
|
+
}, u = A(() => Array.isArray(e) ? e.map((r) => ie(r)) : [ie(e)]), d = q(
|
|
180
180
|
u,
|
|
181
181
|
(r) => {
|
|
182
182
|
if (c(), i.value && o) {
|
|
@@ -194,11 +194,11 @@ function Fe(e, t, n = {}) {
|
|
|
194
194
|
stop: v
|
|
195
195
|
};
|
|
196
196
|
}
|
|
197
|
-
function
|
|
197
|
+
function Jt(e, t = { width: 0, height: 0 }, n = {}) {
|
|
198
198
|
const { window: o = je, box: l = "content-box" } = n, s = A(() => {
|
|
199
199
|
var r, M;
|
|
200
200
|
return (M = (r = ie(e)) == null ? void 0 : r.namespaceURI) == null ? void 0 : M.includes("svg");
|
|
201
|
-
}), i =
|
|
201
|
+
}), i = h(t.width), c = h(t.height), { stop: u } = Fe(
|
|
202
202
|
e,
|
|
203
203
|
([r]) => {
|
|
204
204
|
const M = l === "border-box" ? r.borderBoxSize : l === "content-box" ? r.contentBoxSize : r.devicePixelContentBoxSize;
|
|
@@ -210,7 +210,7 @@ function qt(e, t = { width: 0, height: 0 }, n = {}) {
|
|
|
210
210
|
}
|
|
211
211
|
} else if (M) {
|
|
212
212
|
const f = Array.isArray(M) ? M : [M];
|
|
213
|
-
i.value = f.reduce((a, { inlineSize:
|
|
213
|
+
i.value = f.reduce((a, { inlineSize: y }) => a + y, 0), c.value = f.reduce((a, { blockSize: y }) => a + y, 0);
|
|
214
214
|
} else
|
|
215
215
|
i.value = r.contentRect.width, c.value = r.contentRect.height;
|
|
216
216
|
},
|
|
@@ -220,7 +220,7 @@ function qt(e, t = { width: 0, height: 0 }, n = {}) {
|
|
|
220
220
|
const r = ie(e);
|
|
221
221
|
r && (i.value = "offsetWidth" in r ? r.offsetWidth : t.width, c.value = "offsetHeight" in r ? r.offsetHeight : t.height);
|
|
222
222
|
});
|
|
223
|
-
const d =
|
|
223
|
+
const d = q(
|
|
224
224
|
() => ie(e),
|
|
225
225
|
(r) => {
|
|
226
226
|
i.value = r ? t.width : 0, c.value = r ? t.height : 0;
|
|
@@ -236,7 +236,7 @@ function qt(e, t = { width: 0, height: 0 }, n = {}) {
|
|
|
236
236
|
};
|
|
237
237
|
}
|
|
238
238
|
const st = 1;
|
|
239
|
-
function
|
|
239
|
+
function en(e, t = {}) {
|
|
240
240
|
const {
|
|
241
241
|
throttle: n = 0,
|
|
242
242
|
idle: o = 200,
|
|
@@ -254,79 +254,79 @@ function Jt(e, t = {}) {
|
|
|
254
254
|
},
|
|
255
255
|
behavior: u = "auto",
|
|
256
256
|
window: d = je,
|
|
257
|
-
onError: v = (
|
|
258
|
-
console.error(
|
|
257
|
+
onError: v = (T) => {
|
|
258
|
+
console.error(T);
|
|
259
259
|
}
|
|
260
|
-
} = t, r =
|
|
260
|
+
} = t, r = h(0), M = h(0), f = A({
|
|
261
261
|
get() {
|
|
262
262
|
return r.value;
|
|
263
263
|
},
|
|
264
|
-
set(
|
|
265
|
-
|
|
264
|
+
set(T) {
|
|
265
|
+
y(T, void 0);
|
|
266
266
|
}
|
|
267
267
|
}), a = A({
|
|
268
268
|
get() {
|
|
269
269
|
return M.value;
|
|
270
270
|
},
|
|
271
|
-
set(
|
|
272
|
-
|
|
271
|
+
set(T) {
|
|
272
|
+
y(void 0, T);
|
|
273
273
|
}
|
|
274
274
|
});
|
|
275
|
-
function
|
|
276
|
-
var k, X,
|
|
275
|
+
function y(T, L) {
|
|
276
|
+
var k, X, D;
|
|
277
277
|
if (!d)
|
|
278
278
|
return;
|
|
279
279
|
const N = te(e);
|
|
280
|
-
!N || (
|
|
280
|
+
!N || (D = N instanceof Document ? d.document.body : N) == null || D.scrollTo({
|
|
281
281
|
top: (k = te(L)) != null ? k : a.value,
|
|
282
|
-
left: (X = te(
|
|
282
|
+
left: (X = te(T)) != null ? X : f.value,
|
|
283
283
|
behavior: te(u)
|
|
284
284
|
});
|
|
285
285
|
}
|
|
286
|
-
const
|
|
286
|
+
const g = h(!1), m = De({
|
|
287
287
|
left: !0,
|
|
288
288
|
right: !1,
|
|
289
289
|
top: !0,
|
|
290
290
|
bottom: !1
|
|
291
|
-
}),
|
|
291
|
+
}), p = De({
|
|
292
292
|
left: !1,
|
|
293
293
|
right: !1,
|
|
294
294
|
top: !1,
|
|
295
295
|
bottom: !1
|
|
296
|
-
}), w = (
|
|
297
|
-
!
|
|
298
|
-
},
|
|
296
|
+
}), w = (T) => {
|
|
297
|
+
!g.value || (g.value = !1, p.left = !1, p.right = !1, p.top = !1, p.bottom = !1, l(T));
|
|
298
|
+
}, j = Le(w, n + o), R = (T) => {
|
|
299
299
|
var L;
|
|
300
300
|
if (!d)
|
|
301
301
|
return;
|
|
302
|
-
const k = ((L =
|
|
303
|
-
|
|
302
|
+
const k = ((L = T?.document) == null ? void 0 : L.documentElement) || T?.documentElement || ie(T), { display: X, flexDirection: D } = getComputedStyle(k), N = k.scrollLeft;
|
|
303
|
+
p.left = N < r.value, p.right = N > r.value;
|
|
304
304
|
const C = Math.abs(N) <= (i.left || 0), Q = Math.abs(N) + k.clientWidth >= k.scrollWidth - (i.right || 0) - st;
|
|
305
|
-
X === "flex" &&
|
|
305
|
+
X === "flex" && D === "row-reverse" ? (m.left = Q, m.right = C) : (m.left = C, m.right = Q), r.value = N;
|
|
306
306
|
let _ = k.scrollTop;
|
|
307
|
-
|
|
307
|
+
T === d.document && !_ && (_ = d.document.body.scrollTop), p.top = _ < M.value, p.bottom = _ > M.value;
|
|
308
308
|
const E = Math.abs(_) <= (i.top || 0), z = Math.abs(_) + k.clientHeight >= k.scrollHeight - (i.bottom || 0) - st;
|
|
309
|
-
X === "flex" &&
|
|
310
|
-
},
|
|
309
|
+
X === "flex" && D === "column-reverse" ? (m.top = z, m.bottom = E) : (m.top = E, m.bottom = z), M.value = _;
|
|
310
|
+
}, O = (T) => {
|
|
311
311
|
var L;
|
|
312
312
|
if (!d)
|
|
313
313
|
return;
|
|
314
|
-
const k = (L =
|
|
315
|
-
R(k),
|
|
314
|
+
const k = (L = T.target.documentElement) != null ? L : T.target;
|
|
315
|
+
R(k), g.value = !0, j(T), s(T);
|
|
316
316
|
};
|
|
317
317
|
return Te(
|
|
318
318
|
e,
|
|
319
319
|
"scroll",
|
|
320
|
-
n ? Qe(
|
|
320
|
+
n ? Qe(O, n, !0, !1) : O,
|
|
321
321
|
c
|
|
322
322
|
), Pe(() => {
|
|
323
323
|
try {
|
|
324
|
-
const
|
|
325
|
-
if (!
|
|
324
|
+
const T = te(e);
|
|
325
|
+
if (!T)
|
|
326
326
|
return;
|
|
327
|
-
R(
|
|
328
|
-
} catch (
|
|
329
|
-
v(
|
|
327
|
+
R(T);
|
|
328
|
+
} catch (T) {
|
|
329
|
+
v(T);
|
|
330
330
|
}
|
|
331
331
|
}), Te(
|
|
332
332
|
e,
|
|
@@ -336,30 +336,30 @@ function Jt(e, t = {}) {
|
|
|
336
336
|
), {
|
|
337
337
|
x: f,
|
|
338
338
|
y: a,
|
|
339
|
-
isScrolling:
|
|
340
|
-
arrivedState:
|
|
341
|
-
directions:
|
|
339
|
+
isScrolling: g,
|
|
340
|
+
arrivedState: m,
|
|
341
|
+
directions: p,
|
|
342
342
|
measure() {
|
|
343
|
-
const
|
|
344
|
-
d &&
|
|
343
|
+
const T = te(e);
|
|
344
|
+
d && T && R(T);
|
|
345
345
|
}
|
|
346
346
|
};
|
|
347
347
|
}
|
|
348
|
-
let
|
|
348
|
+
let tn = 0;
|
|
349
349
|
function We(e, t = {}) {
|
|
350
|
-
const n =
|
|
351
|
-
document: o =
|
|
350
|
+
const n = h(!1), {
|
|
351
|
+
document: o = Vt,
|
|
352
352
|
immediate: l = !0,
|
|
353
353
|
manual: s = !1,
|
|
354
|
-
id: i = `vueuse_styletag_${++
|
|
355
|
-
} = t, c =
|
|
354
|
+
id: i = `vueuse_styletag_${++tn}`
|
|
355
|
+
} = t, c = h(e);
|
|
356
356
|
let u = () => {
|
|
357
357
|
};
|
|
358
358
|
const d = () => {
|
|
359
359
|
if (!o)
|
|
360
360
|
return;
|
|
361
361
|
const r = o.getElementById(i) || o.createElement("style");
|
|
362
|
-
r.isConnected || (r.id = i, t.media && (r.media = t.media), o.head.appendChild(r)), !n.value && (u =
|
|
362
|
+
r.isConnected || (r.id = i, t.media && (r.media = t.media), o.head.appendChild(r)), !n.value && (u = q(
|
|
363
363
|
c,
|
|
364
364
|
(M) => {
|
|
365
365
|
r.textContent = M;
|
|
@@ -377,7 +377,7 @@ function We(e, t = {}) {
|
|
|
377
377
|
isLoaded: dt(n)
|
|
378
378
|
};
|
|
379
379
|
}
|
|
380
|
-
function
|
|
380
|
+
function nn(e, t, n) {
|
|
381
381
|
const o = e.style[t];
|
|
382
382
|
return o != n && (e.style[t] = n), {
|
|
383
383
|
reset() {
|
|
@@ -385,44 +385,44 @@ function tn(e, t, n) {
|
|
|
385
385
|
}
|
|
386
386
|
};
|
|
387
387
|
}
|
|
388
|
-
function
|
|
389
|
-
const { scrollEndHook: n, itemHeight: o, overscan: l = 5 } = t, s =
|
|
388
|
+
function on(e, t) {
|
|
389
|
+
const { scrollEndHook: n, itemHeight: o, overscan: l = 5 } = t, s = h(null), i = Jt(s), c = h(!0), u = Le(R, 100);
|
|
390
390
|
let d;
|
|
391
|
-
const v = ct(e), r =
|
|
391
|
+
const v = ct(e), r = h(0), M = h({ start: 0, end: 10 }), f = h({ start: 0, end: l });
|
|
392
392
|
let a = 0;
|
|
393
|
-
const
|
|
393
|
+
const y = h([]), g = A(() => {
|
|
394
394
|
let { sum: E, height: z } = { sum: 0, height: 0 };
|
|
395
395
|
return v.value.map((B, $) => (typeof o == "number" ? z = o : z = o($), E += z, { height: z, sum: E }));
|
|
396
|
-
}),
|
|
396
|
+
}), m = A(() => X(M.value.start)), p = A(() => typeof o == "number" ? g.value.length * o : g.value[g.value.length - 1]?.sum || 0), w = A(() => {
|
|
397
397
|
const { start: E, end: z } = f.value;
|
|
398
|
-
return
|
|
398
|
+
return y.value.slice(E, z);
|
|
399
399
|
});
|
|
400
400
|
ce(() => {
|
|
401
|
-
}), ft(() => cancelAnimationFrame(d)),
|
|
401
|
+
}), ft(() => cancelAnimationFrame(d)), q(
|
|
402
402
|
v,
|
|
403
403
|
() => {
|
|
404
|
-
(i.width.value || i.height.value) &&
|
|
404
|
+
(i.width.value || i.height.value) && O();
|
|
405
405
|
},
|
|
406
406
|
{ deep: !0 }
|
|
407
|
-
),
|
|
407
|
+
), q(
|
|
408
408
|
[i.width, i.height],
|
|
409
409
|
([E, z]) => {
|
|
410
|
-
(E || z) &&
|
|
410
|
+
(E || z) && O();
|
|
411
411
|
},
|
|
412
412
|
{ deep: !0 }
|
|
413
|
-
),
|
|
414
|
-
|
|
413
|
+
), q(r, () => {
|
|
414
|
+
j(), u();
|
|
415
415
|
});
|
|
416
|
-
function
|
|
416
|
+
function j() {
|
|
417
417
|
c.value = !1;
|
|
418
418
|
}
|
|
419
419
|
function R() {
|
|
420
420
|
c.value = !0, n?.();
|
|
421
421
|
}
|
|
422
|
-
function
|
|
423
|
-
cancelAnimationFrame(d), d = requestAnimationFrame(
|
|
422
|
+
function O() {
|
|
423
|
+
cancelAnimationFrame(d), d = requestAnimationFrame(T);
|
|
424
424
|
}
|
|
425
|
-
function
|
|
425
|
+
function T() {
|
|
426
426
|
if (s.value) {
|
|
427
427
|
r.value = s.value.scrollTop;
|
|
428
428
|
let E = L(r.value);
|
|
@@ -431,69 +431,69 @@ function nn(e, t) {
|
|
|
431
431
|
E + a + l,
|
|
432
432
|
v.value.length
|
|
433
433
|
);
|
|
434
|
-
M.value = { start: z, end: B },
|
|
434
|
+
M.value = { start: z, end: B }, y.value = v.value.slice(z, B).map(($, b) => ({
|
|
435
435
|
data: $,
|
|
436
436
|
index: b + z
|
|
437
437
|
})), f.value.start = E - z, f.value.end = f.value.start + a;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
440
|
function L(E) {
|
|
441
|
-
let z = 0, B =
|
|
441
|
+
let z = 0, B = g.value.length - 1, $ = -1;
|
|
442
442
|
for (; z <= B; ) {
|
|
443
443
|
const b = Math.floor((z + B) / 2);
|
|
444
|
-
|
|
444
|
+
g.value[b].sum >= E ? ($ = b, B = b - 1) : z = b + 1;
|
|
445
445
|
}
|
|
446
446
|
return Math.max(0, $);
|
|
447
447
|
}
|
|
448
448
|
function k(E) {
|
|
449
449
|
let z = 0, B = 0;
|
|
450
|
-
for (let $ = E; $ <
|
|
450
|
+
for (let $ = E; $ < g.value.length && (z++, B += g.value[$].height, !(B >= i.height.value)); $++)
|
|
451
451
|
;
|
|
452
452
|
return z;
|
|
453
453
|
}
|
|
454
454
|
function X(E) {
|
|
455
455
|
if (typeof o == "number")
|
|
456
456
|
return E * o;
|
|
457
|
-
let z =
|
|
457
|
+
let z = g.value[E];
|
|
458
458
|
return z ? z.sum - z.height : 0;
|
|
459
459
|
}
|
|
460
|
-
function
|
|
461
|
-
return
|
|
460
|
+
function D(E) {
|
|
461
|
+
return g.value[E] || { sum: 0, height: 0 };
|
|
462
462
|
}
|
|
463
463
|
function N(E, z = "smooth") {
|
|
464
464
|
if (s.value) {
|
|
465
|
-
const { reset: B } =
|
|
465
|
+
const { reset: B } = nn(
|
|
466
466
|
s.value,
|
|
467
467
|
"scrollBehavior",
|
|
468
468
|
z
|
|
469
|
-
), $ =
|
|
470
|
-
s.value.scrollTop = $.sum - $.height,
|
|
469
|
+
), $ = D(E);
|
|
470
|
+
s.value.scrollTop = $.sum - $.height, T(), B();
|
|
471
471
|
}
|
|
472
472
|
if (s.value) {
|
|
473
|
-
const B =
|
|
474
|
-
s.value.scrollTop = B.sum - B.height,
|
|
473
|
+
const B = D(E);
|
|
474
|
+
s.value.scrollTop = B.sum - B.height, T();
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
const C = A(() => ({
|
|
478
478
|
style: {
|
|
479
479
|
width: "100%",
|
|
480
|
-
height: `${
|
|
480
|
+
height: `${p.value}px`,
|
|
481
481
|
pointerEvents: c.value ? void 0 : "none"
|
|
482
482
|
}
|
|
483
483
|
})), Q = A(() => ({
|
|
484
484
|
style: {
|
|
485
|
-
transform: `translate3d(0, ${
|
|
485
|
+
transform: `translate3d(0, ${m.value}px, 0)`,
|
|
486
486
|
"will-change": "transform"
|
|
487
487
|
}
|
|
488
488
|
})), _ = {
|
|
489
489
|
overflowY: "auto"
|
|
490
490
|
};
|
|
491
491
|
return {
|
|
492
|
-
list:
|
|
492
|
+
list: y,
|
|
493
493
|
visiableList: w,
|
|
494
|
-
getItemHeightData:
|
|
494
|
+
getItemHeightData: D,
|
|
495
495
|
getoffsetTopIndex: L,
|
|
496
|
-
totalHeight:
|
|
496
|
+
totalHeight: p,
|
|
497
497
|
clientHeight: i.height,
|
|
498
498
|
scrollTo: N,
|
|
499
499
|
scrollTop: r,
|
|
@@ -501,7 +501,7 @@ function nn(e, t) {
|
|
|
501
501
|
containerProps: {
|
|
502
502
|
ref: s,
|
|
503
503
|
onScroll: () => {
|
|
504
|
-
|
|
504
|
+
O();
|
|
505
505
|
},
|
|
506
506
|
style: _
|
|
507
507
|
},
|
|
@@ -510,15 +510,15 @@ function nn(e, t) {
|
|
|
510
510
|
};
|
|
511
511
|
}
|
|
512
512
|
const pt = Symbol(), Xe = Symbol(), Ze = Symbol(), Ve = Symbol(), Ke = Symbol(), Ge = Symbol(), qe = Symbol(), Je = Symbol(), et = Symbol(), pe = Symbol(), tt = Symbol();
|
|
513
|
-
function
|
|
513
|
+
function Lo() {
|
|
514
514
|
const { voidFn: e, boolFn: t, boolRef: n, numberRef: o, arrayRef: l } = {
|
|
515
|
-
voidFn: (
|
|
515
|
+
voidFn: (g) => {
|
|
516
516
|
},
|
|
517
|
-
boolFn: (
|
|
517
|
+
boolFn: (g) => !1,
|
|
518
518
|
boolRef: A(() => !1),
|
|
519
519
|
numberRef: A(() => 0),
|
|
520
520
|
arrayRef: A(() => [])
|
|
521
|
-
}, s = ee(pt, "id"), i = ee(Ke, l), c = ee(Ve, t), u = ee(et, n), d = ee(Ze, e), v = ee(Xe, e), r = ee(Ge, e), M = ee(qe, e), f = ee(Je, e), a = ee(pe, e),
|
|
521
|
+
}, s = ee(pt, "id"), i = ee(Ke, l), c = ee(Ve, t), u = ee(et, n), d = ee(Ze, e), v = ee(Xe, e), r = ee(Ge, e), M = ee(qe, e), f = ee(Je, e), a = ee(pe, e), y = ee(tt, o);
|
|
522
522
|
return {
|
|
523
523
|
itemKey: s,
|
|
524
524
|
selected: i,
|
|
@@ -530,15 +530,15 @@ function zo() {
|
|
|
530
530
|
selectAll: M,
|
|
531
531
|
unselect: f,
|
|
532
532
|
unselectAll: a,
|
|
533
|
-
selectedCount:
|
|
533
|
+
selectedCount: y
|
|
534
534
|
};
|
|
535
535
|
}
|
|
536
|
-
function
|
|
537
|
-
const o =
|
|
538
|
-
|
|
536
|
+
function jo(e, t, n = { deep: !0 }) {
|
|
537
|
+
const o = h(!1), l = h(/* @__PURE__ */ new Set()), s = h(/* @__PURE__ */ new Map());
|
|
538
|
+
q(
|
|
539
539
|
e,
|
|
540
|
-
(
|
|
541
|
-
s.value =
|
|
540
|
+
(m) => {
|
|
541
|
+
s.value = m.reduce((p, w) => (p.set(w[t], w), p), /* @__PURE__ */ new Map());
|
|
542
542
|
},
|
|
543
543
|
{
|
|
544
544
|
deep: n.deep,
|
|
@@ -546,28 +546,28 @@ function Lo(e, t, n = { deep: !0 }) {
|
|
|
546
546
|
}
|
|
547
547
|
);
|
|
548
548
|
const i = A(() => {
|
|
549
|
-
let
|
|
549
|
+
let m = [];
|
|
550
550
|
if (o.value != null)
|
|
551
|
-
o.value && (
|
|
551
|
+
o.value && (m = Array.from(s.value.values()));
|
|
552
552
|
else if (l.value.size) {
|
|
553
|
-
let
|
|
553
|
+
let p;
|
|
554
554
|
l.value.forEach((w) => {
|
|
555
|
-
|
|
555
|
+
p = s.value.get(w), p && m.push(p);
|
|
556
556
|
});
|
|
557
557
|
}
|
|
558
|
-
return
|
|
558
|
+
return m;
|
|
559
559
|
}), c = A(() => {
|
|
560
|
-
let
|
|
561
|
-
return o.value != null ? o.value && (
|
|
560
|
+
let m = 0;
|
|
561
|
+
return o.value != null ? o.value && (m = s.value.size) : m = l.value.size, m;
|
|
562
562
|
}), u = A(() => {
|
|
563
|
-
let
|
|
563
|
+
let m;
|
|
564
564
|
if (o.value != null)
|
|
565
|
-
|
|
565
|
+
m = o.value;
|
|
566
566
|
else {
|
|
567
|
-
const
|
|
568
|
-
|
|
567
|
+
const p = l.value.size, w = s.value.size;
|
|
568
|
+
m = p == w;
|
|
569
569
|
}
|
|
570
|
-
return
|
|
570
|
+
return m;
|
|
571
571
|
});
|
|
572
572
|
function d() {
|
|
573
573
|
o.value = !0;
|
|
@@ -575,52 +575,52 @@ function Lo(e, t, n = { deep: !0 }) {
|
|
|
575
575
|
function v() {
|
|
576
576
|
o.value = !1;
|
|
577
577
|
}
|
|
578
|
-
function r(
|
|
578
|
+
function r(m) {
|
|
579
579
|
a(() => {
|
|
580
|
-
|
|
581
|
-
l.value.add(
|
|
580
|
+
m.forEach((p) => {
|
|
581
|
+
l.value.add(p[t]);
|
|
582
582
|
});
|
|
583
583
|
});
|
|
584
584
|
}
|
|
585
|
-
function M(
|
|
585
|
+
function M(m) {
|
|
586
586
|
a(() => {
|
|
587
|
-
|
|
588
|
-
l.value.delete(
|
|
587
|
+
m.forEach((p) => {
|
|
588
|
+
l.value.delete(p[t]);
|
|
589
589
|
});
|
|
590
590
|
});
|
|
591
591
|
}
|
|
592
|
-
function f(
|
|
593
|
-
return o.value != null ? o.value : l.value.has(
|
|
592
|
+
function f(m) {
|
|
593
|
+
return o.value != null ? o.value : l.value.has(m[t]);
|
|
594
594
|
}
|
|
595
|
-
function a(
|
|
596
|
-
o.value != null && (o.value ? l.value = new Set(Array.from(s.value.keys())) : l.value = /* @__PURE__ */ new Set()),
|
|
595
|
+
function a(m) {
|
|
596
|
+
o.value != null && (o.value ? l.value = new Set(Array.from(s.value.keys())) : l.value = /* @__PURE__ */ new Set()), m(), l.value.size == 0 ? o.value = !1 : l.value.size == s.value.size ? o.value = !0 : o.value = null;
|
|
597
597
|
}
|
|
598
|
-
function
|
|
598
|
+
function y(m) {
|
|
599
599
|
a(() => {
|
|
600
|
-
|
|
601
|
-
f(
|
|
600
|
+
m.forEach((p) => {
|
|
601
|
+
f(p) ? l.value.delete(p[t]) : l.value.add(p[t]);
|
|
602
602
|
});
|
|
603
603
|
});
|
|
604
604
|
}
|
|
605
|
-
function
|
|
606
|
-
const { value:
|
|
607
|
-
|
|
605
|
+
function g() {
|
|
606
|
+
const { value: m } = u;
|
|
607
|
+
m ? v() : d();
|
|
608
608
|
}
|
|
609
|
-
return
|
|
609
|
+
return P(pt, t), P(Xe, g), P(Ze, y), P(Ve, f), P(Ke, i), P(Ge, r), P(qe, d), P(Je, M), P(et, u), P(pe, v), P(pe, v), P(tt, c), {
|
|
610
610
|
selected: i,
|
|
611
611
|
select: r,
|
|
612
612
|
selectAll: d,
|
|
613
613
|
unselect: M,
|
|
614
614
|
unselectAll: v,
|
|
615
|
-
toggle:
|
|
616
|
-
toggleAll:
|
|
615
|
+
toggle: y,
|
|
616
|
+
toggleAll: g,
|
|
617
617
|
isSelected: f,
|
|
618
618
|
isAllSelected: u,
|
|
619
619
|
selectedCount: c
|
|
620
620
|
};
|
|
621
621
|
}
|
|
622
|
-
function
|
|
623
|
-
const t =
|
|
622
|
+
function xo(e) {
|
|
623
|
+
const t = h(!1), n = h(/* @__PURE__ */ new Set()), o = A(() => {
|
|
624
624
|
let a = [];
|
|
625
625
|
return t.value != null ? t.value && (a = e.value) : n.value.size && (a = Array.from(n.value.values())), a;
|
|
626
626
|
}), l = A(() => {
|
|
@@ -631,8 +631,8 @@ function jo(e) {
|
|
|
631
631
|
if (t.value != null)
|
|
632
632
|
a = t.value;
|
|
633
633
|
else {
|
|
634
|
-
const
|
|
635
|
-
a =
|
|
634
|
+
const y = n.value.size, g = e.value.length;
|
|
635
|
+
a = y == g;
|
|
636
636
|
}
|
|
637
637
|
return a;
|
|
638
638
|
});
|
|
@@ -644,15 +644,15 @@ function jo(e) {
|
|
|
644
644
|
}
|
|
645
645
|
function u(a) {
|
|
646
646
|
r(() => {
|
|
647
|
-
a.forEach((
|
|
648
|
-
n.value.add(
|
|
647
|
+
a.forEach((y) => {
|
|
648
|
+
n.value.add(y);
|
|
649
649
|
});
|
|
650
650
|
});
|
|
651
651
|
}
|
|
652
652
|
function d(a) {
|
|
653
653
|
r(() => {
|
|
654
|
-
a.forEach((
|
|
655
|
-
n.value.delete(
|
|
654
|
+
a.forEach((y) => {
|
|
655
|
+
n.value.delete(y);
|
|
656
656
|
});
|
|
657
657
|
});
|
|
658
658
|
}
|
|
@@ -664,8 +664,8 @@ function jo(e) {
|
|
|
664
664
|
}
|
|
665
665
|
function M(a) {
|
|
666
666
|
r(() => {
|
|
667
|
-
a.forEach((
|
|
668
|
-
v(
|
|
667
|
+
a.forEach((y) => {
|
|
668
|
+
v(y) ? n.value.delete(y) : n.value.add(y);
|
|
669
669
|
});
|
|
670
670
|
});
|
|
671
671
|
}
|
|
@@ -673,7 +673,7 @@ function jo(e) {
|
|
|
673
673
|
const { value: a } = s;
|
|
674
674
|
a ? c() : i();
|
|
675
675
|
}
|
|
676
|
-
return
|
|
676
|
+
return P(Xe, f), P(Ze, M), P(Ve, v), P(Ke, o), P(Ge, u), P(qe, i), P(Je, d), P(et, s), P(pe, c), P(pe, c), P(tt, l), {
|
|
677
677
|
selected: o,
|
|
678
678
|
select: u,
|
|
679
679
|
selectAll: i,
|
|
@@ -704,143 +704,144 @@ function Dt({
|
|
|
704
704
|
} = o();
|
|
705
705
|
let c = {};
|
|
706
706
|
const u = A(
|
|
707
|
-
() => Qe(t === "colum" ?
|
|
708
|
-
), d = /* @__PURE__ */ new Set(), v =
|
|
709
|
-
(
|
|
710
|
-
),
|
|
707
|
+
() => Qe(t === "colum" ? oe : At, 50)
|
|
708
|
+
), d = /* @__PURE__ */ new Set(), v = h(!0), r = h(), M = h(!1), f = h({ x: 0, y: 0 }), a = h({ x: 0, y: 0, scrollTop: 0 }), y = new ResizeObserver(
|
|
709
|
+
(x) => g.value = x[0].target.getBoundingClientRect()
|
|
710
|
+
), g = h({}), m = h({
|
|
711
711
|
top: 0,
|
|
712
712
|
height: 0,
|
|
713
|
-
sync(
|
|
714
|
-
|
|
713
|
+
sync(x = !1) {
|
|
714
|
+
m.value.top = r.value?.scrollTop || 0, x && (m.value.height = r.value?.scrollHeight || 0);
|
|
715
715
|
}
|
|
716
|
-
}),
|
|
717
|
-
left: Math.min(f.value.x, a.value.x) -
|
|
718
|
-
top: Math.min(f.value.y, a.value.y) -
|
|
716
|
+
}), p = A(() => M.value ? {
|
|
717
|
+
left: Math.min(f.value.x, a.value.x) - g.value.left,
|
|
718
|
+
top: Math.min(f.value.y, a.value.y) - g.value.top,
|
|
719
719
|
width: Math.abs(f.value.x - a.value.x),
|
|
720
720
|
height: Math.abs(f.value.y - a.value.y)
|
|
721
|
-
} : { left: 0, top: 0, width: 0, height: 0 }), { margin:
|
|
722
|
-
let
|
|
723
|
-
const
|
|
724
|
-
let
|
|
725
|
-
function
|
|
726
|
-
if (cancelAnimationFrame(
|
|
727
|
-
Math.min(
|
|
728
|
-
-
|
|
729
|
-
),
|
|
730
|
-
const
|
|
731
|
-
if (!
|
|
721
|
+
} : { left: 0, top: 0, width: 0, height: 0 }), w = h(!1), { margin: j = 50, startSpeed: R = 30, maxSpeed: O = 30 } = n;
|
|
722
|
+
let T;
|
|
723
|
+
const L = j, k = R, X = O, D = (x) => x ** 1;
|
|
724
|
+
let N = 0;
|
|
725
|
+
function C(x) {
|
|
726
|
+
if (cancelAnimationFrame(T), N = Q(x), N = Math.max(
|
|
727
|
+
Math.min(N, X),
|
|
728
|
+
-X
|
|
729
|
+
), N !== 0) {
|
|
730
|
+
const S = r.value;
|
|
731
|
+
if (!S || !M.value)
|
|
732
732
|
return;
|
|
733
|
-
const
|
|
734
|
-
let W =
|
|
735
|
-
W = Math.min(Math.max(0, W),
|
|
733
|
+
const V = m.value.height - g.value.height;
|
|
734
|
+
let W = m.value.top + Number(N);
|
|
735
|
+
W = Math.min(Math.max(0, W), V), S.scrollTop = W, E(), T = requestAnimationFrame(() => C(x));
|
|
736
736
|
}
|
|
737
737
|
}
|
|
738
|
-
function
|
|
738
|
+
function Q(x) {
|
|
739
739
|
if (r.value) {
|
|
740
|
-
const
|
|
741
|
-
if (W <
|
|
742
|
-
return
|
|
743
|
-
const le =
|
|
744
|
-
if (le <
|
|
745
|
-
return -
|
|
740
|
+
const V = g.value, W = V.bottom - x;
|
|
741
|
+
if (W < L)
|
|
742
|
+
return k * D(1 - W / L);
|
|
743
|
+
const le = x - V.top;
|
|
744
|
+
if (le < L)
|
|
745
|
+
return -k * D(1 - le / L);
|
|
746
746
|
}
|
|
747
747
|
return 0;
|
|
748
748
|
}
|
|
749
|
-
function
|
|
750
|
-
const
|
|
751
|
-
return
|
|
749
|
+
function _(x) {
|
|
750
|
+
const S = { ...p.value, right: 0, bottom: 0 };
|
|
751
|
+
return S.left += g.value.left, S.top += g.value.top - m.value.top, S.right = S.width + S.left, S.bottom = S.height + S.top, S.left < x.right && S.right > x.left && S.top < x.bottom && S.bottom > x.top;
|
|
752
752
|
}
|
|
753
|
-
function
|
|
754
|
-
|
|
755
|
-
const { top:
|
|
753
|
+
function E() {
|
|
754
|
+
m.value.sync();
|
|
755
|
+
const { top: x, height: S } = m.value;
|
|
756
756
|
a.value.y = Math.min(
|
|
757
|
-
|
|
758
|
-
a.value.y +
|
|
759
|
-
), a.value.scrollTop =
|
|
760
|
-
}
|
|
761
|
-
function
|
|
762
|
-
let W = document.getElementById(
|
|
763
|
-
W || (W = document.createElement("style"), W.id =
|
|
764
|
-
const le = W.sheet.cssRules, ve = le.length,
|
|
757
|
+
S + g.value.top,
|
|
758
|
+
a.value.y + x - a.value.scrollTop
|
|
759
|
+
), a.value.scrollTop = x;
|
|
760
|
+
}
|
|
761
|
+
function z(x, S, V = "dynamic-styles") {
|
|
762
|
+
let W = document.getElementById(V);
|
|
763
|
+
W || (W = document.createElement("style"), W.id = V, document.head.appendChild(W));
|
|
764
|
+
const le = W.sheet.cssRules, ve = le.length, Lt = `${x} { ${S} }`;
|
|
765
765
|
for (let xe = 0; xe < ve; xe++) {
|
|
766
766
|
const lt = le[xe];
|
|
767
|
-
if (lt.selectorText ===
|
|
767
|
+
if (lt.selectorText === x && lt.style.cssText === S)
|
|
768
768
|
return;
|
|
769
769
|
}
|
|
770
|
-
W.sheet.insertRule(
|
|
770
|
+
W.sheet.insertRule(Lt, ve);
|
|
771
771
|
}
|
|
772
|
-
function
|
|
773
|
-
v.value = !0, M.value = !0,
|
|
774
|
-
const
|
|
775
|
-
f.value.x =
|
|
772
|
+
function B(x, S) {
|
|
773
|
+
v.value = !0, M.value = !0, m.value.sync(!0);
|
|
774
|
+
const V = S + m.value.top;
|
|
775
|
+
f.value.x = x, f.value.y = V, a.value.x = x, a.value.y = V, r.value?.classList.add("disable-scroll-behavior"), d.clear();
|
|
776
776
|
}
|
|
777
|
-
function
|
|
778
|
-
!M.value || (v.value && t === "colum" && !
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
), a.value.scrollTop =
|
|
777
|
+
function $(x, S, V) {
|
|
778
|
+
!M.value || (v.value && t === "colum" && !Z() && (w.value || i(), v.value = !1), V?.(), C(S), a.value.x = Math.max(x, g.value.left), a.value.y = Math.min(
|
|
779
|
+
S + m.value.top,
|
|
780
|
+
m.value.height + g.value.top
|
|
781
|
+
), a.value.scrollTop = m.value.top, u.value());
|
|
782
782
|
}
|
|
783
|
-
function
|
|
783
|
+
function b() {
|
|
784
784
|
M.value = !1, r.value?.classList.remove("disable-scroll-behavior");
|
|
785
785
|
}
|
|
786
|
-
function
|
|
787
|
-
!M.value || (
|
|
786
|
+
function F() {
|
|
787
|
+
!M.value || (N || E(), u.value());
|
|
788
788
|
}
|
|
789
|
-
function
|
|
789
|
+
function Z() {
|
|
790
790
|
if (!M.value)
|
|
791
791
|
return !1;
|
|
792
|
-
const { width:
|
|
793
|
-
return !(Math.max(
|
|
792
|
+
const { width: x, height: S } = p.value;
|
|
793
|
+
return !(Math.max(x, S) > 5);
|
|
794
794
|
}
|
|
795
|
-
function
|
|
796
|
-
|
|
795
|
+
function K() {
|
|
796
|
+
Z() && i();
|
|
797
797
|
}
|
|
798
|
-
function
|
|
799
|
-
|
|
800
|
-
c[`${e}`] =
|
|
798
|
+
function oe() {
|
|
799
|
+
Z() || r.value?.querySelectorAll(`[${e}]`).forEach((x) => {
|
|
800
|
+
c[`${e}`] = x.getAttribute(`${e}`), _(x.getBoundingClientRect()) ? l([c]) : w.value || s([c]);
|
|
801
801
|
});
|
|
802
802
|
}
|
|
803
|
-
function
|
|
804
|
-
const
|
|
805
|
-
let
|
|
803
|
+
function At() {
|
|
804
|
+
const x = [];
|
|
805
|
+
let S = null, V = 0;
|
|
806
806
|
r.value?.querySelectorAll(`[${e}]`).forEach((W, le) => {
|
|
807
807
|
const ve = W.getAttribute(`${e}`);
|
|
808
|
-
|
|
808
|
+
x.push(ve), _(W.getBoundingClientRect()) ? (S === null && (S = le), S = Math.min(S, le), V = Math.max(V, le)) : (c[`${e}`] = ve, d.has(ve) && s([c]));
|
|
809
809
|
});
|
|
810
|
-
for (let W =
|
|
811
|
-
c[`${e}`] =
|
|
810
|
+
for (let W = S; W < V + 1; W++)
|
|
811
|
+
c[`${e}`] = x[W], l([c]), d.add(x[W]);
|
|
812
812
|
}
|
|
813
|
-
function
|
|
814
|
-
return !
|
|
813
|
+
function zt(x) {
|
|
814
|
+
return !x?.value || (r.value = x.value, !r?.value) ? !1 : (y.observe(r.value), z(".disable-scroll-behavior", "scroll-behavior: unset !important;"), !0);
|
|
815
815
|
}
|
|
816
816
|
return {
|
|
817
|
-
init:
|
|
818
|
-
dragStart:
|
|
819
|
-
dragMove:
|
|
820
|
-
dragEnd:
|
|
821
|
-
onScroll:
|
|
822
|
-
isSingleClick:
|
|
823
|
-
cancelSelectAllBySingleClick:
|
|
817
|
+
init: zt,
|
|
818
|
+
dragStart: B,
|
|
819
|
+
dragMove: $,
|
|
820
|
+
dragEnd: b,
|
|
821
|
+
onScroll: F,
|
|
822
|
+
isSingleClick: Z,
|
|
823
|
+
cancelSelectAllBySingleClick: K,
|
|
824
824
|
selectFn: u,
|
|
825
|
-
|
|
825
|
+
incrementalSelect: w,
|
|
826
|
+
selectRange: p,
|
|
826
827
|
isPressing: M,
|
|
827
828
|
containerEl: r,
|
|
828
|
-
observer:
|
|
829
|
+
observer: y
|
|
829
830
|
};
|
|
830
831
|
}
|
|
831
|
-
function
|
|
832
|
-
const
|
|
833
|
-
onScroll:
|
|
834
|
-
dragStart:
|
|
835
|
-
dragMove:
|
|
836
|
-
dragEnd:
|
|
837
|
-
cancelSelectAllBySingleClick:
|
|
838
|
-
} =
|
|
839
|
-
left: `${
|
|
840
|
-
top: `${
|
|
841
|
-
width: `${
|
|
842
|
-
height: `${
|
|
843
|
-
})), { load:
|
|
832
|
+
function Co(e, t = !1) {
|
|
833
|
+
const n = Dt(e), { observer: o, selectRange: l } = n, {
|
|
834
|
+
onScroll: s,
|
|
835
|
+
dragStart: i,
|
|
836
|
+
dragMove: c,
|
|
837
|
+
dragEnd: u,
|
|
838
|
+
cancelSelectAllBySingleClick: d
|
|
839
|
+
} = n, v = A(() => ({
|
|
840
|
+
left: `${l.value.left}px`,
|
|
841
|
+
top: `${l.value.top}px`,
|
|
842
|
+
width: `${l.value.width}px`,
|
|
843
|
+
height: `${l.value.height}px`
|
|
844
|
+
})), { load: r } = We(
|
|
844
845
|
`.drag-select-box {
|
|
845
846
|
position: absolute;
|
|
846
847
|
z-index: 99999;
|
|
@@ -848,41 +849,41 @@ function xo(e) {
|
|
|
848
849
|
opacity: 0.5;
|
|
849
850
|
}`,
|
|
850
851
|
{ id: "styletag_lzc_dragselect", manual: !0 }
|
|
851
|
-
),
|
|
852
|
+
), M = J({
|
|
852
853
|
render() {
|
|
853
854
|
return ue("div", {
|
|
854
855
|
id: "selectBoxEl",
|
|
855
856
|
class: "drag-select-box",
|
|
856
|
-
style:
|
|
857
|
+
style: v.value
|
|
857
858
|
});
|
|
858
859
|
}
|
|
859
860
|
});
|
|
860
|
-
function
|
|
861
|
-
|
|
861
|
+
function f(p) {
|
|
862
|
+
p.button === 0 && (t && (p.ctrlKey || p.metaKey) && (n.incrementalSelect.value = !0), i(p.x, p.y), window.addEventListener("mousemove", a), window.addEventListener("mouseup", y));
|
|
862
863
|
}
|
|
863
|
-
function
|
|
864
|
-
|
|
864
|
+
function a(p) {
|
|
865
|
+
c(p.x, p.y);
|
|
865
866
|
}
|
|
866
|
-
function
|
|
867
|
-
window.removeEventListener("mousemove",
|
|
867
|
+
function y(p) {
|
|
868
|
+
window.removeEventListener("mousemove", a), window.removeEventListener("mouseup", y), p.composedPath().some((j) => j?.getAttribute?.(e.attribute)) || d(), u(), n.incrementalSelect.value = !1;
|
|
868
869
|
}
|
|
869
|
-
function p
|
|
870
|
+
function g(p) {
|
|
870
871
|
try {
|
|
871
|
-
if (!
|
|
872
|
+
if (!n.init(p))
|
|
872
873
|
throw "\u521D\u59CB\u5316\u5931\u8D25,Ref\u5143\u7D20\u4E0D\u6B63\u786E";
|
|
873
|
-
if (!
|
|
874
|
+
if (!n.containerEl?.value)
|
|
874
875
|
return !1;
|
|
875
|
-
ye(ue(
|
|
876
|
-
} catch (
|
|
877
|
-
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25",
|
|
876
|
+
ye(ue(M), n.containerEl.value), r(), n.containerEl.value?.addEventListener("scroll", s), n.containerEl.value?.addEventListener("mousedown", f);
|
|
877
|
+
} catch (w) {
|
|
878
|
+
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25", w);
|
|
878
879
|
}
|
|
879
880
|
}
|
|
880
|
-
function
|
|
881
|
-
|
|
881
|
+
function m() {
|
|
882
|
+
o.disconnect(), n.containerEl.value?.removeEventListener("scroll", s), n.containerEl.value?.removeEventListener("mousedown", f);
|
|
882
883
|
}
|
|
883
|
-
return { init:
|
|
884
|
+
return { init: g, unMount: m };
|
|
884
885
|
}
|
|
885
|
-
function
|
|
886
|
+
function So(e, t, n = 600) {
|
|
886
887
|
const o = Dt({
|
|
887
888
|
...e,
|
|
888
889
|
selectWay: "row",
|
|
@@ -895,37 +896,37 @@ function Co(e, t, n = 600) {
|
|
|
895
896
|
function v() {
|
|
896
897
|
clearTimeout(d);
|
|
897
898
|
}
|
|
898
|
-
function r(
|
|
899
|
-
v(),
|
|
900
|
-
const { clientX:
|
|
901
|
-
i(
|
|
899
|
+
function r(g) {
|
|
900
|
+
v(), g.composedPath().some((p) => !!p?.getAttribute?.(e.attribute)) && (d = setTimeout(() => {
|
|
901
|
+
const { clientX: p, clientY: w } = g.targetTouches[0];
|
|
902
|
+
i(p, w), t?.(), c(p, w, () => g.preventDefault()), g.preventDefault();
|
|
902
903
|
}, n));
|
|
903
904
|
}
|
|
904
|
-
function M(
|
|
905
|
+
function M(g) {
|
|
905
906
|
v();
|
|
906
|
-
const { clientX:
|
|
907
|
-
c(
|
|
907
|
+
const { clientX: m, clientY: p } = g.targetTouches[0];
|
|
908
|
+
c(m, p, () => g.preventDefault());
|
|
908
909
|
}
|
|
909
910
|
function f() {
|
|
910
911
|
v(), u();
|
|
911
912
|
}
|
|
912
|
-
function a(
|
|
913
|
+
function a(g) {
|
|
913
914
|
try {
|
|
914
|
-
if (!o.init(
|
|
915
|
+
if (!o.init(g))
|
|
915
916
|
throw "\u521D\u59CB\u5316\u5931\u8D25,Ref\u5143\u7D20\u4E0D\u6B63\u786E";
|
|
916
917
|
if (!o.containerEl?.value)
|
|
917
918
|
return !1;
|
|
918
919
|
o.containerEl.value?.addEventListener("scroll", s), o.containerEl.value?.addEventListener("touchstart", r), o.containerEl.value?.addEventListener("touchmove", M), window.addEventListener("touchcancel", f), window.addEventListener("touchend", f);
|
|
919
|
-
} catch (
|
|
920
|
-
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25",
|
|
920
|
+
} catch (m) {
|
|
921
|
+
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25", m);
|
|
921
922
|
}
|
|
922
923
|
}
|
|
923
|
-
function
|
|
924
|
+
function y() {
|
|
924
925
|
l.disconnect(), o.containerEl.value?.removeEventListener("scroll", s), o.containerEl.value?.removeEventListener("touchstart", r), o.containerEl.value?.removeEventListener("touchmove", M), window.removeEventListener("touchcancel", f), window.removeEventListener("touchEnd", f);
|
|
925
926
|
}
|
|
926
|
-
return { init: a, unMount:
|
|
927
|
+
return { init: a, unMount: y };
|
|
927
928
|
}
|
|
928
|
-
const
|
|
929
|
+
const ln = Symbol(), sn = /* @__PURE__ */ J({
|
|
929
930
|
__name: "Dialog",
|
|
930
931
|
props: {
|
|
931
932
|
visiable: { type: Boolean, default: !1 },
|
|
@@ -940,7 +941,7 @@ const on = Symbol(), ln = /* @__PURE__ */ q({
|
|
|
940
941
|
const n = e, o = () => {
|
|
941
942
|
n.onClickOverlay?.(), n.closeOnClickOverlay && t("update:visiable", !1);
|
|
942
943
|
};
|
|
943
|
-
return
|
|
944
|
+
return P(ln, () => t("update:visiable", !1)), (l, s) => (Y(), we(Be, { name: "modal" }, {
|
|
944
945
|
default: Ue(() => [
|
|
945
946
|
e.visiable ? re((Y(), H("div", {
|
|
946
947
|
key: 0,
|
|
@@ -954,7 +955,7 @@ const on = Symbol(), ln = /* @__PURE__ */ q({
|
|
|
954
955
|
Ee(l.$slots, "default", {}, void 0, !0)
|
|
955
956
|
], 34)
|
|
956
957
|
], 2)), [
|
|
957
|
-
[I(
|
|
958
|
+
[I(Rt), () => o()]
|
|
958
959
|
]) : de("", !0)
|
|
959
960
|
]),
|
|
960
961
|
_: 3
|
|
@@ -966,13 +967,13 @@ const ne = (e, t) => {
|
|
|
966
967
|
for (const [o, l] of t)
|
|
967
968
|
n[o] = l;
|
|
968
969
|
return n;
|
|
969
|
-
},
|
|
970
|
-
function
|
|
970
|
+
}, an = /* @__PURE__ */ ne(sn, [["__scopeId", "data-v-3d61e60a"]]);
|
|
971
|
+
function Oo(e) {
|
|
971
972
|
function t(n, o) {
|
|
972
973
|
const l = document.createElement("div"), s = {
|
|
973
974
|
setup() {
|
|
974
975
|
return () => ue(
|
|
975
|
-
|
|
976
|
+
an,
|
|
976
977
|
{
|
|
977
978
|
visiable: !0,
|
|
978
979
|
"onUpdate:visiable": () => {
|
|
@@ -1010,16 +1011,16 @@ function Tt({
|
|
|
1010
1011
|
opacity: 0;
|
|
1011
1012
|
animation: lzcDelayLoad 0s ${s} forwards;
|
|
1012
1013
|
}`
|
|
1013
|
-
), { LoadingComp:
|
|
1014
|
+
), { LoadingComp: J({
|
|
1014
1015
|
setup() {
|
|
1015
|
-
const c =
|
|
1016
|
+
const c = qt();
|
|
1016
1017
|
return ce(() => {
|
|
1017
1018
|
c.value?.classList?.add(l);
|
|
1018
1019
|
}), () => ue(e, t);
|
|
1019
1020
|
}
|
|
1020
1021
|
}) };
|
|
1021
1022
|
}
|
|
1022
|
-
function
|
|
1023
|
+
function _o({
|
|
1023
1024
|
component: e,
|
|
1024
1025
|
componentProps: t,
|
|
1025
1026
|
delay: n = 300
|
|
@@ -1028,7 +1029,7 @@ function Oo({
|
|
|
1028
1029
|
component: e,
|
|
1029
1030
|
componentProps: t,
|
|
1030
1031
|
delay: n
|
|
1031
|
-
}), l =
|
|
1032
|
+
}), l = h(!1);
|
|
1032
1033
|
function s() {
|
|
1033
1034
|
l.value = !0;
|
|
1034
1035
|
}
|
|
@@ -1037,11 +1038,11 @@ function Oo({
|
|
|
1037
1038
|
}
|
|
1038
1039
|
return { LoadingComp: o, loading: l, load: s, unload: i };
|
|
1039
1040
|
}
|
|
1040
|
-
const
|
|
1041
|
+
const un = (e) => (Ie("data-v-92a1804d"), e = e(), Ae(), e), rn = /* @__PURE__ */ un(() => /* @__PURE__ */ U("div", { class: "ldio-mm5gwljcryb" }, [
|
|
1041
1042
|
/* @__PURE__ */ U("div")
|
|
1042
|
-
], -1)),
|
|
1043
|
-
|
|
1044
|
-
],
|
|
1043
|
+
], -1)), cn = [
|
|
1044
|
+
rn
|
|
1045
|
+
], dn = /* @__PURE__ */ J({
|
|
1045
1046
|
__name: "DefaultLoading",
|
|
1046
1047
|
props: {
|
|
1047
1048
|
width: { default: 24 },
|
|
@@ -1051,10 +1052,10 @@ const an = (e) => (Ie("data-v-92a1804d"), e = e(), Ae(), e), un = /* @__PURE__ *
|
|
|
1051
1052
|
return Re((t) => ({
|
|
1052
1053
|
"4e4a9ce4": e.width + "px",
|
|
1053
1054
|
e56fe5c2: e.height + "px"
|
|
1054
|
-
})), (t, n) => (Y(), H("div", _e(be(t.$attrs)),
|
|
1055
|
+
})), (t, n) => (Y(), H("div", _e(be(t.$attrs)), cn, 16));
|
|
1055
1056
|
}
|
|
1056
1057
|
});
|
|
1057
|
-
const
|
|
1058
|
+
const fn = /* @__PURE__ */ ne(dn, [["__scopeId", "data-v-92a1804d"]]), vn = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAQAAAC0jZKKAAAAAnNCSVQICFXsRgQAAAABc1JHQgCuzhzpAAAEMklEQVRIx62XzW9VZRDGn2fmPff23qYtlvIRqVVQICgGoS21wYUGEA0x0YUYE/8BNTHujBsNiS5cGBeujAtXLiTGjUnFjRKNQWgJVoqxC/m2RMpX7cf9OOedcXFrg1qutPc+ZzM5b84vc+bNZOYh6sp5tKWQr2qmBZ/Biqxq03Eybsh6I63+l7z90Wirts0VoyU2bYm1ZdFXZtf9shUMWckL8XGrBw+Lvx7pqHTN5Toy9cQSZMgtnLR7m19Hj//i9TNeBDyU7+jOWj2mDgBVlqXqRmHOgXZPvNOLXsHzSwWPdeKelMEiDKlkThMIhSVGTqGKaZRxxm/4VlsSeLTb17ojkpkESwlPrDhTLmn6VXbQACd4RFbhBoElgEfur6yJMXhE9Aoz+mz56sDMP+7a4TDcgW4Bn7wPax05VpGnQ6u4NPgnlq0F8Ojq6n2puxehXkFydeAsDWgYfLFwcYtLztQjieLv2y6hQc2DJx5qSYAUZJV+rr9hLCAAcGoNu6oSSZrI5K7zaIICAJQ2iwZGuGHuwjiaIgFGV2sHmQpIJr8eiM0BB6Byr6i7OBAmd0yiSRJXWQeQFDA5g6YpDK+SxB2As7z1SvPA0rKKJElQ/qA3MeNyp4Raxuk1NFGBHSZwcUFhqqlgKZgAjoj8bFPBlhephQ+kDdM4vKkWmAdXE0DRjL4YCfiiFmk1MGPemEFxJIdyg+QO3zQ/+q8FTa1VCER2tDUM7kE2v1BcEUyBoItLpavRUtiDNNSeccFNBARqIi3dDXfbIFJkyBD9tJQmMq1lbBvelkawrthDh8Hd9XvJT+Qi1NUSa9+3oRHw8T2+0iNNImbtqPSl6VkToVAlP9BQIV6hubuZyVDfnAA4LSoaNaqv/3HjsvPdLb3IkDFjhk8BAQbOZpNGpRCUp8dyy8GOtspBczgNjtO938wP08IP1BiyQJWVc88uB1x5F+sYEd0Y/f2FKb1tPJ4nhVFMuO34niW38mu639ycRuN3/UMLYCAbktSFKkrVvcf2LQV74lW8jChRMzOfxpv/2uhHHrYDokYVYab4acWhjZU7yLWIt3w/1Uklo+D1nV/+xyqc3Bt3O11JCMmb9nn/WH3s8C68Id0QV9CV9I/6P1jUg5x4Tgar6hLoQgX9nH69/dRiy+Eh3fhofMl7QSoE4qT6Z/0Hb2tuTjyFJ10gLlTSleKzPMXx7FL75OUSUCjm11TW6yMYRBfpAURwUZroxzs+rOuaRnb4C1Ks/ZoFCNUFAZTg4oFiQeiJi4gJlOJKasnf6T38v3ZspAsv2hYq6YFCqZXFEsyDhAguVK/FiuPxvZ0X79DnDW/nM94DodRu/G+wEOriAQIlqfjNP+n7dokGcnirPma93jJf73ALWF00xVE/3HdsGc605vk6Nydb0GN38y4UqV7BjE/ggv48NfZE3UH2F3Kp4Zn6aTweAAAAAElFTkSuQmCC", Mn = { class: "loading-wrap" }, gn = ["src"], hn = /* @__PURE__ */ J({
|
|
1058
1059
|
__name: "PageLoading",
|
|
1059
1060
|
props: {
|
|
1060
1061
|
delay: { default: "0.15s" },
|
|
@@ -1069,20 +1070,20 @@ const dn = /* @__PURE__ */ ne(cn, [["__scopeId", "data-v-92a1804d"]]), fn = "dat
|
|
|
1069
1070
|
const o = {};
|
|
1070
1071
|
return t.size === "mini" ? (o.width = "22px", o.height = "22px") : t.size === "large" && (o.width = "28px", o.height = "28px"), o;
|
|
1071
1072
|
});
|
|
1072
|
-
return (o, l) => (Y(), H("div",
|
|
1073
|
+
return (o, l) => (Y(), H("div", Mn, [
|
|
1073
1074
|
U("img", {
|
|
1074
1075
|
class: "loading-circle",
|
|
1075
|
-
src: I(
|
|
1076
|
-
style:
|
|
1077
|
-
}, null, 12,
|
|
1076
|
+
src: I(vn),
|
|
1077
|
+
style: G(I(n))
|
|
1078
|
+
}, null, 12, gn)
|
|
1078
1079
|
]));
|
|
1079
1080
|
}
|
|
1080
1081
|
});
|
|
1081
|
-
const
|
|
1082
|
+
const bo = /* @__PURE__ */ ne(hn, [["__scopeId", "data-v-3c54972f"]]);
|
|
1082
1083
|
async function nt(e) {
|
|
1083
1084
|
return new Promise((t) => setTimeout(() => t(), e));
|
|
1084
1085
|
}
|
|
1085
|
-
const
|
|
1086
|
+
const mn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTAyLjAwMDAwMCwgLTQwNi4wMDAwMDApIiBmaWxsPSIjOTk5OTk5IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc5MC4wMDAwMDAsIDM5MC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzEyLjAwMDAwMCwgMTYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjU0NjQyODU3MiwwLjA5NjM0MjU1MTMgTDYuMDEsNS41NTUgTDExLjQ1MzU3MTQsMC4xMTc3NTIwMTEgQzExLjU4MjE0MjksLTAuMDEwNzA0NzIzNyAxMS43NzUsLTAuMDEwNzA0NzIzNyAxMS45MDM1NzE0LDAuMTE3NzUyMDExIEMxMi4wMzIxNDI5LDAuMjQ2MjA4NzQ2IDEyLjAzMjE0MjksMC40Mzg4OTM4NDkgMTEuOTAzNTcxNCwwLjU2NzM1MDU4NCBMNi40Niw2LjAwNSBMMTEuOTAzNTcxNCwxMS40NDMzNTQxIEMxMi4wMzIxNDI5LDExLjU3MTgxMDkgMTIuMDMyMTQyOSwxMS43NjQ0OTYgMTEuOTAzNTcxNCwxMS44OTI5NTI3IEMxMS44NjA3MTQzLDExLjk3ODU5MDUgMTEuNzc1LDEyIDExLjY4OTI4NTcsMTIgQzExLjYwMzU3MTQsMTIgMTEuNTE3ODU3MiwxMS45Nzg1OTA1IDExLjQ1MzU3MTQsMTEuOTE0MzYyMiBMNiw2LjQ2NSBMMC41NDY0Mjg1NzIsMTEuOTE0MzYyMiBDMC41MDM1NzE0MzMsMTEuOTc4NTkwNSAwLjQxNzg1NzE0MywxMiAwLjMzMjE0Mjg1MywxMiBDMC4yNDY0Mjg1NjMsMTIgMC4xNjA3MTQyODYsMTEuOTc4NTkwNSAwLjA5NjQyODU3MTUsMTEuOTE0MzYyMiBDLTAuMDMyMTQyODU3MiwxMS43ODU5MDU0IC0wLjAzMjE0Mjg1NzIsMTEuNTkzMjIwMyAwLjA5NjQyODU3MTUsMTEuNDY0NzYzNiBMNS41NDksNi4wMTUgTDAuMDk2NDI4NTcxNSwwLjU2NzM1MDU4NCBDLTAuMDEwNzE0MjgxNSwwLjQzODg5Mzg0OSAtMC4wMTA3MTQyODE1LDAuMjI0Nzk5Mjg2IDAuMDk2NDI4NTcxNSwwLjA5NjM0MjU1MTMgQzAuMjAzNTcxNDI0LC0wLjAzMjExNDE4MzggMC40MTc4NTcxNDMsLTAuMDMyMTE0MTgzOCAwLjU0NjQyODU3MiwwLjA5NjM0MjU1MTMgWiIgaWQ9IuW9oueKtue7k+WQiCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+", yn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzVweCIgaGVpZ2h0PSIzNXB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjguMDAwMDAwLCAtMzczLjAwMDAwMCkiIGZpbGw9IiM5RjlGOUYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE4LjAwMDAwMCwgMzU2LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4wMDAwMDAsIDE3LjAwMDAwMCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMjAsMTIuMzQ0ODI3NiBDMTkuMjAwMTM5MywxMi4zNDQ4Mjc2IDE4LjU1MTcyNDEsMTEuNjk2NDEyNCAxOC41NTE3MjQxLDEwLjg5NjU1MTcgTDE4LjU1MTcyNDEsMy40NDgyNzU4NiBDMTguNTUxNzI0MSwyLjY0ODQxNTE5IDE5LjIwMDEzOTMsMiAyMCwyIEMyMC43OTk4NjA3LDIgMjEuNDQ4Mjc1OSwyLjY0ODQxNTE5IDIxLjQ0ODI3NTksMy40NDgyNzU4NiBMMjEuNDQ4Mjc1OSwxMC44OTY1NTE3IEMyMS40NDgyNzU5LDExLjY5NjQxMjQgMjAuNzk5ODYwNywxMi4zNDQ4Mjc2IDIwLDEyLjM0NDgyNzYgTDIwLDEyLjM0NDgyNzYgWiBNMjAsMzggQzE5LjYxNTg5MzQsMzggMTkuMjQ3NTE4NywzNy44NDc0MTQyIDE4Ljk3NTkxNDMsMzcuNTc1ODA5OCBDMTguNzA0MzA5OSwzNy4zMDQyMDU0IDE4LjU1MTcyNDEsMzYuOTM1ODMwOCAxOC41NTE3MjQxLDM2LjU1MTcyNDEgTDE4LjU1MTcyNDEsMjkuMTAzNDQ4MyBDMTguNTUxNzI0MSwyOC4zMDM1ODc2IDE5LjIwMDEzOTMsMjcuNjU1MTcyNCAyMCwyNy42NTUxNzI0IEMyMC43OTk4NjA3LDI3LjY1NTE3MjQgMjEuNDQ4Mjc1OSwyOC4zMDM1ODc2IDIxLjQ0ODI3NTksMjkuMTAzNDQ4MyBMMjEuNDQ4Mjc1OSwzNi41NTE3MjQxIEMyMS40NDgyNzU5LDM3LjM1MTU4NDggMjAuNzk5ODYwNywzOCAyMCwzOCBMMjAsMzggWiBNMjUuNDEzMDM0NSwxNC41ODY5NjU1IEMyNS4xNDE0MTA3LDE0LjMxNTM5MjIgMjQuOTg4ODA5OCwxMy45NDcwMjk0IDI0Ljk4ODgwOTgsMTMuNTYyOTMxIEMyNC45ODg4MDk4LDEzLjE3ODgzMjcgMjUuMTQxNDEwNywxMi44MTA0Njk5IDI1LjQxMzAzNDUsMTIuNTM4ODk2NiBMMzAuNjc5NzkzMSw3LjI3MjEzNzkzIEMzMC45NTEzNjY0LDcuMDAwNTE0MTQgMzEuMzE5NzI5Miw2Ljg0NzkxMzI0IDMxLjcwMzgyNzYsNi44NDc5MTMyNCBDMzIuMDg3OTI2LDYuODQ3OTEzMjQgMzIuNDU2Mjg4Nyw3LjAwMDUxNDE0IDMyLjcyNzg2MjEsNy4yNzIxMzc5MyBDMzIuOTk5NDg1OSw3LjU0MzcxMTI3IDMzLjE1MjA4NjgsNy45MTIwNzQwNCAzMy4xNTIwODY4LDguMjk2MTcyNDEgQzMzLjE1MjA4NjgsOC42ODAyNzA3OSAzMi45OTk0ODU5LDkuMDQ4NjMzNTYgMzIuNzI3ODYyMSw5LjMyMDIwNjkgTDI3LjQ2MTEwMzQsMTQuNTg2OTY1NSBDMjcuMTg5NTMwMSwxNC44NTg1ODkzIDI2LjgyMTE2NzMsMTUuMDExMTkwMiAyNi40MzcwNjksMTUuMDExMTkwMiBDMjYuMDUyOTcwNiwxNS4wMTExOTAyIDI1LjY4NDYwNzgsMTQuODU4NTg5MyAyNS40MTMwMzQ1LDE0LjU4Njk2NTUgTDI1LjQxMzAzNDUsMTQuNTg2OTY1NSBaIE03LjI3MjEzNzkzLDMyLjcyNzg2MjEgQzcuMDAwNTE0MTQsMzIuNDU2Mjg4NyA2Ljg0NzkxMzI0LDMyLjA4NzkyNiA2Ljg0NzkxMzI0LDMxLjcwMzgyNzYgQzYuODQ3OTEzMjQsMzEuMzE5NzI5MiA3LjAwMDUxNDE0LDMwLjk1MTM2NjQgNy4yNzIxMzc5MywzMC42Nzk3OTMxIEwxMi41Mzg4OTY2LDI1LjQxMzAzNDUgQzEyLjgxMDQ2OTksMjUuMTQxNDEwNyAxMy4xNzg4MzI3LDI0Ljk4ODgwOTggMTMuNTYyOTMxLDI0Ljk4ODgwOTggQzEzLjk0NzAyOTQsMjQuOTg4ODA5OCAxNC4zMTUzOTIyLDI1LjE0MTQxMDcgMTQuNTg2OTY1NSwyNS40MTMwMzQ1IEMxNC44NTg1ODkzLDI1LjY4NDYwNzggMTUuMDExMTkwMiwyNi4wNTI5NzA2IDE1LjAxMTE5MDIsMjYuNDM3MDY5IEMxNS4wMTExOTAyLDI2LjgyMTE2NzMgMTQuODU4NTg5MywyNy4xODk1MzAxIDE0LjU4Njk2NTUsMjcuNDYxMTAzNCBMOS4zMjAyMDY5LDMyLjcyNzg2MjEgQzkuMDQ4NjMzNTYsMzIuOTk5NDg1OSA4LjY4MDI3MDc5LDMzLjE1MjA4NjggOC4yOTYxNzI0MSwzMy4xNTIwODY4IEM3LjkxMjA3NDA0LDMzLjE1MjA4NjggNy41NDM3MTEyNywzMi45OTk0ODU5IDcuMjcyMTM3OTMsMzIuNzI3ODYyMSBMNy4yNzIxMzc5MywzMi43Mjc4NjIxIFogTTI3LjY1NTE3MjQsMjAgQzI3LjY1NTE3MjQsMTkuMjAwMTM5MyAyOC4zMDM1ODc2LDE4LjU1MTcyNDEgMjkuMTAzNDQ4MywxOC41NTE3MjQxIEwzNi41NTE3MjQxLDE4LjU1MTcyNDEgQzM3LjM1MTU4NDgsMTguNTUxNzI0MSAzOCwxOS4yMDAxMzkzIDM4LDIwIEMzOCwyMC43OTk4NjA3IDM3LjM1MTU4NDgsMjEuNDQ4Mjc1OSAzNi41NTE3MjQxLDIxLjQ0ODI3NTkgTDI5LjEwMzQ0ODMsMjEuNDQ4Mjc1OSBDMjguMzAzNTg3NiwyMS40NDgyNzU5IDI3LjY1NTE3MjQsMjAuNzk5ODYwNyAyNy42NTUxNzI0LDIwIEwyNy42NTUxNzI0LDIwIFogTTIsMjAgQzIsMTkuMjAwMTM5MyAyLjY0ODQxNTE5LDE4LjU1MTcyNDEgMy40NDgyNzU4NiwxOC41NTE3MjQxIEwxMC44OTY1NTE3LDE4LjU1MTcyNDEgQzExLjY5NjQxMjQsMTguNTUxNzI0MSAxMi4zNDQ4Mjc2LDE5LjIwMDEzOTMgMTIuMzQ0ODI3NiwyMCBDMTIuMzQ0ODI3NiwyMC43OTk4NjA3IDExLjY5NjQxMjQsMjEuNDQ4Mjc1OSAxMC44OTY1NTE3LDIxLjQ0ODI3NTkgTDMuNDQ4Mjc1ODYsMjEuNDQ4Mjc1OSBDMi42NDg0MTUxOSwyMS40NDgyNzU5IDIsMjAuNzk5ODYwNyAyLDIwIFogTTI1LjQxMzAzNDUsMjUuNDEzMDM0NSBDMjUuNjg0NjA3OCwyNS4xNDE0MTA3IDI2LjA1Mjk3MDYsMjQuOTg4ODA5OCAyNi40MzcwNjksMjQuOTg4ODA5OCBDMjYuODIxMTY3MywyNC45ODg4MDk4IDI3LjE4OTUzMDEsMjUuMTQxNDEwNyAyNy40NjExMDM0LDI1LjQxMzAzNDUgTDMyLjcyNzg2MjEsMzAuNjc5NzkzMSBDMzIuOTk5NDg1OSwzMC45NTEzNjY0IDMzLjE1MjA4NjgsMzEuMzE5NzI5MiAzMy4xNTIwODY4LDMxLjcwMzgyNzYgQzMzLjE1MjA4NjgsMzIuMDg3OTI2IDMyLjk5OTQ4NTksMzIuNDU2Mjg4NyAzMi43Mjc4NjIxLDMyLjcyNzg2MjEgQzMyLjQ1NjI4ODcsMzIuOTk5NDg1OSAzMi4wODc5MjYsMzMuMTUyMDg2OCAzMS43MDM4Mjc2LDMzLjE1MjA4NjggQzMxLjMxOTcyOTIsMzMuMTUyMDg2OCAzMC45NTEzNjY0LDMyLjk5OTQ4NTkgMzAuNjc5NzkzMSwzMi43Mjc4NjIxIEwyNS40MTMwMzQ1LDI3LjQ2MTEwMzQgQzI1LjE0MTQxMDcsMjcuMTg5NTMwMSAyNC45ODg4MDk4LDI2LjgyMTE2NzMgMjQuOTg4ODA5OCwyNi40MzcwNjkgQzI0Ljk4ODgwOTgsMjYuMDUyOTcwNiAyNS4xNDE0MTA3LDI1LjY4NDYwNzggMjUuNDEzMDM0NSwyNS40MTMwMzQ1IEwyNS40MTMwMzQ1LDI1LjQxMzAzNDUgWiBNNy4yNzIxMzc5Myw3LjI3MjEzNzkzIEM3LjU0MzcxMTI3LDcuMDAwNTE0MTQgNy45MTIwNzQwNCw2Ljg0NzkxMzI0IDguMjk2MTcyNDEsNi44NDc5MTMyNCBDOC42ODAyNzA3OSw2Ljg0NzkxMzI0IDkuMDQ4NjMzNTYsNy4wMDA1MTQxNCA5LjMyMDIwNjksNy4yNzIxMzc5MyBMMTQuNTg2OTY1NSwxMi41Mzg4OTY2IEMxNC44NTg1ODkzLDEyLjgxMDQ2OTkgMTUuMDExMTkwMiwxMy4xNzg4MzI3IDE1LjAxMTE5MDIsMTMuNTYyOTMxIEMxNS4wMTExOTAyLDEzLjk0NzAyOTQgMTQuODU4NTg5MywxNC4zMTUzOTIyIDE0LjU4Njk2NTUsMTQuNTg2OTY1NSBDMTQuMzE1MzkyMiwxNC44NTg1ODkzIDEzLjk0NzAyOTQsMTUuMDExMTkwMiAxMy41NjI5MzEsMTUuMDExMTkwMiBDMTMuMTc4ODMyNywxNS4wMTExOTAyIDEyLjgxMDQ2OTksMTQuODU4NTg5MyAxMi41Mzg4OTY2LDE0LjU4Njk2NTUgTDcuMjcyMTM3OTMsOS4zMjAyMDY5IEM3LjAwMDUxNDE0LDkuMDQ4NjMzNTYgNi44NDc5MTMyNCw4LjY4MDI3MDc5IDYuODQ3OTEzMjQsOC4yOTYxNzI0MSBDNi44NDc5MTMyNCw3LjkxMjA3NDA0IDcuMDAwNTE0MTQsNy41NDM3MTEyNyA3LjI3MjEzNzkzLDcuMjcyMTM3OTMgWiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+", pn = ["onClick"], Dn = ["onClick"], Tn = ["src"], Nn = ["src"], wn = /* @__PURE__ */ J({
|
|
1086
1087
|
__name: "index",
|
|
1087
1088
|
props: {
|
|
1088
1089
|
visible: null,
|
|
@@ -1129,7 +1130,7 @@ const hn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1129
1130
|
default: Ue(() => [
|
|
1130
1131
|
U("div", {
|
|
1131
1132
|
id: o,
|
|
1132
|
-
style:
|
|
1133
|
+
style: G(I(l))
|
|
1133
1134
|
}, [
|
|
1134
1135
|
re(U("div", {
|
|
1135
1136
|
class: se(`${o} ${e.className}`),
|
|
@@ -1141,27 +1142,27 @@ const hn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1141
1142
|
}, [
|
|
1142
1143
|
U("div", {
|
|
1143
1144
|
class: se(`${o}-content`),
|
|
1144
|
-
style:
|
|
1145
|
+
style: G(I(s))
|
|
1145
1146
|
}, [
|
|
1146
1147
|
e.showClose ? (Y(), H("img", {
|
|
1147
1148
|
key: 0,
|
|
1148
1149
|
onClick: v[0] || (v[0] = me((r) => t("close"), ["stop"])),
|
|
1149
|
-
src: I(
|
|
1150
|
+
src: I(mn),
|
|
1150
1151
|
class: se(`${o}-close`)
|
|
1151
|
-
}, null, 10,
|
|
1152
|
+
}, null, 10, Tn)) : de("", !0),
|
|
1152
1153
|
e.showIcon ? (Y(), H("img", {
|
|
1153
1154
|
key: 1,
|
|
1154
|
-
src: e.icon || I(
|
|
1155
|
+
src: e.icon || I(yn),
|
|
1155
1156
|
class: se(`${o}-icon`)
|
|
1156
|
-
}, null, 10,
|
|
1157
|
+
}, null, 10, Nn)) : de("", !0),
|
|
1157
1158
|
e.message ? (Y(), H("div", {
|
|
1158
1159
|
key: 2,
|
|
1159
1160
|
class: se(`${o}-message`),
|
|
1160
|
-
style:
|
|
1161
|
+
style: G(I(i))
|
|
1161
1162
|
}, $e(e.message), 7)) : de("", !0)
|
|
1162
1163
|
], 6)
|
|
1163
|
-
], 10,
|
|
1164
|
-
], 10,
|
|
1164
|
+
], 10, Dn)
|
|
1165
|
+
], 10, pn), [
|
|
1165
1166
|
[ze, e.visible]
|
|
1166
1167
|
])
|
|
1167
1168
|
], 4)
|
|
@@ -1170,15 +1171,15 @@ const hn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1170
1171
|
}));
|
|
1171
1172
|
}
|
|
1172
1173
|
});
|
|
1173
|
-
const
|
|
1174
|
-
class
|
|
1174
|
+
const En = /* @__PURE__ */ ne(wn, [["__scopeId", "data-v-0947d1e3"]]);
|
|
1175
|
+
class In {
|
|
1175
1176
|
loadingToast;
|
|
1176
1177
|
el;
|
|
1177
1178
|
options;
|
|
1178
|
-
visible =
|
|
1179
|
+
visible = h(!1);
|
|
1179
1180
|
animateDuration = 300;
|
|
1180
1181
|
constructor(t) {
|
|
1181
|
-
this.options = { ...t, visible: this.visible }, this.options.duration == null && (this.options.duration = 60 * 10 * 1e3), this.el = document.createElement("div"), this.loadingToast =
|
|
1182
|
+
this.options = { ...t, visible: this.visible }, this.options.duration == null && (this.options.duration = 60 * 10 * 1e3), this.el = document.createElement("div"), this.loadingToast = En;
|
|
1182
1183
|
}
|
|
1183
1184
|
async show() {
|
|
1184
1185
|
const t = this.options, o = { ...t, onClose: () => {
|
|
@@ -1203,7 +1204,7 @@ class En {
|
|
|
1203
1204
|
document.querySelector("#lzc-loading-toast")?.remove();
|
|
1204
1205
|
}
|
|
1205
1206
|
}
|
|
1206
|
-
function
|
|
1207
|
+
function ko(e, t) {
|
|
1207
1208
|
const n = !!t?.debug, o = t?.printErrorLog !== !1, l = t?.loading !== !1, s = t?.autoClose !== !1, i = t?.delay !== void 0 ? t.delay : 300, c = t?.hook !== void 0 ? t.hook : !0, u = {
|
|
1208
1209
|
...t,
|
|
1209
1210
|
showIcon: t?.showIcon !== !1,
|
|
@@ -1216,9 +1217,9 @@ function bo(e, t) {
|
|
|
1216
1217
|
i,
|
|
1217
1218
|
u
|
|
1218
1219
|
);
|
|
1219
|
-
const d =
|
|
1220
|
+
const d = h(!1);
|
|
1220
1221
|
let v = null;
|
|
1221
|
-
const r = new
|
|
1222
|
+
const r = new In(u);
|
|
1222
1223
|
async function M(...a) {
|
|
1223
1224
|
if (n && console.log(`useDelayAsync - handler - processing: ${d.value}`), !d.value) {
|
|
1224
1225
|
d.value = !0, v = setTimeout(() => {
|
|
@@ -1230,10 +1231,10 @@ function bo(e, t) {
|
|
|
1230
1231
|
}, i);
|
|
1231
1232
|
try {
|
|
1232
1233
|
n && console.time("useDelayAsync - handler-execute-time");
|
|
1233
|
-
const
|
|
1234
|
-
return n && console.log("useDelayAsync - execute res: ",
|
|
1235
|
-
} catch (
|
|
1236
|
-
n && console.timeEnd("useDelayAsync - handler-execute-time"), o && console.error(
|
|
1234
|
+
const y = await e(...a);
|
|
1235
|
+
return n && console.log("useDelayAsync - execute res: ", y), n && console.timeEnd("useDelayAsync - handler-execute-time"), await f(s), await t?.onSuccess?.(y, [...a]), y;
|
|
1236
|
+
} catch (y) {
|
|
1237
|
+
n && console.timeEnd("useDelayAsync - handler-execute-time"), o && console.error(y), await f(s), await t?.onError?.(y, [...a]);
|
|
1237
1238
|
}
|
|
1238
1239
|
}
|
|
1239
1240
|
}
|
|
@@ -1248,11 +1249,11 @@ function bo(e, t) {
|
|
|
1248
1249
|
close: f
|
|
1249
1250
|
};
|
|
1250
1251
|
}
|
|
1251
|
-
function
|
|
1252
|
+
function An(e, t) {
|
|
1252
1253
|
return e > t ? "horizontal" : t > e ? "vertical" : "";
|
|
1253
1254
|
}
|
|
1254
|
-
function
|
|
1255
|
-
const e =
|
|
1255
|
+
function zn() {
|
|
1256
|
+
const e = h(0), t = h(0), n = h(0), o = h(0), l = h(0), s = h(0), i = h(""), c = () => i.value === "vertical", u = () => i.value === "horizontal", d = () => {
|
|
1256
1257
|
n.value = 0, o.value = 0, l.value = 0, s.value = 0, i.value = "";
|
|
1257
1258
|
};
|
|
1258
1259
|
function v(M, f) {
|
|
@@ -1261,7 +1262,7 @@ function An() {
|
|
|
1261
1262
|
function r(M, f) {
|
|
1262
1263
|
n.value = (M < 0 ? 0 : M) - e.value, o.value = f - t.value, l.value = Math.abs(n.value), s.value = Math.abs(o.value);
|
|
1263
1264
|
const a = 10;
|
|
1264
|
-
(!i.value || l.value < a && s.value < a) && (i.value =
|
|
1265
|
+
(!i.value || l.value < a && s.value < a) && (i.value = An(l.value, s.value));
|
|
1265
1266
|
}
|
|
1266
1267
|
return {
|
|
1267
1268
|
move: r,
|
|
@@ -1278,8 +1279,8 @@ function An() {
|
|
|
1278
1279
|
isHorizontal: u
|
|
1279
1280
|
};
|
|
1280
1281
|
}
|
|
1281
|
-
const at = 250, it = 5,
|
|
1282
|
-
function
|
|
1282
|
+
const at = 250, it = 5, Ln = 500;
|
|
1283
|
+
function jn(e) {
|
|
1283
1284
|
const { isDouble: t = !0 } = e;
|
|
1284
1285
|
let n, o;
|
|
1285
1286
|
function l() {
|
|
@@ -1289,12 +1290,12 @@ function Ln(e) {
|
|
|
1289
1290
|
const u = Date.now() - n;
|
|
1290
1291
|
i < it && c < it && (u < at ? t ? o ? (clearTimeout(o), o = null, e.onDoubleTap?.()) : o = setTimeout(async () => {
|
|
1291
1292
|
e.onTap?.(), o = null;
|
|
1292
|
-
}, at) : e.onTap?.() : u >
|
|
1293
|
+
}, at) : e.onTap?.() : u > Ln && e.onLongPress?.());
|
|
1293
1294
|
}
|
|
1294
1295
|
return { startTap: l, checkTap: s };
|
|
1295
1296
|
}
|
|
1296
|
-
function
|
|
1297
|
-
const n =
|
|
1297
|
+
function xn(e, t) {
|
|
1298
|
+
const n = h(!1);
|
|
1298
1299
|
function o() {
|
|
1299
1300
|
n.value || (n.value = !0, I(e)?.addEventListener("transitionend", l));
|
|
1300
1301
|
}
|
|
@@ -1303,7 +1304,7 @@ function jn(e, t) {
|
|
|
1303
1304
|
}
|
|
1304
1305
|
return { transitioning: n, startTransition: o };
|
|
1305
1306
|
}
|
|
1306
|
-
function
|
|
1307
|
+
function Cn(e, t, n, o) {
|
|
1307
1308
|
var l = Math.min(
|
|
1308
1309
|
n / e,
|
|
1309
1310
|
o / t
|
|
@@ -1313,7 +1314,7 @@ function xn(e, t, n, o) {
|
|
|
1313
1314
|
height: ae(i)
|
|
1314
1315
|
};
|
|
1315
1316
|
}
|
|
1316
|
-
function
|
|
1317
|
+
function Sn(e) {
|
|
1317
1318
|
return e < 3 ? "444ms" : e < 6 ? "555ms" : "666ms";
|
|
1318
1319
|
}
|
|
1319
1320
|
function Se(e, t, n) {
|
|
@@ -1330,25 +1331,25 @@ function ut(e) {
|
|
|
1330
1331
|
(e[0].clientX - e[1].clientX) ** 2 + (e[0].clientY - e[1].clientY) ** 2
|
|
1331
1332
|
);
|
|
1332
1333
|
}
|
|
1333
|
-
function
|
|
1334
|
+
function On(e) {
|
|
1334
1335
|
return {
|
|
1335
1336
|
x: (e[0].clientX + e[1].clientX) / 2,
|
|
1336
1337
|
y: (e[0].clientY + e[1].clientY) / 2
|
|
1337
1338
|
};
|
|
1338
1339
|
}
|
|
1339
1340
|
function Nt(e) {
|
|
1340
|
-
const t =
|
|
1341
|
+
const t = h(!1), n = h(1), o = h(9), l = h(), s = h(), i = h({ width: 0, height: 0 }), c = h({ width: 0, height: 0 }), u = De({
|
|
1341
1342
|
level: 1,
|
|
1342
1343
|
offsetX: 0,
|
|
1343
1344
|
offsetY: 0,
|
|
1344
1345
|
zooming: !1,
|
|
1345
1346
|
preview: !0,
|
|
1346
1347
|
lastCenter: { x: 0, y: 0 }
|
|
1347
|
-
}), d =
|
|
1348
|
+
}), d = h({}), v = zn(), r = xn(s, {
|
|
1348
1349
|
onComplate() {
|
|
1349
|
-
u.preview ||
|
|
1350
|
+
u.preview || g();
|
|
1350
1351
|
}
|
|
1351
|
-
}), M =
|
|
1352
|
+
}), M = jn({
|
|
1352
1353
|
onTap() {
|
|
1353
1354
|
e.onTap?.();
|
|
1354
1355
|
},
|
|
@@ -1359,100 +1360,100 @@ function Nt(e) {
|
|
|
1359
1360
|
e.onLongPress?.();
|
|
1360
1361
|
}
|
|
1361
1362
|
});
|
|
1362
|
-
Fe(s, (
|
|
1363
|
+
Fe(s, (D) => f(D)), q(
|
|
1363
1364
|
[l, s],
|
|
1364
|
-
([
|
|
1365
|
-
a(
|
|
1365
|
+
([D, N]) => {
|
|
1366
|
+
a(D, N);
|
|
1366
1367
|
},
|
|
1367
1368
|
{ immediate: !0 }
|
|
1368
1369
|
);
|
|
1369
|
-
async function f(
|
|
1370
|
-
const [N] =
|
|
1371
|
-
N.contentRect.width == c.value.width && N.contentRect.height == c.value.height || (await a(l.value), await
|
|
1370
|
+
async function f(D) {
|
|
1371
|
+
const [N] = D;
|
|
1372
|
+
N.contentRect.width == c.value.width && N.contentRect.height == c.value.height || (await a(l.value), await g(u.level, !0));
|
|
1372
1373
|
}
|
|
1373
|
-
async function a(
|
|
1374
|
-
await L(
|
|
1374
|
+
async function a(D, N) {
|
|
1375
|
+
await L(D, N), D && k();
|
|
1375
1376
|
}
|
|
1376
|
-
async function
|
|
1377
|
+
async function y(D) {
|
|
1377
1378
|
if (!u.preview)
|
|
1378
1379
|
return;
|
|
1379
|
-
u.preview = !1,
|
|
1380
|
+
u.preview = !1, D = D ?? u.level;
|
|
1380
1381
|
const N = s.value;
|
|
1381
1382
|
if (!N)
|
|
1382
1383
|
return;
|
|
1383
|
-
const { scrollTop: C, scrollLeft: Q } = N, { width: _, height: E } = i.value, { scaleW: z, scaleH: B } =
|
|
1384
|
+
const { scrollTop: C, scrollLeft: Q } = N, { width: _, height: E } = i.value, { scaleW: z, scaleH: B } = O(D), { top: $, left: b } = T(z, B), F = b != 0 ? b : Q * -1, Z = $ != 0 ? $ : C * -1;
|
|
1384
1385
|
N.scrollTop = 0, N.scrollLeft = 0;
|
|
1385
|
-
const { value:
|
|
1386
|
-
|
|
1386
|
+
const { value: K } = d;
|
|
1387
|
+
K.width = `${_}px`, K.height = `${E}px`, K.maxHeight = "none", K.transitionDuration = "0s", K.transform = Oe(F, Z, D), d.value = K, await Me(), u.offsetX = F, u.offsetY = Z, await nt(20);
|
|
1387
1388
|
}
|
|
1388
|
-
async function
|
|
1389
|
+
async function g(D, N) {
|
|
1389
1390
|
if (!N && u.preview)
|
|
1390
1391
|
return;
|
|
1391
|
-
u.preview = !0,
|
|
1392
|
-
const { value: C } = d, { scaleW: Q, scaleH: _ } =
|
|
1393
|
-
|
|
1392
|
+
u.preview = !0, D = D ?? u.level;
|
|
1393
|
+
const { value: C } = d, { scaleW: Q, scaleH: _ } = O(D), { left: E, top: z } = T(Q, _);
|
|
1394
|
+
D === 1 && (C.maxHeight = "100%"), C.width = `${Q}px`, C.height = `${_}px`, C.transitionDuration = "0s", C.transform = Oe(E, z, 1), d.value = C, await Me();
|
|
1394
1395
|
const B = s.value;
|
|
1395
1396
|
if (!B)
|
|
1396
1397
|
return;
|
|
1397
1398
|
const { offsetX: $, offsetY: b } = u;
|
|
1398
1399
|
$ < 0 && (B.scrollLeft = Math.abs($)), b < 0 && (B.scrollTop = Math.abs(b));
|
|
1399
1400
|
}
|
|
1400
|
-
async function
|
|
1401
|
-
if (t.value || (
|
|
1402
|
-
|
|
1401
|
+
async function m(D, N, C) {
|
|
1402
|
+
if (t.value || (D = ae(D), D = Se(
|
|
1403
|
+
D,
|
|
1403
1404
|
n.value - n.value * 0.5,
|
|
1404
1405
|
o.value + o.value * 0.5
|
|
1405
|
-
),
|
|
1406
|
+
), D == u.level))
|
|
1406
1407
|
return;
|
|
1407
|
-
u.preview && await
|
|
1408
|
-
const { value: Q } = d, { width: _, height: E } = i.value, { scaleW: z, scaleH: B } =
|
|
1409
|
-
left: Math.abs(_ *
|
|
1410
|
-
top: Math.abs(E *
|
|
1408
|
+
u.preview && await y(), N || (N = { x: v.startX.value, y: v.startY.value });
|
|
1409
|
+
const { value: Q } = d, { width: _, height: E } = i.value, { scaleW: z, scaleH: B } = O(D), { top: $, left: b } = T(z, B), F = D / u.level, Z = {
|
|
1410
|
+
left: Math.abs(_ * D - c.value.width) * -1,
|
|
1411
|
+
top: Math.abs(E * D - c.value.height) * -1,
|
|
1411
1412
|
right: b,
|
|
1412
1413
|
bottom: $
|
|
1413
1414
|
};
|
|
1414
|
-
let
|
|
1415
|
-
|
|
1415
|
+
let K = b != 0 ? b : (u.offsetX - N.x) * F + N.x, oe = $ != 0 ? $ : (u.offsetY - N.y) * F + N.y;
|
|
1416
|
+
K = ae(Se(K, Z.left, Z.right)), oe = ae(Se(oe, Z.top, Z.bottom)), Q.width = `${_}px`, Q.height = `${E}px`, Q.transitionDuration = C ? Sn(D) : "0s", Q.transform = Oe(K, oe, D), u.offsetX = K, u.offsetY = oe, u.level = D, d.value = Q, await Me(), C && r.startTransition(), e.onScale?.(D);
|
|
1416
1417
|
}
|
|
1417
|
-
function
|
|
1418
|
-
const
|
|
1419
|
-
|
|
1418
|
+
function p() {
|
|
1419
|
+
const D = u.level > 1 ? 1 : R();
|
|
1420
|
+
m(D, void 0, !0);
|
|
1420
1421
|
}
|
|
1421
|
-
function w(
|
|
1422
|
+
function w(D, N) {
|
|
1422
1423
|
if (!u.preview)
|
|
1423
1424
|
return;
|
|
1424
1425
|
const C = s.value;
|
|
1425
1426
|
!C || C.scrollTo({
|
|
1426
|
-
left: u.offsetX -
|
|
1427
|
+
left: u.offsetX - D,
|
|
1427
1428
|
top: u.offsetY - N
|
|
1428
1429
|
});
|
|
1429
1430
|
}
|
|
1430
|
-
async function
|
|
1431
|
-
u.level >= n.value && u.level <= o.value ? u.zooming && await
|
|
1431
|
+
async function j() {
|
|
1432
|
+
u.level >= n.value && u.level <= o.value ? u.zooming && await g() : u.level < n.value ? await m(n.value, void 0, !0) : u.level > o.value && await m(o.value, u.lastCenter, !0), u.zooming = !1;
|
|
1432
1433
|
}
|
|
1433
1434
|
function R() {
|
|
1434
|
-
const { width:
|
|
1435
|
+
const { width: D, height: N } = i.value, { width: C, height: Q } = c.value, _ = 2.5;
|
|
1435
1436
|
let E;
|
|
1436
|
-
return N == Q ? (E = C /
|
|
1437
|
+
return N == Q ? (E = C / D, E - 1 < 0.1 && (E = _)) : E = Math.max(_, C / D, Q / N), E;
|
|
1437
1438
|
}
|
|
1438
|
-
function
|
|
1439
|
+
function O(D) {
|
|
1439
1440
|
const { width: N, height: C } = i.value;
|
|
1440
1441
|
return {
|
|
1441
|
-
scaleW: ae(
|
|
1442
|
-
scaleH: ae(
|
|
1442
|
+
scaleW: ae(D * N),
|
|
1443
|
+
scaleH: ae(D * C)
|
|
1443
1444
|
};
|
|
1444
1445
|
}
|
|
1445
|
-
function D
|
|
1446
|
-
const { width: C, height: Q } = c.value, _ = Math.max(0, (Q - N) * 0.5), E = Math.max(0, (C -
|
|
1446
|
+
function T(D, N) {
|
|
1447
|
+
const { width: C, height: Q } = c.value, _ = Math.max(0, (Q - N) * 0.5), E = Math.max(0, (C - D) * 0.5);
|
|
1447
1448
|
return { top: _, left: E };
|
|
1448
1449
|
}
|
|
1449
|
-
async function L(
|
|
1450
|
-
if (
|
|
1450
|
+
async function L(D, N) {
|
|
1451
|
+
if (D = D ?? l.value, N = N ?? s.value, !N)
|
|
1451
1452
|
return;
|
|
1452
|
-
let C, { clientWidth: Q = 0, clientHeight: _ = 0 } =
|
|
1453
|
+
let C, { clientWidth: Q = 0, clientHeight: _ = 0 } = D || {};
|
|
1453
1454
|
const { clientWidth: E, clientHeight: z } = N;
|
|
1454
|
-
if (
|
|
1455
|
-
const B =
|
|
1455
|
+
if (D instanceof HTMLImageElement ? C = { width: D.naturalWidth, height: D.naturalHeight } : D instanceof HTMLVideoElement && (C = { width: D.videoWidth, height: D.videoHeight }), C) {
|
|
1456
|
+
const B = Cn(
|
|
1456
1457
|
C.width,
|
|
1457
1458
|
C.height,
|
|
1458
1459
|
E,
|
|
@@ -1463,14 +1464,14 @@ function Nt(e) {
|
|
|
1463
1464
|
(Q === 0 || _ === 0) && (Q = i.value.width || E, _ = i.value.height || z), i.value = {
|
|
1464
1465
|
width: Math.min(Q, E),
|
|
1465
1466
|
height: Math.min(_, z)
|
|
1466
|
-
}, c.value = { width: E, height: z },
|
|
1467
|
+
}, c.value = { width: E, height: z }, g(void 0, !0);
|
|
1467
1468
|
}
|
|
1468
1469
|
function k() {
|
|
1469
|
-
const
|
|
1470
|
-
o.value = Math.max(o.value,
|
|
1470
|
+
const D = R();
|
|
1471
|
+
o.value = Math.max(o.value, D * 2);
|
|
1471
1472
|
}
|
|
1472
|
-
function X(
|
|
1473
|
-
t.value =
|
|
1473
|
+
function X(D) {
|
|
1474
|
+
t.value = D;
|
|
1474
1475
|
}
|
|
1475
1476
|
return {
|
|
1476
1477
|
touch: v,
|
|
@@ -1480,17 +1481,17 @@ function Nt(e) {
|
|
|
1480
1481
|
transition: r,
|
|
1481
1482
|
imageRef: l,
|
|
1482
1483
|
containerRef: s,
|
|
1483
|
-
switchToZoom:
|
|
1484
|
-
switchToPreview:
|
|
1484
|
+
switchToZoom: y,
|
|
1485
|
+
switchToPreview: g,
|
|
1485
1486
|
panTo: w,
|
|
1486
|
-
zoomTo:
|
|
1487
|
-
zoomFinished:
|
|
1488
|
-
toggleZoom:
|
|
1487
|
+
zoomTo: m,
|
|
1488
|
+
zoomFinished: j,
|
|
1489
|
+
toggleZoom: p,
|
|
1489
1490
|
setDisableZoom: X
|
|
1490
1491
|
};
|
|
1491
1492
|
}
|
|
1492
1493
|
function wt(e, t) {
|
|
1493
|
-
const { state: n, touch: o, transition: l, containerRef: s } = e, i =
|
|
1494
|
+
const { state: n, touch: o, transition: l, containerRef: s } = e, i = en(s);
|
|
1494
1495
|
let c, u;
|
|
1495
1496
|
function d(M) {
|
|
1496
1497
|
c = M;
|
|
@@ -1498,11 +1499,11 @@ function wt(e, t) {
|
|
|
1498
1499
|
function v(M) {
|
|
1499
1500
|
return c == M;
|
|
1500
1501
|
}
|
|
1501
|
-
function r(M, f, a,
|
|
1502
|
+
function r(M, f, a, y) {
|
|
1502
1503
|
i.measure();
|
|
1503
|
-
const { top:
|
|
1504
|
+
const { top: g, left: m, right: p, bottom: w } = i.arrivedState;
|
|
1504
1505
|
if (M == "start")
|
|
1505
|
-
u =
|
|
1506
|
+
u = g || m || p || w;
|
|
1506
1507
|
else if (c == 2)
|
|
1507
1508
|
u = !1;
|
|
1508
1509
|
else if (u) {
|
|
@@ -1510,19 +1511,19 @@ function wt(e, t) {
|
|
|
1510
1511
|
if (n.level != 1)
|
|
1511
1512
|
u = !1;
|
|
1512
1513
|
else {
|
|
1513
|
-
const
|
|
1514
|
-
u =
|
|
1514
|
+
const j = o.startY.value < a;
|
|
1515
|
+
u = g && j || w && !j;
|
|
1515
1516
|
}
|
|
1516
1517
|
else if (o.direction.value == "horizontal") {
|
|
1517
|
-
const
|
|
1518
|
-
u =
|
|
1518
|
+
const j = o.startX.value < f;
|
|
1519
|
+
u = m && j || p && !j;
|
|
1519
1520
|
}
|
|
1520
1521
|
}
|
|
1521
|
-
u && l.transitioning.value && (u = !1,
|
|
1522
|
+
u && l.transitioning.value && (u = !1, y?.preventDefault()), M == "end" && !u && (f = o.startX.value, a = o.startY.value, u = !0), (M != "move" || u) && t?.(M, o.direction.value, f, a, y);
|
|
1522
1523
|
}
|
|
1523
1524
|
return { onSwipeEdge: r, setFingerNum: d, isEqualFingerNum: v };
|
|
1524
1525
|
}
|
|
1525
|
-
function
|
|
1526
|
+
function Qo(e) {
|
|
1526
1527
|
const t = Nt({
|
|
1527
1528
|
onDoubleTap() {
|
|
1528
1529
|
t.toggleZoom();
|
|
@@ -1530,22 +1531,27 @@ function ko(e) {
|
|
|
1530
1531
|
...e
|
|
1531
1532
|
}), { state: n, touch: o, gesture: l, transition: s } = t;
|
|
1532
1533
|
let i = !1, c = null;
|
|
1533
|
-
const u = { top: 0, left: 0 }, d = Le(
|
|
1534
|
-
Te("keyup",
|
|
1534
|
+
const u = { top: 0, left: 0 }, d = Le(g, 150), { onSwipeEdge: v } = wt(t, e.onSwipeEdge), r = h({ top: 0, left: 0 });
|
|
1535
|
+
Te("keyup", p), Te("keydown", m);
|
|
1535
1536
|
function M(w) {
|
|
1536
|
-
const
|
|
1537
|
-
if (!
|
|
1537
|
+
const j = t.containerRef.value;
|
|
1538
|
+
if (!j)
|
|
1538
1539
|
return;
|
|
1539
|
-
const { left: R, top:
|
|
1540
|
-
r.value.left = R, r.value.top =
|
|
1541
|
-
let
|
|
1542
|
-
o.start(
|
|
1540
|
+
const { left: R, top: O } = j.getBoundingClientRect();
|
|
1541
|
+
r.value.left = R, r.value.top = O, l.startTap();
|
|
1542
|
+
let T = w.clientX - R, L = w.clientY - O;
|
|
1543
|
+
o.start(T, L), v("start", T, L, w), s.transitioning.value || (i = !0, u.left = R, u.top = O, n.offsetX = j.scrollLeft, n.offsetY = j.scrollTop), window.addEventListener("pointermove", f), window.addEventListener("pointerup", a);
|
|
1543
1544
|
}
|
|
1544
1545
|
function f(w) {
|
|
1545
1546
|
if (!i)
|
|
1546
1547
|
return;
|
|
1547
|
-
let
|
|
1548
|
-
o.move(
|
|
1548
|
+
let j = w.clientX, R = w.clientY;
|
|
1549
|
+
o.move(j, R), v(
|
|
1550
|
+
"move",
|
|
1551
|
+
j - r.value.left,
|
|
1552
|
+
R - r.value.top,
|
|
1553
|
+
w
|
|
1554
|
+
), n.level !== 1 && t.panTo(
|
|
1549
1555
|
o.deltaX.value - u.left,
|
|
1550
1556
|
o.deltaY.value - u.top
|
|
1551
1557
|
);
|
|
@@ -1553,27 +1559,30 @@ function ko(e) {
|
|
|
1553
1559
|
function a(w) {
|
|
1554
1560
|
v("end", o.offsetX.value, o.offsetY.value, w), l.checkTap(o.offsetX.value, o.offsetY.value), o.reset(), i = !1, window.removeEventListener("pointermove", f), window.removeEventListener("pointerup", a);
|
|
1555
1561
|
}
|
|
1556
|
-
function
|
|
1562
|
+
function y(w) {
|
|
1557
1563
|
if (!w.ctrlKey)
|
|
1558
1564
|
return;
|
|
1559
|
-
n.zooming || (n.zooming = !0, c == "Control" && window.addEventListener("keyup",
|
|
1560
|
-
let
|
|
1561
|
-
w.deltaMode === 1 ?
|
|
1562
|
-
const R = n.level *
|
|
1563
|
-
n.lastCenter = {
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
t.
|
|
1567
|
-
}
|
|
1568
|
-
function g(
|
|
1565
|
+
n.zooming || (n.zooming = !0, c == "Control" && window.addEventListener("keyup", g)), w.preventDefault();
|
|
1566
|
+
let j = -w.deltaY;
|
|
1567
|
+
w.deltaMode === 1 ? j *= 0.05 : j *= w.deltaMode ? 1 : 2e-3, c != "Control" && (j *= 10), j = 2 ** j;
|
|
1568
|
+
const R = n.level * j;
|
|
1569
|
+
n.lastCenter = {
|
|
1570
|
+
x: w.clientX - r.value.left,
|
|
1571
|
+
y: w.clientY - r.value.top
|
|
1572
|
+
}, t.zoomTo(R, n.lastCenter), c != "Control" && d();
|
|
1573
|
+
}
|
|
1574
|
+
function g() {
|
|
1575
|
+
t.zoomFinished(), window.removeEventListener("keyup", g);
|
|
1576
|
+
}
|
|
1577
|
+
function m(w) {
|
|
1569
1578
|
c = w.key;
|
|
1570
1579
|
}
|
|
1571
|
-
function
|
|
1580
|
+
function p() {
|
|
1572
1581
|
c = null;
|
|
1573
1582
|
}
|
|
1574
|
-
return { core: t, onPointerDown: M, onWheel:
|
|
1583
|
+
return { core: t, onPointerDown: M, onWheel: y };
|
|
1575
1584
|
}
|
|
1576
|
-
function
|
|
1585
|
+
function Yo(e) {
|
|
1577
1586
|
const t = Nt({
|
|
1578
1587
|
onDoubleTap() {
|
|
1579
1588
|
t.toggleZoom();
|
|
@@ -1587,28 +1596,28 @@ function Qo(e) {
|
|
|
1587
1596
|
async function v(f) {
|
|
1588
1597
|
const { touches: a } = f;
|
|
1589
1598
|
s(a.length), n.zooming = c(2), l.startTap();
|
|
1590
|
-
const { clientX:
|
|
1591
|
-
o.start(
|
|
1599
|
+
const { clientX: y, clientY: g } = a[0];
|
|
1600
|
+
o.start(y, g), i("start", y, g, f), n.zooming && (f.preventDefault(), u = n.level, d = ut(a), await t.switchToZoom(), n.lastCenter = On(a));
|
|
1592
1601
|
}
|
|
1593
1602
|
async function r(f) {
|
|
1594
1603
|
const { touches: a } = f;
|
|
1595
1604
|
s(a.length);
|
|
1596
|
-
const { clientX:
|
|
1597
|
-
if (o.move(
|
|
1605
|
+
const { clientX: y, clientY: g } = a[0];
|
|
1606
|
+
if (o.move(y, g), i("move", y, g, f), n.zooming && c(2)) {
|
|
1598
1607
|
f.preventDefault();
|
|
1599
|
-
const
|
|
1600
|
-
t.zoomTo(
|
|
1608
|
+
const m = ut(a), p = u * m / d;
|
|
1609
|
+
t.zoomTo(p, n.lastCenter);
|
|
1601
1610
|
}
|
|
1602
1611
|
}
|
|
1603
1612
|
async function M(f) {
|
|
1604
1613
|
if (f.touches.length)
|
|
1605
1614
|
return;
|
|
1606
|
-
const { clientX: a, clientY:
|
|
1607
|
-
i("end", a,
|
|
1615
|
+
const { clientX: a, clientY: y } = f.changedTouches[0];
|
|
1616
|
+
i("end", a, y, f), l.checkTap(o.offsetX.value, o.offsetY.value), t.zoomFinished(), o.reset();
|
|
1608
1617
|
}
|
|
1609
1618
|
return { core: t, onTouchStart: v, onTouchMove: r, onTouchEnd: M };
|
|
1610
1619
|
}
|
|
1611
|
-
function
|
|
1620
|
+
function Bo() {
|
|
1612
1621
|
const e = De({
|
|
1613
1622
|
scale: 1,
|
|
1614
1623
|
startX: 0,
|
|
@@ -1629,8 +1638,8 @@ function Yo() {
|
|
|
1629
1638
|
}
|
|
1630
1639
|
return { state: e, dragStart: t, dragMove: n, dragEnd: o };
|
|
1631
1640
|
}
|
|
1632
|
-
function
|
|
1633
|
-
const e =
|
|
1641
|
+
function _n() {
|
|
1642
|
+
const e = h(!1), t = h(!1);
|
|
1634
1643
|
return Mt(() => {
|
|
1635
1644
|
!t.value || (e.value = !0);
|
|
1636
1645
|
}), ce(() => {
|
|
@@ -1641,15 +1650,15 @@ function On() {
|
|
|
1641
1650
|
isActivated: e
|
|
1642
1651
|
};
|
|
1643
1652
|
}
|
|
1644
|
-
function
|
|
1653
|
+
function bn(e) {
|
|
1645
1654
|
let t = !1;
|
|
1646
1655
|
return () => {
|
|
1647
1656
|
t || (e(), t = !0);
|
|
1648
1657
|
};
|
|
1649
1658
|
}
|
|
1650
|
-
function
|
|
1659
|
+
function Uo(e) {
|
|
1651
1660
|
let t = null;
|
|
1652
|
-
const { isActivated: n } =
|
|
1661
|
+
const { isActivated: n } = _n(), o = bn(() => t = window.onBackPress);
|
|
1653
1662
|
function l() {
|
|
1654
1663
|
o(), window.onBackPress = () => e();
|
|
1655
1664
|
}
|
|
@@ -1658,15 +1667,15 @@ function Bo(e) {
|
|
|
1658
1667
|
}
|
|
1659
1668
|
return Mt(() => {
|
|
1660
1669
|
!n.value || l();
|
|
1661
|
-
}),
|
|
1670
|
+
}), bt(() => {
|
|
1662
1671
|
l();
|
|
1663
1672
|
}), vt(() => {
|
|
1664
1673
|
s();
|
|
1665
|
-
}),
|
|
1674
|
+
}), kt(() => {
|
|
1666
1675
|
s();
|
|
1667
1676
|
}), { register: l, unregister: s };
|
|
1668
1677
|
}
|
|
1669
|
-
const
|
|
1678
|
+
const kn = ["onClick"], Qn = /* @__PURE__ */ J({
|
|
1670
1679
|
__name: "Toast",
|
|
1671
1680
|
props: {
|
|
1672
1681
|
message: null,
|
|
@@ -1674,7 +1683,7 @@ const bn = ["onClick"], kn = /* @__PURE__ */ q({
|
|
|
1674
1683
|
buttonClickEvent: null
|
|
1675
1684
|
},
|
|
1676
1685
|
setup(e) {
|
|
1677
|
-
const t = e, n =
|
|
1686
|
+
const t = e, n = h(), o = h(), l = h(), s = A(() => {
|
|
1678
1687
|
switch (t.position) {
|
|
1679
1688
|
case "top":
|
|
1680
1689
|
return 10;
|
|
@@ -1709,31 +1718,31 @@ const bn = ["onClick"], kn = /* @__PURE__ */ q({
|
|
|
1709
1718
|
ref_key: "toastWrapper",
|
|
1710
1719
|
ref: n,
|
|
1711
1720
|
class: "toastWrapper",
|
|
1712
|
-
style:
|
|
1721
|
+
style: G([I(i), { zIndex: 9999999 }])
|
|
1713
1722
|
}, [
|
|
1714
1723
|
U("div", {
|
|
1715
|
-
style:
|
|
1724
|
+
style: G(I(c))
|
|
1716
1725
|
}, [
|
|
1717
1726
|
U("span", null, $e(e.message), 1)
|
|
1718
1727
|
], 4)
|
|
1719
|
-
], 12,
|
|
1728
|
+
], 12, kn));
|
|
1720
1729
|
}
|
|
1721
1730
|
});
|
|
1722
|
-
const
|
|
1731
|
+
const Yn = /* @__PURE__ */ ne(Qn, [["__scopeId", "data-v-25d39b90"]]), rt = {
|
|
1723
1732
|
message: "\u61D2\u732B\u4E91 Yes!!!",
|
|
1724
1733
|
position: "middle",
|
|
1725
1734
|
duration: 1500,
|
|
1726
1735
|
buttonClickEvent: () => {
|
|
1727
1736
|
}
|
|
1728
1737
|
};
|
|
1729
|
-
class
|
|
1738
|
+
class Ro {
|
|
1730
1739
|
options;
|
|
1731
1740
|
container;
|
|
1732
1741
|
constructor(t) {
|
|
1733
1742
|
this.options = t, this.container = document.createElement("div");
|
|
1734
1743
|
}
|
|
1735
1744
|
present() {
|
|
1736
|
-
const t = ue(ue(
|
|
1745
|
+
const t = ue(ue(Yn), { ...rt, ...this.options });
|
|
1737
1746
|
ye(t, this.container), document.body.insertBefore(this.container, document.body.firstChild);
|
|
1738
1747
|
const n = this.options.duration || rt.duration;
|
|
1739
1748
|
setTimeout(() => {
|
|
@@ -1751,7 +1760,7 @@ class Uo {
|
|
|
1751
1760
|
}
|
|
1752
1761
|
}
|
|
1753
1762
|
}
|
|
1754
|
-
const
|
|
1763
|
+
const Bn = ["xlink:href", "fill", "color"], Ne = /* @__PURE__ */ J({
|
|
1755
1764
|
__name: "SvgIcon",
|
|
1756
1765
|
props: {
|
|
1757
1766
|
name: null,
|
|
@@ -1772,17 +1781,17 @@ const Yn = ["xlink:href", "fill", "color"], Ne = /* @__PURE__ */ q({
|
|
|
1772
1781
|
}
|
|
1773
1782
|
return (s, i) => (Y(), H("svg", {
|
|
1774
1783
|
"aria-hidden": "",
|
|
1775
|
-
style:
|
|
1784
|
+
style: G({ ...I(o), ...l(s.$attrs) })
|
|
1776
1785
|
}, [
|
|
1777
1786
|
U("use", {
|
|
1778
1787
|
"xlink:href": I(n),
|
|
1779
1788
|
fill: e.color,
|
|
1780
1789
|
color: e.color
|
|
1781
|
-
}, null, 8,
|
|
1790
|
+
}, null, 8, Bn)
|
|
1782
1791
|
], 4));
|
|
1783
1792
|
}
|
|
1784
1793
|
});
|
|
1785
|
-
function
|
|
1794
|
+
function Un(e) {
|
|
1786
1795
|
const {
|
|
1787
1796
|
containerEl: t,
|
|
1788
1797
|
sliderEl: n,
|
|
@@ -1790,25 +1799,25 @@ function Bn(e) {
|
|
|
1790
1799
|
performance: l = {},
|
|
1791
1800
|
maxHeightRatio: s = 0.9,
|
|
1792
1801
|
observeMethod: i = "classList"
|
|
1793
|
-
} = e, c =
|
|
1802
|
+
} = e, c = h(!0), u = Le(X, 100);
|
|
1794
1803
|
let d, v = "";
|
|
1795
|
-
const r =
|
|
1804
|
+
const r = h(0), M = h(0), f = h(0), a = h({
|
|
1796
1805
|
top: 0,
|
|
1797
1806
|
scrollTop: 0,
|
|
1798
1807
|
scrollHeight: 0,
|
|
1799
1808
|
clientHeight: 0
|
|
1800
|
-
}),
|
|
1809
|
+
}), y = h({
|
|
1801
1810
|
clientHeight: 0
|
|
1802
|
-
}),
|
|
1811
|
+
}), g = A(() => !!M.value), m = A(() => a.value.scrollHeight > a.value.clientHeight), p = A(() => o ? a.value.clientHeight - R.value : a.value.clientHeight - y.value.clientHeight), w = A(() => a.value.scrollHeight - a.value.clientHeight), j = A(() => !a.value.clientHeight && !a.value.scrollHeight ? 1 : Math.max(
|
|
1803
1812
|
a.value.clientHeight / a.value.scrollHeight,
|
|
1804
1813
|
0.05
|
|
1805
|
-
)), R = A(() =>
|
|
1814
|
+
)), R = A(() => j.value > s ? 0 : j.value * a.value.clientHeight), O = A(() => ({
|
|
1806
1815
|
willChange: "transform",
|
|
1807
1816
|
transform: `translate3d(0,${f.value}px,0)`,
|
|
1808
1817
|
height: o ? `${R.value}px` : void 0
|
|
1809
1818
|
}));
|
|
1810
1819
|
Fe(t, () => z());
|
|
1811
|
-
function
|
|
1820
|
+
function T(b) {
|
|
1812
1821
|
k(), M.value = b.clientY - n.value.getBoundingClientRect().top || 1, v = getComputedStyle(t.value).scrollBehavior, v === "smooth" && (t.value.style.scrollBehavior = "unset");
|
|
1813
1822
|
}
|
|
1814
1823
|
function L() {
|
|
@@ -1818,44 +1827,44 @@ function Bn(e) {
|
|
|
1818
1827
|
c.value = !1;
|
|
1819
1828
|
}
|
|
1820
1829
|
function X() {
|
|
1821
|
-
|
|
1830
|
+
g.value || (c.value = !0);
|
|
1822
1831
|
}
|
|
1823
|
-
function
|
|
1824
|
-
if (!
|
|
1832
|
+
function D(b) {
|
|
1833
|
+
if (!g.value)
|
|
1825
1834
|
return;
|
|
1826
|
-
let
|
|
1827
|
-
|
|
1828
|
-
top: f.value /
|
|
1835
|
+
let F = b.clientY - a.value.top - M.value;
|
|
1836
|
+
F < 0 ? f.value = 0 : F >= p.value ? f.value = p.value : f.value = F, t.value.scrollTo({
|
|
1837
|
+
top: f.value / p.value * w.value
|
|
1829
1838
|
});
|
|
1830
1839
|
}
|
|
1831
1840
|
function N() {
|
|
1832
|
-
|
|
1841
|
+
g.value || C();
|
|
1833
1842
|
}
|
|
1834
1843
|
function C() {
|
|
1835
1844
|
cancelAnimationFrame(d), d = requestAnimationFrame(Q);
|
|
1836
1845
|
}
|
|
1837
1846
|
function Q() {
|
|
1838
|
-
t.value && (r.value = l.scrollTop?.value ?? t.value.scrollTop, f.value = r.value / w.value *
|
|
1847
|
+
t.value && (r.value = l.scrollTop?.value ?? t.value.scrollTop, f.value = r.value / w.value * p.value);
|
|
1839
1848
|
}
|
|
1840
1849
|
function _(b) {
|
|
1841
|
-
let
|
|
1842
|
-
b === "add" ?
|
|
1850
|
+
let F = "addEventListener";
|
|
1851
|
+
b === "add" ? F = "addEventListener" : F = "removeEventListener", n.value?.[F]("pointerdown", T, {
|
|
1843
1852
|
passive: !0
|
|
1844
|
-
}), window[
|
|
1853
|
+
}), window[F]("pointermove", D, { passive: !0 }), window[F]("pointerup", L, { passive: !0 });
|
|
1845
1854
|
}
|
|
1846
1855
|
const E = new MutationObserver((b) => {
|
|
1847
|
-
(i == "classList" || b.map((
|
|
1856
|
+
(i == "classList" || b.map((Z) => Z.oldValue).join().includes("height")) && z();
|
|
1848
1857
|
});
|
|
1849
1858
|
function z() {
|
|
1850
1859
|
a.value.top = t.value?.getBoundingClientRect().top ?? 0;
|
|
1851
|
-
const { scrollHeight: b = 0, clientHeight:
|
|
1852
|
-
b !=
|
|
1860
|
+
const { scrollHeight: b = 0, clientHeight: F = 0 } = t.value || {}, { scrollHeight: Z, clientHeight: K } = a.value;
|
|
1861
|
+
b != Z && (a.value.scrollHeight = b, Q()), F != K && (a.value.clientHeight = F, Q());
|
|
1853
1862
|
const { clientHeight: oe = 0 } = n.value || {};
|
|
1854
|
-
oe !=
|
|
1863
|
+
oe != y.value.clientHeight && (y.value.clientHeight = oe);
|
|
1855
1864
|
}
|
|
1856
1865
|
function B() {
|
|
1857
1866
|
k(), setTimeout(() => {
|
|
1858
|
-
|
|
1867
|
+
y.value.clientHeight = n.value?.clientHeight ?? 0, X();
|
|
1859
1868
|
}, 150);
|
|
1860
1869
|
}
|
|
1861
1870
|
function $() {
|
|
@@ -1874,21 +1883,21 @@ function Bn(e) {
|
|
|
1874
1883
|
} else
|
|
1875
1884
|
console.error("useScrollBar:", "\u521D\u59CB\u5316\u5931\u8D25!", { containerEl: t, sliderEl: n });
|
|
1876
1885
|
}
|
|
1877
|
-
return
|
|
1886
|
+
return q(r, () => {
|
|
1878
1887
|
k(), u();
|
|
1879
1888
|
}), {
|
|
1880
1889
|
isScrollEnd: c,
|
|
1881
|
-
isDragSlider:
|
|
1890
|
+
isDragSlider: g,
|
|
1882
1891
|
offsetTop: f,
|
|
1883
1892
|
scrollTop: r,
|
|
1884
|
-
scrollable:
|
|
1885
|
-
sliderPos:
|
|
1893
|
+
scrollable: m,
|
|
1894
|
+
sliderPos: O,
|
|
1886
1895
|
init: $,
|
|
1887
1896
|
modifySliderEventListener: _,
|
|
1888
|
-
heightRatio:
|
|
1897
|
+
heightRatio: j
|
|
1889
1898
|
};
|
|
1890
1899
|
}
|
|
1891
|
-
const
|
|
1900
|
+
const Rn = (e) => (Ie("data-v-7fd39e51"), e = e(), Ae(), e), $n = /* @__PURE__ */ Rn(() => /* @__PURE__ */ U("div", { class: "default-slider" }, null, -1)), Hn = /* @__PURE__ */ J({
|
|
1892
1901
|
__name: "ScrollBar",
|
|
1893
1902
|
props: {
|
|
1894
1903
|
containerEl: null,
|
|
@@ -1899,13 +1908,13 @@ const Un = (e) => (Ie("data-v-7fd39e51"), e = e(), Ae(), e), Rn = /* @__PURE__ *
|
|
|
1899
1908
|
maxHeightRatio: { default: 0.9 }
|
|
1900
1909
|
},
|
|
1901
1910
|
setup(e, { expose: t }) {
|
|
1902
|
-
const n = e, o = !!
|
|
1911
|
+
const n = e, o = !!Qt().default, l = h(null), s = A(() => n.containerEl), i = Un({
|
|
1903
1912
|
containerEl: s,
|
|
1904
1913
|
sliderEl: l,
|
|
1905
1914
|
autoHeight: o ? n.autoHeight : !0,
|
|
1906
1915
|
performance: n.performance,
|
|
1907
1916
|
observeMethod: n.observeMethod
|
|
1908
|
-
}), { scrollable: c, isScrollEnd: u, sliderPos: d, heightRatio: v } = i, r =
|
|
1917
|
+
}), { scrollable: c, isScrollEnd: u, sliderPos: d, heightRatio: v } = i, r = h(!1), M = n.autoHide ? A(() => n.maxHeightRatio < v.value ? !1 : r.value || !u.value) : A(() => n.maxHeightRatio < v.value ? !1 : c.value), { load: f } = We(
|
|
1909
1918
|
`.hide-scrollbar {
|
|
1910
1919
|
scrollbar-width: none;
|
|
1911
1920
|
-ms-overflow-style: none;
|
|
@@ -1925,21 +1934,21 @@ const Un = (e) => (Ie("data-v-7fd39e51"), e = e(), Ae(), e), Rn = /* @__PURE__ *
|
|
|
1925
1934
|
function a() {
|
|
1926
1935
|
r.value = !0;
|
|
1927
1936
|
}
|
|
1928
|
-
function
|
|
1937
|
+
function y() {
|
|
1929
1938
|
r.value = !1;
|
|
1930
1939
|
}
|
|
1931
|
-
return t({ uScrollBarReturn: i }), (
|
|
1940
|
+
return t({ uScrollBarReturn: i }), (g, m) => (Y(), we(Be, null, {
|
|
1932
1941
|
default: Ue(() => [
|
|
1933
1942
|
re(U("div", {
|
|
1934
1943
|
ref_key: "sliderRef",
|
|
1935
1944
|
ref: l,
|
|
1936
1945
|
class: "slider-wrapper",
|
|
1937
1946
|
onMouseenter: a,
|
|
1938
|
-
onMouseleave:
|
|
1939
|
-
style:
|
|
1947
|
+
onMouseleave: y,
|
|
1948
|
+
style: G(I(d))
|
|
1940
1949
|
}, [
|
|
1941
|
-
Ee(
|
|
1942
|
-
|
|
1950
|
+
Ee(g.$slots, "default", {}, () => [
|
|
1951
|
+
$n
|
|
1943
1952
|
], !0)
|
|
1944
1953
|
], 36), [
|
|
1945
1954
|
[ze, I(M)]
|
|
@@ -1949,13 +1958,13 @@ const Un = (e) => (Ie("data-v-7fd39e51"), e = e(), Ae(), e), Rn = /* @__PURE__ *
|
|
|
1949
1958
|
}));
|
|
1950
1959
|
}
|
|
1951
1960
|
});
|
|
1952
|
-
const
|
|
1961
|
+
const $o = /* @__PURE__ */ ne(Hn, [["__scopeId", "data-v-7fd39e51"]]), Pn = (e) => (Ie("data-v-df5da876"), e = e(), Ae(), e), Fn = { class: "pull-refresh" }, Wn = {
|
|
1953
1962
|
key: 0,
|
|
1954
1963
|
class: "pull-arrow-circle"
|
|
1955
|
-
},
|
|
1964
|
+
}, Xn = {
|
|
1956
1965
|
key: 0,
|
|
1957
1966
|
class: "box-load"
|
|
1958
|
-
},
|
|
1967
|
+
}, Zn = { class: "left-load" }, Vn = { class: "right-load" }, Kn = /* @__PURE__ */ Pn(() => /* @__PURE__ */ U("div", { class: "among-load" }, null, -1)), Gn = { class: "pull-arrow" }, qn = { key: 1 }, Jn = /* @__PURE__ */ J({
|
|
1959
1968
|
__name: "PullRefresh",
|
|
1960
1969
|
props: {
|
|
1961
1970
|
refresh: null,
|
|
@@ -1964,81 +1973,81 @@ const Ro = /* @__PURE__ */ ne($n, [["__scopeId", "data-v-7fd39e51"]]), Hn = (e)
|
|
|
1964
1973
|
pullRefreshContainer: null
|
|
1965
1974
|
},
|
|
1966
1975
|
setup(e) {
|
|
1967
|
-
const t = e, n = 0.7, o = "#2EC1CC", l =
|
|
1976
|
+
const t = e, n = 0.7, o = "#2EC1CC", l = h(-999), s = h(1), i = h(0), c = h(0.3), u = h(!1), d = h(0), v = h(0), r = h(0), M = h(0), f = h(0), a = h(), y = A(() => t.scrollTop), g = A(() => ({
|
|
1968
1977
|
transition: `${M.value}ms`,
|
|
1969
1978
|
transform: `translate3d(0,${l.value}px, 0) scale(${s.value})`
|
|
1970
|
-
})),
|
|
1979
|
+
})), m = A(() => ({
|
|
1971
1980
|
borderColor: o,
|
|
1972
1981
|
transition: M.value,
|
|
1973
1982
|
transform: `rotate(${100 + i.value}deg)`,
|
|
1974
1983
|
opacity: c.value
|
|
1975
1984
|
}));
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
}),
|
|
1985
|
+
q(f, (T) => {
|
|
1986
|
+
T === 0 && (l.value = -50, c.value = 0.3);
|
|
1987
|
+
}), q(v, (T) => {
|
|
1979
1988
|
if (f.value === 2)
|
|
1980
1989
|
return;
|
|
1981
|
-
const L = Math.pow(
|
|
1990
|
+
const L = Math.pow(T, n);
|
|
1982
1991
|
L === 0 && (l.value = -50), L <= 50 && L > 0 && (l.value = L - 45, i.value = Math.pow(L, 1.5), L > 15 ? u.value = !0 : u.value = !1), L > 50 && (l.value = 5, c.value = 1, f.value);
|
|
1983
1992
|
});
|
|
1984
|
-
const
|
|
1985
|
-
|
|
1986
|
-
},
|
|
1987
|
-
const L =
|
|
1988
|
-
|
|
1993
|
+
const p = h(0), w = (T) => {
|
|
1994
|
+
p.value = T.touches[0].pageY;
|
|
1995
|
+
}, j = (T) => {
|
|
1996
|
+
const L = T.touches[0].pageY - p.value;
|
|
1997
|
+
p.value = T.touches[0].pageY, !t.refreshOff && (!t?.refresh || f.value !== 2 && y.value === 0 && (d.value === 0 && (d.value = T.touches[0].pageY), r.value = 0, O.value.style.transition = `${r.value}ms`, M.value = 0, v.value = T.touches[0].pageY - d.value, O.value.style.transform = `translate3d(0, ${Math.pow(v.value, n)}px, 0)`, L > 0 && T.preventDefault()));
|
|
1989
1998
|
}, R = () => {
|
|
1990
1999
|
if (t.refreshOff || !t?.refresh || f.value === 2)
|
|
1991
2000
|
return;
|
|
1992
2001
|
d.value = 0, r.value = 300;
|
|
1993
|
-
const
|
|
1994
|
-
|
|
2002
|
+
const T = Math.pow(v.value, n);
|
|
2003
|
+
O.value.style.transition = `${r.value}ms`, T > 50 ? (f.value = 2, v.value = Math.pow(50, 1 / n), O.value.style.transform = `translate3d(0, ${Math.pow(v.value, n)}px, 0)`, M.value = 300, t?.refresh && t?.refresh().then(() => {
|
|
1995
2004
|
a.value = "\u5237\u65B0\u6210\u529F";
|
|
1996
2005
|
}).catch(() => {
|
|
1997
2006
|
a.value = "\u5237\u65B0\u5931\u8D25";
|
|
1998
2007
|
}).finally(() => {
|
|
1999
2008
|
setTimeout(() => {
|
|
2000
|
-
f.value = 0, v.value = 0,
|
|
2009
|
+
f.value = 0, v.value = 0, O.value.style.transform = `translate3d(0, ${Math.pow(
|
|
2001
2010
|
v.value,
|
|
2002
2011
|
n
|
|
2003
2012
|
)}px, 0)`, setTimeout(() => {
|
|
2004
2013
|
a.value = void 0;
|
|
2005
2014
|
}, M.value);
|
|
2006
2015
|
}, 600);
|
|
2007
|
-
})) : (v.value = 0,
|
|
2008
|
-
},
|
|
2016
|
+
})) : (v.value = 0, O.value.style.transform = `translate3d(0, ${Math.pow(v.value, n)}px, 0)`);
|
|
2017
|
+
}, O = h(null);
|
|
2009
2018
|
return ce(() => {
|
|
2010
|
-
t?.refreshOff || (
|
|
2019
|
+
t?.refreshOff || (O.value = document.querySelector(
|
|
2011
2020
|
t.pullRefreshContainer
|
|
2012
|
-
),
|
|
2013
|
-
}), (
|
|
2021
|
+
), O.value?.addEventListener("touchstart", w), O.value?.addEventListener("touchmove", j), O.value?.addEventListener("touchend", R));
|
|
2022
|
+
}), (T, L) => (Y(), H("div", Fn, [
|
|
2014
2023
|
U("div", {
|
|
2015
2024
|
class: "pull-refresh-box",
|
|
2016
|
-
style:
|
|
2025
|
+
style: G(I(g))
|
|
2017
2026
|
}, [
|
|
2018
|
-
a.value ? (Y(), H("div",
|
|
2019
|
-
f.value == 2 ? (Y(), H("div",
|
|
2020
|
-
U("div",
|
|
2027
|
+
a.value ? (Y(), H("div", qn, $e(a.value), 1)) : (Y(), H("div", Wn, [
|
|
2028
|
+
f.value == 2 ? (Y(), H("div", Xn, [
|
|
2029
|
+
U("div", Zn, [
|
|
2021
2030
|
U("div", {
|
|
2022
2031
|
class: "left-circle",
|
|
2023
|
-
style:
|
|
2032
|
+
style: G({ backgroundColor: o })
|
|
2024
2033
|
}, null, 4)
|
|
2025
2034
|
]),
|
|
2026
|
-
U("div",
|
|
2035
|
+
U("div", Vn, [
|
|
2027
2036
|
U("div", {
|
|
2028
2037
|
class: "right-circle",
|
|
2029
|
-
style:
|
|
2038
|
+
style: G({ backgroundColor: o })
|
|
2030
2039
|
}, null, 4)
|
|
2031
2040
|
]),
|
|
2032
|
-
|
|
2041
|
+
Kn
|
|
2033
2042
|
])) : (Y(), H("div", {
|
|
2034
2043
|
key: 1,
|
|
2035
2044
|
class: "pull-circle-line",
|
|
2036
|
-
style:
|
|
2045
|
+
style: G(I(m))
|
|
2037
2046
|
}, [
|
|
2038
|
-
U("div",
|
|
2047
|
+
U("div", Gn, [
|
|
2039
2048
|
U("div", {
|
|
2040
2049
|
class: se(["arrows", { opacity: u.value }]),
|
|
2041
|
-
style:
|
|
2050
|
+
style: G({ borderBottomColor: o })
|
|
2042
2051
|
}, null, 6)
|
|
2043
2052
|
])
|
|
2044
2053
|
], 4))
|
|
@@ -2047,10 +2056,10 @@ const Ro = /* @__PURE__ */ ne($n, [["__scopeId", "data-v-7fd39e51"]]), Hn = (e)
|
|
|
2047
2056
|
]));
|
|
2048
2057
|
}
|
|
2049
2058
|
});
|
|
2050
|
-
const
|
|
2059
|
+
const eo = /* @__PURE__ */ ne(Jn, [["__scopeId", "data-v-df5da876"]]), to = ["data-key"], no = {
|
|
2051
2060
|
inheritAttrs: !1
|
|
2052
|
-
},
|
|
2053
|
-
...
|
|
2061
|
+
}, oo = /* @__PURE__ */ J({
|
|
2062
|
+
...no,
|
|
2054
2063
|
__name: "VirtualList",
|
|
2055
2064
|
props: {
|
|
2056
2065
|
data: null,
|
|
@@ -2062,7 +2071,7 @@ const Jn = /* @__PURE__ */ ne(qn, [["__scopeId", "data-v-df5da876"]]), eo = ["da
|
|
|
2062
2071
|
},
|
|
2063
2072
|
emits: ["scrollEnd"],
|
|
2064
2073
|
setup(e, { expose: t, emit: n }) {
|
|
2065
|
-
const o = e, l =
|
|
2074
|
+
const o = e, l = on(Yt(o, "data"), {
|
|
2066
2075
|
itemHeight: (f) => o.itemHeight(o.data[f]),
|
|
2067
2076
|
overscan: o.overscan,
|
|
2068
2077
|
scrollEndHook: () => {
|
|
@@ -2084,7 +2093,7 @@ const Jn = /* @__PURE__ */ ne(qn, [["__scopeId", "data-v-df5da876"]]), eo = ["da
|
|
|
2084
2093
|
return o.getItemKey ? o.getItemKey(f, a) : `${a}`;
|
|
2085
2094
|
}
|
|
2086
2095
|
return (f, a) => (Y(), H(ke, null, [
|
|
2087
|
-
ge(
|
|
2096
|
+
ge(eo, {
|
|
2088
2097
|
refresh: e.refresh,
|
|
2089
2098
|
refreshOff: e.refreshOff,
|
|
2090
2099
|
scrollTop: I(v),
|
|
@@ -2095,25 +2104,25 @@ const Jn = /* @__PURE__ */ ne(qn, [["__scopeId", "data-v-df5da876"]]), eo = ["da
|
|
|
2095
2104
|
id: r
|
|
2096
2105
|
}, [
|
|
2097
2106
|
U("div", he({
|
|
2098
|
-
onScrollPassive: a[0] || (a[0] = (...
|
|
2107
|
+
onScrollPassive: a[0] || (a[0] = (...y) => I(i).onScroll && I(i).onScroll(...y)),
|
|
2099
2108
|
ref: I(i).ref,
|
|
2100
2109
|
class: "virtualList"
|
|
2101
2110
|
}, f.$attrs), [
|
|
2102
2111
|
U("div", _e(be(I(c))), [
|
|
2103
2112
|
U("div", _e(be(I(u))), [
|
|
2104
|
-
(Y(!0), H(ke, null,
|
|
2105
|
-
key: M(
|
|
2106
|
-
"data-key": M(
|
|
2107
|
-
style:
|
|
2108
|
-
height: `${I(d)(
|
|
2113
|
+
(Y(!0), H(ke, null, Bt(I(s), ({ data: y, index: g }) => (Y(), H("div", {
|
|
2114
|
+
key: M(y, g),
|
|
2115
|
+
"data-key": M(y, g),
|
|
2116
|
+
style: G({
|
|
2117
|
+
height: `${I(d)(g).height}px`,
|
|
2109
2118
|
display: "flex"
|
|
2110
2119
|
})
|
|
2111
2120
|
}, [
|
|
2112
2121
|
Ee(f.$slots, "default", {
|
|
2113
|
-
data:
|
|
2114
|
-
index:
|
|
2122
|
+
data: y,
|
|
2123
|
+
index: g
|
|
2115
2124
|
}, void 0, !0)
|
|
2116
|
-
], 12,
|
|
2125
|
+
], 12, to))), 128))
|
|
2117
2126
|
], 16)
|
|
2118
2127
|
], 16)
|
|
2119
2128
|
], 16)
|
|
@@ -2121,7 +2130,7 @@ const Jn = /* @__PURE__ */ ne(qn, [["__scopeId", "data-v-df5da876"]]), eo = ["da
|
|
|
2121
2130
|
], 64));
|
|
2122
2131
|
}
|
|
2123
2132
|
});
|
|
2124
|
-
const
|
|
2133
|
+
const Ho = /* @__PURE__ */ ne(oo, [["__scopeId", "data-v-dfe60586"]]), ot = (e) => (Ie("data-v-33519afd"), e = e(), Ae(), e), lo = { style: { position: "absolute" } }, so = /* @__PURE__ */ ot(() => /* @__PURE__ */ U("div", { class: "wrapper" }, null, -1)), ao = ["width", "height"], io = /* @__PURE__ */ ot(() => /* @__PURE__ */ U("title", null, "logo", -1)), uo = /* @__PURE__ */ ot(() => /* @__PURE__ */ U("g", {
|
|
2125
2134
|
id: "group-1",
|
|
2126
2135
|
stroke: "none",
|
|
2127
2136
|
"stroke-width": "1",
|
|
@@ -2133,10 +2142,10 @@ const $o = /* @__PURE__ */ ne(no, [["__scopeId", "data-v-dfe60586"]]), ot = (e)
|
|
|
2133
2142
|
id: "path-1",
|
|
2134
2143
|
fill: "#FFF"
|
|
2135
2144
|
})
|
|
2136
|
-
], -1)),
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
],
|
|
2145
|
+
], -1)), ro = [
|
|
2146
|
+
io,
|
|
2147
|
+
uo
|
|
2148
|
+
], co = /* @__PURE__ */ J({
|
|
2140
2149
|
__name: "Loading",
|
|
2141
2150
|
props: {
|
|
2142
2151
|
width: { default: "90" },
|
|
@@ -2149,8 +2158,8 @@ const $o = /* @__PURE__ */ ne(no, [["__scopeId", "data-v-dfe60586"]]), ot = (e)
|
|
|
2149
2158
|
"312487ac": n
|
|
2150
2159
|
}));
|
|
2151
2160
|
const n = `${t.duration}ms`;
|
|
2152
|
-
return (o, l) => (Y(), H("div",
|
|
2153
|
-
|
|
2161
|
+
return (o, l) => (Y(), H("div", lo, [
|
|
2162
|
+
so,
|
|
2154
2163
|
(Y(), H("svg", {
|
|
2155
2164
|
style: { position: "relative" },
|
|
2156
2165
|
width: e.width,
|
|
@@ -2158,11 +2167,11 @@ const $o = /* @__PURE__ */ ne(no, [["__scopeId", "data-v-dfe60586"]]), ot = (e)
|
|
|
2158
2167
|
viewBox: "0 0 260 260",
|
|
2159
2168
|
version: "1.1",
|
|
2160
2169
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2161
|
-
},
|
|
2170
|
+
}, ro, 8, ao))
|
|
2162
2171
|
]));
|
|
2163
2172
|
}
|
|
2164
2173
|
});
|
|
2165
|
-
const
|
|
2174
|
+
const Po = /* @__PURE__ */ ne(co, [["__scopeId", "data-v-33519afd"]]), fo = [
|
|
2166
2175
|
"image/bmp",
|
|
2167
2176
|
"image/jpg",
|
|
2168
2177
|
"image/jpeg",
|
|
@@ -2175,11 +2184,11 @@ const Ho = /* @__PURE__ */ ne(ro, [["__scopeId", "data-v-33519afd"]]), co = [
|
|
|
2175
2184
|
"image/x-livp"
|
|
2176
2185
|
];
|
|
2177
2186
|
function Et(e, t) {
|
|
2178
|
-
const n =
|
|
2187
|
+
const n = h(e?.value), o = A(() => n.value?.startsWith("/_lzc")), l = h(!1), s = A(() => l.value), i = A(() => {
|
|
2179
2188
|
const u = t?.value;
|
|
2180
|
-
return !u || u.startsWith("video/") ? !0 : u.startsWith("image/") ? o.value ? !0 :
|
|
2189
|
+
return !u || u.startsWith("video/") ? !0 : u.startsWith("image/") ? o.value ? !0 : fo.includes(u) : !1;
|
|
2181
2190
|
});
|
|
2182
|
-
e &&
|
|
2191
|
+
e && q(e, (u) => {
|
|
2183
2192
|
n.value = u, l.value = !1;
|
|
2184
2193
|
});
|
|
2185
2194
|
function c() {
|
|
@@ -2200,10 +2209,10 @@ function It() {
|
|
|
2200
2209
|
}
|
|
2201
2210
|
} };
|
|
2202
2211
|
}
|
|
2203
|
-
const
|
|
2204
|
-
|
|
2205
|
-
],
|
|
2206
|
-
...
|
|
2212
|
+
const vo = ["title"], Mo = { class: "tip" }, go = /* @__PURE__ */ Ut("\u5F53\u524D\u683C\u5F0F\u4E0D\u652F\u6301"), ho = [
|
|
2213
|
+
go
|
|
2214
|
+
], mo = ["src"], yo = ["src"], po = ["title"], Do = { inheritAttrs: !1 }, To = /* @__PURE__ */ J({
|
|
2215
|
+
...Do,
|
|
2207
2216
|
__name: "Image",
|
|
2208
2217
|
props: {
|
|
2209
2218
|
src: null,
|
|
@@ -2216,33 +2225,33 @@ const fo = ["title"], vo = { class: "tip" }, Mo = /* @__PURE__ */ Bt("\u5F53\u52
|
|
|
2216
2225
|
},
|
|
2217
2226
|
emits: ["load", "noSupport", "loadError"],
|
|
2218
2227
|
setup(e, { emit: t }) {
|
|
2219
|
-
const n = e, o =
|
|
2220
|
-
component:
|
|
2228
|
+
const n = e, o = h(), l = h(), s = h(!1), i = h(!1), c = h(!1), { src: u, mime: d } = gt(n), { imgSrc: v, isSupport: r, hasError: M, handleError: f } = Et(u, d), { vImageCancel: a } = It(), { LoadingComp: y } = Tt({
|
|
2229
|
+
component: fn,
|
|
2221
2230
|
delay: 300
|
|
2222
|
-
}),
|
|
2223
|
-
function
|
|
2231
|
+
}), g = $t(() => c.value && n.autoRemoveThumbnail ? !1 : n.thumbnail && !c.value);
|
|
2232
|
+
function m() {
|
|
2224
2233
|
i.value = !0;
|
|
2225
2234
|
}
|
|
2226
|
-
function
|
|
2235
|
+
function p() {
|
|
2227
2236
|
i.value && (c.value = !0);
|
|
2228
2237
|
}
|
|
2229
2238
|
async function w() {
|
|
2230
|
-
|
|
2239
|
+
m(), g.value ? (o.value?.addEventListener("animationend", j), o.value?.classList.add("showing"), await nt(10)) : o.value && t("load", o.value), o.value?.classList.remove("src-class");
|
|
2231
2240
|
}
|
|
2232
|
-
function
|
|
2233
|
-
o.value?.removeEventListener("animationend",
|
|
2241
|
+
function j() {
|
|
2242
|
+
o.value?.removeEventListener("animationend", j), o.value?.classList.remove("showing"), o.value && t("load", o.value), p();
|
|
2234
2243
|
}
|
|
2235
2244
|
async function R(L) {
|
|
2236
2245
|
L ? w() : l.value && t("load", l.value), s.value = !0;
|
|
2237
2246
|
}
|
|
2238
|
-
function
|
|
2239
|
-
L ? (f(), t("loadError")) :
|
|
2247
|
+
function O(L) {
|
|
2248
|
+
L ? (f(), t("loadError")) : m(), s.value = !0;
|
|
2240
2249
|
}
|
|
2241
|
-
function
|
|
2250
|
+
function T() {
|
|
2242
2251
|
t("noSupport");
|
|
2243
2252
|
}
|
|
2244
2253
|
return (L, k) => (Y(), H(ke, null, [
|
|
2245
|
-
I(r) && !s.value ? (Y(), we(I(
|
|
2254
|
+
I(r) && !s.value ? (Y(), we(I(y), { key: 0 })) : de("", !0),
|
|
2246
2255
|
I(r) ? I(M) ? (Y(), H("div", he({ key: 3 }, L.$attrs, {
|
|
2247
2256
|
title: I(v),
|
|
2248
2257
|
class: "tip-wrap"
|
|
@@ -2251,19 +2260,20 @@ const fo = ["title"], vo = { class: "tip" }, Mo = /* @__PURE__ */ Bt("\u5F53\u52
|
|
|
2251
2260
|
class: "bad-image",
|
|
2252
2261
|
name: e.badImageIconName
|
|
2253
2262
|
}, null, 8, ["name"])
|
|
2254
|
-
], 16,
|
|
2263
|
+
], 16, po)) : Ee(L.$slots, "default", {
|
|
2255
2264
|
key: 2,
|
|
2256
2265
|
src: I(v),
|
|
2257
2266
|
onLoad: R,
|
|
2258
|
-
onError:
|
|
2267
|
+
onError: O,
|
|
2268
|
+
vImageCancel: I(a)
|
|
2259
2269
|
}, () => [
|
|
2260
|
-
I(
|
|
2270
|
+
I(g) ? re((Y(), H("img", he({ key: 0 }, L.$attrs, {
|
|
2261
2271
|
ref_key: "thumbnailRef",
|
|
2262
2272
|
ref: l,
|
|
2263
2273
|
onLoad: k[0] || (k[0] = (X) => R()),
|
|
2264
|
-
onError: k[1] || (k[1] = (X) =>
|
|
2274
|
+
onError: k[1] || (k[1] = (X) => O()),
|
|
2265
2275
|
src: e.thumbnail
|
|
2266
|
-
}), null, 16,
|
|
2276
|
+
}), null, 16, mo)), [
|
|
2267
2277
|
[I(a)]
|
|
2268
2278
|
]) : de("", !0),
|
|
2269
2279
|
e.isShowSrc || i.value ? re((Y(), H("img", he({ key: 1 }, L.$attrs, {
|
|
@@ -2271,9 +2281,9 @@ const fo = ["title"], vo = { class: "tip" }, Mo = /* @__PURE__ */ Bt("\u5F53\u52
|
|
|
2271
2281
|
ref: o,
|
|
2272
2282
|
class: "src-class",
|
|
2273
2283
|
onLoad: k[2] || (k[2] = (X) => R(!0)),
|
|
2274
|
-
onError: k[3] || (k[3] = (X) =>
|
|
2284
|
+
onError: k[3] || (k[3] = (X) => O(!0)),
|
|
2275
2285
|
src: I(v)
|
|
2276
|
-
}), null, 16,
|
|
2286
|
+
}), null, 16, yo)), [
|
|
2277
2287
|
[I(a)],
|
|
2278
2288
|
[ze, i.value]
|
|
2279
2289
|
]) : de("", !0)
|
|
@@ -2285,14 +2295,14 @@ const fo = ["title"], vo = { class: "tip" }, Mo = /* @__PURE__ */ Bt("\u5F53\u52
|
|
|
2285
2295
|
class: "no-support-icon",
|
|
2286
2296
|
name: e.noSupportIconName
|
|
2287
2297
|
}, null, 8, ["name"]),
|
|
2288
|
-
re((Y(), H("span",
|
|
2289
|
-
[I(ht),
|
|
2298
|
+
re((Y(), H("span", Mo, ho)), [
|
|
2299
|
+
[I(ht), T]
|
|
2290
2300
|
])
|
|
2291
|
-
], 16,
|
|
2301
|
+
], 16, vo))
|
|
2292
2302
|
], 64));
|
|
2293
2303
|
}
|
|
2294
2304
|
});
|
|
2295
|
-
const
|
|
2305
|
+
const Fo = /* @__PURE__ */ ne(To, [["__scopeId", "data-v-bfec1a6b"]]), No = ["title"], wo = ["src"], Eo = ["title"], Io = /* @__PURE__ */ J({
|
|
2296
2306
|
__name: "Thumbnail",
|
|
2297
2307
|
props: {
|
|
2298
2308
|
src: null,
|
|
@@ -2300,7 +2310,7 @@ const Po = /* @__PURE__ */ ne(Do, [["__scopeId", "data-v-c31d96e8"]]), To = ["ti
|
|
|
2300
2310
|
},
|
|
2301
2311
|
emits: ["noSupport"],
|
|
2302
2312
|
setup(e, { emit: t }) {
|
|
2303
|
-
const n = e, o =
|
|
2313
|
+
const n = e, o = h(!1), { src: l, mime: s } = gt(n), { imgSrc: i, hasError: c, isSupport: u, handleError: d } = Et(l, s), { vImageCancel: v } = It();
|
|
2304
2314
|
function r() {
|
|
2305
2315
|
t("noSupport");
|
|
2306
2316
|
}
|
|
@@ -2313,13 +2323,13 @@ const Po = /* @__PURE__ */ ne(Do, [["__scopeId", "data-v-c31d96e8"]]), To = ["ti
|
|
|
2313
2323
|
class: "icon",
|
|
2314
2324
|
name: "\u56FE\u7247\u635F\u574F"
|
|
2315
2325
|
})
|
|
2316
|
-
], 8,
|
|
2326
|
+
], 8, Eo)) : re((Y(), H("img", {
|
|
2317
2327
|
key: 1,
|
|
2318
2328
|
fetchpriority: "high",
|
|
2319
2329
|
onLoad: f[0] || (f[0] = (a) => o.value = !0),
|
|
2320
2330
|
onError: f[1] || (f[1] = (...a) => I(d) && I(d)(...a)),
|
|
2321
2331
|
src: I(i)
|
|
2322
|
-
}, null, 40,
|
|
2332
|
+
}, null, 40, wo)), [
|
|
2323
2333
|
[I(v)],
|
|
2324
2334
|
[ze, o.value]
|
|
2325
2335
|
]) : (Y(), H("div", {
|
|
@@ -2333,30 +2343,30 @@ const Po = /* @__PURE__ */ ne(Do, [["__scopeId", "data-v-c31d96e8"]]), To = ["ti
|
|
|
2333
2343
|
}, null, 512), [
|
|
2334
2344
|
[I(ht), r]
|
|
2335
2345
|
])
|
|
2336
|
-
], 8,
|
|
2346
|
+
], 8, No));
|
|
2337
2347
|
}
|
|
2338
2348
|
});
|
|
2339
|
-
const
|
|
2349
|
+
const Wo = /* @__PURE__ */ ne(Io, [["__scopeId", "data-v-2f606efa"]]);
|
|
2340
2350
|
export {
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2351
|
+
fn as DefaultLoading,
|
|
2352
|
+
Fo as Image,
|
|
2353
|
+
Po as Loading,
|
|
2354
|
+
In as LoadingToast,
|
|
2355
|
+
bo as PageLoading,
|
|
2356
|
+
eo as PullRefresh,
|
|
2357
|
+
$o as ScrollBar,
|
|
2348
2358
|
Ne as SvgIcon,
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2359
|
+
Wo as Thumbnail,
|
|
2360
|
+
Ro as ToastCreator,
|
|
2361
|
+
Ho as VirtualList,
|
|
2352
2362
|
Ke as allSelectedKey,
|
|
2353
|
-
|
|
2354
|
-
|
|
2363
|
+
ln as closeDialogKey,
|
|
2364
|
+
Oo as dialogController,
|
|
2355
2365
|
Oe as getTransform,
|
|
2356
2366
|
et as isAllSelectedKey,
|
|
2357
2367
|
Ve as isSelectedKey,
|
|
2358
2368
|
pt as itemKeyKey,
|
|
2359
|
-
|
|
2369
|
+
bn as once,
|
|
2360
2370
|
qe as selectAllKey,
|
|
2361
2371
|
Ge as selectKey,
|
|
2362
2372
|
tt as selectedCountKey,
|
|
@@ -2364,22 +2374,22 @@ export {
|
|
|
2364
2374
|
Ze as toggleKey,
|
|
2365
2375
|
pe as unselectAllKey,
|
|
2366
2376
|
Je as unselectKey,
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2377
|
+
Uo as useBackPress,
|
|
2378
|
+
ko as useDelayAsync,
|
|
2379
|
+
_o as useDelayLoad,
|
|
2370
2380
|
Tt as useDelayLoadComp,
|
|
2371
|
-
|
|
2381
|
+
Bo as useDownDrag,
|
|
2372
2382
|
Dt as useDragSelect,
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
+
So as useDragSelectByMobile,
|
|
2384
|
+
Co as useDragSelectByPc,
|
|
2385
|
+
_n as useRouterActivated,
|
|
2386
|
+
Yo as useScaleImageByMobile,
|
|
2387
|
+
Qo as useScaleImageByPc,
|
|
2388
|
+
jo as useSelectable,
|
|
2389
|
+
xo as useSelectableByBase,
|
|
2390
|
+
Lo as useSelectableInjectors,
|
|
2391
|
+
on as useVirtualList,
|
|
2392
|
+
zo as vDebounceClick,
|
|
2383
2393
|
ht as vEnter,
|
|
2384
|
-
|
|
2394
|
+
Rt as vSingleClick
|
|
2385
2395
|
};
|