@mittwald/flow-react-components 0.2.0-alpha.345 → 0.2.0-alpha.346
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/assets/doc-properties.json +803 -803
- package/package.json +4 -4
|
@@ -23388,13 +23388,52 @@
|
|
|
23388
23388
|
},
|
|
23389
23389
|
{
|
|
23390
23390
|
"tags": {
|
|
23391
|
-
"flr-generate": "all"
|
|
23391
|
+
"flr-generate": "all",
|
|
23392
|
+
"flr-clear-props-context": ""
|
|
23392
23393
|
},
|
|
23393
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
23394
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/Select.tsx",
|
|
23394
23395
|
"description": "",
|
|
23395
|
-
"displayName": "
|
|
23396
|
+
"displayName": "Select",
|
|
23396
23397
|
"methods": [],
|
|
23397
23398
|
"props": {
|
|
23399
|
+
"onChange": {
|
|
23400
|
+
"defaultValue": null,
|
|
23401
|
+
"description": "Handler that is called when the selected value changes.",
|
|
23402
|
+
"name": "onChange",
|
|
23403
|
+
"parent": {
|
|
23404
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
23405
|
+
"name": "SelectProps"
|
|
23406
|
+
},
|
|
23407
|
+
"declarations": [
|
|
23408
|
+
{
|
|
23409
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
23410
|
+
"name": "SelectProps"
|
|
23411
|
+
}
|
|
23412
|
+
],
|
|
23413
|
+
"required": false,
|
|
23414
|
+
"type": {
|
|
23415
|
+
"name": "((value: string | number) => void)"
|
|
23416
|
+
}
|
|
23417
|
+
},
|
|
23418
|
+
"controller": {
|
|
23419
|
+
"defaultValue": null,
|
|
23420
|
+
"description": "An overlay controller to control the select option popover state.",
|
|
23421
|
+
"name": "controller",
|
|
23422
|
+
"parent": {
|
|
23423
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
23424
|
+
"name": "SelectProps"
|
|
23425
|
+
},
|
|
23426
|
+
"declarations": [
|
|
23427
|
+
{
|
|
23428
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
23429
|
+
"name": "SelectProps"
|
|
23430
|
+
}
|
|
23431
|
+
],
|
|
23432
|
+
"required": false,
|
|
23433
|
+
"type": {
|
|
23434
|
+
"name": "OverlayController"
|
|
23435
|
+
}
|
|
23436
|
+
},
|
|
23398
23437
|
"onFocus": {
|
|
23399
23438
|
"defaultValue": null,
|
|
23400
23439
|
"description": "Handler that is called when the element receives focus.",
|
|
@@ -23433,42 +23472,42 @@
|
|
|
23433
23472
|
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
23434
23473
|
}
|
|
23435
23474
|
},
|
|
23436
|
-
"
|
|
23475
|
+
"onKeyDown": {
|
|
23437
23476
|
"defaultValue": null,
|
|
23438
|
-
"description": "Handler that is called when
|
|
23439
|
-
"name": "
|
|
23477
|
+
"description": "Handler that is called when a key is pressed.",
|
|
23478
|
+
"name": "onKeyDown",
|
|
23440
23479
|
"parent": {
|
|
23441
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23442
|
-
"name": "
|
|
23480
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
23481
|
+
"name": "KeyboardEvents"
|
|
23443
23482
|
},
|
|
23444
23483
|
"declarations": [
|
|
23445
23484
|
{
|
|
23446
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23447
|
-
"name": "
|
|
23485
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
23486
|
+
"name": "KeyboardEvents"
|
|
23448
23487
|
}
|
|
23449
23488
|
],
|
|
23450
23489
|
"required": false,
|
|
23451
23490
|
"type": {
|
|
23452
|
-
"name": "((
|
|
23491
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
23453
23492
|
}
|
|
23454
23493
|
},
|
|
23455
|
-
"
|
|
23494
|
+
"onKeyUp": {
|
|
23456
23495
|
"defaultValue": null,
|
|
23457
|
-
"description": "
|
|
23458
|
-
"name": "
|
|
23496
|
+
"description": "Handler that is called when a key is released.",
|
|
23497
|
+
"name": "onKeyUp",
|
|
23459
23498
|
"parent": {
|
|
23460
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23461
|
-
"name": "
|
|
23499
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
23500
|
+
"name": "KeyboardEvents"
|
|
23462
23501
|
},
|
|
23463
23502
|
"declarations": [
|
|
23464
23503
|
{
|
|
23465
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23466
|
-
"name": "
|
|
23504
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
23505
|
+
"name": "KeyboardEvents"
|
|
23467
23506
|
}
|
|
23468
23507
|
],
|
|
23469
23508
|
"required": false,
|
|
23470
23509
|
"type": {
|
|
23471
|
-
"name": "
|
|
23510
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
23472
23511
|
}
|
|
23473
23512
|
},
|
|
23474
23513
|
"id": {
|
|
@@ -23492,16 +23531,16 @@
|
|
|
23492
23531
|
},
|
|
23493
23532
|
"name": {
|
|
23494
23533
|
"defaultValue": null,
|
|
23495
|
-
"description": "The name of the input
|
|
23534
|
+
"description": "The name of the input, used when submitting an HTML form.",
|
|
23496
23535
|
"name": "name",
|
|
23497
23536
|
"parent": {
|
|
23498
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
23499
|
-
"name": "
|
|
23537
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23538
|
+
"name": "AriaSelectProps"
|
|
23500
23539
|
},
|
|
23501
23540
|
"declarations": [
|
|
23502
23541
|
{
|
|
23503
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
23504
|
-
"name": "
|
|
23542
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23543
|
+
"name": "AriaSelectProps"
|
|
23505
23544
|
}
|
|
23506
23545
|
],
|
|
23507
23546
|
"required": false,
|
|
@@ -23528,27 +23567,6 @@
|
|
|
23528
23567
|
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
23529
23568
|
}
|
|
23530
23569
|
},
|
|
23531
|
-
"orientation": {
|
|
23532
|
-
"defaultValue": {
|
|
23533
|
-
"value": "'vertical'"
|
|
23534
|
-
},
|
|
23535
|
-
"description": "The axis the Radio Button(s) should align with.",
|
|
23536
|
-
"name": "orientation",
|
|
23537
|
-
"parent": {
|
|
23538
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
23539
|
-
"name": "RadioGroupProps"
|
|
23540
|
-
},
|
|
23541
|
-
"declarations": [
|
|
23542
|
-
{
|
|
23543
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
23544
|
-
"name": "RadioGroupProps"
|
|
23545
|
-
}
|
|
23546
|
-
],
|
|
23547
|
-
"required": false,
|
|
23548
|
-
"type": {
|
|
23549
|
-
"name": "Orientation"
|
|
23550
|
-
}
|
|
23551
|
-
},
|
|
23552
23570
|
"aria-describedby": {
|
|
23553
23571
|
"defaultValue": null,
|
|
23554
23572
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
@@ -23587,18 +23605,18 @@
|
|
|
23587
23605
|
"name": "string"
|
|
23588
23606
|
}
|
|
23589
23607
|
},
|
|
23590
|
-
"aria-
|
|
23608
|
+
"aria-label": {
|
|
23591
23609
|
"defaultValue": null,
|
|
23592
|
-
"description": "
|
|
23593
|
-
"name": "aria-
|
|
23610
|
+
"description": "Defines a string value that labels the current element.",
|
|
23611
|
+
"name": "aria-label",
|
|
23594
23612
|
"parent": {
|
|
23595
23613
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23596
|
-
"name": "
|
|
23614
|
+
"name": "AriaLabelingProps"
|
|
23597
23615
|
},
|
|
23598
23616
|
"declarations": [
|
|
23599
23617
|
{
|
|
23600
23618
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23601
|
-
"name": "
|
|
23619
|
+
"name": "AriaLabelingProps"
|
|
23602
23620
|
}
|
|
23603
23621
|
],
|
|
23604
23622
|
"required": false,
|
|
@@ -23606,10 +23624,10 @@
|
|
|
23606
23624
|
"name": "string"
|
|
23607
23625
|
}
|
|
23608
23626
|
},
|
|
23609
|
-
"aria-
|
|
23627
|
+
"aria-labelledby": {
|
|
23610
23628
|
"defaultValue": null,
|
|
23611
|
-
"description": "
|
|
23612
|
-
"name": "aria-
|
|
23629
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
23630
|
+
"name": "aria-labelledby",
|
|
23613
23631
|
"parent": {
|
|
23614
23632
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23615
23633
|
"name": "AriaLabelingProps"
|
|
@@ -23625,23 +23643,61 @@
|
|
|
23625
23643
|
"name": "string"
|
|
23626
23644
|
}
|
|
23627
23645
|
},
|
|
23628
|
-
"
|
|
23646
|
+
"isOpen": {
|
|
23629
23647
|
"defaultValue": null,
|
|
23630
|
-
"description": "
|
|
23631
|
-
"name": "
|
|
23648
|
+
"description": "Sets the open state of the menu.",
|
|
23649
|
+
"name": "isOpen",
|
|
23632
23650
|
"parent": {
|
|
23633
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
23634
|
-
"name": "
|
|
23651
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23652
|
+
"name": "SelectProps"
|
|
23635
23653
|
},
|
|
23636
23654
|
"declarations": [
|
|
23637
23655
|
{
|
|
23638
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
23639
|
-
"name": "
|
|
23656
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23657
|
+
"name": "SelectProps"
|
|
23640
23658
|
}
|
|
23641
23659
|
],
|
|
23642
23660
|
"required": false,
|
|
23643
23661
|
"type": {
|
|
23644
|
-
"name": "
|
|
23662
|
+
"name": "boolean"
|
|
23663
|
+
}
|
|
23664
|
+
},
|
|
23665
|
+
"defaultOpen": {
|
|
23666
|
+
"defaultValue": null,
|
|
23667
|
+
"description": "Sets the default open state of the menu.",
|
|
23668
|
+
"name": "defaultOpen",
|
|
23669
|
+
"parent": {
|
|
23670
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23671
|
+
"name": "SelectProps"
|
|
23672
|
+
},
|
|
23673
|
+
"declarations": [
|
|
23674
|
+
{
|
|
23675
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23676
|
+
"name": "SelectProps"
|
|
23677
|
+
}
|
|
23678
|
+
],
|
|
23679
|
+
"required": false,
|
|
23680
|
+
"type": {
|
|
23681
|
+
"name": "boolean"
|
|
23682
|
+
}
|
|
23683
|
+
},
|
|
23684
|
+
"onOpenChange": {
|
|
23685
|
+
"defaultValue": null,
|
|
23686
|
+
"description": "Method that is called when the open state of the menu changes.",
|
|
23687
|
+
"name": "onOpenChange",
|
|
23688
|
+
"parent": {
|
|
23689
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23690
|
+
"name": "SelectProps"
|
|
23691
|
+
},
|
|
23692
|
+
"declarations": [
|
|
23693
|
+
{
|
|
23694
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23695
|
+
"name": "SelectProps"
|
|
23696
|
+
}
|
|
23697
|
+
],
|
|
23698
|
+
"required": false,
|
|
23699
|
+
"type": {
|
|
23700
|
+
"name": "((isOpen: boolean) => void)"
|
|
23645
23701
|
}
|
|
23646
23702
|
},
|
|
23647
23703
|
"validationBehavior": {
|
|
@@ -23684,25 +23740,6 @@
|
|
|
23684
23740
|
"name": "boolean"
|
|
23685
23741
|
}
|
|
23686
23742
|
},
|
|
23687
|
-
"isReadOnly": {
|
|
23688
|
-
"defaultValue": null,
|
|
23689
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
23690
|
-
"name": "isReadOnly",
|
|
23691
|
-
"parent": {
|
|
23692
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
23693
|
-
"name": "InputBase"
|
|
23694
|
-
},
|
|
23695
|
-
"declarations": [
|
|
23696
|
-
{
|
|
23697
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
23698
|
-
"name": "InputBase"
|
|
23699
|
-
}
|
|
23700
|
-
],
|
|
23701
|
-
"required": false,
|
|
23702
|
-
"type": {
|
|
23703
|
-
"name": "boolean"
|
|
23704
|
-
}
|
|
23705
|
-
},
|
|
23706
23743
|
"isRequired": {
|
|
23707
23744
|
"defaultValue": null,
|
|
23708
23745
|
"description": "Whether user input is required on the input before form submission.",
|
|
@@ -23760,6 +23797,25 @@
|
|
|
23760
23797
|
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
23761
23798
|
}
|
|
23762
23799
|
},
|
|
23800
|
+
"autoFocus": {
|
|
23801
|
+
"defaultValue": null,
|
|
23802
|
+
"description": "Whether the element should receive focus on render.",
|
|
23803
|
+
"name": "autoFocus",
|
|
23804
|
+
"parent": {
|
|
23805
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
23806
|
+
"name": "FocusableProps"
|
|
23807
|
+
},
|
|
23808
|
+
"declarations": [
|
|
23809
|
+
{
|
|
23810
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
23811
|
+
"name": "FocusableProps"
|
|
23812
|
+
}
|
|
23813
|
+
],
|
|
23814
|
+
"required": false,
|
|
23815
|
+
"type": {
|
|
23816
|
+
"name": "boolean"
|
|
23817
|
+
}
|
|
23818
|
+
},
|
|
23763
23819
|
"onFocusChange": {
|
|
23764
23820
|
"defaultValue": null,
|
|
23765
23821
|
"description": "Handler that is called when the element's focus status changes.",
|
|
@@ -23779,61 +23835,158 @@
|
|
|
23779
23835
|
"name": "((isFocused: boolean) => void)"
|
|
23780
23836
|
}
|
|
23781
23837
|
},
|
|
23782
|
-
"
|
|
23838
|
+
"slot": {
|
|
23783
23839
|
"defaultValue": null,
|
|
23784
|
-
"description": "
|
|
23785
|
-
"name": "
|
|
23840
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
23841
|
+
"name": "slot",
|
|
23786
23842
|
"parent": {
|
|
23787
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23788
|
-
"name": "
|
|
23843
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
23844
|
+
"name": "SlotProps"
|
|
23789
23845
|
},
|
|
23790
23846
|
"declarations": [
|
|
23791
23847
|
{
|
|
23792
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23793
|
-
"name": "
|
|
23848
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
23849
|
+
"name": "SlotProps"
|
|
23794
23850
|
}
|
|
23795
23851
|
],
|
|
23796
23852
|
"required": false,
|
|
23797
23853
|
"type": {
|
|
23798
|
-
"name": "
|
|
23854
|
+
"name": "string | null"
|
|
23799
23855
|
}
|
|
23800
23856
|
},
|
|
23801
|
-
"
|
|
23857
|
+
"placeholder": {
|
|
23858
|
+
"defaultValue": {
|
|
23859
|
+
"value": "'Select an item' (localized)"
|
|
23860
|
+
},
|
|
23861
|
+
"description": "Temporary text that occupies the select when it is empty.",
|
|
23862
|
+
"name": "placeholder",
|
|
23863
|
+
"parent": {
|
|
23864
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
23865
|
+
"name": "SelectProps"
|
|
23866
|
+
},
|
|
23867
|
+
"declarations": [
|
|
23868
|
+
{
|
|
23869
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
23870
|
+
"name": "SelectProps"
|
|
23871
|
+
}
|
|
23872
|
+
],
|
|
23873
|
+
"required": false,
|
|
23874
|
+
"type": {
|
|
23875
|
+
"name": "string"
|
|
23876
|
+
}
|
|
23877
|
+
},
|
|
23878
|
+
"excludeFromTabOrder": {
|
|
23802
23879
|
"defaultValue": null,
|
|
23803
|
-
"description": "
|
|
23804
|
-
"name": "
|
|
23880
|
+
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
23881
|
+
"name": "excludeFromTabOrder",
|
|
23805
23882
|
"parent": {
|
|
23806
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23807
|
-
"name": "
|
|
23883
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23884
|
+
"name": "FocusableDOMProps"
|
|
23808
23885
|
},
|
|
23809
23886
|
"declarations": [
|
|
23810
23887
|
{
|
|
23811
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23812
|
-
"name": "
|
|
23888
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23889
|
+
"name": "FocusableDOMProps"
|
|
23813
23890
|
}
|
|
23814
23891
|
],
|
|
23815
23892
|
"required": false,
|
|
23816
23893
|
"type": {
|
|
23817
|
-
"name": "
|
|
23894
|
+
"name": "boolean"
|
|
23818
23895
|
}
|
|
23819
23896
|
},
|
|
23820
|
-
"
|
|
23897
|
+
"autoComplete": {
|
|
23821
23898
|
"defaultValue": null,
|
|
23822
|
-
"description": "
|
|
23823
|
-
"name": "
|
|
23899
|
+
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
23900
|
+
"name": "autoComplete",
|
|
23824
23901
|
"parent": {
|
|
23825
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23826
|
-
"name": "
|
|
23902
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23903
|
+
"name": "AriaSelectProps"
|
|
23827
23904
|
},
|
|
23828
23905
|
"declarations": [
|
|
23829
23906
|
{
|
|
23830
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23831
|
-
"name": "
|
|
23907
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
23908
|
+
"name": "AriaSelectProps"
|
|
23832
23909
|
}
|
|
23833
23910
|
],
|
|
23834
23911
|
"required": false,
|
|
23835
23912
|
"type": {
|
|
23836
|
-
"name": "string
|
|
23913
|
+
"name": "string"
|
|
23914
|
+
}
|
|
23915
|
+
},
|
|
23916
|
+
"onSelectionChange": {
|
|
23917
|
+
"defaultValue": null,
|
|
23918
|
+
"description": "Handler that is called when the selection changes.",
|
|
23919
|
+
"name": "onSelectionChange",
|
|
23920
|
+
"parent": {
|
|
23921
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
23922
|
+
"name": "MultipleSelection"
|
|
23923
|
+
},
|
|
23924
|
+
"declarations": [
|
|
23925
|
+
{
|
|
23926
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
23927
|
+
"name": "MultipleSelection"
|
|
23928
|
+
}
|
|
23929
|
+
],
|
|
23930
|
+
"required": false,
|
|
23931
|
+
"type": {
|
|
23932
|
+
"name": "((keys: Selection) => void)"
|
|
23933
|
+
}
|
|
23934
|
+
},
|
|
23935
|
+
"selectedKey": {
|
|
23936
|
+
"defaultValue": null,
|
|
23937
|
+
"description": "The currently selected key in the collection (controlled).",
|
|
23938
|
+
"name": "selectedKey",
|
|
23939
|
+
"parent": {
|
|
23940
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
23941
|
+
"name": "SingleSelection"
|
|
23942
|
+
},
|
|
23943
|
+
"declarations": [
|
|
23944
|
+
{
|
|
23945
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
23946
|
+
"name": "SingleSelection"
|
|
23947
|
+
}
|
|
23948
|
+
],
|
|
23949
|
+
"required": false,
|
|
23950
|
+
"type": {
|
|
23951
|
+
"name": "Key | null"
|
|
23952
|
+
}
|
|
23953
|
+
},
|
|
23954
|
+
"defaultSelectedKey": {
|
|
23955
|
+
"defaultValue": null,
|
|
23956
|
+
"description": "The initial selected key in the collection (uncontrolled).",
|
|
23957
|
+
"name": "defaultSelectedKey",
|
|
23958
|
+
"parent": {
|
|
23959
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
23960
|
+
"name": "SingleSelection"
|
|
23961
|
+
},
|
|
23962
|
+
"declarations": [
|
|
23963
|
+
{
|
|
23964
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
23965
|
+
"name": "SingleSelection"
|
|
23966
|
+
}
|
|
23967
|
+
],
|
|
23968
|
+
"required": false,
|
|
23969
|
+
"type": {
|
|
23970
|
+
"name": "Key"
|
|
23971
|
+
}
|
|
23972
|
+
},
|
|
23973
|
+
"disabledKeys": {
|
|
23974
|
+
"defaultValue": null,
|
|
23975
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
23976
|
+
"name": "disabledKeys",
|
|
23977
|
+
"parent": {
|
|
23978
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
23979
|
+
"name": "CollectionBase"
|
|
23980
|
+
},
|
|
23981
|
+
"declarations": [
|
|
23982
|
+
{
|
|
23983
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
23984
|
+
"name": "CollectionBase"
|
|
23985
|
+
}
|
|
23986
|
+
],
|
|
23987
|
+
"required": false,
|
|
23988
|
+
"type": {
|
|
23989
|
+
"name": "Iterable<Key>"
|
|
23837
23990
|
}
|
|
23838
23991
|
},
|
|
23839
23992
|
"children": {
|
|
@@ -23927,75 +24080,36 @@
|
|
|
23927
24080
|
"name": "Key | null"
|
|
23928
24081
|
}
|
|
23929
24082
|
},
|
|
23930
|
-
"
|
|
24083
|
+
"className": {
|
|
23931
24084
|
"defaultValue": null,
|
|
23932
|
-
"description": "",
|
|
23933
|
-
"name": "
|
|
24085
|
+
"description": "The elements class name.",
|
|
24086
|
+
"name": "className",
|
|
23934
24087
|
"parent": {
|
|
23935
24088
|
"fileName": "components/src/lib/types/props.ts",
|
|
23936
|
-
"name": "
|
|
24089
|
+
"name": "PropsWithClassName"
|
|
23937
24090
|
},
|
|
23938
24091
|
"declarations": [
|
|
23939
24092
|
{
|
|
23940
24093
|
"fileName": "components/src/lib/types/props.ts",
|
|
23941
|
-
"name": "
|
|
24094
|
+
"name": "PropsWithClassName"
|
|
23942
24095
|
}
|
|
23943
24096
|
],
|
|
23944
24097
|
"required": false,
|
|
23945
24098
|
"type": {
|
|
23946
|
-
"name": "
|
|
24099
|
+
"name": "string"
|
|
23947
24100
|
}
|
|
23948
24101
|
}
|
|
23949
24102
|
}
|
|
23950
24103
|
},
|
|
23951
24104
|
{
|
|
23952
24105
|
"tags": {
|
|
23953
|
-
"flr-generate": "all"
|
|
23954
|
-
"flr-clear-props-context": ""
|
|
24106
|
+
"flr-generate": "all"
|
|
23955
24107
|
},
|
|
23956
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
24108
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
|
|
23957
24109
|
"description": "",
|
|
23958
|
-
"displayName": "
|
|
24110
|
+
"displayName": "SegmentedControl",
|
|
23959
24111
|
"methods": [],
|
|
23960
24112
|
"props": {
|
|
23961
|
-
"onChange": {
|
|
23962
|
-
"defaultValue": null,
|
|
23963
|
-
"description": "Handler that is called when the selected value changes.",
|
|
23964
|
-
"name": "onChange",
|
|
23965
|
-
"parent": {
|
|
23966
|
-
"fileName": "components/src/components/Select/Select.tsx",
|
|
23967
|
-
"name": "SelectProps"
|
|
23968
|
-
},
|
|
23969
|
-
"declarations": [
|
|
23970
|
-
{
|
|
23971
|
-
"fileName": "components/src/components/Select/Select.tsx",
|
|
23972
|
-
"name": "SelectProps"
|
|
23973
|
-
}
|
|
23974
|
-
],
|
|
23975
|
-
"required": false,
|
|
23976
|
-
"type": {
|
|
23977
|
-
"name": "((value: string | number) => void)"
|
|
23978
|
-
}
|
|
23979
|
-
},
|
|
23980
|
-
"controller": {
|
|
23981
|
-
"defaultValue": null,
|
|
23982
|
-
"description": "An overlay controller to control the select option popover state.",
|
|
23983
|
-
"name": "controller",
|
|
23984
|
-
"parent": {
|
|
23985
|
-
"fileName": "components/src/components/Select/Select.tsx",
|
|
23986
|
-
"name": "SelectProps"
|
|
23987
|
-
},
|
|
23988
|
-
"declarations": [
|
|
23989
|
-
{
|
|
23990
|
-
"fileName": "components/src/components/Select/Select.tsx",
|
|
23991
|
-
"name": "SelectProps"
|
|
23992
|
-
}
|
|
23993
|
-
],
|
|
23994
|
-
"required": false,
|
|
23995
|
-
"type": {
|
|
23996
|
-
"name": "OverlayController"
|
|
23997
|
-
}
|
|
23998
|
-
},
|
|
23999
24113
|
"onFocus": {
|
|
24000
24114
|
"defaultValue": null,
|
|
24001
24115
|
"description": "Handler that is called when the element receives focus.",
|
|
@@ -24034,42 +24148,42 @@
|
|
|
24034
24148
|
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
24035
24149
|
}
|
|
24036
24150
|
},
|
|
24037
|
-
"
|
|
24151
|
+
"onChange": {
|
|
24038
24152
|
"defaultValue": null,
|
|
24039
|
-
"description": "Handler that is called when
|
|
24040
|
-
"name": "
|
|
24153
|
+
"description": "Handler that is called when the value changes.",
|
|
24154
|
+
"name": "onChange",
|
|
24041
24155
|
"parent": {
|
|
24042
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24043
|
-
"name": "
|
|
24156
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24157
|
+
"name": "ValueBase"
|
|
24044
24158
|
},
|
|
24045
24159
|
"declarations": [
|
|
24046
24160
|
{
|
|
24047
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24048
|
-
"name": "
|
|
24161
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24162
|
+
"name": "ValueBase"
|
|
24049
24163
|
}
|
|
24050
24164
|
],
|
|
24051
24165
|
"required": false,
|
|
24052
24166
|
"type": {
|
|
24053
|
-
"name": "((
|
|
24167
|
+
"name": "((value: TimeValue | null) => void)"
|
|
24054
24168
|
}
|
|
24055
24169
|
},
|
|
24056
|
-
"
|
|
24170
|
+
"className": {
|
|
24057
24171
|
"defaultValue": null,
|
|
24058
|
-
"description": "
|
|
24059
|
-
"name": "
|
|
24172
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
24173
|
+
"name": "className",
|
|
24060
24174
|
"parent": {
|
|
24061
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24062
|
-
"name": "
|
|
24175
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
24176
|
+
"name": "StyleRenderProps"
|
|
24063
24177
|
},
|
|
24064
24178
|
"declarations": [
|
|
24065
24179
|
{
|
|
24066
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24067
|
-
"name": "
|
|
24180
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
24181
|
+
"name": "StyleRenderProps"
|
|
24068
24182
|
}
|
|
24069
24183
|
],
|
|
24070
24184
|
"required": false,
|
|
24071
24185
|
"type": {
|
|
24072
|
-
"name": "((
|
|
24186
|
+
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
24073
24187
|
}
|
|
24074
24188
|
},
|
|
24075
24189
|
"id": {
|
|
@@ -24093,16 +24207,16 @@
|
|
|
24093
24207
|
},
|
|
24094
24208
|
"name": {
|
|
24095
24209
|
"defaultValue": null,
|
|
24096
|
-
"description": "The name of the input, used when submitting an HTML form.",
|
|
24210
|
+
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
24097
24211
|
"name": "name",
|
|
24098
24212
|
"parent": {
|
|
24099
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
24100
|
-
"name": "
|
|
24213
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24214
|
+
"name": "InputDOMProps"
|
|
24101
24215
|
},
|
|
24102
24216
|
"declarations": [
|
|
24103
24217
|
{
|
|
24104
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
24105
|
-
"name": "
|
|
24218
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24219
|
+
"name": "InputDOMProps"
|
|
24106
24220
|
}
|
|
24107
24221
|
],
|
|
24108
24222
|
"required": false,
|
|
@@ -24129,6 +24243,27 @@
|
|
|
24129
24243
|
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
24130
24244
|
}
|
|
24131
24245
|
},
|
|
24246
|
+
"orientation": {
|
|
24247
|
+
"defaultValue": {
|
|
24248
|
+
"value": "'vertical'"
|
|
24249
|
+
},
|
|
24250
|
+
"description": "The axis the Radio Button(s) should align with.",
|
|
24251
|
+
"name": "orientation",
|
|
24252
|
+
"parent": {
|
|
24253
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
24254
|
+
"name": "RadioGroupProps"
|
|
24255
|
+
},
|
|
24256
|
+
"declarations": [
|
|
24257
|
+
{
|
|
24258
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
24259
|
+
"name": "RadioGroupProps"
|
|
24260
|
+
}
|
|
24261
|
+
],
|
|
24262
|
+
"required": false,
|
|
24263
|
+
"type": {
|
|
24264
|
+
"name": "Orientation"
|
|
24265
|
+
}
|
|
24266
|
+
},
|
|
24132
24267
|
"aria-describedby": {
|
|
24133
24268
|
"defaultValue": null,
|
|
24134
24269
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
@@ -24167,18 +24302,18 @@
|
|
|
24167
24302
|
"name": "string"
|
|
24168
24303
|
}
|
|
24169
24304
|
},
|
|
24170
|
-
"aria-
|
|
24305
|
+
"aria-errormessage": {
|
|
24171
24306
|
"defaultValue": null,
|
|
24172
|
-
"description": "
|
|
24173
|
-
"name": "aria-
|
|
24307
|
+
"description": "Identifies the element that provides an error message for the object.",
|
|
24308
|
+
"name": "aria-errormessage",
|
|
24174
24309
|
"parent": {
|
|
24175
24310
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24176
|
-
"name": "
|
|
24311
|
+
"name": "AriaValidationProps"
|
|
24177
24312
|
},
|
|
24178
24313
|
"declarations": [
|
|
24179
24314
|
{
|
|
24180
24315
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24181
|
-
"name": "
|
|
24316
|
+
"name": "AriaValidationProps"
|
|
24182
24317
|
}
|
|
24183
24318
|
],
|
|
24184
24319
|
"required": false,
|
|
@@ -24186,10 +24321,10 @@
|
|
|
24186
24321
|
"name": "string"
|
|
24187
24322
|
}
|
|
24188
24323
|
},
|
|
24189
|
-
"aria-
|
|
24324
|
+
"aria-label": {
|
|
24190
24325
|
"defaultValue": null,
|
|
24191
|
-
"description": "
|
|
24192
|
-
"name": "aria-
|
|
24326
|
+
"description": "Defines a string value that labels the current element.",
|
|
24327
|
+
"name": "aria-label",
|
|
24193
24328
|
"parent": {
|
|
24194
24329
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24195
24330
|
"name": "AriaLabelingProps"
|
|
@@ -24205,61 +24340,23 @@
|
|
|
24205
24340
|
"name": "string"
|
|
24206
24341
|
}
|
|
24207
24342
|
},
|
|
24208
|
-
"
|
|
24209
|
-
"defaultValue": null,
|
|
24210
|
-
"description": "Sets the open state of the menu.",
|
|
24211
|
-
"name": "isOpen",
|
|
24212
|
-
"parent": {
|
|
24213
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24214
|
-
"name": "SelectProps"
|
|
24215
|
-
},
|
|
24216
|
-
"declarations": [
|
|
24217
|
-
{
|
|
24218
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24219
|
-
"name": "SelectProps"
|
|
24220
|
-
}
|
|
24221
|
-
],
|
|
24222
|
-
"required": false,
|
|
24223
|
-
"type": {
|
|
24224
|
-
"name": "boolean"
|
|
24225
|
-
}
|
|
24226
|
-
},
|
|
24227
|
-
"defaultOpen": {
|
|
24228
|
-
"defaultValue": null,
|
|
24229
|
-
"description": "Sets the default open state of the menu.",
|
|
24230
|
-
"name": "defaultOpen",
|
|
24231
|
-
"parent": {
|
|
24232
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24233
|
-
"name": "SelectProps"
|
|
24234
|
-
},
|
|
24235
|
-
"declarations": [
|
|
24236
|
-
{
|
|
24237
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24238
|
-
"name": "SelectProps"
|
|
24239
|
-
}
|
|
24240
|
-
],
|
|
24241
|
-
"required": false,
|
|
24242
|
-
"type": {
|
|
24243
|
-
"name": "boolean"
|
|
24244
|
-
}
|
|
24245
|
-
},
|
|
24246
|
-
"onOpenChange": {
|
|
24343
|
+
"aria-labelledby": {
|
|
24247
24344
|
"defaultValue": null,
|
|
24248
|
-
"description": "
|
|
24249
|
-
"name": "
|
|
24345
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
24346
|
+
"name": "aria-labelledby",
|
|
24250
24347
|
"parent": {
|
|
24251
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
24252
|
-
"name": "
|
|
24348
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24349
|
+
"name": "AriaLabelingProps"
|
|
24253
24350
|
},
|
|
24254
24351
|
"declarations": [
|
|
24255
24352
|
{
|
|
24256
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
24257
|
-
"name": "
|
|
24353
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24354
|
+
"name": "AriaLabelingProps"
|
|
24258
24355
|
}
|
|
24259
24356
|
],
|
|
24260
24357
|
"required": false,
|
|
24261
24358
|
"type": {
|
|
24262
|
-
"name": "
|
|
24359
|
+
"name": "string"
|
|
24263
24360
|
}
|
|
24264
24361
|
},
|
|
24265
24362
|
"validationBehavior": {
|
|
@@ -24302,6 +24399,25 @@
|
|
|
24302
24399
|
"name": "boolean"
|
|
24303
24400
|
}
|
|
24304
24401
|
},
|
|
24402
|
+
"isReadOnly": {
|
|
24403
|
+
"defaultValue": null,
|
|
24404
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
24405
|
+
"name": "isReadOnly",
|
|
24406
|
+
"parent": {
|
|
24407
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24408
|
+
"name": "InputBase"
|
|
24409
|
+
},
|
|
24410
|
+
"declarations": [
|
|
24411
|
+
{
|
|
24412
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24413
|
+
"name": "InputBase"
|
|
24414
|
+
}
|
|
24415
|
+
],
|
|
24416
|
+
"required": false,
|
|
24417
|
+
"type": {
|
|
24418
|
+
"name": "boolean"
|
|
24419
|
+
}
|
|
24420
|
+
},
|
|
24305
24421
|
"isRequired": {
|
|
24306
24422
|
"defaultValue": null,
|
|
24307
24423
|
"description": "Whether user input is required on the input before form submission.",
|
|
@@ -24359,25 +24475,6 @@
|
|
|
24359
24475
|
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
24360
24476
|
}
|
|
24361
24477
|
},
|
|
24362
|
-
"autoFocus": {
|
|
24363
|
-
"defaultValue": null,
|
|
24364
|
-
"description": "Whether the element should receive focus on render.",
|
|
24365
|
-
"name": "autoFocus",
|
|
24366
|
-
"parent": {
|
|
24367
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24368
|
-
"name": "FocusableProps"
|
|
24369
|
-
},
|
|
24370
|
-
"declarations": [
|
|
24371
|
-
{
|
|
24372
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24373
|
-
"name": "FocusableProps"
|
|
24374
|
-
}
|
|
24375
|
-
],
|
|
24376
|
-
"required": false,
|
|
24377
|
-
"type": {
|
|
24378
|
-
"name": "boolean"
|
|
24379
|
-
}
|
|
24380
|
-
},
|
|
24381
24478
|
"onFocusChange": {
|
|
24382
24479
|
"defaultValue": null,
|
|
24383
24480
|
"description": "Handler that is called when the element's focus status changes.",
|
|
@@ -24397,158 +24494,61 @@
|
|
|
24397
24494
|
"name": "((isFocused: boolean) => void)"
|
|
24398
24495
|
}
|
|
24399
24496
|
},
|
|
24400
|
-
"
|
|
24401
|
-
"defaultValue": null,
|
|
24402
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
24403
|
-
"name": "slot",
|
|
24404
|
-
"parent": {
|
|
24405
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
24406
|
-
"name": "SlotProps"
|
|
24407
|
-
},
|
|
24408
|
-
"declarations": [
|
|
24409
|
-
{
|
|
24410
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
24411
|
-
"name": "SlotProps"
|
|
24412
|
-
}
|
|
24413
|
-
],
|
|
24414
|
-
"required": false,
|
|
24415
|
-
"type": {
|
|
24416
|
-
"name": "string | null"
|
|
24417
|
-
}
|
|
24418
|
-
},
|
|
24419
|
-
"placeholder": {
|
|
24420
|
-
"defaultValue": {
|
|
24421
|
-
"value": "'Select an item' (localized)"
|
|
24422
|
-
},
|
|
24423
|
-
"description": "Temporary text that occupies the select when it is empty.",
|
|
24424
|
-
"name": "placeholder",
|
|
24425
|
-
"parent": {
|
|
24426
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
24427
|
-
"name": "SelectProps"
|
|
24428
|
-
},
|
|
24429
|
-
"declarations": [
|
|
24430
|
-
{
|
|
24431
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
24432
|
-
"name": "SelectProps"
|
|
24433
|
-
}
|
|
24434
|
-
],
|
|
24435
|
-
"required": false,
|
|
24436
|
-
"type": {
|
|
24437
|
-
"name": "string"
|
|
24438
|
-
}
|
|
24439
|
-
},
|
|
24440
|
-
"excludeFromTabOrder": {
|
|
24441
|
-
"defaultValue": null,
|
|
24442
|
-
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
24443
|
-
"name": "excludeFromTabOrder",
|
|
24444
|
-
"parent": {
|
|
24445
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24446
|
-
"name": "FocusableDOMProps"
|
|
24447
|
-
},
|
|
24448
|
-
"declarations": [
|
|
24449
|
-
{
|
|
24450
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24451
|
-
"name": "FocusableDOMProps"
|
|
24452
|
-
}
|
|
24453
|
-
],
|
|
24454
|
-
"required": false,
|
|
24455
|
-
"type": {
|
|
24456
|
-
"name": "boolean"
|
|
24457
|
-
}
|
|
24458
|
-
},
|
|
24459
|
-
"autoComplete": {
|
|
24460
|
-
"defaultValue": null,
|
|
24461
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
24462
|
-
"name": "autoComplete",
|
|
24463
|
-
"parent": {
|
|
24464
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24465
|
-
"name": "AriaSelectProps"
|
|
24466
|
-
},
|
|
24467
|
-
"declarations": [
|
|
24468
|
-
{
|
|
24469
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24470
|
-
"name": "AriaSelectProps"
|
|
24471
|
-
}
|
|
24472
|
-
],
|
|
24473
|
-
"required": false,
|
|
24474
|
-
"type": {
|
|
24475
|
-
"name": "string"
|
|
24476
|
-
}
|
|
24477
|
-
},
|
|
24478
|
-
"onSelectionChange": {
|
|
24479
|
-
"defaultValue": null,
|
|
24480
|
-
"description": "Handler that is called when the selection changes.",
|
|
24481
|
-
"name": "onSelectionChange",
|
|
24482
|
-
"parent": {
|
|
24483
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
24484
|
-
"name": "MultipleSelection"
|
|
24485
|
-
},
|
|
24486
|
-
"declarations": [
|
|
24487
|
-
{
|
|
24488
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
24489
|
-
"name": "MultipleSelection"
|
|
24490
|
-
}
|
|
24491
|
-
],
|
|
24492
|
-
"required": false,
|
|
24493
|
-
"type": {
|
|
24494
|
-
"name": "((keys: Selection) => void)"
|
|
24495
|
-
}
|
|
24496
|
-
},
|
|
24497
|
-
"selectedKey": {
|
|
24497
|
+
"value": {
|
|
24498
24498
|
"defaultValue": null,
|
|
24499
|
-
"description": "The
|
|
24500
|
-
"name": "
|
|
24499
|
+
"description": "The current value (controlled).",
|
|
24500
|
+
"name": "value",
|
|
24501
24501
|
"parent": {
|
|
24502
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24503
|
-
"name": "
|
|
24502
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24503
|
+
"name": "ValueBase"
|
|
24504
24504
|
},
|
|
24505
24505
|
"declarations": [
|
|
24506
24506
|
{
|
|
24507
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24508
|
-
"name": "
|
|
24507
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24508
|
+
"name": "ValueBase"
|
|
24509
24509
|
}
|
|
24510
24510
|
],
|
|
24511
24511
|
"required": false,
|
|
24512
24512
|
"type": {
|
|
24513
|
-
"name": "
|
|
24513
|
+
"name": "TimeValue | null"
|
|
24514
24514
|
}
|
|
24515
24515
|
},
|
|
24516
|
-
"
|
|
24516
|
+
"defaultValue": {
|
|
24517
24517
|
"defaultValue": null,
|
|
24518
|
-
"description": "The
|
|
24519
|
-
"name": "
|
|
24518
|
+
"description": "The default value (uncontrolled).",
|
|
24519
|
+
"name": "defaultValue",
|
|
24520
24520
|
"parent": {
|
|
24521
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24522
|
-
"name": "
|
|
24521
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24522
|
+
"name": "ValueBase"
|
|
24523
24523
|
},
|
|
24524
24524
|
"declarations": [
|
|
24525
24525
|
{
|
|
24526
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24527
|
-
"name": "
|
|
24526
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24527
|
+
"name": "ValueBase"
|
|
24528
24528
|
}
|
|
24529
24529
|
],
|
|
24530
24530
|
"required": false,
|
|
24531
24531
|
"type": {
|
|
24532
|
-
"name": "
|
|
24532
|
+
"name": "TimeValue | null"
|
|
24533
24533
|
}
|
|
24534
24534
|
},
|
|
24535
|
-
"
|
|
24535
|
+
"slot": {
|
|
24536
24536
|
"defaultValue": null,
|
|
24537
|
-
"description": "
|
|
24538
|
-
"name": "
|
|
24537
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
24538
|
+
"name": "slot",
|
|
24539
24539
|
"parent": {
|
|
24540
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24541
|
-
"name": "
|
|
24540
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
24541
|
+
"name": "SlotProps"
|
|
24542
24542
|
},
|
|
24543
24543
|
"declarations": [
|
|
24544
24544
|
{
|
|
24545
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24546
|
-
"name": "
|
|
24545
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
24546
|
+
"name": "SlotProps"
|
|
24547
24547
|
}
|
|
24548
24548
|
],
|
|
24549
24549
|
"required": false,
|
|
24550
24550
|
"type": {
|
|
24551
|
-
"name": "
|
|
24551
|
+
"name": "string | null"
|
|
24552
24552
|
}
|
|
24553
24553
|
},
|
|
24554
24554
|
"children": {
|
|
@@ -24642,23 +24642,23 @@
|
|
|
24642
24642
|
"name": "Key | null"
|
|
24643
24643
|
}
|
|
24644
24644
|
},
|
|
24645
|
-
"
|
|
24645
|
+
"containerBreakpointSize": {
|
|
24646
24646
|
"defaultValue": null,
|
|
24647
|
-
"description": "
|
|
24648
|
-
"name": "
|
|
24647
|
+
"description": "",
|
|
24648
|
+
"name": "containerBreakpointSize",
|
|
24649
24649
|
"parent": {
|
|
24650
24650
|
"fileName": "components/src/lib/types/props.ts",
|
|
24651
|
-
"name": "
|
|
24651
|
+
"name": "PropsWithContainerBreakpointSize"
|
|
24652
24652
|
},
|
|
24653
24653
|
"declarations": [
|
|
24654
24654
|
{
|
|
24655
24655
|
"fileName": "components/src/lib/types/props.ts",
|
|
24656
|
-
"name": "
|
|
24656
|
+
"name": "PropsWithContainerBreakpointSize"
|
|
24657
24657
|
}
|
|
24658
24658
|
],
|
|
24659
24659
|
"required": false,
|
|
24660
24660
|
"type": {
|
|
24661
|
-
"name": "
|
|
24661
|
+
"name": "ContainerBreakpointSize"
|
|
24662
24662
|
}
|
|
24663
24663
|
}
|
|
24664
24664
|
}
|
|
@@ -222446,37 +222446,55 @@
|
|
|
222446
222446
|
},
|
|
222447
222447
|
{
|
|
222448
222448
|
"tags": {
|
|
222449
|
-
"flr-generate": "all"
|
|
222450
|
-
"flr-clear-props-context": ""
|
|
222449
|
+
"flr-generate": "all"
|
|
222451
222450
|
},
|
|
222452
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
222451
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222453
222452
|
"description": "",
|
|
222454
|
-
"displayName": "
|
|
222453
|
+
"displayName": "CountryOptions",
|
|
222455
222454
|
"methods": [],
|
|
222456
222455
|
"props": {
|
|
222457
|
-
"
|
|
222456
|
+
"filterBy": {
|
|
222458
222457
|
"defaultValue": null,
|
|
222459
|
-
"description": "
|
|
222460
|
-
"name": "
|
|
222458
|
+
"description": "",
|
|
222459
|
+
"name": "filterBy",
|
|
222461
222460
|
"parent": {
|
|
222462
|
-
"fileName": "
|
|
222463
|
-
"name": "
|
|
222461
|
+
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222462
|
+
"name": "CountryOptionsProps"
|
|
222464
222463
|
},
|
|
222465
222464
|
"declarations": [
|
|
222466
222465
|
{
|
|
222467
|
-
"fileName": "
|
|
222468
|
-
"name": "
|
|
222466
|
+
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222467
|
+
"name": "CountryOptionsProps"
|
|
222469
222468
|
}
|
|
222470
222469
|
],
|
|
222471
222470
|
"required": false,
|
|
222472
222471
|
"type": {
|
|
222473
|
-
"name": "
|
|
222472
|
+
"name": "CountryFilterFn"
|
|
222474
222473
|
}
|
|
222475
222474
|
},
|
|
222476
|
-
"
|
|
222475
|
+
"sortBy": {
|
|
222477
222476
|
"defaultValue": null,
|
|
222478
|
-
"description": "
|
|
222479
|
-
"name": "
|
|
222477
|
+
"description": "",
|
|
222478
|
+
"name": "sortBy",
|
|
222479
|
+
"parent": {
|
|
222480
|
+
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222481
|
+
"name": "CountryOptionsProps"
|
|
222482
|
+
},
|
|
222483
|
+
"declarations": [
|
|
222484
|
+
{
|
|
222485
|
+
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222486
|
+
"name": "CountryOptionsProps"
|
|
222487
|
+
}
|
|
222488
|
+
],
|
|
222489
|
+
"required": false,
|
|
222490
|
+
"type": {
|
|
222491
|
+
"name": "CountrySortFn"
|
|
222492
|
+
}
|
|
222493
|
+
},
|
|
222494
|
+
"onFocus": {
|
|
222495
|
+
"defaultValue": null,
|
|
222496
|
+
"description": "Handler that is called when the element receives focus.",
|
|
222497
|
+
"name": "onFocus",
|
|
222480
222498
|
"parent": {
|
|
222481
222499
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222482
222500
|
"name": "FocusEvents"
|
|
@@ -222492,42 +222510,42 @@
|
|
|
222492
222510
|
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
222493
222511
|
}
|
|
222494
222512
|
},
|
|
222495
|
-
"
|
|
222513
|
+
"onBlur": {
|
|
222496
222514
|
"defaultValue": null,
|
|
222497
|
-
"description": "Handler that is called when
|
|
222498
|
-
"name": "
|
|
222515
|
+
"description": "Handler that is called when the element loses focus.",
|
|
222516
|
+
"name": "onBlur",
|
|
222499
222517
|
"parent": {
|
|
222500
222518
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222501
|
-
"name": "
|
|
222519
|
+
"name": "FocusEvents"
|
|
222502
222520
|
},
|
|
222503
222521
|
"declarations": [
|
|
222504
222522
|
{
|
|
222505
222523
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222506
|
-
"name": "
|
|
222524
|
+
"name": "FocusEvents"
|
|
222507
222525
|
}
|
|
222508
222526
|
],
|
|
222509
222527
|
"required": false,
|
|
222510
222528
|
"type": {
|
|
222511
|
-
"name": "((e:
|
|
222529
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
222512
222530
|
}
|
|
222513
222531
|
},
|
|
222514
|
-
"
|
|
222532
|
+
"onScroll": {
|
|
222515
222533
|
"defaultValue": null,
|
|
222516
|
-
"description": "Handler that is called when a
|
|
222517
|
-
"name": "
|
|
222534
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
222535
|
+
"name": "onScroll",
|
|
222518
222536
|
"parent": {
|
|
222519
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222520
|
-
"name": "
|
|
222537
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
222538
|
+
"name": "ScrollableProps"
|
|
222521
222539
|
},
|
|
222522
222540
|
"declarations": [
|
|
222523
222541
|
{
|
|
222524
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222525
|
-
"name": "
|
|
222542
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
222543
|
+
"name": "ScrollableProps"
|
|
222526
222544
|
}
|
|
222527
222545
|
],
|
|
222528
222546
|
"required": false,
|
|
222529
222547
|
"type": {
|
|
222530
|
-
"name": "((e:
|
|
222548
|
+
"name": "((e: UIEvent<HTMLTableElement, UIEvent>) => void)"
|
|
222531
222549
|
}
|
|
222532
222550
|
},
|
|
222533
222551
|
"className": {
|
|
@@ -222587,6 +222605,27 @@
|
|
|
222587
222605
|
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
222588
222606
|
}
|
|
222589
222607
|
},
|
|
222608
|
+
"orientation": {
|
|
222609
|
+
"defaultValue": {
|
|
222610
|
+
"value": "'vertical'"
|
|
222611
|
+
},
|
|
222612
|
+
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
222613
|
+
"name": "orientation",
|
|
222614
|
+
"parent": {
|
|
222615
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
222616
|
+
"name": "ListBoxProps"
|
|
222617
|
+
},
|
|
222618
|
+
"declarations": [
|
|
222619
|
+
{
|
|
222620
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
222621
|
+
"name": "ListBoxProps"
|
|
222622
|
+
}
|
|
222623
|
+
],
|
|
222624
|
+
"required": false,
|
|
222625
|
+
"type": {
|
|
222626
|
+
"name": "Orientation"
|
|
222627
|
+
}
|
|
222628
|
+
},
|
|
222590
222629
|
"aria-describedby": {
|
|
222591
222630
|
"defaultValue": null,
|
|
222592
222631
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
@@ -222663,42 +222702,23 @@
|
|
|
222663
222702
|
"name": "string"
|
|
222664
222703
|
}
|
|
222665
222704
|
},
|
|
222666
|
-
"isDisabled": {
|
|
222667
|
-
"defaultValue": null,
|
|
222668
|
-
"description": "Whether the radio button is disabled or not.\nShows that a selection exists, but is not available in that circumstance.",
|
|
222669
|
-
"name": "isDisabled",
|
|
222670
|
-
"parent": {
|
|
222671
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
222672
|
-
"name": "RadioProps"
|
|
222673
|
-
},
|
|
222674
|
-
"declarations": [
|
|
222675
|
-
{
|
|
222676
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
222677
|
-
"name": "RadioProps"
|
|
222678
|
-
}
|
|
222679
|
-
],
|
|
222680
|
-
"required": false,
|
|
222681
|
-
"type": {
|
|
222682
|
-
"name": "boolean"
|
|
222683
|
-
}
|
|
222684
|
-
},
|
|
222685
222705
|
"autoFocus": {
|
|
222686
222706
|
"defaultValue": null,
|
|
222687
|
-
"description": "Whether
|
|
222707
|
+
"description": "Whether to auto focus the listbox or an option.",
|
|
222688
222708
|
"name": "autoFocus",
|
|
222689
222709
|
"parent": {
|
|
222690
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
222691
|
-
"name": "
|
|
222710
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222711
|
+
"name": "ListBoxProps"
|
|
222692
222712
|
},
|
|
222693
222713
|
"declarations": [
|
|
222694
222714
|
{
|
|
222695
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
222696
|
-
"name": "
|
|
222715
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222716
|
+
"name": "ListBoxProps"
|
|
222697
222717
|
}
|
|
222698
222718
|
],
|
|
222699
222719
|
"required": false,
|
|
222700
222720
|
"type": {
|
|
222701
|
-
"name": "boolean"
|
|
222721
|
+
"name": "boolean | FocusStrategy"
|
|
222702
222722
|
}
|
|
222703
222723
|
},
|
|
222704
222724
|
"onFocusChange": {
|
|
@@ -222720,25 +222740,6 @@
|
|
|
222720
222740
|
"name": "((isFocused: boolean) => void)"
|
|
222721
222741
|
}
|
|
222722
222742
|
},
|
|
222723
|
-
"value": {
|
|
222724
|
-
"defaultValue": null,
|
|
222725
|
-
"description": "The value of the radio button, used when submitting an HTML form.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#Value).",
|
|
222726
|
-
"name": "value",
|
|
222727
|
-
"parent": {
|
|
222728
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
222729
|
-
"name": "RadioProps"
|
|
222730
|
-
},
|
|
222731
|
-
"declarations": [
|
|
222732
|
-
{
|
|
222733
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
222734
|
-
"name": "RadioProps"
|
|
222735
|
-
}
|
|
222736
|
-
],
|
|
222737
|
-
"required": true,
|
|
222738
|
-
"type": {
|
|
222739
|
-
"name": "string"
|
|
222740
|
-
}
|
|
222741
|
-
},
|
|
222742
222743
|
"slot": {
|
|
222743
222744
|
"defaultValue": null,
|
|
222744
222745
|
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
@@ -222758,456 +222759,461 @@
|
|
|
222758
222759
|
"name": "string | null"
|
|
222759
222760
|
}
|
|
222760
222761
|
},
|
|
222761
|
-
"
|
|
222762
|
+
"items": {
|
|
222762
222763
|
"defaultValue": null,
|
|
222763
|
-
"description": "
|
|
222764
|
-
"name": "
|
|
222764
|
+
"description": "Item objects in the collection.",
|
|
222765
|
+
"name": "items",
|
|
222765
222766
|
"parent": {
|
|
222766
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222767
|
-
"name": "
|
|
222767
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
222768
|
+
"name": "CollectionBase"
|
|
222768
222769
|
},
|
|
222769
222770
|
"declarations": [
|
|
222770
222771
|
{
|
|
222771
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222772
|
-
"name": "
|
|
222772
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
222773
|
+
"name": "CollectionBase"
|
|
222773
222774
|
}
|
|
222774
222775
|
],
|
|
222775
222776
|
"required": false,
|
|
222776
222777
|
"type": {
|
|
222777
|
-
"name": "
|
|
222778
|
+
"name": "Iterable<OptionProps>"
|
|
222778
222779
|
}
|
|
222779
222780
|
},
|
|
222780
|
-
"
|
|
222781
|
+
"disallowEmptySelection": {
|
|
222781
222782
|
"defaultValue": null,
|
|
222782
|
-
"description": "
|
|
222783
|
-
"name": "
|
|
222783
|
+
"description": "Whether the collection allows empty selection.",
|
|
222784
|
+
"name": "disallowEmptySelection",
|
|
222784
222785
|
"parent": {
|
|
222785
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222786
|
-
"name": "
|
|
222786
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222787
|
+
"name": "MultipleSelection"
|
|
222787
222788
|
},
|
|
222788
222789
|
"declarations": [
|
|
222789
222790
|
{
|
|
222790
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222791
|
-
"name": "
|
|
222791
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222792
|
+
"name": "MultipleSelection"
|
|
222792
222793
|
}
|
|
222793
222794
|
],
|
|
222794
222795
|
"required": false,
|
|
222795
222796
|
"type": {
|
|
222796
|
-
"name": "
|
|
222797
|
+
"name": "boolean"
|
|
222797
222798
|
}
|
|
222798
222799
|
},
|
|
222799
|
-
"
|
|
222800
|
+
"onSelectionChange": {
|
|
222800
222801
|
"defaultValue": null,
|
|
222801
|
-
"description": "Handler that is called when
|
|
222802
|
-
"name": "
|
|
222802
|
+
"description": "Handler that is called when the selection changes.",
|
|
222803
|
+
"name": "onSelectionChange",
|
|
222803
222804
|
"parent": {
|
|
222804
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222805
|
-
"name": "
|
|
222805
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222806
|
+
"name": "MultipleSelection"
|
|
222806
222807
|
},
|
|
222807
222808
|
"declarations": [
|
|
222808
222809
|
{
|
|
222809
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222810
|
-
"name": "
|
|
222810
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222811
|
+
"name": "MultipleSelection"
|
|
222811
222812
|
}
|
|
222812
222813
|
],
|
|
222813
222814
|
"required": false,
|
|
222814
222815
|
"type": {
|
|
222815
|
-
"name": "((
|
|
222816
|
+
"name": "((keys: Selection) => void)"
|
|
222816
222817
|
}
|
|
222817
222818
|
},
|
|
222818
|
-
"
|
|
222819
|
+
"disabledKeys": {
|
|
222819
222820
|
"defaultValue": null,
|
|
222820
|
-
"description": "
|
|
222821
|
-
"name": "
|
|
222821
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
222822
|
+
"name": "disabledKeys",
|
|
222822
222823
|
"parent": {
|
|
222823
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222824
|
-
"name": "
|
|
222824
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
222825
|
+
"name": "CollectionBase"
|
|
222825
222826
|
},
|
|
222826
222827
|
"declarations": [
|
|
222827
222828
|
{
|
|
222828
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222829
|
-
"name": "
|
|
222829
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
222830
|
+
"name": "CollectionBase"
|
|
222830
222831
|
}
|
|
222831
222832
|
],
|
|
222832
222833
|
"required": false,
|
|
222833
222834
|
"type": {
|
|
222834
|
-
"name": "
|
|
222835
|
+
"name": "Iterable<Key>"
|
|
222835
222836
|
}
|
|
222836
222837
|
},
|
|
222837
|
-
"
|
|
222838
|
-
"defaultValue":
|
|
222839
|
-
|
|
222840
|
-
|
|
222838
|
+
"escapeKeyBehavior": {
|
|
222839
|
+
"defaultValue": {
|
|
222840
|
+
"value": "'clearSelection'"
|
|
222841
|
+
},
|
|
222842
|
+
"description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
222843
|
+
"name": "escapeKeyBehavior",
|
|
222844
|
+
"parent": {
|
|
222845
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222846
|
+
"name": "AriaListBoxPropsBase"
|
|
222847
|
+
},
|
|
222841
222848
|
"declarations": [
|
|
222842
222849
|
{
|
|
222843
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
222844
|
-
"name": "
|
|
222850
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222851
|
+
"name": "AriaListBoxPropsBase"
|
|
222845
222852
|
}
|
|
222846
222853
|
],
|
|
222847
222854
|
"required": false,
|
|
222848
222855
|
"type": {
|
|
222849
|
-
"name": "
|
|
222856
|
+
"name": "\"none\" | \"clearSelection\""
|
|
222850
222857
|
}
|
|
222851
222858
|
},
|
|
222852
|
-
"
|
|
222859
|
+
"shouldSelectOnPressUp": {
|
|
222853
222860
|
"defaultValue": null,
|
|
222854
|
-
"description": "",
|
|
222855
|
-
"name": "
|
|
222861
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
222862
|
+
"name": "shouldSelectOnPressUp",
|
|
222856
222863
|
"parent": {
|
|
222857
|
-
"fileName": "
|
|
222858
|
-
"name": "
|
|
222864
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222865
|
+
"name": "AriaListBoxProps"
|
|
222859
222866
|
},
|
|
222860
222867
|
"declarations": [
|
|
222861
222868
|
{
|
|
222862
|
-
"fileName": "
|
|
222863
|
-
"name": "
|
|
222869
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222870
|
+
"name": "AriaListBoxProps"
|
|
222864
222871
|
}
|
|
222865
222872
|
],
|
|
222866
222873
|
"required": false,
|
|
222867
222874
|
"type": {
|
|
222868
|
-
"name": "
|
|
222875
|
+
"name": "boolean"
|
|
222869
222876
|
}
|
|
222870
222877
|
},
|
|
222871
|
-
"
|
|
222878
|
+
"selectionMode": {
|
|
222872
222879
|
"defaultValue": null,
|
|
222873
|
-
"description": "
|
|
222874
|
-
"name": "
|
|
222880
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
222881
|
+
"name": "selectionMode",
|
|
222875
222882
|
"parent": {
|
|
222876
|
-
"fileName": "
|
|
222877
|
-
"name": "
|
|
222883
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222884
|
+
"name": "MultipleSelection"
|
|
222878
222885
|
},
|
|
222879
222886
|
"declarations": [
|
|
222880
222887
|
{
|
|
222881
|
-
"fileName": "
|
|
222882
|
-
"name": "
|
|
222888
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222889
|
+
"name": "MultipleSelection"
|
|
222883
222890
|
}
|
|
222884
222891
|
],
|
|
222885
222892
|
"required": false,
|
|
222886
222893
|
"type": {
|
|
222887
|
-
"name": "
|
|
222894
|
+
"name": "SelectionMode"
|
|
222888
222895
|
}
|
|
222889
222896
|
},
|
|
222890
|
-
"
|
|
222897
|
+
"selectedKeys": {
|
|
222891
222898
|
"defaultValue": null,
|
|
222892
|
-
"description": "
|
|
222893
|
-
"name": "
|
|
222899
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
222900
|
+
"name": "selectedKeys",
|
|
222894
222901
|
"parent": {
|
|
222895
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
222896
|
-
"name": "
|
|
222902
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222903
|
+
"name": "MultipleSelection"
|
|
222897
222904
|
},
|
|
222898
222905
|
"declarations": [
|
|
222899
222906
|
{
|
|
222900
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
222901
|
-
"name": "
|
|
222907
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222908
|
+
"name": "MultipleSelection"
|
|
222902
222909
|
}
|
|
222903
222910
|
],
|
|
222904
222911
|
"required": false,
|
|
222905
222912
|
"type": {
|
|
222906
|
-
"name": "
|
|
222913
|
+
"name": "\"all\" | Iterable<Key>"
|
|
222907
222914
|
}
|
|
222908
222915
|
},
|
|
222909
|
-
"
|
|
222916
|
+
"defaultSelectedKeys": {
|
|
222910
222917
|
"defaultValue": null,
|
|
222911
|
-
"description": "",
|
|
222912
|
-
"name": "
|
|
222918
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
222919
|
+
"name": "defaultSelectedKeys",
|
|
222913
222920
|
"parent": {
|
|
222914
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
222915
|
-
"name": "
|
|
222921
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222922
|
+
"name": "MultipleSelection"
|
|
222916
222923
|
},
|
|
222917
222924
|
"declarations": [
|
|
222918
222925
|
{
|
|
222919
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
222920
|
-
"name": "
|
|
222926
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
222927
|
+
"name": "MultipleSelection"
|
|
222921
222928
|
}
|
|
222922
222929
|
],
|
|
222923
222930
|
"required": false,
|
|
222924
222931
|
"type": {
|
|
222925
|
-
"name": "
|
|
222932
|
+
"name": "\"all\" | Iterable<Key>"
|
|
222926
222933
|
}
|
|
222927
|
-
}
|
|
222928
|
-
|
|
222929
|
-
|
|
222930
|
-
|
|
222931
|
-
|
|
222932
|
-
|
|
222933
|
-
|
|
222934
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222935
|
-
"description": "",
|
|
222936
|
-
"displayName": "CountryOptions",
|
|
222937
|
-
"methods": [],
|
|
222938
|
-
"props": {
|
|
222939
|
-
"filterBy": {
|
|
222940
|
-
"defaultValue": null,
|
|
222941
|
-
"description": "",
|
|
222942
|
-
"name": "filterBy",
|
|
222934
|
+
},
|
|
222935
|
+
"selectionBehavior": {
|
|
222936
|
+
"defaultValue": {
|
|
222937
|
+
"value": "\"toggle\""
|
|
222938
|
+
},
|
|
222939
|
+
"description": "How multiple selection should behave in the collection.",
|
|
222940
|
+
"name": "selectionBehavior",
|
|
222943
222941
|
"parent": {
|
|
222944
|
-
"fileName": "
|
|
222945
|
-
"name": "
|
|
222942
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
222943
|
+
"name": "TableProps"
|
|
222946
222944
|
},
|
|
222947
222945
|
"declarations": [
|
|
222948
222946
|
{
|
|
222949
|
-
"fileName": "
|
|
222950
|
-
"name": "
|
|
222947
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
222948
|
+
"name": "TableProps"
|
|
222951
222949
|
}
|
|
222952
222950
|
],
|
|
222953
222951
|
"required": false,
|
|
222954
222952
|
"type": {
|
|
222955
|
-
"name": "
|
|
222953
|
+
"name": "SelectionBehavior"
|
|
222956
222954
|
}
|
|
222957
222955
|
},
|
|
222958
|
-
"
|
|
222956
|
+
"dragAndDropHooks": {
|
|
222959
222957
|
"defaultValue": null,
|
|
222960
|
-
"description": "",
|
|
222961
|
-
"name": "
|
|
222958
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
222959
|
+
"name": "dragAndDropHooks",
|
|
222962
222960
|
"parent": {
|
|
222963
|
-
"fileName": "
|
|
222964
|
-
"name": "
|
|
222961
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
222962
|
+
"name": "TableProps"
|
|
222965
222963
|
},
|
|
222966
222964
|
"declarations": [
|
|
222967
222965
|
{
|
|
222968
|
-
"fileName": "
|
|
222969
|
-
"name": "
|
|
222966
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
222967
|
+
"name": "TableProps"
|
|
222970
222968
|
}
|
|
222971
222969
|
],
|
|
222972
222970
|
"required": false,
|
|
222973
222971
|
"type": {
|
|
222974
|
-
"name": "
|
|
222972
|
+
"name": "DragAndDropHooks"
|
|
222975
222973
|
}
|
|
222976
222974
|
},
|
|
222977
|
-
"
|
|
222975
|
+
"shouldFocusOnHover": {
|
|
222978
222976
|
"defaultValue": null,
|
|
222979
|
-
"description": "
|
|
222980
|
-
"name": "
|
|
222977
|
+
"description": "Whether options should be focused when the user hovers over them.",
|
|
222978
|
+
"name": "shouldFocusOnHover",
|
|
222981
222979
|
"parent": {
|
|
222982
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
222983
|
-
"name": "
|
|
222980
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222981
|
+
"name": "AriaListBoxProps"
|
|
222984
222982
|
},
|
|
222985
222983
|
"declarations": [
|
|
222986
222984
|
{
|
|
222987
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
222988
|
-
"name": "
|
|
222985
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
222986
|
+
"name": "AriaListBoxProps"
|
|
222989
222987
|
}
|
|
222990
222988
|
],
|
|
222991
222989
|
"required": false,
|
|
222992
222990
|
"type": {
|
|
222993
|
-
"name": "
|
|
222991
|
+
"name": "boolean"
|
|
222994
222992
|
}
|
|
222995
222993
|
},
|
|
222996
|
-
"
|
|
222994
|
+
"onAction": {
|
|
222997
222995
|
"defaultValue": null,
|
|
222998
|
-
"description": "Handler that is called when
|
|
222999
|
-
"name": "
|
|
222996
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
222997
|
+
"name": "onAction",
|
|
223000
222998
|
"parent": {
|
|
223001
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223002
|
-
"name": "
|
|
222999
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223000
|
+
"name": "AriaListBoxProps"
|
|
223003
223001
|
},
|
|
223004
223002
|
"declarations": [
|
|
223005
223003
|
{
|
|
223006
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223007
|
-
"name": "
|
|
223004
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223005
|
+
"name": "AriaListBoxProps"
|
|
223008
223006
|
}
|
|
223009
223007
|
],
|
|
223010
223008
|
"required": false,
|
|
223011
223009
|
"type": {
|
|
223012
|
-
"name": "((
|
|
223010
|
+
"name": "((key: Key) => void)"
|
|
223013
223011
|
}
|
|
223014
223012
|
},
|
|
223015
|
-
"
|
|
223013
|
+
"shouldFocusWrap": {
|
|
223016
223014
|
"defaultValue": null,
|
|
223017
|
-
"description": "
|
|
223018
|
-
"name": "
|
|
223015
|
+
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
223016
|
+
"name": "shouldFocusWrap",
|
|
223019
223017
|
"parent": {
|
|
223020
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223021
|
-
"name": "
|
|
223018
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223019
|
+
"name": "ListBoxProps"
|
|
223022
223020
|
},
|
|
223023
223021
|
"declarations": [
|
|
223024
223022
|
{
|
|
223025
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223026
|
-
"name": "
|
|
223023
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223024
|
+
"name": "ListBoxProps"
|
|
223027
223025
|
}
|
|
223028
223026
|
],
|
|
223029
223027
|
"required": false,
|
|
223030
223028
|
"type": {
|
|
223031
|
-
"name": "
|
|
223029
|
+
"name": "boolean"
|
|
223032
223030
|
}
|
|
223033
223031
|
},
|
|
223034
|
-
"
|
|
223032
|
+
"renderEmptyState": {
|
|
223035
223033
|
"defaultValue": null,
|
|
223036
|
-
"description": "
|
|
223037
|
-
"name": "
|
|
223034
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
223035
|
+
"name": "renderEmptyState",
|
|
223038
223036
|
"parent": {
|
|
223039
223037
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223040
|
-
"name": "
|
|
223038
|
+
"name": "ListBoxProps"
|
|
223041
223039
|
},
|
|
223042
223040
|
"declarations": [
|
|
223043
223041
|
{
|
|
223044
223042
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223045
|
-
"name": "
|
|
223043
|
+
"name": "ListBoxProps"
|
|
223046
223044
|
}
|
|
223047
223045
|
],
|
|
223048
223046
|
"required": false,
|
|
223049
223047
|
"type": {
|
|
223050
|
-
"name": "
|
|
223048
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
223051
223049
|
}
|
|
223052
223050
|
},
|
|
223053
|
-
"
|
|
223054
|
-
"defaultValue":
|
|
223055
|
-
|
|
223056
|
-
|
|
223051
|
+
"layout": {
|
|
223052
|
+
"defaultValue": {
|
|
223053
|
+
"value": "'stack'"
|
|
223054
|
+
},
|
|
223055
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
223056
|
+
"name": "layout",
|
|
223057
223057
|
"parent": {
|
|
223058
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223059
|
-
"name": "
|
|
223058
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223059
|
+
"name": "ListBoxProps"
|
|
223060
223060
|
},
|
|
223061
223061
|
"declarations": [
|
|
223062
223062
|
{
|
|
223063
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223064
|
-
"name": "
|
|
223063
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223064
|
+
"name": "ListBoxProps"
|
|
223065
223065
|
}
|
|
223066
223066
|
],
|
|
223067
223067
|
"required": false,
|
|
223068
223068
|
"type": {
|
|
223069
|
-
"name": "
|
|
223069
|
+
"name": "\"grid\" | \"stack\""
|
|
223070
223070
|
}
|
|
223071
223071
|
},
|
|
223072
|
-
"
|
|
223072
|
+
"dependencies": {
|
|
223073
223073
|
"defaultValue": null,
|
|
223074
|
-
"description": "
|
|
223075
|
-
"name": "
|
|
223074
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
223075
|
+
"name": "dependencies",
|
|
223076
223076
|
"parent": {
|
|
223077
223077
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223078
|
-
"name": "
|
|
223078
|
+
"name": "CollectionProps"
|
|
223079
223079
|
},
|
|
223080
223080
|
"declarations": [
|
|
223081
223081
|
{
|
|
223082
223082
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223083
|
-
"name": "
|
|
223083
|
+
"name": "CollectionProps"
|
|
223084
223084
|
}
|
|
223085
223085
|
],
|
|
223086
223086
|
"required": false,
|
|
223087
223087
|
"type": {
|
|
223088
|
-
"name": "
|
|
223088
|
+
"name": "readonly any[]"
|
|
223089
223089
|
}
|
|
223090
223090
|
},
|
|
223091
|
-
"
|
|
223092
|
-
"defaultValue":
|
|
223093
|
-
|
|
223094
|
-
|
|
223095
|
-
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
223096
|
-
"name": "orientation",
|
|
223097
|
-
"parent": {
|
|
223098
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223099
|
-
"name": "ListBoxProps"
|
|
223100
|
-
},
|
|
223091
|
+
"children": {
|
|
223092
|
+
"defaultValue": null,
|
|
223093
|
+
"description": "",
|
|
223094
|
+
"name": "children",
|
|
223101
223095
|
"declarations": [
|
|
223102
223096
|
{
|
|
223103
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223104
|
-
"name": "
|
|
223097
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223098
|
+
"name": "TypeLiteral"
|
|
223105
223099
|
}
|
|
223106
223100
|
],
|
|
223107
223101
|
"required": false,
|
|
223108
223102
|
"type": {
|
|
223109
|
-
"name": "
|
|
223103
|
+
"name": "ReactNode"
|
|
223110
223104
|
}
|
|
223111
223105
|
},
|
|
223112
|
-
"
|
|
223106
|
+
"wrapWith": {
|
|
223113
223107
|
"defaultValue": null,
|
|
223114
|
-
"description": "
|
|
223115
|
-
"name": "
|
|
223108
|
+
"description": "",
|
|
223109
|
+
"name": "wrapWith",
|
|
223116
223110
|
"parent": {
|
|
223117
|
-
"fileName": "
|
|
223118
|
-
"name": "
|
|
223111
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
223112
|
+
"name": "FlowComponentProps"
|
|
223119
223113
|
},
|
|
223120
223114
|
"declarations": [
|
|
223121
223115
|
{
|
|
223122
|
-
"fileName": "
|
|
223123
|
-
"name": "
|
|
223116
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
223117
|
+
"name": "FlowComponentProps"
|
|
223124
223118
|
}
|
|
223125
223119
|
],
|
|
223126
223120
|
"required": false,
|
|
223127
223121
|
"type": {
|
|
223128
|
-
"name": "string"
|
|
223122
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
223129
223123
|
}
|
|
223130
223124
|
},
|
|
223131
|
-
"
|
|
223125
|
+
"tunnelId": {
|
|
223132
223126
|
"defaultValue": null,
|
|
223133
|
-
"description": "
|
|
223134
|
-
"name": "
|
|
223127
|
+
"description": "@internal",
|
|
223128
|
+
"name": "tunnelId",
|
|
223135
223129
|
"parent": {
|
|
223136
|
-
"fileName": "
|
|
223137
|
-
"name": "
|
|
223130
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
223131
|
+
"name": "PropsWithTunnel"
|
|
223138
223132
|
},
|
|
223139
223133
|
"declarations": [
|
|
223140
223134
|
{
|
|
223141
|
-
"fileName": "
|
|
223142
|
-
"name": "
|
|
223135
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
223136
|
+
"name": "PropsWithTunnel"
|
|
223143
223137
|
}
|
|
223144
223138
|
],
|
|
223145
223139
|
"required": false,
|
|
223146
223140
|
"type": {
|
|
223147
|
-
"name": "string"
|
|
223141
|
+
"name": "string | null"
|
|
223148
223142
|
}
|
|
223149
223143
|
},
|
|
223150
|
-
"
|
|
223144
|
+
"ref": {
|
|
223151
223145
|
"defaultValue": null,
|
|
223152
|
-
"description": "
|
|
223153
|
-
"name": "
|
|
223146
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
223147
|
+
"name": "ref",
|
|
223154
223148
|
"parent": {
|
|
223155
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
223156
|
-
"name": "
|
|
223149
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223150
|
+
"name": "RefAttributes"
|
|
223157
223151
|
},
|
|
223158
223152
|
"declarations": [
|
|
223159
223153
|
{
|
|
223160
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
223161
|
-
"name": "
|
|
223154
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223155
|
+
"name": "RefAttributes"
|
|
223162
223156
|
}
|
|
223163
223157
|
],
|
|
223164
223158
|
"required": false,
|
|
223165
223159
|
"type": {
|
|
223166
|
-
"name": "
|
|
223160
|
+
"name": "Ref<HTMLInputElement>"
|
|
223167
223161
|
}
|
|
223168
223162
|
},
|
|
223169
|
-
"
|
|
223163
|
+
"key": {
|
|
223170
223164
|
"defaultValue": null,
|
|
223171
|
-
"description": "
|
|
223172
|
-
"name": "
|
|
223165
|
+
"description": "",
|
|
223166
|
+
"name": "key",
|
|
223173
223167
|
"parent": {
|
|
223174
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
223175
|
-
"name": "
|
|
223168
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223169
|
+
"name": "Attributes"
|
|
223176
223170
|
},
|
|
223177
223171
|
"declarations": [
|
|
223178
223172
|
{
|
|
223179
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
223180
|
-
"name": "
|
|
223173
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223174
|
+
"name": "Attributes"
|
|
223181
223175
|
}
|
|
223182
223176
|
],
|
|
223183
223177
|
"required": false,
|
|
223184
223178
|
"type": {
|
|
223185
|
-
"name": "
|
|
223179
|
+
"name": "Key | null"
|
|
223186
223180
|
}
|
|
223187
|
-
}
|
|
223188
|
-
|
|
223181
|
+
}
|
|
223182
|
+
}
|
|
223183
|
+
},
|
|
223184
|
+
{
|
|
223185
|
+
"tags": {
|
|
223186
|
+
"flr-generate": "all",
|
|
223187
|
+
"flr-clear-props-context": ""
|
|
223188
|
+
},
|
|
223189
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/components/Segment/Segment.tsx",
|
|
223190
|
+
"description": "",
|
|
223191
|
+
"displayName": "Segment",
|
|
223192
|
+
"methods": [],
|
|
223193
|
+
"props": {
|
|
223194
|
+
"onFocus": {
|
|
223189
223195
|
"defaultValue": null,
|
|
223190
|
-
"description": "
|
|
223191
|
-
"name": "
|
|
223196
|
+
"description": "Handler that is called when the element receives focus.",
|
|
223197
|
+
"name": "onFocus",
|
|
223192
223198
|
"parent": {
|
|
223193
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223194
|
-
"name": "
|
|
223199
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223200
|
+
"name": "FocusEvents"
|
|
223195
223201
|
},
|
|
223196
223202
|
"declarations": [
|
|
223197
223203
|
{
|
|
223198
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223199
|
-
"name": "
|
|
223204
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223205
|
+
"name": "FocusEvents"
|
|
223200
223206
|
}
|
|
223201
223207
|
],
|
|
223202
223208
|
"required": false,
|
|
223203
223209
|
"type": {
|
|
223204
|
-
"name": "
|
|
223210
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
223205
223211
|
}
|
|
223206
223212
|
},
|
|
223207
|
-
"
|
|
223213
|
+
"onBlur": {
|
|
223208
223214
|
"defaultValue": null,
|
|
223209
|
-
"description": "Handler that is called when the element
|
|
223210
|
-
"name": "
|
|
223215
|
+
"description": "Handler that is called when the element loses focus.",
|
|
223216
|
+
"name": "onBlur",
|
|
223211
223217
|
"parent": {
|
|
223212
223218
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223213
223219
|
"name": "FocusEvents"
|
|
@@ -223220,355 +223226,349 @@
|
|
|
223220
223226
|
],
|
|
223221
223227
|
"required": false,
|
|
223222
223228
|
"type": {
|
|
223223
|
-
"name": "((
|
|
223229
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
223224
223230
|
}
|
|
223225
223231
|
},
|
|
223226
|
-
"
|
|
223232
|
+
"onKeyDown": {
|
|
223227
223233
|
"defaultValue": null,
|
|
223228
|
-
"description": "
|
|
223229
|
-
"name": "
|
|
223234
|
+
"description": "Handler that is called when a key is pressed.",
|
|
223235
|
+
"name": "onKeyDown",
|
|
223230
223236
|
"parent": {
|
|
223231
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223232
|
-
"name": "
|
|
223237
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223238
|
+
"name": "KeyboardEvents"
|
|
223233
223239
|
},
|
|
223234
223240
|
"declarations": [
|
|
223235
223241
|
{
|
|
223236
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223237
|
-
"name": "
|
|
223242
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223243
|
+
"name": "KeyboardEvents"
|
|
223238
223244
|
}
|
|
223239
223245
|
],
|
|
223240
223246
|
"required": false,
|
|
223241
223247
|
"type": {
|
|
223242
|
-
"name": "
|
|
223248
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
223243
223249
|
}
|
|
223244
223250
|
},
|
|
223245
|
-
"
|
|
223251
|
+
"onKeyUp": {
|
|
223246
223252
|
"defaultValue": null,
|
|
223247
|
-
"description": "
|
|
223248
|
-
"name": "
|
|
223253
|
+
"description": "Handler that is called when a key is released.",
|
|
223254
|
+
"name": "onKeyUp",
|
|
223249
223255
|
"parent": {
|
|
223250
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223251
|
-
"name": "
|
|
223256
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223257
|
+
"name": "KeyboardEvents"
|
|
223252
223258
|
},
|
|
223253
223259
|
"declarations": [
|
|
223254
223260
|
{
|
|
223255
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223256
|
-
"name": "
|
|
223261
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223262
|
+
"name": "KeyboardEvents"
|
|
223257
223263
|
}
|
|
223258
223264
|
],
|
|
223259
223265
|
"required": false,
|
|
223260
223266
|
"type": {
|
|
223261
|
-
"name": "
|
|
223267
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
223262
223268
|
}
|
|
223263
223269
|
},
|
|
223264
|
-
"
|
|
223270
|
+
"className": {
|
|
223265
223271
|
"defaultValue": null,
|
|
223266
|
-
"description": "
|
|
223267
|
-
"name": "
|
|
223272
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
223273
|
+
"name": "className",
|
|
223268
223274
|
"parent": {
|
|
223269
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223270
|
-
"name": "
|
|
223275
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223276
|
+
"name": "StyleRenderProps"
|
|
223271
223277
|
},
|
|
223272
223278
|
"declarations": [
|
|
223273
223279
|
{
|
|
223274
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223275
|
-
"name": "
|
|
223280
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223281
|
+
"name": "StyleRenderProps"
|
|
223276
223282
|
}
|
|
223277
223283
|
],
|
|
223278
223284
|
"required": false,
|
|
223279
223285
|
"type": {
|
|
223280
|
-
"name": "
|
|
223286
|
+
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
223281
223287
|
}
|
|
223282
223288
|
},
|
|
223283
|
-
"
|
|
223289
|
+
"id": {
|
|
223284
223290
|
"defaultValue": null,
|
|
223285
|
-
"description": "
|
|
223286
|
-
"name": "
|
|
223291
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
223292
|
+
"name": "id",
|
|
223287
223293
|
"parent": {
|
|
223288
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223289
|
-
"name": "
|
|
223294
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223295
|
+
"name": "DOMProps"
|
|
223290
223296
|
},
|
|
223291
223297
|
"declarations": [
|
|
223292
223298
|
{
|
|
223293
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223294
|
-
"name": "
|
|
223299
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223300
|
+
"name": "DOMProps"
|
|
223295
223301
|
}
|
|
223296
223302
|
],
|
|
223297
223303
|
"required": false,
|
|
223298
223304
|
"type": {
|
|
223299
|
-
"name": "
|
|
223305
|
+
"name": "string"
|
|
223300
223306
|
}
|
|
223301
223307
|
},
|
|
223302
|
-
"
|
|
223308
|
+
"style": {
|
|
223303
223309
|
"defaultValue": null,
|
|
223304
|
-
"description": "The
|
|
223305
|
-
"name": "
|
|
223310
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
223311
|
+
"name": "style",
|
|
223306
223312
|
"parent": {
|
|
223307
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223308
|
-
"name": "
|
|
223313
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223314
|
+
"name": "StyleRenderProps"
|
|
223309
223315
|
},
|
|
223310
223316
|
"declarations": [
|
|
223311
223317
|
{
|
|
223312
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223313
|
-
"name": "
|
|
223318
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223319
|
+
"name": "StyleRenderProps"
|
|
223314
223320
|
}
|
|
223315
223321
|
],
|
|
223316
223322
|
"required": false,
|
|
223317
223323
|
"type": {
|
|
223318
|
-
"name": "
|
|
223324
|
+
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
223319
223325
|
}
|
|
223320
223326
|
},
|
|
223321
|
-
"
|
|
223322
|
-
"defaultValue":
|
|
223323
|
-
|
|
223324
|
-
|
|
223325
|
-
"description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
223326
|
-
"name": "escapeKeyBehavior",
|
|
223327
|
+
"aria-describedby": {
|
|
223328
|
+
"defaultValue": null,
|
|
223329
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
223330
|
+
"name": "aria-describedby",
|
|
223327
223331
|
"parent": {
|
|
223328
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223329
|
-
"name": "
|
|
223332
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223333
|
+
"name": "AriaLabelingProps"
|
|
223330
223334
|
},
|
|
223331
223335
|
"declarations": [
|
|
223332
223336
|
{
|
|
223333
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223334
|
-
"name": "
|
|
223337
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223338
|
+
"name": "AriaLabelingProps"
|
|
223335
223339
|
}
|
|
223336
223340
|
],
|
|
223337
223341
|
"required": false,
|
|
223338
223342
|
"type": {
|
|
223339
|
-
"name": "
|
|
223343
|
+
"name": "string"
|
|
223340
223344
|
}
|
|
223341
223345
|
},
|
|
223342
|
-
"
|
|
223346
|
+
"aria-details": {
|
|
223343
223347
|
"defaultValue": null,
|
|
223344
|
-
"description": "
|
|
223345
|
-
"name": "
|
|
223348
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
223349
|
+
"name": "aria-details",
|
|
223346
223350
|
"parent": {
|
|
223347
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223348
|
-
"name": "
|
|
223351
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223352
|
+
"name": "AriaLabelingProps"
|
|
223349
223353
|
},
|
|
223350
223354
|
"declarations": [
|
|
223351
223355
|
{
|
|
223352
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223353
|
-
"name": "
|
|
223356
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223357
|
+
"name": "AriaLabelingProps"
|
|
223354
223358
|
}
|
|
223355
223359
|
],
|
|
223356
223360
|
"required": false,
|
|
223357
223361
|
"type": {
|
|
223358
|
-
"name": "
|
|
223362
|
+
"name": "string"
|
|
223359
223363
|
}
|
|
223360
223364
|
},
|
|
223361
|
-
"
|
|
223365
|
+
"aria-label": {
|
|
223362
223366
|
"defaultValue": null,
|
|
223363
|
-
"description": "
|
|
223364
|
-
"name": "
|
|
223367
|
+
"description": "Defines a string value that labels the current element.",
|
|
223368
|
+
"name": "aria-label",
|
|
223365
223369
|
"parent": {
|
|
223366
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223367
|
-
"name": "
|
|
223370
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223371
|
+
"name": "AriaLabelingProps"
|
|
223368
223372
|
},
|
|
223369
223373
|
"declarations": [
|
|
223370
223374
|
{
|
|
223371
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223372
|
-
"name": "
|
|
223375
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223376
|
+
"name": "AriaLabelingProps"
|
|
223373
223377
|
}
|
|
223374
223378
|
],
|
|
223375
223379
|
"required": false,
|
|
223376
223380
|
"type": {
|
|
223377
|
-
"name": "
|
|
223381
|
+
"name": "string"
|
|
223378
223382
|
}
|
|
223379
223383
|
},
|
|
223380
|
-
"
|
|
223384
|
+
"aria-labelledby": {
|
|
223381
223385
|
"defaultValue": null,
|
|
223382
|
-
"description": "
|
|
223383
|
-
"name": "
|
|
223386
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
223387
|
+
"name": "aria-labelledby",
|
|
223384
223388
|
"parent": {
|
|
223385
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223386
|
-
"name": "
|
|
223389
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223390
|
+
"name": "AriaLabelingProps"
|
|
223387
223391
|
},
|
|
223388
223392
|
"declarations": [
|
|
223389
223393
|
{
|
|
223390
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223391
|
-
"name": "
|
|
223394
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223395
|
+
"name": "AriaLabelingProps"
|
|
223392
223396
|
}
|
|
223393
223397
|
],
|
|
223394
223398
|
"required": false,
|
|
223395
223399
|
"type": {
|
|
223396
|
-
"name": "
|
|
223400
|
+
"name": "string"
|
|
223397
223401
|
}
|
|
223398
223402
|
},
|
|
223399
|
-
"
|
|
223403
|
+
"isDisabled": {
|
|
223400
223404
|
"defaultValue": null,
|
|
223401
|
-
"description": "
|
|
223402
|
-
"name": "
|
|
223405
|
+
"description": "Whether the radio button is disabled or not.\nShows that a selection exists, but is not available in that circumstance.",
|
|
223406
|
+
"name": "isDisabled",
|
|
223403
223407
|
"parent": {
|
|
223404
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223405
|
-
"name": "
|
|
223408
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
223409
|
+
"name": "RadioProps"
|
|
223406
223410
|
},
|
|
223407
223411
|
"declarations": [
|
|
223408
223412
|
{
|
|
223409
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223410
|
-
"name": "
|
|
223413
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
223414
|
+
"name": "RadioProps"
|
|
223411
223415
|
}
|
|
223412
223416
|
],
|
|
223413
223417
|
"required": false,
|
|
223414
223418
|
"type": {
|
|
223415
|
-
"name": "
|
|
223419
|
+
"name": "boolean"
|
|
223416
223420
|
}
|
|
223417
223421
|
},
|
|
223418
|
-
"
|
|
223419
|
-
"defaultValue":
|
|
223420
|
-
|
|
223421
|
-
|
|
223422
|
-
"description": "How multiple selection should behave in the collection.",
|
|
223423
|
-
"name": "selectionBehavior",
|
|
223422
|
+
"autoFocus": {
|
|
223423
|
+
"defaultValue": null,
|
|
223424
|
+
"description": "Whether the element should receive focus on render.",
|
|
223425
|
+
"name": "autoFocus",
|
|
223424
223426
|
"parent": {
|
|
223425
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223426
|
-
"name": "
|
|
223427
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223428
|
+
"name": "FocusableProps"
|
|
223427
223429
|
},
|
|
223428
223430
|
"declarations": [
|
|
223429
223431
|
{
|
|
223430
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223431
|
-
"name": "
|
|
223432
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223433
|
+
"name": "FocusableProps"
|
|
223432
223434
|
}
|
|
223433
223435
|
],
|
|
223434
223436
|
"required": false,
|
|
223435
223437
|
"type": {
|
|
223436
|
-
"name": "
|
|
223438
|
+
"name": "boolean"
|
|
223437
223439
|
}
|
|
223438
223440
|
},
|
|
223439
|
-
"
|
|
223441
|
+
"onFocusChange": {
|
|
223440
223442
|
"defaultValue": null,
|
|
223441
|
-
"description": "
|
|
223442
|
-
"name": "
|
|
223443
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
223444
|
+
"name": "onFocusChange",
|
|
223443
223445
|
"parent": {
|
|
223444
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223445
|
-
"name": "
|
|
223446
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223447
|
+
"name": "FocusEvents"
|
|
223446
223448
|
},
|
|
223447
223449
|
"declarations": [
|
|
223448
223450
|
{
|
|
223449
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223450
|
-
"name": "
|
|
223451
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223452
|
+
"name": "FocusEvents"
|
|
223451
223453
|
}
|
|
223452
223454
|
],
|
|
223453
223455
|
"required": false,
|
|
223454
223456
|
"type": {
|
|
223455
|
-
"name": "
|
|
223457
|
+
"name": "((isFocused: boolean) => void)"
|
|
223456
223458
|
}
|
|
223457
223459
|
},
|
|
223458
|
-
"
|
|
223460
|
+
"value": {
|
|
223459
223461
|
"defaultValue": null,
|
|
223460
|
-
"description": "
|
|
223461
|
-
"name": "
|
|
223462
|
+
"description": "The value of the radio button, used when submitting an HTML form.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#Value).",
|
|
223463
|
+
"name": "value",
|
|
223462
223464
|
"parent": {
|
|
223463
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223464
|
-
"name": "
|
|
223465
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
223466
|
+
"name": "RadioProps"
|
|
223465
223467
|
},
|
|
223466
223468
|
"declarations": [
|
|
223467
223469
|
{
|
|
223468
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223469
|
-
"name": "
|
|
223470
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
223471
|
+
"name": "RadioProps"
|
|
223470
223472
|
}
|
|
223471
223473
|
],
|
|
223472
|
-
"required":
|
|
223474
|
+
"required": true,
|
|
223473
223475
|
"type": {
|
|
223474
|
-
"name": "
|
|
223476
|
+
"name": "string"
|
|
223475
223477
|
}
|
|
223476
223478
|
},
|
|
223477
|
-
"
|
|
223479
|
+
"slot": {
|
|
223478
223480
|
"defaultValue": null,
|
|
223479
|
-
"description": "
|
|
223480
|
-
"name": "
|
|
223481
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
223482
|
+
"name": "slot",
|
|
223481
223483
|
"parent": {
|
|
223482
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223483
|
-
"name": "
|
|
223484
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223485
|
+
"name": "SlotProps"
|
|
223484
223486
|
},
|
|
223485
223487
|
"declarations": [
|
|
223486
223488
|
{
|
|
223487
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223488
|
-
"name": "
|
|
223489
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223490
|
+
"name": "SlotProps"
|
|
223489
223491
|
}
|
|
223490
223492
|
],
|
|
223491
223493
|
"required": false,
|
|
223492
223494
|
"type": {
|
|
223493
|
-
"name": "
|
|
223495
|
+
"name": "string | null"
|
|
223494
223496
|
}
|
|
223495
223497
|
},
|
|
223496
|
-
"
|
|
223498
|
+
"inputRef": {
|
|
223497
223499
|
"defaultValue": null,
|
|
223498
|
-
"description": "
|
|
223499
|
-
"name": "
|
|
223500
|
+
"description": "A ref for the HTML input element.",
|
|
223501
|
+
"name": "inputRef",
|
|
223500
223502
|
"parent": {
|
|
223501
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223502
|
-
"name": "
|
|
223503
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223504
|
+
"name": "SwitchProps"
|
|
223503
223505
|
},
|
|
223504
223506
|
"declarations": [
|
|
223505
223507
|
{
|
|
223506
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223507
|
-
"name": "
|
|
223508
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
223509
|
+
"name": "SwitchProps"
|
|
223508
223510
|
}
|
|
223509
223511
|
],
|
|
223510
223512
|
"required": false,
|
|
223511
223513
|
"type": {
|
|
223512
|
-
"name": "
|
|
223514
|
+
"name": "RefObject<HTMLInputElement | null>"
|
|
223513
223515
|
}
|
|
223514
223516
|
},
|
|
223515
|
-
"
|
|
223517
|
+
"onHoverStart": {
|
|
223516
223518
|
"defaultValue": null,
|
|
223517
|
-
"description": "
|
|
223518
|
-
"name": "
|
|
223519
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
223520
|
+
"name": "onHoverStart",
|
|
223519
223521
|
"parent": {
|
|
223520
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223521
|
-
"name": "
|
|
223522
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223523
|
+
"name": "HoverEvents"
|
|
223522
223524
|
},
|
|
223523
223525
|
"declarations": [
|
|
223524
223526
|
{
|
|
223525
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223526
|
-
"name": "
|
|
223527
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223528
|
+
"name": "HoverEvents"
|
|
223527
223529
|
}
|
|
223528
223530
|
],
|
|
223529
223531
|
"required": false,
|
|
223530
223532
|
"type": {
|
|
223531
|
-
"name": "((
|
|
223533
|
+
"name": "((e: HoverEvent) => void)"
|
|
223532
223534
|
}
|
|
223533
223535
|
},
|
|
223534
|
-
"
|
|
223535
|
-
"defaultValue":
|
|
223536
|
-
|
|
223537
|
-
|
|
223538
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
223539
|
-
"name": "layout",
|
|
223536
|
+
"onHoverEnd": {
|
|
223537
|
+
"defaultValue": null,
|
|
223538
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
223539
|
+
"name": "onHoverEnd",
|
|
223540
223540
|
"parent": {
|
|
223541
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223542
|
-
"name": "
|
|
223541
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223542
|
+
"name": "HoverEvents"
|
|
223543
223543
|
},
|
|
223544
223544
|
"declarations": [
|
|
223545
223545
|
{
|
|
223546
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223547
|
-
"name": "
|
|
223546
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223547
|
+
"name": "HoverEvents"
|
|
223548
223548
|
}
|
|
223549
223549
|
],
|
|
223550
223550
|
"required": false,
|
|
223551
223551
|
"type": {
|
|
223552
|
-
"name": "
|
|
223552
|
+
"name": "((e: HoverEvent) => void)"
|
|
223553
223553
|
}
|
|
223554
223554
|
},
|
|
223555
|
-
"
|
|
223555
|
+
"onHoverChange": {
|
|
223556
223556
|
"defaultValue": null,
|
|
223557
|
-
"description": "
|
|
223558
|
-
"name": "
|
|
223557
|
+
"description": "Handler that is called when the hover state changes.",
|
|
223558
|
+
"name": "onHoverChange",
|
|
223559
223559
|
"parent": {
|
|
223560
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223561
|
-
"name": "
|
|
223560
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223561
|
+
"name": "HoverEvents"
|
|
223562
223562
|
},
|
|
223563
223563
|
"declarations": [
|
|
223564
223564
|
{
|
|
223565
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223566
|
-
"name": "
|
|
223565
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223566
|
+
"name": "HoverEvents"
|
|
223567
223567
|
}
|
|
223568
223568
|
],
|
|
223569
223569
|
"required": false,
|
|
223570
223570
|
"type": {
|
|
223571
|
-
"name": "
|
|
223571
|
+
"name": "((isHovering: boolean) => void)"
|
|
223572
223572
|
}
|
|
223573
223573
|
},
|
|
223574
223574
|
"children": {
|