@lazycatcloud/lzc-toolkit 0.0.201 → 0.0.202
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 +1132 -1118
- package/dist/index.umd.js +4 -4
- package/dist/types/useDragSelect/index.d.ts +8 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { shallowRef as
|
|
2
|
-
const
|
|
1
|
+
import { shallowRef as dt, watchEffect as _t, readonly as vt, getCurrentScope as bt, onScopeDispose as Mt, onMounted as ce, nextTick as Me, ref as m, watch as G, customRef as kt, unref as L, isRef as Qt, getCurrentInstance as Be, onUpdated as Yt, computed as j, reactive as ye, onUnmounted as gt, inject as ee, provide as F, defineComponent as q, h as ue, render as pe, openBlock as U, createBlock as Ee, Transition as Ue, withCtx as Re, withDirectives as re, createElementBlock as P, normalizeClass as se, createElementVNode as H, withModifiers as me, renderSlot as Ie, createCommentVNode as fe, useCssVars as He, normalizeProps as be, guardReactiveProps as ke, pushScopeId as Ae, popScopeId as ze, normalizeStyle as K, toDisplayString as $e, vShow as Le, createVNode as ge, onBeforeUnmount as ht, onActivated as mt, onBeforeMount as Bt, onDeactivated as Ut, useSlots as Rt, toRef as Ht, Fragment as Qe, mergeProps as he, renderList as $t, toRefs as yt, createTextVNode as Pt } from "vue";
|
|
2
|
+
const Ft = {
|
|
3
3
|
created(e, t) {
|
|
4
4
|
let n, o;
|
|
5
5
|
function l(a) {
|
|
@@ -8,15 +8,15 @@ const Zt = {
|
|
|
8
8
|
function s(a) {
|
|
9
9
|
if (a.button != 0 || n === void 0)
|
|
10
10
|
return;
|
|
11
|
-
const
|
|
12
|
-
r > 5 ||
|
|
11
|
+
const f = a.clientX, u = a.clientY, r = Math.abs(f - n), v = Math.abs(u - o);
|
|
12
|
+
r > 5 || v > 5 || t.value && t.value(a);
|
|
13
13
|
}
|
|
14
14
|
e.__mouse_down__ = l, e.__mouse_up__ = s, e.addEventListener("mousedown", l), e.addEventListener("mouseup", s);
|
|
15
15
|
},
|
|
16
16
|
unmounted(e) {
|
|
17
17
|
e.removeEventListener("mousedown", e.__mouse_down__), e.removeEventListener("mouseup", e.__mouse_up__);
|
|
18
18
|
}
|
|
19
|
-
},
|
|
19
|
+
}, Co = {
|
|
20
20
|
created(e, t) {
|
|
21
21
|
const { fn: n, ms: o = 1500 } = t.value;
|
|
22
22
|
let l = null;
|
|
@@ -27,48 +27,48 @@ const Zt = {
|
|
|
27
27
|
}
|
|
28
28
|
e.addEventListener("click", s);
|
|
29
29
|
}
|
|
30
|
-
},
|
|
30
|
+
}, pt = {
|
|
31
31
|
beforeMount(e, t) {
|
|
32
32
|
t.value();
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
function
|
|
35
|
+
function Wt(e, t) {
|
|
36
36
|
var n;
|
|
37
|
-
const o =
|
|
38
|
-
return
|
|
37
|
+
const o = dt();
|
|
38
|
+
return _t(() => {
|
|
39
39
|
o.value = e();
|
|
40
40
|
}, {
|
|
41
41
|
...t,
|
|
42
42
|
flush: (n = t?.flush) != null ? n : "sync"
|
|
43
|
-
}),
|
|
43
|
+
}), vt(o);
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function Xt(e, t) {
|
|
46
46
|
let n, o, l;
|
|
47
47
|
const s = m(!0), a = () => {
|
|
48
48
|
s.value = !0, l();
|
|
49
49
|
};
|
|
50
50
|
G(e, a, { flush: "sync" });
|
|
51
|
-
const
|
|
51
|
+
const f = typeof t == "function" ? t : t.get, u = typeof t == "function" ? void 0 : t.set, r = kt((v, c) => (o = v, l = c, {
|
|
52
52
|
get() {
|
|
53
|
-
return s.value && (n =
|
|
53
|
+
return s.value && (n = f(), s.value = !1), o(), n;
|
|
54
54
|
},
|
|
55
|
-
set(
|
|
56
|
-
|
|
55
|
+
set(M) {
|
|
56
|
+
u?.(M);
|
|
57
57
|
}
|
|
58
58
|
}));
|
|
59
59
|
return Object.isExtensible(r) && (r.trigger = a), r;
|
|
60
60
|
}
|
|
61
|
-
function
|
|
62
|
-
return
|
|
61
|
+
function Pe(e) {
|
|
62
|
+
return bt() ? (Mt(e), !0) : !1;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
65
|
-
return typeof e == "function" ? e() :
|
|
64
|
+
function te(e) {
|
|
65
|
+
return typeof e == "function" ? e() : L(e);
|
|
66
66
|
}
|
|
67
|
-
const
|
|
67
|
+
const Dt = typeof window < "u" && typeof document < "u";
|
|
68
68
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
69
|
-
const
|
|
69
|
+
const Zt = Object.prototype.toString, Vt = (e) => Zt.call(e) === "[object Object]", de = () => {
|
|
70
70
|
};
|
|
71
|
-
function
|
|
71
|
+
function Tt(e, t) {
|
|
72
72
|
function n(...o) {
|
|
73
73
|
return new Promise((l, s) => {
|
|
74
74
|
Promise.resolve(e(() => t.apply(this, o), { fn: t, thisArg: this, args: o })).then(l).catch(s);
|
|
@@ -76,308 +76,308 @@ function wt(e, t) {
|
|
|
76
76
|
}
|
|
77
77
|
return n;
|
|
78
78
|
}
|
|
79
|
-
function
|
|
80
|
-
let n, o, l =
|
|
81
|
-
const s = (
|
|
82
|
-
clearTimeout(
|
|
79
|
+
function Kt(e, t = {}) {
|
|
80
|
+
let n, o, l = de;
|
|
81
|
+
const s = (f) => {
|
|
82
|
+
clearTimeout(f), l(), l = de;
|
|
83
83
|
};
|
|
84
|
-
return (
|
|
85
|
-
const
|
|
86
|
-
return n && s(n),
|
|
87
|
-
l = t.rejectOnCancel ? c :
|
|
88
|
-
n && s(n), o = null, f(
|
|
84
|
+
return (f) => {
|
|
85
|
+
const u = te(e), r = te(t.maxWait);
|
|
86
|
+
return n && s(n), u <= 0 || r !== void 0 && r <= 0 ? (o && (s(o), o = null), Promise.resolve(f())) : new Promise((v, c) => {
|
|
87
|
+
l = t.rejectOnCancel ? c : v, r && !o && (o = setTimeout(() => {
|
|
88
|
+
n && s(n), o = null, v(f());
|
|
89
89
|
}, r)), n = setTimeout(() => {
|
|
90
|
-
o && s(o), o = null, f(
|
|
91
|
-
},
|
|
90
|
+
o && s(o), o = null, v(f());
|
|
91
|
+
}, u);
|
|
92
92
|
});
|
|
93
93
|
};
|
|
94
94
|
}
|
|
95
|
-
function
|
|
96
|
-
let t = 0, n, o = !0, l =
|
|
97
|
-
!
|
|
98
|
-
const
|
|
99
|
-
n && (clearTimeout(n), n = void 0, l(), l =
|
|
95
|
+
function Gt(...e) {
|
|
96
|
+
let t = 0, n, o = !0, l = de, s, a, f, u, r;
|
|
97
|
+
!Qt(e[0]) && typeof e[0] == "object" ? { delay: a, trailing: f = !0, leading: u = !0, rejectOnCancel: r = !1 } = e[0] : [a, f = !0, u = !0, r = !1] = e;
|
|
98
|
+
const v = () => {
|
|
99
|
+
n && (clearTimeout(n), n = void 0, l(), l = de);
|
|
100
100
|
};
|
|
101
|
-
return (
|
|
102
|
-
const
|
|
103
|
-
return
|
|
104
|
-
l = r ?
|
|
105
|
-
t = Date.now(), o = !0,
|
|
106
|
-
}, Math.max(0,
|
|
107
|
-
})), !
|
|
101
|
+
return (M) => {
|
|
102
|
+
const d = te(a), i = Date.now() - t, g = () => s = M();
|
|
103
|
+
return v(), d <= 0 ? (t = Date.now(), g()) : (i > d && (u || !o) ? (t = Date.now(), g()) : f && (s = new Promise((D, w) => {
|
|
104
|
+
l = r ? w : D, n = setTimeout(() => {
|
|
105
|
+
t = Date.now(), o = !0, D(g()), v();
|
|
106
|
+
}, Math.max(0, d - i));
|
|
107
|
+
})), !u && !n && (n = setTimeout(() => o = !0, d)), o = !1, s);
|
|
108
108
|
};
|
|
109
109
|
}
|
|
110
|
-
function
|
|
111
|
-
return e ||
|
|
110
|
+
function qt(e) {
|
|
111
|
+
return e || Be();
|
|
112
112
|
}
|
|
113
|
-
function
|
|
114
|
-
return
|
|
115
|
-
|
|
113
|
+
function je(e, t = 200, n = {}) {
|
|
114
|
+
return Tt(
|
|
115
|
+
Kt(t, n),
|
|
116
116
|
e
|
|
117
117
|
);
|
|
118
118
|
}
|
|
119
|
-
function
|
|
120
|
-
return
|
|
121
|
-
|
|
119
|
+
function Ye(e, t = 200, n = !1, o = !0, l = !1) {
|
|
120
|
+
return Tt(
|
|
121
|
+
Gt(t, n, o, l),
|
|
122
122
|
e
|
|
123
123
|
);
|
|
124
124
|
}
|
|
125
|
-
function
|
|
126
|
-
|
|
125
|
+
function Fe(e, t = !0, n) {
|
|
126
|
+
qt() ? ce(e, n) : t ? e() : Me(e);
|
|
127
127
|
}
|
|
128
128
|
function ie(e) {
|
|
129
129
|
var t;
|
|
130
|
-
const n =
|
|
130
|
+
const n = te(e);
|
|
131
131
|
return (t = n?.$el) != null ? t : n;
|
|
132
132
|
}
|
|
133
|
-
const
|
|
134
|
-
function
|
|
133
|
+
const xe = Dt ? window : void 0, Jt = Dt ? window.document : void 0;
|
|
134
|
+
function Ne(...e) {
|
|
135
135
|
let t, n, o, l;
|
|
136
|
-
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([n, o, l] = e, t =
|
|
137
|
-
return
|
|
136
|
+
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([n, o, l] = e, t = xe) : [t, n, o, l] = e, !t)
|
|
137
|
+
return de;
|
|
138
138
|
Array.isArray(n) || (n = [n]), Array.isArray(o) || (o = [o]);
|
|
139
139
|
const s = [], a = () => {
|
|
140
|
-
s.forEach((
|
|
141
|
-
},
|
|
142
|
-
() => [ie(t),
|
|
143
|
-
([
|
|
144
|
-
if (a(), !
|
|
140
|
+
s.forEach((v) => v()), s.length = 0;
|
|
141
|
+
}, f = (v, c, M, d) => (v.addEventListener(c, M, d), () => v.removeEventListener(c, M, d)), u = G(
|
|
142
|
+
() => [ie(t), te(l)],
|
|
143
|
+
([v, c]) => {
|
|
144
|
+
if (a(), !v)
|
|
145
145
|
return;
|
|
146
|
-
const
|
|
146
|
+
const M = Vt(c) ? { ...c } : c;
|
|
147
147
|
s.push(
|
|
148
|
-
...n.flatMap((
|
|
148
|
+
...n.flatMap((d) => o.map((i) => f(v, d, i, M)))
|
|
149
149
|
);
|
|
150
150
|
},
|
|
151
151
|
{ immediate: !0, flush: "post" }
|
|
152
152
|
), r = () => {
|
|
153
|
-
|
|
153
|
+
u(), a();
|
|
154
154
|
};
|
|
155
|
-
return
|
|
155
|
+
return Pe(r), r;
|
|
156
156
|
}
|
|
157
|
-
function
|
|
158
|
-
const e = m(!1), t =
|
|
159
|
-
return t &&
|
|
157
|
+
function en() {
|
|
158
|
+
const e = m(!1), t = Be();
|
|
159
|
+
return t && ce(() => {
|
|
160
160
|
e.value = !0;
|
|
161
161
|
}, t), e;
|
|
162
162
|
}
|
|
163
|
-
function
|
|
164
|
-
const t =
|
|
165
|
-
return
|
|
163
|
+
function tn(e) {
|
|
164
|
+
const t = en();
|
|
165
|
+
return j(() => (t.value, Boolean(e())));
|
|
166
166
|
}
|
|
167
|
-
function
|
|
168
|
-
const t =
|
|
167
|
+
function nn(e) {
|
|
168
|
+
const t = Be(), n = Xt(
|
|
169
169
|
() => null,
|
|
170
170
|
() => e ? ie(e) : t.proxy.$el
|
|
171
171
|
);
|
|
172
|
-
return
|
|
172
|
+
return Yt(n.trigger), ce(n.trigger), n;
|
|
173
173
|
}
|
|
174
|
-
function
|
|
175
|
-
const { window: o =
|
|
174
|
+
function We(e, t, n = {}) {
|
|
175
|
+
const { window: o = xe, ...l } = n;
|
|
176
176
|
let s;
|
|
177
|
-
const a =
|
|
177
|
+
const a = tn(() => o && "ResizeObserver" in o), f = () => {
|
|
178
178
|
s && (s.disconnect(), s = void 0);
|
|
179
|
-
},
|
|
180
|
-
|
|
179
|
+
}, u = j(() => Array.isArray(e) ? e.map((c) => ie(c)) : [ie(e)]), r = G(
|
|
180
|
+
u,
|
|
181
181
|
(c) => {
|
|
182
|
-
if (
|
|
182
|
+
if (f(), a.value && o) {
|
|
183
183
|
s = new ResizeObserver(t);
|
|
184
|
-
for (const
|
|
185
|
-
|
|
184
|
+
for (const M of c)
|
|
185
|
+
M && s.observe(M, l);
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
188
|
{ immediate: !0, flush: "post" }
|
|
189
|
-
),
|
|
190
|
-
|
|
189
|
+
), v = () => {
|
|
190
|
+
f(), r();
|
|
191
191
|
};
|
|
192
|
-
return
|
|
192
|
+
return Pe(v), {
|
|
193
193
|
isSupported: a,
|
|
194
|
-
stop:
|
|
194
|
+
stop: v
|
|
195
195
|
};
|
|
196
196
|
}
|
|
197
|
-
function
|
|
198
|
-
const { window: o =
|
|
199
|
-
var c,
|
|
200
|
-
return (
|
|
201
|
-
}), a = m(t.width),
|
|
197
|
+
function on(e, t = { width: 0, height: 0 }, n = {}) {
|
|
198
|
+
const { window: o = xe, box: l = "content-box" } = n, s = j(() => {
|
|
199
|
+
var c, M;
|
|
200
|
+
return (M = (c = ie(e)) == null ? void 0 : c.namespaceURI) == null ? void 0 : M.includes("svg");
|
|
201
|
+
}), a = m(t.width), f = m(t.height), { stop: u } = We(
|
|
202
202
|
e,
|
|
203
203
|
([c]) => {
|
|
204
|
-
const
|
|
204
|
+
const M = l === "border-box" ? c.borderBoxSize : l === "content-box" ? c.contentBoxSize : c.devicePixelContentBoxSize;
|
|
205
205
|
if (o && s.value) {
|
|
206
|
-
const
|
|
207
|
-
if (
|
|
208
|
-
const
|
|
209
|
-
a.value = Number.parseFloat(
|
|
206
|
+
const d = ie(e);
|
|
207
|
+
if (d) {
|
|
208
|
+
const i = o.getComputedStyle(d);
|
|
209
|
+
a.value = Number.parseFloat(i.width), f.value = Number.parseFloat(i.height);
|
|
210
210
|
}
|
|
211
|
-
} else if (
|
|
212
|
-
const
|
|
213
|
-
a.value =
|
|
211
|
+
} else if (M) {
|
|
212
|
+
const d = Array.isArray(M) ? M : [M];
|
|
213
|
+
a.value = d.reduce((i, { inlineSize: g }) => i + g, 0), f.value = d.reduce((i, { blockSize: g }) => i + g, 0);
|
|
214
214
|
} else
|
|
215
|
-
a.value = c.contentRect.width,
|
|
215
|
+
a.value = c.contentRect.width, f.value = c.contentRect.height;
|
|
216
216
|
},
|
|
217
217
|
n
|
|
218
218
|
);
|
|
219
|
-
|
|
219
|
+
Fe(() => {
|
|
220
220
|
const c = ie(e);
|
|
221
|
-
c && (a.value = "offsetWidth" in c ? c.offsetWidth : t.width,
|
|
221
|
+
c && (a.value = "offsetWidth" in c ? c.offsetWidth : t.width, f.value = "offsetHeight" in c ? c.offsetHeight : t.height);
|
|
222
222
|
});
|
|
223
223
|
const r = G(
|
|
224
224
|
() => ie(e),
|
|
225
225
|
(c) => {
|
|
226
|
-
a.value = c ? t.width : 0,
|
|
226
|
+
a.value = c ? t.width : 0, f.value = c ? t.height : 0;
|
|
227
227
|
}
|
|
228
228
|
);
|
|
229
|
-
function
|
|
230
|
-
|
|
229
|
+
function v() {
|
|
230
|
+
u(), r();
|
|
231
231
|
}
|
|
232
232
|
return {
|
|
233
233
|
width: a,
|
|
234
|
-
height:
|
|
235
|
-
stop:
|
|
234
|
+
height: f,
|
|
235
|
+
stop: v
|
|
236
236
|
};
|
|
237
237
|
}
|
|
238
|
-
const
|
|
239
|
-
function
|
|
238
|
+
const it = 1;
|
|
239
|
+
function ln(e, t = {}) {
|
|
240
240
|
const {
|
|
241
241
|
throttle: n = 0,
|
|
242
242
|
idle: o = 200,
|
|
243
|
-
onStop: l =
|
|
244
|
-
onScroll: s =
|
|
243
|
+
onStop: l = de,
|
|
244
|
+
onScroll: s = de,
|
|
245
245
|
offset: a = {
|
|
246
246
|
left: 0,
|
|
247
247
|
right: 0,
|
|
248
248
|
top: 0,
|
|
249
249
|
bottom: 0
|
|
250
250
|
},
|
|
251
|
-
eventListenerOptions:
|
|
251
|
+
eventListenerOptions: f = {
|
|
252
252
|
capture: !1,
|
|
253
253
|
passive: !0
|
|
254
254
|
},
|
|
255
|
-
behavior:
|
|
256
|
-
window: r =
|
|
257
|
-
onError:
|
|
255
|
+
behavior: u = "auto",
|
|
256
|
+
window: r = xe,
|
|
257
|
+
onError: v = (N) => {
|
|
258
258
|
console.error(N);
|
|
259
259
|
}
|
|
260
|
-
} = t, c = m(0),
|
|
260
|
+
} = t, c = m(0), M = m(0), d = j({
|
|
261
261
|
get() {
|
|
262
262
|
return c.value;
|
|
263
263
|
},
|
|
264
264
|
set(N) {
|
|
265
|
-
|
|
265
|
+
g(N, void 0);
|
|
266
266
|
}
|
|
267
|
-
}),
|
|
267
|
+
}), i = j({
|
|
268
268
|
get() {
|
|
269
|
-
return
|
|
269
|
+
return M.value;
|
|
270
270
|
},
|
|
271
271
|
set(N) {
|
|
272
|
-
|
|
272
|
+
g(void 0, N);
|
|
273
273
|
}
|
|
274
274
|
});
|
|
275
|
-
function
|
|
276
|
-
var
|
|
275
|
+
function g(N, T) {
|
|
276
|
+
var I, R, y;
|
|
277
277
|
if (!r)
|
|
278
278
|
return;
|
|
279
|
-
const
|
|
280
|
-
!
|
|
281
|
-
top: (
|
|
282
|
-
left: (
|
|
283
|
-
behavior:
|
|
279
|
+
const A = te(e);
|
|
280
|
+
!A || (y = A instanceof Document ? r.document.body : A) == null || y.scrollTo({
|
|
281
|
+
top: (I = te(T)) != null ? I : i.value,
|
|
282
|
+
left: (R = te(N)) != null ? R : d.value,
|
|
283
|
+
behavior: te(u)
|
|
284
284
|
});
|
|
285
285
|
}
|
|
286
|
-
const
|
|
286
|
+
const D = m(!1), w = ye({
|
|
287
287
|
left: !0,
|
|
288
288
|
right: !1,
|
|
289
289
|
top: !0,
|
|
290
290
|
bottom: !1
|
|
291
|
-
}),
|
|
291
|
+
}), E = ye({
|
|
292
292
|
left: !1,
|
|
293
293
|
right: !1,
|
|
294
294
|
top: !1,
|
|
295
295
|
bottom: !1
|
|
296
296
|
}), h = (N) => {
|
|
297
|
-
!
|
|
298
|
-
},
|
|
299
|
-
var
|
|
297
|
+
!D.value || (D.value = !1, E.left = !1, E.right = !1, E.top = !1, E.bottom = !1, l(N));
|
|
298
|
+
}, p = je(h, n + o), S = (N) => {
|
|
299
|
+
var T;
|
|
300
300
|
if (!r)
|
|
301
301
|
return;
|
|
302
|
-
const
|
|
303
|
-
|
|
304
|
-
const
|
|
305
|
-
|
|
306
|
-
let
|
|
307
|
-
N === r.document && !
|
|
308
|
-
const
|
|
309
|
-
|
|
310
|
-
},
|
|
311
|
-
var
|
|
302
|
+
const I = ((T = N?.document) == null ? void 0 : T.documentElement) || N?.documentElement || ie(N), { display: R, flexDirection: y } = getComputedStyle(I), A = I.scrollLeft;
|
|
303
|
+
E.left = A < c.value, E.right = A > c.value;
|
|
304
|
+
const _ = Math.abs(A) <= (a.left || 0), Y = Math.abs(A) + I.clientWidth >= I.scrollWidth - (a.right || 0) - it;
|
|
305
|
+
R === "flex" && y === "row-reverse" ? (w.left = Y, w.right = _) : (w.left = _, w.right = Y), c.value = A;
|
|
306
|
+
let b = I.scrollTop;
|
|
307
|
+
N === r.document && !b && (b = r.document.body.scrollTop), E.top = b < M.value, E.bottom = b > M.value;
|
|
308
|
+
const z = Math.abs(b) <= (a.top || 0), x = Math.abs(b) + I.clientHeight >= I.scrollHeight - (a.bottom || 0) - it;
|
|
309
|
+
R === "flex" && y === "column-reverse" ? (w.top = x, w.bottom = z) : (w.top = z, w.bottom = x), M.value = b;
|
|
310
|
+
}, O = (N) => {
|
|
311
|
+
var T;
|
|
312
312
|
if (!r)
|
|
313
313
|
return;
|
|
314
|
-
const
|
|
315
|
-
|
|
314
|
+
const I = (T = N.target.documentElement) != null ? T : N.target;
|
|
315
|
+
S(I), D.value = !0, p(N), s(N);
|
|
316
316
|
};
|
|
317
|
-
return
|
|
317
|
+
return Ne(
|
|
318
318
|
e,
|
|
319
319
|
"scroll",
|
|
320
|
-
n ?
|
|
321
|
-
|
|
322
|
-
),
|
|
320
|
+
n ? Ye(O, n, !0, !1) : O,
|
|
321
|
+
f
|
|
322
|
+
), Fe(() => {
|
|
323
323
|
try {
|
|
324
|
-
const N =
|
|
324
|
+
const N = te(e);
|
|
325
325
|
if (!N)
|
|
326
326
|
return;
|
|
327
|
-
|
|
327
|
+
S(N);
|
|
328
328
|
} catch (N) {
|
|
329
|
-
|
|
329
|
+
v(N);
|
|
330
330
|
}
|
|
331
|
-
}),
|
|
331
|
+
}), Ne(
|
|
332
332
|
e,
|
|
333
333
|
"scrollend",
|
|
334
334
|
h,
|
|
335
|
-
|
|
335
|
+
f
|
|
336
336
|
), {
|
|
337
|
-
x:
|
|
338
|
-
y:
|
|
339
|
-
isScrolling:
|
|
340
|
-
arrivedState:
|
|
341
|
-
directions:
|
|
337
|
+
x: d,
|
|
338
|
+
y: i,
|
|
339
|
+
isScrolling: D,
|
|
340
|
+
arrivedState: w,
|
|
341
|
+
directions: E,
|
|
342
342
|
measure() {
|
|
343
|
-
const N =
|
|
344
|
-
r && N &&
|
|
343
|
+
const N = te(e);
|
|
344
|
+
r && N && S(N);
|
|
345
345
|
}
|
|
346
346
|
};
|
|
347
347
|
}
|
|
348
|
-
let
|
|
349
|
-
function
|
|
348
|
+
let sn = 0;
|
|
349
|
+
function Xe(e, t = {}) {
|
|
350
350
|
const n = m(!1), {
|
|
351
|
-
document: o =
|
|
351
|
+
document: o = Jt,
|
|
352
352
|
immediate: l = !0,
|
|
353
353
|
manual: s = !1,
|
|
354
|
-
id: a = `vueuse_styletag_${++
|
|
355
|
-
} = t,
|
|
356
|
-
let
|
|
354
|
+
id: a = `vueuse_styletag_${++sn}`
|
|
355
|
+
} = t, f = m(e);
|
|
356
|
+
let u = () => {
|
|
357
357
|
};
|
|
358
358
|
const r = () => {
|
|
359
359
|
if (!o)
|
|
360
360
|
return;
|
|
361
361
|
const c = o.getElementById(a) || o.createElement("style");
|
|
362
|
-
c.isConnected || (c.id = a, t.media && (c.media = t.media), o.head.appendChild(c)), !n.value && (
|
|
363
|
-
|
|
364
|
-
(
|
|
365
|
-
c.textContent =
|
|
362
|
+
c.isConnected || (c.id = a, t.media && (c.media = t.media), o.head.appendChild(c)), !n.value && (u = G(
|
|
363
|
+
f,
|
|
364
|
+
(M) => {
|
|
365
|
+
c.textContent = M;
|
|
366
366
|
},
|
|
367
367
|
{ immediate: !0 }
|
|
368
368
|
), n.value = !0);
|
|
369
|
-
},
|
|
370
|
-
!o || !n.value || (
|
|
369
|
+
}, v = () => {
|
|
370
|
+
!o || !n.value || (u(), o.head.removeChild(o.getElementById(a)), n.value = !1);
|
|
371
371
|
};
|
|
372
|
-
return l && !s &&
|
|
372
|
+
return l && !s && Fe(r), s || Pe(v), {
|
|
373
373
|
id: a,
|
|
374
|
-
css:
|
|
375
|
-
unload:
|
|
374
|
+
css: f,
|
|
375
|
+
unload: v,
|
|
376
376
|
load: r,
|
|
377
|
-
isLoaded:
|
|
377
|
+
isLoaded: vt(n)
|
|
378
378
|
};
|
|
379
379
|
}
|
|
380
|
-
function
|
|
380
|
+
function an(e, t, n) {
|
|
381
381
|
const o = e.style[t];
|
|
382
382
|
return o != n && (e.style[t] = n), {
|
|
383
383
|
reset() {
|
|
@@ -385,326 +385,326 @@ function cn(e, t, n) {
|
|
|
385
385
|
}
|
|
386
386
|
};
|
|
387
387
|
}
|
|
388
|
-
function
|
|
389
|
-
const { scrollEndHook: n, itemHeight: o, overscan: l = 5 } = t, s = m(null), a =
|
|
388
|
+
function un(e, t) {
|
|
389
|
+
const { scrollEndHook: n, itemHeight: o, overscan: l = 5 } = t, s = m(null), a = on(s), f = m(!0), u = je(S, 100);
|
|
390
390
|
let r;
|
|
391
|
-
const
|
|
392
|
-
let
|
|
393
|
-
const
|
|
394
|
-
let { sum:
|
|
395
|
-
return
|
|
396
|
-
}),
|
|
397
|
-
const { start:
|
|
398
|
-
return
|
|
391
|
+
const v = dt(e), c = m(0), M = m({ start: 0, end: 10 }), d = m({ start: 0, end: l });
|
|
392
|
+
let i = 0;
|
|
393
|
+
const g = m([]), D = j(() => {
|
|
394
|
+
let { sum: z, height: x } = { sum: 0, height: 0 };
|
|
395
|
+
return v.value.map((B, $) => (typeof o == "number" ? x = o : x = o($), z += x, { height: x, sum: z }));
|
|
396
|
+
}), w = j(() => R(M.value.start)), E = j(() => typeof o == "number" ? D.value.length * o : D.value[D.value.length - 1]?.sum || 0), h = j(() => {
|
|
397
|
+
const { start: z, end: x } = d.value;
|
|
398
|
+
return g.value.slice(z, x);
|
|
399
399
|
});
|
|
400
|
-
|
|
401
|
-
}),
|
|
402
|
-
|
|
400
|
+
ce(() => {
|
|
401
|
+
}), gt(() => cancelAnimationFrame(r)), G(
|
|
402
|
+
v,
|
|
403
403
|
() => {
|
|
404
|
-
(a.width.value || a.height.value) &&
|
|
404
|
+
(a.width.value || a.height.value) && O();
|
|
405
405
|
},
|
|
406
406
|
{ deep: !0 }
|
|
407
407
|
), G(
|
|
408
408
|
[a.width, a.height],
|
|
409
|
-
([
|
|
410
|
-
(
|
|
409
|
+
([z, x]) => {
|
|
410
|
+
(z || x) && O();
|
|
411
411
|
},
|
|
412
412
|
{ deep: !0 }
|
|
413
413
|
), G(c, () => {
|
|
414
|
-
|
|
414
|
+
p(), u();
|
|
415
415
|
});
|
|
416
|
-
function
|
|
417
|
-
|
|
416
|
+
function p() {
|
|
417
|
+
f.value = !1;
|
|
418
418
|
}
|
|
419
|
-
function
|
|
420
|
-
|
|
419
|
+
function S() {
|
|
420
|
+
f.value = !0, n?.();
|
|
421
421
|
}
|
|
422
|
-
function
|
|
422
|
+
function O() {
|
|
423
423
|
cancelAnimationFrame(r), r = requestAnimationFrame(N);
|
|
424
424
|
}
|
|
425
425
|
function N() {
|
|
426
426
|
if (s.value) {
|
|
427
427
|
c.value = s.value.scrollTop;
|
|
428
|
-
let
|
|
429
|
-
|
|
430
|
-
let
|
|
431
|
-
|
|
432
|
-
|
|
428
|
+
let z = T(c.value);
|
|
429
|
+
i = I(z);
|
|
430
|
+
let x = Math.max(0, z - l), B = Math.min(
|
|
431
|
+
z + i + l,
|
|
432
|
+
v.value.length
|
|
433
433
|
);
|
|
434
|
-
|
|
435
|
-
data:
|
|
436
|
-
index:
|
|
437
|
-
})),
|
|
434
|
+
M.value = { start: x, end: B }, g.value = v.value.slice(x, B).map(($, Q) => ({
|
|
435
|
+
data: $,
|
|
436
|
+
index: Q + x
|
|
437
|
+
})), d.value.start = z - x, d.value.end = d.value.start + i;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
|
-
function
|
|
441
|
-
let
|
|
442
|
-
for (;
|
|
443
|
-
const
|
|
444
|
-
|
|
440
|
+
function T(z) {
|
|
441
|
+
let x = 0, B = D.value.length - 1, $ = -1;
|
|
442
|
+
for (; x <= B; ) {
|
|
443
|
+
const Q = Math.floor((x + B) / 2);
|
|
444
|
+
D.value[Q].sum >= z ? ($ = Q, B = Q - 1) : x = Q + 1;
|
|
445
445
|
}
|
|
446
|
-
return Math.max(0,
|
|
446
|
+
return Math.max(0, $);
|
|
447
447
|
}
|
|
448
|
-
function
|
|
449
|
-
let
|
|
450
|
-
for (let
|
|
448
|
+
function I(z) {
|
|
449
|
+
let x = 0, B = 0;
|
|
450
|
+
for (let $ = z; $ < D.value.length && (x++, B += D.value[$].height, !(B >= a.height.value)); $++)
|
|
451
451
|
;
|
|
452
|
-
return
|
|
452
|
+
return x;
|
|
453
453
|
}
|
|
454
|
-
function
|
|
454
|
+
function R(z) {
|
|
455
455
|
if (typeof o == "number")
|
|
456
|
-
return
|
|
457
|
-
let
|
|
458
|
-
return
|
|
456
|
+
return z * o;
|
|
457
|
+
let x = D.value[z];
|
|
458
|
+
return x ? x.sum - x.height : 0;
|
|
459
459
|
}
|
|
460
|
-
function
|
|
461
|
-
return
|
|
460
|
+
function y(z) {
|
|
461
|
+
return D.value[z] || { sum: 0, height: 0 };
|
|
462
462
|
}
|
|
463
|
-
function
|
|
463
|
+
function A(z, x = "smooth") {
|
|
464
464
|
if (s.value) {
|
|
465
|
-
const { reset: B } =
|
|
465
|
+
const { reset: B } = an(
|
|
466
466
|
s.value,
|
|
467
467
|
"scrollBehavior",
|
|
468
|
-
|
|
469
|
-
),
|
|
470
|
-
s.value.scrollTop =
|
|
468
|
+
x
|
|
469
|
+
), $ = y(z);
|
|
470
|
+
s.value.scrollTop = $.sum - $.height, N(), B();
|
|
471
471
|
}
|
|
472
472
|
if (s.value) {
|
|
473
|
-
const B =
|
|
473
|
+
const B = y(z);
|
|
474
474
|
s.value.scrollTop = B.sum - B.height, N();
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
|
-
const
|
|
477
|
+
const _ = j(() => ({
|
|
478
478
|
style: {
|
|
479
479
|
width: "100%",
|
|
480
|
-
height: `${
|
|
481
|
-
pointerEvents:
|
|
480
|
+
height: `${E.value}px`,
|
|
481
|
+
pointerEvents: f.value ? void 0 : "none"
|
|
482
482
|
}
|
|
483
|
-
})),
|
|
483
|
+
})), Y = j(() => ({
|
|
484
484
|
style: {
|
|
485
|
-
transform: `translate3d(0, ${
|
|
485
|
+
transform: `translate3d(0, ${w.value}px, 0)`,
|
|
486
486
|
"will-change": "transform"
|
|
487
487
|
}
|
|
488
|
-
})),
|
|
488
|
+
})), b = {
|
|
489
489
|
overflowY: "auto"
|
|
490
490
|
};
|
|
491
491
|
return {
|
|
492
|
-
list:
|
|
492
|
+
list: g,
|
|
493
493
|
visiableList: h,
|
|
494
|
-
getItemHeightData:
|
|
495
|
-
getoffsetTopIndex:
|
|
496
|
-
totalHeight:
|
|
494
|
+
getItemHeightData: y,
|
|
495
|
+
getoffsetTopIndex: T,
|
|
496
|
+
totalHeight: E,
|
|
497
497
|
clientHeight: a.height,
|
|
498
|
-
scrollTo:
|
|
498
|
+
scrollTo: A,
|
|
499
499
|
scrollTop: c,
|
|
500
|
-
isScrollEnd:
|
|
500
|
+
isScrollEnd: f,
|
|
501
501
|
containerProps: {
|
|
502
502
|
ref: s,
|
|
503
503
|
onScroll: () => {
|
|
504
|
-
|
|
504
|
+
O();
|
|
505
505
|
},
|
|
506
|
-
style:
|
|
506
|
+
style: b
|
|
507
507
|
},
|
|
508
|
-
wrapperProps:
|
|
509
|
-
innerProps:
|
|
508
|
+
wrapperProps: _,
|
|
509
|
+
innerProps: Y
|
|
510
510
|
};
|
|
511
511
|
}
|
|
512
|
-
const
|
|
513
|
-
function
|
|
512
|
+
const Nt = Symbol(), Ze = Symbol(), Ve = Symbol(), Ke = Symbol(), Ge = Symbol(), qe = Symbol(), Je = Symbol(), et = Symbol(), tt = Symbol(), De = Symbol(), nt = Symbol();
|
|
513
|
+
function So() {
|
|
514
514
|
const { voidFn: e, boolFn: t, boolRef: n, numberRef: o, arrayRef: l } = {
|
|
515
|
-
voidFn: (
|
|
515
|
+
voidFn: (D) => {
|
|
516
516
|
},
|
|
517
|
-
boolFn: (
|
|
518
|
-
boolRef:
|
|
519
|
-
numberRef:
|
|
520
|
-
arrayRef:
|
|
521
|
-
}, s =
|
|
517
|
+
boolFn: (D) => !1,
|
|
518
|
+
boolRef: j(() => !1),
|
|
519
|
+
numberRef: j(() => 0),
|
|
520
|
+
arrayRef: j(() => [])
|
|
521
|
+
}, s = ee(Nt, "id"), a = ee(Ge, l), f = ee(Ke, t), u = ee(tt, n), r = ee(Ve, e), v = ee(Ze, e), c = ee(qe, e), M = ee(Je, e), d = ee(et, e), i = ee(De, e), g = ee(nt, o);
|
|
522
522
|
return {
|
|
523
523
|
itemKey: s,
|
|
524
524
|
selected: a,
|
|
525
|
-
isSelected:
|
|
526
|
-
isAllSelected:
|
|
525
|
+
isSelected: f,
|
|
526
|
+
isAllSelected: u,
|
|
527
527
|
toggle: r,
|
|
528
|
-
toggleAll:
|
|
528
|
+
toggleAll: v,
|
|
529
529
|
select: c,
|
|
530
|
-
selectAll:
|
|
531
|
-
unselect:
|
|
532
|
-
unselectAll:
|
|
533
|
-
selectedCount:
|
|
530
|
+
selectAll: M,
|
|
531
|
+
unselect: d,
|
|
532
|
+
unselectAll: i,
|
|
533
|
+
selectedCount: g
|
|
534
534
|
};
|
|
535
535
|
}
|
|
536
|
-
function
|
|
537
|
-
const o = m(!1), l = m(/* @__PURE__ */ new Set()), s =
|
|
536
|
+
function Oo(e, t, n = { deep: !0, useAllFlagOptimizatiofn: !0 }) {
|
|
537
|
+
const o = m(!1), l = m(/* @__PURE__ */ new Set()), s = ye(/* @__PURE__ */ new Map());
|
|
538
538
|
G(
|
|
539
539
|
e,
|
|
540
540
|
(h) => {
|
|
541
|
-
s.clear(), h.forEach((
|
|
542
|
-
s.has(
|
|
543
|
-
}),
|
|
541
|
+
s.clear(), h.forEach((p) => {
|
|
542
|
+
s.has(p[t]) || s.set(p[t], p);
|
|
543
|
+
}), E();
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
546
|
deep: n.deep,
|
|
547
547
|
immediate: !0
|
|
548
548
|
}
|
|
549
|
-
),
|
|
549
|
+
), Mt(() => {
|
|
550
550
|
o.value = !1, l.value.clear(), s.clear();
|
|
551
551
|
});
|
|
552
|
-
const a =
|
|
552
|
+
const a = j(() => {
|
|
553
553
|
let h = [];
|
|
554
554
|
if (o.value != null)
|
|
555
555
|
o.value && (h = Array.from(s.values()));
|
|
556
556
|
else if (l.value.size) {
|
|
557
|
-
let
|
|
558
|
-
l.value.forEach((
|
|
559
|
-
|
|
557
|
+
let p;
|
|
558
|
+
l.value.forEach((S) => {
|
|
559
|
+
p = s.get(S), p && h.push(p);
|
|
560
560
|
});
|
|
561
561
|
}
|
|
562
562
|
return h;
|
|
563
|
-
}),
|
|
563
|
+
}), f = j(() => {
|
|
564
564
|
let h = 0;
|
|
565
565
|
return o.value != null ? o.value && (h = s.size) : h = l.value.size, h;
|
|
566
|
-
}),
|
|
566
|
+
}), u = j(() => {
|
|
567
567
|
let h;
|
|
568
568
|
if (o.value != null)
|
|
569
569
|
h = o.value;
|
|
570
570
|
else {
|
|
571
|
-
const
|
|
572
|
-
h =
|
|
571
|
+
const p = l.value.size, S = s.size;
|
|
572
|
+
h = p == S;
|
|
573
573
|
}
|
|
574
574
|
return h;
|
|
575
575
|
});
|
|
576
576
|
function r() {
|
|
577
577
|
o.value = !0;
|
|
578
578
|
}
|
|
579
|
-
function
|
|
579
|
+
function v() {
|
|
580
580
|
o.value = !1;
|
|
581
581
|
}
|
|
582
582
|
function c(h) {
|
|
583
583
|
s.has(h) && l.value.add(h);
|
|
584
584
|
}
|
|
585
|
-
function
|
|
586
|
-
|
|
587
|
-
h.forEach((
|
|
588
|
-
c(
|
|
585
|
+
function M(h) {
|
|
586
|
+
g(() => {
|
|
587
|
+
h.forEach((p) => {
|
|
588
|
+
c(p[t]);
|
|
589
589
|
});
|
|
590
590
|
});
|
|
591
591
|
}
|
|
592
|
-
function
|
|
593
|
-
|
|
594
|
-
h.forEach((
|
|
595
|
-
l.value.delete(
|
|
592
|
+
function d(h) {
|
|
593
|
+
g(() => {
|
|
594
|
+
h.forEach((p) => {
|
|
595
|
+
l.value.delete(p[t]);
|
|
596
596
|
});
|
|
597
597
|
});
|
|
598
598
|
}
|
|
599
|
-
function
|
|
599
|
+
function i(h) {
|
|
600
600
|
return o.value != null ? o.value : l.value.has(h[t]);
|
|
601
601
|
}
|
|
602
|
-
function
|
|
602
|
+
function g(h) {
|
|
603
603
|
o.value != null && (o.value ? l.value = new Set(Array.from(s.keys())) : l.value = /* @__PURE__ */ new Set()), h(), n.useAllFlagOptimizatiofn ? l.value.size == 0 ? o.value = !1 : l.value.size == s.size ? o.value = !0 : o.value = null : o.value = null;
|
|
604
604
|
}
|
|
605
|
-
function
|
|
606
|
-
|
|
607
|
-
h.forEach((
|
|
608
|
-
|
|
605
|
+
function D(h) {
|
|
606
|
+
g(() => {
|
|
607
|
+
h.forEach((p) => {
|
|
608
|
+
i(p) ? l.value.delete(p[t]) : c(p[t]);
|
|
609
609
|
});
|
|
610
610
|
});
|
|
611
611
|
}
|
|
612
|
-
function T() {
|
|
613
|
-
const { value: h } = i;
|
|
614
|
-
h ? f() : r();
|
|
615
|
-
}
|
|
616
612
|
function w() {
|
|
613
|
+
const { value: h } = u;
|
|
614
|
+
h ? v() : r();
|
|
615
|
+
}
|
|
616
|
+
function E() {
|
|
617
617
|
const h = [];
|
|
618
|
-
l.value.forEach((
|
|
619
|
-
s.get(
|
|
620
|
-
}), h.forEach((
|
|
618
|
+
l.value.forEach((p) => {
|
|
619
|
+
s.get(p) || h.push(p);
|
|
620
|
+
}), h.forEach((p) => l.value.delete(p));
|
|
621
621
|
}
|
|
622
|
-
return F(
|
|
622
|
+
return F(Nt, t), F(Ze, w), F(Ve, D), F(Ke, i), F(Ge, a), F(qe, M), F(Je, r), F(et, d), F(tt, u), F(De, v), F(De, v), F(nt, f), {
|
|
623
623
|
selected: a,
|
|
624
|
-
select:
|
|
624
|
+
select: M,
|
|
625
625
|
selectAll: r,
|
|
626
|
-
unselect:
|
|
627
|
-
unselectAll:
|
|
628
|
-
toggle:
|
|
629
|
-
toggleAll:
|
|
630
|
-
isSelected:
|
|
631
|
-
isAllSelected:
|
|
632
|
-
selectedCount:
|
|
626
|
+
unselect: d,
|
|
627
|
+
unselectAll: v,
|
|
628
|
+
toggle: D,
|
|
629
|
+
toggleAll: w,
|
|
630
|
+
isSelected: i,
|
|
631
|
+
isAllSelected: u,
|
|
632
|
+
selectedCount: f
|
|
633
633
|
};
|
|
634
634
|
}
|
|
635
|
-
function
|
|
636
|
-
const t = m(!1), n = m(/* @__PURE__ */ new Set()), o =
|
|
637
|
-
let
|
|
638
|
-
return t.value != null ? t.value && (
|
|
639
|
-
}), l =
|
|
640
|
-
let
|
|
641
|
-
return t.value != null ? t.value && (
|
|
642
|
-
}), s =
|
|
643
|
-
let
|
|
635
|
+
function _o(e) {
|
|
636
|
+
const t = m(!1), n = m(/* @__PURE__ */ new Set()), o = j(() => {
|
|
637
|
+
let i = [];
|
|
638
|
+
return t.value != null ? t.value && (i = e.value) : n.value.size && (i = Array.from(n.value.values())), i;
|
|
639
|
+
}), l = j(() => {
|
|
640
|
+
let i = 0;
|
|
641
|
+
return t.value != null ? t.value && (i = e.value.length) : i = n.value.size, i;
|
|
642
|
+
}), s = j(() => {
|
|
643
|
+
let i;
|
|
644
644
|
if (t.value != null)
|
|
645
|
-
|
|
645
|
+
i = t.value;
|
|
646
646
|
else {
|
|
647
|
-
const
|
|
648
|
-
|
|
647
|
+
const g = n.value.size, D = e.value.length;
|
|
648
|
+
i = g == D;
|
|
649
649
|
}
|
|
650
|
-
return
|
|
650
|
+
return i;
|
|
651
651
|
});
|
|
652
652
|
function a() {
|
|
653
653
|
t.value = !0;
|
|
654
654
|
}
|
|
655
|
-
function
|
|
655
|
+
function f() {
|
|
656
656
|
t.value = !1;
|
|
657
657
|
}
|
|
658
|
-
function i
|
|
658
|
+
function u(i) {
|
|
659
659
|
c(() => {
|
|
660
|
-
|
|
661
|
-
n.value.add(
|
|
660
|
+
i.forEach((g) => {
|
|
661
|
+
n.value.add(g);
|
|
662
662
|
});
|
|
663
663
|
});
|
|
664
664
|
}
|
|
665
|
-
function r(
|
|
665
|
+
function r(i) {
|
|
666
666
|
c(() => {
|
|
667
|
-
|
|
668
|
-
n.value.delete(
|
|
667
|
+
i.forEach((g) => {
|
|
668
|
+
n.value.delete(g);
|
|
669
669
|
});
|
|
670
670
|
});
|
|
671
671
|
}
|
|
672
|
-
function
|
|
673
|
-
return t.value != null ? t.value : n.value.has(
|
|
672
|
+
function v(i) {
|
|
673
|
+
return t.value != null ? t.value : n.value.has(i);
|
|
674
674
|
}
|
|
675
|
-
function c(
|
|
676
|
-
t.value != null && (t.value ? n.value = new Set(Array.from(e.value)) : n.value = /* @__PURE__ */ new Set()),
|
|
675
|
+
function c(i) {
|
|
676
|
+
t.value != null && (t.value ? n.value = new Set(Array.from(e.value)) : n.value = /* @__PURE__ */ new Set()), i(), n.value.size == 0 ? t.value = !1 : n.value.size == e.value.length ? t.value = !0 : t.value = null;
|
|
677
677
|
}
|
|
678
|
-
function
|
|
678
|
+
function M(i) {
|
|
679
679
|
c(() => {
|
|
680
|
-
|
|
681
|
-
|
|
680
|
+
i.forEach((g) => {
|
|
681
|
+
v(g) ? n.value.delete(g) : n.value.add(g);
|
|
682
682
|
});
|
|
683
683
|
});
|
|
684
684
|
}
|
|
685
|
-
function
|
|
686
|
-
const { value:
|
|
687
|
-
|
|
685
|
+
function d() {
|
|
686
|
+
const { value: i } = s;
|
|
687
|
+
i ? f() : a();
|
|
688
688
|
}
|
|
689
|
-
return F(
|
|
689
|
+
return F(Ze, d), F(Ve, M), F(Ke, v), F(Ge, o), F(qe, u), F(Je, a), F(et, r), F(tt, s), F(De, f), F(De, f), F(nt, l), {
|
|
690
690
|
selected: o,
|
|
691
|
-
select:
|
|
691
|
+
select: u,
|
|
692
692
|
selectAll: a,
|
|
693
693
|
unselect: r,
|
|
694
|
-
unselectAll:
|
|
695
|
-
toggle:
|
|
696
|
-
toggleAll:
|
|
697
|
-
isSelected:
|
|
694
|
+
unselectAll: f,
|
|
695
|
+
toggle: M,
|
|
696
|
+
toggleAll: d,
|
|
697
|
+
isSelected: v,
|
|
698
698
|
isAllSelected: s,
|
|
699
699
|
selectedCount: l
|
|
700
700
|
};
|
|
701
701
|
}
|
|
702
|
-
function
|
|
702
|
+
function Se(e) {
|
|
703
703
|
return () => {
|
|
704
704
|
console.debug(`\u9ED8\u8BA4${e}\u65B9\u6CD5,\u9700\u8981\u81EA\u5B9A\u4E49\u751F\u6548`);
|
|
705
705
|
};
|
|
706
706
|
}
|
|
707
|
-
function
|
|
707
|
+
function wt({
|
|
708
708
|
key: e,
|
|
709
709
|
customAttributeValue: t,
|
|
710
710
|
attribute: n,
|
|
@@ -713,169 +713,154 @@ function It({
|
|
|
713
713
|
getSelectMap: s = () => ({})
|
|
714
714
|
}) {
|
|
715
715
|
const {
|
|
716
|
-
select: a =
|
|
717
|
-
unselect:
|
|
718
|
-
unselectAll:
|
|
716
|
+
select: a = Se("\u9009\u62E9"),
|
|
717
|
+
unselect: f = Se("\u53D6\u6D88\u9009\u62E9"),
|
|
718
|
+
unselectAll: u = Se("\u53D6\u6D88\u5168\u9009")
|
|
719
719
|
} = s();
|
|
720
720
|
let r = {};
|
|
721
|
-
const
|
|
722
|
-
() =>
|
|
723
|
-
), c =
|
|
721
|
+
const v = j(
|
|
722
|
+
() => Ye(o === "colum" ? xt : Ct, 50)
|
|
723
|
+
), c = j(() => e ?? n), M = (() => t ? (C) => t(C) : (C) => C)(), d = /* @__PURE__ */ new Set(), i = m(!0), g = m(), D = m(!1), w = m({ x: 0, y: 0 }), E = m({ x: 0, y: 0, scrollTop: 0 }), h = m({}), p = m({
|
|
724
724
|
top: 0,
|
|
725
725
|
height: 0,
|
|
726
|
-
sync(
|
|
727
|
-
|
|
726
|
+
sync(C = !1) {
|
|
727
|
+
p.value.top = g.value?.scrollTop || 0, C && (p.value.height = g.value?.scrollHeight || 0);
|
|
728
728
|
}
|
|
729
|
-
}),
|
|
730
|
-
left: Math.min(
|
|
731
|
-
top: Math.min(
|
|
732
|
-
width: Math.abs(
|
|
733
|
-
height: Math.abs(
|
|
734
|
-
} : { left: 0, top: 0, width: 0, height: 0 }),
|
|
735
|
-
let
|
|
736
|
-
const
|
|
737
|
-
let
|
|
738
|
-
function
|
|
739
|
-
if (cancelAnimationFrame(
|
|
740
|
-
Math.min(
|
|
741
|
-
-
|
|
742
|
-
),
|
|
743
|
-
const
|
|
744
|
-
if (!
|
|
729
|
+
}), S = j(() => D.value ? {
|
|
730
|
+
left: Math.min(w.value.x, E.value.x) - h.value.left,
|
|
731
|
+
top: Math.min(w.value.y, E.value.y) - h.value.top,
|
|
732
|
+
width: Math.abs(w.value.x - E.value.x),
|
|
733
|
+
height: Math.abs(w.value.y - E.value.y)
|
|
734
|
+
} : { left: 0, top: 0, width: 0, height: 0 }), O = m(!1), { margin: N = 50, startSpeed: T = 30, maxSpeed: I = 30 } = l;
|
|
735
|
+
let R;
|
|
736
|
+
const y = N, A = T, _ = I, Y = (C) => C ** 1;
|
|
737
|
+
let b = 0;
|
|
738
|
+
function z(C) {
|
|
739
|
+
if (cancelAnimationFrame(R), b = x(C), b = Math.max(
|
|
740
|
+
Math.min(b, _),
|
|
741
|
+
-_
|
|
742
|
+
), b !== 0) {
|
|
743
|
+
const k = g.value;
|
|
744
|
+
if (!k || !D.value)
|
|
745
745
|
return;
|
|
746
|
-
const
|
|
747
|
-
let
|
|
748
|
-
|
|
746
|
+
const Z = p.value.height - h.value.height;
|
|
747
|
+
let X = p.value.top + Number(b);
|
|
748
|
+
X = Math.min(Math.max(0, X), Z), k.scrollTop = X, $(), R = requestAnimationFrame(() => z(C));
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
|
-
function
|
|
752
|
-
if (
|
|
753
|
-
const
|
|
754
|
-
if (
|
|
755
|
-
return
|
|
756
|
-
const
|
|
757
|
-
if (
|
|
758
|
-
return -
|
|
751
|
+
function x(C) {
|
|
752
|
+
if (g.value) {
|
|
753
|
+
const Z = h.value, X = Z.bottom - C;
|
|
754
|
+
if (X < y)
|
|
755
|
+
return A * Y(1 - X / y);
|
|
756
|
+
const le = C - Z.top;
|
|
757
|
+
if (le < y)
|
|
758
|
+
return -A * Y(1 - le / y);
|
|
759
759
|
}
|
|
760
760
|
return 0;
|
|
761
761
|
}
|
|
762
|
-
function B(
|
|
763
|
-
const
|
|
764
|
-
return
|
|
765
|
-
}
|
|
766
|
-
function
|
|
767
|
-
|
|
768
|
-
const { top:
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
),
|
|
773
|
-
}
|
|
774
|
-
function
|
|
775
|
-
let
|
|
776
|
-
|
|
777
|
-
const
|
|
778
|
-
for (let
|
|
779
|
-
const
|
|
780
|
-
if (
|
|
762
|
+
function B(C) {
|
|
763
|
+
const k = { ...S.value, right: 0, bottom: 0 };
|
|
764
|
+
return k.left += h.value.left, k.top += h.value.top - p.value.top, k.right = k.width + k.left, k.bottom = k.height + k.top, k.left < C.right && k.right > C.left && k.top < C.bottom && k.bottom > C.top;
|
|
765
|
+
}
|
|
766
|
+
function $() {
|
|
767
|
+
p.value.sync();
|
|
768
|
+
const { top: C, height: k } = p.value;
|
|
769
|
+
E.value.y = Math.min(
|
|
770
|
+
k + h.value.top,
|
|
771
|
+
E.value.y + C - E.value.scrollTop
|
|
772
|
+
), E.value.scrollTop = C;
|
|
773
|
+
}
|
|
774
|
+
function Q(C, k, Z = "dynamic-styles") {
|
|
775
|
+
let X = document.getElementById(Z);
|
|
776
|
+
X || (X = document.createElement("style"), X.id = Z, document.head.appendChild(X));
|
|
777
|
+
const le = X.sheet.cssRules, ve = le.length, Ot = `${C} { ${k} }`;
|
|
778
|
+
for (let Ce = 0; Ce < ve; Ce++) {
|
|
779
|
+
const at = le[Ce];
|
|
780
|
+
if (at.selectorText === C && at.style.cssText === k)
|
|
781
781
|
return;
|
|
782
782
|
}
|
|
783
|
-
|
|
783
|
+
X.sheet.insertRule(Ot, ve);
|
|
784
784
|
}
|
|
785
|
-
function W(
|
|
786
|
-
|
|
787
|
-
const
|
|
788
|
-
|
|
785
|
+
function W(C, k) {
|
|
786
|
+
i.value = !0, D.value = !0, p.value.sync(!0);
|
|
787
|
+
const Z = k + p.value.top;
|
|
788
|
+
w.value.x = C, w.value.y = Z, E.value.x = C, E.value.y = Z, g.value?.classList.add("disable-scroll-behavior"), d.clear();
|
|
789
789
|
}
|
|
790
|
-
function J(
|
|
791
|
-
!
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
),
|
|
790
|
+
function J(C, k, Z) {
|
|
791
|
+
!D.value || (i.value && o === "colum" && !Te() && (O.value || u(), i.value = !1), Z?.(), z(k), E.value.x = Math.max(C, h.value.left), E.value.y = Math.min(
|
|
792
|
+
k + p.value.top,
|
|
793
|
+
p.value.height + h.value.top
|
|
794
|
+
), E.value.scrollTop = p.value.top, v.value());
|
|
795
795
|
}
|
|
796
796
|
function V() {
|
|
797
|
-
|
|
797
|
+
D.value = !1, g.value?.classList.remove("disable-scroll-behavior");
|
|
798
798
|
}
|
|
799
|
-
function
|
|
800
|
-
!
|
|
799
|
+
function oe() {
|
|
800
|
+
!D.value || (b || $(), v.value());
|
|
801
801
|
}
|
|
802
|
-
function
|
|
803
|
-
if (!
|
|
802
|
+
function Te() {
|
|
803
|
+
if (!D.value)
|
|
804
804
|
return !1;
|
|
805
|
-
const { width:
|
|
806
|
-
return !(Math.max(
|
|
805
|
+
const { width: C, height: k } = S.value;
|
|
806
|
+
return !(Math.max(C, k) > 5);
|
|
807
807
|
}
|
|
808
|
-
function
|
|
809
|
-
|
|
808
|
+
function jt() {
|
|
809
|
+
Te() && u();
|
|
810
810
|
}
|
|
811
|
-
function
|
|
812
|
-
|
|
813
|
-
r[c.value] =
|
|
814
|
-
|
|
815
|
-
), B(
|
|
811
|
+
function xt() {
|
|
812
|
+
Te() || g.value?.querySelectorAll(`[${n}]`).forEach((C) => {
|
|
813
|
+
r[c.value] = M(
|
|
814
|
+
C.getAttribute(`${n}`)
|
|
815
|
+
), B(C.getBoundingClientRect()) ? a([r]) : O.value || f([r]);
|
|
816
816
|
});
|
|
817
817
|
}
|
|
818
|
-
function
|
|
819
|
-
const
|
|
820
|
-
let
|
|
821
|
-
|
|
822
|
-
const
|
|
823
|
-
|
|
818
|
+
function Ct() {
|
|
819
|
+
const C = [];
|
|
820
|
+
let k = null, Z = 0;
|
|
821
|
+
g.value?.querySelectorAll(`[${n}]`).forEach((X, le) => {
|
|
822
|
+
const ve = M(X.getAttribute(`${n}`));
|
|
823
|
+
C.push(ve), B(X.getBoundingClientRect()) ? (k === null && (k = le), k = Math.min(k, le), Z = Math.max(Z, le)) : (r[c.value] = ve, d.has(ve) && f([r]));
|
|
824
824
|
});
|
|
825
|
-
for (let
|
|
826
|
-
r[c.value] =
|
|
827
|
-
}
|
|
828
|
-
function it() {
|
|
829
|
-
if (!h.value)
|
|
830
|
-
return !0;
|
|
831
|
-
const { left: j, right: C, top: X, bottom: P } = h.value, ee = window.innerWidth, ue = window.innerHeight, Oe = C <= 0, he = j >= ee, we = P <= 0, kt = X >= ue;
|
|
832
|
-
return Oe || he || we || kt;
|
|
825
|
+
for (let X = k; X < Z + 1; X++)
|
|
826
|
+
r[c.value] = C[X], a([r]), d.add(C[X]);
|
|
833
827
|
}
|
|
834
|
-
function
|
|
835
|
-
|
|
836
|
-
}
|
|
837
|
-
function ut(j = 100, C = 3) {
|
|
838
|
-
if (!M.value)
|
|
839
|
-
return;
|
|
840
|
-
let X = 0;
|
|
841
|
-
const P = () => {
|
|
842
|
-
!M.value || (h.value = M.value.getBoundingClientRect(), it() && X < C && (X++, setTimeout(P, j)));
|
|
843
|
-
};
|
|
844
|
-
P();
|
|
828
|
+
function st() {
|
|
829
|
+
!g.value || (h.value = g.value.getBoundingClientRect());
|
|
845
830
|
}
|
|
846
|
-
function
|
|
847
|
-
return !
|
|
831
|
+
function St(C) {
|
|
832
|
+
return !C?.value || (g.value = C.value, !g?.value) ? !1 : (st(), Q(".disable-scroll-behavior", "scroll-behavior: unset !important;"), !0);
|
|
848
833
|
}
|
|
849
834
|
return {
|
|
850
|
-
init:
|
|
835
|
+
init: St,
|
|
851
836
|
dragStart: W,
|
|
852
837
|
dragMove: J,
|
|
853
838
|
dragEnd: V,
|
|
854
|
-
onScroll:
|
|
855
|
-
isSingleClick:
|
|
856
|
-
cancelSelectAllBySingleClick:
|
|
857
|
-
selectFn:
|
|
858
|
-
getAttributeValue:
|
|
859
|
-
|
|
860
|
-
incrementalSelect:
|
|
861
|
-
selectRange:
|
|
862
|
-
isPressing:
|
|
863
|
-
containerEl:
|
|
839
|
+
onScroll: oe,
|
|
840
|
+
isSingleClick: Te,
|
|
841
|
+
cancelSelectAllBySingleClick: jt,
|
|
842
|
+
selectFn: v,
|
|
843
|
+
getAttributeValue: M,
|
|
844
|
+
updateContainerRect: st,
|
|
845
|
+
incrementalSelect: O,
|
|
846
|
+
selectRange: S,
|
|
847
|
+
isPressing: D,
|
|
848
|
+
containerEl: g
|
|
864
849
|
};
|
|
865
850
|
}
|
|
866
|
-
function
|
|
867
|
-
const n =
|
|
851
|
+
function bo(e, t = !1) {
|
|
852
|
+
const n = wt(e), { selectRange: o } = n, {
|
|
868
853
|
onScroll: l,
|
|
869
854
|
dragStart: s,
|
|
870
855
|
dragMove: a,
|
|
871
|
-
dragEnd:
|
|
872
|
-
cancelSelectAllBySingleClick:
|
|
873
|
-
} = n, r =
|
|
856
|
+
dragEnd: f,
|
|
857
|
+
cancelSelectAllBySingleClick: u
|
|
858
|
+
} = n, r = j(() => ({
|
|
874
859
|
left: `${o.value.left}px`,
|
|
875
860
|
top: `${o.value.top}px`,
|
|
876
861
|
width: `${o.value.width}px`,
|
|
877
862
|
height: `${o.value.height}px`
|
|
878
|
-
})), { load:
|
|
863
|
+
})), { load: v } = Xe(
|
|
879
864
|
`.drag-select-box {
|
|
880
865
|
position: absolute;
|
|
881
866
|
z-index: 99999;
|
|
@@ -885,86 +870,115 @@ function Yo(e, t = !1) {
|
|
|
885
870
|
{ id: "styletag_lzc_dragselect", manual: !0 }
|
|
886
871
|
), c = q({
|
|
887
872
|
render() {
|
|
888
|
-
return
|
|
873
|
+
return ue("div", {
|
|
889
874
|
id: "selectBoxEl",
|
|
890
875
|
class: "drag-select-box",
|
|
891
876
|
style: r.value
|
|
892
877
|
});
|
|
893
878
|
}
|
|
894
879
|
});
|
|
895
|
-
function
|
|
896
|
-
|
|
880
|
+
function M(w) {
|
|
881
|
+
w.button === 0 && (t && (w.ctrlKey || w.metaKey) && (n.incrementalSelect.value = !0), s(w.x, w.y), window.addEventListener("mousemove", d), window.addEventListener("mouseup", i));
|
|
897
882
|
}
|
|
898
|
-
function
|
|
899
|
-
a(
|
|
883
|
+
function d(w) {
|
|
884
|
+
a(w.x, w.y);
|
|
900
885
|
}
|
|
901
|
-
function
|
|
902
|
-
window.removeEventListener("mousemove",
|
|
886
|
+
function i(w) {
|
|
887
|
+
window.removeEventListener("mousemove", d), window.removeEventListener("mouseup", i), w.composedPath().some(
|
|
903
888
|
(h) => n.getAttributeValue(
|
|
904
889
|
h?.getAttribute?.(e.attribute)
|
|
905
890
|
)
|
|
906
|
-
) ||
|
|
891
|
+
) || u(), f(), n.incrementalSelect.value = !1;
|
|
907
892
|
}
|
|
908
|
-
function
|
|
893
|
+
function g(w) {
|
|
909
894
|
try {
|
|
910
|
-
if (!n.init(
|
|
895
|
+
if (!n.init(w))
|
|
911
896
|
throw "\u521D\u59CB\u5316\u5931\u8D25,Ref\u5143\u7D20\u4E0D\u6B63\u786E";
|
|
912
897
|
if (!n.containerEl?.value)
|
|
913
898
|
return !1;
|
|
914
|
-
|
|
915
|
-
} catch (
|
|
916
|
-
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25",
|
|
899
|
+
pe(ue(c), n.containerEl.value), v(), n.containerEl.value?.addEventListener("scroll", l), n.containerEl.value?.addEventListener("mousedown", M);
|
|
900
|
+
} catch (E) {
|
|
901
|
+
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25", E);
|
|
917
902
|
}
|
|
918
903
|
}
|
|
919
|
-
function
|
|
920
|
-
n.containerEl.value?.removeEventListener("scroll", l), n.containerEl.value?.removeEventListener("mousedown",
|
|
904
|
+
function D() {
|
|
905
|
+
n.containerEl.value?.removeEventListener("scroll", l), n.containerEl.value?.removeEventListener("mousedown", M);
|
|
921
906
|
}
|
|
922
|
-
return { init:
|
|
907
|
+
return { init: g, unMount: D };
|
|
923
908
|
}
|
|
924
|
-
function
|
|
925
|
-
const
|
|
909
|
+
function ko(e, t = {}) {
|
|
910
|
+
const {
|
|
911
|
+
joinSelectMode: n,
|
|
912
|
+
pressTime: o = 600,
|
|
913
|
+
selectModeRef: l,
|
|
914
|
+
horizontalDragThreshold: s = 10
|
|
915
|
+
} = t, a = wt({
|
|
926
916
|
...e,
|
|
927
917
|
selectWay: "row",
|
|
928
918
|
scrollOptions: {
|
|
929
919
|
startSpeed: 5,
|
|
930
920
|
maxSpeed: 5
|
|
931
921
|
}
|
|
932
|
-
}), { onScroll:
|
|
933
|
-
let
|
|
934
|
-
function
|
|
935
|
-
clearTimeout(
|
|
922
|
+
}), { onScroll: f, dragStart: u, dragMove: r, dragEnd: v } = a;
|
|
923
|
+
let c, M = !1, d = { x: 0, y: 0 };
|
|
924
|
+
function i() {
|
|
925
|
+
clearTimeout(c);
|
|
936
926
|
}
|
|
937
|
-
function
|
|
938
|
-
|
|
939
|
-
const { clientX: T, clientY: w } = M.targetTouches[0];
|
|
940
|
-
o.checkAndUpdateRect(), s(T, w), t?.(), a(T, w, () => M.preventDefault()), M.preventDefault();
|
|
941
|
-
}, n));
|
|
927
|
+
function g(T) {
|
|
928
|
+
return T.composedPath().some((I) => !!I?.getAttribute?.(e.attribute));
|
|
942
929
|
}
|
|
943
|
-
function
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
a(y, T, () => M.preventDefault());
|
|
930
|
+
function D(T, I) {
|
|
931
|
+
const R = Math.abs(T - d.x), y = Math.abs(I - d.y);
|
|
932
|
+
return !M && R > s && R > y;
|
|
947
933
|
}
|
|
948
|
-
function
|
|
949
|
-
|
|
934
|
+
function w(T, I) {
|
|
935
|
+
return l?.value && !a.isPressing.value && D(T, I);
|
|
950
936
|
}
|
|
951
|
-
function
|
|
937
|
+
function E(T) {
|
|
938
|
+
const { clientX: I, clientY: R } = T.targetTouches[0];
|
|
939
|
+
a.updateContainerRect(), u(I, R), n?.(), r(I, R, () => T.preventDefault());
|
|
940
|
+
}
|
|
941
|
+
function h(T) {
|
|
942
|
+
if (i(), !g(T))
|
|
943
|
+
return;
|
|
944
|
+
const { clientX: I, clientY: R } = T.targetTouches[0];
|
|
945
|
+
d = { x: I, y: R }, M = !1, c = setTimeout(() => {
|
|
946
|
+
E(T), T.preventDefault();
|
|
947
|
+
}, o);
|
|
948
|
+
}
|
|
949
|
+
function p(T) {
|
|
950
|
+
i();
|
|
951
|
+
const { clientX: I, clientY: R } = T.targetTouches[0];
|
|
952
|
+
if (w(I, R)) {
|
|
953
|
+
M = !0, E(T);
|
|
954
|
+
return;
|
|
955
|
+
}
|
|
956
|
+
r(I, R, () => T.preventDefault());
|
|
957
|
+
}
|
|
958
|
+
function S() {
|
|
959
|
+
i(), M = !1, v();
|
|
960
|
+
}
|
|
961
|
+
function O(T) {
|
|
952
962
|
try {
|
|
953
|
-
if (!
|
|
954
|
-
throw "\u521D\u59CB\u5316\u5931\u8D25,Ref\u5143\u7D20\u4E0D\u6B63\u786E";
|
|
955
|
-
if (!
|
|
963
|
+
if (!a.init(T))
|
|
964
|
+
throw new Error("\u521D\u59CB\u5316\u5931\u8D25,Ref\u5143\u7D20\u4E0D\u6B63\u786E");
|
|
965
|
+
if (!a.containerEl?.value)
|
|
956
966
|
return !1;
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
967
|
+
const I = a.containerEl.value;
|
|
968
|
+
I.addEventListener("scroll", f), I.addEventListener("touchstart", h), I.addEventListener("touchmove", p), window.addEventListener("touchcancel", S), window.addEventListener("touchend", S);
|
|
969
|
+
} catch (I) {
|
|
970
|
+
console.error("\u62D6\u9009\u529F\u80FD\u521D\u59CB\u5316\u5931\u8D25", I);
|
|
960
971
|
}
|
|
961
972
|
}
|
|
962
|
-
function
|
|
963
|
-
|
|
973
|
+
function N() {
|
|
974
|
+
if (!a.containerEl?.value)
|
|
975
|
+
return;
|
|
976
|
+
const T = a.containerEl.value;
|
|
977
|
+
T.removeEventListener("scroll", f), T.removeEventListener("touchstart", h), T.removeEventListener("touchmove", p), window.removeEventListener("touchcancel", S), window.removeEventListener("touchend", S);
|
|
964
978
|
}
|
|
965
|
-
return { init:
|
|
979
|
+
return { init: O, unMount: N };
|
|
966
980
|
}
|
|
967
|
-
const
|
|
981
|
+
const rn = Symbol(), cn = /* @__PURE__ */ q({
|
|
968
982
|
__name: "Dialog",
|
|
969
983
|
props: {
|
|
970
984
|
visiable: { type: Boolean, default: !1 },
|
|
@@ -979,39 +993,39 @@ const fn = Symbol(), vn = /* @__PURE__ */ q({
|
|
|
979
993
|
const n = e, o = () => {
|
|
980
994
|
n.onClickOverlay?.(), n.closeOnClickOverlay && t("update:visiable", !1);
|
|
981
995
|
};
|
|
982
|
-
return F(
|
|
983
|
-
default:
|
|
984
|
-
e.visiable ?
|
|
996
|
+
return F(rn, () => t("update:visiable", !1)), (l, s) => (U(), Ee(Ue, { name: "modal" }, {
|
|
997
|
+
default: Re(() => [
|
|
998
|
+
e.visiable ? re((U(), P("div", {
|
|
985
999
|
key: 0,
|
|
986
1000
|
class: se([e.hiddenOverlay ? "no-overlay-modal" : "lzc-modal", e.modalClass])
|
|
987
1001
|
}, [
|
|
988
|
-
|
|
989
|
-
onMousedown: s[0] || (s[0] =
|
|
1002
|
+
H("div", {
|
|
1003
|
+
onMousedown: s[0] || (s[0] = me(() => {
|
|
990
1004
|
}, ["stop"])),
|
|
991
1005
|
class: se(["lzc-dialog", e.dialogClass])
|
|
992
1006
|
}, [
|
|
993
|
-
|
|
1007
|
+
Ie(l.$slots, "default", {}, void 0, !0)
|
|
994
1008
|
], 34)
|
|
995
1009
|
], 2)), [
|
|
996
|
-
[
|
|
1010
|
+
[L(Ft), () => o()]
|
|
997
1011
|
]) : fe("", !0)
|
|
998
1012
|
]),
|
|
999
1013
|
_: 3
|
|
1000
1014
|
}));
|
|
1001
1015
|
}
|
|
1002
1016
|
});
|
|
1003
|
-
const
|
|
1017
|
+
const ne = (e, t) => {
|
|
1004
1018
|
const n = e.__vccOpts || e;
|
|
1005
1019
|
for (const [o, l] of t)
|
|
1006
1020
|
n[o] = l;
|
|
1007
1021
|
return n;
|
|
1008
|
-
},
|
|
1009
|
-
function
|
|
1022
|
+
}, fn = /* @__PURE__ */ ne(cn, [["__scopeId", "data-v-3d61e60a"]]);
|
|
1023
|
+
function Qo(e) {
|
|
1010
1024
|
function t(n, o) {
|
|
1011
1025
|
const l = document.createElement("div"), s = {
|
|
1012
1026
|
setup() {
|
|
1013
|
-
return () =>
|
|
1014
|
-
|
|
1027
|
+
return () => ue(
|
|
1028
|
+
fn,
|
|
1015
1029
|
{
|
|
1016
1030
|
visiable: !0,
|
|
1017
1031
|
"onUpdate:visiable": () => {
|
|
@@ -1020,12 +1034,12 @@ function Uo(e) {
|
|
|
1020
1034
|
...e
|
|
1021
1035
|
},
|
|
1022
1036
|
{
|
|
1023
|
-
default: () =>
|
|
1037
|
+
default: () => ue(n, o)
|
|
1024
1038
|
}
|
|
1025
1039
|
);
|
|
1026
1040
|
}
|
|
1027
1041
|
};
|
|
1028
|
-
return document.body.appendChild(l),
|
|
1042
|
+
return document.body.appendChild(l), pe(ue(s), l), {
|
|
1029
1043
|
close: () => l?.remove()
|
|
1030
1044
|
};
|
|
1031
1045
|
}
|
|
@@ -1033,13 +1047,13 @@ function Uo(e) {
|
|
|
1033
1047
|
create: t
|
|
1034
1048
|
};
|
|
1035
1049
|
}
|
|
1036
|
-
function
|
|
1050
|
+
function Et({
|
|
1037
1051
|
component: e,
|
|
1038
1052
|
componentProps: t,
|
|
1039
1053
|
delay: n = 300
|
|
1040
1054
|
}) {
|
|
1041
1055
|
const l = `lzc-delay-loading-${`${new Date().getTime()}`}`, s = `${n}ms`;
|
|
1042
|
-
return
|
|
1056
|
+
return Xe(
|
|
1043
1057
|
`@keyframes lzcDelayLoad {
|
|
1044
1058
|
to {
|
|
1045
1059
|
opacity: 1;
|
|
@@ -1051,19 +1065,19 @@ function At({
|
|
|
1051
1065
|
}`
|
|
1052
1066
|
), { LoadingComp: q({
|
|
1053
1067
|
setup() {
|
|
1054
|
-
const
|
|
1055
|
-
return
|
|
1056
|
-
|
|
1057
|
-
}), () =>
|
|
1068
|
+
const f = nn();
|
|
1069
|
+
return ce(() => {
|
|
1070
|
+
f.value?.classList?.add(l);
|
|
1071
|
+
}), () => ue(e, t);
|
|
1058
1072
|
}
|
|
1059
1073
|
}) };
|
|
1060
1074
|
}
|
|
1061
|
-
function
|
|
1075
|
+
function Yo({
|
|
1062
1076
|
component: e,
|
|
1063
1077
|
componentProps: t,
|
|
1064
1078
|
delay: n = 300
|
|
1065
1079
|
}) {
|
|
1066
|
-
const { LoadingComp: o } =
|
|
1080
|
+
const { LoadingComp: o } = Et({
|
|
1067
1081
|
component: e,
|
|
1068
1082
|
componentProps: t,
|
|
1069
1083
|
delay: n
|
|
@@ -1076,24 +1090,24 @@ function Ro({
|
|
|
1076
1090
|
}
|
|
1077
1091
|
return { LoadingComp: o, loading: l, load: s, unload: a };
|
|
1078
1092
|
}
|
|
1079
|
-
const
|
|
1080
|
-
/* @__PURE__ */
|
|
1081
|
-
], -1)),
|
|
1082
|
-
|
|
1083
|
-
],
|
|
1093
|
+
const dn = (e) => (Ae("data-v-92a1804d"), e = e(), ze(), e), vn = /* @__PURE__ */ dn(() => /* @__PURE__ */ H("div", { class: "ldio-mm5gwljcryb" }, [
|
|
1094
|
+
/* @__PURE__ */ H("div")
|
|
1095
|
+
], -1)), Mn = [
|
|
1096
|
+
vn
|
|
1097
|
+
], gn = /* @__PURE__ */ q({
|
|
1084
1098
|
__name: "DefaultLoading",
|
|
1085
1099
|
props: {
|
|
1086
1100
|
width: { default: 24 },
|
|
1087
1101
|
height: { default: 24 }
|
|
1088
1102
|
},
|
|
1089
1103
|
setup(e) {
|
|
1090
|
-
return
|
|
1104
|
+
return He((t) => ({
|
|
1091
1105
|
"4e4a9ce4": e.width + "px",
|
|
1092
1106
|
e56fe5c2: e.height + "px"
|
|
1093
|
-
})), (t, n) => (U(),
|
|
1107
|
+
})), (t, n) => (U(), P("div", be(ke(t.$attrs)), Mn, 16));
|
|
1094
1108
|
}
|
|
1095
1109
|
});
|
|
1096
|
-
const
|
|
1110
|
+
const hn = /* @__PURE__ */ ne(gn, [["__scopeId", "data-v-92a1804d"]]), mn = "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", yn = { class: "loading-wrap" }, pn = ["src"], Dn = /* @__PURE__ */ q({
|
|
1097
1111
|
__name: "PageLoading",
|
|
1098
1112
|
props: {
|
|
1099
1113
|
delay: { default: "0.15s" },
|
|
@@ -1101,27 +1115,27 @@ const pn = /* @__PURE__ */ oe(yn, [["__scopeId", "data-v-92a1804d"]]), Dn = "dat
|
|
|
1101
1115
|
},
|
|
1102
1116
|
setup(e) {
|
|
1103
1117
|
const t = e;
|
|
1104
|
-
|
|
1118
|
+
He((o) => ({
|
|
1105
1119
|
b1cf73a8: e.delay
|
|
1106
1120
|
}));
|
|
1107
|
-
const n =
|
|
1121
|
+
const n = j(() => {
|
|
1108
1122
|
const o = {};
|
|
1109
1123
|
return t.size === "mini" ? (o.width = "22px", o.height = "22px") : t.size === "large" && (o.width = "28px", o.height = "28px"), o;
|
|
1110
1124
|
});
|
|
1111
|
-
return (o, l) => (U(),
|
|
1112
|
-
|
|
1125
|
+
return (o, l) => (U(), P("div", yn, [
|
|
1126
|
+
H("img", {
|
|
1113
1127
|
class: "loading-circle",
|
|
1114
|
-
src:
|
|
1115
|
-
style: K(
|
|
1116
|
-
}, null, 12,
|
|
1128
|
+
src: L(mn),
|
|
1129
|
+
style: K(L(n))
|
|
1130
|
+
}, null, 12, pn)
|
|
1117
1131
|
]));
|
|
1118
1132
|
}
|
|
1119
1133
|
});
|
|
1120
|
-
const
|
|
1121
|
-
async function
|
|
1134
|
+
const Bo = /* @__PURE__ */ ne(Dn, [["__scopeId", "data-v-3c54972f"]]);
|
|
1135
|
+
async function ot(e) {
|
|
1122
1136
|
return new Promise((t) => setTimeout(() => t(), e));
|
|
1123
1137
|
}
|
|
1124
|
-
const
|
|
1138
|
+
const Tn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTAyLjAwMDAwMCwgLTQwNi4wMDAwMDApIiBmaWxsPSIjOTk5OTk5IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc5MC4wMDAwMDAsIDM5MC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzEyLjAwMDAwMCwgMTYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjU0NjQyODU3MiwwLjA5NjM0MjU1MTMgTDYuMDEsNS41NTUgTDExLjQ1MzU3MTQsMC4xMTc3NTIwMTEgQzExLjU4MjE0MjksLTAuMDEwNzA0NzIzNyAxMS43NzUsLTAuMDEwNzA0NzIzNyAxMS45MDM1NzE0LDAuMTE3NzUyMDExIEMxMi4wMzIxNDI5LDAuMjQ2MjA4NzQ2IDEyLjAzMjE0MjksMC40Mzg4OTM4NDkgMTEuOTAzNTcxNCwwLjU2NzM1MDU4NCBMNi40Niw2LjAwNSBMMTEuOTAzNTcxNCwxMS40NDMzNTQxIEMxMi4wMzIxNDI5LDExLjU3MTgxMDkgMTIuMDMyMTQyOSwxMS43NjQ0OTYgMTEuOTAzNTcxNCwxMS44OTI5NTI3IEMxMS44NjA3MTQzLDExLjk3ODU5MDUgMTEuNzc1LDEyIDExLjY4OTI4NTcsMTIgQzExLjYwMzU3MTQsMTIgMTEuNTE3ODU3MiwxMS45Nzg1OTA1IDExLjQ1MzU3MTQsMTEuOTE0MzYyMiBMNiw2LjQ2NSBMMC41NDY0Mjg1NzIsMTEuOTE0MzYyMiBDMC41MDM1NzE0MzMsMTEuOTc4NTkwNSAwLjQxNzg1NzE0MywxMiAwLjMzMjE0Mjg1MywxMiBDMC4yNDY0Mjg1NjMsMTIgMC4xNjA3MTQyODYsMTEuOTc4NTkwNSAwLjA5NjQyODU3MTUsMTEuOTE0MzYyMiBDLTAuMDMyMTQyODU3MiwxMS43ODU5MDU0IC0wLjAzMjE0Mjg1NzIsMTEuNTkzMjIwMyAwLjA5NjQyODU3MTUsMTEuNDY0NzYzNiBMNS41NDksNi4wMTUgTDAuMDk2NDI4NTcxNSwwLjU2NzM1MDU4NCBDLTAuMDEwNzE0MjgxNSwwLjQzODg5Mzg0OSAtMC4wMTA3MTQyODE1LDAuMjI0Nzk5Mjg2IDAuMDk2NDI4NTcxNSwwLjA5NjM0MjU1MTMgQzAuMjAzNTcxNDI0LC0wLjAzMjExNDE4MzggMC40MTc4NTcxNDMsLTAuMDMyMTE0MTgzOCAwLjU0NjQyODU3MiwwLjA5NjM0MjU1MTMgWiIgaWQ9IuW9oueKtue7k+WQiCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+", Nn = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzVweCIgaGVpZ2h0PSIzNXB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjguMDAwMDAwLCAtMzczLjAwMDAwMCkiIGZpbGw9IiM5RjlGOUYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE4LjAwMDAwMCwgMzU2LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4wMDAwMDAsIDE3LjAwMDAwMCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMjAsMTIuMzQ0ODI3NiBDMTkuMjAwMTM5MywxMi4zNDQ4Mjc2IDE4LjU1MTcyNDEsMTEuNjk2NDEyNCAxOC41NTE3MjQxLDEwLjg5NjU1MTcgTDE4LjU1MTcyNDEsMy40NDgyNzU4NiBDMTguNTUxNzI0MSwyLjY0ODQxNTE5IDE5LjIwMDEzOTMsMiAyMCwyIEMyMC43OTk4NjA3LDIgMjEuNDQ4Mjc1OSwyLjY0ODQxNTE5IDIxLjQ0ODI3NTksMy40NDgyNzU4NiBMMjEuNDQ4Mjc1OSwxMC44OTY1NTE3IEMyMS40NDgyNzU5LDExLjY5NjQxMjQgMjAuNzk5ODYwNywxMi4zNDQ4Mjc2IDIwLDEyLjM0NDgyNzYgTDIwLDEyLjM0NDgyNzYgWiBNMjAsMzggQzE5LjYxNTg5MzQsMzggMTkuMjQ3NTE4NywzNy44NDc0MTQyIDE4Ljk3NTkxNDMsMzcuNTc1ODA5OCBDMTguNzA0MzA5OSwzNy4zMDQyMDU0IDE4LjU1MTcyNDEsMzYuOTM1ODMwOCAxOC41NTE3MjQxLDM2LjU1MTcyNDEgTDE4LjU1MTcyNDEsMjkuMTAzNDQ4MyBDMTguNTUxNzI0MSwyOC4zMDM1ODc2IDE5LjIwMDEzOTMsMjcuNjU1MTcyNCAyMCwyNy42NTUxNzI0IEMyMC43OTk4NjA3LDI3LjY1NTE3MjQgMjEuNDQ4Mjc1OSwyOC4zMDM1ODc2IDIxLjQ0ODI3NTksMjkuMTAzNDQ4MyBMMjEuNDQ4Mjc1OSwzNi41NTE3MjQxIEMyMS40NDgyNzU5LDM3LjM1MTU4NDggMjAuNzk5ODYwNywzOCAyMCwzOCBMMjAsMzggWiBNMjUuNDEzMDM0NSwxNC41ODY5NjU1IEMyNS4xNDE0MTA3LDE0LjMxNTM5MjIgMjQuOTg4ODA5OCwxMy45NDcwMjk0IDI0Ljk4ODgwOTgsMTMuNTYyOTMxIEMyNC45ODg4MDk4LDEzLjE3ODgzMjcgMjUuMTQxNDEwNywxMi44MTA0Njk5IDI1LjQxMzAzNDUsMTIuNTM4ODk2NiBMMzAuNjc5NzkzMSw3LjI3MjEzNzkzIEMzMC45NTEzNjY0LDcuMDAwNTE0MTQgMzEuMzE5NzI5Miw2Ljg0NzkxMzI0IDMxLjcwMzgyNzYsNi44NDc5MTMyNCBDMzIuMDg3OTI2LDYuODQ3OTEzMjQgMzIuNDU2Mjg4Nyw3LjAwMDUxNDE0IDMyLjcyNzg2MjEsNy4yNzIxMzc5MyBDMzIuOTk5NDg1OSw3LjU0MzcxMTI3IDMzLjE1MjA4NjgsNy45MTIwNzQwNCAzMy4xNTIwODY4LDguMjk2MTcyNDEgQzMzLjE1MjA4NjgsOC42ODAyNzA3OSAzMi45OTk0ODU5LDkuMDQ4NjMzNTYgMzIuNzI3ODYyMSw5LjMyMDIwNjkgTDI3LjQ2MTEwMzQsMTQuNTg2OTY1NSBDMjcuMTg5NTMwMSwxNC44NTg1ODkzIDI2LjgyMTE2NzMsMTUuMDExMTkwMiAyNi40MzcwNjksMTUuMDExMTkwMiBDMjYuMDUyOTcwNiwxNS4wMTExOTAyIDI1LjY4NDYwNzgsMTQuODU4NTg5MyAyNS40MTMwMzQ1LDE0LjU4Njk2NTUgTDI1LjQxMzAzNDUsMTQuNTg2OTY1NSBaIE03LjI3MjEzNzkzLDMyLjcyNzg2MjEgQzcuMDAwNTE0MTQsMzIuNDU2Mjg4NyA2Ljg0NzkxMzI0LDMyLjA4NzkyNiA2Ljg0NzkxMzI0LDMxLjcwMzgyNzYgQzYuODQ3OTEzMjQsMzEuMzE5NzI5MiA3LjAwMDUxNDE0LDMwLjk1MTM2NjQgNy4yNzIxMzc5MywzMC42Nzk3OTMxIEwxMi41Mzg4OTY2LDI1LjQxMzAzNDUgQzEyLjgxMDQ2OTksMjUuMTQxNDEwNyAxMy4xNzg4MzI3LDI0Ljk4ODgwOTggMTMuNTYyOTMxLDI0Ljk4ODgwOTggQzEzLjk0NzAyOTQsMjQuOTg4ODA5OCAxNC4zMTUzOTIyLDI1LjE0MTQxMDcgMTQuNTg2OTY1NSwyNS40MTMwMzQ1IEMxNC44NTg1ODkzLDI1LjY4NDYwNzggMTUuMDExMTkwMiwyNi4wNTI5NzA2IDE1LjAxMTE5MDIsMjYuNDM3MDY5IEMxNS4wMTExOTAyLDI2LjgyMTE2NzMgMTQuODU4NTg5MywyNy4xODk1MzAxIDE0LjU4Njk2NTUsMjcuNDYxMTAzNCBMOS4zMjAyMDY5LDMyLjcyNzg2MjEgQzkuMDQ4NjMzNTYsMzIuOTk5NDg1OSA4LjY4MDI3MDc5LDMzLjE1MjA4NjggOC4yOTYxNzI0MSwzMy4xNTIwODY4IEM3LjkxMjA3NDA0LDMzLjE1MjA4NjggNy41NDM3MTEyNywzMi45OTk0ODU5IDcuMjcyMTM3OTMsMzIuNzI3ODYyMSBMNy4yNzIxMzc5MywzMi43Mjc4NjIxIFogTTI3LjY1NTE3MjQsMjAgQzI3LjY1NTE3MjQsMTkuMjAwMTM5MyAyOC4zMDM1ODc2LDE4LjU1MTcyNDEgMjkuMTAzNDQ4MywxOC41NTE3MjQxIEwzNi41NTE3MjQxLDE4LjU1MTcyNDEgQzM3LjM1MTU4NDgsMTguNTUxNzI0MSAzOCwxOS4yMDAxMzkzIDM4LDIwIEMzOCwyMC43OTk4NjA3IDM3LjM1MTU4NDgsMjEuNDQ4Mjc1OSAzNi41NTE3MjQxLDIxLjQ0ODI3NTkgTDI5LjEwMzQ0ODMsMjEuNDQ4Mjc1OSBDMjguMzAzNTg3NiwyMS40NDgyNzU5IDI3LjY1NTE3MjQsMjAuNzk5ODYwNyAyNy42NTUxNzI0LDIwIEwyNy42NTUxNzI0LDIwIFogTTIsMjAgQzIsMTkuMjAwMTM5MyAyLjY0ODQxNTE5LDE4LjU1MTcyNDEgMy40NDgyNzU4NiwxOC41NTE3MjQxIEwxMC44OTY1NTE3LDE4LjU1MTcyNDEgQzExLjY5NjQxMjQsMTguNTUxNzI0MSAxMi4zNDQ4Mjc2LDE5LjIwMDEzOTMgMTIuMzQ0ODI3NiwyMCBDMTIuMzQ0ODI3NiwyMC43OTk4NjA3IDExLjY5NjQxMjQsMjEuNDQ4Mjc1OSAxMC44OTY1NTE3LDIxLjQ0ODI3NTkgTDMuNDQ4Mjc1ODYsMjEuNDQ4Mjc1OSBDMi42NDg0MTUxOSwyMS40NDgyNzU5IDIsMjAuNzk5ODYwNyAyLDIwIFogTTI1LjQxMzAzNDUsMjUuNDEzMDM0NSBDMjUuNjg0NjA3OCwyNS4xNDE0MTA3IDI2LjA1Mjk3MDYsMjQuOTg4ODA5OCAyNi40MzcwNjksMjQuOTg4ODA5OCBDMjYuODIxMTY3MywyNC45ODg4MDk4IDI3LjE4OTUzMDEsMjUuMTQxNDEwNyAyNy40NjExMDM0LDI1LjQxMzAzNDUgTDMyLjcyNzg2MjEsMzAuNjc5NzkzMSBDMzIuOTk5NDg1OSwzMC45NTEzNjY0IDMzLjE1MjA4NjgsMzEuMzE5NzI5MiAzMy4xNTIwODY4LDMxLjcwMzgyNzYgQzMzLjE1MjA4NjgsMzIuMDg3OTI2IDMyLjk5OTQ4NTksMzIuNDU2Mjg4NyAzMi43Mjc4NjIxLDMyLjcyNzg2MjEgQzMyLjQ1NjI4ODcsMzIuOTk5NDg1OSAzMi4wODc5MjYsMzMuMTUyMDg2OCAzMS43MDM4Mjc2LDMzLjE1MjA4NjggQzMxLjMxOTcyOTIsMzMuMTUyMDg2OCAzMC45NTEzNjY0LDMyLjk5OTQ4NTkgMzAuNjc5NzkzMSwzMi43Mjc4NjIxIEwyNS40MTMwMzQ1LDI3LjQ2MTEwMzQgQzI1LjE0MTQxMDcsMjcuMTg5NTMwMSAyNC45ODg4MDk4LDI2LjgyMTE2NzMgMjQuOTg4ODA5OCwyNi40MzcwNjkgQzI0Ljk4ODgwOTgsMjYuMDUyOTcwNiAyNS4xNDE0MTA3LDI1LjY4NDYwNzggMjUuNDEzMDM0NSwyNS40MTMwMzQ1IEwyNS40MTMwMzQ1LDI1LjQxMzAzNDUgWiBNNy4yNzIxMzc5Myw3LjI3MjEzNzkzIEM3LjU0MzcxMTI3LDcuMDAwNTE0MTQgNy45MTIwNzQwNCw2Ljg0NzkxMzI0IDguMjk2MTcyNDEsNi44NDc5MTMyNCBDOC42ODAyNzA3OSw2Ljg0NzkxMzI0IDkuMDQ4NjMzNTYsNy4wMDA1MTQxNCA5LjMyMDIwNjksNy4yNzIxMzc5MyBMMTQuNTg2OTY1NSwxMi41Mzg4OTY2IEMxNC44NTg1ODkzLDEyLjgxMDQ2OTkgMTUuMDExMTkwMiwxMy4xNzg4MzI3IDE1LjAxMTE5MDIsMTMuNTYyOTMxIEMxNS4wMTExOTAyLDEzLjk0NzAyOTQgMTQuODU4NTg5MywxNC4zMTUzOTIyIDE0LjU4Njk2NTUsMTQuNTg2OTY1NSBDMTQuMzE1MzkyMiwxNC44NTg1ODkzIDEzLjk0NzAyOTQsMTUuMDExMTkwMiAxMy41NjI5MzEsMTUuMDExMTkwMiBDMTMuMTc4ODMyNywxNS4wMTExOTAyIDEyLjgxMDQ2OTksMTQuODU4NTg5MyAxMi41Mzg4OTY2LDE0LjU4Njk2NTUgTDcuMjcyMTM3OTMsOS4zMjAyMDY5IEM3LjAwMDUxNDE0LDkuMDQ4NjMzNTYgNi44NDc5MTMyNCw4LjY4MDI3MDc5IDYuODQ3OTEzMjQsOC4yOTYxNzI0MSBDNi44NDc5MTMyNCw3LjkxMjA3NDA0IDcuMDAwNTE0MTQsNy41NDM3MTEyNyA3LjI3MjEzNzkzLDcuMjcyMTM3OTMgWiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+", wn = ["onClick"], En = ["onClick"], In = ["src"], An = ["src"], zn = /* @__PURE__ */ q({
|
|
1125
1139
|
__name: "index",
|
|
1126
1140
|
props: {
|
|
1127
1141
|
visible: null,
|
|
@@ -1140,10 +1154,10 @@ const En = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1140
1154
|
},
|
|
1141
1155
|
emits: ["close"],
|
|
1142
1156
|
setup(e, { emit: t }) {
|
|
1143
|
-
const n = e, o = "lzc-loading-toast", l =
|
|
1157
|
+
const n = e, o = "lzc-loading-toast", l = j(() => {
|
|
1144
1158
|
let r = {};
|
|
1145
1159
|
return n.captureEventP && (r.pointerEvents = "none"), r;
|
|
1146
|
-
}), s =
|
|
1160
|
+
}), s = j(() => {
|
|
1147
1161
|
let r = {
|
|
1148
1162
|
padding: "12px"
|
|
1149
1163
|
};
|
|
@@ -1151,57 +1165,57 @@ const En = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1151
1165
|
...r,
|
|
1152
1166
|
...n.overlayContentStyle
|
|
1153
1167
|
}), r;
|
|
1154
|
-
}), a =
|
|
1168
|
+
}), a = j(() => {
|
|
1155
1169
|
let r = {};
|
|
1156
1170
|
return n.showClose && !n.icon && (r.paddingRight = "16px"), r;
|
|
1157
1171
|
});
|
|
1158
|
-
function
|
|
1172
|
+
function f() {
|
|
1159
1173
|
n.closeOnClickOverlay && t("close");
|
|
1160
1174
|
}
|
|
1161
|
-
function
|
|
1175
|
+
function u() {
|
|
1162
1176
|
n.closeOnClick && t("close");
|
|
1163
1177
|
}
|
|
1164
|
-
return (r,
|
|
1178
|
+
return (r, v) => (U(), Ee(Ue, {
|
|
1165
1179
|
"enter-active-class": "lzc-animate-fade-in lzc-animate-duration-300",
|
|
1166
1180
|
"leave-active-class": "lzc-animate-fade-out lzc-animate-duration-300"
|
|
1167
1181
|
}, {
|
|
1168
|
-
default:
|
|
1169
|
-
|
|
1182
|
+
default: Re(() => [
|
|
1183
|
+
H("div", {
|
|
1170
1184
|
id: o,
|
|
1171
|
-
style: K(
|
|
1185
|
+
style: K(L(l))
|
|
1172
1186
|
}, [
|
|
1173
|
-
|
|
1187
|
+
re(H("div", {
|
|
1174
1188
|
class: se(`${o} ${e.className}`),
|
|
1175
|
-
onClick:
|
|
1189
|
+
onClick: me(f, ["stop"])
|
|
1176
1190
|
}, [
|
|
1177
|
-
|
|
1191
|
+
H("div", {
|
|
1178
1192
|
class: se(`${o}-wrap`),
|
|
1179
|
-
onClick:
|
|
1193
|
+
onClick: me(u, ["stop"])
|
|
1180
1194
|
}, [
|
|
1181
|
-
|
|
1195
|
+
H("div", {
|
|
1182
1196
|
class: se(`${o}-content`),
|
|
1183
|
-
style: K(
|
|
1197
|
+
style: K(L(s))
|
|
1184
1198
|
}, [
|
|
1185
|
-
e.showClose ? (U(),
|
|
1199
|
+
e.showClose ? (U(), P("img", {
|
|
1186
1200
|
key: 0,
|
|
1187
|
-
onClick:
|
|
1188
|
-
src:
|
|
1201
|
+
onClick: v[0] || (v[0] = me((c) => t("close"), ["stop"])),
|
|
1202
|
+
src: L(Tn),
|
|
1189
1203
|
class: se(`${o}-close`)
|
|
1190
|
-
}, null, 10,
|
|
1191
|
-
e.showIcon ? (U(),
|
|
1204
|
+
}, null, 10, In)) : fe("", !0),
|
|
1205
|
+
e.showIcon ? (U(), P("img", {
|
|
1192
1206
|
key: 1,
|
|
1193
|
-
src: e.icon ||
|
|
1207
|
+
src: e.icon || L(Nn),
|
|
1194
1208
|
class: se(`${o}-icon`)
|
|
1195
|
-
}, null, 10,
|
|
1196
|
-
e.message ? (U(),
|
|
1209
|
+
}, null, 10, An)) : fe("", !0),
|
|
1210
|
+
e.message ? (U(), P("div", {
|
|
1197
1211
|
key: 2,
|
|
1198
1212
|
class: se(`${o}-message`),
|
|
1199
|
-
style: K(
|
|
1200
|
-
},
|
|
1213
|
+
style: K(L(a))
|
|
1214
|
+
}, $e(e.message), 7)) : fe("", !0)
|
|
1201
1215
|
], 6)
|
|
1202
|
-
], 10,
|
|
1203
|
-
], 10,
|
|
1204
|
-
[
|
|
1216
|
+
], 10, En)
|
|
1217
|
+
], 10, wn), [
|
|
1218
|
+
[Le, e.visible]
|
|
1205
1219
|
])
|
|
1206
1220
|
], 4)
|
|
1207
1221
|
]),
|
|
@@ -1209,23 +1223,23 @@ const En = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4Ii
|
|
|
1209
1223
|
}));
|
|
1210
1224
|
}
|
|
1211
1225
|
});
|
|
1212
|
-
const
|
|
1213
|
-
class
|
|
1226
|
+
const Ln = /* @__PURE__ */ ne(zn, [["__scopeId", "data-v-0947d1e3"]]);
|
|
1227
|
+
class jn {
|
|
1214
1228
|
loadingToast;
|
|
1215
1229
|
el;
|
|
1216
1230
|
options;
|
|
1217
1231
|
visible = m(!1);
|
|
1218
1232
|
animateDuration = 300;
|
|
1219
1233
|
constructor(t) {
|
|
1220
|
-
this.options = { ...t, visible: this.visible }, this.options.duration == null && (this.options.duration = 60 * 10 * 1e3), this.el = document.createElement("div"), this.loadingToast =
|
|
1234
|
+
this.options = { ...t, visible: this.visible }, this.options.duration == null && (this.options.duration = 60 * 10 * 1e3), this.el = document.createElement("div"), this.loadingToast = Ln;
|
|
1221
1235
|
}
|
|
1222
1236
|
async show() {
|
|
1223
1237
|
const t = this.options, o = { ...t, onClose: () => {
|
|
1224
1238
|
this.close(), t?.onClose?.();
|
|
1225
1239
|
} }, l = ge(this.loadingToast, o);
|
|
1226
|
-
|
|
1240
|
+
pe(l, this.el), document.body.insertBefore(this.el, document.body.firstChild), this.visible.value = !0, t.duration !== 0 && setTimeout(() => {
|
|
1227
1241
|
this.destory();
|
|
1228
|
-
}, t.duration), await
|
|
1242
|
+
}, t.duration), await ot(t.duration + this.animateDuration);
|
|
1229
1243
|
}
|
|
1230
1244
|
async destory() {
|
|
1231
1245
|
!this.visible.value || (this.visible.value = !1, await new Promise((t) => {
|
|
@@ -1242,8 +1256,8 @@ class Sn {
|
|
|
1242
1256
|
document.querySelector("#lzc-loading-toast")?.remove();
|
|
1243
1257
|
}
|
|
1244
1258
|
}
|
|
1245
|
-
function
|
|
1246
|
-
const n = !!t?.debug, o = t?.printErrorLog !== !1, l = t?.loading !== !1, s = t?.autoClose !== !1, a = t?.delay !== void 0 ? t.delay : 300,
|
|
1259
|
+
function Uo(e, t) {
|
|
1260
|
+
const n = !!t?.debug, o = t?.printErrorLog !== !1, l = t?.loading !== !1, s = t?.autoClose !== !1, a = t?.delay !== void 0 ? t.delay : 300, f = t?.hook !== void 0 ? t.hook : !0, u = {
|
|
1247
1261
|
...t,
|
|
1248
1262
|
showIcon: t?.showIcon !== !1,
|
|
1249
1263
|
captureEventP: t?.captureEventP === !0
|
|
@@ -1253,14 +1267,14 @@ function $o(e, t) {
|
|
|
1253
1267
|
l,
|
|
1254
1268
|
s,
|
|
1255
1269
|
a,
|
|
1256
|
-
|
|
1270
|
+
u
|
|
1257
1271
|
);
|
|
1258
1272
|
const r = m(!1);
|
|
1259
|
-
let
|
|
1260
|
-
const c = new
|
|
1261
|
-
async function
|
|
1273
|
+
let v = null;
|
|
1274
|
+
const c = new jn(u);
|
|
1275
|
+
async function M(...i) {
|
|
1262
1276
|
if (n && console.log(`useDelayAsync - handler - processing: ${r.value}`), !r.value) {
|
|
1263
|
-
r.value = !0,
|
|
1277
|
+
r.value = !0, v = setTimeout(() => {
|
|
1264
1278
|
n && console.log(
|
|
1265
1279
|
"useDelayAsync - handler - setTimeout - loading: %s processing: %s",
|
|
1266
1280
|
l,
|
|
@@ -1269,42 +1283,42 @@ function $o(e, t) {
|
|
|
1269
1283
|
}, a);
|
|
1270
1284
|
try {
|
|
1271
1285
|
n && console.time("useDelayAsync - handler-execute-time");
|
|
1272
|
-
const
|
|
1273
|
-
return n && console.log("useDelayAsync - execute res: ",
|
|
1274
|
-
} catch (
|
|
1275
|
-
n && console.timeEnd("useDelayAsync - handler-execute-time"), o && console.error(
|
|
1286
|
+
const g = await e(...i);
|
|
1287
|
+
return n && console.log("useDelayAsync - execute res: ", g), n && console.timeEnd("useDelayAsync - handler-execute-time"), await d(s), await t?.onSuccess?.(g, [...i]), g;
|
|
1288
|
+
} catch (g) {
|
|
1289
|
+
n && console.timeEnd("useDelayAsync - handler-execute-time"), o && console.error(g), await d(s), await t?.onError?.(g, [...i]);
|
|
1276
1290
|
}
|
|
1277
1291
|
}
|
|
1278
1292
|
}
|
|
1279
|
-
async function
|
|
1280
|
-
n && console.log("useDelayAsync - close - closeLoading: ",
|
|
1293
|
+
async function d(i = !0) {
|
|
1294
|
+
n && console.log("useDelayAsync - close - closeLoading: ", i), r.value = !1, v && clearTimeout(v), v = null, i && await c.destory();
|
|
1281
1295
|
}
|
|
1282
|
-
return
|
|
1283
|
-
n && console.log("useDelayAsync - onBeforeUnmount - close"),
|
|
1296
|
+
return f && ht(() => {
|
|
1297
|
+
n && console.log("useDelayAsync - onBeforeUnmount - close"), d();
|
|
1284
1298
|
}), {
|
|
1285
1299
|
processing: r,
|
|
1286
|
-
handler:
|
|
1287
|
-
close:
|
|
1300
|
+
handler: M,
|
|
1301
|
+
close: d
|
|
1288
1302
|
};
|
|
1289
1303
|
}
|
|
1290
|
-
function
|
|
1304
|
+
function xn(e, t) {
|
|
1291
1305
|
return e > t ? "horizontal" : t > e ? "vertical" : "";
|
|
1292
1306
|
}
|
|
1293
|
-
function
|
|
1294
|
-
const e = m(0), t = m(0), n = m(0), o = m(0), l = m(0), s = m(0), a = m(""),
|
|
1307
|
+
function Cn() {
|
|
1308
|
+
const e = m(0), t = m(0), n = m(0), o = m(0), l = m(0), s = m(0), a = m(""), f = () => a.value === "vertical", u = () => a.value === "horizontal", r = () => {
|
|
1295
1309
|
n.value = 0, o.value = 0, l.value = 0, s.value = 0, a.value = "";
|
|
1296
1310
|
};
|
|
1297
|
-
function
|
|
1298
|
-
r(), e.value =
|
|
1311
|
+
function v(M, d) {
|
|
1312
|
+
r(), e.value = M, t.value = d;
|
|
1299
1313
|
}
|
|
1300
|
-
function c(
|
|
1301
|
-
n.value = (
|
|
1302
|
-
const
|
|
1303
|
-
(!a.value || l.value <
|
|
1314
|
+
function c(M, d) {
|
|
1315
|
+
n.value = (M < 0 ? 0 : M) - e.value, o.value = d - t.value, l.value = Math.abs(n.value), s.value = Math.abs(o.value);
|
|
1316
|
+
const i = 10;
|
|
1317
|
+
(!a.value || l.value < i && s.value < i) && (a.value = xn(l.value, s.value));
|
|
1304
1318
|
}
|
|
1305
1319
|
return {
|
|
1306
1320
|
move: c,
|
|
1307
|
-
start:
|
|
1321
|
+
start: v,
|
|
1308
1322
|
reset: r,
|
|
1309
1323
|
startX: e,
|
|
1310
1324
|
startY: t,
|
|
@@ -1313,36 +1327,36 @@ function _n() {
|
|
|
1313
1327
|
offsetX: l,
|
|
1314
1328
|
offsetY: s,
|
|
1315
1329
|
direction: a,
|
|
1316
|
-
isVertical:
|
|
1317
|
-
isHorizontal:
|
|
1330
|
+
isVertical: f,
|
|
1331
|
+
isHorizontal: u
|
|
1318
1332
|
};
|
|
1319
1333
|
}
|
|
1320
|
-
const
|
|
1321
|
-
function
|
|
1334
|
+
const ut = 250, rt = 5, Sn = 500;
|
|
1335
|
+
function On(e) {
|
|
1322
1336
|
const { isDouble: t = !0 } = e;
|
|
1323
1337
|
let n, o;
|
|
1324
1338
|
function l() {
|
|
1325
1339
|
n = Date.now();
|
|
1326
1340
|
}
|
|
1327
|
-
async function s(a,
|
|
1328
|
-
const
|
|
1329
|
-
a <
|
|
1341
|
+
async function s(a, f) {
|
|
1342
|
+
const u = Date.now() - n;
|
|
1343
|
+
a < rt && f < rt && (u < ut ? t ? o ? (clearTimeout(o), o = null, e.onDoubleTap?.()) : o = setTimeout(async () => {
|
|
1330
1344
|
e.onTap?.(), o = null;
|
|
1331
|
-
},
|
|
1345
|
+
}, ut) : e.onTap?.() : u > Sn && e.onLongPress?.());
|
|
1332
1346
|
}
|
|
1333
1347
|
return { startTap: l, checkTap: s };
|
|
1334
1348
|
}
|
|
1335
|
-
function
|
|
1349
|
+
function _n(e, t) {
|
|
1336
1350
|
const n = m(!1);
|
|
1337
1351
|
function o() {
|
|
1338
|
-
n.value || (n.value = !0,
|
|
1352
|
+
n.value || (n.value = !0, L(e)?.addEventListener("transitionend", l));
|
|
1339
1353
|
}
|
|
1340
1354
|
function l() {
|
|
1341
|
-
|
|
1355
|
+
L(e)?.removeEventListener("transitionend", l), n.value = !1, t.onComplate?.();
|
|
1342
1356
|
}
|
|
1343
1357
|
return { transitioning: n, startTransition: o };
|
|
1344
1358
|
}
|
|
1345
|
-
function
|
|
1359
|
+
function bn(e, t, n, o) {
|
|
1346
1360
|
var l = Math.min(
|
|
1347
1361
|
n / e,
|
|
1348
1362
|
o / t
|
|
@@ -1352,42 +1366,42 @@ function Yn(e, t, n, o) {
|
|
|
1352
1366
|
height: ae(a)
|
|
1353
1367
|
};
|
|
1354
1368
|
}
|
|
1355
|
-
function
|
|
1369
|
+
function kn(e) {
|
|
1356
1370
|
return e < 3 ? "444ms" : e < 6 ? "555ms" : "666ms";
|
|
1357
1371
|
}
|
|
1358
|
-
function
|
|
1372
|
+
function Oe(e, t, n) {
|
|
1359
1373
|
return Math.min(Math.max(e, t), n);
|
|
1360
1374
|
}
|
|
1361
1375
|
function ae(e, t = 2) {
|
|
1362
1376
|
return parseFloat(e.toFixed(t));
|
|
1363
1377
|
}
|
|
1364
|
-
function
|
|
1378
|
+
function _e(e, t, n) {
|
|
1365
1379
|
return e = ae(e), t = ae(t), `translate3d(${e}px, ${t}px, 0) scale3d(${n},${n},${n})`;
|
|
1366
1380
|
}
|
|
1367
|
-
function
|
|
1381
|
+
function ct(e) {
|
|
1368
1382
|
return Math.sqrt(
|
|
1369
1383
|
(e[0].clientX - e[1].clientX) ** 2 + (e[0].clientY - e[1].clientY) ** 2
|
|
1370
1384
|
);
|
|
1371
1385
|
}
|
|
1372
|
-
function
|
|
1386
|
+
function Qn(e) {
|
|
1373
1387
|
return {
|
|
1374
1388
|
x: (e[0].clientX + e[1].clientX) / 2,
|
|
1375
1389
|
y: (e[0].clientY + e[1].clientY) / 2
|
|
1376
1390
|
};
|
|
1377
1391
|
}
|
|
1378
|
-
function
|
|
1379
|
-
const t = m(!1), n = m(1), o = m(9), l = m(), s = m(), a = m({ width: 0, height: 0 }),
|
|
1392
|
+
function It(e) {
|
|
1393
|
+
const t = m(!1), n = m(1), o = m(9), l = m(), s = m(), a = m({ width: 0, height: 0 }), f = m({ width: 0, height: 0 }), u = ye({
|
|
1380
1394
|
level: 1,
|
|
1381
1395
|
offsetX: 0,
|
|
1382
1396
|
offsetY: 0,
|
|
1383
1397
|
zooming: !1,
|
|
1384
1398
|
preview: !0,
|
|
1385
1399
|
lastCenter: { x: 0, y: 0 }
|
|
1386
|
-
}), r = m({}),
|
|
1400
|
+
}), r = m({}), v = Cn(), c = _n(s, {
|
|
1387
1401
|
onComplate() {
|
|
1388
|
-
|
|
1402
|
+
u.preview || D();
|
|
1389
1403
|
}
|
|
1390
|
-
}),
|
|
1404
|
+
}), M = On({
|
|
1391
1405
|
onTap() {
|
|
1392
1406
|
e.onTap?.();
|
|
1393
1407
|
},
|
|
@@ -1398,265 +1412,265 @@ function zt(e) {
|
|
|
1398
1412
|
e.onLongPress?.();
|
|
1399
1413
|
}
|
|
1400
1414
|
});
|
|
1401
|
-
|
|
1415
|
+
We(s, (y) => d(y)), G(
|
|
1402
1416
|
[l, s],
|
|
1403
|
-
([
|
|
1404
|
-
|
|
1417
|
+
([y, A]) => {
|
|
1418
|
+
i(y, A);
|
|
1405
1419
|
},
|
|
1406
1420
|
{ immediate: !0 }
|
|
1407
1421
|
);
|
|
1408
|
-
async function
|
|
1409
|
-
const [
|
|
1410
|
-
|
|
1422
|
+
async function d(y) {
|
|
1423
|
+
const [A] = y;
|
|
1424
|
+
A.contentRect.width == f.value.width && A.contentRect.height == f.value.height || (await i(l.value), await D(u.level, !0));
|
|
1411
1425
|
}
|
|
1412
|
-
async function
|
|
1413
|
-
await
|
|
1426
|
+
async function i(y, A) {
|
|
1427
|
+
await T(y, A), y && I();
|
|
1414
1428
|
}
|
|
1415
|
-
async function
|
|
1416
|
-
if (!
|
|
1429
|
+
async function g(y) {
|
|
1430
|
+
if (!u.preview)
|
|
1417
1431
|
return;
|
|
1418
|
-
|
|
1419
|
-
const
|
|
1420
|
-
if (!
|
|
1432
|
+
u.preview = !1, y = y ?? u.level;
|
|
1433
|
+
const A = s.value;
|
|
1434
|
+
if (!A)
|
|
1421
1435
|
return;
|
|
1422
|
-
const { scrollTop:
|
|
1423
|
-
|
|
1436
|
+
const { scrollTop: _, scrollLeft: Y } = A, { width: b, height: z } = a.value, { scaleW: x, scaleH: B } = O(y), { top: $, left: Q } = N(x, B), W = Q != 0 ? Q : Y * -1, J = $ != 0 ? $ : _ * -1;
|
|
1437
|
+
A.scrollTop = 0, A.scrollLeft = 0;
|
|
1424
1438
|
const { value: V } = r;
|
|
1425
|
-
V.width = `${
|
|
1439
|
+
V.width = `${b}px`, V.height = `${z}px`, V.maxHeight = "none", V.transitionDuration = "0s", V.transform = _e(W, J, y), r.value = V, await Me(), u.offsetX = W, u.offsetY = J, await ot(20);
|
|
1426
1440
|
}
|
|
1427
|
-
async function y
|
|
1428
|
-
if (!
|
|
1441
|
+
async function D(y, A) {
|
|
1442
|
+
if (!A && u.preview)
|
|
1429
1443
|
return;
|
|
1430
|
-
|
|
1431
|
-
const { value:
|
|
1432
|
-
|
|
1444
|
+
u.preview = !0, y = y ?? u.level;
|
|
1445
|
+
const { value: _ } = r, { scaleW: Y, scaleH: b } = O(y), { left: z, top: x } = N(Y, b);
|
|
1446
|
+
y === 1 && (_.maxHeight = "100%"), _.width = `${Y}px`, _.height = `${b}px`, _.transitionDuration = "0s", _.transform = _e(z, x, 1), r.value = _, await Me();
|
|
1433
1447
|
const B = s.value;
|
|
1434
1448
|
if (!B)
|
|
1435
1449
|
return;
|
|
1436
|
-
const { offsetX:
|
|
1437
|
-
|
|
1450
|
+
const { offsetX: $, offsetY: Q } = u;
|
|
1451
|
+
$ < 0 && (B.scrollLeft = Math.abs($)), Q < 0 && (B.scrollTop = Math.abs(Q));
|
|
1438
1452
|
}
|
|
1439
|
-
async function
|
|
1440
|
-
if (t.value || (
|
|
1441
|
-
|
|
1453
|
+
async function w(y, A, _) {
|
|
1454
|
+
if (t.value || (y = ae(y), y = Oe(
|
|
1455
|
+
y,
|
|
1442
1456
|
n.value - n.value * 0.5,
|
|
1443
1457
|
o.value + o.value * 0.5
|
|
1444
|
-
),
|
|
1458
|
+
), y == u.level))
|
|
1445
1459
|
return;
|
|
1446
|
-
|
|
1447
|
-
const { value:
|
|
1448
|
-
left: Math.abs(
|
|
1449
|
-
top: Math.abs(
|
|
1450
|
-
right:
|
|
1451
|
-
bottom:
|
|
1460
|
+
u.preview && await g(), A || (A = { x: v.startX.value, y: v.startY.value });
|
|
1461
|
+
const { value: Y } = r, { width: b, height: z } = a.value, { scaleW: x, scaleH: B } = O(y), { top: $, left: Q } = N(x, B), W = y / u.level, J = {
|
|
1462
|
+
left: Math.abs(b * y - f.value.width) * -1,
|
|
1463
|
+
top: Math.abs(z * y - f.value.height) * -1,
|
|
1464
|
+
right: Q,
|
|
1465
|
+
bottom: $
|
|
1452
1466
|
};
|
|
1453
|
-
let V =
|
|
1454
|
-
V = ae(
|
|
1467
|
+
let V = Q != 0 ? Q : (u.offsetX - A.x) * W + A.x, oe = $ != 0 ? $ : (u.offsetY - A.y) * W + A.y;
|
|
1468
|
+
V = ae(Oe(V, J.left, J.right)), oe = ae(Oe(oe, J.top, J.bottom)), Y.width = `${b}px`, Y.height = `${z}px`, Y.transitionDuration = _ ? kn(y) : "0s", Y.transform = _e(V, oe, y), u.offsetX = V, u.offsetY = oe, u.level = y, r.value = Y, await Me(), _ && c.startTransition(), e.onScale?.(y);
|
|
1455
1469
|
}
|
|
1456
|
-
function
|
|
1457
|
-
const
|
|
1458
|
-
|
|
1470
|
+
function E() {
|
|
1471
|
+
const y = u.level > 1 ? 1 : S();
|
|
1472
|
+
w(y, void 0, !0);
|
|
1459
1473
|
}
|
|
1460
|
-
function h(
|
|
1461
|
-
if (!
|
|
1474
|
+
function h(y, A) {
|
|
1475
|
+
if (!u.preview)
|
|
1462
1476
|
return;
|
|
1463
|
-
const
|
|
1464
|
-
!
|
|
1465
|
-
left:
|
|
1466
|
-
top:
|
|
1477
|
+
const _ = s.value;
|
|
1478
|
+
!_ || _.scrollTo({
|
|
1479
|
+
left: u.offsetX - y,
|
|
1480
|
+
top: u.offsetY - A
|
|
1467
1481
|
});
|
|
1468
1482
|
}
|
|
1469
|
-
async function
|
|
1470
|
-
|
|
1483
|
+
async function p() {
|
|
1484
|
+
u.level >= n.value && u.level <= o.value ? u.zooming && await D() : u.level < n.value ? await w(n.value, void 0, !0) : u.level > o.value && await w(o.value, u.lastCenter, !0), u.zooming = !1;
|
|
1471
1485
|
}
|
|
1472
|
-
function
|
|
1473
|
-
const { width:
|
|
1474
|
-
let
|
|
1475
|
-
return
|
|
1486
|
+
function S() {
|
|
1487
|
+
const { width: y, height: A } = a.value, { width: _, height: Y } = f.value, b = 2.5;
|
|
1488
|
+
let z;
|
|
1489
|
+
return A == Y ? (z = _ / y, z - 1 < 0.1 && (z = b)) : z = Math.max(b, _ / y, Y / A), z;
|
|
1476
1490
|
}
|
|
1477
|
-
function
|
|
1478
|
-
const { width:
|
|
1491
|
+
function O(y) {
|
|
1492
|
+
const { width: A, height: _ } = a.value;
|
|
1479
1493
|
return {
|
|
1480
|
-
scaleW: ae(
|
|
1481
|
-
scaleH: ae(
|
|
1494
|
+
scaleW: ae(y * A),
|
|
1495
|
+
scaleH: ae(y * _)
|
|
1482
1496
|
};
|
|
1483
1497
|
}
|
|
1484
|
-
function N(
|
|
1485
|
-
const { width:
|
|
1486
|
-
return { top:
|
|
1498
|
+
function N(y, A) {
|
|
1499
|
+
const { width: _, height: Y } = f.value, b = Math.max(0, (Y - A) * 0.5), z = Math.max(0, (_ - y) * 0.5);
|
|
1500
|
+
return { top: b, left: z };
|
|
1487
1501
|
}
|
|
1488
|
-
async function
|
|
1489
|
-
if (
|
|
1502
|
+
async function T(y, A) {
|
|
1503
|
+
if (y = y ?? l.value, A = A ?? s.value, !A)
|
|
1490
1504
|
return;
|
|
1491
|
-
let
|
|
1492
|
-
const { clientWidth:
|
|
1493
|
-
if (
|
|
1494
|
-
const B =
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1505
|
+
let _, { clientWidth: Y = 0, clientHeight: b = 0 } = y || {};
|
|
1506
|
+
const { clientWidth: z, clientHeight: x } = A;
|
|
1507
|
+
if (y instanceof HTMLImageElement ? _ = { width: y.naturalWidth, height: y.naturalHeight } : y instanceof HTMLVideoElement && (_ = { width: y.videoWidth, height: y.videoHeight }), _) {
|
|
1508
|
+
const B = bn(
|
|
1509
|
+
_.width,
|
|
1510
|
+
_.height,
|
|
1511
|
+
z,
|
|
1512
|
+
x
|
|
1499
1513
|
);
|
|
1500
|
-
|
|
1514
|
+
Y = B.width, b = B.height;
|
|
1501
1515
|
}
|
|
1502
|
-
(
|
|
1503
|
-
width: Math.min(
|
|
1504
|
-
height: Math.min(
|
|
1505
|
-
},
|
|
1516
|
+
(Y === 0 || b === 0) && (Y = a.value.width || z, b = a.value.height || x), a.value = {
|
|
1517
|
+
width: Math.min(Y, z),
|
|
1518
|
+
height: Math.min(b, x)
|
|
1519
|
+
}, f.value = { width: z, height: x }, D(void 0, !0);
|
|
1506
1520
|
}
|
|
1507
|
-
function
|
|
1508
|
-
const
|
|
1509
|
-
o.value = Math.max(o.value,
|
|
1521
|
+
function I() {
|
|
1522
|
+
const y = S();
|
|
1523
|
+
o.value = Math.max(o.value, y * 2);
|
|
1510
1524
|
}
|
|
1511
|
-
function
|
|
1512
|
-
t.value =
|
|
1525
|
+
function R(y) {
|
|
1526
|
+
t.value = y;
|
|
1513
1527
|
}
|
|
1514
1528
|
return {
|
|
1515
|
-
touch:
|
|
1516
|
-
state:
|
|
1529
|
+
touch: v,
|
|
1530
|
+
state: u,
|
|
1517
1531
|
style: r,
|
|
1518
|
-
gesture:
|
|
1532
|
+
gesture: M,
|
|
1519
1533
|
transition: c,
|
|
1520
1534
|
imageRef: l,
|
|
1521
1535
|
containerRef: s,
|
|
1522
|
-
switchToZoom:
|
|
1523
|
-
switchToPreview:
|
|
1536
|
+
switchToZoom: g,
|
|
1537
|
+
switchToPreview: D,
|
|
1524
1538
|
panTo: h,
|
|
1525
|
-
zoomTo:
|
|
1526
|
-
zoomFinished:
|
|
1527
|
-
toggleZoom:
|
|
1528
|
-
setDisableZoom:
|
|
1539
|
+
zoomTo: w,
|
|
1540
|
+
zoomFinished: p,
|
|
1541
|
+
toggleZoom: E,
|
|
1542
|
+
setDisableZoom: R
|
|
1529
1543
|
};
|
|
1530
1544
|
}
|
|
1531
|
-
function
|
|
1532
|
-
const { state: n, touch: o, transition: l, containerRef: s } = e, a =
|
|
1533
|
-
let
|
|
1534
|
-
function r(
|
|
1535
|
-
|
|
1545
|
+
function At(e, t) {
|
|
1546
|
+
const { state: n, touch: o, transition: l, containerRef: s } = e, a = ln(s);
|
|
1547
|
+
let f, u;
|
|
1548
|
+
function r(M) {
|
|
1549
|
+
f = M;
|
|
1536
1550
|
}
|
|
1537
|
-
function
|
|
1538
|
-
return
|
|
1551
|
+
function v(M) {
|
|
1552
|
+
return f == M;
|
|
1539
1553
|
}
|
|
1540
|
-
function c(
|
|
1554
|
+
function c(M, d, i, g) {
|
|
1541
1555
|
a.measure();
|
|
1542
|
-
const { top:
|
|
1543
|
-
if (
|
|
1544
|
-
|
|
1545
|
-
else if (
|
|
1546
|
-
|
|
1547
|
-
else if (
|
|
1556
|
+
const { top: D, left: w, right: E, bottom: h } = a.arrivedState;
|
|
1557
|
+
if (M == "start")
|
|
1558
|
+
u = D || w || E || h;
|
|
1559
|
+
else if (f == 2)
|
|
1560
|
+
u = !1;
|
|
1561
|
+
else if (u) {
|
|
1548
1562
|
if (o.direction.value == "vertical")
|
|
1549
1563
|
if (n.level != 1)
|
|
1550
|
-
|
|
1564
|
+
u = !1;
|
|
1551
1565
|
else {
|
|
1552
|
-
const
|
|
1553
|
-
|
|
1566
|
+
const p = o.startY.value < i;
|
|
1567
|
+
u = D && p || h && !p;
|
|
1554
1568
|
}
|
|
1555
1569
|
else if (o.direction.value == "horizontal") {
|
|
1556
|
-
const
|
|
1557
|
-
|
|
1570
|
+
const p = o.startX.value < d;
|
|
1571
|
+
u = w && p || E && !p;
|
|
1558
1572
|
}
|
|
1559
1573
|
}
|
|
1560
|
-
|
|
1574
|
+
u && l.transitioning.value && (u = !1, g?.preventDefault()), M == "end" && !u && (d = o.startX.value, i = o.startY.value, u = !0), (M != "move" || u) && t?.(M, o.direction.value, d, i, g);
|
|
1561
1575
|
}
|
|
1562
|
-
return { onSwipeEdge: c, setFingerNum: r, isEqualFingerNum:
|
|
1576
|
+
return { onSwipeEdge: c, setFingerNum: r, isEqualFingerNum: v };
|
|
1563
1577
|
}
|
|
1564
|
-
function
|
|
1565
|
-
const t =
|
|
1578
|
+
function Ro(e) {
|
|
1579
|
+
const t = It({
|
|
1566
1580
|
onDoubleTap() {
|
|
1567
1581
|
t.toggleZoom();
|
|
1568
1582
|
},
|
|
1569
1583
|
...e
|
|
1570
1584
|
}), { state: n, touch: o, gesture: l, transition: s } = t;
|
|
1571
|
-
let a = !1,
|
|
1572
|
-
const
|
|
1573
|
-
|
|
1574
|
-
function
|
|
1575
|
-
const
|
|
1576
|
-
if (!
|
|
1585
|
+
let a = !1, f = null;
|
|
1586
|
+
const u = { top: 0, left: 0 }, r = je(D, 150), { onSwipeEdge: v } = At(t, e.onSwipeEdge), c = m({ top: 0, left: 0 });
|
|
1587
|
+
Ne("keyup", E), Ne("keydown", w);
|
|
1588
|
+
function M(h) {
|
|
1589
|
+
const p = t.containerRef.value;
|
|
1590
|
+
if (!p)
|
|
1577
1591
|
return;
|
|
1578
|
-
const { left:
|
|
1579
|
-
c.value.left =
|
|
1580
|
-
let N = h.clientX -
|
|
1581
|
-
o.start(N,
|
|
1592
|
+
const { left: S, top: O } = p.getBoundingClientRect();
|
|
1593
|
+
c.value.left = S, c.value.top = O, l.startTap();
|
|
1594
|
+
let N = h.clientX - S, T = h.clientY - O;
|
|
1595
|
+
o.start(N, T), v("start", N, T, h), s.transitioning.value || (a = !0, u.left = S, u.top = O, n.offsetX = p.scrollLeft, n.offsetY = p.scrollTop), window.addEventListener("pointermove", d), window.addEventListener("pointerup", i);
|
|
1582
1596
|
}
|
|
1583
|
-
function
|
|
1597
|
+
function d(h) {
|
|
1584
1598
|
if (!a)
|
|
1585
1599
|
return;
|
|
1586
|
-
let
|
|
1587
|
-
o.move(
|
|
1600
|
+
let p = h.clientX, S = h.clientY;
|
|
1601
|
+
o.move(p, S), v(
|
|
1588
1602
|
"move",
|
|
1589
|
-
|
|
1590
|
-
|
|
1603
|
+
p - c.value.left,
|
|
1604
|
+
S - c.value.top,
|
|
1591
1605
|
h
|
|
1592
1606
|
), n.level !== 1 && t.panTo(
|
|
1593
|
-
o.deltaX.value -
|
|
1594
|
-
o.deltaY.value -
|
|
1607
|
+
o.deltaX.value - u.left,
|
|
1608
|
+
o.deltaY.value - u.top
|
|
1595
1609
|
);
|
|
1596
1610
|
}
|
|
1597
|
-
function
|
|
1598
|
-
|
|
1611
|
+
function i(h) {
|
|
1612
|
+
v("end", o.offsetX.value, o.offsetY.value, h), l.checkTap(o.offsetX.value, o.offsetY.value), o.reset(), a = !1, window.removeEventListener("pointermove", d), window.removeEventListener("pointerup", i);
|
|
1599
1613
|
}
|
|
1600
|
-
function
|
|
1614
|
+
function g(h) {
|
|
1601
1615
|
if (!h.ctrlKey)
|
|
1602
1616
|
return;
|
|
1603
|
-
n.zooming || (n.zooming = !0,
|
|
1604
|
-
let
|
|
1605
|
-
h.deltaMode === 1 ?
|
|
1606
|
-
const
|
|
1617
|
+
n.zooming || (n.zooming = !0, f == "Control" && window.addEventListener("keyup", D)), h.preventDefault();
|
|
1618
|
+
let p = -h.deltaY;
|
|
1619
|
+
h.deltaMode === 1 ? p *= 0.05 : p *= h.deltaMode ? 1 : 2e-3, f != "Control" && (p *= 10), p = 2 ** p;
|
|
1620
|
+
const S = n.level * p;
|
|
1607
1621
|
n.lastCenter = {
|
|
1608
1622
|
x: h.clientX - c.value.left,
|
|
1609
1623
|
y: h.clientY - c.value.top
|
|
1610
|
-
}, t.zoomTo(
|
|
1624
|
+
}, t.zoomTo(S, n.lastCenter), f != "Control" && r();
|
|
1611
1625
|
}
|
|
1612
|
-
function
|
|
1613
|
-
t.zoomFinished(), window.removeEventListener("keyup",
|
|
1626
|
+
function D() {
|
|
1627
|
+
t.zoomFinished(), window.removeEventListener("keyup", D);
|
|
1614
1628
|
}
|
|
1615
|
-
function
|
|
1616
|
-
|
|
1629
|
+
function w(h) {
|
|
1630
|
+
f = h.key;
|
|
1617
1631
|
}
|
|
1618
|
-
function
|
|
1619
|
-
|
|
1632
|
+
function E() {
|
|
1633
|
+
f = null;
|
|
1620
1634
|
}
|
|
1621
|
-
return { core: t, onPointerDown:
|
|
1635
|
+
return { core: t, onPointerDown: M, onWheel: g };
|
|
1622
1636
|
}
|
|
1623
|
-
function
|
|
1624
|
-
const t =
|
|
1637
|
+
function Ho(e) {
|
|
1638
|
+
const t = It({
|
|
1625
1639
|
onDoubleTap() {
|
|
1626
1640
|
t.toggleZoom();
|
|
1627
1641
|
},
|
|
1628
1642
|
...e
|
|
1629
|
-
}), { state: n, touch: o, gesture: l } = t, { setFingerNum: s, onSwipeEdge: a, isEqualFingerNum:
|
|
1643
|
+
}), { state: n, touch: o, gesture: l } = t, { setFingerNum: s, onSwipeEdge: a, isEqualFingerNum: f } = At(
|
|
1630
1644
|
t,
|
|
1631
1645
|
e.onSwipeEdge
|
|
1632
1646
|
);
|
|
1633
|
-
let
|
|
1634
|
-
async function
|
|
1635
|
-
const { touches:
|
|
1636
|
-
s(
|
|
1637
|
-
const { clientX:
|
|
1638
|
-
o.start(
|
|
1639
|
-
}
|
|
1640
|
-
async function c(
|
|
1641
|
-
const { touches:
|
|
1642
|
-
s(
|
|
1643
|
-
const { clientX:
|
|
1644
|
-
if (o.move(
|
|
1645
|
-
|
|
1646
|
-
const
|
|
1647
|
-
t.zoomTo(
|
|
1647
|
+
let u, r;
|
|
1648
|
+
async function v(d) {
|
|
1649
|
+
const { touches: i } = d;
|
|
1650
|
+
s(i.length), n.zooming = f(2), l.startTap();
|
|
1651
|
+
const { clientX: g, clientY: D } = i[0];
|
|
1652
|
+
o.start(g, D), a("start", g, D, d), n.zooming && (d.preventDefault(), u = n.level, r = ct(i), await t.switchToZoom(), n.lastCenter = Qn(i));
|
|
1653
|
+
}
|
|
1654
|
+
async function c(d) {
|
|
1655
|
+
const { touches: i } = d;
|
|
1656
|
+
s(i.length);
|
|
1657
|
+
const { clientX: g, clientY: D } = i[0];
|
|
1658
|
+
if (o.move(g, D), a("move", g, D, d), n.zooming && f(2)) {
|
|
1659
|
+
d.preventDefault();
|
|
1660
|
+
const w = ct(i), E = u * w / r;
|
|
1661
|
+
t.zoomTo(E, n.lastCenter);
|
|
1648
1662
|
}
|
|
1649
1663
|
}
|
|
1650
|
-
async function
|
|
1651
|
-
if (
|
|
1664
|
+
async function M(d) {
|
|
1665
|
+
if (d.touches.length)
|
|
1652
1666
|
return;
|
|
1653
|
-
const { clientX:
|
|
1654
|
-
a("end",
|
|
1667
|
+
const { clientX: i, clientY: g } = d.changedTouches[0];
|
|
1668
|
+
a("end", i, g, d), l.checkTap(o.offsetX.value, o.offsetY.value), t.zoomFinished(), o.reset();
|
|
1655
1669
|
}
|
|
1656
|
-
return { core: t, onTouchStart:
|
|
1670
|
+
return { core: t, onTouchStart: v, onTouchMove: c, onTouchEnd: M };
|
|
1657
1671
|
}
|
|
1658
|
-
function
|
|
1659
|
-
const e =
|
|
1672
|
+
function $o() {
|
|
1673
|
+
const e = ye({
|
|
1660
1674
|
scale: 1,
|
|
1661
1675
|
startX: 0,
|
|
1662
1676
|
startY: 0,
|
|
@@ -1676,11 +1690,11 @@ function Wo() {
|
|
|
1676
1690
|
}
|
|
1677
1691
|
return { state: e, dragStart: t, dragMove: n, dragEnd: o };
|
|
1678
1692
|
}
|
|
1679
|
-
function
|
|
1693
|
+
function Yn() {
|
|
1680
1694
|
const e = m(!1), t = m(!1);
|
|
1681
|
-
return
|
|
1695
|
+
return mt(() => {
|
|
1682
1696
|
!t.value || (e.value = !0);
|
|
1683
|
-
}),
|
|
1697
|
+
}), ce(() => {
|
|
1684
1698
|
t.value = !1, setTimeout(() => {
|
|
1685
1699
|
t.value = !0;
|
|
1686
1700
|
});
|
|
@@ -1688,32 +1702,32 @@ function Rn() {
|
|
|
1688
1702
|
isActivated: e
|
|
1689
1703
|
};
|
|
1690
1704
|
}
|
|
1691
|
-
function
|
|
1705
|
+
function Bn(e) {
|
|
1692
1706
|
let t = !1;
|
|
1693
1707
|
return () => {
|
|
1694
1708
|
t || (e(), t = !0);
|
|
1695
1709
|
};
|
|
1696
1710
|
}
|
|
1697
|
-
function
|
|
1711
|
+
function Po(e) {
|
|
1698
1712
|
let t = null;
|
|
1699
|
-
const { isActivated: n } =
|
|
1713
|
+
const { isActivated: n } = Yn(), o = Bn(() => t = window.onBackPress);
|
|
1700
1714
|
function l() {
|
|
1701
1715
|
o(), window.onBackPress = () => e();
|
|
1702
1716
|
}
|
|
1703
1717
|
function s() {
|
|
1704
1718
|
window.onBackPress = t;
|
|
1705
1719
|
}
|
|
1706
|
-
return
|
|
1720
|
+
return mt(() => {
|
|
1707
1721
|
!n.value || l();
|
|
1708
|
-
}),
|
|
1722
|
+
}), Bt(() => {
|
|
1709
1723
|
l();
|
|
1710
|
-
}),
|
|
1724
|
+
}), ht(() => {
|
|
1711
1725
|
s();
|
|
1712
|
-
}),
|
|
1726
|
+
}), Ut(() => {
|
|
1713
1727
|
s();
|
|
1714
1728
|
}), { register: l, unregister: s };
|
|
1715
1729
|
}
|
|
1716
|
-
const
|
|
1730
|
+
const Un = ["onClick"], Rn = /* @__PURE__ */ q({
|
|
1717
1731
|
__name: "Toast",
|
|
1718
1732
|
props: {
|
|
1719
1733
|
message: null,
|
|
@@ -1721,7 +1735,7 @@ const $n = ["onClick"], Pn = /* @__PURE__ */ q({
|
|
|
1721
1735
|
buttonClickEvent: null
|
|
1722
1736
|
},
|
|
1723
1737
|
setup(e) {
|
|
1724
|
-
const t = e, n = m(), o = m(), l = m(), s =
|
|
1738
|
+
const t = e, n = m(), o = m(), l = m(), s = j(() => {
|
|
1725
1739
|
switch (t.position) {
|
|
1726
1740
|
case "top":
|
|
1727
1741
|
return 10;
|
|
@@ -1730,14 +1744,14 @@ const $n = ["onClick"], Pn = /* @__PURE__ */ q({
|
|
|
1730
1744
|
case "bottom":
|
|
1731
1745
|
return 85;
|
|
1732
1746
|
}
|
|
1733
|
-
}), a =
|
|
1747
|
+
}), a = j(() => ({
|
|
1734
1748
|
position: "absolute",
|
|
1735
1749
|
borderRadius: "10px",
|
|
1736
1750
|
backgroundColor: "rgba(0, 0, 0, 0.8)",
|
|
1737
1751
|
padding: "14px 19px",
|
|
1738
1752
|
top: `calc(${s.value}% - ${l.value}px)`,
|
|
1739
1753
|
left: `calc(50% - ${o.value}px)`
|
|
1740
|
-
})),
|
|
1754
|
+
})), f = j(() => ({
|
|
1741
1755
|
width: "fit-content",
|
|
1742
1756
|
display: "flex",
|
|
1743
1757
|
justifyContent: "center",
|
|
@@ -1745,44 +1759,44 @@ const $n = ["onClick"], Pn = /* @__PURE__ */ q({
|
|
|
1745
1759
|
color: "white",
|
|
1746
1760
|
fontSize: "14px"
|
|
1747
1761
|
}));
|
|
1748
|
-
function
|
|
1762
|
+
function u() {
|
|
1749
1763
|
!t.buttonClickEvent || t.buttonClickEvent();
|
|
1750
1764
|
}
|
|
1751
1765
|
return Me(() => {
|
|
1752
1766
|
o.value = n.value.offsetWidth / 2, l.value = n.value.offsetHeight / 2;
|
|
1753
|
-
}), (r,
|
|
1754
|
-
onClick:
|
|
1767
|
+
}), (r, v) => (U(), P("div", {
|
|
1768
|
+
onClick: me(u, ["stop"]),
|
|
1755
1769
|
id: "toastWrapper",
|
|
1756
1770
|
ref_key: "toastWrapper",
|
|
1757
1771
|
ref: n,
|
|
1758
1772
|
class: "toastWrapper",
|
|
1759
|
-
style: K([
|
|
1773
|
+
style: K([L(a), { zIndex: 9999999 }])
|
|
1760
1774
|
}, [
|
|
1761
|
-
|
|
1762
|
-
style: K(
|
|
1775
|
+
H("div", {
|
|
1776
|
+
style: K(L(f))
|
|
1763
1777
|
}, [
|
|
1764
|
-
|
|
1778
|
+
H("span", null, $e(e.message), 1)
|
|
1765
1779
|
], 4)
|
|
1766
|
-
], 12,
|
|
1780
|
+
], 12, Un));
|
|
1767
1781
|
}
|
|
1768
1782
|
});
|
|
1769
|
-
const
|
|
1783
|
+
const Hn = /* @__PURE__ */ ne(Rn, [["__scopeId", "data-v-25d39b90"]]), ft = {
|
|
1770
1784
|
message: "\u61D2\u732B\u4E91 Yes!!!",
|
|
1771
1785
|
position: "middle",
|
|
1772
1786
|
duration: 1500,
|
|
1773
1787
|
buttonClickEvent: () => {
|
|
1774
1788
|
}
|
|
1775
1789
|
};
|
|
1776
|
-
class
|
|
1790
|
+
class Fo {
|
|
1777
1791
|
options;
|
|
1778
1792
|
container;
|
|
1779
1793
|
constructor(t) {
|
|
1780
1794
|
this.options = t, this.container = document.createElement("div");
|
|
1781
1795
|
}
|
|
1782
1796
|
present() {
|
|
1783
|
-
const t =
|
|
1784
|
-
|
|
1785
|
-
const n = this.options.duration ||
|
|
1797
|
+
const t = ue(ue(Hn), { ...ft, ...this.options });
|
|
1798
|
+
pe(t, this.container), document.body.insertBefore(this.container, document.body.firstChild);
|
|
1799
|
+
const n = this.options.duration || ft.duration;
|
|
1786
1800
|
setTimeout(() => {
|
|
1787
1801
|
this.dismiss();
|
|
1788
1802
|
}, n);
|
|
@@ -1793,12 +1807,12 @@ class Zo {
|
|
|
1793
1807
|
"#toastWrapper"
|
|
1794
1808
|
);
|
|
1795
1809
|
t.style.opacity = "0", t.style.transition = "opacity 0.4s ease-in", setTimeout(() => {
|
|
1796
|
-
this.container && (
|
|
1810
|
+
this.container && (pe(null, this.container), document.body.removeChild(this.container));
|
|
1797
1811
|
}, 500);
|
|
1798
1812
|
}
|
|
1799
1813
|
}
|
|
1800
1814
|
}
|
|
1801
|
-
const
|
|
1815
|
+
const $n = ["xlink:href", "fill", "color"], we = /* @__PURE__ */ q({
|
|
1802
1816
|
__name: "SvgIcon",
|
|
1803
1817
|
props: {
|
|
1804
1818
|
name: null,
|
|
@@ -1808,7 +1822,7 @@ const Wn = ["xlink:href", "fill", "color"], Ie = /* @__PURE__ */ q({
|
|
|
1808
1822
|
height: null
|
|
1809
1823
|
},
|
|
1810
1824
|
setup(e) {
|
|
1811
|
-
const t = e, n =
|
|
1825
|
+
const t = e, n = j(() => `#${t.prefix}-${t.name}`), o = j(() => ({
|
|
1812
1826
|
width: `${t.width ?? t.height}px`,
|
|
1813
1827
|
height: `${t.height ?? t.width}px`,
|
|
1814
1828
|
aspectRatio: t.width && t.height ? void 0 : "1/1"
|
|
@@ -1817,19 +1831,19 @@ const Wn = ["xlink:href", "fill", "color"], Ie = /* @__PURE__ */ q({
|
|
|
1817
1831
|
const { style: a } = s;
|
|
1818
1832
|
return typeof a == "object" ? a : {};
|
|
1819
1833
|
}
|
|
1820
|
-
return (s, a) => (U(),
|
|
1834
|
+
return (s, a) => (U(), P("svg", {
|
|
1821
1835
|
"aria-hidden": "",
|
|
1822
|
-
style: K({ ...
|
|
1836
|
+
style: K({ ...L(o), ...l(s.$attrs) })
|
|
1823
1837
|
}, [
|
|
1824
|
-
|
|
1825
|
-
"xlink:href":
|
|
1838
|
+
H("use", {
|
|
1839
|
+
"xlink:href": L(n),
|
|
1826
1840
|
fill: e.color,
|
|
1827
1841
|
color: e.color
|
|
1828
|
-
}, null, 8,
|
|
1842
|
+
}, null, 8, $n)
|
|
1829
1843
|
], 4));
|
|
1830
1844
|
}
|
|
1831
1845
|
});
|
|
1832
|
-
function
|
|
1846
|
+
function Pn(e) {
|
|
1833
1847
|
const {
|
|
1834
1848
|
containerEl: t,
|
|
1835
1849
|
sliderEl: n,
|
|
@@ -1837,105 +1851,105 @@ function Xn(e) {
|
|
|
1837
1851
|
performance: l = {},
|
|
1838
1852
|
maxHeightRatio: s = 0.9,
|
|
1839
1853
|
observeMethod: a = "classList"
|
|
1840
|
-
} = e,
|
|
1841
|
-
let r,
|
|
1842
|
-
const c = m(0),
|
|
1854
|
+
} = e, f = m(!0), u = je(R, 100);
|
|
1855
|
+
let r, v = "";
|
|
1856
|
+
const c = m(0), M = m(0), d = m(0), i = m({
|
|
1843
1857
|
top: 0,
|
|
1844
1858
|
scrollTop: 0,
|
|
1845
1859
|
scrollHeight: 0,
|
|
1846
1860
|
clientHeight: 0
|
|
1847
|
-
}),
|
|
1861
|
+
}), g = m({
|
|
1848
1862
|
clientHeight: 0
|
|
1849
|
-
}),
|
|
1850
|
-
|
|
1863
|
+
}), D = j(() => !!M.value), w = j(() => i.value.scrollHeight > i.value.clientHeight), E = j(() => o ? i.value.clientHeight - S.value : i.value.clientHeight - g.value.clientHeight), h = j(() => i.value.scrollHeight - i.value.clientHeight), p = j(() => !i.value.clientHeight && !i.value.scrollHeight ? 1 : Math.max(
|
|
1864
|
+
i.value.clientHeight / i.value.scrollHeight,
|
|
1851
1865
|
0.05
|
|
1852
|
-
)),
|
|
1866
|
+
)), S = j(() => p.value > s ? 0 : p.value * i.value.clientHeight), O = j(() => ({
|
|
1853
1867
|
willChange: "transform",
|
|
1854
|
-
transform: `translate3d(0,${
|
|
1855
|
-
height: o ? `${
|
|
1868
|
+
transform: `translate3d(0,${d.value}px,0)`,
|
|
1869
|
+
height: o ? `${S.value}px` : void 0
|
|
1856
1870
|
}));
|
|
1857
|
-
|
|
1858
|
-
function N(
|
|
1859
|
-
|
|
1871
|
+
We(t, () => x());
|
|
1872
|
+
function N(Q) {
|
|
1873
|
+
I(), M.value = Q.clientY - n.value.getBoundingClientRect().top || 1, v = getComputedStyle(t.value).scrollBehavior, v === "smooth" && (t.value.style.scrollBehavior = "unset");
|
|
1860
1874
|
}
|
|
1861
|
-
function
|
|
1862
|
-
t.value.style.scrollBehavior =
|
|
1875
|
+
function T() {
|
|
1876
|
+
t.value.style.scrollBehavior = v, M.value = 0, u();
|
|
1863
1877
|
}
|
|
1864
|
-
function
|
|
1865
|
-
|
|
1878
|
+
function I() {
|
|
1879
|
+
f.value = !1;
|
|
1866
1880
|
}
|
|
1867
|
-
function
|
|
1868
|
-
|
|
1881
|
+
function R() {
|
|
1882
|
+
D.value || (f.value = !0);
|
|
1869
1883
|
}
|
|
1870
|
-
function
|
|
1871
|
-
if (!
|
|
1884
|
+
function y(Q) {
|
|
1885
|
+
if (!D.value)
|
|
1872
1886
|
return;
|
|
1873
|
-
let W =
|
|
1874
|
-
W < 0 ?
|
|
1875
|
-
top:
|
|
1887
|
+
let W = Q.clientY - i.value.top - M.value;
|
|
1888
|
+
W < 0 ? d.value = 0 : W >= E.value ? d.value = E.value : d.value = W, t.value.scrollTo({
|
|
1889
|
+
top: d.value / E.value * h.value
|
|
1876
1890
|
});
|
|
1877
1891
|
}
|
|
1878
|
-
function
|
|
1879
|
-
|
|
1892
|
+
function A() {
|
|
1893
|
+
D.value || _();
|
|
1880
1894
|
}
|
|
1881
|
-
function
|
|
1882
|
-
cancelAnimationFrame(r), r = requestAnimationFrame(
|
|
1895
|
+
function _() {
|
|
1896
|
+
cancelAnimationFrame(r), r = requestAnimationFrame(Y);
|
|
1883
1897
|
}
|
|
1884
|
-
function
|
|
1885
|
-
t.value && (c.value = l.scrollTop?.value ?? t.value.scrollTop,
|
|
1898
|
+
function Y() {
|
|
1899
|
+
t.value && (c.value = l.scrollTop?.value ?? t.value.scrollTop, d.value = c.value / h.value * E.value);
|
|
1886
1900
|
}
|
|
1887
|
-
function
|
|
1901
|
+
function b(Q) {
|
|
1888
1902
|
let W = "addEventListener";
|
|
1889
|
-
|
|
1903
|
+
Q === "add" ? W = "addEventListener" : W = "removeEventListener", n.value?.[W]("pointerdown", N, {
|
|
1890
1904
|
passive: !0
|
|
1891
|
-
}), window[W]("pointermove",
|
|
1905
|
+
}), window[W]("pointermove", y, { passive: !0 }), window[W]("pointerup", T, { passive: !0 });
|
|
1892
1906
|
}
|
|
1893
|
-
const
|
|
1894
|
-
(a == "classList" ||
|
|
1907
|
+
const z = new MutationObserver((Q) => {
|
|
1908
|
+
(a == "classList" || Q.map((J) => J.oldValue).join().includes("height")) && x();
|
|
1895
1909
|
});
|
|
1896
|
-
function
|
|
1897
|
-
|
|
1898
|
-
const { scrollHeight:
|
|
1899
|
-
|
|
1900
|
-
const { clientHeight:
|
|
1901
|
-
|
|
1910
|
+
function x() {
|
|
1911
|
+
i.value.top = t.value?.getBoundingClientRect().top ?? 0;
|
|
1912
|
+
const { scrollHeight: Q = 0, clientHeight: W = 0 } = t.value || {}, { scrollHeight: J, clientHeight: V } = i.value;
|
|
1913
|
+
Q != J && (i.value.scrollHeight = Q, Y()), W != V && (i.value.clientHeight = W, Y());
|
|
1914
|
+
const { clientHeight: oe = 0 } = n.value || {};
|
|
1915
|
+
oe != g.value.clientHeight && (g.value.clientHeight = oe);
|
|
1902
1916
|
}
|
|
1903
1917
|
function B() {
|
|
1904
|
-
|
|
1905
|
-
|
|
1918
|
+
I(), setTimeout(() => {
|
|
1919
|
+
g.value.clientHeight = n.value?.clientHeight ?? 0, R();
|
|
1906
1920
|
}, 150);
|
|
1907
1921
|
}
|
|
1908
|
-
function
|
|
1922
|
+
function $() {
|
|
1909
1923
|
if (t.value && n.value) {
|
|
1910
|
-
t.value.classList.add("hide-scrollbar"), t.value.addEventListener("scroll",
|
|
1924
|
+
t.value.classList.add("hide-scrollbar"), t.value.addEventListener("scroll", A, {
|
|
1911
1925
|
passive: !0
|
|
1912
|
-
}),
|
|
1913
|
-
const
|
|
1914
|
-
a === "classList" ? Object.assign(
|
|
1926
|
+
}), b("add");
|
|
1927
|
+
const Q = {};
|
|
1928
|
+
a === "classList" ? Object.assign(Q, { subtree: !0, childList: !0 }) : Object.assign(Q, {
|
|
1915
1929
|
subtree: !0,
|
|
1916
1930
|
attributeOldValue: !0,
|
|
1917
1931
|
attributeFilter: ["style"]
|
|
1918
|
-
}),
|
|
1919
|
-
|
|
1932
|
+
}), z.observe(t.value, Q), setTimeout(() => {
|
|
1933
|
+
x();
|
|
1920
1934
|
}, 100), B();
|
|
1921
1935
|
} else
|
|
1922
1936
|
console.error("useScrollBar:", "\u521D\u59CB\u5316\u5931\u8D25!", { containerEl: t, sliderEl: n });
|
|
1923
1937
|
}
|
|
1924
1938
|
return G(c, () => {
|
|
1925
|
-
|
|
1939
|
+
I(), u();
|
|
1926
1940
|
}), {
|
|
1927
|
-
isScrollEnd:
|
|
1928
|
-
isDragSlider:
|
|
1929
|
-
offsetTop:
|
|
1941
|
+
isScrollEnd: f,
|
|
1942
|
+
isDragSlider: D,
|
|
1943
|
+
offsetTop: d,
|
|
1930
1944
|
scrollTop: c,
|
|
1931
|
-
scrollable:
|
|
1932
|
-
sliderPos:
|
|
1933
|
-
init:
|
|
1934
|
-
modifySliderEventListener:
|
|
1935
|
-
heightRatio:
|
|
1945
|
+
scrollable: w,
|
|
1946
|
+
sliderPos: O,
|
|
1947
|
+
init: $,
|
|
1948
|
+
modifySliderEventListener: b,
|
|
1949
|
+
heightRatio: p
|
|
1936
1950
|
};
|
|
1937
1951
|
}
|
|
1938
|
-
const
|
|
1952
|
+
const Fn = (e) => (Ae("data-v-7fd39e51"), e = e(), ze(), e), Wn = /* @__PURE__ */ Fn(() => /* @__PURE__ */ H("div", { class: "default-slider" }, null, -1)), Xn = /* @__PURE__ */ q({
|
|
1939
1953
|
__name: "ScrollBar",
|
|
1940
1954
|
props: {
|
|
1941
1955
|
containerEl: null,
|
|
@@ -1946,13 +1960,13 @@ const Zn = (e) => (Le("data-v-7fd39e51"), e = e(), je(), e), Vn = /* @__PURE__ *
|
|
|
1946
1960
|
maxHeightRatio: { default: 0.9 }
|
|
1947
1961
|
},
|
|
1948
1962
|
setup(e, { expose: t }) {
|
|
1949
|
-
const n = e, o = !!
|
|
1963
|
+
const n = e, o = !!Rt().default, l = m(null), s = j(() => n.containerEl), a = Pn({
|
|
1950
1964
|
containerEl: s,
|
|
1951
1965
|
sliderEl: l,
|
|
1952
1966
|
autoHeight: o ? n.autoHeight : !0,
|
|
1953
1967
|
performance: n.performance,
|
|
1954
1968
|
observeMethod: n.observeMethod
|
|
1955
|
-
}), { scrollable:
|
|
1969
|
+
}), { scrollable: f, isScrollEnd: u, sliderPos: r, heightRatio: v } = a, c = m(!1), M = n.autoHide ? j(() => n.maxHeightRatio < v.value ? !1 : c.value || !u.value) : j(() => n.maxHeightRatio < v.value ? !1 : f.value), { load: d } = Xe(
|
|
1956
1970
|
`.hide-scrollbar {
|
|
1957
1971
|
scrollbar-width: none;
|
|
1958
1972
|
-ms-overflow-style: none;
|
|
@@ -1962,47 +1976,47 @@ const Zn = (e) => (Le("data-v-7fd39e51"), e = e(), je(), e), Vn = /* @__PURE__ *
|
|
|
1962
1976
|
}`,
|
|
1963
1977
|
{ id: "styletag_lzc_scrollbar", manual: !0 }
|
|
1964
1978
|
);
|
|
1965
|
-
|
|
1966
|
-
|
|
1979
|
+
ce(() => {
|
|
1980
|
+
d(), Me(() => {
|
|
1967
1981
|
a.init();
|
|
1968
1982
|
});
|
|
1969
|
-
}),
|
|
1983
|
+
}), gt(() => {
|
|
1970
1984
|
a.modifySliderEventListener("remove");
|
|
1971
1985
|
});
|
|
1972
|
-
function
|
|
1986
|
+
function i() {
|
|
1973
1987
|
c.value = !0;
|
|
1974
1988
|
}
|
|
1975
|
-
function
|
|
1989
|
+
function g() {
|
|
1976
1990
|
c.value = !1;
|
|
1977
1991
|
}
|
|
1978
|
-
return t({ uScrollBarReturn: a }), (
|
|
1979
|
-
default:
|
|
1980
|
-
|
|
1992
|
+
return t({ uScrollBarReturn: a }), (D, w) => (U(), Ee(Ue, null, {
|
|
1993
|
+
default: Re(() => [
|
|
1994
|
+
re(H("div", {
|
|
1981
1995
|
ref_key: "sliderRef",
|
|
1982
1996
|
ref: l,
|
|
1983
1997
|
class: "slider-wrapper",
|
|
1984
|
-
onMouseenter:
|
|
1985
|
-
onMouseleave:
|
|
1986
|
-
style: K(
|
|
1998
|
+
onMouseenter: i,
|
|
1999
|
+
onMouseleave: g,
|
|
2000
|
+
style: K(L(r))
|
|
1987
2001
|
}, [
|
|
1988
|
-
|
|
1989
|
-
|
|
2002
|
+
Ie(D.$slots, "default", {}, () => [
|
|
2003
|
+
Wn
|
|
1990
2004
|
], !0)
|
|
1991
2005
|
], 36), [
|
|
1992
|
-
[
|
|
2006
|
+
[Le, L(M)]
|
|
1993
2007
|
])
|
|
1994
2008
|
]),
|
|
1995
2009
|
_: 3
|
|
1996
2010
|
}));
|
|
1997
2011
|
}
|
|
1998
2012
|
});
|
|
1999
|
-
const
|
|
2013
|
+
const Wo = /* @__PURE__ */ ne(Xn, [["__scopeId", "data-v-7fd39e51"]]), Zn = (e) => (Ae("data-v-df5da876"), e = e(), ze(), e), Vn = { class: "pull-refresh" }, Kn = {
|
|
2000
2014
|
key: 0,
|
|
2001
2015
|
class: "pull-arrow-circle"
|
|
2002
|
-
},
|
|
2016
|
+
}, Gn = {
|
|
2003
2017
|
key: 0,
|
|
2004
2018
|
class: "box-load"
|
|
2005
|
-
},
|
|
2019
|
+
}, qn = { class: "left-load" }, Jn = { class: "right-load" }, eo = /* @__PURE__ */ Zn(() => /* @__PURE__ */ H("div", { class: "among-load" }, null, -1)), to = { class: "pull-arrow" }, no = { key: 1 }, oo = /* @__PURE__ */ q({
|
|
2006
2020
|
__name: "PullRefresh",
|
|
2007
2021
|
props: {
|
|
2008
2022
|
refresh: null,
|
|
@@ -2011,80 +2025,80 @@ const Vo = /* @__PURE__ */ oe(Kn, [["__scopeId", "data-v-7fd39e51"]]), Gn = (e)
|
|
|
2011
2025
|
pullRefreshContainer: null
|
|
2012
2026
|
},
|
|
2013
2027
|
setup(e) {
|
|
2014
|
-
const t = e, n = 0.7, o = "#2EC1CC", l = m(-999), s = m(1), a = m(0),
|
|
2015
|
-
transition: `${
|
|
2028
|
+
const t = e, n = 0.7, o = "#2EC1CC", l = m(-999), s = m(1), a = m(0), f = m(0.3), u = m(!1), r = m(0), v = m(0), c = m(0), M = m(0), d = m(0), i = m(), g = j(() => t.scrollTop), D = j(() => ({
|
|
2029
|
+
transition: `${M.value}ms`,
|
|
2016
2030
|
transform: `translate3d(0,${l.value}px, 0) scale(${s.value})`
|
|
2017
|
-
})),
|
|
2031
|
+
})), w = j(() => ({
|
|
2018
2032
|
borderColor: o,
|
|
2019
|
-
transition:
|
|
2033
|
+
transition: M.value,
|
|
2020
2034
|
transform: `rotate(${100 + a.value}deg)`,
|
|
2021
|
-
opacity:
|
|
2035
|
+
opacity: f.value
|
|
2022
2036
|
}));
|
|
2023
|
-
G(
|
|
2024
|
-
N === 0 && (l.value = -50,
|
|
2025
|
-
}), G(
|
|
2026
|
-
if (
|
|
2037
|
+
G(d, (N) => {
|
|
2038
|
+
N === 0 && (l.value = -50, f.value = 0.3);
|
|
2039
|
+
}), G(v, (N) => {
|
|
2040
|
+
if (d.value === 2)
|
|
2027
2041
|
return;
|
|
2028
|
-
const
|
|
2029
|
-
|
|
2042
|
+
const T = Math.pow(N, n);
|
|
2043
|
+
T === 0 && (l.value = -50), T <= 50 && T > 0 && (l.value = T - 45, a.value = Math.pow(T, 1.5), T > 15 ? u.value = !0 : u.value = !1), T > 50 && (l.value = 5, f.value = 1, d.value);
|
|
2030
2044
|
});
|
|
2031
|
-
const
|
|
2032
|
-
|
|
2033
|
-
},
|
|
2034
|
-
const
|
|
2035
|
-
|
|
2036
|
-
},
|
|
2037
|
-
if (t.refreshOff || !t?.refresh ||
|
|
2045
|
+
const E = m(0), h = (N) => {
|
|
2046
|
+
E.value = N.touches[0].pageY;
|
|
2047
|
+
}, p = (N) => {
|
|
2048
|
+
const T = N.touches[0].pageY - E.value;
|
|
2049
|
+
E.value = N.touches[0].pageY, !t.refreshOff && (!t?.refresh || d.value !== 2 && g.value === 0 && (r.value === 0 && (r.value = N.touches[0].pageY), c.value = 0, O.value.style.transition = `${c.value}ms`, M.value = 0, v.value = N.touches[0].pageY - r.value, O.value.style.transform = `translate3d(0, ${Math.pow(v.value, n)}px, 0)`, T > 0 && N.preventDefault()));
|
|
2050
|
+
}, S = () => {
|
|
2051
|
+
if (t.refreshOff || !t?.refresh || d.value === 2)
|
|
2038
2052
|
return;
|
|
2039
2053
|
r.value = 0, c.value = 300;
|
|
2040
|
-
const N = Math.pow(
|
|
2041
|
-
|
|
2042
|
-
|
|
2054
|
+
const N = Math.pow(v.value, n);
|
|
2055
|
+
O.value.style.transition = `${c.value}ms`, N > 50 ? (d.value = 2, v.value = Math.pow(50, 1 / n), O.value.style.transform = `translate3d(0, ${Math.pow(v.value, n)}px, 0)`, M.value = 300, t?.refresh && t?.refresh().then(() => {
|
|
2056
|
+
i.value = "\u5237\u65B0\u6210\u529F";
|
|
2043
2057
|
}).catch(() => {
|
|
2044
|
-
|
|
2058
|
+
i.value = "\u5237\u65B0\u5931\u8D25";
|
|
2045
2059
|
}).finally(() => {
|
|
2046
2060
|
setTimeout(() => {
|
|
2047
|
-
|
|
2048
|
-
|
|
2061
|
+
d.value = 0, v.value = 0, O.value.style.transform = `translate3d(0, ${Math.pow(
|
|
2062
|
+
v.value,
|
|
2049
2063
|
n
|
|
2050
2064
|
)}px, 0)`, setTimeout(() => {
|
|
2051
|
-
|
|
2052
|
-
},
|
|
2065
|
+
i.value = void 0;
|
|
2066
|
+
}, M.value);
|
|
2053
2067
|
}, 600);
|
|
2054
|
-
})) : (
|
|
2055
|
-
},
|
|
2056
|
-
return
|
|
2057
|
-
t?.refreshOff || (
|
|
2068
|
+
})) : (v.value = 0, O.value.style.transform = `translate3d(0, ${Math.pow(v.value, n)}px, 0)`);
|
|
2069
|
+
}, O = m(null);
|
|
2070
|
+
return ce(() => {
|
|
2071
|
+
t?.refreshOff || (O.value = document.querySelector(
|
|
2058
2072
|
t.pullRefreshContainer
|
|
2059
|
-
),
|
|
2060
|
-
}), (N,
|
|
2061
|
-
|
|
2073
|
+
), O.value?.addEventListener("touchstart", h), O.value?.addEventListener("touchmove", p), O.value?.addEventListener("touchend", S));
|
|
2074
|
+
}), (N, T) => (U(), P("div", Vn, [
|
|
2075
|
+
H("div", {
|
|
2062
2076
|
class: "pull-refresh-box",
|
|
2063
|
-
style: K(
|
|
2077
|
+
style: K(L(D))
|
|
2064
2078
|
}, [
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2079
|
+
i.value ? (U(), P("div", no, $e(i.value), 1)) : (U(), P("div", Kn, [
|
|
2080
|
+
d.value == 2 ? (U(), P("div", Gn, [
|
|
2081
|
+
H("div", qn, [
|
|
2082
|
+
H("div", {
|
|
2069
2083
|
class: "left-circle",
|
|
2070
2084
|
style: K({ backgroundColor: o })
|
|
2071
2085
|
}, null, 4)
|
|
2072
2086
|
]),
|
|
2073
|
-
|
|
2074
|
-
|
|
2087
|
+
H("div", Jn, [
|
|
2088
|
+
H("div", {
|
|
2075
2089
|
class: "right-circle",
|
|
2076
2090
|
style: K({ backgroundColor: o })
|
|
2077
2091
|
}, null, 4)
|
|
2078
2092
|
]),
|
|
2079
|
-
|
|
2080
|
-
])) : (U(),
|
|
2093
|
+
eo
|
|
2094
|
+
])) : (U(), P("div", {
|
|
2081
2095
|
key: 1,
|
|
2082
2096
|
class: "pull-circle-line",
|
|
2083
|
-
style: K(
|
|
2097
|
+
style: K(L(w))
|
|
2084
2098
|
}, [
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
class: se(["arrows", { opacity:
|
|
2099
|
+
H("div", to, [
|
|
2100
|
+
H("div", {
|
|
2101
|
+
class: se(["arrows", { opacity: u.value }]),
|
|
2088
2102
|
style: K({ borderBottomColor: o })
|
|
2089
2103
|
}, null, 6)
|
|
2090
2104
|
])
|
|
@@ -2094,10 +2108,10 @@ const Vo = /* @__PURE__ */ oe(Kn, [["__scopeId", "data-v-7fd39e51"]]), Gn = (e)
|
|
|
2094
2108
|
]));
|
|
2095
2109
|
}
|
|
2096
2110
|
});
|
|
2097
|
-
const
|
|
2111
|
+
const lo = /* @__PURE__ */ ne(oo, [["__scopeId", "data-v-df5da876"]]), so = ["data-key"], ao = {
|
|
2098
2112
|
inheritAttrs: !1
|
|
2099
|
-
},
|
|
2100
|
-
...
|
|
2113
|
+
}, io = /* @__PURE__ */ q({
|
|
2114
|
+
...ao,
|
|
2101
2115
|
__name: "VirtualList",
|
|
2102
2116
|
props: {
|
|
2103
2117
|
data: null,
|
|
@@ -2109,8 +2123,8 @@ const io = /* @__PURE__ */ oe(ao, [["__scopeId", "data-v-df5da876"]]), uo = ["da
|
|
|
2109
2123
|
},
|
|
2110
2124
|
emits: ["scrollEnd"],
|
|
2111
2125
|
setup(e, { expose: t, emit: n }) {
|
|
2112
|
-
const o = e, l =
|
|
2113
|
-
itemHeight: (
|
|
2126
|
+
const o = e, l = un(Ht(o, "data"), {
|
|
2127
|
+
itemHeight: (d) => o.itemHeight(o.data[d]),
|
|
2114
2128
|
overscan: o.overscan,
|
|
2115
2129
|
scrollEndHook: () => {
|
|
2116
2130
|
n("scrollEnd");
|
|
@@ -2118,49 +2132,49 @@ const io = /* @__PURE__ */ oe(ao, [["__scopeId", "data-v-df5da876"]]), uo = ["da
|
|
|
2118
2132
|
}), {
|
|
2119
2133
|
list: s,
|
|
2120
2134
|
containerProps: a,
|
|
2121
|
-
wrapperProps:
|
|
2122
|
-
innerProps:
|
|
2135
|
+
wrapperProps: f,
|
|
2136
|
+
innerProps: u,
|
|
2123
2137
|
getItemHeightData: r,
|
|
2124
|
-
scrollTop:
|
|
2138
|
+
scrollTop: v
|
|
2125
2139
|
} = l;
|
|
2126
2140
|
t({
|
|
2127
2141
|
vListReturn: l
|
|
2128
2142
|
});
|
|
2129
2143
|
const c = "virtualListWrapper" + new Date().getTime();
|
|
2130
|
-
function
|
|
2131
|
-
return o.getItemKey ? o.getItemKey(
|
|
2144
|
+
function M(d, i) {
|
|
2145
|
+
return o.getItemKey ? o.getItemKey(d, i) : `${i}`;
|
|
2132
2146
|
}
|
|
2133
|
-
return (
|
|
2134
|
-
ge(
|
|
2147
|
+
return (d, i) => (U(), P(Qe, null, [
|
|
2148
|
+
ge(lo, {
|
|
2135
2149
|
refresh: e.refresh,
|
|
2136
2150
|
refreshOff: e.refreshOff,
|
|
2137
|
-
scrollTop:
|
|
2151
|
+
scrollTop: L(v),
|
|
2138
2152
|
pullRefreshContainer: "#" + c
|
|
2139
2153
|
}, null, 8, ["refresh", "refreshOff", "scrollTop", "pullRefreshContainer"]),
|
|
2140
|
-
|
|
2154
|
+
H("div", {
|
|
2141
2155
|
class: "virtualListWrapper",
|
|
2142
2156
|
id: c
|
|
2143
2157
|
}, [
|
|
2144
|
-
|
|
2145
|
-
onScrollPassive:
|
|
2146
|
-
ref:
|
|
2158
|
+
H("div", he({
|
|
2159
|
+
onScrollPassive: i[0] || (i[0] = (...g) => L(a).onScroll && L(a).onScroll(...g)),
|
|
2160
|
+
ref: L(a).ref,
|
|
2147
2161
|
class: "virtualList"
|
|
2148
|
-
},
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
(U(!0),
|
|
2152
|
-
key: g
|
|
2153
|
-
"data-key": g
|
|
2162
|
+
}, d.$attrs), [
|
|
2163
|
+
H("div", be(ke(L(f))), [
|
|
2164
|
+
H("div", be(ke(L(u))), [
|
|
2165
|
+
(U(!0), P(Qe, null, $t(L(s), ({ data: g, index: D }) => (U(), P("div", {
|
|
2166
|
+
key: M(g, D),
|
|
2167
|
+
"data-key": M(g, D),
|
|
2154
2168
|
style: K({
|
|
2155
|
-
height: `${
|
|
2169
|
+
height: `${L(r)(D).height}px`,
|
|
2156
2170
|
display: "flex"
|
|
2157
2171
|
})
|
|
2158
2172
|
}, [
|
|
2159
|
-
|
|
2160
|
-
data:
|
|
2161
|
-
index:
|
|
2173
|
+
Ie(d.$slots, "default", {
|
|
2174
|
+
data: g,
|
|
2175
|
+
index: D
|
|
2162
2176
|
}, void 0, !0)
|
|
2163
|
-
], 12,
|
|
2177
|
+
], 12, so))), 128))
|
|
2164
2178
|
], 16)
|
|
2165
2179
|
], 16)
|
|
2166
2180
|
], 16)
|
|
@@ -2168,22 +2182,22 @@ const io = /* @__PURE__ */ oe(ao, [["__scopeId", "data-v-df5da876"]]), uo = ["da
|
|
|
2168
2182
|
], 64));
|
|
2169
2183
|
}
|
|
2170
2184
|
});
|
|
2171
|
-
const
|
|
2185
|
+
const Xo = /* @__PURE__ */ ne(io, [["__scopeId", "data-v-dfe60586"]]), lt = (e) => (Ae("data-v-33519afd"), e = e(), ze(), e), uo = { style: { position: "absolute" } }, ro = /* @__PURE__ */ lt(() => /* @__PURE__ */ H("div", { class: "wrapper" }, null, -1)), co = ["width", "height"], fo = /* @__PURE__ */ lt(() => /* @__PURE__ */ H("title", null, "logo", -1)), vo = /* @__PURE__ */ lt(() => /* @__PURE__ */ H("g", {
|
|
2172
2186
|
id: "group-1",
|
|
2173
2187
|
stroke: "none",
|
|
2174
2188
|
"stroke-width": "1",
|
|
2175
2189
|
fill: "none",
|
|
2176
2190
|
"fill-rule": "evenodd"
|
|
2177
2191
|
}, [
|
|
2178
|
-
/* @__PURE__ */
|
|
2192
|
+
/* @__PURE__ */ H("path", {
|
|
2179
2193
|
d: "M260,0 L260,260 L0,260 L0,0 L260,0 Z M173.523673,59.478426 L168.543315,62.4752911 C160.9116,67.0675753 153.089651,71.6349169 145.95806,75.5800674 C142.130471,77.697465 141.695584,77.8197038 137.842227,77.8197038 L123.620155,77.8194132 C120.16747,77.8127705 119.807362,77.673506 116.200006,75.5626777 L115.86045,75.3641139 C113.295911,73.8653877 110.281688,72.1255413 103.60737,68.2932221 C100.032855,66.2486474 96.3694634,64.1645054 92.8123362,62.1486494 L88.1098826,59.4837265 L86.4238232,64.6191026 C83.7525911,72.7551036 81.4062856,80.7653112 79.9222326,87.4417622 C78.9474243,91.8460343 78.2380884,93.2327734 74.2195073,98.9752733 C73.3694777,100.207223 72.630007,101.343155 72.0710109,102.283257 C67.5201215,110.313953 65.2975905,119.339776 65.6004928,128.457001 C66.1750084,143.318086 73.5375842,157.955758 85.6992798,168.473706 C96.9509724,178.204645 111.5737,183.826593 127.858154,184.209647 L130.088901,184.229303 C130.3376,186.684365 130.531293,189.982467 130.67329,193.770543 L130.951876,201.202421 L137.351863,197.414204 C154.766094,187.106546 169.345402,176.172255 180.160428,163.526119 C190.679421,151.226139 196.179795,138.745301 195.345608,125.762609 C194.727393,116.39373 192.289395,107.848059 187.082918,99.046007 C186.275378,97.7498121 185.738167,97.0056347 184.495395,95.37077 C181.975467,92.0558065 181.159964,90.5424149 180.493634,87.4039653 C178.713605,78.9218624 176.863265,71.4211865 175.088993,65.0761883 L173.523673,59.478426 Z M93.177,72.537 L93.8226224,72.9040486 C95.6240552,73.9292933 97.4266638,74.9575498 99.2051531,75.9748184 C106.15023,79.9626119 109.111289,81.6727026 111.728598,83.2042091 C116.752992,86.1442112 118.538634,86.6733184 123.964152,86.6733184 L137.842227,86.6733184 C143.264867,86.6733184 145.156143,86.1417146 150.243765,83.3272749 L153.915953,81.276117 C157.635687,79.179445 161.486156,76.9543599 165.360239,74.6740288 L168.062636,73.0710869 L168.527808,74.8705095 C169.630114,79.2468106 170.742831,84.0476913 171.830914,89.2325336 C172.820403,93.8931438 174.207097,96.4665356 177.447051,100.728693 C178.530829,102.154402 178.952253,102.738183 179.517404,103.643654 C183.925243,111.098001 185.980436,118.301862 186.51071,126.337939 C187.173867,136.658947 182.587388,147.066077 173.431821,157.771787 L171.503004,159.959402 C163.609627,168.649028 153.591728,176.617571 141.90907,184.187495 L139.123121,185.960576 L139.113767,185.819152 C139.047016,184.932364 138.975009,184.102769 138.897435,183.336992 C138.769034,182.069465 138.589718,180.629122 138.367155,179.053334 L137.795381,175.005053 L133.714496,175.253822 C132.500079,175.327852 131.274186,175.368647 130.037423,175.375838 C114.999567,175.463276 101.629066,170.545082 91.4908024,161.777083 C81.1421175,152.827103 74.9249947,140.466728 74.4483613,128.138982 C74.2004611,120.675327 76.0261036,113.26129 79.7275986,106.727863 C80.126032,106.059698 80.7615655,105.083428 81.4902403,104.02721 C86.0997527,97.4404488 87.2937074,95.1062887 88.5657754,89.358959 C89.6596645,84.4377825 91.2792852,78.6447463 93.1627518,72.6043699 L93.177,72.537 Z",
|
|
2180
2194
|
id: "path-1",
|
|
2181
2195
|
fill: "#FFF"
|
|
2182
2196
|
})
|
|
2183
|
-
], -1)),
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
],
|
|
2197
|
+
], -1)), Mo = [
|
|
2198
|
+
fo,
|
|
2199
|
+
vo
|
|
2200
|
+
], go = /* @__PURE__ */ q({
|
|
2187
2201
|
__name: "Loading",
|
|
2188
2202
|
props: {
|
|
2189
2203
|
width: { default: "90" },
|
|
@@ -2192,38 +2206,38 @@ const Ko = /* @__PURE__ */ oe(co, [["__scopeId", "data-v-dfe60586"]]), at = (e)
|
|
|
2192
2206
|
},
|
|
2193
2207
|
setup(e) {
|
|
2194
2208
|
const t = e;
|
|
2195
|
-
|
|
2209
|
+
He((o) => ({
|
|
2196
2210
|
"312487ac": n
|
|
2197
2211
|
}));
|
|
2198
2212
|
const n = `${t.duration}ms`;
|
|
2199
|
-
return (o, l) => (U(),
|
|
2200
|
-
|
|
2201
|
-
(U(),
|
|
2213
|
+
return (o, l) => (U(), P("div", uo, [
|
|
2214
|
+
ro,
|
|
2215
|
+
(U(), P("svg", {
|
|
2202
2216
|
style: { position: "relative" },
|
|
2203
2217
|
width: e.width,
|
|
2204
2218
|
height: e.height,
|
|
2205
2219
|
viewBox: "0 0 260 260",
|
|
2206
2220
|
version: "1.1",
|
|
2207
2221
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2208
|
-
},
|
|
2222
|
+
}, Mo, 8, co))
|
|
2209
2223
|
]));
|
|
2210
2224
|
}
|
|
2211
2225
|
});
|
|
2212
|
-
const
|
|
2226
|
+
const Zo = /* @__PURE__ */ ne(go, [["__scopeId", "data-v-33519afd"]]), ho = [
|
|
2213
2227
|
"image/vnd.adobe.photoshop",
|
|
2214
2228
|
"image/x-photoshop",
|
|
2215
2229
|
"image/jp2",
|
|
2216
2230
|
"image/pcx"
|
|
2217
2231
|
];
|
|
2218
|
-
function
|
|
2219
|
-
const n = m(e?.value), o =
|
|
2220
|
-
const
|
|
2221
|
-
return !
|
|
2232
|
+
function zt(e, t) {
|
|
2233
|
+
const n = m(e?.value), o = j(() => n.value?.startsWith("/_lzc")), l = m(!1), s = j(() => l.value), a = j(() => {
|
|
2234
|
+
const u = t?.value;
|
|
2235
|
+
return !u || u.startsWith("video/") ? !0 : u.startsWith("image/") ? o.value ? !0 : !ho.includes(u) : !1;
|
|
2222
2236
|
});
|
|
2223
|
-
e && G(e, (
|
|
2224
|
-
n.value =
|
|
2237
|
+
e && G(e, (u) => {
|
|
2238
|
+
n.value = u, l.value = !1;
|
|
2225
2239
|
});
|
|
2226
|
-
function
|
|
2240
|
+
function f() {
|
|
2227
2241
|
l.value = !0;
|
|
2228
2242
|
}
|
|
2229
2243
|
return {
|
|
@@ -2231,20 +2245,20 @@ function jt(e, t) {
|
|
|
2231
2245
|
isError: l,
|
|
2232
2246
|
hasError: s,
|
|
2233
2247
|
isSupport: a,
|
|
2234
|
-
handleError:
|
|
2248
|
+
handleError: f
|
|
2235
2249
|
};
|
|
2236
2250
|
}
|
|
2237
|
-
function
|
|
2251
|
+
function Lt() {
|
|
2238
2252
|
return { vImageCancel: {
|
|
2239
2253
|
beforeUnmount(t) {
|
|
2240
2254
|
!t || (t.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
|
2241
2255
|
}
|
|
2242
2256
|
} };
|
|
2243
2257
|
}
|
|
2244
|
-
const
|
|
2245
|
-
|
|
2246
|
-
],
|
|
2247
|
-
...
|
|
2258
|
+
const mo = ["title"], yo = { class: "tip" }, po = /* @__PURE__ */ Pt("\u5F53\u524D\u683C\u5F0F\u4E0D\u652F\u6301"), Do = [
|
|
2259
|
+
po
|
|
2260
|
+
], To = ["src"], No = ["src"], wo = ["title"], Eo = { inheritAttrs: !1 }, Io = /* @__PURE__ */ q({
|
|
2261
|
+
...Eo,
|
|
2248
2262
|
__name: "Image",
|
|
2249
2263
|
props: {
|
|
2250
2264
|
src: null,
|
|
@@ -2257,84 +2271,84 @@ const Do = ["title"], To = { class: "tip" }, No = /* @__PURE__ */ Xt("\u5F53\u52
|
|
|
2257
2271
|
},
|
|
2258
2272
|
emits: ["load", "noSupport", "loadError"],
|
|
2259
2273
|
setup(e, { emit: t }) {
|
|
2260
|
-
const n = e, o = m(), l = m(), s = m(!1), a = m(!1),
|
|
2261
|
-
component:
|
|
2274
|
+
const n = e, o = m(), l = m(), s = m(!1), a = m(!1), f = m(!1), { src: u, mime: r } = yt(n), { imgSrc: v, isSupport: c, hasError: M, handleError: d } = zt(u, r), { vImageCancel: i } = Lt(), { LoadingComp: g } = Et({
|
|
2275
|
+
component: hn,
|
|
2262
2276
|
delay: 300
|
|
2263
|
-
}),
|
|
2264
|
-
function
|
|
2277
|
+
}), D = Wt(() => f.value && n.autoRemoveThumbnail ? !1 : n.thumbnail && !f.value);
|
|
2278
|
+
function w() {
|
|
2265
2279
|
a.value = !0;
|
|
2266
2280
|
}
|
|
2267
|
-
function
|
|
2268
|
-
a.value && (
|
|
2281
|
+
function E() {
|
|
2282
|
+
a.value && (f.value = !0);
|
|
2269
2283
|
}
|
|
2270
2284
|
async function h() {
|
|
2271
|
-
|
|
2285
|
+
w(), D.value ? (o.value?.addEventListener("animationend", p), o.value?.classList.add("showing"), await ot(10)) : o.value && t("load", o.value), o.value?.classList.remove("src-class");
|
|
2272
2286
|
}
|
|
2273
|
-
function
|
|
2274
|
-
o.value?.removeEventListener("animationend",
|
|
2287
|
+
function p() {
|
|
2288
|
+
o.value?.removeEventListener("animationend", p), o.value?.classList.remove("showing"), o.value && t("load", o.value), E();
|
|
2275
2289
|
}
|
|
2276
|
-
async function
|
|
2277
|
-
|
|
2290
|
+
async function S(T) {
|
|
2291
|
+
T ? h() : l.value && t("load", l.value), s.value = !0;
|
|
2278
2292
|
}
|
|
2279
|
-
function
|
|
2280
|
-
|
|
2293
|
+
function O(T) {
|
|
2294
|
+
T ? (d(), t("loadError")) : w(), s.value = !0;
|
|
2281
2295
|
}
|
|
2282
2296
|
function N() {
|
|
2283
2297
|
t("noSupport");
|
|
2284
2298
|
}
|
|
2285
|
-
return (
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
title:
|
|
2299
|
+
return (T, I) => (U(), P(Qe, null, [
|
|
2300
|
+
L(c) && !s.value ? (U(), Ee(L(g), { key: 0 })) : fe("", !0),
|
|
2301
|
+
L(c) ? L(M) ? (U(), P("div", he({ key: 3 }, T.$attrs, {
|
|
2302
|
+
title: L(v),
|
|
2289
2303
|
class: "tip-wrap"
|
|
2290
2304
|
}), [
|
|
2291
|
-
ge(
|
|
2305
|
+
ge(we, {
|
|
2292
2306
|
class: "bad-image",
|
|
2293
2307
|
name: e.badImageIconName
|
|
2294
2308
|
}, null, 8, ["name"])
|
|
2295
|
-
], 16,
|
|
2309
|
+
], 16, wo)) : Ie(T.$slots, "default", {
|
|
2296
2310
|
key: 2,
|
|
2297
|
-
src:
|
|
2298
|
-
onLoad:
|
|
2299
|
-
onError:
|
|
2300
|
-
vImageCancel:
|
|
2311
|
+
src: L(v),
|
|
2312
|
+
onLoad: S,
|
|
2313
|
+
onError: O,
|
|
2314
|
+
vImageCancel: L(i)
|
|
2301
2315
|
}, () => [
|
|
2302
|
-
|
|
2316
|
+
L(D) ? re((U(), P("img", he({ key: 0 }, T.$attrs, {
|
|
2303
2317
|
ref_key: "thumbnailRef",
|
|
2304
2318
|
ref: l,
|
|
2305
|
-
onLoad:
|
|
2306
|
-
onError:
|
|
2319
|
+
onLoad: I[0] || (I[0] = (R) => S()),
|
|
2320
|
+
onError: I[1] || (I[1] = (R) => O()),
|
|
2307
2321
|
src: e.thumbnail
|
|
2308
|
-
}), null, 16,
|
|
2309
|
-
[
|
|
2322
|
+
}), null, 16, To)), [
|
|
2323
|
+
[L(i)]
|
|
2310
2324
|
]) : fe("", !0),
|
|
2311
|
-
e.isShowSrc || a.value ?
|
|
2325
|
+
e.isShowSrc || a.value ? re((U(), P("img", he({ key: 1 }, T.$attrs, {
|
|
2312
2326
|
ref_key: "srcRef",
|
|
2313
2327
|
ref: o,
|
|
2314
2328
|
class: "src-class",
|
|
2315
|
-
onLoad:
|
|
2316
|
-
onError:
|
|
2317
|
-
src:
|
|
2318
|
-
}), null, 16,
|
|
2319
|
-
[
|
|
2320
|
-
[
|
|
2329
|
+
onLoad: I[2] || (I[2] = (R) => S(!0)),
|
|
2330
|
+
onError: I[3] || (I[3] = (R) => O(!0)),
|
|
2331
|
+
src: L(v)
|
|
2332
|
+
}), null, 16, No)), [
|
|
2333
|
+
[L(i)],
|
|
2334
|
+
[Le, a.value]
|
|
2321
2335
|
]) : fe("", !0)
|
|
2322
|
-
], !0) : (U(),
|
|
2323
|
-
title:
|
|
2336
|
+
], !0) : (U(), P("div", he({ key: 1 }, T.$attrs, {
|
|
2337
|
+
title: L(v),
|
|
2324
2338
|
class: "tip-wrap"
|
|
2325
2339
|
}), [
|
|
2326
|
-
ge(
|
|
2340
|
+
ge(we, {
|
|
2327
2341
|
class: "no-support-icon",
|
|
2328
2342
|
name: e.noSupportIconName
|
|
2329
2343
|
}, null, 8, ["name"]),
|
|
2330
|
-
|
|
2331
|
-
[
|
|
2344
|
+
re((U(), P("span", yo, Do)), [
|
|
2345
|
+
[L(pt), N]
|
|
2332
2346
|
])
|
|
2333
|
-
], 16,
|
|
2347
|
+
], 16, mo))
|
|
2334
2348
|
], 64));
|
|
2335
2349
|
}
|
|
2336
2350
|
});
|
|
2337
|
-
const
|
|
2351
|
+
const Vo = /* @__PURE__ */ ne(Io, [["__scopeId", "data-v-bfec1a6b"]]), Ao = ["title"], zo = ["src"], Lo = ["title"], jo = /* @__PURE__ */ q({
|
|
2338
2352
|
__name: "Thumbnail",
|
|
2339
2353
|
props: {
|
|
2340
2354
|
src: null,
|
|
@@ -2342,86 +2356,86 @@ const qo = /* @__PURE__ */ oe(Lo, [["__scopeId", "data-v-bfec1a6b"]]), jo = ["ti
|
|
|
2342
2356
|
},
|
|
2343
2357
|
emits: ["noSupport"],
|
|
2344
2358
|
setup(e, { emit: t }) {
|
|
2345
|
-
const n = e, o = m(!1), { src: l, mime: s } =
|
|
2359
|
+
const n = e, o = m(!1), { src: l, mime: s } = yt(n), { imgSrc: a, hasError: f, isSupport: u, handleError: r } = zt(l, s), { vImageCancel: v } = Lt();
|
|
2346
2360
|
function c() {
|
|
2347
2361
|
t("noSupport");
|
|
2348
2362
|
}
|
|
2349
|
-
return (
|
|
2363
|
+
return (M, d) => L(u) ? L(f) ? (U(), P("div", {
|
|
2350
2364
|
key: 2,
|
|
2351
|
-
title:
|
|
2365
|
+
title: L(a),
|
|
2352
2366
|
class: "icon-wrap"
|
|
2353
2367
|
}, [
|
|
2354
|
-
ge(
|
|
2368
|
+
ge(we, {
|
|
2355
2369
|
class: "icon",
|
|
2356
2370
|
name: "\u56FE\u7247\u635F\u574F"
|
|
2357
2371
|
})
|
|
2358
|
-
], 8,
|
|
2372
|
+
], 8, Lo)) : re((U(), P("img", {
|
|
2359
2373
|
key: 1,
|
|
2360
2374
|
fetchpriority: "high",
|
|
2361
|
-
onLoad:
|
|
2362
|
-
onError:
|
|
2363
|
-
src:
|
|
2364
|
-
}, null, 40,
|
|
2365
|
-
[
|
|
2366
|
-
[
|
|
2367
|
-
]) : (U(),
|
|
2375
|
+
onLoad: d[0] || (d[0] = (i) => o.value = !0),
|
|
2376
|
+
onError: d[1] || (d[1] = (...i) => L(r) && L(r)(...i)),
|
|
2377
|
+
src: L(a)
|
|
2378
|
+
}, null, 40, zo)), [
|
|
2379
|
+
[L(v)],
|
|
2380
|
+
[Le, o.value]
|
|
2381
|
+
]) : (U(), P("div", {
|
|
2368
2382
|
key: 0,
|
|
2369
|
-
title:
|
|
2383
|
+
title: L(a),
|
|
2370
2384
|
class: "icon-wrap"
|
|
2371
2385
|
}, [
|
|
2372
|
-
|
|
2386
|
+
re(ge(we, {
|
|
2373
2387
|
class: "icon",
|
|
2374
2388
|
name: "\u672A\u77E5\u7C7B\u578B"
|
|
2375
2389
|
}, null, 512), [
|
|
2376
|
-
[
|
|
2390
|
+
[L(pt), c]
|
|
2377
2391
|
])
|
|
2378
|
-
], 8,
|
|
2392
|
+
], 8, Ao));
|
|
2379
2393
|
}
|
|
2380
2394
|
});
|
|
2381
|
-
const
|
|
2395
|
+
const Ko = /* @__PURE__ */ ne(jo, [["__scopeId", "data-v-2f606efa"]]);
|
|
2382
2396
|
export {
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2397
|
+
hn as DefaultLoading,
|
|
2398
|
+
Vo as Image,
|
|
2399
|
+
Zo as Loading,
|
|
2400
|
+
jn as LoadingToast,
|
|
2401
|
+
Bo as PageLoading,
|
|
2402
|
+
lo as PullRefresh,
|
|
2403
|
+
Wo as ScrollBar,
|
|
2404
|
+
we as SvgIcon,
|
|
2405
|
+
Ko as Thumbnail,
|
|
2406
|
+
Fo as ToastCreator,
|
|
2407
|
+
Xo as VirtualList,
|
|
2408
|
+
Ge as allSelectedKey,
|
|
2409
|
+
rn as closeDialogKey,
|
|
2410
|
+
Qo as dialogController,
|
|
2411
|
+
_e as getTransform,
|
|
2412
|
+
tt as isAllSelectedKey,
|
|
2413
|
+
Ke as isSelectedKey,
|
|
2414
|
+
Nt as itemKeyKey,
|
|
2415
|
+
Bn as once,
|
|
2416
|
+
Je as selectAllKey,
|
|
2417
|
+
qe as selectKey,
|
|
2418
|
+
nt as selectedCountKey,
|
|
2419
|
+
Ze as toggleAllKey,
|
|
2420
|
+
Ve as toggleKey,
|
|
2421
|
+
De as unselectAllKey,
|
|
2422
|
+
et as unselectKey,
|
|
2423
|
+
Po as useBackPress,
|
|
2424
|
+
Uo as useDelayAsync,
|
|
2425
|
+
Yo as useDelayLoad,
|
|
2426
|
+
Et as useDelayLoadComp,
|
|
2427
|
+
$o as useDownDrag,
|
|
2428
|
+
wt as useDragSelect,
|
|
2429
|
+
ko as useDragSelectByMobile,
|
|
2430
|
+
bo as useDragSelectByPc,
|
|
2431
|
+
Yn as useRouterActivated,
|
|
2432
|
+
Ho as useScaleImageByMobile,
|
|
2433
|
+
Ro as useScaleImageByPc,
|
|
2434
|
+
Oo as useSelectable,
|
|
2435
|
+
_o as useSelectableByBase,
|
|
2436
|
+
So as useSelectableInjectors,
|
|
2437
|
+
un as useVirtualList,
|
|
2438
|
+
Co as vDebounceClick,
|
|
2439
|
+
pt as vEnter,
|
|
2440
|
+
Ft as vSingleClick
|
|
2427
2441
|
};
|