vlite3 0.2.7 → 0.2.9
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/Carousel/Carousel.vue.d.ts +14 -0
- package/components/DataTable/DataTable.vue.js +317 -5
- package/components/DataTable/DataTable.vue2.js +2 -314
- package/components/DataTable/DataTableRow.vue.js +47 -44
- package/components/Kanban/Kanban.vue.d.ts +60 -0
- package/components/Kanban/Kanban.vue.js +7 -0
- package/components/Kanban/Kanban.vue2.js +62 -0
- package/components/Kanban/KanbanBoard.vue.d.ts +59 -0
- package/components/Kanban/KanbanBoard.vue.js +7 -0
- package/components/Kanban/KanbanBoard.vue2.js +134 -0
- package/components/Kanban/index.d.ts +4 -0
- package/components/Kanban/types.d.ts +32 -0
- package/components/Kanban/useKanbanBoard.d.ts +13 -0
- package/components/Kanban/useKanbanBoard.js +43 -0
- package/components/Workbook/Workbook.vue.d.ts +0 -2
- package/components/Workbook/Workbook.vue.js +152 -5
- package/components/Workbook/Workbook.vue2.js +2 -152
- package/index.d.ts +1 -1
- package/index.js +120 -114
- package/package.json +3 -3
- package/style.css +26 -11
package/index.js
CHANGED
|
@@ -6,16 +6,16 @@ import { default as u } from "./components/Accordion/AccordionContent.vue.js";
|
|
|
6
6
|
import { default as i } from "./components/Alert.vue.js";
|
|
7
7
|
import { default as c } from "./components/Avatar.vue.js";
|
|
8
8
|
import { default as g } from "./components/AvatarUploader/AvatarUploader.vue.js";
|
|
9
|
-
import { default as
|
|
9
|
+
import { default as S } from "./components/Badge.vue.js";
|
|
10
10
|
import { default as P } from "./components/Button.vue.js";
|
|
11
11
|
import { default as v } from "./components/ButtonGroup.vue.js";
|
|
12
12
|
import { default as C } from "./components/Carousel/Carousel.vue.js";
|
|
13
13
|
import { default as D } from "./components/CheckBox.vue.js";
|
|
14
14
|
import { default as y } from "./components/Chip/Chip.vue.js";
|
|
15
15
|
import { default as k } from "./components/ChoiceBox/ChoiceBox.vue.js";
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
16
|
+
import { default as M } from "./components/ColorPicker/ColorPicker.vue.js";
|
|
17
|
+
import { default as L } from "./components/ConfirmationModal.vue.js";
|
|
18
|
+
import { default as R } from "./components/DatePicker.vue.js";
|
|
19
19
|
import { default as O } from "./components/DataTable/DataTable.vue.js";
|
|
20
20
|
import { default as z } from "./components/DataTable/DataTableHeader.vue.js";
|
|
21
21
|
import { default as V } from "./components/DataTable/DataTableRow.vue.js";
|
|
@@ -33,53 +33,56 @@ import { default as ue } from "./components/Form/Form.vue.js";
|
|
|
33
33
|
import { default as ie } from "./components/Form/FormField.vue.js";
|
|
34
34
|
import { default as ce } from "./components/Form/FormFields.vue.js";
|
|
35
35
|
import { default as ge } from "./components/Form/CustomFields.vue.js";
|
|
36
|
-
import { useForm as
|
|
36
|
+
import { useForm as Se } from "./components/Form/composables/useForm.js";
|
|
37
37
|
import { useFileUpload as Pe } from "./components/Form/composables/useFileUpload.js";
|
|
38
38
|
import { default as ve } from "./components/Heatmap/Heatmap.vue.js";
|
|
39
39
|
import { default as Ce } from "./components/Icon.vue.js";
|
|
40
40
|
import { default as De } from "./components/IconPicker.vue.js";
|
|
41
41
|
import { default as ye } from "./components/Input.vue.js";
|
|
42
|
-
import { default as ke } from "./components/
|
|
43
|
-
import { default as
|
|
44
|
-
import {
|
|
45
|
-
import { default as
|
|
46
|
-
import {
|
|
47
|
-
import { default as ze } from "./components/
|
|
48
|
-
import { default as Ve } from "./components/
|
|
49
|
-
import {
|
|
50
|
-
import { default as _e } from "./components/
|
|
51
|
-
import { default as Je } from "./components/
|
|
52
|
-
import { default as Xe } from "./components/
|
|
53
|
-
import { default as $e } from "./components/
|
|
54
|
-
import { default as oo } from "./components/
|
|
55
|
-
import { default as to } from "./components/
|
|
56
|
-
import { default as fo } from "./components/
|
|
57
|
-
import { default as mo } from "./components/
|
|
58
|
-
import { default as so } from "./components/
|
|
42
|
+
import { default as ke } from "./components/Kanban/Kanban.vue.js";
|
|
43
|
+
import { default as Me } from "./components/Kanban/KanbanBoard.vue.js";
|
|
44
|
+
import { useKanbanBoard as Le } from "./components/Kanban/useKanbanBoard.js";
|
|
45
|
+
import { default as Re } from "./components/NumberInput.vue.js";
|
|
46
|
+
import { default as Oe } from "./components/Label.vue.js";
|
|
47
|
+
import { default as ze } from "./components/Logo.vue.js";
|
|
48
|
+
import { default as Ve } from "./components/Masonry/Masonry.vue.js";
|
|
49
|
+
import { MASONRY_BREAKPOINTS as We } from "./components/Masonry/types.js";
|
|
50
|
+
import { default as _e } from "./components/Modal.vue.js";
|
|
51
|
+
import { default as Je } from "./components/MultiSelect/MultiSelect.vue.js";
|
|
52
|
+
import { default as Xe } from "./components/Navbar/Navbar.vue.js";
|
|
53
|
+
import { default as $e } from "./components/Navbar/NavbarItem.vue.js";
|
|
54
|
+
import { default as oo } from "./components/Navbar/NavbarGroup.vue.js";
|
|
55
|
+
import { default as to } from "./components/OTPInput/OTPInput.vue.js";
|
|
56
|
+
import { default as fo } from "./components/Pagination/Pagination.vue.js";
|
|
57
|
+
import { default as mo } from "./components/PricingPlan/PricingPlan.vue.js";
|
|
58
|
+
import { default as so } from "./components/PricingPlan/PricingPlanItem.vue.js";
|
|
59
|
+
import { default as xo } from "./components/SidePanel.vue.js";
|
|
60
|
+
import { default as no } from "./components/SidebarMenu/SidebarMenu.vue.js";
|
|
61
|
+
import { default as To } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
|
|
59
62
|
/* empty css */
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { configure as
|
|
74
|
-
import { useTheme as
|
|
75
|
-
import { useAdvancedKeyStroke as
|
|
76
|
-
import { vScrollReveal as
|
|
77
|
-
import { createVLite as
|
|
78
|
-
import { deepMerge as
|
|
79
|
-
import { camelCase as
|
|
80
|
-
import { lazySearch as
|
|
81
|
-
import { env as
|
|
82
|
-
import { useVLiteConfig as
|
|
63
|
+
import { default as bo } from "./components/Slider.vue.js";
|
|
64
|
+
import { default as Io } from "./components/Spinner/Spinner.vue.js";
|
|
65
|
+
import { default as ho } from "./components/Switch.vue.js";
|
|
66
|
+
import { default as Ao } from "./components/Tabes/Tabes.vue.js";
|
|
67
|
+
import { default as Fo } from "./components/Textarea.vue.js";
|
|
68
|
+
import { default as wo } from "./components/ThemeToggle.vue.js";
|
|
69
|
+
import { default as No } from "./components/Timeline.vue.js";
|
|
70
|
+
import { default as Bo } from "./components/ToastNotification.vue.js";
|
|
71
|
+
import { default as Ko } from "./components/Tooltip.vue.js";
|
|
72
|
+
import { default as Go } from "./components/Workbook/Workbook.vue.js";
|
|
73
|
+
import { default as Eo } from "./components/Workbook/Sheet.vue.js";
|
|
74
|
+
import { default as Uo } from "./components/GoogleLogin.vue.js";
|
|
75
|
+
import { default as Ho } from "./components/ProgressBar/ProgressBar.vue.js";
|
|
76
|
+
import { configure as qo, pauseTimers as Wo, removeToast as Yo, resumeTimers as _o, showToast as jo, toast as Jo, useNotifications as Qo } from "./composables/useNotifications.js";
|
|
77
|
+
import { useTheme as Zo } from "./composables/useTheme.js";
|
|
78
|
+
import { useAdvancedKeyStroke as er, useKeyStroke as or } from "./composables/useKeyStroke.js";
|
|
79
|
+
import { vScrollReveal as tr } from "./directives/vScrollReveal.js";
|
|
80
|
+
import { createVLite as fr } from "./core/index.js";
|
|
81
|
+
import { deepMerge as mr } from "./utils/object.js";
|
|
82
|
+
import { camelCase as dr, capitalize as sr, copyToClipboard as ur, debounce as xr, delay as ir, downloadFile as nr, flattenArray as cr, formatCurrency as Tr, getUniqueId as gr, isAppleDevice as br, isEmpty as Sr, randomNumber as Ir, removeExtraProperties as Pr, slugify as hr, throttle as vr, truncate as Ar } from "./utils/functions.js";
|
|
83
|
+
import { lazySearch as Fr, resetSearchIndex as Dr, search as wr } from "./utils/search.util.js";
|
|
84
|
+
import { env as Nr } from "./utils/env.js";
|
|
85
|
+
import { useVLiteConfig as Br } from "./core/config.js";
|
|
83
86
|
export {
|
|
84
87
|
f as Accordion,
|
|
85
88
|
u as AccordionContent,
|
|
@@ -88,20 +91,20 @@ export {
|
|
|
88
91
|
i as Alert,
|
|
89
92
|
c as Avatar,
|
|
90
93
|
g as AvatarUploader,
|
|
91
|
-
|
|
94
|
+
S as Badge,
|
|
92
95
|
P as Button,
|
|
93
96
|
v as ButtonGroup,
|
|
94
97
|
C as Carousel,
|
|
95
98
|
D as CheckBox,
|
|
96
99
|
y as Chip,
|
|
97
100
|
k as ChoiceBox,
|
|
98
|
-
|
|
99
|
-
|
|
101
|
+
M as ColorPicker,
|
|
102
|
+
L as ConfirmationModal,
|
|
100
103
|
ge as CustomFields,
|
|
101
104
|
O as DataTable,
|
|
102
105
|
z as DataTableHeader,
|
|
103
106
|
V as DataTableRow,
|
|
104
|
-
|
|
107
|
+
R as DatePicker,
|
|
105
108
|
W as Dropdown,
|
|
106
109
|
X as DropdownItem,
|
|
107
110
|
_ as DropdownMenu,
|
|
@@ -112,78 +115,81 @@ export {
|
|
|
112
115
|
ue as Form,
|
|
113
116
|
ie as FormField,
|
|
114
117
|
ce as FormFields,
|
|
115
|
-
|
|
118
|
+
Uo as GoogleLogin,
|
|
116
119
|
t as GoogleSignInPlugin,
|
|
117
120
|
ve as Heatmap,
|
|
118
121
|
Ce as Icon,
|
|
119
122
|
De as IconPicker,
|
|
120
123
|
ye as Input,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
Oe as
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
Ve as
|
|
127
|
-
|
|
128
|
-
Je as
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
Pr as
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
124
|
+
ke as Kanban,
|
|
125
|
+
Me as KanbanBoard,
|
|
126
|
+
Oe as Label,
|
|
127
|
+
ze as Logo,
|
|
128
|
+
We as MASONRY_BREAKPOINTS,
|
|
129
|
+
Ve as Masonry,
|
|
130
|
+
_e as Modal,
|
|
131
|
+
Je as MultiSelect,
|
|
132
|
+
Xe as Navbar,
|
|
133
|
+
oo as NavbarGroup,
|
|
134
|
+
$e as NavbarItem,
|
|
135
|
+
Re as NumberInput,
|
|
136
|
+
to as OTPInput,
|
|
137
|
+
fo as Pagination,
|
|
138
|
+
mo as PricingPlan,
|
|
139
|
+
so as PricingPlanItem,
|
|
140
|
+
Ho as ProgressBar,
|
|
141
|
+
Eo as Sheet,
|
|
142
|
+
xo as SidePanel,
|
|
143
|
+
no as SidebarMenu,
|
|
144
|
+
To as SidebarMenuItem,
|
|
145
|
+
bo as Slider,
|
|
146
|
+
Io as Spinner,
|
|
147
|
+
ho as Switch,
|
|
148
|
+
Ao as Tabes,
|
|
149
|
+
Fo as Textarea,
|
|
150
|
+
wo as ThemeToggle,
|
|
151
|
+
No as Timeline,
|
|
152
|
+
Bo as ToastNotification,
|
|
153
|
+
Ko as Tooltip,
|
|
154
|
+
Go as Workbook,
|
|
155
|
+
dr as camelCase,
|
|
156
|
+
sr as capitalize,
|
|
157
|
+
qo as configure,
|
|
158
|
+
ur as copyToClipboard,
|
|
159
|
+
fr as createVLite,
|
|
160
|
+
xr as debounce,
|
|
161
|
+
mr as deepMerge,
|
|
162
|
+
ir as delay,
|
|
163
|
+
nr as downloadFile,
|
|
164
|
+
Nr as env,
|
|
165
|
+
cr as flattenArray,
|
|
166
|
+
Tr as formatCurrency,
|
|
167
|
+
gr as getUniqueId,
|
|
168
|
+
br as isAppleDevice,
|
|
169
|
+
Sr as isEmpty,
|
|
170
|
+
Fr as lazySearch,
|
|
171
|
+
Wo as pauseTimers,
|
|
172
|
+
Ir as randomNumber,
|
|
173
|
+
Pr as removeExtraProperties,
|
|
174
|
+
Yo as removeToast,
|
|
175
|
+
Dr as resetSearchIndex,
|
|
176
|
+
_o as resumeTimers,
|
|
177
|
+
wr as search,
|
|
178
|
+
jo as showToast,
|
|
179
|
+
hr as slugify,
|
|
180
|
+
vr as throttle,
|
|
181
|
+
Jo as toast,
|
|
182
|
+
Ar as truncate,
|
|
183
|
+
er as useAdvancedKeyStroke,
|
|
179
184
|
oe as useDropdownIds,
|
|
180
185
|
$ as useDropdownSelection,
|
|
181
186
|
Pe as useFileUpload,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
187
|
+
Se as useForm,
|
|
188
|
+
Le as useKanbanBoard,
|
|
189
|
+
or as useKeyStroke,
|
|
190
|
+
Qo as useNotifications,
|
|
191
|
+
Zo as useTheme,
|
|
186
192
|
de as useTreeSelection,
|
|
187
|
-
|
|
188
|
-
|
|
193
|
+
Br as useVLiteConfig,
|
|
194
|
+
tr as vScrollReveal
|
|
189
195
|
};
|
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.2.
|
|
6
|
+
"version": "0.2.9",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "index.js",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"./style.css": "./style.css"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@formkit/drag-and-drop": "^0.5.3",
|
|
35
34
|
"@iconify/vue": "5.0.0",
|
|
36
35
|
"@jaames/iro": "^5.5.2",
|
|
37
36
|
"@tailwindcss/vite": "^4.1.18",
|
|
@@ -42,7 +41,8 @@
|
|
|
42
41
|
"tailwindcss": "^4.1.18",
|
|
43
42
|
"v-datepicker-lite": "^0.1.6",
|
|
44
43
|
"v-tooltip-lite": "^0.1.9",
|
|
45
|
-
"vue-carousel-lite": "^0.2.
|
|
44
|
+
"vue-carousel-lite": "^0.2.7",
|
|
45
|
+
"vue-draggable-plus": "^0.5.3",
|
|
46
46
|
"vue3-google-signin": "^2.1.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
package/style.css
CHANGED
|
@@ -334,13 +334,6 @@
|
|
|
334
334
|
--color-mixture-2: #ffffff !important;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
.dark .bg-card {
|
|
338
|
-
--color-body: #131313 !important;
|
|
339
|
-
--color-mixture-1: #191818 !important;
|
|
340
|
-
--color-mixture-2: #ffffff !important;
|
|
341
|
-
background-color: var(--color-body) !important;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
337
|
.dark .modal-body .bg-card,
|
|
345
338
|
.dark .sidepanel-body .bg-card,
|
|
346
339
|
.dark .tooltip-container .bg-card {
|
|
@@ -351,14 +344,18 @@
|
|
|
351
344
|
}
|
|
352
345
|
|
|
353
346
|
.dark .bg-card {
|
|
354
|
-
--color-body: #
|
|
347
|
+
--color-body: #0B0B0B !important;
|
|
355
348
|
--color-mixture-1: #111 !important;
|
|
356
349
|
--color-mixture-2: #ffffff !important;
|
|
357
|
-
background-color:
|
|
350
|
+
background-color: #111 !important;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.dark .bg-card .bg-body {
|
|
354
|
+
--color-mixture-1: #0f0f0f !important;
|
|
355
|
+
--color-mixture-2: #ffffff !important;
|
|
358
356
|
}
|
|
359
357
|
|
|
360
358
|
.bg-card {
|
|
361
|
-
--color-body: #FAFAFA !important;
|
|
362
359
|
--color-mixture-1: #FAFAFA !important;
|
|
363
360
|
--color-mixture-2: #000000 !important;
|
|
364
361
|
background-color: #FAFAFA !important;
|
|
@@ -593,6 +590,24 @@ html {
|
|
|
593
590
|
--date-picker-radius: var(--radius) !important;
|
|
594
591
|
}
|
|
595
592
|
|
|
593
|
+
|
|
594
|
+
.data-table tr td:first-child,
|
|
595
|
+
.data-table tr th:first-child {
|
|
596
|
+
padding-left: 16px !important;
|
|
597
|
+
padding-right: 16px !important;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.data-table tr td:last-child,
|
|
601
|
+
.data-table tr th:last-child {
|
|
602
|
+
padding-left: 6px !important;
|
|
603
|
+
padding-right: 16px !important;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.data-table tr td,
|
|
607
|
+
.data-table tr th {
|
|
608
|
+
padding-right: 10px !important;
|
|
609
|
+
}
|
|
610
|
+
|
|
596
611
|
/* --- input.css --- */
|
|
597
612
|
input[type='number']::-webkit-inner-spin-button,
|
|
598
613
|
input[type='number']::-webkit-outer-spin-button {
|
|
@@ -657,5 +672,5 @@ textarea::-webkit-scrollbar-thumb {
|
|
|
657
672
|
}
|
|
658
673
|
|
|
659
674
|
/* --- Vite Generated CSS --- */
|
|
660
|
-
.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}
|
|
675
|
+
.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}input[data-v-e7171c4f]::-webkit-outer-spin-button,input[data-v-e7171c4f]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number][data-v-e7171c4f]{-moz-appearance:textfield;appearance:textfield}.form-field-item[data-v-47af145c]{display:flex;flex-direction:column}.form-field-item[data-v-47af145c]:has([role=switch]),.form-field-item[data-v-47af145c]:has([role=checkbox]){flex-direction:row;align-items:center}.form-container[data-v-67eb0c47]{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}}.custom-scrollbar[data-v-9ac38977]::-webkit-scrollbar{width:0px}.custom-scrollbar[data-v-9ac38977]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-9ac38977]::-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}.masonry-item[data-v-c29d0159]{content-visibility:auto;contain-intrinsic-size:1px 200px}.slide-right-enter-active[data-v-016e19f6],.slide-right-leave-active[data-v-016e19f6],.slide-left-enter-active[data-v-016e19f6],.slide-left-leave-active[data-v-016e19f6]{transition:transform .3s ease-in-out}.slide-right-enter-from[data-v-016e19f6],.slide-right-leave-to[data-v-016e19f6]{transform:translate(100%)}.slide-left-enter-from[data-v-016e19f6],.slide-left-leave-to[data-v-016e19f6]{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-6b631840]{animation:first-toast-in-6b631840 .45s cubic-bezier(.23,1,.32,1) forwards}.first-toast-leave-active[data-v-6b631840]{transition:all .25s ease-in}.first-toast-leave-to[data-v-6b631840]{opacity:0;transform:scale(.98)}@keyframes first-toast-in-6b631840{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-6b631840],.stack-toast-leave-active[data-v-6b631840]{transition:all .3s cubic-bezier(.16,1,.3,1)}.stack-toast-enter-from[data-v-6b631840]{opacity:0;transform:scale(.95) translateY(10px)}.stack-toast-leave-to[data-v-6b631840]{opacity:0;transform:scale(.95)}.stack-toast-move[data-v-6b631840]{transition:transform .4s cubic-bezier(.16,1,.3,1)}.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)}}
|
|
661
676
|
|