vlite3 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Button.vue.js +8 -8
- package/components/DataTable/DataTable.vue.d.ts +4 -1
- package/components/DataTable/DataTable.vue.js +3 -3
- package/components/DataTable/DataTable.vue2.js +177 -170
- package/components/DataTable/DataTableHeader.vue.d.ts +2 -0
- package/components/DataTable/DataTableHeader.vue.js +15 -14
- package/components/DataTable/DataTableRow.vue.js +1 -1
- package/components/DataTable/types.d.ts +4 -1
- package/components/DatePicker.vue.d.ts +2 -2
- package/components/DatePicker.vue.js +13 -13
- package/components/FilePicker/FilePicker.vue.js +3 -3
- package/components/Form/Form.vue.d.ts +5 -2
- package/components/Form/Form.vue.js +2 -2
- package/components/Form/Form.vue2.js +128 -119
- package/components/Form/FormField.vue.js +21 -30
- package/components/Form/composables/useForm.d.ts +1 -0
- package/components/Form/composables/useForm.js +11 -11
- package/components/Form/types.d.ts +2 -0
- package/components/Input.vue.js +1 -1
- package/components/Modal.vue.js +50 -47
- package/components/Navbar/Navbar.vue.d.ts +1 -0
- package/components/Navbar/Navbar.vue.js +89 -68
- package/components/SidePanel.vue.js +1 -1
- package/components/SidePanel.vue2.js +42 -41
- package/components/Slider.vue.js +64 -56
- package/package.json +1 -1
- package/style.css +11 -8
- package/types/navbar.type.d.ts +1 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SidePanel.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-
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0276644a"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as S, ref as E, watch as m, onUnmounted as N, computed as y, openBlock as o, createElementBlock as r, Fragment as P, createElementVNode as u, mergeProps as p, withModifiers as V, renderSlot as i, createCommentVNode as s, createBlock as c, Teleport as D, createVNode as v, Transition as b, withCtx as h, normalizeClass as g, toDisplayString as k, resolveDynamicComponent as K } from "vue";
|
|
2
2
|
import T from "./Button.vue.js";
|
|
3
3
|
import { useKeyStroke as j } from "../composables/useKeyStroke.js";
|
|
4
4
|
const F = {
|
|
@@ -10,7 +10,8 @@ const F = {
|
|
|
10
10
|
}, U = { class: "flex-1 overflow-y-auto px-6 py-4" }, q = {
|
|
11
11
|
key: 1,
|
|
12
12
|
class: "flex-none px-6 py-4 border-t border-border bg-muted-light"
|
|
13
|
-
}, J = /* @__PURE__ */
|
|
13
|
+
}, J = /* @__PURE__ */ S({
|
|
14
|
+
inheritAttrs: !1,
|
|
14
15
|
__name: "SidePanel",
|
|
15
16
|
props: {
|
|
16
17
|
show: { type: Boolean, default: !1 },
|
|
@@ -28,43 +29,43 @@ const F = {
|
|
|
28
29
|
bodyProps: {}
|
|
29
30
|
},
|
|
30
31
|
emits: ["close", "update:show", "onOpen", "onAfterOpen", "onAfterClose"],
|
|
31
|
-
setup(
|
|
32
|
-
const l =
|
|
33
|
-
|
|
32
|
+
setup(t, { emit: w }) {
|
|
33
|
+
const l = t, f = w, n = E(l.show);
|
|
34
|
+
m(
|
|
34
35
|
() => l.show,
|
|
35
|
-
(
|
|
36
|
-
n.value =
|
|
36
|
+
(e) => {
|
|
37
|
+
n.value = e, e && f("onOpen");
|
|
37
38
|
}
|
|
38
39
|
);
|
|
39
|
-
const
|
|
40
|
+
const C = () => {
|
|
40
41
|
n.value = !0;
|
|
41
42
|
}, a = () => {
|
|
42
|
-
n.value = !1,
|
|
43
|
-
},
|
|
43
|
+
n.value = !1, f("update:show", !1), f("close");
|
|
44
|
+
}, x = () => {
|
|
44
45
|
l.closeOutside && a();
|
|
45
|
-
}, { onKeyStroke:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}),
|
|
46
|
+
}, { onKeyStroke: $ } = j();
|
|
47
|
+
$("Escape", a), m(n, (e) => {
|
|
48
|
+
e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "";
|
|
49
|
+
}), N(() => {
|
|
49
50
|
document.body.style.overflow = "";
|
|
50
51
|
});
|
|
51
|
-
const
|
|
52
|
+
const B = {
|
|
52
53
|
sm: "max-w-sm",
|
|
53
54
|
md: "max-w-md",
|
|
54
55
|
lg: "max-w-lg",
|
|
55
56
|
xl: "max-w-xl",
|
|
56
57
|
full: "max-w-full"
|
|
57
|
-
},
|
|
58
|
-
return (
|
|
59
|
-
u("span", {
|
|
60
|
-
onClick:
|
|
61
|
-
class:
|
|
62
|
-
}, [
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
}, z = y(() => l.position === "left" ? "left-0" : "right-0"), A = y(() => l.position === "left" ? "slide-left" : "slide-right");
|
|
59
|
+
return (e, d) => (o(), r(P, null, [
|
|
60
|
+
u("span", p({
|
|
61
|
+
onClick: V(C, ["stop"]),
|
|
62
|
+
class: `${t.triggerClass}`
|
|
63
|
+
}, e.$attrs), [
|
|
64
|
+
i(e.$slots, "trigger", {}, () => [
|
|
65
|
+
t.body ? i(e.$slots, "default", { key: 0 }, void 0, !0) : s("", !0)
|
|
65
66
|
], !0)
|
|
66
|
-
],
|
|
67
|
-
(o(),
|
|
67
|
+
], 16),
|
|
68
|
+
(o(), c(D, { to: "body" }, [
|
|
68
69
|
v(b, {
|
|
69
70
|
"enter-active-class": "transition-opacity duration-300 ease-out",
|
|
70
71
|
"enter-from-class": "opacity-0",
|
|
@@ -74,32 +75,32 @@ const F = {
|
|
|
74
75
|
"leave-to-class": "opacity-0"
|
|
75
76
|
}, {
|
|
76
77
|
default: h(() => [
|
|
77
|
-
n.value ? (o(),
|
|
78
|
+
n.value ? (o(), r("div", {
|
|
78
79
|
key: 0,
|
|
79
|
-
class:
|
|
80
|
-
onClick:
|
|
80
|
+
class: g(["fixed inset-0 z-50 bg-[#00000033]", [t.overlayClass, { "backdrop-blur-[2px]": t.backdrop }]]),
|
|
81
|
+
onClick: x
|
|
81
82
|
}, null, 2)) : s("", !0)
|
|
82
83
|
]),
|
|
83
84
|
_: 1
|
|
84
85
|
}),
|
|
85
86
|
v(b, {
|
|
86
|
-
name:
|
|
87
|
-
onAfterEnter: d[0] || (d[0] = (O) =>
|
|
88
|
-
onAfterLeave: d[1] || (d[1] = (O) =>
|
|
87
|
+
name: A.value,
|
|
88
|
+
onAfterEnter: d[0] || (d[0] = (O) => e.$emit("onAfterOpen")),
|
|
89
|
+
onAfterLeave: d[1] || (d[1] = (O) => e.$emit("onAfterClose"))
|
|
89
90
|
}, {
|
|
90
91
|
default: h(() => [
|
|
91
|
-
n.value ? (o(),
|
|
92
|
+
n.value ? (o(), r("div", {
|
|
92
93
|
key: 0,
|
|
93
|
-
class:
|
|
94
|
+
class: g(["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", [B[t.size], z.value, l.class]])
|
|
94
95
|
}, [
|
|
95
|
-
|
|
96
|
-
|
|
96
|
+
t.title || e.$slots.header ? (o(), r("div", F, [
|
|
97
|
+
i(e.$slots, "header", {}, () => [
|
|
97
98
|
u("div", null, [
|
|
98
|
-
u("h3", L,
|
|
99
|
-
|
|
99
|
+
u("h3", L, k(t.title), 1),
|
|
100
|
+
t.description ? (o(), r("p", M, k(t.description), 1)) : s("", !0)
|
|
100
101
|
])
|
|
101
102
|
], !0),
|
|
102
|
-
|
|
103
|
+
t.hideCloseButton ? s("", !0) : (o(), c(T, {
|
|
103
104
|
key: 0,
|
|
104
105
|
rounded: "full",
|
|
105
106
|
size: "sm",
|
|
@@ -110,13 +111,13 @@ const F = {
|
|
|
110
111
|
}))
|
|
111
112
|
])) : s("", !0),
|
|
112
113
|
u("div", U, [
|
|
113
|
-
|
|
114
|
+
t.body ? (o(), c(K(t.body), p({ key: 0 }, { ...t.bodyProps, ...e.$attrs }, { close: a }), null, 16)) : i(e.$slots, "default", {
|
|
114
115
|
key: 1,
|
|
115
116
|
close: a
|
|
116
117
|
}, void 0, !0)
|
|
117
118
|
]),
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
e.$slots.footer ? (o(), r("div", q, [
|
|
120
|
+
i(e.$slots, "footer", { close: a }, void 0, !0)
|
|
120
121
|
])) : s("", !0)
|
|
121
122
|
], 2)) : s("", !0)
|
|
122
123
|
]),
|
package/components/Slider.vue.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as E, ref as k, watch as I, computed as r, openBlock as i, createElementBlock as v, normalizeClass as s, createBlock as N, createCommentVNode as f, toDisplayString as V, createElementVNode as b, normalizeStyle as y, withDirectives as R, vModelText as F } from "vue";
|
|
2
2
|
import H from "./Icon.vue.js";
|
|
3
|
-
const
|
|
3
|
+
const U = {
|
|
4
4
|
key: 1,
|
|
5
5
|
class: "text-sm font-medium whitespace-nowrap cursor-pointer"
|
|
6
|
-
},
|
|
6
|
+
}, j = ["min", "max", "step", "disabled"], G = /* @__PURE__ */ E({
|
|
7
7
|
__name: "Slider",
|
|
8
8
|
props: {
|
|
9
9
|
min: { default: 0 },
|
|
@@ -20,39 +20,39 @@ const R = {
|
|
|
20
20
|
},
|
|
21
21
|
emits: ["update:modelValue", "change", "iconClick"],
|
|
22
22
|
setup(t, { emit: C }) {
|
|
23
|
-
const l = t, d = C,
|
|
24
|
-
|
|
23
|
+
const l = t, d = C, u = k(!1), g = k(!1), o = k(l.modelValue);
|
|
24
|
+
I(
|
|
25
25
|
() => l.modelValue,
|
|
26
|
-
(
|
|
27
|
-
|
|
26
|
+
(n) => {
|
|
27
|
+
o.value = n;
|
|
28
28
|
}
|
|
29
29
|
);
|
|
30
|
-
const
|
|
31
|
-
if (
|
|
32
|
-
const
|
|
30
|
+
const p = r(() => l.centerOrigin !== void 0 ? l.centerOrigin : l.min < 0 && l.max > 0), x = r(() => l.max - l.min), h = r(() => (o.value - l.min) / x.value * 100), w = r(() => (0 - l.min) / x.value * 100), c = (n) => `calc(${n}% + (8px - ${n * 0.16}px))`, $ = r(() => {
|
|
31
|
+
if (p.value) {
|
|
32
|
+
const n = Math.min(h.value, w.value), e = Math.max(h.value, w.value), a = c(n), T = c(e);
|
|
33
33
|
return {
|
|
34
|
-
left:
|
|
35
|
-
width: `calc(${
|
|
34
|
+
left: a,
|
|
35
|
+
width: `calc(${T} - ${a})`
|
|
36
36
|
};
|
|
37
37
|
} else
|
|
38
38
|
return {
|
|
39
39
|
left: "0%",
|
|
40
|
-
width: c(
|
|
40
|
+
width: c(h.value)
|
|
41
41
|
};
|
|
42
|
-
}), z = o(() => ({
|
|
43
|
-
left: c(
|
|
44
|
-
})),
|
|
45
|
-
d("update:modelValue",
|
|
46
|
-
},
|
|
47
|
-
d("change",
|
|
48
|
-
},
|
|
42
|
+
}), z = r(() => p.value ? o.value < 0 ? "rounded-r-none" : o.value > 0 ? "rounded-l-none" : "" : ""), M = r(() => ({
|
|
43
|
+
left: c(h.value)
|
|
44
|
+
})), B = () => {
|
|
45
|
+
d("update:modelValue", o.value);
|
|
46
|
+
}, S = () => {
|
|
47
|
+
d("change", o.value), u.value = !1;
|
|
48
|
+
}, D = r(() => Math.abs(l.modelValue) > 1e-3), P = () => {
|
|
49
49
|
if (l.disabled) return;
|
|
50
|
-
const
|
|
51
|
-
|
|
52
|
-
},
|
|
53
|
-
const
|
|
54
|
-
return
|
|
55
|
-
}), m =
|
|
50
|
+
const n = p.value ? 0 : l.min;
|
|
51
|
+
o.value = n, d("update:modelValue", n), d("change", n);
|
|
52
|
+
}, O = r(() => {
|
|
53
|
+
const n = l.step.toString().split(".")[1]?.length || 0;
|
|
54
|
+
return o.value.toFixed(n);
|
|
55
|
+
}), m = r(() => ({
|
|
56
56
|
xs: {
|
|
57
57
|
track: "h-0.5",
|
|
58
58
|
thumb: "w-2.5 h-2.5",
|
|
@@ -78,67 +78,75 @@ const R = {
|
|
|
78
78
|
tick: "h-4"
|
|
79
79
|
}
|
|
80
80
|
})[l.size]);
|
|
81
|
-
return (
|
|
82
|
-
class:
|
|
83
|
-
onMouseenter: e[6] || (e[6] = (
|
|
84
|
-
onMouseleave: e[7] || (e[7] = (
|
|
81
|
+
return (n, e) => (i(), v("div", {
|
|
82
|
+
class: s(["slider-wrapper flex items-center gap-3 w-full select-none touch-none", { "opacity-50 pointer-events-none": t.disabled }]),
|
|
83
|
+
onMouseenter: e[6] || (e[6] = (a) => g.value = !0),
|
|
84
|
+
onMouseleave: e[7] || (e[7] = (a) => g.value = !1)
|
|
85
85
|
}, [
|
|
86
86
|
t.label || t.icon ? (i(), v("div", {
|
|
87
87
|
key: 0,
|
|
88
|
-
class:
|
|
89
|
-
onClick: e[0] || (e[0] = (
|
|
88
|
+
class: s(["flex items-center gap-2 min-w-fit cursor-pointer transition-colors", [{ "text-primary": u.value || g.value }, t.labelClass || "text-muted-foreground"]]),
|
|
89
|
+
onClick: e[0] || (e[0] = (a) => d("iconClick")),
|
|
90
90
|
title: "Double-click to reset"
|
|
91
91
|
}, [
|
|
92
|
-
t.icon ? (i(),
|
|
92
|
+
t.icon ? (i(), N(H, {
|
|
93
93
|
key: 0,
|
|
94
94
|
icon: t.icon,
|
|
95
95
|
class: "h-4 w-4"
|
|
96
96
|
}, null, 8, ["icon"])) : f("", !0),
|
|
97
|
-
t.label ? (i(), v("label",
|
|
97
|
+
t.label ? (i(), v("label", U, V(t.label), 1)) : f("", !0)
|
|
98
98
|
], 2)) : f("", !0),
|
|
99
99
|
b("div", {
|
|
100
|
-
class:
|
|
100
|
+
class: s(["relative flex-1 flex items-center group", m.value.wrapper])
|
|
101
101
|
}, [
|
|
102
102
|
b("div", {
|
|
103
|
-
class:
|
|
103
|
+
class: s(["absolute w-full bg-secondary rounded-full overflow-hidden", m.value.track])
|
|
104
104
|
}, null, 2),
|
|
105
|
-
|
|
105
|
+
p.value ? (i(), v("div", {
|
|
106
106
|
key: 0,
|
|
107
|
-
class:
|
|
107
|
+
class: s(["absolute top-1/2 w-0.5 bg-muted-foreground/30 rounded transform -translate-y-1/2 z-0", m.value.tick]),
|
|
108
108
|
style: y({ left: c(w.value) })
|
|
109
109
|
}, null, 6)) : f("", !0),
|
|
110
110
|
b("div", {
|
|
111
|
-
class:
|
|
111
|
+
class: s(["absolute bg-primary rounded-full will-change-transform", [
|
|
112
|
+
{
|
|
113
|
+
"bg-muted-foreground": t.disabled,
|
|
114
|
+
"transition-all duration-75 ease-out": !u.value,
|
|
115
|
+
"duration-0": u.value
|
|
116
|
+
},
|
|
117
|
+
m.value.track,
|
|
118
|
+
z.value
|
|
119
|
+
]]),
|
|
112
120
|
style: y($.value)
|
|
113
121
|
}, null, 6),
|
|
114
122
|
b("div", {
|
|
115
|
-
class:
|
|
123
|
+
class: s(["absolute top-1/2 bg-background border border-border shadow-sm rounded-full transform -translate-y-1/2 -translate-x-1/2 pointer-events-none transition-transform duration-100 ease-out z-10", [
|
|
116
124
|
{
|
|
117
|
-
"border-primary shadow-md scale-110":
|
|
118
|
-
"border-primary":
|
|
125
|
+
"border-primary shadow-md scale-110": u.value,
|
|
126
|
+
"border-primary": D.value
|
|
119
127
|
},
|
|
120
128
|
m.value.thumb
|
|
121
129
|
]]),
|
|
122
|
-
style: y(
|
|
130
|
+
style: y(M.value)
|
|
123
131
|
}, null, 6),
|
|
124
|
-
|
|
132
|
+
R(b("input", {
|
|
125
133
|
type: "range",
|
|
126
|
-
"onUpdate:modelValue": e[1] || (e[1] = (
|
|
134
|
+
"onUpdate:modelValue": e[1] || (e[1] = (a) => o.value = a),
|
|
127
135
|
min: t.min,
|
|
128
136
|
max: t.max,
|
|
129
137
|
step: t.step,
|
|
130
138
|
disabled: t.disabled,
|
|
131
|
-
onInput:
|
|
132
|
-
onChange:
|
|
133
|
-
onMousedown: e[2] || (e[2] = (
|
|
134
|
-
onTouchstart: e[3] || (e[3] = (
|
|
135
|
-
onMouseup: e[4] || (e[4] = (
|
|
136
|
-
onTouchend: e[5] || (e[5] = (
|
|
139
|
+
onInput: B,
|
|
140
|
+
onChange: S,
|
|
141
|
+
onMousedown: e[2] || (e[2] = (a) => u.value = !0),
|
|
142
|
+
onTouchstart: e[3] || (e[3] = (a) => u.value = !0),
|
|
143
|
+
onMouseup: e[4] || (e[4] = (a) => u.value = !1),
|
|
144
|
+
onTouchend: e[5] || (e[5] = (a) => u.value = !1),
|
|
137
145
|
class: "slider-input absolute inset-0 w-full h-full opacity-0 cursor-pointer z-20 m-0 p-0"
|
|
138
|
-
}, null, 40,
|
|
146
|
+
}, null, 40, j), [
|
|
139
147
|
[
|
|
140
148
|
F,
|
|
141
|
-
|
|
149
|
+
o.value,
|
|
142
150
|
void 0,
|
|
143
151
|
{ number: !0 }
|
|
144
152
|
]
|
|
@@ -146,12 +154,12 @@ const R = {
|
|
|
146
154
|
], 2),
|
|
147
155
|
t.showValue ? (i(), v("span", {
|
|
148
156
|
key: 1,
|
|
149
|
-
onDblclick:
|
|
157
|
+
onDblclick: P,
|
|
150
158
|
class: "font-mono tabular-nums text-muted-foreground text-right min-w-6 text-sm"
|
|
151
|
-
}, V(
|
|
159
|
+
}, V(O.value), 33)) : f("", !0)
|
|
152
160
|
], 34));
|
|
153
161
|
}
|
|
154
162
|
});
|
|
155
163
|
export {
|
|
156
|
-
|
|
164
|
+
G as default
|
|
157
165
|
};
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -29,12 +29,15 @@
|
|
|
29
29
|
--color-destructive-foreground: #fafafa;
|
|
30
30
|
|
|
31
31
|
/* Legacy Primary Variants */
|
|
32
|
-
|
|
33
|
-
--color-primary-dark: #
|
|
32
|
+
|
|
33
|
+
--color-primary-dark: #000;
|
|
34
34
|
--color-primary: #18181b;
|
|
35
35
|
--color-primary-foreground: #fafafa;
|
|
36
36
|
--color-primary-fg: #fafafa;
|
|
37
|
-
--color-primary-
|
|
37
|
+
--color-primary-fg-light: var(--color-primary-dark);
|
|
38
|
+
--color-primary-light: color-mix(in oklab,
|
|
39
|
+
var(--color-primary-fg, #ffffff) 93%,
|
|
40
|
+
var(--color-primary, #000000));
|
|
38
41
|
|
|
39
42
|
/* Danger */
|
|
40
43
|
--color-danger-light: #fff2f2;
|
|
@@ -218,7 +221,7 @@
|
|
|
218
221
|
var(--color-mixture-1, #ffffff) 74%,
|
|
219
222
|
var(--color-mixture-2, #000000));
|
|
220
223
|
|
|
221
|
-
--color-secondary: color-mix(in oklab, var(--color-mixture-1)
|
|
224
|
+
--color-secondary: color-mix(in oklab, var(--color-mixture-1) 88%, var(--color-mixture-2));
|
|
222
225
|
|
|
223
226
|
--color-destructive: #7f1d1d;
|
|
224
227
|
--color-destructive-foreground: #fafafa;
|
|
@@ -236,7 +239,7 @@
|
|
|
236
239
|
--color-primary-dark: #d4d4d8;
|
|
237
240
|
--color-primary-foreground: #18181b;
|
|
238
241
|
--color-primary-fg: #18181b;
|
|
239
|
-
--color-primary-
|
|
242
|
+
--color-primary-fg-light: #f4f4f5;
|
|
240
243
|
|
|
241
244
|
--shadow-sm: none !important;
|
|
242
245
|
--shadow-DEFAULT: none !important;
|
|
@@ -283,8 +286,8 @@
|
|
|
283
286
|
}
|
|
284
287
|
|
|
285
288
|
.dark .tooltip-container {
|
|
286
|
-
--color-background: #
|
|
287
|
-
--color-mixture-1: #
|
|
289
|
+
--color-background: #181818 !important;
|
|
290
|
+
--color-mixture-1: #1f2020 !important;
|
|
288
291
|
--color-mixture-2: #ffffff !important;
|
|
289
292
|
}
|
|
290
293
|
|
|
@@ -586,5 +589,5 @@ textarea::-webkit-scrollbar-thumb {
|
|
|
586
589
|
}
|
|
587
590
|
|
|
588
591
|
/* --- Vite Generated CSS --- */
|
|
589
|
-
.accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.attached-group[data-v-8c9add3e]:not(.vertical-group) button{border-radius:0}.attached-group[data-v-8c9add3e] button{position:relative;--radius: .375rem}.attached-group[data-v-8c9add3e] button:focus-visible,.attached-group[data-v-8c9add3e] button:hover{z-index:10}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-8c9add3e]: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-8c9add3e]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-8c9add3e]: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-8c9add3e] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-8c9add3e] 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-8c9add3e] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-8c9add3e] 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-8c9add3e]: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}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;width:auto}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(.border):before{width:100%}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child):not(.border):before{height:100%}.carousel-wrapper[data-v-655a78c8]{width:100%;position:relative}.IroBox{border-radius:8px!important}table
|
|
592
|
+
.accordion-enter-active[data-v-aa189e08],.accordion-leave-active[data-v-aa189e08]{transition:height .3s ease-in-out}.attached-group[data-v-8c9add3e]:not(.vertical-group) button{border-radius:0}.attached-group[data-v-8c9add3e] button{position:relative;--radius: .375rem}.attached-group[data-v-8c9add3e] button:focus-visible,.attached-group[data-v-8c9add3e] button:hover{z-index:10}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child){margin-left:-1px}.attached-group[data-v-8c9add3e]: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-8c9add3e]:not(.vertical-group) button:not(:first-child):not(:last-child){border-radius:0}.attached-group[data-v-8c9add3e]: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-8c9add3e] button:not(:first-child){margin-top:-1px}.vertical-group[data-v-8c9add3e] 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-8c9add3e] button:not(:first-child):not(:last-child){border-radius:0}.vertical-group[data-v-8c9add3e] 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-8c9add3e]: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}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(.border):before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:currentColor;opacity:.15;z-index:5;pointer-events:none;width:auto}.vertical-group[data-v-8c9add3e] button:not(:first-child):not(.border):before{width:100%}.attached-group[data-v-8c9add3e]:not(.vertical-group) button:not(:first-child):not(.border):before{height:100%}.carousel-wrapper[data-v-655a78c8]{width:100%;position:relative}.IroBox{border-radius:8px!important}table th[data-v-32de2313]:first-child,table td[data-v-32de2313]:first-child{width:48px!important;max-width:48px!important;min-width:48px!important}.form-field-item[data-v-5c98aa0e]{display:flex;flex-direction:column}.form-field-item[data-v-5c98aa0e]:has([role=switch]),.form-field-item[data-v-5c98aa0e]:has([role=checkbox]){flex-direction:row;align-items:center}.form-container[data-v-9ccf0187]{width:100%}.custom-fields-table[data-v-79b7dd60] .form-field-item{margin-bottom:0!important;height:100%}.custom-fields-table[data-v-79b7dd60] input,.custom-fields-table[data-v-79b7dd60] textarea{padding-left:1em;padding-right:.5em}.custom-fields-table[data-v-79b7dd60] input,.custom-fields-table[data-v-79b7dd60] textarea,.custom-fields-table[data-v-79b7dd60] select,.custom-fields-table[data-v-79b7dd60] .input-wrapper,.custom-fields-table[data-v-79b7dd60] .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-79b7dd60] .tooltip-trigger button{justify-content:space-between!important}.custom-fields-table[data-v-79b7dd60] input:focus,.custom-fields-table[data-v-79b7dd60] textarea:focus,.custom-fields-table[data-v-79b7dd60] select:focus,.custom-fields-table[data-v-79b7dd60] .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-79b7dd60] .w-full{width:100%;height:100%}.list-move[data-v-79b7dd60],.list-enter-active[data-v-79b7dd60],.list-leave-active[data-v-79b7dd60]{transition:all .3s cubic-bezier(.16,1,.3,1)}.list-enter-from[data-v-79b7dd60],.list-leave-to[data-v-79b7dd60]{opacity:0;transform:translateY(-10px)}.list-leave-active[data-v-79b7dd60]{position:absolute;width:100%;z-index:0}.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}.slide-right-enter-active[data-v-0276644a],.slide-right-leave-active[data-v-0276644a],.slide-left-enter-active[data-v-0276644a],.slide-left-leave-active[data-v-0276644a]{transition:transform .3s ease-in-out}.slide-right-enter-from[data-v-0276644a],.slide-right-leave-to[data-v-0276644a]{transform:translate(100%)}.slide-left-enter-from[data-v-0276644a],.slide-left-leave-to[data-v-0276644a]{transform:translate(-100%)}.sidebar-manu-item .tooltip-trigger{width:100%!important}.sidebar-menu-tooltip{margin-left:4px!important}[dir=rtl] .sidebar-menu-tooltip{margin-right:4px!important}.first-toast-enter-active[data-v-7a1ec14c]{animation:first-toast-in-7a1ec14c .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-7a1ec14c]{transition:all .25s ease-in}.first-toast-leave-to[data-v-7a1ec14c]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-7a1ec14c{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-7a1ec14c],.stack-toast-leave-active[data-v-7a1ec14c]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-7a1ec14c]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-7a1ec14c]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-7a1ec14c]{transition:transform .4s cubic-bezier(.16,1,.3,1)}
|
|
590
593
|
|