vlite3 0.7.13 → 0.7.15

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.
Files changed (58) hide show
  1. package/components/Button.vue.js +1 -1
  2. package/components/ColorPicker/ColorIro.vue3.js +2 -2
  3. package/components/ColorPicker/ColorPicker.vue.js +18 -17
  4. package/components/{CommandPaletteContent.vue.d.ts → CommandPalette/CommandPaletteContent.vue.d.ts} +3 -3
  5. package/components/CommandPalette/CommandPaletteContent.vue.js +7 -0
  6. package/components/CommandPalette/CommandPaletteContent.vue2.js +180 -0
  7. package/components/CommandPalette/CommandPaletteItem.vue.d.ts +15 -0
  8. package/components/CommandPalette/CommandPaletteItem.vue2.js +7 -0
  9. package/components/CommandPalette/CommandPaletteItem.vue3.js +60 -0
  10. package/components/CommandPalette/index.d.ts +5 -0
  11. package/components/CommandPalette/types.d.ts +40 -0
  12. package/components/CommandPalette/useCommandPaletteItems.d.ts +15 -0
  13. package/components/CommandPalette/useCommandPaletteItems.js +99 -0
  14. package/components/CommandPalette/useCommandPaletteNav.d.ts +13 -0
  15. package/components/CommandPalette/useCommandPaletteNav.js +49 -0
  16. package/components/DataList/DataList.vue.js +53 -50
  17. package/components/DataTable/DataTable.vue.js +185 -173
  18. package/components/DatePicker.vue.js +3 -2
  19. package/components/DateRangePicker.vue.js +26 -25
  20. package/components/Dropdown/Dropdown.vue.js +20 -20
  21. package/components/Dropdown/DropdownMenu.vue.js +5 -256
  22. package/components/Dropdown/DropdownMenu.vue2.js +256 -2
  23. package/components/Form/CustomFields.vue.js +1 -1
  24. package/components/Form/CustomFields.vue2.js +102 -97
  25. package/components/Form/Form.vue.d.ts +0 -1
  26. package/components/Form/Form.vue.js +2 -2
  27. package/components/Form/Form.vue2.js +20 -20
  28. package/components/Form/FormFields.vue.js +2 -2
  29. package/components/Form/FormFields.vue2.js +90 -78
  30. package/components/IconPicker.vue.js +3 -2
  31. package/components/ImportData/ImportStep2.vue.js +10 -9
  32. package/components/List/List.vue.js +205 -180
  33. package/components/Modal.vue.js +2 -2
  34. package/components/Modal.vue2.js +82 -96
  35. package/components/MultiSelect/MultiSelect.vue.js +7 -7
  36. package/components/Navbar/Navbar.vue.js +12 -12
  37. package/components/NavbarCommandPalette.vue.d.ts +7 -30
  38. package/components/NavbarCommandPalette.vue.js +40 -40
  39. package/components/PermissionMatrix/PermissionEditorList.vue.js +1 -1
  40. package/components/PermissionMatrix/PermissionEditorList.vue2.js +84 -75
  41. package/components/PermissionMatrix/PermissionEditorMatrix.vue.js +2 -2
  42. package/components/PermissionMatrix/PermissionEditorMatrix.vue2.js +122 -107
  43. package/components/PermissionMatrix/PermissionMatrix.vue.js +2 -2
  44. package/components/PermissionMatrix/PermissionMatrix.vue2.js +161 -138
  45. package/components/PermissionMatrix/PermissionTopBar.vue.js +19 -18
  46. package/components/Screen/Screen.vue.js +169 -166
  47. package/components/Screen/ScreenFilter.vue.js +4 -3
  48. package/components/SidePanel.vue.js +5 -146
  49. package/components/SidePanel.vue2.js +146 -2
  50. package/components/SidebarMenu/SidebarMenuItem.vue.js +26 -25
  51. package/components/Workbook/Sheet.vue.js +3 -2
  52. package/index.d.ts +1 -1
  53. package/index.js +1 -1
  54. package/package.json +1 -1
  55. package/style.css +1 -1
  56. package/components/CommandPaletteContent.vue.js +0 -7
  57. package/components/CommandPaletteContent.vue2.js +0 -311
  58. /package/components/ColorPicker/{ColorIro.vue.js → ColorIro.vue2.js} +0 -0
@@ -5,19 +5,20 @@ import j from "../Dropdown/Dropdown.vue.js";
5
5
  import h from "../Icon.vue.js";
6
6
  import { $t as x } from "../../utils/i18n.js";
7
7
  /* empty css */
8
+ /* empty css */
8
9
  import C from "../Form/Form.vue.js";
9
10
  /* empty css */
10
11
  import "v-datepicker-lite";
11
12
  import "v-datepicker-lite/style.css";
12
13
  import "@jaames/iro";
13
14
  import "@vueuse/core";
14
- /* empty css */
15
+ /* empty css */
15
16
  import "iconify-icon-picker";
16
17
  import "iconify-icon-picker/style.css";
17
18
  /* empty css */
18
19
  /* empty css */
19
20
  import "../../core/config.js";
