pxengine 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/registry.json +4850 -0
  2. package/package.json +7 -3
@@ -0,0 +1,4850 @@
1
+ {
2
+ "name": "@pxengine/ui",
3
+ "version": "1.0.0",
4
+ "lastUpdated": "2026-01-28T05:03:47.587Z",
5
+ "components": {
6
+ "Accordion": {
7
+ "name": "Accordion",
8
+ "type": "atom",
9
+ "description": "",
10
+ "props": {
11
+ "asChild": {
12
+ "type": "boolean",
13
+ "required": false,
14
+ "description": ""
15
+ }
16
+ }
17
+ },
18
+ "AccordionItem": {
19
+ "name": "AccordionItem",
20
+ "type": "atom",
21
+ "description": "",
22
+ "props": {
23
+ "asChild": {
24
+ "type": "boolean",
25
+ "required": false,
26
+ "description": ""
27
+ }
28
+ }
29
+ },
30
+ "AccordionTrigger": {
31
+ "name": "AccordionTrigger",
32
+ "type": "atom",
33
+ "description": "",
34
+ "props": {
35
+ "asChild": {
36
+ "type": "boolean",
37
+ "required": false,
38
+ "description": ""
39
+ }
40
+ }
41
+ },
42
+ "AccordionContent": {
43
+ "name": "AccordionContent",
44
+ "type": "atom",
45
+ "description": "",
46
+ "props": {
47
+ "asChild": {
48
+ "type": "boolean",
49
+ "required": false,
50
+ "description": ""
51
+ }
52
+ }
53
+ },
54
+ "AlertDialog": {
55
+ "name": "AlertDialog",
56
+ "type": "atom",
57
+ "description": "",
58
+ "props": {}
59
+ },
60
+ "AlertDialogPortal": {
61
+ "name": "AlertDialogPortal",
62
+ "type": "atom",
63
+ "description": "",
64
+ "props": {}
65
+ },
66
+ "AlertDialogOverlay": {
67
+ "name": "AlertDialogOverlay",
68
+ "type": "atom",
69
+ "description": "",
70
+ "props": {
71
+ "asChild": {
72
+ "type": "boolean",
73
+ "required": false,
74
+ "description": ""
75
+ }
76
+ }
77
+ },
78
+ "AlertDialogTrigger": {
79
+ "name": "AlertDialogTrigger",
80
+ "type": "atom",
81
+ "description": "",
82
+ "props": {
83
+ "asChild": {
84
+ "type": "boolean",
85
+ "required": false,
86
+ "description": ""
87
+ }
88
+ }
89
+ },
90
+ "AlertDialogContent": {
91
+ "name": "AlertDialogContent",
92
+ "type": "atom",
93
+ "description": "",
94
+ "props": {
95
+ "asChild": {
96
+ "type": "boolean",
97
+ "required": false,
98
+ "description": ""
99
+ }
100
+ }
101
+ },
102
+ "AlertDialogHeader": {
103
+ "name": "AlertDialogHeader",
104
+ "type": "atom",
105
+ "description": "",
106
+ "props": {}
107
+ },
108
+ "AlertDialogFooter": {
109
+ "name": "AlertDialogFooter",
110
+ "type": "atom",
111
+ "description": "",
112
+ "props": {}
113
+ },
114
+ "AlertDialogTitle": {
115
+ "name": "AlertDialogTitle",
116
+ "type": "atom",
117
+ "description": "",
118
+ "props": {
119
+ "asChild": {
120
+ "type": "boolean",
121
+ "required": false,
122
+ "description": ""
123
+ }
124
+ }
125
+ },
126
+ "AlertDialogDescription": {
127
+ "name": "AlertDialogDescription",
128
+ "type": "atom",
129
+ "description": "",
130
+ "props": {
131
+ "asChild": {
132
+ "type": "boolean",
133
+ "required": false,
134
+ "description": ""
135
+ }
136
+ }
137
+ },
138
+ "AlertDialogAction": {
139
+ "name": "AlertDialogAction",
140
+ "type": "atom",
141
+ "description": "",
142
+ "props": {
143
+ "asChild": {
144
+ "type": "boolean",
145
+ "required": false,
146
+ "description": ""
147
+ }
148
+ }
149
+ },
150
+ "AlertDialogCancel": {
151
+ "name": "AlertDialogCancel",
152
+ "type": "atom",
153
+ "description": "",
154
+ "props": {
155
+ "asChild": {
156
+ "type": "boolean",
157
+ "required": false,
158
+ "description": ""
159
+ }
160
+ }
161
+ },
162
+ "Alert": {
163
+ "name": "Alert",
164
+ "type": "atom",
165
+ "description": "",
166
+ "props": {
167
+ "variant": {
168
+ "type": "enum",
169
+ "required": false,
170
+ "description": ""
171
+ }
172
+ }
173
+ },
174
+ "AlertTitle": {
175
+ "name": "AlertTitle",
176
+ "type": "atom",
177
+ "description": "",
178
+ "props": {}
179
+ },
180
+ "AlertDescription": {
181
+ "name": "AlertDescription",
182
+ "type": "atom",
183
+ "description": "",
184
+ "props": {}
185
+ },
186
+ "AspectRatio": {
187
+ "name": "AspectRatio",
188
+ "type": "atom",
189
+ "description": "",
190
+ "props": {
191
+ "asChild": {
192
+ "type": "boolean",
193
+ "required": false,
194
+ "description": ""
195
+ }
196
+ }
197
+ },
198
+ "Avatar": {
199
+ "name": "Avatar",
200
+ "type": "atom",
201
+ "description": "",
202
+ "props": {
203
+ "asChild": {
204
+ "type": "boolean",
205
+ "required": false,
206
+ "description": ""
207
+ }
208
+ }
209
+ },
210
+ "AvatarImage": {
211
+ "name": "AvatarImage",
212
+ "type": "atom",
213
+ "description": "",
214
+ "props": {
215
+ "asChild": {
216
+ "type": "boolean",
217
+ "required": false,
218
+ "description": ""
219
+ }
220
+ }
221
+ },
222
+ "AvatarFallback": {
223
+ "name": "AvatarFallback",
224
+ "type": "atom",
225
+ "description": "",
226
+ "props": {
227
+ "asChild": {
228
+ "type": "boolean",
229
+ "required": false,
230
+ "description": ""
231
+ }
232
+ }
233
+ },
234
+ "Badge": {
235
+ "name": "Badge",
236
+ "type": "atom",
237
+ "description": "",
238
+ "props": {
239
+ "variant": {
240
+ "type": "enum",
241
+ "required": false,
242
+ "description": ""
243
+ }
244
+ }
245
+ },
246
+ "Breadcrumb": {
247
+ "name": "Breadcrumb",
248
+ "type": "atom",
249
+ "description": "",
250
+ "props": {
251
+ "separator": {
252
+ "type": "ReactNode",
253
+ "required": false,
254
+ "description": ""
255
+ }
256
+ }
257
+ },
258
+ "BreadcrumbList": {
259
+ "name": "BreadcrumbList",
260
+ "type": "atom",
261
+ "description": "",
262
+ "props": {}
263
+ },
264
+ "BreadcrumbItem": {
265
+ "name": "BreadcrumbItem",
266
+ "type": "atom",
267
+ "description": "",
268
+ "props": {}
269
+ },
270
+ "BreadcrumbLink": {
271
+ "name": "BreadcrumbLink",
272
+ "type": "atom",
273
+ "description": "",
274
+ "props": {
275
+ "asChild": {
276
+ "type": "boolean",
277
+ "required": false,
278
+ "description": ""
279
+ }
280
+ }
281
+ },
282
+ "BreadcrumbPage": {
283
+ "name": "BreadcrumbPage",
284
+ "type": "atom",
285
+ "description": "",
286
+ "props": {}
287
+ },
288
+ "BreadcrumbSeparator": {
289
+ "name": "BreadcrumbSeparator",
290
+ "type": "atom",
291
+ "description": "",
292
+ "props": {}
293
+ },
294
+ "BreadcrumbElipssis": {
295
+ "name": "BreadcrumbElipssis",
296
+ "type": "atom",
297
+ "description": "",
298
+ "props": {}
299
+ },
300
+ "ButtonGroup": {
301
+ "name": "ButtonGroup",
302
+ "type": "atom",
303
+ "description": "",
304
+ "props": {
305
+ "orientation": {
306
+ "type": "enum",
307
+ "required": false,
308
+ "description": ""
309
+ }
310
+ }
311
+ },
312
+ "ButtonGroupSeparator": {
313
+ "name": "ButtonGroupSeparator",
314
+ "type": "atom",
315
+ "description": "",
316
+ "props": {}
317
+ },
318
+ "ButtonGroupText": {
319
+ "name": "ButtonGroupText",
320
+ "type": "atom",
321
+ "description": "",
322
+ "props": {
323
+ "asChild": {
324
+ "type": "boolean",
325
+ "required": false,
326
+ "defaultValue": "false",
327
+ "description": ""
328
+ }
329
+ }
330
+ },
331
+ "Button": {
332
+ "name": "Button",
333
+ "type": "atom",
334
+ "description": "",
335
+ "props": {
336
+ "asChild": {
337
+ "type": "boolean",
338
+ "required": false,
339
+ "defaultValue": "false",
340
+ "description": ""
341
+ },
342
+ "variant": {
343
+ "type": "enum",
344
+ "required": false,
345
+ "description": ""
346
+ },
347
+ "size": {
348
+ "type": "enum",
349
+ "required": false,
350
+ "description": ""
351
+ }
352
+ }
353
+ },
354
+ "Calendar": {
355
+ "name": "Calendar",
356
+ "type": "atom",
357
+ "description": "",
358
+ "props": {
359
+ "buttonVariant": {
360
+ "type": "any",
361
+ "required": false,
362
+ "defaultValue": "ghost",
363
+ "description": ""
364
+ }
365
+ }
366
+ },
367
+ "CalendarDayButton": {
368
+ "name": "CalendarDayButton",
369
+ "type": "atom",
370
+ "description": "",
371
+ "props": {
372
+ "day": {
373
+ "type": "CalendarDay",
374
+ "required": true,
375
+ "description": "The day to render."
376
+ },
377
+ "modifiers": {
378
+ "type": "Modifiers",
379
+ "required": true,
380
+ "description": "The modifiers to apply to the day."
381
+ }
382
+ }
383
+ },
384
+ "Card": {
385
+ "name": "Card",
386
+ "type": "atom",
387
+ "description": "",
388
+ "props": {}
389
+ },
390
+ "CardHeader": {
391
+ "name": "CardHeader",
392
+ "type": "atom",
393
+ "description": "",
394
+ "props": {}
395
+ },
396
+ "CardFooter": {
397
+ "name": "CardFooter",
398
+ "type": "atom",
399
+ "description": "",
400
+ "props": {}
401
+ },
402
+ "CardTitle": {
403
+ "name": "CardTitle",
404
+ "type": "atom",
405
+ "description": "",
406
+ "props": {}
407
+ },
408
+ "CardDescription": {
409
+ "name": "CardDescription",
410
+ "type": "atom",
411
+ "description": "",
412
+ "props": {}
413
+ },
414
+ "CardContent": {
415
+ "name": "CardContent",
416
+ "type": "atom",
417
+ "description": "",
418
+ "props": {}
419
+ },
420
+ "Carousel": {
421
+ "name": "Carousel",
422
+ "type": "atom",
423
+ "description": "",
424
+ "props": {
425
+ "opts": {
426
+ "type": "Partial<OptionsType>",
427
+ "required": false,
428
+ "description": ""
429
+ },
430
+ "plugins": {
431
+ "type": "CreatePluginType<LoosePluginType, {}>[]",
432
+ "required": false,
433
+ "description": ""
434
+ },
435
+ "orientation": {
436
+ "type": "enum",
437
+ "required": false,
438
+ "defaultValue": "horizontal",
439
+ "description": ""
440
+ },
441
+ "setApi": {
442
+ "type": "(api: EmblaCarouselType) => void",
443
+ "required": false,
444
+ "description": ""
445
+ }
446
+ }
447
+ },
448
+ "CarouselContent": {
449
+ "name": "CarouselContent",
450
+ "type": "atom",
451
+ "description": "",
452
+ "props": {}
453
+ },
454
+ "CarouselItem": {
455
+ "name": "CarouselItem",
456
+ "type": "atom",
457
+ "description": "",
458
+ "props": {}
459
+ },
460
+ "CarouselPrevious": {
461
+ "name": "CarouselPrevious",
462
+ "type": "atom",
463
+ "description": "",
464
+ "props": {}
465
+ },
466
+ "CarouselNext": {
467
+ "name": "CarouselNext",
468
+ "type": "atom",
469
+ "description": "",
470
+ "props": {}
471
+ },
472
+ "Chart": {
473
+ "name": "Chart",
474
+ "type": "atom",
475
+ "description": "",
476
+ "props": {
477
+ "config": {
478
+ "type": "ChartConfig",
479
+ "required": true,
480
+ "description": ""
481
+ }
482
+ }
483
+ },
484
+ "Tooltip": {
485
+ "name": "Tooltip",
486
+ "type": "atom",
487
+ "description": "",
488
+ "props": {}
489
+ },
490
+ "ChartTooltip": {
491
+ "name": "ChartTooltip",
492
+ "type": "atom",
493
+ "description": "",
494
+ "props": {
495
+ "content": {
496
+ "type": "ContentType<ValueType, NameType> & string",
497
+ "required": false,
498
+ "description": ""
499
+ },
500
+ "cursor": {
501
+ "type": "boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | SVGProps<SVGElement>",
502
+ "required": false,
503
+ "description": "",
504
+ "enums": [
505
+ "boolean",
506
+ "ReactElement<unknown, string",
507
+ "JSXElementConstructor<any>>",
508
+ "SVGProps<SVGElement>"
509
+ ]
510
+ },
511
+ "offset": {
512
+ "type": "number",
513
+ "required": false,
514
+ "description": ""
515
+ },
516
+ "viewBox": {
517
+ "type": "CartesianViewBox",
518
+ "required": false,
519
+ "description": ""
520
+ },
521
+ "active": {
522
+ "type": "boolean",
523
+ "required": false,
524
+ "description": "If true, then Tooltip is always displayed, once an activeIndex is set by mouse over, or programmatically.\nIf false, then Tooltip is never displayed.\nIf active is undefined, Recharts will control when the Tooltip displays. This includes mouse and keyboard controls."
525
+ },
526
+ "includeHidden": {
527
+ "type": "boolean",
528
+ "required": false,
529
+ "description": "If true, then Tooltip will information about hidden series (defaults to false). Interacting with the hide property of Area, Bar, Line, Scatter."
530
+ },
531
+ "allowEscapeViewBox": {
532
+ "type": "AllowInDimension",
533
+ "required": false,
534
+ "description": ""
535
+ },
536
+ "animationDuration": {
537
+ "type": "number",
538
+ "required": false,
539
+ "description": ""
540
+ },
541
+ "animationEasing": {
542
+ "type": "enum",
543
+ "required": false,
544
+ "description": ""
545
+ },
546
+ "coordinate": {
547
+ "type": "Partial<Coordinate>",
548
+ "required": false,
549
+ "description": ""
550
+ },
551
+ "filterNull": {
552
+ "type": "boolean",
553
+ "required": false,
554
+ "description": ""
555
+ },
556
+ "defaultIndex": {
557
+ "type": "number",
558
+ "required": false,
559
+ "description": ""
560
+ },
561
+ "isAnimationActive": {
562
+ "type": "boolean",
563
+ "required": false,
564
+ "description": ""
565
+ },
566
+ "payloadUniqBy": {
567
+ "type": "UniqueOption<Payload<ValueType, NameType>>",
568
+ "required": false,
569
+ "description": ""
570
+ },
571
+ "position": {
572
+ "type": "Partial<Coordinate>",
573
+ "required": false,
574
+ "description": ""
575
+ },
576
+ "reverseDirection": {
577
+ "type": "AllowInDimension",
578
+ "required": false,
579
+ "description": ""
580
+ },
581
+ "shared": {
582
+ "type": "boolean",
583
+ "required": false,
584
+ "description": ""
585
+ },
586
+ "trigger": {
587
+ "type": "enum",
588
+ "required": false,
589
+ "description": ""
590
+ },
591
+ "useTranslate3d": {
592
+ "type": "boolean",
593
+ "required": false,
594
+ "description": ""
595
+ },
596
+ "wrapperStyle": {
597
+ "type": "CSSProperties",
598
+ "required": false,
599
+ "description": ""
600
+ },
601
+ "hideLabel": {
602
+ "type": "boolean",
603
+ "required": false,
604
+ "defaultValue": "false",
605
+ "description": ""
606
+ },
607
+ "hideIndicator": {
608
+ "type": "boolean",
609
+ "required": false,
610
+ "defaultValue": "false",
611
+ "description": ""
612
+ },
613
+ "indicator": {
614
+ "type": "enum",
615
+ "required": false,
616
+ "defaultValue": "dot",
617
+ "description": ""
618
+ },
619
+ "nameKey": {
620
+ "type": "string",
621
+ "required": false,
622
+ "description": ""
623
+ },
624
+ "labelKey": {
625
+ "type": "string",
626
+ "required": false,
627
+ "description": ""
628
+ }
629
+ }
630
+ },
631
+ "Legend": {
632
+ "name": "Legend",
633
+ "type": "atom",
634
+ "description": "",
635
+ "props": {
636
+ "dangerouslySetInnerHTML": {
637
+ "type": "{ __html: string; }",
638
+ "required": false,
639
+ "description": ""
640
+ },
641
+ "onCopy": {
642
+ "type": "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
643
+ "required": false,
644
+ "description": "",
645
+ "enums": [
646
+ "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string",
647
+ "JSXElementConstructor<any>>>"
648
+ ]
649
+ },
650
+ "onCopyCapture": {
651
+ "type": "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
652
+ "required": false,
653
+ "description": "",
654
+ "enums": [
655
+ "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string",
656
+ "JSXElementConstructor<any>>>"
657
+ ]
658
+ },
659
+ "onCut": {
660
+ "type": "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
661
+ "required": false,
662
+ "description": "",
663
+ "enums": [
664
+ "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string",
665
+ "JSXElementConstructor<any>>>"
666
+ ]
667
+ },
668
+ "onCutCapture": {
669
+ "type": "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
670
+ "required": false,
671
+ "description": "",
672
+ "enums": [
673
+ "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string",
674
+ "JSXElementConstructor<any>>>"
675
+ ]
676
+ },
677
+ "onPaste": {
678
+ "type": "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
679
+ "required": false,
680
+ "description": "",
681
+ "enums": [
682
+ "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string",
683
+ "JSXElementConstructor<any>>>"
684
+ ]
685
+ },
686
+ "onPasteCapture": {
687
+ "type": "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
688
+ "required": false,
689
+ "description": "",
690
+ "enums": [
691
+ "AdaptChildClipboardEventHandler<any, ReactElement<unknown, string",
692
+ "JSXElementConstructor<any>>>"
693
+ ]
694
+ },
695
+ "onCompositionEnd": {
696
+ "type": "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
697
+ "required": false,
698
+ "description": "",
699
+ "enums": [
700
+ "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string",
701
+ "JSXElementConstructor<any>>>"
702
+ ]
703
+ },
704
+ "onCompositionEndCapture": {
705
+ "type": "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
706
+ "required": false,
707
+ "description": "",
708
+ "enums": [
709
+ "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string",
710
+ "JSXElementConstructor<any>>>"
711
+ ]
712
+ },
713
+ "onCompositionStart": {
714
+ "type": "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
715
+ "required": false,
716
+ "description": "",
717
+ "enums": [
718
+ "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string",
719
+ "JSXElementConstructor<any>>>"
720
+ ]
721
+ },
722
+ "onCompositionStartCapture": {
723
+ "type": "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
724
+ "required": false,
725
+ "description": "",
726
+ "enums": [
727
+ "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string",
728
+ "JSXElementConstructor<any>>>"
729
+ ]
730
+ },
731
+ "onCompositionUpdate": {
732
+ "type": "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
733
+ "required": false,
734
+ "description": "",
735
+ "enums": [
736
+ "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string",
737
+ "JSXElementConstructor<any>>>"
738
+ ]
739
+ },
740
+ "onCompositionUpdateCapture": {
741
+ "type": "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
742
+ "required": false,
743
+ "description": "",
744
+ "enums": [
745
+ "AdaptChildCompositionEventHandler<any, ReactElement<unknown, string",
746
+ "JSXElementConstructor<any>>>"
747
+ ]
748
+ },
749
+ "onFocus": {
750
+ "type": "AdaptChildFocusEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
751
+ "required": false,
752
+ "description": "",
753
+ "enums": [
754
+ "AdaptChildFocusEventHandler<any, ReactElement<unknown, string",
755
+ "JSXElementConstructor<any>>>"
756
+ ]
757
+ },
758
+ "onFocusCapture": {
759
+ "type": "AdaptChildFocusEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
760
+ "required": false,
761
+ "description": "",
762
+ "enums": [
763
+ "AdaptChildFocusEventHandler<any, ReactElement<unknown, string",
764
+ "JSXElementConstructor<any>>>"
765
+ ]
766
+ },
767
+ "onBlur": {
768
+ "type": "AdaptChildFocusEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
769
+ "required": false,
770
+ "description": "",
771
+ "enums": [
772
+ "AdaptChildFocusEventHandler<any, ReactElement<unknown, string",
773
+ "JSXElementConstructor<any>>>"
774
+ ]
775
+ },
776
+ "onBlurCapture": {
777
+ "type": "AdaptChildFocusEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
778
+ "required": false,
779
+ "description": "",
780
+ "enums": [
781
+ "AdaptChildFocusEventHandler<any, ReactElement<unknown, string",
782
+ "JSXElementConstructor<any>>>"
783
+ ]
784
+ },
785
+ "onChange": {
786
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
787
+ "required": false,
788
+ "description": "",
789
+ "enums": [
790
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
791
+ "JSXElementConstructor<any>>>"
792
+ ]
793
+ },
794
+ "onChangeCapture": {
795
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
796
+ "required": false,
797
+ "description": "",
798
+ "enums": [
799
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
800
+ "JSXElementConstructor<any>>>"
801
+ ]
802
+ },
803
+ "onBeforeInput": {
804
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
805
+ "required": false,
806
+ "description": "",
807
+ "enums": [
808
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
809
+ "JSXElementConstructor<any>>>"
810
+ ]
811
+ },
812
+ "onBeforeInputCapture": {
813
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
814
+ "required": false,
815
+ "description": "",
816
+ "enums": [
817
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
818
+ "JSXElementConstructor<any>>>"
819
+ ]
820
+ },
821
+ "onInput": {
822
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
823
+ "required": false,
824
+ "description": "",
825
+ "enums": [
826
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
827
+ "JSXElementConstructor<any>>>"
828
+ ]
829
+ },
830
+ "onInputCapture": {
831
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
832
+ "required": false,
833
+ "description": "",
834
+ "enums": [
835
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
836
+ "JSXElementConstructor<any>>>"
837
+ ]
838
+ },
839
+ "onReset": {
840
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
841
+ "required": false,
842
+ "description": "",
843
+ "enums": [
844
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
845
+ "JSXElementConstructor<any>>>"
846
+ ]
847
+ },
848
+ "onResetCapture": {
849
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
850
+ "required": false,
851
+ "description": "",
852
+ "enums": [
853
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
854
+ "JSXElementConstructor<any>>>"
855
+ ]
856
+ },
857
+ "onSubmit": {
858
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
859
+ "required": false,
860
+ "description": "",
861
+ "enums": [
862
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
863
+ "JSXElementConstructor<any>>>"
864
+ ]
865
+ },
866
+ "onSubmitCapture": {
867
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
868
+ "required": false,
869
+ "description": "",
870
+ "enums": [
871
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
872
+ "JSXElementConstructor<any>>>"
873
+ ]
874
+ },
875
+ "onInvalid": {
876
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
877
+ "required": false,
878
+ "description": "",
879
+ "enums": [
880
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
881
+ "JSXElementConstructor<any>>>"
882
+ ]
883
+ },
884
+ "onInvalidCapture": {
885
+ "type": "AdaptChildFormEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
886
+ "required": false,
887
+ "description": "",
888
+ "enums": [
889
+ "AdaptChildFormEventHandler<any, ReactElement<unknown, string",
890
+ "JSXElementConstructor<any>>>"
891
+ ]
892
+ },
893
+ "onLoad": {
894
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
895
+ "required": false,
896
+ "description": "",
897
+ "enums": [
898
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
899
+ "JSXElementConstructor<any>>>"
900
+ ]
901
+ },
902
+ "onLoadCapture": {
903
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
904
+ "required": false,
905
+ "description": "",
906
+ "enums": [
907
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
908
+ "JSXElementConstructor<any>>>"
909
+ ]
910
+ },
911
+ "onError": {
912
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
913
+ "required": false,
914
+ "description": "",
915
+ "enums": [
916
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
917
+ "JSXElementConstructor<any>>>"
918
+ ]
919
+ },
920
+ "onErrorCapture": {
921
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
922
+ "required": false,
923
+ "description": "",
924
+ "enums": [
925
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
926
+ "JSXElementConstructor<any>>>"
927
+ ]
928
+ },
929
+ "onKeyDown": {
930
+ "type": "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
931
+ "required": false,
932
+ "description": "",
933
+ "enums": [
934
+ "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string",
935
+ "JSXElementConstructor<any>>>"
936
+ ]
937
+ },
938
+ "onKeyDownCapture": {
939
+ "type": "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
940
+ "required": false,
941
+ "description": "",
942
+ "enums": [
943
+ "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string",
944
+ "JSXElementConstructor<any>>>"
945
+ ]
946
+ },
947
+ "onKeyPress": {
948
+ "type": "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
949
+ "required": false,
950
+ "description": "",
951
+ "enums": [
952
+ "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string",
953
+ "JSXElementConstructor<any>>>"
954
+ ]
955
+ },
956
+ "onKeyPressCapture": {
957
+ "type": "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
958
+ "required": false,
959
+ "description": "",
960
+ "enums": [
961
+ "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string",
962
+ "JSXElementConstructor<any>>>"
963
+ ]
964
+ },
965
+ "onKeyUp": {
966
+ "type": "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
967
+ "required": false,
968
+ "description": "",
969
+ "enums": [
970
+ "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string",
971
+ "JSXElementConstructor<any>>>"
972
+ ]
973
+ },
974
+ "onKeyUpCapture": {
975
+ "type": "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
976
+ "required": false,
977
+ "description": "",
978
+ "enums": [
979
+ "AdaptChildKeyboardEventHandler<any, ReactElement<unknown, string",
980
+ "JSXElementConstructor<any>>>"
981
+ ]
982
+ },
983
+ "onAbort": {
984
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
985
+ "required": false,
986
+ "description": "",
987
+ "enums": [
988
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
989
+ "JSXElementConstructor<any>>>"
990
+ ]
991
+ },
992
+ "onAbortCapture": {
993
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
994
+ "required": false,
995
+ "description": "",
996
+ "enums": [
997
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
998
+ "JSXElementConstructor<any>>>"
999
+ ]
1000
+ },
1001
+ "onCanPlay": {
1002
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1003
+ "required": false,
1004
+ "description": "",
1005
+ "enums": [
1006
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1007
+ "JSXElementConstructor<any>>>"
1008
+ ]
1009
+ },
1010
+ "onCanPlayCapture": {
1011
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1012
+ "required": false,
1013
+ "description": "",
1014
+ "enums": [
1015
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1016
+ "JSXElementConstructor<any>>>"
1017
+ ]
1018
+ },
1019
+ "onCanPlayThrough": {
1020
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1021
+ "required": false,
1022
+ "description": "",
1023
+ "enums": [
1024
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1025
+ "JSXElementConstructor<any>>>"
1026
+ ]
1027
+ },
1028
+ "onCanPlayThroughCapture": {
1029
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1030
+ "required": false,
1031
+ "description": "",
1032
+ "enums": [
1033
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1034
+ "JSXElementConstructor<any>>>"
1035
+ ]
1036
+ },
1037
+ "onDurationChange": {
1038
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1039
+ "required": false,
1040
+ "description": "",
1041
+ "enums": [
1042
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1043
+ "JSXElementConstructor<any>>>"
1044
+ ]
1045
+ },
1046
+ "onDurationChangeCapture": {
1047
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1048
+ "required": false,
1049
+ "description": "",
1050
+ "enums": [
1051
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1052
+ "JSXElementConstructor<any>>>"
1053
+ ]
1054
+ },
1055
+ "onEmptied": {
1056
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1057
+ "required": false,
1058
+ "description": "",
1059
+ "enums": [
1060
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1061
+ "JSXElementConstructor<any>>>"
1062
+ ]
1063
+ },
1064
+ "onEmptiedCapture": {
1065
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1066
+ "required": false,
1067
+ "description": "",
1068
+ "enums": [
1069
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1070
+ "JSXElementConstructor<any>>>"
1071
+ ]
1072
+ },
1073
+ "onEncrypted": {
1074
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1075
+ "required": false,
1076
+ "description": "",
1077
+ "enums": [
1078
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1079
+ "JSXElementConstructor<any>>>"
1080
+ ]
1081
+ },
1082
+ "onEncryptedCapture": {
1083
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1084
+ "required": false,
1085
+ "description": "",
1086
+ "enums": [
1087
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1088
+ "JSXElementConstructor<any>>>"
1089
+ ]
1090
+ },
1091
+ "onEnded": {
1092
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1093
+ "required": false,
1094
+ "description": "",
1095
+ "enums": [
1096
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1097
+ "JSXElementConstructor<any>>>"
1098
+ ]
1099
+ },
1100
+ "onEndedCapture": {
1101
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1102
+ "required": false,
1103
+ "description": "",
1104
+ "enums": [
1105
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1106
+ "JSXElementConstructor<any>>>"
1107
+ ]
1108
+ },
1109
+ "onLoadedData": {
1110
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1111
+ "required": false,
1112
+ "description": "",
1113
+ "enums": [
1114
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1115
+ "JSXElementConstructor<any>>>"
1116
+ ]
1117
+ },
1118
+ "onLoadedDataCapture": {
1119
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1120
+ "required": false,
1121
+ "description": "",
1122
+ "enums": [
1123
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1124
+ "JSXElementConstructor<any>>>"
1125
+ ]
1126
+ },
1127
+ "onLoadedMetadata": {
1128
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1129
+ "required": false,
1130
+ "description": "",
1131
+ "enums": [
1132
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1133
+ "JSXElementConstructor<any>>>"
1134
+ ]
1135
+ },
1136
+ "onLoadedMetadataCapture": {
1137
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1138
+ "required": false,
1139
+ "description": "",
1140
+ "enums": [
1141
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1142
+ "JSXElementConstructor<any>>>"
1143
+ ]
1144
+ },
1145
+ "onLoadStart": {
1146
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1147
+ "required": false,
1148
+ "description": "",
1149
+ "enums": [
1150
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1151
+ "JSXElementConstructor<any>>>"
1152
+ ]
1153
+ },
1154
+ "onLoadStartCapture": {
1155
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1156
+ "required": false,
1157
+ "description": "",
1158
+ "enums": [
1159
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1160
+ "JSXElementConstructor<any>>>"
1161
+ ]
1162
+ },
1163
+ "onPause": {
1164
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1165
+ "required": false,
1166
+ "description": "",
1167
+ "enums": [
1168
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1169
+ "JSXElementConstructor<any>>>"
1170
+ ]
1171
+ },
1172
+ "onPauseCapture": {
1173
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1174
+ "required": false,
1175
+ "description": "",
1176
+ "enums": [
1177
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1178
+ "JSXElementConstructor<any>>>"
1179
+ ]
1180
+ },
1181
+ "onPlay": {
1182
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1183
+ "required": false,
1184
+ "description": "",
1185
+ "enums": [
1186
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1187
+ "JSXElementConstructor<any>>>"
1188
+ ]
1189
+ },
1190
+ "onPlayCapture": {
1191
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1192
+ "required": false,
1193
+ "description": "",
1194
+ "enums": [
1195
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1196
+ "JSXElementConstructor<any>>>"
1197
+ ]
1198
+ },
1199
+ "onPlaying": {
1200
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1201
+ "required": false,
1202
+ "description": "",
1203
+ "enums": [
1204
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1205
+ "JSXElementConstructor<any>>>"
1206
+ ]
1207
+ },
1208
+ "onPlayingCapture": {
1209
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1210
+ "required": false,
1211
+ "description": "",
1212
+ "enums": [
1213
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1214
+ "JSXElementConstructor<any>>>"
1215
+ ]
1216
+ },
1217
+ "onProgress": {
1218
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1219
+ "required": false,
1220
+ "description": "",
1221
+ "enums": [
1222
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1223
+ "JSXElementConstructor<any>>>"
1224
+ ]
1225
+ },
1226
+ "onProgressCapture": {
1227
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1228
+ "required": false,
1229
+ "description": "",
1230
+ "enums": [
1231
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1232
+ "JSXElementConstructor<any>>>"
1233
+ ]
1234
+ },
1235
+ "onRateChange": {
1236
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1237
+ "required": false,
1238
+ "description": "",
1239
+ "enums": [
1240
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1241
+ "JSXElementConstructor<any>>>"
1242
+ ]
1243
+ },
1244
+ "onRateChangeCapture": {
1245
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1246
+ "required": false,
1247
+ "description": "",
1248
+ "enums": [
1249
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1250
+ "JSXElementConstructor<any>>>"
1251
+ ]
1252
+ },
1253
+ "onSeeked": {
1254
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1255
+ "required": false,
1256
+ "description": "",
1257
+ "enums": [
1258
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1259
+ "JSXElementConstructor<any>>>"
1260
+ ]
1261
+ },
1262
+ "onSeekedCapture": {
1263
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1264
+ "required": false,
1265
+ "description": "",
1266
+ "enums": [
1267
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1268
+ "JSXElementConstructor<any>>>"
1269
+ ]
1270
+ },
1271
+ "onSeeking": {
1272
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1273
+ "required": false,
1274
+ "description": "",
1275
+ "enums": [
1276
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1277
+ "JSXElementConstructor<any>>>"
1278
+ ]
1279
+ },
1280
+ "onSeekingCapture": {
1281
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1282
+ "required": false,
1283
+ "description": "",
1284
+ "enums": [
1285
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1286
+ "JSXElementConstructor<any>>>"
1287
+ ]
1288
+ },
1289
+ "onStalled": {
1290
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1291
+ "required": false,
1292
+ "description": "",
1293
+ "enums": [
1294
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1295
+ "JSXElementConstructor<any>>>"
1296
+ ]
1297
+ },
1298
+ "onStalledCapture": {
1299
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1300
+ "required": false,
1301
+ "description": "",
1302
+ "enums": [
1303
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1304
+ "JSXElementConstructor<any>>>"
1305
+ ]
1306
+ },
1307
+ "onSuspend": {
1308
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1309
+ "required": false,
1310
+ "description": "",
1311
+ "enums": [
1312
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1313
+ "JSXElementConstructor<any>>>"
1314
+ ]
1315
+ },
1316
+ "onSuspendCapture": {
1317
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1318
+ "required": false,
1319
+ "description": "",
1320
+ "enums": [
1321
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1322
+ "JSXElementConstructor<any>>>"
1323
+ ]
1324
+ },
1325
+ "onTimeUpdate": {
1326
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1327
+ "required": false,
1328
+ "description": "",
1329
+ "enums": [
1330
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1331
+ "JSXElementConstructor<any>>>"
1332
+ ]
1333
+ },
1334
+ "onTimeUpdateCapture": {
1335
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1336
+ "required": false,
1337
+ "description": "",
1338
+ "enums": [
1339
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1340
+ "JSXElementConstructor<any>>>"
1341
+ ]
1342
+ },
1343
+ "onVolumeChange": {
1344
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1345
+ "required": false,
1346
+ "description": "",
1347
+ "enums": [
1348
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1349
+ "JSXElementConstructor<any>>>"
1350
+ ]
1351
+ },
1352
+ "onVolumeChangeCapture": {
1353
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1354
+ "required": false,
1355
+ "description": "",
1356
+ "enums": [
1357
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1358
+ "JSXElementConstructor<any>>>"
1359
+ ]
1360
+ },
1361
+ "onWaiting": {
1362
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1363
+ "required": false,
1364
+ "description": "",
1365
+ "enums": [
1366
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1367
+ "JSXElementConstructor<any>>>"
1368
+ ]
1369
+ },
1370
+ "onWaitingCapture": {
1371
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1372
+ "required": false,
1373
+ "description": "",
1374
+ "enums": [
1375
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1376
+ "JSXElementConstructor<any>>>"
1377
+ ]
1378
+ },
1379
+ "onAuxClick": {
1380
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1381
+ "required": false,
1382
+ "description": "",
1383
+ "enums": [
1384
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1385
+ "JSXElementConstructor<any>>>"
1386
+ ]
1387
+ },
1388
+ "onAuxClickCapture": {
1389
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1390
+ "required": false,
1391
+ "description": "",
1392
+ "enums": [
1393
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1394
+ "JSXElementConstructor<any>>>"
1395
+ ]
1396
+ },
1397
+ "onClickCapture": {
1398
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1399
+ "required": false,
1400
+ "description": "",
1401
+ "enums": [
1402
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1403
+ "JSXElementConstructor<any>>>"
1404
+ ]
1405
+ },
1406
+ "onContextMenu": {
1407
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1408
+ "required": false,
1409
+ "description": "",
1410
+ "enums": [
1411
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1412
+ "JSXElementConstructor<any>>>"
1413
+ ]
1414
+ },
1415
+ "onContextMenuCapture": {
1416
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1417
+ "required": false,
1418
+ "description": "",
1419
+ "enums": [
1420
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1421
+ "JSXElementConstructor<any>>>"
1422
+ ]
1423
+ },
1424
+ "onDoubleClick": {
1425
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1426
+ "required": false,
1427
+ "description": "",
1428
+ "enums": [
1429
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1430
+ "JSXElementConstructor<any>>>"
1431
+ ]
1432
+ },
1433
+ "onDoubleClickCapture": {
1434
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1435
+ "required": false,
1436
+ "description": "",
1437
+ "enums": [
1438
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1439
+ "JSXElementConstructor<any>>>"
1440
+ ]
1441
+ },
1442
+ "onDrag": {
1443
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1444
+ "required": false,
1445
+ "description": "",
1446
+ "enums": [
1447
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1448
+ "JSXElementConstructor<any>>>"
1449
+ ]
1450
+ },
1451
+ "onDragCapture": {
1452
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1453
+ "required": false,
1454
+ "description": "",
1455
+ "enums": [
1456
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1457
+ "JSXElementConstructor<any>>>"
1458
+ ]
1459
+ },
1460
+ "onDragEnd": {
1461
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1462
+ "required": false,
1463
+ "description": "",
1464
+ "enums": [
1465
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1466
+ "JSXElementConstructor<any>>>"
1467
+ ]
1468
+ },
1469
+ "onDragEndCapture": {
1470
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1471
+ "required": false,
1472
+ "description": "",
1473
+ "enums": [
1474
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1475
+ "JSXElementConstructor<any>>>"
1476
+ ]
1477
+ },
1478
+ "onDragEnter": {
1479
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1480
+ "required": false,
1481
+ "description": "",
1482
+ "enums": [
1483
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1484
+ "JSXElementConstructor<any>>>"
1485
+ ]
1486
+ },
1487
+ "onDragEnterCapture": {
1488
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1489
+ "required": false,
1490
+ "description": "",
1491
+ "enums": [
1492
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1493
+ "JSXElementConstructor<any>>>"
1494
+ ]
1495
+ },
1496
+ "onDragExit": {
1497
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1498
+ "required": false,
1499
+ "description": "",
1500
+ "enums": [
1501
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1502
+ "JSXElementConstructor<any>>>"
1503
+ ]
1504
+ },
1505
+ "onDragExitCapture": {
1506
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1507
+ "required": false,
1508
+ "description": "",
1509
+ "enums": [
1510
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1511
+ "JSXElementConstructor<any>>>"
1512
+ ]
1513
+ },
1514
+ "onDragLeave": {
1515
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1516
+ "required": false,
1517
+ "description": "",
1518
+ "enums": [
1519
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1520
+ "JSXElementConstructor<any>>>"
1521
+ ]
1522
+ },
1523
+ "onDragLeaveCapture": {
1524
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1525
+ "required": false,
1526
+ "description": "",
1527
+ "enums": [
1528
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1529
+ "JSXElementConstructor<any>>>"
1530
+ ]
1531
+ },
1532
+ "onDragOver": {
1533
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1534
+ "required": false,
1535
+ "description": "",
1536
+ "enums": [
1537
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1538
+ "JSXElementConstructor<any>>>"
1539
+ ]
1540
+ },
1541
+ "onDragOverCapture": {
1542
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1543
+ "required": false,
1544
+ "description": "",
1545
+ "enums": [
1546
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1547
+ "JSXElementConstructor<any>>>"
1548
+ ]
1549
+ },
1550
+ "onDragStart": {
1551
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1552
+ "required": false,
1553
+ "description": "",
1554
+ "enums": [
1555
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1556
+ "JSXElementConstructor<any>>>"
1557
+ ]
1558
+ },
1559
+ "onDragStartCapture": {
1560
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1561
+ "required": false,
1562
+ "description": "",
1563
+ "enums": [
1564
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1565
+ "JSXElementConstructor<any>>>"
1566
+ ]
1567
+ },
1568
+ "onDrop": {
1569
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1570
+ "required": false,
1571
+ "description": "",
1572
+ "enums": [
1573
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1574
+ "JSXElementConstructor<any>>>"
1575
+ ]
1576
+ },
1577
+ "onDropCapture": {
1578
+ "type": "AdaptChildDragEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1579
+ "required": false,
1580
+ "description": "",
1581
+ "enums": [
1582
+ "AdaptChildDragEventHandler<any, ReactElement<unknown, string",
1583
+ "JSXElementConstructor<any>>>"
1584
+ ]
1585
+ },
1586
+ "onMouseDown": {
1587
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1588
+ "required": false,
1589
+ "description": "",
1590
+ "enums": [
1591
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1592
+ "JSXElementConstructor<any>>>"
1593
+ ]
1594
+ },
1595
+ "onMouseDownCapture": {
1596
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1597
+ "required": false,
1598
+ "description": "",
1599
+ "enums": [
1600
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1601
+ "JSXElementConstructor<any>>>"
1602
+ ]
1603
+ },
1604
+ "onMouseMove": {
1605
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1606
+ "required": false,
1607
+ "description": "",
1608
+ "enums": [
1609
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1610
+ "JSXElementConstructor<any>>>"
1611
+ ]
1612
+ },
1613
+ "onMouseMoveCapture": {
1614
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1615
+ "required": false,
1616
+ "description": "",
1617
+ "enums": [
1618
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1619
+ "JSXElementConstructor<any>>>"
1620
+ ]
1621
+ },
1622
+ "onMouseOut": {
1623
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1624
+ "required": false,
1625
+ "description": "",
1626
+ "enums": [
1627
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1628
+ "JSXElementConstructor<any>>>"
1629
+ ]
1630
+ },
1631
+ "onMouseOutCapture": {
1632
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1633
+ "required": false,
1634
+ "description": "",
1635
+ "enums": [
1636
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1637
+ "JSXElementConstructor<any>>>"
1638
+ ]
1639
+ },
1640
+ "onMouseOver": {
1641
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1642
+ "required": false,
1643
+ "description": "",
1644
+ "enums": [
1645
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1646
+ "JSXElementConstructor<any>>>"
1647
+ ]
1648
+ },
1649
+ "onMouseOverCapture": {
1650
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1651
+ "required": false,
1652
+ "description": "",
1653
+ "enums": [
1654
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1655
+ "JSXElementConstructor<any>>>"
1656
+ ]
1657
+ },
1658
+ "onMouseUp": {
1659
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1660
+ "required": false,
1661
+ "description": "",
1662
+ "enums": [
1663
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1664
+ "JSXElementConstructor<any>>>"
1665
+ ]
1666
+ },
1667
+ "onMouseUpCapture": {
1668
+ "type": "AdaptChildMouseEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1669
+ "required": false,
1670
+ "description": "",
1671
+ "enums": [
1672
+ "AdaptChildMouseEventHandler<any, ReactElement<unknown, string",
1673
+ "JSXElementConstructor<any>>>"
1674
+ ]
1675
+ },
1676
+ "onSelect": {
1677
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1678
+ "required": false,
1679
+ "description": "",
1680
+ "enums": [
1681
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1682
+ "JSXElementConstructor<any>>>"
1683
+ ]
1684
+ },
1685
+ "onSelectCapture": {
1686
+ "type": "AdaptChildReactEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1687
+ "required": false,
1688
+ "description": "",
1689
+ "enums": [
1690
+ "AdaptChildReactEventHandler<any, ReactElement<unknown, string",
1691
+ "JSXElementConstructor<any>>>"
1692
+ ]
1693
+ },
1694
+ "onTouchCancel": {
1695
+ "type": "AdaptChildTouchEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1696
+ "required": false,
1697
+ "description": "",
1698
+ "enums": [
1699
+ "AdaptChildTouchEventHandler<any, ReactElement<unknown, string",
1700
+ "JSXElementConstructor<any>>>"
1701
+ ]
1702
+ },
1703
+ "onTouchCancelCapture": {
1704
+ "type": "AdaptChildTouchEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1705
+ "required": false,
1706
+ "description": "",
1707
+ "enums": [
1708
+ "AdaptChildTouchEventHandler<any, ReactElement<unknown, string",
1709
+ "JSXElementConstructor<any>>>"
1710
+ ]
1711
+ },
1712
+ "onTouchEnd": {
1713
+ "type": "AdaptChildTouchEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1714
+ "required": false,
1715
+ "description": "",
1716
+ "enums": [
1717
+ "AdaptChildTouchEventHandler<any, ReactElement<unknown, string",
1718
+ "JSXElementConstructor<any>>>"
1719
+ ]
1720
+ },
1721
+ "onTouchEndCapture": {
1722
+ "type": "AdaptChildTouchEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1723
+ "required": false,
1724
+ "description": "",
1725
+ "enums": [
1726
+ "AdaptChildTouchEventHandler<any, ReactElement<unknown, string",
1727
+ "JSXElementConstructor<any>>>"
1728
+ ]
1729
+ },
1730
+ "onTouchMove": {
1731
+ "type": "AdaptChildTouchEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1732
+ "required": false,
1733
+ "description": "",
1734
+ "enums": [
1735
+ "AdaptChildTouchEventHandler<any, ReactElement<unknown, string",
1736
+ "JSXElementConstructor<any>>>"
1737
+ ]
1738
+ },
1739
+ "onTouchMoveCapture": {
1740
+ "type": "AdaptChildTouchEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1741
+ "required": false,
1742
+ "description": "",
1743
+ "enums": [
1744
+ "AdaptChildTouchEventHandler<any, ReactElement<unknown, string",
1745
+ "JSXElementConstructor<any>>>"
1746
+ ]
1747
+ },
1748
+ "onTouchStart": {
1749
+ "type": "AdaptChildTouchEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1750
+ "required": false,
1751
+ "description": "",
1752
+ "enums": [
1753
+ "AdaptChildTouchEventHandler<any, ReactElement<unknown, string",
1754
+ "JSXElementConstructor<any>>>"
1755
+ ]
1756
+ },
1757
+ "onTouchStartCapture": {
1758
+ "type": "AdaptChildTouchEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1759
+ "required": false,
1760
+ "description": "",
1761
+ "enums": [
1762
+ "AdaptChildTouchEventHandler<any, ReactElement<unknown, string",
1763
+ "JSXElementConstructor<any>>>"
1764
+ ]
1765
+ },
1766
+ "onPointerDown": {
1767
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1768
+ "required": false,
1769
+ "description": "",
1770
+ "enums": [
1771
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1772
+ "JSXElementConstructor<any>>>"
1773
+ ]
1774
+ },
1775
+ "onPointerDownCapture": {
1776
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1777
+ "required": false,
1778
+ "description": "",
1779
+ "enums": [
1780
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1781
+ "JSXElementConstructor<any>>>"
1782
+ ]
1783
+ },
1784
+ "onPointerMove": {
1785
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1786
+ "required": false,
1787
+ "description": "",
1788
+ "enums": [
1789
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1790
+ "JSXElementConstructor<any>>>"
1791
+ ]
1792
+ },
1793
+ "onPointerMoveCapture": {
1794
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1795
+ "required": false,
1796
+ "description": "",
1797
+ "enums": [
1798
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1799
+ "JSXElementConstructor<any>>>"
1800
+ ]
1801
+ },
1802
+ "onPointerUp": {
1803
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1804
+ "required": false,
1805
+ "description": "",
1806
+ "enums": [
1807
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1808
+ "JSXElementConstructor<any>>>"
1809
+ ]
1810
+ },
1811
+ "onPointerUpCapture": {
1812
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1813
+ "required": false,
1814
+ "description": "",
1815
+ "enums": [
1816
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1817
+ "JSXElementConstructor<any>>>"
1818
+ ]
1819
+ },
1820
+ "onPointerCancel": {
1821
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1822
+ "required": false,
1823
+ "description": "",
1824
+ "enums": [
1825
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1826
+ "JSXElementConstructor<any>>>"
1827
+ ]
1828
+ },
1829
+ "onPointerCancelCapture": {
1830
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1831
+ "required": false,
1832
+ "description": "",
1833
+ "enums": [
1834
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1835
+ "JSXElementConstructor<any>>>"
1836
+ ]
1837
+ },
1838
+ "onPointerEnter": {
1839
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1840
+ "required": false,
1841
+ "description": "",
1842
+ "enums": [
1843
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1844
+ "JSXElementConstructor<any>>>"
1845
+ ]
1846
+ },
1847
+ "onPointerLeave": {
1848
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1849
+ "required": false,
1850
+ "description": "",
1851
+ "enums": [
1852
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1853
+ "JSXElementConstructor<any>>>"
1854
+ ]
1855
+ },
1856
+ "onPointerOver": {
1857
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1858
+ "required": false,
1859
+ "description": "",
1860
+ "enums": [
1861
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1862
+ "JSXElementConstructor<any>>>"
1863
+ ]
1864
+ },
1865
+ "onPointerOverCapture": {
1866
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1867
+ "required": false,
1868
+ "description": "",
1869
+ "enums": [
1870
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1871
+ "JSXElementConstructor<any>>>"
1872
+ ]
1873
+ },
1874
+ "onPointerOut": {
1875
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1876
+ "required": false,
1877
+ "description": "",
1878
+ "enums": [
1879
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1880
+ "JSXElementConstructor<any>>>"
1881
+ ]
1882
+ },
1883
+ "onPointerOutCapture": {
1884
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1885
+ "required": false,
1886
+ "description": "",
1887
+ "enums": [
1888
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1889
+ "JSXElementConstructor<any>>>"
1890
+ ]
1891
+ },
1892
+ "onGotPointerCapture": {
1893
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1894
+ "required": false,
1895
+ "description": "",
1896
+ "enums": [
1897
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1898
+ "JSXElementConstructor<any>>>"
1899
+ ]
1900
+ },
1901
+ "onGotPointerCaptureCapture": {
1902
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1903
+ "required": false,
1904
+ "description": "",
1905
+ "enums": [
1906
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1907
+ "JSXElementConstructor<any>>>"
1908
+ ]
1909
+ },
1910
+ "onLostPointerCapture": {
1911
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1912
+ "required": false,
1913
+ "description": "",
1914
+ "enums": [
1915
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1916
+ "JSXElementConstructor<any>>>"
1917
+ ]
1918
+ },
1919
+ "onLostPointerCaptureCapture": {
1920
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1921
+ "required": false,
1922
+ "description": "",
1923
+ "enums": [
1924
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
1925
+ "JSXElementConstructor<any>>>"
1926
+ ]
1927
+ },
1928
+ "onScroll": {
1929
+ "type": "AdaptChildUIEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1930
+ "required": false,
1931
+ "description": "",
1932
+ "enums": [
1933
+ "AdaptChildUIEventHandler<any, ReactElement<unknown, string",
1934
+ "JSXElementConstructor<any>>>"
1935
+ ]
1936
+ },
1937
+ "onScrollCapture": {
1938
+ "type": "AdaptChildUIEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1939
+ "required": false,
1940
+ "description": "",
1941
+ "enums": [
1942
+ "AdaptChildUIEventHandler<any, ReactElement<unknown, string",
1943
+ "JSXElementConstructor<any>>>"
1944
+ ]
1945
+ },
1946
+ "onWheel": {
1947
+ "type": "AdaptChildWheelEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1948
+ "required": false,
1949
+ "description": "",
1950
+ "enums": [
1951
+ "AdaptChildWheelEventHandler<any, ReactElement<unknown, string",
1952
+ "JSXElementConstructor<any>>>"
1953
+ ]
1954
+ },
1955
+ "onWheelCapture": {
1956
+ "type": "AdaptChildWheelEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1957
+ "required": false,
1958
+ "description": "",
1959
+ "enums": [
1960
+ "AdaptChildWheelEventHandler<any, ReactElement<unknown, string",
1961
+ "JSXElementConstructor<any>>>"
1962
+ ]
1963
+ },
1964
+ "onAnimationStart": {
1965
+ "type": "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1966
+ "required": false,
1967
+ "description": "",
1968
+ "enums": [
1969
+ "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string",
1970
+ "JSXElementConstructor<any>>>"
1971
+ ]
1972
+ },
1973
+ "onAnimationStartCapture": {
1974
+ "type": "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1975
+ "required": false,
1976
+ "description": "",
1977
+ "enums": [
1978
+ "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string",
1979
+ "JSXElementConstructor<any>>>"
1980
+ ]
1981
+ },
1982
+ "onAnimationEnd": {
1983
+ "type": "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1984
+ "required": false,
1985
+ "description": "",
1986
+ "enums": [
1987
+ "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string",
1988
+ "JSXElementConstructor<any>>>"
1989
+ ]
1990
+ },
1991
+ "onAnimationEndCapture": {
1992
+ "type": "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
1993
+ "required": false,
1994
+ "description": "",
1995
+ "enums": [
1996
+ "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string",
1997
+ "JSXElementConstructor<any>>>"
1998
+ ]
1999
+ },
2000
+ "onAnimationIteration": {
2001
+ "type": "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
2002
+ "required": false,
2003
+ "description": "",
2004
+ "enums": [
2005
+ "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string",
2006
+ "JSXElementConstructor<any>>>"
2007
+ ]
2008
+ },
2009
+ "onAnimationIterationCapture": {
2010
+ "type": "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
2011
+ "required": false,
2012
+ "description": "",
2013
+ "enums": [
2014
+ "AdaptChildAnimationEventHandler<any, ReactElement<unknown, string",
2015
+ "JSXElementConstructor<any>>>"
2016
+ ]
2017
+ },
2018
+ "onTransitionEnd": {
2019
+ "type": "AdaptChildTransitionEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
2020
+ "required": false,
2021
+ "description": "",
2022
+ "enums": [
2023
+ "AdaptChildTransitionEventHandler<any, ReactElement<unknown, string",
2024
+ "JSXElementConstructor<any>>>"
2025
+ ]
2026
+ },
2027
+ "onTransitionEndCapture": {
2028
+ "type": "AdaptChildTransitionEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
2029
+ "required": false,
2030
+ "description": "",
2031
+ "enums": [
2032
+ "AdaptChildTransitionEventHandler<any, ReactElement<unknown, string",
2033
+ "JSXElementConstructor<any>>>"
2034
+ ]
2035
+ },
2036
+ "onPointerEnterCapture": {
2037
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
2038
+ "required": false,
2039
+ "description": "",
2040
+ "enums": [
2041
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
2042
+ "JSXElementConstructor<any>>>"
2043
+ ]
2044
+ },
2045
+ "onPointerLeaveCapture": {
2046
+ "type": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>",
2047
+ "required": false,
2048
+ "description": "",
2049
+ "enums": [
2050
+ "AdaptChildPointerEventHandler<any, ReactElement<unknown, string",
2051
+ "JSXElementConstructor<any>>>"
2052
+ ]
2053
+ },
2054
+ "wrapperStyle": {
2055
+ "type": "CSSProperties",
2056
+ "required": false,
2057
+ "description": ""
2058
+ },
2059
+ "chartWidth": {
2060
+ "type": "number",
2061
+ "required": false,
2062
+ "description": ""
2063
+ },
2064
+ "chartHeight": {
2065
+ "type": "number",
2066
+ "required": false,
2067
+ "description": ""
2068
+ },
2069
+ "margin": {
2070
+ "type": "{ top?: number; left?: number; bottom?: number; right?: number; }",
2071
+ "required": false,
2072
+ "description": ""
2073
+ },
2074
+ "payloadUniqBy": {
2075
+ "type": "UniqueOption<Payload>",
2076
+ "required": false,
2077
+ "description": ""
2078
+ },
2079
+ "onBBoxUpdate": {
2080
+ "type": "(box: DOMRect) => void",
2081
+ "required": false,
2082
+ "description": ""
2083
+ }
2084
+ }
2085
+ },
2086
+ "componentDidMount": {
2087
+ "name": "componentDidMount",
2088
+ "type": "atom",
2089
+ "description": "Called immediately after a component is mounted. Setting state here will trigger re-rendering.",
2090
+ "props": {}
2091
+ },
2092
+ "componentDidUpdate": {
2093
+ "name": "componentDidUpdate",
2094
+ "type": "atom",
2095
+ "description": "Called immediately after updating occurs. Not called for the initial render.\n\nThe snapshot is only present if {@link getSnapshotBeforeUpdate} is present and returns non-null.",
2096
+ "props": {}
2097
+ },
2098
+ "ChartLegend": {
2099
+ "name": "ChartLegend",
2100
+ "type": "atom",
2101
+ "description": "",
2102
+ "props": {
2103
+ "nameKey": {
2104
+ "type": "string",
2105
+ "required": false,
2106
+ "description": ""
2107
+ },
2108
+ "hideIcon": {
2109
+ "type": "boolean",
2110
+ "required": false,
2111
+ "defaultValue": "false",
2112
+ "description": ""
2113
+ }
2114
+ }
2115
+ },
2116
+ "ChartStyle": {
2117
+ "name": "ChartStyle",
2118
+ "type": "atom",
2119
+ "description": "",
2120
+ "props": {
2121
+ "id": {
2122
+ "type": "string",
2123
+ "required": true,
2124
+ "description": ""
2125
+ },
2126
+ "config": {
2127
+ "type": "ChartConfig",
2128
+ "required": true,
2129
+ "description": ""
2130
+ }
2131
+ }
2132
+ },
2133
+ "Checkbox": {
2134
+ "name": "Checkbox",
2135
+ "type": "atom",
2136
+ "description": "",
2137
+ "props": {
2138
+ "asChild": {
2139
+ "type": "boolean",
2140
+ "required": false,
2141
+ "description": ""
2142
+ }
2143
+ }
2144
+ },
2145
+ "Collapsible": {
2146
+ "name": "Collapsible",
2147
+ "type": "atom",
2148
+ "description": "",
2149
+ "props": {
2150
+ "asChild": {
2151
+ "type": "boolean",
2152
+ "required": false,
2153
+ "description": ""
2154
+ }
2155
+ }
2156
+ },
2157
+ "CollapsibleTrigger": {
2158
+ "name": "CollapsibleTrigger",
2159
+ "type": "atom",
2160
+ "description": "",
2161
+ "props": {
2162
+ "asChild": {
2163
+ "type": "boolean",
2164
+ "required": false,
2165
+ "description": ""
2166
+ }
2167
+ }
2168
+ },
2169
+ "CollapsibleContent": {
2170
+ "name": "CollapsibleContent",
2171
+ "type": "atom",
2172
+ "description": "",
2173
+ "props": {
2174
+ "asChild": {
2175
+ "type": "boolean",
2176
+ "required": false,
2177
+ "description": ""
2178
+ }
2179
+ }
2180
+ },
2181
+ "Command": {
2182
+ "name": "Command",
2183
+ "type": "atom",
2184
+ "description": "",
2185
+ "props": {
2186
+ "filter": {
2187
+ "type": "CommandFilter",
2188
+ "required": false,
2189
+ "description": "Custom filter function for whether each command menu item should matches the given search query.\nIt should return a number between 0 and 1, with 1 being the best match and 0 being hidden entirely.\nBy default, uses the `command-score` library."
2190
+ },
2191
+ "label": {
2192
+ "type": "string",
2193
+ "required": false,
2194
+ "description": "Accessible label for this command menu. Not shown visibly."
2195
+ },
2196
+ "asChild": {
2197
+ "type": "boolean",
2198
+ "required": false,
2199
+ "description": ""
2200
+ },
2201
+ "value": {
2202
+ "type": "string",
2203
+ "required": false,
2204
+ "description": "Optional controlled state of the selected command menu item."
2205
+ },
2206
+ "loop": {
2207
+ "type": "boolean",
2208
+ "required": false,
2209
+ "description": "Optionally set to `true` to turn on looping around when using the arrow keys."
2210
+ },
2211
+ "shouldFilter": {
2212
+ "type": "boolean",
2213
+ "required": false,
2214
+ "description": "Optionally set to `false` to turn off the automatic filtering and sorting.\nIf `false`, you must conditionally render valid items based on the search query yourself."
2215
+ },
2216
+ "onValueChange": {
2217
+ "type": "(value: string) => void",
2218
+ "required": false,
2219
+ "description": "Event handler called when the selected item of the menu changes."
2220
+ },
2221
+ "disablePointerSelection": {
2222
+ "type": "boolean",
2223
+ "required": false,
2224
+ "description": "Optionally set to `true` to disable selection via pointer events."
2225
+ },
2226
+ "vimBindings": {
2227
+ "type": "boolean",
2228
+ "required": false,
2229
+ "description": "Set to `false` to disable ctrl+n/j/p/k shortcuts. Defaults to `true`."
2230
+ }
2231
+ }
2232
+ },
2233
+ "CommandDialog": {
2234
+ "name": "CommandDialog",
2235
+ "type": "atom",
2236
+ "description": "",
2237
+ "props": {}
2238
+ },
2239
+ "CommandInput": {
2240
+ "name": "CommandInput",
2241
+ "type": "atom",
2242
+ "description": "",
2243
+ "props": {
2244
+ "asChild": {
2245
+ "type": "boolean",
2246
+ "required": false,
2247
+ "description": ""
2248
+ },
2249
+ "value": {
2250
+ "type": "string",
2251
+ "required": false,
2252
+ "description": "Optional controlled state for the value of the search input."
2253
+ },
2254
+ "onValueChange": {
2255
+ "type": "(search: string) => void",
2256
+ "required": false,
2257
+ "description": "Event handler called when the search value changes."
2258
+ }
2259
+ }
2260
+ },
2261
+ "CommandList": {
2262
+ "name": "CommandList",
2263
+ "type": "atom",
2264
+ "description": "",
2265
+ "props": {
2266
+ "label": {
2267
+ "type": "string",
2268
+ "required": false,
2269
+ "description": "Accessible label for this List of suggestions. Not shown visibly."
2270
+ },
2271
+ "asChild": {
2272
+ "type": "boolean",
2273
+ "required": false,
2274
+ "description": ""
2275
+ }
2276
+ }
2277
+ },
2278
+ "CommandEmpty": {
2279
+ "name": "CommandEmpty",
2280
+ "type": "atom",
2281
+ "description": "",
2282
+ "props": {
2283
+ "asChild": {
2284
+ "type": "boolean",
2285
+ "required": false,
2286
+ "description": ""
2287
+ }
2288
+ }
2289
+ },
2290
+ "CommandGroup": {
2291
+ "name": "CommandGroup",
2292
+ "type": "atom",
2293
+ "description": "",
2294
+ "props": {
2295
+ "heading": {
2296
+ "type": "ReactNode",
2297
+ "required": false,
2298
+ "description": "Optional heading to render for this group."
2299
+ },
2300
+ "asChild": {
2301
+ "type": "boolean",
2302
+ "required": false,
2303
+ "description": ""
2304
+ },
2305
+ "value": {
2306
+ "type": "string",
2307
+ "required": false,
2308
+ "description": "If no heading is provided, you must provide a value that is unique for this group."
2309
+ },
2310
+ "forceMount": {
2311
+ "type": "boolean",
2312
+ "required": false,
2313
+ "description": "Whether this group is forcibly rendered regardless of filtering."
2314
+ }
2315
+ }
2316
+ },
2317
+ "CommandItem": {
2318
+ "name": "CommandItem",
2319
+ "type": "atom",
2320
+ "description": "",
2321
+ "props": {
2322
+ "onSelect": {
2323
+ "type": "(value: string) => void",
2324
+ "required": false,
2325
+ "description": "Event handler for when this item is selected, either via click or keyboard selection."
2326
+ },
2327
+ "asChild": {
2328
+ "type": "boolean",
2329
+ "required": false,
2330
+ "description": ""
2331
+ },
2332
+ "disabled": {
2333
+ "type": "boolean",
2334
+ "required": false,
2335
+ "description": "Whether this item is currently disabled."
2336
+ },
2337
+ "value": {
2338
+ "type": "string",
2339
+ "required": false,
2340
+ "description": "A unique value for this item.\nIf no value is provided, it will be inferred from `children` or the rendered `textContent`. If your `textContent` changes between renders, you _must_ provide a stable, unique `value`."
2341
+ },
2342
+ "forceMount": {
2343
+ "type": "boolean",
2344
+ "required": false,
2345
+ "description": "Whether this item is forcibly rendered regardless of filtering."
2346
+ },
2347
+ "keywords": {
2348
+ "type": "string[]",
2349
+ "required": false,
2350
+ "description": "Optional keywords to match against when filtering."
2351
+ }
2352
+ }
2353
+ },
2354
+ "CommandShortcut": {
2355
+ "name": "CommandShortcut",
2356
+ "type": "atom",
2357
+ "description": "",
2358
+ "props": {}
2359
+ },
2360
+ "CommandSeparator": {
2361
+ "name": "CommandSeparator",
2362
+ "type": "atom",
2363
+ "description": "",
2364
+ "props": {
2365
+ "asChild": {
2366
+ "type": "boolean",
2367
+ "required": false,
2368
+ "description": ""
2369
+ },
2370
+ "alwaysRender": {
2371
+ "type": "boolean",
2372
+ "required": false,
2373
+ "description": "Whether this separator should always be rendered. Useful if you disable automatic filtering."
2374
+ }
2375
+ }
2376
+ },
2377
+ "ContextMenu": {
2378
+ "name": "ContextMenu",
2379
+ "type": "atom",
2380
+ "description": "",
2381
+ "props": {}
2382
+ },
2383
+ "ContextMenuTrigger": {
2384
+ "name": "ContextMenuTrigger",
2385
+ "type": "atom",
2386
+ "description": "",
2387
+ "props": {
2388
+ "asChild": {
2389
+ "type": "boolean",
2390
+ "required": false,
2391
+ "description": ""
2392
+ }
2393
+ }
2394
+ },
2395
+ "ContextMenuContent": {
2396
+ "name": "ContextMenuContent",
2397
+ "type": "atom",
2398
+ "description": "",
2399
+ "props": {
2400
+ "asChild": {
2401
+ "type": "boolean",
2402
+ "required": false,
2403
+ "description": ""
2404
+ }
2405
+ }
2406
+ },
2407
+ "ContextMenuItem": {
2408
+ "name": "ContextMenuItem",
2409
+ "type": "atom",
2410
+ "description": "",
2411
+ "props": {
2412
+ "asChild": {
2413
+ "type": "boolean",
2414
+ "required": false,
2415
+ "description": ""
2416
+ },
2417
+ "inset": {
2418
+ "type": "boolean",
2419
+ "required": false,
2420
+ "description": ""
2421
+ }
2422
+ }
2423
+ },
2424
+ "ContextMenuCheckboxItem": {
2425
+ "name": "ContextMenuCheckboxItem",
2426
+ "type": "atom",
2427
+ "description": "",
2428
+ "props": {
2429
+ "asChild": {
2430
+ "type": "boolean",
2431
+ "required": false,
2432
+ "description": ""
2433
+ }
2434
+ }
2435
+ },
2436
+ "ContextMenuRadioItem": {
2437
+ "name": "ContextMenuRadioItem",
2438
+ "type": "atom",
2439
+ "description": "",
2440
+ "props": {
2441
+ "asChild": {
2442
+ "type": "boolean",
2443
+ "required": false,
2444
+ "description": ""
2445
+ }
2446
+ }
2447
+ },
2448
+ "ContextMenuLabel": {
2449
+ "name": "ContextMenuLabel",
2450
+ "type": "atom",
2451
+ "description": "",
2452
+ "props": {
2453
+ "asChild": {
2454
+ "type": "boolean",
2455
+ "required": false,
2456
+ "description": ""
2457
+ },
2458
+ "inset": {
2459
+ "type": "boolean",
2460
+ "required": false,
2461
+ "description": ""
2462
+ }
2463
+ }
2464
+ },
2465
+ "ContextMenuSeparator": {
2466
+ "name": "ContextMenuSeparator",
2467
+ "type": "atom",
2468
+ "description": "",
2469
+ "props": {
2470
+ "asChild": {
2471
+ "type": "boolean",
2472
+ "required": false,
2473
+ "description": ""
2474
+ }
2475
+ }
2476
+ },
2477
+ "ContextMenuShortcut": {
2478
+ "name": "ContextMenuShortcut",
2479
+ "type": "atom",
2480
+ "description": "",
2481
+ "props": {}
2482
+ },
2483
+ "ContextMenuGroup": {
2484
+ "name": "ContextMenuGroup",
2485
+ "type": "atom",
2486
+ "description": "",
2487
+ "props": {
2488
+ "asChild": {
2489
+ "type": "boolean",
2490
+ "required": false,
2491
+ "description": ""
2492
+ }
2493
+ }
2494
+ },
2495
+ "ContextMenuPortal": {
2496
+ "name": "ContextMenuPortal",
2497
+ "type": "atom",
2498
+ "description": "",
2499
+ "props": {}
2500
+ },
2501
+ "ContextMenuSub": {
2502
+ "name": "ContextMenuSub",
2503
+ "type": "atom",
2504
+ "description": "",
2505
+ "props": {}
2506
+ },
2507
+ "ContextMenuSubContent": {
2508
+ "name": "ContextMenuSubContent",
2509
+ "type": "atom",
2510
+ "description": "",
2511
+ "props": {
2512
+ "asChild": {
2513
+ "type": "boolean",
2514
+ "required": false,
2515
+ "description": ""
2516
+ }
2517
+ }
2518
+ },
2519
+ "ContextMenuSubTrigger": {
2520
+ "name": "ContextMenuSubTrigger",
2521
+ "type": "atom",
2522
+ "description": "",
2523
+ "props": {
2524
+ "asChild": {
2525
+ "type": "boolean",
2526
+ "required": false,
2527
+ "description": ""
2528
+ },
2529
+ "inset": {
2530
+ "type": "boolean",
2531
+ "required": false,
2532
+ "description": ""
2533
+ }
2534
+ }
2535
+ },
2536
+ "ContextMenuRadioGroup": {
2537
+ "name": "ContextMenuRadioGroup",
2538
+ "type": "atom",
2539
+ "description": "",
2540
+ "props": {
2541
+ "asChild": {
2542
+ "type": "boolean",
2543
+ "required": false,
2544
+ "description": ""
2545
+ }
2546
+ }
2547
+ },
2548
+ "Dialog": {
2549
+ "name": "Dialog",
2550
+ "type": "atom",
2551
+ "description": "",
2552
+ "props": {}
2553
+ },
2554
+ "DialogPortal": {
2555
+ "name": "DialogPortal",
2556
+ "type": "atom",
2557
+ "description": "",
2558
+ "props": {}
2559
+ },
2560
+ "DialogOverlay": {
2561
+ "name": "DialogOverlay",
2562
+ "type": "atom",
2563
+ "description": "",
2564
+ "props": {
2565
+ "asChild": {
2566
+ "type": "boolean",
2567
+ "required": false,
2568
+ "description": ""
2569
+ }
2570
+ }
2571
+ },
2572
+ "DialogClose": {
2573
+ "name": "DialogClose",
2574
+ "type": "atom",
2575
+ "description": "",
2576
+ "props": {
2577
+ "asChild": {
2578
+ "type": "boolean",
2579
+ "required": false,
2580
+ "description": ""
2581
+ }
2582
+ }
2583
+ },
2584
+ "DialogTrigger": {
2585
+ "name": "DialogTrigger",
2586
+ "type": "atom",
2587
+ "description": "",
2588
+ "props": {
2589
+ "asChild": {
2590
+ "type": "boolean",
2591
+ "required": false,
2592
+ "description": ""
2593
+ }
2594
+ }
2595
+ },
2596
+ "DialogContent": {
2597
+ "name": "DialogContent",
2598
+ "type": "atom",
2599
+ "description": "",
2600
+ "props": {
2601
+ "asChild": {
2602
+ "type": "boolean",
2603
+ "required": false,
2604
+ "description": ""
2605
+ }
2606
+ }
2607
+ },
2608
+ "DialogHeader": {
2609
+ "name": "DialogHeader",
2610
+ "type": "atom",
2611
+ "description": "",
2612
+ "props": {}
2613
+ },
2614
+ "DialogFooter": {
2615
+ "name": "DialogFooter",
2616
+ "type": "atom",
2617
+ "description": "",
2618
+ "props": {}
2619
+ },
2620
+ "DialogTitle": {
2621
+ "name": "DialogTitle",
2622
+ "type": "atom",
2623
+ "description": "",
2624
+ "props": {
2625
+ "asChild": {
2626
+ "type": "boolean",
2627
+ "required": false,
2628
+ "description": ""
2629
+ }
2630
+ }
2631
+ },
2632
+ "DialogDescription": {
2633
+ "name": "DialogDescription",
2634
+ "type": "atom",
2635
+ "description": "",
2636
+ "props": {
2637
+ "asChild": {
2638
+ "type": "boolean",
2639
+ "required": false,
2640
+ "description": ""
2641
+ }
2642
+ }
2643
+ },
2644
+ "Drawer": {
2645
+ "name": "Drawer",
2646
+ "type": "atom",
2647
+ "description": "",
2648
+ "props": {
2649
+ "activeSnapPoint": {
2650
+ "type": "string | number",
2651
+ "required": false,
2652
+ "description": "",
2653
+ "enums": [
2654
+ "string",
2655
+ "number"
2656
+ ]
2657
+ },
2658
+ "setActiveSnapPoint": {
2659
+ "type": "(snapPoint: string | number) => void",
2660
+ "required": false,
2661
+ "description": "",
2662
+ "enums": [
2663
+ "(snapPoint: string",
2664
+ "number) => void"
2665
+ ]
2666
+ },
2667
+ "open": {
2668
+ "type": "boolean",
2669
+ "required": false,
2670
+ "description": ""
2671
+ },
2672
+ "closeThreshold": {
2673
+ "type": "number",
2674
+ "required": false,
2675
+ "defaultValue": "0.25",
2676
+ "description": "Number between 0 and 1 that determines when the drawer should be closed.\nExample: threshold of 0.5 would close the drawer if the user swiped for 50% of the height of the drawer or more."
2677
+ },
2678
+ "noBodyStyles": {
2679
+ "type": "boolean",
2680
+ "required": false,
2681
+ "description": "When `true` the `body` doesn't get any styles assigned from Vaul"
2682
+ },
2683
+ "onOpenChange": {
2684
+ "type": "(open: boolean) => void",
2685
+ "required": false,
2686
+ "description": ""
2687
+ },
2688
+ "shouldScaleBackground": {
2689
+ "type": "boolean",
2690
+ "required": false,
2691
+ "defaultValue": "true",
2692
+ "description": ""
2693
+ },
2694
+ "setBackgroundColorOnScale": {
2695
+ "type": "boolean",
2696
+ "required": false,
2697
+ "defaultValue": "true",
2698
+ "description": "When `false` we don't change body's background color when the drawer is open."
2699
+ },
2700
+ "scrollLockTimeout": {
2701
+ "type": "number",
2702
+ "required": false,
2703
+ "defaultValue": "500ms",
2704
+ "description": "Duration for which the drawer is not draggable after scrolling content inside of the drawer."
2705
+ },
2706
+ "fixed": {
2707
+ "type": "boolean",
2708
+ "required": false,
2709
+ "description": "When `true`, don't move the drawer upwards if there's space, but rather only change it's height so it's fully scrollable when the keyboard is open"
2710
+ },
2711
+ "handleOnly": {
2712
+ "type": "boolean",
2713
+ "required": false,
2714
+ "defaultValue": "false",
2715
+ "description": "When `true` only allows the drawer to be dragged by the `<Drawer.Handle />` component."
2716
+ },
2717
+ "dismissible": {
2718
+ "type": "boolean",
2719
+ "required": false,
2720
+ "defaultValue": "true",
2721
+ "description": "When `false` dragging, clicking outside, pressing esc, etc. will not close the drawer.\nUse this in comination with the `open` prop, otherwise you won't be able to open/close the drawer."
2722
+ },
2723
+ "onDrag": {
2724
+ "type": "(event: PointerEvent<HTMLDivElement>, percentageDragged: number) => void",
2725
+ "required": false,
2726
+ "description": ""
2727
+ },
2728
+ "onRelease": {
2729
+ "type": "(event: PointerEvent<HTMLDivElement>, open: boolean) => void",
2730
+ "required": false,
2731
+ "description": ""
2732
+ },
2733
+ "modal": {
2734
+ "type": "boolean",
2735
+ "required": false,
2736
+ "defaultValue": "true",
2737
+ "description": "When `false` it allows to interact with elements outside of the drawer without closing it."
2738
+ },
2739
+ "nested": {
2740
+ "type": "boolean",
2741
+ "required": false,
2742
+ "description": ""
2743
+ },
2744
+ "onClose": {
2745
+ "type": "() => void",
2746
+ "required": false,
2747
+ "description": ""
2748
+ },
2749
+ "direction": {
2750
+ "type": "enum",
2751
+ "required": false,
2752
+ "defaultValue": "'bottom'",
2753
+ "description": "Direction of the drawer. Can be `top` or `bottom`, `left`, `right`."
2754
+ },
2755
+ "defaultOpen": {
2756
+ "type": "boolean",
2757
+ "required": false,
2758
+ "defaultValue": "false",
2759
+ "description": "Opened by default, skips initial enter animation. Still reacts to `open` state changes"
2760
+ },
2761
+ "disablePreventScroll": {
2762
+ "type": "boolean",
2763
+ "required": false,
2764
+ "defaultValue": "false",
2765
+ "description": "When set to `true` prevents scrolling on the document body on mount, and restores it on unmount."
2766
+ },
2767
+ "repositionInputs": {
2768
+ "type": "boolean",
2769
+ "required": false,
2770
+ "defaultValue": "true when {@link snapPoints } is defined",
2771
+ "description": "When `true` Vaul will reposition inputs rather than scroll then into view if the keyboard is in the way.\nSetting it to `false` will fall back to the default browser behavior."
2772
+ },
2773
+ "snapToSequentialPoint": {
2774
+ "type": "boolean",
2775
+ "required": false,
2776
+ "defaultValue": "false",
2777
+ "description": "Disabled velocity based swiping for snap points.\nThis means that a snap point won't be skipped even if the velocity is high enough.\nUseful if each snap point in a drawer is equally important."
2778
+ },
2779
+ "container": {
2780
+ "type": "HTMLElement",
2781
+ "required": false,
2782
+ "description": ""
2783
+ },
2784
+ "onAnimationEnd": {
2785
+ "type": "(open: boolean) => void",
2786
+ "required": false,
2787
+ "description": "Gets triggered after the open or close animation ends, it receives an `open` argument with the `open` state of the drawer by the time the function was triggered.\nUseful to revert any state changes for example."
2788
+ },
2789
+ "preventScrollRestoration": {
2790
+ "type": "boolean",
2791
+ "required": false,
2792
+ "description": ""
2793
+ },
2794
+ "autoFocus": {
2795
+ "type": "boolean",
2796
+ "required": false,
2797
+ "description": ""
2798
+ }
2799
+ }
2800
+ },
2801
+ "Portal": {
2802
+ "name": "Portal",
2803
+ "type": "atom",
2804
+ "description": "",
2805
+ "props": {}
2806
+ },
2807
+ "DrawerOverlay": {
2808
+ "name": "DrawerOverlay",
2809
+ "type": "atom",
2810
+ "description": "",
2811
+ "props": {
2812
+ "asChild": {
2813
+ "type": "boolean",
2814
+ "required": false,
2815
+ "description": ""
2816
+ }
2817
+ }
2818
+ },
2819
+ "DrawerTrigger": {
2820
+ "name": "DrawerTrigger",
2821
+ "type": "atom",
2822
+ "description": "",
2823
+ "props": {
2824
+ "asChild": {
2825
+ "type": "boolean",
2826
+ "required": false,
2827
+ "description": ""
2828
+ }
2829
+ }
2830
+ },
2831
+ "DrawerClose": {
2832
+ "name": "DrawerClose",
2833
+ "type": "atom",
2834
+ "description": "",
2835
+ "props": {
2836
+ "asChild": {
2837
+ "type": "boolean",
2838
+ "required": false,
2839
+ "description": ""
2840
+ }
2841
+ }
2842
+ },
2843
+ "DrawerContent": {
2844
+ "name": "DrawerContent",
2845
+ "type": "atom",
2846
+ "description": "",
2847
+ "props": {
2848
+ "asChild": {
2849
+ "type": "boolean",
2850
+ "required": false,
2851
+ "description": ""
2852
+ }
2853
+ }
2854
+ },
2855
+ "DrawerHeader": {
2856
+ "name": "DrawerHeader",
2857
+ "type": "atom",
2858
+ "description": "",
2859
+ "props": {}
2860
+ },
2861
+ "DrawerFooter": {
2862
+ "name": "DrawerFooter",
2863
+ "type": "atom",
2864
+ "description": "",
2865
+ "props": {}
2866
+ },
2867
+ "DrawerTitle": {
2868
+ "name": "DrawerTitle",
2869
+ "type": "atom",
2870
+ "description": "",
2871
+ "props": {
2872
+ "asChild": {
2873
+ "type": "boolean",
2874
+ "required": false,
2875
+ "description": ""
2876
+ }
2877
+ }
2878
+ },
2879
+ "DrawerDescription": {
2880
+ "name": "DrawerDescription",
2881
+ "type": "atom",
2882
+ "description": "",
2883
+ "props": {
2884
+ "asChild": {
2885
+ "type": "boolean",
2886
+ "required": false,
2887
+ "description": ""
2888
+ }
2889
+ }
2890
+ },
2891
+ "DropdownMenu": {
2892
+ "name": "DropdownMenu",
2893
+ "type": "atom",
2894
+ "description": "",
2895
+ "props": {}
2896
+ },
2897
+ "DropdownMenuTrigger": {
2898
+ "name": "DropdownMenuTrigger",
2899
+ "type": "atom",
2900
+ "description": "",
2901
+ "props": {
2902
+ "asChild": {
2903
+ "type": "boolean",
2904
+ "required": false,
2905
+ "description": ""
2906
+ }
2907
+ }
2908
+ },
2909
+ "DropdownMenuContent": {
2910
+ "name": "DropdownMenuContent",
2911
+ "type": "atom",
2912
+ "description": "",
2913
+ "props": {
2914
+ "asChild": {
2915
+ "type": "boolean",
2916
+ "required": false,
2917
+ "description": ""
2918
+ }
2919
+ }
2920
+ },
2921
+ "DropdownMenuItem": {
2922
+ "name": "DropdownMenuItem",
2923
+ "type": "atom",
2924
+ "description": "",
2925
+ "props": {
2926
+ "asChild": {
2927
+ "type": "boolean",
2928
+ "required": false,
2929
+ "description": ""
2930
+ },
2931
+ "inset": {
2932
+ "type": "boolean",
2933
+ "required": false,
2934
+ "description": ""
2935
+ }
2936
+ }
2937
+ },
2938
+ "DropdownMenuCheckboxItem": {
2939
+ "name": "DropdownMenuCheckboxItem",
2940
+ "type": "atom",
2941
+ "description": "",
2942
+ "props": {
2943
+ "asChild": {
2944
+ "type": "boolean",
2945
+ "required": false,
2946
+ "description": ""
2947
+ }
2948
+ }
2949
+ },
2950
+ "DropdownMenuRadioItem": {
2951
+ "name": "DropdownMenuRadioItem",
2952
+ "type": "atom",
2953
+ "description": "",
2954
+ "props": {
2955
+ "asChild": {
2956
+ "type": "boolean",
2957
+ "required": false,
2958
+ "description": ""
2959
+ }
2960
+ }
2961
+ },
2962
+ "DropdownMenuLabel": {
2963
+ "name": "DropdownMenuLabel",
2964
+ "type": "atom",
2965
+ "description": "",
2966
+ "props": {
2967
+ "asChild": {
2968
+ "type": "boolean",
2969
+ "required": false,
2970
+ "description": ""
2971
+ },
2972
+ "inset": {
2973
+ "type": "boolean",
2974
+ "required": false,
2975
+ "description": ""
2976
+ }
2977
+ }
2978
+ },
2979
+ "DropdownMenuSeparator": {
2980
+ "name": "DropdownMenuSeparator",
2981
+ "type": "atom",
2982
+ "description": "",
2983
+ "props": {
2984
+ "asChild": {
2985
+ "type": "boolean",
2986
+ "required": false,
2987
+ "description": ""
2988
+ }
2989
+ }
2990
+ },
2991
+ "DropdownMenuShortcut": {
2992
+ "name": "DropdownMenuShortcut",
2993
+ "type": "atom",
2994
+ "description": "",
2995
+ "props": {}
2996
+ },
2997
+ "DropdownMenuGroup": {
2998
+ "name": "DropdownMenuGroup",
2999
+ "type": "atom",
3000
+ "description": "",
3001
+ "props": {
3002
+ "asChild": {
3003
+ "type": "boolean",
3004
+ "required": false,
3005
+ "description": ""
3006
+ }
3007
+ }
3008
+ },
3009
+ "DropdownMenuPortal": {
3010
+ "name": "DropdownMenuPortal",
3011
+ "type": "atom",
3012
+ "description": "",
3013
+ "props": {}
3014
+ },
3015
+ "DropdownMenuSub": {
3016
+ "name": "DropdownMenuSub",
3017
+ "type": "atom",
3018
+ "description": "",
3019
+ "props": {}
3020
+ },
3021
+ "DropdownMenuSubContent": {
3022
+ "name": "DropdownMenuSubContent",
3023
+ "type": "atom",
3024
+ "description": "",
3025
+ "props": {
3026
+ "asChild": {
3027
+ "type": "boolean",
3028
+ "required": false,
3029
+ "description": ""
3030
+ }
3031
+ }
3032
+ },
3033
+ "DropdownMenuSubTrigger": {
3034
+ "name": "DropdownMenuSubTrigger",
3035
+ "type": "atom",
3036
+ "description": "",
3037
+ "props": {
3038
+ "asChild": {
3039
+ "type": "boolean",
3040
+ "required": false,
3041
+ "description": ""
3042
+ },
3043
+ "inset": {
3044
+ "type": "boolean",
3045
+ "required": false,
3046
+ "description": ""
3047
+ }
3048
+ }
3049
+ },
3050
+ "DropdownMenuRadioGroup": {
3051
+ "name": "DropdownMenuRadioGroup",
3052
+ "type": "atom",
3053
+ "description": "",
3054
+ "props": {
3055
+ "asChild": {
3056
+ "type": "boolean",
3057
+ "required": false,
3058
+ "description": ""
3059
+ }
3060
+ }
3061
+ },
3062
+ "Empty": {
3063
+ "name": "Empty",
3064
+ "type": "atom",
3065
+ "description": "",
3066
+ "props": {}
3067
+ },
3068
+ "EmptyHeader": {
3069
+ "name": "EmptyHeader",
3070
+ "type": "atom",
3071
+ "description": "",
3072
+ "props": {}
3073
+ },
3074
+ "EmptyTitle": {
3075
+ "name": "EmptyTitle",
3076
+ "type": "atom",
3077
+ "description": "",
3078
+ "props": {}
3079
+ },
3080
+ "EmptyDescription": {
3081
+ "name": "EmptyDescription",
3082
+ "type": "atom",
3083
+ "description": "",
3084
+ "props": {}
3085
+ },
3086
+ "EmptyContent": {
3087
+ "name": "EmptyContent",
3088
+ "type": "atom",
3089
+ "description": "",
3090
+ "props": {}
3091
+ },
3092
+ "EmptyMedia": {
3093
+ "name": "EmptyMedia",
3094
+ "type": "atom",
3095
+ "description": "",
3096
+ "props": {
3097
+ "variant": {
3098
+ "type": "enum",
3099
+ "required": false,
3100
+ "defaultValue": "default",
3101
+ "description": ""
3102
+ }
3103
+ }
3104
+ },
3105
+ "Field": {
3106
+ "name": "Field",
3107
+ "type": "atom",
3108
+ "description": "",
3109
+ "props": {
3110
+ "orientation": {
3111
+ "type": "enum",
3112
+ "required": false,
3113
+ "defaultValue": "vertical",
3114
+ "description": ""
3115
+ }
3116
+ }
3117
+ },
3118
+ "FieldLabel": {
3119
+ "name": "FieldLabel",
3120
+ "type": "atom",
3121
+ "description": "",
3122
+ "props": {}
3123
+ },
3124
+ "FieldDescription": {
3125
+ "name": "FieldDescription",
3126
+ "type": "atom",
3127
+ "description": "",
3128
+ "props": {}
3129
+ },
3130
+ "FieldError": {
3131
+ "name": "FieldError",
3132
+ "type": "atom",
3133
+ "description": "",
3134
+ "props": {
3135
+ "errors": {
3136
+ "type": "{ message?: string; }[]",
3137
+ "required": false,
3138
+ "description": ""
3139
+ }
3140
+ }
3141
+ },
3142
+ "FieldGroup": {
3143
+ "name": "FieldGroup",
3144
+ "type": "atom",
3145
+ "description": "",
3146
+ "props": {}
3147
+ },
3148
+ "FieldLegend": {
3149
+ "name": "FieldLegend",
3150
+ "type": "atom",
3151
+ "description": "",
3152
+ "props": {
3153
+ "variant": {
3154
+ "type": "enum",
3155
+ "required": false,
3156
+ "defaultValue": "legend",
3157
+ "description": ""
3158
+ }
3159
+ }
3160
+ },
3161
+ "FieldSeparator": {
3162
+ "name": "FieldSeparator",
3163
+ "type": "atom",
3164
+ "description": "",
3165
+ "props": {}
3166
+ },
3167
+ "FieldSet": {
3168
+ "name": "FieldSet",
3169
+ "type": "atom",
3170
+ "description": "",
3171
+ "props": {}
3172
+ },
3173
+ "FieldContent": {
3174
+ "name": "FieldContent",
3175
+ "type": "atom",
3176
+ "description": "",
3177
+ "props": {}
3178
+ },
3179
+ "FieldTitle": {
3180
+ "name": "FieldTitle",
3181
+ "type": "atom",
3182
+ "description": "",
3183
+ "props": {}
3184
+ },
3185
+ "FormItem": {
3186
+ "name": "FormItem",
3187
+ "type": "atom",
3188
+ "description": "",
3189
+ "props": {}
3190
+ },
3191
+ "FormLabel": {
3192
+ "name": "FormLabel",
3193
+ "type": "atom",
3194
+ "description": "",
3195
+ "props": {
3196
+ "asChild": {
3197
+ "type": "boolean",
3198
+ "required": false,
3199
+ "description": ""
3200
+ }
3201
+ }
3202
+ },
3203
+ "FormControl": {
3204
+ "name": "FormControl",
3205
+ "type": "atom",
3206
+ "description": "",
3207
+ "props": {}
3208
+ },
3209
+ "FormDescription": {
3210
+ "name": "FormDescription",
3211
+ "type": "atom",
3212
+ "description": "",
3213
+ "props": {}
3214
+ },
3215
+ "FormMessage": {
3216
+ "name": "FormMessage",
3217
+ "type": "atom",
3218
+ "description": "",
3219
+ "props": {}
3220
+ },
3221
+ "FormField": {
3222
+ "name": "FormField",
3223
+ "type": "atom",
3224
+ "description": "",
3225
+ "props": {
3226
+ "render": {
3227
+ "type": "({ field, fieldState, formState, }: { field: ControllerRenderProps<TFieldValues, TName>; fieldState: ControllerFieldState; formState: UseFormStateReturn<TFieldValues>; }) => ReactElement<...>",
3228
+ "required": true,
3229
+ "description": ""
3230
+ },
3231
+ "name": {
3232
+ "type": "string",
3233
+ "required": true,
3234
+ "description": ""
3235
+ },
3236
+ "rules": {
3237
+ "type": "Omit<RegisterOptions<TFieldValues, TName>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">",
3238
+ "required": false,
3239
+ "description": "",
3240
+ "enums": [
3241
+ "Omit<RegisterOptions<TFieldValues, TName>, disabled",
3242
+ "valueAsNumber",
3243
+ "valueAsDate",
3244
+ "setValueAs>"
3245
+ ]
3246
+ },
3247
+ "shouldUnregister": {
3248
+ "type": "boolean",
3249
+ "required": false,
3250
+ "description": ""
3251
+ },
3252
+ "defaultValue": {
3253
+ "type": "any",
3254
+ "required": false,
3255
+ "description": ""
3256
+ },
3257
+ "control": {
3258
+ "type": "Control<TFieldValues, any, TFieldValues>",
3259
+ "required": false,
3260
+ "description": ""
3261
+ },
3262
+ "disabled": {
3263
+ "type": "boolean",
3264
+ "required": false,
3265
+ "description": ""
3266
+ },
3267
+ "exact": {
3268
+ "type": "boolean",
3269
+ "required": false,
3270
+ "description": ""
3271
+ }
3272
+ }
3273
+ },
3274
+ "HoverCard": {
3275
+ "name": "HoverCard",
3276
+ "type": "atom",
3277
+ "description": "",
3278
+ "props": {}
3279
+ },
3280
+ "HoverCardTrigger": {
3281
+ "name": "HoverCardTrigger",
3282
+ "type": "atom",
3283
+ "description": "",
3284
+ "props": {
3285
+ "asChild": {
3286
+ "type": "boolean",
3287
+ "required": false,
3288
+ "description": ""
3289
+ }
3290
+ }
3291
+ },
3292
+ "HoverCardContent": {
3293
+ "name": "HoverCardContent",
3294
+ "type": "atom",
3295
+ "description": "",
3296
+ "props": {
3297
+ "asChild": {
3298
+ "type": "boolean",
3299
+ "required": false,
3300
+ "description": ""
3301
+ }
3302
+ }
3303
+ },
3304
+ "InputGroup": {
3305
+ "name": "InputGroup",
3306
+ "type": "atom",
3307
+ "description": "",
3308
+ "props": {}
3309
+ },
3310
+ "InputGroupAddon": {
3311
+ "name": "InputGroupAddon",
3312
+ "type": "atom",
3313
+ "description": "",
3314
+ "props": {
3315
+ "align": {
3316
+ "type": "enum",
3317
+ "required": false,
3318
+ "defaultValue": "inline-start",
3319
+ "description": ""
3320
+ }
3321
+ }
3322
+ },
3323
+ "InputGroupButton": {
3324
+ "name": "InputGroupButton",
3325
+ "type": "atom",
3326
+ "description": "",
3327
+ "props": {
3328
+ "size": {
3329
+ "type": "enum",
3330
+ "required": false,
3331
+ "defaultValue": "xs",
3332
+ "description": ""
3333
+ }
3334
+ }
3335
+ },
3336
+ "InputGroupText": {
3337
+ "name": "InputGroupText",
3338
+ "type": "atom",
3339
+ "description": "",
3340
+ "props": {}
3341
+ },
3342
+ "InputGroupInput": {
3343
+ "name": "InputGroupInput",
3344
+ "type": "atom",
3345
+ "description": "",
3346
+ "props": {}
3347
+ },
3348
+ "InputGroupTextarea": {
3349
+ "name": "InputGroupTextarea",
3350
+ "type": "atom",
3351
+ "description": "",
3352
+ "props": {}
3353
+ },
3354
+ "InputOTP": {
3355
+ "name": "InputOTP",
3356
+ "type": "atom",
3357
+ "description": "",
3358
+ "props": {
3359
+ "onChange": {
3360
+ "type": "(newValue: string) => unknown",
3361
+ "required": false,
3362
+ "description": ""
3363
+ },
3364
+ "value": {
3365
+ "type": "string",
3366
+ "required": false,
3367
+ "description": ""
3368
+ },
3369
+ "maxLength": {
3370
+ "type": "number",
3371
+ "required": true,
3372
+ "description": ""
3373
+ },
3374
+ "render": {
3375
+ "type": "InputOTPRenderFn",
3376
+ "required": false,
3377
+ "description": ""
3378
+ },
3379
+ "textAlign": {
3380
+ "type": "enum",
3381
+ "required": false,
3382
+ "description": ""
3383
+ },
3384
+ "onComplete": {
3385
+ "type": "(...args: any[]) => unknown",
3386
+ "required": false,
3387
+ "description": ""
3388
+ },
3389
+ "pushPasswordManagerStrategy": {
3390
+ "type": "enum",
3391
+ "required": false,
3392
+ "description": ""
3393
+ },
3394
+ "pasteTransformer": {
3395
+ "type": "(pasted: string) => string",
3396
+ "required": false,
3397
+ "description": ""
3398
+ },
3399
+ "containerClassName": {
3400
+ "type": "string",
3401
+ "required": false,
3402
+ "description": ""
3403
+ },
3404
+ "noScriptCSSFallback": {
3405
+ "type": "string",
3406
+ "required": false,
3407
+ "description": ""
3408
+ }
3409
+ }
3410
+ },
3411
+ "InputOTPGroup": {
3412
+ "name": "InputOTPGroup",
3413
+ "type": "atom",
3414
+ "description": "",
3415
+ "props": {}
3416
+ },
3417
+ "InputOTPSlot": {
3418
+ "name": "InputOTPSlot",
3419
+ "type": "atom",
3420
+ "description": "",
3421
+ "props": {
3422
+ "index": {
3423
+ "type": "number",
3424
+ "required": true,
3425
+ "description": ""
3426
+ }
3427
+ }
3428
+ },
3429
+ "InputOTPSeparator": {
3430
+ "name": "InputOTPSeparator",
3431
+ "type": "atom",
3432
+ "description": "",
3433
+ "props": {}
3434
+ },
3435
+ "Input": {
3436
+ "name": "Input",
3437
+ "type": "atom",
3438
+ "description": "",
3439
+ "props": {}
3440
+ },
3441
+ "Item": {
3442
+ "name": "Item",
3443
+ "type": "atom",
3444
+ "description": "",
3445
+ "props": {
3446
+ "variant": {
3447
+ "type": "enum",
3448
+ "required": false,
3449
+ "defaultValue": "default",
3450
+ "description": ""
3451
+ },
3452
+ "size": {
3453
+ "type": "enum",
3454
+ "required": false,
3455
+ "defaultValue": "default",
3456
+ "description": ""
3457
+ },
3458
+ "asChild": {
3459
+ "type": "boolean",
3460
+ "required": false,
3461
+ "defaultValue": "false",
3462
+ "description": ""
3463
+ }
3464
+ }
3465
+ },
3466
+ "ItemMedia": {
3467
+ "name": "ItemMedia",
3468
+ "type": "atom",
3469
+ "description": "",
3470
+ "props": {
3471
+ "variant": {
3472
+ "type": "enum",
3473
+ "required": false,
3474
+ "defaultValue": "default",
3475
+ "description": ""
3476
+ }
3477
+ }
3478
+ },
3479
+ "ItemContent": {
3480
+ "name": "ItemContent",
3481
+ "type": "atom",
3482
+ "description": "",
3483
+ "props": {}
3484
+ },
3485
+ "ItemActions": {
3486
+ "name": "ItemActions",
3487
+ "type": "atom",
3488
+ "description": "",
3489
+ "props": {}
3490
+ },
3491
+ "ItemGroup": {
3492
+ "name": "ItemGroup",
3493
+ "type": "atom",
3494
+ "description": "",
3495
+ "props": {}
3496
+ },
3497
+ "ItemSeparator": {
3498
+ "name": "ItemSeparator",
3499
+ "type": "atom",
3500
+ "description": "",
3501
+ "props": {}
3502
+ },
3503
+ "ItemTitle": {
3504
+ "name": "ItemTitle",
3505
+ "type": "atom",
3506
+ "description": "",
3507
+ "props": {}
3508
+ },
3509
+ "ItemDescription": {
3510
+ "name": "ItemDescription",
3511
+ "type": "atom",
3512
+ "description": "",
3513
+ "props": {}
3514
+ },
3515
+ "ItemHeader": {
3516
+ "name": "ItemHeader",
3517
+ "type": "atom",
3518
+ "description": "",
3519
+ "props": {}
3520
+ },
3521
+ "ItemFooter": {
3522
+ "name": "ItemFooter",
3523
+ "type": "atom",
3524
+ "description": "",
3525
+ "props": {}
3526
+ },
3527
+ "Kbd": {
3528
+ "name": "Kbd",
3529
+ "type": "atom",
3530
+ "description": "",
3531
+ "props": {}
3532
+ },
3533
+ "KbdGroup": {
3534
+ "name": "KbdGroup",
3535
+ "type": "atom",
3536
+ "description": "",
3537
+ "props": {}
3538
+ },
3539
+ "Label": {
3540
+ "name": "Label",
3541
+ "type": "atom",
3542
+ "description": "",
3543
+ "props": {
3544
+ "asChild": {
3545
+ "type": "boolean",
3546
+ "required": false,
3547
+ "description": ""
3548
+ }
3549
+ }
3550
+ },
3551
+ "Menubar": {
3552
+ "name": "Menubar",
3553
+ "type": "atom",
3554
+ "description": "",
3555
+ "props": {
3556
+ "asChild": {
3557
+ "type": "boolean",
3558
+ "required": false,
3559
+ "description": ""
3560
+ }
3561
+ }
3562
+ },
3563
+ "MenubarMenu": {
3564
+ "name": "MenubarMenu",
3565
+ "type": "atom",
3566
+ "description": "",
3567
+ "props": {
3568
+ "__scopeMenubar": {
3569
+ "type": "Scope",
3570
+ "required": false,
3571
+ "description": ""
3572
+ }
3573
+ }
3574
+ },
3575
+ "MenubarTrigger": {
3576
+ "name": "MenubarTrigger",
3577
+ "type": "atom",
3578
+ "description": "",
3579
+ "props": {
3580
+ "asChild": {
3581
+ "type": "boolean",
3582
+ "required": false,
3583
+ "description": ""
3584
+ }
3585
+ }
3586
+ },
3587
+ "MenubarContent": {
3588
+ "name": "MenubarContent",
3589
+ "type": "atom",
3590
+ "description": "",
3591
+ "props": {
3592
+ "asChild": {
3593
+ "type": "boolean",
3594
+ "required": false,
3595
+ "description": ""
3596
+ }
3597
+ }
3598
+ },
3599
+ "MenubarItem": {
3600
+ "name": "MenubarItem",
3601
+ "type": "atom",
3602
+ "description": "",
3603
+ "props": {
3604
+ "asChild": {
3605
+ "type": "boolean",
3606
+ "required": false,
3607
+ "description": ""
3608
+ },
3609
+ "inset": {
3610
+ "type": "boolean",
3611
+ "required": false,
3612
+ "description": ""
3613
+ }
3614
+ }
3615
+ },
3616
+ "MenubarSeparator": {
3617
+ "name": "MenubarSeparator",
3618
+ "type": "atom",
3619
+ "description": "",
3620
+ "props": {
3621
+ "asChild": {
3622
+ "type": "boolean",
3623
+ "required": false,
3624
+ "description": ""
3625
+ }
3626
+ }
3627
+ },
3628
+ "MenubarLabel": {
3629
+ "name": "MenubarLabel",
3630
+ "type": "atom",
3631
+ "description": "",
3632
+ "props": {
3633
+ "asChild": {
3634
+ "type": "boolean",
3635
+ "required": false,
3636
+ "description": ""
3637
+ },
3638
+ "inset": {
3639
+ "type": "boolean",
3640
+ "required": false,
3641
+ "description": ""
3642
+ }
3643
+ }
3644
+ },
3645
+ "MenubarCheckboxItem": {
3646
+ "name": "MenubarCheckboxItem",
3647
+ "type": "atom",
3648
+ "description": "",
3649
+ "props": {
3650
+ "asChild": {
3651
+ "type": "boolean",
3652
+ "required": false,
3653
+ "description": ""
3654
+ }
3655
+ }
3656
+ },
3657
+ "MenubarRadioGroup": {
3658
+ "name": "MenubarRadioGroup",
3659
+ "type": "atom",
3660
+ "description": "",
3661
+ "props": {
3662
+ "asChild": {
3663
+ "type": "boolean",
3664
+ "required": false,
3665
+ "description": ""
3666
+ }
3667
+ }
3668
+ },
3669
+ "MenubarRadioItem": {
3670
+ "name": "MenubarRadioItem",
3671
+ "type": "atom",
3672
+ "description": "",
3673
+ "props": {
3674
+ "asChild": {
3675
+ "type": "boolean",
3676
+ "required": false,
3677
+ "description": ""
3678
+ }
3679
+ }
3680
+ },
3681
+ "MenubarPortal": {
3682
+ "name": "MenubarPortal",
3683
+ "type": "atom",
3684
+ "description": "",
3685
+ "props": {}
3686
+ },
3687
+ "MenubarSubContent": {
3688
+ "name": "MenubarSubContent",
3689
+ "type": "atom",
3690
+ "description": "",
3691
+ "props": {
3692
+ "asChild": {
3693
+ "type": "boolean",
3694
+ "required": false,
3695
+ "description": ""
3696
+ }
3697
+ }
3698
+ },
3699
+ "MenubarSubTrigger": {
3700
+ "name": "MenubarSubTrigger",
3701
+ "type": "atom",
3702
+ "description": "",
3703
+ "props": {
3704
+ "asChild": {
3705
+ "type": "boolean",
3706
+ "required": false,
3707
+ "description": ""
3708
+ },
3709
+ "inset": {
3710
+ "type": "boolean",
3711
+ "required": false,
3712
+ "description": ""
3713
+ }
3714
+ }
3715
+ },
3716
+ "MenubarGroup": {
3717
+ "name": "MenubarGroup",
3718
+ "type": "atom",
3719
+ "description": "",
3720
+ "props": {
3721
+ "asChild": {
3722
+ "type": "boolean",
3723
+ "required": false,
3724
+ "description": ""
3725
+ }
3726
+ }
3727
+ },
3728
+ "MenubarSub": {
3729
+ "name": "MenubarSub",
3730
+ "type": "atom",
3731
+ "description": "",
3732
+ "props": {}
3733
+ },
3734
+ "MenubarShortcut": {
3735
+ "name": "MenubarShortcut",
3736
+ "type": "atom",
3737
+ "description": "",
3738
+ "props": {}
3739
+ },
3740
+ "NavigationMenu": {
3741
+ "name": "NavigationMenu",
3742
+ "type": "atom",
3743
+ "description": "",
3744
+ "props": {
3745
+ "asChild": {
3746
+ "type": "boolean",
3747
+ "required": false,
3748
+ "description": ""
3749
+ }
3750
+ }
3751
+ },
3752
+ "NavigationMenuList": {
3753
+ "name": "NavigationMenuList",
3754
+ "type": "atom",
3755
+ "description": "",
3756
+ "props": {
3757
+ "asChild": {
3758
+ "type": "boolean",
3759
+ "required": false,
3760
+ "description": ""
3761
+ }
3762
+ }
3763
+ },
3764
+ "NavigationMenuItem": {
3765
+ "name": "NavigationMenuItem",
3766
+ "type": "atom",
3767
+ "description": "",
3768
+ "props": {
3769
+ "asChild": {
3770
+ "type": "boolean",
3771
+ "required": false,
3772
+ "description": ""
3773
+ }
3774
+ }
3775
+ },
3776
+ "NavigationMenuContent": {
3777
+ "name": "NavigationMenuContent",
3778
+ "type": "atom",
3779
+ "description": "",
3780
+ "props": {
3781
+ "asChild": {
3782
+ "type": "boolean",
3783
+ "required": false,
3784
+ "description": ""
3785
+ }
3786
+ }
3787
+ },
3788
+ "NavigationMenuTrigger": {
3789
+ "name": "NavigationMenuTrigger",
3790
+ "type": "atom",
3791
+ "description": "",
3792
+ "props": {
3793
+ "asChild": {
3794
+ "type": "boolean",
3795
+ "required": false,
3796
+ "description": ""
3797
+ }
3798
+ }
3799
+ },
3800
+ "NavigationMenuLink": {
3801
+ "name": "NavigationMenuLink",
3802
+ "type": "atom",
3803
+ "description": "",
3804
+ "props": {
3805
+ "asChild": {
3806
+ "type": "boolean",
3807
+ "required": false,
3808
+ "description": ""
3809
+ }
3810
+ }
3811
+ },
3812
+ "NavigationMenuIndicator": {
3813
+ "name": "NavigationMenuIndicator",
3814
+ "type": "atom",
3815
+ "description": "",
3816
+ "props": {
3817
+ "asChild": {
3818
+ "type": "boolean",
3819
+ "required": false,
3820
+ "description": ""
3821
+ }
3822
+ }
3823
+ },
3824
+ "NavigationMenuViewport": {
3825
+ "name": "NavigationMenuViewport",
3826
+ "type": "atom",
3827
+ "description": "",
3828
+ "props": {
3829
+ "asChild": {
3830
+ "type": "boolean",
3831
+ "required": false,
3832
+ "description": ""
3833
+ }
3834
+ }
3835
+ },
3836
+ "Pagination": {
3837
+ "name": "Pagination",
3838
+ "type": "atom",
3839
+ "description": "",
3840
+ "props": {}
3841
+ },
3842
+ "PaginationContent": {
3843
+ "name": "PaginationContent",
3844
+ "type": "atom",
3845
+ "description": "",
3846
+ "props": {}
3847
+ },
3848
+ "PaginationEllipsis": {
3849
+ "name": "PaginationEllipsis",
3850
+ "type": "atom",
3851
+ "description": "",
3852
+ "props": {}
3853
+ },
3854
+ "PaginationItem": {
3855
+ "name": "PaginationItem",
3856
+ "type": "atom",
3857
+ "description": "",
3858
+ "props": {}
3859
+ },
3860
+ "PaginationLink": {
3861
+ "name": "PaginationLink",
3862
+ "type": "atom",
3863
+ "description": "",
3864
+ "props": {
3865
+ "isActive": {
3866
+ "type": "boolean",
3867
+ "required": false,
3868
+ "description": ""
3869
+ },
3870
+ "size": {
3871
+ "type": "ButtonProps",
3872
+ "required": false,
3873
+ "defaultValue": "icon",
3874
+ "description": ""
3875
+ }
3876
+ }
3877
+ },
3878
+ "PaginationNext": {
3879
+ "name": "PaginationNext",
3880
+ "type": "atom",
3881
+ "description": "",
3882
+ "props": {
3883
+ "isActive": {
3884
+ "type": "boolean",
3885
+ "required": false,
3886
+ "description": ""
3887
+ },
3888
+ "size": {
3889
+ "type": "ButtonProps",
3890
+ "required": false,
3891
+ "defaultValue": "icon",
3892
+ "description": ""
3893
+ }
3894
+ }
3895
+ },
3896
+ "PaginationPrevious": {
3897
+ "name": "PaginationPrevious",
3898
+ "type": "atom",
3899
+ "description": "",
3900
+ "props": {
3901
+ "isActive": {
3902
+ "type": "boolean",
3903
+ "required": false,
3904
+ "description": ""
3905
+ },
3906
+ "size": {
3907
+ "type": "ButtonProps",
3908
+ "required": false,
3909
+ "defaultValue": "icon",
3910
+ "description": ""
3911
+ }
3912
+ }
3913
+ },
3914
+ "Popover": {
3915
+ "name": "Popover",
3916
+ "type": "atom",
3917
+ "description": "",
3918
+ "props": {}
3919
+ },
3920
+ "PopoverTrigger": {
3921
+ "name": "PopoverTrigger",
3922
+ "type": "atom",
3923
+ "description": "",
3924
+ "props": {
3925
+ "asChild": {
3926
+ "type": "boolean",
3927
+ "required": false,
3928
+ "description": ""
3929
+ }
3930
+ }
3931
+ },
3932
+ "PopoverContent": {
3933
+ "name": "PopoverContent",
3934
+ "type": "atom",
3935
+ "description": "",
3936
+ "props": {
3937
+ "asChild": {
3938
+ "type": "boolean",
3939
+ "required": false,
3940
+ "description": ""
3941
+ }
3942
+ }
3943
+ },
3944
+ "Progress": {
3945
+ "name": "Progress",
3946
+ "type": "atom",
3947
+ "description": "",
3948
+ "props": {
3949
+ "asChild": {
3950
+ "type": "boolean",
3951
+ "required": false,
3952
+ "description": ""
3953
+ }
3954
+ }
3955
+ },
3956
+ "RadioGroup": {
3957
+ "name": "RadioGroup",
3958
+ "type": "atom",
3959
+ "description": "",
3960
+ "props": {
3961
+ "asChild": {
3962
+ "type": "boolean",
3963
+ "required": false,
3964
+ "description": ""
3965
+ }
3966
+ }
3967
+ },
3968
+ "RadioGroupItem": {
3969
+ "name": "RadioGroupItem",
3970
+ "type": "atom",
3971
+ "description": "",
3972
+ "props": {
3973
+ "asChild": {
3974
+ "type": "boolean",
3975
+ "required": false,
3976
+ "description": ""
3977
+ }
3978
+ }
3979
+ },
3980
+ "ResizablePanelGroup": {
3981
+ "name": "ResizablePanelGroup",
3982
+ "type": "atom",
3983
+ "description": "",
3984
+ "props": {
3985
+ "defaultLayout": {
3986
+ "type": "Layout",
3987
+ "required": false,
3988
+ "description": "Default layout for the Group.\n\nℹ️ This value allows layouts to be remembered between page reloads.\n\n⚠️ Refer to the documentation for how to avoid layout shift when using server components."
3989
+ },
3990
+ "disableCursor": {
3991
+ "type": "boolean",
3992
+ "required": false,
3993
+ "description": "This library sets custom mouse cursor styles to indicate drag state.\nUse this prop to disable that behavior for Panels and Separators in this group."
3994
+ },
3995
+ "disabled": {
3996
+ "type": "boolean",
3997
+ "required": false,
3998
+ "description": "Disable resize functionality."
3999
+ },
4000
+ "elementRef": {
4001
+ "type": "Ref<HTMLDivElement>",
4002
+ "required": false,
4003
+ "description": "Ref attached to the root `HTMLDivElement`."
4004
+ },
4005
+ "groupRef": {
4006
+ "type": "Ref<GroupImperativeHandle>",
4007
+ "required": false,
4008
+ "description": "Exposes the following imperative API:\n- `getLayout(): Layout`\n- `setLayout(layout: Layout): void`\n\nℹ️ The `useGroupRef` and `useGroupCallbackRef` hooks are exported for convenience use in TypeScript projects."
4009
+ },
4010
+ "onLayoutChange": {
4011
+ "type": "(layout: Layout) => void",
4012
+ "required": false,
4013
+ "description": "Called when the Group's layout is changing.\n\n⚠️ For layout changes caused by pointer events, this method is called each time the pointer is moved.\nFor most cases, it is recommended to use the `onLayoutChanged` callback instead."
4014
+ },
4015
+ "onLayoutChanged": {
4016
+ "type": "(layout: Layout) => void",
4017
+ "required": false,
4018
+ "description": "Called after the Group's layout has been changed.\n\nℹ️ For layout changes caused by pointer events, this method is not called until the pointer has been released.\nThis method is recommended when saving layouts to some storage api."
4019
+ },
4020
+ "resizeTargetMinimumSize": {
4021
+ "type": "{ coarse: number; fine: number; }",
4022
+ "required": false,
4023
+ "description": "Minimum size of the resizable hit target area (either `Separator` or `Panel` edge)\nThis threshold ensures are large enough to avoid mis-clicks.\n\n- Coarse inputs (typically a finger on a touchscreen) have reduced accuracy;\nto ensure accessibility and ease of use, hit targets should be larger to prevent mis-clicks.\n- Fine inputs (typically a mouse) can be smaller\n\nℹ️ [Apple interface guidelines](https://developer.apple.com/design/human-interface-guidelines/accessibility) suggest `20pt` (`27px`) on desktops and `28pt` (`37px`) for touch devices\nIn practice this seems to be much larger than many of their own applications use though."
4024
+ },
4025
+ "orientation": {
4026
+ "type": "enum",
4027
+ "required": false,
4028
+ "description": "Specifies the resizable orientation (\"horizontal\" or \"vertical\"); defaults to \"horizontal\""
4029
+ }
4030
+ }
4031
+ },
4032
+ "Panel": {
4033
+ "name": "Panel",
4034
+ "type": "atom",
4035
+ "description": "A Panel wraps resizable content and can be configured with min/max size constraints and collapsible behavior.\n\nPanel size props can be in the following formats:\n- Percentage of the parent Group (0..100)\n- Pixels\n- Relative font units (em, rem)\n- Viewport relative units (vh, vw)\n\nℹ️ Numeric values are assumed to be pixels.\nStrings without explicit units are assumed to be percentages (0%..100%).\nPercentages may also be specified as strings ending with \"%\" (e.g. \"33%\")\nPixels may also be specified as strings ending with the unit \"px\".\nOther units should be specified as strings ending with their CSS property units (e.g. 1rem, 50vh)\n\nPanel elements always include the following attributes:\n\n```html\n<div data-panel data-testid=\"panel-id-prop\" id=\"panel-id-prop\">\n```\n\nℹ️ [Test id](https://testing-library.com/docs/queries/bytestid/) can be used to narrow selection when unit testing.\n\n⚠️ Panel elements must be direct DOM children of their parent Group elements.",
4036
+ "props": {
4037
+ "collapsedSize": {
4038
+ "type": "string | number",
4039
+ "required": false,
4040
+ "description": "Panel size when collapsed; defaults to 0%.",
4041
+ "enums": [
4042
+ "string",
4043
+ "number"
4044
+ ]
4045
+ },
4046
+ "collapsible": {
4047
+ "type": "boolean",
4048
+ "required": false,
4049
+ "description": "This panel can be collapsed.\n\nℹ️ A collapsible panel will collapse when it's size is less than of the specified `minSize`"
4050
+ },
4051
+ "defaultSize": {
4052
+ "type": "string | number",
4053
+ "required": false,
4054
+ "description": "Default size of Panel within its parent group; default is auto-assigned based on the total number of Panels.",
4055
+ "enums": [
4056
+ "string",
4057
+ "number"
4058
+ ]
4059
+ },
4060
+ "elementRef": {
4061
+ "type": "Ref<HTMLDivElement>",
4062
+ "required": false,
4063
+ "description": "Ref attached to the root `HTMLDivElement`."
4064
+ },
4065
+ "maxSize": {
4066
+ "type": "string | number",
4067
+ "required": false,
4068
+ "description": "Maximum size of Panel within its parent group; defaults to 100%.",
4069
+ "enums": [
4070
+ "string",
4071
+ "number"
4072
+ ]
4073
+ },
4074
+ "minSize": {
4075
+ "type": "string | number",
4076
+ "required": false,
4077
+ "description": "Minimum size of Panel within its parent group; defaults to 0%.",
4078
+ "enums": [
4079
+ "string",
4080
+ "number"
4081
+ ]
4082
+ },
4083
+ "onResize": {
4084
+ "type": "(panelSize: PanelSize, id: string | number, prevPanelSize: PanelSize) => void",
4085
+ "required": false,
4086
+ "description": "Called when panel sizes change.\n@param panelSize Panel size (both as a percentage of the parent Group and in pixels)\n@param id Panel id (if one was provided as a prop)\n@param prevPanelSize Previous panel size (will be undefined on mount)",
4087
+ "enums": [
4088
+ "(panelSize: PanelSize, id: string",
4089
+ "number, prevPanelSize: PanelSize) => void"
4090
+ ]
4091
+ },
4092
+ "panelRef": {
4093
+ "type": "Ref<PanelImperativeHandle>",
4094
+ "required": false,
4095
+ "description": "Exposes the following imperative API:\n- `collapse(): void`\n- `expand(): void`\n- `getSize(): number`\n- `isCollapsed(): boolean`\n- `resize(size: number): void`\n\nℹ️ The `usePanelRef` and `usePanelCallbackRef` hooks are exported for convenience use in TypeScript projects."
4096
+ }
4097
+ }
4098
+ },
4099
+ "ResizableHandle": {
4100
+ "name": "ResizableHandle",
4101
+ "type": "atom",
4102
+ "description": "",
4103
+ "props": {
4104
+ "elementRef": {
4105
+ "type": "Ref<HTMLDivElement>",
4106
+ "required": false,
4107
+ "description": "Ref attached to the root `HTMLDivElement`."
4108
+ },
4109
+ "withHandle": {
4110
+ "type": "boolean",
4111
+ "required": false,
4112
+ "description": ""
4113
+ }
4114
+ }
4115
+ },
4116
+ "ScrollArea": {
4117
+ "name": "ScrollArea",
4118
+ "type": "atom",
4119
+ "description": "",
4120
+ "props": {
4121
+ "asChild": {
4122
+ "type": "boolean",
4123
+ "required": false,
4124
+ "description": ""
4125
+ }
4126
+ }
4127
+ },
4128
+ "ScrollBar": {
4129
+ "name": "ScrollBar",
4130
+ "type": "atom",
4131
+ "description": "",
4132
+ "props": {
4133
+ "asChild": {
4134
+ "type": "boolean",
4135
+ "required": false,
4136
+ "description": ""
4137
+ }
4138
+ }
4139
+ },
4140
+ "Select": {
4141
+ "name": "Select",
4142
+ "type": "atom",
4143
+ "description": "",
4144
+ "props": {
4145
+ "value": {
4146
+ "type": "string",
4147
+ "required": false,
4148
+ "description": ""
4149
+ },
4150
+ "defaultValue": {
4151
+ "type": "string",
4152
+ "required": false,
4153
+ "description": ""
4154
+ },
4155
+ "onValueChange": {
4156
+ "type": "(value: string) => void",
4157
+ "required": false,
4158
+ "description": ""
4159
+ }
4160
+ }
4161
+ },
4162
+ "SelectGroup": {
4163
+ "name": "SelectGroup",
4164
+ "type": "atom",
4165
+ "description": "",
4166
+ "props": {
4167
+ "asChild": {
4168
+ "type": "boolean",
4169
+ "required": false,
4170
+ "description": ""
4171
+ }
4172
+ }
4173
+ },
4174
+ "SelectValue": {
4175
+ "name": "SelectValue",
4176
+ "type": "atom",
4177
+ "description": "",
4178
+ "props": {
4179
+ "asChild": {
4180
+ "type": "boolean",
4181
+ "required": false,
4182
+ "description": ""
4183
+ }
4184
+ }
4185
+ },
4186
+ "SelectTrigger": {
4187
+ "name": "SelectTrigger",
4188
+ "type": "atom",
4189
+ "description": "",
4190
+ "props": {
4191
+ "asChild": {
4192
+ "type": "boolean",
4193
+ "required": false,
4194
+ "description": ""
4195
+ }
4196
+ }
4197
+ },
4198
+ "SelectContent": {
4199
+ "name": "SelectContent",
4200
+ "type": "atom",
4201
+ "description": "",
4202
+ "props": {
4203
+ "asChild": {
4204
+ "type": "boolean",
4205
+ "required": false,
4206
+ "description": ""
4207
+ }
4208
+ }
4209
+ },
4210
+ "SelectLabel": {
4211
+ "name": "SelectLabel",
4212
+ "type": "atom",
4213
+ "description": "",
4214
+ "props": {
4215
+ "asChild": {
4216
+ "type": "boolean",
4217
+ "required": false,
4218
+ "description": ""
4219
+ }
4220
+ }
4221
+ },
4222
+ "SelectItem": {
4223
+ "name": "SelectItem",
4224
+ "type": "atom",
4225
+ "description": "",
4226
+ "props": {
4227
+ "asChild": {
4228
+ "type": "boolean",
4229
+ "required": false,
4230
+ "description": ""
4231
+ }
4232
+ }
4233
+ },
4234
+ "SelectSeparator": {
4235
+ "name": "SelectSeparator",
4236
+ "type": "atom",
4237
+ "description": "",
4238
+ "props": {
4239
+ "asChild": {
4240
+ "type": "boolean",
4241
+ "required": false,
4242
+ "description": ""
4243
+ }
4244
+ }
4245
+ },
4246
+ "SelectScrollUpButton": {
4247
+ "name": "SelectScrollUpButton",
4248
+ "type": "atom",
4249
+ "description": "",
4250
+ "props": {
4251
+ "asChild": {
4252
+ "type": "boolean",
4253
+ "required": false,
4254
+ "description": ""
4255
+ }
4256
+ }
4257
+ },
4258
+ "SelectScrollDownButton": {
4259
+ "name": "SelectScrollDownButton",
4260
+ "type": "atom",
4261
+ "description": "",
4262
+ "props": {
4263
+ "asChild": {
4264
+ "type": "boolean",
4265
+ "required": false,
4266
+ "description": ""
4267
+ }
4268
+ }
4269
+ },
4270
+ "Separator": {
4271
+ "name": "Separator",
4272
+ "type": "atom",
4273
+ "description": "",
4274
+ "props": {
4275
+ "asChild": {
4276
+ "type": "boolean",
4277
+ "required": false,
4278
+ "description": ""
4279
+ }
4280
+ }
4281
+ },
4282
+ "Sheet": {
4283
+ "name": "Sheet",
4284
+ "type": "atom",
4285
+ "description": "",
4286
+ "props": {}
4287
+ },
4288
+ "SheetPortal": {
4289
+ "name": "SheetPortal",
4290
+ "type": "atom",
4291
+ "description": "",
4292
+ "props": {}
4293
+ },
4294
+ "SheetOverlay": {
4295
+ "name": "SheetOverlay",
4296
+ "type": "atom",
4297
+ "description": "",
4298
+ "props": {
4299
+ "asChild": {
4300
+ "type": "boolean",
4301
+ "required": false,
4302
+ "description": ""
4303
+ }
4304
+ }
4305
+ },
4306
+ "SheetTrigger": {
4307
+ "name": "SheetTrigger",
4308
+ "type": "atom",
4309
+ "description": "",
4310
+ "props": {
4311
+ "asChild": {
4312
+ "type": "boolean",
4313
+ "required": false,
4314
+ "description": ""
4315
+ }
4316
+ }
4317
+ },
4318
+ "SheetClose": {
4319
+ "name": "SheetClose",
4320
+ "type": "atom",
4321
+ "description": "",
4322
+ "props": {
4323
+ "asChild": {
4324
+ "type": "boolean",
4325
+ "required": false,
4326
+ "description": ""
4327
+ }
4328
+ }
4329
+ },
4330
+ "SheetContent": {
4331
+ "name": "SheetContent",
4332
+ "type": "atom",
4333
+ "description": "",
4334
+ "props": {
4335
+ "asChild": {
4336
+ "type": "boolean",
4337
+ "required": false,
4338
+ "description": ""
4339
+ },
4340
+ "side": {
4341
+ "type": "enum",
4342
+ "required": false,
4343
+ "defaultValue": "right",
4344
+ "description": ""
4345
+ }
4346
+ }
4347
+ },
4348
+ "SheetHeader": {
4349
+ "name": "SheetHeader",
4350
+ "type": "atom",
4351
+ "description": "",
4352
+ "props": {}
4353
+ },
4354
+ "SheetFooter": {
4355
+ "name": "SheetFooter",
4356
+ "type": "atom",
4357
+ "description": "",
4358
+ "props": {}
4359
+ },
4360
+ "SheetTitle": {
4361
+ "name": "SheetTitle",
4362
+ "type": "atom",
4363
+ "description": "",
4364
+ "props": {
4365
+ "asChild": {
4366
+ "type": "boolean",
4367
+ "required": false,
4368
+ "description": ""
4369
+ }
4370
+ }
4371
+ },
4372
+ "SheetDescription": {
4373
+ "name": "SheetDescription",
4374
+ "type": "atom",
4375
+ "description": "",
4376
+ "props": {
4377
+ "asChild": {
4378
+ "type": "boolean",
4379
+ "required": false,
4380
+ "description": ""
4381
+ }
4382
+ }
4383
+ },
4384
+ "Sidebar": {
4385
+ "name": "Sidebar",
4386
+ "type": "atom",
4387
+ "description": "",
4388
+ "props": {
4389
+ "collapsible": {
4390
+ "type": "enum",
4391
+ "required": false,
4392
+ "defaultValue": "offcanvas",
4393
+ "description": ""
4394
+ },
4395
+ "variant": {
4396
+ "type": "enum",
4397
+ "required": false,
4398
+ "defaultValue": "default",
4399
+ "description": ""
4400
+ },
4401
+ "side": {
4402
+ "type": "enum",
4403
+ "required": false,
4404
+ "defaultValue": "left",
4405
+ "description": ""
4406
+ }
4407
+ }
4408
+ },
4409
+ "SidebarContent": {
4410
+ "name": "SidebarContent",
4411
+ "type": "atom",
4412
+ "description": "",
4413
+ "props": {}
4414
+ },
4415
+ "SidebarFooter": {
4416
+ "name": "SidebarFooter",
4417
+ "type": "atom",
4418
+ "description": "",
4419
+ "props": {}
4420
+ },
4421
+ "SidebarGroup": {
4422
+ "name": "SidebarGroup",
4423
+ "type": "atom",
4424
+ "description": "",
4425
+ "props": {}
4426
+ },
4427
+ "SidebarGroupAction": {
4428
+ "name": "SidebarGroupAction",
4429
+ "type": "atom",
4430
+ "description": "",
4431
+ "props": {
4432
+ "asChild": {
4433
+ "type": "boolean",
4434
+ "required": false,
4435
+ "defaultValue": "false",
4436
+ "description": ""
4437
+ }
4438
+ }
4439
+ },
4440
+ "SidebarGroupContent": {
4441
+ "name": "SidebarGroupContent",
4442
+ "type": "atom",
4443
+ "description": "",
4444
+ "props": {}
4445
+ },
4446
+ "SidebarGroupLabel": {
4447
+ "name": "SidebarGroupLabel",
4448
+ "type": "atom",
4449
+ "description": "",
4450
+ "props": {
4451
+ "asChild": {
4452
+ "type": "boolean",
4453
+ "required": false,
4454
+ "defaultValue": "false",
4455
+ "description": ""
4456
+ }
4457
+ }
4458
+ },
4459
+ "SidebarHeader": {
4460
+ "name": "SidebarHeader",
4461
+ "type": "atom",
4462
+ "description": "",
4463
+ "props": {}
4464
+ },
4465
+ "SidebarInput": {
4466
+ "name": "SidebarInput",
4467
+ "type": "atom",
4468
+ "description": "",
4469
+ "props": {}
4470
+ },
4471
+ "SidebarInset": {
4472
+ "name": "SidebarInset",
4473
+ "type": "atom",
4474
+ "description": "",
4475
+ "props": {}
4476
+ },
4477
+ "SidebarMenu": {
4478
+ "name": "SidebarMenu",
4479
+ "type": "atom",
4480
+ "description": "",
4481
+ "props": {}
4482
+ },
4483
+ "SidebarMenuAction": {
4484
+ "name": "SidebarMenuAction",
4485
+ "type": "atom",
4486
+ "description": "",
4487
+ "props": {
4488
+ "asChild": {
4489
+ "type": "boolean",
4490
+ "required": false,
4491
+ "defaultValue": "false",
4492
+ "description": ""
4493
+ },
4494
+ "showOnHover": {
4495
+ "type": "boolean",
4496
+ "required": false,
4497
+ "defaultValue": "false",
4498
+ "description": ""
4499
+ }
4500
+ }
4501
+ },
4502
+ "SidebarMenuBadge": {
4503
+ "name": "SidebarMenuBadge",
4504
+ "type": "atom",
4505
+ "description": "",
4506
+ "props": {}
4507
+ },
4508
+ "SidebarMenuButton": {
4509
+ "name": "SidebarMenuButton",
4510
+ "type": "atom",
4511
+ "description": "",
4512
+ "props": {
4513
+ "tooltip": {
4514
+ "type": "any",
4515
+ "required": false,
4516
+ "description": ""
4517
+ },
4518
+ "asChild": {
4519
+ "type": "boolean",
4520
+ "required": false,
4521
+ "defaultValue": "false",
4522
+ "description": ""
4523
+ },
4524
+ "variant": {
4525
+ "type": "enum",
4526
+ "required": false,
4527
+ "defaultValue": "default",
4528
+ "description": ""
4529
+ },
4530
+ "size": {
4531
+ "type": "enum",
4532
+ "required": false,
4533
+ "defaultValue": "md",
4534
+ "description": ""
4535
+ },
4536
+ "isActive": {
4537
+ "type": "boolean",
4538
+ "required": false,
4539
+ "defaultValue": "false",
4540
+ "description": ""
4541
+ }
4542
+ }
4543
+ },
4544
+ "SidebarMenuItem": {
4545
+ "name": "SidebarMenuItem",
4546
+ "type": "atom",
4547
+ "description": "",
4548
+ "props": {}
4549
+ },
4550
+ "SidebarMenuSkeleton": {
4551
+ "name": "SidebarMenuSkeleton",
4552
+ "type": "atom",
4553
+ "description": "",
4554
+ "props": {
4555
+ "showIcon": {
4556
+ "type": "boolean",
4557
+ "required": false,
4558
+ "defaultValue": "false",
4559
+ "description": ""
4560
+ }
4561
+ }
4562
+ },
4563
+ "SidebarMenuSub": {
4564
+ "name": "SidebarMenuSub",
4565
+ "type": "atom",
4566
+ "description": "",
4567
+ "props": {}
4568
+ },
4569
+ "SidebarMenuSubButton": {
4570
+ "name": "SidebarMenuSubButton",
4571
+ "type": "atom",
4572
+ "description": "",
4573
+ "props": {
4574
+ "asChild": {
4575
+ "type": "boolean",
4576
+ "required": false,
4577
+ "defaultValue": "false",
4578
+ "description": ""
4579
+ },
4580
+ "size": {
4581
+ "type": "enum",
4582
+ "required": false,
4583
+ "defaultValue": "md",
4584
+ "description": ""
4585
+ },
4586
+ "isActive": {
4587
+ "type": "boolean",
4588
+ "required": false,
4589
+ "defaultValue": "false",
4590
+ "description": ""
4591
+ }
4592
+ }
4593
+ },
4594
+ "SidebarMenuSubItem": {
4595
+ "name": "SidebarMenuSubItem",
4596
+ "type": "atom",
4597
+ "description": "",
4598
+ "props": {}
4599
+ },
4600
+ "SidebarProvider": {
4601
+ "name": "SidebarProvider",
4602
+ "type": "atom",
4603
+ "description": "",
4604
+ "props": {
4605
+ "defaultOpen": {
4606
+ "type": "boolean",
4607
+ "required": false,
4608
+ "defaultValue": "true",
4609
+ "description": ""
4610
+ },
4611
+ "open": {
4612
+ "type": "boolean",
4613
+ "required": false,
4614
+ "description": ""
4615
+ },
4616
+ "onOpenChange": {
4617
+ "type": "(open: boolean) => void",
4618
+ "required": false,
4619
+ "description": ""
4620
+ }
4621
+ }
4622
+ },
4623
+ "SidebarRail": {
4624
+ "name": "SidebarRail",
4625
+ "type": "atom",
4626
+ "description": "",
4627
+ "props": {}
4628
+ },
4629
+ "SidebarSeparator": {
4630
+ "name": "SidebarSeparator",
4631
+ "type": "atom",
4632
+ "description": "",
4633
+ "props": {}
4634
+ },
4635
+ "SidebarTrigger": {
4636
+ "name": "SidebarTrigger",
4637
+ "type": "atom",
4638
+ "description": "",
4639
+ "props": {}
4640
+ },
4641
+ "Skeleton": {
4642
+ "name": "Skeleton",
4643
+ "type": "atom",
4644
+ "description": "",
4645
+ "props": {}
4646
+ },
4647
+ "Slider": {
4648
+ "name": "Slider",
4649
+ "type": "atom",
4650
+ "description": "",
4651
+ "props": {
4652
+ "asChild": {
4653
+ "type": "boolean",
4654
+ "required": false,
4655
+ "description": ""
4656
+ }
4657
+ }
4658
+ },
4659
+ "Toaster": {
4660
+ "name": "Toaster",
4661
+ "type": "atom",
4662
+ "description": "",
4663
+ "props": {}
4664
+ },
4665
+ "Spinner": {
4666
+ "name": "Spinner",
4667
+ "type": "atom",
4668
+ "description": "",
4669
+ "props": {}
4670
+ },
4671
+ "Switch": {
4672
+ "name": "Switch",
4673
+ "type": "atom",
4674
+ "description": "",
4675
+ "props": {
4676
+ "asChild": {
4677
+ "type": "boolean",
4678
+ "required": false,
4679
+ "description": ""
4680
+ }
4681
+ }
4682
+ },
4683
+ "Table": {
4684
+ "name": "Table",
4685
+ "type": "atom",
4686
+ "description": "",
4687
+ "props": {}
4688
+ },
4689
+ "TableHeader": {
4690
+ "name": "TableHeader",
4691
+ "type": "atom",
4692
+ "description": "",
4693
+ "props": {}
4694
+ },
4695
+ "TableBody": {
4696
+ "name": "TableBody",
4697
+ "type": "atom",
4698
+ "description": "",
4699
+ "props": {}
4700
+ },
4701
+ "TableFooter": {
4702
+ "name": "TableFooter",
4703
+ "type": "atom",
4704
+ "description": "",
4705
+ "props": {}
4706
+ },
4707
+ "TableHead": {
4708
+ "name": "TableHead",
4709
+ "type": "atom",
4710
+ "description": "",
4711
+ "props": {}
4712
+ },
4713
+ "TableRow": {
4714
+ "name": "TableRow",
4715
+ "type": "atom",
4716
+ "description": "",
4717
+ "props": {}
4718
+ },
4719
+ "TableCell": {
4720
+ "name": "TableCell",
4721
+ "type": "atom",
4722
+ "description": "",
4723
+ "props": {}
4724
+ },
4725
+ "TableCaption": {
4726
+ "name": "TableCaption",
4727
+ "type": "atom",
4728
+ "description": "",
4729
+ "props": {}
4730
+ },
4731
+ "Tabs": {
4732
+ "name": "Tabs",
4733
+ "type": "atom",
4734
+ "description": "",
4735
+ "props": {
4736
+ "asChild": {
4737
+ "type": "boolean",
4738
+ "required": false,
4739
+ "description": ""
4740
+ }
4741
+ }
4742
+ },
4743
+ "TabsList": {
4744
+ "name": "TabsList",
4745
+ "type": "atom",
4746
+ "description": "",
4747
+ "props": {
4748
+ "asChild": {
4749
+ "type": "boolean",
4750
+ "required": false,
4751
+ "description": ""
4752
+ }
4753
+ }
4754
+ },
4755
+ "TabsTrigger": {
4756
+ "name": "TabsTrigger",
4757
+ "type": "atom",
4758
+ "description": "",
4759
+ "props": {
4760
+ "asChild": {
4761
+ "type": "boolean",
4762
+ "required": false,
4763
+ "description": ""
4764
+ }
4765
+ }
4766
+ },
4767
+ "TabsContent": {
4768
+ "name": "TabsContent",
4769
+ "type": "atom",
4770
+ "description": "",
4771
+ "props": {
4772
+ "asChild": {
4773
+ "type": "boolean",
4774
+ "required": false,
4775
+ "description": ""
4776
+ }
4777
+ }
4778
+ },
4779
+ "Textarea": {
4780
+ "name": "Textarea",
4781
+ "type": "atom",
4782
+ "description": "",
4783
+ "props": {}
4784
+ },
4785
+ "ToggleGroup": {
4786
+ "name": "ToggleGroup",
4787
+ "type": "atom",
4788
+ "description": "",
4789
+ "props": {}
4790
+ },
4791
+ "ToggleGroupItem": {
4792
+ "name": "ToggleGroupItem",
4793
+ "type": "atom",
4794
+ "description": "",
4795
+ "props": {}
4796
+ },
4797
+ "Toggle": {
4798
+ "name": "Toggle",
4799
+ "type": "atom",
4800
+ "description": "",
4801
+ "props": {
4802
+ "asChild": {
4803
+ "type": "boolean",
4804
+ "required": false,
4805
+ "description": ""
4806
+ },
4807
+ "variant": {
4808
+ "type": "enum",
4809
+ "required": false,
4810
+ "description": ""
4811
+ },
4812
+ "size": {
4813
+ "type": "enum",
4814
+ "required": false,
4815
+ "description": ""
4816
+ }
4817
+ }
4818
+ },
4819
+ "TooltipTrigger": {
4820
+ "name": "TooltipTrigger",
4821
+ "type": "atom",
4822
+ "description": "",
4823
+ "props": {
4824
+ "asChild": {
4825
+ "type": "boolean",
4826
+ "required": false,
4827
+ "description": ""
4828
+ }
4829
+ }
4830
+ },
4831
+ "TooltipContent": {
4832
+ "name": "TooltipContent",
4833
+ "type": "atom",
4834
+ "description": "",
4835
+ "props": {
4836
+ "asChild": {
4837
+ "type": "boolean",
4838
+ "required": false,
4839
+ "description": ""
4840
+ }
4841
+ }
4842
+ },
4843
+ "TooltipProvider": {
4844
+ "name": "TooltipProvider",
4845
+ "type": "atom",
4846
+ "description": "",
4847
+ "props": {}
4848
+ }
4849
+ }
4850
+ }