@postxl/ui-components 1.4.2 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +556 -337
- package/dist/index.js +1879 -549
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { ClassValue } from "clsx";
|
|
2
2
|
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
|
+
import * as React$50 from "react";
|
|
4
|
+
import * as React$49 from "react";
|
|
5
|
+
import * as React$48 from "react";
|
|
6
|
+
import * as React$47 from "react";
|
|
3
7
|
import * as React$46 from "react";
|
|
4
8
|
import * as React$45 from "react";
|
|
5
9
|
import * as React$44 from "react";
|
|
@@ -7,11 +11,11 @@ import * as React$43 from "react";
|
|
|
7
11
|
import * as React$42 from "react";
|
|
8
12
|
import * as React$41 from "react";
|
|
9
13
|
import * as React$40 from "react";
|
|
14
|
+
import * as react18 from "react";
|
|
10
15
|
import * as React$39 from "react";
|
|
11
16
|
import * as React$38 from "react";
|
|
12
17
|
import * as React$37 from "react";
|
|
13
18
|
import * as React$36 from "react";
|
|
14
|
-
import * as react18 from "react";
|
|
15
19
|
import * as React$35 from "react";
|
|
16
20
|
import * as React$34 from "react";
|
|
17
21
|
import * as React$33 from "react";
|
|
@@ -27,15 +31,15 @@ import * as React$24 from "react";
|
|
|
27
31
|
import * as React$23 from "react";
|
|
28
32
|
import * as React$22 from "react";
|
|
29
33
|
import * as React$21 from "react";
|
|
34
|
+
import * as react124 from "react";
|
|
30
35
|
import * as React$20 from "react";
|
|
31
36
|
import * as React$19 from "react";
|
|
32
37
|
import * as React$18 from "react";
|
|
38
|
+
import * as react153 from "react";
|
|
33
39
|
import * as React$17 from "react";
|
|
34
|
-
import * as react124 from "react";
|
|
35
40
|
import * as React$16 from "react";
|
|
36
41
|
import * as React$15 from "react";
|
|
37
42
|
import * as React$14 from "react";
|
|
38
|
-
import * as react153 from "react";
|
|
39
43
|
import * as React$13 from "react";
|
|
40
44
|
import * as React$12 from "react";
|
|
41
45
|
import * as React$11 from "react";
|
|
@@ -103,13 +107,17 @@ import * as react_jsx_runtime152 from "react/jsx-runtime";
|
|
|
103
107
|
import * as react_jsx_runtime158 from "react/jsx-runtime";
|
|
104
108
|
import * as react_jsx_runtime171 from "react/jsx-runtime";
|
|
105
109
|
import * as react_jsx_runtime173 from "react/jsx-runtime";
|
|
106
|
-
import * as
|
|
110
|
+
import * as react_jsx_runtime196 from "react/jsx-runtime";
|
|
107
111
|
import * as react_jsx_runtime198 from "react/jsx-runtime";
|
|
108
|
-
import * as
|
|
109
|
-
import * as
|
|
112
|
+
import * as react_jsx_runtime197 from "react/jsx-runtime";
|
|
113
|
+
import * as react_jsx_runtime199 from "react/jsx-runtime";
|
|
114
|
+
import * as react_jsx_runtime200 from "react/jsx-runtime";
|
|
115
|
+
import * as react_jsx_runtime204 from "react/jsx-runtime";
|
|
110
116
|
import * as react_jsx_runtime205 from "react/jsx-runtime";
|
|
111
|
-
import * as
|
|
112
|
-
import * as
|
|
117
|
+
import * as react_jsx_runtime207 from "react/jsx-runtime";
|
|
118
|
+
import * as react_jsx_runtime218 from "react/jsx-runtime";
|
|
119
|
+
import * as react_jsx_runtime225 from "react/jsx-runtime";
|
|
120
|
+
import * as react_jsx_runtime226 from "react/jsx-runtime";
|
|
113
121
|
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
114
122
|
import * as class_variance_authority13 from "class-variance-authority";
|
|
115
123
|
import { VariantProps } from "class-variance-authority";
|
|
@@ -118,6 +126,7 @@ import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
|
118
126
|
import { DayButton, DayPicker } from "react-day-picker";
|
|
119
127
|
import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
120
128
|
import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
|
|
129
|
+
import { LucideIcon } from "lucide-react";
|
|
121
130
|
import * as CollapsePrimitive from "@radix-ui/react-collapsible";
|
|
122
131
|
import { Command as Command$1 } from "cmdk";
|
|
123
132
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
@@ -163,12 +172,12 @@ import * as class_variance_authority_types132 from "class-variance-authority/typ
|
|
|
163
172
|
import * as class_variance_authority_types150 from "class-variance-authority/types";
|
|
164
173
|
import * as class_variance_authority_types161 from "class-variance-authority/types";
|
|
165
174
|
import * as class_variance_authority_types170 from "class-variance-authority/types";
|
|
166
|
-
import * as
|
|
167
|
-
import * as
|
|
168
|
-
import * as
|
|
169
|
-
import * as
|
|
170
|
-
import * as
|
|
171
|
-
import * as
|
|
175
|
+
import * as class_variance_authority_types188 from "class-variance-authority/types";
|
|
176
|
+
import * as class_variance_authority_types202 from "class-variance-authority/types";
|
|
177
|
+
import * as class_variance_authority_types219 from "class-variance-authority/types";
|
|
178
|
+
import * as class_variance_authority_types224 from "class-variance-authority/types";
|
|
179
|
+
import * as class_variance_authority_types227 from "class-variance-authority/types";
|
|
180
|
+
import * as class_variance_authority_types229 from "class-variance-authority/types";
|
|
172
181
|
import * as _radix_ui_react_context125 from "@radix-ui/react-context";
|
|
173
182
|
|
|
174
183
|
//#region src/lib/utils.d.ts
|
|
@@ -188,50 +197,50 @@ declare function testId(baseId: string | undefined, suffix: string): string | un
|
|
|
188
197
|
|
|
189
198
|
//#endregion
|
|
190
199
|
//#region src/accordion/accordion.d.ts
|
|
191
|
-
declare const Accordion: React$
|
|
192
|
-
declare const AccordionItem: React$
|
|
193
|
-
declare const AccordionTrigger: React$
|
|
194
|
-
declare const AccordionContent: React$
|
|
200
|
+
declare const Accordion: React$50.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & React$50.RefAttributes<HTMLDivElement>>;
|
|
201
|
+
declare const AccordionItem: React$50.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React$50.RefAttributes<HTMLDivElement>, "ref"> & React$50.RefAttributes<HTMLDivElement>>;
|
|
202
|
+
declare const AccordionTrigger: React$50.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React$50.RefAttributes<HTMLButtonElement>, "ref"> & React$50.RefAttributes<HTMLButtonElement>>;
|
|
203
|
+
declare const AccordionContent: React$50.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$50.RefAttributes<HTMLDivElement>, "ref"> & React$50.RefAttributes<HTMLDivElement>>;
|
|
195
204
|
|
|
196
205
|
//#endregion
|
|
197
206
|
//#region src/alert/alert.d.ts
|
|
198
|
-
declare const Alert: React$
|
|
207
|
+
declare const Alert: React$49.ForwardRefExoticComponent<React$49.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
199
208
|
variant?: "default" | "destructive" | null | undefined;
|
|
200
|
-
} & class_variance_authority_types1.ClassProp) | undefined) => string> & React$
|
|
201
|
-
declare const AlertTitle: React$
|
|
202
|
-
declare const AlertDescription: React$
|
|
209
|
+
} & class_variance_authority_types1.ClassProp) | undefined) => string> & React$49.RefAttributes<HTMLDivElement>>;
|
|
210
|
+
declare const AlertTitle: React$49.ForwardRefExoticComponent<React$49.HTMLAttributes<HTMLHeadingElement> & React$49.RefAttributes<HTMLParagraphElement>>;
|
|
211
|
+
declare const AlertDescription: React$49.ForwardRefExoticComponent<React$49.HTMLAttributes<HTMLParagraphElement> & React$49.RefAttributes<HTMLParagraphElement>>;
|
|
203
212
|
|
|
204
213
|
//#endregion
|
|
205
214
|
//#region src/alert-dialog/alert-dialog.d.ts
|
|
206
|
-
declare const AlertDialog: React$
|
|
207
|
-
declare const AlertDialogTrigger: React$
|
|
208
|
-
declare const AlertDialogPortal: React$
|
|
209
|
-
declare const AlertDialogOverlay: React$
|
|
210
|
-
declare const AlertDialogContent: React$
|
|
215
|
+
declare const AlertDialog: React$48.FC<AlertDialogPrimitive.AlertDialogProps>;
|
|
216
|
+
declare const AlertDialogTrigger: React$48.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogTriggerProps & React$48.RefAttributes<HTMLButtonElement>>;
|
|
217
|
+
declare const AlertDialogPortal: React$48.FC<AlertDialogPrimitive.AlertDialogPortalProps>;
|
|
218
|
+
declare const AlertDialogOverlay: React$48.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React$48.RefAttributes<HTMLDivElement>, "ref"> & React$48.RefAttributes<HTMLDivElement>>;
|
|
219
|
+
declare const AlertDialogContent: React$48.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogContentProps & React$48.RefAttributes<HTMLDivElement>, "ref"> & React$48.RefAttributes<HTMLDivElement>>;
|
|
211
220
|
declare const AlertDialogHeader: {
|
|
212
221
|
({
|
|
213
222
|
className,
|
|
214
223
|
...props
|
|
215
|
-
}: React$
|
|
224
|
+
}: React$48.HTMLAttributes<HTMLDivElement>): react_jsx_runtime2.JSX.Element;
|
|
216
225
|
displayName: string;
|
|
217
226
|
};
|
|
218
227
|
declare const AlertDialogFooter: {
|
|
219
228
|
({
|
|
220
229
|
className,
|
|
221
230
|
...props
|
|
222
|
-
}: React$
|
|
231
|
+
}: React$48.HTMLAttributes<HTMLDivElement>): react_jsx_runtime2.JSX.Element;
|
|
223
232
|
displayName: string;
|
|
224
233
|
};
|
|
225
|
-
declare const AlertDialogTitle: React$
|
|
226
|
-
declare const AlertDialogDescription: React$
|
|
227
|
-
declare const AlertDialogAction: React$
|
|
228
|
-
declare const AlertDialogCancel: React$
|
|
234
|
+
declare const AlertDialogTitle: React$48.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React$48.RefAttributes<HTMLHeadingElement>, "ref"> & React$48.RefAttributes<HTMLHeadingElement>>;
|
|
235
|
+
declare const AlertDialogDescription: React$48.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React$48.RefAttributes<HTMLParagraphElement>, "ref"> & React$48.RefAttributes<HTMLParagraphElement>>;
|
|
236
|
+
declare const AlertDialogAction: React$48.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & React$48.RefAttributes<HTMLButtonElement>, "ref"> & React$48.RefAttributes<HTMLButtonElement>>;
|
|
237
|
+
declare const AlertDialogCancel: React$48.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React$48.RefAttributes<HTMLButtonElement>, "ref"> & React$48.RefAttributes<HTMLButtonElement>>;
|
|
229
238
|
|
|
230
239
|
//#endregion
|
|
231
240
|
//#region src/avatar/avatar.d.ts
|
|
232
|
-
declare const Avatar: React$
|
|
233
|
-
declare const AvatarImage: React$
|
|
234
|
-
declare const AvatarFallback: React$
|
|
241
|
+
declare const Avatar: React$47.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React$47.RefAttributes<HTMLSpanElement>, "ref"> & React$47.RefAttributes<HTMLSpanElement>>;
|
|
242
|
+
declare const AvatarImage: React$47.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React$47.RefAttributes<HTMLImageElement>, "ref"> & React$47.RefAttributes<HTMLImageElement>>;
|
|
243
|
+
declare const AvatarFallback: React$47.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$47.RefAttributes<HTMLSpanElement>, "ref"> & React$47.RefAttributes<HTMLSpanElement>>;
|
|
235
244
|
|
|
236
245
|
//#endregion
|
|
237
246
|
//#region src/badge/badge.d.ts
|
|
@@ -245,34 +254,34 @@ declare function Badge({
|
|
|
245
254
|
size,
|
|
246
255
|
asChild,
|
|
247
256
|
...props
|
|
248
|
-
}: React$
|
|
257
|
+
}: React$46.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
|
|
249
258
|
asChild?: boolean;
|
|
250
259
|
}): react_jsx_runtime5.JSX.Element;
|
|
251
260
|
|
|
252
261
|
//#endregion
|
|
253
262
|
//#region src/breadcrumb/breadcrumb.d.ts
|
|
254
|
-
declare const Breadcrumb: React$
|
|
255
|
-
separator?: React$
|
|
256
|
-
} & React$
|
|
257
|
-
declare const BreadcrumbList: React$
|
|
258
|
-
declare const BreadcrumbItem: React$
|
|
259
|
-
declare const BreadcrumbLink: React$
|
|
263
|
+
declare const Breadcrumb: React$45.ForwardRefExoticComponent<Omit<React$45.DetailedHTMLProps<React$45.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
264
|
+
separator?: React$45.ReactNode;
|
|
265
|
+
} & React$45.RefAttributes<HTMLElement>>;
|
|
266
|
+
declare const BreadcrumbList: React$45.ForwardRefExoticComponent<Omit<React$45.DetailedHTMLProps<React$45.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "ref"> & React$45.RefAttributes<HTMLOListElement>>;
|
|
267
|
+
declare const BreadcrumbItem: React$45.ForwardRefExoticComponent<Omit<React$45.DetailedHTMLProps<React$45.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$45.RefAttributes<HTMLLIElement>>;
|
|
268
|
+
declare const BreadcrumbLink: React$45.ForwardRefExoticComponent<Omit<React$45.DetailedHTMLProps<React$45.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
|
|
260
269
|
asChild?: boolean;
|
|
261
|
-
} & React$
|
|
262
|
-
declare const BreadcrumbPage: React$
|
|
270
|
+
} & React$45.RefAttributes<HTMLAnchorElement>>;
|
|
271
|
+
declare const BreadcrumbPage: React$45.ForwardRefExoticComponent<Omit<React$45.DetailedHTMLProps<React$45.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React$45.RefAttributes<HTMLSpanElement>>;
|
|
263
272
|
declare const BreadcrumbSeparator: {
|
|
264
273
|
({
|
|
265
274
|
children,
|
|
266
275
|
className,
|
|
267
276
|
...props
|
|
268
|
-
}: React$
|
|
277
|
+
}: React$45.ComponentProps<"li">): react_jsx_runtime6.JSX.Element;
|
|
269
278
|
displayName: string;
|
|
270
279
|
};
|
|
271
280
|
declare const BreadcrumbEllipsis: {
|
|
272
281
|
({
|
|
273
282
|
className,
|
|
274
283
|
...props
|
|
275
|
-
}: React$
|
|
284
|
+
}: React$45.ComponentProps<"span">): react_jsx_runtime6.JSX.Element;
|
|
276
285
|
displayName: string;
|
|
277
286
|
};
|
|
278
287
|
|
|
@@ -282,7 +291,7 @@ declare const buttonVariants: (props?: ({
|
|
|
282
291
|
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | "outlineInvert" | "extraGhost" | "extraGhost2" | "neutral" | null | undefined;
|
|
283
292
|
size?: "default" | "xs" | "sm" | "lg" | "xs2" | "icon" | "iconSm" | "iconXs" | "smLow" | "max" | null | undefined;
|
|
284
293
|
} & class_variance_authority_types8.ClassProp) | undefined) => string;
|
|
285
|
-
type ButtonProps = React$
|
|
294
|
+
type ButtonProps = React$44.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
286
295
|
asChild?: boolean;
|
|
287
296
|
/**
|
|
288
297
|
* E2E test_id to identify the button.
|
|
@@ -311,8 +320,8 @@ declare function Calendar({
|
|
|
311
320
|
components,
|
|
312
321
|
__e2e_test_id__,
|
|
313
322
|
...props
|
|
314
|
-
}: React$
|
|
315
|
-
buttonVariant?: React$
|
|
323
|
+
}: React$43.ComponentProps<typeof DayPicker> & {
|
|
324
|
+
buttonVariant?: React$43.ComponentProps<typeof Button>['variant'];
|
|
316
325
|
showYearNavigation?: boolean;
|
|
317
326
|
__e2e_test_id__?: string;
|
|
318
327
|
}): react_jsx_runtime10.JSX.Element;
|
|
@@ -321,22 +330,22 @@ declare function CalendarDayButton({
|
|
|
321
330
|
day,
|
|
322
331
|
modifiers,
|
|
323
332
|
...props
|
|
324
|
-
}: React$
|
|
333
|
+
}: React$43.ComponentProps<typeof DayButton>): react_jsx_runtime10.JSX.Element;
|
|
325
334
|
|
|
326
335
|
//#endregion
|
|
327
336
|
//#region src/card/card.d.ts
|
|
328
|
-
declare const Card: React$
|
|
329
|
-
declare const CardHeader: React$
|
|
330
|
-
declare const CardTitle: React$
|
|
331
|
-
declare const CardDescription: React$
|
|
332
|
-
declare const CardContent: React$
|
|
333
|
-
declare const CardFooter: React$
|
|
337
|
+
declare const Card: React$42.ForwardRefExoticComponent<React$42.HTMLAttributes<HTMLDivElement> & React$42.RefAttributes<HTMLDivElement>>;
|
|
338
|
+
declare const CardHeader: React$42.ForwardRefExoticComponent<React$42.HTMLAttributes<HTMLDivElement> & React$42.RefAttributes<HTMLDivElement>>;
|
|
339
|
+
declare const CardTitle: React$42.ForwardRefExoticComponent<React$42.HTMLAttributes<HTMLHeadingElement> & React$42.RefAttributes<HTMLParagraphElement>>;
|
|
340
|
+
declare const CardDescription: React$42.ForwardRefExoticComponent<React$42.HTMLAttributes<HTMLParagraphElement> & React$42.RefAttributes<HTMLParagraphElement>>;
|
|
341
|
+
declare const CardContent: React$42.ForwardRefExoticComponent<React$42.HTMLAttributes<HTMLDivElement> & React$42.RefAttributes<HTMLDivElement>>;
|
|
342
|
+
declare const CardFooter: React$42.ForwardRefExoticComponent<React$42.HTMLAttributes<HTMLDivElement> & React$42.RefAttributes<HTMLDivElement>>;
|
|
334
343
|
|
|
335
344
|
//#endregion
|
|
336
345
|
//#region src/card-hover/card-hover.d.ts
|
|
337
|
-
declare const HoverCard: React$
|
|
338
|
-
declare const HoverCardTrigger: React$
|
|
339
|
-
declare const HoverCardContent: React$
|
|
346
|
+
declare const HoverCard: React$41.FC<HoverCardPrimitive.HoverCardProps>;
|
|
347
|
+
declare const HoverCardTrigger: React$41.ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & React$41.RefAttributes<HTMLAnchorElement>>;
|
|
348
|
+
declare const HoverCardContent: React$41.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React$41.RefAttributes<HTMLDivElement>, "ref"> & React$41.RefAttributes<HTMLDivElement>>;
|
|
340
349
|
|
|
341
350
|
//#endregion
|
|
342
351
|
//#region src/carousel/carousel.d.ts
|
|
@@ -350,23 +359,23 @@ type CarouselProps = {
|
|
|
350
359
|
orientation?: 'horizontal' | 'vertical';
|
|
351
360
|
setApi?: (api: CarouselApi) => void;
|
|
352
361
|
};
|
|
353
|
-
declare const Carousel: React$
|
|
354
|
-
declare const CarouselContent: React$
|
|
355
|
-
declare const CarouselItem: React$
|
|
356
|
-
declare const CarouselPrevious: React$
|
|
362
|
+
declare const Carousel: React$40.ForwardRefExoticComponent<React$40.HTMLAttributes<HTMLDivElement> & CarouselProps & React$40.RefAttributes<HTMLDivElement>>;
|
|
363
|
+
declare const CarouselContent: React$40.ForwardRefExoticComponent<React$40.HTMLAttributes<HTMLDivElement> & React$40.RefAttributes<HTMLDivElement>>;
|
|
364
|
+
declare const CarouselItem: React$40.ForwardRefExoticComponent<React$40.HTMLAttributes<HTMLDivElement> & React$40.RefAttributes<HTMLDivElement>>;
|
|
365
|
+
declare const CarouselPrevious: React$40.ForwardRefExoticComponent<Omit<React$40.ClassAttributes<HTMLButtonElement> & React$40.ButtonHTMLAttributes<HTMLButtonElement> & class_variance_authority13.VariantProps<(props?: ({
|
|
357
366
|
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | "outlineInvert" | "extraGhost" | "extraGhost2" | "neutral" | null | undefined;
|
|
358
367
|
size?: "default" | "xs" | "sm" | "lg" | "xs2" | "icon" | "iconSm" | "iconXs" | "smLow" | "max" | null | undefined;
|
|
359
368
|
} & class_variance_authority_types12.ClassProp) | undefined) => string> & {
|
|
360
369
|
asChild?: boolean;
|
|
361
370
|
__e2e_test_id__?: string;
|
|
362
|
-
}, "ref"> & React$
|
|
363
|
-
declare const CarouselNext: React$
|
|
371
|
+
}, "ref"> & React$40.RefAttributes<HTMLButtonElement>>;
|
|
372
|
+
declare const CarouselNext: React$40.ForwardRefExoticComponent<Omit<React$40.ClassAttributes<HTMLButtonElement> & React$40.ButtonHTMLAttributes<HTMLButtonElement> & class_variance_authority13.VariantProps<(props?: ({
|
|
364
373
|
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | "outlineInvert" | "extraGhost" | "extraGhost2" | "neutral" | null | undefined;
|
|
365
374
|
size?: "default" | "xs" | "sm" | "lg" | "xs2" | "icon" | "iconSm" | "iconXs" | "smLow" | "max" | null | undefined;
|
|
366
375
|
} & class_variance_authority_types12.ClassProp) | undefined) => string> & {
|
|
367
376
|
asChild?: boolean;
|
|
368
377
|
__e2e_test_id__?: string;
|
|
369
|
-
}, "ref"> & React$
|
|
378
|
+
}, "ref"> & React$40.RefAttributes<HTMLButtonElement>>;
|
|
370
379
|
|
|
371
380
|
//#endregion
|
|
372
381
|
//#region src/checkbox/checkbox.d.ts
|
|
@@ -458,40 +467,40 @@ declare function ComboboxDemo(): react_jsx_runtime27.JSX.Element;
|
|
|
458
467
|
|
|
459
468
|
//#endregion
|
|
460
469
|
//#region src/dialog/dialog.d.ts
|
|
461
|
-
declare function Dialog(props: Readonly<React$
|
|
462
|
-
declare function DialogTrigger(props: Readonly<React$
|
|
463
|
-
declare function DialogPortal(props: Readonly<React$
|
|
464
|
-
declare function DialogClose(props: Readonly<React$
|
|
470
|
+
declare function Dialog(props: Readonly<React$39.ComponentProps<typeof DialogPrimitive.Root>>): react_jsx_runtime66.JSX.Element;
|
|
471
|
+
declare function DialogTrigger(props: Readonly<React$39.ComponentProps<typeof DialogPrimitive.Trigger>>): react_jsx_runtime66.JSX.Element;
|
|
472
|
+
declare function DialogPortal(props: Readonly<React$39.ComponentProps<typeof DialogPrimitive.Portal>>): react_jsx_runtime66.JSX.Element;
|
|
473
|
+
declare function DialogClose(props: Readonly<React$39.ComponentProps<typeof DialogPrimitive.Close>>): react_jsx_runtime66.JSX.Element;
|
|
465
474
|
declare function DialogOverlay({
|
|
466
475
|
className,
|
|
467
476
|
...props
|
|
468
|
-
}: React$
|
|
477
|
+
}: React$39.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime66.JSX.Element;
|
|
469
478
|
declare function DialogContent({
|
|
470
479
|
className,
|
|
471
480
|
children,
|
|
472
481
|
showCloseButton,
|
|
473
482
|
__e2e_test_id__,
|
|
474
483
|
...props
|
|
475
|
-
}: React$
|
|
484
|
+
}: React$39.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
476
485
|
showCloseButton?: boolean;
|
|
477
486
|
__e2e_test_id__?: string;
|
|
478
487
|
}): react_jsx_runtime66.JSX.Element;
|
|
479
488
|
declare function DialogHeader({
|
|
480
489
|
className,
|
|
481
490
|
...props
|
|
482
|
-
}: React$
|
|
491
|
+
}: React$39.ComponentProps<'div'>): react_jsx_runtime66.JSX.Element;
|
|
483
492
|
declare function DialogFooter({
|
|
484
493
|
className,
|
|
485
494
|
...props
|
|
486
|
-
}: React$
|
|
495
|
+
}: React$39.ComponentProps<'div'>): react_jsx_runtime66.JSX.Element;
|
|
487
496
|
declare function DialogTitle({
|
|
488
497
|
className,
|
|
489
498
|
...props
|
|
490
|
-
}: React$
|
|
499
|
+
}: React$39.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime66.JSX.Element;
|
|
491
500
|
declare function DialogDescription({
|
|
492
501
|
className,
|
|
493
502
|
...props
|
|
494
|
-
}: React$
|
|
503
|
+
}: React$39.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime66.JSX.Element;
|
|
495
504
|
|
|
496
505
|
//#endregion
|
|
497
506
|
//#region src/command/command.d.ts
|
|
@@ -547,13 +556,13 @@ declare function CommandShortcut({
|
|
|
547
556
|
|
|
548
557
|
//#endregion
|
|
549
558
|
//#region src/command-palette/command-palette.d.ts
|
|
550
|
-
declare const CommandPalette: React$
|
|
551
|
-
children?: React$
|
|
552
|
-
} & Pick<Pick<React$
|
|
553
|
-
ref?: React$
|
|
559
|
+
declare const CommandPalette: React$38.ForwardRefExoticComponent<Omit<{
|
|
560
|
+
children?: React$38.ReactNode;
|
|
561
|
+
} & Pick<Pick<React$38.DetailedHTMLProps<React$38.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$38.HTMLAttributes<HTMLDivElement>> & {
|
|
562
|
+
ref?: React$38.Ref<HTMLDivElement>;
|
|
554
563
|
} & {
|
|
555
564
|
asChild?: boolean;
|
|
556
|
-
}, "key" | keyof React$
|
|
565
|
+
}, "key" | keyof React$38.HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
557
566
|
label?: string;
|
|
558
567
|
shouldFilter?: boolean;
|
|
559
568
|
filter?: (value: string, search: string, keywords?: string[]) => number;
|
|
@@ -563,72 +572,72 @@ declare const CommandPalette: React$34.ForwardRefExoticComponent<Omit<{
|
|
|
563
572
|
loop?: boolean;
|
|
564
573
|
disablePointerSelection?: boolean;
|
|
565
574
|
vimBindings?: boolean;
|
|
566
|
-
} & React$
|
|
575
|
+
} & React$38.RefAttributes<HTMLDivElement>, "ref"> & React$38.RefAttributes<HTMLDivElement>>;
|
|
567
576
|
type CommandPaletteDialogProps = DialogProps;
|
|
568
577
|
declare const CommandPaletteDialog: ({
|
|
569
578
|
children,
|
|
570
579
|
...props
|
|
571
580
|
}: CommandPaletteDialogProps) => react_jsx_runtime37.JSX.Element;
|
|
572
|
-
declare const CommandPaletteInput: React$
|
|
573
|
-
ref?: React$
|
|
581
|
+
declare const CommandPaletteInput: React$38.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<React$38.DetailedHTMLProps<React$38.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React$38.InputHTMLAttributes<HTMLInputElement>> & {
|
|
582
|
+
ref?: React$38.Ref<HTMLInputElement>;
|
|
574
583
|
} & {
|
|
575
584
|
asChild?: boolean;
|
|
576
|
-
}, "key" | "asChild" | keyof React$
|
|
585
|
+
}, "key" | "asChild" | keyof React$38.InputHTMLAttributes<HTMLInputElement>>, "onChange" | "value" | "type"> & {
|
|
577
586
|
value?: string;
|
|
578
587
|
onValueChange?: (search: string) => void;
|
|
579
|
-
} & React$
|
|
580
|
-
declare const CommandPaletteList: React$
|
|
581
|
-
children?: React$
|
|
582
|
-
} & Pick<Pick<React$
|
|
583
|
-
ref?: React$
|
|
588
|
+
} & React$38.RefAttributes<HTMLInputElement>, "ref"> & React$38.RefAttributes<HTMLInputElement>>;
|
|
589
|
+
declare const CommandPaletteList: React$38.ForwardRefExoticComponent<Omit<{
|
|
590
|
+
children?: React$38.ReactNode;
|
|
591
|
+
} & Pick<Pick<React$38.DetailedHTMLProps<React$38.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$38.HTMLAttributes<HTMLDivElement>> & {
|
|
592
|
+
ref?: React$38.Ref<HTMLDivElement>;
|
|
584
593
|
} & {
|
|
585
594
|
asChild?: boolean;
|
|
586
|
-
}, "key" | keyof React$
|
|
595
|
+
}, "key" | keyof React$38.HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
587
596
|
label?: string;
|
|
588
|
-
} & React$
|
|
589
|
-
declare const CommandPaletteEmpty: React$
|
|
590
|
-
children?: React$
|
|
591
|
-
} & Pick<Pick<React$
|
|
592
|
-
ref?: React$
|
|
597
|
+
} & React$38.RefAttributes<HTMLDivElement>, "ref"> & React$38.RefAttributes<HTMLDivElement>>;
|
|
598
|
+
declare const CommandPaletteEmpty: React$38.ForwardRefExoticComponent<Omit<{
|
|
599
|
+
children?: React$38.ReactNode;
|
|
600
|
+
} & Pick<Pick<React$38.DetailedHTMLProps<React$38.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$38.HTMLAttributes<HTMLDivElement>> & {
|
|
601
|
+
ref?: React$38.Ref<HTMLDivElement>;
|
|
593
602
|
} & {
|
|
594
603
|
asChild?: boolean;
|
|
595
|
-
}, "key" | keyof React$
|
|
596
|
-
declare const CommandPaletteGroup: React$
|
|
597
|
-
children?: React$
|
|
598
|
-
} & Omit<Pick<Pick<React$
|
|
599
|
-
ref?: React$
|
|
604
|
+
}, "key" | keyof React$38.HTMLAttributes<HTMLDivElement> | "asChild"> & React$38.RefAttributes<HTMLDivElement>, "ref"> & React$38.RefAttributes<HTMLDivElement>>;
|
|
605
|
+
declare const CommandPaletteGroup: React$38.ForwardRefExoticComponent<Omit<{
|
|
606
|
+
children?: React$38.ReactNode;
|
|
607
|
+
} & Omit<Pick<Pick<React$38.DetailedHTMLProps<React$38.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$38.HTMLAttributes<HTMLDivElement>> & {
|
|
608
|
+
ref?: React$38.Ref<HTMLDivElement>;
|
|
600
609
|
} & {
|
|
601
610
|
asChild?: boolean;
|
|
602
|
-
}, "key" | keyof React$
|
|
603
|
-
heading?: React$
|
|
611
|
+
}, "key" | keyof React$38.HTMLAttributes<HTMLDivElement> | "asChild">, "heading" | "value"> & {
|
|
612
|
+
heading?: React$38.ReactNode;
|
|
604
613
|
value?: string;
|
|
605
614
|
forceMount?: boolean;
|
|
606
|
-
} & React$
|
|
607
|
-
declare const CommandPaletteSeparator: React$
|
|
608
|
-
ref?: React$
|
|
615
|
+
} & React$38.RefAttributes<HTMLDivElement>, "ref"> & React$38.RefAttributes<HTMLDivElement>>;
|
|
616
|
+
declare const CommandPaletteSeparator: React$38.ForwardRefExoticComponent<Omit<Pick<Pick<React$38.DetailedHTMLProps<React$38.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$38.HTMLAttributes<HTMLDivElement>> & {
|
|
617
|
+
ref?: React$38.Ref<HTMLDivElement>;
|
|
609
618
|
} & {
|
|
610
619
|
asChild?: boolean;
|
|
611
|
-
}, "key" | keyof React$
|
|
620
|
+
}, "key" | keyof React$38.HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
612
621
|
alwaysRender?: boolean;
|
|
613
|
-
} & React$
|
|
614
|
-
declare const CommandPaletteItem: React$
|
|
615
|
-
children?: React$
|
|
616
|
-
} & Omit<Pick<Pick<React$
|
|
617
|
-
ref?: React$
|
|
622
|
+
} & React$38.RefAttributes<HTMLDivElement>, "ref"> & React$38.RefAttributes<HTMLDivElement>>;
|
|
623
|
+
declare const CommandPaletteItem: React$38.ForwardRefExoticComponent<Omit<{
|
|
624
|
+
children?: React$38.ReactNode;
|
|
625
|
+
} & Omit<Pick<Pick<React$38.DetailedHTMLProps<React$38.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$38.HTMLAttributes<HTMLDivElement>> & {
|
|
626
|
+
ref?: React$38.Ref<HTMLDivElement>;
|
|
618
627
|
} & {
|
|
619
628
|
asChild?: boolean;
|
|
620
|
-
}, "key" | keyof React$
|
|
629
|
+
}, "key" | keyof React$38.HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
|
|
621
630
|
disabled?: boolean;
|
|
622
631
|
onSelect?: (value: string) => void;
|
|
623
632
|
value?: string;
|
|
624
633
|
keywords?: string[];
|
|
625
634
|
forceMount?: boolean;
|
|
626
|
-
} & React$
|
|
635
|
+
} & React$38.RefAttributes<HTMLDivElement>, "ref"> & React$38.RefAttributes<HTMLDivElement>>;
|
|
627
636
|
declare const CommandPaletteShortcut: {
|
|
628
637
|
({
|
|
629
638
|
className,
|
|
630
639
|
...props
|
|
631
|
-
}: React$
|
|
640
|
+
}: React$38.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime37.JSX.Element;
|
|
632
641
|
displayName: string;
|
|
633
642
|
};
|
|
634
643
|
|
|
@@ -662,31 +671,31 @@ declare const ContentFrame: ({
|
|
|
662
671
|
|
|
663
672
|
//#endregion
|
|
664
673
|
//#region src/context-menu/context-menu.d.ts
|
|
665
|
-
declare const ContextMenu: React$
|
|
666
|
-
declare const ContextMenuTrigger: React$
|
|
667
|
-
declare const ContextMenuGroup: React$
|
|
668
|
-
declare const ContextMenuPortal: React$
|
|
669
|
-
declare const ContextMenuSub: React$
|
|
670
|
-
declare const ContextMenuRadioGroup: React$
|
|
671
|
-
declare const ContextMenuSubTrigger: React$
|
|
674
|
+
declare const ContextMenu: React$37.FC<ContextMenuPrimitive.ContextMenuProps>;
|
|
675
|
+
declare const ContextMenuTrigger: React$37.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuTriggerProps & React$37.RefAttributes<HTMLSpanElement>>;
|
|
676
|
+
declare const ContextMenuGroup: React$37.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuGroupProps & React$37.RefAttributes<HTMLDivElement>>;
|
|
677
|
+
declare const ContextMenuPortal: React$37.FC<ContextMenuPrimitive.ContextMenuPortalProps>;
|
|
678
|
+
declare const ContextMenuSub: React$37.FC<ContextMenuPrimitive.ContextMenuSubProps>;
|
|
679
|
+
declare const ContextMenuRadioGroup: React$37.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuRadioGroupProps & React$37.RefAttributes<HTMLDivElement>>;
|
|
680
|
+
declare const ContextMenuSubTrigger: React$37.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubTriggerProps & React$37.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
672
681
|
inset?: boolean;
|
|
673
|
-
} & React$
|
|
674
|
-
declare const ContextMenuSubContent: React$
|
|
675
|
-
declare const ContextMenuContent: React$
|
|
676
|
-
declare const ContextMenuItem: React$
|
|
682
|
+
} & React$37.RefAttributes<HTMLDivElement>>;
|
|
683
|
+
declare const ContextMenuSubContent: React$37.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubContentProps & React$37.RefAttributes<HTMLDivElement>, "ref"> & React$37.RefAttributes<HTMLDivElement>>;
|
|
684
|
+
declare const ContextMenuContent: React$37.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuContentProps & React$37.RefAttributes<HTMLDivElement>, "ref"> & React$37.RefAttributes<HTMLDivElement>>;
|
|
685
|
+
declare const ContextMenuItem: React$37.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemProps & React$37.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
677
686
|
inset?: boolean;
|
|
678
|
-
} & React$
|
|
679
|
-
declare const ContextMenuCheckboxItem: React$
|
|
680
|
-
declare const ContextMenuRadioItem: React$
|
|
681
|
-
declare const ContextMenuLabel: React$
|
|
687
|
+
} & React$37.RefAttributes<HTMLDivElement>>;
|
|
688
|
+
declare const ContextMenuCheckboxItem: React$37.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuCheckboxItemProps & React$37.RefAttributes<HTMLDivElement>, "ref"> & React$37.RefAttributes<HTMLDivElement>>;
|
|
689
|
+
declare const ContextMenuRadioItem: React$37.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuRadioItemProps & React$37.RefAttributes<HTMLDivElement>, "ref"> & React$37.RefAttributes<HTMLDivElement>>;
|
|
690
|
+
declare const ContextMenuLabel: React$37.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuLabelProps & React$37.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
682
691
|
inset?: boolean;
|
|
683
|
-
} & React$
|
|
684
|
-
declare const ContextMenuSeparator: React$
|
|
692
|
+
} & React$37.RefAttributes<HTMLDivElement>>;
|
|
693
|
+
declare const ContextMenuSeparator: React$37.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSeparatorProps & React$37.RefAttributes<HTMLDivElement>, "ref"> & React$37.RefAttributes<HTMLDivElement>>;
|
|
685
694
|
declare const ContextMenuShortcut: {
|
|
686
695
|
({
|
|
687
696
|
className,
|
|
688
697
|
...props
|
|
689
|
-
}: React$
|
|
698
|
+
}: React$37.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime41.JSX.Element;
|
|
690
699
|
displayName: string;
|
|
691
700
|
};
|
|
692
701
|
|
|
@@ -769,7 +778,7 @@ type CellSelectOptionsUnion = {
|
|
|
769
778
|
* @param value - The data from the map
|
|
770
779
|
* @param context - 'cell' when rendering the current value in the cell, 'option' when rendering in the dropdown list
|
|
771
780
|
*/
|
|
772
|
-
optionsRenderer: (value: any, context: 'cell' | 'option') => React$
|
|
781
|
+
optionsRenderer: (value: any, context: 'cell' | 'option') => React$36.ReactNode;
|
|
773
782
|
};
|
|
774
783
|
type Cell = {
|
|
775
784
|
variant: 'short-text';
|
|
@@ -780,8 +789,8 @@ type Cell = {
|
|
|
780
789
|
min?: number;
|
|
781
790
|
max?: number;
|
|
782
791
|
step?: number;
|
|
783
|
-
prefix?: string | ((row: unknown, value: number | null) => React$
|
|
784
|
-
suffix?: string | ((row: unknown, value: number | null) => React$
|
|
792
|
+
prefix?: string | ((row: unknown, value: number | null) => React$36.ReactNode);
|
|
793
|
+
suffix?: string | ((row: unknown, value: number | null) => React$36.ReactNode);
|
|
785
794
|
fallbackValue?: string;
|
|
786
795
|
} | ({
|
|
787
796
|
variant: 'select';
|
|
@@ -796,6 +805,11 @@ type Cell = {
|
|
|
796
805
|
variant: 'checkbox';
|
|
797
806
|
} | {
|
|
798
807
|
variant: 'date';
|
|
808
|
+
} | {
|
|
809
|
+
variant: 'download-file';
|
|
810
|
+
getUrl?: (value: unknown, row: unknown) => string | null | undefined;
|
|
811
|
+
label?: string;
|
|
812
|
+
fileName?: string | ((row: unknown, value: unknown) => string | undefined);
|
|
799
813
|
} | {
|
|
800
814
|
variant: 'react-node';
|
|
801
815
|
/**
|
|
@@ -811,7 +825,7 @@ type Cell = {
|
|
|
811
825
|
* />
|
|
812
826
|
* )
|
|
813
827
|
*/
|
|
814
|
-
render?: <TData, TValue>(props: CellVariantProps<TData, TValue>) => React$
|
|
828
|
+
render?: <TData, TValue>(props: CellVariantProps<TData, TValue>) => React$36.ReactNode;
|
|
815
829
|
} | {
|
|
816
830
|
variant: 'gantt';
|
|
817
831
|
timelineStart: Date;
|
|
@@ -829,7 +843,7 @@ type ColumnMenuRendererFunction<TData extends RowData, TValue> = (args: {
|
|
|
829
843
|
column: Column<TData, TValue>;
|
|
830
844
|
open?: boolean;
|
|
831
845
|
onOpenChange?: (open: boolean) => void;
|
|
832
|
-
}) => React$
|
|
846
|
+
}) => React$36.ReactNode;
|
|
833
847
|
declare module '@tanstack/react-table' {
|
|
834
848
|
interface ColumnMeta<TData extends RowData, TValue> {
|
|
835
849
|
label?: string;
|
|
@@ -837,19 +851,19 @@ declare module '@tanstack/react-table' {
|
|
|
837
851
|
align?: 'left' | 'right' | 'center';
|
|
838
852
|
className?: string | ((row: TData) => string | undefined);
|
|
839
853
|
editable?: boolean | ((row: TData) => boolean);
|
|
840
|
-
headerMenuFooter?: React$
|
|
841
|
-
headerCustomComponent?: React$
|
|
854
|
+
headerMenuFooter?: React$36.ReactNode | ColumnMenuRendererFunction<TData, TValue>;
|
|
855
|
+
headerCustomComponent?: React$36.ReactNode | ColumnMenuRendererFunction<TData, TValue>;
|
|
842
856
|
/**
|
|
843
857
|
* Optional overlay component rendered absolutely positioned within the cell.
|
|
844
858
|
* Receives the row data, cell value, row index, and column id, returns a React node or null.
|
|
845
859
|
* Useful for indicators like "overwritten value" badges.
|
|
846
860
|
*/
|
|
847
|
-
cellOverlay?: (row: TData, value: TValue, rowIndex: number, columnId: string) => React$
|
|
861
|
+
cellOverlay?: (row: TData, value: TValue, rowIndex: number, columnId: string) => React$36.ReactNode | null;
|
|
848
862
|
/** When true and rows are selected, shows a bulk edit button in the column header. */
|
|
849
863
|
enableBulkEdit?: boolean;
|
|
850
864
|
}
|
|
851
865
|
interface TableMeta<TData extends RowData> {
|
|
852
|
-
dataGridRef?: React$
|
|
866
|
+
dataGridRef?: React$36.RefObject<HTMLElement | null>;
|
|
853
867
|
focusedCell?: CellPosition | null;
|
|
854
868
|
editingCell?: CellPosition | null;
|
|
855
869
|
selectionState?: SelectionState;
|
|
@@ -868,12 +882,12 @@ declare module '@tanstack/react-table' {
|
|
|
868
882
|
onCellChange?: (update: UpdateCell) => void;
|
|
869
883
|
onRowsDelete?: (rowIndices: number[]) => void | Promise<void>;
|
|
870
884
|
onColumnClick?: (columnId: string) => void;
|
|
871
|
-
onCellClick?: (rowIndex: number, columnId: string, event?: React$
|
|
885
|
+
onCellClick?: (rowIndex: number, columnId: string, event?: React$36.MouseEvent) => void;
|
|
872
886
|
onCellDoubleClick?: (rowIndex: number, columnId: string) => void;
|
|
873
|
-
onCellMouseDown?: (rowIndex: number, columnId: string, event: React$
|
|
874
|
-
onCellMouseEnter?: (rowIndex: number, columnId: string, event: React$
|
|
887
|
+
onCellMouseDown?: (rowIndex: number, columnId: string, event: React$36.MouseEvent) => void;
|
|
888
|
+
onCellMouseEnter?: (rowIndex: number, columnId: string, event: React$36.MouseEvent) => void;
|
|
875
889
|
onCellMouseUp?: () => void;
|
|
876
|
-
onCellContextMenu?: (rowIndex: number, columnId: string, event: React$
|
|
890
|
+
onCellContextMenu?: (rowIndex: number, columnId: string, event: React$36.MouseEvent) => void;
|
|
877
891
|
onCellEditingStart?: (rowIndex: number, columnId: string) => void;
|
|
878
892
|
onCellEditingStop?: (opts?: {
|
|
879
893
|
direction?: NavigationDirection;
|
|
@@ -925,7 +939,7 @@ type SearchState = {
|
|
|
925
939
|
//#region src/data-grid/hooks/use-data-grid.d.ts
|
|
926
940
|
type UseDataGridProps<TData> = {
|
|
927
941
|
onDataChange?: (data: TData[]) => void;
|
|
928
|
-
onRowAdd?: (event?: React$
|
|
942
|
+
onRowAdd?: (event?: React$35.MouseEvent<HTMLDivElement>) => Partial<CellPosition> | Promise<Partial<CellPosition>> | null | void;
|
|
929
943
|
onRowsDelete?: (rows: TData[], rowIndices: number[]) => void | Promise<void>;
|
|
930
944
|
onCellFocus?: (args: {
|
|
931
945
|
rowIndex: number;
|
|
@@ -1001,15 +1015,15 @@ declare function useDataGrid<TData>({
|
|
|
1001
1015
|
persistColumnState,
|
|
1002
1016
|
...dataGridProps
|
|
1003
1017
|
}: UseDataGridProps<TData>): {
|
|
1004
|
-
dataGridRef: React$
|
|
1005
|
-
headerRef: React$
|
|
1006
|
-
rowMapRef: React$
|
|
1007
|
-
footerRef: React$
|
|
1018
|
+
dataGridRef: React$35.RefObject<HTMLDivElement | null>;
|
|
1019
|
+
headerRef: React$35.RefObject<HTMLDivElement | null>;
|
|
1020
|
+
rowMapRef: React$35.RefObject<Map<number, HTMLDivElement>>;
|
|
1021
|
+
footerRef: React$35.RefObject<HTMLDivElement | null>;
|
|
1008
1022
|
table: _tanstack_react_table64.Table<TData>;
|
|
1009
1023
|
rowVirtualizer: Virtualizer<HTMLDivElement, Element>;
|
|
1010
1024
|
searchState: SearchState | undefined;
|
|
1011
1025
|
columnSizeVars: Record<string, number>;
|
|
1012
|
-
onRowAdd: ((event?: React$
|
|
1026
|
+
onRowAdd: ((event?: React$35.MouseEvent<HTMLDivElement>) => Promise<void>) | undefined;
|
|
1013
1027
|
};
|
|
1014
1028
|
|
|
1015
1029
|
//#endregion
|
|
@@ -1017,7 +1031,7 @@ declare function useDataGrid<TData>({
|
|
|
1017
1031
|
type DataGridProps<TData> = {
|
|
1018
1032
|
height?: number;
|
|
1019
1033
|
forceHeight?: boolean;
|
|
1020
|
-
} & ReturnType<typeof useDataGrid<TData>> & React$
|
|
1034
|
+
} & ReturnType<typeof useDataGrid<TData>> & React$34.ComponentProps<'div'>;
|
|
1021
1035
|
declare function DataGrid<TData>({
|
|
1022
1036
|
dataGridRef,
|
|
1023
1037
|
headerRef,
|
|
@@ -1069,7 +1083,7 @@ type DataGridCellWrapperProps<TData, TValue> = {
|
|
|
1069
1083
|
isEditing: boolean;
|
|
1070
1084
|
isFocused: boolean;
|
|
1071
1085
|
isSelected: boolean;
|
|
1072
|
-
} & React$
|
|
1086
|
+
} & React$33.ComponentProps<'div'>;
|
|
1073
1087
|
declare function DataGridCellWrapper<TData, TValue>({
|
|
1074
1088
|
cell,
|
|
1075
1089
|
table,
|
|
@@ -1089,27 +1103,27 @@ declare function DataGridCellWrapper<TData, TValue>({
|
|
|
1089
1103
|
//#region src/dropdown-menu/dropdown-menu.d.ts
|
|
1090
1104
|
declare function DropdownMenu({
|
|
1091
1105
|
...props
|
|
1092
|
-
}: Readonly<React$
|
|
1106
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.Root>>): react_jsx_runtime86.JSX.Element;
|
|
1093
1107
|
declare function DropdownMenuPortal({
|
|
1094
1108
|
...props
|
|
1095
|
-
}: Readonly<React$
|
|
1109
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.Portal>>): react_jsx_runtime86.JSX.Element;
|
|
1096
1110
|
declare function DropdownMenuTrigger({
|
|
1097
1111
|
...props
|
|
1098
|
-
}: Readonly<React$
|
|
1112
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.Trigger>>): react_jsx_runtime86.JSX.Element;
|
|
1099
1113
|
declare function DropdownMenuContent({
|
|
1100
1114
|
className,
|
|
1101
1115
|
sideOffset,
|
|
1102
1116
|
...props
|
|
1103
|
-
}: Readonly<React$
|
|
1117
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.Content>>): react_jsx_runtime86.JSX.Element;
|
|
1104
1118
|
declare function DropdownMenuGroup({
|
|
1105
1119
|
...props
|
|
1106
|
-
}: Readonly<React$
|
|
1120
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.Group>>): react_jsx_runtime86.JSX.Element;
|
|
1107
1121
|
declare function DropdownMenuItem({
|
|
1108
1122
|
className,
|
|
1109
1123
|
inset,
|
|
1110
1124
|
variant,
|
|
1111
1125
|
...props
|
|
1112
|
-
}: React$
|
|
1126
|
+
}: React$32.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
1113
1127
|
inset?: boolean;
|
|
1114
1128
|
variant?: 'default' | 'destructive';
|
|
1115
1129
|
}): react_jsx_runtime86.JSX.Element;
|
|
@@ -1118,52 +1132,52 @@ declare function DropdownMenuCheckboxItem({
|
|
|
1118
1132
|
children,
|
|
1119
1133
|
checked,
|
|
1120
1134
|
...props
|
|
1121
|
-
}: Readonly<React$
|
|
1135
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>>): react_jsx_runtime86.JSX.Element;
|
|
1122
1136
|
declare function DropdownMenuRadioGroup({
|
|
1123
1137
|
...props
|
|
1124
|
-
}: Readonly<React$
|
|
1138
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>>): react_jsx_runtime86.JSX.Element;
|
|
1125
1139
|
declare function DropdownMenuRadioItem({
|
|
1126
1140
|
className,
|
|
1127
1141
|
children,
|
|
1128
1142
|
...props
|
|
1129
|
-
}: Readonly<React$
|
|
1143
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>>): react_jsx_runtime86.JSX.Element;
|
|
1130
1144
|
declare function DropdownMenuLabel({
|
|
1131
1145
|
className,
|
|
1132
1146
|
inset,
|
|
1133
1147
|
...props
|
|
1134
|
-
}: Readonly<React$
|
|
1148
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
1135
1149
|
inset?: boolean;
|
|
1136
1150
|
}>): react_jsx_runtime86.JSX.Element;
|
|
1137
1151
|
declare function DropdownMenuSeparator({
|
|
1138
1152
|
className,
|
|
1139
1153
|
...props
|
|
1140
|
-
}: Readonly<React$
|
|
1154
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.Separator>>): react_jsx_runtime86.JSX.Element;
|
|
1141
1155
|
declare function DropdownMenuShortcut({
|
|
1142
1156
|
className,
|
|
1143
1157
|
...props
|
|
1144
|
-
}: React$
|
|
1158
|
+
}: React$32.ComponentProps<'span'>): react_jsx_runtime86.JSX.Element;
|
|
1145
1159
|
declare function DropdownMenuSub({
|
|
1146
1160
|
...props
|
|
1147
|
-
}: Readonly<React$
|
|
1161
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.Sub>>): react_jsx_runtime86.JSX.Element;
|
|
1148
1162
|
declare function DropdownMenuSubTrigger({
|
|
1149
1163
|
className,
|
|
1150
1164
|
inset,
|
|
1151
1165
|
children,
|
|
1152
1166
|
...props
|
|
1153
|
-
}: Readonly<React$
|
|
1167
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
1154
1168
|
inset?: boolean;
|
|
1155
1169
|
}>): react_jsx_runtime86.JSX.Element;
|
|
1156
1170
|
declare function DropdownMenuSubContent({
|
|
1157
1171
|
className,
|
|
1158
1172
|
...props
|
|
1159
|
-
}: Readonly<React$
|
|
1173
|
+
}: Readonly<React$32.ComponentProps<typeof DropdownMenuPrimitive.SubContent>>): react_jsx_runtime86.JSX.Element;
|
|
1160
1174
|
|
|
1161
1175
|
//#endregion
|
|
1162
1176
|
//#region src/data-grid/data-grid-column-header.d.ts
|
|
1163
1177
|
type DataGridColumnHeaderProps<TData, TValue> = {
|
|
1164
1178
|
header: Header<TData, TValue>;
|
|
1165
1179
|
table: Table<TData>;
|
|
1166
|
-
} & React$
|
|
1180
|
+
} & React$31.ComponentProps<typeof DropdownMenuTrigger>;
|
|
1167
1181
|
declare function DataGridColumnHeader<TData, TValue>({
|
|
1168
1182
|
header,
|
|
1169
1183
|
table,
|
|
@@ -1176,7 +1190,7 @@ declare function DataGridColumnHeader<TData, TValue>({
|
|
|
1176
1190
|
* should return a React node (or null). This allows the column header to render variant-specific
|
|
1177
1191
|
* header visuals without coupling the header implementation to variants.
|
|
1178
1192
|
*/
|
|
1179
|
-
declare const HeaderComponents: Record<string, (props: any) => React$
|
|
1193
|
+
declare const HeaderComponents: Record<string, (props: any) => React$31.ReactNode | null>;
|
|
1180
1194
|
|
|
1181
1195
|
//#endregion
|
|
1182
1196
|
//#region src/data-grid/data-grid-context-menu.d.ts
|
|
@@ -1194,7 +1208,7 @@ type DataGridRowProps<TData> = {
|
|
|
1194
1208
|
rowVirtualizer: Virtualizer<HTMLDivElement, Element>;
|
|
1195
1209
|
virtualRowIndex: number;
|
|
1196
1210
|
virtualStart: number;
|
|
1197
|
-
rowMapRef: React$
|
|
1211
|
+
rowMapRef: React$30.RefObject<Map<number, HTMLDivElement>>;
|
|
1198
1212
|
rowHeight: RowHeightValue;
|
|
1199
1213
|
focusedCell: CellPosition | null;
|
|
1200
1214
|
editingCell: CellPosition | null;
|
|
@@ -1208,7 +1222,7 @@ type DataGridRowProps<TData> = {
|
|
|
1208
1222
|
isHighlighted?: boolean;
|
|
1209
1223
|
/** Called when the row is clicked (for row-level navigation) */
|
|
1210
1224
|
onRowClick?: (rowIndex: number) => void;
|
|
1211
|
-
} & React$
|
|
1225
|
+
} & React$30.ComponentProps<'div'>;
|
|
1212
1226
|
declare const DataGridRow: typeof DataGridRowImpl;
|
|
1213
1227
|
declare function DataGridRowImpl<TData>({
|
|
1214
1228
|
row,
|
|
@@ -1233,7 +1247,7 @@ declare function DataGridRowImpl<TData>({
|
|
|
1233
1247
|
//#endregion
|
|
1234
1248
|
//#region src/data-grid/data-grid-search.d.ts
|
|
1235
1249
|
type DataGridSearchProps = {} & SearchState;
|
|
1236
|
-
declare const DataGridSearch: React$
|
|
1250
|
+
declare const DataGridSearch: React$29.MemoExoticComponent<typeof DataGridSearchImpl>;
|
|
1237
1251
|
declare function DataGridSearchImpl({
|
|
1238
1252
|
searchMatches,
|
|
1239
1253
|
matchIndex,
|
|
@@ -1250,10 +1264,10 @@ declare function DataGridSearchImpl({
|
|
|
1250
1264
|
//#region src/popover/popover.d.ts
|
|
1251
1265
|
declare function Popover({
|
|
1252
1266
|
...props
|
|
1253
|
-
}: Readonly<React$
|
|
1267
|
+
}: Readonly<React$28.ComponentProps<typeof PopoverPrimitive.Root>>): react_jsx_runtime143.JSX.Element;
|
|
1254
1268
|
declare function PopoverTrigger({
|
|
1255
1269
|
...props
|
|
1256
|
-
}: Readonly<React$
|
|
1270
|
+
}: Readonly<React$28.ComponentProps<typeof PopoverPrimitive.Trigger>>): react_jsx_runtime143.JSX.Element;
|
|
1257
1271
|
declare const popoverVariants: (props?: ({
|
|
1258
1272
|
variant?: "default" | "simple" | null | undefined;
|
|
1259
1273
|
} & class_variance_authority_types145.ClassProp) | undefined) => string;
|
|
@@ -1263,10 +1277,10 @@ declare function PopoverContent({
|
|
|
1263
1277
|
align,
|
|
1264
1278
|
sideOffset,
|
|
1265
1279
|
...props
|
|
1266
|
-
}: Readonly<React$
|
|
1280
|
+
}: Readonly<React$28.ComponentProps<typeof PopoverPrimitive.Content> & VariantProps<typeof popoverVariants>>): react_jsx_runtime143.JSX.Element;
|
|
1267
1281
|
declare function PopoverAnchor({
|
|
1268
1282
|
...props
|
|
1269
|
-
}: React$
|
|
1283
|
+
}: React$28.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime143.JSX.Element;
|
|
1270
1284
|
|
|
1271
1285
|
//#endregion
|
|
1272
1286
|
//#region src/data-grid/data-grid-view-menu.d.ts
|
|
@@ -1301,7 +1315,7 @@ type DataGridViewMenuProps<TData> = {
|
|
|
1301
1315
|
onDeleteView?: (viewId: string) => void;
|
|
1302
1316
|
/** Called when the user clears the active view (back to default). */
|
|
1303
1317
|
onClearView?: () => void;
|
|
1304
|
-
} & React$
|
|
1318
|
+
} & React$27.ComponentProps<typeof PopoverContent>;
|
|
1305
1319
|
declare function DataGridViewMenu<TData>({
|
|
1306
1320
|
table,
|
|
1307
1321
|
savedViews,
|
|
@@ -1481,7 +1495,7 @@ declare function ReactNodeCell<TData>({
|
|
|
1481
1495
|
isFocused,
|
|
1482
1496
|
isSelected,
|
|
1483
1497
|
isEditing
|
|
1484
|
-
}: Readonly<CellVariantProps<TData, React$
|
|
1498
|
+
}: Readonly<CellVariantProps<TData, React$26.ReactNode>>): react_jsx_runtime59.JSX.Element;
|
|
1485
1499
|
|
|
1486
1500
|
//#endregion
|
|
1487
1501
|
//#region src/data-grid/cell-variants/select-cell.d.ts
|
|
@@ -1577,37 +1591,37 @@ declare const Drawer: {
|
|
|
1577
1591
|
({
|
|
1578
1592
|
shouldScaleBackground,
|
|
1579
1593
|
...props
|
|
1580
|
-
}: React$
|
|
1594
|
+
}: React$25.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime76.JSX.Element;
|
|
1581
1595
|
displayName: string;
|
|
1582
1596
|
};
|
|
1583
|
-
declare const DrawerTrigger: React$
|
|
1597
|
+
declare const DrawerTrigger: React$25.ForwardRefExoticComponent<_radix_ui_react_dialog77.DialogTriggerProps & React$25.RefAttributes<HTMLButtonElement>>;
|
|
1584
1598
|
declare const DrawerPortal: typeof vaul78.Portal;
|
|
1585
|
-
declare const DrawerClose: React$
|
|
1586
|
-
declare const DrawerOverlay: React$
|
|
1587
|
-
declare const DrawerContent: React$
|
|
1599
|
+
declare const DrawerClose: React$25.ForwardRefExoticComponent<_radix_ui_react_dialog77.DialogCloseProps & React$25.RefAttributes<HTMLButtonElement>>;
|
|
1600
|
+
declare const DrawerOverlay: React$25.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_dialog77.DialogOverlayProps & React$25.RefAttributes<HTMLDivElement>, "ref"> & React$25.RefAttributes<HTMLDivElement>, "ref"> & React$25.RefAttributes<HTMLDivElement>>;
|
|
1601
|
+
declare const DrawerContent: React$25.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_dialog77.DialogContentProps & React$25.RefAttributes<HTMLDivElement>, "ref"> & React$25.RefAttributes<HTMLDivElement>, "ref"> & React$25.RefAttributes<HTMLDivElement>>;
|
|
1588
1602
|
declare const DrawerHeader: {
|
|
1589
1603
|
({
|
|
1590
1604
|
className,
|
|
1591
1605
|
...props
|
|
1592
|
-
}: React$
|
|
1606
|
+
}: React$25.HTMLAttributes<HTMLDivElement>): react_jsx_runtime76.JSX.Element;
|
|
1593
1607
|
displayName: string;
|
|
1594
1608
|
};
|
|
1595
1609
|
declare const DrawerFooter: {
|
|
1596
1610
|
({
|
|
1597
1611
|
className,
|
|
1598
1612
|
...props
|
|
1599
|
-
}: React$
|
|
1613
|
+
}: React$25.HTMLAttributes<HTMLDivElement>): react_jsx_runtime76.JSX.Element;
|
|
1600
1614
|
displayName: string;
|
|
1601
1615
|
};
|
|
1602
|
-
declare const DrawerTitle: React$
|
|
1603
|
-
declare const DrawerDescription: React$
|
|
1616
|
+
declare const DrawerTitle: React$25.ForwardRefExoticComponent<Omit<_radix_ui_react_dialog77.DialogTitleProps & React$25.RefAttributes<HTMLHeadingElement>, "ref"> & React$25.RefAttributes<HTMLHeadingElement>>;
|
|
1617
|
+
declare const DrawerDescription: React$25.ForwardRefExoticComponent<Omit<_radix_ui_react_dialog77.DialogDescriptionProps & React$25.RefAttributes<HTMLParagraphElement>, "ref"> & React$25.RefAttributes<HTMLParagraphElement>>;
|
|
1604
1618
|
|
|
1605
1619
|
//#endregion
|
|
1606
1620
|
//#region src/label/label.d.ts
|
|
1607
1621
|
declare function Label({
|
|
1608
1622
|
className,
|
|
1609
1623
|
...props
|
|
1610
|
-
}: React$
|
|
1624
|
+
}: React$24.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime122.JSX.Element;
|
|
1611
1625
|
|
|
1612
1626
|
//#endregion
|
|
1613
1627
|
//#region src/field/field.d.ts
|
|
@@ -1699,7 +1713,7 @@ declare const InfoCard: ({
|
|
|
1699
1713
|
declare const inputVariants: (props?: ({
|
|
1700
1714
|
variant?: "default" | "simple" | "discreet" | null | undefined;
|
|
1701
1715
|
} & class_variance_authority_types113.ClassProp) | undefined) => string;
|
|
1702
|
-
type InputProps = React$
|
|
1716
|
+
type InputProps = React$23.ComponentProps<'input'> & VariantProps<typeof inputVariants> & {
|
|
1703
1717
|
/**
|
|
1704
1718
|
* E2E test_id to identify the input.
|
|
1705
1719
|
*/
|
|
@@ -1713,7 +1727,7 @@ type InputProps = React$19.ComponentProps<'input'> & VariantProps<typeof inputVa
|
|
|
1713
1727
|
*/
|
|
1714
1728
|
wrapperClassName?: string;
|
|
1715
1729
|
};
|
|
1716
|
-
declare const Input: React$
|
|
1730
|
+
declare const Input: React$23.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React$23.RefAttributes<HTMLInputElement>>;
|
|
1717
1731
|
|
|
1718
1732
|
//#endregion
|
|
1719
1733
|
//#region src/kanban/kanban.d.ts
|
|
@@ -1737,41 +1751,41 @@ type KanbanRootProps<T> = Omit<DndContextProps, 'collisionDetection'> & (T exten
|
|
|
1737
1751
|
};
|
|
1738
1752
|
declare function KanbanRoot<T>(props: KanbanRootProps<T>): react_jsx_runtime114.JSX.Element;
|
|
1739
1753
|
type KanbanBoardProps = {
|
|
1740
|
-
children: React$
|
|
1754
|
+
children: React$22.ReactNode;
|
|
1741
1755
|
asChild?: boolean;
|
|
1742
|
-
} & React$
|
|
1756
|
+
} & React$22.ComponentProps<'div'>;
|
|
1743
1757
|
declare function KanbanBoard(props: KanbanBoardProps): react_jsx_runtime114.JSX.Element;
|
|
1744
1758
|
type KanbanColumnProps = {
|
|
1745
1759
|
value: UniqueIdentifier;
|
|
1746
|
-
children: React$
|
|
1760
|
+
children: React$22.ReactNode;
|
|
1747
1761
|
asChild?: boolean;
|
|
1748
1762
|
asHandle?: boolean;
|
|
1749
1763
|
disabled?: boolean;
|
|
1750
|
-
} & React$
|
|
1764
|
+
} & React$22.ComponentProps<'div'>;
|
|
1751
1765
|
declare function KanbanColumn(props: KanbanColumnProps): react_jsx_runtime114.JSX.Element;
|
|
1752
1766
|
type KanbanColumnHandleProps = {
|
|
1753
1767
|
asChild?: boolean;
|
|
1754
|
-
} & React$
|
|
1768
|
+
} & React$22.ComponentProps<'button'>;
|
|
1755
1769
|
declare function KanbanColumnHandle(props: KanbanColumnHandleProps): react_jsx_runtime114.JSX.Element;
|
|
1756
1770
|
type KanbanItemProps = {
|
|
1757
1771
|
value: UniqueIdentifier;
|
|
1758
1772
|
asHandle?: boolean;
|
|
1759
1773
|
asChild?: boolean;
|
|
1760
1774
|
disabled?: boolean;
|
|
1761
|
-
} & React$
|
|
1775
|
+
} & React$22.ComponentProps<'div'>;
|
|
1762
1776
|
declare function KanbanItem(props: KanbanItemProps): react_jsx_runtime114.JSX.Element;
|
|
1763
1777
|
type KanbanItemHandleProps = {
|
|
1764
1778
|
asChild?: boolean;
|
|
1765
|
-
} & React$
|
|
1779
|
+
} & React$22.ComponentProps<'button'>;
|
|
1766
1780
|
declare function KanbanItemHandle(props: KanbanItemHandleProps): react_jsx_runtime114.JSX.Element;
|
|
1767
1781
|
type KanbanOverlayProps = {
|
|
1768
1782
|
container?: Element | DocumentFragment | null;
|
|
1769
|
-
children?: React$
|
|
1783
|
+
children?: React$22.ReactNode | ((params: {
|
|
1770
1784
|
value: UniqueIdentifier;
|
|
1771
1785
|
variant: 'column' | 'item';
|
|
1772
|
-
}) => React$
|
|
1773
|
-
} & Omit<React$
|
|
1774
|
-
declare function KanbanOverlay(props: KanbanOverlayProps): React$
|
|
1786
|
+
}) => React$22.ReactNode);
|
|
1787
|
+
} & Omit<React$22.ComponentProps<typeof DragOverlay>, 'children'>;
|
|
1788
|
+
declare function KanbanOverlay(props: KanbanOverlayProps): React$22.ReactPortal | null;
|
|
1775
1789
|
|
|
1776
1790
|
//#endregion
|
|
1777
1791
|
//#region src/input/deferred-input.d.ts
|
|
@@ -1830,7 +1844,7 @@ type NumberFormatConfig = {
|
|
|
1830
1844
|
* Number formatter - either a custom function or Intl.NumberFormat configuration
|
|
1831
1845
|
*/
|
|
1832
1846
|
type NumberFormatter = ((value: number) => string) | NumberFormatConfig;
|
|
1833
|
-
type NumberInputProps = Omit<React$
|
|
1847
|
+
type NumberInputProps = Omit<React$21.ComponentProps<'input'>, 'type' | 'value' | 'defaultValue' | 'onChange'> & VariantProps<typeof inputVariants> & {
|
|
1834
1848
|
/**
|
|
1835
1849
|
* The current value of the input (controlled mode). Must be a number.
|
|
1836
1850
|
*/
|
|
@@ -1878,7 +1892,7 @@ type NumberInputProps = Omit<React$17.ComponentProps<'input'>, 'type' | 'value'
|
|
|
1878
1892
|
*/
|
|
1879
1893
|
format?: NumberFormatter;
|
|
1880
1894
|
};
|
|
1881
|
-
declare const NumberInput: React$
|
|
1895
|
+
declare const NumberInput: React$21.ForwardRefExoticComponent<Omit<NumberInputProps, "ref"> & React$21.RefAttributes<HTMLInputElement>>;
|
|
1882
1896
|
|
|
1883
1897
|
//#endregion
|
|
1884
1898
|
//#region src/input/deferred-number-input.d.ts
|
|
@@ -1938,31 +1952,31 @@ declare const MenubarMenu: {
|
|
|
1938
1952
|
}): react_jsx_runtime126.JSX.Element;
|
|
1939
1953
|
displayName: string;
|
|
1940
1954
|
};
|
|
1941
|
-
declare const MenubarGroup: React$
|
|
1942
|
-
declare const MenubarPortal: React$
|
|
1943
|
-
declare const MenubarSub: React$
|
|
1944
|
-
declare const MenubarRadioGroup: React$
|
|
1945
|
-
declare const Menubar: React$
|
|
1946
|
-
declare const MenubarTrigger: React$
|
|
1947
|
-
declare const MenubarSubTrigger: React$
|
|
1955
|
+
declare const MenubarGroup: React$20.ForwardRefExoticComponent<MenubarPrimitive.MenubarGroupProps & React$20.RefAttributes<HTMLDivElement>>;
|
|
1956
|
+
declare const MenubarPortal: React$20.FC<MenubarPrimitive.MenubarPortalProps>;
|
|
1957
|
+
declare const MenubarSub: React$20.FC<MenubarPrimitive.MenubarSubProps>;
|
|
1958
|
+
declare const MenubarRadioGroup: React$20.ForwardRefExoticComponent<MenubarPrimitive.MenubarRadioGroupProps & React$20.RefAttributes<HTMLDivElement>>;
|
|
1959
|
+
declare const Menubar: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & React$20.RefAttributes<HTMLDivElement>>;
|
|
1960
|
+
declare const MenubarTrigger: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarTriggerProps & React$20.RefAttributes<HTMLButtonElement>, "ref"> & React$20.RefAttributes<HTMLButtonElement>>;
|
|
1961
|
+
declare const MenubarSubTrigger: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubTriggerProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
1948
1962
|
inset?: boolean;
|
|
1949
|
-
} & React$
|
|
1950
|
-
declare const MenubarSubContent: React$
|
|
1951
|
-
declare const MenubarContent: React$
|
|
1952
|
-
declare const MenubarItem: React$
|
|
1963
|
+
} & React$20.RefAttributes<HTMLDivElement>>;
|
|
1964
|
+
declare const MenubarSubContent: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubContentProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & React$20.RefAttributes<HTMLDivElement>>;
|
|
1965
|
+
declare const MenubarContent: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarContentProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & React$20.RefAttributes<HTMLDivElement>>;
|
|
1966
|
+
declare const MenubarItem: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarItemProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
1953
1967
|
inset?: boolean;
|
|
1954
|
-
} & React$
|
|
1955
|
-
declare const MenubarCheckboxItem: React$
|
|
1956
|
-
declare const MenubarRadioItem: React$
|
|
1957
|
-
declare const MenubarLabel: React$
|
|
1968
|
+
} & React$20.RefAttributes<HTMLDivElement>>;
|
|
1969
|
+
declare const MenubarCheckboxItem: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarCheckboxItemProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & React$20.RefAttributes<HTMLDivElement>>;
|
|
1970
|
+
declare const MenubarRadioItem: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioItemProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & React$20.RefAttributes<HTMLDivElement>>;
|
|
1971
|
+
declare const MenubarLabel: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarLabelProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
1958
1972
|
inset?: boolean;
|
|
1959
|
-
} & React$
|
|
1960
|
-
declare const MenubarSeparator: React$
|
|
1973
|
+
} & React$20.RefAttributes<HTMLDivElement>>;
|
|
1974
|
+
declare const MenubarSeparator: React$20.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSeparatorProps & React$20.RefAttributes<HTMLDivElement>, "ref"> & React$20.RefAttributes<HTMLDivElement>>;
|
|
1961
1975
|
declare const MenubarShortcut: {
|
|
1962
1976
|
({
|
|
1963
1977
|
className,
|
|
1964
1978
|
...props
|
|
1965
|
-
}: React$
|
|
1979
|
+
}: React$20.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime126.JSX.Element;
|
|
1966
1980
|
displayname: string;
|
|
1967
1981
|
};
|
|
1968
1982
|
|
|
@@ -2045,14 +2059,14 @@ declare const Pagination: {
|
|
|
2045
2059
|
({
|
|
2046
2060
|
className,
|
|
2047
2061
|
...props
|
|
2048
|
-
}: React$
|
|
2062
|
+
}: React$19.ComponentProps<"nav">): react_jsx_runtime138.JSX.Element;
|
|
2049
2063
|
displayName: string;
|
|
2050
2064
|
};
|
|
2051
|
-
declare const PaginationContent: React$
|
|
2052
|
-
declare const PaginationItem: React$
|
|
2065
|
+
declare const PaginationContent: React$19.ForwardRefExoticComponent<Omit<React$19.DetailedHTMLProps<React$19.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$19.RefAttributes<HTMLUListElement>>;
|
|
2066
|
+
declare const PaginationItem: React$19.ForwardRefExoticComponent<Omit<React$19.DetailedHTMLProps<React$19.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$19.RefAttributes<HTMLLIElement>>;
|
|
2053
2067
|
type PaginationLinkProps = {
|
|
2054
2068
|
isActive?: boolean;
|
|
2055
|
-
} & Pick<ButtonProps, 'size'> & React$
|
|
2069
|
+
} & Pick<ButtonProps, 'size'> & React$19.ComponentProps<'a'>;
|
|
2056
2070
|
declare const PaginationLink: {
|
|
2057
2071
|
({
|
|
2058
2072
|
className,
|
|
@@ -2067,21 +2081,21 @@ declare const PaginationPrevious: {
|
|
|
2067
2081
|
({
|
|
2068
2082
|
className,
|
|
2069
2083
|
...props
|
|
2070
|
-
}: React$
|
|
2084
|
+
}: React$19.ComponentProps<typeof PaginationLink>): react_jsx_runtime138.JSX.Element;
|
|
2071
2085
|
displayName: string;
|
|
2072
2086
|
};
|
|
2073
2087
|
declare const PaginationNext: {
|
|
2074
2088
|
({
|
|
2075
2089
|
className,
|
|
2076
2090
|
...props
|
|
2077
|
-
}: React$
|
|
2091
|
+
}: React$19.ComponentProps<typeof PaginationLink>): react_jsx_runtime138.JSX.Element;
|
|
2078
2092
|
displayName: string;
|
|
2079
2093
|
};
|
|
2080
2094
|
declare const PaginationEllipsis: {
|
|
2081
2095
|
({
|
|
2082
2096
|
className,
|
|
2083
2097
|
...props
|
|
2084
|
-
}: React$
|
|
2098
|
+
}: React$19.ComponentProps<"span">): react_jsx_runtime138.JSX.Element;
|
|
2085
2099
|
displayName: string;
|
|
2086
2100
|
};
|
|
2087
2101
|
|
|
@@ -2101,14 +2115,14 @@ declare function RadioGroup({
|
|
|
2101
2115
|
className,
|
|
2102
2116
|
__e2e_test_id__,
|
|
2103
2117
|
...props
|
|
2104
|
-
}: React$
|
|
2118
|
+
}: React$18.ComponentProps<typeof RadioGroupPrimitive.Root> & {
|
|
2105
2119
|
__e2e_test_id__?: string;
|
|
2106
2120
|
}): react_jsx_runtime149.JSX.Element;
|
|
2107
2121
|
declare const radioGroupVariants: (props?: ({
|
|
2108
2122
|
circleVariant?: "default" | "grayThick" | null | undefined;
|
|
2109
2123
|
size?: "default" | "sm" | null | undefined;
|
|
2110
2124
|
} & class_variance_authority_types150.ClassProp) | undefined) => string;
|
|
2111
|
-
type RadioGroupItemProps = React$
|
|
2125
|
+
type RadioGroupItemProps = React$18.ComponentProps<typeof RadioGroupPrimitive.Item> & VariantProps<typeof radioGroupVariants>;
|
|
2112
2126
|
declare function RadioGroupItem({
|
|
2113
2127
|
className,
|
|
2114
2128
|
circleVariant,
|
|
@@ -2149,12 +2163,12 @@ declare const ResizableHandle: ({
|
|
|
2149
2163
|
|
|
2150
2164
|
//#endregion
|
|
2151
2165
|
//#region src/scroll-area/scroll-area.d.ts
|
|
2152
|
-
declare const ScrollArea: React$
|
|
2153
|
-
declare const ScrollBar: React$
|
|
2166
|
+
declare const ScrollArea: React$17.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React$17.RefAttributes<HTMLDivElement>, "ref"> & React$17.RefAttributes<HTMLDivElement>>;
|
|
2167
|
+
declare const ScrollBar: React$17.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React$17.RefAttributes<HTMLDivElement>, "ref"> & React$17.RefAttributes<HTMLDivElement>>;
|
|
2154
2168
|
|
|
2155
2169
|
//#endregion
|
|
2156
2170
|
//#region src/select/select.d.ts
|
|
2157
|
-
type SelectProps = React$
|
|
2171
|
+
type SelectProps = React$16.ComponentProps<typeof SelectPrimitive.Root> & {
|
|
2158
2172
|
/**
|
|
2159
2173
|
* E2E test_id to identify the select.
|
|
2160
2174
|
*/
|
|
@@ -2166,10 +2180,10 @@ declare function Select({
|
|
|
2166
2180
|
}: SelectProps): react_jsx_runtime158.JSX.Element;
|
|
2167
2181
|
declare function SelectGroup({
|
|
2168
2182
|
...props
|
|
2169
|
-
}: React$
|
|
2183
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime158.JSX.Element;
|
|
2170
2184
|
declare function SelectValue({
|
|
2171
2185
|
...props
|
|
2172
|
-
}: React$
|
|
2186
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime158.JSX.Element;
|
|
2173
2187
|
declare const selectTriggerVariants: (props?: ({
|
|
2174
2188
|
size?: "default" | "xs" | "sm" | "lg" | null | undefined;
|
|
2175
2189
|
variant?: "default" | "simple" | null | undefined;
|
|
@@ -2181,7 +2195,7 @@ declare function SelectTrigger({
|
|
|
2181
2195
|
children,
|
|
2182
2196
|
asChild,
|
|
2183
2197
|
...props
|
|
2184
|
-
}: React$
|
|
2198
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.Trigger> & VariantProps<typeof selectTriggerVariants> & {
|
|
2185
2199
|
asChild?: boolean;
|
|
2186
2200
|
}): react_jsx_runtime158.JSX.Element;
|
|
2187
2201
|
declare function SelectContent({
|
|
@@ -2189,11 +2203,11 @@ declare function SelectContent({
|
|
|
2189
2203
|
children,
|
|
2190
2204
|
position,
|
|
2191
2205
|
...props
|
|
2192
|
-
}: React$
|
|
2206
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime158.JSX.Element;
|
|
2193
2207
|
declare function SelectLabel({
|
|
2194
2208
|
className,
|
|
2195
2209
|
...props
|
|
2196
|
-
}: React$
|
|
2210
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime158.JSX.Element;
|
|
2197
2211
|
declare const selectItemVariants: (props?: ({
|
|
2198
2212
|
type?: "default" | "deselect" | null | undefined;
|
|
2199
2213
|
spacing?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -2204,167 +2218,144 @@ declare function SelectItem({
|
|
|
2204
2218
|
type,
|
|
2205
2219
|
spacing,
|
|
2206
2220
|
...props
|
|
2207
|
-
}: React$
|
|
2221
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.Item> & VariantProps<typeof selectItemVariants>): react_jsx_runtime158.JSX.Element;
|
|
2208
2222
|
declare function SelectSeparator({
|
|
2209
2223
|
className,
|
|
2210
2224
|
...props
|
|
2211
|
-
}: React$
|
|
2225
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime158.JSX.Element;
|
|
2212
2226
|
declare function SelectScrollUpButton({
|
|
2213
2227
|
className,
|
|
2214
2228
|
...props
|
|
2215
|
-
}: React$
|
|
2229
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime158.JSX.Element;
|
|
2216
2230
|
declare function SelectScrollDownButton({
|
|
2217
2231
|
className,
|
|
2218
2232
|
...props
|
|
2219
|
-
}: React$
|
|
2233
|
+
}: React$16.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime158.JSX.Element;
|
|
2220
2234
|
|
|
2221
2235
|
//#endregion
|
|
2222
2236
|
//#region src/separator/separator.d.ts
|
|
2223
|
-
declare const Separator: React$
|
|
2237
|
+
declare const Separator: React$15.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$15.RefAttributes<HTMLDivElement>, "ref"> & React$15.RefAttributes<HTMLDivElement>>;
|
|
2224
2238
|
|
|
2225
2239
|
//#endregion
|
|
2226
2240
|
//#region src/sheet/sheet.d.ts
|
|
2227
|
-
declare const Sheet: React$
|
|
2228
|
-
declare const SheetTrigger: React$
|
|
2229
|
-
declare const SheetClose: React$
|
|
2230
|
-
declare const SheetPortal: React$
|
|
2231
|
-
declare const SheetOverlay: React$
|
|
2232
|
-
declare const SheetContent: React$
|
|
2241
|
+
declare const Sheet: React$14.FC<SheetPrimitive.DialogProps>;
|
|
2242
|
+
declare const SheetTrigger: React$14.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React$14.RefAttributes<HTMLButtonElement>>;
|
|
2243
|
+
declare const SheetClose: React$14.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React$14.RefAttributes<HTMLButtonElement>>;
|
|
2244
|
+
declare const SheetPortal: React$14.FC<SheetPrimitive.DialogPortalProps>;
|
|
2245
|
+
declare const SheetOverlay: React$14.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React$14.RefAttributes<HTMLDivElement>, "ref"> & React$14.RefAttributes<HTMLDivElement>>;
|
|
2246
|
+
declare const SheetContent: React$14.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & React$14.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
|
|
2233
2247
|
side?: "left" | "right" | "top" | "bottom" | null | undefined;
|
|
2234
2248
|
} & class_variance_authority_types170.ClassProp) | undefined) => string> & {
|
|
2235
2249
|
__e2e_test_id__?: string;
|
|
2236
|
-
} & React$
|
|
2250
|
+
} & React$14.RefAttributes<HTMLDivElement>>;
|
|
2237
2251
|
declare const SheetHeader: {
|
|
2238
2252
|
({
|
|
2239
2253
|
className,
|
|
2240
2254
|
...props
|
|
2241
|
-
}: React$
|
|
2255
|
+
}: React$14.HTMLAttributes<HTMLDivElement>): react_jsx_runtime171.JSX.Element;
|
|
2242
2256
|
displayName: string;
|
|
2243
2257
|
};
|
|
2244
2258
|
declare const SheetFooter: {
|
|
2245
2259
|
({
|
|
2246
2260
|
className,
|
|
2247
2261
|
...props
|
|
2248
|
-
}: React$
|
|
2262
|
+
}: React$14.HTMLAttributes<HTMLDivElement>): react_jsx_runtime171.JSX.Element;
|
|
2249
2263
|
displayName: string;
|
|
2250
2264
|
};
|
|
2251
|
-
declare const SheetTitle: React$
|
|
2252
|
-
declare const SheetDescription: React$
|
|
2265
|
+
declare const SheetTitle: React$14.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React$14.RefAttributes<HTMLHeadingElement>, "ref"> & React$14.RefAttributes<HTMLHeadingElement>>;
|
|
2266
|
+
declare const SheetDescription: React$14.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React$14.RefAttributes<HTMLParagraphElement>, "ref"> & React$14.RefAttributes<HTMLParagraphElement>>;
|
|
2253
2267
|
|
|
2254
2268
|
//#endregion
|
|
2255
2269
|
//#region src/sidebar/sidebar.d.ts
|
|
2256
|
-
type SidebarContextProps = {
|
|
2257
|
-
state: 'expanded' | 'collapsed';
|
|
2258
|
-
open: boolean;
|
|
2259
|
-
setOpen: (open: boolean) => void;
|
|
2260
|
-
openMobile: boolean;
|
|
2261
|
-
setOpenMobile: (open: boolean) => void;
|
|
2262
|
-
isMobile: boolean;
|
|
2263
|
-
toggleSidebar: () => void;
|
|
2264
|
-
width: number | undefined;
|
|
2265
|
-
isResizing: boolean;
|
|
2266
|
-
};
|
|
2267
|
-
declare function useSidebar(): SidebarContextProps;
|
|
2268
|
-
declare function SidebarProvider({
|
|
2269
|
-
defaultOpen,
|
|
2270
|
-
open: openProp,
|
|
2271
|
-
onOpenChange: setOpenProp,
|
|
2272
|
-
width: widthProp,
|
|
2273
|
-
onWidthChange,
|
|
2274
|
-
minWidth,
|
|
2275
|
-
maxWidth,
|
|
2276
|
-
className,
|
|
2277
|
-
style,
|
|
2278
|
-
children,
|
|
2279
|
-
...props
|
|
2280
|
-
}: React$9.ComponentProps<'div'> & {
|
|
2281
|
-
defaultOpen?: boolean;
|
|
2282
|
-
open?: boolean;
|
|
2283
|
-
onOpenChange?: (open: boolean) => void;
|
|
2284
|
-
width?: number;
|
|
2285
|
-
onWidthChange?: (width: number) => void;
|
|
2286
|
-
minWidth?: number;
|
|
2287
|
-
maxWidth?: number;
|
|
2288
|
-
}): react_jsx_runtime173.JSX.Element;
|
|
2289
2270
|
declare function Sidebar({
|
|
2290
2271
|
side,
|
|
2291
2272
|
variant,
|
|
2292
2273
|
collapsible,
|
|
2274
|
+
sidebarId,
|
|
2275
|
+
minWidth,
|
|
2276
|
+
maxWidth,
|
|
2293
2277
|
className,
|
|
2294
2278
|
children,
|
|
2295
2279
|
...props
|
|
2296
|
-
}: React$
|
|
2280
|
+
}: React$13.ComponentProps<'div'> & {
|
|
2297
2281
|
side?: 'left' | 'right';
|
|
2298
2282
|
variant?: 'sidebar' | 'floating' | 'inset';
|
|
2299
2283
|
collapsible?: 'offcanvas' | 'icon' | 'none';
|
|
2284
|
+
sidebarId?: string;
|
|
2285
|
+
minWidth?: number;
|
|
2286
|
+
maxWidth?: number;
|
|
2300
2287
|
}): react_jsx_runtime173.JSX.Element;
|
|
2301
2288
|
declare function SidebarTrigger({
|
|
2302
2289
|
className,
|
|
2303
2290
|
onClick,
|
|
2291
|
+
sidebarId,
|
|
2292
|
+
children,
|
|
2304
2293
|
...props
|
|
2305
|
-
}: React$
|
|
2294
|
+
}: React$13.ComponentProps<typeof Button> & {
|
|
2295
|
+
sidebarId?: string;
|
|
2296
|
+
}): react_jsx_runtime173.JSX.Element;
|
|
2306
2297
|
declare function SidebarRail({
|
|
2307
2298
|
className,
|
|
2308
2299
|
...props
|
|
2309
|
-
}: React$
|
|
2300
|
+
}: React$13.ComponentProps<'button'>): react_jsx_runtime173.JSX.Element;
|
|
2310
2301
|
declare function SidebarInset({
|
|
2311
2302
|
className,
|
|
2312
2303
|
...props
|
|
2313
|
-
}: React$
|
|
2304
|
+
}: React$13.ComponentProps<'main'>): react_jsx_runtime173.JSX.Element;
|
|
2314
2305
|
declare function SidebarInput({
|
|
2315
2306
|
className,
|
|
2316
2307
|
...props
|
|
2317
|
-
}: React$
|
|
2308
|
+
}: React$13.ComponentProps<typeof Input>): react_jsx_runtime173.JSX.Element;
|
|
2318
2309
|
declare function SidebarHeader({
|
|
2319
2310
|
className,
|
|
2320
2311
|
...props
|
|
2321
|
-
}: React$
|
|
2312
|
+
}: React$13.ComponentProps<'div'>): react_jsx_runtime173.JSX.Element;
|
|
2322
2313
|
declare function SidebarFooter({
|
|
2323
2314
|
className,
|
|
2324
2315
|
...props
|
|
2325
|
-
}: React$
|
|
2316
|
+
}: React$13.ComponentProps<'div'>): react_jsx_runtime173.JSX.Element;
|
|
2326
2317
|
declare function SidebarSeparator({
|
|
2327
2318
|
className,
|
|
2328
2319
|
...props
|
|
2329
|
-
}: React$
|
|
2320
|
+
}: React$13.ComponentProps<typeof Separator>): react_jsx_runtime173.JSX.Element;
|
|
2330
2321
|
declare function SidebarContent({
|
|
2331
2322
|
className,
|
|
2332
2323
|
...props
|
|
2333
|
-
}: React$
|
|
2324
|
+
}: React$13.ComponentProps<'div'>): react_jsx_runtime173.JSX.Element;
|
|
2334
2325
|
declare function SidebarGroup({
|
|
2335
2326
|
className,
|
|
2336
2327
|
...props
|
|
2337
|
-
}: React$
|
|
2328
|
+
}: React$13.ComponentProps<'div'>): react_jsx_runtime173.JSX.Element;
|
|
2338
2329
|
declare function SidebarGroupLabel({
|
|
2339
2330
|
className,
|
|
2340
2331
|
asChild,
|
|
2341
2332
|
...props
|
|
2342
|
-
}: React$
|
|
2333
|
+
}: React$13.ComponentProps<'div'> & {
|
|
2343
2334
|
asChild?: boolean;
|
|
2344
2335
|
}): react_jsx_runtime173.JSX.Element;
|
|
2345
2336
|
declare function SidebarGroupAction({
|
|
2346
2337
|
className,
|
|
2347
2338
|
asChild,
|
|
2348
2339
|
...props
|
|
2349
|
-
}: React$
|
|
2340
|
+
}: React$13.ComponentProps<'button'> & {
|
|
2350
2341
|
asChild?: boolean;
|
|
2351
2342
|
}): react_jsx_runtime173.JSX.Element;
|
|
2352
2343
|
declare function SidebarGroupContent({
|
|
2353
2344
|
className,
|
|
2354
2345
|
...props
|
|
2355
|
-
}: React$
|
|
2346
|
+
}: React$13.ComponentProps<'div'>): react_jsx_runtime173.JSX.Element;
|
|
2356
2347
|
declare function SidebarMenu({
|
|
2357
2348
|
className,
|
|
2358
2349
|
...props
|
|
2359
|
-
}: React$
|
|
2350
|
+
}: React$13.ComponentProps<'ul'>): react_jsx_runtime173.JSX.Element;
|
|
2360
2351
|
declare function SidebarMenuItem({
|
|
2361
2352
|
className,
|
|
2362
2353
|
...props
|
|
2363
|
-
}: React$
|
|
2354
|
+
}: React$13.ComponentProps<'li'>): react_jsx_runtime173.JSX.Element;
|
|
2364
2355
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
2365
2356
|
variant?: "default" | "outline" | null | undefined;
|
|
2366
2357
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2367
|
-
} &
|
|
2358
|
+
} & class_variance_authority_types188.ClassProp) | undefined) => string;
|
|
2368
2359
|
declare function SidebarMenuButton({
|
|
2369
2360
|
asChild,
|
|
2370
2361
|
isActive,
|
|
@@ -2373,59 +2364,216 @@ declare function SidebarMenuButton({
|
|
|
2373
2364
|
tooltip,
|
|
2374
2365
|
className,
|
|
2375
2366
|
...props
|
|
2376
|
-
}: React$
|
|
2367
|
+
}: React$13.ComponentProps<'button'> & {
|
|
2377
2368
|
asChild?: boolean;
|
|
2378
2369
|
isActive?: boolean;
|
|
2379
|
-
tooltip?: string | React$
|
|
2370
|
+
tooltip?: string | React$13.ComponentProps<typeof TooltipContent>;
|
|
2380
2371
|
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime173.JSX.Element;
|
|
2381
2372
|
declare function SidebarMenuAction({
|
|
2382
2373
|
className,
|
|
2383
2374
|
asChild,
|
|
2384
2375
|
showOnHover,
|
|
2385
2376
|
...props
|
|
2386
|
-
}: React$
|
|
2377
|
+
}: React$13.ComponentProps<'button'> & {
|
|
2387
2378
|
asChild?: boolean;
|
|
2388
2379
|
showOnHover?: boolean;
|
|
2389
2380
|
}): react_jsx_runtime173.JSX.Element;
|
|
2390
2381
|
declare function SidebarMenuBadge({
|
|
2391
2382
|
className,
|
|
2392
2383
|
...props
|
|
2393
|
-
}: React$
|
|
2384
|
+
}: React$13.ComponentProps<'div'>): react_jsx_runtime173.JSX.Element;
|
|
2394
2385
|
declare function SidebarMenuSkeleton({
|
|
2395
2386
|
className,
|
|
2396
2387
|
showIcon,
|
|
2397
2388
|
widths,
|
|
2398
2389
|
...props
|
|
2399
|
-
}: React$
|
|
2390
|
+
}: React$13.ComponentProps<'div'> & {
|
|
2400
2391
|
showIcon?: boolean;
|
|
2401
2392
|
widths?: number[];
|
|
2402
2393
|
}): react_jsx_runtime173.JSX.Element;
|
|
2403
2394
|
declare function SidebarMenuSub({
|
|
2404
2395
|
className,
|
|
2405
2396
|
...props
|
|
2406
|
-
}: React$
|
|
2397
|
+
}: React$13.ComponentProps<'ul'>): react_jsx_runtime173.JSX.Element;
|
|
2407
2398
|
declare function SidebarMenuSubItem({
|
|
2408
2399
|
className,
|
|
2409
2400
|
...props
|
|
2410
|
-
}: React$
|
|
2401
|
+
}: React$13.ComponentProps<'li'>): react_jsx_runtime173.JSX.Element;
|
|
2411
2402
|
declare function SidebarMenuSubButton({
|
|
2412
2403
|
asChild,
|
|
2413
2404
|
size,
|
|
2414
2405
|
isActive,
|
|
2415
2406
|
className,
|
|
2416
2407
|
...props
|
|
2417
|
-
}: React$
|
|
2408
|
+
}: React$13.ComponentProps<'a'> & {
|
|
2418
2409
|
asChild?: boolean;
|
|
2419
2410
|
size?: 'sm' | 'md';
|
|
2420
2411
|
isActive?: boolean;
|
|
2421
2412
|
}): react_jsx_runtime173.JSX.Element;
|
|
2422
2413
|
|
|
2414
|
+
//#endregion
|
|
2415
|
+
//#region src/sidebar/sidebar-context-provider.d.ts
|
|
2416
|
+
declare const SIDEBAR_WIDTH = "16rem";
|
|
2417
|
+
declare const SIDEBAR_WIDTH_MOBILE = "18rem";
|
|
2418
|
+
declare const SIDEBAR_WIDTH_ICON = "3rem";
|
|
2419
|
+
declare const SIDEBAR_KEYBOARD_SHORTCUT = "b";
|
|
2420
|
+
declare const SIDEBAR_KEYBOARD_SHORTCUT_RIGHT = ".";
|
|
2421
|
+
declare const SIDEBAR_MIN_WIDTH = 200;
|
|
2422
|
+
declare const SIDEBAR_MAX_WIDTH = 600;
|
|
2423
|
+
type SidebarContextProps = {
|
|
2424
|
+
state: 'expanded' | 'collapsed';
|
|
2425
|
+
open: boolean;
|
|
2426
|
+
setOpen: (open: boolean) => void;
|
|
2427
|
+
openMobile: boolean;
|
|
2428
|
+
setOpenMobile: (open: boolean) => void;
|
|
2429
|
+
isMobile: boolean;
|
|
2430
|
+
toggleSidebar: () => void;
|
|
2431
|
+
width: number | undefined;
|
|
2432
|
+
setWidth: (width: number) => void;
|
|
2433
|
+
isResizing: boolean;
|
|
2434
|
+
minWidth: number;
|
|
2435
|
+
maxWidth: number;
|
|
2436
|
+
};
|
|
2437
|
+
type SidebarRegistryEntry = {
|
|
2438
|
+
side: 'left' | 'right';
|
|
2439
|
+
minWidth: number;
|
|
2440
|
+
maxWidth: number;
|
|
2441
|
+
};
|
|
2442
|
+
type SidebarProviderState = {
|
|
2443
|
+
openStates: Record<string, boolean>;
|
|
2444
|
+
mobileStates: Record<string, boolean>;
|
|
2445
|
+
widthStates: Record<string, number | undefined>;
|
|
2446
|
+
sidebarRegistry: Record<string, SidebarRegistryEntry>;
|
|
2447
|
+
setOpen: (id: string, open: boolean) => void;
|
|
2448
|
+
setOpenMobile: (id: string, open: boolean) => void;
|
|
2449
|
+
setWidth: (id: string, width: number) => void;
|
|
2450
|
+
registerSidebar: (id: string, config: SidebarRegistryEntry) => void;
|
|
2451
|
+
unregisterSidebar: (id: string) => void;
|
|
2452
|
+
isMobile: boolean;
|
|
2453
|
+
defaultOpen: boolean;
|
|
2454
|
+
isResizing: boolean;
|
|
2455
|
+
setIsResizing: React$12.Dispatch<React$12.SetStateAction<boolean>>;
|
|
2456
|
+
providerMinWidth: number;
|
|
2457
|
+
providerMaxWidth: number;
|
|
2458
|
+
};
|
|
2459
|
+
/**
|
|
2460
|
+
* Internal store context. Exported for use by `Sidebar` component in the same
|
|
2461
|
+
* package to build per-sidebar resize contexts.
|
|
2462
|
+
*/
|
|
2463
|
+
declare const SidebarContext: React$12.Context<SidebarProviderState | null>;
|
|
2464
|
+
/**
|
|
2465
|
+
* Context that identifies which sidebar a component belongs to.
|
|
2466
|
+
* Set by `<Sidebar sidebarId="...">`, consumed by `useSidebar()`.
|
|
2467
|
+
*/
|
|
2468
|
+
declare const SidebarIdContext: React$12.Context<string>;
|
|
2469
|
+
/**
|
|
2470
|
+
* Returns the state and controls for a specific sidebar.
|
|
2471
|
+
*
|
|
2472
|
+
* @param sidebarId - Optional explicit sidebar ID. Falls back to the nearest
|
|
2473
|
+
* `SidebarIdContext` (set by the parent `<Sidebar>`), then to `"default"`.
|
|
2474
|
+
*/
|
|
2475
|
+
declare function useSidebar(sidebarId?: string): SidebarContextProps;
|
|
2476
|
+
/**
|
|
2477
|
+
* Returns a list of all registered sidebars with their IDs and sides.
|
|
2478
|
+
*/
|
|
2479
|
+
declare function useRegisteredSidebars(): {
|
|
2480
|
+
sidebarId: string;
|
|
2481
|
+
side: 'left' | 'right';
|
|
2482
|
+
}[];
|
|
2483
|
+
declare function SidebarProvider({
|
|
2484
|
+
defaultOpen,
|
|
2485
|
+
open: openProp,
|
|
2486
|
+
onOpenChange: setOpenProp,
|
|
2487
|
+
width: widthProp,
|
|
2488
|
+
onWidthChange,
|
|
2489
|
+
minWidth,
|
|
2490
|
+
maxWidth,
|
|
2491
|
+
storageKey,
|
|
2492
|
+
defaultOpenSidebars,
|
|
2493
|
+
defaultWidths,
|
|
2494
|
+
keyboardShortcuts,
|
|
2495
|
+
className,
|
|
2496
|
+
style,
|
|
2497
|
+
children,
|
|
2498
|
+
...props
|
|
2499
|
+
}: React$12.ComponentProps<'div'> & {
|
|
2500
|
+
defaultOpen?: boolean;
|
|
2501
|
+
open?: boolean;
|
|
2502
|
+
onOpenChange?: (open: boolean) => void;
|
|
2503
|
+
/** Controlled width for the "default" sidebar (backward compat). */
|
|
2504
|
+
width?: number;
|
|
2505
|
+
/** Called when the "default" sidebar width changes via resize (backward compat). */
|
|
2506
|
+
onWidthChange?: (width: number) => void;
|
|
2507
|
+
minWidth?: number;
|
|
2508
|
+
maxWidth?: number;
|
|
2509
|
+
storageKey?: string;
|
|
2510
|
+
defaultOpenSidebars?: Record<string, boolean>;
|
|
2511
|
+
/** Default widths per sidebar ID (in pixels). */
|
|
2512
|
+
defaultWidths?: Record<string, number>;
|
|
2513
|
+
/** Keyboard shortcuts mapping: key character → sidebar ID. Uses Ctrl/Cmd modifier.
|
|
2514
|
+
* Defaults to `{ b: 'default' }`. Set to `false` to disable all shortcuts. */
|
|
2515
|
+
keyboardShortcuts?: Record<string, string> | false;
|
|
2516
|
+
}): react_jsx_runtime196.JSX.Element;
|
|
2517
|
+
|
|
2518
|
+
//#endregion
|
|
2519
|
+
//#region src/sidebar/sidebar-tab-context-provider.d.ts
|
|
2520
|
+
type SidebarSide = 'left' | 'right';
|
|
2521
|
+
type SidebarTabDefinition = {
|
|
2522
|
+
id: string;
|
|
2523
|
+
icon: LucideIcon;
|
|
2524
|
+
label: string;
|
|
2525
|
+
render: () => React$11.ReactNode;
|
|
2526
|
+
order?: number;
|
|
2527
|
+
};
|
|
2528
|
+
type SidebarTabsState = {
|
|
2529
|
+
tabs: Partial<Record<SidebarSide, SidebarTabDefinition[]>>;
|
|
2530
|
+
activeTab: Partial<Record<SidebarSide, string | null>>;
|
|
2531
|
+
register: (side: SidebarSide, tab: SidebarTabDefinition) => void;
|
|
2532
|
+
unregister: (side: SidebarSide, tabId: string) => void;
|
|
2533
|
+
setActiveTab: (side: SidebarSide, tabId: string | null) => void;
|
|
2534
|
+
};
|
|
2535
|
+
declare const SidebarTabsContext: React$11.Context<SidebarTabsState | null>;
|
|
2536
|
+
declare function SidebarTabsProvider({
|
|
2537
|
+
children
|
|
2538
|
+
}: Readonly<{
|
|
2539
|
+
children: React$11.ReactNode;
|
|
2540
|
+
}>): react_jsx_runtime198.JSX.Element;
|
|
2541
|
+
declare function useSidebarTabs(side?: SidebarSide): SidebarTabsState | {
|
|
2542
|
+
tabs: SidebarTabDefinition[];
|
|
2543
|
+
activeTab: string | null;
|
|
2544
|
+
setActiveTab: (tabId: string | null) => void;
|
|
2545
|
+
};
|
|
2546
|
+
|
|
2547
|
+
//#endregion
|
|
2548
|
+
//#region src/sidebar/sidebar-tab.d.ts
|
|
2549
|
+
declare function SidebarTab({
|
|
2550
|
+
side,
|
|
2551
|
+
id,
|
|
2552
|
+
icon,
|
|
2553
|
+
label,
|
|
2554
|
+
render,
|
|
2555
|
+
order
|
|
2556
|
+
}: {
|
|
2557
|
+
side: SidebarSide;
|
|
2558
|
+
} & SidebarTabDefinition): null;
|
|
2559
|
+
declare function DynamicTabbedSidebar({
|
|
2560
|
+
side,
|
|
2561
|
+
orientation,
|
|
2562
|
+
collapsible,
|
|
2563
|
+
className,
|
|
2564
|
+
...sidebarProps
|
|
2565
|
+
}: {
|
|
2566
|
+
side: SidebarSide;
|
|
2567
|
+
orientation?: 'horizontal' | 'vertical';
|
|
2568
|
+
collapsible?: 'offcanvas' | 'icon' | 'none';
|
|
2569
|
+
} & Omit<React$10.ComponentProps<typeof Sidebar>, 'side' | 'collapsible' | 'sidebarId'>): react_jsx_runtime197.JSX.Element;
|
|
2570
|
+
|
|
2423
2571
|
//#endregion
|
|
2424
2572
|
//#region src/skeleton/skeleton.d.ts
|
|
2425
2573
|
declare function Skeleton({
|
|
2426
2574
|
className,
|
|
2427
2575
|
...props
|
|
2428
|
-
}: React.HTMLAttributes<HTMLDivElement>):
|
|
2576
|
+
}: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime199.JSX.Element;
|
|
2429
2577
|
|
|
2430
2578
|
//#endregion
|
|
2431
2579
|
//#region src/slicer/slicer.d.ts
|
|
@@ -2476,7 +2624,7 @@ declare function Slicer<T extends Key>({
|
|
|
2476
2624
|
/** Explicitly enable hierarchy mode. If not set, auto-detects based on presence of children in filterValues. */
|
|
2477
2625
|
isHierarchy?: boolean;
|
|
2478
2626
|
__e2e_test_id__?: string;
|
|
2479
|
-
}>):
|
|
2627
|
+
}>): react_jsx_runtime200.JSX.Element;
|
|
2480
2628
|
/**
|
|
2481
2629
|
* Hierarchy item component for slicer - renders a single item in the hierarchy tree.
|
|
2482
2630
|
* Can also be used directly for hierarchy filters in other components like TableFilter.
|
|
@@ -2499,17 +2647,17 @@ declare const SlicerHierarchyItem: <T extends Key>({
|
|
|
2499
2647
|
onSelect: (value: T) => void;
|
|
2500
2648
|
depth?: number;
|
|
2501
2649
|
searchTerm?: string;
|
|
2502
|
-
}) =>
|
|
2650
|
+
}) => react_jsx_runtime200.JSX.Element | null;
|
|
2503
2651
|
|
|
2504
2652
|
//#endregion
|
|
2505
2653
|
//#region src/slider/slider.d.ts
|
|
2506
2654
|
declare const sliderVariants: (props?: ({
|
|
2507
2655
|
sliderVariant?: "default" | "gray" | null | undefined;
|
|
2508
|
-
} &
|
|
2656
|
+
} & class_variance_authority_types202.ClassProp) | undefined) => string;
|
|
2509
2657
|
declare const knobVariants: (props?: ({
|
|
2510
2658
|
knobVariant?: "default" | "gray" | null | undefined;
|
|
2511
|
-
} &
|
|
2512
|
-
type SliderProps = React$
|
|
2659
|
+
} & class_variance_authority_types202.ClassProp) | undefined) => string;
|
|
2660
|
+
type SliderProps = React$9.ComponentProps<typeof SliderPrimitive.Root> & VariantProps<typeof sliderVariants> & VariantProps<typeof knobVariants> & {
|
|
2513
2661
|
knobSize?: number;
|
|
2514
2662
|
};
|
|
2515
2663
|
declare function Slider({
|
|
@@ -2522,7 +2670,7 @@ declare function Slider({
|
|
|
2522
2670
|
knobVariant,
|
|
2523
2671
|
knobSize,
|
|
2524
2672
|
...props
|
|
2525
|
-
}: SliderProps):
|
|
2673
|
+
}: SliderProps): react_jsx_runtime204.JSX.Element;
|
|
2526
2674
|
|
|
2527
2675
|
//#endregion
|
|
2528
2676
|
//#region src/spinner/spinner.d.ts
|
|
@@ -2530,7 +2678,7 @@ declare function Spinner({
|
|
|
2530
2678
|
classNames
|
|
2531
2679
|
}: Readonly<{
|
|
2532
2680
|
classNames?: string;
|
|
2533
|
-
}>):
|
|
2681
|
+
}>): react_jsx_runtime205.JSX.Element;
|
|
2534
2682
|
type LoaderProps = Readonly<{
|
|
2535
2683
|
label?: string;
|
|
2536
2684
|
disabled?: boolean;
|
|
@@ -2538,7 +2686,78 @@ type LoaderProps = Readonly<{
|
|
|
2538
2686
|
declare function Loader({
|
|
2539
2687
|
label,
|
|
2540
2688
|
disabled
|
|
2541
|
-
}: LoaderProps):
|
|
2689
|
+
}: LoaderProps): react_jsx_runtime205.JSX.Element | null;
|
|
2690
|
+
|
|
2691
|
+
//#endregion
|
|
2692
|
+
//#region src/stepper/stepper.d.ts
|
|
2693
|
+
type Direction = 'ltr' | 'rtl';
|
|
2694
|
+
type Orientation = 'horizontal' | 'vertical';
|
|
2695
|
+
type NavigationDirection$1 = 'next' | 'prev';
|
|
2696
|
+
type ActivationMode = 'automatic' | 'manual';
|
|
2697
|
+
type DataState = 'inactive' | 'active' | 'completed';
|
|
2698
|
+
type DivProps = {
|
|
2699
|
+
asChild?: boolean;
|
|
2700
|
+
} & React$8.ComponentProps<'div'>;
|
|
2701
|
+
type ButtonProps$1 = {
|
|
2702
|
+
asChild?: boolean;
|
|
2703
|
+
} & React$8.ComponentProps<'button'>;
|
|
2704
|
+
type StepState = {
|
|
2705
|
+
value: string;
|
|
2706
|
+
completed: boolean;
|
|
2707
|
+
disabled: boolean;
|
|
2708
|
+
};
|
|
2709
|
+
type StoreState = {
|
|
2710
|
+
steps: Map<string, StepState>;
|
|
2711
|
+
value: string;
|
|
2712
|
+
};
|
|
2713
|
+
declare function useStore<T>(selector: (state: StoreState) => T): T;
|
|
2714
|
+
type StepperProps = {
|
|
2715
|
+
value?: string;
|
|
2716
|
+
defaultValue?: string;
|
|
2717
|
+
onValueChange?: (value: string) => void;
|
|
2718
|
+
onValueComplete?: (value: string, completed: boolean) => void;
|
|
2719
|
+
onValueAdd?: (value: string) => void;
|
|
2720
|
+
onValueRemove?: (value: string) => void;
|
|
2721
|
+
onValidate?: (value: string, direction: NavigationDirection$1) => boolean | Promise<boolean>;
|
|
2722
|
+
activationMode?: ActivationMode;
|
|
2723
|
+
dir?: Direction;
|
|
2724
|
+
orientation?: Orientation;
|
|
2725
|
+
disabled?: boolean;
|
|
2726
|
+
loop?: boolean;
|
|
2727
|
+
nonInteractive?: boolean;
|
|
2728
|
+
} & DivProps;
|
|
2729
|
+
declare function Stepper(props: StepperProps): react_jsx_runtime207.JSX.Element;
|
|
2730
|
+
declare function StepperList(props: DivProps): react_jsx_runtime207.JSX.Element;
|
|
2731
|
+
type StepperItemProps = {
|
|
2732
|
+
value: string;
|
|
2733
|
+
completed?: boolean;
|
|
2734
|
+
disabled?: boolean;
|
|
2735
|
+
} & DivProps;
|
|
2736
|
+
declare function StepperItem(props: StepperItemProps): react_jsx_runtime207.JSX.Element;
|
|
2737
|
+
declare function StepperTrigger(props: ButtonProps$1): react_jsx_runtime207.JSX.Element;
|
|
2738
|
+
type StepperIndicatorProps = {
|
|
2739
|
+
children?: React$8.ReactNode | ((dataState: DataState) => React$8.ReactNode);
|
|
2740
|
+
} & Omit<DivProps, 'children'>;
|
|
2741
|
+
declare function StepperIndicator(props: StepperIndicatorProps): react_jsx_runtime207.JSX.Element;
|
|
2742
|
+
type StepperSeparatorProps = {
|
|
2743
|
+
forceMount?: boolean;
|
|
2744
|
+
} & DivProps;
|
|
2745
|
+
declare function StepperSeparator(props: StepperSeparatorProps): react_jsx_runtime207.JSX.Element | null;
|
|
2746
|
+
type StepperTitleProps = {
|
|
2747
|
+
asChild?: boolean;
|
|
2748
|
+
} & React$8.ComponentProps<'span'>;
|
|
2749
|
+
declare function StepperTitle(props: StepperTitleProps): react_jsx_runtime207.JSX.Element;
|
|
2750
|
+
type StepperDescriptionProps = {
|
|
2751
|
+
asChild?: boolean;
|
|
2752
|
+
} & React$8.ComponentProps<'span'>;
|
|
2753
|
+
declare function StepperDescription(props: StepperDescriptionProps): react_jsx_runtime207.JSX.Element;
|
|
2754
|
+
type StepperContentProps = {
|
|
2755
|
+
value: string;
|
|
2756
|
+
forceMount?: boolean;
|
|
2757
|
+
} & DivProps;
|
|
2758
|
+
declare function StepperContent(props: StepperContentProps): react_jsx_runtime207.JSX.Element | null;
|
|
2759
|
+
declare function StepperPrev(props: ButtonProps$1): react_jsx_runtime207.JSX.Element;
|
|
2760
|
+
declare function StepperNext(props: ButtonProps$1): react_jsx_runtime207.JSX.Element;
|
|
2542
2761
|
|
|
2543
2762
|
//#endregion
|
|
2544
2763
|
//#region src/switch/switch.d.ts
|
|
@@ -2549,11 +2768,11 @@ declare const Switch: React$7.ForwardRefExoticComponent<Omit<SwitchPrimitives.Sw
|
|
|
2549
2768
|
declare function Tabs({
|
|
2550
2769
|
className,
|
|
2551
2770
|
...props
|
|
2552
|
-
}: ComponentProps<typeof TabsPrimitive.Root>):
|
|
2771
|
+
}: ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime218.JSX.Element;
|
|
2553
2772
|
declare const tabsListVariants: (props?: ({
|
|
2554
2773
|
variant?: "default" | "protocol" | null | undefined;
|
|
2555
2774
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2556
|
-
} &
|
|
2775
|
+
} & class_variance_authority_types219.ClassProp) | undefined) => string;
|
|
2557
2776
|
declare function TabsList({
|
|
2558
2777
|
className,
|
|
2559
2778
|
variant,
|
|
@@ -2562,10 +2781,10 @@ declare function TabsList({
|
|
|
2562
2781
|
...props
|
|
2563
2782
|
}: ComponentProps<typeof TabsPrimitive.List> & VariantProps<typeof tabsListVariants> & {
|
|
2564
2783
|
asChild?: boolean;
|
|
2565
|
-
}):
|
|
2784
|
+
}): react_jsx_runtime218.JSX.Element;
|
|
2566
2785
|
declare const tabsTriggerVariants: (props?: ({
|
|
2567
2786
|
variant?: "default" | "protocol" | null | undefined;
|
|
2568
|
-
} &
|
|
2787
|
+
} & class_variance_authority_types219.ClassProp) | undefined) => string;
|
|
2569
2788
|
declare function TabsTrigger({
|
|
2570
2789
|
className,
|
|
2571
2790
|
variant,
|
|
@@ -2573,17 +2792,17 @@ declare function TabsTrigger({
|
|
|
2573
2792
|
...props
|
|
2574
2793
|
}: ComponentProps<typeof TabsPrimitive.Trigger> & VariantProps<typeof tabsTriggerVariants> & {
|
|
2575
2794
|
asChild?: boolean;
|
|
2576
|
-
}):
|
|
2795
|
+
}): react_jsx_runtime218.JSX.Element;
|
|
2577
2796
|
declare function TabsContent({
|
|
2578
2797
|
className,
|
|
2579
2798
|
...props
|
|
2580
|
-
}: ComponentProps<typeof TabsPrimitive.Content>):
|
|
2799
|
+
}: ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime218.JSX.Element;
|
|
2581
2800
|
|
|
2582
2801
|
//#endregion
|
|
2583
2802
|
//#region src/textarea/textarea.d.ts
|
|
2584
2803
|
declare const textareaVariants: (props?: ({
|
|
2585
2804
|
variant?: "default" | "simple" | "discreet" | null | undefined;
|
|
2586
|
-
} &
|
|
2805
|
+
} & class_variance_authority_types224.ClassProp) | undefined) => string;
|
|
2587
2806
|
type TextareaProps$1 = React$6.ComponentProps<'textarea'> & VariantProps<typeof textareaVariants> & {
|
|
2588
2807
|
/**
|
|
2589
2808
|
* E2E test_id to identify the input.
|
|
@@ -2595,7 +2814,7 @@ declare function Textarea({
|
|
|
2595
2814
|
variant,
|
|
2596
2815
|
__e2e_test_id__,
|
|
2597
2816
|
...props
|
|
2598
|
-
}: TextareaProps$1):
|
|
2817
|
+
}: TextareaProps$1): react_jsx_runtime225.JSX.Element;
|
|
2599
2818
|
|
|
2600
2819
|
//#endregion
|
|
2601
2820
|
//#region src/textarea/deferred-textarea.d.ts
|
|
@@ -2626,29 +2845,29 @@ declare function DeferredTextarea({
|
|
|
2626
2845
|
onValueChange,
|
|
2627
2846
|
onBlur,
|
|
2628
2847
|
...props
|
|
2629
|
-
}: DeferredTextareaProps):
|
|
2848
|
+
}: DeferredTextareaProps): react_jsx_runtime226.JSX.Element;
|
|
2630
2849
|
|
|
2631
2850
|
//#endregion
|
|
2632
2851
|
//#region src/toggle/toggle.d.ts
|
|
2633
2852
|
declare const toggleVariants: (props?: ({
|
|
2634
2853
|
variant?: "default" | "outline" | null | undefined;
|
|
2635
2854
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2636
|
-
} &
|
|
2855
|
+
} & class_variance_authority_types227.ClassProp) | undefined) => string;
|
|
2637
2856
|
declare const Toggle: React$5.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React$5.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
2638
2857
|
variant?: "default" | "outline" | null | undefined;
|
|
2639
2858
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2640
|
-
} &
|
|
2859
|
+
} & class_variance_authority_types227.ClassProp) | undefined) => string> & React$5.RefAttributes<HTMLButtonElement>>;
|
|
2641
2860
|
|
|
2642
2861
|
//#endregion
|
|
2643
2862
|
//#region src/toggle-group/toggle-group.d.ts
|
|
2644
2863
|
declare const ToggleGroup: React$4.ForwardRefExoticComponent<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React$4.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React$4.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: ({
|
|
2645
2864
|
variant?: "default" | "outline" | null | undefined;
|
|
2646
2865
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2647
|
-
} &
|
|
2866
|
+
} & class_variance_authority_types229.ClassProp) | undefined) => string>) & React$4.RefAttributes<HTMLDivElement>>;
|
|
2648
2867
|
declare const ToggleGroupItem: React$4.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React$4.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
2649
2868
|
variant?: "default" | "outline" | null | undefined;
|
|
2650
2869
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2651
|
-
} &
|
|
2870
|
+
} & class_variance_authority_types229.ClassProp) | undefined) => string> & React$4.RefAttributes<HTMLButtonElement>>;
|
|
2652
2871
|
|
|
2653
2872
|
//#endregion
|
|
2654
2873
|
//#region src/tooltip/tooltip.d.ts
|
|
@@ -2711,5 +2930,5 @@ declare const TreeView: React$2.ForwardRefExoticComponent<Callbacks & {
|
|
|
2711
2930
|
} & React$2.RefAttributes<HTMLDivElement>>;
|
|
2712
2931
|
|
|
2713
2932
|
//#endregion
|
|
2714
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CarouselProps, Cell, CellHierarchyOption, CellPosition, CellRange, CellSelectOption, CellSelectOptionsMap, CellSelectOptionsUnion, CellVariantProps, Checkbox, CheckboxCell, Collapse, CollapseContent, CollapseTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, ColumnMenuRendererFunction, ComboboxDemo, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandInputProps, CommandItem, CommandList, CommandPalette, CommandPaletteDialog, CommandPaletteEmpty, CommandPaletteGroup, CommandPaletteInput, CommandPaletteItem, CommandPaletteList, CommandPaletteSeparator, CommandPaletteShortcut, CommandSeparator, CommandShortcut, CommentCallbacks, CommentCreate, CommentGroup, CommentItem, CommentList, CommentThread, ContentFrame, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuState, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataGrid, DataGridCell, DataGridCellWrapper, DataGridColumnHeader, DataGridContextMenu, DataGridRow, DataGridSearch, DataGridViewMenu, DataGridViewMenuProps, DateCell, DatePickerDemo, DeferredInput, DeferredInputProps, DeferredNumberInput, DeferredNumberInputProps, DeferredTextarea, DeferredTextareaProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, 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, ExternalToast, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, GanttCell, GanttCellProps, GanttTimeline, GanttTimerangePicker, GanttTimerangePickerProps, HeaderComponents, HierarchyCell, HierarchyItem, HierarchyItemProps, HoverCard, HoverCardContent, HoverCardTrigger, ISODateRange, InfoCard, InfoCardVariant, Input, InputProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, Loader, LongTextCell, MarkValueRenderer, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, Modal, MultiSelectCell, NavigationDirection, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NumberCell, NumberFormatConfig, NumberFormatter, NumberInput, NumberInputProps, KanbanOverlay as Overlay, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ReactNodeCell, ResizableHandle, ResizablePanel, ResizablePanelGroup, KanbanRoot as Root, RowHeightValue, SavedView, ScrollArea, ScrollBar, SearchState, Select, SelectCell, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SelectionState, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, ShortTextCell, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slicer, SlicerFilterOption, SlicerHierarchyItem, Slider, Spinner, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, ToasterProps, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TreeBranch, TreeNode, TreeView, TreeViewProps, UpdateCell, UseDataGridProps, badgeVariants, buildLabelMap, buttonVariants, checkboxVariants, cn, commandInputVariants, createSelectColumn, findOptionById, getAllDescendantIds, getAllDescendantValues, getAllIds, getAncestorIds, getCellKey, getCommonPinningStyles, getInitialExpandedIds, getLabelPath, getLineCount, getRowHeightValue, inputVariants, isoToLocalDate, knobVariants, matchesSearch, navigationMenuTriggerStyle, parseCellKey, sliderVariants, testId, toast, toggleVariants, useCallbackRef, useDataGrid, useDebouncedCallback, useIsMobile, useSidebar };
|
|
2933
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CarouselProps, Cell, CellHierarchyOption, CellPosition, CellRange, CellSelectOption, CellSelectOptionsMap, CellSelectOptionsUnion, CellVariantProps, Checkbox, CheckboxCell, Collapse, CollapseContent, CollapseTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, ColumnMenuRendererFunction, ComboboxDemo, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandInputProps, CommandItem, CommandList, CommandPalette, CommandPaletteDialog, CommandPaletteEmpty, CommandPaletteGroup, CommandPaletteInput, CommandPaletteItem, CommandPaletteList, CommandPaletteSeparator, CommandPaletteShortcut, CommandSeparator, CommandShortcut, CommentCallbacks, CommentCreate, CommentGroup, CommentItem, CommentList, CommentThread, ContentFrame, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuState, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataGrid, DataGridCell, DataGridCellWrapper, DataGridColumnHeader, DataGridContextMenu, DataGridRow, DataGridSearch, DataGridViewMenu, DataGridViewMenuProps, DateCell, DatePickerDemo, DeferredInput, DeferredInputProps, DeferredNumberInput, DeferredNumberInputProps, DeferredTextarea, DeferredTextareaProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, 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, DynamicTabbedSidebar, ExternalToast, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, GanttCell, GanttCellProps, GanttTimeline, GanttTimerangePicker, GanttTimerangePickerProps, HeaderComponents, HierarchyCell, HierarchyItem, HierarchyItemProps, HoverCard, HoverCardContent, HoverCardTrigger, ISODateRange, InfoCard, InfoCardVariant, Input, InputProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, Loader, LongTextCell, MarkValueRenderer, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, Modal, MultiSelectCell, NavigationDirection, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NumberCell, NumberFormatConfig, NumberFormatter, NumberInput, NumberInputProps, KanbanOverlay as Overlay, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ReactNodeCell, ResizableHandle, ResizablePanel, ResizablePanelGroup, KanbanRoot as Root, RowHeightValue, SIDEBAR_KEYBOARD_SHORTCUT, SIDEBAR_KEYBOARD_SHORTCUT_RIGHT, SIDEBAR_MAX_WIDTH, SIDEBAR_MIN_WIDTH, SIDEBAR_WIDTH, SIDEBAR_WIDTH_ICON, SIDEBAR_WIDTH_MOBILE, SavedView, ScrollArea, ScrollBar, SearchState, Select, SelectCell, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SelectionState, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, ShortTextCell, Sidebar, SidebarContent, SidebarContext, SidebarContextProps, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarIdContext, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarSide, SidebarTab, SidebarTabDefinition, SidebarTabsContext, SidebarTabsProvider, SidebarTrigger, Skeleton, Slicer, SlicerFilterOption, SlicerHierarchyItem, Slider, Spinner, Stepper, StepperContent, StepperDescription, StepperIndicator, StepperItem, StepperList, StepperNext, StepperPrev, StepperProps, StepperSeparator, StepperTitle, StepperTrigger, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, ToasterProps, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TreeBranch, TreeNode, TreeView, TreeViewProps, UpdateCell, UseDataGridProps, badgeVariants, buildLabelMap, buttonVariants, checkboxVariants, cn, commandInputVariants, createSelectColumn, findOptionById, getAllDescendantIds, getAllDescendantValues, getAllIds, getAncestorIds, getCellKey, getCommonPinningStyles, getInitialExpandedIds, getLabelPath, getLineCount, getRowHeightValue, inputVariants, isoToLocalDate, knobVariants, matchesSearch, navigationMenuTriggerStyle, parseCellKey, sliderVariants, testId, toast, toggleVariants, useCallbackRef, useDataGrid, useDebouncedCallback, useIsMobile, useRegisteredSidebars, useSidebar, useSidebarTabs, useStore as useStepper };
|
|
2715
2934
|
//# sourceMappingURL=index.d.ts.map
|