@sigtes/ui 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/table/DataTable.d.ts +2 -1
- package/dist/components/table/ProductsTable.d.ts +1 -1
- package/dist/components.cjs.js +1 -1
- package/dist/components.es.js +119 -118
- package/dist/pages.cjs.js +2 -2
- package/dist/pages.es.js +1199 -804
- package/package.json +4 -4
package/dist/components.es.js
CHANGED
|
@@ -14,9 +14,10 @@ import * as v from "@radix-ui/react-dropdown-menu";
|
|
|
14
14
|
import { IconDotsVertical as Wt, IconChevronDown as ve, IconLayoutColumns as Yt, IconChevronsLeft as Rt, IconChevronLeft as Et, IconChevronRight as Lt, IconChevronsRight as Vt, IconGripVertical as qt } from "@tabler/icons-react";
|
|
15
15
|
import * as y from "@radix-ui/react-select";
|
|
16
16
|
import { restrictToVerticalAxis as Ht } from "@dnd-kit/modifiers";
|
|
17
|
+
import "@sigtes/hooks";
|
|
17
18
|
import * as Gt from "@radix-ui/react-label";
|
|
18
19
|
import { getDefaultClassNames as We, DayPicker as $t, TZDate as q } from "react-day-picker";
|
|
19
|
-
import { TZDate as
|
|
20
|
+
import { TZDate as oo } from "react-day-picker";
|
|
20
21
|
import * as Q from "@radix-ui/react-popover";
|
|
21
22
|
import * as we from "@radix-ui/react-checkbox";
|
|
22
23
|
import * as fe from "@radix-ui/react-collapsible";
|
|
@@ -26,7 +27,7 @@ import * as At from "@radix-ui/react-separator";
|
|
|
26
27
|
import { FormProvider as Bt, Controller as Qt, useFormContext as Xt, useFormState as Ut } from "react-hook-form";
|
|
27
28
|
import { useTheme as Jt } from "next-themes";
|
|
28
29
|
import { Toaster as Kt } from "sonner";
|
|
29
|
-
import { toast as
|
|
30
|
+
import { toast as io } from "sonner";
|
|
30
31
|
import * as X from "@radix-ui/react-tabs";
|
|
31
32
|
import * as ge from "recharts";
|
|
32
33
|
function Zt({
|
|
@@ -60,7 +61,7 @@ function ye({
|
|
|
60
61
|
}) {
|
|
61
62
|
return /* @__PURE__ */ r.jsx(v.Root, { "data-slot": "dropdown-menu", ...e });
|
|
62
63
|
}
|
|
63
|
-
function
|
|
64
|
+
function ea({
|
|
64
65
|
...e
|
|
65
66
|
}) {
|
|
66
67
|
return /* @__PURE__ */ r.jsx(v.Portal, { "data-slot": "dropdown-menu-portal", ...e });
|
|
@@ -94,12 +95,12 @@ function je({
|
|
|
94
95
|
}
|
|
95
96
|
) });
|
|
96
97
|
}
|
|
97
|
-
function
|
|
98
|
+
function ta({
|
|
98
99
|
...e
|
|
99
100
|
}) {
|
|
100
101
|
return /* @__PURE__ */ r.jsx(v.Group, { "data-slot": "dropdown-menu-group", ...e });
|
|
101
102
|
}
|
|
102
|
-
function
|
|
103
|
+
function na({
|
|
103
104
|
className: e,
|
|
104
105
|
inset: t,
|
|
105
106
|
variant: n = "default",
|
|
@@ -174,7 +175,7 @@ function nn({
|
|
|
174
175
|
}
|
|
175
176
|
);
|
|
176
177
|
}
|
|
177
|
-
function
|
|
178
|
+
function ra({
|
|
178
179
|
className: e,
|
|
179
180
|
inset: t,
|
|
180
181
|
...n
|
|
@@ -192,7 +193,7 @@ function na({
|
|
|
192
193
|
}
|
|
193
194
|
);
|
|
194
195
|
}
|
|
195
|
-
function
|
|
196
|
+
function aa({
|
|
196
197
|
className: e,
|
|
197
198
|
...t
|
|
198
199
|
}) {
|
|
@@ -205,7 +206,7 @@ function ra({
|
|
|
205
206
|
}
|
|
206
207
|
);
|
|
207
208
|
}
|
|
208
|
-
function
|
|
209
|
+
function oa({
|
|
209
210
|
className: e,
|
|
210
211
|
...t
|
|
211
212
|
}) {
|
|
@@ -221,12 +222,12 @@ function aa({
|
|
|
221
222
|
}
|
|
222
223
|
);
|
|
223
224
|
}
|
|
224
|
-
function
|
|
225
|
+
function sa({
|
|
225
226
|
...e
|
|
226
227
|
}) {
|
|
227
228
|
return /* @__PURE__ */ r.jsx(v.Sub, { "data-slot": "dropdown-menu-sub", ...e });
|
|
228
229
|
}
|
|
229
|
-
function
|
|
230
|
+
function ia({
|
|
230
231
|
className: e,
|
|
231
232
|
inset: t,
|
|
232
233
|
children: n,
|
|
@@ -249,7 +250,7 @@ function sa({
|
|
|
249
250
|
}
|
|
250
251
|
);
|
|
251
252
|
}
|
|
252
|
-
function
|
|
253
|
+
function da({
|
|
253
254
|
className: e,
|
|
254
255
|
...t
|
|
255
256
|
}) {
|
|
@@ -265,7 +266,7 @@ function ia({
|
|
|
265
266
|
}
|
|
266
267
|
);
|
|
267
268
|
}
|
|
268
|
-
function
|
|
269
|
+
function la() {
|
|
269
270
|
return /* @__PURE__ */ r.jsx(oe, { asChild: !0, children: /* @__PURE__ */ r.jsxs(
|
|
270
271
|
j,
|
|
271
272
|
{
|
|
@@ -300,7 +301,7 @@ function an({
|
|
|
300
301
|
}) {
|
|
301
302
|
return /* @__PURE__ */ r.jsx(y.Root, { "data-slot": "select", ...e });
|
|
302
303
|
}
|
|
303
|
-
function
|
|
304
|
+
function ca({
|
|
304
305
|
...e
|
|
305
306
|
}) {
|
|
306
307
|
return /* @__PURE__ */ r.jsx(y.Group, { "data-slot": "select-group", ...e });
|
|
@@ -367,7 +368,7 @@ function dn({
|
|
|
367
368
|
}
|
|
368
369
|
) });
|
|
369
370
|
}
|
|
370
|
-
function
|
|
371
|
+
function ua({
|
|
371
372
|
className: e,
|
|
372
373
|
...t
|
|
373
374
|
}) {
|
|
@@ -401,7 +402,7 @@ function ln({
|
|
|
401
402
|
}
|
|
402
403
|
);
|
|
403
404
|
}
|
|
404
|
-
function
|
|
405
|
+
function ma({
|
|
405
406
|
className: e,
|
|
406
407
|
...t
|
|
407
408
|
}) {
|
|
@@ -464,7 +465,7 @@ function Ye({
|
|
|
464
465
|
}
|
|
465
466
|
);
|
|
466
467
|
}
|
|
467
|
-
function
|
|
468
|
+
function fa({
|
|
468
469
|
data: e,
|
|
469
470
|
columns: t,
|
|
470
471
|
getRowId: n,
|
|
@@ -758,7 +759,7 @@ function ma({
|
|
|
758
759
|
] })
|
|
759
760
|
] });
|
|
760
761
|
}
|
|
761
|
-
function
|
|
762
|
+
function ga({ id: e }) {
|
|
762
763
|
const { attributes: t, listeners: n } = _e({
|
|
763
764
|
id: e
|
|
764
765
|
});
|
|
@@ -820,7 +821,7 @@ function gn({
|
|
|
820
821
|
}
|
|
821
822
|
);
|
|
822
823
|
}
|
|
823
|
-
function
|
|
824
|
+
function ha({
|
|
824
825
|
className: e,
|
|
825
826
|
...t
|
|
826
827
|
}) {
|
|
@@ -875,7 +876,7 @@ function Re({ className: e, ...t }) {
|
|
|
875
876
|
}
|
|
876
877
|
);
|
|
877
878
|
}
|
|
878
|
-
function
|
|
879
|
+
function xa({
|
|
879
880
|
className: e,
|
|
880
881
|
...t
|
|
881
882
|
}) {
|
|
@@ -2307,12 +2308,12 @@ function Z({
|
|
|
2307
2308
|
}
|
|
2308
2309
|
);
|
|
2309
2310
|
}
|
|
2310
|
-
function
|
|
2311
|
+
function pa({
|
|
2311
2312
|
...e
|
|
2312
2313
|
}) {
|
|
2313
2314
|
return /* @__PURE__ */ r.jsx(Q.Anchor, { "data-slot": "popover-anchor", ...e });
|
|
2314
2315
|
}
|
|
2315
|
-
function
|
|
2316
|
+
function ba({
|
|
2316
2317
|
value: e,
|
|
2317
2318
|
onChange: t = () => {
|
|
2318
2319
|
},
|
|
@@ -2356,7 +2357,7 @@ function pa({
|
|
|
2356
2357
|
) })
|
|
2357
2358
|
] });
|
|
2358
2359
|
}
|
|
2359
|
-
function
|
|
2360
|
+
function va({
|
|
2360
2361
|
locale: e,
|
|
2361
2362
|
value: t,
|
|
2362
2363
|
onChange: n = () => {
|
|
@@ -2430,7 +2431,7 @@ function ae({
|
|
|
2430
2431
|
}
|
|
2431
2432
|
);
|
|
2432
2433
|
}
|
|
2433
|
-
function
|
|
2434
|
+
function wa({ className: e, ...t }) {
|
|
2434
2435
|
return /* @__PURE__ */ r.jsx(
|
|
2435
2436
|
"div",
|
|
2436
2437
|
{
|
|
@@ -2443,7 +2444,7 @@ function va({ className: e, ...t }) {
|
|
|
2443
2444
|
}
|
|
2444
2445
|
);
|
|
2445
2446
|
}
|
|
2446
|
-
function
|
|
2447
|
+
function ya({
|
|
2447
2448
|
className: e,
|
|
2448
2449
|
...t
|
|
2449
2450
|
}) {
|
|
@@ -2459,7 +2460,7 @@ function wa({
|
|
|
2459
2460
|
}
|
|
2460
2461
|
);
|
|
2461
2462
|
}
|
|
2462
|
-
function
|
|
2463
|
+
function ja({
|
|
2463
2464
|
className: e,
|
|
2464
2465
|
...t
|
|
2465
2466
|
}) {
|
|
@@ -2472,7 +2473,7 @@ function ya({
|
|
|
2472
2473
|
}
|
|
2473
2474
|
);
|
|
2474
2475
|
}
|
|
2475
|
-
function
|
|
2476
|
+
function Na({
|
|
2476
2477
|
className: e,
|
|
2477
2478
|
...t
|
|
2478
2479
|
}) {
|
|
@@ -2485,7 +2486,7 @@ function ja({
|
|
|
2485
2486
|
}
|
|
2486
2487
|
);
|
|
2487
2488
|
}
|
|
2488
|
-
function
|
|
2489
|
+
function Ca({
|
|
2489
2490
|
className: e,
|
|
2490
2491
|
...t
|
|
2491
2492
|
}) {
|
|
@@ -2501,7 +2502,7 @@ function Na({
|
|
|
2501
2502
|
}
|
|
2502
2503
|
);
|
|
2503
2504
|
}
|
|
2504
|
-
function
|
|
2505
|
+
function ka({
|
|
2505
2506
|
className: e,
|
|
2506
2507
|
...t
|
|
2507
2508
|
}) {
|
|
@@ -2514,7 +2515,7 @@ function Ca({
|
|
|
2514
2515
|
}
|
|
2515
2516
|
);
|
|
2516
2517
|
}
|
|
2517
|
-
function
|
|
2518
|
+
function Sa({
|
|
2518
2519
|
className: e,
|
|
2519
2520
|
...t
|
|
2520
2521
|
}) {
|
|
@@ -2527,7 +2528,7 @@ function ka({
|
|
|
2527
2528
|
}
|
|
2528
2529
|
);
|
|
2529
2530
|
}
|
|
2530
|
-
function
|
|
2531
|
+
function Da({
|
|
2531
2532
|
className: e,
|
|
2532
2533
|
...t
|
|
2533
2534
|
}) {
|
|
@@ -2551,12 +2552,12 @@ function Sa({
|
|
|
2551
2552
|
}
|
|
2552
2553
|
);
|
|
2553
2554
|
}
|
|
2554
|
-
function
|
|
2555
|
+
function Ma({
|
|
2555
2556
|
...e
|
|
2556
2557
|
}) {
|
|
2557
2558
|
return /* @__PURE__ */ r.jsx(fe.Root, { "data-slot": "collapsible", ...e });
|
|
2558
2559
|
}
|
|
2559
|
-
function
|
|
2560
|
+
function Pa({
|
|
2560
2561
|
...e
|
|
2561
2562
|
}) {
|
|
2562
2563
|
return /* @__PURE__ */ r.jsx(
|
|
@@ -2567,7 +2568,7 @@ function Ma({
|
|
|
2567
2568
|
}
|
|
2568
2569
|
);
|
|
2569
2570
|
}
|
|
2570
|
-
function
|
|
2571
|
+
function _a({
|
|
2571
2572
|
...e
|
|
2572
2573
|
}) {
|
|
2573
2574
|
return /* @__PURE__ */ r.jsx(
|
|
@@ -2583,7 +2584,7 @@ function Cr({
|
|
|
2583
2584
|
}) {
|
|
2584
2585
|
return /* @__PURE__ */ r.jsx(D.Root, { "data-slot": "dialog", ...e });
|
|
2585
2586
|
}
|
|
2586
|
-
function
|
|
2587
|
+
function Ta({
|
|
2587
2588
|
...e
|
|
2588
2589
|
}) {
|
|
2589
2590
|
return /* @__PURE__ */ r.jsx(D.Trigger, { "data-slot": "dialog-trigger", ...e });
|
|
@@ -2593,7 +2594,7 @@ function kr({
|
|
|
2593
2594
|
}) {
|
|
2594
2595
|
return /* @__PURE__ */ r.jsx(D.Portal, { "data-slot": "dialog-portal", ...e });
|
|
2595
2596
|
}
|
|
2596
|
-
function
|
|
2597
|
+
function za({
|
|
2597
2598
|
...e
|
|
2598
2599
|
}) {
|
|
2599
2600
|
return /* @__PURE__ */ r.jsx(D.Close, { "data-slot": "dialog-close", ...e });
|
|
@@ -2662,7 +2663,7 @@ function Mr({
|
|
|
2662
2663
|
}
|
|
2663
2664
|
);
|
|
2664
2665
|
}
|
|
2665
|
-
function
|
|
2666
|
+
function Fa({
|
|
2666
2667
|
className: e,
|
|
2667
2668
|
...t
|
|
2668
2669
|
}) {
|
|
@@ -2720,7 +2721,7 @@ function he({
|
|
|
2720
2721
|
}
|
|
2721
2722
|
);
|
|
2722
2723
|
}
|
|
2723
|
-
function
|
|
2724
|
+
function Ia({
|
|
2724
2725
|
title: e = "Command Palette",
|
|
2725
2726
|
description: t = "Search for a command to run...",
|
|
2726
2727
|
children: n,
|
|
@@ -2842,7 +2843,7 @@ function le({
|
|
|
2842
2843
|
}
|
|
2843
2844
|
);
|
|
2844
2845
|
}
|
|
2845
|
-
function
|
|
2846
|
+
function Oa({
|
|
2846
2847
|
className: e,
|
|
2847
2848
|
...t
|
|
2848
2849
|
}) {
|
|
@@ -2858,7 +2859,7 @@ function Ia({
|
|
|
2858
2859
|
}
|
|
2859
2860
|
);
|
|
2860
2861
|
}
|
|
2861
|
-
function
|
|
2862
|
+
function Wa({
|
|
2862
2863
|
data: e = [],
|
|
2863
2864
|
placeholder: t = "Selecione um item...",
|
|
2864
2865
|
value: n,
|
|
@@ -2944,7 +2945,7 @@ function zr({
|
|
|
2944
2945
|
}
|
|
2945
2946
|
);
|
|
2946
2947
|
}
|
|
2947
|
-
function
|
|
2948
|
+
function Ya({
|
|
2948
2949
|
column: e,
|
|
2949
2950
|
title: t,
|
|
2950
2951
|
options: n,
|
|
@@ -3051,9 +3052,9 @@ function Wa({
|
|
|
3051
3052
|
}
|
|
3052
3053
|
);
|
|
3053
3054
|
}
|
|
3054
|
-
const
|
|
3055
|
+
const Ra = Bt, Be = N.createContext(
|
|
3055
3056
|
{}
|
|
3056
|
-
),
|
|
3057
|
+
), Ea = ({
|
|
3057
3058
|
...e
|
|
3058
3059
|
}) => /* @__PURE__ */ r.jsx(Be.Provider, { value: { name: e.name }, children: /* @__PURE__ */ r.jsx(Qt, { ...e }) }), ee = () => {
|
|
3059
3060
|
const e = N.useContext(Be), t = N.useContext(Qe), { getFieldState: n } = Xt(), a = Ut({ name: e.name }), o = n(e.name, a);
|
|
@@ -3071,7 +3072,7 @@ const Ya = Bt, Be = N.createContext(
|
|
|
3071
3072
|
}, Qe = N.createContext(
|
|
3072
3073
|
{}
|
|
3073
3074
|
);
|
|
3074
|
-
function
|
|
3075
|
+
function La({ className: e, ...t }) {
|
|
3075
3076
|
const n = N.useId();
|
|
3076
3077
|
return /* @__PURE__ */ r.jsx(Qe.Provider, { value: { id: n }, children: /* @__PURE__ */ r.jsx(
|
|
3077
3078
|
"div",
|
|
@@ -3082,7 +3083,7 @@ function Ea({ className: e, ...t }) {
|
|
|
3082
3083
|
}
|
|
3083
3084
|
) });
|
|
3084
3085
|
}
|
|
3085
|
-
function
|
|
3086
|
+
function Va({
|
|
3086
3087
|
className: e,
|
|
3087
3088
|
...t
|
|
3088
3089
|
}) {
|
|
@@ -3098,7 +3099,7 @@ function La({
|
|
|
3098
3099
|
}
|
|
3099
3100
|
);
|
|
3100
3101
|
}
|
|
3101
|
-
function
|
|
3102
|
+
function qa({ ...e }) {
|
|
3102
3103
|
const { error: t, formItemId: n, formDescriptionId: a, formMessageId: o } = ee();
|
|
3103
3104
|
return /* @__PURE__ */ r.jsx(
|
|
3104
3105
|
Oe,
|
|
@@ -3111,7 +3112,7 @@ function Va({ ...e }) {
|
|
|
3111
3112
|
}
|
|
3112
3113
|
);
|
|
3113
3114
|
}
|
|
3114
|
-
function
|
|
3115
|
+
function Ha({
|
|
3115
3116
|
className: e,
|
|
3116
3117
|
...t
|
|
3117
3118
|
}) {
|
|
@@ -3126,7 +3127,7 @@ function qa({
|
|
|
3126
3127
|
}
|
|
3127
3128
|
);
|
|
3128
3129
|
}
|
|
3129
|
-
function
|
|
3130
|
+
function Ga({
|
|
3130
3131
|
className: e,
|
|
3131
3132
|
...t
|
|
3132
3133
|
}) {
|
|
@@ -3152,7 +3153,7 @@ function Fr({ className: e, ...t }) {
|
|
|
3152
3153
|
}
|
|
3153
3154
|
);
|
|
3154
3155
|
}
|
|
3155
|
-
const
|
|
3156
|
+
const $a = ({ ...e }) => {
|
|
3156
3157
|
const { theme: t = "system" } = Jt();
|
|
3157
3158
|
return /* @__PURE__ */ r.jsx(
|
|
3158
3159
|
Kt,
|
|
@@ -3168,7 +3169,7 @@ const Ga = ({ ...e }) => {
|
|
|
3168
3169
|
}
|
|
3169
3170
|
);
|
|
3170
3171
|
};
|
|
3171
|
-
function
|
|
3172
|
+
function Aa({
|
|
3172
3173
|
className: e,
|
|
3173
3174
|
...t
|
|
3174
3175
|
}) {
|
|
@@ -3181,7 +3182,7 @@ function $a({
|
|
|
3181
3182
|
}
|
|
3182
3183
|
);
|
|
3183
3184
|
}
|
|
3184
|
-
function
|
|
3185
|
+
function Ba({
|
|
3185
3186
|
className: e,
|
|
3186
3187
|
...t
|
|
3187
3188
|
}) {
|
|
@@ -3197,7 +3198,7 @@ function Aa({
|
|
|
3197
3198
|
}
|
|
3198
3199
|
);
|
|
3199
3200
|
}
|
|
3200
|
-
function
|
|
3201
|
+
function Qa({
|
|
3201
3202
|
className: e,
|
|
3202
3203
|
...t
|
|
3203
3204
|
}) {
|
|
@@ -3213,7 +3214,7 @@ function Ba({
|
|
|
3213
3214
|
}
|
|
3214
3215
|
);
|
|
3215
3216
|
}
|
|
3216
|
-
function
|
|
3217
|
+
function Xa({
|
|
3217
3218
|
className: e,
|
|
3218
3219
|
...t
|
|
3219
3220
|
}) {
|
|
@@ -3226,7 +3227,7 @@ function Qa({
|
|
|
3226
3227
|
}
|
|
3227
3228
|
);
|
|
3228
3229
|
}
|
|
3229
|
-
function
|
|
3230
|
+
function Ua({
|
|
3230
3231
|
className: e,
|
|
3231
3232
|
...t
|
|
3232
3233
|
}) {
|
|
@@ -3242,7 +3243,7 @@ function Xa({
|
|
|
3242
3243
|
}
|
|
3243
3244
|
);
|
|
3244
3245
|
}
|
|
3245
|
-
function
|
|
3246
|
+
function Ja({ user: e }) {
|
|
3246
3247
|
const t = e?.username, n = t ? t.substring(0, 2) : "";
|
|
3247
3248
|
return e.id === "" ? /* @__PURE__ */ r.jsx(Fr, { className: "h-9 w-9 rounded-4xl" }) : /* @__PURE__ */ r.jsx("div", { className: "rounded-full w-9 h-9 justify-center text-xs cursor-default uppercase items-center flex flex-col bg-amber-400 border-2 border-black", children: n });
|
|
3248
3249
|
}
|
|
@@ -3253,7 +3254,7 @@ function Ue() {
|
|
|
3253
3254
|
throw new Error("useChart must be used within a <ChartContainer />");
|
|
3254
3255
|
return e;
|
|
3255
3256
|
}
|
|
3256
|
-
function
|
|
3257
|
+
function Ka({
|
|
3257
3258
|
id: e,
|
|
3258
3259
|
className: t,
|
|
3259
3260
|
children: n,
|
|
@@ -3304,8 +3305,8 @@ ${n.map(([i, l]) => {
|
|
|
3304
3305
|
}
|
|
3305
3306
|
}
|
|
3306
3307
|
) : null;
|
|
3307
|
-
},
|
|
3308
|
-
function
|
|
3308
|
+
}, Za = ge.Tooltip;
|
|
3309
|
+
function eo({
|
|
3309
3310
|
active: e,
|
|
3310
3311
|
payload: t,
|
|
3311
3312
|
className: n,
|
|
@@ -3399,8 +3400,8 @@ function Za({
|
|
|
3399
3400
|
}
|
|
3400
3401
|
);
|
|
3401
3402
|
}
|
|
3402
|
-
const
|
|
3403
|
-
function
|
|
3403
|
+
const to = ge.Legend;
|
|
3404
|
+
function no({
|
|
3404
3405
|
className: e,
|
|
3405
3406
|
hideIcon: t = !1,
|
|
3406
3407
|
payload: n,
|
|
@@ -3451,112 +3452,112 @@ function ce(e, t, n) {
|
|
|
3451
3452
|
return n in t && typeof t[n] == "string" ? o = t[n] : a && n in a && typeof a[n] == "string" && (o = a[n]), o in e ? e[o] : e[n];
|
|
3452
3453
|
}
|
|
3453
3454
|
export {
|
|
3454
|
-
|
|
3455
|
+
Ja as Avatar,
|
|
3455
3456
|
ae as Badge,
|
|
3456
3457
|
j as Button,
|
|
3457
3458
|
Ee as Calendar,
|
|
3458
3459
|
xn as CalendarDayButton,
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3460
|
+
wa as Card,
|
|
3461
|
+
Ca as CardAction,
|
|
3462
|
+
ka as CardContent,
|
|
3463
|
+
Na as CardDescription,
|
|
3464
|
+
Sa as CardFooter,
|
|
3465
|
+
ya as CardHeader,
|
|
3466
|
+
ja as CardTitle,
|
|
3467
|
+
Ka as ChartContainer,
|
|
3468
|
+
to as ChartLegend,
|
|
3469
|
+
no as ChartLegendContent,
|
|
3469
3470
|
Or as ChartStyle,
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3471
|
+
Za as ChartTooltip,
|
|
3472
|
+
eo as ChartTooltipContent,
|
|
3473
|
+
Da as Checkbox,
|
|
3474
|
+
Ma as Collapsible,
|
|
3475
|
+
_a as CollapsibleContent,
|
|
3476
|
+
Pa as CollapsibleTrigger,
|
|
3477
|
+
Wa as Combobox,
|
|
3477
3478
|
he as Command,
|
|
3478
|
-
|
|
3479
|
+
Ia as CommandDialog,
|
|
3479
3480
|
Ae as CommandEmpty,
|
|
3480
3481
|
de as CommandGroup,
|
|
3481
3482
|
Ge as CommandInput,
|
|
3482
3483
|
le as CommandItem,
|
|
3483
3484
|
$e as CommandList,
|
|
3484
3485
|
Tr as CommandSeparator,
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3486
|
+
Oa as CommandShortcut,
|
|
3487
|
+
fa as DataTable,
|
|
3488
|
+
Ya as DataTableFacetedFilter,
|
|
3489
|
+
ba as DatePicker,
|
|
3490
|
+
va as DateRangePicker,
|
|
3491
|
+
la as DefaultDropdownMenuTrigger,
|
|
3491
3492
|
Cr as Dialog,
|
|
3492
|
-
|
|
3493
|
+
za as DialogClose,
|
|
3493
3494
|
Dr as DialogContent,
|
|
3494
3495
|
_r as DialogDescription,
|
|
3495
|
-
|
|
3496
|
+
Fa as DialogFooter,
|
|
3496
3497
|
Mr as DialogHeader,
|
|
3497
3498
|
Sr as DialogOverlay,
|
|
3498
3499
|
kr as DialogPortal,
|
|
3499
3500
|
Pr as DialogTitle,
|
|
3500
|
-
|
|
3501
|
-
|
|
3501
|
+
Ta as DialogTrigger,
|
|
3502
|
+
ga as DragHandle,
|
|
3502
3503
|
Zt as DraggableRow,
|
|
3503
3504
|
ye as DropdownMenu,
|
|
3504
3505
|
en as DropdownMenuCheckboxItem,
|
|
3505
3506
|
je as DropdownMenuContent,
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3507
|
+
ta as DropdownMenuGroup,
|
|
3508
|
+
na as DropdownMenuItem,
|
|
3509
|
+
ra as DropdownMenuLabel,
|
|
3510
|
+
ea as DropdownMenuPortal,
|
|
3510
3511
|
tn as DropdownMenuRadioGroup,
|
|
3511
3512
|
nn as DropdownMenuRadioItem,
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3513
|
+
aa as DropdownMenuSeparator,
|
|
3514
|
+
oa as DropdownMenuShortcut,
|
|
3515
|
+
sa as DropdownMenuSub,
|
|
3516
|
+
da as DropdownMenuSubContent,
|
|
3517
|
+
ia as DropdownMenuSubTrigger,
|
|
3517
3518
|
oe as DropdownMenuTrigger,
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3519
|
+
Ra as Form,
|
|
3520
|
+
qa as FormControl,
|
|
3521
|
+
Ha as FormDescription,
|
|
3522
|
+
Ea as FormField,
|
|
3523
|
+
La as FormItem,
|
|
3524
|
+
Va as FormLabel,
|
|
3525
|
+
Ga as FormMessage,
|
|
3525
3526
|
rn as Input,
|
|
3526
3527
|
Ye as Label,
|
|
3527
3528
|
J as Popover,
|
|
3528
|
-
|
|
3529
|
+
pa as PopoverAnchor,
|
|
3529
3530
|
Z as PopoverContent,
|
|
3530
3531
|
K as PopoverTrigger,
|
|
3531
3532
|
an as Select,
|
|
3532
3533
|
dn as SelectContent,
|
|
3533
|
-
|
|
3534
|
+
ca as SelectGroup,
|
|
3534
3535
|
ln as SelectItem,
|
|
3535
|
-
|
|
3536
|
+
ua as SelectLabel,
|
|
3536
3537
|
un as SelectScrollDownButton,
|
|
3537
3538
|
cn as SelectScrollUpButton,
|
|
3538
|
-
|
|
3539
|
+
ma as SelectSeparator,
|
|
3539
3540
|
sn as SelectTrigger,
|
|
3540
3541
|
on as SelectValue,
|
|
3541
3542
|
zr as Separator,
|
|
3542
3543
|
Fr as Skeleton,
|
|
3543
|
-
|
|
3544
|
+
oo as TZDate,
|
|
3544
3545
|
mn as Table,
|
|
3545
3546
|
gn as TableBody,
|
|
3546
|
-
|
|
3547
|
+
xa as TableCaption,
|
|
3547
3548
|
Re as TableCell,
|
|
3548
|
-
|
|
3549
|
+
ha as TableFooter,
|
|
3549
3550
|
hn as TableHead,
|
|
3550
3551
|
fn as TableHeader,
|
|
3551
3552
|
se as TableRow,
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3553
|
+
Aa as Tabs,
|
|
3554
|
+
Xa as TabsContent,
|
|
3555
|
+
Ba as TabsList,
|
|
3556
|
+
Qa as TabsTrigger,
|
|
3557
|
+
Ua as Textarea,
|
|
3558
|
+
$a as Toaster,
|
|
3558
3559
|
Nr as badgeVariants,
|
|
3559
3560
|
be as buttonVariants,
|
|
3560
|
-
|
|
3561
|
+
io as toast,
|
|
3561
3562
|
ee as useFormField
|
|
3562
3563
|
};
|