@pelatform/ui.components 0.1.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.
@@ -0,0 +1,1462 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import React__default, { HTMLAttributes, ReactNode, ReactElement, CSSProperties, ComponentProps, RefObject, ButtonHTMLAttributes } from 'react';
4
+ import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, AspectRatio as AspectRatio$1, Avatar as Avatar$1, Separator as Separator$1, Checkbox as Checkbox$1, Collapsible as Collapsible$1, Dialog as Dialog$1, ContextMenu as ContextMenu$1, Direction, DropdownMenu as DropdownMenu$1, Label as Label$1, HoverCard as HoverCard$1, Menubar as Menubar$1, NavigationMenu as NavigationMenu$1, Popover as Popover$1, Progress as Progress$1, RadioGroup as RadioGroup$1, ScrollArea as ScrollArea$1, Select as Select$1, Tooltip as Tooltip$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, Toggle as Toggle$1, ToggleGroup as ToggleGroup$1 } from 'radix-ui';
5
+ import * as class_variance_authority_types from 'class-variance-authority/types';
6
+ import { VariantProps } from 'class-variance-authority';
7
+ import { Autocomplete as Autocomplete$1 } from '@base-ui/react/autocomplete';
8
+ import { DayPicker, DayButton, Locale } from 'react-day-picker';
9
+ import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
10
+ import * as RechartsPrimitive from 'recharts';
11
+ import { Combobox as Combobox$1 } from '@base-ui/react';
12
+ import { Command as Command$1 } from 'cmdk';
13
+ import { Column, Table as Table$1, Row, Cell, HeaderGroup, Header, RowData, SortingState, ColumnFiltersState } from '@tanstack/react-table';
14
+ import { DragEndEvent, UniqueIdentifier, Modifiers, DragOverlay, DragStartEvent } from '@dnd-kit/core';
15
+ import { Drawer as Drawer$1 } from 'vaul';
16
+ import { OTPInput } from 'input-otp';
17
+ import { NumberField as NumberField$1 } from '@base-ui/react/number-field';
18
+ import * as BasePhoneInput from 'react-phone-number-input';
19
+ import * as ResizablePrimitive from 'react-resizable-panels';
20
+ import { ToasterProps } from 'sonner';
21
+ import { ItemInstance } from '@headless-tree/core';
22
+
23
+ declare function Accordion({ className, ...props }: React.ComponentProps<typeof Accordion$1.Root>): react_jsx_runtime.JSX.Element;
24
+ declare function AccordionItem({ className, ...props }: React.ComponentProps<typeof Accordion$1.Item>): react_jsx_runtime.JSX.Element;
25
+ declare function AccordionTrigger({ className, children, ...props }: React.ComponentProps<typeof Accordion$1.Trigger>): react_jsx_runtime.JSX.Element;
26
+ declare function AccordionContent({ className, children, ...props }: React.ComponentProps<typeof Accordion$1.Content>): react_jsx_runtime.JSX.Element;
27
+
28
+ declare const buttonVariants: (props?: ({
29
+ variant?: "link" | "default" | "outline" | "secondary" | "ghost" | "destructive" | null | undefined;
30
+ size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
31
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
32
+ declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
33
+ asChild?: boolean;
34
+ }): react_jsx_runtime.JSX.Element;
35
+
36
+ declare function AlertDialog({ ...props }: React.ComponentProps<typeof AlertDialog$1.Root>): react_jsx_runtime.JSX.Element;
37
+ declare function AlertDialogTrigger({ ...props }: React.ComponentProps<typeof AlertDialog$1.Trigger>): react_jsx_runtime.JSX.Element;
38
+ declare function AlertDialogPortal({ ...props }: React.ComponentProps<typeof AlertDialog$1.Portal>): react_jsx_runtime.JSX.Element;
39
+ declare function AlertDialogOverlay({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Overlay>): react_jsx_runtime.JSX.Element;
40
+ declare function AlertDialogContent({ className, size, ...props }: React.ComponentProps<typeof AlertDialog$1.Content> & {
41
+ size?: "default" | "sm";
42
+ }): react_jsx_runtime.JSX.Element;
43
+ declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
44
+ declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
45
+ declare function AlertDialogMedia({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
46
+ declare function AlertDialogTitle({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime.JSX.Element;
47
+ declare function AlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime.JSX.Element;
48
+ declare function AlertDialogAction({ className, variant, size, ...props }: React.ComponentProps<typeof AlertDialog$1.Action> & Pick<React.ComponentProps<typeof Button>, "variant" | "size">): react_jsx_runtime.JSX.Element;
49
+ declare function AlertDialogCancel({ className, variant, size, ...props }: React.ComponentProps<typeof AlertDialog$1.Cancel> & Pick<React.ComponentProps<typeof Button>, "variant" | "size">): react_jsx_runtime.JSX.Element;
50
+
51
+ declare const alertVariants: (props?: ({
52
+ variant?: "default" | "destructive" | "info" | "success" | "warning" | "invert" | null | undefined;
53
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
54
+ declare function Alert({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime.JSX.Element;
55
+ declare function AlertTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
56
+ declare function AlertDescription({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
57
+ declare function AlertAction({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
58
+
59
+ declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatio$1.Root>): react_jsx_runtime.JSX.Element;
60
+
61
+ declare const inputVariants: (props?: ({
62
+ size?: "default" | "sm" | "lg" | null | undefined;
63
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
64
+ declare const Autocomplete: typeof Autocomplete$1.Root;
65
+ declare function AutocompleteValue({ ...props }: Autocomplete$1.Value.Props): react_jsx_runtime.JSX.Element;
66
+ declare function AutocompleteInput({ className, size, showClear, showTrigger, ...props }: Omit<Autocomplete$1.Input.Props, "size"> & VariantProps<typeof inputVariants> & {
67
+ showClear?: boolean;
68
+ showTrigger?: boolean;
69
+ }): react_jsx_runtime.JSX.Element;
70
+ declare function AutocompleteStatus({ className, ...props }: Autocomplete$1.Status.Props): react_jsx_runtime.JSX.Element;
71
+ declare function AutocompletePortal({ ...props }: Autocomplete$1.Portal.Props): react_jsx_runtime.JSX.Element;
72
+ declare function AutocompleteBackdrop({ ...props }: Autocomplete$1.Backdrop.Props): react_jsx_runtime.JSX.Element;
73
+ declare function AutocompletePositioner({ className, ...props }: Autocomplete$1.Positioner.Props): react_jsx_runtime.JSX.Element;
74
+ declare function AutocompleteList({ className, scrollAreaClassName, ...props }: Autocomplete$1.List.Props & {
75
+ scrollAreaClassName?: string;
76
+ scrollFade?: boolean;
77
+ scrollbarGutter?: boolean;
78
+ }): react_jsx_runtime.JSX.Element;
79
+ declare function AutocompleteCollection({ ...props }: React.ComponentProps<typeof Autocomplete$1.Collection>): react_jsx_runtime.JSX.Element;
80
+ declare function AutocompleteRow({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Row>): react_jsx_runtime.JSX.Element;
81
+ declare function AutocompleteItem({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Item>): react_jsx_runtime.JSX.Element;
82
+ interface AutocompleteContentProps extends React.ComponentProps<typeof Autocomplete$1.Popup> {
83
+ align?: Autocomplete$1.Positioner.Props["align"];
84
+ sideOffset?: Autocomplete$1.Positioner.Props["sideOffset"];
85
+ alignOffset?: Autocomplete$1.Positioner.Props["alignOffset"];
86
+ side?: Autocomplete$1.Positioner.Props["side"];
87
+ anchor?: Autocomplete$1.Positioner.Props["anchor"];
88
+ showBackdrop?: boolean;
89
+ }
90
+ declare function AutocompleteContent({ className, children, showBackdrop, align, sideOffset, alignOffset, side, anchor, ...props }: AutocompleteContentProps): react_jsx_runtime.JSX.Element;
91
+ declare function AutocompleteGroup({ ...props }: React.ComponentProps<typeof Autocomplete$1.Group>): react_jsx_runtime.JSX.Element;
92
+ declare function AutocompleteGroupLabel({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.GroupLabel>): react_jsx_runtime.JSX.Element;
93
+ declare function AutocompleteEmpty({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Empty>): react_jsx_runtime.JSX.Element;
94
+ declare function AutocompleteClear({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Clear>): react_jsx_runtime.JSX.Element;
95
+ declare function AutocompleteTrigger({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Trigger>): react_jsx_runtime.JSX.Element;
96
+ declare function AutocompleteArrow({ ...props }: React.ComponentProps<typeof Autocomplete$1.Arrow>): react_jsx_runtime.JSX.Element;
97
+ declare function AutocompleteSeparator({ className, ...props }: React.ComponentProps<typeof Autocomplete$1.Separator>): react_jsx_runtime.JSX.Element;
98
+
99
+ declare function Avatar({ className, size, ...props }: React.ComponentProps<typeof Avatar$1.Root> & {
100
+ size?: "default" | "sm" | "lg";
101
+ }): react_jsx_runtime.JSX.Element;
102
+ declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof Avatar$1.Image>): react_jsx_runtime.JSX.Element;
103
+ declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof Avatar$1.Fallback>): react_jsx_runtime.JSX.Element;
104
+ declare function AvatarBadge({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
105
+ declare function AvatarGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
106
+ declare function AvatarGroupCount({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
107
+
108
+ declare const badgeVariants: (props?: ({
109
+ variant?: "default" | "outline" | "secondary" | "destructive" | "info" | "success" | "warning" | "invert" | "focus" | "primary-light" | "warning-light" | "success-light" | "info-light" | "destructive-light" | "invert-light" | "focus-light" | "primary-outline" | "warning-outline" | "success-outline" | "info-outline" | "destructive-outline" | "invert-outline" | "focus-outline" | null | undefined;
110
+ size?: "default" | "xs" | "sm" | "lg" | "xl" | null | undefined;
111
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
112
+ interface BadgeProps extends React.ComponentProps<"span">, VariantProps<typeof badgeVariants> {
113
+ asChild?: boolean;
114
+ }
115
+ declare function Badge({ className, variant, size, asChild, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
116
+
117
+ declare function Breadcrumb({ className, ...props }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
118
+ declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
119
+ declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
120
+ declare function BreadcrumbLink({ asChild, className, ...props }: React.ComponentProps<"a"> & {
121
+ asChild?: boolean;
122
+ }): react_jsx_runtime.JSX.Element;
123
+ declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
124
+ declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
125
+ declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
126
+
127
+ declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof Separator$1.Root>): react_jsx_runtime.JSX.Element;
128
+
129
+ declare const buttonGroupVariants: (props?: ({
130
+ orientation?: "horizontal" | "vertical" | null | undefined;
131
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
132
+ declare function ButtonGroup({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime.JSX.Element;
133
+ declare function ButtonGroupText({ className, asChild, ...props }: React.ComponentProps<"div"> & {
134
+ asChild?: boolean;
135
+ }): react_jsx_runtime.JSX.Element;
136
+ declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
137
+
138
+ declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, locale, formatters, components, ...props }: React.ComponentProps<typeof DayPicker> & {
139
+ buttonVariant?: React.ComponentProps<typeof Button>["variant"];
140
+ }): react_jsx_runtime.JSX.Element;
141
+ declare function CalendarDayButton({ className, day, modifiers, locale, ...props }: React.ComponentProps<typeof DayButton> & {
142
+ locale?: Partial<Locale>;
143
+ }): react_jsx_runtime.JSX.Element;
144
+
145
+ declare function Card({ className, size, ...props }: React.ComponentProps<"div"> & {
146
+ size?: "default" | "sm";
147
+ }): react_jsx_runtime.JSX.Element;
148
+ declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
149
+ declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
150
+ declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
151
+ declare function CardAction({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
152
+ declare function CardContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
153
+ declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
154
+
155
+ type CarouselApi = UseEmblaCarouselType[1];
156
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
157
+ type CarouselOptions = UseCarouselParameters[0];
158
+ type CarouselPlugin = UseCarouselParameters[1];
159
+ type CarouselProps = {
160
+ opts?: CarouselOptions;
161
+ plugins?: CarouselPlugin;
162
+ orientation?: "horizontal" | "vertical";
163
+ setApi?: (api: CarouselApi) => void;
164
+ };
165
+ type CarouselContextProps = {
166
+ carouselRef: ReturnType<typeof useEmblaCarousel>[0];
167
+ api: ReturnType<typeof useEmblaCarousel>[1];
168
+ scrollPrev: () => void;
169
+ scrollNext: () => void;
170
+ canScrollPrev: boolean;
171
+ canScrollNext: boolean;
172
+ } & CarouselProps;
173
+ declare function useCarousel(): CarouselContextProps;
174
+ declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React.ComponentProps<"div"> & CarouselProps): react_jsx_runtime.JSX.Element;
175
+ declare function CarouselContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
176
+ declare function CarouselItem({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
177
+ declare function CarouselPrevious({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
178
+ declare function CarouselNext({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
179
+
180
+ declare const THEMES: {
181
+ readonly light: "";
182
+ readonly dark: ".dark";
183
+ };
184
+ type ChartConfig = {
185
+ [k in string]: {
186
+ label?: React.ReactNode;
187
+ icon?: React.ComponentType;
188
+ } & ({
189
+ color?: string;
190
+ theme?: never;
191
+ } | {
192
+ color?: never;
193
+ theme: Record<keyof typeof THEMES, string>;
194
+ });
195
+ };
196
+ declare function ChartContainer({ id, className, children, config, ...props }: React.ComponentProps<"div"> & {
197
+ config: ChartConfig;
198
+ children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
199
+ }): react_jsx_runtime.JSX.Element;
200
+ declare const ChartStyle: ({ id, config }: {
201
+ id: string;
202
+ config: ChartConfig;
203
+ }) => react_jsx_runtime.JSX.Element | null;
204
+ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
205
+ declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React.ComponentProps<typeof RechartsPrimitive.Tooltip> & React.ComponentProps<"div"> & {
206
+ hideLabel?: boolean;
207
+ hideIndicator?: boolean;
208
+ indicator?: "line" | "dot" | "dashed";
209
+ nameKey?: string;
210
+ labelKey?: string;
211
+ }): react_jsx_runtime.JSX.Element | null;
212
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
213
+ declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React.ComponentProps<"div"> & Pick<RechartsPrimitive.LegendProps, "payload" | "verticalAlign"> & {
214
+ hideIcon?: boolean;
215
+ nameKey?: string;
216
+ }): react_jsx_runtime.JSX.Element | null;
217
+
218
+ declare function Checkbox({ className, ...props }: React.ComponentProps<typeof Checkbox$1.Root>): react_jsx_runtime.JSX.Element;
219
+
220
+ declare function Collapsible({ ...props }: React.ComponentProps<typeof Collapsible$1.Root>): react_jsx_runtime.JSX.Element;
221
+ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof Collapsible$1.CollapsibleTrigger>): react_jsx_runtime.JSX.Element;
222
+ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof Collapsible$1.CollapsibleContent>): react_jsx_runtime.JSX.Element;
223
+
224
+ declare const Combobox: typeof Combobox$1.Root;
225
+ declare function ComboboxValue({ ...props }: Combobox$1.Value.Props): react_jsx_runtime.JSX.Element;
226
+ declare function ComboboxTrigger({ className, children, ...props }: Combobox$1.Trigger.Props): react_jsx_runtime.JSX.Element;
227
+ declare function ComboboxInput({ className, children, disabled, showTrigger, showClear, ...props }: Combobox$1.Input.Props & {
228
+ showTrigger?: boolean;
229
+ showClear?: boolean;
230
+ }): react_jsx_runtime.JSX.Element;
231
+ declare function ComboboxContent({ className, side, sideOffset, align, alignOffset, anchor, ...props }: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">): react_jsx_runtime.JSX.Element;
232
+ declare function ComboboxList({ className, ...props }: Combobox$1.List.Props): react_jsx_runtime.JSX.Element;
233
+ declare function ComboboxItem({ className, children, ...props }: Combobox$1.Item.Props): react_jsx_runtime.JSX.Element;
234
+ declare function ComboboxGroup({ className, ...props }: Combobox$1.Group.Props): react_jsx_runtime.JSX.Element;
235
+ declare function ComboboxLabel({ className, ...props }: Combobox$1.GroupLabel.Props): react_jsx_runtime.JSX.Element;
236
+ declare function ComboboxCollection({ ...props }: Combobox$1.Collection.Props): react_jsx_runtime.JSX.Element;
237
+ declare function ComboboxEmpty({ className, ...props }: Combobox$1.Empty.Props): react_jsx_runtime.JSX.Element;
238
+ declare function ComboboxSeparator({ className, ...props }: Combobox$1.Separator.Props): react_jsx_runtime.JSX.Element;
239
+ declare function ComboboxChips({ className, ...props }: React.ComponentPropsWithRef<typeof Combobox$1.Chips> & Combobox$1.Chips.Props): react_jsx_runtime.JSX.Element;
240
+ declare function ComboboxChip({ className, children, showRemove, ...props }: Combobox$1.Chip.Props & {
241
+ showRemove?: boolean;
242
+ }): react_jsx_runtime.JSX.Element;
243
+ declare function ComboboxChipsInput({ className, ...props }: Combobox$1.Input.Props): react_jsx_runtime.JSX.Element;
244
+ declare function useComboboxAnchor(): React.RefObject<HTMLDivElement | null>;
245
+
246
+ declare function Dialog({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime.JSX.Element;
247
+ declare function DialogTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime.JSX.Element;
248
+ declare function DialogPortal({ ...props }: React.ComponentProps<typeof Dialog$1.Portal>): react_jsx_runtime.JSX.Element;
249
+ declare function DialogClose({ ...props }: React.ComponentProps<typeof Dialog$1.Close>): react_jsx_runtime.JSX.Element;
250
+ declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof Dialog$1.Overlay>): react_jsx_runtime.JSX.Element;
251
+ declare function DialogContent({ className, children, showCloseButton, ...props }: React.ComponentProps<typeof Dialog$1.Content> & {
252
+ showCloseButton?: boolean;
253
+ }): react_jsx_runtime.JSX.Element;
254
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
255
+ declare function DialogFooter({ className, showCloseButton, children, ...props }: React.ComponentProps<"div"> & {
256
+ showCloseButton?: boolean;
257
+ }): react_jsx_runtime.JSX.Element;
258
+ declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof Dialog$1.Title>): react_jsx_runtime.JSX.Element;
259
+ declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof Dialog$1.Description>): react_jsx_runtime.JSX.Element;
260
+
261
+ declare function Command({ className, ...props }: React.ComponentProps<typeof Command$1>): react_jsx_runtime.JSX.Element;
262
+ declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React.ComponentProps<typeof Dialog> & {
263
+ title?: string;
264
+ description?: string;
265
+ className?: string;
266
+ showCloseButton?: boolean;
267
+ }): react_jsx_runtime.JSX.Element;
268
+ declare function CommandInput({ className, ...props }: React.ComponentProps<typeof Command$1.Input>): react_jsx_runtime.JSX.Element;
269
+ declare function CommandList({ className, ...props }: React.ComponentProps<typeof Command$1.List>): react_jsx_runtime.JSX.Element;
270
+ declare function CommandEmpty({ className, ...props }: React.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime.JSX.Element;
271
+ declare function CommandGroup({ className, ...props }: React.ComponentProps<typeof Command$1.Group>): react_jsx_runtime.JSX.Element;
272
+ declare function CommandSeparator({ className, ...props }: React.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime.JSX.Element;
273
+ declare function CommandItem({ className, children, ...props }: React.ComponentProps<typeof Command$1.Item>): react_jsx_runtime.JSX.Element;
274
+ declare function CommandShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
275
+
276
+ declare function ContextMenu({ ...props }: React.ComponentProps<typeof ContextMenu$1.Root>): react_jsx_runtime.JSX.Element;
277
+ declare function ContextMenuTrigger({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.Trigger>): react_jsx_runtime.JSX.Element;
278
+ declare function ContextMenuGroup({ ...props }: React.ComponentProps<typeof ContextMenu$1.Group>): react_jsx_runtime.JSX.Element;
279
+ declare function ContextMenuPortal({ ...props }: React.ComponentProps<typeof ContextMenu$1.Portal>): react_jsx_runtime.JSX.Element;
280
+ declare function ContextMenuSub({ ...props }: React.ComponentProps<typeof ContextMenu$1.Sub>): react_jsx_runtime.JSX.Element;
281
+ declare function ContextMenuRadioGroup({ ...props }: React.ComponentProps<typeof ContextMenu$1.RadioGroup>): react_jsx_runtime.JSX.Element;
282
+ declare function ContextMenuContent({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.Content> & {
283
+ side?: "top" | "right" | "bottom" | "left";
284
+ }): react_jsx_runtime.JSX.Element;
285
+ declare function ContextMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof ContextMenu$1.Item> & {
286
+ inset?: boolean;
287
+ variant?: "default" | "destructive";
288
+ }): react_jsx_runtime.JSX.Element;
289
+ declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenu$1.SubTrigger> & {
290
+ inset?: boolean;
291
+ }): react_jsx_runtime.JSX.Element;
292
+ declare function ContextMenuSubContent({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.SubContent>): react_jsx_runtime.JSX.Element;
293
+ declare function ContextMenuCheckboxItem({ className, children, checked, inset, ...props }: React.ComponentProps<typeof ContextMenu$1.CheckboxItem> & {
294
+ inset?: boolean;
295
+ }): react_jsx_runtime.JSX.Element;
296
+ declare function ContextMenuRadioItem({ className, children, inset, ...props }: React.ComponentProps<typeof ContextMenu$1.RadioItem> & {
297
+ inset?: boolean;
298
+ }): react_jsx_runtime.JSX.Element;
299
+ declare function ContextMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof ContextMenu$1.Label> & {
300
+ inset?: boolean;
301
+ }): react_jsx_runtime.JSX.Element;
302
+ declare function ContextMenuSeparator({ className, ...props }: React.ComponentProps<typeof ContextMenu$1.Separator>): react_jsx_runtime.JSX.Element;
303
+ declare function ContextMenuShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
304
+
305
+ interface DataGridColumnFilterProps<TData, TValue> {
306
+ column?: Column<TData, TValue>;
307
+ title?: string;
308
+ options: {
309
+ label: string;
310
+ value: string;
311
+ icon?: React.ComponentType<{
312
+ className?: string;
313
+ }>;
314
+ }[];
315
+ }
316
+ declare function DataGridColumnFilter<TData, TValue>({ column, title, options, }: DataGridColumnFilterProps<TData, TValue>): react_jsx_runtime.JSX.Element;
317
+
318
+ interface DataGridColumnHeaderProps<TData, TValue> extends HTMLAttributes<HTMLDivElement> {
319
+ column: Column<TData, TValue>;
320
+ title?: string;
321
+ icon?: ReactNode;
322
+ pinnable?: boolean;
323
+ filter?: ReactNode;
324
+ visibility?: boolean;
325
+ }
326
+ declare function DataGridColumnHeaderInner<TData, TValue>({ column, title, icon, className, filter, visibility, }: DataGridColumnHeaderProps<TData, TValue>): react_jsx_runtime.JSX.Element;
327
+ declare const DataGridColumnHeader: typeof DataGridColumnHeaderInner;
328
+
329
+ declare function DataGridColumnVisibility<TData>({ table, trigger, }: {
330
+ table: Table$1<TData>;
331
+ trigger: ReactElement<Record<string, unknown>>;
332
+ }): react_jsx_runtime.JSX.Element;
333
+
334
+ interface DataGridPaginationProps {
335
+ sizes?: number[];
336
+ sizesInfo?: string;
337
+ sizesLabel?: string;
338
+ sizesDescription?: string;
339
+ sizesSkeleton?: ReactNode;
340
+ more?: boolean;
341
+ moreLimit?: number;
342
+ info?: string;
343
+ infoSkeleton?: ReactNode;
344
+ className?: string;
345
+ rowsPerPageLabel?: string;
346
+ previousPageLabel?: string;
347
+ nextPageLabel?: string;
348
+ ellipsisText?: string;
349
+ }
350
+ declare function DataGridPagination(props: DataGridPaginationProps): React__default.JSX.Element;
351
+
352
+ declare function DataGridTableDndRowHandle({ className }: {
353
+ className?: string;
354
+ }): react_jsx_runtime.JSX.Element;
355
+ declare function DataGridTableDndRows<TData>({ handleDragEnd, dataIds, }: {
356
+ handleDragEnd: (event: DragEndEvent) => void;
357
+ dataIds: UniqueIdentifier[];
358
+ }): react_jsx_runtime.JSX.Element;
359
+
360
+ declare function DataGridTableDnd<TData>({ handleDragEnd, }: {
361
+ handleDragEnd: (event: DragEndEvent) => void;
362
+ }): react_jsx_runtime.JSX.Element;
363
+
364
+ declare function DataGridTableBase({ children }: {
365
+ children: ReactNode;
366
+ }): react_jsx_runtime.JSX.Element;
367
+ declare function DataGridTableHead({ children }: {
368
+ children: ReactNode;
369
+ }): react_jsx_runtime.JSX.Element;
370
+ declare function DataGridTableHeadRow<TData>({ children, headerGroup, }: {
371
+ children: ReactNode;
372
+ headerGroup: HeaderGroup<TData>;
373
+ }): react_jsx_runtime.JSX.Element;
374
+ declare function DataGridTableHeadRowCell<TData>({ children, header, dndRef, dndStyle, }: {
375
+ children: ReactNode;
376
+ header: Header<TData, unknown>;
377
+ dndRef?: React.Ref<HTMLTableCellElement>;
378
+ dndStyle?: CSSProperties;
379
+ }): react_jsx_runtime.JSX.Element;
380
+ declare function DataGridTableHeadRowCellResize<TData>({ header }: {
381
+ header: Header<TData, unknown>;
382
+ }): react_jsx_runtime.JSX.Element;
383
+ declare function DataGridTableRowSpacer(): react_jsx_runtime.JSX.Element;
384
+ declare function DataGridTableBody({ children }: {
385
+ children: ReactNode;
386
+ }): react_jsx_runtime.JSX.Element;
387
+ declare function DataGridTableBodyRowSkeleton({ children }: {
388
+ children: ReactNode;
389
+ }): react_jsx_runtime.JSX.Element;
390
+ declare function DataGridTableBodyRowSkeletonCell<TData>({ children, column, }: {
391
+ children: ReactNode;
392
+ column: Column<TData>;
393
+ }): react_jsx_runtime.JSX.Element;
394
+ declare function DataGridTableBodyRow<TData>({ children, row, dndRef, dndStyle, }: {
395
+ children: ReactNode;
396
+ row: Row<TData>;
397
+ dndRef?: React.Ref<HTMLTableRowElement>;
398
+ dndStyle?: CSSProperties;
399
+ }): react_jsx_runtime.JSX.Element;
400
+ declare function DataGridTableBodyRowExpandded<TData>({ row }: {
401
+ row: Row<TData>;
402
+ }): react_jsx_runtime.JSX.Element;
403
+ declare function DataGridTableBodyRowCell<TData>({ children, cell, dndRef, dndStyle, }: {
404
+ children: ReactNode;
405
+ cell: Cell<TData, unknown>;
406
+ dndRef?: React.Ref<HTMLTableCellElement>;
407
+ dndStyle?: CSSProperties;
408
+ }): react_jsx_runtime.JSX.Element;
409
+ declare function DataGridTableEmpty(): react_jsx_runtime.JSX.Element;
410
+ declare function DataGridTableLoader(): react_jsx_runtime.JSX.Element;
411
+ declare function DataGridTableRowSelect<TData>({ row }: {
412
+ row: Row<TData>;
413
+ }): react_jsx_runtime.JSX.Element;
414
+ declare function DataGridTableRowSelectAll(): react_jsx_runtime.JSX.Element;
415
+ declare function DataGridTable<TData>(): react_jsx_runtime.JSX.Element;
416
+
417
+ declare module "@tanstack/react-table" {
418
+ interface ColumnMeta<TData extends RowData, TValue> {
419
+ headerTitle?: string;
420
+ headerClassName?: string;
421
+ cellClassName?: string;
422
+ cellClassNameFn?: (row: TData) => string;
423
+ skeleton?: ReactNode;
424
+ expandedContent?: (row: TData) => ReactNode;
425
+ }
426
+ }
427
+ type DataGridApiFetchParams = {
428
+ pageIndex: number;
429
+ pageSize: number;
430
+ sorting?: SortingState;
431
+ filters?: ColumnFiltersState;
432
+ searchQuery?: string;
433
+ };
434
+ type DataGridApiResponse<T> = {
435
+ data: T[];
436
+ empty: boolean;
437
+ pagination: {
438
+ total: number;
439
+ page: number;
440
+ };
441
+ };
442
+ interface DataGridContextProps<TData extends object> {
443
+ props: DataGridProps<TData>;
444
+ table: Table$1<TData>;
445
+ recordCount: number;
446
+ isLoading: boolean;
447
+ }
448
+ type DataGridRequestParams = {
449
+ pageIndex: number;
450
+ pageSize: number;
451
+ sorting?: SortingState;
452
+ columnFilters?: ColumnFiltersState;
453
+ };
454
+ interface DataGridProps<TData extends object> {
455
+ className?: string;
456
+ table?: Table$1<TData>;
457
+ recordCount: number;
458
+ children?: ReactNode;
459
+ onRowClick?: (row: TData) => void;
460
+ isLoading?: boolean;
461
+ loadingMode?: "skeleton" | "spinner";
462
+ loadingMessage?: ReactNode | string;
463
+ emptyMessage?: ReactNode | string;
464
+ tableLayout?: {
465
+ dense?: boolean;
466
+ cellBorder?: boolean;
467
+ rowBorder?: boolean;
468
+ rowRounded?: boolean;
469
+ stripped?: boolean;
470
+ headerBackground?: boolean;
471
+ headerBorder?: boolean;
472
+ headerSticky?: boolean;
473
+ width?: "auto" | "fixed";
474
+ columnsVisibility?: boolean;
475
+ columnsResizable?: boolean;
476
+ columnsPinnable?: boolean;
477
+ columnsMovable?: boolean;
478
+ columnsDraggable?: boolean;
479
+ rowsDraggable?: boolean;
480
+ };
481
+ tableClassNames?: {
482
+ base?: string;
483
+ header?: string;
484
+ headerRow?: string;
485
+ headerSticky?: string;
486
+ body?: string;
487
+ bodyRow?: string;
488
+ footer?: string;
489
+ edgeCell?: string;
490
+ };
491
+ }
492
+ declare function useDataGrid(): DataGridContextProps<any>;
493
+ declare function DataGridProvider<TData extends object>({ children, table, ...props }: DataGridProps<TData> & {
494
+ table: Table$1<TData>;
495
+ }): react_jsx_runtime.JSX.Element;
496
+ declare function DataGrid<TData extends object>({ children, table, ...props }: DataGridProps<TData>): react_jsx_runtime.JSX.Element;
497
+ declare function DataGridContainer({ children, className, border, }: {
498
+ children: ReactNode;
499
+ className?: string;
500
+ border?: boolean;
501
+ }): react_jsx_runtime.JSX.Element;
502
+
503
+ interface DateSelectorI18nConfig {
504
+ selectDate: string;
505
+ apply: string;
506
+ cancel: string;
507
+ clear: string;
508
+ today: string;
509
+ filterTypes: {
510
+ is: string;
511
+ before: string;
512
+ after: string;
513
+ between: string;
514
+ };
515
+ periodTypes: {
516
+ day: string;
517
+ month: string;
518
+ quarter: string;
519
+ halfYear: string;
520
+ year: string;
521
+ };
522
+ months: string[];
523
+ monthsShort: string[];
524
+ quarters: string[];
525
+ halfYears: string[];
526
+ weekdays: string[];
527
+ weekdaysShort: string[];
528
+ placeholder: string;
529
+ rangePlaceholder: string;
530
+ }
531
+ declare const DEFAULT_DATE_SELECTOR_I18N: DateSelectorI18nConfig;
532
+ type DateSelectorPeriodType = "day" | "month" | "quarter" | "half-year" | "year";
533
+ type DateSelectorFilterType = "is" | "before" | "after" | "between";
534
+ interface DateSelectorValue {
535
+ period: DateSelectorPeriodType;
536
+ operator: DateSelectorFilterType;
537
+ startDate?: Date;
538
+ endDate?: Date;
539
+ year?: number;
540
+ month?: number;
541
+ quarter?: number;
542
+ halfYear?: number;
543
+ rangeStart?: {
544
+ year: number;
545
+ value: number;
546
+ };
547
+ rangeEnd?: {
548
+ year: number;
549
+ value: number;
550
+ };
551
+ }
552
+ interface DateSelectorContextValue {
553
+ i18n: DateSelectorI18nConfig;
554
+ variant: "outline" | "default";
555
+ size: "sm" | "default" | "lg";
556
+ }
557
+ declare const useDateSelectorContext: () => DateSelectorContextValue;
558
+ declare function formatDateValue(value: DateSelectorValue, i18n?: DateSelectorI18nConfig, dayDateFormat?: string): string;
559
+ interface UseDateSelectorOptions {
560
+ value?: DateSelectorValue;
561
+ onChange?: (value: DateSelectorValue) => void;
562
+ defaultPeriodType?: DateSelectorPeriodType;
563
+ defaultFilterType?: DateSelectorFilterType;
564
+ presetMode?: DateSelectorFilterType;
565
+ allowRange?: boolean;
566
+ yearRange?: number;
567
+ baseYear?: number;
568
+ minYear?: number;
569
+ maxYear?: number;
570
+ periodTypes?: DateSelectorPeriodType[];
571
+ }
572
+ declare function useDateSelector({ value, onChange, defaultPeriodType, defaultFilterType, presetMode, allowRange, yearRange, baseYear, minYear, maxYear, periodTypes, }: UseDateSelectorOptions): {
573
+ periodType: DateSelectorPeriodType;
574
+ filterType: DateSelectorFilterType;
575
+ selectedDate: Date | undefined;
576
+ selectedEndDate: Date | undefined;
577
+ calendarMonth: Date;
578
+ selectedYear: number | undefined;
579
+ selectedMonth: number | undefined;
580
+ selectedQuarter: number | undefined;
581
+ selectedHalfYear: number | undefined;
582
+ rangeStart: {
583
+ year: number;
584
+ value: number;
585
+ } | undefined;
586
+ rangeEnd: {
587
+ year: number;
588
+ value: number;
589
+ } | undefined;
590
+ hoverDate: Date | undefined;
591
+ years: number[];
592
+ currentValue: DateSelectorValue;
593
+ allowRange: boolean;
594
+ setPeriodType: (type: DateSelectorPeriodType) => void;
595
+ setFilterType: (type: DateSelectorFilterType) => void;
596
+ setSelectedDate: React.Dispatch<React.SetStateAction<Date | undefined>>;
597
+ setSelectedEndDate: React.Dispatch<React.SetStateAction<Date | undefined>>;
598
+ setCalendarMonth: React.Dispatch<React.SetStateAction<Date>>;
599
+ setHoverDate: React.Dispatch<React.SetStateAction<Date | undefined>>;
600
+ clearSelection: () => void;
601
+ handleDayClick: (day: Date) => void;
602
+ handlePeriodSelect: (year: number, value: number) => void;
603
+ handleYearSelect: (year: number) => void;
604
+ isInRange: (year: number, value: number) => boolean;
605
+ isYearInRange: (year: number) => boolean;
606
+ };
607
+ interface DateSelectorProps {
608
+ value?: DateSelectorValue;
609
+ onChange?: (value: DateSelectorValue) => void;
610
+ allowRange?: boolean;
611
+ periodTypes?: DateSelectorPeriodType[];
612
+ defaultPeriodType?: DateSelectorPeriodType;
613
+ defaultFilterType?: DateSelectorFilterType;
614
+ presetMode?: DateSelectorFilterType;
615
+ showInput?: boolean;
616
+ showTwoMonths?: boolean;
617
+ label?: string;
618
+ className?: string;
619
+ yearRange?: number;
620
+ baseYear?: number;
621
+ minYear?: number;
622
+ maxYear?: number;
623
+ i18n?: Partial<DateSelectorI18nConfig>;
624
+ inputHint?: string;
625
+ dayDateFormat?: string;
626
+ dayDateFormats?: string[];
627
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
628
+ }
629
+ declare function DateSelector({ value, onChange, allowRange, periodTypes, defaultPeriodType, defaultFilterType, presetMode, showInput, showTwoMonths, label, className, yearRange, baseYear, minYear, maxYear, i18n: i18nOverride, inputHint, dayDateFormat, dayDateFormats, weekStartsOn, }: DateSelectorProps): react_jsx_runtime.JSX.Element;
630
+
631
+ declare function DirectionProvider({ dir, direction, children, }: React.ComponentProps<typeof Direction.DirectionProvider> & {
632
+ direction?: React.ComponentProps<typeof Direction.DirectionProvider>["dir"];
633
+ }): react_jsx_runtime.JSX.Element;
634
+ declare const useDirection: typeof Direction.useDirection;
635
+
636
+ declare function Drawer({ ...props }: React.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
637
+ declare function DrawerTrigger({ ...props }: React.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
638
+ declare function DrawerPortal({ ...props }: React.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
639
+ declare function DrawerClose({ ...props }: React.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
640
+ declare function DrawerOverlay({ className, ...props }: React.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
641
+ declare function DrawerContent({ className, children, ...props }: React.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
642
+ declare function DrawerHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
643
+ declare function DrawerFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
644
+ declare function DrawerTitle({ className, ...props }: React.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
645
+ declare function DrawerDescription({ className, ...props }: React.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
646
+
647
+ declare function DropdownMenu({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Root>): react_jsx_runtime.JSX.Element;
648
+ declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Portal>): react_jsx_runtime.JSX.Element;
649
+ declare function DropdownMenuTrigger({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Trigger>): react_jsx_runtime.JSX.Element;
650
+ declare function DropdownMenuContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenu$1.Content>): react_jsx_runtime.JSX.Element;
651
+ declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Group>): react_jsx_runtime.JSX.Element;
652
+ declare function DropdownMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof DropdownMenu$1.Item> & {
653
+ inset?: boolean;
654
+ variant?: "default" | "destructive";
655
+ }): react_jsx_runtime.JSX.Element;
656
+ declare function DropdownMenuCheckboxItem({ className, children, checked, inset, ...props }: React.ComponentProps<typeof DropdownMenu$1.CheckboxItem> & {
657
+ inset?: boolean;
658
+ }): react_jsx_runtime.JSX.Element;
659
+ declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenu$1.RadioGroup>): react_jsx_runtime.JSX.Element;
660
+ declare function DropdownMenuRadioItem({ className, children, inset, ...props }: React.ComponentProps<typeof DropdownMenu$1.RadioItem> & {
661
+ inset?: boolean;
662
+ }): react_jsx_runtime.JSX.Element;
663
+ declare function DropdownMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenu$1.Label> & {
664
+ inset?: boolean;
665
+ }): react_jsx_runtime.JSX.Element;
666
+ declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenu$1.Separator>): react_jsx_runtime.JSX.Element;
667
+ declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
668
+ declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenu$1.Sub>): react_jsx_runtime.JSX.Element;
669
+ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenu$1.SubTrigger> & {
670
+ inset?: boolean;
671
+ }): react_jsx_runtime.JSX.Element;
672
+ declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenu$1.SubContent>): react_jsx_runtime.JSX.Element;
673
+
674
+ declare function Empty({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
675
+ declare function EmptyHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
676
+ declare const emptyMediaVariants: (props?: ({
677
+ variant?: "default" | "icon" | null | undefined;
678
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
679
+ declare function EmptyMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime.JSX.Element;
680
+ declare function EmptyTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
681
+ declare function EmptyDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
682
+ declare function EmptyContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
683
+
684
+ declare function Label({ className, ...props }: React.ComponentProps<typeof Label$1.Root>): react_jsx_runtime.JSX.Element;
685
+
686
+ declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): react_jsx_runtime.JSX.Element;
687
+ declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<"legend"> & {
688
+ variant?: "legend" | "label";
689
+ }): react_jsx_runtime.JSX.Element;
690
+ declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
691
+ declare const fieldVariants: (props?: ({
692
+ orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
693
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
694
+ declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime.JSX.Element;
695
+ declare function FieldContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
696
+ declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label>): react_jsx_runtime.JSX.Element;
697
+ declare function FieldTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
698
+ declare function FieldDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
699
+ declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<"div"> & {
700
+ children?: React.ReactNode;
701
+ }): react_jsx_runtime.JSX.Element;
702
+ declare function FieldError({ className, children, errors, ...props }: React.ComponentProps<"div"> & {
703
+ errors?: Array<{
704
+ message?: string;
705
+ } | undefined>;
706
+ }): react_jsx_runtime.JSX.Element | null;
707
+
708
+ interface FilterI18nConfig {
709
+ addFilter: string;
710
+ searchFields: string;
711
+ noFieldsFound: string;
712
+ noResultsFound: string;
713
+ select: string;
714
+ true: string;
715
+ false: string;
716
+ min: string;
717
+ max: string;
718
+ to: string;
719
+ typeAndPressEnter: string;
720
+ selected: string;
721
+ selectedCount: string;
722
+ percent: string;
723
+ defaultCurrency: string;
724
+ defaultColor: string;
725
+ addFilterTitle: string;
726
+ operators: {
727
+ is: string;
728
+ isNot: string;
729
+ isAnyOf: string;
730
+ isNotAnyOf: string;
731
+ includesAll: string;
732
+ excludesAll: string;
733
+ before: string;
734
+ after: string;
735
+ between: string;
736
+ notBetween: string;
737
+ contains: string;
738
+ notContains: string;
739
+ startsWith: string;
740
+ endsWith: string;
741
+ isExactly: string;
742
+ equals: string;
743
+ notEquals: string;
744
+ greaterThan: string;
745
+ lessThan: string;
746
+ overlaps: string;
747
+ includes: string;
748
+ excludes: string;
749
+ includesAllOf: string;
750
+ includesAnyOf: string;
751
+ empty: string;
752
+ notEmpty: string;
753
+ };
754
+ placeholders: {
755
+ enterField: (fieldType: string) => string;
756
+ selectField: string;
757
+ searchField: (fieldName: string) => string;
758
+ enterKey: string;
759
+ enterValue: string;
760
+ };
761
+ helpers: {
762
+ formatOperator: (operator: string) => string;
763
+ };
764
+ validation: {
765
+ invalidEmail: string;
766
+ invalidUrl: string;
767
+ invalidTel: string;
768
+ invalid: string;
769
+ };
770
+ }
771
+ declare const DEFAULT_I18N: FilterI18nConfig;
772
+ interface FilterOption<T = unknown> {
773
+ value: T;
774
+ label: string;
775
+ icon?: React__default.ReactNode;
776
+ metadata?: Record<string, unknown>;
777
+ className?: string;
778
+ }
779
+ interface FilterOperator {
780
+ value: string;
781
+ label: string;
782
+ supportsMultiple?: boolean;
783
+ }
784
+ interface CustomRendererProps<T = unknown> {
785
+ field: FilterFieldConfig<T>;
786
+ values: T[];
787
+ onChange: (values: T[]) => void;
788
+ operator: string;
789
+ }
790
+ interface FilterFieldGroup<T = unknown> {
791
+ group?: string;
792
+ fields: FilterFieldConfig<T>[];
793
+ }
794
+ type FilterFieldsConfig<T = unknown> = FilterFieldConfig<T>[] | FilterFieldGroup<T>[];
795
+ interface FilterFieldConfig<T = unknown> {
796
+ key?: string;
797
+ label?: string;
798
+ icon?: React__default.ReactNode;
799
+ type?: "select" | "multiselect" | "text" | "custom" | "separator";
800
+ group?: string;
801
+ fields?: FilterFieldConfig<T>[];
802
+ options?: FilterOption<T>[];
803
+ operators?: FilterOperator[];
804
+ customRenderer?: (props: CustomRendererProps<T>) => React__default.ReactNode;
805
+ customValueRenderer?: (values: T[], options: FilterOption<T>[]) => React__default.ReactNode;
806
+ placeholder?: string;
807
+ searchable?: boolean;
808
+ maxSelections?: number;
809
+ min?: number;
810
+ max?: number;
811
+ step?: number;
812
+ prefix?: string | React__default.ReactNode;
813
+ suffix?: string | React__default.ReactNode;
814
+ pattern?: string;
815
+ validation?: (value: unknown) => boolean | {
816
+ valid: boolean;
817
+ message?: string;
818
+ };
819
+ allowCustomValues?: boolean;
820
+ className?: string;
821
+ menuPopupClassName?: string;
822
+ groupLabel?: string;
823
+ onLabel?: string;
824
+ offLabel?: string;
825
+ onInputChange?: (e: React__default.ChangeEvent<HTMLInputElement>) => void;
826
+ defaultOperator?: string;
827
+ value?: T[];
828
+ onValueChange?: (values: T[]) => void;
829
+ }
830
+ declare const DEFAULT_OPERATORS: Record<string, FilterOperator[]>;
831
+ interface Filter<T = unknown> {
832
+ id: string;
833
+ field: string;
834
+ operator: string;
835
+ values: T[];
836
+ }
837
+ interface FilterGroup<T = unknown> {
838
+ id: string;
839
+ label?: string;
840
+ filters: Filter<T>[];
841
+ fields: FilterFieldConfig<T>[];
842
+ }
843
+ interface FiltersContentProps<T = unknown> {
844
+ filters: Filter<T>[];
845
+ fields: FilterFieldsConfig<T>;
846
+ onChange: (filters: Filter<T>[]) => void;
847
+ }
848
+ declare const FiltersContent: <T = unknown>({ filters, fields, onChange, }: FiltersContentProps<T>) => react_jsx_runtime.JSX.Element;
849
+ interface FiltersProps<T = unknown> {
850
+ filters: Filter<T>[];
851
+ fields: FilterFieldsConfig<T>;
852
+ onChange: (filters: Filter<T>[]) => void;
853
+ className?: string;
854
+ variant?: "solid" | "default";
855
+ size?: "sm" | "default" | "lg";
856
+ radius?: "default" | "full";
857
+ i18n?: Partial<FilterI18nConfig>;
858
+ showSearchInput?: boolean;
859
+ trigger?: React__default.ReactNode;
860
+ allowMultiple?: boolean;
861
+ menuPopupClassName?: string;
862
+ collapseAddButton?: boolean;
863
+ enableShortcut?: boolean;
864
+ shortcutKey?: string;
865
+ shortcutLabel?: string;
866
+ }
867
+ declare function Filters<T = unknown>({ filters, fields, onChange, className, variant, size, radius, i18n, showSearchInput, trigger, allowMultiple, menuPopupClassName, enableShortcut, shortcutKey, shortcutLabel, }: FiltersProps<T>): react_jsx_runtime.JSX.Element;
868
+ declare const createFilter: <T = unknown>(field: string, operator?: string, values?: T[]) => Filter<T>;
869
+ declare const createFilterGroup: <T = unknown>(id: string, label: string, fields: FilterFieldConfig<T>[], initialFilters?: Filter<T>[]) => FilterGroup<T>;
870
+
871
+ declare const frameVariants: (props?: ({
872
+ variant?: "default" | "ghost" | "inverse" | null | undefined;
873
+ spacing?: "default" | "xs" | "sm" | "lg" | null | undefined;
874
+ stacked?: boolean | null | undefined;
875
+ dense?: boolean | null | undefined;
876
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
877
+ declare function Frame({ className, variant, spacing, stacked, dense, ...props }: React.ComponentProps<"div"> & VariantProps<typeof frameVariants>): react_jsx_runtime.JSX.Element;
878
+ declare function FramePanel({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
879
+ declare function FrameHeader({ className, ...props }: React.ComponentProps<"header">): react_jsx_runtime.JSX.Element;
880
+ declare function FrameTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
881
+ declare function FrameDescription({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
882
+ declare function FrameFooter({ className, ...props }: React.ComponentProps<"footer">): react_jsx_runtime.JSX.Element;
883
+
884
+ declare function HoverCard({ ...props }: React.ComponentProps<typeof HoverCard$1.Root>): react_jsx_runtime.JSX.Element;
885
+ declare function HoverCardTrigger({ ...props }: React.ComponentProps<typeof HoverCard$1.Trigger>): react_jsx_runtime.JSX.Element;
886
+ declare function HoverCardContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof HoverCard$1.Content>): react_jsx_runtime.JSX.Element;
887
+
888
+ declare function InputGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
889
+ declare const inputGroupAddonVariants: (props?: ({
890
+ align?: "inline-end" | "inline-start" | "block-start" | "block-end" | null | undefined;
891
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
892
+ declare function InputGroupAddon({ className, align, ...props }: React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime.JSX.Element;
893
+ declare const inputGroupButtonVariants: (props?: ({
894
+ size?: "xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined;
895
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
896
+ declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime.JSX.Element;
897
+ declare function InputGroupText({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
898
+ declare function InputGroupInput({ className, ...props }: React.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
899
+ declare function InputGroupTextarea({ className, ...props }: React.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
900
+
901
+ declare function InputOTP({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & {
902
+ containerClassName?: string;
903
+ }): react_jsx_runtime.JSX.Element;
904
+ declare function InputOTPGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
905
+ declare function InputOTPSlot({ index, className, ...props }: React.ComponentProps<"div"> & {
906
+ index: number;
907
+ }): react_jsx_runtime.JSX.Element;
908
+ declare function InputOTPSeparator({ ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
909
+
910
+ declare function Input({ className, type, ...props }: React.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
911
+
912
+ declare function ItemGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
913
+ declare function ItemSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
914
+ declare const itemVariants: (props?: ({
915
+ variant?: "default" | "outline" | "muted" | null | undefined;
916
+ size?: "default" | "xs" | "sm" | null | undefined;
917
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
918
+ declare function Item({ className, variant, size, asChild, ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
919
+ asChild?: boolean;
920
+ }): react_jsx_runtime.JSX.Element;
921
+ declare const itemMediaVariants: (props?: ({
922
+ variant?: "image" | "default" | "icon" | null | undefined;
923
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
924
+ declare function ItemMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime.JSX.Element;
925
+ declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
926
+ declare function ItemTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
927
+ declare function ItemDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
928
+ declare function ItemActions({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
929
+ declare function ItemHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
930
+ declare function ItemFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
931
+
932
+ interface KanbanMoveEvent {
933
+ event: DragEndEvent;
934
+ activeContainer: string;
935
+ activeIndex: number;
936
+ overContainer: string;
937
+ overIndex: number;
938
+ }
939
+ interface KanbanRootProps<T> extends HTMLAttributes<HTMLDivElement> {
940
+ value: Record<string, T[]>;
941
+ onValueChange: (value: Record<string, T[]>) => void;
942
+ getItemValue: (item: T) => string;
943
+ children: ReactNode;
944
+ onMove?: (event: KanbanMoveEvent) => void;
945
+ asChild?: boolean;
946
+ modifiers?: Modifiers;
947
+ }
948
+ declare function Kanban<T>({ value, onValueChange, getItemValue, children, className, asChild, onMove, modifiers, ...props }: KanbanRootProps<T>): react_jsx_runtime.JSX.Element;
949
+ interface KanbanBoardProps extends HTMLAttributes<HTMLDivElement> {
950
+ asChild?: boolean;
951
+ }
952
+ declare function KanbanBoard({ className, asChild, children, ...props }: KanbanBoardProps): react_jsx_runtime.JSX.Element;
953
+ interface KanbanColumnProps extends HTMLAttributes<HTMLDivElement> {
954
+ value: string;
955
+ disabled?: boolean;
956
+ asChild?: boolean;
957
+ }
958
+ declare function KanbanColumn({ value, className, asChild, disabled, children, ...props }: KanbanColumnProps): react_jsx_runtime.JSX.Element;
959
+ interface KanbanColumnHandleProps extends HTMLAttributes<HTMLDivElement> {
960
+ cursor?: boolean;
961
+ asChild?: boolean;
962
+ }
963
+ declare function KanbanColumnHandle({ className, asChild, cursor, children, ...props }: KanbanColumnHandleProps): react_jsx_runtime.JSX.Element;
964
+ interface KanbanItemProps extends HTMLAttributes<HTMLDivElement> {
965
+ value: string;
966
+ disabled?: boolean;
967
+ asChild?: boolean;
968
+ }
969
+ declare function KanbanItem({ value, className, asChild, disabled, children, ...props }: KanbanItemProps): react_jsx_runtime.JSX.Element;
970
+ interface KanbanItemHandleProps extends HTMLAttributes<HTMLDivElement> {
971
+ cursor?: boolean;
972
+ asChild?: boolean;
973
+ }
974
+ declare function KanbanItemHandle({ className, asChild, cursor, children, ...props }: KanbanItemHandleProps): react_jsx_runtime.JSX.Element;
975
+ interface KanbanColumnContentProps extends HTMLAttributes<HTMLDivElement> {
976
+ value: string;
977
+ asChild?: boolean;
978
+ }
979
+ declare function KanbanColumnContent({ value, className, asChild, children, ...props }: KanbanColumnContentProps): react_jsx_runtime.JSX.Element;
980
+ interface KanbanOverlayProps extends Omit<React.ComponentProps<typeof DragOverlay>, "children"> {
981
+ children?: ReactNode | ((params: {
982
+ value: UniqueIdentifier;
983
+ variant: "column" | "item";
984
+ }) => ReactNode);
985
+ }
986
+ declare function KanbanOverlay({ children, className, ...props }: KanbanOverlayProps): React.ReactPortal | null;
987
+
988
+ declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): react_jsx_runtime.JSX.Element;
989
+ declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
990
+
991
+ declare function GooglePlayLogo({ className }: {
992
+ className?: string;
993
+ }): react_jsx_runtime.JSX.Element;
994
+ declare function MastercardLogo({ className }: {
995
+ className?: string;
996
+ }): react_jsx_runtime.JSX.Element;
997
+ declare function PatientoryLogo({ className }: {
998
+ className?: string;
999
+ }): react_jsx_runtime.JSX.Element;
1000
+ declare function JiraLogo({ className }: {
1001
+ className?: string;
1002
+ }): react_jsx_runtime.JSX.Element;
1003
+ declare function ClusterhqLogo({ className }: {
1004
+ className?: string;
1005
+ }): react_jsx_runtime.JSX.Element;
1006
+ declare function GoogleWebdevLogo({ className }: {
1007
+ className?: string;
1008
+ }): react_jsx_runtime.JSX.Element;
1009
+ declare function InfernoLogo({ className }: {
1010
+ className?: string;
1011
+ }): react_jsx_runtime.JSX.Element;
1012
+ declare function BtcchinaLogo({ className }: {
1013
+ className?: string;
1014
+ }): react_jsx_runtime.JSX.Element;
1015
+ declare function IdealLogo({ className }: {
1016
+ className?: string;
1017
+ }): react_jsx_runtime.JSX.Element;
1018
+ declare function StripeLogo({ className }: {
1019
+ className?: string;
1020
+ }): react_jsx_runtime.JSX.Element;
1021
+ declare function PayPalLogo({ className }: {
1022
+ className?: string;
1023
+ }): react_jsx_runtime.JSX.Element;
1024
+ declare function ApplePayLogo({ className }: {
1025
+ className?: string;
1026
+ }): react_jsx_runtime.JSX.Element;
1027
+
1028
+ declare function Menubar({ className, ...props }: React.ComponentProps<typeof Menubar$1.Root>): react_jsx_runtime.JSX.Element;
1029
+ declare function MenubarMenu({ ...props }: React.ComponentProps<typeof Menubar$1.Menu>): react_jsx_runtime.JSX.Element;
1030
+ declare function MenubarGroup({ ...props }: React.ComponentProps<typeof Menubar$1.Group>): react_jsx_runtime.JSX.Element;
1031
+ declare function MenubarPortal({ ...props }: React.ComponentProps<typeof Menubar$1.Portal>): react_jsx_runtime.JSX.Element;
1032
+ declare function MenubarRadioGroup({ ...props }: React.ComponentProps<typeof Menubar$1.RadioGroup>): react_jsx_runtime.JSX.Element;
1033
+ declare function MenubarTrigger({ className, ...props }: React.ComponentProps<typeof Menubar$1.Trigger>): react_jsx_runtime.JSX.Element;
1034
+ declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React.ComponentProps<typeof Menubar$1.Content>): react_jsx_runtime.JSX.Element;
1035
+ declare function MenubarItem({ className, inset, variant, ...props }: React.ComponentProps<typeof Menubar$1.Item> & {
1036
+ inset?: boolean;
1037
+ variant?: "default" | "destructive";
1038
+ }): react_jsx_runtime.JSX.Element;
1039
+ declare function MenubarCheckboxItem({ className, children, checked, inset, ...props }: React.ComponentProps<typeof Menubar$1.CheckboxItem> & {
1040
+ inset?: boolean;
1041
+ }): react_jsx_runtime.JSX.Element;
1042
+ declare function MenubarRadioItem({ className, children, inset, ...props }: React.ComponentProps<typeof Menubar$1.RadioItem> & {
1043
+ inset?: boolean;
1044
+ }): react_jsx_runtime.JSX.Element;
1045
+ declare function MenubarLabel({ className, inset, ...props }: React.ComponentProps<typeof Menubar$1.Label> & {
1046
+ inset?: boolean;
1047
+ }): react_jsx_runtime.JSX.Element;
1048
+ declare function MenubarSeparator({ className, ...props }: React.ComponentProps<typeof Menubar$1.Separator>): react_jsx_runtime.JSX.Element;
1049
+ declare function MenubarShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
1050
+ declare function MenubarSub({ ...props }: React.ComponentProps<typeof Menubar$1.Sub>): react_jsx_runtime.JSX.Element;
1051
+ declare function MenubarSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof Menubar$1.SubTrigger> & {
1052
+ inset?: boolean;
1053
+ }): react_jsx_runtime.JSX.Element;
1054
+ declare function MenubarSubContent({ className, ...props }: React.ComponentProps<typeof Menubar$1.SubContent>): react_jsx_runtime.JSX.Element;
1055
+
1056
+ type NativeSelectProps = Omit<React.ComponentProps<"select">, "size"> & {
1057
+ size?: "sm" | "default";
1058
+ };
1059
+ declare function NativeSelect({ className, size, ...props }: NativeSelectProps): react_jsx_runtime.JSX.Element;
1060
+ declare function NativeSelectOption({ ...props }: React.ComponentProps<"option">): react_jsx_runtime.JSX.Element;
1061
+ declare function NativeSelectOptGroup({ className, ...props }: React.ComponentProps<"optgroup">): react_jsx_runtime.JSX.Element;
1062
+
1063
+ declare function NavigationMenu({ className, children, viewport, ...props }: React.ComponentProps<typeof NavigationMenu$1.Root> & {
1064
+ viewport?: boolean;
1065
+ }): react_jsx_runtime.JSX.Element;
1066
+ declare function NavigationMenuList({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.List>): react_jsx_runtime.JSX.Element;
1067
+ declare function NavigationMenuItem({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Item>): react_jsx_runtime.JSX.Element;
1068
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
1069
+ declare function NavigationMenuTrigger({ className, children, ...props }: React.ComponentProps<typeof NavigationMenu$1.Trigger>): react_jsx_runtime.JSX.Element;
1070
+ declare function NavigationMenuContent({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Content>): react_jsx_runtime.JSX.Element;
1071
+ declare function NavigationMenuViewport({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Viewport>): react_jsx_runtime.JSX.Element;
1072
+ declare function NavigationMenuLink({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Link>): react_jsx_runtime.JSX.Element;
1073
+ declare function NavigationMenuIndicator({ className, ...props }: React.ComponentProps<typeof NavigationMenu$1.Indicator>): react_jsx_runtime.JSX.Element;
1074
+
1075
+ declare const numberFieldGroupVariants: (props?: ({
1076
+ size?: "default" | "sm" | "lg" | null | undefined;
1077
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1078
+ declare const numberFieldButtonVariants: (props?: ({
1079
+ size?: "default" | "sm" | "lg" | null | undefined;
1080
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1081
+ declare const numberFieldInputVariants: (props?: ({
1082
+ size?: "default" | "sm" | "lg" | null | undefined;
1083
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1084
+ declare function NumberField({ id, className, size, ...props }: NumberField$1.Root.Props & VariantProps<typeof numberFieldGroupVariants>): react_jsx_runtime.JSX.Element;
1085
+ declare function NumberFieldGroup({ className, size: sizeProp, ...props }: NumberField$1.Group.Props & Partial<VariantProps<typeof numberFieldGroupVariants>>): react_jsx_runtime.JSX.Element;
1086
+ declare function NumberFieldDecrement({ className, size: sizeProp, children, ...props }: NumberField$1.Decrement.Props & Partial<VariantProps<typeof numberFieldButtonVariants>> & {
1087
+ children?: React.ReactNode;
1088
+ }): react_jsx_runtime.JSX.Element;
1089
+ declare function NumberFieldIncrement({ className, size: sizeProp, children, ...props }: NumberField$1.Increment.Props & Partial<VariantProps<typeof numberFieldButtonVariants>> & {
1090
+ children?: ReactNode;
1091
+ }): react_jsx_runtime.JSX.Element;
1092
+ declare function NumberFieldInput({ className, size: sizeProp, ...props }: NumberField$1.Input.Props & Partial<VariantProps<typeof numberFieldInputVariants>>): react_jsx_runtime.JSX.Element;
1093
+ declare function NumberFieldScrubArea({ className, label, ...props }: NumberField$1.ScrubArea.Props & {
1094
+ label: string;
1095
+ }): react_jsx_runtime.JSX.Element;
1096
+
1097
+ declare function Pagination({ className, ...props }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
1098
+ declare function PaginationContent({ className, ...props }: React.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
1099
+ declare function PaginationItem({ ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
1100
+ type PaginationLinkProps = {
1101
+ isActive?: boolean;
1102
+ } & Pick<React.ComponentProps<typeof Button>, "size"> & React.ComponentProps<"a">;
1103
+ declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element;
1104
+ declare function PaginationPrevious({ className, text, ...props }: React.ComponentProps<typeof PaginationLink> & {
1105
+ text?: string;
1106
+ }): react_jsx_runtime.JSX.Element;
1107
+ declare function PaginationNext({ className, text, ...props }: React.ComponentProps<typeof PaginationLink> & {
1108
+ text?: string;
1109
+ }): react_jsx_runtime.JSX.Element;
1110
+ declare function PaginationEllipsis({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
1111
+
1112
+ type PhoneInputSize = "sm" | "default" | "lg";
1113
+ type PhoneInputProps = Omit<ComponentProps<"input">, "onChange" | "value" | "ref"> & Omit<BasePhoneInput.Props<typeof BasePhoneInput.default>, "onChange" | "variant" | "popupClassName" | "scrollAreaClassName"> & {
1114
+ onChange?: (value: BasePhoneInput.Value) => void;
1115
+ variant?: PhoneInputSize;
1116
+ popupClassName?: string;
1117
+ scrollAreaClassName?: string;
1118
+ };
1119
+ declare function PhoneInput({ className, variant, popupClassName, scrollAreaClassName, onChange, value, ...props }: PhoneInputProps): react_jsx_runtime.JSX.Element;
1120
+
1121
+ declare function Popover({ ...props }: React.ComponentProps<typeof Popover$1.Root>): react_jsx_runtime.JSX.Element;
1122
+ declare function PopoverTrigger({ ...props }: React.ComponentProps<typeof Popover$1.Trigger>): react_jsx_runtime.JSX.Element;
1123
+ declare function PopoverContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof Popover$1.Content>): react_jsx_runtime.JSX.Element;
1124
+ declare function PopoverAnchor({ ...props }: React.ComponentProps<typeof Popover$1.Anchor>): react_jsx_runtime.JSX.Element;
1125
+ declare function PopoverHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1126
+ declare function PopoverTitle({ className, ...props }: React.ComponentProps<"h2">): react_jsx_runtime.JSX.Element;
1127
+ declare function PopoverDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
1128
+
1129
+ declare function Progress({ className, value, ...props }: React.ComponentProps<typeof Progress$1.Root>): react_jsx_runtime.JSX.Element;
1130
+
1131
+ declare function RadioGroup({ className, ...props }: React.ComponentProps<typeof RadioGroup$1.Root>): react_jsx_runtime.JSX.Element;
1132
+ declare function RadioGroupItem({ className, ...props }: React.ComponentProps<typeof RadioGroup$1.Item>): react_jsx_runtime.JSX.Element;
1133
+
1134
+ declare const ratingVariants: (props?: ({
1135
+ size?: "default" | "sm" | "lg" | null | undefined;
1136
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1137
+ declare function Rating({ rating, maxRating, size, className, starClassName, showValue, editable, onRatingChange, ...props }: React.ComponentProps<"div"> & VariantProps<typeof ratingVariants> & {
1138
+ /**
1139
+ * Current rating value (supports decimal values for partial stars)
1140
+ */
1141
+ rating: number;
1142
+ /**
1143
+ * Maximum rating value (number of stars to show)
1144
+ */
1145
+ maxRating?: number;
1146
+ /**
1147
+ * Whether to show the numeric rating value
1148
+ */
1149
+ showValue?: boolean;
1150
+ /**
1151
+ * Class name for the value span
1152
+ */
1153
+ starClassName?: string;
1154
+ /**
1155
+ * Whether the rating is editable (clickable)
1156
+ */
1157
+ editable?: boolean;
1158
+ /**
1159
+ * Callback function called when rating changes
1160
+ */
1161
+ onRatingChange?: (rating: number) => void;
1162
+ }): react_jsx_runtime.JSX.Element;
1163
+
1164
+ declare function ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps): react_jsx_runtime.JSX.Element;
1165
+ declare function ResizablePanel({ ...props }: ResizablePrimitive.PanelProps): react_jsx_runtime.JSX.Element;
1166
+ declare function ResizableHandle({ withHandle, className, ...props }: ResizablePrimitive.SeparatorProps & {
1167
+ withHandle?: boolean;
1168
+ }): react_jsx_runtime.JSX.Element;
1169
+
1170
+ declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollArea$1.Root>): react_jsx_runtime.JSX.Element;
1171
+ declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
1172
+
1173
+ type ScrollspyProps = {
1174
+ children: ReactNode;
1175
+ targetRef?: RefObject<HTMLElement | HTMLDivElement | Document | null | undefined>;
1176
+ onUpdate?: (id: string) => void;
1177
+ offset?: number;
1178
+ smooth?: boolean;
1179
+ className?: string;
1180
+ dataAttribute?: string;
1181
+ history?: boolean;
1182
+ throttleTime?: number;
1183
+ };
1184
+ declare function Scrollspy({ children, targetRef, onUpdate, className, offset, smooth, dataAttribute, history, }: ScrollspyProps): react_jsx_runtime.JSX.Element;
1185
+
1186
+ declare function Select({ ...props }: React.ComponentProps<typeof Select$1.Root>): react_jsx_runtime.JSX.Element;
1187
+ declare function SelectGroup({ className, ...props }: React.ComponentProps<typeof Select$1.Group>): react_jsx_runtime.JSX.Element;
1188
+ declare function SelectValue({ ...props }: React.ComponentProps<typeof Select$1.Value>): react_jsx_runtime.JSX.Element;
1189
+ declare function SelectTrigger({ className, size, children, ...props }: React.ComponentProps<typeof Select$1.Trigger> & {
1190
+ size?: "sm" | "default";
1191
+ }): react_jsx_runtime.JSX.Element;
1192
+ declare function SelectContent({ className, children, position, align, ...props }: React.ComponentProps<typeof Select$1.Content>): react_jsx_runtime.JSX.Element;
1193
+ declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof Select$1.Label>): react_jsx_runtime.JSX.Element;
1194
+ declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof Select$1.Item>): react_jsx_runtime.JSX.Element;
1195
+ declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof Select$1.Separator>): react_jsx_runtime.JSX.Element;
1196
+ declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof Select$1.ScrollUpButton>): react_jsx_runtime.JSX.Element;
1197
+ declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof Select$1.ScrollDownButton>): react_jsx_runtime.JSX.Element;
1198
+
1199
+ declare function Sheet({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime.JSX.Element;
1200
+ declare function SheetTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime.JSX.Element;
1201
+ declare function SheetClose({ ...props }: React.ComponentProps<typeof Dialog$1.Close>): react_jsx_runtime.JSX.Element;
1202
+ declare function SheetContent({ className, children, side, showCloseButton, ...props }: React.ComponentProps<typeof Dialog$1.Content> & {
1203
+ side?: "top" | "right" | "bottom" | "left";
1204
+ showCloseButton?: boolean;
1205
+ }): react_jsx_runtime.JSX.Element;
1206
+ declare function SheetHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1207
+ declare function SheetFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1208
+ declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof Dialog$1.Title>): react_jsx_runtime.JSX.Element;
1209
+ declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof Dialog$1.Description>): react_jsx_runtime.JSX.Element;
1210
+
1211
+ declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof Tooltip$1.Provider>): react_jsx_runtime.JSX.Element;
1212
+ declare function Tooltip({ ...props }: React.ComponentProps<typeof Tooltip$1.Root>): react_jsx_runtime.JSX.Element;
1213
+ declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof Tooltip$1.Trigger>): react_jsx_runtime.JSX.Element;
1214
+ declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof Tooltip$1.Content>): react_jsx_runtime.JSX.Element;
1215
+
1216
+ type SidebarContextProps = {
1217
+ state: "expanded" | "collapsed";
1218
+ open: boolean;
1219
+ setOpen: (open: boolean) => void;
1220
+ openMobile: boolean;
1221
+ setOpenMobile: (open: boolean) => void;
1222
+ isMobile: boolean;
1223
+ toggleSidebar: () => void;
1224
+ };
1225
+ declare function useSidebar(): SidebarContextProps;
1226
+ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React.ComponentProps<"div"> & {
1227
+ defaultOpen?: boolean;
1228
+ open?: boolean;
1229
+ onOpenChange?: (open: boolean) => void;
1230
+ }): react_jsx_runtime.JSX.Element;
1231
+ declare function Sidebar({ side, variant, collapsible, className, children, dir, ...props }: React.ComponentProps<"div"> & {
1232
+ side?: "left" | "right";
1233
+ variant?: "sidebar" | "floating" | "inset";
1234
+ collapsible?: "offcanvas" | "icon" | "none";
1235
+ }): react_jsx_runtime.JSX.Element;
1236
+ declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
1237
+ declare function SidebarRail({ className, ...props }: React.ComponentProps<"button">): react_jsx_runtime.JSX.Element;
1238
+ declare function SidebarInset({ className, ...props }: React.ComponentProps<"main">): react_jsx_runtime.JSX.Element;
1239
+ declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): react_jsx_runtime.JSX.Element;
1240
+ declare function SidebarHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1241
+ declare function SidebarFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1242
+ declare function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
1243
+ declare function SidebarContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1244
+ declare function SidebarGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1245
+ declare function SidebarGroupLabel({ className, asChild, ...props }: React.ComponentProps<"div"> & {
1246
+ asChild?: boolean;
1247
+ }): react_jsx_runtime.JSX.Element;
1248
+ declare function SidebarGroupAction({ className, asChild, ...props }: React.ComponentProps<"button"> & {
1249
+ asChild?: boolean;
1250
+ }): react_jsx_runtime.JSX.Element;
1251
+ declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1252
+ declare function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
1253
+ declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
1254
+ declare const sidebarMenuButtonVariants: (props?: ({
1255
+ variant?: "default" | "outline" | null | undefined;
1256
+ size?: "default" | "sm" | "lg" | null | undefined;
1257
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1258
+ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React.ComponentProps<"button"> & {
1259
+ asChild?: boolean;
1260
+ isActive?: boolean;
1261
+ tooltip?: string | React.ComponentProps<typeof TooltipContent>;
1262
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime.JSX.Element;
1263
+ declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React.ComponentProps<"button"> & {
1264
+ asChild?: boolean;
1265
+ showOnHover?: boolean;
1266
+ }): react_jsx_runtime.JSX.Element;
1267
+ declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1268
+ declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React.ComponentProps<"div"> & {
1269
+ showIcon?: boolean;
1270
+ }): react_jsx_runtime.JSX.Element;
1271
+ declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
1272
+ declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
1273
+ declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React.ComponentProps<"a"> & {
1274
+ asChild?: boolean;
1275
+ size?: "sm" | "md";
1276
+ isActive?: boolean;
1277
+ }): react_jsx_runtime.JSX.Element;
1278
+
1279
+ declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1280
+
1281
+ declare function Slider({ className, defaultValue, value, min, max, ...props }: React.ComponentProps<typeof Slider$1.Root>): react_jsx_runtime.JSX.Element;
1282
+
1283
+ declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
1284
+
1285
+ interface SortableRootProps<T> extends Omit<HTMLAttributes<HTMLDivElement>, "onDragStart" | "onDragEnd"> {
1286
+ value: T[];
1287
+ onValueChange: (value: T[]) => void;
1288
+ getItemValue: (item: T) => string;
1289
+ children: ReactNode;
1290
+ onMove?: (event: {
1291
+ event: DragEndEvent;
1292
+ activeIndex: number;
1293
+ overIndex: number;
1294
+ }) => void;
1295
+ strategy?: "horizontal" | "vertical" | "grid";
1296
+ onDragStart?: (event: DragStartEvent) => void;
1297
+ onDragEnd?: (event: DragEndEvent) => void;
1298
+ modifiers?: Modifiers;
1299
+ asChild?: boolean;
1300
+ }
1301
+ declare function Sortable<T>({ value, onValueChange, getItemValue, className, asChild, onMove, strategy, onDragStart, onDragEnd, modifiers, children, ...props }: SortableRootProps<T>): react_jsx_runtime.JSX.Element;
1302
+ interface SortableItemProps extends HTMLAttributes<HTMLDivElement> {
1303
+ value: string;
1304
+ disabled?: boolean;
1305
+ asChild?: boolean;
1306
+ }
1307
+ declare function SortableItem({ value, className, asChild, disabled, children, ...props }: SortableItemProps): react_jsx_runtime.JSX.Element;
1308
+ interface SortableItemHandleProps extends HTMLAttributes<HTMLDivElement> {
1309
+ cursor?: boolean;
1310
+ asChild?: boolean;
1311
+ }
1312
+ declare function SortableItemHandle({ className, asChild, cursor, children, ...props }: SortableItemHandleProps): react_jsx_runtime.JSX.Element;
1313
+ interface SortableOverlayProps extends Omit<React.ComponentProps<typeof DragOverlay>, "children"> {
1314
+ children?: ReactNode | ((params: {
1315
+ value: UniqueIdentifier;
1316
+ }) => ReactNode);
1317
+ }
1318
+ declare function SortableOverlay({ children, className, ...props }: SortableOverlayProps): React.ReactPortal | null;
1319
+
1320
+ declare function Spinner({ className, ...props }: React.ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
1321
+
1322
+ type StepperOrientation = "horizontal" | "vertical";
1323
+ type StepState = "active" | "completed" | "inactive" | "loading";
1324
+ type StepIndicators = {
1325
+ active?: React.ReactNode;
1326
+ completed?: React.ReactNode;
1327
+ inactive?: React.ReactNode;
1328
+ loading?: React.ReactNode;
1329
+ };
1330
+ interface StepperContextValue {
1331
+ activeStep: number;
1332
+ setActiveStep: (step: number) => void;
1333
+ stepsCount: number;
1334
+ orientation: StepperOrientation;
1335
+ registerTrigger: (node: HTMLButtonElement | null) => void;
1336
+ triggerNodes: HTMLButtonElement[];
1337
+ focusNext: (currentIdx: number) => void;
1338
+ focusPrev: (currentIdx: number) => void;
1339
+ focusFirst: () => void;
1340
+ focusLast: () => void;
1341
+ indicators: StepIndicators;
1342
+ }
1343
+ interface StepItemContextValue {
1344
+ step: number;
1345
+ state: StepState;
1346
+ isDisabled: boolean;
1347
+ isLoading: boolean;
1348
+ }
1349
+ declare function useStepper(): StepperContextValue;
1350
+ declare function useStepItem(): StepItemContextValue;
1351
+ interface StepperProps extends HTMLAttributes<HTMLDivElement> {
1352
+ defaultValue?: number;
1353
+ value?: number;
1354
+ onValueChange?: (value: number) => void;
1355
+ orientation?: StepperOrientation;
1356
+ indicators?: StepIndicators;
1357
+ }
1358
+ declare function Stepper({ defaultValue, value, onValueChange, orientation, className, children, indicators, ...props }: StepperProps): react_jsx_runtime.JSX.Element;
1359
+ interface StepperItemProps extends React.HTMLAttributes<HTMLDivElement> {
1360
+ step: number;
1361
+ completed?: boolean;
1362
+ disabled?: boolean;
1363
+ loading?: boolean;
1364
+ }
1365
+ declare function StepperItem({ step, completed, disabled, loading, className, children, ...props }: StepperItemProps): react_jsx_runtime.JSX.Element;
1366
+ interface StepperTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
1367
+ asChild?: boolean;
1368
+ }
1369
+ declare function StepperTrigger({ asChild, className, children, tabIndex, ...props }: StepperTriggerProps): react_jsx_runtime.JSX.Element;
1370
+ declare function StepperIndicator({ children, className }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1371
+ declare function StepperSeparator({ className }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1372
+ declare function StepperTitle({ children, className }: React.ComponentProps<"h3">): react_jsx_runtime.JSX.Element;
1373
+ declare function StepperDescription({ children, className }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1374
+ declare function StepperNav({ children, className }: React.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
1375
+ declare function StepperPanel({ children, className }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1376
+ interface StepperContentProps extends React.ComponentProps<"div"> {
1377
+ value: number;
1378
+ forceMount?: boolean;
1379
+ }
1380
+ declare function StepperContent({ value, forceMount, children, className }: StepperContentProps): react_jsx_runtime.JSX.Element | null;
1381
+
1382
+ declare function Switch({ className, size, ...props }: React.ComponentProps<typeof Switch$1.Root> & {
1383
+ size?: "sm" | "default";
1384
+ }): react_jsx_runtime.JSX.Element;
1385
+
1386
+ declare function Table({ className, ...props }: React.ComponentProps<"table">): react_jsx_runtime.JSX.Element;
1387
+ declare function TableHeader({ className, ...props }: React.ComponentProps<"thead">): react_jsx_runtime.JSX.Element;
1388
+ declare function TableBody({ className, ...props }: React.ComponentProps<"tbody">): react_jsx_runtime.JSX.Element;
1389
+ declare function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">): react_jsx_runtime.JSX.Element;
1390
+ declare function TableRow({ className, ...props }: React.ComponentProps<"tr">): react_jsx_runtime.JSX.Element;
1391
+ declare function TableHead({ className, ...props }: React.ComponentProps<"th">): react_jsx_runtime.JSX.Element;
1392
+ declare function TableCell({ className, ...props }: React.ComponentProps<"td">): react_jsx_runtime.JSX.Element;
1393
+ declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): react_jsx_runtime.JSX.Element;
1394
+
1395
+ declare function Tabs({ className, orientation, ...props }: React.ComponentProps<typeof Tabs$1.Root>): react_jsx_runtime.JSX.Element;
1396
+ declare const tabsListVariants: (props?: ({
1397
+ variant?: "line" | "default" | null | undefined;
1398
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1399
+ declare function TabsList({ className, variant, ...props }: React.ComponentProps<typeof Tabs$1.List> & VariantProps<typeof tabsListVariants>): react_jsx_runtime.JSX.Element;
1400
+ declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof Tabs$1.Trigger>): react_jsx_runtime.JSX.Element;
1401
+ declare function TabsContent({ className, ...props }: React.ComponentProps<typeof Tabs$1.Content>): react_jsx_runtime.JSX.Element;
1402
+
1403
+ declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
1404
+
1405
+ interface TimelineProps extends HTMLAttributes<HTMLDivElement> {
1406
+ defaultValue?: number;
1407
+ value?: number;
1408
+ onValueChange?: (value: number) => void;
1409
+ orientation?: "horizontal" | "vertical";
1410
+ }
1411
+ declare function Timeline({ defaultValue, value, onValueChange, orientation, className, children, ...props }: TimelineProps): react_jsx_runtime.JSX.Element;
1412
+ declare function TimelineContent({ className, ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1413
+ interface TimelineDateProps extends HTMLAttributes<HTMLTimeElement> {
1414
+ asChild?: boolean;
1415
+ }
1416
+ declare function TimelineDate({ asChild, className, ...props }: TimelineDateProps): react_jsx_runtime.JSX.Element;
1417
+ declare function TimelineHeader({ className, ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1418
+ interface TimelineIndicatorProps extends HTMLAttributes<HTMLDivElement> {
1419
+ asChild?: boolean;
1420
+ }
1421
+ declare function TimelineIndicator({ asChild, className, children, ...props }: TimelineIndicatorProps): react_jsx_runtime.JSX.Element;
1422
+ interface TimelineItemProps extends HTMLAttributes<HTMLDivElement> {
1423
+ step: number;
1424
+ }
1425
+ declare function TimelineItem({ step, className, ...props }: TimelineItemProps): react_jsx_runtime.JSX.Element;
1426
+ declare function TimelineSeparator({ className, ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1427
+ declare function TimelineTitle({ className, ...props }: HTMLAttributes<HTMLHeadingElement>): react_jsx_runtime.JSX.Element;
1428
+
1429
+ declare const toggleVariants: (props?: ({
1430
+ variant?: "default" | "outline" | null | undefined;
1431
+ size?: "default" | "sm" | "lg" | null | undefined;
1432
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1433
+ declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof Toggle$1.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
1434
+
1435
+ declare function ToggleGroup({ className, variant, size, spacing, orientation, children, ...props }: React.ComponentProps<typeof ToggleGroup$1.Root> & VariantProps<typeof toggleVariants> & {
1436
+ spacing?: number;
1437
+ orientation?: "horizontal" | "vertical";
1438
+ }): react_jsx_runtime.JSX.Element;
1439
+ declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroup$1.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
1440
+
1441
+ type ToggleIconType = "chevron" | "plus-minus";
1442
+ interface TreeProps extends HTMLAttributes<HTMLDivElement> {
1443
+ indent?: number;
1444
+ tree?: any;
1445
+ toggleIconType?: ToggleIconType;
1446
+ asChild?: boolean;
1447
+ }
1448
+ declare function Tree({ indent, tree, className, toggleIconType, asChild, ...props }: TreeProps): react_jsx_runtime.JSX.Element;
1449
+ interface TreeItemProps<T = any> extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, "indent"> {
1450
+ item: ItemInstance<T>;
1451
+ indent?: number;
1452
+ asChild?: boolean;
1453
+ }
1454
+ declare function TreeItem<T = any>({ item, className, asChild, children, ...props }: TreeItemProps<T>): react_jsx_runtime.JSX.Element;
1455
+ interface TreeItemLabelProps<T = any> extends HTMLAttributes<HTMLSpanElement> {
1456
+ item?: ItemInstance<T>;
1457
+ asChild?: boolean;
1458
+ }
1459
+ declare function TreeItemLabel<T = any>({ item: propItem, children, className, asChild, ...props }: TreeItemLabelProps<T>): react_jsx_runtime.JSX.Element | null;
1460
+ declare function TreeDragLine({ className, ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element | null;
1461
+
1462
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, ApplePayLogo, AspectRatio, Autocomplete, AutocompleteArrow, AutocompleteBackdrop, AutocompleteClear, AutocompleteCollection, AutocompleteContent, type AutocompleteContentProps, AutocompleteEmpty, AutocompleteGroup, AutocompleteGroupLabel, AutocompleteInput, AutocompleteItem, AutocompleteList, AutocompletePortal, AutocompletePositioner, AutocompleteRow, AutocompleteSeparator, AutocompleteStatus, AutocompleteTrigger, AutocompleteValue, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BtcchinaLogo, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, ClusterhqLogo, Collapsible, CollapsibleContent, CollapsibleTrigger, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, type CustomRendererProps, DEFAULT_DATE_SELECTOR_I18N, DEFAULT_I18N, DEFAULT_OPERATORS, DataGrid, type DataGridApiFetchParams, type DataGridApiResponse, DataGridColumnFilter, type DataGridColumnFilterProps, DataGridColumnHeader, type DataGridColumnHeaderProps, DataGridColumnVisibility, DataGridContainer, type DataGridContextProps, DataGridPagination, type DataGridPaginationProps, type DataGridProps, DataGridProvider, type DataGridRequestParams, DataGridTable, DataGridTableBase, DataGridTableBody, DataGridTableBodyRow, DataGridTableBodyRowCell, DataGridTableBodyRowExpandded, DataGridTableBodyRowSkeleton, DataGridTableBodyRowSkeletonCell, DataGridTableDnd, DataGridTableDndRowHandle, DataGridTableDndRows, DataGridTableEmpty, DataGridTableHead, DataGridTableHeadRow, DataGridTableHeadRowCell, DataGridTableHeadRowCellResize, DataGridTableLoader, DataGridTableRowSelect, DataGridTableRowSelectAll, DataGridTableRowSpacer, DateSelector, type DateSelectorContextValue, type DateSelectorFilterType, type DateSelectorI18nConfig, type DateSelectorPeriodType, type DateSelectorProps, type DateSelectorValue, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DirectionProvider, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, type Filter, type FilterFieldConfig, type FilterFieldGroup, type FilterFieldsConfig, type FilterGroup, type FilterI18nConfig, type FilterOperator, type FilterOption, Filters, FiltersContent, Frame, FrameDescription, FrameFooter, FrameHeader, FramePanel, FrameTitle, GooglePlayLogo, GoogleWebdevLogo, HoverCard, HoverCardContent, HoverCardTrigger, IdealLogo, InfernoLogo, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, JiraLogo, Kanban, KanbanBoard, type KanbanBoardProps, KanbanColumn, KanbanColumnContent, type KanbanColumnContentProps, KanbanColumnHandle, type KanbanColumnHandleProps, type KanbanColumnProps, KanbanItem, KanbanItemHandle, type KanbanItemHandleProps, type KanbanItemProps, type KanbanMoveEvent, KanbanOverlay, type KanbanOverlayProps, type KanbanRootProps, Kbd, KbdGroup, Label, MastercardLogo, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NativeSelect, NativeSelectOptGroup, NativeSelectOption, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NumberField, NumberFieldDecrement, NumberFieldGroup, NumberFieldIncrement, NumberFieldInput, NumberFieldScrubArea, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PatientoryLogo, PayPalLogo, PhoneInput, Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, Rating, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Scrollspy, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Sortable, SortableItem, SortableItemHandle, type SortableItemHandleProps, type SortableItemProps, SortableOverlay, type SortableOverlayProps, type SortableRootProps, Spinner, Stepper, StepperContent, type StepperContentProps, StepperDescription, StepperIndicator, StepperItem, type StepperItemProps, StepperNav, StepperPanel, type StepperProps, StepperSeparator, StepperTitle, StepperTrigger, type StepperTriggerProps, StripeLogo, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Timeline, TimelineContent, TimelineDate, TimelineHeader, TimelineIndicator, TimelineItem, TimelineSeparator, TimelineTitle, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Tree, TreeDragLine, TreeItem, TreeItemLabel, badgeVariants, buttonGroupVariants, buttonVariants, createFilter, createFilterGroup, formatDateValue, frameVariants, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, useCarousel, useComboboxAnchor, useDataGrid, useDateSelector, useDateSelectorContext, useDirection, useSidebar, useStepItem, useStepper };