@oiij/chrome-tabs 0.0.9 → 0.0.11

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.js CHANGED
@@ -1,80 +1,80 @@
1
- import { inject as Le, onBeforeMount as ze, onMounted as xe, nextTick as $e, watch as O, getCurrentScope as je, onScopeDispose as Te, getCurrentInstance as ke, toValue as j, computed as S, shallowRef as Q, unref as p, ref as Pe, createElementBlock as A, openBlock as I, createElementVNode as $, createStaticVNode as Fe, defineComponent as we, h as re, normalizeClass as C, createCommentVNode as X, normalizeStyle as _, createBlock as ee, resolveDynamicComponent as ie, withModifiers as Oe, createVNode as K, renderSlot as se, TransitionGroup as Ve, withCtx as De, Fragment as He, renderList as We, mergeProps as Ke } from "vue";
1
+ import { inject as Le, onBeforeMount as ze, onMounted as ye, nextTick as $e, watch as P, getCurrentScope as Te, onScopeDispose as je, getCurrentInstance as ke, toValue as L, computed as M, shallowRef as Q, unref as y, ref as Pe, createElementBlock as A, openBlock as I, createElementVNode as k, createStaticVNode as Fe, defineComponent as we, h as ie, normalizeClass as C, createCommentVNode as X, normalizeStyle as _, createBlock as ee, resolveDynamicComponent as re, withModifiers as Oe, createVNode as D, renderSlot as ue, TransitionGroup as Ve, withCtx as He, Fragment as We, renderList as De, mergeProps as Ke } from "vue";
2
2
  function qe(e) {
3
- let t = ".", n = "__", o = "--", r;
3
+ let t = ".", n = "__", o = "--", i;
4
4
  if (e) {
5
- let l = e.blockPrefix;
6
- l && (t = l), l = e.elementPrefix, l && (n = l), l = e.modifierPrefix, l && (o = l);
5
+ let a = e.blockPrefix;
6
+ a && (t = a), a = e.elementPrefix, a && (n = a), a = e.modifierPrefix, a && (o = a);
7
7
  }
8
- const i = {
9
- install(l) {
10
- r = l.c;
11
- const h = l.context;
8
+ const r = {
9
+ install(a) {
10
+ i = a.c;
11
+ const h = a.context;
12
12
  h.bem = {}, h.bem.b = null, h.bem.els = null;
13
13
  }
14
14
  };
15
- function s(l) {
16
- let h, v;
15
+ function u(a) {
16
+ let h, m;
17
17
  return {
18
- before(m) {
19
- h = m.bem.b, v = m.bem.els, m.bem.els = null;
18
+ before(v) {
19
+ h = v.bem.b, m = v.bem.els, v.bem.els = null;
20
20
  },
21
- after(m) {
22
- m.bem.b = h, m.bem.els = v;
21
+ after(v) {
22
+ v.bem.b = h, v.bem.els = m;
23
23
  },
24
- $({ context: m, props: k }) {
25
- return l = typeof l == "string" ? l : l({ context: m, props: k }), m.bem.b = l, `${k?.bPrefix || t}${m.bem.b}`;
24
+ $({ context: v, props: N }) {
25
+ return a = typeof a == "string" ? a : a({ context: v, props: N }), v.bem.b = a, `${N?.bPrefix || t}${v.bem.b}`;
26
26
  }
27
27
  };
28
28
  }
29
- function u(l) {
29
+ function l(a) {
30
30
  let h;
31
31
  return {
32
- before(v) {
33
- h = v.bem.els;
32
+ before(m) {
33
+ h = m.bem.els;
34
34
  },
35
- after(v) {
36
- v.bem.els = h;
35
+ after(m) {
36
+ m.bem.els = h;
37
37
  },
38
- $({ context: v, props: m }) {
39
- return l = typeof l == "string" ? l : l({ context: v, props: m }), v.bem.els = l.split(",").map((k) => k.trim()), v.bem.els.map((k) => `${m?.bPrefix || t}${v.bem.b}${n}${k}`).join(", ");
38
+ $({ context: m, props: v }) {
39
+ return a = typeof a == "string" ? a : a({ context: m, props: v }), m.bem.els = a.split(",").map((N) => N.trim()), m.bem.els.map((N) => `${v?.bPrefix || t}${m.bem.b}${n}${N}`).join(", ");
40
40
  }
41
41
  };
42
42
  }
43
- function f(l) {
43
+ function d(a) {
44
44
  return {
45
- $({ context: h, props: v }) {
46
- l = typeof l == "string" ? l : l({ context: h, props: v });
47
- const m = l.split(",").map((L) => L.trim());
48
- function k(L) {
49
- return m.map((Be) => `&${v?.bPrefix || t}${h.bem.b}${L !== void 0 ? `${n}${L}` : ""}${o}${Be}`).join(", ");
45
+ $({ context: h, props: m }) {
46
+ a = typeof a == "string" ? a : a({ context: h, props: m });
47
+ const v = a.split(",").map((F) => F.trim());
48
+ function N(F) {
49
+ return v.map((Be) => `&${m?.bPrefix || t}${h.bem.b}${F !== void 0 ? `${n}${F}` : ""}${o}${Be}`).join(", ");
50
50
  }
51
- const B = h.bem.els;
52
- if (B !== null) {
53
- if (process.env.NODE_ENV !== "production" && B.length >= 2)
54
- throw Error(`[css-render/plugin-bem]: m(${l}) is invalid, using modifier inside multiple elements is not allowed`);
55
- return k(B[0]);
51
+ const G = h.bem.els;
52
+ if (G !== null) {
53
+ if (process.env.NODE_ENV !== "production" && G.length >= 2)
54
+ throw Error(`[css-render/plugin-bem]: m(${a}) is invalid, using modifier inside multiple elements is not allowed`);
55
+ return N(G[0]);
56
56
  } else
57
- return k();
57
+ return N();
58
58
  }
59
59
  };
60
60
  }
61
- function d(l) {
61
+ function c(a) {
62
62
  return {
63
- $({ context: h, props: v }) {
64
- l = typeof l == "string" ? l : l({ context: h, props: v });
65
- const m = h.bem.els;
66
- if (process.env.NODE_ENV !== "production" && m !== null && m.length >= 2)
67
- throw Error(`[css-render/plugin-bem]: notM(${l}) is invalid, using modifier inside multiple elements is not allowed`);
68
- return `&:not(${v?.bPrefix || t}${h.bem.b}${m !== null && m.length > 0 ? `${n}${m[0]}` : ""}${o}${l})`;
63
+ $({ context: h, props: m }) {
64
+ a = typeof a == "string" ? a : a({ context: h, props: m });
65
+ const v = h.bem.els;
66
+ if (process.env.NODE_ENV !== "production" && v !== null && v.length >= 2)
67
+ throw Error(`[css-render/plugin-bem]: notM(${a}) is invalid, using modifier inside multiple elements is not allowed`);
68
+ return `&:not(${m?.bPrefix || t}${h.bem.b}${v !== null && v.length > 0 ? `${n}${v[0]}` : ""}${o}${a})`;
69
69
  }
70
70
  };
71
71
  }
72
- return Object.assign(i, {
73
- cB: ((...l) => r(s(l[0]), l[1], l[2])),
74
- cE: ((...l) => r(u(l[0]), l[1], l[2])),
75
- cM: ((...l) => r(f(l[0]), l[1], l[2])),
76
- cNotM: ((...l) => r(d(l[0]), l[1], l[2]))
77
- }), i;
72
+ return Object.assign(r, {
73
+ cB: ((...a) => i(u(a[0]), a[1], a[2])),
74
+ cE: ((...a) => i(l(a[0]), a[1], a[2])),
75
+ cM: ((...a) => i(d(a[0]), a[1], a[2])),
76
+ cNotM: ((...a) => i(c(a[0]), a[1], a[2]))
77
+ }), r;
78
78
  }
79
79
  function Ge(e) {
80
80
  let t = 0;
@@ -86,42 +86,42 @@ const Ce = /\s*,(?![^(]*\))\s*/g, Ze = /\s+/g;
86
86
  function Ue(e, t) {
87
87
  const n = [];
88
88
  return t.split(Ce).forEach((o) => {
89
- let r = Ge(o);
90
- if (r) {
91
- if (r === 1) {
92
- e.forEach((s) => {
93
- n.push(o.replace("&", s));
89
+ let i = Ge(o);
90
+ if (i) {
91
+ if (i === 1) {
92
+ e.forEach((u) => {
93
+ n.push(o.replace("&", u));
94
94
  });
95
95
  return;
96
96
  }
97
97
  } else {
98
- e.forEach((s) => {
98
+ e.forEach((u) => {
99
99
  n.push(
100
100
  // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
101
- (s && s + " ") + o
101
+ (u && u + " ") + o
102
102
  );
103
103
  });
104
104
  return;
105
105
  }
106
- let i = [
106
+ let r = [
107
107
  o
108
108
  ];
109
- for (; r--; ) {
110
- const s = [];
111
- i.forEach((u) => {
112
- e.forEach((f) => {
113
- s.push(u.replace("&", f));
109
+ for (; i--; ) {
110
+ const u = [];
111
+ r.forEach((l) => {
112
+ e.forEach((d) => {
113
+ u.push(l.replace("&", d));
114
114
  });
115
- }), i = s;
115
+ }), r = u;
116
116
  }
117
- i.forEach((s) => n.push(s));
117
+ r.forEach((u) => n.push(u));
118
118
  }), n;
119
119
  }
120
120
  function Ye(e, t) {
121
121
  const n = [];
122
122
  return t.split(Ce).forEach((o) => {
123
- e.forEach((r) => {
124
- n.push((r && r + " ") + o);
123
+ e.forEach((i) => {
124
+ n.push((i && i + " ") + o);
125
125
  });
126
126
  }), n;
127
127
  }
@@ -132,7 +132,7 @@ function Je(e) {
132
132
  n && (n.includes("&") ? t = Ue(t, n) : t = Ye(t, n));
133
133
  }), t.join(", ").replace(Ze, " ");
134
134
  }
135
- function ue(e) {
135
+ function le(e) {
136
136
  if (!e)
137
137
  return;
138
138
  const t = e.parentElement;
@@ -145,7 +145,7 @@ function Qe(e) {
145
145
  const t = document.createElement("style");
146
146
  return t.setAttribute("cssr-id", e), t;
147
147
  }
148
- function V(e) {
148
+ function O(e) {
149
149
  return e ? /^\s*@(s|m)/.test(e) : !1;
150
150
  }
151
151
  const Xe = /[A-Z]/g;
@@ -164,33 +164,33 @@ function et(e, t, n) {
164
164
  props: n
165
165
  }) : e;
166
166
  }
167
- function le(e, t, n, o) {
167
+ function se(e, t, n, o) {
168
168
  if (!t)
169
169
  return "";
170
- const r = et(t, n, o);
171
- if (!r)
170
+ const i = et(t, n, o);
171
+ if (!i)
172
172
  return "";
173
- if (typeof r == "string")
173
+ if (typeof i == "string")
174
174
  return `${e} {
175
- ${r}
175
+ ${i}
176
176
  }`;
177
- const i = Object.keys(r);
178
- if (i.length === 0)
177
+ const r = Object.keys(i);
178
+ if (r.length === 0)
179
179
  return n.config.keepEmptyBlock ? e + ` {
180
180
  }` : "";
181
- const s = e ? [
181
+ const u = e ? [
182
182
  e + " {"
183
183
  ] : [];
184
- return i.forEach((u) => {
185
- const f = r[u];
186
- if (u === "raw") {
187
- s.push(`
188
- ` + f + `
184
+ return r.forEach((l) => {
185
+ const d = i[l];
186
+ if (l === "raw") {
187
+ u.push(`
188
+ ` + d + `
189
189
  `);
190
190
  return;
191
191
  }
192
- u = Ie(u), f != null && s.push(` ${u}${_e(f)}`);
193
- }), e && s.push("}"), s.join(`
192
+ l = Ie(l), d != null && u.push(` ${l}${_e(d)}`);
193
+ }), e && u.push("}"), u.join(`
194
194
  `);
195
195
  }
196
196
  function te(e, t, n) {
@@ -198,42 +198,42 @@ function te(e, t, n) {
198
198
  if (Array.isArray(o))
199
199
  te(o, t, n);
200
200
  else if (typeof o == "function") {
201
- const r = o(t);
202
- Array.isArray(r) ? te(r, t, n) : r && n(r);
201
+ const i = o(t);
202
+ Array.isArray(i) ? te(i, t, n) : i && n(i);
203
203
  } else o && n(o);
204
204
  });
205
205
  }
206
- function Ee(e, t, n, o, r) {
207
- const i = e.$;
208
- let s = "";
209
- if (!i || typeof i == "string")
210
- V(i) ? s = i : t.push(i);
211
- else if (typeof i == "function") {
212
- const d = i({
206
+ function Ee(e, t, n, o, i) {
207
+ const r = e.$;
208
+ let u = "";
209
+ if (!r || typeof r == "string")
210
+ O(r) ? u = r : t.push(r);
211
+ else if (typeof r == "function") {
212
+ const c = r({
213
213
  context: o.context,
214
- props: r
214
+ props: i
215
215
  });
216
- V(d) ? s = d : t.push(d);
217
- } else if (i.before && i.before(o.context), !i.$ || typeof i.$ == "string")
218
- V(i.$) ? s = i.$ : t.push(i.$);
219
- else if (i.$) {
220
- const d = i.$({
216
+ O(c) ? u = c : t.push(c);
217
+ } else if (r.before && r.before(o.context), !r.$ || typeof r.$ == "string")
218
+ O(r.$) ? u = r.$ : t.push(r.$);
219
+ else if (r.$) {
220
+ const c = r.$({
221
221
  context: o.context,
222
- props: r
222
+ props: i
223
223
  });
224
- V(d) ? s = d : t.push(d);
224
+ O(c) ? u = c : t.push(c);
225
225
  }
226
- const u = Je(t), f = le(u, e.props, o, r);
227
- s ? n.push(`${s} {`) : f.length && n.push(f), e.children && te(e.children, {
226
+ const l = Je(t), d = se(l, e.props, o, i);
227
+ u ? n.push(`${u} {`) : d.length && n.push(d), e.children && te(e.children, {
228
228
  context: o.context,
229
- props: r
230
- }, (d) => {
231
- if (typeof d == "string") {
232
- const a = le(u, { raw: d }, o, r);
233
- n.push(a);
229
+ props: i
230
+ }, (c) => {
231
+ if (typeof c == "string") {
232
+ const f = se(l, { raw: c }, o, i);
233
+ n.push(f);
234
234
  } else
235
- Ee(d, t, n, o, r);
236
- }), t.pop(), s && n.push("}"), i && i.after && i.after(o.context);
235
+ Ee(c, t, n, o, i);
236
+ }), t.pop(), u && n.push("}"), r && r.after && r.after(o.context);
237
237
  }
238
238
  function tt(e, t, n) {
239
239
  const o = [];
@@ -242,13 +242,13 @@ function tt(e, t, n) {
242
242
  `);
243
243
  }
244
244
  function nt(e) {
245
- for (var t = 0, n, o = 0, r = e.length; r >= 4; ++o, r -= 4)
245
+ for (var t = 0, n, o = 0, i = e.length; i >= 4; ++o, i -= 4)
246
246
  n = e.charCodeAt(o) & 255 | (e.charCodeAt(++o) & 255) << 8 | (e.charCodeAt(++o) & 255) << 16 | (e.charCodeAt(++o) & 255) << 24, n = /* Math.imul(k, m): */
247
247
  (n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16), n ^= /* k >>> r: */
248
248
  n >>> 24, t = /* Math.imul(k, m): */
249
249
  (n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
250
250
  (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16);
251
- switch (r) {
251
+ switch (i) {
252
252
  case 3:
253
253
  t ^= (e.charCodeAt(o + 2) & 255) << 16;
254
254
  case 2:
@@ -262,65 +262,65 @@ function nt(e) {
262
262
  }
263
263
  typeof window < "u" && (window.__cssrContext = {});
264
264
  function ot(e, t, n, o) {
265
- const { els: r } = t;
265
+ const { els: i } = t;
266
266
  if (n === void 0)
267
- r.forEach(ue), t.els = [];
267
+ i.forEach(le), t.els = [];
268
268
  else {
269
- const i = ne(n, o);
270
- i && r.includes(i) && (ue(i), t.els = r.filter((s) => s !== i));
269
+ const r = ne(n, o);
270
+ r && i.includes(r) && (le(r), t.els = i.filter((u) => u !== r));
271
271
  }
272
272
  }
273
273
  function ae(e, t) {
274
274
  e.push(t);
275
275
  }
276
- function rt(e, t, n, o, r, i, s, u, f) {
277
- let d;
278
- if (n === void 0 && (d = t.render(o), n = nt(d)), f) {
279
- f.adapter(n, d ?? t.render(o));
276
+ function it(e, t, n, o, i, r, u, l, d) {
277
+ let c;
278
+ if (n === void 0 && (c = t.render(o), n = nt(c)), d) {
279
+ d.adapter(n, c ?? t.render(o));
280
280
  return;
281
281
  }
282
- u === void 0 && (u = document.head);
283
- const a = ne(n, u);
284
- if (a !== null && !i)
285
- return a;
286
- const c = a ?? Qe(n);
287
- if (d === void 0 && (d = t.render(o)), c.textContent = d, a !== null)
288
- return a;
289
- if (s) {
290
- const b = u.querySelector(`meta[name="${s}"]`);
282
+ l === void 0 && (l = document.head);
283
+ const f = ne(n, l);
284
+ if (f !== null && !r)
285
+ return f;
286
+ const s = f ?? Qe(n);
287
+ if (c === void 0 && (c = t.render(o)), s.textContent = c, f !== null)
288
+ return f;
289
+ if (u) {
290
+ const b = l.querySelector(`meta[name="${u}"]`);
291
291
  if (b)
292
- return u.insertBefore(c, b), ae(t.els, c), c;
292
+ return l.insertBefore(s, b), ae(t.els, s), s;
293
293
  }
294
- return r ? u.insertBefore(c, u.querySelector("style, link")) : u.appendChild(c), ae(t.els, c), c;
294
+ return i ? l.insertBefore(s, l.querySelector("style, link")) : l.appendChild(s), ae(t.els, s), s;
295
295
  }
296
- function it(e) {
296
+ function rt(e) {
297
297
  return tt(this, this.instance, e);
298
298
  }
299
- function st(e = {}) {
300
- const { id: t, ssr: n, props: o, head: r = !1, force: i = !1, anchorMetaName: s, parent: u } = e;
301
- return rt(this.instance, this, t, o, r, i, s, u, n);
302
- }
303
299
  function ut(e = {}) {
300
+ const { id: t, ssr: n, props: o, head: i = !1, force: r = !1, anchorMetaName: u, parent: l } = e;
301
+ return it(this.instance, this, t, o, i, r, u, l, n);
302
+ }
303
+ function lt(e = {}) {
304
304
  const { id: t, parent: n } = e;
305
305
  ot(this.instance, this, t, n);
306
306
  }
307
- const D = function(e, t, n, o) {
307
+ const V = function(e, t, n, o) {
308
308
  return {
309
309
  instance: e,
310
310
  $: t,
311
311
  props: n,
312
312
  children: o,
313
313
  els: [],
314
- render: it,
315
- mount: st,
316
- unmount: ut
314
+ render: rt,
315
+ mount: ut,
316
+ unmount: lt
317
317
  };
318
- }, lt = function(e, t, n, o) {
319
- return Array.isArray(t) ? D(e, { $: null }, null, t) : Array.isArray(n) ? D(e, t, null, n) : Array.isArray(o) ? D(e, t, n, o) : D(e, t, n, null);
318
+ }, st = function(e, t, n, o) {
319
+ return Array.isArray(t) ? V(e, { $: null }, null, t) : Array.isArray(n) ? V(e, t, null, n) : Array.isArray(o) ? V(e, t, n, o) : V(e, t, n, null);
320
320
  };
321
321
  function at(e = {}) {
322
322
  const t = {
323
- c: ((...n) => lt(t, ...n)),
323
+ c: ((...n) => st(t, ...n)),
324
324
  use: (n, ...o) => n.install(t, ...o),
325
325
  find: ne,
326
326
  context: {},
@@ -329,18 +329,18 @@ function at(e = {}) {
329
329
  return t;
330
330
  }
331
331
  function ct(e) {
332
- const { namespace: t = "n", blockPrefix: n = `.${t}-`, elementPrefix: o = "__", modifierPrefix: r = "--" } = e ?? {}, i = at(), s = qe({
332
+ const { namespace: t = "n", blockPrefix: n = `.${t}-`, elementPrefix: o = "__", modifierPrefix: i = "--" } = e ?? {}, r = at(), u = qe({
333
333
  blockPrefix: n,
334
334
  elementPrefix: o,
335
- modifierPrefix: r
335
+ modifierPrefix: i
336
336
  });
337
- return i.use(s), {
337
+ return r.use(u), {
338
338
  namespace: t,
339
339
  blockPrefix: n,
340
340
  elementPrefix: o,
341
- modifierPrefix: r,
342
- cssr: i,
343
- plugin: s
341
+ modifierPrefix: i,
342
+ cssr: r,
343
+ plugin: u
344
344
  };
345
345
  }
346
346
  const dt = "@css-render/vue3-ssr";
@@ -350,8 +350,8 @@ ${t}
350
350
  </style>`;
351
351
  }
352
352
  function ht(e, t, n) {
353
- const { styles: o, ids: r } = n;
354
- r.has(e) || o !== null && (r.add(e), o.push(ft(e, t)));
353
+ const { styles: o, ids: i } = n;
354
+ i.has(e) || o !== null && (i.add(e), o.push(ft(e, t)));
355
355
  }
356
356
  const mt = typeof document < "u";
357
357
  function vt() {
@@ -377,39 +377,43 @@ function bt(e, t) {
377
377
  o();
378
378
  });
379
379
  }
380
- function Se(e) {
381
- return je() ? (Te(e), !0) : !1;
380
+ function Se(e, t) {
381
+ return Te() ? (je(e, t), !0) : !1;
382
382
  }
383
- const pt = typeof window < "u" && typeof document < "u";
383
+ const gt = typeof window < "u" && typeof document < "u";
384
384
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
385
- const gt = Object.prototype.toString, yt = (e) => gt.call(e) === "[object Object]", ce = () => {
385
+ const pt = Object.prototype.toString, xt = (e) => pt.call(e) === "[object Object]", ce = () => {
386
386
  };
387
- function xt(e, t) {
387
+ function yt(e, t) {
388
388
  function n(...o) {
389
- return new Promise((r, i) => {
390
- Promise.resolve(e(() => t.apply(this, o), { fn: t, thisArg: this, args: o })).then(r).catch(i);
389
+ return new Promise((i, r) => {
390
+ Promise.resolve(e(() => t.apply(this, o), {
391
+ fn: t,
392
+ thisArg: this,
393
+ args: o
394
+ })).then(i).catch(r);
391
395
  });
392
396
  }
393
397
  return n;
394
398
  }
395
399
  function $t(e, t = {}) {
396
- let n, o, r = ce;
397
- const i = (f) => {
398
- clearTimeout(f), r(), r = ce;
400
+ let n, o, i = ce;
401
+ const r = (d) => {
402
+ clearTimeout(d), i(), i = ce;
399
403
  };
400
- let s;
401
- return (f) => {
402
- const d = j(e), a = j(t.maxWait);
403
- return n && i(n), d <= 0 || a !== void 0 && a <= 0 ? (o && (i(o), o = void 0), Promise.resolve(f())) : new Promise((c, b) => {
404
- r = t.rejectOnCancel ? b : c, s = f, a && !o && (o = setTimeout(() => {
405
- n && i(n), o = void 0, c(s());
406
- }, a)), n = setTimeout(() => {
407
- o && i(o), o = void 0, c(f());
408
- }, d);
404
+ let u;
405
+ return (d) => {
406
+ const c = L(e), f = L(t.maxWait);
407
+ return n && r(n), c <= 0 || f !== void 0 && f <= 0 ? (o && (r(o), o = void 0), Promise.resolve(d())) : new Promise((s, b) => {
408
+ i = t.rejectOnCancel ? b : s, u = d, f && !o && (o = setTimeout(() => {
409
+ n && r(n), o = void 0, s(u());
410
+ }, f)), n = setTimeout(() => {
411
+ o && r(o), o = void 0, s(d());
412
+ }, c);
409
413
  });
410
414
  };
411
415
  }
412
- function q(e) {
416
+ function K(e) {
413
417
  return Array.isArray(e) ? e : [e];
414
418
  }
415
419
  function kt(e) {
@@ -417,243 +421,218 @@ function kt(e) {
417
421
  }
418
422
  // @__NO_SIDE_EFFECTS__
419
423
  function wt(e, t = 200, n = {}) {
420
- return xt(
421
- $t(t, n),
422
- e
423
- );
424
+ return yt($t(t, n), e);
424
425
  }
425
426
  function Ct(e, t = !0, n) {
426
- kt() ? xe(e, n) : t ? e() : $e(e);
427
+ kt() ? ye(e, n) : t ? e() : $e(e);
427
428
  }
428
429
  function It(e, t, n) {
429
- return O(
430
- e,
431
- t,
432
- {
433
- ...n,
434
- immediate: !0
435
- }
436
- );
430
+ return P(e, t, {
431
+ ...n,
432
+ immediate: !0
433
+ });
437
434
  }
438
- const oe = pt ? window : void 0;
439
- function z(e) {
435
+ const oe = gt ? window : void 0;
436
+ function B(e) {
440
437
  var t;
441
- const n = j(e);
442
- return (t = n?.$el) != null ? t : n;
438
+ const n = L(e);
439
+ return (t = n?.$el) !== null && t !== void 0 ? t : n;
443
440
  }
444
441
  function Et(...e) {
445
442
  const t = [], n = () => {
446
- t.forEach((u) => u()), t.length = 0;
447
- }, o = (u, f, d, a) => (u.addEventListener(f, d, a), () => u.removeEventListener(f, d, a)), r = S(() => {
448
- const u = q(j(e[0])).filter((f) => f != null);
449
- return u.every((f) => typeof f != "string") ? u : void 0;
450
- }), i = It(
451
- () => {
452
- var u, f;
453
- return [
454
- (f = (u = r.value) == null ? void 0 : u.map((d) => z(d))) != null ? f : [oe].filter((d) => d != null),
455
- q(j(r.value ? e[1] : e[0])),
456
- q(p(r.value ? e[2] : e[1])),
457
- // @ts-expect-error - TypeScript gets the correct types, but somehow still complains
458
- j(r.value ? e[3] : e[2])
459
- ];
460
- },
461
- ([u, f, d, a]) => {
462
- if (n(), !u?.length || !f?.length || !d?.length)
463
- return;
464
- const c = yt(a) ? { ...a } : a;
465
- t.push(
466
- ...u.flatMap(
467
- (b) => f.flatMap(
468
- (M) => d.map((l) => o(b, M, l, c))
469
- )
470
- )
471
- );
472
- },
473
- { flush: "post" }
474
- ), s = () => {
475
- i(), n();
443
+ t.forEach((l) => l()), t.length = 0;
444
+ }, o = (l, d, c, f) => (l.addEventListener(d, c, f), () => l.removeEventListener(d, c, f)), i = M(() => {
445
+ const l = K(L(e[0])).filter((d) => d != null);
446
+ return l.every((d) => typeof d != "string") ? l : void 0;
447
+ }), r = It(() => {
448
+ var l, d;
449
+ return [
450
+ (l = (d = i.value) === null || d === void 0 ? void 0 : d.map((c) => B(c))) !== null && l !== void 0 ? l : [oe].filter((c) => c != null),
451
+ K(L(i.value ? e[1] : e[0])),
452
+ K(y(i.value ? e[2] : e[1])),
453
+ L(i.value ? e[3] : e[2])
454
+ ];
455
+ }, ([l, d, c, f]) => {
456
+ if (n(), !l?.length || !d?.length || !c?.length) return;
457
+ const s = xt(f) ? { ...f } : f;
458
+ t.push(...l.flatMap((b) => d.flatMap(($) => c.map((a) => o(b, $, a, s)))));
459
+ }, { flush: "post" }), u = () => {
460
+ r(), n();
476
461
  };
477
- return Se(n), s;
462
+ return Se(n), u;
478
463
  }
479
464
  // @__NO_SIDE_EFFECTS__
480
465
  function St() {
481
466
  const e = Q(!1), t = ke();
482
- return t && xe(() => {
467
+ return t && ye(() => {
483
468
  e.value = !0;
484
469
  }, t), e;
485
470
  }
486
471
  // @__NO_SIDE_EFFECTS__
487
472
  function Nt(e) {
488
473
  const t = /* @__PURE__ */ St();
489
- return S(() => (t.value, !!e()));
474
+ return M(() => (t.value, !!e()));
490
475
  }
491
476
  function Mt(e, t, n = {}) {
492
- const { window: o = oe, ...r } = n;
493
- let i;
494
- const s = /* @__PURE__ */ Nt(() => o && "ResizeObserver" in o), u = () => {
495
- i && (i.disconnect(), i = void 0);
496
- }, f = S(() => {
497
- const c = j(e);
498
- return Array.isArray(c) ? c.map((b) => z(b)) : [z(c)];
499
- }), d = O(
500
- f,
501
- (c) => {
502
- if (u(), s.value && o) {
503
- i = new ResizeObserver(t);
504
- for (const b of c)
505
- b && i.observe(b, r);
506
- }
507
- },
508
- { immediate: !0, flush: "post" }
509
- ), a = () => {
510
- u(), d();
477
+ const { window: o = oe, ...i } = n;
478
+ let r;
479
+ const u = /* @__PURE__ */ Nt(() => o && "ResizeObserver" in o), l = () => {
480
+ r && (r.disconnect(), r = void 0);
481
+ }, d = P(M(() => {
482
+ const f = L(e);
483
+ return Array.isArray(f) ? f.map((s) => B(s)) : [B(f)];
484
+ }), (f) => {
485
+ if (l(), u.value && o) {
486
+ r = new ResizeObserver(t);
487
+ for (const s of f) s && r.observe(s, i);
488
+ }
489
+ }, {
490
+ immediate: !0,
491
+ flush: "post"
492
+ }), c = () => {
493
+ l(), d();
511
494
  };
512
- return Se(a), {
513
- isSupported: s,
514
- stop: a
495
+ return Se(c), {
496
+ isSupported: u,
497
+ stop: c
515
498
  };
516
499
  }
517
- function At(e, t = { width: 0, height: 0 }, n = {}) {
518
- const { window: o = oe, box: r = "content-box" } = n, i = S(() => {
519
- var c, b;
520
- return (b = (c = z(e)) == null ? void 0 : c.namespaceURI) == null ? void 0 : b.includes("svg");
521
- }), s = Q(t.width), u = Q(t.height), { stop: f } = Mt(
522
- e,
523
- ([c]) => {
524
- const b = r === "border-box" ? c.borderBoxSize : r === "content-box" ? c.contentBoxSize : c.devicePixelContentBoxSize;
525
- if (o && i.value) {
526
- const M = z(e);
527
- if (M) {
528
- const l = M.getBoundingClientRect();
529
- s.value = l.width, u.value = l.height;
530
- }
531
- } else if (b) {
532
- const M = q(b);
533
- s.value = M.reduce((l, { inlineSize: h }) => l + h, 0), u.value = M.reduce((l, { blockSize: h }) => l + h, 0);
534
- } else
535
- s.value = c.contentRect.width, u.value = c.contentRect.height;
536
- },
537
- n
538
- );
500
+ function At(e, t = {
501
+ width: 0,
502
+ height: 0
503
+ }, n = {}) {
504
+ const { window: o = oe, box: i = "content-box" } = n, r = M(() => {
505
+ var s;
506
+ return (s = B(e)) === null || s === void 0 || (s = s.namespaceURI) === null || s === void 0 ? void 0 : s.includes("svg");
507
+ }), u = Q(t.width), l = Q(t.height), { stop: d } = Mt(e, ([s]) => {
508
+ const b = i === "border-box" ? s.borderBoxSize : i === "content-box" ? s.contentBoxSize : s.devicePixelContentBoxSize;
509
+ if (o && r.value) {
510
+ const $ = B(e);
511
+ if ($) {
512
+ const a = $.getBoundingClientRect();
513
+ u.value = a.width, l.value = a.height;
514
+ }
515
+ } else if (b) {
516
+ const $ = K(b);
517
+ u.value = $.reduce((a, { inlineSize: h }) => a + h, 0), l.value = $.reduce((a, { blockSize: h }) => a + h, 0);
518
+ } else
519
+ u.value = s.contentRect.width, l.value = s.contentRect.height;
520
+ }, n);
539
521
  Ct(() => {
540
- const c = z(e);
541
- c && (s.value = "offsetWidth" in c ? c.offsetWidth : t.width, u.value = "offsetHeight" in c ? c.offsetHeight : t.height);
522
+ const s = B(e);
523
+ s && (u.value = "offsetWidth" in s ? s.offsetWidth : t.width, l.value = "offsetHeight" in s ? s.offsetHeight : t.height);
542
524
  });
543
- const d = O(
544
- () => z(e),
545
- (c) => {
546
- s.value = c ? t.width : 0, u.value = c ? t.height : 0;
547
- }
548
- );
549
- function a() {
550
- f(), d();
525
+ const c = P(() => B(e), (s) => {
526
+ u.value = s ? t.width : 0, l.value = s ? t.height : 0;
527
+ });
528
+ function f() {
529
+ d(), c();
551
530
  }
552
531
  return {
553
- width: s,
554
- height: u,
555
- stop: a
532
+ width: u,
533
+ height: l,
534
+ stop: f
556
535
  };
557
536
  }
558
537
  function Rt(e) {
559
- const { activeClassName: t = ".active", enableWheel: n = !0, direction: o = "vertical" } = e ?? {}, r = Pe(), { width: i, height: s } = At(r);
560
- async function u(a) {
538
+ const { activeClassName: t = ".active", enableWheel: n = !0, direction: o = "vertical" } = e ?? {}, i = Pe(), { width: r, height: u } = At(i);
539
+ async function l(f) {
561
540
  await $e();
562
- const c = r.value?.querySelector(t);
563
- c && c.scrollIntoView({
541
+ const s = i.value?.querySelector(t);
542
+ s && s.scrollIntoView({
564
543
  behavior: "smooth",
565
544
  block: "nearest",
566
545
  inline: "nearest",
567
- ...a
546
+ ...f
568
547
  });
569
548
  }
570
- function f(a) {
549
+ function d(f) {
571
550
  if (!n) return;
572
- a.preventDefault();
573
- const { deltaY: c } = a;
551
+ f.preventDefault();
552
+ const { deltaY: s } = f;
574
553
  switch (o) {
575
554
  case "vertical":
576
- r.value?.scrollBy({
577
- top: c > 0 ? s.value : -s.value,
555
+ i.value?.scrollBy({
556
+ top: s > 0 ? u.value : -u.value,
578
557
  behavior: "smooth"
579
558
  });
580
559
  break;
581
560
  case "horizontal":
582
- r.value?.scrollBy({
583
- left: c > 0 ? i.value : -i.value,
561
+ i.value?.scrollBy({
562
+ left: s > 0 ? r.value : -r.value,
584
563
  behavior: "smooth"
585
564
  });
586
565
  break;
587
566
  }
588
567
  }
589
- Et(r, "wheel", f);
590
- const d = /* @__PURE__ */ wt(u, 500);
591
- return O([i, s], () => {
592
- d();
568
+ Et(i, "wheel", d);
569
+ const c = /* @__PURE__ */ wt(l, 500);
570
+ return P([r, u], () => {
571
+ c();
593
572
  }), {
594
- scrollRef: r,
595
- scrollToView: u
573
+ scrollRef: i,
574
+ scrollToView: l
596
575
  };
597
576
  }
598
577
  var Bt = { grad: 0.9, turn: 360, rad: 360 / (2 * Math.PI) }, R = function(e) {
599
578
  return typeof e == "string" ? e.length > 0 : typeof e == "number";
600
579
  }, x = function(e, t, n) {
601
580
  return t === void 0 && (t = 0), n === void 0 && (n = Math.pow(10, t)), Math.round(n * e) / n + 0;
602
- }, N = function(e, t, n) {
581
+ }, S = function(e, t, n) {
603
582
  return t === void 0 && (t = 0), n === void 0 && (n = 1), e > n ? n : e > t ? e : t;
604
583
  }, Ne = function(e) {
605
584
  return (e = isFinite(e) ? e % 360 : 0) > 0 ? e : e + 360;
606
585
  }, de = function(e) {
607
- return { r: N(e.r, 0, 255), g: N(e.g, 0, 255), b: N(e.b, 0, 255), a: N(e.a) };
586
+ return { r: S(e.r, 0, 255), g: S(e.g, 0, 255), b: S(e.b, 0, 255), a: S(e.a) };
608
587
  }, Z = function(e) {
609
588
  return { r: x(e.r), g: x(e.g), b: x(e.b), a: x(e.a, 3) };
610
589
  }, Lt = /^#([0-9a-f]{3,8})$/i, H = function(e) {
611
590
  var t = e.toString(16);
612
591
  return t.length < 2 ? "0" + t : t;
613
592
  }, Me = function(e) {
614
- var t = e.r, n = e.g, o = e.b, r = e.a, i = Math.max(t, n, o), s = i - Math.min(t, n, o), u = s ? i === t ? (n - o) / s : i === n ? 2 + (o - t) / s : 4 + (t - n) / s : 0;
615
- return { h: 60 * (u < 0 ? u + 6 : u), s: i ? s / i * 100 : 0, v: i / 255 * 100, a: r };
593
+ var t = e.r, n = e.g, o = e.b, i = e.a, r = Math.max(t, n, o), u = r - Math.min(t, n, o), l = u ? r === t ? (n - o) / u : r === n ? 2 + (o - t) / u : 4 + (t - n) / u : 0;
594
+ return { h: 60 * (l < 0 ? l + 6 : l), s: r ? u / r * 100 : 0, v: r / 255 * 100, a: i };
616
595
  }, Ae = function(e) {
617
- var t = e.h, n = e.s, o = e.v, r = e.a;
596
+ var t = e.h, n = e.s, o = e.v, i = e.a;
618
597
  t = t / 360 * 6, n /= 100, o /= 100;
619
- var i = Math.floor(t), s = o * (1 - n), u = o * (1 - (t - i) * n), f = o * (1 - (1 - t + i) * n), d = i % 6;
620
- return { r: 255 * [o, u, s, s, f, o][d], g: 255 * [f, o, o, u, s, s][d], b: 255 * [s, s, f, o, o, u][d], a: r };
598
+ var r = Math.floor(t), u = o * (1 - n), l = o * (1 - (t - r) * n), d = o * (1 - (1 - t + r) * n), c = r % 6;
599
+ return { r: 255 * [o, l, u, u, d, o][c], g: 255 * [d, o, o, l, u, u][c], b: 255 * [u, u, d, o, o, l][c], a: i };
621
600
  }, fe = function(e) {
622
- return { h: Ne(e.h), s: N(e.s, 0, 100), l: N(e.l, 0, 100), a: N(e.a) };
601
+ return { h: Ne(e.h), s: S(e.s, 0, 100), l: S(e.l, 0, 100), a: S(e.a) };
623
602
  }, he = function(e) {
624
603
  return { h: x(e.h), s: x(e.s), l: x(e.l), a: x(e.a, 3) };
625
604
  }, me = function(e) {
626
605
  return Ae((n = (t = e).s, { h: t.h, s: (n *= ((o = t.l) < 50 ? o : 100 - o) / 100) > 0 ? 2 * n / (o + n) * 100 : 0, v: o + n, a: t.a }));
627
606
  var t, n, o;
628
- }, F = function(e) {
629
- return { h: (t = Me(e)).h, s: (r = (200 - (n = t.s)) * (o = t.v) / 100) > 0 && r < 200 ? n * o / 100 / (r <= 100 ? r : 200 - r) * 100 : 0, l: r / 2, a: t.a };
630
- var t, n, o, r;
631
- }, zt = /^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i, jt = /^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i, Tt = /^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i, Pt = /^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i, ve = { string: [[function(e) {
607
+ }, j = function(e) {
608
+ return { h: (t = Me(e)).h, s: (i = (200 - (n = t.s)) * (o = t.v) / 100) > 0 && i < 200 ? n * o / 100 / (i <= 100 ? i : 200 - i) * 100 : 0, l: i / 2, a: t.a };
609
+ var t, n, o, i;
610
+ }, zt = /^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i, Tt = /^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i, jt = /^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i, Pt = /^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i, ve = { string: [[function(e) {
632
611
  var t = Lt.exec(e);
633
612
  return t ? (e = t[1]).length <= 4 ? { r: parseInt(e[0] + e[0], 16), g: parseInt(e[1] + e[1], 16), b: parseInt(e[2] + e[2], 16), a: e.length === 4 ? x(parseInt(e[3] + e[3], 16) / 255, 2) : 1 } : e.length === 6 || e.length === 8 ? { r: parseInt(e.substr(0, 2), 16), g: parseInt(e.substr(2, 2), 16), b: parseInt(e.substr(4, 2), 16), a: e.length === 8 ? x(parseInt(e.substr(6, 2), 16) / 255, 2) : 1 } : null : null;
634
613
  }, "hex"], [function(e) {
635
- var t = Tt.exec(e) || Pt.exec(e);
614
+ var t = jt.exec(e) || Pt.exec(e);
636
615
  return t ? t[2] !== t[4] || t[4] !== t[6] ? null : de({ r: Number(t[1]) / (t[2] ? 100 / 255 : 1), g: Number(t[3]) / (t[4] ? 100 / 255 : 1), b: Number(t[5]) / (t[6] ? 100 / 255 : 1), a: t[7] === void 0 ? 1 : Number(t[7]) / (t[8] ? 100 : 1) }) : null;
637
616
  }, "rgb"], [function(e) {
638
- var t = zt.exec(e) || jt.exec(e);
617
+ var t = zt.exec(e) || Tt.exec(e);
639
618
  if (!t) return null;
640
- var n, o, r = fe({ h: (n = t[1], o = t[2], o === void 0 && (o = "deg"), Number(n) * (Bt[o] || 1)), s: Number(t[3]), l: Number(t[4]), a: t[5] === void 0 ? 1 : Number(t[5]) / (t[6] ? 100 : 1) });
641
- return me(r);
619
+ var n, o, i = fe({ h: (n = t[1], o = t[2], o === void 0 && (o = "deg"), Number(n) * (Bt[o] || 1)), s: Number(t[3]), l: Number(t[4]), a: t[5] === void 0 ? 1 : Number(t[5]) / (t[6] ? 100 : 1) });
620
+ return me(i);
642
621
  }, "hsl"]], object: [[function(e) {
643
- var t = e.r, n = e.g, o = e.b, r = e.a, i = r === void 0 ? 1 : r;
644
- return R(t) && R(n) && R(o) ? de({ r: Number(t), g: Number(n), b: Number(o), a: Number(i) }) : null;
622
+ var t = e.r, n = e.g, o = e.b, i = e.a, r = i === void 0 ? 1 : i;
623
+ return R(t) && R(n) && R(o) ? de({ r: Number(t), g: Number(n), b: Number(o), a: Number(r) }) : null;
645
624
  }, "rgb"], [function(e) {
646
- var t = e.h, n = e.s, o = e.l, r = e.a, i = r === void 0 ? 1 : r;
625
+ var t = e.h, n = e.s, o = e.l, i = e.a, r = i === void 0 ? 1 : i;
647
626
  if (!R(t) || !R(n) || !R(o)) return null;
648
- var s = fe({ h: Number(t), s: Number(n), l: Number(o), a: Number(i) });
649
- return me(s);
627
+ var u = fe({ h: Number(t), s: Number(n), l: Number(o), a: Number(r) });
628
+ return me(u);
650
629
  }, "hsl"], [function(e) {
651
- var t = e.h, n = e.s, o = e.v, r = e.a, i = r === void 0 ? 1 : r;
630
+ var t = e.h, n = e.s, o = e.v, i = e.a, r = i === void 0 ? 1 : i;
652
631
  if (!R(t) || !R(n) || !R(o)) return null;
653
- var s = (function(u) {
654
- return { h: Ne(u.h), s: N(u.s, 0, 100), v: N(u.v, 0, 100), a: N(u.a) };
655
- })({ h: Number(t), s: Number(n), v: Number(o), a: Number(i) });
656
- return Ae(s);
632
+ var u = (function(l) {
633
+ return { h: Ne(l.h), s: S(l.s, 0, 100), v: S(l.v, 0, 100), a: S(l.a) };
634
+ })({ h: Number(t), s: Number(n), v: Number(o), a: Number(r) });
635
+ return Ae(u);
657
636
  }, "hsv"]] }, be = function(e, t) {
658
637
  for (var n = 0; n < t.length; n++) {
659
638
  var o = t[n][0](e);
@@ -663,14 +642,14 @@ var Bt = { grad: 0.9, turn: 360, rad: 360 / (2 * Math.PI) }, R = function(e) {
663
642
  }, Ft = function(e) {
664
643
  return typeof e == "string" ? be(e.trim(), ve.string) : typeof e == "object" && e !== null ? be(e, ve.object) : [null, void 0];
665
644
  }, U = function(e, t) {
666
- var n = F(e);
667
- return { h: n.h, s: N(n.s + 100 * t, 0, 100), l: n.l, a: n.a };
645
+ var n = j(e);
646
+ return { h: n.h, s: S(n.s + 100 * t, 0, 100), l: n.l, a: n.a };
668
647
  }, Y = function(e) {
669
648
  return (299 * e.r + 587 * e.g + 114 * e.b) / 1e3 / 255;
670
- }, pe = function(e, t) {
671
- var n = F(e);
672
- return { h: n.h, s: n.s, l: N(n.l + 100 * t, 0, 100), a: n.a };
673
- }, ge = (function() {
649
+ }, ge = function(e, t) {
650
+ var n = j(e);
651
+ return { h: n.h, s: n.s, l: S(n.l + 100 * t, 0, 100), a: n.a };
652
+ }, pe = (function() {
674
653
  function e(t) {
675
654
  this.parsed = Ft(t)[0], this.rgba = this.parsed || { r: 0, g: 0, b: 0, a: 1 };
676
655
  }
@@ -683,18 +662,18 @@ var Bt = { grad: 0.9, turn: 360, rad: 360 / (2 * Math.PI) }, R = function(e) {
683
662
  }, e.prototype.isLight = function() {
684
663
  return Y(this.rgba) >= 0.5;
685
664
  }, e.prototype.toHex = function() {
686
- return t = Z(this.rgba), n = t.r, o = t.g, r = t.b, s = (i = t.a) < 1 ? H(x(255 * i)) : "", "#" + H(n) + H(o) + H(r) + s;
687
- var t, n, o, r, i, s;
665
+ return t = Z(this.rgba), n = t.r, o = t.g, i = t.b, u = (r = t.a) < 1 ? H(x(255 * r)) : "", "#" + H(n) + H(o) + H(i) + u;
666
+ var t, n, o, i, r, u;
688
667
  }, e.prototype.toRgb = function() {
689
668
  return Z(this.rgba);
690
669
  }, e.prototype.toRgbString = function() {
691
- return t = Z(this.rgba), n = t.r, o = t.g, r = t.b, (i = t.a) < 1 ? "rgba(" + n + ", " + o + ", " + r + ", " + i + ")" : "rgb(" + n + ", " + o + ", " + r + ")";
692
- var t, n, o, r, i;
670
+ return t = Z(this.rgba), n = t.r, o = t.g, i = t.b, (r = t.a) < 1 ? "rgba(" + n + ", " + o + ", " + i + ", " + r + ")" : "rgb(" + n + ", " + o + ", " + i + ")";
671
+ var t, n, o, i, r;
693
672
  }, e.prototype.toHsl = function() {
694
- return he(F(this.rgba));
673
+ return he(j(this.rgba));
695
674
  }, e.prototype.toHslString = function() {
696
- return t = he(F(this.rgba)), n = t.h, o = t.s, r = t.l, (i = t.a) < 1 ? "hsla(" + n + ", " + o + "%, " + r + "%, " + i + ")" : "hsl(" + n + ", " + o + "%, " + r + "%)";
697
- var t, n, o, r, i;
675
+ return t = he(j(this.rgba)), n = t.h, o = t.s, i = t.l, (r = t.a) < 1 ? "hsla(" + n + ", " + o + "%, " + i + "%, " + r + ")" : "hsl(" + n + ", " + o + "%, " + i + "%)";
676
+ var t, n, o, i, r;
698
677
  }, e.prototype.toHsv = function() {
699
678
  return t = Me(this.rgba), { h: x(t.h), s: x(t.s), v: x(t.v), a: x(t.a, 3) };
700
679
  var t;
@@ -708,25 +687,25 @@ var Bt = { grad: 0.9, turn: 360, rad: 360 / (2 * Math.PI) }, R = function(e) {
708
687
  }, e.prototype.grayscale = function() {
709
688
  return E(U(this.rgba, -1));
710
689
  }, e.prototype.lighten = function(t) {
711
- return t === void 0 && (t = 0.1), E(pe(this.rgba, t));
690
+ return t === void 0 && (t = 0.1), E(ge(this.rgba, t));
712
691
  }, e.prototype.darken = function(t) {
713
- return t === void 0 && (t = 0.1), E(pe(this.rgba, -t));
692
+ return t === void 0 && (t = 0.1), E(ge(this.rgba, -t));
714
693
  }, e.prototype.rotate = function(t) {
715
694
  return t === void 0 && (t = 15), this.hue(this.hue() + t);
716
695
  }, e.prototype.alpha = function(t) {
717
696
  return typeof t == "number" ? E({ r: (n = this.rgba).r, g: n.g, b: n.b, a: t }) : x(this.rgba.a, 3);
718
697
  var n;
719
698
  }, e.prototype.hue = function(t) {
720
- var n = F(this.rgba);
699
+ var n = j(this.rgba);
721
700
  return typeof t == "number" ? E({ h: t, s: n.s, l: n.l, a: n.a }) : x(n.h);
722
701
  }, e.prototype.isEqual = function(t) {
723
702
  return this.toHex() === E(t).toHex();
724
703
  }, e;
725
704
  })(), E = function(e) {
726
- return e instanceof ge ? e : new ge(e);
705
+ return e instanceof pe ? e : new pe(e);
727
706
  };
728
- const { cssr: Ot, plugin: Vt, namespace: Re } = ct(), { c: g, cB: W, cE: y, cM: J, cNotM: ye } = { ...Ot, ...Vt }, P = `${Re}-chrome-tabs`, w = `${Re}-chrome-tabs-item`, T = "all .2s cubic-bezier(.4, 0, .2, 1)";
729
- function Dt() {
707
+ const { cssr: Ot, plugin: Vt, namespace: Re } = ct(), { c: g, cB: W, cE: p, cM: J, cNotM: xe } = { ...Ot, ...Vt }, T = `${Re}-chrome-tabs`, w = `${Re}-chrome-tabs-item`, z = "all .2s cubic-bezier(.4, 0, .2, 1)";
708
+ function Ht() {
730
709
  return g([
731
710
  W("chrome-tabs", {
732
711
  display: "flex",
@@ -741,14 +720,14 @@ function Dt() {
741
720
  boxSizing: "border-box"
742
721
  }),
743
722
  g(".group-move, .group-enter-active, .group-leave-active", {
744
- transition: T
723
+ transition: z
745
724
  }),
746
725
  g(".group-enter-from, .group-leave-to", {
747
726
  opacity: 0
748
727
  }),
749
728
  g(".group-leave-active", {}),
750
- y("prefix", {}),
751
- y("icon", {
729
+ p("prefix", {}),
730
+ p("icon", {
752
731
  width: "28px",
753
732
  height: "28px",
754
733
  display: "flex",
@@ -757,7 +736,7 @@ function Dt() {
757
736
  padding: "5px",
758
737
  borderRadius: "10px",
759
738
  backgroundColor: "var(--active-background-color)",
760
- transition: T
739
+ transition: z
761
740
  }, [
762
741
  g("svg", {
763
742
  width: "100%",
@@ -768,7 +747,7 @@ function Dt() {
768
747
  backgroundColor: "var(--primary-color)"
769
748
  })
770
749
  ]),
771
- y("content", {
750
+ p("content", {
772
751
  flex: "1",
773
752
  height: "100%",
774
753
  minWidth: 0,
@@ -776,13 +755,13 @@ function Dt() {
776
755
  marginLeft: "-6px",
777
756
  padding: "0 10px"
778
757
  }),
779
- y("scroll", {
758
+ p("scroll", {
780
759
  position: "relative",
781
760
  display: "flex",
782
761
  alignItems: "center",
783
762
  height: "100%"
784
763
  }, [
785
- y("icon", {
764
+ p("icon", {
786
765
  marginLeft: "5px",
787
766
  borderRadius: "50%",
788
767
  backgroundColor: "transparent",
@@ -793,7 +772,7 @@ function Dt() {
793
772
  })
794
773
  ])
795
774
  ]),
796
- y("suffix", {})
775
+ p("suffix", {})
797
776
  ]),
798
777
  W("chrome-tabs-item", {
799
778
  position: "relative",
@@ -811,13 +790,13 @@ function Dt() {
811
790
  filter: "grayscale(0.5)"
812
791
  }),
813
792
  J("active", [
814
- y("background", {
793
+ p("background", {
815
794
  opacity: 1
816
795
  })
817
796
  ]),
818
- ye("active", [
797
+ xe("active", [
819
798
  g("&:hover", {}, [
820
- y("content", {
799
+ p("content", {
821
800
  backgroundColor: "var(--primary-color)"
822
801
  })
823
802
  ])
@@ -828,7 +807,7 @@ function Dt() {
828
807
  g("&::last-child", {
829
808
  marginRight: "0 !important"
830
809
  }),
831
- y("content", {
810
+ p("content", {
832
811
  position: "relative",
833
812
  zIndex: 1,
834
813
  height: "28px",
@@ -837,10 +816,10 @@ function Dt() {
837
816
  gap: "5px",
838
817
  borderRadius: "10px",
839
818
  padding: "0 10px",
840
- transition: T
819
+ transition: z
841
820
  }),
842
- y("slot", {}),
843
- y("icon", {
821
+ p("slot", {}),
822
+ p("icon", {
844
823
  lineHeight: 1
845
824
  }, [
846
825
  g("svg", {
@@ -849,7 +828,7 @@ function Dt() {
849
828
  fill: "currentColor"
850
829
  })
851
830
  ]),
852
- y("close", {
831
+ p("close", {
853
832
  width: "16px",
854
833
  height: "16px",
855
834
  padding: "2px",
@@ -857,7 +836,7 @@ function Dt() {
857
836
  alignItems: "center",
858
837
  justifyContent: "center",
859
838
  borderRadius: "50%",
860
- transition: T
839
+ transition: z
861
840
  }, [
862
841
  g("&:hover", {
863
842
  backgroundColor: "rgba(0,0,0,0.1)"
@@ -868,7 +847,7 @@ function Dt() {
868
847
  fill: "currentColor"
869
848
  })
870
849
  ]),
871
- y("background", {
850
+ p("background", {
872
851
  position: "absolute",
873
852
  opacity: 0,
874
853
  left: 0,
@@ -878,9 +857,9 @@ function Dt() {
878
857
  width: "100%",
879
858
  display: "flex",
880
859
  alignItems: "flex-end",
881
- transition: T
860
+ transition: z
882
861
  }, [
883
- y("block", {
862
+ p("block", {
884
863
  height: "100%",
885
864
  flex: 1,
886
865
  minWidth: 0,
@@ -891,14 +870,14 @@ function Dt() {
891
870
  fill: "var(--active-background-color)"
892
871
  })
893
872
  ]),
894
- y("line", {
873
+ p("line", {
895
874
  position: "absolute",
896
875
  bottom: "12px",
897
876
  right: "4px",
898
877
  height: "16px",
899
878
  width: "2px",
900
879
  borderRadius: "1px",
901
- transition: T,
880
+ transition: z,
902
881
  backgroundColor: "var(--primary-color)",
903
882
  opacity: 0
904
883
  }, [
@@ -912,7 +891,7 @@ function Dt() {
912
891
  backgroundColor: "var(--background-color-dark)",
913
892
  color: "var(--background-color)"
914
893
  }, [
915
- y("icon", {
894
+ p("icon", {
916
895
  backgroundColor: "var(--active-background-color-dark)"
917
896
  }, [
918
897
  g("&:hover", {
@@ -921,15 +900,15 @@ function Dt() {
921
900
  ])
922
901
  ]),
923
902
  W("chrome-tabs-item", {}, [
924
- ye("active", [
903
+ xe("active", [
925
904
  g("&:hover", {}, [
926
- y("content", {
905
+ p("content", {
927
906
  backgroundColor: "var(--primary-color-dark)"
928
907
  })
929
908
  ])
930
909
  ]),
931
- y("background", {}, [
932
- y("block", {
910
+ p("background", {}, [
911
+ p("block", {
933
912
  backgroundColor: "var(--active-background-color-dark)"
934
913
  }),
935
914
  g("svg", {
@@ -940,28 +919,28 @@ function Dt() {
940
919
  ])
941
920
  ]);
942
921
  }
943
- const G = (e, t) => {
922
+ const q = (e, t) => {
944
923
  const n = e.__vccOpts || e;
945
- for (const [o, r] of t)
946
- n[o] = r;
924
+ for (const [o, i] of t)
925
+ n[o] = i;
947
926
  return n;
948
- }, Ht = {
949
- name: "RiAddLine"
950
927
  }, Wt = {
928
+ name: "RiAddLine"
929
+ }, Dt = {
951
930
  xmlns: "http://www.w3.org/2000/svg",
952
931
  width: "1em",
953
932
  height: "1em",
954
933
  viewBox: "0 0 24 24"
955
934
  };
956
- function Kt(e, t, n, o, r, i) {
957
- return I(), A("svg", Wt, [...t[0] || (t[0] = [
958
- $("path", {
935
+ function Kt(e, t, n, o, i, r) {
936
+ return I(), A("svg", Dt, [...t[0] || (t[0] = [
937
+ k("path", {
959
938
  fill: "#757575",
960
939
  d: "M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"
961
940
  }, null, -1)
962
941
  ])]);
963
942
  }
964
- const qt = /* @__PURE__ */ G(Ht, [["render", Kt]]), Gt = {
943
+ const qt = /* @__PURE__ */ q(Wt, [["render", Kt]]), Gt = {
965
944
  name: "RiArrowDropDownLine"
966
945
  }, Zt = {
967
946
  xmlns: "http://www.w3.org/2000/svg",
@@ -969,15 +948,15 @@ const qt = /* @__PURE__ */ G(Ht, [["render", Kt]]), Gt = {
969
948
  height: "1em",
970
949
  viewBox: "0 0 24 24"
971
950
  };
972
- function Ut(e, t, n, o, r, i) {
951
+ function Ut(e, t, n, o, i, r) {
973
952
  return I(), A("svg", Zt, [...t[0] || (t[0] = [
974
- $("path", {
953
+ k("path", {
975
954
  fill: "#757575",
976
955
  d: "m12 15l-4.243-4.242l1.415-1.414L12 12.172l2.828-2.828l1.415 1.414z"
977
956
  }, null, -1)
978
957
  ])]);
979
958
  }
980
- const Yt = /* @__PURE__ */ G(Gt, [["render", Ut]]), Jt = {
959
+ const Yt = /* @__PURE__ */ q(Gt, [["render", Ut]]), Jt = {
981
960
  name: "LineMdLoadingTwotoneLoop"
982
961
  }, Qt = {
983
962
  xmlns: "http://www.w3.org/2000/svg",
@@ -985,12 +964,12 @@ const Yt = /* @__PURE__ */ G(Gt, [["render", Ut]]), Jt = {
985
964
  height: "1em",
986
965
  viewBox: "0 0 24 24"
987
966
  };
988
- function Xt(e, t, n, o, r, i) {
967
+ function Xt(e, t, n, o, i, r) {
989
968
  return I(), A("svg", Qt, [...t[0] || (t[0] = [
990
969
  Fe('<g fill="none" stroke="#757575" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="16" stroke-dashoffset="16" d="M12 3c4.97 0 9 4.03 9 9"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.3s" values="16;0"></animate><animateTransform attributeName="transform" dur="1.5s" repeatCount="indefinite" type="rotate" values="0 12 12;360 12 12"></animateTransform></path><path stroke-dasharray="64" stroke-dashoffset="64" stroke-opacity=".3" d="M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="1.2s" values="64;0"></animate></path></g>', 1)
991
970
  ])]);
992
971
  }
993
- const _t = /* @__PURE__ */ G(Jt, [["render", Xt]]), en = {
972
+ const _t = /* @__PURE__ */ q(Jt, [["render", Xt]]), en = {
994
973
  name: "RiCloseLine"
995
974
  }, tn = {
996
975
  xmlns: "http://www.w3.org/2000/svg",
@@ -998,15 +977,15 @@ const _t = /* @__PURE__ */ G(Jt, [["render", Xt]]), en = {
998
977
  height: "1em",
999
978
  viewBox: "0 0 24 24"
1000
979
  };
1001
- function nn(e, t, n, o, r, i) {
980
+ function nn(e, t, n, o, i, r) {
1002
981
  return I(), A("svg", tn, [...t[0] || (t[0] = [
1003
- $("path", {
982
+ k("path", {
1004
983
  fill: "#757575",
1005
984
  d: "m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z"
1006
985
  }, null, -1)
1007
986
  ])]);
1008
987
  }
1009
- const on = /* @__PURE__ */ G(en, [["render", nn]]), rn = /* @__PURE__ */ we({
988
+ const on = /* @__PURE__ */ q(en, [["render", nn]]), rn = /* @__PURE__ */ we({
1010
989
  __name: "TabItem",
1011
990
  props: {
1012
991
  label: { type: [String, Function] },
@@ -1027,74 +1006,74 @@ const on = /* @__PURE__ */ G(en, [["render", nn]]), rn = /* @__PURE__ */ we({
1027
1006
  },
1028
1007
  emits: ["itemClick", "itemContextmenu", "itemClose"],
1029
1008
  setup(e, { emit: t }) {
1030
- const n = t, o = S(() => e.activeIndex !== e.itemIndex && e.activeIndex - 1 !== e.itemIndex), r = S(() => e.activeIndex === e.itemIndex), i = S(() => typeof e.label == "string" ? re("span", { class: `${w}__label` }, e.label) : e.label(e.itemKey, e.itemIndex)), s = S(() => e.loadingIcon?.(e.itemKey, e.itemIndex) ?? re(_t));
1031
- function u(a) {
1032
- a.stopPropagation(), n("itemClick", a), e.onClick?.(e.itemKey, e.itemIndex, a);
1009
+ const n = t, o = M(() => e.activeIndex !== e.itemIndex && e.activeIndex - 1 !== e.itemIndex), i = M(() => e.activeIndex === e.itemIndex), r = M(() => typeof e.label == "string" ? ie("span", { class: `${w}__label` }, e.label) : e.label(e.itemKey, e.itemIndex)), u = M(() => e.loadingIcon?.(e.itemKey, e.itemIndex) ?? ie(_t));
1010
+ function l(f) {
1011
+ f.stopPropagation(), n("itemClick", f), e.onClick?.(e.itemKey, e.itemIndex, f);
1033
1012
  }
1034
- function f(a) {
1035
- n("itemContextmenu", a), e.onContextMenu?.(e.itemKey, e.itemIndex, a);
1013
+ function d(f) {
1014
+ n("itemContextmenu", f), e.onContextMenu?.(e.itemKey, e.itemIndex, f);
1036
1015
  }
1037
- function d(a) {
1038
- n("itemClose"), e.onClose?.(e.itemKey, e.itemIndex, a);
1016
+ function c(f) {
1017
+ n("itemClose"), e.onClose?.(e.itemKey, e.itemIndex, f);
1039
1018
  }
1040
- return (a, c) => (I(), A("div", {
1019
+ return (f, s) => (I(), A("div", {
1041
1020
  class: C([
1042
- p(w),
1021
+ y(w),
1043
1022
  {
1044
- [`${p(w)}--active`]: r.value,
1045
- [`${p(w)}--disabled`]: typeof a.disabled == "function" ? a.disabled(a.itemKey, a.itemIndex) : a.disabled
1023
+ [`${y(w)}--active`]: i.value,
1024
+ [`${y(w)}--disabled`]: typeof e.disabled == "function" ? e.disabled(e.itemKey, e.itemIndex) : e.disabled
1046
1025
  }
1047
1026
  ]),
1048
- onClick: u,
1049
- onContextmenu: f
1027
+ onClick: l,
1028
+ onContextmenu: d
1050
1029
  }, [
1051
- $("div", {
1052
- class: C([`${p(w)}__content`])
1030
+ k("div", {
1031
+ class: C([`${y(w)}__content`])
1053
1032
  }, [
1054
- $("div", {
1055
- class: C([`${p(w)}__icon`]),
1056
- style: _({ fontSize: `${a.iconSize}px` })
1033
+ k("div", {
1034
+ class: C([`${y(w)}__icon`]),
1035
+ style: _({ fontSize: `${e.iconSize}px` })
1057
1036
  }, [
1058
- (I(), ee(ie(typeof a.loading == "function" ? a.loading(a.itemKey, a.itemIndex) : a.loading ? s.value : a.icon?.(a.itemKey, a.itemIndex) ?? void 0)))
1037
+ (I(), ee(re(typeof e.loading == "function" ? e.loading(e.itemKey, e.itemIndex) : e.loading ? u.value : e.icon?.(e.itemKey, e.itemIndex) ?? void 0)))
1059
1038
  ], 6),
1060
- $("div", {
1061
- class: C([`${p(w)}__slot`])
1039
+ k("div", {
1040
+ class: C([`${y(w)}__slot`])
1062
1041
  }, [
1063
- (I(), ee(ie(i.value)))
1042
+ (I(), ee(re(r.value)))
1064
1043
  ], 2),
1065
- (typeof a.closable == "function" ? a.closable(a.itemKey, a.itemIndex) : a.closable) ? (I(), A("div", {
1044
+ (typeof e.closable == "function" ? e.closable(e.itemKey, e.itemIndex) : e.closable) ? (I(), A("div", {
1066
1045
  key: 0,
1067
- class: C([`${p(w)}__close`]),
1068
- onClick: Oe(d, ["stop"])
1046
+ class: C([`${y(w)}__close`]),
1047
+ onClick: Oe(c, ["stop"])
1069
1048
  }, [
1070
- K(on)
1049
+ D(on)
1071
1050
  ], 2)) : X("", !0)
1072
1051
  ], 2),
1073
- $("div", {
1074
- class: C([`${p(w)}__background`])
1052
+ k("div", {
1053
+ class: C([`${y(w)}__background`])
1075
1054
  }, [
1076
- c[0] || (c[0] = $("svg", {
1055
+ s[0] || (s[0] = k("svg", {
1077
1056
  width: "10",
1078
1057
  height: "10"
1079
1058
  }, [
1080
- $("path", { d: "M 0 10 A 10 10 0 0 0 10 0 L 10 10 Z" })
1059
+ k("path", { d: "M 0 10 A 10 10 0 0 0 10 0 L 10 10 Z" })
1081
1060
  ], -1)),
1082
- $("div", {
1083
- class: C([`${p(w)}__block`])
1061
+ k("div", {
1062
+ class: C([`${y(w)}__block`])
1084
1063
  }, null, 2),
1085
- c[1] || (c[1] = $("svg", {
1064
+ s[1] || (s[1] = k("svg", {
1086
1065
  width: "10",
1087
1066
  height: "10"
1088
1067
  }, [
1089
- $("path", { d: "M 0 0 A 10 10 0 0 0 10 10 L 0 10 Z" })
1068
+ k("path", { d: "M 0 0 A 10 10 0 0 0 10 10 L 0 10 Z" })
1090
1069
  ], -1))
1091
1070
  ], 2),
1092
- $("div", {
1093
- class: C([`${p(w)}__line`, o.value ? `${p(w)}__line--show` : ""])
1071
+ k("div", {
1072
+ class: C([`${y(w)}__line`, o.value ? `${y(w)}__line--show` : ""])
1094
1073
  }, null, 2)
1095
1074
  ], 34));
1096
1075
  }
1097
- }), un = /* @__PURE__ */ we({
1076
+ }), ln = /* @__PURE__ */ we({
1098
1077
  __name: "Tabs",
1099
1078
  props: {
1100
1079
  value: {},
@@ -1110,80 +1089,89 @@ const on = /* @__PURE__ */ G(en, [["render", nn]]), rn = /* @__PURE__ */ we({
1110
1089
  emits: ["update:value", "click", "contextmenu", "close", "add"],
1111
1090
  setup(e, { emit: t }) {
1112
1091
  const n = t;
1113
- bt("n-chrome-tabs", Dt());
1114
- const { background: o = "#F1F1F1", active: r = "#fff", primary: i = "rgba(0,0,0,.1)" } = e.colors ?? {}, s = S(() => e.value ? e.options?.findIndex((h) => h.key === e.value) : 0), { scrollRef: u, scrollToView: f } = Rt({ activeClassName: `.${w}--active`, direction: "horizontal" });
1115
- O(() => e.value, () => {
1116
- f();
1092
+ bt("n-chrome-tabs", Ht());
1093
+ const o = M(() => e.value ? e.options?.findIndex((s) => s.key === e.value) : 0), { scrollRef: i, scrollToView: r } = Rt({ activeClassName: `.${w}--active`, direction: "horizontal" });
1094
+ P(() => e.value, () => {
1095
+ r();
1117
1096
  }, {
1118
1097
  immediate: !0
1119
1098
  });
1120
- const d = S(() => E(o).darken(0.9).toHex()), a = S(() => E(r).darken(0.8).toHex()), c = S(() => E(i).darken(0.3).toHex());
1121
- function b(h, v) {
1122
- n("update:value", h), n("click", h, v);
1099
+ const u = M(() => ({
1100
+ background: "#F1F1F1",
1101
+ active: "#fff",
1102
+ primary: "rgba(0,0,0,.1)",
1103
+ ...e.colors
1104
+ })), l = M(() => ({
1105
+ background: E(u.value.background).darken(0.8).toHex(),
1106
+ active: E(u.value.active).darken(0.8).toHex(),
1107
+ primary: E(u.value.primary).darken(0.3).toHex()
1108
+ }));
1109
+ function d(s, b) {
1110
+ n("update:value", s), n("click", s, b);
1123
1111
  }
1124
- function M(h, v) {
1125
- n("contextmenu", h, v);
1112
+ function c(s, b) {
1113
+ n("contextmenu", s, b);
1126
1114
  }
1127
- function l(h, v) {
1128
- n("close", h, v);
1115
+ function f(s, b) {
1116
+ n("close", s, b);
1129
1117
  }
1130
- return (h, v) => (I(), A("div", {
1131
- class: C([p(P)]),
1118
+ return (s, b) => (I(), A("div", {
1119
+ class: C([y(T)]),
1132
1120
  style: _({
1133
- "--background-color": `${p(o)}`,
1134
- "--background-color-dark": `${d.value}`,
1135
- "--active-background-color": `${p(r)}`,
1136
- "--active-background-color-dark": `${a.value}`,
1137
- "--primary-color": `${p(i)}`,
1138
- "--primary-color-dark": `${c.value}`
1121
+ "--background-color": `${u.value.background}`,
1122
+ "--background-color-dark": `${l.value.background}`,
1123
+ "--active-background-color": `${u.value.active}`,
1124
+ "--active-background-color-dark": `${l.value.active}`,
1125
+ "--primary-color": `${u.value.primary}`,
1126
+ "--primary-color-dark": `${l.value.primary}`
1139
1127
  })
1140
1128
  }, [
1141
- h.dropdown ? (I(), A("div", {
1129
+ e.dropdown ? (I(), A("div", {
1142
1130
  key: 0,
1143
- class: C([`${p(P)}__icon`])
1131
+ class: C([`${y(T)}__icon`])
1144
1132
  }, [
1145
- K(Yt)
1133
+ D(Yt)
1146
1134
  ], 2)) : X("", !0),
1147
- se(h.$slots, "prefix"),
1148
- $("div", {
1135
+ ue(s.$slots, "prefix"),
1136
+ k("div", {
1149
1137
  ref_key: "scrollRef",
1150
- ref: u,
1151
- class: C([`${p(P)}__content`, h.contentClass]),
1152
- style: _(h.contentStyle)
1138
+ ref: i,
1139
+ class: C([`${y(T)}__content`, e.contentClass]),
1140
+ style: _(e.contentStyle)
1153
1141
  }, [
1154
- K(Ve, {
1142
+ D(Ve, {
1155
1143
  name: "group",
1156
1144
  tag: "div",
1157
- class: C([`${p(P)}__scroll`])
1145
+ class: C([`${y(T)}__scroll`])
1158
1146
  }, {
1159
- default: De(() => [
1160
- (I(!0), A(He, null, We(h.options, ({ key: m, ...k }, B) => (I(), ee(rn, Ke({
1161
- key: m,
1162
- loading: h.loadingValue === m
1163
- }, { ref_for: !0 }, k, {
1164
- "item-key": m,
1165
- "item-index": B,
1166
- "active-index": s.value,
1167
- "icon-size": h.iconSize,
1168
- onItemClick: (L) => b(m, B),
1169
- onItemContextmenu: (L) => M(m, B),
1170
- onItemClose: (L) => l(m, B)
1147
+ default: He(() => [
1148
+ (I(!0), A(We, null, De(e.options, ({ key: $, ...a }, h) => (I(), ee(rn, Ke({
1149
+ key: $,
1150
+ loading: e.loadingValue === $
1151
+ }, { ref_for: !0 }, a, {
1152
+ "item-key": $,
1153
+ "item-index": h,
1154
+ "active-index": o.value,
1155
+ "icon-size": e.iconSize,
1156
+ onItemClick: (m) => d($, h),
1157
+ onItemContextmenu: (m) => c($, h),
1158
+ onItemClose: (m) => f($, h)
1171
1159
  }), null, 16, ["loading", "item-key", "item-index", "active-index", "icon-size", "onItemClick", "onItemContextmenu", "onItemClose"]))), 128))
1172
1160
  ]),
1173
1161
  _: 1
1174
1162
  }, 8, ["class"])
1175
1163
  ], 6),
1176
- se(h.$slots, "suffix"),
1177
- h.addable ? (I(), A("div", {
1164
+ ue(s.$slots, "suffix"),
1165
+ e.addable ? (I(), A("div", {
1178
1166
  key: 1,
1179
- class: C([`${p(P)}__icon`]),
1180
- onClick: v[0] || (v[0] = (m) => n("add"))
1167
+ class: C([`${y(T)}__icon`]),
1168
+ onClick: b[0] || (b[0] = ($) => n("add"))
1181
1169
  }, [
1182
- K(qt)
1170
+ D(qt)
1183
1171
  ], 2)) : X("", !0)
1184
1172
  ], 6));
1185
1173
  }
1186
1174
  });
1187
1175
  export {
1188
- un as CTabs
1176
+ ln as CTabs
1189
1177
  };