@xuda.io/xuda-widget-plugin-xuda-drive 1.0.64 → 1.0.65
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/floating-ui/core@1.1.1.js +763 -0
- package/floating-ui/dom@1.1.1.js +504 -0
- package/floating-vue@5.2.2/floating-vue.umd.js +1751 -0
- package/floating-vue@5.2.2/style.css +181 -0
- package/moment.min.2.30.1.js +3381 -0
- package/package.json +1 -1
- package/runtime.mjs +52 -136
- package/swiper-bundle.min.11.1.14.css +705 -0
- package/swiper-bundle.min.11.1.14.js +7572 -0
- package/tailwind.cdn.js +27199 -0
- package/vue.global.3.5.6.js +19299 -0
- package/vuewuse/core.js +6715 -0
- package/vuewuse/shared.js +1461 -0
|
@@ -0,0 +1,1461 @@
|
|
|
1
|
+
var _VueDemiGlobal =
|
|
2
|
+
typeof globalThis < "u"
|
|
3
|
+
? globalThis
|
|
4
|
+
: typeof global < "u"
|
|
5
|
+
? global
|
|
6
|
+
: typeof self < "u"
|
|
7
|
+
? self
|
|
8
|
+
: this,
|
|
9
|
+
VueDemi = (function (c, u, E) {
|
|
10
|
+
if (c.install) return c;
|
|
11
|
+
if (!u)
|
|
12
|
+
return (
|
|
13
|
+
console.error(
|
|
14
|
+
"[vue-demi] no Vue instance found, please be sure to import `vue` before `vue-demi`."
|
|
15
|
+
),
|
|
16
|
+
c
|
|
17
|
+
);
|
|
18
|
+
if (u.version.slice(0, 4) === "2.7.") {
|
|
19
|
+
let v = function (T, A) {
|
|
20
|
+
var P,
|
|
21
|
+
_ = {},
|
|
22
|
+
U = {
|
|
23
|
+
config: u.config,
|
|
24
|
+
use: u.use.bind(u),
|
|
25
|
+
mixin: u.mixin.bind(u),
|
|
26
|
+
component: u.component.bind(u),
|
|
27
|
+
provide: function (I, F) {
|
|
28
|
+
return (_[I] = F), this;
|
|
29
|
+
},
|
|
30
|
+
directive: function (I, F) {
|
|
31
|
+
return F ? (u.directive(I, F), U) : u.directive(I);
|
|
32
|
+
},
|
|
33
|
+
mount: function (I, F) {
|
|
34
|
+
return (
|
|
35
|
+
P ||
|
|
36
|
+
((P = new u(
|
|
37
|
+
Object.assign({ propsData: A }, T, {
|
|
38
|
+
provide: Object.assign(_, T.provide),
|
|
39
|
+
})
|
|
40
|
+
)),
|
|
41
|
+
P.$mount(I, F),
|
|
42
|
+
P)
|
|
43
|
+
);
|
|
44
|
+
},
|
|
45
|
+
unmount: function () {
|
|
46
|
+
P && (P.$destroy(), (P = void 0));
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
return U;
|
|
50
|
+
};
|
|
51
|
+
var M = v;
|
|
52
|
+
for (var S in u) c[S] = u[S];
|
|
53
|
+
(c.isVue2 = !0),
|
|
54
|
+
(c.isVue3 = !1),
|
|
55
|
+
(c.install = function () {}),
|
|
56
|
+
(c.Vue = u),
|
|
57
|
+
(c.Vue2 = u),
|
|
58
|
+
(c.version = u.version),
|
|
59
|
+
(c.warn = u.util.warn),
|
|
60
|
+
(c.hasInjectionContext = function () {
|
|
61
|
+
return !!c.getCurrentInstance();
|
|
62
|
+
}),
|
|
63
|
+
(c.createApp = v);
|
|
64
|
+
} else if (u.version.slice(0, 2) === "2.")
|
|
65
|
+
if (E) {
|
|
66
|
+
for (var S in E) c[S] = E[S];
|
|
67
|
+
(c.isVue2 = !0),
|
|
68
|
+
(c.isVue3 = !1),
|
|
69
|
+
(c.install = function () {}),
|
|
70
|
+
(c.Vue = u),
|
|
71
|
+
(c.Vue2 = u),
|
|
72
|
+
(c.version = u.version),
|
|
73
|
+
(c.hasInjectionContext = function () {
|
|
74
|
+
return !!c.getCurrentInstance();
|
|
75
|
+
});
|
|
76
|
+
} else
|
|
77
|
+
console.error(
|
|
78
|
+
"[vue-demi] no VueCompositionAPI instance found, please be sure to import `@vue/composition-api` before `vue-demi`."
|
|
79
|
+
);
|
|
80
|
+
else if (u.version.slice(0, 2) === "3.") {
|
|
81
|
+
for (var S in u) c[S] = u[S];
|
|
82
|
+
(c.isVue2 = !1),
|
|
83
|
+
(c.isVue3 = !0),
|
|
84
|
+
(c.install = function () {}),
|
|
85
|
+
(c.Vue = u),
|
|
86
|
+
(c.Vue2 = void 0),
|
|
87
|
+
(c.version = u.version),
|
|
88
|
+
(c.set = function (v, T, A) {
|
|
89
|
+
return Array.isArray(v)
|
|
90
|
+
? ((v.length = Math.max(v.length, T)), v.splice(T, 1, A), A)
|
|
91
|
+
: ((v[T] = A), A);
|
|
92
|
+
}),
|
|
93
|
+
(c.del = function (v, T) {
|
|
94
|
+
if (Array.isArray(v)) {
|
|
95
|
+
v.splice(T, 1);
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
delete v[T];
|
|
99
|
+
});
|
|
100
|
+
} else
|
|
101
|
+
console.error("[vue-demi] Vue version " + u.version + " is unsupported.");
|
|
102
|
+
return c;
|
|
103
|
+
})(
|
|
104
|
+
(_VueDemiGlobal.VueDemi =
|
|
105
|
+
_VueDemiGlobal.VueDemi || (typeof VueDemi < "u" ? VueDemi : {})),
|
|
106
|
+
_VueDemiGlobal.Vue || (typeof Vue < "u" ? Vue : void 0),
|
|
107
|
+
_VueDemiGlobal.VueCompositionAPI ||
|
|
108
|
+
(typeof VueCompositionAPI < "u" ? VueCompositionAPI : void 0)
|
|
109
|
+
);
|
|
110
|
+
(function (c, u) {
|
|
111
|
+
"use strict";
|
|
112
|
+
function E(t, e) {
|
|
113
|
+
var n;
|
|
114
|
+
const r = u.shallowRef();
|
|
115
|
+
return (
|
|
116
|
+
u.watchEffect(
|
|
117
|
+
() => {
|
|
118
|
+
r.value = t();
|
|
119
|
+
},
|
|
120
|
+
{ ...e, flush: (n = e?.flush) != null ? n : "sync" }
|
|
121
|
+
),
|
|
122
|
+
u.readonly(r)
|
|
123
|
+
);
|
|
124
|
+
}
|
|
125
|
+
function S(t, e) {
|
|
126
|
+
let n, r, o;
|
|
127
|
+
const i = u.ref(!0),
|
|
128
|
+
l = () => {
|
|
129
|
+
(i.value = !0), o();
|
|
130
|
+
};
|
|
131
|
+
u.watch(t, l, { flush: "sync" });
|
|
132
|
+
const a = typeof e == "function" ? e : e.get,
|
|
133
|
+
f = typeof e == "function" ? void 0 : e.set,
|
|
134
|
+
g = u.customRef(
|
|
135
|
+
(y, h) => (
|
|
136
|
+
(r = y),
|
|
137
|
+
(o = h),
|
|
138
|
+
{
|
|
139
|
+
get() {
|
|
140
|
+
return i.value && ((n = a(n)), (i.value = !1)), r(), n;
|
|
141
|
+
},
|
|
142
|
+
set(d) {
|
|
143
|
+
f?.(d);
|
|
144
|
+
},
|
|
145
|
+
}
|
|
146
|
+
)
|
|
147
|
+
);
|
|
148
|
+
return Object.isExtensible(g) && (g.trigger = l), g;
|
|
149
|
+
}
|
|
150
|
+
function M(t) {
|
|
151
|
+
return u.getCurrentScope() ? (u.onScopeDispose(t), !0) : !1;
|
|
152
|
+
}
|
|
153
|
+
function v() {
|
|
154
|
+
const t = new Set(),
|
|
155
|
+
e = (o) => {
|
|
156
|
+
t.delete(o);
|
|
157
|
+
};
|
|
158
|
+
return {
|
|
159
|
+
on: (o) => {
|
|
160
|
+
t.add(o);
|
|
161
|
+
const i = () => e(o);
|
|
162
|
+
return M(i), { off: i };
|
|
163
|
+
},
|
|
164
|
+
off: e,
|
|
165
|
+
trigger: (...o) => Promise.all(Array.from(t).map((i) => i(...o))),
|
|
166
|
+
};
|
|
167
|
+
}
|
|
168
|
+
function T(t) {
|
|
169
|
+
let e = !1,
|
|
170
|
+
n;
|
|
171
|
+
const r = u.effectScope(!0);
|
|
172
|
+
return (...o) => (e || ((n = r.run(() => t(...o))), (e = !0)), n);
|
|
173
|
+
}
|
|
174
|
+
const A = new WeakMap(),
|
|
175
|
+
P = (...t) => {
|
|
176
|
+
var e;
|
|
177
|
+
const n = t[0],
|
|
178
|
+
r = (e = u.getCurrentInstance()) == null ? void 0 : e.proxy;
|
|
179
|
+
if (r == null) throw new Error("injectLocal must be called in setup");
|
|
180
|
+
return A.has(r) && n in A.get(r) ? A.get(r)[n] : u.inject(...t);
|
|
181
|
+
},
|
|
182
|
+
_ = (t, e) => {
|
|
183
|
+
var n;
|
|
184
|
+
const r = (n = u.getCurrentInstance()) == null ? void 0 : n.proxy;
|
|
185
|
+
if (r == null) throw new Error("provideLocal must be called in setup");
|
|
186
|
+
A.has(r) || A.set(r, Object.create(null));
|
|
187
|
+
const o = A.get(r);
|
|
188
|
+
(o[t] = e), u.provide(t, e);
|
|
189
|
+
};
|
|
190
|
+
function U(t, e) {
|
|
191
|
+
const n = e?.injectionKey || Symbol(t.name || "InjectionState"),
|
|
192
|
+
r = e?.defaultValue;
|
|
193
|
+
return [
|
|
194
|
+
(...l) => {
|
|
195
|
+
const a = t(...l);
|
|
196
|
+
return _(n, a), a;
|
|
197
|
+
},
|
|
198
|
+
() => P(n, r),
|
|
199
|
+
];
|
|
200
|
+
}
|
|
201
|
+
function I(t) {
|
|
202
|
+
let e = 0,
|
|
203
|
+
n,
|
|
204
|
+
r;
|
|
205
|
+
const o = () => {
|
|
206
|
+
(e -= 1), r && e <= 0 && (r.stop(), (n = void 0), (r = void 0));
|
|
207
|
+
};
|
|
208
|
+
return (...i) => (
|
|
209
|
+
(e += 1),
|
|
210
|
+
r || ((r = u.effectScope(!0)), (n = r.run(() => t(...i)))),
|
|
211
|
+
M(o),
|
|
212
|
+
n
|
|
213
|
+
);
|
|
214
|
+
}
|
|
215
|
+
function F(t, e, { enumerable: n = !1, unwrap: r = !0 } = {}) {
|
|
216
|
+
if (!u.isVue3 && !u.version.startsWith("2.7.")) {
|
|
217
|
+
if (process.env.NODE_ENV !== "production")
|
|
218
|
+
throw new Error("[VueUse] extendRef only works in Vue 2.7 or above.");
|
|
219
|
+
return;
|
|
220
|
+
}
|
|
221
|
+
for (const [o, i] of Object.entries(e))
|
|
222
|
+
o !== "value" &&
|
|
223
|
+
(u.isRef(i) && r
|
|
224
|
+
? Object.defineProperty(t, o, {
|
|
225
|
+
get() {
|
|
226
|
+
return i.value;
|
|
227
|
+
},
|
|
228
|
+
set(l) {
|
|
229
|
+
i.value = l;
|
|
230
|
+
},
|
|
231
|
+
enumerable: n,
|
|
232
|
+
})
|
|
233
|
+
: Object.defineProperty(t, o, { value: i, enumerable: n }));
|
|
234
|
+
return t;
|
|
235
|
+
}
|
|
236
|
+
function wt(t, e) {
|
|
237
|
+
return e == null ? u.unref(t) : u.unref(t)[e];
|
|
238
|
+
}
|
|
239
|
+
function mt(t) {
|
|
240
|
+
return u.unref(t) != null;
|
|
241
|
+
}
|
|
242
|
+
function pt(t, e) {
|
|
243
|
+
if (typeof Symbol < "u") {
|
|
244
|
+
const n = { ...t };
|
|
245
|
+
return (
|
|
246
|
+
Object.defineProperty(n, Symbol.iterator, {
|
|
247
|
+
enumerable: !1,
|
|
248
|
+
value() {
|
|
249
|
+
let r = 0;
|
|
250
|
+
return { next: () => ({ value: e[r++], done: r > e.length }) };
|
|
251
|
+
},
|
|
252
|
+
}),
|
|
253
|
+
n
|
|
254
|
+
);
|
|
255
|
+
} else return Object.assign([...e], t);
|
|
256
|
+
}
|
|
257
|
+
function s(t) {
|
|
258
|
+
return typeof t == "function" ? t() : u.unref(t);
|
|
259
|
+
}
|
|
260
|
+
const vt = s;
|
|
261
|
+
function Y(t, e) {
|
|
262
|
+
const n = e?.computedGetter === !1 ? u.unref : s;
|
|
263
|
+
return function (...r) {
|
|
264
|
+
return u.computed(() =>
|
|
265
|
+
t.apply(
|
|
266
|
+
this,
|
|
267
|
+
r.map((o) => n(o))
|
|
268
|
+
)
|
|
269
|
+
);
|
|
270
|
+
};
|
|
271
|
+
}
|
|
272
|
+
function bt(t, e = {}) {
|
|
273
|
+
let n = [],
|
|
274
|
+
r;
|
|
275
|
+
if (Array.isArray(e)) n = e;
|
|
276
|
+
else {
|
|
277
|
+
r = e;
|
|
278
|
+
const { includeOwnProperties: o = !0 } = e;
|
|
279
|
+
n.push(...Object.keys(t)), o && n.push(...Object.getOwnPropertyNames(t));
|
|
280
|
+
}
|
|
281
|
+
return Object.fromEntries(
|
|
282
|
+
n.map((o) => {
|
|
283
|
+
const i = t[o];
|
|
284
|
+
return [o, typeof i == "function" ? Y(i.bind(t), r) : i];
|
|
285
|
+
})
|
|
286
|
+
);
|
|
287
|
+
}
|
|
288
|
+
function D(t) {
|
|
289
|
+
if (!u.isRef(t)) return u.reactive(t);
|
|
290
|
+
const e = new Proxy(
|
|
291
|
+
{},
|
|
292
|
+
{
|
|
293
|
+
get(n, r, o) {
|
|
294
|
+
return u.unref(Reflect.get(t.value, r, o));
|
|
295
|
+
},
|
|
296
|
+
set(n, r, o) {
|
|
297
|
+
return (
|
|
298
|
+
u.isRef(t.value[r]) && !u.isRef(o)
|
|
299
|
+
? (t.value[r].value = o)
|
|
300
|
+
: (t.value[r] = o),
|
|
301
|
+
!0
|
|
302
|
+
);
|
|
303
|
+
},
|
|
304
|
+
deleteProperty(n, r) {
|
|
305
|
+
return Reflect.deleteProperty(t.value, r);
|
|
306
|
+
},
|
|
307
|
+
has(n, r) {
|
|
308
|
+
return Reflect.has(t.value, r);
|
|
309
|
+
},
|
|
310
|
+
ownKeys() {
|
|
311
|
+
return Object.keys(t.value);
|
|
312
|
+
},
|
|
313
|
+
getOwnPropertyDescriptor() {
|
|
314
|
+
return { enumerable: !0, configurable: !0 };
|
|
315
|
+
},
|
|
316
|
+
}
|
|
317
|
+
);
|
|
318
|
+
return u.reactive(e);
|
|
319
|
+
}
|
|
320
|
+
function G(t) {
|
|
321
|
+
return D(u.computed(t));
|
|
322
|
+
}
|
|
323
|
+
function At(t, ...e) {
|
|
324
|
+
const n = e.flat(),
|
|
325
|
+
r = n[0];
|
|
326
|
+
return G(() =>
|
|
327
|
+
Object.fromEntries(
|
|
328
|
+
typeof r == "function"
|
|
329
|
+
? Object.entries(u.toRefs(t)).filter(([o, i]) => !r(s(i), o))
|
|
330
|
+
: Object.entries(u.toRefs(t)).filter((o) => !n.includes(o[0]))
|
|
331
|
+
)
|
|
332
|
+
);
|
|
333
|
+
}
|
|
334
|
+
const Ot = {
|
|
335
|
+
mounted: u.isVue3 ? "mounted" : "inserted",
|
|
336
|
+
updated: u.isVue3 ? "updated" : "componentUpdated",
|
|
337
|
+
unmounted: u.isVue3 ? "unmounted" : "unbind",
|
|
338
|
+
},
|
|
339
|
+
j = typeof window < "u" && typeof document < "u",
|
|
340
|
+
St =
|
|
341
|
+
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope,
|
|
342
|
+
Tt = (t) => typeof t < "u",
|
|
343
|
+
Pt = (t) => t != null,
|
|
344
|
+
Ft = (t, ...e) => {
|
|
345
|
+
t || console.warn(...e);
|
|
346
|
+
},
|
|
347
|
+
Mt = Object.prototype.toString,
|
|
348
|
+
tt = (t) => Mt.call(t) === "[object Object]",
|
|
349
|
+
It = () => Date.now(),
|
|
350
|
+
et = () => +Date.now(),
|
|
351
|
+
Ct = (t, e, n) => Math.min(n, Math.max(e, t)),
|
|
352
|
+
C = () => {},
|
|
353
|
+
Rt = (t, e) => (
|
|
354
|
+
(t = Math.ceil(t)),
|
|
355
|
+
(e = Math.floor(e)),
|
|
356
|
+
Math.floor(Math.random() * (e - t + 1)) + t
|
|
357
|
+
),
|
|
358
|
+
Et = (t, e) => Object.prototype.hasOwnProperty.call(t, e),
|
|
359
|
+
kt = _t();
|
|
360
|
+
function _t() {
|
|
361
|
+
var t, e;
|
|
362
|
+
return (
|
|
363
|
+
j &&
|
|
364
|
+
((t = window?.navigator) == null ? void 0 : t.userAgent) &&
|
|
365
|
+
(/iP(?:ad|hone|od)/.test(window.navigator.userAgent) ||
|
|
366
|
+
(((e = window?.navigator) == null ? void 0 : e.maxTouchPoints) > 2 &&
|
|
367
|
+
/iPad|Macintosh/.test(window?.navigator.userAgent)))
|
|
368
|
+
);
|
|
369
|
+
}
|
|
370
|
+
function N(t, e) {
|
|
371
|
+
function n(...r) {
|
|
372
|
+
return new Promise((o, i) => {
|
|
373
|
+
Promise.resolve(
|
|
374
|
+
t(() => e.apply(this, r), { fn: e, thisArg: this, args: r })
|
|
375
|
+
)
|
|
376
|
+
.then(o)
|
|
377
|
+
.catch(i);
|
|
378
|
+
});
|
|
379
|
+
}
|
|
380
|
+
return n;
|
|
381
|
+
}
|
|
382
|
+
const B = (t) => t();
|
|
383
|
+
function z(t, e = {}) {
|
|
384
|
+
let n,
|
|
385
|
+
r,
|
|
386
|
+
o = C;
|
|
387
|
+
const i = (a) => {
|
|
388
|
+
clearTimeout(a), o(), (o = C);
|
|
389
|
+
};
|
|
390
|
+
return (a) => {
|
|
391
|
+
const f = s(t),
|
|
392
|
+
g = s(e.maxWait);
|
|
393
|
+
return (
|
|
394
|
+
n && i(n),
|
|
395
|
+
f <= 0 || (g !== void 0 && g <= 0)
|
|
396
|
+
? (r && (i(r), (r = null)), Promise.resolve(a()))
|
|
397
|
+
: new Promise((y, h) => {
|
|
398
|
+
(o = e.rejectOnCancel ? h : y),
|
|
399
|
+
g &&
|
|
400
|
+
!r &&
|
|
401
|
+
(r = setTimeout(() => {
|
|
402
|
+
n && i(n), (r = null), y(a());
|
|
403
|
+
}, g)),
|
|
404
|
+
(n = setTimeout(() => {
|
|
405
|
+
r && i(r), (r = null), y(a());
|
|
406
|
+
}, f));
|
|
407
|
+
})
|
|
408
|
+
);
|
|
409
|
+
};
|
|
410
|
+
}
|
|
411
|
+
function q(...t) {
|
|
412
|
+
let e = 0,
|
|
413
|
+
n,
|
|
414
|
+
r = !0,
|
|
415
|
+
o = C,
|
|
416
|
+
i,
|
|
417
|
+
l,
|
|
418
|
+
a,
|
|
419
|
+
f,
|
|
420
|
+
g;
|
|
421
|
+
!u.isRef(t[0]) && typeof t[0] == "object"
|
|
422
|
+
? ({
|
|
423
|
+
delay: l,
|
|
424
|
+
trailing: a = !0,
|
|
425
|
+
leading: f = !0,
|
|
426
|
+
rejectOnCancel: g = !1,
|
|
427
|
+
} = t[0])
|
|
428
|
+
: ([l, a = !0, f = !0, g = !1] = t);
|
|
429
|
+
const y = () => {
|
|
430
|
+
n && (clearTimeout(n), (n = void 0), o(), (o = C));
|
|
431
|
+
};
|
|
432
|
+
return (d) => {
|
|
433
|
+
const w = s(l),
|
|
434
|
+
m = Date.now() - e,
|
|
435
|
+
b = () => (i = d());
|
|
436
|
+
return (
|
|
437
|
+
y(),
|
|
438
|
+
w <= 0
|
|
439
|
+
? ((e = Date.now()), b())
|
|
440
|
+
: (m > w && (f || !r)
|
|
441
|
+
? ((e = Date.now()), b())
|
|
442
|
+
: a &&
|
|
443
|
+
(i = new Promise((p, O) => {
|
|
444
|
+
(o = g ? O : p),
|
|
445
|
+
(n = setTimeout(() => {
|
|
446
|
+
(e = Date.now()), (r = !0), p(b()), y();
|
|
447
|
+
}, Math.max(0, w - m)));
|
|
448
|
+
})),
|
|
449
|
+
!f && !n && (n = setTimeout(() => (r = !0), w)),
|
|
450
|
+
(r = !1),
|
|
451
|
+
i)
|
|
452
|
+
);
|
|
453
|
+
};
|
|
454
|
+
}
|
|
455
|
+
function nt(t = B) {
|
|
456
|
+
const e = u.ref(!0);
|
|
457
|
+
function n() {
|
|
458
|
+
e.value = !1;
|
|
459
|
+
}
|
|
460
|
+
function r() {
|
|
461
|
+
e.value = !0;
|
|
462
|
+
}
|
|
463
|
+
const o = (...i) => {
|
|
464
|
+
e.value && t(...i);
|
|
465
|
+
};
|
|
466
|
+
return { isActive: u.readonly(e), pause: n, resume: r, eventFilter: o };
|
|
467
|
+
}
|
|
468
|
+
function rt(t) {
|
|
469
|
+
const e = Object.create(null);
|
|
470
|
+
return (n) => e[n] || (e[n] = t(n));
|
|
471
|
+
}
|
|
472
|
+
const jt = /\B([A-Z])/g,
|
|
473
|
+
Nt = rt((t) => t.replace(jt, "-$1").toLowerCase()),
|
|
474
|
+
Lt = /-(\w)/g,
|
|
475
|
+
Wt = rt((t) => t.replace(Lt, (e, n) => (n ? n.toUpperCase() : "")));
|
|
476
|
+
function Z(t, e = !1, n = "Timeout") {
|
|
477
|
+
return new Promise((r, o) => {
|
|
478
|
+
setTimeout(e ? () => o(n) : r, t);
|
|
479
|
+
});
|
|
480
|
+
}
|
|
481
|
+
function Ut(t) {
|
|
482
|
+
return t;
|
|
483
|
+
}
|
|
484
|
+
function Bt(t) {
|
|
485
|
+
let e;
|
|
486
|
+
function n() {
|
|
487
|
+
return e || (e = t()), e;
|
|
488
|
+
}
|
|
489
|
+
return (
|
|
490
|
+
(n.reset = async () => {
|
|
491
|
+
const r = e;
|
|
492
|
+
(e = void 0), r && (await r);
|
|
493
|
+
}),
|
|
494
|
+
n
|
|
495
|
+
);
|
|
496
|
+
}
|
|
497
|
+
function $t(t) {
|
|
498
|
+
return t();
|
|
499
|
+
}
|
|
500
|
+
function ot(t, ...e) {
|
|
501
|
+
return e.some((n) => n in t);
|
|
502
|
+
}
|
|
503
|
+
function Ht(t, e) {
|
|
504
|
+
var n;
|
|
505
|
+
if (typeof t == "number") return t + e;
|
|
506
|
+
const r = ((n = t.match(/^-?\d+\.?\d*/)) == null ? void 0 : n[0]) || "",
|
|
507
|
+
o = t.slice(r.length),
|
|
508
|
+
i = Number.parseFloat(r) + e;
|
|
509
|
+
return Number.isNaN(i) ? t : i + o;
|
|
510
|
+
}
|
|
511
|
+
function Yt(t, e, n = !1) {
|
|
512
|
+
return e.reduce(
|
|
513
|
+
(r, o) => (o in t && (!n || t[o] !== void 0) && (r[o] = t[o]), r),
|
|
514
|
+
{}
|
|
515
|
+
);
|
|
516
|
+
}
|
|
517
|
+
function Gt(t, e, n = !1) {
|
|
518
|
+
return Object.fromEntries(
|
|
519
|
+
Object.entries(t).filter(
|
|
520
|
+
([r, o]) => (!n || o !== void 0) && !e.includes(r)
|
|
521
|
+
)
|
|
522
|
+
);
|
|
523
|
+
}
|
|
524
|
+
function zt(t) {
|
|
525
|
+
return Object.entries(t);
|
|
526
|
+
}
|
|
527
|
+
function L(t) {
|
|
528
|
+
return t || u.getCurrentInstance();
|
|
529
|
+
}
|
|
530
|
+
function J(...t) {
|
|
531
|
+
if (t.length !== 1) return u.toRef(...t);
|
|
532
|
+
const e = t[0];
|
|
533
|
+
return typeof e == "function"
|
|
534
|
+
? u.readonly(u.customRef(() => ({ get: e, set: C })))
|
|
535
|
+
: u.ref(e);
|
|
536
|
+
}
|
|
537
|
+
const qt = J;
|
|
538
|
+
function Zt(t, ...e) {
|
|
539
|
+
const n = e.flat(),
|
|
540
|
+
r = n[0];
|
|
541
|
+
return G(() =>
|
|
542
|
+
Object.fromEntries(
|
|
543
|
+
typeof r == "function"
|
|
544
|
+
? Object.entries(u.toRefs(t)).filter(([o, i]) => r(s(i), o))
|
|
545
|
+
: n.map((o) => [o, J(t, o)])
|
|
546
|
+
)
|
|
547
|
+
);
|
|
548
|
+
}
|
|
549
|
+
function ct(t, e = 1e4) {
|
|
550
|
+
return u.customRef((n, r) => {
|
|
551
|
+
let o = s(t),
|
|
552
|
+
i;
|
|
553
|
+
const l = () =>
|
|
554
|
+
setTimeout(() => {
|
|
555
|
+
(o = s(t)), r();
|
|
556
|
+
}, s(e));
|
|
557
|
+
return (
|
|
558
|
+
M(() => {
|
|
559
|
+
clearTimeout(i);
|
|
560
|
+
}),
|
|
561
|
+
{
|
|
562
|
+
get() {
|
|
563
|
+
return n(), o;
|
|
564
|
+
},
|
|
565
|
+
set(a) {
|
|
566
|
+
(o = a), r(), clearTimeout(i), (i = l());
|
|
567
|
+
},
|
|
568
|
+
}
|
|
569
|
+
);
|
|
570
|
+
});
|
|
571
|
+
}
|
|
572
|
+
function ut(t, e = 200, n = {}) {
|
|
573
|
+
return N(z(e, n), t);
|
|
574
|
+
}
|
|
575
|
+
function X(t, e = 200, n = {}) {
|
|
576
|
+
const r = u.ref(t.value),
|
|
577
|
+
o = ut(
|
|
578
|
+
() => {
|
|
579
|
+
r.value = t.value;
|
|
580
|
+
},
|
|
581
|
+
e,
|
|
582
|
+
n
|
|
583
|
+
);
|
|
584
|
+
return u.watch(t, () => o()), r;
|
|
585
|
+
}
|
|
586
|
+
function Jt(t, e) {
|
|
587
|
+
return u.computed({
|
|
588
|
+
get() {
|
|
589
|
+
var n;
|
|
590
|
+
return (n = t.value) != null ? n : e;
|
|
591
|
+
},
|
|
592
|
+
set(n) {
|
|
593
|
+
t.value = n;
|
|
594
|
+
},
|
|
595
|
+
});
|
|
596
|
+
}
|
|
597
|
+
function it(t, e = 200, n = !1, r = !0, o = !1) {
|
|
598
|
+
return N(q(e, n, r, o), t);
|
|
599
|
+
}
|
|
600
|
+
function K(t, e = 200, n = !0, r = !0) {
|
|
601
|
+
if (e <= 0) return t;
|
|
602
|
+
const o = u.ref(t.value),
|
|
603
|
+
i = it(
|
|
604
|
+
() => {
|
|
605
|
+
o.value = t.value;
|
|
606
|
+
},
|
|
607
|
+
e,
|
|
608
|
+
n,
|
|
609
|
+
r
|
|
610
|
+
);
|
|
611
|
+
return u.watch(t, () => i()), o;
|
|
612
|
+
}
|
|
613
|
+
function at(t, e = {}) {
|
|
614
|
+
let n = t,
|
|
615
|
+
r,
|
|
616
|
+
o;
|
|
617
|
+
const i = u.customRef(
|
|
618
|
+
(d, w) => (
|
|
619
|
+
(r = d),
|
|
620
|
+
(o = w),
|
|
621
|
+
{
|
|
622
|
+
get() {
|
|
623
|
+
return l();
|
|
624
|
+
},
|
|
625
|
+
set(m) {
|
|
626
|
+
a(m);
|
|
627
|
+
},
|
|
628
|
+
}
|
|
629
|
+
)
|
|
630
|
+
);
|
|
631
|
+
function l(d = !0) {
|
|
632
|
+
return d && r(), n;
|
|
633
|
+
}
|
|
634
|
+
function a(d, w = !0) {
|
|
635
|
+
var m, b;
|
|
636
|
+
if (d === n) return;
|
|
637
|
+
const p = n;
|
|
638
|
+
((m = e.onBeforeChange) == null ? void 0 : m.call(e, d, p)) !== !1 &&
|
|
639
|
+
((n = d), (b = e.onChanged) == null || b.call(e, d, p), w && o());
|
|
640
|
+
}
|
|
641
|
+
return F(
|
|
642
|
+
i,
|
|
643
|
+
{
|
|
644
|
+
get: l,
|
|
645
|
+
set: a,
|
|
646
|
+
untrackedGet: () => l(!1),
|
|
647
|
+
silentSet: (d) => a(d, !1),
|
|
648
|
+
peek: () => l(!1),
|
|
649
|
+
lay: (d) => a(d, !1),
|
|
650
|
+
},
|
|
651
|
+
{ enumerable: !0 }
|
|
652
|
+
);
|
|
653
|
+
}
|
|
654
|
+
const Xt = at;
|
|
655
|
+
function Kt(...t) {
|
|
656
|
+
if (t.length === 2) {
|
|
657
|
+
const [e, n] = t;
|
|
658
|
+
e.value = n;
|
|
659
|
+
}
|
|
660
|
+
if (t.length === 3)
|
|
661
|
+
if (u.isVue2) u.set(...t);
|
|
662
|
+
else {
|
|
663
|
+
const [e, n, r] = t;
|
|
664
|
+
e[n] = r;
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
function W(t, e, n = {}) {
|
|
668
|
+
const { eventFilter: r = B, ...o } = n;
|
|
669
|
+
return u.watch(t, N(r, e), o);
|
|
670
|
+
}
|
|
671
|
+
function $(t, e, n = {}) {
|
|
672
|
+
const { eventFilter: r, ...o } = n,
|
|
673
|
+
{ eventFilter: i, pause: l, resume: a, isActive: f } = nt(r);
|
|
674
|
+
return {
|
|
675
|
+
stop: W(t, e, { ...o, eventFilter: i }),
|
|
676
|
+
pause: l,
|
|
677
|
+
resume: a,
|
|
678
|
+
isActive: f,
|
|
679
|
+
};
|
|
680
|
+
}
|
|
681
|
+
function Qt(t, e, ...[n]) {
|
|
682
|
+
const {
|
|
683
|
+
flush: r = "sync",
|
|
684
|
+
deep: o = !1,
|
|
685
|
+
immediate: i = !0,
|
|
686
|
+
direction: l = "both",
|
|
687
|
+
transform: a = {},
|
|
688
|
+
} = n || {},
|
|
689
|
+
f = [],
|
|
690
|
+
g = ("ltr" in a && a.ltr) || ((d) => d),
|
|
691
|
+
y = ("rtl" in a && a.rtl) || ((d) => d);
|
|
692
|
+
return (
|
|
693
|
+
(l === "both" || l === "ltr") &&
|
|
694
|
+
f.push(
|
|
695
|
+
$(
|
|
696
|
+
t,
|
|
697
|
+
(d) => {
|
|
698
|
+
f.forEach((w) => w.pause()),
|
|
699
|
+
(e.value = g(d)),
|
|
700
|
+
f.forEach((w) => w.resume());
|
|
701
|
+
},
|
|
702
|
+
{ flush: r, deep: o, immediate: i }
|
|
703
|
+
)
|
|
704
|
+
),
|
|
705
|
+
(l === "both" || l === "rtl") &&
|
|
706
|
+
f.push(
|
|
707
|
+
$(
|
|
708
|
+
e,
|
|
709
|
+
(d) => {
|
|
710
|
+
f.forEach((w) => w.pause()),
|
|
711
|
+
(t.value = y(d)),
|
|
712
|
+
f.forEach((w) => w.resume());
|
|
713
|
+
},
|
|
714
|
+
{ flush: r, deep: o, immediate: i }
|
|
715
|
+
)
|
|
716
|
+
),
|
|
717
|
+
() => {
|
|
718
|
+
f.forEach((d) => d.stop());
|
|
719
|
+
}
|
|
720
|
+
);
|
|
721
|
+
}
|
|
722
|
+
function Vt(t, e, n = {}) {
|
|
723
|
+
const { flush: r = "sync", deep: o = !1, immediate: i = !0 } = n;
|
|
724
|
+
return (
|
|
725
|
+
Array.isArray(e) || (e = [e]),
|
|
726
|
+
u.watch(t, (l) => e.forEach((a) => (a.value = l)), {
|
|
727
|
+
flush: r,
|
|
728
|
+
deep: o,
|
|
729
|
+
immediate: i,
|
|
730
|
+
})
|
|
731
|
+
);
|
|
732
|
+
}
|
|
733
|
+
function xt(t, e = {}) {
|
|
734
|
+
if (!u.isRef(t)) return u.toRefs(t);
|
|
735
|
+
const n = Array.isArray(t.value)
|
|
736
|
+
? Array.from({ length: t.value.length })
|
|
737
|
+
: {};
|
|
738
|
+
for (const r in t.value)
|
|
739
|
+
n[r] = u.customRef(() => ({
|
|
740
|
+
get() {
|
|
741
|
+
return t.value[r];
|
|
742
|
+
},
|
|
743
|
+
set(o) {
|
|
744
|
+
var i;
|
|
745
|
+
if ((i = s(e.replaceRef)) != null ? i : !0)
|
|
746
|
+
if (Array.isArray(t.value)) {
|
|
747
|
+
const a = [...t.value];
|
|
748
|
+
(a[r] = o), (t.value = a);
|
|
749
|
+
} else {
|
|
750
|
+
const a = { ...t.value, [r]: o };
|
|
751
|
+
Object.setPrototypeOf(a, Object.getPrototypeOf(t.value)),
|
|
752
|
+
(t.value = a);
|
|
753
|
+
}
|
|
754
|
+
else t.value[r] = o;
|
|
755
|
+
},
|
|
756
|
+
}));
|
|
757
|
+
return n;
|
|
758
|
+
}
|
|
759
|
+
function Dt(t, e = !0, n) {
|
|
760
|
+
L(n) ? u.onBeforeMount(t, n) : e ? t() : u.nextTick(t);
|
|
761
|
+
}
|
|
762
|
+
function te(t, e) {
|
|
763
|
+
L(e) && u.onBeforeUnmount(t, e);
|
|
764
|
+
}
|
|
765
|
+
function ee(t, e = !0, n) {
|
|
766
|
+
L() ? u.onMounted(t, n) : e ? t() : u.nextTick(t);
|
|
767
|
+
}
|
|
768
|
+
function ne(t, e) {
|
|
769
|
+
L(e) && u.onUnmounted(t, e);
|
|
770
|
+
}
|
|
771
|
+
function Q(t, e = !1) {
|
|
772
|
+
function n(
|
|
773
|
+
h,
|
|
774
|
+
{ flush: d = "sync", deep: w = !1, timeout: m, throwOnTimeout: b } = {}
|
|
775
|
+
) {
|
|
776
|
+
let p = null;
|
|
777
|
+
const x = [
|
|
778
|
+
new Promise((H) => {
|
|
779
|
+
p = u.watch(
|
|
780
|
+
t,
|
|
781
|
+
(k) => {
|
|
782
|
+
h(k) !== e && (p ? p() : u.nextTick(() => p?.()), H(k));
|
|
783
|
+
},
|
|
784
|
+
{ flush: d, deep: w, immediate: !0 }
|
|
785
|
+
);
|
|
786
|
+
}),
|
|
787
|
+
];
|
|
788
|
+
return (
|
|
789
|
+
m != null &&
|
|
790
|
+
x.push(
|
|
791
|
+
Z(m, b)
|
|
792
|
+
.then(() => s(t))
|
|
793
|
+
.finally(() => p?.())
|
|
794
|
+
),
|
|
795
|
+
Promise.race(x)
|
|
796
|
+
);
|
|
797
|
+
}
|
|
798
|
+
function r(h, d) {
|
|
799
|
+
if (!u.isRef(h)) return n((k) => k === h, d);
|
|
800
|
+
const {
|
|
801
|
+
flush: w = "sync",
|
|
802
|
+
deep: m = !1,
|
|
803
|
+
timeout: b,
|
|
804
|
+
throwOnTimeout: p,
|
|
805
|
+
} = d ?? {};
|
|
806
|
+
let O = null;
|
|
807
|
+
const H = [
|
|
808
|
+
new Promise((k) => {
|
|
809
|
+
O = u.watch(
|
|
810
|
+
[t, h],
|
|
811
|
+
([gt, He]) => {
|
|
812
|
+
e !== (gt === He) && (O ? O() : u.nextTick(() => O?.()), k(gt));
|
|
813
|
+
},
|
|
814
|
+
{ flush: w, deep: m, immediate: !0 }
|
|
815
|
+
);
|
|
816
|
+
}),
|
|
817
|
+
];
|
|
818
|
+
return (
|
|
819
|
+
b != null &&
|
|
820
|
+
H.push(
|
|
821
|
+
Z(b, p)
|
|
822
|
+
.then(() => s(t))
|
|
823
|
+
.finally(() => (O?.(), s(t)))
|
|
824
|
+
),
|
|
825
|
+
Promise.race(H)
|
|
826
|
+
);
|
|
827
|
+
}
|
|
828
|
+
function o(h) {
|
|
829
|
+
return n((d) => !!d, h);
|
|
830
|
+
}
|
|
831
|
+
function i(h) {
|
|
832
|
+
return r(null, h);
|
|
833
|
+
}
|
|
834
|
+
function l(h) {
|
|
835
|
+
return r(void 0, h);
|
|
836
|
+
}
|
|
837
|
+
function a(h) {
|
|
838
|
+
return n(Number.isNaN, h);
|
|
839
|
+
}
|
|
840
|
+
function f(h, d) {
|
|
841
|
+
return n((w) => {
|
|
842
|
+
const m = Array.from(w);
|
|
843
|
+
return m.includes(h) || m.includes(s(h));
|
|
844
|
+
}, d);
|
|
845
|
+
}
|
|
846
|
+
function g(h) {
|
|
847
|
+
return y(1, h);
|
|
848
|
+
}
|
|
849
|
+
function y(h = 1, d) {
|
|
850
|
+
let w = -1;
|
|
851
|
+
return n(() => ((w += 1), w >= h), d);
|
|
852
|
+
}
|
|
853
|
+
return Array.isArray(s(t))
|
|
854
|
+
? {
|
|
855
|
+
toMatch: n,
|
|
856
|
+
toContains: f,
|
|
857
|
+
changed: g,
|
|
858
|
+
changedTimes: y,
|
|
859
|
+
get not() {
|
|
860
|
+
return Q(t, !e);
|
|
861
|
+
},
|
|
862
|
+
}
|
|
863
|
+
: {
|
|
864
|
+
toMatch: n,
|
|
865
|
+
toBe: r,
|
|
866
|
+
toBeTruthy: o,
|
|
867
|
+
toBeNull: i,
|
|
868
|
+
toBeNaN: a,
|
|
869
|
+
toBeUndefined: l,
|
|
870
|
+
changed: g,
|
|
871
|
+
changedTimes: y,
|
|
872
|
+
get not() {
|
|
873
|
+
return Q(t, !e);
|
|
874
|
+
},
|
|
875
|
+
};
|
|
876
|
+
}
|
|
877
|
+
function re(t) {
|
|
878
|
+
return Q(t);
|
|
879
|
+
}
|
|
880
|
+
function oe(t, e) {
|
|
881
|
+
return t === e;
|
|
882
|
+
}
|
|
883
|
+
function ce(...t) {
|
|
884
|
+
var e;
|
|
885
|
+
const n = t[0],
|
|
886
|
+
r = t[1];
|
|
887
|
+
let o = (e = t[2]) != null ? e : oe;
|
|
888
|
+
if (typeof o == "string") {
|
|
889
|
+
const i = o;
|
|
890
|
+
o = (l, a) => l[i] === a[i];
|
|
891
|
+
}
|
|
892
|
+
return u.computed(() =>
|
|
893
|
+
s(n).filter((i) => s(r).findIndex((l) => o(i, l)) === -1)
|
|
894
|
+
);
|
|
895
|
+
}
|
|
896
|
+
function ue(t, e) {
|
|
897
|
+
return u.computed(() => s(t).every((n, r, o) => e(s(n), r, o)));
|
|
898
|
+
}
|
|
899
|
+
function ie(t, e) {
|
|
900
|
+
return u.computed(() =>
|
|
901
|
+
s(t)
|
|
902
|
+
.map((n) => s(n))
|
|
903
|
+
.filter(e)
|
|
904
|
+
);
|
|
905
|
+
}
|
|
906
|
+
function ae(t, e) {
|
|
907
|
+
return u.computed(() => s(s(t).find((n, r, o) => e(s(n), r, o))));
|
|
908
|
+
}
|
|
909
|
+
function le(t, e) {
|
|
910
|
+
return u.computed(() => s(t).findIndex((n, r, o) => e(s(n), r, o)));
|
|
911
|
+
}
|
|
912
|
+
function se(t, e) {
|
|
913
|
+
let n = t.length;
|
|
914
|
+
for (; n-- > 0; ) if (e(t[n], n, t)) return t[n];
|
|
915
|
+
}
|
|
916
|
+
function fe(t, e) {
|
|
917
|
+
return u.computed(() =>
|
|
918
|
+
s(
|
|
919
|
+
Array.prototype.findLast
|
|
920
|
+
? s(t).findLast((n, r, o) => e(s(n), r, o))
|
|
921
|
+
: se(s(t), (n, r, o) => e(s(n), r, o))
|
|
922
|
+
)
|
|
923
|
+
);
|
|
924
|
+
}
|
|
925
|
+
function de(t) {
|
|
926
|
+
return tt(t) && ot(t, "formIndex", "comparator");
|
|
927
|
+
}
|
|
928
|
+
function he(...t) {
|
|
929
|
+
var e;
|
|
930
|
+
const n = t[0],
|
|
931
|
+
r = t[1];
|
|
932
|
+
let o = t[2],
|
|
933
|
+
i = 0;
|
|
934
|
+
if (
|
|
935
|
+
(de(o) && ((i = (e = o.fromIndex) != null ? e : 0), (o = o.comparator)),
|
|
936
|
+
typeof o == "string")
|
|
937
|
+
) {
|
|
938
|
+
const l = o;
|
|
939
|
+
o = (a, f) => a[l] === s(f);
|
|
940
|
+
}
|
|
941
|
+
return (
|
|
942
|
+
(o = o ?? ((l, a) => l === s(a))),
|
|
943
|
+
u.computed(() =>
|
|
944
|
+
s(n)
|
|
945
|
+
.slice(i)
|
|
946
|
+
.some((l, a, f) => o(s(l), s(r), a, s(f)))
|
|
947
|
+
)
|
|
948
|
+
);
|
|
949
|
+
}
|
|
950
|
+
function ye(t, e) {
|
|
951
|
+
return u.computed(() =>
|
|
952
|
+
s(t)
|
|
953
|
+
.map((n) => s(n))
|
|
954
|
+
.join(s(e))
|
|
955
|
+
);
|
|
956
|
+
}
|
|
957
|
+
function ge(t, e) {
|
|
958
|
+
return u.computed(() =>
|
|
959
|
+
s(t)
|
|
960
|
+
.map((n) => s(n))
|
|
961
|
+
.map(e)
|
|
962
|
+
);
|
|
963
|
+
}
|
|
964
|
+
function we(t, e, ...n) {
|
|
965
|
+
const r = (o, i, l) => e(s(o), s(i), l);
|
|
966
|
+
return u.computed(() => {
|
|
967
|
+
const o = s(t);
|
|
968
|
+
return n.length
|
|
969
|
+
? o.reduce(r, typeof n[0] == "function" ? s(n[0]()) : s(n[0]))
|
|
970
|
+
: o.reduce(r);
|
|
971
|
+
});
|
|
972
|
+
}
|
|
973
|
+
function me(t, e) {
|
|
974
|
+
return u.computed(() => s(t).some((n, r, o) => e(s(n), r, o)));
|
|
975
|
+
}
|
|
976
|
+
function pe(t) {
|
|
977
|
+
return Array.from(new Set(t));
|
|
978
|
+
}
|
|
979
|
+
function ve(t, e) {
|
|
980
|
+
return t.reduce((n, r) => (n.some((o) => e(r, o, t)) || n.push(r), n), []);
|
|
981
|
+
}
|
|
982
|
+
function be(t, e) {
|
|
983
|
+
return u.computed(() => {
|
|
984
|
+
const n = s(t).map((r) => s(r));
|
|
985
|
+
return e ? ve(n, e) : pe(n);
|
|
986
|
+
});
|
|
987
|
+
}
|
|
988
|
+
function Ae(t = 0, e = {}) {
|
|
989
|
+
let n = u.unref(t);
|
|
990
|
+
const r = u.ref(t),
|
|
991
|
+
{ max: o = Number.POSITIVE_INFINITY, min: i = Number.NEGATIVE_INFINITY } =
|
|
992
|
+
e,
|
|
993
|
+
l = (h = 1) => (r.value = Math.max(Math.min(o, r.value + h), i)),
|
|
994
|
+
a = (h = 1) => (r.value = Math.min(Math.max(i, r.value - h), o)),
|
|
995
|
+
f = () => r.value,
|
|
996
|
+
g = (h) => (r.value = Math.max(i, Math.min(o, h)));
|
|
997
|
+
return {
|
|
998
|
+
count: r,
|
|
999
|
+
inc: l,
|
|
1000
|
+
dec: a,
|
|
1001
|
+
get: f,
|
|
1002
|
+
set: g,
|
|
1003
|
+
reset: (h = n) => ((n = h), g(h)),
|
|
1004
|
+
};
|
|
1005
|
+
}
|
|
1006
|
+
const Oe =
|
|
1007
|
+
/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[T\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/i,
|
|
1008
|
+
Se =
|
|
1009
|
+
/[YMDHhms]o|\[([^\]]+)\]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a{1,2}|A{1,2}|m{1,2}|s{1,2}|Z{1,2}|SSS/g;
|
|
1010
|
+
function Te(t, e, n, r) {
|
|
1011
|
+
let o = t < 12 ? "AM" : "PM";
|
|
1012
|
+
return (
|
|
1013
|
+
r && (o = o.split("").reduce((i, l) => (i += `${l}.`), "")),
|
|
1014
|
+
n ? o.toLowerCase() : o
|
|
1015
|
+
);
|
|
1016
|
+
}
|
|
1017
|
+
function R(t) {
|
|
1018
|
+
const e = ["th", "st", "nd", "rd"],
|
|
1019
|
+
n = t % 100;
|
|
1020
|
+
return t + (e[(n - 20) % 10] || e[n] || e[0]);
|
|
1021
|
+
}
|
|
1022
|
+
function lt(t, e, n = {}) {
|
|
1023
|
+
var r;
|
|
1024
|
+
const o = t.getFullYear(),
|
|
1025
|
+
i = t.getMonth(),
|
|
1026
|
+
l = t.getDate(),
|
|
1027
|
+
a = t.getHours(),
|
|
1028
|
+
f = t.getMinutes(),
|
|
1029
|
+
g = t.getSeconds(),
|
|
1030
|
+
y = t.getMilliseconds(),
|
|
1031
|
+
h = t.getDay(),
|
|
1032
|
+
d = (r = n.customMeridiem) != null ? r : Te,
|
|
1033
|
+
w = {
|
|
1034
|
+
Yo: () => R(o),
|
|
1035
|
+
YY: () => String(o).slice(-2),
|
|
1036
|
+
YYYY: () => o,
|
|
1037
|
+
M: () => i + 1,
|
|
1038
|
+
Mo: () => R(i + 1),
|
|
1039
|
+
MM: () => `${i + 1}`.padStart(2, "0"),
|
|
1040
|
+
MMM: () => t.toLocaleDateString(s(n.locales), { month: "short" }),
|
|
1041
|
+
MMMM: () => t.toLocaleDateString(s(n.locales), { month: "long" }),
|
|
1042
|
+
D: () => String(l),
|
|
1043
|
+
Do: () => R(l),
|
|
1044
|
+
DD: () => `${l}`.padStart(2, "0"),
|
|
1045
|
+
H: () => String(a),
|
|
1046
|
+
Ho: () => R(a),
|
|
1047
|
+
HH: () => `${a}`.padStart(2, "0"),
|
|
1048
|
+
h: () => `${a % 12 || 12}`.padStart(1, "0"),
|
|
1049
|
+
ho: () => R(a % 12 || 12),
|
|
1050
|
+
hh: () => `${a % 12 || 12}`.padStart(2, "0"),
|
|
1051
|
+
m: () => String(f),
|
|
1052
|
+
mo: () => R(f),
|
|
1053
|
+
mm: () => `${f}`.padStart(2, "0"),
|
|
1054
|
+
s: () => String(g),
|
|
1055
|
+
so: () => R(g),
|
|
1056
|
+
ss: () => `${g}`.padStart(2, "0"),
|
|
1057
|
+
SSS: () => `${y}`.padStart(3, "0"),
|
|
1058
|
+
d: () => h,
|
|
1059
|
+
dd: () => t.toLocaleDateString(s(n.locales), { weekday: "narrow" }),
|
|
1060
|
+
ddd: () => t.toLocaleDateString(s(n.locales), { weekday: "short" }),
|
|
1061
|
+
dddd: () => t.toLocaleDateString(s(n.locales), { weekday: "long" }),
|
|
1062
|
+
A: () => d(a, f),
|
|
1063
|
+
AA: () => d(a, f, !1, !0),
|
|
1064
|
+
a: () => d(a, f, !0),
|
|
1065
|
+
aa: () => d(a, f, !0, !0),
|
|
1066
|
+
};
|
|
1067
|
+
return e.replace(Se, (m, b) => {
|
|
1068
|
+
var p, O;
|
|
1069
|
+
return (O = b ?? ((p = w[m]) == null ? void 0 : p.call(w))) != null
|
|
1070
|
+
? O
|
|
1071
|
+
: m;
|
|
1072
|
+
});
|
|
1073
|
+
}
|
|
1074
|
+
function st(t) {
|
|
1075
|
+
if (t === null) return new Date(Number.NaN);
|
|
1076
|
+
if (t === void 0) return new Date();
|
|
1077
|
+
if (t instanceof Date) return new Date(t);
|
|
1078
|
+
if (typeof t == "string" && !/Z$/i.test(t)) {
|
|
1079
|
+
const e = t.match(Oe);
|
|
1080
|
+
if (e) {
|
|
1081
|
+
const n = e[2] - 1 || 0,
|
|
1082
|
+
r = (e[7] || "0").substring(0, 3);
|
|
1083
|
+
return new Date(e[1], n, e[3] || 1, e[4] || 0, e[5] || 0, e[6] || 0, r);
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
return new Date(t);
|
|
1087
|
+
}
|
|
1088
|
+
function Pe(t, e = "HH:mm:ss", n = {}) {
|
|
1089
|
+
return u.computed(() => lt(st(s(t)), s(e), n));
|
|
1090
|
+
}
|
|
1091
|
+
function ft(t, e = 1e3, n = {}) {
|
|
1092
|
+
const { immediate: r = !0, immediateCallback: o = !1 } = n;
|
|
1093
|
+
let i = null;
|
|
1094
|
+
const l = u.ref(!1);
|
|
1095
|
+
function a() {
|
|
1096
|
+
i && (clearInterval(i), (i = null));
|
|
1097
|
+
}
|
|
1098
|
+
function f() {
|
|
1099
|
+
(l.value = !1), a();
|
|
1100
|
+
}
|
|
1101
|
+
function g() {
|
|
1102
|
+
const y = s(e);
|
|
1103
|
+
y <= 0 ||
|
|
1104
|
+
((l.value = !0), o && t(), a(), l.value && (i = setInterval(t, y)));
|
|
1105
|
+
}
|
|
1106
|
+
if ((r && j && g(), u.isRef(e) || typeof e == "function")) {
|
|
1107
|
+
const y = u.watch(e, () => {
|
|
1108
|
+
l.value && j && g();
|
|
1109
|
+
});
|
|
1110
|
+
M(y);
|
|
1111
|
+
}
|
|
1112
|
+
return M(f), { isActive: l, pause: f, resume: g };
|
|
1113
|
+
}
|
|
1114
|
+
function Fe(t = 1e3, e = {}) {
|
|
1115
|
+
const { controls: n = !1, immediate: r = !0, callback: o } = e,
|
|
1116
|
+
i = u.ref(0),
|
|
1117
|
+
l = () => (i.value += 1),
|
|
1118
|
+
a = () => {
|
|
1119
|
+
i.value = 0;
|
|
1120
|
+
},
|
|
1121
|
+
f = ft(
|
|
1122
|
+
o
|
|
1123
|
+
? () => {
|
|
1124
|
+
l(), o(i.value);
|
|
1125
|
+
}
|
|
1126
|
+
: l,
|
|
1127
|
+
t,
|
|
1128
|
+
{ immediate: r }
|
|
1129
|
+
);
|
|
1130
|
+
return n ? { counter: i, reset: a, ...f } : i;
|
|
1131
|
+
}
|
|
1132
|
+
function Me(t, e = {}) {
|
|
1133
|
+
var n;
|
|
1134
|
+
const r = u.ref((n = e.initialValue) != null ? n : null);
|
|
1135
|
+
return u.watch(t, () => (r.value = et()), e), r;
|
|
1136
|
+
}
|
|
1137
|
+
function dt(t, e, n = {}) {
|
|
1138
|
+
const { immediate: r = !0 } = n,
|
|
1139
|
+
o = u.ref(!1);
|
|
1140
|
+
let i = null;
|
|
1141
|
+
function l() {
|
|
1142
|
+
i && (clearTimeout(i), (i = null));
|
|
1143
|
+
}
|
|
1144
|
+
function a() {
|
|
1145
|
+
(o.value = !1), l();
|
|
1146
|
+
}
|
|
1147
|
+
function f(...g) {
|
|
1148
|
+
l(),
|
|
1149
|
+
(o.value = !0),
|
|
1150
|
+
(i = setTimeout(() => {
|
|
1151
|
+
(o.value = !1), (i = null), t(...g);
|
|
1152
|
+
}, s(e)));
|
|
1153
|
+
}
|
|
1154
|
+
return (
|
|
1155
|
+
r && ((o.value = !0), j && f()),
|
|
1156
|
+
M(a),
|
|
1157
|
+
{ isPending: u.readonly(o), start: f, stop: a }
|
|
1158
|
+
);
|
|
1159
|
+
}
|
|
1160
|
+
function Ie(t = 1e3, e = {}) {
|
|
1161
|
+
const { controls: n = !1, callback: r } = e,
|
|
1162
|
+
o = dt(r ?? C, t, e),
|
|
1163
|
+
i = u.computed(() => !o.isPending.value);
|
|
1164
|
+
return n ? { ready: i, ...o } : i;
|
|
1165
|
+
}
|
|
1166
|
+
function Ce(t, e = {}) {
|
|
1167
|
+
const { method: n = "parseFloat", radix: r, nanToZero: o } = e;
|
|
1168
|
+
return u.computed(() => {
|
|
1169
|
+
let i = s(t);
|
|
1170
|
+
return (
|
|
1171
|
+
typeof i == "string" && (i = Number[n](i, r)),
|
|
1172
|
+
o && Number.isNaN(i) && (i = 0),
|
|
1173
|
+
i
|
|
1174
|
+
);
|
|
1175
|
+
});
|
|
1176
|
+
}
|
|
1177
|
+
function Re(t) {
|
|
1178
|
+
return u.computed(() => `${s(t)}`);
|
|
1179
|
+
}
|
|
1180
|
+
function Ee(t = !1, e = {}) {
|
|
1181
|
+
const { truthyValue: n = !0, falsyValue: r = !1 } = e,
|
|
1182
|
+
o = u.isRef(t),
|
|
1183
|
+
i = u.ref(t);
|
|
1184
|
+
function l(a) {
|
|
1185
|
+
if (arguments.length) return (i.value = a), i.value;
|
|
1186
|
+
{
|
|
1187
|
+
const f = s(n);
|
|
1188
|
+
return (i.value = i.value === f ? s(r) : f), i.value;
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
return o ? l : [i, l];
|
|
1192
|
+
}
|
|
1193
|
+
function ke(t, e, n) {
|
|
1194
|
+
let r = n?.immediate
|
|
1195
|
+
? []
|
|
1196
|
+
: [...(t instanceof Function ? t() : Array.isArray(t) ? t : s(t))];
|
|
1197
|
+
return u.watch(
|
|
1198
|
+
t,
|
|
1199
|
+
(o, i, l) => {
|
|
1200
|
+
const a = Array.from({ length: r.length }),
|
|
1201
|
+
f = [];
|
|
1202
|
+
for (const y of o) {
|
|
1203
|
+
let h = !1;
|
|
1204
|
+
for (let d = 0; d < r.length; d++)
|
|
1205
|
+
if (!a[d] && y === r[d]) {
|
|
1206
|
+
(a[d] = !0), (h = !0);
|
|
1207
|
+
break;
|
|
1208
|
+
}
|
|
1209
|
+
h || f.push(y);
|
|
1210
|
+
}
|
|
1211
|
+
const g = r.filter((y, h) => !a[h]);
|
|
1212
|
+
e(o, r, f, g, l), (r = [...o]);
|
|
1213
|
+
},
|
|
1214
|
+
n
|
|
1215
|
+
);
|
|
1216
|
+
}
|
|
1217
|
+
function _e(t, e, n) {
|
|
1218
|
+
const { count: r, ...o } = n,
|
|
1219
|
+
i = u.ref(0),
|
|
1220
|
+
l = W(
|
|
1221
|
+
t,
|
|
1222
|
+
(...a) => {
|
|
1223
|
+
(i.value += 1), i.value >= s(r) && u.nextTick(() => l()), e(...a);
|
|
1224
|
+
},
|
|
1225
|
+
o
|
|
1226
|
+
);
|
|
1227
|
+
return { count: i, stop: l };
|
|
1228
|
+
}
|
|
1229
|
+
function ht(t, e, n = {}) {
|
|
1230
|
+
const { debounce: r = 0, maxWait: o = void 0, ...i } = n;
|
|
1231
|
+
return W(t, e, { ...i, eventFilter: z(r, { maxWait: o }) });
|
|
1232
|
+
}
|
|
1233
|
+
function je(t, e, n) {
|
|
1234
|
+
return u.watch(t, e, { ...n, deep: !0 });
|
|
1235
|
+
}
|
|
1236
|
+
function V(t, e, n = {}) {
|
|
1237
|
+
const { eventFilter: r = B, ...o } = n,
|
|
1238
|
+
i = N(r, e);
|
|
1239
|
+
let l, a, f;
|
|
1240
|
+
if (o.flush === "sync") {
|
|
1241
|
+
const g = u.ref(!1);
|
|
1242
|
+
(a = () => {}),
|
|
1243
|
+
(l = (y) => {
|
|
1244
|
+
(g.value = !0), y(), (g.value = !1);
|
|
1245
|
+
}),
|
|
1246
|
+
(f = u.watch(
|
|
1247
|
+
t,
|
|
1248
|
+
(...y) => {
|
|
1249
|
+
g.value || i(...y);
|
|
1250
|
+
},
|
|
1251
|
+
o
|
|
1252
|
+
));
|
|
1253
|
+
} else {
|
|
1254
|
+
const g = [],
|
|
1255
|
+
y = u.ref(0),
|
|
1256
|
+
h = u.ref(0);
|
|
1257
|
+
(a = () => {
|
|
1258
|
+
y.value = h.value;
|
|
1259
|
+
}),
|
|
1260
|
+
g.push(
|
|
1261
|
+
u.watch(
|
|
1262
|
+
t,
|
|
1263
|
+
() => {
|
|
1264
|
+
h.value++;
|
|
1265
|
+
},
|
|
1266
|
+
{ ...o, flush: "sync" }
|
|
1267
|
+
)
|
|
1268
|
+
),
|
|
1269
|
+
(l = (d) => {
|
|
1270
|
+
const w = h.value;
|
|
1271
|
+
d(), (y.value += h.value - w);
|
|
1272
|
+
}),
|
|
1273
|
+
g.push(
|
|
1274
|
+
u.watch(
|
|
1275
|
+
t,
|
|
1276
|
+
(...d) => {
|
|
1277
|
+
const w = y.value > 0 && y.value === h.value;
|
|
1278
|
+
(y.value = 0), (h.value = 0), !w && i(...d);
|
|
1279
|
+
},
|
|
1280
|
+
o
|
|
1281
|
+
)
|
|
1282
|
+
),
|
|
1283
|
+
(f = () => {
|
|
1284
|
+
g.forEach((d) => d());
|
|
1285
|
+
});
|
|
1286
|
+
}
|
|
1287
|
+
return { stop: f, ignoreUpdates: l, ignorePrevAsyncUpdates: a };
|
|
1288
|
+
}
|
|
1289
|
+
function Ne(t, e, n) {
|
|
1290
|
+
return u.watch(t, e, { ...n, immediate: !0 });
|
|
1291
|
+
}
|
|
1292
|
+
function Le(t, e, n) {
|
|
1293
|
+
const r = u.watch(t, (...o) => (u.nextTick(() => r()), e(...o)), n);
|
|
1294
|
+
return r;
|
|
1295
|
+
}
|
|
1296
|
+
function yt(t, e, n = {}) {
|
|
1297
|
+
const { throttle: r = 0, trailing: o = !0, leading: i = !0, ...l } = n;
|
|
1298
|
+
return W(t, e, { ...l, eventFilter: q(r, o, i) });
|
|
1299
|
+
}
|
|
1300
|
+
function We(t, e, n = {}) {
|
|
1301
|
+
let r;
|
|
1302
|
+
function o() {
|
|
1303
|
+
if (!r) return;
|
|
1304
|
+
const y = r;
|
|
1305
|
+
(r = void 0), y();
|
|
1306
|
+
}
|
|
1307
|
+
function i(y) {
|
|
1308
|
+
r = y;
|
|
1309
|
+
}
|
|
1310
|
+
const l = (y, h) => (o(), e(y, h, i)),
|
|
1311
|
+
a = V(t, l, n),
|
|
1312
|
+
{ ignoreUpdates: f } = a;
|
|
1313
|
+
return {
|
|
1314
|
+
...a,
|
|
1315
|
+
trigger: () => {
|
|
1316
|
+
let y;
|
|
1317
|
+
return (
|
|
1318
|
+
f(() => {
|
|
1319
|
+
y = l(Ue(t), Be(t));
|
|
1320
|
+
}),
|
|
1321
|
+
y
|
|
1322
|
+
);
|
|
1323
|
+
},
|
|
1324
|
+
};
|
|
1325
|
+
}
|
|
1326
|
+
function Ue(t) {
|
|
1327
|
+
return u.isReactive(t) ? t : Array.isArray(t) ? t.map((e) => s(e)) : s(t);
|
|
1328
|
+
}
|
|
1329
|
+
function Be(t) {
|
|
1330
|
+
return Array.isArray(t) ? t.map(() => {}) : void 0;
|
|
1331
|
+
}
|
|
1332
|
+
function $e(t, e, n) {
|
|
1333
|
+
const r = u.watch(
|
|
1334
|
+
t,
|
|
1335
|
+
(o, i, l) => {
|
|
1336
|
+
o && (n?.once && u.nextTick(() => r()), e(o, i, l));
|
|
1337
|
+
},
|
|
1338
|
+
{ ...n, once: !1 }
|
|
1339
|
+
);
|
|
1340
|
+
return r;
|
|
1341
|
+
}
|
|
1342
|
+
(c.assert = Ft),
|
|
1343
|
+
(c.autoResetRef = ct),
|
|
1344
|
+
(c.bypassFilter = B),
|
|
1345
|
+
(c.camelize = Wt),
|
|
1346
|
+
(c.clamp = Ct),
|
|
1347
|
+
(c.computedEager = E),
|
|
1348
|
+
(c.computedWithControl = S),
|
|
1349
|
+
(c.containsProp = ot),
|
|
1350
|
+
(c.controlledComputed = S),
|
|
1351
|
+
(c.controlledRef = Xt),
|
|
1352
|
+
(c.createEventHook = v),
|
|
1353
|
+
(c.createFilterWrapper = N),
|
|
1354
|
+
(c.createGlobalState = T),
|
|
1355
|
+
(c.createInjectionState = U),
|
|
1356
|
+
(c.createReactiveFn = Y),
|
|
1357
|
+
(c.createSharedComposable = I),
|
|
1358
|
+
(c.createSingletonPromise = Bt),
|
|
1359
|
+
(c.debounceFilter = z),
|
|
1360
|
+
(c.debouncedRef = X),
|
|
1361
|
+
(c.debouncedWatch = ht),
|
|
1362
|
+
(c.directiveHooks = Ot),
|
|
1363
|
+
(c.eagerComputed = E),
|
|
1364
|
+
(c.extendRef = F),
|
|
1365
|
+
(c.formatDate = lt),
|
|
1366
|
+
(c.get = wt),
|
|
1367
|
+
(c.getLifeCycleTarget = L),
|
|
1368
|
+
(c.hasOwn = Et),
|
|
1369
|
+
(c.hyphenate = Nt),
|
|
1370
|
+
(c.identity = Ut),
|
|
1371
|
+
(c.ignorableWatch = V),
|
|
1372
|
+
(c.increaseWithUnit = Ht),
|
|
1373
|
+
(c.injectLocal = P),
|
|
1374
|
+
(c.invoke = $t),
|
|
1375
|
+
(c.isClient = j),
|
|
1376
|
+
(c.isDef = Tt),
|
|
1377
|
+
(c.isDefined = mt),
|
|
1378
|
+
(c.isIOS = kt),
|
|
1379
|
+
(c.isObject = tt),
|
|
1380
|
+
(c.isWorker = St),
|
|
1381
|
+
(c.makeDestructurable = pt),
|
|
1382
|
+
(c.noop = C),
|
|
1383
|
+
(c.normalizeDate = st),
|
|
1384
|
+
(c.notNullish = Pt),
|
|
1385
|
+
(c.now = It),
|
|
1386
|
+
(c.objectEntries = zt),
|
|
1387
|
+
(c.objectOmit = Gt),
|
|
1388
|
+
(c.objectPick = Yt),
|
|
1389
|
+
(c.pausableFilter = nt),
|
|
1390
|
+
(c.pausableWatch = $),
|
|
1391
|
+
(c.promiseTimeout = Z),
|
|
1392
|
+
(c.provideLocal = _),
|
|
1393
|
+
(c.rand = Rt),
|
|
1394
|
+
(c.reactify = Y),
|
|
1395
|
+
(c.reactifyObject = bt),
|
|
1396
|
+
(c.reactiveComputed = G),
|
|
1397
|
+
(c.reactiveOmit = At),
|
|
1398
|
+
(c.reactivePick = Zt),
|
|
1399
|
+
(c.refAutoReset = ct),
|
|
1400
|
+
(c.refDebounced = X),
|
|
1401
|
+
(c.refDefault = Jt),
|
|
1402
|
+
(c.refThrottled = K),
|
|
1403
|
+
(c.refWithControl = at),
|
|
1404
|
+
(c.resolveRef = qt),
|
|
1405
|
+
(c.resolveUnref = vt),
|
|
1406
|
+
(c.set = Kt),
|
|
1407
|
+
(c.syncRef = Qt),
|
|
1408
|
+
(c.syncRefs = Vt),
|
|
1409
|
+
(c.throttleFilter = q),
|
|
1410
|
+
(c.throttledRef = K),
|
|
1411
|
+
(c.throttledWatch = yt),
|
|
1412
|
+
(c.timestamp = et),
|
|
1413
|
+
(c.toReactive = D),
|
|
1414
|
+
(c.toRef = J),
|
|
1415
|
+
(c.toRefs = xt),
|
|
1416
|
+
(c.toValue = s),
|
|
1417
|
+
(c.tryOnBeforeMount = Dt),
|
|
1418
|
+
(c.tryOnBeforeUnmount = te),
|
|
1419
|
+
(c.tryOnMounted = ee),
|
|
1420
|
+
(c.tryOnScopeDispose = M),
|
|
1421
|
+
(c.tryOnUnmounted = ne),
|
|
1422
|
+
(c.until = re),
|
|
1423
|
+
(c.useArrayDifference = ce),
|
|
1424
|
+
(c.useArrayEvery = ue),
|
|
1425
|
+
(c.useArrayFilter = ie),
|
|
1426
|
+
(c.useArrayFind = ae),
|
|
1427
|
+
(c.useArrayFindIndex = le),
|
|
1428
|
+
(c.useArrayFindLast = fe),
|
|
1429
|
+
(c.useArrayIncludes = he),
|
|
1430
|
+
(c.useArrayJoin = ye),
|
|
1431
|
+
(c.useArrayMap = ge),
|
|
1432
|
+
(c.useArrayReduce = we),
|
|
1433
|
+
(c.useArraySome = me),
|
|
1434
|
+
(c.useArrayUnique = be),
|
|
1435
|
+
(c.useCounter = Ae),
|
|
1436
|
+
(c.useDateFormat = Pe),
|
|
1437
|
+
(c.useDebounce = X),
|
|
1438
|
+
(c.useDebounceFn = ut),
|
|
1439
|
+
(c.useInterval = Fe),
|
|
1440
|
+
(c.useIntervalFn = ft),
|
|
1441
|
+
(c.useLastChanged = Me),
|
|
1442
|
+
(c.useThrottle = K),
|
|
1443
|
+
(c.useThrottleFn = it),
|
|
1444
|
+
(c.useTimeout = Ie),
|
|
1445
|
+
(c.useTimeoutFn = dt),
|
|
1446
|
+
(c.useToNumber = Ce),
|
|
1447
|
+
(c.useToString = Re),
|
|
1448
|
+
(c.useToggle = Ee),
|
|
1449
|
+
(c.watchArray = ke),
|
|
1450
|
+
(c.watchAtMost = _e),
|
|
1451
|
+
(c.watchDebounced = ht),
|
|
1452
|
+
(c.watchDeep = je),
|
|
1453
|
+
(c.watchIgnorable = V),
|
|
1454
|
+
(c.watchImmediate = Ne),
|
|
1455
|
+
(c.watchOnce = Le),
|
|
1456
|
+
(c.watchPausable = $),
|
|
1457
|
+
(c.watchThrottled = yt),
|
|
1458
|
+
(c.watchTriggerable = We),
|
|
1459
|
+
(c.watchWithFilter = W),
|
|
1460
|
+
(c.whenever = $e);
|
|
1461
|
+
})((this.VueUse = this.VueUse || {}), VueDemi);
|