@godxjp/ui 8.1.0 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-SKIRU7GC.js → chunk-56NYZNVY.js} +1 -1
- package/dist/{chunk-C5H655GK.js → chunk-6PA2YHRE.js} +129 -30
- package/dist/{chunk-KKMQLQ7F.js → chunk-6YK3IJXW.js} +128 -4
- package/dist/chunk-B73NA66T.js +122 -0
- package/dist/{chunk-G2WYOCDL.js → chunk-CAEL2ZD2.js} +1 -1
- package/dist/{chunk-XDUZ7JJL.js → chunk-GKXPALFT.js} +1 -1
- package/dist/{chunk-N43OKOFT.js → chunk-GLEEJYGQ.js} +1 -1
- package/dist/chunk-HCM4JAC2.js +134 -0
- package/dist/chunk-HL3G4SVG.js +131 -0
- package/dist/{chunk-NG23LVTM.js → chunk-INSF6K3Y.js} +3 -39
- package/dist/chunk-JKHWLPM5.js +101 -0
- package/dist/chunk-LFW37FGG.js +68 -0
- package/dist/chunk-QLMXEJSY.js +114 -0
- package/dist/{chunk-SEG2YBXF.js → chunk-QTUJSRDH.js} +9 -1
- package/dist/chunk-W4REF4TD.js +42 -0
- package/dist/chunk-WGWI7EGL.js +83 -0
- package/dist/{chunk-TMDGV4CN.js → chunk-ZRRLOOBX.js} +1 -10
- package/dist/{chunk-4R7RQDXI.js → chunk-ZY5NUG4B.js} +2 -7
- package/dist/components/admin/index.d.ts +3 -16
- package/dist/components/admin/index.js +28 -23
- package/dist/components/data-display/card.d.ts +2 -2
- package/dist/components/data-display/carousel.d.ts +25 -0
- package/dist/components/data-display/carousel.js +2 -0
- package/dist/components/data-display/index.d.ts +2 -0
- package/dist/components/data-display/index.js +5 -4
- package/dist/components/data-entry/autocomplete.js +3 -3
- package/dist/components/data-entry/cascader.js +3 -3
- package/dist/components/data-entry/combobox.d.ts +22 -0
- package/dist/components/data-entry/combobox.js +6 -0
- package/dist/components/data-entry/date-picker.js +2 -2
- package/dist/components/data-entry/date-range-picker.js +2 -2
- package/dist/components/data-entry/index.d.ts +27 -1
- package/dist/components/data-entry/index.js +19 -16
- package/dist/components/data-entry/select.js +3 -3
- package/dist/components/data-entry/time-input.d.ts +12 -0
- package/dist/components/data-entry/time-input.js +3 -0
- package/dist/components/data-entry/time-picker.js +2 -2
- package/dist/components/data-entry/transfer.js +3 -2
- package/dist/components/data-entry/tree-select.js +3 -3
- package/dist/components/data-entry/upload.js +3 -3
- package/dist/components/feedback/alert.js +1 -1
- package/dist/components/feedback/index.js +4 -4
- package/dist/components/layout/index.d.ts +2 -0
- package/dist/components/layout/index.js +3 -2
- package/dist/components/layout/resizable.d.ts +18 -0
- package/dist/components/layout/resizable.js +2 -0
- package/dist/components/navigation/context-menu.d.ts +25 -0
- package/dist/components/navigation/context-menu.js +2 -0
- package/dist/components/navigation/index.d.ts +8 -1
- package/dist/components/navigation/index.js +8 -5
- package/dist/components/navigation/menubar.d.ts +29 -0
- package/dist/components/navigation/menubar.js +2 -0
- package/dist/components/navigation/navigation-menu.d.ts +13 -0
- package/dist/components/navigation/navigation-menu.js +2 -0
- package/dist/components/navigation/pagination.js +4 -4
- package/dist/components/query/index.js +2 -2
- package/dist/components/ui/index.d.ts +13 -0
- package/dist/components/ui/index.js +27 -20
- package/dist/{filter-bar-DvVXm_d1.d.ts → filter-bar-WjnQOs2C.d.ts} +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.js +38 -31
- package/dist/lib/hooks.d.ts +17 -0
- package/dist/lib/hooks.js +1 -0
- package/dist/props/index.js +1 -1
- package/dist/props/registry.js +1 -1
- package/dist/styles/control.css +27 -0
- package/dist/styles/data-display-layout.css +55 -0
- package/dist/styles/data-entry-layout.css +93 -0
- package/dist/styles/index.css +2 -0
- package/dist/styles/layout.css +35 -3
- package/dist/styles/navigation-layout.css +271 -0
- package/package.json +38 -1
- package/dist/{chunk-A22MCA3X.js → chunk-6J7GRCDA.js} +2 -2
- package/dist/{chunk-RGPF3HU6.js → chunk-6YBYAEXD.js} +1 -1
- package/dist/{chunk-WTVLZVBA.js → chunk-CLU46QR2.js} +1 -1
- package/dist/{chunk-XZM2GNAY.js → chunk-HB2OHB5X.js} +2 -2
- package/dist/{chunk-A7PKMT7Y.js → chunk-JBHXILI4.js} +1 -1
- package/dist/{chunk-6QXQQAOQ.js → chunk-KDBGFJJI.js} +1 -1
- package/dist/{chunk-RGIYKJPW.js → chunk-LJLGABFV.js} +1 -1
- package/dist/{chunk-WN52SCGE.js → chunk-N3JPLJ3B.js} +1 -1
- package/dist/{chunk-SMWKD2HG.js → chunk-PIQXAOWS.js} +2 -2
package/dist/styles/layout.css
CHANGED
|
@@ -173,9 +173,9 @@
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
@container (min-width: 1024px) {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
176
|
+
.ui-responsive-grid {
|
|
177
|
+
grid-template-columns: repeat(var(--responsive-grid-lg, 4), minmax(0, 1fr));
|
|
178
|
+
}
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.ui-split-pane {
|
|
@@ -184,6 +184,38 @@
|
|
|
184
184
|
grid-template-columns: minmax(0, 1fr);
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
+
.ui-resizable-panel-group {
|
|
188
|
+
display: flex;
|
|
189
|
+
min-height: 0;
|
|
190
|
+
width: 100%;
|
|
191
|
+
height: 100%;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.ui-resizable-panel {
|
|
195
|
+
min-height: 0;
|
|
196
|
+
min-width: 0;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.ui-resizable-handle {
|
|
200
|
+
width: var(--control-border-width);
|
|
201
|
+
background: hsl(var(--border));
|
|
202
|
+
position: relative;
|
|
203
|
+
flex-shrink: 0;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.ui-resizable-handle:hover,
|
|
207
|
+
.ui-resizable-handle[data-state="drag"] {
|
|
208
|
+
background: hsl(var(--accent));
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.ui-resizable-handle:hover::after,
|
|
212
|
+
.ui-resizable-handle[data-state="drag"]::after {
|
|
213
|
+
content: "";
|
|
214
|
+
position: absolute;
|
|
215
|
+
inset: 0;
|
|
216
|
+
background: hsl(var(--accent-foreground) / 0.2);
|
|
217
|
+
}
|
|
218
|
+
|
|
187
219
|
@media (min-width: 1080px) {
|
|
188
220
|
.ui-split-pane[data-aside-width="sm"] {
|
|
189
221
|
grid-template-columns: minmax(0, 1fr) 20rem;
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
@layer components {
|
|
2
|
+
.ui-context-menu-content {
|
|
3
|
+
z-index: 50;
|
|
4
|
+
min-width: 10rem;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
border-radius: var(--radius-md);
|
|
7
|
+
border: 1px solid hsl(var(--border));
|
|
8
|
+
background: hsl(var(--popover));
|
|
9
|
+
color: hsl(var(--popover-foreground));
|
|
10
|
+
padding: var(--space-1);
|
|
11
|
+
box-shadow: var(--shadow-md);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ui-context-menu-item,
|
|
15
|
+
.ui-context-menu-label,
|
|
16
|
+
.ui-context-menu-sub-trigger,
|
|
17
|
+
.ui-context-menu-checkbox-item,
|
|
18
|
+
.ui-context-menu-radio-item,
|
|
19
|
+
.ui-context-menu-shortcut,
|
|
20
|
+
.ui-context-menu-content > div,
|
|
21
|
+
.ui-menubar-item,
|
|
22
|
+
.ui-menubar-label,
|
|
23
|
+
.ui-menubar-trigger,
|
|
24
|
+
.ui-menubar-sub-trigger,
|
|
25
|
+
.ui-menubar-checkbox-item,
|
|
26
|
+
.ui-menubar-radio-item {
|
|
27
|
+
border-radius: var(--radius-sm);
|
|
28
|
+
padding-inline: var(--space-2);
|
|
29
|
+
height: 2rem;
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
gap: var(--space-2);
|
|
33
|
+
font-size: var(--font-size-sm);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.ui-context-menu-item,
|
|
37
|
+
.ui-context-menu-checkbox-item,
|
|
38
|
+
.ui-context-menu-radio-item,
|
|
39
|
+
.ui-context-menu-sub-trigger,
|
|
40
|
+
.ui-menubar-item,
|
|
41
|
+
.ui-menubar-checkbox-item,
|
|
42
|
+
.ui-menubar-radio-item,
|
|
43
|
+
.ui-menubar-sub-trigger,
|
|
44
|
+
.ui-navigation-menu-link {
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
outline: none;
|
|
47
|
+
user-select: none;
|
|
48
|
+
transition: background-color 150ms ease, color 150ms ease;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.ui-context-menu-item:hover,
|
|
52
|
+
.ui-context-menu-sub-trigger:hover,
|
|
53
|
+
.ui-menubar-item:hover,
|
|
54
|
+
.ui-menubar-sub-trigger:hover,
|
|
55
|
+
.ui-navigation-menu-link:hover,
|
|
56
|
+
.ui-navigation-menu-item:hover {
|
|
57
|
+
background: hsl(var(--accent));
|
|
58
|
+
color: hsl(var(--accent-foreground));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.ui-context-menu-item[data-state="open"],
|
|
62
|
+
.ui-context-menu-item[data-state="checked"],
|
|
63
|
+
.ui-context-menu-item[data-highlighted],
|
|
64
|
+
.ui-menubar-item[data-state="open"],
|
|
65
|
+
.ui-menubar-item[data-state="active"],
|
|
66
|
+
.ui-menubar-item[data-state="checked"],
|
|
67
|
+
.ui-menubar-sub-trigger[data-state="open"],
|
|
68
|
+
.ui-navigation-menu-link[data-highlighted],
|
|
69
|
+
.ui-navigation-menu-item[data-focus-visible] {
|
|
70
|
+
background: hsl(var(--accent));
|
|
71
|
+
color: hsl(var(--accent-foreground));
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.ui-context-menu-item[data-variant="destructive"],
|
|
75
|
+
.ui-menubar-item[data-variant="destructive"] {
|
|
76
|
+
color: hsl(var(--destructive));
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.ui-context-menu-item[data-variant="destructive"][data-state="focused"],
|
|
80
|
+
.ui-menubar-item[data-variant="destructive"][data-state="focused"] {
|
|
81
|
+
background: hsl(var(--destructive));
|
|
82
|
+
color: hsl(var(--destructive-foreground));
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.ui-context-menu-separator,
|
|
86
|
+
.ui-menubar-separator {
|
|
87
|
+
margin: var(--space-1) 0;
|
|
88
|
+
height: 1px;
|
|
89
|
+
background: hsl(var(--border));
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.ui-context-menu-label,
|
|
93
|
+
.ui-menubar-label {
|
|
94
|
+
min-height: 2rem;
|
|
95
|
+
color: hsl(var(--muted-foreground));
|
|
96
|
+
font-weight: var(--font-weight-medium);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ui-context-menu-shortcut,
|
|
100
|
+
.ui-menubar-shortcut {
|
|
101
|
+
margin-inline-start: auto;
|
|
102
|
+
text-align: right;
|
|
103
|
+
color: hsl(var(--muted-foreground));
|
|
104
|
+
font-size: var(--font-size-xs);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.ui-context-menu-item-indicator,
|
|
108
|
+
.ui-menubar-item-indicator,
|
|
109
|
+
.ui-navigation-menu-item-indicator {
|
|
110
|
+
display: inline-flex;
|
|
111
|
+
width: 1rem;
|
|
112
|
+
height: 1rem;
|
|
113
|
+
align-items: center;
|
|
114
|
+
justify-content: center;
|
|
115
|
+
color: hsl(var(--accent-foreground));
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.ui-context-menu-check,
|
|
119
|
+
.ui-menubar-check {
|
|
120
|
+
width: 1rem;
|
|
121
|
+
height: 1rem;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.ui-context-menu-dot,
|
|
125
|
+
.ui-menubar-dot {
|
|
126
|
+
width: 0.5rem;
|
|
127
|
+
height: 0.5rem;
|
|
128
|
+
border-radius: 9999px;
|
|
129
|
+
background: currentColor;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.ui-context-menu-sub-content,
|
|
133
|
+
.ui-context-menu-sub-trigger,
|
|
134
|
+
.ui-menubar-sub-content,
|
|
135
|
+
.ui-menubar-sub-trigger {
|
|
136
|
+
position: relative;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.ui-context-menu-sub-content,
|
|
140
|
+
.ui-menubar-sub-content {
|
|
141
|
+
min-width: 10rem;
|
|
142
|
+
overflow: hidden;
|
|
143
|
+
border-radius: var(--radius-md);
|
|
144
|
+
border: 1px solid hsl(var(--border));
|
|
145
|
+
background: hsl(var(--popover));
|
|
146
|
+
color: hsl(var(--popover-foreground));
|
|
147
|
+
padding: var(--space-1);
|
|
148
|
+
box-shadow: var(--shadow-md);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.ui-context-menu-sub-trigger-icon,
|
|
152
|
+
.ui-menubar-sub-trigger-icon {
|
|
153
|
+
width: 1rem;
|
|
154
|
+
height: 1rem;
|
|
155
|
+
margin-left: auto;
|
|
156
|
+
opacity: 0.75;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.ui-menubar {
|
|
160
|
+
display: flex;
|
|
161
|
+
min-height: 2.25rem;
|
|
162
|
+
align-items: center;
|
|
163
|
+
gap: var(--space-1);
|
|
164
|
+
border-radius: var(--radius-md);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.ui-menubar-trigger {
|
|
168
|
+
height: 2.25rem;
|
|
169
|
+
padding: 0 var(--space-3);
|
|
170
|
+
border-radius: var(--radius-md);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.ui-menubar-content {
|
|
174
|
+
min-width: 10rem;
|
|
175
|
+
overflow: hidden;
|
|
176
|
+
border-radius: var(--radius-md);
|
|
177
|
+
border: 1px solid hsl(var(--border));
|
|
178
|
+
background: hsl(var(--popover));
|
|
179
|
+
color: hsl(var(--popover-foreground));
|
|
180
|
+
padding: var(--space-1);
|
|
181
|
+
box-shadow: var(--shadow-md);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.ui-menubar-trigger[data-state="open"],
|
|
185
|
+
.ui-menubar-sub-trigger[data-state="open"] {
|
|
186
|
+
background: hsl(var(--accent));
|
|
187
|
+
color: hsl(var(--accent-foreground));
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.ui-navigation-menu {
|
|
191
|
+
position: relative;
|
|
192
|
+
width: max-content;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.ui-navigation-menu-list {
|
|
196
|
+
display: flex;
|
|
197
|
+
align-items: center;
|
|
198
|
+
gap: var(--space-1);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.ui-navigation-menu-item,
|
|
202
|
+
.ui-navigation-menu-trigger {
|
|
203
|
+
position: relative;
|
|
204
|
+
cursor: pointer;
|
|
205
|
+
border-radius: var(--radius-md);
|
|
206
|
+
padding-inline: var(--space-2);
|
|
207
|
+
padding-block: var(--space-2);
|
|
208
|
+
height: 2.25rem;
|
|
209
|
+
font-size: var(--font-size-sm);
|
|
210
|
+
display: inline-flex;
|
|
211
|
+
align-items: center;
|
|
212
|
+
gap: var(--space-1);
|
|
213
|
+
outline: none;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.ui-navigation-menu-trigger-icon {
|
|
217
|
+
width: 0.9rem;
|
|
218
|
+
height: 0.9rem;
|
|
219
|
+
margin-left: var(--space-2);
|
|
220
|
+
opacity: 0.7;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.ui-navigation-menu-content {
|
|
224
|
+
position: absolute;
|
|
225
|
+
top: 100%;
|
|
226
|
+
left: 0;
|
|
227
|
+
min-width: 14rem;
|
|
228
|
+
z-index: 50;
|
|
229
|
+
overflow: hidden;
|
|
230
|
+
border: 1px solid hsl(var(--border));
|
|
231
|
+
border-radius: var(--radius-md);
|
|
232
|
+
background: hsl(var(--popover));
|
|
233
|
+
color: hsl(var(--popover-foreground));
|
|
234
|
+
padding: var(--space-1);
|
|
235
|
+
box-shadow: var(--shadow-md);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.ui-navigation-menu-link {
|
|
239
|
+
width: 100%;
|
|
240
|
+
cursor: pointer;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.ui-navigation-menu-viewport {
|
|
244
|
+
position: absolute;
|
|
245
|
+
left: 0;
|
|
246
|
+
top: 100%;
|
|
247
|
+
width: 100%;
|
|
248
|
+
overflow: hidden;
|
|
249
|
+
border-radius: var(--radius-md);
|
|
250
|
+
border: 1px solid hsl(var(--border));
|
|
251
|
+
background: hsl(var(--popover));
|
|
252
|
+
color: hsl(var(--popover-foreground));
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.ui-navigation-menu-indicator {
|
|
256
|
+
position: absolute;
|
|
257
|
+
top: 100%;
|
|
258
|
+
z-index: 50;
|
|
259
|
+
display: flex;
|
|
260
|
+
align-items: center;
|
|
261
|
+
justify-content: center;
|
|
262
|
+
height: 0.75rem;
|
|
263
|
+
overflow: hidden;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.ui-navigation-menu-item-indicator {
|
|
267
|
+
width: 100%;
|
|
268
|
+
transition: transform 200ms ease;
|
|
269
|
+
transform-origin: center;
|
|
270
|
+
}
|
|
271
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@godxjp/ui",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "@godxjp/ui — shared React UI framework (shadcn + Radix + Tailwind v4).",
|
|
6
6
|
"files": [
|
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"types": "./dist/lib/utils.d.ts",
|
|
90
90
|
"import": "./dist/lib/utils.js"
|
|
91
91
|
},
|
|
92
|
+
"./hooks": {
|
|
93
|
+
"types": "./dist/lib/hooks.d.ts",
|
|
94
|
+
"import": "./dist/lib/hooks.js"
|
|
95
|
+
},
|
|
92
96
|
"./ui/button": {
|
|
93
97
|
"types": "./dist/components/general/button.d.ts",
|
|
94
98
|
"import": "./dist/components/general/button.js"
|
|
@@ -165,6 +169,10 @@
|
|
|
165
169
|
"types": "./dist/components/data-entry/cascader.d.ts",
|
|
166
170
|
"import": "./dist/components/data-entry/cascader.js"
|
|
167
171
|
},
|
|
172
|
+
"./ui/carousel": {
|
|
173
|
+
"types": "./dist/components/data-display/carousel.d.ts",
|
|
174
|
+
"import": "./dist/components/data-display/carousel.js"
|
|
175
|
+
},
|
|
168
176
|
"./ui/tree-select": {
|
|
169
177
|
"types": "./dist/components/data-entry/tree-select.d.ts",
|
|
170
178
|
"import": "./dist/components/data-entry/tree-select.js"
|
|
@@ -173,10 +181,30 @@
|
|
|
173
181
|
"types": "./dist/components/data-entry/transfer.d.ts",
|
|
174
182
|
"import": "./dist/components/data-entry/transfer.js"
|
|
175
183
|
},
|
|
184
|
+
"./ui/combobox": {
|
|
185
|
+
"types": "./dist/components/data-entry/combobox.d.ts",
|
|
186
|
+
"import": "./dist/components/data-entry/combobox.js"
|
|
187
|
+
},
|
|
176
188
|
"./ui/command": {
|
|
177
189
|
"types": "./dist/components/data-entry/command.d.ts",
|
|
178
190
|
"import": "./dist/components/data-entry/command.js"
|
|
179
191
|
},
|
|
192
|
+
"./ui/context-menu": {
|
|
193
|
+
"types": "./dist/components/navigation/context-menu.d.ts",
|
|
194
|
+
"import": "./dist/components/navigation/context-menu.js"
|
|
195
|
+
},
|
|
196
|
+
"./ui/menubar": {
|
|
197
|
+
"types": "./dist/components/navigation/menubar.d.ts",
|
|
198
|
+
"import": "./dist/components/navigation/menubar.js"
|
|
199
|
+
},
|
|
200
|
+
"./ui/navigation-menu": {
|
|
201
|
+
"types": "./dist/components/navigation/navigation-menu.d.ts",
|
|
202
|
+
"import": "./dist/components/navigation/navigation-menu.js"
|
|
203
|
+
},
|
|
204
|
+
"./ui/resizable": {
|
|
205
|
+
"types": "./dist/components/layout/resizable.d.ts",
|
|
206
|
+
"import": "./dist/components/layout/resizable.js"
|
|
207
|
+
},
|
|
180
208
|
"./ui/scroll-area": {
|
|
181
209
|
"types": "./dist/components/data-display/scroll-area.d.ts",
|
|
182
210
|
"import": "./dist/components/data-display/scroll-area.js"
|
|
@@ -189,6 +217,10 @@
|
|
|
189
217
|
"types": "./dist/components/data-entry/textarea.d.ts",
|
|
190
218
|
"import": "./dist/components/data-entry/textarea.js"
|
|
191
219
|
},
|
|
220
|
+
"./ui/time-input": {
|
|
221
|
+
"types": "./dist/components/data-entry/time-input.d.ts",
|
|
222
|
+
"import": "./dist/components/data-entry/time-input.js"
|
|
223
|
+
},
|
|
192
224
|
"./ui/dialog": {
|
|
193
225
|
"types": "./dist/components/feedback/dialog.d.ts",
|
|
194
226
|
"import": "./dist/components/feedback/dialog.js"
|
|
@@ -269,10 +301,13 @@
|
|
|
269
301
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
270
302
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
271
303
|
"@radix-ui/react-context": "^1.1.2",
|
|
304
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
272
305
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
273
306
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
274
307
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
275
308
|
"@radix-ui/react-label": "^2.1.8",
|
|
309
|
+
"@radix-ui/react-menubar": "^1.1.16",
|
|
310
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
276
311
|
"@radix-ui/react-popover": "^1.1.15",
|
|
277
312
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
278
313
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
@@ -289,9 +324,11 @@
|
|
|
289
324
|
"clsx": "^2.1.1",
|
|
290
325
|
"cmdk": "^1.1.1",
|
|
291
326
|
"date-fns": "^4.1.0",
|
|
327
|
+
"embla-carousel-react": "^8.6.0",
|
|
292
328
|
"input-otp": "^1.4.2",
|
|
293
329
|
"lucide-react": "^1.14.0",
|
|
294
330
|
"react-day-picker": "^10.0.1",
|
|
331
|
+
"react-resizable-panels": "^4.11.2",
|
|
295
332
|
"sonner": "^2.0.7",
|
|
296
333
|
"tailwind-merge": "^3.5.0",
|
|
297
334
|
"tailwindcss-animate": "^1.0.7",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { normalizeTreeOptions, collectAllExpandableKeys, filterVisibleTree, flattenVisibleTree, findNodeByValue, reactNodeText, getDescendantValues } from './chunk-SMLKNECP.js';
|
|
2
2
|
import { Checkbox } from './chunk-O24Z3ULJ.js';
|
|
3
|
-
import { ScrollArea } from './chunk-3KPEZ5CF.js';
|
|
4
3
|
import { Command, CommandInput } from './chunk-HTEL5DQI.js';
|
|
5
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
6
4
|
import { Button } from './chunk-M4PZNAMV.js';
|
|
5
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
6
|
+
import { ScrollArea } from './chunk-3KPEZ5CF.js';
|
|
7
7
|
import { useTranslation } from './chunk-RLGHEV4A.js';
|
|
8
8
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
9
9
|
import * as React from 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Input } from './chunk-VOHTRR5X.js';
|
|
2
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
3
2
|
import { Button } from './chunk-M4PZNAMV.js';
|
|
3
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
4
4
|
import { useTranslation } from './chunk-RLGHEV4A.js';
|
|
5
5
|
import { normalizeHhmm, isValidHhmm } from './chunk-FXFJF4YA.js';
|
|
6
6
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Tooltip, TooltipTrigger, TooltipContent } from './chunk-32WO3YLB.js';
|
|
2
1
|
import { DropdownMenu, DropdownMenuTrigger } from './chunk-TO33OY4L.js';
|
|
2
|
+
import { Tooltip, TooltipTrigger, TooltipContent } from './chunk-32WO3YLB.js';
|
|
3
3
|
import { Collapsible, CollapsibleTrigger, CollapsibleContent } from './chunk-DV52WNXO.js';
|
|
4
4
|
import { densityClass, pageContainerVariantClass, Flex } from './chunk-TILFZBTE.js';
|
|
5
5
|
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { normalizeTreeOptions, formatPathLabels, getNodeByPath, filterTreeOptions, pathsEqual, pathKey } from './chunk-SMLKNECP.js';
|
|
2
2
|
import { Checkbox } from './chunk-O24Z3ULJ.js';
|
|
3
|
-
import { ScrollArea, ScrollBar } from './chunk-3KPEZ5CF.js';
|
|
4
3
|
import { Command, CommandInput } from './chunk-HTEL5DQI.js';
|
|
5
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
6
4
|
import { Button } from './chunk-M4PZNAMV.js';
|
|
5
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
6
|
+
import { ScrollArea, ScrollBar } from './chunk-3KPEZ5CF.js';
|
|
7
7
|
import { useTranslation } from './chunk-RLGHEV4A.js';
|
|
8
8
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
9
9
|
import * as React from 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Inline, densityClass } from './chunk-TILFZBTE.js';
|
|
2
|
-
import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from './chunk-4MMIMZMK.js';
|
|
3
2
|
import { Button } from './chunk-M4PZNAMV.js';
|
|
3
|
+
import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from './chunk-4MMIMZMK.js';
|
|
4
4
|
import { tableCellPaddingClass, tableRowHeightClass, controlIconSmClass } from './chunk-IBK5D2Q6.js';
|
|
5
5
|
import { useTranslation } from './chunk-RLGHEV4A.js';
|
|
6
6
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command, CommandList, CommandItem, CommandGroup } from './chunk-HTEL5DQI.js';
|
|
2
2
|
import { Input } from './chunk-VOHTRR5X.js';
|
|
3
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
4
3
|
import { Button } from './chunk-M4PZNAMV.js';
|
|
4
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
5
5
|
import { useTranslation } from './chunk-RLGHEV4A.js';
|
|
6
6
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
7
7
|
import * as React from 'react';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Calendar } from './chunk-IOGU3ZWF.js';
|
|
2
2
|
import { Input } from './chunk-VOHTRR5X.js';
|
|
3
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
4
3
|
import { Button } from './chunk-M4PZNAMV.js';
|
|
4
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
5
5
|
import { useTranslation, usePickerLocales } from './chunk-RLGHEV4A.js';
|
|
6
6
|
import { toIsoDate, parseDateInput } from './chunk-FXFJF4YA.js';
|
|
7
7
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Calendar } from './chunk-IOGU3ZWF.js';
|
|
2
2
|
import { Input } from './chunk-VOHTRR5X.js';
|
|
3
|
-
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
4
3
|
import { Button } from './chunk-M4PZNAMV.js';
|
|
4
|
+
import { Popover, PopoverTrigger, PopoverContent } from './chunk-DY5C44UP.js';
|
|
5
5
|
import { useTranslation, usePickerLocales } from './chunk-RLGHEV4A.js';
|
|
6
6
|
import { toIsoDate, parseDateInput } from './chunk-FXFJF4YA.js';
|
|
7
7
|
import { cn } from './chunk-U7N2A7A3.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogFooter } from './chunk-P4HFJQID.js';
|
|
2
|
-
import { formatBytes } from './chunk-4R7QL3MW.js';
|
|
3
1
|
import { Slider } from './chunk-CRERCLIZ.js';
|
|
2
|
+
import { formatBytes } from './chunk-4R7QL3MW.js';
|
|
3
|
+
import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogFooter } from './chunk-P4HFJQID.js';
|
|
4
4
|
import { Button } from './chunk-M4PZNAMV.js';
|
|
5
5
|
import { controlIconClass } from './chunk-IBK5D2Q6.js';
|
|
6
6
|
import { useTranslation } from './chunk-RLGHEV4A.js';
|