@lazycatcloud/lzc-toolkit 0.0.49 → 0.0.50

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 CHANGED
@@ -1,4 +1,4 @@
1
- import { unref as b, getCurrentScope as Ce, onScopeDispose as Be, getCurrentInstance as Pe, onMounted as te, nextTick as ne, ref as g, watch as $, shallowRef as Re, computed as f, onUnmounted as fe, inject as x, provide as E, defineComponent as F, openBlock as I, createBlock as pe, Transition as he, withCtx as me, createElementBlock as B, createElementVNode as H, withModifiers as $e, normalizeClass as Fe, renderSlot as oe, createCommentVNode as Ae, render as J, h as R, normalizeStyle as j, toDisplayString as Le, useSlots as De, withDirectives as We, vShow as Me, pushScopeId as ke, popScopeId as Ve, toRef as ze, mergeProps as Ke, normalizeProps as se, guardReactiveProps as re, Fragment as je, renderList as Ne } from "vue";
1
+ import { unref as b, getCurrentScope as Ce, onScopeDispose as Re, getCurrentInstance as Be, onMounted as te, nextTick as oe, ref as g, watch as $, shallowRef as Pe, computed as f, onUnmounted as fe, inject as T, provide as x, defineComponent as F, openBlock as I, createBlock as pe, Transition as he, withCtx as me, createElementBlock as R, createElementVNode as H, withModifiers as $e, normalizeClass as Fe, renderSlot as ne, createCommentVNode as Ae, render as J, h as P, normalizeStyle as j, toDisplayString as Le, useSlots as De, withDirectives as We, vShow as Me, pushScopeId as ke, popScopeId as Ve, toRef as ze, mergeProps as Ke, normalizeProps as se, guardReactiveProps as re, Fragment as je, renderList as Ne } from "vue";
2
2
  var ae;
3
3
  const A = typeof window < "u";
