@clidey/ux 0.21.2 → 0.22.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/index.d.ts +5 -3
- package/dist/index.js +539 -535
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import { jsx as a, jsxs as i, Fragment as W } from "react/jsx-runtime";
|
|
2
2
|
import * as g from "react";
|
|
3
|
-
import k, { Fragment as
|
|
4
|
-
import { Slot as
|
|
3
|
+
import k, { Fragment as we, createContext as ye, useState as Ne, useEffect as ke, useContext as ze } from "react";
|
|
4
|
+
import { Slot as I } from "@radix-ui/react-slot";
|
|
5
5
|
import { cva as O } from "class-variance-authority";
|
|
6
|
-
import { clsx as
|
|
7
|
-
import { twMerge as
|
|
8
|
-
import * as
|
|
9
|
-
import { CheckIcon as $, CircleIcon as ne, ChevronRightIcon as q, Search as
|
|
10
|
-
import { Drawer as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
6
|
+
import { clsx as Ce } from "clsx";
|
|
7
|
+
import { twMerge as Se } from "tailwind-merge";
|
|
8
|
+
import * as v from "@radix-ui/react-context-menu";
|
|
9
|
+
import { CheckIcon as $, CircleIcon as ne, ChevronRightIcon as q, Search as Te, MoreHorizontalIcon as _e, ChevronLeftIcon as De, ChevronRight as ie, XIcon as se, SearchIcon as Me, ChevronDownIcon as X, ChevronsUpDownIcon as Ie, ChevronUpIcon as Pe, PanelLeftIcon as Re, GripVerticalIcon as Ae, Sun as Q, Moon as Z, Monitor as Le } from "lucide-react";
|
|
10
|
+
import { Drawer as A } from "vaul";
|
|
11
|
+
import * as x from "@radix-ui/react-dropdown-menu";
|
|
12
|
+
import * as Ee from "@radix-ui/react-label";
|
|
13
13
|
import * as V from "@radix-ui/react-popover";
|
|
14
|
-
import { useTheme as
|
|
15
|
-
import { Toaster as
|
|
16
|
-
import { toast as
|
|
17
|
-
import { FixedSizeList as
|
|
14
|
+
import { useTheme as je } from "next-themes";
|
|
15
|
+
import { Toaster as Be } from "sonner";
|
|
16
|
+
import { toast as No } from "sonner";
|
|
17
|
+
import { FixedSizeList as Oe } from "react-window";
|
|
18
18
|
import * as G from "@radix-ui/react-tabs";
|
|
19
|
-
import * as
|
|
20
|
-
import { Command as
|
|
19
|
+
import * as E from "@radix-ui/react-tooltip";
|
|
20
|
+
import { Command as j } from "cmdk";
|
|
21
21
|
import * as b from "@radix-ui/react-dialog";
|
|
22
22
|
import * as w from "@radix-ui/react-select";
|
|
23
|
-
import * as
|
|
23
|
+
import * as $e from "@radix-ui/react-separator";
|
|
24
24
|
import * as B from "@radix-ui/react-scroll-area";
|
|
25
25
|
import * as ee from "@radix-ui/react-checkbox";
|
|
26
26
|
import * as y from "@radix-ui/react-accordion";
|
|
27
|
-
import
|
|
27
|
+
import Ve from "use-resize-observer";
|
|
28
28
|
import * as Y from "react-resizable-panels";
|
|
29
29
|
import * as te from "@radix-ui/react-switch";
|
|
30
|
-
import * as
|
|
30
|
+
import * as C from "@radix-ui/react-alert-dialog";
|
|
31
31
|
function r(...e) {
|
|
32
|
-
return Ce(
|
|
32
|
+
return Se(Ce(e));
|
|
33
33
|
}
|
|
34
|
-
function
|
|
34
|
+
function Ut(e) {
|
|
35
35
|
return e.replace(/_/g, " ").replace(/\w\S*/g, (t) => t.charAt(0).toUpperCase() + t.slice(1).toLowerCase());
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function Wt(e) {
|
|
38
38
|
const o = (/* @__PURE__ */ new Date()).getTime() - e.getTime(), n = Math.floor(o / 1e3);
|
|
39
39
|
if (n < 60)
|
|
40
40
|
return "just now";
|
|
@@ -53,7 +53,7 @@ function Ut(e) {
|
|
|
53
53
|
const f = Math.floor(c / 12);
|
|
54
54
|
return `${f} year${f === 1 ? "" : "s"} ago`;
|
|
55
55
|
}
|
|
56
|
-
const
|
|
56
|
+
const Ge = O(
|
|
57
57
|
"inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 gap-1 [&>svg]:pointer-events-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive transition-[color,box-shadow] overflow-hidden",
|
|
58
58
|
{
|
|
59
59
|
variants: {
|
|
@@ -69,17 +69,17 @@ const Ve = O(
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
);
|
|
72
|
-
function
|
|
72
|
+
function qt({
|
|
73
73
|
className: e,
|
|
74
74
|
variant: t,
|
|
75
75
|
asChild: o = !1,
|
|
76
76
|
...n
|
|
77
77
|
}) {
|
|
78
78
|
return /* @__PURE__ */ a(
|
|
79
|
-
o ?
|
|
79
|
+
o ? I : "span",
|
|
80
80
|
{
|
|
81
81
|
"data-slot": "badge",
|
|
82
|
-
className: r(
|
|
82
|
+
className: r(Ge({ variant: t }), e),
|
|
83
83
|
...n
|
|
84
84
|
}
|
|
85
85
|
);
|
|
@@ -117,7 +117,7 @@ function J({
|
|
|
117
117
|
...s
|
|
118
118
|
}) {
|
|
119
119
|
return /* @__PURE__ */ a(
|
|
120
|
-
n ?
|
|
120
|
+
n ? I : "button",
|
|
121
121
|
{
|
|
122
122
|
"data-slot": "button",
|
|
123
123
|
className: r(H({ variant: t, size: o, className: e })),
|
|
@@ -125,7 +125,7 @@ function J({
|
|
|
125
125
|
}
|
|
126
126
|
);
|
|
127
127
|
}
|
|
128
|
-
function
|
|
128
|
+
function Xt({ className: e, ...t }) {
|
|
129
129
|
return /* @__PURE__ */ a(
|
|
130
130
|
"div",
|
|
131
131
|
{
|
|
@@ -138,7 +138,7 @@ function qt({ className: e, ...t }) {
|
|
|
138
138
|
}
|
|
139
139
|
);
|
|
140
140
|
}
|
|
141
|
-
function
|
|
141
|
+
function Yt({ className: e, ...t }) {
|
|
142
142
|
return /* @__PURE__ */ a(
|
|
143
143
|
"div",
|
|
144
144
|
{
|
|
@@ -151,7 +151,7 @@ function Xt({ className: e, ...t }) {
|
|
|
151
151
|
}
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
|
-
function
|
|
154
|
+
function Jt({ className: e, ...t }) {
|
|
155
155
|
return /* @__PURE__ */ a(
|
|
156
156
|
"div",
|
|
157
157
|
{
|
|
@@ -161,7 +161,7 @@ function Yt({ className: e, ...t }) {
|
|
|
161
161
|
}
|
|
162
162
|
);
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function Qt({ className: e, ...t }) {
|
|
165
165
|
return /* @__PURE__ */ a(
|
|
166
166
|
"div",
|
|
167
167
|
{
|
|
@@ -171,7 +171,7 @@ function Jt({ className: e, ...t }) {
|
|
|
171
171
|
}
|
|
172
172
|
);
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function Zt({ className: e, ...t }) {
|
|
175
175
|
return /* @__PURE__ */ a(
|
|
176
176
|
"div",
|
|
177
177
|
{
|
|
@@ -181,7 +181,7 @@ function Qt({ className: e, ...t }) {
|
|
|
181
181
|
}
|
|
182
182
|
);
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function ea({ className: e, ...t }) {
|
|
185
185
|
return /* @__PURE__ */ a(
|
|
186
186
|
"div",
|
|
187
187
|
{
|
|
@@ -191,40 +191,40 @@ function Zt({ className: e, ...t }) {
|
|
|
191
191
|
}
|
|
192
192
|
);
|
|
193
193
|
}
|
|
194
|
-
function ea({
|
|
195
|
-
...e
|
|
196
|
-
}) {
|
|
197
|
-
return /* @__PURE__ */ a(h.Root, { "data-slot": "context-menu", ...e });
|
|
198
|
-
}
|
|
199
194
|
function ta({
|
|
200
195
|
...e
|
|
201
196
|
}) {
|
|
202
|
-
return /* @__PURE__ */ a(
|
|
197
|
+
return /* @__PURE__ */ a(v.Root, { "data-slot": "context-menu", ...e });
|
|
203
198
|
}
|
|
204
199
|
function aa({
|
|
205
200
|
...e
|
|
206
201
|
}) {
|
|
207
|
-
return /* @__PURE__ */ a(
|
|
202
|
+
return /* @__PURE__ */ a(v.Trigger, { "data-slot": "context-menu-trigger", ...e });
|
|
208
203
|
}
|
|
209
204
|
function ra({
|
|
210
205
|
...e
|
|
206
|
+
}) {
|
|
207
|
+
return /* @__PURE__ */ a(v.Sub, { "data-slot": "context-menu-sub", ...e });
|
|
208
|
+
}
|
|
209
|
+
function oa({
|
|
210
|
+
...e
|
|
211
211
|
}) {
|
|
212
212
|
return /* @__PURE__ */ a(
|
|
213
|
-
|
|
213
|
+
v.RadioGroup,
|
|
214
214
|
{
|
|
215
215
|
"data-slot": "context-menu-radio-group",
|
|
216
216
|
...e
|
|
217
217
|
}
|
|
218
218
|
);
|
|
219
219
|
}
|
|
220
|
-
function
|
|
220
|
+
function na({
|
|
221
221
|
className: e,
|
|
222
222
|
inset: t,
|
|
223
223
|
children: o,
|
|
224
224
|
...n
|
|
225
225
|
}) {
|
|
226
226
|
return /* @__PURE__ */ i(
|
|
227
|
-
|
|
227
|
+
v.SubTrigger,
|
|
228
228
|
{
|
|
229
229
|
"data-slot": "context-menu-sub-trigger",
|
|
230
230
|
"data-inset": t,
|
|
@@ -240,12 +240,12 @@ function oa({
|
|
|
240
240
|
}
|
|
241
241
|
);
|
|
242
242
|
}
|
|
243
|
-
function
|
|
243
|
+
function ia({
|
|
244
244
|
className: e,
|
|
245
245
|
...t
|
|
246
246
|
}) {
|
|
247
247
|
return /* @__PURE__ */ a(
|
|
248
|
-
|
|
248
|
+
v.SubContent,
|
|
249
249
|
{
|
|
250
250
|
"data-slot": "context-menu-sub-content",
|
|
251
251
|
className: r(
|
|
@@ -256,12 +256,12 @@ function na({
|
|
|
256
256
|
}
|
|
257
257
|
);
|
|
258
258
|
}
|
|
259
|
-
function
|
|
259
|
+
function sa({
|
|
260
260
|
className: e,
|
|
261
261
|
...t
|
|
262
262
|
}) {
|
|
263
|
-
return /* @__PURE__ */ a(
|
|
264
|
-
|
|
263
|
+
return /* @__PURE__ */ a(v.Portal, { children: /* @__PURE__ */ a(
|
|
264
|
+
v.Content,
|
|
265
265
|
{
|
|
266
266
|
"data-slot": "context-menu-content",
|
|
267
267
|
className: r(
|
|
@@ -272,14 +272,14 @@ function ia({
|
|
|
272
272
|
}
|
|
273
273
|
) });
|
|
274
274
|
}
|
|
275
|
-
function
|
|
275
|
+
function da({
|
|
276
276
|
className: e,
|
|
277
277
|
inset: t,
|
|
278
278
|
variant: o = "default",
|
|
279
279
|
...n
|
|
280
280
|
}) {
|
|
281
281
|
return /* @__PURE__ */ a(
|
|
282
|
-
|
|
282
|
+
v.Item,
|
|
283
283
|
{
|
|
284
284
|
"data-slot": "context-menu-item",
|
|
285
285
|
"data-inset": t,
|
|
@@ -292,14 +292,14 @@ function sa({
|
|
|
292
292
|
}
|
|
293
293
|
);
|
|
294
294
|
}
|
|
295
|
-
function
|
|
295
|
+
function la({
|
|
296
296
|
className: e,
|
|
297
297
|
children: t,
|
|
298
298
|
checked: o,
|
|
299
299
|
...n
|
|
300
300
|
}) {
|
|
301
301
|
return /* @__PURE__ */ i(
|
|
302
|
-
|
|
302
|
+
v.CheckboxItem,
|
|
303
303
|
{
|
|
304
304
|
"data-slot": "context-menu-checkbox-item",
|
|
305
305
|
className: r(
|
|
@@ -309,19 +309,19 @@ function da({
|
|
|
309
309
|
checked: o,
|
|
310
310
|
...n,
|
|
311
311
|
children: [
|
|
312
|
-
/* @__PURE__ */ a("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ a(
|
|
312
|
+
/* @__PURE__ */ a("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ a(v.ItemIndicator, { children: /* @__PURE__ */ a($, { className: "size-4" }) }) }),
|
|
313
313
|
t
|
|
314
314
|
]
|
|
315
315
|
}
|
|
316
316
|
);
|
|
317
317
|
}
|
|
318
|
-
function
|
|
318
|
+
function ca({
|
|
319
319
|
className: e,
|
|
320
320
|
children: t,
|
|
321
321
|
...o
|
|
322
322
|
}) {
|
|
323
323
|
return /* @__PURE__ */ i(
|
|
324
|
-
|
|
324
|
+
v.RadioItem,
|
|
325
325
|
{
|
|
326
326
|
"data-slot": "context-menu-radio-item",
|
|
327
327
|
className: r(
|
|
@@ -330,19 +330,19 @@ function la({
|
|
|
330
330
|
),
|
|
331
331
|
...o,
|
|
332
332
|
children: [
|
|
333
|
-
/* @__PURE__ */ a("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ a(
|
|
333
|
+
/* @__PURE__ */ a("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ a(v.ItemIndicator, { children: /* @__PURE__ */ a(ne, { className: "size-2 fill-current" }) }) }),
|
|
334
334
|
t
|
|
335
335
|
]
|
|
336
336
|
}
|
|
337
337
|
);
|
|
338
338
|
}
|
|
339
|
-
function
|
|
339
|
+
function ua({
|
|
340
340
|
className: e,
|
|
341
341
|
inset: t,
|
|
342
342
|
...o
|
|
343
343
|
}) {
|
|
344
344
|
return /* @__PURE__ */ a(
|
|
345
|
-
|
|
345
|
+
v.Label,
|
|
346
346
|
{
|
|
347
347
|
"data-slot": "context-menu-label",
|
|
348
348
|
"data-inset": t,
|
|
@@ -354,12 +354,12 @@ function ca({
|
|
|
354
354
|
}
|
|
355
355
|
);
|
|
356
356
|
}
|
|
357
|
-
function
|
|
357
|
+
function ma({
|
|
358
358
|
className: e,
|
|
359
359
|
...t
|
|
360
360
|
}) {
|
|
361
361
|
return /* @__PURE__ */ a(
|
|
362
|
-
|
|
362
|
+
v.Separator,
|
|
363
363
|
{
|
|
364
364
|
"data-slot": "context-menu-separator",
|
|
365
365
|
className: r("bg-border -mx-1 my-1 h-px", e),
|
|
@@ -367,7 +367,7 @@ function ua({
|
|
|
367
367
|
}
|
|
368
368
|
);
|
|
369
369
|
}
|
|
370
|
-
function
|
|
370
|
+
function fa({
|
|
371
371
|
className: e,
|
|
372
372
|
...t
|
|
373
373
|
}) {
|
|
@@ -383,27 +383,27 @@ function ma({
|
|
|
383
383
|
}
|
|
384
384
|
);
|
|
385
385
|
}
|
|
386
|
-
function
|
|
386
|
+
function pa({
|
|
387
387
|
...e
|
|
388
388
|
}) {
|
|
389
|
-
return /* @__PURE__ */ a(
|
|
389
|
+
return /* @__PURE__ */ a(A.Root, { "data-slot": "drawer", ...e });
|
|
390
390
|
}
|
|
391
|
-
function
|
|
391
|
+
function ga({
|
|
392
392
|
...e
|
|
393
393
|
}) {
|
|
394
|
-
return /* @__PURE__ */ a(
|
|
394
|
+
return /* @__PURE__ */ a(A.Trigger, { "data-slot": "drawer-trigger", ...e });
|
|
395
395
|
}
|
|
396
|
-
function
|
|
396
|
+
function ba({
|
|
397
397
|
...e
|
|
398
398
|
}) {
|
|
399
|
-
return /* @__PURE__ */ a(
|
|
399
|
+
return /* @__PURE__ */ a(A.Close, { "data-slot": "drawer-close", ...e });
|
|
400
400
|
}
|
|
401
|
-
function
|
|
401
|
+
function He({
|
|
402
402
|
className: e,
|
|
403
403
|
...t
|
|
404
404
|
}) {
|
|
405
405
|
return /* @__PURE__ */ a(
|
|
406
|
-
|
|
406
|
+
A.Overlay,
|
|
407
407
|
{
|
|
408
408
|
"data-slot": "drawer-overlay",
|
|
409
409
|
className: r(
|
|
@@ -414,15 +414,15 @@ function Ge({
|
|
|
414
414
|
}
|
|
415
415
|
);
|
|
416
416
|
}
|
|
417
|
-
function
|
|
417
|
+
function ha({
|
|
418
418
|
className: e,
|
|
419
419
|
children: t,
|
|
420
420
|
...o
|
|
421
421
|
}) {
|
|
422
422
|
return /* @__PURE__ */ i(W, { children: [
|
|
423
|
-
/* @__PURE__ */ a(
|
|
423
|
+
/* @__PURE__ */ a(He, {}),
|
|
424
424
|
/* @__PURE__ */ i(
|
|
425
|
-
|
|
425
|
+
A.Content,
|
|
426
426
|
{
|
|
427
427
|
"data-slot": "drawer-content",
|
|
428
428
|
className: r(
|
|
@@ -442,7 +442,7 @@ function ba({
|
|
|
442
442
|
)
|
|
443
443
|
] });
|
|
444
444
|
}
|
|
445
|
-
function
|
|
445
|
+
function va({ className: e, ...t }) {
|
|
446
446
|
return /* @__PURE__ */ a(
|
|
447
447
|
"div",
|
|
448
448
|
{
|
|
@@ -455,7 +455,7 @@ function ha({ className: e, ...t }) {
|
|
|
455
455
|
}
|
|
456
456
|
);
|
|
457
457
|
}
|
|
458
|
-
function
|
|
458
|
+
function xa({ className: e, ...t }) {
|
|
459
459
|
return /* @__PURE__ */ a(
|
|
460
460
|
"div",
|
|
461
461
|
{
|
|
@@ -465,12 +465,12 @@ function va({ className: e, ...t }) {
|
|
|
465
465
|
}
|
|
466
466
|
);
|
|
467
467
|
}
|
|
468
|
-
function
|
|
468
|
+
function wa({
|
|
469
469
|
className: e,
|
|
470
470
|
...t
|
|
471
471
|
}) {
|
|
472
472
|
return /* @__PURE__ */ a(
|
|
473
|
-
|
|
473
|
+
A.Title,
|
|
474
474
|
{
|
|
475
475
|
"data-slot": "drawer-title",
|
|
476
476
|
className: r("text-foreground font-semibold", e),
|
|
@@ -478,12 +478,12 @@ function xa({
|
|
|
478
478
|
}
|
|
479
479
|
);
|
|
480
480
|
}
|
|
481
|
-
function
|
|
481
|
+
function ya({
|
|
482
482
|
className: e,
|
|
483
483
|
...t
|
|
484
484
|
}) {
|
|
485
485
|
return /* @__PURE__ */ a(
|
|
486
|
-
|
|
486
|
+
A.Description,
|
|
487
487
|
{
|
|
488
488
|
"data-slot": "drawer-description",
|
|
489
489
|
className: r("text-muted-foreground text-sm", e),
|
|
@@ -491,29 +491,29 @@ function wa({
|
|
|
491
491
|
}
|
|
492
492
|
);
|
|
493
493
|
}
|
|
494
|
-
function
|
|
494
|
+
function Fe({
|
|
495
495
|
...e
|
|
496
496
|
}) {
|
|
497
|
-
return /* @__PURE__ */ a(
|
|
497
|
+
return /* @__PURE__ */ a(x.Root, { "data-slot": "dropdown-menu", ...e });
|
|
498
498
|
}
|
|
499
|
-
function
|
|
499
|
+
function Ke({
|
|
500
500
|
...e
|
|
501
501
|
}) {
|
|
502
502
|
return /* @__PURE__ */ a(
|
|
503
|
-
|
|
503
|
+
x.Trigger,
|
|
504
504
|
{
|
|
505
505
|
"data-slot": "dropdown-menu-trigger",
|
|
506
506
|
...e
|
|
507
507
|
}
|
|
508
508
|
);
|
|
509
509
|
}
|
|
510
|
-
function
|
|
510
|
+
function Ue({
|
|
511
511
|
className: e,
|
|
512
512
|
sideOffset: t = 4,
|
|
513
513
|
...o
|
|
514
514
|
}) {
|
|
515
|
-
return /* @__PURE__ */ a(
|
|
516
|
-
|
|
515
|
+
return /* @__PURE__ */ a(x.Portal, { children: /* @__PURE__ */ a(
|
|
516
|
+
x.Content,
|
|
517
517
|
{
|
|
518
518
|
"data-slot": "dropdown-menu-content",
|
|
519
519
|
sideOffset: t,
|
|
@@ -532,7 +532,7 @@ function K({
|
|
|
532
532
|
...n
|
|
533
533
|
}) {
|
|
534
534
|
return /* @__PURE__ */ a(
|
|
535
|
-
|
|
535
|
+
x.Item,
|
|
536
536
|
{
|
|
537
537
|
"data-slot": "dropdown-menu-item",
|
|
538
538
|
"data-inset": t,
|
|
@@ -545,14 +545,14 @@ function K({
|
|
|
545
545
|
}
|
|
546
546
|
);
|
|
547
547
|
}
|
|
548
|
-
function
|
|
548
|
+
function Na({
|
|
549
549
|
className: e,
|
|
550
550
|
children: t,
|
|
551
551
|
checked: o,
|
|
552
552
|
...n
|
|
553
553
|
}) {
|
|
554
554
|
return /* @__PURE__ */ i(
|
|
555
|
-
|
|
555
|
+
x.CheckboxItem,
|
|
556
556
|
{
|
|
557
557
|
"data-slot": "dropdown-menu-checkbox-item",
|
|
558
558
|
className: r(
|
|
@@ -562,30 +562,30 @@ function ya({
|
|
|
562
562
|
checked: o,
|
|
563
563
|
...n,
|
|
564
564
|
children: [
|
|
565
|
-
/* @__PURE__ */ a("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ a(
|
|
565
|
+
/* @__PURE__ */ a("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ a(x.ItemIndicator, { children: /* @__PURE__ */ a($, { className: "size-4" }) }) }),
|
|
566
566
|
t
|
|
567
567
|
]
|
|
568
568
|
}
|
|
569
569
|
);
|
|
570
570
|
}
|
|
571
|
-
function
|
|
571
|
+
function ka({
|
|
572
572
|
...e
|
|
573
573
|
}) {
|
|
574
574
|
return /* @__PURE__ */ a(
|
|
575
|
-
|
|
575
|
+
x.RadioGroup,
|
|
576
576
|
{
|
|
577
577
|
"data-slot": "dropdown-menu-radio-group",
|
|
578
578
|
...e
|
|
579
579
|
}
|
|
580
580
|
);
|
|
581
581
|
}
|
|
582
|
-
function
|
|
582
|
+
function za({
|
|
583
583
|
className: e,
|
|
584
584
|
children: t,
|
|
585
585
|
...o
|
|
586
586
|
}) {
|
|
587
587
|
return /* @__PURE__ */ i(
|
|
588
|
-
|
|
588
|
+
x.RadioItem,
|
|
589
589
|
{
|
|
590
590
|
"data-slot": "dropdown-menu-radio-item",
|
|
591
591
|
className: r(
|
|
@@ -594,19 +594,19 @@ function ka({
|
|
|
594
594
|
),
|
|
595
595
|
...o,
|
|
596
596
|
children: [
|
|
597
|
-
/* @__PURE__ */ a("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ a(
|
|
597
|
+
/* @__PURE__ */ a("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ a(x.ItemIndicator, { children: /* @__PURE__ */ a(ne, { className: "size-2 fill-current" }) }) }),
|
|
598
598
|
t
|
|
599
599
|
]
|
|
600
600
|
}
|
|
601
601
|
);
|
|
602
602
|
}
|
|
603
|
-
function
|
|
603
|
+
function Ca({
|
|
604
604
|
className: e,
|
|
605
605
|
inset: t,
|
|
606
606
|
...o
|
|
607
607
|
}) {
|
|
608
608
|
return /* @__PURE__ */ a(
|
|
609
|
-
|
|
609
|
+
x.Label,
|
|
610
610
|
{
|
|
611
611
|
"data-slot": "dropdown-menu-label",
|
|
612
612
|
"data-inset": t,
|
|
@@ -618,12 +618,12 @@ function za({
|
|
|
618
618
|
}
|
|
619
619
|
);
|
|
620
620
|
}
|
|
621
|
-
function
|
|
621
|
+
function Sa({
|
|
622
622
|
className: e,
|
|
623
623
|
...t
|
|
624
624
|
}) {
|
|
625
625
|
return /* @__PURE__ */ a(
|
|
626
|
-
|
|
626
|
+
x.Separator,
|
|
627
627
|
{
|
|
628
628
|
"data-slot": "dropdown-menu-separator",
|
|
629
629
|
className: r("bg-border -mx-1 my-1 h-px", e),
|
|
@@ -631,7 +631,7 @@ function Ca({
|
|
|
631
631
|
}
|
|
632
632
|
);
|
|
633
633
|
}
|
|
634
|
-
function
|
|
634
|
+
function Ta({
|
|
635
635
|
className: e,
|
|
636
636
|
...t
|
|
637
637
|
}) {
|
|
@@ -647,19 +647,19 @@ function Sa({
|
|
|
647
647
|
}
|
|
648
648
|
);
|
|
649
649
|
}
|
|
650
|
-
function
|
|
650
|
+
function _a({
|
|
651
651
|
...e
|
|
652
652
|
}) {
|
|
653
|
-
return /* @__PURE__ */ a(
|
|
653
|
+
return /* @__PURE__ */ a(x.Sub, { "data-slot": "dropdown-menu-sub", ...e });
|
|
654
654
|
}
|
|
655
|
-
function
|
|
655
|
+
function Da({
|
|
656
656
|
className: e,
|
|
657
657
|
inset: t,
|
|
658
658
|
children: o,
|
|
659
659
|
...n
|
|
660
660
|
}) {
|
|
661
661
|
return /* @__PURE__ */ i(
|
|
662
|
-
|
|
662
|
+
x.SubTrigger,
|
|
663
663
|
{
|
|
664
664
|
"data-slot": "dropdown-menu-sub-trigger",
|
|
665
665
|
"data-inset": t,
|
|
@@ -675,12 +675,12 @@ function _a({
|
|
|
675
675
|
}
|
|
676
676
|
);
|
|
677
677
|
}
|
|
678
|
-
function
|
|
678
|
+
function Ma({
|
|
679
679
|
className: e,
|
|
680
680
|
...t
|
|
681
681
|
}) {
|
|
682
682
|
return /* @__PURE__ */ a(
|
|
683
|
-
|
|
683
|
+
x.SubContent,
|
|
684
684
|
{
|
|
685
685
|
"data-slot": "dropdown-menu-sub-content",
|
|
686
686
|
className: r(
|
|
@@ -691,7 +691,7 @@ function Da({
|
|
|
691
691
|
}
|
|
692
692
|
);
|
|
693
693
|
}
|
|
694
|
-
function
|
|
694
|
+
function We({ className: e, type: t, ...o }) {
|
|
695
695
|
return /* @__PURE__ */ a(
|
|
696
696
|
"input",
|
|
697
697
|
{
|
|
@@ -707,7 +707,7 @@ function Ue({ className: e, type: t, ...o }) {
|
|
|
707
707
|
}
|
|
708
708
|
);
|
|
709
709
|
}
|
|
710
|
-
function
|
|
710
|
+
function Ia({ className: e, ...t }) {
|
|
711
711
|
return /* @__PURE__ */ a(
|
|
712
712
|
"textarea",
|
|
713
713
|
{
|
|
@@ -722,7 +722,7 @@ function Ma({ className: e, ...t }) {
|
|
|
722
722
|
}
|
|
723
723
|
);
|
|
724
724
|
}
|
|
725
|
-
function
|
|
725
|
+
function Pa({
|
|
726
726
|
className: e,
|
|
727
727
|
...t
|
|
728
728
|
}) {
|
|
@@ -737,7 +737,7 @@ function Ia({
|
|
|
737
737
|
),
|
|
738
738
|
"data-slot": "search-input-wrapper",
|
|
739
739
|
children: [
|
|
740
|
-
/* @__PURE__ */ a(
|
|
740
|
+
/* @__PURE__ */ a(Te, { className: "size-4 text-muted-foreground mr-2" }),
|
|
741
741
|
/* @__PURE__ */ a(
|
|
742
742
|
"input",
|
|
743
743
|
{
|
|
@@ -752,12 +752,12 @@ function Ia({
|
|
|
752
752
|
}
|
|
753
753
|
);
|
|
754
754
|
}
|
|
755
|
-
function
|
|
755
|
+
function Ra({
|
|
756
756
|
className: e,
|
|
757
757
|
...t
|
|
758
758
|
}) {
|
|
759
759
|
return /* @__PURE__ */ a(
|
|
760
|
-
|
|
760
|
+
Ee.Root,
|
|
761
761
|
{
|
|
762
762
|
"data-slot": "label",
|
|
763
763
|
className: r(
|
|
@@ -768,7 +768,7 @@ function Pa({
|
|
|
768
768
|
}
|
|
769
769
|
);
|
|
770
770
|
}
|
|
771
|
-
function
|
|
771
|
+
function Aa({ className: e, ...t }) {
|
|
772
772
|
return /* @__PURE__ */ a(
|
|
773
773
|
"nav",
|
|
774
774
|
{
|
|
@@ -780,7 +780,7 @@ function Ra({ className: e, ...t }) {
|
|
|
780
780
|
}
|
|
781
781
|
);
|
|
782
782
|
}
|
|
783
|
-
function
|
|
783
|
+
function La({
|
|
784
784
|
className: e,
|
|
785
785
|
...t
|
|
786
786
|
}) {
|
|
@@ -793,7 +793,7 @@ function Aa({
|
|
|
793
793
|
}
|
|
794
794
|
);
|
|
795
795
|
}
|
|
796
|
-
function
|
|
796
|
+
function Ea({ ...e }) {
|
|
797
797
|
return /* @__PURE__ */ a("li", { "data-slot": "pagination-item", ...e });
|
|
798
798
|
}
|
|
799
799
|
function de({
|
|
@@ -819,7 +819,7 @@ function de({
|
|
|
819
819
|
}
|
|
820
820
|
);
|
|
821
821
|
}
|
|
822
|
-
function
|
|
822
|
+
function ja({
|
|
823
823
|
className: e,
|
|
824
824
|
...t
|
|
825
825
|
}) {
|
|
@@ -831,13 +831,13 @@ function Ea({
|
|
|
831
831
|
className: r("gap-1 px-2.5 sm:pl-2.5", e),
|
|
832
832
|
...t,
|
|
833
833
|
children: [
|
|
834
|
-
/* @__PURE__ */ a(
|
|
834
|
+
/* @__PURE__ */ a(De, {}),
|
|
835
835
|
/* @__PURE__ */ a("span", { className: "hidden sm:block", children: "Previous" })
|
|
836
836
|
]
|
|
837
837
|
}
|
|
838
838
|
);
|
|
839
839
|
}
|
|
840
|
-
function
|
|
840
|
+
function Ba({
|
|
841
841
|
className: e,
|
|
842
842
|
...t
|
|
843
843
|
}) {
|
|
@@ -855,7 +855,7 @@ function ja({
|
|
|
855
855
|
}
|
|
856
856
|
);
|
|
857
857
|
}
|
|
858
|
-
function
|
|
858
|
+
function Oa({
|
|
859
859
|
className: e,
|
|
860
860
|
...t
|
|
861
861
|
}) {
|
|
@@ -867,23 +867,23 @@ function Ba({
|
|
|
867
867
|
className: r("flex size-9 items-center justify-center", e),
|
|
868
868
|
...t,
|
|
869
869
|
children: [
|
|
870
|
-
/* @__PURE__ */ a(
|
|
870
|
+
/* @__PURE__ */ a(_e, { className: "size-4" }),
|
|
871
871
|
/* @__PURE__ */ a("span", { className: "sr-only", children: "More pages" })
|
|
872
872
|
]
|
|
873
873
|
}
|
|
874
874
|
);
|
|
875
875
|
}
|
|
876
|
-
function
|
|
876
|
+
function qe({
|
|
877
877
|
...e
|
|
878
878
|
}) {
|
|
879
879
|
return /* @__PURE__ */ a(V.Root, { "data-slot": "popover", ...e });
|
|
880
880
|
}
|
|
881
|
-
function
|
|
881
|
+
function Xe({
|
|
882
882
|
...e
|
|
883
883
|
}) {
|
|
884
884
|
return /* @__PURE__ */ a(V.Trigger, { "data-slot": "popover-trigger", ...e });
|
|
885
885
|
}
|
|
886
|
-
function
|
|
886
|
+
function Ye({
|
|
887
887
|
className: e,
|
|
888
888
|
align: t = "center",
|
|
889
889
|
sideOffset: o = 4,
|
|
@@ -913,10 +913,10 @@ function ae({ className: e, ...t }) {
|
|
|
913
913
|
}
|
|
914
914
|
);
|
|
915
915
|
}
|
|
916
|
-
const
|
|
917
|
-
const { theme: t = "system" } =
|
|
916
|
+
const $a = ({ ...e }) => {
|
|
917
|
+
const { theme: t = "system" } = je();
|
|
918
918
|
return /* @__PURE__ */ a(
|
|
919
|
-
|
|
919
|
+
Be,
|
|
920
920
|
{
|
|
921
921
|
theme: t,
|
|
922
922
|
className: "toaster group",
|
|
@@ -929,7 +929,7 @@ const Oa = ({ ...e }) => {
|
|
|
929
929
|
}
|
|
930
930
|
);
|
|
931
931
|
};
|
|
932
|
-
function
|
|
932
|
+
function Va({
|
|
933
933
|
rowCount: e,
|
|
934
934
|
rowHeight: t = 48,
|
|
935
935
|
height: o = 400,
|
|
@@ -937,20 +937,20 @@ function $a({
|
|
|
937
937
|
children: s
|
|
938
938
|
}) {
|
|
939
939
|
return /* @__PURE__ */ a(
|
|
940
|
-
|
|
940
|
+
Oe,
|
|
941
941
|
{
|
|
942
|
-
className: r("w-full", n),
|
|
942
|
+
className: r("w-full contents", n),
|
|
943
943
|
height: o,
|
|
944
944
|
itemCount: e,
|
|
945
945
|
itemSize: t,
|
|
946
946
|
width: "100%",
|
|
947
|
-
outerElementType:
|
|
948
|
-
innerElementType:
|
|
947
|
+
outerElementType: Je,
|
|
948
|
+
innerElementType: we,
|
|
949
949
|
children: ({ index: d, style: u }) => s(d, u)
|
|
950
950
|
}
|
|
951
951
|
);
|
|
952
952
|
}
|
|
953
|
-
function
|
|
953
|
+
function Ga({ className: e, ...t }) {
|
|
954
954
|
return /* @__PURE__ */ a(
|
|
955
955
|
"div",
|
|
956
956
|
{
|
|
@@ -967,7 +967,7 @@ function Va({ className: e, ...t }) {
|
|
|
967
967
|
}
|
|
968
968
|
);
|
|
969
969
|
}
|
|
970
|
-
function
|
|
970
|
+
function Ha({ className: e, ...t }) {
|
|
971
971
|
return /* @__PURE__ */ a(
|
|
972
972
|
"thead",
|
|
973
973
|
{
|
|
@@ -977,7 +977,7 @@ function Ga({ className: e, ...t }) {
|
|
|
977
977
|
}
|
|
978
978
|
);
|
|
979
979
|
}
|
|
980
|
-
function
|
|
980
|
+
function Je({ className: e, ...t }) {
|
|
981
981
|
return /* @__PURE__ */ a(
|
|
982
982
|
"tbody",
|
|
983
983
|
{
|
|
@@ -987,7 +987,7 @@ function Ye({ className: e, ...t }) {
|
|
|
987
987
|
}
|
|
988
988
|
);
|
|
989
989
|
}
|
|
990
|
-
function
|
|
990
|
+
function Fa({ className: e, style: t, ...o }) {
|
|
991
991
|
return /* @__PURE__ */ a(
|
|
992
992
|
"tr",
|
|
993
993
|
{
|
|
@@ -1001,7 +1001,7 @@ function Ha({ className: e, style: t, ...o }) {
|
|
|
1001
1001
|
}
|
|
1002
1002
|
);
|
|
1003
1003
|
}
|
|
1004
|
-
function
|
|
1004
|
+
function Ka({ className: e, ...t }) {
|
|
1005
1005
|
const { icon: o, ...n } = t, { children: s } = n;
|
|
1006
1006
|
return /* @__PURE__ */ a(
|
|
1007
1007
|
"th",
|
|
@@ -1019,7 +1019,7 @@ function Fa({ className: e, ...t }) {
|
|
|
1019
1019
|
}
|
|
1020
1020
|
);
|
|
1021
1021
|
}
|
|
1022
|
-
function
|
|
1022
|
+
function Ua({ className: e, ...t }) {
|
|
1023
1023
|
return /* @__PURE__ */ a(
|
|
1024
1024
|
"td",
|
|
1025
1025
|
{
|
|
@@ -1032,7 +1032,7 @@ function Ka({ className: e, ...t }) {
|
|
|
1032
1032
|
}
|
|
1033
1033
|
);
|
|
1034
1034
|
}
|
|
1035
|
-
function
|
|
1035
|
+
function Wa({
|
|
1036
1036
|
className: e,
|
|
1037
1037
|
...t
|
|
1038
1038
|
}) {
|
|
@@ -1045,7 +1045,7 @@ function Ua({
|
|
|
1045
1045
|
}
|
|
1046
1046
|
);
|
|
1047
1047
|
}
|
|
1048
|
-
function
|
|
1048
|
+
function qa({
|
|
1049
1049
|
className: e,
|
|
1050
1050
|
...t
|
|
1051
1051
|
}) {
|
|
@@ -1058,7 +1058,7 @@ function Wa({
|
|
|
1058
1058
|
}
|
|
1059
1059
|
);
|
|
1060
1060
|
}
|
|
1061
|
-
function
|
|
1061
|
+
function Xa({
|
|
1062
1062
|
className: e,
|
|
1063
1063
|
...t
|
|
1064
1064
|
}) {
|
|
@@ -1074,7 +1074,7 @@ function qa({
|
|
|
1074
1074
|
}
|
|
1075
1075
|
);
|
|
1076
1076
|
}
|
|
1077
|
-
function
|
|
1077
|
+
function Ya({
|
|
1078
1078
|
className: e,
|
|
1079
1079
|
...t
|
|
1080
1080
|
}) {
|
|
@@ -1090,7 +1090,7 @@ function Xa({
|
|
|
1090
1090
|
}
|
|
1091
1091
|
);
|
|
1092
1092
|
}
|
|
1093
|
-
function
|
|
1093
|
+
function Ja({
|
|
1094
1094
|
className: e,
|
|
1095
1095
|
...t
|
|
1096
1096
|
}) {
|
|
@@ -1108,7 +1108,7 @@ function le({
|
|
|
1108
1108
|
...t
|
|
1109
1109
|
}) {
|
|
1110
1110
|
return /* @__PURE__ */ a(
|
|
1111
|
-
|
|
1111
|
+
E.Provider,
|
|
1112
1112
|
{
|
|
1113
1113
|
"data-slot": "tooltip-provider",
|
|
1114
1114
|
delayDuration: e,
|
|
@@ -1116,24 +1116,24 @@ function le({
|
|
|
1116
1116
|
}
|
|
1117
1117
|
);
|
|
1118
1118
|
}
|
|
1119
|
-
function
|
|
1119
|
+
function Qe({
|
|
1120
1120
|
...e
|
|
1121
1121
|
}) {
|
|
1122
|
-
return /* @__PURE__ */ a(le, { children: /* @__PURE__ */ a(
|
|
1122
|
+
return /* @__PURE__ */ a(le, { children: /* @__PURE__ */ a(E.Root, { "data-slot": "tooltip", ...e }) });
|
|
1123
1123
|
}
|
|
1124
|
-
function
|
|
1124
|
+
function Ze({
|
|
1125
1125
|
...e
|
|
1126
1126
|
}) {
|
|
1127
|
-
return /* @__PURE__ */ a(
|
|
1127
|
+
return /* @__PURE__ */ a(E.Trigger, { "data-slot": "tooltip-trigger", ...e });
|
|
1128
1128
|
}
|
|
1129
|
-
function
|
|
1129
|
+
function et({
|
|
1130
1130
|
className: e,
|
|
1131
1131
|
sideOffset: t = 0,
|
|
1132
1132
|
children: o,
|
|
1133
1133
|
...n
|
|
1134
1134
|
}) {
|
|
1135
|
-
return /* @__PURE__ */ a(
|
|
1136
|
-
|
|
1135
|
+
return /* @__PURE__ */ a(E.Portal, { children: /* @__PURE__ */ i(
|
|
1136
|
+
E.Content,
|
|
1137
1137
|
{
|
|
1138
1138
|
"data-slot": "tooltip-content",
|
|
1139
1139
|
sideOffset: t,
|
|
@@ -1144,15 +1144,15 @@ function Ze({
|
|
|
1144
1144
|
...n,
|
|
1145
1145
|
children: [
|
|
1146
1146
|
o,
|
|
1147
|
-
/* @__PURE__ */ a(
|
|
1147
|
+
/* @__PURE__ */ a(E.Arrow, { className: "bg-primary fill-primary z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" })
|
|
1148
1148
|
]
|
|
1149
1149
|
}
|
|
1150
1150
|
) });
|
|
1151
1151
|
}
|
|
1152
|
-
function
|
|
1152
|
+
function Qa({ ...e }) {
|
|
1153
1153
|
return /* @__PURE__ */ a("nav", { "aria-label": "breadcrumb", "data-slot": "breadcrumb", ...e });
|
|
1154
1154
|
}
|
|
1155
|
-
function
|
|
1155
|
+
function Za({ className: e, ...t }) {
|
|
1156
1156
|
return /* @__PURE__ */ a(
|
|
1157
1157
|
"ol",
|
|
1158
1158
|
{
|
|
@@ -1165,7 +1165,7 @@ function Qa({ className: e, ...t }) {
|
|
|
1165
1165
|
}
|
|
1166
1166
|
);
|
|
1167
1167
|
}
|
|
1168
|
-
function
|
|
1168
|
+
function er({ className: e, ...t }) {
|
|
1169
1169
|
return /* @__PURE__ */ a(
|
|
1170
1170
|
"li",
|
|
1171
1171
|
{
|
|
@@ -1175,13 +1175,13 @@ function Za({ className: e, ...t }) {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
);
|
|
1177
1177
|
}
|
|
1178
|
-
function
|
|
1178
|
+
function tr({
|
|
1179
1179
|
asChild: e,
|
|
1180
1180
|
className: t,
|
|
1181
1181
|
...o
|
|
1182
1182
|
}) {
|
|
1183
1183
|
return /* @__PURE__ */ a(
|
|
1184
|
-
e ?
|
|
1184
|
+
e ? I : "a",
|
|
1185
1185
|
{
|
|
1186
1186
|
"data-slot": "breadcrumb-link",
|
|
1187
1187
|
className: r("hover:text-foreground transition-colors", t),
|
|
@@ -1189,7 +1189,7 @@ function er({
|
|
|
1189
1189
|
}
|
|
1190
1190
|
);
|
|
1191
1191
|
}
|
|
1192
|
-
function
|
|
1192
|
+
function ar({ className: e, ...t }) {
|
|
1193
1193
|
return /* @__PURE__ */ a(
|
|
1194
1194
|
"span",
|
|
1195
1195
|
{
|
|
@@ -1202,7 +1202,7 @@ function tr({ className: e, ...t }) {
|
|
|
1202
1202
|
}
|
|
1203
1203
|
);
|
|
1204
1204
|
}
|
|
1205
|
-
function
|
|
1205
|
+
function rr({
|
|
1206
1206
|
children: e,
|
|
1207
1207
|
className: t,
|
|
1208
1208
|
...o
|
|
@@ -1219,22 +1219,22 @@ function ar({
|
|
|
1219
1219
|
}
|
|
1220
1220
|
);
|
|
1221
1221
|
}
|
|
1222
|
-
function
|
|
1222
|
+
function or({
|
|
1223
1223
|
...e
|
|
1224
1224
|
}) {
|
|
1225
1225
|
return /* @__PURE__ */ a(b.Root, { "data-slot": "dialog", ...e });
|
|
1226
1226
|
}
|
|
1227
|
-
function
|
|
1227
|
+
function nr({
|
|
1228
1228
|
...e
|
|
1229
1229
|
}) {
|
|
1230
1230
|
return /* @__PURE__ */ a(b.Trigger, { "data-slot": "dialog-trigger", ...e });
|
|
1231
1231
|
}
|
|
1232
|
-
function
|
|
1232
|
+
function tt({
|
|
1233
1233
|
...e
|
|
1234
1234
|
}) {
|
|
1235
1235
|
return /* @__PURE__ */ a(b.Portal, { "data-slot": "dialog-portal", ...e });
|
|
1236
1236
|
}
|
|
1237
|
-
function
|
|
1237
|
+
function at({
|
|
1238
1238
|
className: e,
|
|
1239
1239
|
...t
|
|
1240
1240
|
}) {
|
|
@@ -1250,14 +1250,14 @@ function tt({
|
|
|
1250
1250
|
}
|
|
1251
1251
|
);
|
|
1252
1252
|
}
|
|
1253
|
-
function
|
|
1253
|
+
function ir({
|
|
1254
1254
|
className: e,
|
|
1255
1255
|
children: t,
|
|
1256
1256
|
showCloseButton: o = !0,
|
|
1257
1257
|
...n
|
|
1258
1258
|
}) {
|
|
1259
|
-
return /* @__PURE__ */ i(
|
|
1260
|
-
/* @__PURE__ */ a(
|
|
1259
|
+
return /* @__PURE__ */ i(tt, { "data-slot": "dialog-portal", children: [
|
|
1260
|
+
/* @__PURE__ */ a(at, {}),
|
|
1261
1261
|
/* @__PURE__ */ i(
|
|
1262
1262
|
b.Content,
|
|
1263
1263
|
{
|
|
@@ -1285,7 +1285,7 @@ function nr({
|
|
|
1285
1285
|
)
|
|
1286
1286
|
] });
|
|
1287
1287
|
}
|
|
1288
|
-
function
|
|
1288
|
+
function sr({ className: e, ...t }) {
|
|
1289
1289
|
return /* @__PURE__ */ a(
|
|
1290
1290
|
"div",
|
|
1291
1291
|
{
|
|
@@ -1295,7 +1295,7 @@ function ir({ className: e, ...t }) {
|
|
|
1295
1295
|
}
|
|
1296
1296
|
);
|
|
1297
1297
|
}
|
|
1298
|
-
function
|
|
1298
|
+
function dr({ className: e, ...t }) {
|
|
1299
1299
|
return /* @__PURE__ */ a(
|
|
1300
1300
|
"div",
|
|
1301
1301
|
{
|
|
@@ -1308,7 +1308,7 @@ function sr({ className: e, ...t }) {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
);
|
|
1310
1310
|
}
|
|
1311
|
-
function
|
|
1311
|
+
function lr({
|
|
1312
1312
|
className: e,
|
|
1313
1313
|
...t
|
|
1314
1314
|
}) {
|
|
@@ -1321,7 +1321,7 @@ function dr({
|
|
|
1321
1321
|
}
|
|
1322
1322
|
);
|
|
1323
1323
|
}
|
|
1324
|
-
function
|
|
1324
|
+
function cr({
|
|
1325
1325
|
className: e,
|
|
1326
1326
|
...t
|
|
1327
1327
|
}) {
|
|
@@ -1334,12 +1334,12 @@ function lr({
|
|
|
1334
1334
|
}
|
|
1335
1335
|
);
|
|
1336
1336
|
}
|
|
1337
|
-
function
|
|
1337
|
+
function rt({
|
|
1338
1338
|
className: e,
|
|
1339
1339
|
...t
|
|
1340
1340
|
}) {
|
|
1341
1341
|
return /* @__PURE__ */ a(
|
|
1342
|
-
|
|
1342
|
+
j,
|
|
1343
1343
|
{
|
|
1344
1344
|
"data-slot": "command",
|
|
1345
1345
|
className: r(
|
|
@@ -1350,7 +1350,7 @@ function at({
|
|
|
1350
1350
|
}
|
|
1351
1351
|
);
|
|
1352
1352
|
}
|
|
1353
|
-
function
|
|
1353
|
+
function ot({
|
|
1354
1354
|
className: e,
|
|
1355
1355
|
...t
|
|
1356
1356
|
}) {
|
|
@@ -1360,9 +1360,9 @@ function rt({
|
|
|
1360
1360
|
"data-slot": "command-input-wrapper",
|
|
1361
1361
|
className: "flex h-9 items-center gap-2 border-b px-3",
|
|
1362
1362
|
children: [
|
|
1363
|
-
/* @__PURE__ */ a(
|
|
1363
|
+
/* @__PURE__ */ a(Me, { className: "size-4 shrink-0 opacity-50" }),
|
|
1364
1364
|
/* @__PURE__ */ a(
|
|
1365
|
-
|
|
1365
|
+
j.Input,
|
|
1366
1366
|
{
|
|
1367
1367
|
"data-slot": "command-input",
|
|
1368
1368
|
className: r(
|
|
@@ -1376,12 +1376,12 @@ function rt({
|
|
|
1376
1376
|
}
|
|
1377
1377
|
);
|
|
1378
1378
|
}
|
|
1379
|
-
function
|
|
1379
|
+
function nt({
|
|
1380
1380
|
className: e,
|
|
1381
1381
|
...t
|
|
1382
1382
|
}) {
|
|
1383
1383
|
return /* @__PURE__ */ a(
|
|
1384
|
-
|
|
1384
|
+
j.List,
|
|
1385
1385
|
{
|
|
1386
1386
|
"data-slot": "command-list",
|
|
1387
1387
|
className: r(
|
|
@@ -1392,11 +1392,11 @@ function ot({
|
|
|
1392
1392
|
}
|
|
1393
1393
|
);
|
|
1394
1394
|
}
|
|
1395
|
-
function
|
|
1395
|
+
function it({
|
|
1396
1396
|
...e
|
|
1397
1397
|
}) {
|
|
1398
1398
|
return /* @__PURE__ */ a(
|
|
1399
|
-
|
|
1399
|
+
j.Empty,
|
|
1400
1400
|
{
|
|
1401
1401
|
"data-slot": "command-empty",
|
|
1402
1402
|
className: "py-6 text-center text-sm",
|
|
@@ -1404,12 +1404,12 @@ function nt({
|
|
|
1404
1404
|
}
|
|
1405
1405
|
);
|
|
1406
1406
|
}
|
|
1407
|
-
function
|
|
1407
|
+
function st({
|
|
1408
1408
|
className: e,
|
|
1409
1409
|
...t
|
|
1410
1410
|
}) {
|
|
1411
1411
|
return /* @__PURE__ */ a(
|
|
1412
|
-
|
|
1412
|
+
j.Group,
|
|
1413
1413
|
{
|
|
1414
1414
|
"data-slot": "command-group",
|
|
1415
1415
|
className: r(
|
|
@@ -1420,12 +1420,12 @@ function it({
|
|
|
1420
1420
|
}
|
|
1421
1421
|
);
|
|
1422
1422
|
}
|
|
1423
|
-
function
|
|
1423
|
+
function dt({
|
|
1424
1424
|
className: e,
|
|
1425
1425
|
...t
|
|
1426
1426
|
}) {
|
|
1427
1427
|
return /* @__PURE__ */ a(
|
|
1428
|
-
|
|
1428
|
+
j.Item,
|
|
1429
1429
|
{
|
|
1430
1430
|
"data-slot": "command-item",
|
|
1431
1431
|
className: r(
|
|
@@ -1436,22 +1436,22 @@ function st({
|
|
|
1436
1436
|
}
|
|
1437
1437
|
);
|
|
1438
1438
|
}
|
|
1439
|
-
function
|
|
1439
|
+
function ur({
|
|
1440
1440
|
...e
|
|
1441
1441
|
}) {
|
|
1442
1442
|
return /* @__PURE__ */ a(w.Root, { "data-slot": "select", ...e });
|
|
1443
1443
|
}
|
|
1444
|
-
function
|
|
1444
|
+
function mr({
|
|
1445
1445
|
...e
|
|
1446
1446
|
}) {
|
|
1447
1447
|
return /* @__PURE__ */ a(w.Group, { "data-slot": "select-group", ...e });
|
|
1448
1448
|
}
|
|
1449
|
-
function
|
|
1449
|
+
function fr({
|
|
1450
1450
|
...e
|
|
1451
1451
|
}) {
|
|
1452
1452
|
return /* @__PURE__ */ a(w.Value, { "data-slot": "select-value", ...e });
|
|
1453
1453
|
}
|
|
1454
|
-
function
|
|
1454
|
+
function pr({
|
|
1455
1455
|
className: e,
|
|
1456
1456
|
size: t = "default",
|
|
1457
1457
|
children: o,
|
|
@@ -1474,7 +1474,7 @@ function fr({
|
|
|
1474
1474
|
}
|
|
1475
1475
|
);
|
|
1476
1476
|
}
|
|
1477
|
-
function
|
|
1477
|
+
function gr({
|
|
1478
1478
|
className: e,
|
|
1479
1479
|
children: t,
|
|
1480
1480
|
position: o = "popper",
|
|
@@ -1492,7 +1492,7 @@ function pr({
|
|
|
1492
1492
|
position: o,
|
|
1493
1493
|
...n,
|
|
1494
1494
|
children: [
|
|
1495
|
-
/* @__PURE__ */ a(
|
|
1495
|
+
/* @__PURE__ */ a(lt, {}),
|
|
1496
1496
|
/* @__PURE__ */ a(
|
|
1497
1497
|
w.Viewport,
|
|
1498
1498
|
{
|
|
@@ -1503,12 +1503,12 @@ function pr({
|
|
|
1503
1503
|
children: t
|
|
1504
1504
|
}
|
|
1505
1505
|
),
|
|
1506
|
-
/* @__PURE__ */ a(
|
|
1506
|
+
/* @__PURE__ */ a(ct, {})
|
|
1507
1507
|
]
|
|
1508
1508
|
}
|
|
1509
1509
|
) });
|
|
1510
1510
|
}
|
|
1511
|
-
function
|
|
1511
|
+
function br({
|
|
1512
1512
|
className: e,
|
|
1513
1513
|
...t
|
|
1514
1514
|
}) {
|
|
@@ -1521,7 +1521,7 @@ function gr({
|
|
|
1521
1521
|
}
|
|
1522
1522
|
);
|
|
1523
1523
|
}
|
|
1524
|
-
function
|
|
1524
|
+
function hr({
|
|
1525
1525
|
className: e,
|
|
1526
1526
|
children: t,
|
|
1527
1527
|
...o
|
|
@@ -1542,7 +1542,7 @@ function br({
|
|
|
1542
1542
|
}
|
|
1543
1543
|
);
|
|
1544
1544
|
}
|
|
1545
|
-
function
|
|
1545
|
+
function lt({
|
|
1546
1546
|
className: e,
|
|
1547
1547
|
...t
|
|
1548
1548
|
}) {
|
|
@@ -1555,11 +1555,11 @@ function dt({
|
|
|
1555
1555
|
e
|
|
1556
1556
|
),
|
|
1557
1557
|
...t,
|
|
1558
|
-
children: /* @__PURE__ */ a(
|
|
1558
|
+
children: /* @__PURE__ */ a(Pe, { className: "size-4" })
|
|
1559
1559
|
}
|
|
1560
1560
|
);
|
|
1561
1561
|
}
|
|
1562
|
-
function
|
|
1562
|
+
function ct({
|
|
1563
1563
|
className: e,
|
|
1564
1564
|
...t
|
|
1565
1565
|
}) {
|
|
@@ -1576,7 +1576,7 @@ function lt({
|
|
|
1576
1576
|
}
|
|
1577
1577
|
);
|
|
1578
1578
|
}
|
|
1579
|
-
function
|
|
1579
|
+
function vr({
|
|
1580
1580
|
options: e,
|
|
1581
1581
|
placeholder: t = "Select option...",
|
|
1582
1582
|
searchPlaceholder: o = "Search...",
|
|
@@ -1587,35 +1587,37 @@ function hr({
|
|
|
1587
1587
|
disabled: c = !1,
|
|
1588
1588
|
extraOptions: f,
|
|
1589
1589
|
side: l = "bottom",
|
|
1590
|
-
align:
|
|
1591
|
-
onlyIcon:
|
|
1590
|
+
align: S = "start",
|
|
1591
|
+
onlyIcon: P = !1,
|
|
1592
1592
|
label: z,
|
|
1593
|
-
inputProps:
|
|
1593
|
+
inputProps: T,
|
|
1594
|
+
buttonProps: _
|
|
1594
1595
|
}) {
|
|
1595
|
-
const [
|
|
1596
|
+
const [R, N] = g.useState(!1), [p, m] = g.useState(""), D = n ?? p, [M, be] = g.useState(""), he = g.useMemo(
|
|
1596
1597
|
() => e.filter(
|
|
1597
|
-
(
|
|
1598
|
+
(h) => h.label.toLowerCase().includes(M.toLowerCase())
|
|
1598
1599
|
),
|
|
1599
|
-
[e,
|
|
1600
|
-
),
|
|
1601
|
-
n === void 0 &&
|
|
1602
|
-
},
|
|
1603
|
-
return /* @__PURE__ */ i(
|
|
1604
|
-
/* @__PURE__ */ a(
|
|
1600
|
+
[e, M]
|
|
1601
|
+
), ve = (h) => {
|
|
1602
|
+
n === void 0 && m(h === D ? "" : h), s?.(h === D ? "" : h), N(!1);
|
|
1603
|
+
}, L = e.find((h) => h.value === D);
|
|
1604
|
+
return /* @__PURE__ */ i(qe, { open: R, onOpenChange: N, modal: !0, children: [
|
|
1605
|
+
/* @__PURE__ */ a(Xe, { children: /* @__PURE__ */ i(
|
|
1605
1606
|
J,
|
|
1606
1607
|
{
|
|
1607
1608
|
variant: "outline",
|
|
1608
1609
|
role: "combobox",
|
|
1609
|
-
"aria-expanded":
|
|
1610
|
+
"aria-expanded": R,
|
|
1610
1611
|
className: r(
|
|
1611
1612
|
"w-full justify-between overflow-hidden",
|
|
1612
1613
|
// Add overflow-hidden
|
|
1613
1614
|
d,
|
|
1614
1615
|
{
|
|
1615
|
-
"has-[>svg]:px-2 px-2":
|
|
1616
|
+
"has-[>svg]:px-2 px-2": P
|
|
1616
1617
|
}
|
|
1617
1618
|
),
|
|
1618
1619
|
disabled: c,
|
|
1620
|
+
..._,
|
|
1619
1621
|
children: [
|
|
1620
1622
|
/* @__PURE__ */ a(
|
|
1621
1623
|
"span",
|
|
@@ -1623,42 +1625,43 @@ function hr({
|
|
|
1623
1625
|
className: r(
|
|
1624
1626
|
"flex items-center gap-2",
|
|
1625
1627
|
{
|
|
1626
|
-
"text-muted-foreground": !
|
|
1627
|
-
"min-w-0 truncate": !
|
|
1628
|
+
"text-muted-foreground": !L && !!t,
|
|
1629
|
+
"min-w-0 truncate": !P
|
|
1628
1630
|
}
|
|
1629
1631
|
),
|
|
1630
|
-
children:
|
|
1631
|
-
|
|
1632
|
-
/* @__PURE__ */ a("
|
|
1632
|
+
children: L ? /* @__PURE__ */ a(W, { children: P ? L.icon : /* @__PURE__ */ i(W, { children: [
|
|
1633
|
+
L.icon,
|
|
1634
|
+
/* @__PURE__ */ a("p", { className: "grow truncate", children: L.label }),
|
|
1635
|
+
L.rightIcon
|
|
1633
1636
|
] }) }) : /* @__PURE__ */ a("span", { className: "truncate", children: t })
|
|
1634
1637
|
}
|
|
1635
1638
|
),
|
|
1636
|
-
/* @__PURE__ */ a(
|
|
1639
|
+
/* @__PURE__ */ a(Ie, { className: "ml-2 h-4 w-4 shrink-0 opacity-50" })
|
|
1637
1640
|
]
|
|
1638
1641
|
}
|
|
1639
1642
|
) }),
|
|
1640
|
-
/* @__PURE__ */ a(
|
|
1643
|
+
/* @__PURE__ */ a(Ye, { className: r("p-0", u), side: l, align: S, children: /* @__PURE__ */ i(rt, { children: [
|
|
1641
1644
|
/* @__PURE__ */ a(
|
|
1642
|
-
|
|
1645
|
+
ot,
|
|
1643
1646
|
{
|
|
1644
1647
|
placeholder: o,
|
|
1645
|
-
value:
|
|
1646
|
-
onValueChange:
|
|
1647
|
-
...
|
|
1648
|
+
value: M,
|
|
1649
|
+
onValueChange: be,
|
|
1650
|
+
...T
|
|
1648
1651
|
}
|
|
1649
1652
|
),
|
|
1650
|
-
/* @__PURE__ */ i(
|
|
1651
|
-
/* @__PURE__ */ i(
|
|
1653
|
+
/* @__PURE__ */ i(nt, { children: [
|
|
1654
|
+
/* @__PURE__ */ i(it, { children: [
|
|
1652
1655
|
"No ",
|
|
1653
1656
|
z?.toLowerCase() ?? "option",
|
|
1654
1657
|
" found."
|
|
1655
1658
|
] }),
|
|
1656
|
-
/* @__PURE__ */ i(
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
+
/* @__PURE__ */ i(st, { children: [
|
|
1660
|
+
he.map((h) => /* @__PURE__ */ i(
|
|
1661
|
+
dt,
|
|
1659
1662
|
{
|
|
1660
|
-
value:
|
|
1661
|
-
onSelect: (
|
|
1663
|
+
value: h.value,
|
|
1664
|
+
onSelect: (xe) => ve(xe),
|
|
1662
1665
|
className: "break-all",
|
|
1663
1666
|
children: [
|
|
1664
1667
|
/* @__PURE__ */ a(
|
|
@@ -1666,15 +1669,16 @@ function hr({
|
|
|
1666
1669
|
{
|
|
1667
1670
|
className: r(
|
|
1668
1671
|
"mr-2 h-4 w-4",
|
|
1669
|
-
|
|
1672
|
+
D === h.value ? "opacity-100" : "opacity-0"
|
|
1670
1673
|
)
|
|
1671
1674
|
}
|
|
1672
1675
|
),
|
|
1673
|
-
|
|
1674
|
-
|
|
1676
|
+
h.icon,
|
|
1677
|
+
/* @__PURE__ */ a("p", { className: "grow truncate", children: h.label }),
|
|
1678
|
+
h.rightIcon
|
|
1675
1679
|
]
|
|
1676
1680
|
},
|
|
1677
|
-
|
|
1681
|
+
h.value
|
|
1678
1682
|
)),
|
|
1679
1683
|
f
|
|
1680
1684
|
] })
|
|
@@ -1683,7 +1687,7 @@ function hr({
|
|
|
1683
1687
|
] });
|
|
1684
1688
|
}
|
|
1685
1689
|
const U = 768;
|
|
1686
|
-
function
|
|
1690
|
+
function ut() {
|
|
1687
1691
|
const [e, t] = g.useState(void 0);
|
|
1688
1692
|
return g.useEffect(() => {
|
|
1689
1693
|
const o = window.matchMedia(`(max-width: ${U - 1}px)`), n = () => {
|
|
@@ -1699,7 +1703,7 @@ function ce({
|
|
|
1699
1703
|
...n
|
|
1700
1704
|
}) {
|
|
1701
1705
|
return /* @__PURE__ */ a(
|
|
1702
|
-
|
|
1706
|
+
$e.Root,
|
|
1703
1707
|
{
|
|
1704
1708
|
"data-slot": "separator",
|
|
1705
1709
|
decorative: o,
|
|
@@ -1712,20 +1716,20 @@ function ce({
|
|
|
1712
1716
|
}
|
|
1713
1717
|
);
|
|
1714
1718
|
}
|
|
1715
|
-
function
|
|
1719
|
+
function mt({ ...e }) {
|
|
1716
1720
|
return /* @__PURE__ */ a(b.Root, { "data-slot": "sheet", ...e });
|
|
1717
1721
|
}
|
|
1718
|
-
function
|
|
1722
|
+
function xr({
|
|
1719
1723
|
...e
|
|
1720
1724
|
}) {
|
|
1721
1725
|
return /* @__PURE__ */ a(b.Trigger, { "data-slot": "sheet-trigger", ...e });
|
|
1722
1726
|
}
|
|
1723
|
-
function
|
|
1727
|
+
function ft({
|
|
1724
1728
|
...e
|
|
1725
1729
|
}) {
|
|
1726
1730
|
return /* @__PURE__ */ a(b.Portal, { "data-slot": "sheet-portal", ...e });
|
|
1727
1731
|
}
|
|
1728
|
-
function
|
|
1732
|
+
function pt({
|
|
1729
1733
|
className: e,
|
|
1730
1734
|
...t
|
|
1731
1735
|
}) {
|
|
@@ -1741,14 +1745,14 @@ function ft({
|
|
|
1741
1745
|
}
|
|
1742
1746
|
);
|
|
1743
1747
|
}
|
|
1744
|
-
function
|
|
1748
|
+
function gt({
|
|
1745
1749
|
className: e,
|
|
1746
1750
|
children: t,
|
|
1747
1751
|
side: o = "right",
|
|
1748
1752
|
...n
|
|
1749
1753
|
}) {
|
|
1750
|
-
return /* @__PURE__ */ i(
|
|
1751
|
-
/* @__PURE__ */ a(
|
|
1754
|
+
return /* @__PURE__ */ i(ft, { children: [
|
|
1755
|
+
/* @__PURE__ */ a(pt, {}),
|
|
1752
1756
|
/* @__PURE__ */ i(
|
|
1753
1757
|
b.Content,
|
|
1754
1758
|
{
|
|
@@ -1773,7 +1777,7 @@ function pt({
|
|
|
1773
1777
|
)
|
|
1774
1778
|
] });
|
|
1775
1779
|
}
|
|
1776
|
-
function
|
|
1780
|
+
function bt({ className: e, ...t }) {
|
|
1777
1781
|
return /* @__PURE__ */ a(
|
|
1778
1782
|
"div",
|
|
1779
1783
|
{
|
|
@@ -1783,7 +1787,7 @@ function gt({ className: e, ...t }) {
|
|
|
1783
1787
|
}
|
|
1784
1788
|
);
|
|
1785
1789
|
}
|
|
1786
|
-
function
|
|
1790
|
+
function wr({ className: e, ...t }) {
|
|
1787
1791
|
return /* @__PURE__ */ a(
|
|
1788
1792
|
"div",
|
|
1789
1793
|
{
|
|
@@ -1793,7 +1797,7 @@ function xr({ className: e, ...t }) {
|
|
|
1793
1797
|
}
|
|
1794
1798
|
);
|
|
1795
1799
|
}
|
|
1796
|
-
function
|
|
1800
|
+
function ht({
|
|
1797
1801
|
className: e,
|
|
1798
1802
|
...t
|
|
1799
1803
|
}) {
|
|
@@ -1806,7 +1810,7 @@ function bt({
|
|
|
1806
1810
|
}
|
|
1807
1811
|
);
|
|
1808
1812
|
}
|
|
1809
|
-
function
|
|
1813
|
+
function vt({
|
|
1810
1814
|
className: e,
|
|
1811
1815
|
...t
|
|
1812
1816
|
}) {
|
|
@@ -1819,14 +1823,14 @@ function ht({
|
|
|
1819
1823
|
}
|
|
1820
1824
|
);
|
|
1821
1825
|
}
|
|
1822
|
-
const
|
|
1826
|
+
const xt = "sidebar_state", wt = 3600 * 24 * 7, yt = "16rem", Nt = "18rem", kt = "3rem", zt = "b", ue = g.createContext(null);
|
|
1823
1827
|
function F() {
|
|
1824
1828
|
const e = g.useContext(ue);
|
|
1825
1829
|
if (!e)
|
|
1826
1830
|
throw new Error("useSidebar must be used within a SidebarProvider.");
|
|
1827
1831
|
return e;
|
|
1828
1832
|
}
|
|
1829
|
-
function
|
|
1833
|
+
function yr({
|
|
1830
1834
|
defaultOpen: e = !0,
|
|
1831
1835
|
open: t,
|
|
1832
1836
|
onOpenChange: o,
|
|
@@ -1835,38 +1839,38 @@ function wr({
|
|
|
1835
1839
|
children: d,
|
|
1836
1840
|
...u
|
|
1837
1841
|
}) {
|
|
1838
|
-
const c =
|
|
1842
|
+
const c = ut(), [f, l] = g.useState(!1), [S, P] = g.useState(e), z = t ?? S, T = g.useCallback(
|
|
1839
1843
|
(p) => {
|
|
1840
1844
|
const m = typeof p == "function" ? p(z) : p;
|
|
1841
|
-
o ? o(m) :
|
|
1845
|
+
o ? o(m) : P(m), document.cookie = `${xt}=${m}; path=/; max-age=${wt}`;
|
|
1842
1846
|
},
|
|
1843
1847
|
[o, z]
|
|
1844
|
-
),
|
|
1848
|
+
), _ = g.useCallback(() => c ? l((p) => !p) : T((p) => !p), [c, T, l]);
|
|
1845
1849
|
g.useEffect(() => {
|
|
1846
1850
|
const p = (m) => {
|
|
1847
|
-
m.key ===
|
|
1851
|
+
m.key === zt && (m.metaKey || m.ctrlKey) && (m.preventDefault(), _());
|
|
1848
1852
|
};
|
|
1849
1853
|
return window.addEventListener("keydown", p), () => window.removeEventListener("keydown", p);
|
|
1850
|
-
}, [
|
|
1851
|
-
const
|
|
1854
|
+
}, [_]);
|
|
1855
|
+
const R = z ? "expanded" : "collapsed", N = g.useMemo(
|
|
1852
1856
|
() => ({
|
|
1853
|
-
state:
|
|
1857
|
+
state: R,
|
|
1854
1858
|
open: z,
|
|
1855
|
-
setOpen:
|
|
1859
|
+
setOpen: T,
|
|
1856
1860
|
isMobile: c,
|
|
1857
1861
|
openMobile: f,
|
|
1858
1862
|
setOpenMobile: l,
|
|
1859
|
-
toggleSidebar:
|
|
1863
|
+
toggleSidebar: _
|
|
1860
1864
|
}),
|
|
1861
|
-
[
|
|
1865
|
+
[R, z, T, c, f, l, _]
|
|
1862
1866
|
);
|
|
1863
1867
|
return /* @__PURE__ */ a(ue.Provider, { value: N, children: /* @__PURE__ */ a(le, { delayDuration: 0, children: /* @__PURE__ */ a(
|
|
1864
1868
|
"div",
|
|
1865
1869
|
{
|
|
1866
1870
|
"data-slot": "sidebar-wrapper",
|
|
1867
1871
|
style: {
|
|
1868
|
-
"--sidebar-width":
|
|
1869
|
-
"--sidebar-width-icon":
|
|
1872
|
+
"--sidebar-width": yt,
|
|
1873
|
+
"--sidebar-width-icon": kt,
|
|
1870
1874
|
...s
|
|
1871
1875
|
},
|
|
1872
1876
|
className: r(
|
|
@@ -1878,7 +1882,7 @@ function wr({
|
|
|
1878
1882
|
}
|
|
1879
1883
|
) }) });
|
|
1880
1884
|
}
|
|
1881
|
-
function
|
|
1885
|
+
function Nr({
|
|
1882
1886
|
side: e = "left",
|
|
1883
1887
|
variant: t = "sidebar",
|
|
1884
1888
|
collapsible: o = "offcanvas",
|
|
@@ -1898,21 +1902,21 @@ function yr({
|
|
|
1898
1902
|
...d,
|
|
1899
1903
|
children: s
|
|
1900
1904
|
}
|
|
1901
|
-
) : u ? /* @__PURE__ */ a(
|
|
1902
|
-
|
|
1905
|
+
) : u ? /* @__PURE__ */ a(mt, { open: f, onOpenChange: l, ...d, children: /* @__PURE__ */ i(
|
|
1906
|
+
gt,
|
|
1903
1907
|
{
|
|
1904
1908
|
"data-sidebar": "sidebar",
|
|
1905
1909
|
"data-slot": "sidebar",
|
|
1906
1910
|
"data-mobile": "true",
|
|
1907
1911
|
className: "bg-sidebar text-sidebar-foreground w-(--sidebar-width) p-0 [&>button]:hidden",
|
|
1908
1912
|
style: {
|
|
1909
|
-
"--sidebar-width":
|
|
1913
|
+
"--sidebar-width": Nt
|
|
1910
1914
|
},
|
|
1911
1915
|
side: e,
|
|
1912
1916
|
children: [
|
|
1913
|
-
/* @__PURE__ */ i(
|
|
1914
|
-
/* @__PURE__ */ a(
|
|
1915
|
-
/* @__PURE__ */ a(
|
|
1917
|
+
/* @__PURE__ */ i(bt, { className: "sr-only", children: [
|
|
1918
|
+
/* @__PURE__ */ a(ht, { children: "Sidebar" }),
|
|
1919
|
+
/* @__PURE__ */ a(vt, { children: "Displays the mobile sidebar." })
|
|
1916
1920
|
] }),
|
|
1917
1921
|
/* @__PURE__ */ a("div", { className: "flex h-full w-full flex-col", children: s })
|
|
1918
1922
|
]
|
|
@@ -1970,7 +1974,7 @@ function yr({
|
|
|
1970
1974
|
}
|
|
1971
1975
|
);
|
|
1972
1976
|
}
|
|
1973
|
-
function
|
|
1977
|
+
function kr({
|
|
1974
1978
|
className: e,
|
|
1975
1979
|
onClick: t,
|
|
1976
1980
|
...o
|
|
@@ -1989,13 +1993,13 @@ function Nr({
|
|
|
1989
1993
|
},
|
|
1990
1994
|
...o,
|
|
1991
1995
|
children: [
|
|
1992
|
-
/* @__PURE__ */ a(
|
|
1996
|
+
/* @__PURE__ */ a(Re, {}),
|
|
1993
1997
|
/* @__PURE__ */ a("span", { className: "sr-only", children: "Toggle Sidebar" })
|
|
1994
1998
|
]
|
|
1995
1999
|
}
|
|
1996
2000
|
);
|
|
1997
2001
|
}
|
|
1998
|
-
function
|
|
2002
|
+
function zr({ className: e, ...t }) {
|
|
1999
2003
|
const { toggleSidebar: o } = F();
|
|
2000
2004
|
return /* @__PURE__ */ a(
|
|
2001
2005
|
"button",
|
|
@@ -2019,7 +2023,7 @@ function kr({ className: e, ...t }) {
|
|
|
2019
2023
|
}
|
|
2020
2024
|
);
|
|
2021
2025
|
}
|
|
2022
|
-
function
|
|
2026
|
+
function Cr({ className: e, ...t }) {
|
|
2023
2027
|
return /* @__PURE__ */ a(
|
|
2024
2028
|
"main",
|
|
2025
2029
|
{
|
|
@@ -2033,12 +2037,12 @@ function zr({ className: e, ...t }) {
|
|
|
2033
2037
|
}
|
|
2034
2038
|
);
|
|
2035
2039
|
}
|
|
2036
|
-
function
|
|
2040
|
+
function Sr({
|
|
2037
2041
|
className: e,
|
|
2038
2042
|
...t
|
|
2039
2043
|
}) {
|
|
2040
2044
|
return /* @__PURE__ */ a(
|
|
2041
|
-
|
|
2045
|
+
We,
|
|
2042
2046
|
{
|
|
2043
2047
|
"data-slot": "sidebar-input",
|
|
2044
2048
|
"data-sidebar": "input",
|
|
@@ -2047,7 +2051,7 @@ function Cr({
|
|
|
2047
2051
|
}
|
|
2048
2052
|
);
|
|
2049
2053
|
}
|
|
2050
|
-
function
|
|
2054
|
+
function Tr({ className: e, ...t }) {
|
|
2051
2055
|
return /* @__PURE__ */ a(
|
|
2052
2056
|
"div",
|
|
2053
2057
|
{
|
|
@@ -2058,7 +2062,7 @@ function Sr({ className: e, ...t }) {
|
|
|
2058
2062
|
}
|
|
2059
2063
|
);
|
|
2060
2064
|
}
|
|
2061
|
-
function
|
|
2065
|
+
function _r({ className: e, ...t }) {
|
|
2062
2066
|
return /* @__PURE__ */ a(
|
|
2063
2067
|
"div",
|
|
2064
2068
|
{
|
|
@@ -2069,7 +2073,7 @@ function Tr({ className: e, ...t }) {
|
|
|
2069
2073
|
}
|
|
2070
2074
|
);
|
|
2071
2075
|
}
|
|
2072
|
-
function
|
|
2076
|
+
function Dr({
|
|
2073
2077
|
className: e,
|
|
2074
2078
|
...t
|
|
2075
2079
|
}) {
|
|
@@ -2083,7 +2087,7 @@ function _r({
|
|
|
2083
2087
|
}
|
|
2084
2088
|
);
|
|
2085
2089
|
}
|
|
2086
|
-
function
|
|
2090
|
+
function Mr({ className: e, ...t }) {
|
|
2087
2091
|
return /* @__PURE__ */ a(
|
|
2088
2092
|
"div",
|
|
2089
2093
|
{
|
|
@@ -2097,7 +2101,7 @@ function Dr({ className: e, ...t }) {
|
|
|
2097
2101
|
}
|
|
2098
2102
|
);
|
|
2099
2103
|
}
|
|
2100
|
-
function
|
|
2104
|
+
function Ir({ className: e, ...t }) {
|
|
2101
2105
|
return /* @__PURE__ */ a(
|
|
2102
2106
|
"div",
|
|
2103
2107
|
{
|
|
@@ -2108,13 +2112,13 @@ function Mr({ className: e, ...t }) {
|
|
|
2108
2112
|
}
|
|
2109
2113
|
);
|
|
2110
2114
|
}
|
|
2111
|
-
function
|
|
2115
|
+
function Pr({
|
|
2112
2116
|
className: e,
|
|
2113
2117
|
asChild: t = !1,
|
|
2114
2118
|
...o
|
|
2115
2119
|
}) {
|
|
2116
2120
|
return /* @__PURE__ */ a(
|
|
2117
|
-
t ?
|
|
2121
|
+
t ? I : "div",
|
|
2118
2122
|
{
|
|
2119
2123
|
"data-slot": "sidebar-group-label",
|
|
2120
2124
|
"data-sidebar": "group-label",
|
|
@@ -2127,13 +2131,13 @@ function Ir({
|
|
|
2127
2131
|
}
|
|
2128
2132
|
);
|
|
2129
2133
|
}
|
|
2130
|
-
function
|
|
2134
|
+
function Rr({
|
|
2131
2135
|
className: e,
|
|
2132
2136
|
asChild: t = !1,
|
|
2133
2137
|
...o
|
|
2134
2138
|
}) {
|
|
2135
2139
|
return /* @__PURE__ */ a(
|
|
2136
|
-
t ?
|
|
2140
|
+
t ? I : "button",
|
|
2137
2141
|
{
|
|
2138
2142
|
"data-slot": "sidebar-group-action",
|
|
2139
2143
|
"data-sidebar": "group-action",
|
|
@@ -2148,7 +2152,7 @@ function Pr({
|
|
|
2148
2152
|
}
|
|
2149
2153
|
);
|
|
2150
2154
|
}
|
|
2151
|
-
function
|
|
2155
|
+
function Ar({
|
|
2152
2156
|
className: e,
|
|
2153
2157
|
...t
|
|
2154
2158
|
}) {
|
|
@@ -2162,7 +2166,7 @@ function Rr({
|
|
|
2162
2166
|
}
|
|
2163
2167
|
);
|
|
2164
2168
|
}
|
|
2165
|
-
function
|
|
2169
|
+
function Lr({ className: e, ...t }) {
|
|
2166
2170
|
return /* @__PURE__ */ a(
|
|
2167
2171
|
"ul",
|
|
2168
2172
|
{
|
|
@@ -2173,7 +2177,7 @@ function Ar({ className: e, ...t }) {
|
|
|
2173
2177
|
}
|
|
2174
2178
|
);
|
|
2175
2179
|
}
|
|
2176
|
-
function
|
|
2180
|
+
function Er({ className: e, ...t }) {
|
|
2177
2181
|
return /* @__PURE__ */ a(
|
|
2178
2182
|
"li",
|
|
2179
2183
|
{
|
|
@@ -2184,7 +2188,7 @@ function Lr({ className: e, ...t }) {
|
|
|
2184
2188
|
}
|
|
2185
2189
|
);
|
|
2186
2190
|
}
|
|
2187
|
-
const
|
|
2191
|
+
const Ct = O(
|
|
2188
2192
|
"peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-hidden ring-sidebar-ring transition-[width,height,padding] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-data-[sidebar=menu-action]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:size-8! group-data-[collapsible=icon]:p-2! [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",
|
|
2189
2193
|
{
|
|
2190
2194
|
variants: {
|
|
@@ -2204,7 +2208,7 @@ const zt = O(
|
|
|
2204
2208
|
}
|
|
2205
2209
|
}
|
|
2206
2210
|
);
|
|
2207
|
-
function
|
|
2211
|
+
function jr({
|
|
2208
2212
|
asChild: e = !1,
|
|
2209
2213
|
isActive: t = !1,
|
|
2210
2214
|
variant: o = "default",
|
|
@@ -2213,23 +2217,23 @@ function Er({
|
|
|
2213
2217
|
className: d,
|
|
2214
2218
|
...u
|
|
2215
2219
|
}) {
|
|
2216
|
-
const c = e ?
|
|
2220
|
+
const c = e ? I : "button", { isMobile: f, state: l } = F(), S = /* @__PURE__ */ a(
|
|
2217
2221
|
c,
|
|
2218
2222
|
{
|
|
2219
2223
|
"data-slot": "sidebar-menu-button",
|
|
2220
2224
|
"data-sidebar": "menu-button",
|
|
2221
2225
|
"data-size": n,
|
|
2222
2226
|
"data-active": t,
|
|
2223
|
-
className: r(
|
|
2227
|
+
className: r(Ct({ variant: o, size: n }), d),
|
|
2224
2228
|
...u
|
|
2225
2229
|
}
|
|
2226
2230
|
);
|
|
2227
2231
|
return s ? (typeof s == "string" && (s = {
|
|
2228
2232
|
children: s
|
|
2229
|
-
}), /* @__PURE__ */ i(
|
|
2230
|
-
/* @__PURE__ */ a(
|
|
2233
|
+
}), /* @__PURE__ */ i(Qe, { children: [
|
|
2234
|
+
/* @__PURE__ */ a(Ze, { asChild: !0, children: S }),
|
|
2231
2235
|
/* @__PURE__ */ a(
|
|
2232
|
-
|
|
2236
|
+
et,
|
|
2233
2237
|
{
|
|
2234
2238
|
side: "right",
|
|
2235
2239
|
align: "center",
|
|
@@ -2237,16 +2241,16 @@ function Er({
|
|
|
2237
2241
|
...s
|
|
2238
2242
|
}
|
|
2239
2243
|
)
|
|
2240
|
-
] })) :
|
|
2244
|
+
] })) : S;
|
|
2241
2245
|
}
|
|
2242
|
-
function
|
|
2246
|
+
function Br({
|
|
2243
2247
|
className: e,
|
|
2244
2248
|
asChild: t = !1,
|
|
2245
2249
|
showOnHover: o = !1,
|
|
2246
2250
|
...n
|
|
2247
2251
|
}) {
|
|
2248
2252
|
return /* @__PURE__ */ a(
|
|
2249
|
-
t ?
|
|
2253
|
+
t ? I : "button",
|
|
2250
2254
|
{
|
|
2251
2255
|
"data-slot": "sidebar-menu-action",
|
|
2252
2256
|
"data-sidebar": "menu-action",
|
|
@@ -2265,7 +2269,7 @@ function jr({
|
|
|
2265
2269
|
}
|
|
2266
2270
|
);
|
|
2267
2271
|
}
|
|
2268
|
-
function
|
|
2272
|
+
function Or({
|
|
2269
2273
|
className: e,
|
|
2270
2274
|
...t
|
|
2271
2275
|
}) {
|
|
@@ -2287,7 +2291,7 @@ function Br({
|
|
|
2287
2291
|
}
|
|
2288
2292
|
);
|
|
2289
2293
|
}
|
|
2290
|
-
function
|
|
2294
|
+
function $r({
|
|
2291
2295
|
className: e,
|
|
2292
2296
|
showIcon: t = !1,
|
|
2293
2297
|
...o
|
|
@@ -2322,7 +2326,7 @@ function Or({
|
|
|
2322
2326
|
}
|
|
2323
2327
|
);
|
|
2324
2328
|
}
|
|
2325
|
-
function
|
|
2329
|
+
function Vr({ className: e, ...t }) {
|
|
2326
2330
|
return /* @__PURE__ */ a(
|
|
2327
2331
|
"ul",
|
|
2328
2332
|
{
|
|
@@ -2337,7 +2341,7 @@ function $r({ className: e, ...t }) {
|
|
|
2337
2341
|
}
|
|
2338
2342
|
);
|
|
2339
2343
|
}
|
|
2340
|
-
function
|
|
2344
|
+
function Gr({
|
|
2341
2345
|
className: e,
|
|
2342
2346
|
...t
|
|
2343
2347
|
}) {
|
|
@@ -2351,7 +2355,7 @@ function Vr({
|
|
|
2351
2355
|
}
|
|
2352
2356
|
);
|
|
2353
2357
|
}
|
|
2354
|
-
function
|
|
2358
|
+
function Hr({
|
|
2355
2359
|
asChild: e = !1,
|
|
2356
2360
|
size: t = "md",
|
|
2357
2361
|
isActive: o = !1,
|
|
@@ -2359,7 +2363,7 @@ function Gr({
|
|
|
2359
2363
|
...s
|
|
2360
2364
|
}) {
|
|
2361
2365
|
return /* @__PURE__ */ a(
|
|
2362
|
-
e ?
|
|
2366
|
+
e ? I : "a",
|
|
2363
2367
|
{
|
|
2364
2368
|
"data-slot": "sidebar-menu-sub-button",
|
|
2365
2369
|
"data-sidebar": "menu-sub-button",
|
|
@@ -2377,7 +2381,7 @@ function Gr({
|
|
|
2377
2381
|
}
|
|
2378
2382
|
);
|
|
2379
2383
|
}
|
|
2380
|
-
function
|
|
2384
|
+
function St({
|
|
2381
2385
|
className: e,
|
|
2382
2386
|
children: t,
|
|
2383
2387
|
...o
|
|
@@ -2397,13 +2401,13 @@ function Ct({
|
|
|
2397
2401
|
children: t
|
|
2398
2402
|
}
|
|
2399
2403
|
),
|
|
2400
|
-
/* @__PURE__ */ a(
|
|
2404
|
+
/* @__PURE__ */ a(Tt, {}),
|
|
2401
2405
|
/* @__PURE__ */ a(B.Corner, {})
|
|
2402
2406
|
]
|
|
2403
2407
|
}
|
|
2404
2408
|
);
|
|
2405
2409
|
}
|
|
2406
|
-
function
|
|
2410
|
+
function Tt({
|
|
2407
2411
|
className: e,
|
|
2408
2412
|
orientation: t = "vertical",
|
|
2409
2413
|
...o
|
|
@@ -2430,20 +2434,20 @@ function St({
|
|
|
2430
2434
|
}
|
|
2431
2435
|
);
|
|
2432
2436
|
}
|
|
2433
|
-
function
|
|
2437
|
+
function Fr({
|
|
2434
2438
|
item: e,
|
|
2435
2439
|
children: t,
|
|
2436
|
-
keyClassName: o
|
|
2437
|
-
valueClassName: n
|
|
2438
|
-
rowClassName: s
|
|
2439
|
-
itemClassName: d
|
|
2440
|
-
}) {
|
|
2441
|
-
return /* @__PURE__ */ a("div", { className: d, children: /* @__PURE__ */ i("
|
|
2442
|
-
/* @__PURE__ */ a("span", { className: o, children: e }),
|
|
2443
|
-
/* @__PURE__ */ a("span", { className: n, children: t })
|
|
2440
|
+
keyClassName: o,
|
|
2441
|
+
valueClassName: n,
|
|
2442
|
+
rowClassName: s,
|
|
2443
|
+
itemClassName: d
|
|
2444
|
+
}) {
|
|
2445
|
+
return /* @__PURE__ */ a("div", { className: r("flex flex-col", d), children: /* @__PURE__ */ i("p", { className: r("flex flex-row items-center text-lg py-3", s), children: [
|
|
2446
|
+
/* @__PURE__ */ a("span", { className: r("font-semibold min-w-1/2", o), children: e }),
|
|
2447
|
+
/* @__PURE__ */ a("span", { className: r("ml-4", n), children: t })
|
|
2444
2448
|
] }) });
|
|
2445
2449
|
}
|
|
2446
|
-
function
|
|
2450
|
+
function Kr({
|
|
2447
2451
|
children: e,
|
|
2448
2452
|
separatorClassName: t = "w-full"
|
|
2449
2453
|
}) {
|
|
@@ -2453,7 +2457,7 @@ function Fr({
|
|
|
2453
2457
|
s !== o.length - 1 && /* @__PURE__ */ a(ce, { className: t })
|
|
2454
2458
|
] }, s)) });
|
|
2455
2459
|
}
|
|
2456
|
-
function
|
|
2460
|
+
function Ur({
|
|
2457
2461
|
className: e,
|
|
2458
2462
|
...t
|
|
2459
2463
|
}) {
|
|
@@ -2477,7 +2481,7 @@ function Kr({
|
|
|
2477
2481
|
}
|
|
2478
2482
|
);
|
|
2479
2483
|
}
|
|
2480
|
-
const
|
|
2484
|
+
const Wr = ({
|
|
2481
2485
|
className: e,
|
|
2482
2486
|
title: t,
|
|
2483
2487
|
description: o,
|
|
@@ -2496,7 +2500,7 @@ const Ur = ({
|
|
|
2496
2500
|
s
|
|
2497
2501
|
]
|
|
2498
2502
|
}
|
|
2499
|
-
) }),
|
|
2503
|
+
) }), qr = k.forwardRef(({
|
|
2500
2504
|
data: e,
|
|
2501
2505
|
initialSelectedItemId: t,
|
|
2502
2506
|
onSelectChange: o,
|
|
@@ -2506,35 +2510,35 @@ const Ur = ({
|
|
|
2506
2510
|
className: u,
|
|
2507
2511
|
...c
|
|
2508
2512
|
}, f) => {
|
|
2509
|
-
const [l,
|
|
2510
|
-
|
|
2513
|
+
const [l, S] = k.useState(t), P = k.useCallback((N) => {
|
|
2514
|
+
S(N?.id), o && o(N);
|
|
2511
2515
|
}, [o]), z = k.useMemo(() => {
|
|
2512
2516
|
if (!t)
|
|
2513
2517
|
return [];
|
|
2514
2518
|
const N = [];
|
|
2515
|
-
function p(m,
|
|
2519
|
+
function p(m, D) {
|
|
2516
2520
|
if (m instanceof Array)
|
|
2517
|
-
for (let
|
|
2518
|
-
if (N.push(m[
|
|
2521
|
+
for (let M = 0; M < m.length; M++) {
|
|
2522
|
+
if (N.push(m[M].id), p(m[M], D) && !n)
|
|
2519
2523
|
return !0;
|
|
2520
2524
|
n || N.pop();
|
|
2521
2525
|
}
|
|
2522
2526
|
else {
|
|
2523
|
-
if (!n && m.id ===
|
|
2527
|
+
if (!n && m.id === D)
|
|
2524
2528
|
return !0;
|
|
2525
2529
|
if (m.children)
|
|
2526
|
-
return p(m.children,
|
|
2530
|
+
return p(m.children, D);
|
|
2527
2531
|
}
|
|
2528
2532
|
}
|
|
2529
2533
|
return p(e, t), N;
|
|
2530
|
-
}, [e, t, n]), { ref:
|
|
2531
|
-
return /* @__PURE__ */ a("div", { ref:
|
|
2534
|
+
}, [e, t, n]), { ref: T, width: _, height: R } = Ve();
|
|
2535
|
+
return /* @__PURE__ */ a("div", { ref: T, className: r("overflow-hidden", u), children: /* @__PURE__ */ a(St, { style: { width: _, height: R }, children: /* @__PURE__ */ a("div", { className: "relative p-2", children: /* @__PURE__ */ a(
|
|
2532
2536
|
me,
|
|
2533
2537
|
{
|
|
2534
2538
|
data: e,
|
|
2535
2539
|
ref: f,
|
|
2536
2540
|
selectedItemId: l,
|
|
2537
|
-
handleSelectChange:
|
|
2541
|
+
handleSelectChange: P,
|
|
2538
2542
|
expandedItemIds: z,
|
|
2539
2543
|
FolderIcon: s,
|
|
2540
2544
|
ItemIcon: d,
|
|
@@ -2641,12 +2645,12 @@ const pe = k.forwardRef(({ className: e, children: t, ...o }, n) => /* @__PURE__
|
|
|
2641
2645
|
}
|
|
2642
2646
|
));
|
|
2643
2647
|
pe.displayName = y.Content.displayName;
|
|
2644
|
-
function
|
|
2648
|
+
function Xr({
|
|
2645
2649
|
...e
|
|
2646
2650
|
}) {
|
|
2647
2651
|
return /* @__PURE__ */ a(y.Root, { "data-slot": "accordion", ...e });
|
|
2648
2652
|
}
|
|
2649
|
-
function
|
|
2653
|
+
function Yr({
|
|
2650
2654
|
className: e,
|
|
2651
2655
|
...t
|
|
2652
2656
|
}) {
|
|
@@ -2659,7 +2663,7 @@ function Xr({
|
|
|
2659
2663
|
}
|
|
2660
2664
|
);
|
|
2661
2665
|
}
|
|
2662
|
-
function
|
|
2666
|
+
function Jr({
|
|
2663
2667
|
className: e,
|
|
2664
2668
|
children: t,
|
|
2665
2669
|
...o
|
|
@@ -2680,7 +2684,7 @@ function Yr({
|
|
|
2680
2684
|
}
|
|
2681
2685
|
) });
|
|
2682
2686
|
}
|
|
2683
|
-
function
|
|
2687
|
+
function Qr({
|
|
2684
2688
|
className: e,
|
|
2685
2689
|
children: t,
|
|
2686
2690
|
...o
|
|
@@ -2695,7 +2699,7 @@ function Jr({
|
|
|
2695
2699
|
}
|
|
2696
2700
|
);
|
|
2697
2701
|
}
|
|
2698
|
-
function
|
|
2702
|
+
function Zr({
|
|
2699
2703
|
className: e,
|
|
2700
2704
|
...t
|
|
2701
2705
|
}) {
|
|
@@ -2711,12 +2715,12 @@ function Qr({
|
|
|
2711
2715
|
}
|
|
2712
2716
|
);
|
|
2713
2717
|
}
|
|
2714
|
-
function
|
|
2718
|
+
function eo({
|
|
2715
2719
|
...e
|
|
2716
2720
|
}) {
|
|
2717
2721
|
return /* @__PURE__ */ a(Y.Panel, { "data-slot": "resizable-panel", ...e });
|
|
2718
2722
|
}
|
|
2719
|
-
function
|
|
2723
|
+
function to({
|
|
2720
2724
|
withHandle: e,
|
|
2721
2725
|
className: t,
|
|
2722
2726
|
...o
|
|
@@ -2730,11 +2734,11 @@ function eo({
|
|
|
2730
2734
|
t
|
|
2731
2735
|
),
|
|
2732
2736
|
...o,
|
|
2733
|
-
children: e && /* @__PURE__ */ a("div", { className: "bg-border z-10 flex h-4 w-3 items-center justify-center rounded-xs border", children: /* @__PURE__ */ a(
|
|
2737
|
+
children: e && /* @__PURE__ */ a("div", { className: "bg-border z-10 flex h-4 w-3 items-center justify-center rounded-xs border", children: /* @__PURE__ */ a(Ae, { className: "size-2.5" }) })
|
|
2734
2738
|
}
|
|
2735
2739
|
);
|
|
2736
2740
|
}
|
|
2737
|
-
const
|
|
2741
|
+
const _t = O(
|
|
2738
2742
|
"relative w-full rounded-lg border px-4 py-3 text-sm grid has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] grid-cols-[0_1fr] has-[>svg]:gap-x-3 gap-y-0.5 items-start [&>svg]:size-4 [&>svg]:translate-y-0.5 [&>svg]:text-current",
|
|
2739
2743
|
{
|
|
2740
2744
|
variants: {
|
|
@@ -2748,7 +2752,7 @@ const Tt = O(
|
|
|
2748
2752
|
}
|
|
2749
2753
|
}
|
|
2750
2754
|
);
|
|
2751
|
-
function
|
|
2755
|
+
function ao({
|
|
2752
2756
|
className: e,
|
|
2753
2757
|
variant: t,
|
|
2754
2758
|
...o
|
|
@@ -2758,14 +2762,14 @@ function to({
|
|
|
2758
2762
|
{
|
|
2759
2763
|
"data-slot": "alert",
|
|
2760
2764
|
role: "alert",
|
|
2761
|
-
className: r(
|
|
2765
|
+
className: r(_t({ variant: t }), e),
|
|
2762
2766
|
...o
|
|
2763
2767
|
}
|
|
2764
2768
|
);
|
|
2765
2769
|
}
|
|
2766
|
-
function
|
|
2770
|
+
function ro({ className: e, ...t }) {
|
|
2767
2771
|
return /* @__PURE__ */ a(
|
|
2768
|
-
"
|
|
2772
|
+
"p",
|
|
2769
2773
|
{
|
|
2770
2774
|
"data-slot": "alert-title",
|
|
2771
2775
|
className: r(
|
|
@@ -2776,12 +2780,12 @@ function ao({ className: e, ...t }) {
|
|
|
2776
2780
|
}
|
|
2777
2781
|
);
|
|
2778
2782
|
}
|
|
2779
|
-
function
|
|
2783
|
+
function oo({
|
|
2780
2784
|
className: e,
|
|
2781
2785
|
...t
|
|
2782
2786
|
}) {
|
|
2783
2787
|
return /* @__PURE__ */ a(
|
|
2784
|
-
"
|
|
2788
|
+
"p",
|
|
2785
2789
|
{
|
|
2786
2790
|
"data-slot": "alert-description",
|
|
2787
2791
|
className: r(
|
|
@@ -2792,7 +2796,7 @@ function ro({
|
|
|
2792
2796
|
}
|
|
2793
2797
|
);
|
|
2794
2798
|
}
|
|
2795
|
-
function
|
|
2799
|
+
function no({
|
|
2796
2800
|
icon: e,
|
|
2797
2801
|
size: t = 24,
|
|
2798
2802
|
className: o,
|
|
@@ -2819,7 +2823,7 @@ function oo({
|
|
|
2819
2823
|
}
|
|
2820
2824
|
);
|
|
2821
2825
|
}
|
|
2822
|
-
function
|
|
2826
|
+
function io({
|
|
2823
2827
|
className: e,
|
|
2824
2828
|
...t
|
|
2825
2829
|
}) {
|
|
@@ -2844,27 +2848,27 @@ function no({
|
|
|
2844
2848
|
}
|
|
2845
2849
|
);
|
|
2846
2850
|
}
|
|
2847
|
-
function
|
|
2851
|
+
function so({
|
|
2848
2852
|
...e
|
|
2849
2853
|
}) {
|
|
2850
|
-
return /* @__PURE__ */ a(
|
|
2854
|
+
return /* @__PURE__ */ a(C.Root, { "data-slot": "alert-dialog", ...e });
|
|
2851
2855
|
}
|
|
2852
|
-
function
|
|
2856
|
+
function lo({
|
|
2853
2857
|
...e
|
|
2854
2858
|
}) {
|
|
2855
|
-
return /* @__PURE__ */ a(
|
|
2859
|
+
return /* @__PURE__ */ a(C.Trigger, { "data-slot": "alert-dialog-trigger", ...e });
|
|
2856
2860
|
}
|
|
2857
|
-
function
|
|
2861
|
+
function Dt({
|
|
2858
2862
|
...e
|
|
2859
2863
|
}) {
|
|
2860
|
-
return /* @__PURE__ */ a(
|
|
2864
|
+
return /* @__PURE__ */ a(C.Portal, { "data-slot": "alert-dialog-portal", ...e });
|
|
2861
2865
|
}
|
|
2862
|
-
function
|
|
2866
|
+
function Mt({
|
|
2863
2867
|
className: e,
|
|
2864
2868
|
...t
|
|
2865
2869
|
}) {
|
|
2866
2870
|
return /* @__PURE__ */ a(
|
|
2867
|
-
|
|
2871
|
+
C.Overlay,
|
|
2868
2872
|
{
|
|
2869
2873
|
"data-slot": "alert-dialog-overlay",
|
|
2870
2874
|
className: r(
|
|
@@ -2875,14 +2879,14 @@ function Dt({
|
|
|
2875
2879
|
}
|
|
2876
2880
|
);
|
|
2877
2881
|
}
|
|
2878
|
-
function
|
|
2882
|
+
function co({
|
|
2879
2883
|
className: e,
|
|
2880
2884
|
...t
|
|
2881
2885
|
}) {
|
|
2882
|
-
return /* @__PURE__ */ i(
|
|
2883
|
-
/* @__PURE__ */ a(
|
|
2886
|
+
return /* @__PURE__ */ i(Dt, { children: [
|
|
2887
|
+
/* @__PURE__ */ a(Mt, {}),
|
|
2884
2888
|
/* @__PURE__ */ a(
|
|
2885
|
-
|
|
2889
|
+
C.Content,
|
|
2886
2890
|
{
|
|
2887
2891
|
"data-slot": "alert-dialog-content",
|
|
2888
2892
|
className: r(
|
|
@@ -2894,7 +2898,7 @@ function lo({
|
|
|
2894
2898
|
)
|
|
2895
2899
|
] });
|
|
2896
2900
|
}
|
|
2897
|
-
function
|
|
2901
|
+
function uo({
|
|
2898
2902
|
className: e,
|
|
2899
2903
|
...t
|
|
2900
2904
|
}) {
|
|
@@ -2907,7 +2911,7 @@ function co({
|
|
|
2907
2911
|
}
|
|
2908
2912
|
);
|
|
2909
2913
|
}
|
|
2910
|
-
function
|
|
2914
|
+
function mo({
|
|
2911
2915
|
className: e,
|
|
2912
2916
|
...t
|
|
2913
2917
|
}) {
|
|
@@ -2923,12 +2927,12 @@ function uo({
|
|
|
2923
2927
|
}
|
|
2924
2928
|
);
|
|
2925
2929
|
}
|
|
2926
|
-
function
|
|
2930
|
+
function fo({
|
|
2927
2931
|
className: e,
|
|
2928
2932
|
...t
|
|
2929
2933
|
}) {
|
|
2930
2934
|
return /* @__PURE__ */ a(
|
|
2931
|
-
|
|
2935
|
+
C.Title,
|
|
2932
2936
|
{
|
|
2933
2937
|
"data-slot": "alert-dialog-title",
|
|
2934
2938
|
className: r("text-lg font-semibold", e),
|
|
@@ -2936,12 +2940,12 @@ function mo({
|
|
|
2936
2940
|
}
|
|
2937
2941
|
);
|
|
2938
2942
|
}
|
|
2939
|
-
function
|
|
2943
|
+
function po({
|
|
2940
2944
|
className: e,
|
|
2941
2945
|
...t
|
|
2942
2946
|
}) {
|
|
2943
2947
|
return /* @__PURE__ */ a(
|
|
2944
|
-
|
|
2948
|
+
C.Description,
|
|
2945
2949
|
{
|
|
2946
2950
|
"data-slot": "alert-dialog-description",
|
|
2947
2951
|
className: r("text-muted-foreground text-sm", e),
|
|
@@ -2949,24 +2953,24 @@ function fo({
|
|
|
2949
2953
|
}
|
|
2950
2954
|
);
|
|
2951
2955
|
}
|
|
2952
|
-
function
|
|
2956
|
+
function go({
|
|
2953
2957
|
className: e,
|
|
2954
2958
|
...t
|
|
2955
2959
|
}) {
|
|
2956
2960
|
return /* @__PURE__ */ a(
|
|
2957
|
-
|
|
2961
|
+
C.Action,
|
|
2958
2962
|
{
|
|
2959
2963
|
className: r(H(), e),
|
|
2960
2964
|
...t
|
|
2961
2965
|
}
|
|
2962
2966
|
);
|
|
2963
2967
|
}
|
|
2964
|
-
function
|
|
2968
|
+
function bo({
|
|
2965
2969
|
className: e,
|
|
2966
2970
|
...t
|
|
2967
2971
|
}) {
|
|
2968
2972
|
return /* @__PURE__ */ a(
|
|
2969
|
-
|
|
2973
|
+
C.Cancel,
|
|
2970
2974
|
{
|
|
2971
2975
|
className: r(H({ variant: "outline" }), e),
|
|
2972
2976
|
...t
|
|
@@ -2992,7 +2996,7 @@ const oe = O(
|
|
|
2992
2996
|
},
|
|
2993
2997
|
defaultVariants: { variant: "default", size: "default" }
|
|
2994
2998
|
}
|
|
2995
|
-
),
|
|
2999
|
+
), ho = ({ className: e, variant: t, size: o = "default" }) => /* @__PURE__ */ i(
|
|
2996
3000
|
"div",
|
|
2997
3001
|
{
|
|
2998
3002
|
role: "status",
|
|
@@ -3019,20 +3023,20 @@ const oe = O(
|
|
|
3019
3023
|
/* @__PURE__ */ a("span", { className: "sr-only", children: "Loading..." })
|
|
3020
3024
|
]
|
|
3021
3025
|
}
|
|
3022
|
-
),
|
|
3026
|
+
), It = {
|
|
3023
3027
|
theme: "system",
|
|
3024
3028
|
setTheme: () => null
|
|
3025
|
-
}, ge =
|
|
3026
|
-
function
|
|
3029
|
+
}, ge = ye(It);
|
|
3030
|
+
function vo({
|
|
3027
3031
|
children: e,
|
|
3028
3032
|
defaultTheme: t = "system",
|
|
3029
3033
|
storageKey: o = "@clidey/ux/theme",
|
|
3030
3034
|
...n
|
|
3031
3035
|
}) {
|
|
3032
|
-
const [s, d] =
|
|
3036
|
+
const [s, d] = Ne(
|
|
3033
3037
|
() => localStorage.getItem(o) || t
|
|
3034
3038
|
);
|
|
3035
|
-
|
|
3039
|
+
ke(() => {
|
|
3036
3040
|
const c = window.document.documentElement;
|
|
3037
3041
|
if (c.classList.remove("light", "dark"), s === "system") {
|
|
3038
3042
|
const f = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
|
|
@@ -3049,21 +3053,21 @@ function ho({
|
|
|
3049
3053
|
};
|
|
3050
3054
|
return /* @__PURE__ */ a(ge.Provider, { ...n, value: u, children: e });
|
|
3051
3055
|
}
|
|
3052
|
-
const
|
|
3053
|
-
const e =
|
|
3056
|
+
const Pt = () => {
|
|
3057
|
+
const e = ze(ge);
|
|
3054
3058
|
if (e === void 0)
|
|
3055
3059
|
throw new Error("useTheme must be used within a ThemeProvider");
|
|
3056
3060
|
return e;
|
|
3057
3061
|
};
|
|
3058
|
-
function
|
|
3059
|
-
const { setTheme: e } =
|
|
3060
|
-
return /* @__PURE__ */ i(
|
|
3061
|
-
/* @__PURE__ */ a(
|
|
3062
|
+
function xo() {
|
|
3063
|
+
const { setTheme: e } = Pt();
|
|
3064
|
+
return /* @__PURE__ */ i(Fe, { children: [
|
|
3065
|
+
/* @__PURE__ */ a(Ke, { children: /* @__PURE__ */ i(J, { variant: "outline", size: "icon", className: "relative", children: [
|
|
3062
3066
|
/* @__PURE__ */ a(Q, { className: "h-[1.2rem] w-[1.2rem] scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90" }),
|
|
3063
3067
|
/* @__PURE__ */ a(Z, { className: "absolute h-[1.2rem] w-[1.2rem] scale-0 rotate-90 transition-all dark:scale-100 dark:rotate-0" }),
|
|
3064
3068
|
/* @__PURE__ */ a("span", { className: "sr-only", children: "Toggle theme" })
|
|
3065
3069
|
] }) }),
|
|
3066
|
-
/* @__PURE__ */ i(
|
|
3070
|
+
/* @__PURE__ */ i(Ue, { align: "end", children: [
|
|
3067
3071
|
/* @__PURE__ */ i(K, { onClick: () => e("light"), children: [
|
|
3068
3072
|
/* @__PURE__ */ a(Q, { className: "size-4" }),
|
|
3069
3073
|
"Light"
|
|
@@ -3073,179 +3077,179 @@ function vo() {
|
|
|
3073
3077
|
"Dark"
|
|
3074
3078
|
] }),
|
|
3075
3079
|
/* @__PURE__ */ i(K, { onClick: () => e("system"), children: [
|
|
3076
|
-
/* @__PURE__ */ a(
|
|
3080
|
+
/* @__PURE__ */ a(Le, { className: "size-4" }),
|
|
3077
3081
|
"System"
|
|
3078
3082
|
] })
|
|
3079
3083
|
] })
|
|
3080
3084
|
] });
|
|
3081
3085
|
}
|
|
3082
3086
|
export {
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3087
|
+
Xr as Accordion,
|
|
3088
|
+
Qr as AccordionContent,
|
|
3089
|
+
Yr as AccordionItem,
|
|
3090
|
+
Jr as AccordionTrigger,
|
|
3091
|
+
ao as Alert,
|
|
3092
|
+
oo as AlertDescription,
|
|
3093
|
+
so as AlertDialog,
|
|
3094
|
+
go as AlertDialogAction,
|
|
3095
|
+
bo as AlertDialogCancel,
|
|
3096
|
+
co as AlertDialogContent,
|
|
3097
|
+
po as AlertDialogDescription,
|
|
3098
|
+
mo as AlertDialogFooter,
|
|
3099
|
+
uo as AlertDialogHeader,
|
|
3100
|
+
fo as AlertDialogTitle,
|
|
3101
|
+
lo as AlertDialogTrigger,
|
|
3102
|
+
ro as AlertTitle,
|
|
3103
|
+
qt as Badge,
|
|
3104
|
+
Qa as Breadcrumb,
|
|
3105
|
+
er as BreadcrumbItem,
|
|
3106
|
+
tr as BreadcrumbLink,
|
|
3107
|
+
Za as BreadcrumbList,
|
|
3108
|
+
ar as BreadcrumbPage,
|
|
3109
|
+
rr as BreadcrumbSeparator,
|
|
3106
3110
|
J as Button,
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3111
|
+
Xt as Card,
|
|
3112
|
+
Zt as CardContent,
|
|
3113
|
+
Qt as CardDescription,
|
|
3114
|
+
ea as CardFooter,
|
|
3115
|
+
Yt as CardHeader,
|
|
3116
|
+
Jt as CardTitle,
|
|
3117
|
+
Ur as Checkbox,
|
|
3118
|
+
rt as Command,
|
|
3119
|
+
it as CommandEmpty,
|
|
3120
|
+
st as CommandGroup,
|
|
3121
|
+
ot as CommandInput,
|
|
3122
|
+
dt as CommandItem,
|
|
3123
|
+
nt as CommandList,
|
|
3124
|
+
ta as ContextMenu,
|
|
3125
|
+
la as ContextMenuCheckboxItem,
|
|
3126
|
+
sa as ContextMenuContent,
|
|
3127
|
+
da as ContextMenuItem,
|
|
3128
|
+
ua as ContextMenuLabel,
|
|
3129
|
+
oa as ContextMenuRadioGroup,
|
|
3130
|
+
ca as ContextMenuRadioItem,
|
|
3131
|
+
ma as ContextMenuSeparator,
|
|
3132
|
+
fa as ContextMenuShortcut,
|
|
3133
|
+
ra as ContextMenuSub,
|
|
3134
|
+
ia as ContextMenuSubContent,
|
|
3135
|
+
na as ContextMenuSubTrigger,
|
|
3136
|
+
aa as ContextMenuTrigger,
|
|
3137
|
+
or as Dialog,
|
|
3138
|
+
ir as DialogContent,
|
|
3139
|
+
cr as DialogDescription,
|
|
3140
|
+
dr as DialogFooter,
|
|
3141
|
+
sr as DialogHeader,
|
|
3142
|
+
lr as DialogTitle,
|
|
3143
|
+
nr as DialogTrigger,
|
|
3144
|
+
pa as Drawer,
|
|
3145
|
+
ba as DrawerClose,
|
|
3146
|
+
ha as DrawerContent,
|
|
3147
|
+
ya as DrawerDescription,
|
|
3148
|
+
xa as DrawerFooter,
|
|
3149
|
+
va as DrawerHeader,
|
|
3150
|
+
wa as DrawerTitle,
|
|
3151
|
+
ga as DrawerTrigger,
|
|
3152
|
+
Fe as DropdownMenu,
|
|
3153
|
+
Na as DropdownMenuCheckboxItem,
|
|
3154
|
+
Ue as DropdownMenuContent,
|
|
3151
3155
|
K as DropdownMenuItem,
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3156
|
+
Ca as DropdownMenuLabel,
|
|
3157
|
+
ka as DropdownMenuRadioGroup,
|
|
3158
|
+
za as DropdownMenuRadioItem,
|
|
3159
|
+
Sa as DropdownMenuSeparator,
|
|
3160
|
+
Ta as DropdownMenuShortcut,
|
|
3161
|
+
_a as DropdownMenuSub,
|
|
3162
|
+
Ma as DropdownMenuSubContent,
|
|
3163
|
+
Da as DropdownMenuSubTrigger,
|
|
3164
|
+
Ke as DropdownMenuTrigger,
|
|
3165
|
+
Wr as EmptyState,
|
|
3166
|
+
no as Icon,
|
|
3167
|
+
We as Input,
|
|
3168
|
+
Ra as Label,
|
|
3169
|
+
xo as ModeToggle,
|
|
3170
|
+
Aa as Pagination,
|
|
3171
|
+
La as PaginationContent,
|
|
3172
|
+
Oa as PaginationEllipsis,
|
|
3173
|
+
Ea as PaginationItem,
|
|
3170
3174
|
de as PaginationLink,
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3175
|
+
Ba as PaginationNext,
|
|
3176
|
+
ja as PaginationPrevious,
|
|
3177
|
+
qe as Popover,
|
|
3178
|
+
Ye as PopoverContent,
|
|
3179
|
+
Xe as PopoverTrigger,
|
|
3180
|
+
to as ResizableHandle,
|
|
3181
|
+
eo as ResizablePanel,
|
|
3182
|
+
Zr as ResizablePanelGroup,
|
|
3183
|
+
St as ScrollArea,
|
|
3184
|
+
Pa as SearchInput,
|
|
3185
|
+
vr as SearchSelect,
|
|
3186
|
+
ur as Select,
|
|
3187
|
+
gr as SelectContent,
|
|
3188
|
+
mr as SelectGroup,
|
|
3189
|
+
hr as SelectItem,
|
|
3190
|
+
br as SelectLabel,
|
|
3191
|
+
pr as SelectTrigger,
|
|
3192
|
+
fr as SelectValue,
|
|
3189
3193
|
ce as Separator,
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3194
|
+
mt as Sheet,
|
|
3195
|
+
gt as SheetContent,
|
|
3196
|
+
vt as SheetDescription,
|
|
3197
|
+
wr as SheetFooter,
|
|
3198
|
+
bt as SheetHeader,
|
|
3199
|
+
ht as SheetTitle,
|
|
3200
|
+
xr as SheetTrigger,
|
|
3201
|
+
Nr as Sidebar,
|
|
3202
|
+
Mr as SidebarContent,
|
|
3203
|
+
_r as SidebarFooter,
|
|
3204
|
+
Ir as SidebarGroup,
|
|
3205
|
+
Rr as SidebarGroupAction,
|
|
3206
|
+
Ar as SidebarGroupContent,
|
|
3207
|
+
Pr as SidebarGroupLabel,
|
|
3208
|
+
Tr as SidebarHeader,
|
|
3209
|
+
Sr as SidebarInput,
|
|
3210
|
+
Cr as SidebarInset,
|
|
3211
|
+
Lr as SidebarMenu,
|
|
3212
|
+
Br as SidebarMenuAction,
|
|
3213
|
+
Or as SidebarMenuBadge,
|
|
3214
|
+
jr as SidebarMenuButton,
|
|
3215
|
+
Er as SidebarMenuItem,
|
|
3216
|
+
$r as SidebarMenuSkeleton,
|
|
3217
|
+
Vr as SidebarMenuSub,
|
|
3218
|
+
Hr as SidebarMenuSubButton,
|
|
3219
|
+
Gr as SidebarMenuSubItem,
|
|
3220
|
+
yr as SidebarProvider,
|
|
3221
|
+
zr as SidebarRail,
|
|
3222
|
+
Dr as SidebarSeparator,
|
|
3223
|
+
kr as SidebarTrigger,
|
|
3220
3224
|
ae as Skeleton,
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3225
|
+
ho as Spinner,
|
|
3226
|
+
Kr as StackList,
|
|
3227
|
+
Fr as StackListItem,
|
|
3228
|
+
io as Switch,
|
|
3229
|
+
Ga as Table,
|
|
3230
|
+
Je as TableBody,
|
|
3231
|
+
Wa as TableCaption,
|
|
3232
|
+
Ua as TableCell,
|
|
3233
|
+
Ka as TableHead,
|
|
3234
|
+
Ha as TableHeader,
|
|
3235
|
+
Fa as TableRow,
|
|
3236
|
+
qa as Tabs,
|
|
3237
|
+
Ja as TabsContent,
|
|
3238
|
+
Xa as TabsList,
|
|
3239
|
+
Ya as TabsTrigger,
|
|
3240
|
+
Ia as TextArea,
|
|
3241
|
+
vo as ThemeProvider,
|
|
3242
|
+
$a as Toaster,
|
|
3243
|
+
Qe as Tooltip,
|
|
3244
|
+
et as TooltipContent,
|
|
3241
3245
|
le as TooltipProvider,
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3246
|
+
Ze as TooltipTrigger,
|
|
3247
|
+
qr as Tree,
|
|
3248
|
+
Va as VirtualizedTableBody,
|
|
3245
3249
|
r as cn,
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3250
|
+
Wt as formatDate,
|
|
3251
|
+
Ut as toTitleCase,
|
|
3252
|
+
No as toast,
|
|
3249
3253
|
F as useSidebar,
|
|
3250
|
-
|
|
3254
|
+
Pt as useTheme
|
|
3251
3255
|
};
|