vlite3 0.8.1 → 0.8.2

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.
@@ -1,7 +1,7 @@
1
1
  import t from "./CommandPaletteContent.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ o(t, [["__scopeId", "data-v-1ace469f"]]);
4
+ const r = /* @__PURE__ */ o(t, [["__scopeId", "data-v-1bae4c0f"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -4,8 +4,8 @@ import k from "../Icon.vue.js";
4
4
  import { $t as E } from "../../utils/i18n.js";
5
5
  import { useCommandPaletteItems as Y } from "./useCommandPaletteItems.js";
6
6
  import { useCommandPaletteNav as Z } from "./useCommandPaletteNav.js";
7
- import ee from "./CommandPaletteItem.vue.js";
8
- const te = { class: "command-palette-content flex flex-col w-full h-full max-h-[70vh]" }, oe = { class: "flex items-center gap-3 px-4 py-3.5 border-b border-border/60 shrink-0" }, se = ["placeholder"], ne = ["aria-label"], re = {
7
+ import ee from "./CommandPaletteItem.vue2.js";
8
+ const te = { class: "command-palette-content flex flex-col w-full h-full max-h-[70vh]" }, oe = { class: "flex items-center gap-3 px-4 py-3 border-b border-border/60 shrink-0" }, se = ["placeholder"], ne = ["aria-label"], re = {
9
9
  key: 0,
10
10
  class: "flex flex-col items-center justify-center py-14 px-6 text-center select-none",
11
11
  "aria-live": "polite"
@@ -137,7 +137,7 @@ const te = { class: "command-palette-content flex flex-col w-full h-full max-h-[
137
137
  o("div", {
138
138
  role: "group",
139
139
  "aria-label": t.label,
140
- class: "px-2"
140
+ class: "px-1.5"
141
141
  }, [
142
142
  (i(!0), c(_, null, B(t.rows, (d, ve, he, x) => {
143
143
  const M = [d.index === u(h), d.item.id];
@@ -1,5 +1,5 @@
1
1
  import t from "./CommandPaletteItem.vue3.js";
2
- /* empty css */
2
+ /* empty css */
3
3
  import o from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  const r = /* @__PURE__ */ o(t, [["__scopeId", "data-v-66b1ae06"]]);
5
5
  export {
@@ -19,7 +19,7 @@ const s = /* @__PURE__ */ t({
19
19
  disabled: e.disabled,
20
20
  dir: e.direction
21
21
  }, e.triggerProps, {
22
- class: ["w-full justify-between! font-normal", e.className]
22
+ class: ["w-full justify-between! font-normal px-2.5!", e.className]
23
23
  }), null, 16, ["text", "disabled", "dir", "class"]));
24
24
  }
25
25
  });
@@ -1,7 +1,7 @@
1
1
  import o from "./Form.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _ = /* @__PURE__ */ r(o, [["__scopeId", "data-v-c6526184"]]);
4
+ const _ = /* @__PURE__ */ r(o, [["__scopeId", "data-v-d34e8931"]]);
5
5
  export {
6
6
  _ as default
7
7
  };
@@ -280,11 +280,11 @@ const we = ["onKeydown"], Ae = {
280
280
  // Sticky positioning
281
281
  b.value ? "sticky bottom-0 bg-background/95 pt-3 pb-2 -mx-0.5 px-0.5" : "mt-6",
282
282
  // Inside modal: extend to modal edges and add top border always
283
- T.value ? "-mx-4 px-4 pb-0!" : "",
283
+ T.value ? "-mx-4 px-4 pb-0! pt-3!" : "",
284
284
  // Shadow only while actually stuck (sentinel has scrolled out of view)
285
285
  b.value && $.value ? "" : b.value ? "border-t border-transparent" : "",
286
286
  // Non-sticky inside modal keeps the original border styling
287
- !b.value && T.value ? "border-t border-border/75 mt-8" : "",
287
+ !b.value && T.value ? "border-t border-border/75 mt-5" : "",
288
288
  !b.value && !T.value ? "mt-6" : ""
289
289
  ])
290
290
  }, [
@@ -1,7 +1,7 @@
1
1
  import o from "./Kanban.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-11bc76c9"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1285df4f"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -23,7 +23,7 @@ const K = /* @__PURE__ */ b({
23
23
  s.data && u("update:data", { ...s.data, [e]: c });
24
24
  }, h = (e) => s.data ? s.data[e] || [] : [];
25
25
  return (e, c) => (n(), m("div", {
26
- class: C(["flex gap-4 overflow-x-auto p-1 custom-scrollbar-x", s.class])
26
+ class: C(["flex gap-4 overflow-x-auto p-1 custom-scrollbar-x scrollable-container", s.class])
27
27
  }, [
28
28
  (n(!0), m(p, null, y(a.columns, (l) => (n(), k(v, {
29
29
  key: l.id,
@@ -1,7 +1,7 @@
1
1
  import o from "./KanbanBoard.vue2.js";
2
2
  /* empty css */
3
3
  import a from "../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-3849c10a"]]);
4
+ const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-3a733454"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1,15 +1,14 @@
1
- import { defineComponent as K, ref as U, watch as E, onMounted as L, computed as M, openBlock as r, createElementBlock as d, normalizeClass as u, createElementVNode as n, renderSlot as m, unref as t, toDisplayString as f, Fragment as g, renderList as b, createVNode as h, withCtx as V, createCommentVNode as j } from "vue";
2
- import { VueDraggable as z } from "vue-draggable-plus";
3
- import F from "../Spinner/Spinner.vue.js";
4
- import { useKanbanBoard as H } from "./useKanbanBoard.js";
5
- import { $t as J } from "../../utils/i18n.js";
6
- const O = { class: "flex items-center justify-between font-semibold text-foreground" }, T = {
1
+ import { defineComponent as T, defineAsyncComponent as V, ref as j, watch as z, onMounted as A, computed as F, openBlock as d, createElementBlock as i, normalizeClass as m, createElementVNode as r, renderSlot as g, unref as n, toDisplayString as y, setBlockTracking as v, Fragment as f, renderList as h, createVNode as x, withCtx as H, isMemoSame as J, createCommentVNode as O } from "vue";
2
+ import { VueDraggable as R } from "vue-draggable-plus";
3
+ import { useKanbanBoard as q } from "./useKanbanBoard.js";
4
+ import { $t as G } from "../../utils/i18n.js";
5
+ const P = { class: "flex items-center justify-between font-semibold text-foreground" }, Q = {
7
6
  key: 0,
8
7
  class: "flex-1 flex flex-col gap-3 min-h-[50px] py-1"
9
- }, A = { class: "bg-body p-3 rounded-md shadow-sm border border-border text-sm" }, R = {
8
+ }, W = { class: "bg-body p-3 rounded-md shadow-sm border border-border text-sm" }, X = {
10
9
  key: 0,
11
10
  class: "py-4 flex justify-center shrink-0"
12
- }, X = /* @__PURE__ */ K({
11
+ }, te = /* @__PURE__ */ T({
13
12
  __name: "KanbanBoard",
14
13
  props: {
15
14
  column: {},
@@ -24,112 +23,122 @@ const O = { class: "flex items-center justify-between font-semibold text-foregro
24
23
  ghostClass: {}
25
24
  },
26
25
  emits: ["change", "update:columnData"],
27
- setup(l, { emit: p }) {
28
- const o = l, c = p, v = U(null), { items: a, isInitialLoading: y, isLoadingMore: x, pageInfo: C, loadInitial: k, loadMore: D } = H(
29
- o.column.id,
30
- o.loadData,
31
- o.columnData
32
- ), I = (e) => {
33
- a.value = e, c("update:columnData", e);
26
+ setup(o, { emit: C }) {
27
+ const k = V(() => import("../Spinner/Spinner.vue2.js")), l = o, u = C, D = j(null), { items: s, isInitialLoading: I, isLoadingMore: S, pageInfo: w, loadInitial: B, loadMore: K } = q(
28
+ l.column.id,
29
+ l.loadData,
30
+ l.columnData
31
+ ), N = (e) => {
32
+ s.value = e, u("update:columnData", e);
34
33
  };
35
- E(
36
- () => o.columnData,
34
+ z(
35
+ () => l.columnData,
37
36
  (e) => {
38
- e && JSON.stringify(e) !== JSON.stringify(a.value) && (a.value = [...e]);
37
+ e && JSON.stringify(e) !== JSON.stringify(s.value) && (s.value = [...e]);
39
38
  },
40
39
  { deep: !0 }
41
- ), L(() => {
42
- o.loadData && (!o.columnData || o.columnData.length === 0) && k();
40
+ ), A(() => {
41
+ l.loadData && (!l.columnData || l.columnData.length === 0) && B();
43
42
  });
44
- const w = (e) => {
45
- const i = e.target;
46
- i.scrollTop + i.clientHeight >= i.scrollHeight - 50 && D();
47
- }, S = (e) => {
48
- c("change", { type: "add", event: e, columnId: o.column.id });
49
- }, $ = (e) => {
50
- c("change", { type: "remove", event: e, columnId: o.column.id });
51
- }, N = (e) => {
52
- c("change", { type: "update", event: e, columnId: o.column.id });
53
- }, B = M(() => o.column.titleI18n ? J(o.column.titleI18n) : o.column.title);
54
- return (e, i) => (r(), d("div", {
55
- class: u([
43
+ const $ = (e) => {
44
+ const t = e.target;
45
+ t.scrollTop + t.clientHeight >= t.scrollHeight - 50 && K();
46
+ }, M = (e) => {
47
+ u("change", { type: "add", event: e, columnId: l.column.id });
48
+ }, U = (e) => {
49
+ u("change", { type: "remove", event: e, columnId: l.column.id });
50
+ }, E = (e) => {
51
+ u("change", { type: "update", event: e, columnId: l.column.id });
52
+ }, L = F(
53
+ () => l.column.titleI18n ? G(l.column.titleI18n) : l.column.title
54
+ );
55
+ return (e, t) => (d(), i("div", {
56
+ class: m([
56
57
  "flex flex-col bg-card rounded-lg overflow-hidden shrink-0 border border-border/60",
57
- l.boardClass || "w-80"
58
+ o.boardClass || "w-80"
58
59
  ])
59
60
  }, [
60
- n("div", {
61
- class: u(["p-3 border-b border-border/80 ", l.headerClass])
61
+ r("div", {
62
+ class: m(["p-3 border-b border-border/80 ", o.headerClass])
62
63
  }, [
63
- m(e.$slots, "header", {
64
- column: l.column,
65
- pageInfo: t(C)
64
+ g(e.$slots, "header", {
65
+ column: o.column,
66
+ pageInfo: n(w)
66
67
  }, () => [
67
- n("div", O, [
68
- n("span", null, f(B.value), 1)
68
+ r("div", P, [
69
+ r("span", null, y(L.value), 1)
69
70
  ])
70
71
  ], !0)
71
72
  ], 2),
72
- n("div", {
73
+ r("div", {
73
74
  ref_key: "scrollContainer",
74
- ref: v,
75
- class: u(["flex-1 flex flex-col overflow-y-auto p-3 custom-scrollbar", l.bodyClass]),
76
- onScroll: w
75
+ ref: D,
76
+ class: m([
77
+ "flex-1 flex flex-col overflow-y-auto p-3 custom-scrollbar scrollable-container",
78
+ o.bodyClass
79
+ ]),
80
+ onScroll: $
77
81
  }, [
78
- t(y) && t(a).length === 0 ? (r(), d("div", T, [
79
- (r(), d(g, null, b(3, (s) => n("div", {
80
- key: "skeleton-" + s,
82
+ n(I) && n(s).length === 0 ? (d(), i("div", Q, [
83
+ t[0] || (v(-1, !0), (t[0] = (d(), i(f, null, h(3, (a) => r("div", {
84
+ key: "skeleton-" + a,
81
85
  class: "bg-body p-3 rounded-md shadow-sm border border-border animate-pulse flex flex-col gap-3"
82
- }, [...i[0] || (i[0] = [
83
- n("div", { class: "h-4 bg-muted/60 rounded w-2/3" }, null, -1),
84
- n("div", { class: "h-3 bg-muted/60 rounded w-1/3" }, null, -1)
85
- ])])), 64))
86
- ])) : (r(), d(g, { key: 1 }, [
87
- m(e.$slots, "prepend-item", {
88
- column: l.column,
89
- items: t(a)
86
+ }, [...t[3] || (t[3] = [
87
+ r("div", { class: "h-4 bg-muted/60 rounded w-2/3" }, null, -1),
88
+ r("div", { class: "h-3 bg-muted/60 rounded w-1/3" }, null, -1)
89
+ ])])), 64))).cacheIndex = 0, v(1), t[0])
90
+ ])) : (d(), i(f, { key: 1 }, [
91
+ g(e.$slots, "prepend-item", {
92
+ column: o.column,
93
+ items: n(s)
90
94
  }, void 0, !0),
91
- h(t(z), {
92
- "model-value": t(a),
93
- "onUpdate:modelValue": I,
94
- group: l.group,
95
+ x(n(R), {
96
+ "model-value": n(s),
97
+ "onUpdate:modelValue": N,
98
+ group: o.group,
95
99
  animation: 150,
96
- ghostClass: l.ghostClass || "kanban-ghost",
97
- class: u(["flex-1 flex flex-col gap-2 min-h-[50px] py-1", l.draggableClass]),
98
- onAdd: S,
99
- onRemove: $,
100
- onUpdate: N
100
+ ghostClass: o.ghostClass || "kanban-ghost",
101
+ class: m(["flex-1 flex flex-col gap-2 min-h-[50px] py-1", o.draggableClass]),
102
+ onAdd: M,
103
+ onRemove: U,
104
+ onUpdate: E
101
105
  }, {
102
- default: V(() => [
103
- (r(!0), d(g, null, b(t(a), (s) => (r(), d("div", {
104
- key: s[l.itemKey || "id"],
105
- class: "cursor-grab active:cursor-grabbing"
106
- }, [
107
- m(e.$slots, "item", {
108
- item: s,
109
- column: l.column
110
- }, () => [
111
- n("div", A, f(s.title || s.name || s.id), 1)
112
- ], !0)
113
- ]))), 128))
106
+ default: H(() => [
107
+ (d(!0), i(f, null, h(n(s), (a, Y, Z, c) => {
108
+ const b = [a];
109
+ if (c && c.key === a[o.itemKey || "id"] && J(c, b)) return c;
110
+ const p = (d(), i("div", {
111
+ key: a[o.itemKey || "id"],
112
+ class: "cursor-grab active:cursor-grabbing"
113
+ }, [
114
+ g(e.$slots, "item", {
115
+ item: a,
116
+ column: o.column
117
+ }, () => [
118
+ r("div", W, y(a.title || a.name || a.id), 1)
119
+ ], !0)
120
+ ]));
121
+ return p.memo = b, p;
122
+ }, t, 1), 128))
114
123
  ]),
115
124
  _: 3
116
125
  }, 8, ["model-value", "group", "ghostClass", "class"]),
117
- m(e.$slots, "append-item", {
118
- column: l.column,
119
- items: t(a)
126
+ g(e.$slots, "append-item", {
127
+ column: o.column,
128
+ items: n(s)
120
129
  }, void 0, !0),
121
- t(x) ? (r(), d("div", R, [
122
- h(F, {
130
+ n(S) ? (d(), i("div", X, [
131
+ x(n(k), {
123
132
  size: "sm",
124
133
  variant: "dots",
125
134
  color: "primary"
126
135
  })
127
- ])) : j("", !0)
136
+ ])) : O("", !0)
128
137
  ], 64))
129
138
  ], 34)
130
139
  ], 2));
131
140
  }
132
141
  });
133
142
  export {
134
- X as default
143
+ te as default
135
144
  };
@@ -1,6 +1,6 @@
1
1
  import { KanbanLoadDataResult } from './types';
2
2
  export declare function useKanbanBoard(columnId: string | number, loadDataFn?: (columnId: string | number, page: number) => Promise<KanbanLoadDataResult>, initialData?: any[]): {
3
- items: import('vue').Ref<any[], any[]>;
3
+ items: import('vue').ShallowRef<any[], any[]>;
4
4
  isInitialLoading: import('vue').Ref<boolean, boolean>;
5
5
  isLoadingMore: import('vue').Ref<boolean, boolean>;
6
6
  pageInfo: {
@@ -1,43 +1,43 @@
1
- import { ref as l, reactive as g } from "vue";
2
- function I(c, a, r) {
3
- const o = l(r ? [...r] : []), n = l(!1), s = l(!1), t = g({
1
+ import { shallowRef as g, ref as c, reactive as u } from "vue";
2
+ function P(l, a, o) {
3
+ const r = g(o ? [...o] : []), s = c(!1), n = c(!1), t = u({
4
4
  currentPage: 1,
5
5
  totalPages: 1,
6
- totalItems: r ? r.length : 0
6
+ totalItems: o ? o.length : 0
7
7
  });
8
8
  return {
9
- items: o,
10
- isInitialLoading: n,
11
- isLoadingMore: s,
9
+ items: r,
10
+ isInitialLoading: s,
11
+ isLoadingMore: n,
12
12
  pageInfo: t,
13
13
  loadInitial: async () => {
14
14
  if (a) {
15
- n.value = !0;
15
+ s.value = !0;
16
16
  try {
17
- const e = await a(c, 1);
18
- o.value = e.items, t.currentPage = e.pageInfo.currentPage, t.totalPages = e.pageInfo.totalPages, t.totalItems = e.pageInfo.totalItems;
17
+ const e = await a(l, 1);
18
+ r.value = e.items, t.currentPage = e.pageInfo.currentPage, t.totalPages = e.pageInfo.totalPages, t.totalItems = e.pageInfo.totalItems;
19
19
  } catch (e) {
20
20
  console.error(e);
21
21
  } finally {
22
- n.value = !1;
22
+ s.value = !1;
23
23
  }
24
24
  }
25
25
  },
26
26
  loadMore: async () => {
27
- if (!(!a || n.value || s.value) && !(t.currentPage >= t.totalPages)) {
28
- s.value = !0;
27
+ if (!(!a || s.value || n.value) && !(t.currentPage >= t.totalPages)) {
28
+ n.value = !0;
29
29
  try {
30
- const e = await a(c, t.currentPage + 1);
31
- o.value = [...o.value, ...e.items], t.currentPage = e.pageInfo.currentPage, t.totalPages = e.pageInfo.totalPages, t.totalItems = e.pageInfo.totalItems;
30
+ const e = await a(l, t.currentPage + 1);
31
+ r.value = [...r.value, ...e.items], t.currentPage = e.pageInfo.currentPage, t.totalPages = e.pageInfo.totalPages, t.totalItems = e.pageInfo.totalItems;
32
32
  } catch (e) {
33
33
  console.error(e);
34
34
  } finally {
35
- s.value = !1;
35
+ n.value = !1;
36
36
  }
37
37
  }
38
38
  }
39
39
  };
40
40
  }
41
41
  export {
42
- I as useKanbanBoard
42
+ P as useKanbanBoard
43
43
  };
@@ -4,21 +4,21 @@ import b from "../Price/Price.vue.js";
4
4
  import h from "../Date/Date.vue.js";
5
5
  import { $t as I } from "../../utils/i18n.js";
6
6
  import { getObjectValue as N, formatNumber as Y, getStatusColorClass as F } from "./utils.js";
7
- const A = { class: "flex items-center gap-1.5 min-w-0" }, E = { class: "text-xs font-normal text-muted-foreground leading-snug truncate" }, O = { class: "min-w-0" }, z = {
7
+ const A = { class: "flex items-center gap-2 min-w-0" }, E = { class: "text-xs font-normal text-muted-foreground leading-snug truncate" }, O = { class: "min-w-0" }, z = {
8
8
  key: 2,
9
9
  class: "flex items-center gap-1.5"
10
10
  }, R = ["innerHTML"], q = {
11
11
  key: 1,
12
12
  class: "text-sm font-semibold text-foreground tracking-widest select-none",
13
13
  "aria-hidden": "true"
14
- }, G = ["aria-label"], J = ["src", "alt"], K = ["innerHTML"], P = { class: "flex items-center gap-1.5 min-w-0" }, Q = { class: "text-sm font-medium text-gray-800 leading-snug" }, U = { class: "w-full min-w-0 text-left" }, W = {
14
+ }, G = ["aria-label"], J = ["src", "alt"], K = ["innerHTML"], P = { class: "flex items-center gap-2 min-w-0" }, Q = { class: "text-sm font-medium text-gray-800 leading-snug" }, U = { class: "w-full min-w-0 text-left" }, W = {
15
15
  key: 2,
16
16
  class: "flex items-center gap-1.5"
17
17
  }, X = ["innerHTML"], Z = {
18
18
  key: 1,
19
19
  class: "text-sm text-gray-600 tracking-widest select-none",
20
20
  "aria-hidden": "true"
21
- }, _ = ["aria-label"], ee = ["src", "alt"], le = ["innerHTML"], te = { class: "flex items-center gap-1.5 shrink-0 min-w-0 max-w-[48%]" }, ae = { class: "text-sm font-medium text-gray-800 truncate leading-snug" }, se = { class: "flex items-center justify-end gap-2 min-w-0 flex-1" }, ne = ["innerHTML"], ie = {
21
+ }, _ = ["aria-label"], ee = ["src", "alt"], le = ["innerHTML"], te = { class: "flex items-center gap-2 shrink-0 min-w-0 max-w-[48%]" }, ae = { class: "text-sm font-medium text-gray-800 truncate leading-snug" }, se = { class: "flex items-center justify-end gap-2 min-w-0 flex-1" }, ne = ["innerHTML"], ie = {
22
22
  key: 1,
23
23
  class: "text-sm text-gray-600 tracking-widest select-none",
24
24
  "aria-hidden": "true"
@@ -65,9 +65,7 @@ const A = { class: "flex items-center gap-1.5 min-w-0" }, E = { class: "text-xs
65
65
  } else
66
66
  i.push(t.field.class);
67
67
  return i.join(" ");
68
- }), L = f(() => t.field.type === "image"), H = f(() => t.variant === "striped" && t.index % 2 !== 0), $ = f(() => t.variant === "stacked"), g = f(
69
- () => ["date", "dateTime", "time"].includes(t.field.type || "")
70
- ), k = f(() => {
68
+ }), L = f(() => t.field.type === "image"), H = f(() => t.variant === "striped" && t.index % 2 !== 0), $ = f(() => t.variant === "stacked"), g = f(() => ["date", "dateTime", "time"].includes(t.field.type || "")), k = f(() => {
71
69
  if (t.field.type === "dateTime") return "MM/DD/YYYY hh:mm A";
72
70
  if (t.field.type === "time") return "hh:mm A";
73
71
  }), p = f(() => !!t.field.lineByLine), j = f(() => t.stackedBorderStyle === "divider" && t.stackedColIndex !== 0 ? "border-l border-border pl-4 pr-3.5 py-2" : "px-3.5 py-2");
@@ -7,7 +7,7 @@ import L from "../Badge.vue.js";
7
7
  import { useMultiSelectHydration as J } from "./composables/useMultiSelectHydration.js";
8
8
  const K = {
9
9
  key: 0,
10
- class: "text-muted-foreground pl-1 truncate"
10
+ class: "text-muted-foreground pl-0.5 truncate"
11
11
  }, Q = { class: "truncate min-w-0" }, W = ["onClick"], X = {
12
12
  key: 0,
13
13
  class: "flex items-center gap-2 pl-2 shrink-0 text-muted-foreground"
@@ -22,7 +22,7 @@ const K = {
22
22
  searchable: { type: Boolean, default: !0 },
23
23
  variant: { default: "outline" },
24
24
  size: { default: "md" },
25
- maxVisible: { default: 2 },
25
+ maxVisible: { default: 3 },
26
26
  loading: { type: Boolean, default: !1 },
27
27
  hasMore: { type: Boolean, default: !1 },
28
28
  remote: { type: Boolean, default: !1 },
@@ -121,7 +121,10 @@ const K = {
121
121
  key: 0,
122
122
  type: "button",
123
123
  onClick: T((Y) => H(r.value), ["stop"]),
124
- class: u(["rounded transition-colors shrink-0 flex items-center justify-center p-px", l.variant === "transparent" ? "text-muted-foreground hover:bg-black/10 hover:text-foreground" : "hover:bg-destructive/10 hover:text-destructive p-0.5 rounded-full"])
124
+ class: u([
125
+ "rounded transition-colors shrink-0 flex items-center justify-center p-px",
126
+ l.variant === "transparent" ? "text-muted-foreground hover:bg-black/10 hover:text-foreground" : "hover:bg-destructive/10 hover:text-destructive p-0.5 rounded-full"
127
+ ])
125
128
  }, [
126
129
  k(C, {
127
130
  icon: "lucide:x",
@@ -136,7 +139,10 @@ const K = {
136
139
  variant: l.variant === "transparent" ? "outline" : "secondary",
137
140
  size: z.value,
138
141
  rounded: l.rounded === "none" ? "sm" : "full",
139
- class: u(["shrink-0", l.variant === "transparent" ? "border-transparent bg-muted/50 text-muted-foreground font-medium shadow-none" : ""])
142
+ class: u([
143
+ "shrink-0",
144
+ l.variant === "transparent" ? "border-transparent bg-muted/50 text-muted-foreground font-medium shadow-none" : ""
145
+ ])
140
146
  }, {
141
147
  default: p(() => [
142
148
  U(" +" + S($.value), 1)
@@ -3,7 +3,7 @@ import L from "./Icon.vue.js";
3
3
  import v from "./Modal.vue.js";
4
4
  import N from "./CommandPalette/CommandPaletteContent.vue.js";
5
5
  import { $t as R } from "../utils/i18n.js";
6
- /* empty css */
6
+ /* empty css */
7
7
  const U = { class: "block truncate -text-fs-1.5" }, V = { class: "ml-auto inline-flex items-center gap-0.5 px-1.5 py-0.5 rounded text-[10px] font-mono font-medium border border-border/80 bg-background text-muted-foreground ml-1" }, q = /* @__PURE__ */ x({
8
8
  __name: "NavbarCommandPalette",
9
9
  props: {
@@ -65,8 +65,8 @@ const U = { class: "block truncate -text-fs-1.5" }, V = { class: "ml-auto inline
65
65
  c(v, {
66
66
  show: n.value,
67
67
  "onUpdate:show": l[0] || (l[0] = (i) => n.value = i),
68
- maxWidth: "max-w-2xl",
69
- bodyClass: "!p-0 flex flex-col h-full",
68
+ maxWidth: "max-w-xl",
69
+ bodyClass: "p-0! flex flex-col h-full",
70
70
  body: O(N),
71
71
  bodyProps: {
72
72
  items: o.items,
@@ -1,7 +1,7 @@
1
1
  import o from "./NumberInput.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../_virtual/_plugin-vue_export-helper.js";
4
- const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-66452678"]]);
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a8237529"]]);
5
5
  export {
6
- _ as default
6
+ a as default
7
7
  };
@@ -163,7 +163,7 @@ const E = ["disabled"], q = ["value", "min", "max", "step", "placeholder", "disa
163
163
  e.variant === "stacked" ? (c(), m("div", M, [
164
164
  y("button", {
165
165
  type: "button",
166
- class: "flex-1 flex items-center justify-center hover:bg-muted/50 w-8 border-b border-input/50",
166
+ class: "flex-1 flex items-center justify-center hover:bg-muted/50 w-8 border-b border-input",
167
167
  disabled: e.disabled || e.max !== void 0 && Number(d.value) >= e.max,
168
168
  onClick: f
169
169
  }, [
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "description": "A Vue 3 UI component library built with Tailwind CSS.",
5
5
  "license": "MIT",
6
- "version": "0.8.1",
6
+ "version": "0.8.2",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "module": "index.js",
package/style.css CHANGED
@@ -894,5 +894,5 @@ textarea::-webkit-scrollbar-thumb {
894
894
  }
895
895
 
896
896
  /* --- Vite Generated CSS --- */
897
- input[data-v-66452678]::-webkit-outer-spin-button,input[data-v-66452678]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-66452678]{-moz-appearance:textfield;appearance:textfield}@keyframes onAutoFillStart{0%{opacity:1}to{opacity:1}}@keyframes onAutoFillCancel{0%{opacity:1}to{opacity:1}}input.autofill-detect:-webkit-autofill{animation-name:onAutoFillStart;animation-duration:1ms;animation-fill-mode:both}input.autofill-detect:not(:-webkit-autofill){animation-name:onAutoFillCancel;animation-duration:1ms;animation-fill-mode:both}.dropdown-menu[data-v-55a6a43e]{will-change:transform;contain:layout style}.v-modal-overlay[data-v-537da95f]{background-color:#00000052}.v-modal-backdrop[data-v-537da95f]{transform:translateZ(0);will-change:opacity}.modal-body[data-v-537da95f]{will-change:transform;contain:layout style}.blink-bg[data-v-537da95f]{animation:blink-animation-537da95f 1s infinite}@keyframes blink-animation-537da95f{0%{background-color:inherit}15%{background-color:var(--color-gray-250)}35%{background-color:inherit}75%{background-color:var(--color-gray-250)}to{background-color:inherit}}.IroBox{border-radius:8px!important}.custom-fields-table[data-v-0cced8cd]{will-change:transform;contain:layout style}.custom-fields-table[data-v-0cced8cd] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-0cced8cd] input,.custom-fields-table[data-v-0cced8cd] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-0cced8cd] input,.custom-fields-table[data-v-0cced8cd] textarea,.custom-fields-table[data-v-0cced8cd] select,.custom-fields-table[data-v-0cced8cd] .input-wrapper,.custom-fields-table[data-v-0cced8cd] .tooltip-trigger button{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;height:100%!important;min-height:40px}.custom-fields-table[data-v-0cced8cd] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-0cced8cd] input:focus,.custom-fields-table[data-v-0cced8cd] textarea:focus,.custom-fields-table[data-v-0cced8cd] select:focus,.custom-fields-table[data-v-0cced8cd] .input-wrapper:focus-within{background-color:hsla(var(--primary) / .03)!important;box-shadow:inset 0 0 0 2px hsla(var(--primary) / .1)!important}.custom-fields-table[data-v-0cced8cd] .w-full{width:100%;height:100%}.list-enter-active[data-v-0cced8cd]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-0cced8cd]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-df08a3e5]{display:flex;flex-direction:column}.form-field-item[data-v-df08a3e5]:has([role=switch]),.form-field-item[data-v-df08a3e5]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-c6526184]{width:100%}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar{width:0px}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-3849c10a]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar{height:8px}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar-x[data-v-11bc76c9]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.v-sidepanel-overlay[data-v-d572f4ef]{background-color:#0003}.sidepanel-body[data-v-d572f4ef]{will-change:transform;contain:layout style}.navbar-tabs-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.navbar-tabs-no-scrollbar::-webkit-scrollbar{display:none}.fade-x-enter-active,.fade-x-leave-active{transition:opacity .15s ease}.fade-x-enter-from,.fade-x-leave-to{opacity:0}.breadcrumb-item[data-v-ecb5df7c]{display:inline-flex;align-items:center;cursor:pointer}.breadcrumb-link[data-v-ecb5df7c]{display:inline-flex;align-items:center;gap:.35em;color:var(--color-muted-foreground);text-decoration:none;transition:color .15s ease,background-color .15s ease;border-radius:var(--radius-sm)}.breadcrumb-link[data-v-ecb5df7c]:not(.current):not(.disabled):hover{color:var(--color-foreground)}.breadcrumb-link.current[data-v-ecb5df7c]{color:var(--color-foreground);font-weight:600;cursor:default}.breadcrumb-link.disabled[data-v-ecb5df7c]{opacity:.45;cursor:not-allowed;pointer-events:none}.breadcrumb-icon[data-v-ecb5df7c]{flex-shrink:0}.breadcrumb-list[data-v-4ca31ff0]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.45em}.breadcrumb--sm[data-v-4ca31ff0]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-4ca31ff0]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-4ca31ff0]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-4ca31ff0]{display:inline-flex;align-items:center;color:var(--color-gray-500);-webkit-user-select:none;user-select:none;font-size:.9em;line-height:1;padding:0 .1em}.breadcrumb-ellipsis[data-v-4ca31ff0]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-4ca31ff0]{display:inline-flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:transparent;color:var(--color-muted-foreground);cursor:pointer;font-size:.9em;line-height:1;letter-spacing:.05em;transition:all .15s ease}.breadcrumb-ellipsis-btn[data-v-4ca31ff0]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-350)}.breadcrumb--contained[data-v-4ca31ff0]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-4ca31ff0] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-4ca31ff0] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-350)}.breadcrumb--pills[data-v-4ca31ff0] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-4ca31ff0]{gap:0}.breadcrumb--arrow[data-v-4ca31ff0] .breadcrumb-link{padding:.35em .9em .35em 1.4em;background:var(--color-secondary);clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%,.6em 50%);border:none;margin-left:-.3em}.breadcrumb--arrow[data-v-4ca31ff0] .breadcrumb-item:first-child .breadcrumb-link{padding-left:.9em;clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%);border-radius:var(--radius-sm) 0 0 var(--radius-sm);margin-left:0}.breadcrumb--arrow[data-v-4ca31ff0] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-4ca31ff0] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-4ca31ff0]{display:none}.import-table[data-v-cfd99cc9]{width:100%;font-size:.875rem;text-align:left;border-collapse:collapse}.import-thead[data-v-cfd99cc9]{font-size:.75rem;color:var(--color-muted-foreground, #6b7280);text-transform:uppercase;background-color:var(--color-muted, #f3f4f6);position:sticky;top:0;z-index:10}.import-th[data-v-cfd99cc9]{padding:.75rem 1rem;font-weight:500}.import-th-center[data-v-cfd99cc9]{text-align:center;width:4rem}.import-tbody .import-tr[data-v-cfd99cc9]{border-bottom:1px solid var(--color-border, #e5e7eb)}.import-tbody .import-tr[data-v-cfd99cc9]:last-child{border-bottom:none}.import-tr-active[data-v-cfd99cc9]{transition:background-color .2s ease-in-out}.import-tr-active[data-v-cfd99cc9]:hover{background-color:var(--color-muted, #f3f4f6);opacity:.85}.import-tr-ignored[data-v-cfd99cc9]{background-color:var(--color-muted, #f3f4f6);opacity:.6}.import-td-header[data-v-cfd99cc9]{padding:.75rem 1rem;font-weight:500;color:var(--color-foreground, #111827);white-space:nowrap}.import-td-dropdown[data-v-cfd99cc9]{padding:.5rem 1rem;min-width:200px}.import-td-preview[data-v-cfd99cc9]{padding:.75rem 1rem;color:var(--color-muted-foreground, #6b7280);min-width:200px;max-width:300px}.import-td-action[data-v-cfd99cc9]{padding:.75rem 1rem;text-align:center;vertical-align:middle}.heatmap-container[data-v-00476f00]{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.heatmap-wrapper[data-v-00476f00]{width:100%;height:100%;overflow:auto;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;position:relative}.heatmap-grid[data-v-00476f00]{width:fit-content;height:fit-content;transition:all .2s ease-in-out}.heatmap-cell[data-v-00476f00]{aspect-ratio:1 / 1;border-radius:2px;transition:all .15s ease-in-out;border:1px solid transparent;box-sizing:border-box}.heatmap-cell-interactive[data-v-00476f00]{cursor:pointer}.heatmap-cell-interactive[data-v-00476f00]:hover{transform:scale(1.1);border-color:var(--border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:10;position:relative}.heatmap-cell-empty[data-v-00476f00]{opacity:.6}.heatmap-cell-hovered[data-v-00476f00]{outline:2px solid var(--primary);outline-offset:1px}.heatmap-cell-label[data-v-00476f00]{font-size:8px;font-weight:500;color:var(--foreground);opacity:.8;display:flex;align-items:center;justify-content:center;height:100%;width:100%;pointer-events:none}.heatmap-legend[data-v-00476f00]{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;color:var(--muted-foreground);flex-shrink:0}.heatmap-legend-label[data-v-00476f00]{font-weight:500}.heatmap-legend-colors[data-v-00476f00]{display:flex;gap:.125rem}.heatmap-legend-item[data-v-00476f00]{width:.75rem;height:.75rem;border-radius:.375rem;border:1px solid var(--border)}@media(max-width:640px){.heatmap-wrapper[data-v-00476f00]{padding:12px}.heatmap-cell[data-v-00476f00]{border-radius:2px}.heatmap-cell-label[data-v-00476f00]{font-size:7px}}@media(min-width:641px)and (max-width:1023px){.heatmap-wrapper[data-v-00476f00]{padding:14px}.heatmap-cell[data-v-00476f00]{border-radius:2px}}@media(min-width:1024px){.heatmap-wrapper[data-v-00476f00]{padding:16px}.heatmap-cell[data-v-00476f00]{border-radius:3px}}.masonry-item[data-v-c29d0159]{content-visibility:auto;contain-intrinsic-size:1px 200px}.carousel-wrapper[data-v-4034dab4]{width:100%;position:relative;will-change:transform;contain:layout style}.file-tree-container[data-v-91337be9],.sheet-container[data-v-a5e9ca6f]{will-change:transform;contain:layout style}.accordion-enter-active[data-v-0075dffb],.accordion-leave-active[data-v-0075dffb]{transition:height .3s ease-in-out;will-change:height}.content-wrapper[data-v-0075dffb]{contain:paint}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.bg-stripe[data-v-454a1505]{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.animate-progress-stripe[data-v-454a1505]{animation:progress-stripe-454a1505 1s linear infinite}@keyframes progress-stripe-454a1505{0%{background-position:1rem 0}to{background-position:0 0}}.animate-progress-indeterminate[data-v-454a1505]{animation:progress-indeterminate-454a1505 1.5s infinite cubic-bezier(.65,.815,.735,.395)}@keyframes progress-indeterminate-454a1505{0%{transform:translate(-100%) scaleX(.2)}50%{transform:translate(0) scaleX(.5)}to{transform:translate(100%) scaleX(.2)}}.permission-matrix-wrapper[data-v-ba68e64a]{max-height:70vh;will-change:transform;contain:layout style}.permission-matrix-wrapper[data-v-ba68e64a]::-webkit-scrollbar{width:6px;height:6px}.permission-matrix-wrapper[data-v-ba68e64a]::-webkit-scrollbar-track{background:transparent}.permission-matrix-wrapper[data-v-ba68e64a]::-webkit-scrollbar-thumb{background:var(--color-gray-350);border-radius:3px}.permission-matrix-wrapper[data-v-ba68e64a]::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.permission-list-wrapper[data-v-a42b2fb0]{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;background-color:var(--color-background);will-change:transform;contain:layout style}.custom-list-header[data-v-a42b2fb0]{background-color:var(--color-muted);border-bottom:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px)}.custom-list-group-content .custom-list-item[data-v-a42b2fb0]{border-bottom:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);background-color:var(--color-background)}.custom-list-group-content .custom-list-item[data-v-a42b2fb0]:hover{background-color:var(--color-accent)}.custom-list-group-content .custom-list-item[data-v-a42b2fb0]:last-child{border-bottom:none}.custom-list-group-content+.custom-list-header[data-v-a42b2fb0],.custom-list-header+.custom-list-header[data-v-a42b2fb0]{border-top:1px solid var(--color-border)}.permission-list-wrapper>.custom-list-header[data-v-a42b2fb0]:last-child{border-bottom:none}.permission-matrix-wrapper[data-v-0b1ab970]{border:1px solid var(--color-border);background-color:var(--color-gray-100);border-radius:.5rem;overflow:auto;max-height:65vh;position:relative;will-change:transform;contain:layout style}.permission-matrix-wrapper[data-v-0b1ab970]::-webkit-scrollbar{width:6px;height:6px}.permission-matrix-wrapper[data-v-0b1ab970]::-webkit-scrollbar-track{background:transparent}.permission-matrix-wrapper[data-v-0b1ab970]::-webkit-scrollbar-thumb{background:var(--color-gray-350);border-radius:3px}.permission-matrix-wrapper[data-v-0b1ab970]::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.custom-table[data-v-0b1ab970]{width:100%;border-collapse:collapse}.custom-sticky-header th[data-v-0b1ab970]{position:sticky;top:0;z-index:20;box-shadow:0 1px 0 var(--color-border)}.custom-th[data-v-0b1ab970]{background-color:var(--color-gray-150);color:var(--color-foreground);background-clip:padding-box;border-bottom:none;border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);text-align:left;font-weight:600;min-width:200px}thead:not(.custom-sticky-header) .custom-th[data-v-0b1ab970]{border-bottom:1px solid var(--color-border)}.custom-th.text-center[data-v-0b1ab970]{text-align:center;min-width:100px}.custom-th[data-v-0b1ab970]:first-child{border-left:none}.custom-td[data-v-0b1ab970]{border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px)}.custom-td.text-center[data-v-0b1ab970]{text-align:center}.custom-td[data-v-0b1ab970]:first-child{border-left:none}.custom-group-row td[data-v-0b1ab970]{background-color:var(--color-gray-100);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.custom-entity-row[data-v-0b1ab970]{background-color:var(--color-background);transition:background-color .1s ease}.custom-entity-row[data-v-0b1ab970]:hover{background-color:var(--color-gray-50)}.custom-entity-row:last-child td[data-v-0b1ab970]{border-bottom:none}.custom-active-cell[data-v-0b1ab970]{cursor:pointer}.custom-active-cell[data-v-0b1ab970]:hover{background-color:var(--color-accent)}.button-group[data-v-ba735fac] button{align-self:stretch;height:auto!important;min-height:unset!important;min-width:unset!important;width:auto!important}.button-group[data-v-ba735fac]:not(.vertical-group) button{aspect-ratio:unset}.attached-group[data-v-ba735fac] button{position:relative;--radius: .375rem}.attached-group[data-v-ba735fac] button:focus-visible,.attached-group[data-v-ba735fac] button:hover{z-index:10}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-ba735fac]:not(.vertical-group) button:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-top-right-radius:0;border-bottom-right-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-bottom-left-radius:0}.vertical-group[data-v-ba735fac] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-ba735fac] button:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.vertical-group[data-v-ba735fac] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-ba735fac] button:last-child{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-top-right-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child):not(.border):before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;height:100%}.vertical-group[data-v-ba735fac] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;width:100%;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none}.toast-item[data-v-9c775c23]{will-change:transform,opacity;contain:layout style}.first-toast-enter-active[data-v-9c775c23]{animation:first-toast-in-9c775c23 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-9c775c23]{transition:all .25s ease-in}.first-toast-leave-to[data-v-9c775c23]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-9c775c23{0%{opacity:var(--entrance-opacity, .6);transform:translateY(var(--entrance-offset, 25px)) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stack-toast-enter-active[data-v-9c775c23],.stack-toast-leave-active[data-v-9c775c23]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-9c775c23]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-9c775c23]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-9c775c23]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.cp-item-transition[data-v-66b1ae06]{transition:background-color 80ms ease,color 80ms ease}.command-palette-content[data-v-1ace469f] ::-webkit-scrollbar{width:4px}.command-palette-content[data-v-1ace469f] ::-webkit-scrollbar-track{background:transparent}.command-palette-content[data-v-1ace469f] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}.cp-scroll-container[data-v-1ace469f]{transform:translateZ(0);will-change:transform;touch-action:pan-y;backface-visibility:hidden}
897
+ input[data-v-a8237529]::-webkit-outer-spin-button,input[data-v-a8237529]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-a8237529]{-moz-appearance:textfield;appearance:textfield}@keyframes onAutoFillStart{0%{opacity:1}to{opacity:1}}@keyframes onAutoFillCancel{0%{opacity:1}to{opacity:1}}input.autofill-detect:-webkit-autofill{animation-name:onAutoFillStart;animation-duration:1ms;animation-fill-mode:both}input.autofill-detect:not(:-webkit-autofill){animation-name:onAutoFillCancel;animation-duration:1ms;animation-fill-mode:both}.dropdown-menu[data-v-55a6a43e]{will-change:transform;contain:layout style}.v-modal-overlay[data-v-537da95f]{background-color:#00000052}.v-modal-backdrop[data-v-537da95f]{transform:translateZ(0);will-change:opacity}.modal-body[data-v-537da95f]{will-change:transform;contain:layout style}.blink-bg[data-v-537da95f]{animation:blink-animation-537da95f 1s infinite}@keyframes blink-animation-537da95f{0%{background-color:inherit}15%{background-color:var(--color-gray-250)}35%{background-color:inherit}75%{background-color:var(--color-gray-250)}to{background-color:inherit}}.IroBox{border-radius:8px!important}.custom-fields-table[data-v-0cced8cd]{will-change:transform;contain:layout style}.custom-fields-table[data-v-0cced8cd] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-0cced8cd] input,.custom-fields-table[data-v-0cced8cd] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-0cced8cd] input,.custom-fields-table[data-v-0cced8cd] textarea,.custom-fields-table[data-v-0cced8cd] select,.custom-fields-table[data-v-0cced8cd] .input-wrapper,.custom-fields-table[data-v-0cced8cd] .tooltip-trigger button{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;height:100%!important;min-height:40px}.custom-fields-table[data-v-0cced8cd] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-0cced8cd] input:focus,.custom-fields-table[data-v-0cced8cd] textarea:focus,.custom-fields-table[data-v-0cced8cd] select:focus,.custom-fields-table[data-v-0cced8cd] .input-wrapper:focus-within{background-color:hsla(var(--primary) / .03)!important;box-shadow:inset 0 0 0 2px hsla(var(--primary) / .1)!important}.custom-fields-table[data-v-0cced8cd] .w-full{width:100%;height:100%}.list-enter-active[data-v-0cced8cd]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-0cced8cd]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-df08a3e5]{display:flex;flex-direction:column}.form-field-item[data-v-df08a3e5]:has([role=switch]),.form-field-item[data-v-df08a3e5]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-d34e8931]{width:100%}.custom-scrollbar[data-v-3a733454]::-webkit-scrollbar{width:0px}.custom-scrollbar[data-v-3a733454]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-3a733454]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.scrollable-container[data-v-3a733454]{will-change:transform;contain:layout style}.custom-scrollbar-x[data-v-1285df4f]::-webkit-scrollbar{height:8px}.custom-scrollbar-x[data-v-1285df4f]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar-x[data-v-1285df4f]::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:10px}.scrollable-container[data-v-1285df4f]{will-change:transform;contain:layout style}.v-sidepanel-overlay[data-v-d572f4ef]{background-color:#0003}.sidepanel-body[data-v-d572f4ef]{will-change:transform;contain:layout style}.navbar-tabs-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.navbar-tabs-no-scrollbar::-webkit-scrollbar{display:none}.fade-x-enter-active,.fade-x-leave-active{transition:opacity .15s ease}.fade-x-enter-from,.fade-x-leave-to{opacity:0}.breadcrumb-item[data-v-ecb5df7c]{display:inline-flex;align-items:center;cursor:pointer}.breadcrumb-link[data-v-ecb5df7c]{display:inline-flex;align-items:center;gap:.35em;color:var(--color-muted-foreground);text-decoration:none;transition:color .15s ease,background-color .15s ease;border-radius:var(--radius-sm)}.breadcrumb-link[data-v-ecb5df7c]:not(.current):not(.disabled):hover{color:var(--color-foreground)}.breadcrumb-link.current[data-v-ecb5df7c]{color:var(--color-foreground);font-weight:600;cursor:default}.breadcrumb-link.disabled[data-v-ecb5df7c]{opacity:.45;cursor:not-allowed;pointer-events:none}.breadcrumb-icon[data-v-ecb5df7c]{flex-shrink:0}.breadcrumb-list[data-v-4ca31ff0]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.45em}.breadcrumb--sm[data-v-4ca31ff0]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-4ca31ff0]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-4ca31ff0]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-4ca31ff0]{display:inline-flex;align-items:center;color:var(--color-gray-500);-webkit-user-select:none;user-select:none;font-size:.9em;line-height:1;padding:0 .1em}.breadcrumb-ellipsis[data-v-4ca31ff0]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-4ca31ff0]{display:inline-flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:transparent;color:var(--color-muted-foreground);cursor:pointer;font-size:.9em;line-height:1;letter-spacing:.05em;transition:all .15s ease}.breadcrumb-ellipsis-btn[data-v-4ca31ff0]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-350)}.breadcrumb--contained[data-v-4ca31ff0]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-4ca31ff0] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-4ca31ff0] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-350)}.breadcrumb--pills[data-v-4ca31ff0] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-4ca31ff0]{gap:0}.breadcrumb--arrow[data-v-4ca31ff0] .breadcrumb-link{padding:.35em .9em .35em 1.4em;background:var(--color-secondary);clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%,.6em 50%);border:none;margin-left:-.3em}.breadcrumb--arrow[data-v-4ca31ff0] .breadcrumb-item:first-child .breadcrumb-link{padding-left:.9em;clip-path:polygon(0 0,calc(100% - .6em) 0,100% 50%,calc(100% - .6em) 100%,0 100%);border-radius:var(--radius-sm) 0 0 var(--radius-sm);margin-left:0}.breadcrumb--arrow[data-v-4ca31ff0] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-4ca31ff0] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-4ca31ff0]{display:none}.import-table[data-v-cfd99cc9]{width:100%;font-size:.875rem;text-align:left;border-collapse:collapse}.import-thead[data-v-cfd99cc9]{font-size:.75rem;color:var(--color-muted-foreground, #6b7280);text-transform:uppercase;background-color:var(--color-muted, #f3f4f6);position:sticky;top:0;z-index:10}.import-th[data-v-cfd99cc9]{padding:.75rem 1rem;font-weight:500}.import-th-center[data-v-cfd99cc9]{text-align:center;width:4rem}.import-tbody .import-tr[data-v-cfd99cc9]{border-bottom:1px solid var(--color-border, #e5e7eb)}.import-tbody .import-tr[data-v-cfd99cc9]:last-child{border-bottom:none}.import-tr-active[data-v-cfd99cc9]{transition:background-color .2s ease-in-out}.import-tr-active[data-v-cfd99cc9]:hover{background-color:var(--color-muted, #f3f4f6);opacity:.85}.import-tr-ignored[data-v-cfd99cc9]{background-color:var(--color-muted, #f3f4f6);opacity:.6}.import-td-header[data-v-cfd99cc9]{padding:.75rem 1rem;font-weight:500;color:var(--color-foreground, #111827);white-space:nowrap}.import-td-dropdown[data-v-cfd99cc9]{padding:.5rem 1rem;min-width:200px}.import-td-preview[data-v-cfd99cc9]{padding:.75rem 1rem;color:var(--color-muted-foreground, #6b7280);min-width:200px;max-width:300px}.import-td-action[data-v-cfd99cc9]{padding:.75rem 1rem;text-align:center;vertical-align:middle}.heatmap-container[data-v-00476f00]{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.heatmap-wrapper[data-v-00476f00]{width:100%;height:100%;overflow:auto;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;position:relative}.heatmap-grid[data-v-00476f00]{width:fit-content;height:fit-content;transition:all .2s ease-in-out}.heatmap-cell[data-v-00476f00]{aspect-ratio:1 / 1;border-radius:2px;transition:all .15s ease-in-out;border:1px solid transparent;box-sizing:border-box}.heatmap-cell-interactive[data-v-00476f00]{cursor:pointer}.heatmap-cell-interactive[data-v-00476f00]:hover{transform:scale(1.1);border-color:var(--border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:10;position:relative}.heatmap-cell-empty[data-v-00476f00]{opacity:.6}.heatmap-cell-hovered[data-v-00476f00]{outline:2px solid var(--primary);outline-offset:1px}.heatmap-cell-label[data-v-00476f00]{font-size:8px;font-weight:500;color:var(--foreground);opacity:.8;display:flex;align-items:center;justify-content:center;height:100%;width:100%;pointer-events:none}.heatmap-legend[data-v-00476f00]{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;color:var(--muted-foreground);flex-shrink:0}.heatmap-legend-label[data-v-00476f00]{font-weight:500}.heatmap-legend-colors[data-v-00476f00]{display:flex;gap:.125rem}.heatmap-legend-item[data-v-00476f00]{width:.75rem;height:.75rem;border-radius:.375rem;border:1px solid var(--border)}@media(max-width:640px){.heatmap-wrapper[data-v-00476f00]{padding:12px}.heatmap-cell[data-v-00476f00]{border-radius:2px}.heatmap-cell-label[data-v-00476f00]{font-size:7px}}@media(min-width:641px)and (max-width:1023px){.heatmap-wrapper[data-v-00476f00]{padding:14px}.heatmap-cell[data-v-00476f00]{border-radius:2px}}@media(min-width:1024px){.heatmap-wrapper[data-v-00476f00]{padding:16px}.heatmap-cell[data-v-00476f00]{border-radius:3px}}.masonry-item[data-v-c29d0159]{content-visibility:auto;contain-intrinsic-size:1px 200px}.carousel-wrapper[data-v-4034dab4]{width:100%;position:relative;will-change:transform;contain:layout style}.file-tree-container[data-v-91337be9],.sheet-container[data-v-a5e9ca6f]{will-change:transform;contain:layout style}.accordion-enter-active[data-v-0075dffb],.accordion-leave-active[data-v-0075dffb]{transition:height .3s ease-in-out;will-change:height}.content-wrapper[data-v-0075dffb]{contain:paint}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.bg-stripe[data-v-454a1505]{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.animate-progress-stripe[data-v-454a1505]{animation:progress-stripe-454a1505 1s linear infinite}@keyframes progress-stripe-454a1505{0%{background-position:1rem 0}to{background-position:0 0}}.animate-progress-indeterminate[data-v-454a1505]{animation:progress-indeterminate-454a1505 1.5s infinite cubic-bezier(.65,.815,.735,.395)}@keyframes progress-indeterminate-454a1505{0%{transform:translate(-100%) scaleX(.2)}50%{transform:translate(0) scaleX(.5)}to{transform:translate(100%) scaleX(.2)}}.permission-matrix-wrapper[data-v-ba68e64a]{max-height:70vh;will-change:transform;contain:layout style}.permission-matrix-wrapper[data-v-ba68e64a]::-webkit-scrollbar{width:6px;height:6px}.permission-matrix-wrapper[data-v-ba68e64a]::-webkit-scrollbar-track{background:transparent}.permission-matrix-wrapper[data-v-ba68e64a]::-webkit-scrollbar-thumb{background:var(--color-gray-350);border-radius:3px}.permission-matrix-wrapper[data-v-ba68e64a]::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.permission-list-wrapper[data-v-a42b2fb0]{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;background-color:var(--color-background);will-change:transform;contain:layout style}.custom-list-header[data-v-a42b2fb0]{background-color:var(--color-muted);border-bottom:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px)}.custom-list-group-content .custom-list-item[data-v-a42b2fb0]{border-bottom:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);background-color:var(--color-background)}.custom-list-group-content .custom-list-item[data-v-a42b2fb0]:hover{background-color:var(--color-accent)}.custom-list-group-content .custom-list-item[data-v-a42b2fb0]:last-child{border-bottom:none}.custom-list-group-content+.custom-list-header[data-v-a42b2fb0],.custom-list-header+.custom-list-header[data-v-a42b2fb0]{border-top:1px solid var(--color-border)}.permission-list-wrapper>.custom-list-header[data-v-a42b2fb0]:last-child{border-bottom:none}.permission-matrix-wrapper[data-v-0b1ab970]{border:1px solid var(--color-border);background-color:var(--color-gray-100);border-radius:.5rem;overflow:auto;max-height:65vh;position:relative;will-change:transform;contain:layout style}.permission-matrix-wrapper[data-v-0b1ab970]::-webkit-scrollbar{width:6px;height:6px}.permission-matrix-wrapper[data-v-0b1ab970]::-webkit-scrollbar-track{background:transparent}.permission-matrix-wrapper[data-v-0b1ab970]::-webkit-scrollbar-thumb{background:var(--color-gray-350);border-radius:3px}.permission-matrix-wrapper[data-v-0b1ab970]::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.custom-table[data-v-0b1ab970]{width:100%;border-collapse:collapse}.custom-sticky-header th[data-v-0b1ab970]{position:sticky;top:0;z-index:20;box-shadow:0 1px 0 var(--color-border)}.custom-th[data-v-0b1ab970]{background-color:var(--color-gray-150);color:var(--color-foreground);background-clip:padding-box;border-bottom:none;border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);text-align:left;font-weight:600;min-width:200px}thead:not(.custom-sticky-header) .custom-th[data-v-0b1ab970]{border-bottom:1px solid var(--color-border)}.custom-th.text-center[data-v-0b1ab970]{text-align:center;min-width:100px}.custom-th[data-v-0b1ab970]:first-child{border-left:none}.custom-td[data-v-0b1ab970]{border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px)}.custom-td.text-center[data-v-0b1ab970]{text-align:center}.custom-td[data-v-0b1ab970]:first-child{border-left:none}.custom-group-row td[data-v-0b1ab970]{background-color:var(--color-gray-100);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.custom-entity-row[data-v-0b1ab970]{background-color:var(--color-background);transition:background-color .1s ease}.custom-entity-row[data-v-0b1ab970]:hover{background-color:var(--color-gray-50)}.custom-entity-row:last-child td[data-v-0b1ab970]{border-bottom:none}.custom-active-cell[data-v-0b1ab970]{cursor:pointer}.custom-active-cell[data-v-0b1ab970]:hover{background-color:var(--color-accent)}.button-group[data-v-ba735fac] button{align-self:stretch;height:auto!important;min-height:unset!important;min-width:unset!important;width:auto!important}.button-group[data-v-ba735fac]:not(.vertical-group) button{aspect-ratio:unset}.attached-group[data-v-ba735fac] button{position:relative;--radius: .375rem}.attached-group[data-v-ba735fac] button:focus-visible,.attached-group[data-v-ba735fac] button:hover{z-index:10}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-ba735fac]:not(.vertical-group) button:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-top-right-radius:0;border-bottom-right-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-bottom-left-radius:0}.vertical-group[data-v-ba735fac] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-ba735fac] button:first-child{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.vertical-group[data-v-ba735fac] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-ba735fac] button:last-child{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);border-top-left-radius:0;border-top-right-radius:0}.attached-group[data-v-ba735fac]:not(.vertical-group) button:not(:first-child):not(.border):before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;height:100%}.vertical-group[data-v-ba735fac] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;width:100%;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none}.toast-item[data-v-9c775c23]{will-change:transform,opacity;contain:layout style}.first-toast-enter-active[data-v-9c775c23]{animation:first-toast-in-9c775c23 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-9c775c23]{transition:all .25s ease-in}.first-toast-leave-to[data-v-9c775c23]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-9c775c23{0%{opacity:var(--entrance-opacity, .6);transform:translateY(var(--entrance-offset, 25px)) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stack-toast-enter-active[data-v-9c775c23],.stack-toast-leave-active[data-v-9c775c23]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-9c775c23]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-9c775c23]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-9c775c23]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.cp-item-transition[data-v-66b1ae06]{transition:background-color 80ms ease,color 80ms ease}.command-palette-content[data-v-1bae4c0f] ::-webkit-scrollbar{width:4px}.command-palette-content[data-v-1bae4c0f] ::-webkit-scrollbar-track{background:transparent}.command-palette-content[data-v-1bae4c0f] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}.cp-scroll-container[data-v-1bae4c0f]{transform:translateZ(0);will-change:transform;touch-action:pan-y;backface-visibility:hidden}
898
898