20
- const z = { class: "" }, B = { class: "py-4 px-3.5 min-w-[290px]" }, Y = /* @__PURE__ */ $({
21
+ const z = { class: "" }, B = { class: "py-4 px-3.5 min-w-[290px]" }, Z = /* @__PURE__ */ $({
21
22
  __name: "ScreenFilter",
22
23
  props: {
23
24
  schema: {},
@@ -176,5 +177,5 @@ const z = { class: "" }, B = { class: "py-4 px-3.5 min-w-[290px]" }, Y = /* @__P
176
177
  }
177
178
  });
178
179
  export {
179
- Y as default
180
+ Z as default
180
181
  };
@@ -1,148 +1,7 @@
1
- import { defineComponent as P, ref as D, inject as V, watch as C, onMounted as j, onUnmounted as K, computed as m, openBlock as l, createElementBlock as r, Fragment as M, createElementVNode as y, mergeProps as h, withModifiers as F, renderSlot as u, createCommentVNode as n, createBlock as v, Teleport as L, createVNode as k, Transition as w, withCtx as x, normalizeClass as f, toDisplayString as $, resolveDynamicComponent as U } from "vue";
2
- import q from "./Button.vue.js";
3
- import { useKeyStroke as G } from "../composables/useKeyStroke.js";
4
- import { $t as T } from "../utils/i18n.js";
5
- const H = { class: "text-lg font-bold text-foreground" }, J = {
6
- key: 0,
7
- class: "mt-1 text-sm text-muted-foreground"
8
- }, Y = /* @__PURE__ */ P({
9
- inheritAttrs: !1,
10
- __name: "SidePanel",
11
- props: {
12
- show: { type: Boolean, default: !1 },
13
- title: {},
14
- titleI18n: {},
15
- description: {},
16
- descriptionI18n: {},
17
- position: { default: "right" },
18
- size: { default: "md" },
19
- closeOutside: { type: Boolean, default: !0 },
20
- hideCloseButton: { type: Boolean, default: !1 },
21
- class: { default: "" },
22
- overlayClass: { default: "" },
23
- bodyClass: { default: "" },
24
- headerClass: { default: "" },
25
- triggerClass: { default: "" },
26
- footerClass: { default: "" },
27
- backdrop: { type: Boolean, default: !0 },
28
- body: {},
29
- bodyProps: {}
30
- },
31
- emits: ["close", "update:show", "onOpen", "onAfterOpen", "onAfterClose"],
32
- setup(t, { emit: B }) {
33
- const o = t, p = B, s = D(o.show);
34
- let d = null;
35
- const a = V("dropdown-context", null);
36
- C(
37
- () => o.show,
38
- (e) => {
39
- s.value = e, e && (p("onOpen"), a?.close());
40
- }
41
- );
42
- const z = () => {
43
- s.value = !0, a?.close();
44
- }, i = () => {
45
- s.value = !1, p("update:show", !1), p("close");
46
- }, A = () => {
47
- o.closeOutside && i();
48
- }, { onKeyStroke: O } = G();
49
- O("Escape", i), C(s, (e) => {
50
- d && clearTimeout(d), e ? (a?.onChildToggle?.(!0), document.body.style.overflow = "hidden") : (document.body.style.overflow = "", d = setTimeout(() => {
51
- a?.onChildToggle?.(!1);
52
- }, 300));
53
- }), j(() => {
54
- s.value && a?.onChildToggle?.(!0);
55
- }), K(() => {
56
- d && clearTimeout(d), s.value && a?.onChildToggle?.(!1), document.body.style.overflow = "";
57
- });
58
- const I = {
59
- sm: "max-w-sm",
60
- md: "max-w-md",
61
- lg: "max-w-lg",
62
- xl: "max-w-xl",
63
- full: "max-w-full"
64
- }, S = m(() => o.position === "left" ? "left-0" : "right-0"), E = m(() => o.position === "left" ? "slide-left" : "slide-right"), b = m(() => o.titleI18n ? T(o.titleI18n) : o.title), g = m(
65
- () => o.descriptionI18n ? T(o.descriptionI18n) : o.description
66
- );
67
- return (e, c) => (l(), r(M, null, [
68
- y("span", h({
69
- onClick: F(z, ["stop"]),
70
- class: `${t.triggerClass}`
71
- }, e.$attrs), [
72
- u(e.$slots, "trigger", {}, () => [
73
- t.body ? u(e.$slots, "default", { key: 0 }) : n("", !0)
74
- ])
75
- ], 16),
76
- (l(), v(L, { to: "body" }, [
77
- k(w, {
78
- "enter-active-class": "transition-opacity duration-300 ease-out",
79
- "enter-from-class": "opacity-0",
80
- "enter-to-class": "opacity-100",
81
- "leave-active-class": "transition-opacity duration-200 ease-in",
82
- "leave-from-class": "opacity-100",
83
- "leave-to-class": "opacity-0"
84
- }, {
85
- default: x(() => [
86
- s.value ? (l(), r("div", {
87
- key: 0,
88
- class: f(["fixed inset-0 z-50 bg-[#00000033] v-sidepanel-overlay", [t.overlayClass, { "backdrop-blur-[2px]": t.backdrop }]]),
89
- onClick: A
90
- }, null, 2)) : n("", !0)
91
- ]),
92
- _: 1
93
- }),
94
- k(w, {
95
- name: E.value,
96
- onAfterEnter: c[0] || (c[0] = (N) => e.$emit("onAfterOpen")),
97
- onAfterLeave: c[1] || (c[1] = (N) => e.$emit("onAfterClose"))
98
- }, {
99
- default: x(() => [
100
- s.value ? (l(), r("div", {
101
- key: 0,
102
- class: f(["sidepanel-body fixed inset-y-0 z-50 flex flex-col bg-body shadow-sm border transition-transform duration-300 ease-in-out w-full", [I[t.size], S.value, o.class]])
103
- }, [
104
- b.value || e.$slots.header ? (l(), r("div", {
105
- key: 0,
106
- class: f([t.headerClass, "flex-none flex items-center justify-between px-6 py-2 border-b border-border"])
107
- }, [
108
- u(e.$slots, "header", {}, () => [
109
- y("div", null, [
110
- y("h3", H, $(b.value), 1),
111
- g.value ? (l(), r("p", J, $(g.value), 1)) : n("", !0)
112
- ])
113
- ]),
114
- t.hideCloseButton ? n("", !0) : (l(), v(q, {
115
- key: 0,
116
- rounded: "full",
117
- size: "sm",
118
- variant: "ghost",
119
- icon: "lucide:x",
120
- onClick: i,
121
- class: "-mr-2"
122
- }))
123
- ], 2)) : n("", !0),
124
- y("div", {
125
- class: f(["flex-1 overflow-y-auto px-6 py-4", t.bodyClass])
126
- }, [
127
- t.body ? (l(), v(U(t.body), h({ key: 0 }, { ...t.bodyProps, ...e.$attrs }, { close: i }), null, 16)) : u(e.$slots, "default", {
128
- key: 1,
129
- close: i
130
- })
131
- ], 2),
132
- e.$slots.footer ? (l(), r("div", {
133
- key: 1,
134
- class: f(["flex-none px-6 py-3 border-t border-border", t.footerClass])
135
- }, [
136
- u(e.$slots, "footer", { close: i })
137
- ], 2)) : n("", !0)
138
- ], 2)) : n("", !0)
139
- ]),
140
- _: 3
141
- }, 8, ["name"])
142
- ]))
143
- ], 64));
144
- }
145
- });
1
+ import o from "./SidePanel.vue2.js";
2
+ /* empty css */
3
+ import t from "../_virtual/_plugin-vue_export-helper.js";
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d572f4ef"]]);
146
5
  export {
147
- Y as default
6
+ a as default
148
7
  };
@@ -1,4 +1,148 @@
1
- import f from "./SidePanel.vue.js";
1
+ import { defineComponent as D, ref as V, inject as j, computed as u, markRaw as K, watch as h, onMounted as M, onUnmounted as F, openBlock as l, createElementBlock as r, Fragment as L, createElementVNode as y, mergeProps as w, withModifiers as R, renderSlot as f, createCommentVNode as a, createBlock as v, Teleport as U, createVNode as k, Transition as x, withCtx as $, normalizeClass as c, toDisplayString as B, resolveDynamicComponent as q } from "vue";
2
+ import G from "./Button.vue.js";
3
+ import { useKeyStroke as H } from "../composables/useKeyStroke.js";
4
+ import { $t as T } from "../utils/i18n.js";
5
+ const J = { class: "text-lg font-bold text-foreground" }, Q = {
6
+ key: 0,
7
+ class: "mt-1 text-sm text-muted-foreground"
8
+ }, _ = /* @__PURE__ */ D({
9
+ inheritAttrs: !1,
10
+ __name: "SidePanel",
11
+ props: {
12
+ show: { type: Boolean, default: !1 },
13
+ title: {},
14
+ titleI18n: {},
15
+ description: {},
16
+ descriptionI18n: {},
17
+ position: { default: "right" },
18
+ size: { default: "md" },
19
+ closeOutside: { type: Boolean, default: !0 },
20
+ hideCloseButton: { type: Boolean, default: !1 },
21
+ class: { default: "" },
22
+ overlayClass: { default: "" },
23
+ bodyClass: { default: "" },
24
+ headerClass: { default: "" },
25
+ triggerClass: { default: "" },
26
+ footerClass: { default: "" },
27
+ backdrop: { type: Boolean, default: !0 },
28
+ body: {},
29
+ bodyProps: {}
30
+ },
31
+ emits: ["close", "update:show", "onOpen", "onAfterOpen", "onAfterClose"],
32
+ setup(o, { emit: z }) {
33
+ const t = o, p = z, s = V(t.show);
34
+ let d = null;
35
+ const n = j("dropdown-context", null), C = u(() => t.body ? K(t.body) : void 0);
36
+ h(
37
+ () => t.show,
38
+ (e) => {
39
+ s.value = e, e && (p("onOpen"), n?.close());
40
+ }
41
+ );
42
+ const A = () => {
43
+ s.value = !0, n?.close();
44
+ }, i = () => {
45
+ s.value = !1, p("update:show", !1), p("close");
46
+ }, O = () => {
47
+ t.closeOutside && i();
48
+ }, { onKeyStroke: I } = H();
49
+ I("Escape", i), h(s, (e) => {
50
+ d && clearTimeout(d), e ? (n?.onChildToggle?.(!0), document.body.style.overflow = "hidden") : (document.body.style.overflow = "", d = setTimeout(() => {
51
+ n?.onChildToggle?.(!1);
52
+ }, 300));
53
+ }), M(() => {
54
+ s.value && n?.onChildToggle?.(!0);
55
+ }), F(() => {
56
+ d && clearTimeout(d), s.value && n?.onChildToggle?.(!1), document.body.style.overflow = "";
57
+ });
58
+ const S = {
59
+ sm: "max-w-sm",
60
+ md: "max-w-md",
61
+ lg: "max-w-lg",
62
+ xl: "max-w-xl",
63
+ full: "max-w-full"
64
+ }, E = u(() => t.position === "left" ? "left-0" : "right-0"), N = u(() => t.position === "left" ? "slide-left" : "slide-right"), g = u(() => t.titleI18n ? T(t.titleI18n) : t.title), b = u(
65
+ () => t.descriptionI18n ? T(t.descriptionI18n) : t.description
66
+ );
67
+ return (e, m) => (l(), r(L, null, [
68
+ y("span", w({
69
+ onClick: R(A, ["stop"]),
70
+ class: `${o.triggerClass}`
71
+ }, e.$attrs), [
72
+ f(e.$slots, "trigger", {}, () => [
73
+ o.body ? f(e.$slots, "default", { key: 0 }, void 0, !0) : a("", !0)
74
+ ], !0)
75
+ ], 16),
76
+ (l(), v(U, { to: "body" }, [
77
+ k(x, {
78
+ "enter-active-class": "transition-opacity duration-300 ease-out",
79
+ "enter-from-class": "opacity-0",
80
+ "enter-to-class": "opacity-100",
81
+ "leave-active-class": "transition-opacity duration-200 ease-in",
82
+ "leave-from-class": "opacity-100",
83
+ "leave-to-class": "opacity-0"
84
+ }, {
85
+ default: $(() => [
86
+ s.value ? (l(), r("div", {
87
+ key: 0,
88
+ class: c(["fixed inset-0 z-50 v-sidepanel-overlay", o.overlayClass]),
89
+ onClick: O
90
+ }, null, 2)) : a("", !0)
91
+ ]),
92
+ _: 1
93
+ }),
94
+ k(x, {
95
+ name: N.value,
96
+ onAfterEnter: m[0] || (m[0] = (P) => e.$emit("onAfterOpen")),
97
+ onAfterLeave: m[1] || (m[1] = (P) => e.$emit("onAfterClose"))
98
+ }, {
99
+ default: $(() => [
100
+ s.value ? (l(), r("div", {
101
+ key: 0,
102
+ class: c(["sidepanel-body fixed inset-y-0 z-50 flex flex-col bg-body shadow-sm border transition-transform duration-300 ease-in-out w-full", [S[o.size], E.value, t.class]])
103
+ }, [
104
+ g.value || e.$slots.header ? (l(), r("div", {
105
+ key: 0,
106
+ class: c([o.headerClass, "flex-none flex items-center justify-between px-6 py-2 border-b border-border"])
107
+ }, [
108
+ f(e.$slots, "header", {}, () => [
109
+ y("div", null, [
110
+ y("h3", J, B(g.value), 1),
111
+ b.value ? (l(), r("p", Q, B(b.value), 1)) : a("", !0)
112
+ ])
113
+ ], !0),
114
+ o.hideCloseButton ? a("", !0) : (l(), v(G, {
115
+ key: 0,
116
+ rounded: "full",
117
+ size: "sm",
118
+ variant: "ghost",
119
+ icon: "lucide:x",
120
+ onClick: i,
121
+ class: "-mr-2"
122
+ }))
123
+ ], 2)) : a("", !0),
124
+ y("div", {
125
+ class: c(["flex-1 overflow-y-auto px-6 py-4", o.bodyClass])
126
+ }, [
127
+ C.value ? (l(), v(q(C.value), w({ key: 0 }, { ...o.bodyProps, ...e.$attrs }, { close: i }), null, 16)) : f(e.$slots, "default", {
128
+ key: 1,
129
+ close: i
130
+ }, void 0, !0)
131
+ ], 2),
132
+ e.$slots.footer ? (l(), r("div", {
133
+ key: 1,
134
+ class: c(["flex-none px-6 py-3 border-t border-border", o.footerClass])
135
+ }, [
136
+ f(e.$slots, "footer", { close: i }, void 0, !0)
137
+ ], 2)) : a("", !0)
138
+ ], 2)) : a("", !0)
139
+ ]),
140
+ _: 3
141
+ }, 8, ["name"])
142
+ ]))
143
+ ], 64));
144
+ }
145
+ });
2
146
  export {
3
- f as default
147
+ _ as default
4
148
  };
@@ -1,17 +1,18 @@
1
- import { defineComponent as te, inject as ne, computed as c, resolveComponent as ae, openBlock as r, createElementBlock as p, normalizeClass as u, createBlock as g, unref as i, withCtx as y, createElementVNode as v, normalizeStyle as E, createCommentVNode as m, toDisplayString as w, createVNode as I, resolveDynamicComponent as K, mergeProps as O, createTextVNode as ie, Fragment as R, withKeys as oe, withModifiers as le, Transition as re, renderList as se } from "vue";
1
+ import { defineComponent as te, inject as ne, computed as c, resolveComponent as ae, openBlock as r, createElementBlock as h, normalizeClass as u, createBlock as g, unref as i, withCtx as y, createElementVNode as v, normalizeStyle as E, createCommentVNode as m, toDisplayString as w, createVNode as I, resolveDynamicComponent as K, mergeProps as O, createTextVNode as ie, Fragment as R, withKeys as oe, withModifiers as le, Transition as re, renderList as se } from "vue";
2
2
  import { useRouter as ce, useRoute as ue } from "vue-router";
3
3
  import k from "../Icon.vue.js";
4
4
  import W from "../Tooltip.vue.js";
5
5
  import de from "../Dropdown/Dropdown.vue.js";
6
6
  import { $t as F } from "../../utils/i18n.js";
7
7
  /* empty css */
8
+ /* empty css */
8
9
  const me = {
9
10
  key: 0,
10
11
  class: "px-3 py-1.5 text-sm flex items-center gap-2 font-medium border-b bg-muted-light rounded-t-md text-center truncate"
11
- }, fe = { class: "w-full" }, he = { class: "flex items-center w-full gap-2 text-sm" }, pe = { class: "truncate flex-1 font-medium" }, ve = ["onKeydown"], be = {
12
+ }, fe = { class: "w-full" }, pe = { class: "flex items-center w-full gap-2 text-sm" }, he = { class: "truncate flex-1 font-medium" }, ve = ["onKeydown"], be = {
12
13
  key: 0,
13
14
  class: "overflow-hidden transition-all duration-300 ease-in-out relative"
14
- }, ge = { class: "mt-0.5 space-y-0.5" }, ze = /* @__PURE__ */ te({
15
+ }, ge = { class: "mt-0.5 space-y-0.5" }, $e = /* @__PURE__ */ te({
15
16
  __name: "SidebarMenuItem",
16
17
  props: {
17
18
  item: {},
@@ -85,7 +86,7 @@ const me = {
85
86
  const n = `group flex items-center justify-between font-medium rounded-md focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-primary/50 relative border border-transparent select-none cursor-pointer ${o.value ? "w-auto" : "w-full"} ${t?.itemClass || ""} ${e.labelClass}`, d = e.compact ? `justify-center ${e.compactItemPadding}` : `justify-between ${e.itemPadding}`;
86
87
  let l = "";
87
88
  return $.value ? l = "bg-primary-light text-primary-fg-light" : l = "text-muted hover:bg-accent/80 hover:text-foreground", t.item.disabled && (l = "opacity-50 cursor-not-allowed pointer-events-none"), `${n} ${d} ${l} ${t.item.class || ""}`;
88
- }), h = c(() => e.compact && e.showCompactLabels), S = c(
89
+ }), p = c(() => e.compact && e.showCompactLabels), S = c(
89
90
  () => t.item.labelI18n ? F(t.item.labelI18n) : t.item.label
90
91
  ), D = (a) => ({
91
92
  label: a.labelI18n ? F(a.labelI18n) : a.label,
@@ -124,7 +125,7 @@ const me = {
124
125
  } : { type: "button" });
125
126
  return (a, n) => {
126
127
  const d = ae("SidebarMenuItem", !0);
127
- return r(), p("div", {
128
+ return r(), h("div", {
128
129
  class: u(["relative sidebar-manu-item", o.value ? "w-auto" : "w-full"])
129
130
  }, [
130
131
  z.value ? (r(), g(i(de), {
@@ -139,7 +140,7 @@ const me = {
139
140
  onOnSelect: Q
140
141
  }, {
141
142
  header: y(() => [
142
- i(e).compact && !o.value ? (r(), p("div", me, [
143
+ i(e).compact && !o.value ? (r(), h("div", me, [
143
144
  s.item.icon ? (r(), g(k, {
144
145
  key: 0,
145
146
  icon: s.item.icon,
@@ -168,7 +169,7 @@ const me = {
168
169
  default: y(() => [
169
170
  v("div", {
170
171
  class: u(["min-w-0 flex-1 flex", [
171
- h.value && !o.value ? "flex-col items-center justify-center gap-1" : i(e).compact && !o.value ? "justify-center" : "items-center gap-2.5"
172
+ p.value && !o.value ? "flex-col items-center justify-center gap-1" : i(e).compact && !o.value ? "justify-center" : "items-center gap-2.5"
172
173
  ]])
173
174
  }, [
174
175
  s.item.icon ? (r(), g(k, {
@@ -182,12 +183,12 @@ const me = {
182
183
  }, null, 8, ["icon", "class", "style"])) : m("", !0),
183
184
  v("span", {
184
185
  class: u(["truncate leading-none pt-0.5 text-wrap", {
185
- [i(e).compactLabelClass]: h.value && !o.value,
186
- hidden: i(e).compact && !h.value && !o.value,
187
- "md:hidden": i(e).compact && !h.value && !o.value
186
+ [i(e).compactLabelClass]: p.value && !o.value,
187
+ hidden: i(e).compact && !p.value && !o.value,
188
+ "md:hidden": i(e).compact && !p.value && !o.value
188
189
  }])
189
190
  }, w(S.value), 3),
190
- s.item.badge && (!i(e).compact || !h.value || o.value) ? (r(), p("span", {
191
+ s.item.badge && (!i(e).compact || !p.value || o.value) ? (r(), h("span", {
191
192
  key: 1,
192
193
  class: u(["ml-auto inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-medium", [
193
194
  s.item.badgeClass || "bg-muted text-muted-foreground",
@@ -212,22 +213,22 @@ const me = {
212
213
  }, 1032, ["content", "placement", "disabled"])
213
214
  ]),
214
215
  item: y(({ option: l }) => [
215
- v("div", he, [
216
+ v("div", pe, [
216
217
  l.icon ? (r(), g(k, {
217
218
  key: 0,
218
219
  icon: l.icon,
219
220
  class: "shrink-0 opacity-80",
220
221
  style: E({ width: i(e).iconSize, height: i(e).iconSize })
221
222
  }, null, 8, ["icon", "style"])) : m("", !0),
222
- v("span", pe, w(l.label), 1),
223
- l.data?.badge ? (r(), p("span", {
223
+ v("span", he, w(l.label), 1),
224
+ l.data?.badge ? (r(), h("span", {
224
225
  key: 1,
225
226
  class: u(["ml-auto inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-medium", l.data?.badgeClass || "bg-muted text-muted-foreground"])
226
227
  }, w(l.data.badge), 3)) : m("", !0)
227
228
  ])
228
229
  ]),
229
230
  _: 1
230
- }, 8, ["position", "offset", "width", "maxHeight", "options"])) : (r(), p(R, { key: 1 }, [
231
+ }, 8, ["position", "offset", "width", "maxHeight", "options"])) : (r(), h(R, { key: 1 }, [
231
232
  I(W, {
232
233
  content: S.value,
233
234
  placement: o.value ? "bottom" : "right",
@@ -245,7 +246,7 @@ const me = {
245
246
  default: y(() => [
246
247
  v("div", {
247
248
  class: u(["min-w-0 flex-1 flex py-0.5", [
248
- h.value && !o.value ? "flex-col items-center justify-center gap-1" : i(e).compact && !o.value ? "justify-center" : "items-center gap-2.5"
249
+ p.value && !o.value ? "flex-col items-center justify-center gap-1" : i(e).compact && !o.value ? "justify-center" : "items-center gap-2.5"
249
250
  ]])
250
251
  }, [
251
252
  s.item.icon ? (r(), g(k, {
@@ -259,12 +260,12 @@ const me = {
259
260
  }, null, 8, ["icon", "class", "style"])) : m("", !0),
260
261
  v("span", {
261
262
  class: u(["truncate leading-none pt-0.5 wrap-break-word flex-wrap text-wrap", {
262
- [i(e).compactLabelClass]: h.value && !o.value,
263
- hidden: i(e).compact && !h.value && !o.value,
264
- "md:hidden": i(e).compact && !h.value && !o.value
263
+ [i(e).compactLabelClass]: p.value && !o.value,
264
+ hidden: i(e).compact && !p.value && !o.value,
265
+ "md:hidden": i(e).compact && !p.value && !o.value
265
266
  }])
266
267
  }, w(S.value), 3),
267
- s.item.badge && (!i(e).compact || !h.value || o.value) ? (r(), p("span", {
268
+ s.item.badge && (!i(e).compact || !p.value || o.value) ? (r(), h("span", {
268
269
  key: 1,
269
270
  class: u(["ml-auto inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-medium", [
270
271
  s.item.badgeClass || "bg-muted text-muted-foreground",
@@ -272,7 +273,7 @@ const me = {
272
273
  ]])
273
274
  }, w(s.item.badge), 3)) : m("", !0)
274
275
  ], 2),
275
- N.value ? (r(), p("div", {
276
+ N.value ? (r(), h("div", {
276
277
  key: 0,
277
278
  role: "button",
278
279
  tabindex: "0",
@@ -300,8 +301,8 @@ const me = {
300
301
  onLeave: ee
301
302
  }, {
302
303
  default: y(() => [
303
- f.value && j.value && !o.value ? (r(), p("div", be, [
304
- i(e).variant === "default" ? (r(), p("div", {
304
+ f.value && j.value && !o.value ? (r(), h("div", be, [
305
+ i(e).variant === "default" ? (r(), h("div", {
305
306
  key: 0,
306
307
  class: "absolute top-0 bottom-2 w-px bg-border",
307
308
  style: E({
@@ -309,7 +310,7 @@ const me = {
309
310
  })
310
311
  }, null, 4)) : m("", !0),
311
312
  v("div", ge, [
312
- (r(!0), p(R, null, se(s.item.children, (l) => (r(), g(d, {
313
+ (r(!0), h(R, null, se(s.item.children, (l) => (r(), g(d, {
313
314
  key: l.id || l.label,
314
315
  item: l,
315
316
  depth: s.depth + 1
@@ -325,5 +326,5 @@ const me = {
325
326
  }
326
327
  });
327
328
  export {
328
- ze as default
329
+ $e as default
329
330
  };
@@ -3,6 +3,7 @@ import m from "../Icon.vue.js";
3
3
  import A from "../Dropdown/Dropdown.vue.js";
4
4
  import { $t as s } from "../../utils/i18n.js";
5
5
  /* empty css */
6
+ /* empty css */
6
7
  import K from "../IconPicker.vue.js";
7
8
  const U = {
8
9
  type: "button",
@@ -15,7 +16,7 @@ const U = {
15
16
  class: "block truncate text-sm font-medium leading-normal"
16
17
  }, H = { class: "p-1 rounded-md hover:bg-accent text-muted-foreground hover:text-foreground transition-colors" }, J = {
17
18
  class: /* @__PURE__ */ D(["flex items-center"])
18
- }, Z = /* @__PURE__ */ N({
19
+ }, _ = /* @__PURE__ */ N({
19
20
  __name: "Sheet",
20
21
  props: {
21
22
  sheet: {},
@@ -171,5 +172,5 @@ const U = {
171
172
  }
172
173
  });
173
174
  export {
174
- Z as default
175
+ _ as default
175
176
  };
package/index.d.ts CHANGED
@@ -65,7 +65,7 @@ export { default as GoogleLogin } from './components/GoogleLogin.vue';
65
65
  export { default as ColorPicker } from './components/ColorPicker/ColorPicker.vue';
66
66
  export { default as ConfirmationModal } from './components/ConfirmationModal.vue';
67
67
  export { default as ToastNotification } from './components/ToastNotification.vue';
68
- export { default as CommandPaletteContent } from './components/CommandPaletteContent.vue';
68
+ export { default as CommandPaletteContent } from './components/CommandPalette/CommandPaletteContent.vue';
69
69
  export { default as NavbarCommandPalette } from './components/NavbarCommandPalette.vue';
70
70
  export { default as DateRangePicker } from './components/DateRangePicker.vue';
71
71
  export { $t } from './utils/i18n';
package/index.js CHANGED
@@ -107,7 +107,7 @@ import { default as Dt } from "./components/GoogleLogin.vue.js";
107
107
  import { default as Nt } from "./components/ColorPicker/ColorPicker.vue.js";
108
108
  import { default as At } from "./components/ConfirmationModal.vue.js";
109
109
  import { default as Ft } from "./components/ToastNotification.vue.js";
110
- import { default as Mt } from "./components/CommandPaletteContent.vue.js";
110
+ import { default as Mt } from "./components/CommandPalette/CommandPaletteContent.vue.js";
111
111
  import { default as wt } from "./components/NavbarCommandPalette.vue.js";
112
112
  import { default as Lt } from "./components/DateRangePicker.vue.js";
113
113
  import { createVLite as Kt } from "./core/index.js";
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.7.13",
6
+ "version": "0.7.15",
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}.blink-bg[data-v-d2085008]{animation:blink-animation-d2085008 1s infinite}@keyframes blink-animation-d2085008{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-112b16b5] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-112b16b5] input,.custom-fields-table[data-v-112b16b5] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-112b16b5] input,.custom-fields-table[data-v-112b16b5] textarea,.custom-fields-table[data-v-112b16b5] select,.custom-fields-table[data-v-112b16b5] .input-wrapper,.custom-fields-table[data-v-112b16b5] .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-112b16b5] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-112b16b5] input:focus,.custom-fields-table[data-v-112b16b5] textarea:focus,.custom-fields-table[data-v-112b16b5] select:focus,.custom-fields-table[data-v-112b16b5] .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-112b16b5] .w-full{width:100%;height:100%}.list-enter-active[data-v-112b16b5]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-112b16b5]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-a86554e2]{display:flex;flex-direction:column}.form-field-item[data-v-a86554e2]:has([role=switch]),.form-field-item[data-v-a86554e2]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-1a2b21d0]{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}.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-12cf2491]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.45em}.breadcrumb--sm[data-v-12cf2491]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-12cf2491]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-12cf2491]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-12cf2491]{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-12cf2491]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-12cf2491]{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-12cf2491]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-350)}.breadcrumb--contained[data-v-12cf2491]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-350)}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-12cf2491]{gap:0}.breadcrumb--arrow[data-v-12cf2491] .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-12cf2491] .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-12cf2491] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-12cf2491]{display:none}.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-655a78c8]{width:100%;position:relative}.accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.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-09b401c2]{max-height:70vh}.permission-matrix-wrapper[data-v-09b401c2]::-webkit-scrollbar{width:6px;height:6px}.permission-matrix-wrapper[data-v-09b401c2]::-webkit-scrollbar-track{background:transparent}.permission-matrix-wrapper[data-v-09b401c2]::-webkit-scrollbar-thumb{background:var(--color-gray-350);border-radius:3px}.permission-matrix-wrapper[data-v-09b401c2]::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.permission-list-wrapper[data-v-fc14e574]{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;background-color:var(--color-background)}.custom-list-header[data-v-fc14e574]{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-fc14e574]{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-fc14e574]:hover{background-color:var(--color-accent)}.custom-list-group-content .custom-list-item[data-v-fc14e574]:last-child{border-bottom:none}.custom-list-group-content+.custom-list-header[data-v-fc14e574],.custom-list-header+.custom-list-header[data-v-fc14e574]{border-top:1px solid var(--color-border)}.permission-list-wrapper>.custom-list-header[data-v-fc14e574]:last-child{border-bottom:none}.permission-matrix-wrapper[data-v-e9fed8ed]{border:1px solid var(--color-border);background-color:var(--color-gray-100);border-radius:.5rem;overflow:auto}.custom-table[data-v-e9fed8ed]{width:100%;border-collapse:collapse}.custom-th[data-v-e9fed8ed]{background-color:var(--color-gray-150);color:var(--color-foreground);border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);text-align:left;font-weight:600;min-width:200px}.custom-th.text-center[data-v-e9fed8ed]{text-align:center;min-width:100px}.custom-th[data-v-e9fed8ed]:first-child{border-left:none}.custom-td[data-v-e9fed8ed]{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-e9fed8ed]{text-align:center}.custom-td[data-v-e9fed8ed]:first-child{border-left:none}.custom-group-row td[data-v-e9fed8ed]{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-e9fed8ed]{background-color:var(--color-background);transition:background-color .1s ease}.custom-entity-row[data-v-e9fed8ed]:hover{background-color:var(--color-gray-50)}.custom-entity-row:last-child td[data-v-e9fed8ed]{border-bottom:none}.custom-active-cell[data-v-e9fed8ed]{cursor:pointer}.custom-active-cell[data-v-e9fed8ed]: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}.first-toast-enter-active[data-v-dc3a3b49]{animation:first-toast-in-dc3a3b49 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-dc3a3b49]{transition:all .25s ease-in}.first-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-dc3a3b49{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-dc3a3b49],.stack-toast-leave-active[data-v-dc3a3b49]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-dc3a3b49]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-dc3a3b49]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar{width:4px}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar-track{background:transparent}.command-palette-content[data-v-e919f56b] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}
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-41abc1b3] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-41abc1b3] input,.custom-fields-table[data-v-41abc1b3] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-41abc1b3] input,.custom-fields-table[data-v-41abc1b3] textarea,.custom-fields-table[data-v-41abc1b3] select,.custom-fields-table[data-v-41abc1b3] .input-wrapper,.custom-fields-table[data-v-41abc1b3] .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-41abc1b3] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-41abc1b3] input:focus,.custom-fields-table[data-v-41abc1b3] textarea:focus,.custom-fields-table[data-v-41abc1b3] select:focus,.custom-fields-table[data-v-41abc1b3] .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-41abc1b3] .w-full{width:100%;height:100%}.list-enter-active[data-v-41abc1b3]{transition:all .15s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-41abc1b3]{opacity:0;transform:translateY(-5px)}.form-field-item[data-v-d23644f2]{display:flex;flex-direction:column}.form-field-item[data-v-d23644f2]:has([role=switch]),.form-field-item[data-v-d23644f2]:has([role=checkbox]){flex-direction:row;align-items:center;justify-content:flex-start}.form-container[data-v-c368964e]{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-12cf2491]{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:.45em}.breadcrumb--sm[data-v-12cf2491]{font-size:var(--text--fs-2)}.breadcrumb--md[data-v-12cf2491]{font-size:var(--text-fs-0.5, 1em)}.breadcrumb--lg[data-v-12cf2491]{font-size:var(--text-fs-2)}.breadcrumb-separator[data-v-12cf2491]{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-12cf2491]{display:inline-flex;align-items:center}.breadcrumb-ellipsis-btn[data-v-12cf2491]{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-12cf2491]:hover{background:var(--color-accent);color:var(--color-foreground);border-color:var(--color-gray-350)}.breadcrumb--contained[data-v-12cf2491]{background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.45em 1em}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link{padding:.2em .7em;border-radius:9999px;background:var(--color-secondary);border:1px solid var(--color-border)}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent);border-color:var(--color-gray-350)}.breadcrumb--pills[data-v-12cf2491] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary)}.breadcrumb--arrow .breadcrumb-list[data-v-12cf2491]{gap:0}.breadcrumb--arrow[data-v-12cf2491] .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-12cf2491] .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-12cf2491] .breadcrumb-link:not(.current):not(.disabled):hover{background:var(--color-accent)}.breadcrumb--arrow[data-v-12cf2491] .breadcrumb-link.current{background:var(--color-primary);color:var(--color-primary-foreground)}.breadcrumb--arrow .breadcrumb-separator[data-v-12cf2491]{display:none}.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-655a78c8]{width:100%;position:relative}.accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.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-dc61aeee]{border:1px solid var(--color-border);background-color:var(--color-gray-100);border-radius:.5rem;overflow:auto;will-change:transform;contain:layout style}.custom-table[data-v-dc61aeee]{width:100%;border-collapse:collapse}.custom-th[data-v-dc61aeee]{background-color:var(--color-gray-150);color:var(--color-foreground);border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);padding:var(--cell-py) var(--cell-px);text-align:left;font-weight:600;min-width:200px}.custom-th.text-center[data-v-dc61aeee]{text-align:center;min-width:100px}.custom-th[data-v-dc61aeee]:first-child{border-left:none}.custom-td[data-v-dc61aeee]{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-dc61aeee]{text-align:center}.custom-td[data-v-dc61aeee]:first-child{border-left:none}.custom-group-row td[data-v-dc61aeee]{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-dc61aeee]{background-color:var(--color-background);transition:background-color .1s ease}.custom-entity-row[data-v-dc61aeee]:hover{background-color:var(--color-gray-50)}.custom-entity-row:last-child td[data-v-dc61aeee]{border-bottom:none}.custom-active-cell[data-v-dc61aeee]{cursor:pointer}.custom-active-cell[data-v-dc61aeee]: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}.first-toast-enter-active[data-v-dc3a3b49]{animation:first-toast-in-dc3a3b49 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-dc3a3b49]{transition:all .25s ease-in}.first-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-dc3a3b49{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-dc3a3b49],.stack-toast-leave-active[data-v-dc3a3b49]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-dc3a3b49]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-dc3a3b49]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-dc3a3b49]{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}
898
898
 
@@ -1,7 +0,0 @@
1
- import t from "./CommandPaletteContent.vue2.js";
2
- /* empty css */
3
- import o from "../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ o(t, [["__scopeId", "data-v-e919f56b"]]);
5
- export {
6
- r as default
7
- };