4
4
  A && ((ae = window?.navigator) == null ? void 0 : ae.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
@@ -6,21 +6,21 @@ function X(t) {
6
6
  return typeof t == "function" ? t() : b(t);
7
7
  }
8
8
  function Qe(t, e) {
9
- function n(...o) {
10
- t(() => e.apply(this, o), { fn: e, thisArg: this, args: o });
9
+ function o(...n) {
10
+ t(() => e.apply(this, n), { fn: e, thisArg: this, args: n });
11
11
  }
12
- return n;
12
+ return o;
13
13
  }
14
14
  function Ue(t, e = {}) {
15
- let n, o;
15
+ let o, n;
16
16
  return (r) => {
17
17
  const l = X(t), d = X(e.maxWait);
18
- if (n && clearTimeout(n), l <= 0 || d !== void 0 && d <= 0)
19
- return o && (clearTimeout(o), o = null), r();
20
- d && !o && (o = setTimeout(() => {
21
- n && clearTimeout(n), o = null, r();
22
- }, d)), n = setTimeout(() => {
23
- o && clearTimeout(o), o = null, r();
18
+ if (o && clearTimeout(o), l <= 0 || d !== void 0 && d <= 0)
19
+ return n && (clearTimeout(n), n = null), r();
20
+ d && !n && (n = setTimeout(() => {
21
+ o && clearTimeout(o), n = null, r();
22
+ }, d)), o = setTimeout(() => {
23
+ n && clearTimeout(n), n = null, r();
24
24
  }, l);
25
25
  };
26
26
  }
@@ -28,41 +28,41 @@ function qe(t) {
28
28
  return t;
29
29
  }
30
30
  function Ye(t) {
31
- return Ce() ? (Be(t), !0) : !1;
31
+ return Ce() ? (Re(t), !0) : !1;
32
32
  }
33
- function ge(t, e = 200, n = {}) {
34
- return Qe(Ue(e, n), t);
33
+ function ge(t, e = 200, o = {}) {
34
+ return Qe(Ue(e, o), t);
35
35
  }
36
36
  function Ge(t, e = !0) {
37
- Pe() ? te(t) : e ? t() : ne(t);
37
+ Be() ? te(t) : e ? t() : oe(t);
38
38
  }
39
39
  function _e(t) {
40
40
  var e;
41
- const n = X(t);
42
- return (e = n?.$el) != null ? e : n;
41
+ const o = X(t);
42
+ return (e = o?.$el) != null ? e : o;
43
43
  }
44
44
  const Je = A ? window : void 0;
45
45
  A && window.document;
46
46
  A && window.navigator;
47
47
  A && window.location;
48
48
  function Xe(t, e = !1) {
49
- const n = g(), o = () => n.value = Boolean(t());
50
- return o(), Ge(o, e), n;
49
+ const o = g(), n = () => o.value = Boolean(t());
50
+ return n(), Ge(n, e), o;
51
51
  }
52
52
  const Z = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, ee = "__vueuse_ssr_handlers__";
53
53
  Z[ee] = Z[ee] || {};
54
54
  Z[ee];
55
55
  var ie = Object.getOwnPropertySymbols, Ze = Object.prototype.hasOwnProperty, et = Object.prototype.propertyIsEnumerable, tt = (t, e) => {
56
- var n = {};
57
- for (var o in t)
58
- Ze.call(t, o) && e.indexOf(o) < 0 && (n[o] = t[o]);
56
+ var o = {};
57
+ for (var n in t)
58
+ Ze.call(t, n) && e.indexOf(n) < 0 && (o[n] = t[n]);
59
59
  if (t != null && ie)
60
- for (var o of ie(t))
61
- e.indexOf(o) < 0 && et.call(t, o) && (n[o] = t[o]);
62
- return n;
60
+ for (var n of ie(t))
61
+ e.indexOf(n) < 0 && et.call(t, n) && (o[n] = t[n]);
62
+ return o;
63
63
  };
64
- function nt(t, e, n = {}) {
65
- const o = n, { window: s = Je } = o, r = tt(o, ["window"]);
64
+ function ot(t, e, o = {}) {
65
+ const n = o, { window: s = Je } = n, r = tt(n, ["window"]);
66
66
  let l;
67
67
  const d = Xe(() => s && "ResizeObserver" in s), m = () => {
68
68
  l && (l.disconnect(), l = void 0);
@@ -76,12 +76,12 @@ function nt(t, e, n = {}) {
76
76
  stop: v
77
77
  };
78
78
  }
79
- function ot(t, e = { width: 0, height: 0 }, n = {}) {
80
- const { box: o = "content-box" } = n, s = g(e.width), r = g(e.height);
81
- return nt(t, ([l]) => {
82
- const d = o === "border-box" ? l.borderBoxSize : o === "content-box" ? l.contentBoxSize : l.devicePixelContentBoxSize;
79
+ function nt(t, e = { width: 0, height: 0 }, o = {}) {
80
+ const { box: n = "content-box" } = o, s = g(e.width), r = g(e.height);
81
+ return ot(t, ([l]) => {
82
+ const d = n === "border-box" ? l.borderBoxSize : n === "content-box" ? l.contentBoxSize : l.devicePixelContentBoxSize;
83
83
  d ? (s.value = d.reduce((m, { inlineSize: p }) => m + p, 0), r.value = d.reduce((m, { blockSize: p }) => m + p, 0)) : (s.value = l.contentRect.width, r.value = l.contentRect.height);
84
- }, n), $(() => _e(t), (l) => {
84
+ }, o), $(() => _e(t), (l) => {
85
85
  s.value = l ? e.width : 0, r.value = l ? e.height : 0;
86
86
  }), {
87
87
  width: s,
@@ -92,12 +92,12 @@ var ue;
92
92
  (function(t) {
93
93
  t.UP = "UP", t.RIGHT = "RIGHT", t.DOWN = "DOWN", t.LEFT = "LEFT", t.NONE = "NONE";
94
94
  })(ue || (ue = {}));
95
- var lt = Object.defineProperty, ce = Object.getOwnPropertySymbols, st = Object.prototype.hasOwnProperty, rt = Object.prototype.propertyIsEnumerable, de = (t, e, n) => e in t ? lt(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, at = (t, e) => {
96
- for (var n in e || (e = {}))
97
- st.call(e, n) && de(t, n, e[n]);
95
+ var lt = Object.defineProperty, ce = Object.getOwnPropertySymbols, st = Object.prototype.hasOwnProperty, rt = Object.prototype.propertyIsEnumerable, de = (t, e, o) => e in t ? lt(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o, at = (t, e) => {
96
+ for (var o in e || (e = {}))
97
+ st.call(e, o) && de(t, o, e[o]);
98
98
  if (ce)
99
- for (var n of ce(e))
100
- rt.call(e, n) && de(t, n, e[n]);
99
+ for (var o of ce(e))
100
+ rt.call(e, o) && de(t, o, e[o]);
101
101
  return t;
102
102
  };
103
103
  const it = {
@@ -130,16 +130,16 @@ at({
130
130
  linear: qe
131
131
  }, it);
132
132
  function ut(t, e) {
133
- const { scrollEndHook: n, itemHeight: o, overscan: s = 5 } = e, r = g(null), l = ot(r), d = g(!0), m = ge(Q, 100);
133
+ const { scrollEndHook: o, itemHeight: n, overscan: s = 5 } = e, r = g(null), l = nt(r), d = g(!0), m = ge(Q, 100);
134
134
  let p;
135
- const v = Re(t), h = g(0), i = g({ start: 0, end: 10 });
135
+ const v = Pe(t), h = g(0), i = g({ start: 0, end: 10 });
136
136
  let u = 0;
137
- const T = g([]), _ = f(() => {
137
+ const E = g([]), _ = f(() => {
138
138
  let { sum: a, height: c } = { sum: 0, height: 0 };
139
- return v.value.map((w, y) => (typeof o == "number" ? c = o : c = o(y), a += c, { height: c, sum: a }));
140
- }), N = f(() => V(i.value.start)), C = f(() => typeof o == "number" ? _.value.length * o : _.value[_.value.length - 1]?.sum || 0), L = f(() => {
141
- let a = T.value.length - s, c = Math.max(a - u, 0);
142
- return T.value.slice(c, a);
139
+ return v.value.map((w, y) => (typeof n == "number" ? c = n : c = n(y), a += c, { height: c, sum: a }));
140
+ }), N = f(() => V(i.value.start)), C = f(() => typeof n == "number" ? _.value.length * n : _.value[_.value.length - 1]?.sum || 0), L = f(() => {
141
+ let a = E.value.length - s, c = Math.max(a - u, 0);
142
+ return E.value.slice(c, a);
143
143
  });
144
144
  te(() => {
145
145
  }), fe(() => cancelAnimationFrame(p)), $(
@@ -155,16 +155,16 @@ function ut(t, e) {
155
155
  d.value = !1;
156
156
  }
157
157
  function Q() {
158
- d.value = !0, n?.();
158
+ d.value = !0, o?.();
159
159
  }
160
160
  function W() {
161
161
  cancelAnimationFrame(p), p = requestAnimationFrame(M);
162
162
  }
163
163
  function M() {
164
164
  if (r.value) {
165
- h.value = r.value.scrollTop, u = P();
165
+ h.value = r.value.scrollTop, u = B();
166
166
  let a = k(h.value), c = a + u + s;
167
- a = a - s, a = a < 0 ? 0 : a, c = c > v.value.length ? v.value.length : c, i.value = { start: a, end: c }, T.value = v.value.slice(a, c).map((w, y) => ({
167
+ a = a - s, a = a < 0 ? 0 : a, c = c > v.value.length ? v.value.length : c, i.value = { start: a, end: c }, E.value = v.value.slice(a, c).map((w, y) => ({
168
168
  data: w,
169
169
  index: y + a
170
170
  }));
@@ -178,15 +178,15 @@ function ut(t, e) {
178
178
  }
179
179
  return Math.max(0, y);
180
180
  }
181
- function P() {
181
+ function B() {
182
182
  let a = 0, c = 0, w = U();
183
183
  for (let y = w; y < _.value.length && (a++, c += _.value[y].height, !(c >= l.height.value)); y++)
184
184
  ;
185
185
  return a;
186
186
  }
187
187
  function V(a) {
188
- if (typeof o == "number")
189
- return a * o;
188
+ if (typeof n == "number")
189
+ return a * n;
190
190
  let c = _.value[a];
191
191
  return c ? c.sum - c.height : 0;
192
192
  }
@@ -218,7 +218,7 @@ function ut(t, e) {
218
218
  overflowY: "auto"
219
219
  };
220
220
  return {
221
- list: T,
221
+ list: E,
222
222
  visiableList: L,
223
223
  getItemHeightData: z,
224
224
  getoffsetTopIndex: k,
@@ -238,15 +238,15 @@ function ut(t, e) {
238
238
  innerProps: K
239
239
  };
240
240
  }
241
- const be = Symbol(), ye = Symbol(), Se = Symbol(), we = Symbol(), Oe = Symbol(), Ee = Symbol(), Te = Symbol(), xe = Symbol(), He = Symbol();
242
- function Et() {
243
- const { voidFn: t, boolFn: e, boolRef: n, arrayRef: o } = {
241
+ const be = Symbol(), ye = Symbol(), Se = Symbol(), we = Symbol(), Oe = Symbol(), xe = Symbol(), Ee = Symbol(), Te = Symbol(), He = Symbol();
242
+ function xt() {
243
+ const { voidFn: t, boolFn: e, boolRef: o, arrayRef: n } = {
244
244
  voidFn: (u) => {
245
245
  },
246
246
  boolFn: (u) => !1,
247
247
  boolRef: f(() => !1),
248
248
  arrayRef: f(() => [])
249
- }, s = x(we, o), r = x(Se, e), l = x(xe, n), d = x(ye, t), m = x(be, t), p = x(Oe, t), v = x(Ee, t), h = x(Te, t), i = x(He, t);
249
+ }, s = T(we, n), r = T(Se, e), l = T(Te, o), d = T(ye, t), m = T(be, t), p = T(Oe, t), v = T(xe, t), h = T(Ee, t), i = T(He, t);
250
250
  return {
251
251
  selected: s,
252
252
  isSelected: r,
@@ -259,39 +259,39 @@ function Et() {
259
259
  unselectAll: i
260
260
  };
261
261
  }
262
- function Tt(t, e) {
263
- const n = g({}), o = f(() => t.value.filter((i) => n.value[i[e]])), s = f(() => o.value.length != 0 && Object.keys(n.value).length == t.value.length);
262
+ function Et(t, e) {
263
+ const o = g({}), n = f(() => t.value.filter((i) => o.value[i[e]])), s = f(() => n.value.length != 0 && Object.keys(o.value).length == t.value.length);
264
264
  function r() {
265
265
  t.value.forEach((i) => {
266
- n.value[i[e]] = !0;
266
+ o.value[i[e]] = !0;
267
267
  });
268
268
  }
269
269
  function l() {
270
- n.value = {};
270
+ o.value = {};
271
271
  }
272
272
  function d(i) {
273
273
  i.forEach((u) => {
274
- n.value[u[e]] || (n.value[u[e]] = !0);
274
+ o.value[u[e]] || (o.value[u[e]] = !0);
275
275
  });
276
276
  }
277
277
  function m(i) {
278
278
  i.forEach((u) => {
279
- n.value[u[e]] && delete n.value[u[e]];
279
+ o.value[u[e]] && delete o.value[u[e]];
280
280
  });
281
281
  }
282
282
  function p(i) {
283
- return !!n.value[i[e]];
283
+ return !!o.value[i[e]];
284
284
  }
285
285
  function v(i) {
286
286
  i.forEach((u) => {
287
- p(u) ? delete n.value[u[e]] : n.value[u[e]] = !0;
287
+ p(u) ? delete o.value[u[e]] : o.value[u[e]] = !0;
288
288
  });
289
289
  }
290
290
  function h() {
291
291
  s.value ? l() : r();
292
292
  }
293
- return E(be, h), E(ye, v), E(Se, p), E(we, o), E(Oe, d), E(Ee, r), E(Te, m), E(xe, s), E(He, l), {
294
- selected: o,
293
+ return x(be, h), x(ye, v), x(Se, p), x(we, n), x(Oe, d), x(xe, r), x(Ee, m), x(Te, s), x(He, l), {
294
+ selected: n,
295
295
  select: d,
296
296
  selectAll: r,
297
297
  unselect: m,
@@ -311,14 +311,14 @@ const ct = Symbol(), dt = /* @__PURE__ */ F({
311
311
  },
312
312
  emits: ["update:visiable"],
313
313
  setup(t, { emit: e }) {
314
- const n = t, o = () => {
315
- n.closeOnClickOverlay && e("update:visiable", !1);
314
+ const o = t, n = () => {
315
+ o.closeOnClickOverlay && e("update:visiable", !1);
316
316
  };
317
- return E(ct, () => e("update:visiable", !1)), (s, r) => (I(), pe(he, { name: "modal" }, {
317
+ return x(ct, () => e("update:visiable", !1)), (s, r) => (I(), pe(he, { name: "modal" }, {
318
318
  default: me(() => [
319
- t.visiable ? (I(), B("div", {
319
+ t.visiable ? (I(), R("div", {
320
320
  key: 0,
321
- onClick: o,
321
+ onClick: n,
322
322
  class: "modal absolute inset-0 bottom-0 flex bg-stone-900 bg-opacity-50 z-[999]"
323
323
  }, [
324
324
  H("div", {
@@ -326,7 +326,7 @@ const ct = Symbol(), dt = /* @__PURE__ */ F({
326
326
  }, ["stop"])),
327
327
  class: Fe(["dialog m-auto flex flex-col", t.dialogClass])
328
328
  }, [
329
- oe(s.$slots, "default")
329
+ ne(s.$slots, "default")
330
330
  ], 2)
331
331
  ])) : Ae("", !0)
332
332
  ]),
@@ -334,11 +334,11 @@ const ct = Symbol(), dt = /* @__PURE__ */ F({
334
334
  }));
335
335
  }
336
336
  });
337
- function xt(t) {
338
- function e(n, o) {
337
+ function Tt(t) {
338
+ function e(o, n) {
339
339
  const s = document.createElement("div"), r = {
340
340
  setup() {
341
- return () => R(
341
+ return () => P(
342
342
  dt,
343
343
  {
344
344
  visiable: !0,
@@ -348,12 +348,12 @@ function xt(t) {
348
348
  ...t
349
349
  },
350
350
  {
351
- default: () => R(n, o)
351
+ default: () => P(o, n)
352
352
  }
353
353
  );
354
354
  }
355
355
  };
356
- return document.body.appendChild(s), J(R(r), s), {
356
+ return document.body.appendChild(s), J(P(r), s), {
357
357
  close: () => s?.remove()
358
358
  };
359
359
  }
@@ -368,7 +368,7 @@ const vt = { class: "toast" }, ft = /* @__PURE__ */ F({
368
368
  position: null
369
369
  },
370
370
  setup(t) {
371
- const e = t, n = g(), o = g(), s = g(), r = f(() => {
371
+ const e = t, o = g(), n = g(), s = g(), r = f(() => {
372
372
  switch (e.position) {
373
373
  case "top":
374
374
  return 10;
@@ -378,16 +378,19 @@ const vt = { class: "toast" }, ft = /* @__PURE__ */ F({
378
378
  return 85;
379
379
  }
380
380
  }), l = f(() => ({
381
+ position: "absolute",
382
+ borderRadius: "10px",
383
+ backgroundColor: "rgba(0, 0, 0, 0.8)",
384
+ padding: "14px 19px",
381
385
  top: `calc(${r.value}% - ${s.value}px)`,
382
- left: `calc(50% - ${o.value}px)`,
383
- backgroundColor: "black"
386
+ left: `calc(50% - ${n.value}px)`
384
387
  }));
385
- return ne(() => {
386
- o.value = n.value.offsetWidth / 2, s.value = n.value.offsetHeight / 2;
387
- }), (d, m) => (I(), B("div", {
388
+ return oe(() => {
389
+ n.value = o.value.offsetWidth / 2, s.value = o.value.offsetHeight / 2;
390
+ }), (d, m) => (I(), R("div", {
388
391
  id: "toastWrapper",
389
392
  ref_key: "toastWrapper",
390
- ref: n,
393
+ ref: o,
391
394
  class: "toastWrapper",
392
395
  style: j([b(l), { zIndex: 9999 }])
393
396
  }, [
@@ -398,11 +401,11 @@ const vt = { class: "toast" }, ft = /* @__PURE__ */ F({
398
401
  }
399
402
  });
400
403
  const le = (t, e) => {
401
- const n = t.__vccOpts || t;
402
- for (const [o, s] of e)
403
- n[o] = s;
404
- return n;
405
- }, pt = /* @__PURE__ */ le(ft, [["__scopeId", "data-v-aef44c80"]]), ve = {
404
+ const o = t.__vccOpts || t;
405
+ for (const [n, s] of e)
406
+ o[n] = s;
407
+ return o;
408
+ }, pt = /* @__PURE__ */ le(ft, [["__scopeId", "data-v-4a518cee"]]), ve = {
406
409
  message: "\u61D2\u732B\u4E91 Yes!!!",
407
410
  position: "middle",
408
411
  duration: 1500
@@ -414,12 +417,12 @@ class Ht {
414
417
  this.options = e, this.container = document.createElement("div");
415
418
  }
416
419
  present() {
417
- const e = R(R(pt), { ...ve, ...this.options });
420
+ const e = P(P(pt), { ...ve, ...this.options });
418
421
  J(e, this.container), document.body.insertBefore(this.container, document.body.firstChild);
419
- const n = this.options.duration || ve.duration;
422
+ const o = this.options.duration || ve.duration;
420
423
  setTimeout(() => {
421
424
  this.dismiss();
422
- }, n);
425
+ }, o);
423
426
  }
424
427
  dismiss() {
425
428
  this.container && (this.container.querySelector("#toastWrapper")?.classList.add("animate-toastAnimation"), setTimeout(() => {
@@ -437,17 +440,17 @@ const ht = ["xlink:href", "fill", "color"], It = /* @__PURE__ */ F({
437
440
  height: null
438
441
  },
439
442
  setup(t) {
440
- const e = t, n = f(() => `#${e.prefix}-${e.name}`), o = f(() => ({
443
+ const e = t, o = f(() => `#${e.prefix}-${e.name}`), n = f(() => ({
441
444
  width: `${e.width ?? e.height}px`,
442
445
  height: `${e.height ?? e.width}px`,
443
446
  aspectRatio: e.width && e.height ? void 0 : "1/1"
444
447
  }));
445
- return (s, r) => (I(), B("svg", {
448
+ return (s, r) => (I(), R("svg", {
446
449
  "aria-hidden": "",
447
- style: j(b(o))
450
+ style: j(b(n))
448
451
  }, [
449
452
  H("use", {
450
- "xlink:href": b(n),
453
+ "xlink:href": b(o),
451
454
  fill: t.color,
452
455
  color: t.color
453
456
  }, null, 8, ht)
@@ -457,8 +460,8 @@ const ht = ["xlink:href", "fill", "color"], It = /* @__PURE__ */ F({
457
460
  function mt(t) {
458
461
  const {
459
462
  containerEl: e,
460
- sliderEl: n,
461
- autoHeight: o,
463
+ sliderEl: o,
464
+ autoHeight: n,
462
465
  performance: s = {},
463
466
  maxHeightRatio: r = 0.9
464
467
  } = t, l = g(!0), d = ge(V, 100);
@@ -468,23 +471,23 @@ function mt(t) {
468
471
  scrollTop: 0,
469
472
  scrollHeight: 0,
470
473
  clientHeight: 0
471
- }), T = g({
474
+ }), E = g({
472
475
  clientHeight: 0
473
- }), _ = f(() => !!h.value), N = f(() => u.value.scrollHeight > u.value.clientHeight), C = f(() => u.value.clientHeight - T.value.clientHeight), L = f(() => u.value.scrollHeight - u.value.clientHeight), D = f(() => Math.max(
476
+ }), _ = f(() => !!h.value), N = f(() => u.value.scrollHeight > u.value.clientHeight), C = f(() => u.value.clientHeight - E.value.clientHeight), L = f(() => u.value.scrollHeight - u.value.clientHeight), D = f(() => Math.max(
474
477
  u.value.clientHeight / u.value.scrollHeight,
475
478
  0.05
476
479
  )), Q = f(() => D.value > r ? 0 : D.value * u.value.clientHeight), W = f(() => ({
477
480
  willChange: "transform",
478
481
  transform: `translate3d(0,${i.value}px,0)`,
479
- height: o ? `${Q.value}px` : void 0
482
+ height: n ? `${Q.value}px` : void 0
480
483
  }));
481
484
  function M(S) {
482
- P(), h.value = S.clientY - n.value.getBoundingClientRect().top || 1, p = getComputedStyle(e.value).scrollBehavior, p === "smooth" && (e.value.style.scrollBehavior = "unset");
485
+ B(), h.value = S.clientY - o.value.getBoundingClientRect().top || 1, p = getComputedStyle(e.value).scrollBehavior, p === "smooth" && (e.value.style.scrollBehavior = "unset");
483
486
  }
484
487
  function k() {
485
488
  e.value.style.scrollBehavior = p, h.value = 0, d();
486
489
  }
487
- function P() {
490
+ function B() {
488
491
  l.value = !1;
489
492
  }
490
493
  function V() {
@@ -509,7 +512,7 @@ function mt(t) {
509
512
  }
510
513
  function K(S) {
511
514
  let O = "addEventListener";
512
- S === "add" ? O = "addEventListener" : O = "removeEventListener", n.value?.[O]("pointerdown", M, {
515
+ S === "add" ? O = "addEventListener" : O = "removeEventListener", o.value?.[O]("pointerdown", M, {
513
516
  passive: !0
514
517
  }), window[O]("pointermove", z, { passive: !0 }), window[O]("pointerup", k, { passive: !0 });
515
518
  }
@@ -520,8 +523,8 @@ function mt(t) {
520
523
  u.value.top = e.value?.getBoundingClientRect().top ?? 0, u.value.scrollHeight = e.value?.scrollHeight ?? 0, u.value.clientHeight = e.value?.clientHeight ?? 0;
521
524
  }
522
525
  function c() {
523
- P(), setTimeout(() => {
524
- T.value.clientHeight = n.value?.clientHeight ?? 0, V();
526
+ B(), setTimeout(() => {
527
+ E.value.clientHeight = o.value?.clientHeight ?? 0, V();
525
528
  }, 150);
526
529
  }
527
530
  function w() {
@@ -534,7 +537,7 @@ function mt(t) {
534
537
  ), e.value?.classList.add("hide-scrollbar");
535
538
  }
536
539
  function y() {
537
- e.value && n.value ? (w(), e.value.addEventListener("scroll", U, {
540
+ e.value && o.value ? (w(), e.value.addEventListener("scroll", U, {
538
541
  passive: !0
539
542
  }), K("add"), G.observe(e.value, {
540
543
  subtree: !0,
@@ -542,10 +545,10 @@ function mt(t) {
542
545
  attributeFilter: ["style"]
543
546
  }), setTimeout(() => {
544
547
  a();
545
- }, 100), c()) : console.error("useScrollBar:", "\u521D\u59CB\u5316\u5931\u8D25!", { containerEl: e, sliderEl: n });
548
+ }, 100), c()) : console.error("useScrollBar:", "\u521D\u59CB\u5316\u5931\u8D25!", { containerEl: e, sliderEl: o });
546
549
  }
547
550
  return $(v, () => {
548
- P(), d();
551
+ B(), d();
549
552
  }), {
550
553
  isScrollEnd: l,
551
554
  isDragSlider: _,
@@ -566,14 +569,14 @@ const gt = (t) => (ke("data-v-edec7292"), t = t(), Ve(), t), _t = /* @__PURE__ *
566
569
  performance: null
567
570
  },
568
571
  setup(t, { expose: e }) {
569
- const n = t, o = !!De().default, s = g(null), r = f(() => n.containerEl), l = mt({
572
+ const o = t, n = !!De().default, s = g(null), r = f(() => o.containerEl), l = mt({
570
573
  containerEl: r,
571
574
  sliderEl: s,
572
- autoHeight: o ? n.autoHeight : !0,
573
- performance: n.performance
574
- }), { scrollable: d, isScrollEnd: m, sliderPos: p } = l, v = g(!1), h = n.autoHide ? f(() => v.value || !m.value) : f(() => d.value);
575
+ autoHeight: n ? o.autoHeight : !0,
576
+ performance: o.performance
577
+ }), { scrollable: d, isScrollEnd: m, sliderPos: p } = l, v = g(!1), h = o.autoHide ? f(() => v.value || !m.value) : f(() => d.value);
575
578
  te(() => {
576
- ne(() => {
579
+ oe(() => {
577
580
  l.init();
578
581
  });
579
582
  }), fe(() => {
@@ -585,7 +588,7 @@ const gt = (t) => (ke("data-v-edec7292"), t = t(), Ve(), t), _t = /* @__PURE__ *
585
588
  function u() {
586
589
  v.value = !1;
587
590
  }
588
- return e({ uScrollBarReturn: l }), (T, _) => (I(), pe(he, null, {
591
+ return e({ uScrollBarReturn: l }), (E, _) => (I(), pe(he, null, {
589
592
  default: me(() => [
590
593
  We(H("div", {
591
594
  ref_key: "sliderRef",
@@ -595,7 +598,7 @@ const gt = (t) => (ke("data-v-edec7292"), t = t(), Ve(), t), _t = /* @__PURE__ *
595
598
  onMouseleave: u,
596
599
  style: j(b(p))
597
600
  }, [
598
- oe(T.$slots, "default", {}, () => [
601
+ ne(E.$slots, "default", {}, () => [
599
602
  _t
600
603
  ], !0)
601
604
  ], 36), [
@@ -617,17 +620,17 @@ const Ct = /* @__PURE__ */ le(bt, [["__scopeId", "data-v-edec7292"]]), yt = { cl
617
620
  overscan: { default: 10 }
618
621
  },
619
622
  emits: ["scrollEnd"],
620
- setup(t, { expose: e, emit: n }) {
621
- const o = t, s = ut(ze(o, "data"), {
622
- itemHeight: (v) => o.itemHeight(o.data[v]),
623
- overscan: o.overscan,
623
+ setup(t, { expose: e, emit: o }) {
624
+ const n = t, s = ut(ze(n, "data"), {
625
+ itemHeight: (v) => n.itemHeight(n.data[v]),
626
+ overscan: n.overscan,
624
627
  scrollEndHook: () => {
625
- n("scrollEnd");
628
+ o("scrollEnd");
626
629
  }
627
630
  }), { list: r, containerProps: l, wrapperProps: d, innerProps: m, getItemHeightData: p } = s;
628
631
  return e({
629
632
  vListReturn: s
630
- }), (v, h) => (I(), B("div", yt, [
633
+ }), (v, h) => (I(), R("div", yt, [
631
634
  H("div", Ke({
632
635
  onScrollPassive: h[0] || (h[0] = (...i) => b(l).onScroll && b(l).onScroll(...i)),
633
636
  ref: b(l).ref,
@@ -635,14 +638,14 @@ const Ct = /* @__PURE__ */ le(bt, [["__scopeId", "data-v-edec7292"]]), yt = { cl
635
638
  }, v.$attrs), [
636
639
  H("div", se(re(b(d))), [
637
640
  H("div", se(re(b(m))), [
638
- (I(!0), B(je, null, Ne(b(r), ({ index: i, data: u }) => (I(), B("div", {
641
+ (I(!0), R(je, null, Ne(b(r), ({ index: i, data: u }) => (I(), R("div", {
639
642
  key: i,
640
643
  style: j({
641
644
  height: `${b(p)(i).height}px`,
642
645
  display: "flex"
643
646
  })
644
647
  }, [
645
- oe(v.$slots, "default", {
648
+ ne(v.$slots, "default", {
646
649
  data: u,
647
650
  index: i
648
651
  }, void 0, !0)
@@ -653,24 +656,24 @@ const Ct = /* @__PURE__ */ le(bt, [["__scopeId", "data-v-edec7292"]]), yt = { cl
653
656
  ]));
654
657
  }
655
658
  });
656
- const Bt = /* @__PURE__ */ le(wt, [["__scopeId", "data-v-4ba97cce"]]);
659
+ const Rt = /* @__PURE__ */ le(wt, [["__scopeId", "data-v-4ba97cce"]]);
657
660
  export {
658
661
  Ct as ScrollBar,
659
662
  It as SvgIcon,
660
663
  Ht as ToastCreator,
661
- Bt as VirtualList,
664
+ Rt as VirtualList,
662
665
  we as allSelectedKey,
663
666
  ct as closeDialogKey,
664
- xt as dialogController,
665
- xe as isAllSelectedKey,
667
+ Tt as dialogController,
668
+ Te as isAllSelectedKey,
666
669
  Se as isSelectedKey,
667
- Ee as selectAllKey,
670
+ xe as selectAllKey,
668
671
  Oe as selectKey,
669
672
  be as toggleAllKey,
670
673
  ye as toggleKey,
671
674
  He as unselectAllKey,
672
- Te as unselectKey,
673
- Tt as useSelectable,
674
- Et as useSelectableInjectors,
675
+ Ee as unselectKey,
676
+ Et as useSelectable,
677
+ xt as useSelectableInjectors,
675
678
  ut as useVirtualList
676
679
  };
package/dist/index.umd.js CHANGED
@@ -1 +1 @@
1
- (function(h,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(h=typeof globalThis<"u"?globalThis:h||self,e(h.ui={},h.Vue))})(this,function(h,e){"use strict";var ee;const T=typeof window<"u";T&&((ee=window?.navigator)==null?void 0:ee.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function $(n){return typeof n=="function"?n():e.unref(n)}function ue(n,t){function o(...l){n(()=>t.apply(this,l),{fn:t,thisArg:this,args:l})}return o}function de(n,t={}){let o,l;return a=>{const r=$(n),f=$(t.maxWait);if(o&&clearTimeout(o),r<=0||f!==void 0&&f<=0)return l&&(clearTimeout(l),l=null),a();f&&!l&&(l=setTimeout(()=>{o&&clearTimeout(o),l=null,a()},f)),o=setTimeout(()=>{l&&clearTimeout(l),l=null,a()},r)}}function fe(n){return n}function pe(n){return e.getCurrentScope()?(e.onScopeDispose(n),!0):!1}function te(n,t=200,o={}){return ue(de(t,o),n)}function he(n,t=!0){e.getCurrentInstance()?e.onMounted(n):t?n():e.nextTick(n)}function ne(n){var t;const o=$(n);return(t=o?.$el)!=null?t:o}const me=T?window:void 0;T&&window.document,T&&window.navigator,T&&window.location;function ge(n,t=!1){const o=e.ref(),l=()=>o.value=Boolean(n());return l(),he(l,t),o}const F=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},L="__vueuse_ssr_handlers__";F[L]=F[L]||{},F[L];var oe=Object.getOwnPropertySymbols,_e=Object.prototype.hasOwnProperty,ye=Object.prototype.propertyIsEnumerable,ve=(n,t)=>{var o={};for(var l in n)_e.call(n,l)&&t.indexOf(l)<0&&(o[l]=n[l]);if(n!=null&&oe)for(var l of oe(n))t.indexOf(l)<0&&ye.call(n,l)&&(o[l]=n[l]);return o};function be(n,t,o={}){const l=o,{window:i=me}=l,a=ve(l,["window"]);let r;const f=ge(()=>i&&"ResizeObserver"in i),_=()=>{r&&(r.disconnect(),r=void 0)},m=e.watch(()=>ne(n),g=>{_(),f.value&&i&&g&&(r=new ResizeObserver(t),r.observe(g,a))},{immediate:!0,flush:"post"}),p=()=>{_(),m()};return pe(p),{isSupported:f,stop:p}}function Se(n,t={width:0,height:0},o={}){const{box:l="content-box"}=o,i=e.ref(t.width),a=e.ref(t.height);return be(n,([r])=>{const f=l==="border-box"?r.borderBoxSize:l==="content-box"?r.contentBoxSize:r.devicePixelContentBoxSize;f?(i.value=f.reduce((_,{inlineSize:m})=>_+m,0),a.value=f.reduce((_,{blockSize:m})=>_+m,0)):(i.value=r.contentRect.width,a.value=r.contentRect.height)},o),e.watch(()=>ne(n),r=>{i.value=r?t.width:0,a.value=r?t.height:0}),{width:i,height:a}}var le;(function(n){n.UP="UP",n.RIGHT="RIGHT",n.DOWN="DOWN",n.LEFT="LEFT",n.NONE="NONE"})(le||(le={}));var we=Object.defineProperty,re=Object.getOwnPropertySymbols,Ee=Object.prototype.hasOwnProperty,Oe=Object.prototype.propertyIsEnumerable,ie=(n,t,o)=>t in n?we(n,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[t]=o,Te=(n,t)=>{for(var o in t||(t={}))Ee.call(t,o)&&ie(n,o,t[o]);if(re)for(var o of re(t))Oe.call(t,o)&&ie(n,o,t[o]);return n};Te({linear:fe},{easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]});function ae(n,t){const{scrollEndHook:o,itemHeight:l,overscan:i=5}=t,a=e.ref(null),r=Se(a),f=e.ref(!0),_=te(Y,100);let m;const p=e.shallowRef(n),g=e.ref(0),c=e.ref({start:0,end:10});let u=0;const E=e.ref([]),y=e.computed(()=>{let{sum:s,height:d}={sum:0,height:0};return p.value.map((S,v)=>(typeof l=="number"?d=l:d=l(v),s+=d,{height:d,sum:s}))}),q=e.computed(()=>R(c.value.start)),O=e.computed(()=>typeof l=="number"?y.value.length*l:y.value[y.value.length-1]?.sum||0),I=e.computed(()=>{let s=E.value.length-i,d=Math.max(s-u,0);return E.value.slice(d,s)});e.onMounted(()=>{}),e.onUnmounted(()=>cancelAnimationFrame(m)),e.watch([r.width,r.height,p],([s,d])=>{(s||d)&&C()},{deep:!0}),e.watch(g,()=>{H(),_()});function H(){f.value=!1}function Y(){f.value=!0,o?.()}function C(){cancelAnimationFrame(m),m=requestAnimationFrame(P)}function P(){if(a.value){g.value=a.value.scrollTop,u=B();let s=x(g.value),d=s+u+i;s=s-i,s=s<0?0:s,d=d>p.value.length?p.value.length:d,c.value={start:s,end:d},E.value=p.value.slice(s,d).map((S,v)=>({data:S,index:v+s}))}}function x(s){let d=0,S=y.value.length-1,v=-1;for(;d<=S;){const b=Math.floor((d+S)/2);y.value[b].sum>=s?(v=b,S=b-1):d=b+1}return Math.max(0,v)}function B(){let s=0,d=0,S=G();for(let v=S;v<y.value.length&&(s++,d+=y.value[v].height,!(d>=r.height.value));v++);return s}function R(s){if(typeof l=="number")return s*l;let d=y.value[s];return d?d.sum-d.height:0}function k(s){return y.value[s]||{sum:0,height:0}}function G(){let s=c.value.start;return s>=i&&(s+=i),s}function J(s){if(a.value){const d=k(s);a.value.scrollTop=d.sum-d.height,P()}}const X=e.computed(()=>({style:{width:"100%",height:`${O.value}px`,pointerEvents:f.value?void 0:"none"}})),A=e.computed(()=>({style:{transform:`translate3d(0, ${q.value}px, 0)`,"will-change":"transform"}})),Z={overflowY:"auto"};return{list:E,visiableList:I,getItemHeightData:k,getoffsetTopIndex:x,totalHeight:O,clientHeight:r.height,scrollTo:J,scrollTop:g,isScrollEnd:f,containerProps:{ref:a,onScroll:()=>{C()},style:Z},wrapperProps:X,innerProps:A}}const D=Symbol(),V=Symbol(),j=Symbol(),K=Symbol(),M=Symbol(),N=Symbol(),W=Symbol(),z=Symbol(),Q=Symbol();function Be(){const{voidFn:n,boolFn:t,boolRef:o,arrayRef:l}={voidFn:u=>{},boolFn:u=>!1,boolRef:e.computed(()=>!1),arrayRef:e.computed(()=>[])},i=e.inject(K,l),a=e.inject(j,t),r=e.inject(z,o),f=e.inject(V,n),_=e.inject(D,n),m=e.inject(M,n),p=e.inject(N,n),g=e.inject(W,n),c=e.inject(Q,n);return{selected:i,isSelected:a,isAllSelected:r,toggle:f,toggleAll:_,select:m,selectAll:p,unselect:g,unselectAll:c}}function Ie(n,t){const o=e.ref({}),l=e.computed(()=>n.value.filter(c=>o.value[c[t]])),i=e.computed(()=>l.value.length!=0&&Object.keys(o.value).length==n.value.length);function a(){n.value.forEach(c=>{o.value[c[t]]=!0})}function r(){o.value={}}function f(c){c.forEach(u=>{o.value[u[t]]||(o.value[u[t]]=!0)})}function _(c){c.forEach(u=>{o.value[u[t]]&&delete o.value[u[t]]})}function m(c){return!!o.value[c[t]]}function p(c){c.forEach(u=>{m(u)?delete o.value[u[t]]:o.value[u[t]]=!0})}function g(){i.value?r():a()}return e.provide(D,g),e.provide(V,p),e.provide(j,m),e.provide(K,l),e.provide(M,f),e.provide(N,a),e.provide(W,_),e.provide(z,i),e.provide(Q,r),{selected:l,select:f,selectAll:a,unselect:_,unselectAll:r,toggle:p,toggleAll:g,isSelected:m,isAllSelected:i}}const se=Symbol(),He=e.defineComponent({__name:"Dialog",props:{visiable:{type:Boolean,default:!1},closeOnClickOverlay:{type:Boolean,default:!0},dialogClass:{default:""}},emits:["update:visiable"],setup(n,{emit:t}){const o=n,l=()=>{o.closeOnClickOverlay&&t("update:visiable",!1)};return e.provide(se,()=>t("update:visiable",!1)),(i,a)=>(e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[n.visiable?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:l,class:"modal absolute inset-0 bottom-0 flex bg-stone-900 bg-opacity-50 z-[999]"},[e.createElementVNode("div",{onClick:a[0]||(a[0]=e.withModifiers(()=>{},["stop"])),class:e.normalizeClass(["dialog m-auto flex flex-col",n.dialogClass])},[e.renderSlot(i.$slots,"default")],2)])):e.createCommentVNode("",!0)]),_:3}))}});function Ce(n){function t(o,l){const i=document.createElement("div"),a={setup(){return()=>e.h(He,{visiable:!0,"onUpdate:visiable":()=>{i?.remove()},...n},{default:()=>e.h(o,l)})}};return document.body.appendChild(i),e.render(e.h(a),i),{close:()=>i?.remove()}}return{create:t}}const Pe={class:"toast"},xe=e.defineComponent({__name:"Toast",props:{message:null,position:null},setup(n){const t=n,o=e.ref(),l=e.ref(),i=e.ref(),a=e.computed(()=>{switch(t.position){case"top":return 10;case"middle":return 50;case"bottom":return 85}}),r=e.computed(()=>({top:`calc(${a.value}% - ${i.value}px)`,left:`calc(50% - ${l.value}px)`,backgroundColor:"black"}));return e.nextTick(()=>{l.value=o.value.offsetWidth/2,i.value=o.value.offsetHeight/2}),(f,_)=>(e.openBlock(),e.createElementBlock("div",{id:"toastWrapper",ref_key:"toastWrapper",ref:o,class:"toastWrapper",style:e.normalizeStyle([e.unref(r),{zIndex:9999}])},[e.createElementVNode("div",Pe,[e.createElementVNode("span",null,e.toDisplayString(n.message),1)])],4))}}),Qe="",U=(n,t)=>{const o=n.__vccOpts||n;for(const[l,i]of t)o[l]=i;return o},Re=U(xe,[["__scopeId","data-v-aef44c80"]]),ce={message:"\u61D2\u732B\u4E91 Yes!!!",position:"middle",duration:1500};class ke{options;container;constructor(t){this.options=t,this.container=document.createElement("div")}present(){const t=e.h(e.h(Re),{...ce,...this.options});e.render(t,this.container),document.body.insertBefore(this.container,document.body.firstChild);const o=this.options.duration||ce.duration;setTimeout(()=>{this.dismiss()},o)}dismiss(){this.container&&(this.container.querySelector("#toastWrapper")?.classList.add("animate-toastAnimation"),setTimeout(()=>{this.container&&(e.render(null,this.container),document.body.removeChild(this.container))},500))}}const Ae=["xlink:href","fill","color"],$e=e.defineComponent({__name:"SvgIcon",props:{name:null,prefix:{default:"icon"},color:{default:"#FFF"},width:null,height:null},setup(n){const t=n,o=e.computed(()=>`#${t.prefix}-${t.name}`),l=e.computed(()=>({width:`${t.width??t.height}px`,height:`${t.height??t.width}px`,aspectRatio:t.width&&t.height?void 0:"1/1"}));return(i,a)=>(e.openBlock(),e.createElementBlock("svg",{"aria-hidden":"",style:e.normalizeStyle(e.unref(l))},[e.createElementVNode("use",{"xlink:href":e.unref(o),fill:n.color,color:n.color},null,8,Ae)],4))}});function Fe(n){const{containerEl:t,sliderEl:o,autoHeight:l,performance:i={},maxHeightRatio:a=.9}=n,r=e.ref(!0),f=te(R,100);let _,m="";const p=e.ref(0),g=e.ref(0),c=e.ref(0),u=e.ref({top:0,scrollTop:0,scrollHeight:0,clientHeight:0}),E=e.ref({clientHeight:0}),y=e.computed(()=>!!g.value),q=e.computed(()=>u.value.scrollHeight>u.value.clientHeight),O=e.computed(()=>u.value.clientHeight-E.value.clientHeight),I=e.computed(()=>u.value.scrollHeight-u.value.clientHeight),H=e.computed(()=>Math.max(u.value.clientHeight/u.value.scrollHeight,.05)),Y=e.computed(()=>H.value>a?0:H.value*u.value.clientHeight),C=e.computed(()=>({willChange:"transform",transform:`translate3d(0,${c.value}px,0)`,height:l?`${Y.value}px`:void 0}));function P(b){B(),g.value=b.clientY-o.value.getBoundingClientRect().top||1,m=getComputedStyle(t.value).scrollBehavior,m==="smooth"&&(t.value.style.scrollBehavior="unset")}function x(){t.value.style.scrollBehavior=m,g.value=0,f()}function B(){r.value=!1}function R(){y.value||(r.value=!0)}function k(b){if(!y.value)return;let w=b.clientY-u.value.top-g.value;w<0?c.value=0:w>=O.value?c.value=O.value:c.value=w,t.value.scrollTo({top:c.value/O.value*I.value})}function G(){y.value||J()}function J(){cancelAnimationFrame(_),_=requestAnimationFrame(X)}function X(){t.value&&(p.value=i.scrollTop?.value??t.value.scrollTop,c.value=p.value/I.value*O.value)}function A(b){let w="addEventListener";b==="add"?w="addEventListener":w="removeEventListener",o.value?.[w]("pointerdown",P,{passive:!0}),window[w]("pointermove",k,{passive:!0}),window[w]("pointerup",x,{passive:!0})}const Z=new MutationObserver(b=>{b.map(We=>We.oldValue).join().includes("height")&&s()});function s(){u.value.top=t.value?.getBoundingClientRect().top??0,u.value.scrollHeight=t.value?.scrollHeight??0,u.value.clientHeight=t.value?.clientHeight??0}function d(){B(),setTimeout(()=>{E.value.clientHeight=o.value?.clientHeight??0,R()},150)}function S(){document.styleSheets[0].insertRule(".hide-scrollbar { scrollbar-width: none; -ms-overflow-style: none; }",0),document.styleSheets[0].insertRule(".hide-scrollbar::-webkit-scrollbar{ display: none }",0),t.value?.classList.add("hide-scrollbar")}function v(){t.value&&o.value?(S(),t.value.addEventListener("scroll",G,{passive:!0}),A("add"),Z.observe(t.value,{subtree:!0,attributeOldValue:!0,attributeFilter:["style"]}),setTimeout(()=>{s()},100),d()):console.error("useScrollBar:","\u521D\u59CB\u5316\u5931\u8D25!",{containerEl:t,sliderEl:o})}return e.watch(p,()=>{B(),f()}),{isScrollEnd:r,isDragSlider:y,offsetTop:c,scrollTop:p,scrollable:q,sliderPos:C,init:v,modifySliderEventListener:A}}const Le=(n=>(e.pushScopeId("data-v-edec7292"),n=n(),e.popScopeId(),n))(()=>e.createElementVNode("div",{class:"default-slider"},null,-1)),De=e.defineComponent({__name:"ScrollBar",props:{containerEl:null,autoHide:{type:Boolean},autoHeight:{type:Boolean},performance:null},setup(n,{expose:t}){const o=n,l=!!e.useSlots().default,i=e.ref(null),a=e.computed(()=>o.containerEl),r=Fe({containerEl:a,sliderEl:i,autoHeight:l?o.autoHeight:!0,performance:o.performance}),{scrollable:f,isScrollEnd:_,sliderPos:m}=r,p=e.ref(!1),g=o.autoHide?e.computed(()=>p.value||!_.value):e.computed(()=>f.value);e.onMounted(()=>{e.nextTick(()=>{r.init()})}),e.onUnmounted(()=>{r.modifySliderEventListener("remove")});function c(){p.value=!0}function u(){p.value=!1}return t({uScrollBarReturn:r}),(E,y)=>(e.openBlock(),e.createBlock(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"sliderRef",ref:i,class:"slider-wrapper",onMouseenter:c,onMouseleave:u,style:e.normalizeStyle(e.unref(m))},[e.renderSlot(E.$slots,"default",{},()=>[Le],!0)],36),[[e.vShow,e.unref(g)]])]),_:3}))}}),qe="",Ve=U(De,[["__scopeId","data-v-edec7292"]]),je={class:"virtualListWrapper"},Ke={inheritAttrs:!1},Me=e.defineComponent({...Ke,__name:"VirtualList",props:{data:null,itemHeight:null,overscan:{default:10}},emits:["scrollEnd"],setup(n,{expose:t,emit:o}){const l=n,i=ae(e.toRef(l,"data"),{itemHeight:p=>l.itemHeight(l.data[p]),overscan:l.overscan,scrollEndHook:()=>{o("scrollEnd")}}),{list:a,containerProps:r,wrapperProps:f,innerProps:_,getItemHeightData:m}=i;return t({vListReturn:i}),(p,g)=>(e.openBlock(),e.createElementBlock("div",je,[e.createElementVNode("div",e.mergeProps({onScrollPassive:g[0]||(g[0]=(...c)=>e.unref(r).onScroll&&e.unref(r).onScroll(...c)),ref:e.unref(r).ref,class:"virtualList"},p.$attrs),[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(e.unref(f))),[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(e.unref(_))),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(a),({index:c,data:u})=>(e.openBlock(),e.createElementBlock("div",{key:c,style:e.normalizeStyle({height:`${e.unref(m)(c).height}px`,display:"flex"})},[e.renderSlot(p.$slots,"default",{data:u,index:c},void 0,!0)],4))),128))],16)],16)],16)]))}}),Ye="",Ne=U(Me,[["__scopeId","data-v-4ba97cce"]]);h.ScrollBar=Ve,h.SvgIcon=$e,h.ToastCreator=ke,h.VirtualList=Ne,h.allSelectedKey=K,h.closeDialogKey=se,h.dialogController=Ce,h.isAllSelectedKey=z,h.isSelectedKey=j,h.selectAllKey=N,h.selectKey=M,h.toggleAllKey=D,h.toggleKey=V,h.unselectAllKey=Q,h.unselectKey=W,h.useSelectable=Ie,h.useSelectableInjectors=Be,h.useVirtualList=ae,Object.defineProperties(h,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
1
+ (function(h,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(h=typeof globalThis<"u"?globalThis:h||self,e(h.ui={},h.Vue))})(this,function(h,e){"use strict";var ee;const T=typeof window<"u";T&&((ee=window?.navigator)==null?void 0:ee.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function $(n){return typeof n=="function"?n():e.unref(n)}function ue(n,t){function o(...l){n(()=>t.apply(this,l),{fn:t,thisArg:this,args:l})}return o}function de(n,t={}){let o,l;return a=>{const r=$(n),f=$(t.maxWait);if(o&&clearTimeout(o),r<=0||f!==void 0&&f<=0)return l&&(clearTimeout(l),l=null),a();f&&!l&&(l=setTimeout(()=>{o&&clearTimeout(o),l=null,a()},f)),o=setTimeout(()=>{l&&clearTimeout(l),l=null,a()},r)}}function fe(n){return n}function pe(n){return e.getCurrentScope()?(e.onScopeDispose(n),!0):!1}function te(n,t=200,o={}){return ue(de(t,o),n)}function he(n,t=!0){e.getCurrentInstance()?e.onMounted(n):t?n():e.nextTick(n)}function ne(n){var t;const o=$(n);return(t=o?.$el)!=null?t:o}const me=T?window:void 0;T&&window.document,T&&window.navigator,T&&window.location;function ge(n,t=!1){const o=e.ref(),l=()=>o.value=Boolean(n());return l(),he(l,t),o}const F=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},L="__vueuse_ssr_handlers__";F[L]=F[L]||{},F[L];var oe=Object.getOwnPropertySymbols,_e=Object.prototype.hasOwnProperty,ye=Object.prototype.propertyIsEnumerable,ve=(n,t)=>{var o={};for(var l in n)_e.call(n,l)&&t.indexOf(l)<0&&(o[l]=n[l]);if(n!=null&&oe)for(var l of oe(n))t.indexOf(l)<0&&ye.call(n,l)&&(o[l]=n[l]);return o};function be(n,t,o={}){const l=o,{window:i=me}=l,a=ve(l,["window"]);let r;const f=ge(()=>i&&"ResizeObserver"in i),_=()=>{r&&(r.disconnect(),r=void 0)},m=e.watch(()=>ne(n),g=>{_(),f.value&&i&&g&&(r=new ResizeObserver(t),r.observe(g,a))},{immediate:!0,flush:"post"}),p=()=>{_(),m()};return pe(p),{isSupported:f,stop:p}}function Se(n,t={width:0,height:0},o={}){const{box:l="content-box"}=o,i=e.ref(t.width),a=e.ref(t.height);return be(n,([r])=>{const f=l==="border-box"?r.borderBoxSize:l==="content-box"?r.contentBoxSize:r.devicePixelContentBoxSize;f?(i.value=f.reduce((_,{inlineSize:m})=>_+m,0),a.value=f.reduce((_,{blockSize:m})=>_+m,0)):(i.value=r.contentRect.width,a.value=r.contentRect.height)},o),e.watch(()=>ne(n),r=>{i.value=r?t.width:0,a.value=r?t.height:0}),{width:i,height:a}}var le;(function(n){n.UP="UP",n.RIGHT="RIGHT",n.DOWN="DOWN",n.LEFT="LEFT",n.NONE="NONE"})(le||(le={}));var we=Object.defineProperty,re=Object.getOwnPropertySymbols,Ee=Object.prototype.hasOwnProperty,Oe=Object.prototype.propertyIsEnumerable,ie=(n,t,o)=>t in n?we(n,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[t]=o,Te=(n,t)=>{for(var o in t||(t={}))Ee.call(t,o)&&ie(n,o,t[o]);if(re)for(var o of re(t))Oe.call(t,o)&&ie(n,o,t[o]);return n};Te({linear:fe},{easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]});function ae(n,t){const{scrollEndHook:o,itemHeight:l,overscan:i=5}=t,a=e.ref(null),r=Se(a),f=e.ref(!0),_=te(Y,100);let m;const p=e.shallowRef(n),g=e.ref(0),c=e.ref({start:0,end:10});let u=0;const E=e.ref([]),y=e.computed(()=>{let{sum:s,height:d}={sum:0,height:0};return p.value.map((S,v)=>(typeof l=="number"?d=l:d=l(v),s+=d,{height:d,sum:s}))}),q=e.computed(()=>R(c.value.start)),O=e.computed(()=>typeof l=="number"?y.value.length*l:y.value[y.value.length-1]?.sum||0),I=e.computed(()=>{let s=E.value.length-i,d=Math.max(s-u,0);return E.value.slice(d,s)});e.onMounted(()=>{}),e.onUnmounted(()=>cancelAnimationFrame(m)),e.watch([r.width,r.height,p],([s,d])=>{(s||d)&&C()},{deep:!0}),e.watch(g,()=>{H(),_()});function H(){f.value=!1}function Y(){f.value=!0,o?.()}function C(){cancelAnimationFrame(m),m=requestAnimationFrame(x)}function x(){if(a.value){g.value=a.value.scrollTop,u=B();let s=P(g.value),d=s+u+i;s=s-i,s=s<0?0:s,d=d>p.value.length?p.value.length:d,c.value={start:s,end:d},E.value=p.value.slice(s,d).map((S,v)=>({data:S,index:v+s}))}}function P(s){let d=0,S=y.value.length-1,v=-1;for(;d<=S;){const b=Math.floor((d+S)/2);y.value[b].sum>=s?(v=b,S=b-1):d=b+1}return Math.max(0,v)}function B(){let s=0,d=0,S=G();for(let v=S;v<y.value.length&&(s++,d+=y.value[v].height,!(d>=r.height.value));v++);return s}function R(s){if(typeof l=="number")return s*l;let d=y.value[s];return d?d.sum-d.height:0}function k(s){return y.value[s]||{sum:0,height:0}}function G(){let s=c.value.start;return s>=i&&(s+=i),s}function J(s){if(a.value){const d=k(s);a.value.scrollTop=d.sum-d.height,x()}}const X=e.computed(()=>({style:{width:"100%",height:`${O.value}px`,pointerEvents:f.value?void 0:"none"}})),A=e.computed(()=>({style:{transform:`translate3d(0, ${q.value}px, 0)`,"will-change":"transform"}})),Z={overflowY:"auto"};return{list:E,visiableList:I,getItemHeightData:k,getoffsetTopIndex:P,totalHeight:O,clientHeight:r.height,scrollTo:J,scrollTop:g,isScrollEnd:f,containerProps:{ref:a,onScroll:()=>{C()},style:Z},wrapperProps:X,innerProps:A}}const D=Symbol(),V=Symbol(),j=Symbol(),K=Symbol(),M=Symbol(),N=Symbol(),W=Symbol(),z=Symbol(),Q=Symbol();function Be(){const{voidFn:n,boolFn:t,boolRef:o,arrayRef:l}={voidFn:u=>{},boolFn:u=>!1,boolRef:e.computed(()=>!1),arrayRef:e.computed(()=>[])},i=e.inject(K,l),a=e.inject(j,t),r=e.inject(z,o),f=e.inject(V,n),_=e.inject(D,n),m=e.inject(M,n),p=e.inject(N,n),g=e.inject(W,n),c=e.inject(Q,n);return{selected:i,isSelected:a,isAllSelected:r,toggle:f,toggleAll:_,select:m,selectAll:p,unselect:g,unselectAll:c}}function Ie(n,t){const o=e.ref({}),l=e.computed(()=>n.value.filter(c=>o.value[c[t]])),i=e.computed(()=>l.value.length!=0&&Object.keys(o.value).length==n.value.length);function a(){n.value.forEach(c=>{o.value[c[t]]=!0})}function r(){o.value={}}function f(c){c.forEach(u=>{o.value[u[t]]||(o.value[u[t]]=!0)})}function _(c){c.forEach(u=>{o.value[u[t]]&&delete o.value[u[t]]})}function m(c){return!!o.value[c[t]]}function p(c){c.forEach(u=>{m(u)?delete o.value[u[t]]:o.value[u[t]]=!0})}function g(){i.value?r():a()}return e.provide(D,g),e.provide(V,p),e.provide(j,m),e.provide(K,l),e.provide(M,f),e.provide(N,a),e.provide(W,_),e.provide(z,i),e.provide(Q,r),{selected:l,select:f,selectAll:a,unselect:_,unselectAll:r,toggle:p,toggleAll:g,isSelected:m,isAllSelected:i}}const se=Symbol(),He=e.defineComponent({__name:"Dialog",props:{visiable:{type:Boolean,default:!1},closeOnClickOverlay:{type:Boolean,default:!0},dialogClass:{default:""}},emits:["update:visiable"],setup(n,{emit:t}){const o=n,l=()=>{o.closeOnClickOverlay&&t("update:visiable",!1)};return e.provide(se,()=>t("update:visiable",!1)),(i,a)=>(e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[n.visiable?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:l,class:"modal absolute inset-0 bottom-0 flex bg-stone-900 bg-opacity-50 z-[999]"},[e.createElementVNode("div",{onClick:a[0]||(a[0]=e.withModifiers(()=>{},["stop"])),class:e.normalizeClass(["dialog m-auto flex flex-col",n.dialogClass])},[e.renderSlot(i.$slots,"default")],2)])):e.createCommentVNode("",!0)]),_:3}))}});function Ce(n){function t(o,l){const i=document.createElement("div"),a={setup(){return()=>e.h(He,{visiable:!0,"onUpdate:visiable":()=>{i?.remove()},...n},{default:()=>e.h(o,l)})}};return document.body.appendChild(i),e.render(e.h(a),i),{close:()=>i?.remove()}}return{create:t}}const xe={class:"toast"},Pe=e.defineComponent({__name:"Toast",props:{message:null,position:null},setup(n){const t=n,o=e.ref(),l=e.ref(),i=e.ref(),a=e.computed(()=>{switch(t.position){case"top":return 10;case"middle":return 50;case"bottom":return 85}}),r=e.computed(()=>({position:"absolute",borderRadius:"10px",backgroundColor:"rgba(0, 0, 0, 0.8)",padding:"14px 19px",top:`calc(${a.value}% - ${i.value}px)`,left:`calc(50% - ${l.value}px)`}));return e.nextTick(()=>{l.value=o.value.offsetWidth/2,i.value=o.value.offsetHeight/2}),(f,_)=>(e.openBlock(),e.createElementBlock("div",{id:"toastWrapper",ref_key:"toastWrapper",ref:o,class:"toastWrapper",style:e.normalizeStyle([e.unref(r),{zIndex:9999}])},[e.createElementVNode("div",xe,[e.createElementVNode("span",null,e.toDisplayString(n.message),1)])],4))}}),Qe="",U=(n,t)=>{const o=n.__vccOpts||n;for(const[l,i]of t)o[l]=i;return o},Re=U(Pe,[["__scopeId","data-v-4a518cee"]]),ce={message:"\u61D2\u732B\u4E91 Yes!!!",position:"middle",duration:1500};class ke{options;container;constructor(t){this.options=t,this.container=document.createElement("div")}present(){const t=e.h(e.h(Re),{...ce,...this.options});e.render(t,this.container),document.body.insertBefore(this.container,document.body.firstChild);const o=this.options.duration||ce.duration;setTimeout(()=>{this.dismiss()},o)}dismiss(){this.container&&(this.container.querySelector("#toastWrapper")?.classList.add("animate-toastAnimation"),setTimeout(()=>{this.container&&(e.render(null,this.container),document.body.removeChild(this.container))},500))}}const Ae=["xlink:href","fill","color"],$e=e.defineComponent({__name:"SvgIcon",props:{name:null,prefix:{default:"icon"},color:{default:"#FFF"},width:null,height:null},setup(n){const t=n,o=e.computed(()=>`#${t.prefix}-${t.name}`),l=e.computed(()=>({width:`${t.width??t.height}px`,height:`${t.height??t.width}px`,aspectRatio:t.width&&t.height?void 0:"1/1"}));return(i,a)=>(e.openBlock(),e.createElementBlock("svg",{"aria-hidden":"",style:e.normalizeStyle(e.unref(l))},[e.createElementVNode("use",{"xlink:href":e.unref(o),fill:n.color,color:n.color},null,8,Ae)],4))}});function Fe(n){const{containerEl:t,sliderEl:o,autoHeight:l,performance:i={},maxHeightRatio:a=.9}=n,r=e.ref(!0),f=te(R,100);let _,m="";const p=e.ref(0),g=e.ref(0),c=e.ref(0),u=e.ref({top:0,scrollTop:0,scrollHeight:0,clientHeight:0}),E=e.ref({clientHeight:0}),y=e.computed(()=>!!g.value),q=e.computed(()=>u.value.scrollHeight>u.value.clientHeight),O=e.computed(()=>u.value.clientHeight-E.value.clientHeight),I=e.computed(()=>u.value.scrollHeight-u.value.clientHeight),H=e.computed(()=>Math.max(u.value.clientHeight/u.value.scrollHeight,.05)),Y=e.computed(()=>H.value>a?0:H.value*u.value.clientHeight),C=e.computed(()=>({willChange:"transform",transform:`translate3d(0,${c.value}px,0)`,height:l?`${Y.value}px`:void 0}));function x(b){B(),g.value=b.clientY-o.value.getBoundingClientRect().top||1,m=getComputedStyle(t.value).scrollBehavior,m==="smooth"&&(t.value.style.scrollBehavior="unset")}function P(){t.value.style.scrollBehavior=m,g.value=0,f()}function B(){r.value=!1}function R(){y.value||(r.value=!0)}function k(b){if(!y.value)return;let w=b.clientY-u.value.top-g.value;w<0?c.value=0:w>=O.value?c.value=O.value:c.value=w,t.value.scrollTo({top:c.value/O.value*I.value})}function G(){y.value||J()}function J(){cancelAnimationFrame(_),_=requestAnimationFrame(X)}function X(){t.value&&(p.value=i.scrollTop?.value??t.value.scrollTop,c.value=p.value/I.value*O.value)}function A(b){let w="addEventListener";b==="add"?w="addEventListener":w="removeEventListener",o.value?.[w]("pointerdown",x,{passive:!0}),window[w]("pointermove",k,{passive:!0}),window[w]("pointerup",P,{passive:!0})}const Z=new MutationObserver(b=>{b.map(We=>We.oldValue).join().includes("height")&&s()});function s(){u.value.top=t.value?.getBoundingClientRect().top??0,u.value.scrollHeight=t.value?.scrollHeight??0,u.value.clientHeight=t.value?.clientHeight??0}function d(){B(),setTimeout(()=>{E.value.clientHeight=o.value?.clientHeight??0,R()},150)}function S(){document.styleSheets[0].insertRule(".hide-scrollbar { scrollbar-width: none; -ms-overflow-style: none; }",0),document.styleSheets[0].insertRule(".hide-scrollbar::-webkit-scrollbar{ display: none }",0),t.value?.classList.add("hide-scrollbar")}function v(){t.value&&o.value?(S(),t.value.addEventListener("scroll",G,{passive:!0}),A("add"),Z.observe(t.value,{subtree:!0,attributeOldValue:!0,attributeFilter:["style"]}),setTimeout(()=>{s()},100),d()):console.error("useScrollBar:","\u521D\u59CB\u5316\u5931\u8D25!",{containerEl:t,sliderEl:o})}return e.watch(p,()=>{B(),f()}),{isScrollEnd:r,isDragSlider:y,offsetTop:c,scrollTop:p,scrollable:q,sliderPos:C,init:v,modifySliderEventListener:A}}const Le=(n=>(e.pushScopeId("data-v-edec7292"),n=n(),e.popScopeId(),n))(()=>e.createElementVNode("div",{class:"default-slider"},null,-1)),De=e.defineComponent({__name:"ScrollBar",props:{containerEl:null,autoHide:{type:Boolean},autoHeight:{type:Boolean},performance:null},setup(n,{expose:t}){const o=n,l=!!e.useSlots().default,i=e.ref(null),a=e.computed(()=>o.containerEl),r=Fe({containerEl:a,sliderEl:i,autoHeight:l?o.autoHeight:!0,performance:o.performance}),{scrollable:f,isScrollEnd:_,sliderPos:m}=r,p=e.ref(!1),g=o.autoHide?e.computed(()=>p.value||!_.value):e.computed(()=>f.value);e.onMounted(()=>{e.nextTick(()=>{r.init()})}),e.onUnmounted(()=>{r.modifySliderEventListener("remove")});function c(){p.value=!0}function u(){p.value=!1}return t({uScrollBarReturn:r}),(E,y)=>(e.openBlock(),e.createBlock(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"sliderRef",ref:i,class:"slider-wrapper",onMouseenter:c,onMouseleave:u,style:e.normalizeStyle(e.unref(m))},[e.renderSlot(E.$slots,"default",{},()=>[Le],!0)],36),[[e.vShow,e.unref(g)]])]),_:3}))}}),qe="",Ve=U(De,[["__scopeId","data-v-edec7292"]]),je={class:"virtualListWrapper"},Ke={inheritAttrs:!1},Me=e.defineComponent({...Ke,__name:"VirtualList",props:{data:null,itemHeight:null,overscan:{default:10}},emits:["scrollEnd"],setup(n,{expose:t,emit:o}){const l=n,i=ae(e.toRef(l,"data"),{itemHeight:p=>l.itemHeight(l.data[p]),overscan:l.overscan,scrollEndHook:()=>{o("scrollEnd")}}),{list:a,containerProps:r,wrapperProps:f,innerProps:_,getItemHeightData:m}=i;return t({vListReturn:i}),(p,g)=>(e.openBlock(),e.createElementBlock("div",je,[e.createElementVNode("div",e.mergeProps({onScrollPassive:g[0]||(g[0]=(...c)=>e.unref(r).onScroll&&e.unref(r).onScroll(...c)),ref:e.unref(r).ref,class:"virtualList"},p.$attrs),[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(e.unref(f))),[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(e.unref(_))),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(a),({index:c,data:u})=>(e.openBlock(),e.createElementBlock("div",{key:c,style:e.normalizeStyle({height:`${e.unref(m)(c).height}px`,display:"flex"})},[e.renderSlot(p.$slots,"default",{data:u,index:c},void 0,!0)],4))),128))],16)],16)],16)]))}}),Ye="",Ne=U(Me,[["__scopeId","data-v-4ba97cce"]]);h.ScrollBar=Ve,h.SvgIcon=$e,h.ToastCreator=ke,h.VirtualList=Ne,h.allSelectedKey=K,h.closeDialogKey=se,h.dialogController=Ce,h.isAllSelectedKey=z,h.isSelectedKey=j,h.selectAllKey=N,h.selectKey=M,h.toggleAllKey=D,h.toggleKey=V,h.unselectAllKey=Q,h.unselectKey=W,h.useSelectable=Ie,h.useSelectableInjectors=Be,h.useVirtualList=ae,Object.defineProperties(h,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .toastWrapper[data-v-aef44c80]{position:absolute;border-radius:10px;background-color:#000c;padding:14px 19px}.toast[data-v-aef44c80]{width:fit-content;display:flex;justify-content:center;align-items:center;color:#fff;font-size:14px}.v-leave-active[data-v-edec7292]{transition:all .15s ease-out;transition-delay:.9s}.v-leave-to[data-v-edec7292]{opacity:0}.slider-wrapper[data-v-edec7292]{z-index:100;position:absolute;right:0;touch-action:none}.default-slider[data-v-edec7292]{width:6px;height:100%;background-color:#0003;border-radius:3px;margin-right:3px}.virtualList[data-v-4ba97cce]{width:100%;height:100%;position:absolute;overflow-y:auto;scroll-behavior:smooth;user-select:none}.virtualListWrapper[data-v-4ba97cce]{width:100%;height:100%;position:relative}
1
+ .toast[data-v-4a518cee]{width:fit-content;display:flex;justify-content:center;align-items:center;color:#fff;font-size:14px}.v-leave-active[data-v-edec7292]{transition:all .15s ease-out;transition-delay:.9s}.v-leave-to[data-v-edec7292]{opacity:0}.slider-wrapper[data-v-edec7292]{z-index:100;position:absolute;right:0;touch-action:none}.default-slider[data-v-edec7292]{width:6px;height:100%;background-color:#0003;border-radius:3px;margin-right:3px}.virtualList[data-v-4ba97cce]{width:100%;height:100%;position:absolute;overflow-y:auto;scroll-behavior:smooth;user-select:none}.virtualListWrapper[data-v-4ba97cce]{width:100%;height:100%;position:relative}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazycatcloud/lzc-toolkit",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "description": "lazycat ui toolkits",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",