@lazycatcloud/lzc-toolkit 0.0.136 → 0.0.137
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 +603 -581
- package/dist/index.umd.js +5 -5
- package/dist/types/index.d.ts +1 -0
- package/dist/types/useDowndrag/index.d.ts +14 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,244 +1,244 @@
|
|
|
1
|
-
import { shallowRef as Mt, watchEffect as It, readonly as vt, getCurrentScope as Et, onScopeDispose as At, onMounted as me, nextTick as ye, ref as h, watch as J, customRef as zt, unref as z, isRef as jt, getCurrentInstance as He, onUpdated as Lt, computed as E, reactive as
|
|
1
|
+
import { shallowRef as Mt, watchEffect as It, readonly as vt, getCurrentScope as Et, onScopeDispose as At, onMounted as me, nextTick as ye, ref as h, watch as J, customRef as zt, unref as z, isRef as jt, getCurrentInstance as He, onUpdated as Lt, computed as E, reactive as xe, onUnmounted as gt, inject as ie, provide as U, defineComponent as ee, h as Me, render as we, openBlock as b, createBlock as Se, Transition as Ie, withCtx as Ee, withDirectives as De, createElementBlock as k, createElementVNode as O, withModifiers as Ne, normalizeClass as de, renderSlot as _e, createCommentVNode as ge, useCssVars as Fe, normalizeProps as Ue, guardReactiveProps as Re, pushScopeId as ze, popScopeId as je, normalizeStyle as q, toDisplayString as We, vShow as Oe, createVNode as fe, onBeforeUnmount as xt, useSlots as Ct, toRef as St, Fragment as $e, mergeProps as Te, renderList as _t, toRefs as ht } from "vue";
|
|
2
2
|
const Ot = {
|
|
3
|
-
created(
|
|
3
|
+
created(e, t) {
|
|
4
4
|
let n, o;
|
|
5
|
-
function l(
|
|
6
|
-
|
|
5
|
+
function l(i) {
|
|
6
|
+
i.button == 0 && (n = i.clientX, o = i.clientY);
|
|
7
7
|
}
|
|
8
|
-
function
|
|
9
|
-
if (
|
|
8
|
+
function a(i) {
|
|
9
|
+
if (i.button != 0 || n === void 0)
|
|
10
10
|
return;
|
|
11
|
-
const r =
|
|
12
|
-
s > 5 || d > 5 ||
|
|
11
|
+
const r = i.clientX, M = i.clientY, s = Math.abs(r - n), d = Math.abs(M - o);
|
|
12
|
+
s > 5 || d > 5 || t.value && t.value(i);
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
e.__mouse_down__ = l, e.__mouse_up__ = a, e.addEventListener("mousedown", l), e.addEventListener("mouseup", a);
|
|
15
15
|
},
|
|
16
|
-
unmounted(
|
|
17
|
-
|
|
16
|
+
unmounted(e) {
|
|
17
|
+
e.removeEventListener("mousedown", e.__mouse_down__), e.removeEventListener("mouseup", e.__mouse_up__);
|
|
18
18
|
}
|
|
19
19
|
}, mo = {
|
|
20
|
-
created(
|
|
21
|
-
const { fn: n, ms: o = 1500 } =
|
|
20
|
+
created(e, t) {
|
|
21
|
+
const { fn: n, ms: o = 1500 } = t.value;
|
|
22
22
|
let l = null;
|
|
23
|
-
function
|
|
24
|
-
l || (n(
|
|
23
|
+
function a(i) {
|
|
24
|
+
l || (n(i), l = setTimeout(() => {
|
|
25
25
|
l = null;
|
|
26
26
|
}, o));
|
|
27
27
|
}
|
|
28
|
-
|
|
28
|
+
e.addEventListener("click", a);
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
|
-
function bt(
|
|
31
|
+
function bt(e, t) {
|
|
32
32
|
var n;
|
|
33
33
|
const o = Mt();
|
|
34
34
|
return It(() => {
|
|
35
|
-
o.value =
|
|
35
|
+
o.value = e();
|
|
36
36
|
}, {
|
|
37
|
-
...
|
|
38
|
-
flush: (n =
|
|
37
|
+
...t,
|
|
38
|
+
flush: (n = t?.flush) != null ? n : "sync"
|
|
39
39
|
}), vt(o);
|
|
40
40
|
}
|
|
41
|
-
function kt(
|
|
41
|
+
function kt(e, t) {
|
|
42
42
|
let n, o, l;
|
|
43
|
-
const
|
|
44
|
-
|
|
43
|
+
const a = h(!0), i = () => {
|
|
44
|
+
a.value = !0, l();
|
|
45
45
|
};
|
|
46
|
-
J(
|
|
47
|
-
const r = typeof
|
|
46
|
+
J(e, i, { flush: "sync" });
|
|
47
|
+
const r = typeof t == "function" ? t : t.get, M = typeof t == "function" ? void 0 : t.set, s = zt((d, u) => (o = d, l = u, {
|
|
48
48
|
get() {
|
|
49
|
-
return
|
|
49
|
+
return a.value && (n = r(), a.value = !1), o(), n;
|
|
50
50
|
},
|
|
51
51
|
set(v) {
|
|
52
52
|
M?.(v);
|
|
53
53
|
}
|
|
54
54
|
}));
|
|
55
|
-
return Object.isExtensible(s) && (s.trigger =
|
|
55
|
+
return Object.isExtensible(s) && (s.trigger = i), s;
|
|
56
56
|
}
|
|
57
|
-
function
|
|
58
|
-
return Et() ? (At(
|
|
57
|
+
function Xe(e) {
|
|
58
|
+
return Et() ? (At(e), !0) : !1;
|
|
59
59
|
}
|
|
60
|
-
function le(
|
|
61
|
-
return typeof
|
|
60
|
+
function le(e) {
|
|
61
|
+
return typeof e == "function" ? e() : z(e);
|
|
62
62
|
}
|
|
63
63
|
const mt = typeof window < "u" && typeof document < "u";
|
|
64
64
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
65
|
-
const Qt = Object.prototype.toString,
|
|
65
|
+
const Qt = Object.prototype.toString, Yt = (e) => Qt.call(e) === "[object Object]", he = () => {
|
|
66
66
|
};
|
|
67
|
-
function yt(
|
|
67
|
+
function yt(e, t) {
|
|
68
68
|
function n(...o) {
|
|
69
|
-
return new Promise((l,
|
|
70
|
-
Promise.resolve(
|
|
69
|
+
return new Promise((l, a) => {
|
|
70
|
+
Promise.resolve(e(() => t.apply(this, o), { fn: t, thisArg: this, args: o })).then(l).catch(a);
|
|
71
71
|
});
|
|
72
72
|
}
|
|
73
73
|
return n;
|
|
74
74
|
}
|
|
75
|
-
function
|
|
75
|
+
function Bt(e, t = {}) {
|
|
76
76
|
let n, o, l = he;
|
|
77
|
-
const
|
|
77
|
+
const a = (r) => {
|
|
78
78
|
clearTimeout(r), l(), l = he;
|
|
79
79
|
};
|
|
80
80
|
return (r) => {
|
|
81
|
-
const M = le(
|
|
82
|
-
return n &&
|
|
83
|
-
l =
|
|
84
|
-
n &&
|
|
81
|
+
const M = le(e), s = le(t.maxWait);
|
|
82
|
+
return n && a(n), M <= 0 || s !== void 0 && s <= 0 ? (o && (a(o), o = null), Promise.resolve(r())) : new Promise((d, u) => {
|
|
83
|
+
l = t.rejectOnCancel ? u : d, s && !o && (o = setTimeout(() => {
|
|
84
|
+
n && a(n), o = null, d(r());
|
|
85
85
|
}, s)), n = setTimeout(() => {
|
|
86
|
-
o &&
|
|
86
|
+
o && a(o), o = null, d(r());
|
|
87
87
|
}, M);
|
|
88
88
|
});
|
|
89
89
|
};
|
|
90
90
|
}
|
|
91
|
-
function Ut(...
|
|
92
|
-
let
|
|
93
|
-
!jt(
|
|
91
|
+
function Ut(...e) {
|
|
92
|
+
let t = 0, n, o = !0, l = he, a, i, r, M, s;
|
|
93
|
+
!jt(e[0]) && typeof e[0] == "object" ? { delay: i, trailing: r = !0, leading: M = !0, rejectOnCancel: s = !1 } = e[0] : [i, r = !0, M = !0, s = !1] = e;
|
|
94
94
|
const d = () => {
|
|
95
95
|
n && (clearTimeout(n), n = void 0, l(), l = he);
|
|
96
96
|
};
|
|
97
97
|
return (v) => {
|
|
98
|
-
const f = le(
|
|
99
|
-
return d(), f <= 0 ? (
|
|
98
|
+
const f = le(i), c = Date.now() - t, w = () => a = v();
|
|
99
|
+
return d(), f <= 0 ? (t = Date.now(), w()) : (c > f && (M || !o) ? (t = Date.now(), w()) : r && (a = new Promise((p, g) => {
|
|
100
100
|
l = s ? g : p, n = setTimeout(() => {
|
|
101
|
-
|
|
101
|
+
t = Date.now(), o = !0, p(w()), d();
|
|
102
102
|
}, Math.max(0, f - c));
|
|
103
|
-
})), !M && !n && (n = setTimeout(() => o = !0, f)), o = !1,
|
|
103
|
+
})), !M && !n && (n = setTimeout(() => o = !0, f)), o = !1, a);
|
|
104
104
|
};
|
|
105
105
|
}
|
|
106
|
-
function Rt(
|
|
107
|
-
return
|
|
106
|
+
function Rt(e) {
|
|
107
|
+
return e || He();
|
|
108
108
|
}
|
|
109
|
-
function
|
|
109
|
+
function Ze(e, t = 200, n = {}) {
|
|
110
110
|
return yt(
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
Bt(t, n),
|
|
112
|
+
e
|
|
113
113
|
);
|
|
114
114
|
}
|
|
115
|
-
function Pe(
|
|
115
|
+
function Pe(e, t = 200, n = !1, o = !0, l = !1) {
|
|
116
116
|
return yt(
|
|
117
|
-
Ut(
|
|
118
|
-
|
|
117
|
+
Ut(t, n, o, l),
|
|
118
|
+
e
|
|
119
119
|
);
|
|
120
120
|
}
|
|
121
|
-
function Ve(
|
|
122
|
-
Rt() ? me(
|
|
121
|
+
function Ve(e, t = !0, n) {
|
|
122
|
+
Rt() ? me(e, n) : t ? e() : ye(e);
|
|
123
123
|
}
|
|
124
|
-
function ce(
|
|
125
|
-
var
|
|
126
|
-
const n = le(
|
|
127
|
-
return (
|
|
124
|
+
function ce(e) {
|
|
125
|
+
var t;
|
|
126
|
+
const n = le(e);
|
|
127
|
+
return (t = n?.$el) != null ? t : n;
|
|
128
128
|
}
|
|
129
|
-
const
|
|
130
|
-
function it(...
|
|
131
|
-
let
|
|
132
|
-
if (typeof
|
|
129
|
+
const be = mt ? window : void 0, $t = mt ? window.document : void 0;
|
|
130
|
+
function it(...e) {
|
|
131
|
+
let t, n, o, l;
|
|
132
|
+
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([n, o, l] = e, t = be) : [t, n, o, l] = e, !t)
|
|
133
133
|
return he;
|
|
134
134
|
Array.isArray(n) || (n = [n]), Array.isArray(o) || (o = [o]);
|
|
135
|
-
const
|
|
136
|
-
|
|
137
|
-
}, r = (d,
|
|
138
|
-
() => [ce(
|
|
139
|
-
([d,
|
|
140
|
-
if (
|
|
135
|
+
const a = [], i = () => {
|
|
136
|
+
a.forEach((d) => d()), a.length = 0;
|
|
137
|
+
}, r = (d, u, v, f) => (d.addEventListener(u, v, f), () => d.removeEventListener(u, v, f)), M = J(
|
|
138
|
+
() => [ce(t), le(l)],
|
|
139
|
+
([d, u]) => {
|
|
140
|
+
if (i(), !d)
|
|
141
141
|
return;
|
|
142
|
-
const v =
|
|
143
|
-
|
|
142
|
+
const v = Yt(u) ? { ...u } : u;
|
|
143
|
+
a.push(
|
|
144
144
|
...n.flatMap((f) => o.map((c) => r(d, f, c, v)))
|
|
145
145
|
);
|
|
146
146
|
},
|
|
147
147
|
{ immediate: !0, flush: "post" }
|
|
148
148
|
), s = () => {
|
|
149
|
-
M(),
|
|
149
|
+
M(), i();
|
|
150
150
|
};
|
|
151
|
-
return
|
|
151
|
+
return Xe(s), s;
|
|
152
152
|
}
|
|
153
153
|
function Pt() {
|
|
154
|
-
const
|
|
155
|
-
return
|
|
156
|
-
|
|
157
|
-
},
|
|
154
|
+
const e = h(!1), t = He();
|
|
155
|
+
return t && me(() => {
|
|
156
|
+
e.value = !0;
|
|
157
|
+
}, t), e;
|
|
158
158
|
}
|
|
159
|
-
function Ht(
|
|
160
|
-
const
|
|
161
|
-
return E(() => (
|
|
159
|
+
function Ht(e) {
|
|
160
|
+
const t = Pt();
|
|
161
|
+
return E(() => (t.value, Boolean(e())));
|
|
162
162
|
}
|
|
163
|
-
function Ft(
|
|
164
|
-
const
|
|
163
|
+
function Ft(e) {
|
|
164
|
+
const t = He(), n = kt(
|
|
165
165
|
() => null,
|
|
166
|
-
() =>
|
|
166
|
+
() => e ? ce(e) : t.proxy.$el
|
|
167
167
|
);
|
|
168
168
|
return Lt(n.trigger), me(n.trigger), n;
|
|
169
169
|
}
|
|
170
|
-
function Wt(
|
|
171
|
-
const { window: o =
|
|
172
|
-
let
|
|
173
|
-
const
|
|
174
|
-
|
|
175
|
-
}, M = E(() => Array.isArray(
|
|
170
|
+
function Wt(e, t, n = {}) {
|
|
171
|
+
const { window: o = be, ...l } = n;
|
|
172
|
+
let a;
|
|
173
|
+
const i = Ht(() => o && "ResizeObserver" in o), r = () => {
|
|
174
|
+
a && (a.disconnect(), a = void 0);
|
|
175
|
+
}, M = E(() => Array.isArray(e) ? e.map((u) => ce(u)) : [ce(e)]), s = J(
|
|
176
176
|
M,
|
|
177
|
-
(
|
|
178
|
-
if (r(),
|
|
179
|
-
|
|
180
|
-
for (const v of
|
|
181
|
-
v &&
|
|
177
|
+
(u) => {
|
|
178
|
+
if (r(), i.value && o) {
|
|
179
|
+
a = new ResizeObserver(t);
|
|
180
|
+
for (const v of u)
|
|
181
|
+
v && a.observe(v, l);
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
{ immediate: !0, flush: "post" }
|
|
185
185
|
), d = () => {
|
|
186
186
|
r(), s();
|
|
187
187
|
};
|
|
188
|
-
return
|
|
189
|
-
isSupported:
|
|
188
|
+
return Xe(d), {
|
|
189
|
+
isSupported: i,
|
|
190
190
|
stop: d
|
|
191
191
|
};
|
|
192
192
|
}
|
|
193
|
-
function
|
|
194
|
-
const { window: o =
|
|
195
|
-
var
|
|
196
|
-
return (v = (
|
|
197
|
-
}),
|
|
198
|
-
|
|
199
|
-
([
|
|
200
|
-
const v = l === "border-box" ?
|
|
201
|
-
if (o &&
|
|
202
|
-
const f = ce(
|
|
193
|
+
function Xt(e, t = { width: 0, height: 0 }, n = {}) {
|
|
194
|
+
const { window: o = be, box: l = "content-box" } = n, a = E(() => {
|
|
195
|
+
var u, v;
|
|
196
|
+
return (v = (u = ce(e)) == null ? void 0 : u.namespaceURI) == null ? void 0 : v.includes("svg");
|
|
197
|
+
}), i = h(t.width), r = h(t.height), { stop: M } = Wt(
|
|
198
|
+
e,
|
|
199
|
+
([u]) => {
|
|
200
|
+
const v = l === "border-box" ? u.borderBoxSize : l === "content-box" ? u.contentBoxSize : u.devicePixelContentBoxSize;
|
|
201
|
+
if (o && a.value) {
|
|
202
|
+
const f = ce(e);
|
|
203
203
|
if (f) {
|
|
204
204
|
const c = o.getComputedStyle(f);
|
|
205
|
-
|
|
205
|
+
i.value = Number.parseFloat(c.width), r.value = Number.parseFloat(c.height);
|
|
206
206
|
}
|
|
207
207
|
} else if (v) {
|
|
208
208
|
const f = Array.isArray(v) ? v : [v];
|
|
209
|
-
|
|
209
|
+
i.value = f.reduce((c, { inlineSize: w }) => c + w, 0), r.value = f.reduce((c, { blockSize: w }) => c + w, 0);
|
|
210
210
|
} else
|
|
211
|
-
|
|
211
|
+
i.value = u.contentRect.width, r.value = u.contentRect.height;
|
|
212
212
|
},
|
|
213
213
|
n
|
|
214
214
|
);
|
|
215
215
|
Ve(() => {
|
|
216
|
-
const
|
|
217
|
-
|
|
216
|
+
const u = ce(e);
|
|
217
|
+
u && (i.value = "offsetWidth" in u ? u.offsetWidth : t.width, r.value = "offsetHeight" in u ? u.offsetHeight : t.height);
|
|
218
218
|
});
|
|
219
219
|
const s = J(
|
|
220
|
-
() => ce(
|
|
221
|
-
(
|
|
222
|
-
|
|
220
|
+
() => ce(e),
|
|
221
|
+
(u) => {
|
|
222
|
+
i.value = u ? t.width : 0, r.value = u ? t.height : 0;
|
|
223
223
|
}
|
|
224
224
|
);
|
|
225
225
|
function d() {
|
|
226
226
|
M(), s();
|
|
227
227
|
}
|
|
228
228
|
return {
|
|
229
|
-
width:
|
|
229
|
+
width: i,
|
|
230
230
|
height: r,
|
|
231
231
|
stop: d
|
|
232
232
|
};
|
|
233
233
|
}
|
|
234
234
|
const ut = 1;
|
|
235
|
-
function
|
|
235
|
+
function Zt(e, t = {}) {
|
|
236
236
|
const {
|
|
237
237
|
throttle: n = 0,
|
|
238
238
|
idle: o = 200,
|
|
239
239
|
onStop: l = he,
|
|
240
|
-
onScroll:
|
|
241
|
-
offset:
|
|
240
|
+
onScroll: a = he,
|
|
241
|
+
offset: i = {
|
|
242
242
|
left: 0,
|
|
243
243
|
right: 0,
|
|
244
244
|
top: 0,
|
|
@@ -249,13 +249,13 @@ function Xt(t, e = {}) {
|
|
|
249
249
|
passive: !0
|
|
250
250
|
},
|
|
251
251
|
behavior: M = "auto",
|
|
252
|
-
window: s =
|
|
252
|
+
window: s = be,
|
|
253
253
|
onError: d = (T) => {
|
|
254
254
|
console.error(T);
|
|
255
255
|
}
|
|
256
|
-
} =
|
|
256
|
+
} = t, u = h(0), v = h(0), f = E({
|
|
257
257
|
get() {
|
|
258
|
-
return
|
|
258
|
+
return u.value;
|
|
259
259
|
},
|
|
260
260
|
set(T) {
|
|
261
261
|
w(T, void 0);
|
|
@@ -269,55 +269,55 @@ function Xt(t, e = {}) {
|
|
|
269
269
|
}
|
|
270
270
|
});
|
|
271
271
|
function w(T, _) {
|
|
272
|
-
var
|
|
272
|
+
var Y, K, H;
|
|
273
273
|
if (!s)
|
|
274
274
|
return;
|
|
275
|
-
const W = le(
|
|
275
|
+
const W = le(e);
|
|
276
276
|
!W || (H = W instanceof Document ? s.document.body : W) == null || H.scrollTo({
|
|
277
|
-
top: (
|
|
277
|
+
top: (Y = le(_)) != null ? Y : c.value,
|
|
278
278
|
left: (K = le(T)) != null ? K : f.value,
|
|
279
279
|
behavior: le(M)
|
|
280
280
|
});
|
|
281
281
|
}
|
|
282
|
-
const p = h(!1), g =
|
|
282
|
+
const p = h(!1), g = xe({
|
|
283
283
|
left: !0,
|
|
284
284
|
right: !1,
|
|
285
285
|
top: !0,
|
|
286
286
|
bottom: !1
|
|
287
|
-
}), N =
|
|
287
|
+
}), N = xe({
|
|
288
288
|
left: !1,
|
|
289
289
|
right: !1,
|
|
290
290
|
top: !1,
|
|
291
291
|
bottom: !1
|
|
292
292
|
}), j = (T) => {
|
|
293
293
|
!p.value || (p.value = !1, N.left = !1, N.right = !1, N.top = !1, N.bottom = !1, l(T));
|
|
294
|
-
}, $ =
|
|
294
|
+
}, $ = Ze(j, n + o), Q = (T) => {
|
|
295
295
|
var _;
|
|
296
296
|
if (!s)
|
|
297
297
|
return;
|
|
298
|
-
const
|
|
299
|
-
N.left = W <
|
|
300
|
-
const ne = Math.abs(W) <= (
|
|
301
|
-
K === "flex" && H === "row-reverse" ? (g.left = te, g.right = ne) : (g.left = ne, g.right = te),
|
|
302
|
-
let F =
|
|
298
|
+
const Y = ((_ = T?.document) == null ? void 0 : _.documentElement) || T?.documentElement || ce(T), { display: K, flexDirection: H } = getComputedStyle(Y), W = Y.scrollLeft;
|
|
299
|
+
N.left = W < u.value, N.right = W > u.value;
|
|
300
|
+
const ne = Math.abs(W) <= (i.left || 0), te = Math.abs(W) + Y.clientWidth >= Y.scrollWidth - (i.right || 0) - ut;
|
|
301
|
+
K === "flex" && H === "row-reverse" ? (g.left = te, g.right = ne) : (g.left = ne, g.right = te), u.value = W;
|
|
302
|
+
let F = Y.scrollTop;
|
|
303
303
|
T === s.document && !F && (F = s.document.body.scrollTop), N.top = F < v.value, N.bottom = F > v.value;
|
|
304
|
-
const S = Math.abs(F) <= (
|
|
304
|
+
const S = Math.abs(F) <= (i.top || 0), L = Math.abs(F) + Y.clientHeight >= Y.scrollHeight - (i.bottom || 0) - ut;
|
|
305
305
|
K === "flex" && H === "column-reverse" ? (g.top = L, g.bottom = S) : (g.top = S, g.bottom = L), v.value = F;
|
|
306
306
|
}, C = (T) => {
|
|
307
307
|
var _;
|
|
308
308
|
if (!s)
|
|
309
309
|
return;
|
|
310
|
-
const
|
|
311
|
-
Q(
|
|
310
|
+
const Y = (_ = T.target.documentElement) != null ? _ : T.target;
|
|
311
|
+
Q(Y), p.value = !0, $(T), a(T);
|
|
312
312
|
};
|
|
313
313
|
return it(
|
|
314
|
-
|
|
314
|
+
e,
|
|
315
315
|
"scroll",
|
|
316
316
|
n ? Pe(C, n, !0, !1) : C,
|
|
317
317
|
r
|
|
318
318
|
), Ve(() => {
|
|
319
319
|
try {
|
|
320
|
-
const T = le(
|
|
320
|
+
const T = le(e);
|
|
321
321
|
if (!T)
|
|
322
322
|
return;
|
|
323
323
|
Q(T);
|
|
@@ -325,7 +325,7 @@ function Xt(t, e = {}) {
|
|
|
325
325
|
d(T);
|
|
326
326
|
}
|
|
327
327
|
}), it(
|
|
328
|
-
|
|
328
|
+
e,
|
|
329
329
|
"scrollend",
|
|
330
330
|
j,
|
|
331
331
|
r
|
|
@@ -336,51 +336,51 @@ function Xt(t, e = {}) {
|
|
|
336
336
|
arrivedState: g,
|
|
337
337
|
directions: N,
|
|
338
338
|
measure() {
|
|
339
|
-
const T = le(
|
|
339
|
+
const T = le(e);
|
|
340
340
|
s && T && Q(T);
|
|
341
341
|
}
|
|
342
342
|
};
|
|
343
343
|
}
|
|
344
344
|
let Vt = 0;
|
|
345
|
-
function Ge(
|
|
345
|
+
function Ge(e, t = {}) {
|
|
346
346
|
const n = h(!1), {
|
|
347
347
|
document: o = $t,
|
|
348
348
|
immediate: l = !0,
|
|
349
|
-
manual:
|
|
350
|
-
id:
|
|
351
|
-
} =
|
|
349
|
+
manual: a = !1,
|
|
350
|
+
id: i = `vueuse_styletag_${++Vt}`
|
|
351
|
+
} = t, r = h(e);
|
|
352
352
|
let M = () => {
|
|
353
353
|
};
|
|
354
354
|
const s = () => {
|
|
355
355
|
if (!o)
|
|
356
356
|
return;
|
|
357
|
-
const
|
|
358
|
-
|
|
357
|
+
const u = o.getElementById(i) || o.createElement("style");
|
|
358
|
+
u.isConnected || (u.id = i, t.media && (u.media = t.media), o.head.appendChild(u)), !n.value && (M = J(
|
|
359
359
|
r,
|
|
360
360
|
(v) => {
|
|
361
|
-
|
|
361
|
+
u.textContent = v;
|
|
362
362
|
},
|
|
363
363
|
{ immediate: !0 }
|
|
364
364
|
), n.value = !0);
|
|
365
365
|
}, d = () => {
|
|
366
|
-
!o || !n.value || (M(), o.head.removeChild(o.getElementById(
|
|
366
|
+
!o || !n.value || (M(), o.head.removeChild(o.getElementById(i)), n.value = !1);
|
|
367
367
|
};
|
|
368
|
-
return l && !
|
|
369
|
-
id:
|
|
368
|
+
return l && !a && Ve(s), a || Xe(d), {
|
|
369
|
+
id: i,
|
|
370
370
|
css: r,
|
|
371
371
|
unload: d,
|
|
372
372
|
load: s,
|
|
373
373
|
isLoaded: vt(n)
|
|
374
374
|
};
|
|
375
375
|
}
|
|
376
|
-
function Gt(
|
|
377
|
-
const { scrollEndHook: n, itemHeight: o, overscan: l = 5 } =
|
|
376
|
+
function Gt(e, t) {
|
|
377
|
+
const { scrollEndHook: n, itemHeight: o, overscan: l = 5 } = t, a = h(null), i = Xt(a), r = h(!0), M = Ze(Q, 100);
|
|
378
378
|
let s;
|
|
379
|
-
const d = Mt(
|
|
379
|
+
const d = Mt(e), u = h(0), v = h({ start: 0, end: 10 }), f = h({ start: 0, end: l });
|
|
380
380
|
let c = 0;
|
|
381
381
|
const w = h([]), p = E(() => {
|
|
382
382
|
let { sum: S, height: L } = { sum: 0, height: 0 };
|
|
383
|
-
return d.value.map((P,
|
|
383
|
+
return d.value.map((P, Z) => (typeof o == "number" ? L = o : L = o(Z), S += L, { height: L, sum: S }));
|
|
384
384
|
}), g = E(() => K(v.value.start)), N = E(() => typeof o == "number" ? p.value.length * o : p.value[p.value.length - 1]?.sum || 0), j = E(() => {
|
|
385
385
|
const { start: S, end: L } = f.value;
|
|
386
386
|
return w.value.slice(S, L);
|
|
@@ -389,16 +389,16 @@ function Gt(t, e) {
|
|
|
389
389
|
}), gt(() => cancelAnimationFrame(s)), J(
|
|
390
390
|
d,
|
|
391
391
|
() => {
|
|
392
|
-
(
|
|
392
|
+
(i.width.value || i.height.value) && C();
|
|
393
393
|
},
|
|
394
394
|
{ deep: !0 }
|
|
395
395
|
), J(
|
|
396
|
-
[
|
|
396
|
+
[i.width, i.height],
|
|
397
397
|
([S, L]) => {
|
|
398
398
|
(S || L) && C();
|
|
399
399
|
},
|
|
400
400
|
{ deep: !0 }
|
|
401
|
-
), J(
|
|
401
|
+
), J(u, () => {
|
|
402
402
|
$(), M();
|
|
403
403
|
});
|
|
404
404
|
function $() {
|
|
@@ -411,31 +411,31 @@ function Gt(t, e) {
|
|
|
411
411
|
cancelAnimationFrame(s), s = requestAnimationFrame(T);
|
|
412
412
|
}
|
|
413
413
|
function T() {
|
|
414
|
-
if (
|
|
415
|
-
|
|
416
|
-
let S = _(
|
|
417
|
-
c =
|
|
414
|
+
if (a.value) {
|
|
415
|
+
u.value = a.value.scrollTop;
|
|
416
|
+
let S = _(u.value);
|
|
417
|
+
c = Y(S);
|
|
418
418
|
let L = Math.max(0, S - l), P = Math.min(
|
|
419
419
|
S + c + l,
|
|
420
420
|
d.value.length
|
|
421
421
|
);
|
|
422
|
-
v.value = { start: L, end: P }, w.value = d.value.slice(L, P).map((
|
|
423
|
-
data:
|
|
422
|
+
v.value = { start: L, end: P }, w.value = d.value.slice(L, P).map((Z, R) => ({
|
|
423
|
+
data: Z,
|
|
424
424
|
index: R + L
|
|
425
425
|
})), f.value.start = S - L, f.value.end = f.value.start + c;
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
428
|
function _(S) {
|
|
429
|
-
let L = 0, P = p.value.length - 1,
|
|
429
|
+
let L = 0, P = p.value.length - 1, Z = -1;
|
|
430
430
|
for (; L <= P; ) {
|
|
431
431
|
const R = Math.floor((L + P) / 2);
|
|
432
|
-
p.value[R].sum >= S ? (
|
|
432
|
+
p.value[R].sum >= S ? (Z = R, P = R - 1) : L = R + 1;
|
|
433
433
|
}
|
|
434
|
-
return Math.max(0,
|
|
434
|
+
return Math.max(0, Z);
|
|
435
435
|
}
|
|
436
|
-
function
|
|
436
|
+
function Y(S) {
|
|
437
437
|
let L = 0, P = 0;
|
|
438
|
-
for (let
|
|
438
|
+
for (let Z = S; Z < p.value.length && (L++, P += p.value[Z].height, !(P >= i.height.value)); Z++)
|
|
439
439
|
;
|
|
440
440
|
return L;
|
|
441
441
|
}
|
|
@@ -449,9 +449,9 @@ function Gt(t, e) {
|
|
|
449
449
|
return p.value[S] || { sum: 0, height: 0 };
|
|
450
450
|
}
|
|
451
451
|
function W(S) {
|
|
452
|
-
if (
|
|
452
|
+
if (a.value) {
|
|
453
453
|
const L = H(S);
|
|
454
|
-
|
|
454
|
+
a.value.scrollTop = L.sum - L.height, T();
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
457
|
const ne = E(() => ({
|
|
@@ -474,12 +474,12 @@ function Gt(t, e) {
|
|
|
474
474
|
getItemHeightData: H,
|
|
475
475
|
getoffsetTopIndex: _,
|
|
476
476
|
totalHeight: N,
|
|
477
|
-
clientHeight:
|
|
477
|
+
clientHeight: i.height,
|
|
478
478
|
scrollTo: W,
|
|
479
|
-
scrollTop:
|
|
479
|
+
scrollTop: u,
|
|
480
480
|
isScrollEnd: r,
|
|
481
481
|
containerProps: {
|
|
482
|
-
ref:
|
|
482
|
+
ref: a,
|
|
483
483
|
onScroll: () => {
|
|
484
484
|
C();
|
|
485
485
|
},
|
|
@@ -491,59 +491,59 @@ function Gt(t, e) {
|
|
|
491
491
|
}
|
|
492
492
|
const Ke = Symbol(), qe = Symbol(), Je = Symbol(), et = Symbol(), tt = Symbol(), nt = Symbol(), ot = Symbol(), lt = Symbol(), Ae = Symbol(), st = Symbol();
|
|
493
493
|
function yo() {
|
|
494
|
-
const { voidFn:
|
|
494
|
+
const { voidFn: e, boolFn: t, boolRef: n, numberRef: o, arrayRef: l } = {
|
|
495
495
|
voidFn: (w) => {
|
|
496
496
|
},
|
|
497
497
|
boolFn: (w) => !1,
|
|
498
498
|
boolRef: E(() => !1),
|
|
499
499
|
numberRef: E(() => 0),
|
|
500
500
|
arrayRef: E(() => [])
|
|
501
|
-
},
|
|
501
|
+
}, a = ie(et, l), i = ie(Je, t), r = ie(lt, n), M = ie(qe, e), s = ie(Ke, e), d = ie(tt, e), u = ie(nt, e), v = ie(ot, e), f = ie(Ae, e), c = ie(st, o);
|
|
502
502
|
return {
|
|
503
|
-
selected:
|
|
504
|
-
isSelected:
|
|
503
|
+
selected: a,
|
|
504
|
+
isSelected: i,
|
|
505
505
|
isAllSelected: r,
|
|
506
506
|
toggle: M,
|
|
507
507
|
toggleAll: s,
|
|
508
508
|
select: d,
|
|
509
|
-
selectAll:
|
|
509
|
+
selectAll: u,
|
|
510
510
|
unselect: v,
|
|
511
511
|
unselectAll: f,
|
|
512
512
|
selectedCount: c
|
|
513
513
|
};
|
|
514
514
|
}
|
|
515
|
-
function Do(
|
|
516
|
-
const o = h(!1), l = h(/* @__PURE__ */ new Set()),
|
|
515
|
+
function Do(e, t, n = { deep: !0 }) {
|
|
516
|
+
const o = h(!1), l = h(/* @__PURE__ */ new Set()), a = h(/* @__PURE__ */ new Map());
|
|
517
517
|
J(
|
|
518
|
-
|
|
518
|
+
e,
|
|
519
519
|
(g) => {
|
|
520
|
-
|
|
520
|
+
a.value = g.reduce((N, j) => (N.set(j[t], j), N), /* @__PURE__ */ new Map());
|
|
521
521
|
},
|
|
522
522
|
{
|
|
523
523
|
deep: n.deep,
|
|
524
524
|
immediate: !0
|
|
525
525
|
}
|
|
526
526
|
);
|
|
527
|
-
const
|
|
527
|
+
const i = E(() => {
|
|
528
528
|
let g = [];
|
|
529
529
|
if (o.value != null)
|
|
530
|
-
o.value && (g = Array.from(
|
|
530
|
+
o.value && (g = Array.from(a.value.values()));
|
|
531
531
|
else if (l.value.size) {
|
|
532
532
|
let N;
|
|
533
533
|
l.value.forEach((j) => {
|
|
534
|
-
N =
|
|
534
|
+
N = a.value.get(j), N && g.push(N);
|
|
535
535
|
});
|
|
536
536
|
}
|
|
537
537
|
return g;
|
|
538
538
|
}), r = E(() => {
|
|
539
539
|
let g = 0;
|
|
540
|
-
return o.value != null ? o.value && (g =
|
|
540
|
+
return o.value != null ? o.value && (g = a.value.size) : g = l.value.size, g;
|
|
541
541
|
}), M = E(() => {
|
|
542
542
|
let g;
|
|
543
543
|
if (o.value != null)
|
|
544
544
|
g = o.value;
|
|
545
545
|
else {
|
|
546
|
-
const N = l.value.size, j =
|
|
546
|
+
const N = l.value.size, j = a.value.size;
|
|
547
547
|
g = N == j;
|
|
548
548
|
}
|
|
549
549
|
return g;
|
|
@@ -554,30 +554,30 @@ function Do(t, e, n = { deep: !0 }) {
|
|
|
554
554
|
function d() {
|
|
555
555
|
o.value = !1;
|
|
556
556
|
}
|
|
557
|
-
function
|
|
557
|
+
function u(g) {
|
|
558
558
|
c(() => {
|
|
559
559
|
g.forEach((N) => {
|
|
560
|
-
l.value.add(N[
|
|
560
|
+
l.value.add(N[t]);
|
|
561
561
|
});
|
|
562
562
|
});
|
|
563
563
|
}
|
|
564
564
|
function v(g) {
|
|
565
565
|
c(() => {
|
|
566
566
|
g.forEach((N) => {
|
|
567
|
-
l.value.delete(N[
|
|
567
|
+
l.value.delete(N[t]);
|
|
568
568
|
});
|
|
569
569
|
});
|
|
570
570
|
}
|
|
571
571
|
function f(g) {
|
|
572
|
-
return o.value != null ? o.value : l.value.has(g[
|
|
572
|
+
return o.value != null ? o.value : l.value.has(g[t]);
|
|
573
573
|
}
|
|
574
574
|
function c(g) {
|
|
575
|
-
o.value != null && (o.value ? l.value = new Set(Array.from(
|
|
575
|
+
o.value != null && (o.value ? l.value = new Set(Array.from(a.value.keys())) : l.value = /* @__PURE__ */ new Set()), g(), l.value.size == 0 ? o.value = !1 : l.value.size == a.value.size ? o.value = !0 : o.value = null;
|
|
576
576
|
}
|
|
577
577
|
function w(g) {
|
|
578
578
|
c(() => {
|
|
579
579
|
g.forEach((N) => {
|
|
580
|
-
f(N) ? l.value.delete(N[
|
|
580
|
+
f(N) ? l.value.delete(N[t]) : l.value.add(N[t]);
|
|
581
581
|
});
|
|
582
582
|
});
|
|
583
583
|
}
|
|
@@ -585,9 +585,9 @@ function Do(t, e, n = { deep: !0 }) {
|
|
|
585
585
|
const { value: g } = M;
|
|
586
586
|
g ? d() : s();
|
|
587
587
|
}
|
|
588
|
-
return U(Ke, p), U(qe, w), U(Je, f), U(et,
|
|
589
|
-
selected:
|
|
590
|
-
select:
|
|
588
|
+
return U(Ke, p), U(qe, w), U(Je, f), U(et, i), U(tt, u), U(nt, s), U(ot, v), U(lt, M), U(Ae, d), U(Ae, d), U(st, r), {
|
|
589
|
+
selected: i,
|
|
590
|
+
select: u,
|
|
591
591
|
selectAll: s,
|
|
592
592
|
unselect: v,
|
|
593
593
|
unselectAll: d,
|
|
@@ -598,99 +598,99 @@ function Do(t, e, n = { deep: !0 }) {
|
|
|
598
598
|
selectedCount: r
|
|
599
599
|
};
|
|
600
600
|
}
|
|
601
|
-
function po(
|
|
602
|
-
const
|
|
601
|
+
function po(e) {
|
|
602
|
+
const t = h(!1), n = h(/* @__PURE__ */ new Set()), o = E(() => {
|
|
603
603
|
let c = [];
|
|
604
|
-
return
|
|
604
|
+
return t.value != null ? t.value && (c = e.value) : n.value.size && (c = Array.from(n.value.values())), c;
|
|
605
605
|
}), l = E(() => {
|
|
606
606
|
let c = 0;
|
|
607
|
-
return
|
|
608
|
-
}),
|
|
607
|
+
return t.value != null ? t.value && (c = e.value.length) : c = n.value.size, c;
|
|
608
|
+
}), a = E(() => {
|
|
609
609
|
let c;
|
|
610
|
-
if (
|
|
611
|
-
c =
|
|
610
|
+
if (t.value != null)
|
|
611
|
+
c = t.value;
|
|
612
612
|
else {
|
|
613
|
-
const w = n.value.size, p =
|
|
613
|
+
const w = n.value.size, p = e.value.length;
|
|
614
614
|
c = w == p;
|
|
615
615
|
}
|
|
616
616
|
return c;
|
|
617
617
|
});
|
|
618
|
-
function
|
|
619
|
-
|
|
618
|
+
function i() {
|
|
619
|
+
t.value = !0;
|
|
620
620
|
}
|
|
621
621
|
function r() {
|
|
622
|
-
|
|
622
|
+
t.value = !1;
|
|
623
623
|
}
|
|
624
624
|
function M(c) {
|
|
625
|
-
|
|
625
|
+
u(() => {
|
|
626
626
|
c.forEach((w) => {
|
|
627
627
|
n.value.add(w);
|
|
628
628
|
});
|
|
629
629
|
});
|
|
630
630
|
}
|
|
631
631
|
function s(c) {
|
|
632
|
-
|
|
632
|
+
u(() => {
|
|
633
633
|
c.forEach((w) => {
|
|
634
634
|
n.value.delete(w);
|
|
635
635
|
});
|
|
636
636
|
});
|
|
637
637
|
}
|
|
638
638
|
function d(c) {
|
|
639
|
-
return
|
|
639
|
+
return t.value != null ? t.value : n.value.has(c);
|
|
640
640
|
}
|
|
641
|
-
function
|
|
642
|
-
|
|
641
|
+
function u(c) {
|
|
642
|
+
t.value != null && (t.value ? n.value = new Set(Array.from(e.value)) : n.value = /* @__PURE__ */ new Set()), c(), n.value.size == 0 ? t.value = !1 : n.value.size == e.value.length ? t.value = !0 : t.value = null;
|
|
643
643
|
}
|
|
644
644
|
function v(c) {
|
|
645
|
-
|
|
645
|
+
u(() => {
|
|
646
646
|
c.forEach((w) => {
|
|
647
647
|
d(w) ? n.value.delete(w) : n.value.add(w);
|
|
648
648
|
});
|
|
649
649
|
});
|
|
650
650
|
}
|
|
651
651
|
function f() {
|
|
652
|
-
const { value: c } =
|
|
653
|
-
c ? r() :
|
|
652
|
+
const { value: c } = a;
|
|
653
|
+
c ? r() : i();
|
|
654
654
|
}
|
|
655
|
-
return U(Ke, f), U(qe, v), U(Je, d), U(et, o), U(tt, M), U(nt,
|
|
655
|
+
return U(Ke, f), U(qe, v), U(Je, d), U(et, o), U(tt, M), U(nt, i), U(ot, s), U(lt, a), U(Ae, r), U(Ae, r), U(st, l), {
|
|
656
656
|
selected: o,
|
|
657
657
|
select: M,
|
|
658
|
-
selectAll:
|
|
658
|
+
selectAll: i,
|
|
659
659
|
unselect: s,
|
|
660
660
|
unselectAll: r,
|
|
661
661
|
toggle: v,
|
|
662
662
|
toggleAll: f,
|
|
663
663
|
isSelected: d,
|
|
664
|
-
isAllSelected:
|
|
664
|
+
isAllSelected: a,
|
|
665
665
|
selectedCount: l
|
|
666
666
|
};
|
|
667
667
|
}
|
|
668
|
-
function
|
|
668
|
+
function Qe(e) {
|
|
669
669
|
return () => {
|
|
670
|
-
console.debug(`\u9ED8\u8BA4${
|
|
670
|
+
console.debug(`\u9ED8\u8BA4${e}\u65B9\u6CD5,\u9700\u8981\u81EA\u5B9A\u4E49\u751F\u6548`);
|
|
671
671
|
};
|
|
672
672
|
}
|
|
673
673
|
function Dt({
|
|
674
|
-
attribute:
|
|
675
|
-
selectWay:
|
|
674
|
+
attribute: e,
|
|
675
|
+
selectWay: t = "colum",
|
|
676
676
|
scrollOptions: n = {},
|
|
677
677
|
getSelectMap: o = () => ({})
|
|
678
678
|
}) {
|
|
679
679
|
const {
|
|
680
|
-
select: l =
|
|
681
|
-
unselect:
|
|
682
|
-
unselectAll:
|
|
680
|
+
select: l = Qe("\u9009\u62E9"),
|
|
681
|
+
unselect: a = Qe("\u53D6\u6D88\u9009\u62E9"),
|
|
682
|
+
unselectAll: i = Qe("\u53D6\u6D88\u5168\u9009")
|
|
683
683
|
} = o();
|
|
684
684
|
let r = {};
|
|
685
685
|
const M = E(
|
|
686
|
-
() => Pe(
|
|
687
|
-
), s = /* @__PURE__ */ new Set(), d = h(!0),
|
|
686
|
+
() => Pe(t === "colum" ? ke : y, 50)
|
|
687
|
+
), s = /* @__PURE__ */ new Set(), d = h(!0), u = h(), v = h(!1), f = h({ x: 0, y: 0 }), c = h({ x: 0, y: 0, scrollTop: 0 }), w = new ResizeObserver(
|
|
688
688
|
(m) => p.value = m[0].target.getBoundingClientRect()
|
|
689
689
|
), p = h({}), g = h({
|
|
690
690
|
top: 0,
|
|
691
691
|
height: 0,
|
|
692
692
|
sync(m = !1) {
|
|
693
|
-
g.value.top =
|
|
693
|
+
g.value.top = u.value?.scrollTop || 0, m && (g.value.height = u.value?.scrollHeight || 0);
|
|
694
694
|
}
|
|
695
695
|
}), N = E(() => v.value ? {
|
|
696
696
|
left: Math.min(f.value.x, c.value.x) - p.value.left,
|
|
@@ -699,14 +699,14 @@ function Dt({
|
|
|
699
699
|
height: Math.abs(f.value.y - c.value.y)
|
|
700
700
|
} : { left: 0, top: 0, width: 0, height: 0 }), { margin: j = 50, startSpeed: $ = 30, maxSpeed: Q = 30 } = n;
|
|
701
701
|
let C;
|
|
702
|
-
const T = j, _ = $,
|
|
702
|
+
const T = j, _ = $, Y = Q, K = (m) => m ** 1;
|
|
703
703
|
let H = 0;
|
|
704
704
|
function W(m) {
|
|
705
705
|
if (cancelAnimationFrame(C), H = ne(m), H = Math.max(
|
|
706
|
-
Math.min(H,
|
|
707
|
-
-
|
|
706
|
+
Math.min(H, Y),
|
|
707
|
+
-Y
|
|
708
708
|
), H !== 0) {
|
|
709
|
-
const D =
|
|
709
|
+
const D = u.value;
|
|
710
710
|
if (!D || !v.value)
|
|
711
711
|
return;
|
|
712
712
|
const x = g.value.height - p.value.height;
|
|
@@ -715,13 +715,13 @@ function Dt({
|
|
|
715
715
|
}
|
|
716
716
|
}
|
|
717
717
|
function ne(m) {
|
|
718
|
-
if (
|
|
718
|
+
if (u.value) {
|
|
719
719
|
const x = p.value, A = x.bottom - m;
|
|
720
720
|
if (A < T)
|
|
721
721
|
return _ * K(1 - A / T);
|
|
722
|
-
const
|
|
723
|
-
if (
|
|
724
|
-
return -_ * K(1 -
|
|
722
|
+
const B = m - x.top;
|
|
723
|
+
if (B < T)
|
|
724
|
+
return -_ * K(1 - B / T);
|
|
725
725
|
}
|
|
726
726
|
return 0;
|
|
727
727
|
}
|
|
@@ -740,9 +740,9 @@ function Dt({
|
|
|
740
740
|
function S(m, D, x = "dynamic-styles") {
|
|
741
741
|
let A = document.getElementById(x);
|
|
742
742
|
A || (A = document.createElement("style"), A.id = x, document.head.appendChild(A));
|
|
743
|
-
const
|
|
743
|
+
const B = A.sheet.cssRules, G = B.length, V = `${m} { ${D} }`;
|
|
744
744
|
for (let ae = 0; ae < G; ae++) {
|
|
745
|
-
const re =
|
|
745
|
+
const re = B[ae];
|
|
746
746
|
if (re.selectorText === m && re.style.cssText === D)
|
|
747
747
|
return;
|
|
748
748
|
}
|
|
@@ -751,70 +751,70 @@ function Dt({
|
|
|
751
751
|
function L(m, D) {
|
|
752
752
|
d.value = !0, v.value = !0, g.value.sync(!0);
|
|
753
753
|
const x = D + g.value.top;
|
|
754
|
-
f.value.x = m, f.value.y = x, c.value.x = m, c.value.y = x,
|
|
754
|
+
f.value.x = m, f.value.y = x, c.value.x = m, c.value.y = x, u.value?.classList.add("disable-scroll-behavior"), s.clear();
|
|
755
755
|
}
|
|
756
756
|
function P(m, D, x) {
|
|
757
|
-
!v.value || (d.value &&
|
|
757
|
+
!v.value || (d.value && t === "colum" && !X() && (i(), d.value = !1), x?.(), W(D), c.value.x = Math.max(m, p.value.left), c.value.y = Math.min(
|
|
758
758
|
D + g.value.top,
|
|
759
759
|
g.value.height + p.value.top
|
|
760
760
|
), c.value.scrollTop = g.value.top, M.value());
|
|
761
761
|
}
|
|
762
|
-
function
|
|
763
|
-
v.value = !1,
|
|
762
|
+
function Z() {
|
|
763
|
+
v.value = !1, u.value?.classList.remove("disable-scroll-behavior");
|
|
764
764
|
}
|
|
765
765
|
function R() {
|
|
766
766
|
!v.value || (H || F(), M.value());
|
|
767
767
|
}
|
|
768
|
-
function
|
|
768
|
+
function X() {
|
|
769
769
|
if (!v.value)
|
|
770
770
|
return !1;
|
|
771
771
|
const { width: m, height: D } = N.value;
|
|
772
772
|
return !(Math.max(m, D) > 5);
|
|
773
773
|
}
|
|
774
774
|
function pe() {
|
|
775
|
-
|
|
775
|
+
X() && i();
|
|
776
776
|
}
|
|
777
|
-
function
|
|
778
|
-
|
|
779
|
-
r[`${
|
|
777
|
+
function ke() {
|
|
778
|
+
X() || u.value?.querySelectorAll(`[${e}]`).forEach((m) => {
|
|
779
|
+
r[`${e}`] = m.getAttribute(`${e}`), te(m.getBoundingClientRect()) ? l([r]) : a([r]);
|
|
780
780
|
});
|
|
781
781
|
}
|
|
782
782
|
function y() {
|
|
783
783
|
const m = [];
|
|
784
784
|
let D = null, x = 0;
|
|
785
|
-
|
|
786
|
-
const G = A.getAttribute(`${
|
|
787
|
-
m.push(G), te(A.getBoundingClientRect()) ? (D === null && (D =
|
|
785
|
+
u.value?.querySelectorAll(`[${e}]`).forEach((A, B) => {
|
|
786
|
+
const G = A.getAttribute(`${e}`);
|
|
787
|
+
m.push(G), te(A.getBoundingClientRect()) ? (D === null && (D = B), D = Math.min(D, B), x = Math.max(x, B)) : (r[`${e}`] = G, s.has(G) && a([r]));
|
|
788
788
|
});
|
|
789
789
|
for (let A = D; A < x + 1; A++)
|
|
790
|
-
r[`${
|
|
790
|
+
r[`${e}`] = m[A], l([r]), s.add(m[A]);
|
|
791
791
|
}
|
|
792
792
|
function I(m) {
|
|
793
|
-
return !m?.value || (
|
|
793
|
+
return !m?.value || (u.value = m.value, !u?.value) ? !1 : (w.observe(u.value), S(".disable-scroll-behavior", "scroll-behavior: unset !important;"), !0);
|
|
794
794
|
}
|
|
795
795
|
return {
|
|
796
796
|
init: I,
|
|
797
797
|
dragStart: L,
|
|
798
798
|
dragMove: P,
|
|
799
|
-
dragEnd:
|
|
799
|
+
dragEnd: Z,
|
|
800
800
|
onScroll: R,
|
|
801
|
-
isSingleClick:
|
|
801
|
+
isSingleClick: X,
|
|
802
802
|
cancelSelectAllBySingleClick: pe,
|
|
803
803
|
selectFn: M,
|
|
804
804
|
selectRange: N,
|
|
805
805
|
isPressing: v,
|
|
806
|
-
containerEl:
|
|
806
|
+
containerEl: u,
|
|
807
807
|
observer: w
|
|
808
808
|
};
|
|
809
809
|
}
|
|
810
|
-
function To(
|
|
811
|
-
const
|
|
810
|
+
function To(e) {
|
|
811
|
+
const t = Dt(e), { observer: n, selectRange: o } = t, {
|
|
812
812
|
onScroll: l,
|
|
813
|
-
dragStart:
|
|
814
|
-
dragMove:
|
|
813
|
+
dragStart: a,
|
|
814
|
+
dragMove: i,
|
|
815
815
|
dragEnd: r,
|
|
816
816
|
cancelSelectAllBySingleClick: M
|
|
817
|
-
} =
|
|
817
|
+
} = t, s = E(() => ({
|
|
818
818
|
left: `${o.value.left}px`,
|
|
819
819
|
top: `${o.value.top}px`,
|
|
820
820
|
width: `${o.value.width}px`,
|
|
@@ -827,7 +827,7 @@ function To(t) {
|
|
|
827
827
|
opacity: 0.5;
|
|
828
828
|
}`,
|
|
829
829
|
{ id: "styletag_lzc_dragselect", manual: !0 }
|
|
830
|
-
),
|
|
830
|
+
), u = ee({
|
|
831
831
|
render() {
|
|
832
832
|
return Me("div", {
|
|
833
833
|
id: "selectBoxEl",
|
|
@@ -837,47 +837,47 @@ function To(t) {
|
|
|
837
837
|
}
|
|
838
838
|
});
|
|
839
839
|
function v(g) {
|
|
840
|
-
g.button === 0 &&
|
|
840
|
+
g.button === 0 && a(g.x, g.y);
|
|
841
841
|
}
|
|
842
842
|
function f(g) {
|
|
843
|
-
|
|
843
|
+
i(g.x, g.y);
|
|
844
844
|
}
|
|
845
845
|
function c(g) {
|
|
846
|
-
g.composedPath().some((j) => j?.getAttribute?.(
|
|
846
|
+
g.composedPath().some((j) => j?.getAttribute?.(e.attribute)) || M(), r();
|
|
847
847
|
}
|
|
848
848
|
function w(g) {
|
|
849
849
|
try {
|
|
850
|
-
if (!
|
|
850
|
+
if (!t.init(g))
|
|
851
851
|
throw "\u521D\u59CB\u5316\u5931\u8D25,Ref\u5143\u7D20\u4E0D\u6B63\u786E";
|
|
852
|
-
if (!
|
|
852
|
+
if (!t.containerEl?.value)
|
|
853
853
|
return !1;
|
|
854
|
-
we(Me(
|
|
854
|
+
we(Me(u), t.containerEl.value), d(), t.containerEl.value?.addEventListener("scroll", l), t.containerEl.value?.addEventListener("mousedown", v), window.addEventListener("mousemove", f), window.addEventListener("mouseup", c);
|
|
855
855
|
} catch (N) {
|
|
856
856
|
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25", N);
|
|
857
857
|
}
|
|
858
858
|
}
|
|
859
859
|
function p() {
|
|
860
|
-
n.disconnect(),
|
|
860
|
+
n.disconnect(), t.containerEl.value?.removeEventListener("scroll", l), t.containerEl.value?.removeEventListener("mousedown", v), window.removeEventListener("mousemove", f), window.removeEventListener("mouseup", c);
|
|
861
861
|
}
|
|
862
862
|
return { init: w, unMount: p };
|
|
863
863
|
}
|
|
864
|
-
function No(
|
|
864
|
+
function No(e, t, n = 600) {
|
|
865
865
|
const o = Dt({
|
|
866
|
-
...
|
|
866
|
+
...e,
|
|
867
867
|
selectWay: "row",
|
|
868
868
|
scrollOptions: {
|
|
869
869
|
startSpeed: 5,
|
|
870
870
|
maxSpeed: 5
|
|
871
871
|
}
|
|
872
|
-
}), { observer: l } = o, { onScroll:
|
|
872
|
+
}), { observer: l } = o, { onScroll: a, dragStart: i, dragMove: r, dragEnd: M } = o;
|
|
873
873
|
let s;
|
|
874
874
|
function d() {
|
|
875
875
|
clearTimeout(s);
|
|
876
876
|
}
|
|
877
|
-
function
|
|
878
|
-
d(), p.composedPath().some((N) => !!N?.getAttribute?.(
|
|
877
|
+
function u(p) {
|
|
878
|
+
d(), p.composedPath().some((N) => !!N?.getAttribute?.(e.attribute)) && (s = setTimeout(() => {
|
|
879
879
|
const { clientX: N, clientY: j } = p.targetTouches[0];
|
|
880
|
-
|
|
880
|
+
i(N, j), t?.(), r(N, j, () => p.preventDefault()), p.preventDefault();
|
|
881
881
|
}, n));
|
|
882
882
|
}
|
|
883
883
|
function v(p) {
|
|
@@ -894,13 +894,13 @@ function No(t, e, n = 600) {
|
|
|
894
894
|
throw "\u521D\u59CB\u5316\u5931\u8D25,Ref\u5143\u7D20\u4E0D\u6B63\u786E";
|
|
895
895
|
if (!o.containerEl?.value)
|
|
896
896
|
return !1;
|
|
897
|
-
o.containerEl.value?.addEventListener("scroll",
|
|
897
|
+
o.containerEl.value?.addEventListener("scroll", a), o.containerEl.value?.addEventListener("touchstart", u), o.containerEl.value?.addEventListener("touchmove", v), window.addEventListener("touchcancel", f), window.addEventListener("touchend", f);
|
|
898
898
|
} catch (g) {
|
|
899
899
|
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25", g);
|
|
900
900
|
}
|
|
901
901
|
}
|
|
902
902
|
function w() {
|
|
903
|
-
l.disconnect(), o.containerEl.value?.removeEventListener("scroll",
|
|
903
|
+
l.disconnect(), o.containerEl.value?.removeEventListener("scroll", a), o.containerEl.value?.removeEventListener("touchstart", u), o.containerEl.value?.removeEventListener("touchmove", v), window.removeEventListener("touchcancel", f), window.removeEventListener("touchEnd", f);
|
|
904
904
|
}
|
|
905
905
|
return { init: c, unMount: w };
|
|
906
906
|
}
|
|
@@ -915,19 +915,19 @@ const Kt = Symbol(), qt = {
|
|
|
915
915
|
dialogClass: { default: "" }
|
|
916
916
|
},
|
|
917
917
|
emits: ["update:visiable"],
|
|
918
|
-
setup(
|
|
919
|
-
const n =
|
|
920
|
-
n.closeOnClickOverlay &&
|
|
918
|
+
setup(e, { emit: t }) {
|
|
919
|
+
const n = e, o = () => {
|
|
920
|
+
n.closeOnClickOverlay && t("update:visiable", !1);
|
|
921
921
|
};
|
|
922
|
-
return U(Kt, () =>
|
|
922
|
+
return U(Kt, () => t("update:visiable", !1)), (l, a) => (b(), Se(Ie, { name: "modal" }, {
|
|
923
923
|
default: Ee(() => [
|
|
924
|
-
|
|
924
|
+
e.visiable ? De((b(), k("div", qt, [
|
|
925
925
|
O("div", {
|
|
926
|
-
onMousedown:
|
|
926
|
+
onMousedown: a[0] || (a[0] = Ne(() => {
|
|
927
927
|
}, ["stop"])),
|
|
928
|
-
class: de(["lzc-dialog",
|
|
928
|
+
class: de(["lzc-dialog", e.dialogClass])
|
|
929
929
|
}, [
|
|
930
|
-
|
|
930
|
+
_e(l.$slots, "default", {}, void 0, !0)
|
|
931
931
|
], 34)
|
|
932
932
|
])), [
|
|
933
933
|
[z(Ot), () => o()]
|
|
@@ -937,15 +937,15 @@ const Kt = Symbol(), qt = {
|
|
|
937
937
|
}));
|
|
938
938
|
}
|
|
939
939
|
});
|
|
940
|
-
const se = (
|
|
941
|
-
const n =
|
|
942
|
-
for (const [o, l] of
|
|
940
|
+
const se = (e, t) => {
|
|
941
|
+
const n = e.__vccOpts || e;
|
|
942
|
+
for (const [o, l] of t)
|
|
943
943
|
n[o] = l;
|
|
944
944
|
return n;
|
|
945
945
|
}, en = /* @__PURE__ */ se(Jt, [["__scopeId", "data-v-14584295"]]);
|
|
946
|
-
function wo(
|
|
947
|
-
function
|
|
948
|
-
const l = document.createElement("div"),
|
|
946
|
+
function wo(e) {
|
|
947
|
+
function t(n, o) {
|
|
948
|
+
const l = document.createElement("div"), a = {
|
|
949
949
|
setup() {
|
|
950
950
|
return () => Me(
|
|
951
951
|
en,
|
|
@@ -954,7 +954,7 @@ function wo(t) {
|
|
|
954
954
|
"onUpdate:visiable": () => {
|
|
955
955
|
l?.remove();
|
|
956
956
|
},
|
|
957
|
-
...
|
|
957
|
+
...e
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
default: () => Me(n, o)
|
|
@@ -962,20 +962,20 @@ function wo(t) {
|
|
|
962
962
|
);
|
|
963
963
|
}
|
|
964
964
|
};
|
|
965
|
-
return document.body.appendChild(l), we(Me(
|
|
965
|
+
return document.body.appendChild(l), we(Me(a), l), {
|
|
966
966
|
close: () => l?.remove()
|
|
967
967
|
};
|
|
968
968
|
}
|
|
969
969
|
return {
|
|
970
|
-
create:
|
|
970
|
+
create: t
|
|
971
971
|
};
|
|
972
972
|
}
|
|
973
973
|
function pt({
|
|
974
|
-
component:
|
|
975
|
-
componentProps:
|
|
974
|
+
component: e,
|
|
975
|
+
componentProps: t,
|
|
976
976
|
delay: n = 300
|
|
977
977
|
}) {
|
|
978
|
-
const l = `lzc-delay-loading-${`${new Date().getTime()}`}`,
|
|
978
|
+
const l = `lzc-delay-loading-${`${new Date().getTime()}`}`, a = `${n}ms`;
|
|
979
979
|
return Ge(
|
|
980
980
|
`@keyframes lzcDelayLoad {
|
|
981
981
|
to {
|
|
@@ -984,36 +984,36 @@ function pt({
|
|
|
984
984
|
}
|
|
985
985
|
.${l} {
|
|
986
986
|
opacity: 0;
|
|
987
|
-
animation: lzcDelayLoad 0s ${
|
|
987
|
+
animation: lzcDelayLoad 0s ${a} forwards;
|
|
988
988
|
}`
|
|
989
989
|
), { LoadingComp: ee({
|
|
990
990
|
setup() {
|
|
991
991
|
const r = Ft();
|
|
992
992
|
return me(() => {
|
|
993
993
|
r.value?.classList?.add(l);
|
|
994
|
-
}), () => Me(
|
|
994
|
+
}), () => Me(e, t);
|
|
995
995
|
}
|
|
996
996
|
}) };
|
|
997
997
|
}
|
|
998
998
|
function Io({
|
|
999
|
-
component:
|
|
1000
|
-
componentProps:
|
|
999
|
+
component: e,
|
|
1000
|
+
componentProps: t,
|
|
1001
1001
|
delay: n = 300
|
|
1002
1002
|
}) {
|
|
1003
1003
|
const { LoadingComp: o } = pt({
|
|
1004
|
-
component:
|
|
1005
|
-
componentProps:
|
|
1004
|
+
component: e,
|
|
1005
|
+
componentProps: t,
|
|
1006
1006
|
delay: n
|
|
1007
1007
|
}), l = h(!1);
|
|
1008
|
-
function
|
|
1008
|
+
function a() {
|
|
1009
1009
|
l.value = !0;
|
|
1010
1010
|
}
|
|
1011
|
-
function
|
|
1011
|
+
function i() {
|
|
1012
1012
|
l.value = !1;
|
|
1013
1013
|
}
|
|
1014
|
-
return { LoadingComp: o, loading: l, load:
|
|
1014
|
+
return { LoadingComp: o, loading: l, load: a, unload: i };
|
|
1015
1015
|
}
|
|
1016
|
-
const tn = (
|
|
1016
|
+
const tn = (e) => (ze("data-v-92a1804d"), e = e(), je(), e), nn = /* @__PURE__ */ tn(() => /* @__PURE__ */ O("div", { class: "ldio-mm5gwljcryb" }, [
|
|
1017
1017
|
/* @__PURE__ */ O("div")
|
|
1018
1018
|
], -1)), on = [
|
|
1019
1019
|
nn
|
|
@@ -1023,11 +1023,11 @@ const tn = (t) => (ze("data-v-92a1804d"), t = t(), je(), t), nn = /* @__PURE__ *
|
|
|
1023
1023
|
width: { default: 24 },
|
|
1024
1024
|
height: { default: 24 }
|
|
1025
1025
|
},
|
|
1026
|
-
setup(
|
|
1027
|
-
return Fe((
|
|
1028
|
-
"4e4a9ce4":
|
|
1029
|
-
e56fe5c2:
|
|
1030
|
-
})), (
|
|
1026
|
+
setup(e) {
|
|
1027
|
+
return Fe((t) => ({
|
|
1028
|
+
"4e4a9ce4": e.width + "px",
|
|
1029
|
+
e56fe5c2: e.height + "px"
|
|
1030
|
+
})), (t, n) => (b(), k("div", Ue(Re(t.$attrs)), on, 16));
|
|
1031
1031
|
}
|
|
1032
1032
|
});
|
|
1033
1033
|
const sn = /* @__PURE__ */ se(ln, [["__scopeId", "data-v-92a1804d"]]), an = "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", un = { class: "loading-wrap" }, cn = ["src"], rn = /* @__PURE__ */ ee({
|
|
@@ -1036,14 +1036,14 @@ const sn = /* @__PURE__ */ se(ln, [["__scopeId", "data-v-92a1804d"]]), an = "dat
|
|
|
1036
1036
|
delay: { default: "0.15s" },
|
|
1037
1037
|
size: { default: "mini" }
|
|
1038
1038
|
},
|
|
1039
|
-
setup(
|
|
1040
|
-
const
|
|
1039
|
+
setup(e) {
|
|
1040
|
+
const t = e;
|
|
1041
1041
|
Fe((o) => ({
|
|
1042
|
-
b1cf73a8:
|
|
1042
|
+
b1cf73a8: e.delay
|
|
1043
1043
|
}));
|
|
1044
1044
|
const n = E(() => {
|
|
1045
1045
|
const o = {};
|
|
1046
|
-
return
|
|
1046
|
+
return t.size === "mini" ? (o.width = "22px", o.height = "22px") : t.size === "large" && (o.width = "28px", o.height = "28px"), o;
|
|
1047
1047
|
});
|
|
1048
1048
|
return (o, l) => (b(), k("div", un, [
|
|
1049
1049
|
O("img", {
|
|
@@ -1055,8 +1055,8 @@ const sn = /* @__PURE__ */ se(ln, [["__scopeId", "data-v-92a1804d"]]), an = "dat
|
|
|
1055
1055
|
}
|
|
1056
1056
|
});
|
|
1057
1057
|
const Eo = /* @__PURE__ */ se(rn, [["__scopeId", "data-v-3c54972f"]]);
|
|
1058
|
-
async function Tt(
|
|
1059
|
-
return new Promise((
|
|
1058
|
+
async function Tt(e) {
|
|
1059
|
+
return new Promise((t) => setTimeout(() => t(), e));
|
|
1060
1060
|
}
|
|
1061
1061
|
const dn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTAyLjAwMDAwMCwgLTQwNi4wMDAwMDApIiBmaWxsPSIjOTk5OTk5IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc5MC4wMDAwMDAsIDM5MC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzEyLjAwMDAwMCwgMTYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjU0NjQyODU3MiwwLjA5NjM0MjU1MTMgTDYuMDEsNS41NTUgTDExLjQ1MzU3MTQsMC4xMTc3NTIwMTEgQzExLjU4MjE0MjksLTAuMDEwNzA0NzIzNyAxMS43NzUsLTAuMDEwNzA0NzIzNyAxMS45MDM1NzE0LDAuMTE3NzUyMDExIEMxMi4wMzIxNDI5LDAuMjQ2MjA4NzQ2IDEyLjAzMjE0MjksMC40Mzg4OTM4NDkgMTEuOTAzNTcxNCwwLjU2NzM1MDU4NCBMNi40Niw2LjAwNSBMMTEuOTAzNTcxNCwxMS40NDMzNTQxIEMxMi4wMzIxNDI5LDExLjU3MTgxMDkgMTIuMDMyMTQyOSwxMS43NjQ0OTYgMTEuOTAzNTcxNCwxMS44OTI5NTI3IEMxMS44NjA3MTQzLDExLjk3ODU5MDUgMTEuNzc1LDEyIDExLjY4OTI4NTcsMTIgQzExLjYwMzU3MTQsMTIgMTEuNTE3ODU3MiwxMS45Nzg1OTA1IDExLjQ1MzU3MTQsMTEuOTE0MzYyMiBMNiw2LjQ2NSBMMC41NDY0Mjg1NzIsMTEuOTE0MzYyMiBDMC41MDM1NzE0MzMsMTEuOTc4NTkwNSAwLjQxNzg1NzE0MywxMiAwLjMzMjE0Mjg1MywxMiBDMC4yNDY0Mjg1NjMsMTIgMC4xNjA3MTQyODYsMTEuOTc4NTkwNSAwLjA5NjQyODU3MTUsMTEuOTE0MzYyMiBDLTAuMDMyMTQyODU3MiwxMS43ODU5MDU0IC0wLjAzMjE0Mjg1NzIsMTEuNTkzMjIwMyAwLjA5NjQyODU3MTUsMTEuNDY0NzYzNiBMNS41NDksNi4wMTUgTDAuMDk2NDI4NTcxNSwwLjU2NzM1MDU4NCBDLTAuMDEwNzE0MjgxNSwwLjQzODg5Mzg0OSAtMC4wMTA3MTQyODE1LDAuMjI0Nzk5Mjg2IDAuMDk2NDI4NTcxNSwwLjA5NjM0MjU1MTMgQzAuMjAzNTcxNDI0LC0wLjAzMjExNDE4MzggMC40MTc4NTcxNDMsLTAuMDMyMTE0MTgzOCAwLjU0NjQyODU3MiwwLjA5NjM0MjU1MTMgWiIgaWQ9IuW9oueKtue7k+WQiCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+", fn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzVweCIgaGVpZ2h0PSIzNXB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjguMDAwMDAwLCAtMzczLjAwMDAwMCkiIGZpbGw9IiM5RjlGOUYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE4LjAwMDAwMCwgMzU2LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4wMDAwMDAsIDE3LjAwMDAwMCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMjAsMTIuMzQ0ODI3NiBDMTkuMjAwMTM5MywxMi4zNDQ4Mjc2IDE4LjU1MTcyNDEsMTEuNjk2NDEyNCAxOC41NTE3MjQxLDEwLjg5NjU1MTcgTDE4LjU1MTcyNDEsMy40NDgyNzU4NiBDMTguNTUxNzI0MSwyLjY0ODQxNTE5IDE5LjIwMDEzOTMsMiAyMCwyIEMyMC43OTk4NjA3LDIgMjEuNDQ4Mjc1OSwyLjY0ODQxNTE5IDIxLjQ0ODI3NTksMy40NDgyNzU4NiBMMjEuNDQ4Mjc1OSwxMC44OTY1NTE3IEMyMS40NDgyNzU5LDExLjY5NjQxMjQgMjAuNzk5ODYwNywxMi4zNDQ4Mjc2IDIwLDEyLjM0NDgyNzYgTDIwLDEyLjM0NDgyNzYgWiBNMjAsMzggQzE5LjYxNTg5MzQsMzggMTkuMjQ3NTE4NywzNy44NDc0MTQyIDE4Ljk3NTkxNDMsMzcuNTc1ODA5OCBDMTguNzA0MzA5OSwzNy4zMDQyMDU0IDE4LjU1MTcyNDEsMzYuOTM1ODMwOCAxOC41NTE3MjQxLDM2LjU1MTcyNDEgTDE4LjU1MTcyNDEsMjkuMTAzNDQ4MyBDMTguNTUxNzI0MSwyOC4zMDM1ODc2IDE5LjIwMDEzOTMsMjcuNjU1MTcyNCAyMCwyNy42NTUxNzI0IEMyMC43OTk4NjA3LDI3LjY1NTE3MjQgMjEuNDQ4Mjc1OSwyOC4zMDM1ODc2IDIxLjQ0ODI3NTksMjkuMTAzNDQ4MyBMMjEuNDQ4Mjc1OSwzNi41NTE3MjQxIEMyMS40NDgyNzU5LDM3LjM1MTU4NDggMjAuNzk5ODYwNywzOCAyMCwzOCBMMjAsMzggWiBNMjUuNDEzMDM0NSwxNC41ODY5NjU1IEMyNS4xNDE0MTA3LDE0LjMxNTM5MjIgMjQuOTg4ODA5OCwxMy45NDcwMjk0IDI0Ljk4ODgwOTgsMTMuNTYyOTMxIEMyNC45ODg4MDk4LDEzLjE3ODgzMjcgMjUuMTQxNDEwNywxMi44MTA0Njk5IDI1LjQxMzAzNDUsMTIuNTM4ODk2NiBMMzAuNjc5NzkzMSw3LjI3MjEzNzkzIEMzMC45NTEzNjY0LDcuMDAwNTE0MTQgMzEuMzE5NzI5Miw2Ljg0NzkxMzI0IDMxLjcwMzgyNzYsNi44NDc5MTMyNCBDMzIuMDg3OTI2LDYuODQ3OTEzMjQgMzIuNDU2Mjg4Nyw3LjAwMDUxNDE0IDMyLjcyNzg2MjEsNy4yNzIxMzc5MyBDMzIuOTk5NDg1OSw3LjU0MzcxMTI3IDMzLjE1MjA4NjgsNy45MTIwNzQwNCAzMy4xNTIwODY4LDguMjk2MTcyNDEgQzMzLjE1MjA4NjgsOC42ODAyNzA3OSAzMi45OTk0ODU5LDkuMDQ4NjMzNTYgMzIuNzI3ODYyMSw5LjMyMDIwNjkgTDI3LjQ2MTEwMzQsMTQuNTg2OTY1NSBDMjcuMTg5NTMwMSwxNC44NTg1ODkzIDI2LjgyMTE2NzMsMTUuMDExMTkwMiAyNi40MzcwNjksMTUuMDExMTkwMiBDMjYuMDUyOTcwNiwxNS4wMTExOTAyIDI1LjY4NDYwNzgsMTQuODU4NTg5MyAyNS40MTMwMzQ1LDE0LjU4Njk2NTUgTDI1LjQxMzAzNDUsMTQuNTg2OTY1NSBaIE03LjI3MjEzNzkzLDMyLjcyNzg2MjEgQzcuMDAwNTE0MTQsMzIuNDU2Mjg4NyA2Ljg0NzkxMzI0LDMyLjA4NzkyNiA2Ljg0NzkxMzI0LDMxLjcwMzgyNzYgQzYuODQ3OTEzMjQsMzEuMzE5NzI5MiA3LjAwMDUxNDE0LDMwLjk1MTM2NjQgNy4yNzIxMzc5MywzMC42Nzk3OTMxIEwxMi41Mzg4OTY2LDI1LjQxMzAzNDUgQzEyLjgxMDQ2OTksMjUuMTQxNDEwNyAxMy4xNzg4MzI3LDI0Ljk4ODgwOTggMTMuNTYyOTMxLDI0Ljk4ODgwOTggQzEzLjk0NzAyOTQsMjQuOTg4ODA5OCAxNC4zMTUzOTIyLDI1LjE0MTQxMDcgMTQuNTg2OTY1NSwyNS40MTMwMzQ1IEMxNC44NTg1ODkzLDI1LjY4NDYwNzggMTUuMDExMTkwMiwyNi4wNTI5NzA2IDE1LjAxMTE5MDIsMjYuNDM3MDY5IEMxNS4wMTExOTAyLDI2LjgyMTE2NzMgMTQuODU4NTg5MywyNy4xODk1MzAxIDE0LjU4Njk2NTUsMjcuNDYxMTAzNCBMOS4zMjAyMDY5LDMyLjcyNzg2MjEgQzkuMDQ4NjMzNTYsMzIuOTk5NDg1OSA4LjY4MDI3MDc5LDMzLjE1MjA4NjggOC4yOTYxNzI0MSwzMy4xNTIwODY4IEM3LjkxMjA3NDA0LDMzLjE1MjA4NjggNy41NDM3MTEyNywzMi45OTk0ODU5IDcuMjcyMTM3OTMsMzIuNzI3ODYyMSBMNy4yNzIxMzc5MywzMi43Mjc4NjIxIFogTTI3LjY1NTE3MjQsMjAgQzI3LjY1NTE3MjQsMTkuMjAwMTM5MyAyOC4zMDM1ODc2LDE4LjU1MTcyNDEgMjkuMTAzNDQ4MywxOC41NTE3MjQxIEwzNi41NTE3MjQxLDE4LjU1MTcyNDEgQzM3LjM1MTU4NDgsMTguNTUxNzI0MSAzOCwxOS4yMDAxMzkzIDM4LDIwIEMzOCwyMC43OTk4NjA3IDM3LjM1MTU4NDgsMjEuNDQ4Mjc1OSAzNi41NTE3MjQxLDIxLjQ0ODI3NTkgTDI5LjEwMzQ0ODMsMjEuNDQ4Mjc1OSBDMjguMzAzNTg3NiwyMS40NDgyNzU5IDI3LjY1NTE3MjQsMjAuNzk5ODYwNyAyNy42NTUxNzI0LDIwIEwyNy42NTUxNzI0LDIwIFogTTIsMjAgQzIsMTkuMjAwMTM5MyAyLjY0ODQxNTE5LDE4LjU1MTcyNDEgMy40NDgyNzU4NiwxOC41NTE3MjQxIEwxMC44OTY1NTE3LDE4LjU1MTcyNDEgQzExLjY5NjQxMjQsMTguNTUxNzI0MSAxMi4zNDQ4Mjc2LDE5LjIwMDEzOTMgMTIuMzQ0ODI3NiwyMCBDMTIuMzQ0ODI3NiwyMC43OTk4NjA3IDExLjY5NjQxMjQsMjEuNDQ4Mjc1OSAxMC44OTY1NTE3LDIxLjQ0ODI3NTkgTDMuNDQ4Mjc1ODYsMjEuNDQ4Mjc1OSBDMi42NDg0MTUxOSwyMS40NDgyNzU5IDIsMjAuNzk5ODYwNyAyLDIwIFogTTI1LjQxMzAzNDUsMjUuNDEzMDM0NSBDMjUuNjg0NjA3OCwyNS4xNDE0MTA3IDI2LjA1Mjk3MDYsMjQuOTg4ODA5OCAyNi40MzcwNjksMjQuOTg4ODA5OCBDMjYuODIxMTY3MywyNC45ODg4MDk4IDI3LjE4OTUzMDEsMjUuMTQxNDEwNyAyNy40NjExMDM0LDI1LjQxMzAzNDUgTDMyLjcyNzg2MjEsMzAuNjc5NzkzMSBDMzIuOTk5NDg1OSwzMC45NTEzNjY0IDMzLjE1MjA4NjgsMzEuMzE5NzI5MiAzMy4xNTIwODY4LDMxLjcwMzgyNzYgQzMzLjE1MjA4NjgsMzIuMDg3OTI2IDMyLjk5OTQ4NTksMzIuNDU2Mjg4NyAzMi43Mjc4NjIxLDMyLjcyNzg2MjEgQzMyLjQ1NjI4ODcsMzIuOTk5NDg1OSAzMi4wODc5MjYsMzMuMTUyMDg2OCAzMS43MDM4Mjc2LDMzLjE1MjA4NjggQzMxLjMxOTcyOTIsMzMuMTUyMDg2OCAzMC45NTEzNjY0LDMyLjk5OTQ4NTkgMzAuNjc5NzkzMSwzMi43Mjc4NjIxIEwyNS40MTMwMzQ1LDI3LjQ2MTEwMzQgQzI1LjE0MTQxMDcsMjcuMTg5NTMwMSAyNC45ODg4MDk4LDI2LjgyMTE2NzMgMjQuOTg4ODA5OCwyNi40MzcwNjkgQzI0Ljk4ODgwOTgsMjYuMDUyOTcwNiAyNS4xNDE0MTA3LDI1LjY4NDYwNzggMjUuNDEzMDM0NSwyNS40MTMwMzQ1IEwyNS40MTMwMzQ1LDI1LjQxMzAzNDUgWiBNNy4yNzIxMzc5Myw3LjI3MjEzNzkzIEM3LjU0MzcxMTI3LDcuMDAwNTE0MTQgNy45MTIwNzQwNCw2Ljg0NzkxMzI0IDguMjk2MTcyNDEsNi44NDc5MTMyNCBDOC42ODAyNzA3OSw2Ljg0NzkxMzI0IDkuMDQ4NjMzNTYsNy4wMDA1MTQxNCA5LjMyMDIwNjksNy4yNzIxMzc5MyBMMTQuNTg2OTY1NSwxMi41Mzg4OTY2IEMxNC44NTg1ODkzLDEyLjgxMDQ2OTkgMTUuMDExMTkwMiwxMy4xNzg4MzI3IDE1LjAxMTE5MDIsMTMuNTYyOTMxIEMxNS4wMTExOTAyLDEzLjk0NzAyOTQgMTQuODU4NTg5MywxNC4zMTUzOTIyIDE0LjU4Njk2NTUsMTQuNTg2OTY1NSBDMTQuMzE1MzkyMiwxNC44NTg1ODkzIDEzLjk0NzAyOTQsMTUuMDExMTkwMiAxMy41NjI5MzEsMTUuMDExMTkwMiBDMTMuMTc4ODMyNywxNS4wMTExOTAyIDEyLjgxMDQ2OTksMTQuODU4NTg5MyAxMi41Mzg4OTY2LDE0LjU4Njk2NTUgTDcuMjcyMTM3OTMsOS4zMjAyMDY5IEM3LjAwMDUxNDE0LDkuMDQ4NjMzNTYgNi44NDc5MTMyNCw4LjY4MDI3MDc5IDYuODQ3OTEzMjQsOC4yOTYxNzI0MSBDNi44NDc5MTMyNCw3LjkxMjA3NDA0IDcuMDAwNTE0MTQsNy41NDM3MTEyNyA3LjI3MjEzNzkzLDcuMjcyMTM3OTMgWiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+", Mn = ["onClick"], vn = ["onClick"], gn = ["src"], hn = ["src"], mn = /* @__PURE__ */ ee({
|
|
1062
1062
|
__name: "index",
|
|
@@ -1076,11 +1076,11 @@ const dn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1076
1076
|
captureEventP: { type: Boolean, default: !0 }
|
|
1077
1077
|
},
|
|
1078
1078
|
emits: ["close"],
|
|
1079
|
-
setup(
|
|
1080
|
-
const n =
|
|
1079
|
+
setup(e, { emit: t }) {
|
|
1080
|
+
const n = e, o = "lzc-loading-toast", l = E(() => {
|
|
1081
1081
|
let s = {};
|
|
1082
1082
|
return n.captureEventP && (s.pointerEvents = "none"), s;
|
|
1083
|
-
}),
|
|
1083
|
+
}), a = E(() => {
|
|
1084
1084
|
let s = {
|
|
1085
1085
|
padding: "12px"
|
|
1086
1086
|
};
|
|
@@ -1088,17 +1088,17 @@ const dn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1088
1088
|
...s,
|
|
1089
1089
|
...n.overlayContentStyle
|
|
1090
1090
|
}), s;
|
|
1091
|
-
}),
|
|
1091
|
+
}), i = E(() => {
|
|
1092
1092
|
let s = {};
|
|
1093
1093
|
return n.showClose && !n.icon && (s.paddingRight = "16px"), s;
|
|
1094
1094
|
});
|
|
1095
1095
|
function r() {
|
|
1096
|
-
n.closeOnClickOverlay &&
|
|
1096
|
+
n.closeOnClickOverlay && t("close");
|
|
1097
1097
|
}
|
|
1098
1098
|
function M() {
|
|
1099
|
-
n.closeOnClick &&
|
|
1099
|
+
n.closeOnClick && t("close");
|
|
1100
1100
|
}
|
|
1101
|
-
return (s, d) => (b(),
|
|
1101
|
+
return (s, d) => (b(), Se(Ie, {
|
|
1102
1102
|
"enter-active-class": "lzc-animate-fade-in lzc-animate-duration-300",
|
|
1103
1103
|
"leave-active-class": "lzc-animate-fade-out lzc-animate-duration-300"
|
|
1104
1104
|
}, {
|
|
@@ -1108,7 +1108,7 @@ const dn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1108
1108
|
style: q(z(l))
|
|
1109
1109
|
}, [
|
|
1110
1110
|
De(O("div", {
|
|
1111
|
-
class: de(`${o} ${
|
|
1111
|
+
class: de(`${o} ${e.className}`),
|
|
1112
1112
|
onClick: Ne(r, ["stop"])
|
|
1113
1113
|
}, [
|
|
1114
1114
|
O("div", {
|
|
@@ -1117,28 +1117,28 @@ const dn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1117
1117
|
}, [
|
|
1118
1118
|
O("div", {
|
|
1119
1119
|
class: de(`${o}-content`),
|
|
1120
|
-
style: q(z(
|
|
1120
|
+
style: q(z(a))
|
|
1121
1121
|
}, [
|
|
1122
|
-
|
|
1122
|
+
e.showClose ? (b(), k("img", {
|
|
1123
1123
|
key: 0,
|
|
1124
|
-
onClick: d[0] || (d[0] = Ne((
|
|
1124
|
+
onClick: d[0] || (d[0] = Ne((u) => t("close"), ["stop"])),
|
|
1125
1125
|
src: z(dn),
|
|
1126
1126
|
class: de(`${o}-close`)
|
|
1127
1127
|
}, null, 10, gn)) : ge("", !0),
|
|
1128
|
-
|
|
1128
|
+
e.showIcon ? (b(), k("img", {
|
|
1129
1129
|
key: 1,
|
|
1130
|
-
src:
|
|
1130
|
+
src: e.icon || z(fn),
|
|
1131
1131
|
class: de(`${o}-icon`)
|
|
1132
1132
|
}, null, 10, hn)) : ge("", !0),
|
|
1133
|
-
|
|
1133
|
+
e.message ? (b(), k("div", {
|
|
1134
1134
|
key: 2,
|
|
1135
1135
|
class: de(`${o}-message`),
|
|
1136
|
-
style: q(z(
|
|
1137
|
-
}, We(
|
|
1136
|
+
style: q(z(i))
|
|
1137
|
+
}, We(e.message), 7)) : ge("", !0)
|
|
1138
1138
|
], 6)
|
|
1139
1139
|
], 10, vn)
|
|
1140
1140
|
], 10, Mn), [
|
|
1141
|
-
[
|
|
1141
|
+
[Oe, e.visible]
|
|
1142
1142
|
])
|
|
1143
1143
|
], 4)
|
|
1144
1144
|
]),
|
|
@@ -1153,25 +1153,25 @@ class Dn {
|
|
|
1153
1153
|
options;
|
|
1154
1154
|
visible = h(!1);
|
|
1155
1155
|
animateDuration = 300;
|
|
1156
|
-
constructor(
|
|
1157
|
-
this.options = { ...
|
|
1156
|
+
constructor(t) {
|
|
1157
|
+
this.options = { ...t, visible: this.visible }, this.options.duration == null && (this.options.duration = 60 * 10 * 1e3), this.el = document.createElement("div"), this.loadingToast = yn;
|
|
1158
1158
|
}
|
|
1159
1159
|
async show() {
|
|
1160
|
-
const
|
|
1161
|
-
this.close(),
|
|
1160
|
+
const t = this.options, o = { ...t, onClose: () => {
|
|
1161
|
+
this.close(), t?.onClose?.();
|
|
1162
1162
|
} }, l = fe(this.loadingToast, o);
|
|
1163
|
-
we(l, this.el), document.body.insertBefore(this.el, document.body.firstChild), this.visible.value = !0,
|
|
1163
|
+
we(l, this.el), document.body.insertBefore(this.el, document.body.firstChild), this.visible.value = !0, t.duration !== 0 && setTimeout(() => {
|
|
1164
1164
|
this.destory();
|
|
1165
|
-
},
|
|
1165
|
+
}, t.duration), await Tt(t.duration + this.animateDuration);
|
|
1166
1166
|
}
|
|
1167
1167
|
async destory() {
|
|
1168
|
-
!this.visible.value || (this.visible.value = !1, await new Promise((
|
|
1168
|
+
!this.visible.value || (this.visible.value = !1, await new Promise((t) => {
|
|
1169
1169
|
setTimeout(() => {
|
|
1170
1170
|
if (!this.el) {
|
|
1171
|
-
|
|
1171
|
+
t();
|
|
1172
1172
|
return;
|
|
1173
1173
|
}
|
|
1174
|
-
document.body.removeChild(this.el),
|
|
1174
|
+
document.body.removeChild(this.el), t();
|
|
1175
1175
|
}, this.animateDuration - 10);
|
|
1176
1176
|
}));
|
|
1177
1177
|
}
|
|
@@ -1179,23 +1179,23 @@ class Dn {
|
|
|
1179
1179
|
document.querySelector("#lzc-loading-toast")?.remove();
|
|
1180
1180
|
}
|
|
1181
1181
|
}
|
|
1182
|
-
function Ao(
|
|
1183
|
-
const n = !!
|
|
1184
|
-
...
|
|
1185
|
-
showIcon:
|
|
1186
|
-
captureEventP:
|
|
1182
|
+
function Ao(e, t) {
|
|
1183
|
+
const n = !!t?.debug, o = t?.printErrorLog !== !1, l = t?.loading !== !1, a = t?.autoClose !== !1, i = t?.delay != null ? t.delay : 300, r = {
|
|
1184
|
+
...t,
|
|
1185
|
+
showIcon: t?.showIcon !== !1,
|
|
1186
|
+
captureEventP: t?.captureEventP === !0
|
|
1187
1187
|
};
|
|
1188
1188
|
n && console.log(
|
|
1189
1189
|
"useDelayAsync - loading: %s autoClose: %s delay: %s loadingToastOptions: %o",
|
|
1190
1190
|
l,
|
|
1191
|
-
u,
|
|
1192
1191
|
a,
|
|
1192
|
+
i,
|
|
1193
1193
|
r
|
|
1194
1194
|
);
|
|
1195
1195
|
const M = h(!1);
|
|
1196
1196
|
let s = null;
|
|
1197
1197
|
const d = new Dn(r);
|
|
1198
|
-
async function
|
|
1198
|
+
async function u(...f) {
|
|
1199
1199
|
if (n && console.log(`useDelayAsync - handler - processing: ${M.value}`), !M.value) {
|
|
1200
1200
|
M.value = !0, s = setTimeout(() => {
|
|
1201
1201
|
n && console.log(
|
|
@@ -1203,13 +1203,13 @@ function Ao(t, e) {
|
|
|
1203
1203
|
l,
|
|
1204
1204
|
M.value
|
|
1205
1205
|
), l && (!M.value || d.show());
|
|
1206
|
-
},
|
|
1206
|
+
}, i);
|
|
1207
1207
|
try {
|
|
1208
1208
|
n && console.time("useDelayAsync - handler-execute-time");
|
|
1209
|
-
const c = await
|
|
1210
|
-
n && console.log("useDelayAsync - execute res: ", c), n && console.timeEnd("useDelayAsync - handler-execute-time"), await v(
|
|
1209
|
+
const c = await e(...f);
|
|
1210
|
+
n && console.log("useDelayAsync - execute res: ", c), n && console.timeEnd("useDelayAsync - handler-execute-time"), await v(a), await t?.onSuccess?.(c);
|
|
1211
1211
|
} catch (c) {
|
|
1212
|
-
n && console.timeEnd("useDelayAsync - handler-execute-time"), o && console.error(c), await v(
|
|
1212
|
+
n && console.timeEnd("useDelayAsync - handler-execute-time"), o && console.error(c), await v(a), await t?.onError?.(c);
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
@@ -1220,85 +1220,85 @@ function Ao(t, e) {
|
|
|
1220
1220
|
n && console.log("useDelayAsync - onBeforeUnmount - close"), v();
|
|
1221
1221
|
}), {
|
|
1222
1222
|
processing: M,
|
|
1223
|
-
handler:
|
|
1223
|
+
handler: u,
|
|
1224
1224
|
close: v
|
|
1225
1225
|
};
|
|
1226
1226
|
}
|
|
1227
|
-
function pn(
|
|
1228
|
-
return
|
|
1227
|
+
function pn(e, t) {
|
|
1228
|
+
return e > t ? "horizontal" : t > e ? "vertical" : "";
|
|
1229
1229
|
}
|
|
1230
1230
|
function Tn() {
|
|
1231
|
-
const
|
|
1232
|
-
n.value = 0, o.value = 0, l.value = 0,
|
|
1231
|
+
const e = h(0), t = h(0), n = h(0), o = h(0), l = h(0), a = h(0), i = h(""), r = () => i.value === "vertical", M = () => i.value === "horizontal", s = () => {
|
|
1232
|
+
n.value = 0, o.value = 0, l.value = 0, a.value = 0, i.value = "";
|
|
1233
1233
|
};
|
|
1234
1234
|
return {
|
|
1235
1235
|
move: (v) => {
|
|
1236
1236
|
const f = v.touches[0];
|
|
1237
|
-
n.value = (f.clientX < 0 ? 0 : f.clientX) -
|
|
1237
|
+
n.value = (f.clientX < 0 ? 0 : f.clientX) - e.value, o.value = f.clientY - t.value, l.value = Math.abs(n.value), a.value = Math.abs(o.value);
|
|
1238
1238
|
const c = 10;
|
|
1239
|
-
(!
|
|
1239
|
+
(!i.value || l.value < c && a.value < c) && (i.value = pn(l.value, a.value));
|
|
1240
1240
|
},
|
|
1241
1241
|
start: (v) => {
|
|
1242
|
-
s(),
|
|
1242
|
+
s(), e.value = v.touches[0].clientX, t.value = v.touches[0].clientY;
|
|
1243
1243
|
},
|
|
1244
1244
|
reset: s,
|
|
1245
|
-
startX:
|
|
1246
|
-
startY:
|
|
1245
|
+
startX: e,
|
|
1246
|
+
startY: t,
|
|
1247
1247
|
deltaX: n,
|
|
1248
1248
|
deltaY: o,
|
|
1249
1249
|
offsetX: l,
|
|
1250
|
-
offsetY:
|
|
1251
|
-
direction:
|
|
1250
|
+
offsetY: a,
|
|
1251
|
+
direction: i,
|
|
1252
1252
|
isVertical: r,
|
|
1253
1253
|
isHorizontal: M
|
|
1254
1254
|
};
|
|
1255
1255
|
}
|
|
1256
1256
|
const ct = 250, rt = 5, Nn = 500;
|
|
1257
|
-
function wn(
|
|
1257
|
+
function wn(e, t, n, o) {
|
|
1258
1258
|
var l = Math.min(
|
|
1259
|
-
n /
|
|
1260
|
-
o /
|
|
1261
|
-
),
|
|
1259
|
+
n / e,
|
|
1260
|
+
o / t
|
|
1261
|
+
), a = e * l, i = t * l;
|
|
1262
1262
|
return {
|
|
1263
|
-
width: ue(
|
|
1264
|
-
height: ue(
|
|
1263
|
+
width: ue(a),
|
|
1264
|
+
height: ue(i)
|
|
1265
1265
|
};
|
|
1266
1266
|
}
|
|
1267
|
-
function In(
|
|
1268
|
-
return
|
|
1267
|
+
function In(e) {
|
|
1268
|
+
return e < 3 ? "444ms" : e < 6 ? "555ms" : "666ms";
|
|
1269
1269
|
}
|
|
1270
|
-
function
|
|
1271
|
-
return Math.min(Math.max(
|
|
1270
|
+
function Ye(e, t, n) {
|
|
1271
|
+
return Math.min(Math.max(e, t), n);
|
|
1272
1272
|
}
|
|
1273
|
-
function ue(
|
|
1274
|
-
return parseFloat(
|
|
1273
|
+
function ue(e, t = 2) {
|
|
1274
|
+
return parseFloat(e.toFixed(t));
|
|
1275
1275
|
}
|
|
1276
|
-
function Be(
|
|
1277
|
-
return
|
|
1276
|
+
function Be(e, t, n) {
|
|
1277
|
+
return e = ue(e), t = ue(t), `translate3d(${e}px, ${t}px, 0) scale3d(${n},${n},${n})`;
|
|
1278
1278
|
}
|
|
1279
|
-
function dt(
|
|
1279
|
+
function dt(e) {
|
|
1280
1280
|
return Math.sqrt(
|
|
1281
|
-
(
|
|
1281
|
+
(e[0].clientX - e[1].clientX) ** 2 + (e[0].clientY - e[1].clientY) ** 2
|
|
1282
1282
|
);
|
|
1283
1283
|
}
|
|
1284
|
-
function En(
|
|
1284
|
+
function En(e) {
|
|
1285
1285
|
return {
|
|
1286
|
-
x: (
|
|
1287
|
-
y: (
|
|
1286
|
+
x: (e[0].clientX + e[1].clientX) / 2,
|
|
1287
|
+
y: (e[0].clientY + e[1].clientY) / 2
|
|
1288
1288
|
};
|
|
1289
1289
|
}
|
|
1290
|
-
function zo(
|
|
1291
|
-
const
|
|
1290
|
+
function zo(e) {
|
|
1291
|
+
const t = h(1), n = h(6), o = h(!1), l = h(!0), a = h(), i = h(), r = h({ width: 0, height: 0 }), M = h({ width: 0, height: 0 }), s = xe({
|
|
1292
1292
|
scale: 1,
|
|
1293
1293
|
offsetX: 0,
|
|
1294
1294
|
offsetY: 0,
|
|
1295
1295
|
touched: !1,
|
|
1296
1296
|
zooming: !1,
|
|
1297
1297
|
preview: !0
|
|
1298
|
-
}), d = h({}),
|
|
1298
|
+
}), d = h({}), u = Tn(), v = Zt(i);
|
|
1299
1299
|
let f, c, w, p, g, N, j, $;
|
|
1300
1300
|
J(
|
|
1301
|
-
[
|
|
1301
|
+
[a, i],
|
|
1302
1302
|
([y, I]) => {
|
|
1303
1303
|
Q(y, I);
|
|
1304
1304
|
},
|
|
@@ -1308,18 +1308,18 @@ function zo(t) {
|
|
|
1308
1308
|
await C(y, I), y && T();
|
|
1309
1309
|
}
|
|
1310
1310
|
async function C(y, I) {
|
|
1311
|
-
if (y = y ??
|
|
1311
|
+
if (y = y ?? a.value, I = I ?? i.value, !I)
|
|
1312
1312
|
return;
|
|
1313
1313
|
let { clientWidth: m = 0, clientHeight: D = 0 } = y || {};
|
|
1314
1314
|
const { clientWidth: x, clientHeight: A } = I;
|
|
1315
1315
|
if (y instanceof HTMLImageElement) {
|
|
1316
|
-
const
|
|
1316
|
+
const B = wn(
|
|
1317
1317
|
y.naturalWidth || x,
|
|
1318
1318
|
y.naturalHeight || A,
|
|
1319
1319
|
x,
|
|
1320
1320
|
A
|
|
1321
1321
|
);
|
|
1322
|
-
m =
|
|
1322
|
+
m = B.width, D = B.height;
|
|
1323
1323
|
}
|
|
1324
1324
|
(m === 0 || D === 0) && (m = r.value.width || x, D = r.value.height || A), r.value = {
|
|
1325
1325
|
width: Math.min(m, x),
|
|
@@ -1327,27 +1327,27 @@ function zo(t) {
|
|
|
1327
1327
|
}, M.value = { width: x, height: A };
|
|
1328
1328
|
}
|
|
1329
1329
|
function T() {
|
|
1330
|
-
const y =
|
|
1330
|
+
const y = Z();
|
|
1331
1331
|
n.value = Math.max(n.value, y * 2);
|
|
1332
1332
|
}
|
|
1333
1333
|
function _(y, I) {
|
|
1334
1334
|
const { width: m, height: D } = M.value, x = Math.max(0, (D - I) * 0.5), A = Math.max(0, (m - y) * 0.5);
|
|
1335
1335
|
return { top: x, left: A };
|
|
1336
1336
|
}
|
|
1337
|
-
async function
|
|
1337
|
+
async function Y(y) {
|
|
1338
1338
|
const { touches: I } = y;
|
|
1339
|
-
f = I.length, !(f === 2 && o.value) && (s.zooming = f === 2, p = Date.now(),
|
|
1339
|
+
f = I.length, !(f === 2 && o.value) && (s.zooming = f === 2, p = Date.now(), u.start(y), F("start", y), s.zooming && (y.preventDefault(), c = s.scale, w = dt(I), await te(s.scale), $ || ($ = En(I))), s.touched || (s.touched = !0));
|
|
1340
1340
|
}
|
|
1341
1341
|
async function K(y) {
|
|
1342
1342
|
const { touches: I } = y;
|
|
1343
|
-
if (f = I.length,
|
|
1343
|
+
if (f = I.length, u.move(y), F("move", y), s.zooming && f == 2) {
|
|
1344
1344
|
y.preventDefault(), N = !1;
|
|
1345
1345
|
const m = dt(I), D = c * m / w;
|
|
1346
1346
|
$ && P(D, $);
|
|
1347
1347
|
}
|
|
1348
1348
|
}
|
|
1349
1349
|
async function H(y) {
|
|
1350
|
-
y.touches.length || (F("end", y), pe(), s.scale >=
|
|
1350
|
+
y.touches.length || (F("end", y), pe(), s.scale >= t.value && s.scale <= n.value ? s.zooming && await ne(s.scale) : (s.zooming = !1, s.scale < t.value ? await P(t.value, void 0, !0) : s.scale > n.value && await P(n.value, $, !0)), u.reset(), W());
|
|
1351
1351
|
}
|
|
1352
1352
|
function W() {
|
|
1353
1353
|
$ = void 0, s.touched = !1;
|
|
@@ -1358,20 +1358,20 @@ function zo(t) {
|
|
|
1358
1358
|
s.preview = !0;
|
|
1359
1359
|
const { value: I } = d, { scaleW: m, scaleH: D } = S(y), { left: x, top: A } = _(m, D);
|
|
1360
1360
|
y === 1 && (I.maxHeight = "100%"), I.width = `${m}px`, I.height = `${D}px`, I.transitionDuration = "0s", I.transform = Be(x, A, 1), d.value = I, await ye();
|
|
1361
|
-
const
|
|
1362
|
-
if (!
|
|
1361
|
+
const B = i.value;
|
|
1362
|
+
if (!B)
|
|
1363
1363
|
return;
|
|
1364
1364
|
const { offsetX: G, offsetY: V } = s;
|
|
1365
|
-
G < 0 && (
|
|
1365
|
+
G < 0 && (B.scrollLeft = Math.abs(G)), V < 0 && (B.scrollTop = Math.abs(V));
|
|
1366
1366
|
}
|
|
1367
1367
|
async function te(y) {
|
|
1368
1368
|
if (!s.preview)
|
|
1369
1369
|
return;
|
|
1370
1370
|
s.preview = !1;
|
|
1371
|
-
const I =
|
|
1371
|
+
const I = i.value;
|
|
1372
1372
|
if (!I)
|
|
1373
1373
|
return;
|
|
1374
|
-
const { scrollTop: m, scrollLeft: D } = I, { width: x, height: A } = r.value, { scaleW:
|
|
1374
|
+
const { scrollTop: m, scrollLeft: D } = I, { width: x, height: A } = r.value, { scaleW: B, scaleH: G } = S(y), { top: V, left: ae } = _(B, G), re = ae != 0 ? ae : D * -1, ve = V != 0 ? V : m * -1;
|
|
1375
1375
|
I.scrollTop = 0, I.scrollLeft = 0;
|
|
1376
1376
|
const { value: oe } = d;
|
|
1377
1377
|
oe.width = `${x}px`, oe.height = `${A}px`, oe.maxHeight = "none", oe.transitionDuration = "0s", oe.transform = Be(re, ve, y), d.value = oe, await ye(), s.offsetX = re, s.offsetY = ve, await Tt(20);
|
|
@@ -1379,25 +1379,25 @@ function zo(t) {
|
|
|
1379
1379
|
function F(y, I) {
|
|
1380
1380
|
v.measure();
|
|
1381
1381
|
let { clientX: m, clientY: D } = I.touches.length != 0 ? I.touches[0] : I.changedTouches[0];
|
|
1382
|
-
const { top: x, left: A, right:
|
|
1382
|
+
const { top: x, left: A, right: B, bottom: G } = v.arrivedState;
|
|
1383
1383
|
if (y == "start")
|
|
1384
|
-
j = x || A ||
|
|
1384
|
+
j = x || A || B || G;
|
|
1385
1385
|
else if (f == 2)
|
|
1386
1386
|
j = !1;
|
|
1387
1387
|
else if (j) {
|
|
1388
|
-
if (
|
|
1388
|
+
if (u.direction.value == "vertical")
|
|
1389
1389
|
if (s.scale != 1)
|
|
1390
1390
|
j = !1;
|
|
1391
1391
|
else {
|
|
1392
|
-
const V =
|
|
1392
|
+
const V = u.startY.value < D;
|
|
1393
1393
|
j = x && V || G && !V;
|
|
1394
1394
|
}
|
|
1395
|
-
else if (
|
|
1396
|
-
const V =
|
|
1397
|
-
j = A && V ||
|
|
1395
|
+
else if (u.direction.value == "horizontal") {
|
|
1396
|
+
const V = u.startX.value < m;
|
|
1397
|
+
j = A && V || B && !V;
|
|
1398
1398
|
}
|
|
1399
1399
|
}
|
|
1400
|
-
j && N && (j = !1, I.preventDefault()), y == "end" && !j && (m =
|
|
1400
|
+
j && N && (j = !1, I.preventDefault()), y == "end" && !j && (m = u.startX.value, D = u.startY.value, j = !0), (y != "move" || j) && e.onSwipeEdge?.(y, u.direction.value, m, D);
|
|
1401
1401
|
}
|
|
1402
1402
|
function S(y) {
|
|
1403
1403
|
const { width: I, height: m } = r.value;
|
|
@@ -1407,63 +1407,84 @@ function zo(t) {
|
|
|
1407
1407
|
};
|
|
1408
1408
|
}
|
|
1409
1409
|
function L() {
|
|
1410
|
-
N || (N = !0,
|
|
1410
|
+
N || (N = !0, i.value?.addEventListener("transitionend", X));
|
|
1411
1411
|
}
|
|
1412
1412
|
async function P(y, I, m) {
|
|
1413
|
-
if (y = ue(y), y =
|
|
1413
|
+
if (y = ue(y), y = Ye(
|
|
1414
1414
|
y,
|
|
1415
|
-
|
|
1415
|
+
t.value - t.value * 0.5,
|
|
1416
1416
|
n.value + n.value * 0.5
|
|
1417
1417
|
), y !== s.scale) {
|
|
1418
|
-
s.preview && await te(s.scale), I || (I = { x:
|
|
1419
|
-
const { value: D } = d, { width: x, height: A } = r.value, { scaleW:
|
|
1418
|
+
s.preview && await te(s.scale), I || (I = { x: u.startX.value, y: u.startY.value });
|
|
1419
|
+
const { value: D } = d, { width: x, height: A } = r.value, { scaleW: B, scaleH: G } = S(y), { top: V, left: ae } = _(B, G), re = y / s.scale, ve = {
|
|
1420
1420
|
top: Math.abs(A * y - M.value.height) * -1,
|
|
1421
1421
|
bottom: V,
|
|
1422
1422
|
left: Math.abs(x * y - M.value.width) * -1,
|
|
1423
1423
|
right: ae
|
|
1424
1424
|
};
|
|
1425
1425
|
let oe = ae != 0 ? ae : (s.offsetX - I.x) * re + I.x, Le = V != 0 ? V : (s.offsetY - I.y) * re + I.y;
|
|
1426
|
-
oe = ue(
|
|
1426
|
+
oe = ue(Ye(oe, ve.left, ve.right)), Le = ue(Ye(Le, ve.top, ve.bottom)), D.width = `${x}px`, D.height = `${A}px`, D.transitionDuration = m ? In(y) : "0s", D.transform = Be(oe, Le, y), s.offsetX = oe, s.offsetY = Le, s.scale = y, d.value = D, await ye(), m && L(), e.onScale?.();
|
|
1427
1427
|
}
|
|
1428
1428
|
}
|
|
1429
|
-
function
|
|
1429
|
+
function Z() {
|
|
1430
1430
|
const { width: y, height: I } = r.value, { width: m, height: D } = M.value, x = 2.5;
|
|
1431
1431
|
let A;
|
|
1432
1432
|
return I == D ? (A = m / y, A - 1 < 0.1 && (A = x)) : A = Math.max(x, m / y, D / I), A;
|
|
1433
1433
|
}
|
|
1434
1434
|
function R() {
|
|
1435
|
-
const y = s.scale > 1 ? 1 :
|
|
1435
|
+
const y = s.scale > 1 ? 1 : Z();
|
|
1436
1436
|
P(
|
|
1437
1437
|
y,
|
|
1438
|
-
y != 1 ? { x:
|
|
1438
|
+
y != 1 ? { x: u.startX.value, y: u.startY.value } : void 0,
|
|
1439
1439
|
!0
|
|
1440
1440
|
);
|
|
1441
1441
|
}
|
|
1442
|
-
async function
|
|
1443
|
-
|
|
1442
|
+
async function X() {
|
|
1443
|
+
i.value?.removeEventListener("transitionend", X), N = !1, s.preview || await ne(s.scale);
|
|
1444
1444
|
}
|
|
1445
1445
|
async function pe(y) {
|
|
1446
1446
|
if (f > 1)
|
|
1447
1447
|
return;
|
|
1448
|
-
const { offsetX: I, offsetY: m } =
|
|
1448
|
+
const { offsetX: I, offsetY: m } = u, D = Date.now() - p;
|
|
1449
1449
|
I.value < rt && m.value < rt && (D < ct ? l.value ? g ? (clearTimeout(g), g = null, R()) : g = setTimeout(async () => {
|
|
1450
|
-
|
|
1451
|
-
}, ct) :
|
|
1450
|
+
e.onTap?.(), g = null;
|
|
1451
|
+
}, ct) : e.onTap?.() : D > Nn && e.onLongPress?.());
|
|
1452
1452
|
}
|
|
1453
|
-
function
|
|
1453
|
+
function ke() {
|
|
1454
1454
|
P(1, void 0, !0);
|
|
1455
1455
|
}
|
|
1456
1456
|
return {
|
|
1457
|
-
imageRef:
|
|
1458
|
-
containerRef:
|
|
1457
|
+
imageRef: a,
|
|
1458
|
+
containerRef: i,
|
|
1459
1459
|
state: s,
|
|
1460
1460
|
style: d,
|
|
1461
|
-
resetScale:
|
|
1462
|
-
onTouchStart:
|
|
1461
|
+
resetScale: ke,
|
|
1462
|
+
onTouchStart: Y,
|
|
1463
1463
|
onTouchMove: K,
|
|
1464
1464
|
onTouchEnd: H
|
|
1465
1465
|
};
|
|
1466
1466
|
}
|
|
1467
|
+
function jo() {
|
|
1468
|
+
const e = xe({
|
|
1469
|
+
scale: 1,
|
|
1470
|
+
startX: 0,
|
|
1471
|
+
startY: 0,
|
|
1472
|
+
offsetX: 0,
|
|
1473
|
+
offsetY: 0,
|
|
1474
|
+
dragging: !1,
|
|
1475
|
+
started: !1
|
|
1476
|
+
});
|
|
1477
|
+
function t(l, a) {
|
|
1478
|
+
e.startX = l, e.startY = a, e.scale = 1;
|
|
1479
|
+
}
|
|
1480
|
+
function n(l, a) {
|
|
1481
|
+
e.started = !0, e.dragging = !0, e.offsetX = l - e.startX, e.offsetY = a - e.startY, e.scale = 1 - Math.abs(e.offsetY / a * 0.4);
|
|
1482
|
+
}
|
|
1483
|
+
function o() {
|
|
1484
|
+
!e.dragging || (Math.abs(e.offsetY) > window.innerHeight * 0.14 ? e.scale = 0.3 : e.scale = 1, e.dragging = !1, e.offsetX = 0, e.offsetY = 0);
|
|
1485
|
+
}
|
|
1486
|
+
return { state: e, dragStart: t, dragMove: n, dragEnd: o };
|
|
1487
|
+
}
|
|
1467
1488
|
const An = ["onClick"], zn = /* @__PURE__ */ ee({
|
|
1468
1489
|
__name: "Toast",
|
|
1469
1490
|
props: {
|
|
@@ -1471,9 +1492,9 @@ const An = ["onClick"], zn = /* @__PURE__ */ ee({
|
|
|
1471
1492
|
position: null,
|
|
1472
1493
|
buttonClickEvent: null
|
|
1473
1494
|
},
|
|
1474
|
-
setup(
|
|
1475
|
-
const
|
|
1476
|
-
switch (
|
|
1495
|
+
setup(e) {
|
|
1496
|
+
const t = e, n = h(), o = h(), l = h(), a = E(() => {
|
|
1497
|
+
switch (t.position) {
|
|
1477
1498
|
case "top":
|
|
1478
1499
|
return 10;
|
|
1479
1500
|
case "middle":
|
|
@@ -1481,12 +1502,12 @@ const An = ["onClick"], zn = /* @__PURE__ */ ee({
|
|
|
1481
1502
|
case "bottom":
|
|
1482
1503
|
return 85;
|
|
1483
1504
|
}
|
|
1484
|
-
}),
|
|
1505
|
+
}), i = E(() => ({
|
|
1485
1506
|
position: "absolute",
|
|
1486
1507
|
borderRadius: "10px",
|
|
1487
1508
|
backgroundColor: "rgba(0, 0, 0, 0.8)",
|
|
1488
1509
|
padding: "14px 19px",
|
|
1489
|
-
top: `calc(${
|
|
1510
|
+
top: `calc(${a.value}% - ${l.value}px)`,
|
|
1490
1511
|
left: `calc(50% - ${o.value}px)`
|
|
1491
1512
|
})), r = E(() => ({
|
|
1492
1513
|
width: "fit-content",
|
|
@@ -1497,7 +1518,7 @@ const An = ["onClick"], zn = /* @__PURE__ */ ee({
|
|
|
1497
1518
|
fontSize: "14px"
|
|
1498
1519
|
}));
|
|
1499
1520
|
function M() {
|
|
1500
|
-
!
|
|
1521
|
+
!t.buttonClickEvent || t.buttonClickEvent();
|
|
1501
1522
|
}
|
|
1502
1523
|
return ye(() => {
|
|
1503
1524
|
o.value = n.value.offsetWidth / 2, l.value = n.value.offsetHeight / 2;
|
|
@@ -1507,12 +1528,12 @@ const An = ["onClick"], zn = /* @__PURE__ */ ee({
|
|
|
1507
1528
|
ref_key: "toastWrapper",
|
|
1508
1529
|
ref: n,
|
|
1509
1530
|
class: "toastWrapper",
|
|
1510
|
-
style: q([z(
|
|
1531
|
+
style: q([z(i), { zIndex: 9999999 }])
|
|
1511
1532
|
}, [
|
|
1512
1533
|
O("div", {
|
|
1513
1534
|
style: q(z(r))
|
|
1514
1535
|
}, [
|
|
1515
|
-
O("span", null, We(
|
|
1536
|
+
O("span", null, We(e.message), 1)
|
|
1516
1537
|
], 4)
|
|
1517
1538
|
], 12, An));
|
|
1518
1539
|
}
|
|
@@ -1524,15 +1545,15 @@ const jn = /* @__PURE__ */ se(zn, [["__scopeId", "data-v-25d39b90"]]), ft = {
|
|
|
1524
1545
|
buttonClickEvent: () => {
|
|
1525
1546
|
}
|
|
1526
1547
|
};
|
|
1527
|
-
class
|
|
1548
|
+
class Lo {
|
|
1528
1549
|
options;
|
|
1529
1550
|
container;
|
|
1530
|
-
constructor(
|
|
1531
|
-
this.options =
|
|
1551
|
+
constructor(t) {
|
|
1552
|
+
this.options = t, this.container = document.createElement("div");
|
|
1532
1553
|
}
|
|
1533
1554
|
present() {
|
|
1534
|
-
const
|
|
1535
|
-
we(
|
|
1555
|
+
const t = Me(Me(jn), { ...ft, ...this.options });
|
|
1556
|
+
we(t, this.container), document.body.insertBefore(this.container, document.body.firstChild);
|
|
1536
1557
|
const n = this.options.duration || ft.duration;
|
|
1537
1558
|
setTimeout(() => {
|
|
1538
1559
|
this.dismiss();
|
|
@@ -1540,16 +1561,16 @@ class jo {
|
|
|
1540
1561
|
}
|
|
1541
1562
|
dismiss() {
|
|
1542
1563
|
if (this.container) {
|
|
1543
|
-
const
|
|
1564
|
+
const t = this.container.querySelector(
|
|
1544
1565
|
"#toastWrapper"
|
|
1545
1566
|
);
|
|
1546
|
-
|
|
1567
|
+
t.style.opacity = "0", t.style.transition = "opacity 0.4s ease-in", setTimeout(() => {
|
|
1547
1568
|
this.container && (we(null, this.container), document.body.removeChild(this.container));
|
|
1548
1569
|
}, 500);
|
|
1549
1570
|
}
|
|
1550
1571
|
}
|
|
1551
1572
|
}
|
|
1552
|
-
const Ln = ["xlink:href", "fill", "color"],
|
|
1573
|
+
const Ln = ["xlink:href", "fill", "color"], Ce = /* @__PURE__ */ ee({
|
|
1553
1574
|
__name: "SvgIcon",
|
|
1554
1575
|
props: {
|
|
1555
1576
|
name: null,
|
|
@@ -1558,39 +1579,39 @@ const Ln = ["xlink:href", "fill", "color"], xe = /* @__PURE__ */ ee({
|
|
|
1558
1579
|
width: null,
|
|
1559
1580
|
height: null
|
|
1560
1581
|
},
|
|
1561
|
-
setup(
|
|
1562
|
-
const
|
|
1563
|
-
width: `${
|
|
1564
|
-
height: `${
|
|
1565
|
-
aspectRatio:
|
|
1582
|
+
setup(e) {
|
|
1583
|
+
const t = e, n = E(() => `#${t.prefix}-${t.name}`), o = E(() => ({
|
|
1584
|
+
width: `${t.width ?? t.height}px`,
|
|
1585
|
+
height: `${t.height ?? t.width}px`,
|
|
1586
|
+
aspectRatio: t.width && t.height ? void 0 : "1/1"
|
|
1566
1587
|
}));
|
|
1567
|
-
function l(
|
|
1568
|
-
const { style:
|
|
1569
|
-
return typeof
|
|
1588
|
+
function l(a) {
|
|
1589
|
+
const { style: i } = a;
|
|
1590
|
+
return typeof i == "object" ? i : {};
|
|
1570
1591
|
}
|
|
1571
|
-
return (
|
|
1592
|
+
return (a, i) => (b(), k("svg", {
|
|
1572
1593
|
"aria-hidden": "",
|
|
1573
|
-
style: q({ ...z(o), ...l(
|
|
1594
|
+
style: q({ ...z(o), ...l(a.$attrs) })
|
|
1574
1595
|
}, [
|
|
1575
1596
|
O("use", {
|
|
1576
1597
|
"xlink:href": z(n),
|
|
1577
|
-
fill:
|
|
1578
|
-
color:
|
|
1598
|
+
fill: e.color,
|
|
1599
|
+
color: e.color
|
|
1579
1600
|
}, null, 8, Ln)
|
|
1580
1601
|
], 4));
|
|
1581
1602
|
}
|
|
1582
1603
|
});
|
|
1583
|
-
function xn(
|
|
1604
|
+
function xn(e) {
|
|
1584
1605
|
const {
|
|
1585
|
-
containerEl:
|
|
1606
|
+
containerEl: t,
|
|
1586
1607
|
sliderEl: n,
|
|
1587
1608
|
autoHeight: o,
|
|
1588
1609
|
performance: l = {},
|
|
1589
|
-
maxHeightRatio:
|
|
1590
|
-
observeMethod:
|
|
1591
|
-
} =
|
|
1610
|
+
maxHeightRatio: a = 0.9,
|
|
1611
|
+
observeMethod: i = "classList"
|
|
1612
|
+
} = e, r = h(!0), M = Ze(K, 100);
|
|
1592
1613
|
let s, d = "";
|
|
1593
|
-
const
|
|
1614
|
+
const u = h(0), v = h(0), f = h(0), c = h({
|
|
1594
1615
|
top: 0,
|
|
1595
1616
|
scrollTop: 0,
|
|
1596
1617
|
scrollHeight: 0,
|
|
@@ -1600,18 +1621,18 @@ function xn(t) {
|
|
|
1600
1621
|
}), p = E(() => !!v.value), g = E(() => c.value.scrollHeight > c.value.clientHeight), N = E(() => o ? c.value.clientHeight - Q.value : c.value.clientHeight - w.value.clientHeight), j = E(() => c.value.scrollHeight - c.value.clientHeight), $ = E(() => Math.max(
|
|
1601
1622
|
c.value.clientHeight / c.value.scrollHeight,
|
|
1602
1623
|
0.05
|
|
1603
|
-
)), Q = E(() => $.value >
|
|
1624
|
+
)), Q = E(() => $.value > a ? 0 : $.value * c.value.clientHeight), C = E(() => ({
|
|
1604
1625
|
willChange: "transform",
|
|
1605
1626
|
transform: `translate3d(0,${f.value}px,0)`,
|
|
1606
1627
|
height: o ? `${Q.value}px` : void 0
|
|
1607
1628
|
}));
|
|
1608
1629
|
function T(R) {
|
|
1609
|
-
|
|
1630
|
+
Y(), v.value = R.clientY - n.value.getBoundingClientRect().top || 1, d = getComputedStyle(t.value).scrollBehavior, d === "smooth" && (t.value.style.scrollBehavior = "unset");
|
|
1610
1631
|
}
|
|
1611
1632
|
function _() {
|
|
1612
|
-
|
|
1633
|
+
t.value.style.scrollBehavior = d, v.value = 0, M();
|
|
1613
1634
|
}
|
|
1614
|
-
function
|
|
1635
|
+
function Y() {
|
|
1615
1636
|
r.value = !1;
|
|
1616
1637
|
}
|
|
1617
1638
|
function K() {
|
|
@@ -1620,8 +1641,8 @@ function xn(t) {
|
|
|
1620
1641
|
function H(R) {
|
|
1621
1642
|
if (!p.value)
|
|
1622
1643
|
return;
|
|
1623
|
-
let
|
|
1624
|
-
|
|
1644
|
+
let X = R.clientY - c.value.top - v.value;
|
|
1645
|
+
X < 0 ? f.value = 0 : X >= N.value ? f.value = N.value : f.value = X, t.value.scrollTo({
|
|
1625
1646
|
top: f.value / N.value * j.value
|
|
1626
1647
|
});
|
|
1627
1648
|
}
|
|
@@ -1632,55 +1653,55 @@ function xn(t) {
|
|
|
1632
1653
|
cancelAnimationFrame(s), s = requestAnimationFrame(te);
|
|
1633
1654
|
}
|
|
1634
1655
|
function te() {
|
|
1635
|
-
|
|
1656
|
+
t.value && (u.value = l.scrollTop?.value ?? t.value.scrollTop, f.value = u.value / j.value * N.value);
|
|
1636
1657
|
}
|
|
1637
1658
|
function F(R) {
|
|
1638
|
-
let
|
|
1639
|
-
R === "add" ?
|
|
1659
|
+
let X = "addEventListener";
|
|
1660
|
+
R === "add" ? X = "addEventListener" : X = "removeEventListener", n.value?.[X]("pointerdown", T, {
|
|
1640
1661
|
passive: !0
|
|
1641
|
-
}), window[
|
|
1662
|
+
}), window[X]("pointermove", H, { passive: !0 }), window[X]("pointerup", _, { passive: !0 });
|
|
1642
1663
|
}
|
|
1643
1664
|
const S = new MutationObserver((R) => {
|
|
1644
|
-
(
|
|
1665
|
+
(i == "classList" || R.map((pe) => pe.oldValue).join().includes("height")) && L();
|
|
1645
1666
|
});
|
|
1646
1667
|
function L() {
|
|
1647
|
-
c.value.top =
|
|
1668
|
+
c.value.top = t.value?.getBoundingClientRect().top ?? 0, c.value.scrollHeight = t.value?.scrollHeight ?? 0, c.value.clientHeight = t.value?.clientHeight ?? 0;
|
|
1648
1669
|
}
|
|
1649
1670
|
function P() {
|
|
1650
|
-
|
|
1671
|
+
Y(), setTimeout(() => {
|
|
1651
1672
|
w.value.clientHeight = n.value?.clientHeight ?? 0, K();
|
|
1652
1673
|
}, 150);
|
|
1653
1674
|
}
|
|
1654
|
-
function
|
|
1655
|
-
if (
|
|
1656
|
-
|
|
1675
|
+
function Z() {
|
|
1676
|
+
if (t.value && n.value) {
|
|
1677
|
+
t.value.classList.add("hide-scrollbar"), t.value.addEventListener("scroll", W, {
|
|
1657
1678
|
passive: !0
|
|
1658
1679
|
}), F("add");
|
|
1659
1680
|
const R = {};
|
|
1660
|
-
|
|
1681
|
+
i === "classList" ? Object.assign(R, { subtree: !0, childList: !0 }) : Object.assign(R, {
|
|
1661
1682
|
subtree: !0,
|
|
1662
1683
|
attributeOldValue: !0,
|
|
1663
1684
|
attributeFilter: ["style"]
|
|
1664
|
-
}), S.observe(
|
|
1685
|
+
}), S.observe(t.value, R), setTimeout(() => {
|
|
1665
1686
|
L();
|
|
1666
1687
|
}, 100), P();
|
|
1667
1688
|
} else
|
|
1668
|
-
console.error("useScrollBar:", "\u521D\u59CB\u5316\u5931\u8D25!", { containerEl:
|
|
1689
|
+
console.error("useScrollBar:", "\u521D\u59CB\u5316\u5931\u8D25!", { containerEl: t, sliderEl: n });
|
|
1669
1690
|
}
|
|
1670
|
-
return J(
|
|
1671
|
-
|
|
1691
|
+
return J(u, () => {
|
|
1692
|
+
Y(), M();
|
|
1672
1693
|
}), {
|
|
1673
1694
|
isScrollEnd: r,
|
|
1674
1695
|
isDragSlider: p,
|
|
1675
1696
|
offsetTop: f,
|
|
1676
|
-
scrollTop:
|
|
1697
|
+
scrollTop: u,
|
|
1677
1698
|
scrollable: g,
|
|
1678
1699
|
sliderPos: C,
|
|
1679
|
-
init:
|
|
1700
|
+
init: Z,
|
|
1680
1701
|
modifySliderEventListener: F
|
|
1681
1702
|
};
|
|
1682
1703
|
}
|
|
1683
|
-
const Cn = (
|
|
1704
|
+
const Cn = (e) => (ze("data-v-405c22cf"), e = e(), je(), e), Sn = /* @__PURE__ */ Cn(() => /* @__PURE__ */ O("div", { class: "default-slider" }, null, -1)), _n = /* @__PURE__ */ ee({
|
|
1684
1705
|
__name: "ScrollBar",
|
|
1685
1706
|
props: {
|
|
1686
1707
|
containerEl: null,
|
|
@@ -1689,14 +1710,14 @@ const Cn = (t) => (ze("data-v-405c22cf"), t = t(), je(), t), Sn = /* @__PURE__ *
|
|
|
1689
1710
|
observeMethod: null,
|
|
1690
1711
|
performance: null
|
|
1691
1712
|
},
|
|
1692
|
-
setup(
|
|
1693
|
-
const n =
|
|
1694
|
-
containerEl:
|
|
1713
|
+
setup(e, { expose: t }) {
|
|
1714
|
+
const n = e, o = !!Ct().default, l = h(null), a = E(() => n.containerEl), i = xn({
|
|
1715
|
+
containerEl: a,
|
|
1695
1716
|
sliderEl: l,
|
|
1696
1717
|
autoHeight: o ? n.autoHeight : !0,
|
|
1697
1718
|
performance: n.performance,
|
|
1698
1719
|
observeMethod: n.observeMethod
|
|
1699
|
-
}), { scrollable: r, isScrollEnd: M, sliderPos: s } =
|
|
1720
|
+
}), { scrollable: r, isScrollEnd: M, sliderPos: s } = i, d = h(!1), u = n.autoHide ? E(() => d.value || !M.value) : E(() => r.value), { load: v } = Ge(
|
|
1700
1721
|
`.hide-scrollbar {
|
|
1701
1722
|
scrollbar-width: none;
|
|
1702
1723
|
-ms-overflow-style: none;
|
|
@@ -1708,10 +1729,10 @@ const Cn = (t) => (ze("data-v-405c22cf"), t = t(), je(), t), Sn = /* @__PURE__ *
|
|
|
1708
1729
|
);
|
|
1709
1730
|
me(() => {
|
|
1710
1731
|
v(), ye(() => {
|
|
1711
|
-
|
|
1732
|
+
i.init();
|
|
1712
1733
|
});
|
|
1713
1734
|
}), gt(() => {
|
|
1714
|
-
|
|
1735
|
+
i.modifySliderEventListener("remove");
|
|
1715
1736
|
});
|
|
1716
1737
|
function f() {
|
|
1717
1738
|
d.value = !0;
|
|
@@ -1719,7 +1740,7 @@ const Cn = (t) => (ze("data-v-405c22cf"), t = t(), je(), t), Sn = /* @__PURE__ *
|
|
|
1719
1740
|
function c() {
|
|
1720
1741
|
d.value = !1;
|
|
1721
1742
|
}
|
|
1722
|
-
return
|
|
1743
|
+
return t({ uScrollBarReturn: i }), (w, p) => (b(), Se(Ie, null, {
|
|
1723
1744
|
default: Ee(() => [
|
|
1724
1745
|
De(O("div", {
|
|
1725
1746
|
ref_key: "sliderRef",
|
|
@@ -1729,24 +1750,24 @@ const Cn = (t) => (ze("data-v-405c22cf"), t = t(), je(), t), Sn = /* @__PURE__ *
|
|
|
1729
1750
|
onMouseleave: c,
|
|
1730
1751
|
style: q(z(s))
|
|
1731
1752
|
}, [
|
|
1732
|
-
|
|
1753
|
+
_e(w.$slots, "default", {}, () => [
|
|
1733
1754
|
Sn
|
|
1734
1755
|
], !0)
|
|
1735
1756
|
], 36), [
|
|
1736
|
-
[
|
|
1757
|
+
[Oe, z(u)]
|
|
1737
1758
|
])
|
|
1738
1759
|
]),
|
|
1739
1760
|
_: 3
|
|
1740
1761
|
}));
|
|
1741
1762
|
}
|
|
1742
1763
|
});
|
|
1743
|
-
const
|
|
1764
|
+
const xo = /* @__PURE__ */ se(_n, [["__scopeId", "data-v-405c22cf"]]), On = (e) => (ze("data-v-df5da876"), e = e(), je(), e), bn = { class: "pull-refresh" }, kn = {
|
|
1744
1765
|
key: 0,
|
|
1745
1766
|
class: "pull-arrow-circle"
|
|
1746
1767
|
}, Qn = {
|
|
1747
1768
|
key: 0,
|
|
1748
1769
|
class: "box-load"
|
|
1749
|
-
},
|
|
1770
|
+
}, Yn = { class: "left-load" }, Bn = { class: "right-load" }, Un = /* @__PURE__ */ On(() => /* @__PURE__ */ O("div", { class: "among-load" }, null, -1)), Rn = { class: "pull-arrow" }, $n = { key: 1 }, Pn = /* @__PURE__ */ ee({
|
|
1750
1771
|
__name: "PullRefresh",
|
|
1751
1772
|
props: {
|
|
1752
1773
|
refresh: null,
|
|
@@ -1754,14 +1775,14 @@ const Lo = /* @__PURE__ */ se(_n, [["__scopeId", "data-v-405c22cf"]]), On = (t)
|
|
|
1754
1775
|
scrollTop: null,
|
|
1755
1776
|
pullRefreshContainer: null
|
|
1756
1777
|
},
|
|
1757
|
-
setup(
|
|
1758
|
-
const
|
|
1778
|
+
setup(e) {
|
|
1779
|
+
const t = e, n = 0.7, o = "#2EC1CC", l = h(-999), a = h(1), i = h(0), r = h(0.3), M = h(!1), s = h(0), d = h(0), u = h(0), v = h(0), f = h(0), c = h(), w = E(() => t.scrollTop), p = E(() => ({
|
|
1759
1780
|
transition: `${v.value}ms`,
|
|
1760
|
-
transform: `translate3d(0,${l.value}px, 0) scale(${
|
|
1781
|
+
transform: `translate3d(0,${l.value}px, 0) scale(${a.value})`
|
|
1761
1782
|
})), g = E(() => ({
|
|
1762
1783
|
borderColor: o,
|
|
1763
1784
|
transition: v.value,
|
|
1764
|
-
transform: `rotate(${100 +
|
|
1785
|
+
transform: `rotate(${100 + i.value}deg)`,
|
|
1765
1786
|
opacity: r.value
|
|
1766
1787
|
}));
|
|
1767
1788
|
J(f, (T) => {
|
|
@@ -1770,19 +1791,19 @@ const Lo = /* @__PURE__ */ se(_n, [["__scopeId", "data-v-405c22cf"]]), On = (t)
|
|
|
1770
1791
|
if (f.value === 2)
|
|
1771
1792
|
return;
|
|
1772
1793
|
const _ = Math.pow(T, n);
|
|
1773
|
-
_ === 0 && (l.value = -50), _ <= 50 && _ > 0 && (l.value = _ - 45,
|
|
1794
|
+
_ === 0 && (l.value = -50), _ <= 50 && _ > 0 && (l.value = _ - 45, i.value = Math.pow(_, 1.5), _ > 15 ? M.value = !0 : M.value = !1), _ > 50 && (l.value = 5, r.value = 1, f.value);
|
|
1774
1795
|
});
|
|
1775
1796
|
const N = h(0), j = (T) => {
|
|
1776
1797
|
N.value = T.touches[0].pageY;
|
|
1777
1798
|
}, $ = (T) => {
|
|
1778
1799
|
const _ = T.touches[0].pageY - N.value;
|
|
1779
|
-
N.value = T.touches[0].pageY, !
|
|
1800
|
+
N.value = T.touches[0].pageY, !t.refreshOff && (!t?.refresh || f.value !== 2 && w.value === 0 && (s.value === 0 && (s.value = T.touches[0].pageY), u.value = 0, C.value.style.transition = `${u.value}ms`, v.value = 0, d.value = T.touches[0].pageY - s.value, C.value.style.transform = `translate3d(0, ${Math.pow(d.value, n)}px, 0)`, _ > 0 && T.preventDefault()));
|
|
1780
1801
|
}, Q = () => {
|
|
1781
|
-
if (
|
|
1802
|
+
if (t.refreshOff || !t?.refresh || f.value === 2)
|
|
1782
1803
|
return;
|
|
1783
|
-
s.value = 0,
|
|
1804
|
+
s.value = 0, u.value = 300;
|
|
1784
1805
|
const T = Math.pow(d.value, n);
|
|
1785
|
-
C.value.style.transition = `${
|
|
1806
|
+
C.value.style.transition = `${u.value}ms`, T > 50 ? (f.value = 2, d.value = Math.pow(50, 1 / n), C.value.style.transform = `translate3d(0, ${Math.pow(d.value, n)}px, 0)`, v.value = 300, t?.refresh && t?.refresh().then(() => {
|
|
1786
1807
|
c.value = "\u5237\u65B0\u6210\u529F";
|
|
1787
1808
|
}).catch(() => {
|
|
1788
1809
|
c.value = "\u5237\u65B0\u5931\u8D25";
|
|
@@ -1798,8 +1819,8 @@ const Lo = /* @__PURE__ */ se(_n, [["__scopeId", "data-v-405c22cf"]]), On = (t)
|
|
|
1798
1819
|
})) : (d.value = 0, C.value.style.transform = `translate3d(0, ${Math.pow(d.value, n)}px, 0)`);
|
|
1799
1820
|
}, C = h(null);
|
|
1800
1821
|
return me(() => {
|
|
1801
|
-
|
|
1802
|
-
|
|
1822
|
+
t?.refreshOff || (C.value = document.querySelector(
|
|
1823
|
+
t.pullRefreshContainer
|
|
1803
1824
|
), C.value?.addEventListener("touchstart", j), C.value?.addEventListener("touchmove", $), C.value?.addEventListener("touchend", Q));
|
|
1804
1825
|
}), (T, _) => (b(), k("div", bn, [
|
|
1805
1826
|
O("div", {
|
|
@@ -1808,13 +1829,13 @@ const Lo = /* @__PURE__ */ se(_n, [["__scopeId", "data-v-405c22cf"]]), On = (t)
|
|
|
1808
1829
|
}, [
|
|
1809
1830
|
c.value ? (b(), k("div", $n, We(c.value), 1)) : (b(), k("div", kn, [
|
|
1810
1831
|
f.value == 2 ? (b(), k("div", Qn, [
|
|
1811
|
-
O("div",
|
|
1832
|
+
O("div", Yn, [
|
|
1812
1833
|
O("div", {
|
|
1813
1834
|
class: "left-circle",
|
|
1814
1835
|
style: q({ backgroundColor: o })
|
|
1815
1836
|
}, null, 4)
|
|
1816
1837
|
]),
|
|
1817
|
-
O("div",
|
|
1838
|
+
O("div", Bn, [
|
|
1818
1839
|
O("div", {
|
|
1819
1840
|
class: "right-circle",
|
|
1820
1841
|
style: q({ backgroundColor: o })
|
|
@@ -1840,7 +1861,7 @@ const Lo = /* @__PURE__ */ se(_n, [["__scopeId", "data-v-405c22cf"]]), On = (t)
|
|
|
1840
1861
|
});
|
|
1841
1862
|
const Hn = /* @__PURE__ */ se(Pn, [["__scopeId", "data-v-df5da876"]]), Fn = ["data-key"], Wn = {
|
|
1842
1863
|
inheritAttrs: !1
|
|
1843
|
-
},
|
|
1864
|
+
}, Xn = /* @__PURE__ */ ee({
|
|
1844
1865
|
...Wn,
|
|
1845
1866
|
__name: "VirtualList",
|
|
1846
1867
|
props: {
|
|
@@ -1852,47 +1873,47 @@ const Hn = /* @__PURE__ */ se(Pn, [["__scopeId", "data-v-df5da876"]]), Fn = ["da
|
|
|
1852
1873
|
refreshOff: { type: Boolean, default: !1 }
|
|
1853
1874
|
},
|
|
1854
1875
|
emits: ["scrollEnd"],
|
|
1855
|
-
setup(
|
|
1856
|
-
const o =
|
|
1876
|
+
setup(e, { expose: t, emit: n }) {
|
|
1877
|
+
const o = e, l = Gt(St(o, "data"), {
|
|
1857
1878
|
itemHeight: (f) => o.itemHeight(o.data[f]),
|
|
1858
1879
|
overscan: o.overscan,
|
|
1859
1880
|
scrollEndHook: () => {
|
|
1860
1881
|
n("scrollEnd");
|
|
1861
1882
|
}
|
|
1862
1883
|
}), {
|
|
1863
|
-
list:
|
|
1864
|
-
containerProps:
|
|
1884
|
+
list: a,
|
|
1885
|
+
containerProps: i,
|
|
1865
1886
|
wrapperProps: r,
|
|
1866
1887
|
innerProps: M,
|
|
1867
1888
|
getItemHeightData: s,
|
|
1868
1889
|
scrollTop: d
|
|
1869
1890
|
} = l;
|
|
1870
|
-
|
|
1891
|
+
t({
|
|
1871
1892
|
vListReturn: l
|
|
1872
1893
|
});
|
|
1873
|
-
const
|
|
1894
|
+
const u = "virtualListWrapper" + new Date().getTime();
|
|
1874
1895
|
function v(f, c) {
|
|
1875
1896
|
return o.getItemKey ? o.getItemKey(f, c) : `${c}`;
|
|
1876
1897
|
}
|
|
1877
1898
|
return (f, c) => (b(), k($e, null, [
|
|
1878
1899
|
fe(Hn, {
|
|
1879
|
-
refresh:
|
|
1880
|
-
refreshOff:
|
|
1900
|
+
refresh: e.refresh,
|
|
1901
|
+
refreshOff: e.refreshOff,
|
|
1881
1902
|
scrollTop: z(d),
|
|
1882
|
-
pullRefreshContainer: "#" +
|
|
1903
|
+
pullRefreshContainer: "#" + u
|
|
1883
1904
|
}, null, 8, ["refresh", "refreshOff", "scrollTop", "pullRefreshContainer"]),
|
|
1884
1905
|
O("div", {
|
|
1885
1906
|
class: "virtualListWrapper",
|
|
1886
|
-
id:
|
|
1907
|
+
id: u
|
|
1887
1908
|
}, [
|
|
1888
1909
|
O("div", Te({
|
|
1889
|
-
onScrollPassive: c[0] || (c[0] = (...w) => z(
|
|
1890
|
-
ref: z(
|
|
1910
|
+
onScrollPassive: c[0] || (c[0] = (...w) => z(i).onScroll && z(i).onScroll(...w)),
|
|
1911
|
+
ref: z(i).ref,
|
|
1891
1912
|
class: "virtualList"
|
|
1892
1913
|
}, f.$attrs), [
|
|
1893
1914
|
O("div", Ue(Re(z(r))), [
|
|
1894
1915
|
O("div", Ue(Re(z(M))), [
|
|
1895
|
-
(b(!0), k($e, null, _t(z(
|
|
1916
|
+
(b(!0), k($e, null, _t(z(a), ({ data: w, index: p }) => (b(), k("div", {
|
|
1896
1917
|
key: v(w, p),
|
|
1897
1918
|
"data-key": v(w, p),
|
|
1898
1919
|
style: q({
|
|
@@ -1900,7 +1921,7 @@ const Hn = /* @__PURE__ */ se(Pn, [["__scopeId", "data-v-df5da876"]]), Fn = ["da
|
|
|
1900
1921
|
display: "flex"
|
|
1901
1922
|
})
|
|
1902
1923
|
}, [
|
|
1903
|
-
|
|
1924
|
+
_e(f.$slots, "default", {
|
|
1904
1925
|
data: w,
|
|
1905
1926
|
index: p
|
|
1906
1927
|
}, void 0, !0)
|
|
@@ -1912,7 +1933,7 @@ const Hn = /* @__PURE__ */ se(Pn, [["__scopeId", "data-v-df5da876"]]), Fn = ["da
|
|
|
1912
1933
|
], 64));
|
|
1913
1934
|
}
|
|
1914
1935
|
});
|
|
1915
|
-
const
|
|
1936
|
+
const Co = /* @__PURE__ */ se(Xn, [["__scopeId", "data-v-dfe60586"]]), at = (e) => (ze("data-v-33519afd"), e = e(), je(), e), Zn = { style: { position: "absolute" } }, Vn = /* @__PURE__ */ at(() => /* @__PURE__ */ O("div", { class: "wrapper" }, null, -1)), Gn = ["width", "height"], Kn = /* @__PURE__ */ at(() => /* @__PURE__ */ O("title", null, "logo", -1)), qn = /* @__PURE__ */ at(() => /* @__PURE__ */ O("g", {
|
|
1916
1937
|
id: "group-1",
|
|
1917
1938
|
stroke: "none",
|
|
1918
1939
|
"stroke-width": "1",
|
|
@@ -1934,18 +1955,18 @@ const xo = /* @__PURE__ */ se(Zn, [["__scopeId", "data-v-dfe60586"]]), at = (t)
|
|
|
1934
1955
|
height: { default: "90" },
|
|
1935
1956
|
duration: { default: 1300 }
|
|
1936
1957
|
},
|
|
1937
|
-
setup(
|
|
1938
|
-
const
|
|
1958
|
+
setup(e) {
|
|
1959
|
+
const t = e;
|
|
1939
1960
|
Fe((o) => ({
|
|
1940
1961
|
"312487ac": n
|
|
1941
1962
|
}));
|
|
1942
|
-
const n = `${
|
|
1943
|
-
return (o, l) => (b(), k("div",
|
|
1963
|
+
const n = `${t.duration}ms`;
|
|
1964
|
+
return (o, l) => (b(), k("div", Zn, [
|
|
1944
1965
|
Vn,
|
|
1945
1966
|
(b(), k("svg", {
|
|
1946
1967
|
style: { position: "relative" },
|
|
1947
|
-
width:
|
|
1948
|
-
height:
|
|
1968
|
+
width: e.width,
|
|
1969
|
+
height: e.height,
|
|
1949
1970
|
viewBox: "0 0 260 260",
|
|
1950
1971
|
version: "1.1",
|
|
1951
1972
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1953,7 +1974,7 @@ const xo = /* @__PURE__ */ se(Zn, [["__scopeId", "data-v-dfe60586"]]), at = (t)
|
|
|
1953
1974
|
]));
|
|
1954
1975
|
}
|
|
1955
1976
|
});
|
|
1956
|
-
const
|
|
1977
|
+
const So = /* @__PURE__ */ se(eo, [["__scopeId", "data-v-33519afd"]]), to = [
|
|
1957
1978
|
"image/avif",
|
|
1958
1979
|
"image/bmp",
|
|
1959
1980
|
"image/jpg",
|
|
@@ -1977,12 +1998,12 @@ const Co = /* @__PURE__ */ se(eo, [["__scopeId", "data-v-33519afd"]]), to = [
|
|
|
1977
1998
|
"image/webp",
|
|
1978
1999
|
"image/svg+xml"
|
|
1979
2000
|
];
|
|
1980
|
-
function Nt(
|
|
1981
|
-
const n = h(
|
|
1982
|
-
const M =
|
|
2001
|
+
function Nt(e, t) {
|
|
2002
|
+
const n = h(e?.value), o = E(() => n.value?.startsWith("/_lzc")), l = h(!1), a = E(() => l.value), i = E(() => {
|
|
2003
|
+
const M = t?.value;
|
|
1983
2004
|
return !M || M.startsWith("video/") ? !0 : M.startsWith("image/") ? o.value ? to.includes(M) : no.includes(M) : !1;
|
|
1984
2005
|
});
|
|
1985
|
-
|
|
2006
|
+
e && J(e, (M) => {
|
|
1986
2007
|
n.value = M, l.value = !1;
|
|
1987
2008
|
});
|
|
1988
2009
|
function r() {
|
|
@@ -1991,19 +2012,19 @@ function Nt(t, e) {
|
|
|
1991
2012
|
return {
|
|
1992
2013
|
imgSrc: n,
|
|
1993
2014
|
isError: l,
|
|
1994
|
-
hasError:
|
|
1995
|
-
isSupport:
|
|
2015
|
+
hasError: a,
|
|
2016
|
+
isSupport: i,
|
|
1996
2017
|
handleError: r
|
|
1997
2018
|
};
|
|
1998
2019
|
}
|
|
1999
2020
|
function wt() {
|
|
2000
2021
|
return { vImageCancel: {
|
|
2001
|
-
beforeUnmount(
|
|
2002
|
-
!
|
|
2022
|
+
beforeUnmount(t) {
|
|
2023
|
+
!t || (t.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
|
2003
2024
|
}
|
|
2004
2025
|
} };
|
|
2005
2026
|
}
|
|
2006
|
-
const oo = (
|
|
2027
|
+
const oo = (e) => (ze("data-v-8b20c9fa"), e = e(), je(), e), lo = ["title"], so = /* @__PURE__ */ oo(() => /* @__PURE__ */ O("span", { class: "tip" }, "\u5F53\u524D\u683C\u5F0F\u4E0D\u652F\u6301", -1)), ao = ["src"], io = ["src"], uo = ["title"], co = { inheritAttrs: !1 }, ro = /* @__PURE__ */ ee({
|
|
2007
2028
|
...co,
|
|
2008
2029
|
__name: "Image",
|
|
2009
2030
|
props: {
|
|
@@ -2014,34 +2035,34 @@ const oo = (t) => (ze("data-v-8b20c9fa"), t = t(), je(), t), lo = ["title"], so
|
|
|
2014
2035
|
autoRemoveThumbnail: { type: Boolean }
|
|
2015
2036
|
},
|
|
2016
2037
|
emits: ["load"],
|
|
2017
|
-
setup(
|
|
2018
|
-
const n =
|
|
2038
|
+
setup(e, { emit: t }) {
|
|
2039
|
+
const n = e, o = h(), l = h(), a = h(!1), i = h(!1), r = h(!1), { src: M, mime: s } = ht(n), { imgSrc: d, isSupport: u, hasError: v, handleError: f } = Nt(M, s), { vImageCancel: c } = wt(), { LoadingComp: w } = pt({
|
|
2019
2040
|
component: sn,
|
|
2020
2041
|
delay: 300
|
|
2021
2042
|
}), p = bt(() => r.value && n.autoRemoveThumbnail ? !1 : n.thumbnail && !r.value);
|
|
2022
2043
|
function g() {
|
|
2023
|
-
|
|
2044
|
+
i.value = !0;
|
|
2024
2045
|
}
|
|
2025
2046
|
function N() {
|
|
2026
|
-
|
|
2047
|
+
i.value && (r.value = !0), o.value?.classList.remove("src-class"), o.value && t("load", o.value);
|
|
2027
2048
|
}
|
|
2028
2049
|
function j(Q) {
|
|
2029
|
-
Q ? g() : l.value &&
|
|
2050
|
+
Q ? g() : l.value && t("load", l.value), a.value = !0;
|
|
2030
2051
|
}
|
|
2031
2052
|
function $(Q) {
|
|
2032
|
-
Q ? f() : g(),
|
|
2053
|
+
Q ? f() : g(), a.value = !0;
|
|
2033
2054
|
}
|
|
2034
2055
|
return (Q, C) => (b(), k($e, null, [
|
|
2035
|
-
|
|
2036
|
-
z(
|
|
2056
|
+
a.value ? ge("", !0) : (b(), Se(z(w), { key: 0 })),
|
|
2057
|
+
z(u) ? z(v) ? (b(), k("div", Te({ key: 3 }, Q.$attrs, {
|
|
2037
2058
|
title: z(d),
|
|
2038
2059
|
class: "tip-wrap"
|
|
2039
2060
|
}), [
|
|
2040
|
-
fe(
|
|
2061
|
+
fe(Ce, {
|
|
2041
2062
|
class: "bad-image",
|
|
2042
2063
|
name: "\u56FE\u7247\u635F\u574F"
|
|
2043
2064
|
})
|
|
2044
|
-
], 16, uo)) :
|
|
2065
|
+
], 16, uo)) : _e(Q.$slots, "default", {
|
|
2045
2066
|
key: 2,
|
|
2046
2067
|
src: z(d),
|
|
2047
2068
|
onLoad: j,
|
|
@@ -2054,7 +2075,7 @@ const oo = (t) => (ze("data-v-8b20c9fa"), t = t(), je(), t), lo = ["title"], so
|
|
|
2054
2075
|
ref: l,
|
|
2055
2076
|
onLoad: C[0] || (C[0] = (T) => j()),
|
|
2056
2077
|
onError: C[1] || (C[1] = (T) => $()),
|
|
2057
|
-
src:
|
|
2078
|
+
src: e.thumbnail
|
|
2058
2079
|
}), null, 16, ao)), [
|
|
2059
2080
|
[z(c)]
|
|
2060
2081
|
]) : ge("", !0)
|
|
@@ -2065,7 +2086,7 @@ const oo = (t) => (ze("data-v-8b20c9fa"), t = t(), je(), t), lo = ["title"], so
|
|
|
2065
2086
|
onAfterEnter: C[4] || (C[4] = (T) => N())
|
|
2066
2087
|
}, {
|
|
2067
2088
|
default: Ee(() => [
|
|
2068
|
-
|
|
2089
|
+
e.isShowSrc || i.value ? De((b(), k("img", Te({ key: 0 }, Q.$attrs, {
|
|
2069
2090
|
ref_key: "srcRef",
|
|
2070
2091
|
ref: o,
|
|
2071
2092
|
class: "src-class",
|
|
@@ -2074,7 +2095,7 @@ const oo = (t) => (ze("data-v-8b20c9fa"), t = t(), je(), t), lo = ["title"], so
|
|
|
2074
2095
|
src: z(d)
|
|
2075
2096
|
}), null, 16, io)), [
|
|
2076
2097
|
[z(c)],
|
|
2077
|
-
[
|
|
2098
|
+
[Oe, i.value]
|
|
2078
2099
|
]) : ge("", !0)
|
|
2079
2100
|
]),
|
|
2080
2101
|
_: 1
|
|
@@ -2083,7 +2104,7 @@ const oo = (t) => (ze("data-v-8b20c9fa"), t = t(), je(), t), lo = ["title"], so
|
|
|
2083
2104
|
title: z(d),
|
|
2084
2105
|
class: "tip-wrap"
|
|
2085
2106
|
}), [
|
|
2086
|
-
fe(
|
|
2107
|
+
fe(Ce, {
|
|
2087
2108
|
class: "no-support-icon",
|
|
2088
2109
|
name: "\u4E0D\u652F\u6301\u663E\u793A"
|
|
2089
2110
|
}),
|
|
@@ -2092,61 +2113,61 @@ const oo = (t) => (ze("data-v-8b20c9fa"), t = t(), je(), t), lo = ["title"], so
|
|
|
2092
2113
|
], 64));
|
|
2093
2114
|
}
|
|
2094
2115
|
});
|
|
2095
|
-
const
|
|
2116
|
+
const _o = /* @__PURE__ */ se(ro, [["__scopeId", "data-v-8b20c9fa"]]), fo = ["title"], Mo = ["src"], vo = ["title"], go = /* @__PURE__ */ ee({
|
|
2096
2117
|
__name: "Thumbnail",
|
|
2097
2118
|
props: {
|
|
2098
2119
|
src: null,
|
|
2099
2120
|
mime: null
|
|
2100
2121
|
},
|
|
2101
|
-
setup(
|
|
2102
|
-
const
|
|
2103
|
-
return (d,
|
|
2122
|
+
setup(e) {
|
|
2123
|
+
const t = e, n = h(!1), { src: o, mime: l } = ht(t), { imgSrc: a, hasError: i, isSupport: r, handleError: M } = Nt(o, l), { vImageCancel: s } = wt();
|
|
2124
|
+
return (d, u) => z(r) ? z(i) ? (b(), k("div", {
|
|
2104
2125
|
key: 2,
|
|
2105
|
-
title: z(
|
|
2126
|
+
title: z(a),
|
|
2106
2127
|
class: "icon-wrap"
|
|
2107
2128
|
}, [
|
|
2108
|
-
fe(
|
|
2129
|
+
fe(Ce, {
|
|
2109
2130
|
class: "icon",
|
|
2110
2131
|
name: "\u56FE\u7247\u635F\u574F"
|
|
2111
2132
|
})
|
|
2112
2133
|
], 8, vo)) : De((b(), k("img", {
|
|
2113
2134
|
key: 1,
|
|
2114
2135
|
fetchpriority: "high",
|
|
2115
|
-
onLoad:
|
|
2116
|
-
onError:
|
|
2117
|
-
src: z(
|
|
2136
|
+
onLoad: u[0] || (u[0] = (v) => n.value = !0),
|
|
2137
|
+
onError: u[1] || (u[1] = (...v) => z(M) && z(M)(...v)),
|
|
2138
|
+
src: z(a)
|
|
2118
2139
|
}, null, 40, Mo)), [
|
|
2119
2140
|
[z(s)],
|
|
2120
|
-
[
|
|
2141
|
+
[Oe, n.value]
|
|
2121
2142
|
]) : (b(), k("div", {
|
|
2122
2143
|
key: 0,
|
|
2123
|
-
title: z(
|
|
2144
|
+
title: z(a),
|
|
2124
2145
|
class: "icon-wrap"
|
|
2125
2146
|
}, [
|
|
2126
|
-
fe(
|
|
2147
|
+
fe(Ce, {
|
|
2127
2148
|
class: "icon",
|
|
2128
2149
|
name: "\u672A\u77E5\u7C7B\u578B"
|
|
2129
2150
|
})
|
|
2130
2151
|
], 8, fo));
|
|
2131
2152
|
}
|
|
2132
2153
|
});
|
|
2133
|
-
const
|
|
2154
|
+
const Oo = /* @__PURE__ */ se(go, [["__scopeId", "data-v-5a7af152"]]);
|
|
2134
2155
|
export {
|
|
2135
2156
|
sn as DefaultLoading,
|
|
2136
|
-
|
|
2157
|
+
_o as Image,
|
|
2137
2158
|
Nn as LONG_PRESS_START_TIME,
|
|
2138
|
-
|
|
2159
|
+
So as Loading,
|
|
2139
2160
|
Dn as LoadingToast,
|
|
2140
2161
|
Eo as PageLoading,
|
|
2141
2162
|
Hn as PullRefresh,
|
|
2142
|
-
|
|
2143
|
-
|
|
2163
|
+
xo as ScrollBar,
|
|
2164
|
+
Ce as SvgIcon,
|
|
2144
2165
|
rt as TAP_OFFSET,
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2166
|
+
Oo as Thumbnail,
|
|
2167
|
+
Lo as ToastCreator,
|
|
2168
|
+
Co as VirtualList,
|
|
2148
2169
|
et as allSelectedKey,
|
|
2149
|
-
|
|
2170
|
+
Ye as clamp,
|
|
2150
2171
|
Kt as closeDialogKey,
|
|
2151
2172
|
wo as dialogController,
|
|
2152
2173
|
En as getCenter,
|
|
@@ -2163,6 +2184,7 @@ export {
|
|
|
2163
2184
|
Ao as useDelayAsync,
|
|
2164
2185
|
Io as useDelayLoad,
|
|
2165
2186
|
pt as useDelayLoadComp,
|
|
2187
|
+
jo as useDownDrag,
|
|
2166
2188
|
Dt as useDragSelect,
|
|
2167
2189
|
No as useDragSelectByMobile,
|
|
2168
2190
|
To as useDragSelectByPc,
|