@mittwald/flow-react-components 0.2.0-alpha.344 → 0.2.0-alpha.345
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 +6 -0
- package/dist/assets/doc-properties.json +963 -963
- package/dist/js/components/src/components/TranslationProvider/TranslationProvider.mjs +7 -3
- package/dist/js/components/src/components/TranslationProvider/TranslationProvider.mjs.map +1 -1
- package/dist/js/default.mjs +2 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/TranslationProvider/TranslationProvider.d.ts +3 -3
- package/dist/types/components/TranslationProvider/TranslationProvider.d.ts.map +1 -1
- package/dist/types/components/TranslationProvider/index.d.ts +3 -1
- package/dist/types/components/TranslationProvider/index.d.ts.map +1 -1
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
],
|
|
595
595
|
"required": true,
|
|
596
596
|
"type": {
|
|
597
|
-
"name": "
|
|
597
|
+
"name": "Translations"
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
600
|
}
|
|
@@ -23388,52 +23388,13 @@
|
|
|
23388
23388
|
},
|
|
23389
23389
|
{
|
|
23390
23390
|
"tags": {
|
|
23391
|
-
"flr-generate": "all"
|
|
23392
|
-
"flr-clear-props-context": ""
|
|
23391
|
+
"flr-generate": "all"
|
|
23393
23392
|
},
|
|
23394
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
23393
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
|
|
23395
23394
|
"description": "",
|
|
23396
|
-
"displayName": "
|
|
23395
|
+
"displayName": "SegmentedControl",
|
|
23397
23396
|
"methods": [],
|
|
23398
23397
|
"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
|
-
},
|
|
23437
23398
|
"onFocus": {
|
|
23438
23399
|
"defaultValue": null,
|
|
23439
23400
|
"description": "Handler that is called when the element receives focus.",
|
|
@@ -23472,42 +23433,42 @@
|
|
|
23472
23433
|
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
23473
23434
|
}
|
|
23474
23435
|
},
|
|
23475
|
-
"
|
|
23436
|
+
"onChange": {
|
|
23476
23437
|
"defaultValue": null,
|
|
23477
|
-
"description": "Handler that is called when
|
|
23478
|
-
"name": "
|
|
23438
|
+
"description": "Handler that is called when the value changes.",
|
|
23439
|
+
"name": "onChange",
|
|
23479
23440
|
"parent": {
|
|
23480
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23481
|
-
"name": "
|
|
23441
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
23442
|
+
"name": "ValueBase"
|
|
23482
23443
|
},
|
|
23483
23444
|
"declarations": [
|
|
23484
23445
|
{
|
|
23485
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23486
|
-
"name": "
|
|
23446
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
23447
|
+
"name": "ValueBase"
|
|
23487
23448
|
}
|
|
23488
23449
|
],
|
|
23489
23450
|
"required": false,
|
|
23490
23451
|
"type": {
|
|
23491
|
-
"name": "((
|
|
23452
|
+
"name": "((value: TimeValue | null) => void)"
|
|
23492
23453
|
}
|
|
23493
23454
|
},
|
|
23494
|
-
"
|
|
23455
|
+
"className": {
|
|
23495
23456
|
"defaultValue": null,
|
|
23496
|
-
"description": "
|
|
23497
|
-
"name": "
|
|
23457
|
+
"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.",
|
|
23458
|
+
"name": "className",
|
|
23498
23459
|
"parent": {
|
|
23499
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23500
|
-
"name": "
|
|
23460
|
+
"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",
|
|
23461
|
+
"name": "StyleRenderProps"
|
|
23501
23462
|
},
|
|
23502
23463
|
"declarations": [
|
|
23503
23464
|
{
|
|
23504
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23505
|
-
"name": "
|
|
23465
|
+
"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",
|
|
23466
|
+
"name": "StyleRenderProps"
|
|
23506
23467
|
}
|
|
23507
23468
|
],
|
|
23508
23469
|
"required": false,
|
|
23509
23470
|
"type": {
|
|
23510
|
-
"name": "((
|
|
23471
|
+
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
23511
23472
|
}
|
|
23512
23473
|
},
|
|
23513
23474
|
"id": {
|
|
@@ -23531,16 +23492,16 @@
|
|
|
23531
23492
|
},
|
|
23532
23493
|
"name": {
|
|
23533
23494
|
"defaultValue": null,
|
|
23534
|
-
"description": "The name of the input, used when submitting an HTML form.",
|
|
23495
|
+
"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).",
|
|
23535
23496
|
"name": "name",
|
|
23536
23497
|
"parent": {
|
|
23537
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
23538
|
-
"name": "
|
|
23498
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23499
|
+
"name": "InputDOMProps"
|
|
23539
23500
|
},
|
|
23540
23501
|
"declarations": [
|
|
23541
23502
|
{
|
|
23542
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
23543
|
-
"name": "
|
|
23503
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23504
|
+
"name": "InputDOMProps"
|
|
23544
23505
|
}
|
|
23545
23506
|
],
|
|
23546
23507
|
"required": false,
|
|
@@ -23567,6 +23528,27 @@
|
|
|
23567
23528
|
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
23568
23529
|
}
|
|
23569
23530
|
},
|
|
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
|
+
},
|
|
23570
23552
|
"aria-describedby": {
|
|
23571
23553
|
"defaultValue": null,
|
|
23572
23554
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
@@ -23605,18 +23587,18 @@
|
|
|
23605
23587
|
"name": "string"
|
|
23606
23588
|
}
|
|
23607
23589
|
},
|
|
23608
|
-
"aria-
|
|
23590
|
+
"aria-errormessage": {
|
|
23609
23591
|
"defaultValue": null,
|
|
23610
|
-
"description": "
|
|
23611
|
-
"name": "aria-
|
|
23592
|
+
"description": "Identifies the element that provides an error message for the object.",
|
|
23593
|
+
"name": "aria-errormessage",
|
|
23612
23594
|
"parent": {
|
|
23613
23595
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23614
|
-
"name": "
|
|
23596
|
+
"name": "AriaValidationProps"
|
|
23615
23597
|
},
|
|
23616
23598
|
"declarations": [
|
|
23617
23599
|
{
|
|
23618
23600
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23619
|
-
"name": "
|
|
23601
|
+
"name": "AriaValidationProps"
|
|
23620
23602
|
}
|
|
23621
23603
|
],
|
|
23622
23604
|
"required": false,
|
|
@@ -23624,10 +23606,10 @@
|
|
|
23624
23606
|
"name": "string"
|
|
23625
23607
|
}
|
|
23626
23608
|
},
|
|
23627
|
-
"aria-
|
|
23609
|
+
"aria-label": {
|
|
23628
23610
|
"defaultValue": null,
|
|
23629
|
-
"description": "
|
|
23630
|
-
"name": "aria-
|
|
23611
|
+
"description": "Defines a string value that labels the current element.",
|
|
23612
|
+
"name": "aria-label",
|
|
23631
23613
|
"parent": {
|
|
23632
23614
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23633
23615
|
"name": "AriaLabelingProps"
|
|
@@ -23643,61 +23625,23 @@
|
|
|
23643
23625
|
"name": "string"
|
|
23644
23626
|
}
|
|
23645
23627
|
},
|
|
23646
|
-
"
|
|
23647
|
-
"defaultValue": null,
|
|
23648
|
-
"description": "Sets the open state of the menu.",
|
|
23649
|
-
"name": "isOpen",
|
|
23650
|
-
"parent": {
|
|
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"
|
|
23653
|
-
},
|
|
23654
|
-
"declarations": [
|
|
23655
|
-
{
|
|
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"
|
|
23658
|
-
}
|
|
23659
|
-
],
|
|
23660
|
-
"required": false,
|
|
23661
|
-
"type": {
|
|
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": {
|
|
23628
|
+
"aria-labelledby": {
|
|
23685
23629
|
"defaultValue": null,
|
|
23686
|
-
"description": "
|
|
23687
|
-
"name": "
|
|
23630
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
23631
|
+
"name": "aria-labelledby",
|
|
23688
23632
|
"parent": {
|
|
23689
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
23690
|
-
"name": "
|
|
23633
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23634
|
+
"name": "AriaLabelingProps"
|
|
23691
23635
|
},
|
|
23692
23636
|
"declarations": [
|
|
23693
23637
|
{
|
|
23694
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
23695
|
-
"name": "
|
|
23638
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
23639
|
+
"name": "AriaLabelingProps"
|
|
23696
23640
|
}
|
|
23697
23641
|
],
|
|
23698
23642
|
"required": false,
|
|
23699
23643
|
"type": {
|
|
23700
|
-
"name": "
|
|
23644
|
+
"name": "string"
|
|
23701
23645
|
}
|
|
23702
23646
|
},
|
|
23703
23647
|
"validationBehavior": {
|
|
@@ -23740,6 +23684,25 @@
|
|
|
23740
23684
|
"name": "boolean"
|
|
23741
23685
|
}
|
|
23742
23686
|
},
|
|
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
|
+
},
|
|
23743
23706
|
"isRequired": {
|
|
23744
23707
|
"defaultValue": null,
|
|
23745
23708
|
"description": "Whether user input is required on the input before form submission.",
|
|
@@ -23797,25 +23760,6 @@
|
|
|
23797
23760
|
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
23798
23761
|
}
|
|
23799
23762
|
},
|
|
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
|
-
},
|
|
23819
23763
|
"onFocusChange": {
|
|
23820
23764
|
"defaultValue": null,
|
|
23821
23765
|
"description": "Handler that is called when the element's focus status changes.",
|
|
@@ -23835,158 +23779,61 @@
|
|
|
23835
23779
|
"name": "((isFocused: boolean) => void)"
|
|
23836
23780
|
}
|
|
23837
23781
|
},
|
|
23838
|
-
"
|
|
23839
|
-
"defaultValue": null,
|
|
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",
|
|
23842
|
-
"parent": {
|
|
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"
|
|
23845
|
-
},
|
|
23846
|
-
"declarations": [
|
|
23847
|
-
{
|
|
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"
|
|
23850
|
-
}
|
|
23851
|
-
],
|
|
23852
|
-
"required": false,
|
|
23853
|
-
"type": {
|
|
23854
|
-
"name": "string | null"
|
|
23855
|
-
}
|
|
23856
|
-
},
|
|
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": {
|
|
23879
|
-
"defaultValue": null,
|
|
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",
|
|
23882
|
-
"parent": {
|
|
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"
|
|
23885
|
-
},
|
|
23886
|
-
"declarations": [
|
|
23887
|
-
{
|
|
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"
|
|
23890
|
-
}
|
|
23891
|
-
],
|
|
23892
|
-
"required": false,
|
|
23893
|
-
"type": {
|
|
23894
|
-
"name": "boolean"
|
|
23895
|
-
}
|
|
23896
|
-
},
|
|
23897
|
-
"autoComplete": {
|
|
23898
|
-
"defaultValue": null,
|
|
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",
|
|
23901
|
-
"parent": {
|
|
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"
|
|
23904
|
-
},
|
|
23905
|
-
"declarations": [
|
|
23906
|
-
{
|
|
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"
|
|
23909
|
-
}
|
|
23910
|
-
],
|
|
23911
|
-
"required": false,
|
|
23912
|
-
"type": {
|
|
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": {
|
|
23782
|
+
"value": {
|
|
23936
23783
|
"defaultValue": null,
|
|
23937
|
-
"description": "The
|
|
23938
|
-
"name": "
|
|
23784
|
+
"description": "The current value (controlled).",
|
|
23785
|
+
"name": "value",
|
|
23939
23786
|
"parent": {
|
|
23940
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23941
|
-
"name": "
|
|
23787
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
23788
|
+
"name": "ValueBase"
|
|
23942
23789
|
},
|
|
23943
23790
|
"declarations": [
|
|
23944
23791
|
{
|
|
23945
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23946
|
-
"name": "
|
|
23792
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
23793
|
+
"name": "ValueBase"
|
|
23947
23794
|
}
|
|
23948
23795
|
],
|
|
23949
23796
|
"required": false,
|
|
23950
23797
|
"type": {
|
|
23951
|
-
"name": "
|
|
23798
|
+
"name": "TimeValue | null"
|
|
23952
23799
|
}
|
|
23953
23800
|
},
|
|
23954
|
-
"
|
|
23801
|
+
"defaultValue": {
|
|
23955
23802
|
"defaultValue": null,
|
|
23956
|
-
"description": "The
|
|
23957
|
-
"name": "
|
|
23803
|
+
"description": "The default value (uncontrolled).",
|
|
23804
|
+
"name": "defaultValue",
|
|
23958
23805
|
"parent": {
|
|
23959
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23960
|
-
"name": "
|
|
23806
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
23807
|
+
"name": "ValueBase"
|
|
23961
23808
|
},
|
|
23962
23809
|
"declarations": [
|
|
23963
23810
|
{
|
|
23964
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
23965
|
-
"name": "
|
|
23811
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
23812
|
+
"name": "ValueBase"
|
|
23966
23813
|
}
|
|
23967
23814
|
],
|
|
23968
23815
|
"required": false,
|
|
23969
23816
|
"type": {
|
|
23970
|
-
"name": "
|
|
23817
|
+
"name": "TimeValue | null"
|
|
23971
23818
|
}
|
|
23972
23819
|
},
|
|
23973
|
-
"
|
|
23820
|
+
"slot": {
|
|
23974
23821
|
"defaultValue": null,
|
|
23975
|
-
"description": "
|
|
23976
|
-
"name": "
|
|
23822
|
+
"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.",
|
|
23823
|
+
"name": "slot",
|
|
23977
23824
|
"parent": {
|
|
23978
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23979
|
-
"name": "
|
|
23825
|
+
"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",
|
|
23826
|
+
"name": "SlotProps"
|
|
23980
23827
|
},
|
|
23981
23828
|
"declarations": [
|
|
23982
23829
|
{
|
|
23983
|
-
"fileName": "flow/node_modules/.pnpm
|
|
23984
|
-
"name": "
|
|
23830
|
+
"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",
|
|
23831
|
+
"name": "SlotProps"
|
|
23985
23832
|
}
|
|
23986
23833
|
],
|
|
23987
23834
|
"required": false,
|
|
23988
23835
|
"type": {
|
|
23989
|
-
"name": "
|
|
23836
|
+
"name": "string | null"
|
|
23990
23837
|
}
|
|
23991
23838
|
},
|
|
23992
23839
|
"children": {
|
|
@@ -24080,36 +23927,75 @@
|
|
|
24080
23927
|
"name": "Key | null"
|
|
24081
23928
|
}
|
|
24082
23929
|
},
|
|
24083
|
-
"
|
|
23930
|
+
"containerBreakpointSize": {
|
|
24084
23931
|
"defaultValue": null,
|
|
24085
|
-
"description": "
|
|
24086
|
-
"name": "
|
|
23932
|
+
"description": "",
|
|
23933
|
+
"name": "containerBreakpointSize",
|
|
24087
23934
|
"parent": {
|
|
24088
23935
|
"fileName": "components/src/lib/types/props.ts",
|
|
24089
|
-
"name": "
|
|
23936
|
+
"name": "PropsWithContainerBreakpointSize"
|
|
24090
23937
|
},
|
|
24091
23938
|
"declarations": [
|
|
24092
23939
|
{
|
|
24093
23940
|
"fileName": "components/src/lib/types/props.ts",
|
|
24094
|
-
"name": "
|
|
23941
|
+
"name": "PropsWithContainerBreakpointSize"
|
|
24095
23942
|
}
|
|
24096
23943
|
],
|
|
24097
23944
|
"required": false,
|
|
24098
23945
|
"type": {
|
|
24099
|
-
"name": "
|
|
23946
|
+
"name": "ContainerBreakpointSize"
|
|
24100
23947
|
}
|
|
24101
23948
|
}
|
|
24102
23949
|
}
|
|
24103
23950
|
},
|
|
24104
23951
|
{
|
|
24105
23952
|
"tags": {
|
|
24106
|
-
"flr-generate": "all"
|
|
23953
|
+
"flr-generate": "all",
|
|
23954
|
+
"flr-clear-props-context": ""
|
|
24107
23955
|
},
|
|
24108
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
23956
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/Select.tsx",
|
|
24109
23957
|
"description": "",
|
|
24110
|
-
"displayName": "
|
|
23958
|
+
"displayName": "Select",
|
|
24111
23959
|
"methods": [],
|
|
24112
23960
|
"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
|
+
},
|
|
24113
23999
|
"onFocus": {
|
|
24114
24000
|
"defaultValue": null,
|
|
24115
24001
|
"description": "Handler that is called when the element receives focus.",
|
|
@@ -24148,42 +24034,42 @@
|
|
|
24148
24034
|
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
24149
24035
|
}
|
|
24150
24036
|
},
|
|
24151
|
-
"
|
|
24037
|
+
"onKeyDown": {
|
|
24152
24038
|
"defaultValue": null,
|
|
24153
|
-
"description": "Handler that is called when
|
|
24154
|
-
"name": "
|
|
24039
|
+
"description": "Handler that is called when a key is pressed.",
|
|
24040
|
+
"name": "onKeyDown",
|
|
24155
24041
|
"parent": {
|
|
24156
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24157
|
-
"name": "
|
|
24042
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24043
|
+
"name": "KeyboardEvents"
|
|
24158
24044
|
},
|
|
24159
24045
|
"declarations": [
|
|
24160
24046
|
{
|
|
24161
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24162
|
-
"name": "
|
|
24047
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24048
|
+
"name": "KeyboardEvents"
|
|
24163
24049
|
}
|
|
24164
24050
|
],
|
|
24165
24051
|
"required": false,
|
|
24166
24052
|
"type": {
|
|
24167
|
-
"name": "((
|
|
24053
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
24168
24054
|
}
|
|
24169
24055
|
},
|
|
24170
|
-
"
|
|
24056
|
+
"onKeyUp": {
|
|
24171
24057
|
"defaultValue": null,
|
|
24172
|
-
"description": "
|
|
24173
|
-
"name": "
|
|
24058
|
+
"description": "Handler that is called when a key is released.",
|
|
24059
|
+
"name": "onKeyUp",
|
|
24174
24060
|
"parent": {
|
|
24175
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24176
|
-
"name": "
|
|
24061
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24062
|
+
"name": "KeyboardEvents"
|
|
24177
24063
|
},
|
|
24178
24064
|
"declarations": [
|
|
24179
24065
|
{
|
|
24180
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24181
|
-
"name": "
|
|
24066
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24067
|
+
"name": "KeyboardEvents"
|
|
24182
24068
|
}
|
|
24183
24069
|
],
|
|
24184
24070
|
"required": false,
|
|
24185
24071
|
"type": {
|
|
24186
|
-
"name": "
|
|
24072
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
24187
24073
|
}
|
|
24188
24074
|
},
|
|
24189
24075
|
"id": {
|
|
@@ -24207,16 +24093,16 @@
|
|
|
24207
24093
|
},
|
|
24208
24094
|
"name": {
|
|
24209
24095
|
"defaultValue": null,
|
|
24210
|
-
"description": "The name of the input
|
|
24096
|
+
"description": "The name of the input, used when submitting an HTML form.",
|
|
24211
24097
|
"name": "name",
|
|
24212
24098
|
"parent": {
|
|
24213
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
24214
|
-
"name": "
|
|
24099
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24100
|
+
"name": "AriaSelectProps"
|
|
24215
24101
|
},
|
|
24216
24102
|
"declarations": [
|
|
24217
24103
|
{
|
|
24218
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
24219
|
-
"name": "
|
|
24104
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24105
|
+
"name": "AriaSelectProps"
|
|
24220
24106
|
}
|
|
24221
24107
|
],
|
|
24222
24108
|
"required": false,
|
|
@@ -24243,27 +24129,6 @@
|
|
|
24243
24129
|
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
24244
24130
|
}
|
|
24245
24131
|
},
|
|
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
|
-
},
|
|
24267
24132
|
"aria-describedby": {
|
|
24268
24133
|
"defaultValue": null,
|
|
24269
24134
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
@@ -24302,18 +24167,18 @@
|
|
|
24302
24167
|
"name": "string"
|
|
24303
24168
|
}
|
|
24304
24169
|
},
|
|
24305
|
-
"aria-
|
|
24170
|
+
"aria-label": {
|
|
24306
24171
|
"defaultValue": null,
|
|
24307
|
-
"description": "
|
|
24308
|
-
"name": "aria-
|
|
24172
|
+
"description": "Defines a string value that labels the current element.",
|
|
24173
|
+
"name": "aria-label",
|
|
24309
24174
|
"parent": {
|
|
24310
24175
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24311
|
-
"name": "
|
|
24176
|
+
"name": "AriaLabelingProps"
|
|
24312
24177
|
},
|
|
24313
24178
|
"declarations": [
|
|
24314
24179
|
{
|
|
24315
24180
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24316
|
-
"name": "
|
|
24181
|
+
"name": "AriaLabelingProps"
|
|
24317
24182
|
}
|
|
24318
24183
|
],
|
|
24319
24184
|
"required": false,
|
|
@@ -24321,10 +24186,10 @@
|
|
|
24321
24186
|
"name": "string"
|
|
24322
24187
|
}
|
|
24323
24188
|
},
|
|
24324
|
-
"aria-
|
|
24189
|
+
"aria-labelledby": {
|
|
24325
24190
|
"defaultValue": null,
|
|
24326
|
-
"description": "
|
|
24327
|
-
"name": "aria-
|
|
24191
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
24192
|
+
"name": "aria-labelledby",
|
|
24328
24193
|
"parent": {
|
|
24329
24194
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24330
24195
|
"name": "AriaLabelingProps"
|
|
@@ -24340,23 +24205,61 @@
|
|
|
24340
24205
|
"name": "string"
|
|
24341
24206
|
}
|
|
24342
24207
|
},
|
|
24343
|
-
"
|
|
24208
|
+
"isOpen": {
|
|
24344
24209
|
"defaultValue": null,
|
|
24345
|
-
"description": "
|
|
24346
|
-
"name": "
|
|
24210
|
+
"description": "Sets the open state of the menu.",
|
|
24211
|
+
"name": "isOpen",
|
|
24347
24212
|
"parent": {
|
|
24348
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
24349
|
-
"name": "
|
|
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"
|
|
24350
24215
|
},
|
|
24351
24216
|
"declarations": [
|
|
24352
24217
|
{
|
|
24353
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
24354
|
-
"name": "
|
|
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"
|
|
24355
24220
|
}
|
|
24356
24221
|
],
|
|
24357
24222
|
"required": false,
|
|
24358
24223
|
"type": {
|
|
24359
|
-
"name": "
|
|
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": {
|
|
24247
|
+
"defaultValue": null,
|
|
24248
|
+
"description": "Method that is called when the open state of the menu changes.",
|
|
24249
|
+
"name": "onOpenChange",
|
|
24250
|
+
"parent": {
|
|
24251
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24252
|
+
"name": "SelectProps"
|
|
24253
|
+
},
|
|
24254
|
+
"declarations": [
|
|
24255
|
+
{
|
|
24256
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.9.13_react@19.1.0/node_modules/@react-types/select/src/index.d.ts",
|
|
24257
|
+
"name": "SelectProps"
|
|
24258
|
+
}
|
|
24259
|
+
],
|
|
24260
|
+
"required": false,
|
|
24261
|
+
"type": {
|
|
24262
|
+
"name": "((isOpen: boolean) => void)"
|
|
24360
24263
|
}
|
|
24361
24264
|
},
|
|
24362
24265
|
"validationBehavior": {
|
|
@@ -24399,25 +24302,6 @@
|
|
|
24399
24302
|
"name": "boolean"
|
|
24400
24303
|
}
|
|
24401
24304
|
},
|
|
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
|
-
},
|
|
24421
24305
|
"isRequired": {
|
|
24422
24306
|
"defaultValue": null,
|
|
24423
24307
|
"description": "Whether user input is required on the input before form submission.",
|
|
@@ -24475,6 +24359,25 @@
|
|
|
24475
24359
|
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
24476
24360
|
}
|
|
24477
24361
|
},
|
|
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
|
+
},
|
|
24478
24381
|
"onFocusChange": {
|
|
24479
24382
|
"defaultValue": null,
|
|
24480
24383
|
"description": "Handler that is called when the element's focus status changes.",
|
|
@@ -24494,61 +24397,158 @@
|
|
|
24494
24397
|
"name": "((isFocused: boolean) => void)"
|
|
24495
24398
|
}
|
|
24496
24399
|
},
|
|
24497
|
-
"
|
|
24400
|
+
"slot": {
|
|
24498
24401
|
"defaultValue": null,
|
|
24499
|
-
"description": "
|
|
24500
|
-
"name": "
|
|
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",
|
|
24501
24404
|
"parent": {
|
|
24502
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24503
|
-
"name": "
|
|
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"
|
|
24504
24407
|
},
|
|
24505
24408
|
"declarations": [
|
|
24506
24409
|
{
|
|
24507
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24508
|
-
"name": "
|
|
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"
|
|
24509
24412
|
}
|
|
24510
24413
|
],
|
|
24511
24414
|
"required": false,
|
|
24512
24415
|
"type": {
|
|
24513
|
-
"name": "
|
|
24416
|
+
"name": "string | null"
|
|
24514
24417
|
}
|
|
24515
24418
|
},
|
|
24516
|
-
"
|
|
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": {
|
|
24517
24441
|
"defaultValue": null,
|
|
24518
|
-
"description": "
|
|
24519
|
-
"name": "
|
|
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",
|
|
24520
24444
|
"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": "
|
|
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"
|
|
24523
24447
|
},
|
|
24524
24448
|
"declarations": [
|
|
24525
24449
|
{
|
|
24526
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
24527
|
-
"name": "
|
|
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"
|
|
24528
24452
|
}
|
|
24529
24453
|
],
|
|
24530
24454
|
"required": false,
|
|
24531
24455
|
"type": {
|
|
24532
|
-
"name": "
|
|
24456
|
+
"name": "boolean"
|
|
24533
24457
|
}
|
|
24534
24458
|
},
|
|
24535
|
-
"
|
|
24459
|
+
"autoComplete": {
|
|
24536
24460
|
"defaultValue": null,
|
|
24537
|
-
"description": "
|
|
24538
|
-
"name": "
|
|
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",
|
|
24539
24463
|
"parent": {
|
|
24540
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24541
|
-
"name": "
|
|
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"
|
|
24542
24466
|
},
|
|
24543
24467
|
"declarations": [
|
|
24544
24468
|
{
|
|
24545
|
-
"fileName": "flow/node_modules/.pnpm
|
|
24546
|
-
"name": "
|
|
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"
|
|
24547
24471
|
}
|
|
24548
24472
|
],
|
|
24549
24473
|
"required": false,
|
|
24550
24474
|
"type": {
|
|
24551
|
-
"name": "string
|
|
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": {
|
|
24498
|
+
"defaultValue": null,
|
|
24499
|
+
"description": "The currently selected key in the collection (controlled).",
|
|
24500
|
+
"name": "selectedKey",
|
|
24501
|
+
"parent": {
|
|
24502
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
24503
|
+
"name": "SingleSelection"
|
|
24504
|
+
},
|
|
24505
|
+
"declarations": [
|
|
24506
|
+
{
|
|
24507
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
24508
|
+
"name": "SingleSelection"
|
|
24509
|
+
}
|
|
24510
|
+
],
|
|
24511
|
+
"required": false,
|
|
24512
|
+
"type": {
|
|
24513
|
+
"name": "Key | null"
|
|
24514
|
+
}
|
|
24515
|
+
},
|
|
24516
|
+
"defaultSelectedKey": {
|
|
24517
|
+
"defaultValue": null,
|
|
24518
|
+
"description": "The initial selected key in the collection (uncontrolled).",
|
|
24519
|
+
"name": "defaultSelectedKey",
|
|
24520
|
+
"parent": {
|
|
24521
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
24522
|
+
"name": "SingleSelection"
|
|
24523
|
+
},
|
|
24524
|
+
"declarations": [
|
|
24525
|
+
{
|
|
24526
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
24527
|
+
"name": "SingleSelection"
|
|
24528
|
+
}
|
|
24529
|
+
],
|
|
24530
|
+
"required": false,
|
|
24531
|
+
"type": {
|
|
24532
|
+
"name": "Key"
|
|
24533
|
+
}
|
|
24534
|
+
},
|
|
24535
|
+
"disabledKeys": {
|
|
24536
|
+
"defaultValue": null,
|
|
24537
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
24538
|
+
"name": "disabledKeys",
|
|
24539
|
+
"parent": {
|
|
24540
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
24541
|
+
"name": "CollectionBase"
|
|
24542
|
+
},
|
|
24543
|
+
"declarations": [
|
|
24544
|
+
{
|
|
24545
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
24546
|
+
"name": "CollectionBase"
|
|
24547
|
+
}
|
|
24548
|
+
],
|
|
24549
|
+
"required": false,
|
|
24550
|
+
"type": {
|
|
24551
|
+
"name": "Iterable<Key>"
|
|
24552
24552
|
}
|
|
24553
24553
|
},
|
|
24554
24554
|
"children": {
|
|
@@ -24642,23 +24642,23 @@
|
|
|
24642
24642
|
"name": "Key | null"
|
|
24643
24643
|
}
|
|
24644
24644
|
},
|
|
24645
|
-
"
|
|
24645
|
+
"className": {
|
|
24646
24646
|
"defaultValue": null,
|
|
24647
|
-
"description": "",
|
|
24648
|
-
"name": "
|
|
24647
|
+
"description": "The elements class name.",
|
|
24648
|
+
"name": "className",
|
|
24649
24649
|
"parent": {
|
|
24650
24650
|
"fileName": "components/src/lib/types/props.ts",
|
|
24651
|
-
"name": "
|
|
24651
|
+
"name": "PropsWithClassName"
|
|
24652
24652
|
},
|
|
24653
24653
|
"declarations": [
|
|
24654
24654
|
{
|
|
24655
24655
|
"fileName": "components/src/lib/types/props.ts",
|
|
24656
|
-
"name": "
|
|
24656
|
+
"name": "PropsWithClassName"
|
|
24657
24657
|
}
|
|
24658
24658
|
],
|
|
24659
24659
|
"required": false,
|
|
24660
24660
|
"type": {
|
|
24661
|
-
"name": "
|
|
24661
|
+
"name": "string"
|
|
24662
24662
|
}
|
|
24663
24663
|
}
|
|
24664
24664
|
}
|
|
@@ -171800,165 +171800,6 @@
|
|
|
171800
171800
|
}
|
|
171801
171801
|
}
|
|
171802
171802
|
},
|
|
171803
|
-
{
|
|
171804
|
-
"tags": {
|
|
171805
|
-
"flr-generate": "all"
|
|
171806
|
-
},
|
|
171807
|
-
"filePath": "src/components/AreaChart/AreaChart.tsx",
|
|
171808
|
-
"description": "",
|
|
171809
|
-
"displayName": "AreaChart",
|
|
171810
|
-
"methods": [],
|
|
171811
|
-
"props": {
|
|
171812
|
-
"height": {
|
|
171813
|
-
"defaultValue": null,
|
|
171814
|
-
"description": "",
|
|
171815
|
-
"name": "height",
|
|
171816
|
-
"parent": {
|
|
171817
|
-
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171818
|
-
"name": "AreaChartProps"
|
|
171819
|
-
},
|
|
171820
|
-
"declarations": [
|
|
171821
|
-
{
|
|
171822
|
-
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171823
|
-
"name": "AreaChartProps"
|
|
171824
|
-
}
|
|
171825
|
-
],
|
|
171826
|
-
"required": false,
|
|
171827
|
-
"type": {
|
|
171828
|
-
"name": "string"
|
|
171829
|
-
}
|
|
171830
|
-
},
|
|
171831
|
-
"emptyView": {
|
|
171832
|
-
"defaultValue": null,
|
|
171833
|
-
"description": "View that is provided when data is empty/undefined",
|
|
171834
|
-
"name": "emptyView",
|
|
171835
|
-
"parent": {
|
|
171836
|
-
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171837
|
-
"name": "AreaChartProps"
|
|
171838
|
-
},
|
|
171839
|
-
"declarations": [
|
|
171840
|
-
{
|
|
171841
|
-
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171842
|
-
"name": "AreaChartProps"
|
|
171843
|
-
}
|
|
171844
|
-
],
|
|
171845
|
-
"required": false,
|
|
171846
|
-
"type": {
|
|
171847
|
-
"name": "ComponentType<AreaChartEmptyViewProps>"
|
|
171848
|
-
}
|
|
171849
|
-
},
|
|
171850
|
-
"flexGrow": {
|
|
171851
|
-
"defaultValue": null,
|
|
171852
|
-
"description": "Allow the height controlling container to set flex-grow: 1. Can only be\nused in combination with `height`",
|
|
171853
|
-
"name": "flexGrow",
|
|
171854
|
-
"parent": {
|
|
171855
|
-
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171856
|
-
"name": "AreaChartProps"
|
|
171857
|
-
},
|
|
171858
|
-
"declarations": [
|
|
171859
|
-
{
|
|
171860
|
-
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
171861
|
-
"name": "AreaChartProps"
|
|
171862
|
-
}
|
|
171863
|
-
],
|
|
171864
|
-
"required": false,
|
|
171865
|
-
"type": {
|
|
171866
|
-
"name": "boolean"
|
|
171867
|
-
}
|
|
171868
|
-
},
|
|
171869
|
-
"className": {
|
|
171870
|
-
"defaultValue": null,
|
|
171871
|
-
"description": "",
|
|
171872
|
-
"name": "className",
|
|
171873
|
-
"parent": {
|
|
171874
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171875
|
-
"name": "CategoricalChartProps"
|
|
171876
|
-
},
|
|
171877
|
-
"declarations": [
|
|
171878
|
-
{
|
|
171879
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171880
|
-
"name": "CategoricalChartProps"
|
|
171881
|
-
}
|
|
171882
|
-
],
|
|
171883
|
-
"required": false,
|
|
171884
|
-
"type": {
|
|
171885
|
-
"name": "string"
|
|
171886
|
-
}
|
|
171887
|
-
},
|
|
171888
|
-
"data": {
|
|
171889
|
-
"defaultValue": null,
|
|
171890
|
-
"description": "",
|
|
171891
|
-
"name": "data",
|
|
171892
|
-
"parent": {
|
|
171893
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171894
|
-
"name": "CategoricalChartProps"
|
|
171895
|
-
},
|
|
171896
|
-
"declarations": [
|
|
171897
|
-
{
|
|
171898
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171899
|
-
"name": "CategoricalChartProps"
|
|
171900
|
-
}
|
|
171901
|
-
],
|
|
171902
|
-
"required": false,
|
|
171903
|
-
"type": {
|
|
171904
|
-
"name": "any[]"
|
|
171905
|
-
}
|
|
171906
|
-
},
|
|
171907
|
-
"syncId": {
|
|
171908
|
-
"defaultValue": null,
|
|
171909
|
-
"description": "",
|
|
171910
|
-
"name": "syncId",
|
|
171911
|
-
"parent": {
|
|
171912
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171913
|
-
"name": "CategoricalChartProps"
|
|
171914
|
-
},
|
|
171915
|
-
"declarations": [
|
|
171916
|
-
{
|
|
171917
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171918
|
-
"name": "CategoricalChartProps"
|
|
171919
|
-
}
|
|
171920
|
-
],
|
|
171921
|
-
"required": false,
|
|
171922
|
-
"type": {
|
|
171923
|
-
"name": "string | number"
|
|
171924
|
-
}
|
|
171925
|
-
},
|
|
171926
|
-
"syncMethod": {
|
|
171927
|
-
"defaultValue": null,
|
|
171928
|
-
"description": "",
|
|
171929
|
-
"name": "syncMethod",
|
|
171930
|
-
"parent": {
|
|
171931
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171932
|
-
"name": "CategoricalChartProps"
|
|
171933
|
-
},
|
|
171934
|
-
"declarations": [
|
|
171935
|
-
{
|
|
171936
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
171937
|
-
"name": "CategoricalChartProps"
|
|
171938
|
-
}
|
|
171939
|
-
],
|
|
171940
|
-
"required": false,
|
|
171941
|
-
"type": {
|
|
171942
|
-
"name": "SyncMethod"
|
|
171943
|
-
}
|
|
171944
|
-
},
|
|
171945
|
-
"children": {
|
|
171946
|
-
"defaultValue": null,
|
|
171947
|
-
"description": "",
|
|
171948
|
-
"name": "children",
|
|
171949
|
-
"declarations": [
|
|
171950
|
-
{
|
|
171951
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
171952
|
-
"name": "TypeLiteral"
|
|
171953
|
-
}
|
|
171954
|
-
],
|
|
171955
|
-
"required": false,
|
|
171956
|
-
"type": {
|
|
171957
|
-
"name": "ReactNode"
|
|
171958
|
-
}
|
|
171959
|
-
}
|
|
171960
|
-
}
|
|
171961
|
-
},
|
|
171962
171803
|
{
|
|
171963
171804
|
"tags": {
|
|
171964
171805
|
"flr-generate": "all"
|
|
@@ -172158,6 +171999,165 @@
|
|
|
172158
171999
|
}
|
|
172159
172000
|
}
|
|
172160
172001
|
},
|
|
172002
|
+
{
|
|
172003
|
+
"tags": {
|
|
172004
|
+
"flr-generate": "all"
|
|
172005
|
+
},
|
|
172006
|
+
"filePath": "src/components/AreaChart/AreaChart.tsx",
|
|
172007
|
+
"description": "",
|
|
172008
|
+
"displayName": "AreaChart",
|
|
172009
|
+
"methods": [],
|
|
172010
|
+
"props": {
|
|
172011
|
+
"height": {
|
|
172012
|
+
"defaultValue": null,
|
|
172013
|
+
"description": "",
|
|
172014
|
+
"name": "height",
|
|
172015
|
+
"parent": {
|
|
172016
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
172017
|
+
"name": "AreaChartProps"
|
|
172018
|
+
},
|
|
172019
|
+
"declarations": [
|
|
172020
|
+
{
|
|
172021
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
172022
|
+
"name": "AreaChartProps"
|
|
172023
|
+
}
|
|
172024
|
+
],
|
|
172025
|
+
"required": false,
|
|
172026
|
+
"type": {
|
|
172027
|
+
"name": "string"
|
|
172028
|
+
}
|
|
172029
|
+
},
|
|
172030
|
+
"emptyView": {
|
|
172031
|
+
"defaultValue": null,
|
|
172032
|
+
"description": "View that is provided when data is empty/undefined",
|
|
172033
|
+
"name": "emptyView",
|
|
172034
|
+
"parent": {
|
|
172035
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
172036
|
+
"name": "AreaChartProps"
|
|
172037
|
+
},
|
|
172038
|
+
"declarations": [
|
|
172039
|
+
{
|
|
172040
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
172041
|
+
"name": "AreaChartProps"
|
|
172042
|
+
}
|
|
172043
|
+
],
|
|
172044
|
+
"required": false,
|
|
172045
|
+
"type": {
|
|
172046
|
+
"name": "ComponentType<AreaChartEmptyViewProps>"
|
|
172047
|
+
}
|
|
172048
|
+
},
|
|
172049
|
+
"flexGrow": {
|
|
172050
|
+
"defaultValue": null,
|
|
172051
|
+
"description": "Allow the height controlling container to set flex-grow: 1. Can only be\nused in combination with `height`",
|
|
172052
|
+
"name": "flexGrow",
|
|
172053
|
+
"parent": {
|
|
172054
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
172055
|
+
"name": "AreaChartProps"
|
|
172056
|
+
},
|
|
172057
|
+
"declarations": [
|
|
172058
|
+
{
|
|
172059
|
+
"fileName": "src/components/AreaChart/AreaChart.tsx",
|
|
172060
|
+
"name": "AreaChartProps"
|
|
172061
|
+
}
|
|
172062
|
+
],
|
|
172063
|
+
"required": false,
|
|
172064
|
+
"type": {
|
|
172065
|
+
"name": "boolean"
|
|
172066
|
+
}
|
|
172067
|
+
},
|
|
172068
|
+
"className": {
|
|
172069
|
+
"defaultValue": null,
|
|
172070
|
+
"description": "",
|
|
172071
|
+
"name": "className",
|
|
172072
|
+
"parent": {
|
|
172073
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
172074
|
+
"name": "CategoricalChartProps"
|
|
172075
|
+
},
|
|
172076
|
+
"declarations": [
|
|
172077
|
+
{
|
|
172078
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
172079
|
+
"name": "CategoricalChartProps"
|
|
172080
|
+
}
|
|
172081
|
+
],
|
|
172082
|
+
"required": false,
|
|
172083
|
+
"type": {
|
|
172084
|
+
"name": "string"
|
|
172085
|
+
}
|
|
172086
|
+
},
|
|
172087
|
+
"data": {
|
|
172088
|
+
"defaultValue": null,
|
|
172089
|
+
"description": "",
|
|
172090
|
+
"name": "data",
|
|
172091
|
+
"parent": {
|
|
172092
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
172093
|
+
"name": "CategoricalChartProps"
|
|
172094
|
+
},
|
|
172095
|
+
"declarations": [
|
|
172096
|
+
{
|
|
172097
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
172098
|
+
"name": "CategoricalChartProps"
|
|
172099
|
+
}
|
|
172100
|
+
],
|
|
172101
|
+
"required": false,
|
|
172102
|
+
"type": {
|
|
172103
|
+
"name": "any[]"
|
|
172104
|
+
}
|
|
172105
|
+
},
|
|
172106
|
+
"syncId": {
|
|
172107
|
+
"defaultValue": null,
|
|
172108
|
+
"description": "",
|
|
172109
|
+
"name": "syncId",
|
|
172110
|
+
"parent": {
|
|
172111
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
172112
|
+
"name": "CategoricalChartProps"
|
|
172113
|
+
},
|
|
172114
|
+
"declarations": [
|
|
172115
|
+
{
|
|
172116
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
172117
|
+
"name": "CategoricalChartProps"
|
|
172118
|
+
}
|
|
172119
|
+
],
|
|
172120
|
+
"required": false,
|
|
172121
|
+
"type": {
|
|
172122
|
+
"name": "string | number"
|
|
172123
|
+
}
|
|
172124
|
+
},
|
|
172125
|
+
"syncMethod": {
|
|
172126
|
+
"defaultValue": null,
|
|
172127
|
+
"description": "",
|
|
172128
|
+
"name": "syncMethod",
|
|
172129
|
+
"parent": {
|
|
172130
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
172131
|
+
"name": "CategoricalChartProps"
|
|
172132
|
+
},
|
|
172133
|
+
"declarations": [
|
|
172134
|
+
{
|
|
172135
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
|
|
172136
|
+
"name": "CategoricalChartProps"
|
|
172137
|
+
}
|
|
172138
|
+
],
|
|
172139
|
+
"required": false,
|
|
172140
|
+
"type": {
|
|
172141
|
+
"name": "SyncMethod"
|
|
172142
|
+
}
|
|
172143
|
+
},
|
|
172144
|
+
"children": {
|
|
172145
|
+
"defaultValue": null,
|
|
172146
|
+
"description": "",
|
|
172147
|
+
"name": "children",
|
|
172148
|
+
"declarations": [
|
|
172149
|
+
{
|
|
172150
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172151
|
+
"name": "TypeLiteral"
|
|
172152
|
+
}
|
|
172153
|
+
],
|
|
172154
|
+
"required": false,
|
|
172155
|
+
"type": {
|
|
172156
|
+
"name": "ReactNode"
|
|
172157
|
+
}
|
|
172158
|
+
}
|
|
172159
|
+
}
|
|
172160
|
+
},
|
|
172161
172161
|
{
|
|
172162
172162
|
"tags": {
|
|
172163
172163
|
"flr-generate": "all",
|
|
@@ -222446,55 +222446,37 @@
|
|
|
222446
222446
|
},
|
|
222447
222447
|
{
|
|
222448
222448
|
"tags": {
|
|
222449
|
-
"flr-generate": "all"
|
|
222449
|
+
"flr-generate": "all",
|
|
222450
|
+
"flr-clear-props-context": ""
|
|
222450
222451
|
},
|
|
222451
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
222452
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/components/Segment/Segment.tsx",
|
|
222452
222453
|
"description": "",
|
|
222453
|
-
"displayName": "
|
|
222454
|
+
"displayName": "Segment",
|
|
222454
222455
|
"methods": [],
|
|
222455
222456
|
"props": {
|
|
222456
|
-
"
|
|
222457
|
-
"defaultValue": null,
|
|
222458
|
-
"description": "",
|
|
222459
|
-
"name": "filterBy",
|
|
222460
|
-
"parent": {
|
|
222461
|
-
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222462
|
-
"name": "CountryOptionsProps"
|
|
222463
|
-
},
|
|
222464
|
-
"declarations": [
|
|
222465
|
-
{
|
|
222466
|
-
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222467
|
-
"name": "CountryOptionsProps"
|
|
222468
|
-
}
|
|
222469
|
-
],
|
|
222470
|
-
"required": false,
|
|
222471
|
-
"type": {
|
|
222472
|
-
"name": "CountryFilterFn"
|
|
222473
|
-
}
|
|
222474
|
-
},
|
|
222475
|
-
"sortBy": {
|
|
222457
|
+
"onFocus": {
|
|
222476
222458
|
"defaultValue": null,
|
|
222477
|
-
"description": "",
|
|
222478
|
-
"name": "
|
|
222459
|
+
"description": "Handler that is called when the element receives focus.",
|
|
222460
|
+
"name": "onFocus",
|
|
222479
222461
|
"parent": {
|
|
222480
|
-
"fileName": "
|
|
222481
|
-
"name": "
|
|
222462
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222463
|
+
"name": "FocusEvents"
|
|
222482
222464
|
},
|
|
222483
222465
|
"declarations": [
|
|
222484
222466
|
{
|
|
222485
|
-
"fileName": "
|
|
222486
|
-
"name": "
|
|
222467
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222468
|
+
"name": "FocusEvents"
|
|
222487
222469
|
}
|
|
222488
222470
|
],
|
|
222489
222471
|
"required": false,
|
|
222490
222472
|
"type": {
|
|
222491
|
-
"name": "
|
|
222473
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
222492
222474
|
}
|
|
222493
222475
|
},
|
|
222494
|
-
"
|
|
222476
|
+
"onBlur": {
|
|
222495
222477
|
"defaultValue": null,
|
|
222496
|
-
"description": "Handler that is called when the element
|
|
222497
|
-
"name": "
|
|
222478
|
+
"description": "Handler that is called when the element loses focus.",
|
|
222479
|
+
"name": "onBlur",
|
|
222498
222480
|
"parent": {
|
|
222499
222481
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222500
222482
|
"name": "FocusEvents"
|
|
@@ -222510,42 +222492,42 @@
|
|
|
222510
222492
|
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
222511
222493
|
}
|
|
222512
222494
|
},
|
|
222513
|
-
"
|
|
222495
|
+
"onKeyDown": {
|
|
222514
222496
|
"defaultValue": null,
|
|
222515
|
-
"description": "Handler that is called when
|
|
222516
|
-
"name": "
|
|
222497
|
+
"description": "Handler that is called when a key is pressed.",
|
|
222498
|
+
"name": "onKeyDown",
|
|
222517
222499
|
"parent": {
|
|
222518
222500
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222519
|
-
"name": "
|
|
222501
|
+
"name": "KeyboardEvents"
|
|
222520
222502
|
},
|
|
222521
222503
|
"declarations": [
|
|
222522
222504
|
{
|
|
222523
222505
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222524
|
-
"name": "
|
|
222506
|
+
"name": "KeyboardEvents"
|
|
222525
222507
|
}
|
|
222526
222508
|
],
|
|
222527
222509
|
"required": false,
|
|
222528
222510
|
"type": {
|
|
222529
|
-
"name": "((e:
|
|
222511
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
222530
222512
|
}
|
|
222531
222513
|
},
|
|
222532
|
-
"
|
|
222514
|
+
"onKeyUp": {
|
|
222533
222515
|
"defaultValue": null,
|
|
222534
|
-
"description": "Handler that is called when a
|
|
222535
|
-
"name": "
|
|
222516
|
+
"description": "Handler that is called when a key is released.",
|
|
222517
|
+
"name": "onKeyUp",
|
|
222536
222518
|
"parent": {
|
|
222537
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222538
|
-
"name": "
|
|
222519
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222520
|
+
"name": "KeyboardEvents"
|
|
222539
222521
|
},
|
|
222540
222522
|
"declarations": [
|
|
222541
222523
|
{
|
|
222542
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222543
|
-
"name": "
|
|
222524
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222525
|
+
"name": "KeyboardEvents"
|
|
222544
222526
|
}
|
|
222545
222527
|
],
|
|
222546
222528
|
"required": false,
|
|
222547
222529
|
"type": {
|
|
222548
|
-
"name": "((e:
|
|
222530
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
222549
222531
|
}
|
|
222550
222532
|
},
|
|
222551
222533
|
"className": {
|
|
@@ -222605,27 +222587,6 @@
|
|
|
222605
222587
|
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
222606
222588
|
}
|
|
222607
222589
|
},
|
|
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
|
-
},
|
|
222629
222590
|
"aria-describedby": {
|
|
222630
222591
|
"defaultValue": null,
|
|
222631
222592
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
@@ -222702,23 +222663,42 @@
|
|
|
222702
222663
|
"name": "string"
|
|
222703
222664
|
}
|
|
222704
222665
|
},
|
|
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
|
+
},
|
|
222705
222685
|
"autoFocus": {
|
|
222706
222686
|
"defaultValue": null,
|
|
222707
|
-
"description": "Whether
|
|
222687
|
+
"description": "Whether the element should receive focus on render.",
|
|
222708
222688
|
"name": "autoFocus",
|
|
222709
222689
|
"parent": {
|
|
222710
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
222711
|
-
"name": "
|
|
222690
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222691
|
+
"name": "FocusableProps"
|
|
222712
222692
|
},
|
|
222713
222693
|
"declarations": [
|
|
222714
222694
|
{
|
|
222715
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
222716
|
-
"name": "
|
|
222695
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222696
|
+
"name": "FocusableProps"
|
|
222717
222697
|
}
|
|
222718
222698
|
],
|
|
222719
222699
|
"required": false,
|
|
222720
222700
|
"type": {
|
|
222721
|
-
"name": "boolean
|
|
222701
|
+
"name": "boolean"
|
|
222722
222702
|
}
|
|
222723
222703
|
},
|
|
222724
222704
|
"onFocusChange": {
|
|
@@ -222740,6 +222720,25 @@
|
|
|
222740
222720
|
"name": "((isFocused: boolean) => void)"
|
|
222741
222721
|
}
|
|
222742
222722
|
},
|
|
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
|
+
},
|
|
222743
222742
|
"slot": {
|
|
222744
222743
|
"defaultValue": null,
|
|
222745
222744
|
"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.",
|
|
@@ -222759,461 +222758,456 @@
|
|
|
222759
222758
|
"name": "string | null"
|
|
222760
222759
|
}
|
|
222761
222760
|
},
|
|
222762
|
-
"
|
|
222761
|
+
"inputRef": {
|
|
222763
222762
|
"defaultValue": null,
|
|
222764
|
-
"description": "
|
|
222765
|
-
"name": "
|
|
222763
|
+
"description": "A ref for the HTML input element.",
|
|
222764
|
+
"name": "inputRef",
|
|
222766
222765
|
"parent": {
|
|
222767
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222768
|
-
"name": "
|
|
222766
|
+
"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",
|
|
222767
|
+
"name": "SwitchProps"
|
|
222769
222768
|
},
|
|
222770
222769
|
"declarations": [
|
|
222771
222770
|
{
|
|
222772
|
-
"fileName": "flow/node_modules/.pnpm
|
|
222773
|
-
"name": "
|
|
222771
|
+
"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",
|
|
222772
|
+
"name": "SwitchProps"
|
|
222774
222773
|
}
|
|
222775
222774
|
],
|
|
222776
222775
|
"required": false,
|
|
222777
222776
|
"type": {
|
|
222778
|
-
"name": "
|
|
222777
|
+
"name": "RefObject<HTMLInputElement | null>"
|
|
222779
222778
|
}
|
|
222780
222779
|
},
|
|
222781
|
-
"
|
|
222780
|
+
"onHoverStart": {
|
|
222782
222781
|
"defaultValue": null,
|
|
222783
|
-
"description": "
|
|
222784
|
-
"name": "
|
|
222782
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
222783
|
+
"name": "onHoverStart",
|
|
222785
222784
|
"parent": {
|
|
222786
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222787
|
-
"name": "
|
|
222785
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222786
|
+
"name": "HoverEvents"
|
|
222788
222787
|
},
|
|
222789
222788
|
"declarations": [
|
|
222790
222789
|
{
|
|
222791
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222792
|
-
"name": "
|
|
222790
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222791
|
+
"name": "HoverEvents"
|
|
222793
222792
|
}
|
|
222794
222793
|
],
|
|
222795
222794
|
"required": false,
|
|
222796
222795
|
"type": {
|
|
222797
|
-
"name": "
|
|
222796
|
+
"name": "((e: HoverEvent) => void)"
|
|
222798
222797
|
}
|
|
222799
222798
|
},
|
|
222800
|
-
"
|
|
222799
|
+
"onHoverEnd": {
|
|
222801
222800
|
"defaultValue": null,
|
|
222802
|
-
"description": "Handler that is called when
|
|
222803
|
-
"name": "
|
|
222801
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
222802
|
+
"name": "onHoverEnd",
|
|
222804
222803
|
"parent": {
|
|
222805
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222806
|
-
"name": "
|
|
222804
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222805
|
+
"name": "HoverEvents"
|
|
222807
222806
|
},
|
|
222808
222807
|
"declarations": [
|
|
222809
222808
|
{
|
|
222810
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222811
|
-
"name": "
|
|
222809
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222810
|
+
"name": "HoverEvents"
|
|
222812
222811
|
}
|
|
222813
222812
|
],
|
|
222814
222813
|
"required": false,
|
|
222815
222814
|
"type": {
|
|
222816
|
-
"name": "((
|
|
222815
|
+
"name": "((e: HoverEvent) => void)"
|
|
222817
222816
|
}
|
|
222818
222817
|
},
|
|
222819
|
-
"
|
|
222818
|
+
"onHoverChange": {
|
|
222820
222819
|
"defaultValue": null,
|
|
222821
|
-
"description": "
|
|
222822
|
-
"name": "
|
|
222820
|
+
"description": "Handler that is called when the hover state changes.",
|
|
222821
|
+
"name": "onHoverChange",
|
|
222823
222822
|
"parent": {
|
|
222824
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222825
|
-
"name": "
|
|
222823
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222824
|
+
"name": "HoverEvents"
|
|
222826
222825
|
},
|
|
222827
222826
|
"declarations": [
|
|
222828
222827
|
{
|
|
222829
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
222830
|
-
"name": "
|
|
222828
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222829
|
+
"name": "HoverEvents"
|
|
222831
222830
|
}
|
|
222832
222831
|
],
|
|
222833
222832
|
"required": false,
|
|
222834
222833
|
"type": {
|
|
222835
|
-
"name": "
|
|
222834
|
+
"name": "((isHovering: boolean) => void)"
|
|
222836
222835
|
}
|
|
222837
222836
|
},
|
|
222838
|
-
"
|
|
222839
|
-
"defaultValue":
|
|
222840
|
-
|
|
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
|
-
},
|
|
222837
|
+
"children": {
|
|
222838
|
+
"defaultValue": null,
|
|
222839
|
+
"description": "",
|
|
222840
|
+
"name": "children",
|
|
222848
222841
|
"declarations": [
|
|
222849
222842
|
{
|
|
222850
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
222851
|
-
"name": "
|
|
222843
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
222844
|
+
"name": "TypeLiteral"
|
|
222852
222845
|
}
|
|
222853
222846
|
],
|
|
222854
222847
|
"required": false,
|
|
222855
222848
|
"type": {
|
|
222856
|
-
"name": "
|
|
222849
|
+
"name": "ReactNode"
|
|
222857
222850
|
}
|
|
222858
222851
|
},
|
|
222859
|
-
"
|
|
222852
|
+
"wrapWith": {
|
|
222860
222853
|
"defaultValue": null,
|
|
222861
|
-
"description": "
|
|
222862
|
-
"name": "
|
|
222854
|
+
"description": "",
|
|
222855
|
+
"name": "wrapWith",
|
|
222863
222856
|
"parent": {
|
|
222864
|
-
"fileName": "
|
|
222865
|
-
"name": "
|
|
222857
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
222858
|
+
"name": "FlowComponentProps"
|
|
222866
222859
|
},
|
|
222867
222860
|
"declarations": [
|
|
222868
222861
|
{
|
|
222869
|
-
"fileName": "
|
|
222870
|
-
"name": "
|
|
222862
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
222863
|
+
"name": "FlowComponentProps"
|
|
222871
222864
|
}
|
|
222872
222865
|
],
|
|
222873
222866
|
"required": false,
|
|
222874
222867
|
"type": {
|
|
222875
|
-
"name": "
|
|
222868
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
222876
222869
|
}
|
|
222877
222870
|
},
|
|
222878
|
-
"
|
|
222871
|
+
"tunnelId": {
|
|
222879
222872
|
"defaultValue": null,
|
|
222880
|
-
"description": "
|
|
222881
|
-
"name": "
|
|
222873
|
+
"description": "@internal",
|
|
222874
|
+
"name": "tunnelId",
|
|
222882
222875
|
"parent": {
|
|
222883
|
-
"fileName": "
|
|
222884
|
-
"name": "
|
|
222876
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222877
|
+
"name": "PropsWithTunnel"
|
|
222885
222878
|
},
|
|
222886
222879
|
"declarations": [
|
|
222887
222880
|
{
|
|
222888
|
-
"fileName": "
|
|
222889
|
-
"name": "
|
|
222881
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222882
|
+
"name": "PropsWithTunnel"
|
|
222890
222883
|
}
|
|
222891
222884
|
],
|
|
222892
222885
|
"required": false,
|
|
222893
222886
|
"type": {
|
|
222894
|
-
"name": "
|
|
222887
|
+
"name": "string | null"
|
|
222895
222888
|
}
|
|
222896
222889
|
},
|
|
222897
|
-
"
|
|
222890
|
+
"ref": {
|
|
222898
222891
|
"defaultValue": null,
|
|
222899
|
-
"description": "
|
|
222900
|
-
"name": "
|
|
222892
|
+
"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}",
|
|
222893
|
+
"name": "ref",
|
|
222901
222894
|
"parent": {
|
|
222902
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
222903
|
-
"name": "
|
|
222895
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
222896
|
+
"name": "RefAttributes"
|
|
222904
222897
|
},
|
|
222905
222898
|
"declarations": [
|
|
222906
222899
|
{
|
|
222907
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
222908
|
-
"name": "
|
|
222900
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
222901
|
+
"name": "RefAttributes"
|
|
222909
222902
|
}
|
|
222910
222903
|
],
|
|
222911
222904
|
"required": false,
|
|
222912
222905
|
"type": {
|
|
222913
|
-
"name": "
|
|
222906
|
+
"name": "Ref<HTMLInputElement>"
|
|
222914
222907
|
}
|
|
222915
222908
|
},
|
|
222916
|
-
"
|
|
222909
|
+
"key": {
|
|
222917
222910
|
"defaultValue": null,
|
|
222918
|
-
"description": "
|
|
222919
|
-
"name": "
|
|
222911
|
+
"description": "",
|
|
222912
|
+
"name": "key",
|
|
222920
222913
|
"parent": {
|
|
222921
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
222922
|
-
"name": "
|
|
222914
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
222915
|
+
"name": "Attributes"
|
|
222923
222916
|
},
|
|
222924
222917
|
"declarations": [
|
|
222925
222918
|
{
|
|
222926
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
222927
|
-
"name": "
|
|
222919
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
222920
|
+
"name": "Attributes"
|
|
222928
222921
|
}
|
|
222929
222922
|
],
|
|
222930
222923
|
"required": false,
|
|
222931
222924
|
"type": {
|
|
222932
|
-
"name": "
|
|
222925
|
+
"name": "Key | null"
|
|
222933
222926
|
}
|
|
222934
|
-
}
|
|
222935
|
-
|
|
222936
|
-
|
|
222937
|
-
|
|
222938
|
-
|
|
222939
|
-
|
|
222940
|
-
|
|
222927
|
+
}
|
|
222928
|
+
}
|
|
222929
|
+
},
|
|
222930
|
+
{
|
|
222931
|
+
"tags": {
|
|
222932
|
+
"flr-generate": "all"
|
|
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",
|
|
222941
222943
|
"parent": {
|
|
222942
|
-
"fileName": "
|
|
222943
|
-
"name": "
|
|
222944
|
+
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222945
|
+
"name": "CountryOptionsProps"
|
|
222944
222946
|
},
|
|
222945
222947
|
"declarations": [
|
|
222946
222948
|
{
|
|
222947
|
-
"fileName": "
|
|
222948
|
-
"name": "
|
|
222949
|
+
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222950
|
+
"name": "CountryOptionsProps"
|
|
222949
222951
|
}
|
|
222950
222952
|
],
|
|
222951
222953
|
"required": false,
|
|
222952
222954
|
"type": {
|
|
222953
|
-
"name": "
|
|
222955
|
+
"name": "CountryFilterFn"
|
|
222954
222956
|
}
|
|
222955
222957
|
},
|
|
222956
|
-
"
|
|
222958
|
+
"sortBy": {
|
|
222957
222959
|
"defaultValue": null,
|
|
222958
|
-
"description": "
|
|
222959
|
-
"name": "
|
|
222960
|
+
"description": "",
|
|
222961
|
+
"name": "sortBy",
|
|
222960
222962
|
"parent": {
|
|
222961
|
-
"fileName": "
|
|
222962
|
-
"name": "
|
|
222963
|
+
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222964
|
+
"name": "CountryOptionsProps"
|
|
222963
222965
|
},
|
|
222964
222966
|
"declarations": [
|
|
222965
222967
|
{
|
|
222966
|
-
"fileName": "
|
|
222967
|
-
"name": "
|
|
222968
|
+
"fileName": "components/src/components/Select/components/CountryOptions/CountryOptions.tsx",
|
|
222969
|
+
"name": "CountryOptionsProps"
|
|
222968
222970
|
}
|
|
222969
222971
|
],
|
|
222970
222972
|
"required": false,
|
|
222971
222973
|
"type": {
|
|
222972
|
-
"name": "
|
|
222974
|
+
"name": "CountrySortFn"
|
|
222973
222975
|
}
|
|
222974
222976
|
},
|
|
222975
|
-
"
|
|
222977
|
+
"onFocus": {
|
|
222976
222978
|
"defaultValue": null,
|
|
222977
|
-
"description": "
|
|
222978
|
-
"name": "
|
|
222979
|
+
"description": "Handler that is called when the element receives focus.",
|
|
222980
|
+
"name": "onFocus",
|
|
222979
222981
|
"parent": {
|
|
222980
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
222981
|
-
"name": "
|
|
222982
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222983
|
+
"name": "FocusEvents"
|
|
222982
222984
|
},
|
|
222983
222985
|
"declarations": [
|
|
222984
222986
|
{
|
|
222985
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
222986
|
-
"name": "
|
|
222987
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
222988
|
+
"name": "FocusEvents"
|
|
222987
222989
|
}
|
|
222988
222990
|
],
|
|
222989
222991
|
"required": false,
|
|
222990
222992
|
"type": {
|
|
222991
|
-
"name": "
|
|
222993
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
222992
222994
|
}
|
|
222993
222995
|
},
|
|
222994
|
-
"
|
|
222996
|
+
"onBlur": {
|
|
222995
222997
|
"defaultValue": null,
|
|
222996
|
-
"description": "Handler that is called when
|
|
222997
|
-
"name": "
|
|
222998
|
+
"description": "Handler that is called when the element loses focus.",
|
|
222999
|
+
"name": "onBlur",
|
|
222998
223000
|
"parent": {
|
|
222999
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223000
|
-
"name": "
|
|
223001
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223002
|
+
"name": "FocusEvents"
|
|
223001
223003
|
},
|
|
223002
223004
|
"declarations": [
|
|
223003
223005
|
{
|
|
223004
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223005
|
-
"name": "
|
|
223006
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223007
|
+
"name": "FocusEvents"
|
|
223006
223008
|
}
|
|
223007
223009
|
],
|
|
223008
223010
|
"required": false,
|
|
223009
223011
|
"type": {
|
|
223010
|
-
"name": "((
|
|
223012
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
223011
223013
|
}
|
|
223012
223014
|
},
|
|
223013
|
-
"
|
|
223015
|
+
"onScroll": {
|
|
223014
223016
|
"defaultValue": null,
|
|
223015
|
-
"description": "
|
|
223016
|
-
"name": "
|
|
223017
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
223018
|
+
"name": "onScroll",
|
|
223017
223019
|
"parent": {
|
|
223018
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223019
|
-
"name": "
|
|
223020
|
+
"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",
|
|
223021
|
+
"name": "ScrollableProps"
|
|
223020
223022
|
},
|
|
223021
223023
|
"declarations": [
|
|
223022
223024
|
{
|
|
223023
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223024
|
-
"name": "
|
|
223025
|
+
"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",
|
|
223026
|
+
"name": "ScrollableProps"
|
|
223025
223027
|
}
|
|
223026
223028
|
],
|
|
223027
223029
|
"required": false,
|
|
223028
223030
|
"type": {
|
|
223029
|
-
"name": "
|
|
223031
|
+
"name": "((e: UIEvent<HTMLTableElement, UIEvent>) => void)"
|
|
223030
223032
|
}
|
|
223031
223033
|
},
|
|
223032
|
-
"
|
|
223034
|
+
"className": {
|
|
223033
223035
|
"defaultValue": null,
|
|
223034
|
-
"description": "
|
|
223035
|
-
"name": "
|
|
223036
|
+
"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.",
|
|
223037
|
+
"name": "className",
|
|
223036
223038
|
"parent": {
|
|
223037
223039
|
"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",
|
|
223038
|
-
"name": "
|
|
223040
|
+
"name": "StyleRenderProps"
|
|
223039
223041
|
},
|
|
223040
223042
|
"declarations": [
|
|
223041
223043
|
{
|
|
223042
223044
|
"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",
|
|
223043
|
-
"name": "
|
|
223045
|
+
"name": "StyleRenderProps"
|
|
223044
223046
|
}
|
|
223045
223047
|
],
|
|
223046
223048
|
"required": false,
|
|
223047
223049
|
"type": {
|
|
223048
|
-
"name": "((
|
|
223050
|
+
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
223049
223051
|
}
|
|
223050
223052
|
},
|
|
223051
|
-
"
|
|
223052
|
-
"defaultValue":
|
|
223053
|
-
|
|
223054
|
-
|
|
223055
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
223056
|
-
"name": "layout",
|
|
223053
|
+
"id": {
|
|
223054
|
+
"defaultValue": null,
|
|
223055
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
223056
|
+
"name": "id",
|
|
223057
223057
|
"parent": {
|
|
223058
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223059
|
-
"name": "
|
|
223058
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223059
|
+
"name": "DOMProps"
|
|
223060
223060
|
},
|
|
223061
223061
|
"declarations": [
|
|
223062
223062
|
{
|
|
223063
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223064
|
-
"name": "
|
|
223063
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223064
|
+
"name": "DOMProps"
|
|
223065
223065
|
}
|
|
223066
223066
|
],
|
|
223067
223067
|
"required": false,
|
|
223068
223068
|
"type": {
|
|
223069
|
-
"name": "
|
|
223069
|
+
"name": "string"
|
|
223070
223070
|
}
|
|
223071
223071
|
},
|
|
223072
|
-
"
|
|
223072
|
+
"style": {
|
|
223073
223073
|
"defaultValue": null,
|
|
223074
|
-
"description": "
|
|
223075
|
-
"name": "
|
|
223074
|
+
"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.",
|
|
223075
|
+
"name": "style",
|
|
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": "StyleRenderProps"
|
|
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": "StyleRenderProps"
|
|
223084
223084
|
}
|
|
223085
223085
|
],
|
|
223086
223086
|
"required": false,
|
|
223087
223087
|
"type": {
|
|
223088
|
-
"name": "
|
|
223088
|
+
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
223089
223089
|
}
|
|
223090
223090
|
},
|
|
223091
|
-
"
|
|
223092
|
-
"defaultValue":
|
|
223093
|
-
|
|
223094
|
-
|
|
223091
|
+
"orientation": {
|
|
223092
|
+
"defaultValue": {
|
|
223093
|
+
"value": "'vertical'"
|
|
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
|
+
},
|
|
223095
223101
|
"declarations": [
|
|
223096
223102
|
{
|
|
223097
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223098
|
-
"name": "
|
|
223103
|
+
"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",
|
|
223104
|
+
"name": "ListBoxProps"
|
|
223099
223105
|
}
|
|
223100
223106
|
],
|
|
223101
223107
|
"required": false,
|
|
223102
223108
|
"type": {
|
|
223103
|
-
"name": "
|
|
223109
|
+
"name": "Orientation"
|
|
223104
223110
|
}
|
|
223105
223111
|
},
|
|
223106
|
-
"
|
|
223112
|
+
"aria-describedby": {
|
|
223107
223113
|
"defaultValue": null,
|
|
223108
|
-
"description": "",
|
|
223109
|
-
"name": "
|
|
223114
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
223115
|
+
"name": "aria-describedby",
|
|
223110
223116
|
"parent": {
|
|
223111
|
-
"fileName": "
|
|
223112
|
-
"name": "
|
|
223117
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223118
|
+
"name": "AriaLabelingProps"
|
|
223113
223119
|
},
|
|
223114
223120
|
"declarations": [
|
|
223115
223121
|
{
|
|
223116
|
-
"fileName": "
|
|
223117
|
-
"name": "
|
|
223122
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223123
|
+
"name": "AriaLabelingProps"
|
|
223118
223124
|
}
|
|
223119
223125
|
],
|
|
223120
223126
|
"required": false,
|
|
223121
223127
|
"type": {
|
|
223122
|
-
"name": "
|
|
223128
|
+
"name": "string"
|
|
223123
223129
|
}
|
|
223124
223130
|
},
|
|
223125
|
-
"
|
|
223131
|
+
"aria-details": {
|
|
223126
223132
|
"defaultValue": null,
|
|
223127
|
-
"description": "
|
|
223128
|
-
"name": "
|
|
223133
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
223134
|
+
"name": "aria-details",
|
|
223129
223135
|
"parent": {
|
|
223130
|
-
"fileName": "
|
|
223131
|
-
"name": "
|
|
223136
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223137
|
+
"name": "AriaLabelingProps"
|
|
223132
223138
|
},
|
|
223133
223139
|
"declarations": [
|
|
223134
223140
|
{
|
|
223135
|
-
"fileName": "
|
|
223136
|
-
"name": "
|
|
223141
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223142
|
+
"name": "AriaLabelingProps"
|
|
223137
223143
|
}
|
|
223138
223144
|
],
|
|
223139
223145
|
"required": false,
|
|
223140
223146
|
"type": {
|
|
223141
|
-
"name": "string
|
|
223147
|
+
"name": "string"
|
|
223142
223148
|
}
|
|
223143
223149
|
},
|
|
223144
|
-
"
|
|
223150
|
+
"aria-label": {
|
|
223145
223151
|
"defaultValue": null,
|
|
223146
|
-
"description": "
|
|
223147
|
-
"name": "
|
|
223152
|
+
"description": "Defines a string value that labels the current element.",
|
|
223153
|
+
"name": "aria-label",
|
|
223148
223154
|
"parent": {
|
|
223149
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
223150
|
-
"name": "
|
|
223155
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223156
|
+
"name": "AriaLabelingProps"
|
|
223151
223157
|
},
|
|
223152
223158
|
"declarations": [
|
|
223153
223159
|
{
|
|
223154
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
223155
|
-
"name": "
|
|
223160
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223161
|
+
"name": "AriaLabelingProps"
|
|
223156
223162
|
}
|
|
223157
223163
|
],
|
|
223158
223164
|
"required": false,
|
|
223159
223165
|
"type": {
|
|
223160
|
-
"name": "
|
|
223166
|
+
"name": "string"
|
|
223161
223167
|
}
|
|
223162
223168
|
},
|
|
223163
|
-
"
|
|
223169
|
+
"aria-labelledby": {
|
|
223164
223170
|
"defaultValue": null,
|
|
223165
|
-
"description": "",
|
|
223166
|
-
"name": "
|
|
223171
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
223172
|
+
"name": "aria-labelledby",
|
|
223167
223173
|
"parent": {
|
|
223168
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
223169
|
-
"name": "
|
|
223174
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223175
|
+
"name": "AriaLabelingProps"
|
|
223170
223176
|
},
|
|
223171
223177
|
"declarations": [
|
|
223172
223178
|
{
|
|
223173
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
223174
|
-
"name": "
|
|
223179
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223180
|
+
"name": "AriaLabelingProps"
|
|
223175
223181
|
}
|
|
223176
223182
|
],
|
|
223177
223183
|
"required": false,
|
|
223178
223184
|
"type": {
|
|
223179
|
-
"name": "
|
|
223185
|
+
"name": "string"
|
|
223180
223186
|
}
|
|
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": {
|
|
223187
|
+
},
|
|
223188
|
+
"autoFocus": {
|
|
223195
223189
|
"defaultValue": null,
|
|
223196
|
-
"description": "
|
|
223197
|
-
"name": "
|
|
223190
|
+
"description": "Whether to auto focus the listbox or an option.",
|
|
223191
|
+
"name": "autoFocus",
|
|
223198
223192
|
"parent": {
|
|
223199
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223200
|
-
"name": "
|
|
223193
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223194
|
+
"name": "ListBoxProps"
|
|
223201
223195
|
},
|
|
223202
223196
|
"declarations": [
|
|
223203
223197
|
{
|
|
223204
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223205
|
-
"name": "
|
|
223198
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223199
|
+
"name": "ListBoxProps"
|
|
223206
223200
|
}
|
|
223207
223201
|
],
|
|
223208
223202
|
"required": false,
|
|
223209
223203
|
"type": {
|
|
223210
|
-
"name": "
|
|
223204
|
+
"name": "boolean | FocusStrategy"
|
|
223211
223205
|
}
|
|
223212
223206
|
},
|
|
223213
|
-
"
|
|
223207
|
+
"onFocusChange": {
|
|
223214
223208
|
"defaultValue": null,
|
|
223215
|
-
"description": "Handler that is called when the element
|
|
223216
|
-
"name": "
|
|
223209
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
223210
|
+
"name": "onFocusChange",
|
|
223217
223211
|
"parent": {
|
|
223218
223212
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223219
223213
|
"name": "FocusEvents"
|
|
@@ -223226,349 +223220,355 @@
|
|
|
223226
223220
|
],
|
|
223227
223221
|
"required": false,
|
|
223228
223222
|
"type": {
|
|
223229
|
-
"name": "((
|
|
223223
|
+
"name": "((isFocused: boolean) => void)"
|
|
223230
223224
|
}
|
|
223231
223225
|
},
|
|
223232
|
-
"
|
|
223226
|
+
"slot": {
|
|
223233
223227
|
"defaultValue": null,
|
|
223234
|
-
"description": "
|
|
223235
|
-
"name": "
|
|
223228
|
+
"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.",
|
|
223229
|
+
"name": "slot",
|
|
223236
223230
|
"parent": {
|
|
223237
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223238
|
-
"name": "
|
|
223231
|
+
"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",
|
|
223232
|
+
"name": "SlotProps"
|
|
223239
223233
|
},
|
|
223240
223234
|
"declarations": [
|
|
223241
223235
|
{
|
|
223242
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223243
|
-
"name": "
|
|
223236
|
+
"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",
|
|
223237
|
+
"name": "SlotProps"
|
|
223244
223238
|
}
|
|
223245
223239
|
],
|
|
223246
223240
|
"required": false,
|
|
223247
223241
|
"type": {
|
|
223248
|
-
"name": "
|
|
223242
|
+
"name": "string | null"
|
|
223249
223243
|
}
|
|
223250
223244
|
},
|
|
223251
|
-
"
|
|
223245
|
+
"items": {
|
|
223252
223246
|
"defaultValue": null,
|
|
223253
|
-
"description": "
|
|
223254
|
-
"name": "
|
|
223247
|
+
"description": "Item objects in the collection.",
|
|
223248
|
+
"name": "items",
|
|
223255
223249
|
"parent": {
|
|
223256
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223257
|
-
"name": "
|
|
223250
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
223251
|
+
"name": "CollectionBase"
|
|
223258
223252
|
},
|
|
223259
223253
|
"declarations": [
|
|
223260
223254
|
{
|
|
223261
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223262
|
-
"name": "
|
|
223255
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
223256
|
+
"name": "CollectionBase"
|
|
223263
223257
|
}
|
|
223264
223258
|
],
|
|
223265
223259
|
"required": false,
|
|
223266
223260
|
"type": {
|
|
223267
|
-
"name": "
|
|
223261
|
+
"name": "Iterable<OptionProps>"
|
|
223268
223262
|
}
|
|
223269
223263
|
},
|
|
223270
|
-
"
|
|
223264
|
+
"disallowEmptySelection": {
|
|
223271
223265
|
"defaultValue": null,
|
|
223272
|
-
"description": "
|
|
223273
|
-
"name": "
|
|
223266
|
+
"description": "Whether the collection allows empty selection.",
|
|
223267
|
+
"name": "disallowEmptySelection",
|
|
223274
223268
|
"parent": {
|
|
223275
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223276
|
-
"name": "
|
|
223269
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223270
|
+
"name": "MultipleSelection"
|
|
223277
223271
|
},
|
|
223278
223272
|
"declarations": [
|
|
223279
223273
|
{
|
|
223280
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223281
|
-
"name": "
|
|
223274
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223275
|
+
"name": "MultipleSelection"
|
|
223282
223276
|
}
|
|
223283
223277
|
],
|
|
223284
223278
|
"required": false,
|
|
223285
223279
|
"type": {
|
|
223286
|
-
"name": "
|
|
223280
|
+
"name": "boolean"
|
|
223287
223281
|
}
|
|
223288
223282
|
},
|
|
223289
|
-
"
|
|
223283
|
+
"onSelectionChange": {
|
|
223290
223284
|
"defaultValue": null,
|
|
223291
|
-
"description": "
|
|
223292
|
-
"name": "
|
|
223285
|
+
"description": "Handler that is called when the selection changes.",
|
|
223286
|
+
"name": "onSelectionChange",
|
|
223293
223287
|
"parent": {
|
|
223294
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223295
|
-
"name": "
|
|
223288
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223289
|
+
"name": "MultipleSelection"
|
|
223296
223290
|
},
|
|
223297
223291
|
"declarations": [
|
|
223298
223292
|
{
|
|
223299
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223300
|
-
"name": "
|
|
223293
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223294
|
+
"name": "MultipleSelection"
|
|
223301
223295
|
}
|
|
223302
223296
|
],
|
|
223303
223297
|
"required": false,
|
|
223304
223298
|
"type": {
|
|
223305
|
-
"name": "
|
|
223299
|
+
"name": "((keys: Selection) => void)"
|
|
223306
223300
|
}
|
|
223307
223301
|
},
|
|
223308
|
-
"
|
|
223302
|
+
"disabledKeys": {
|
|
223309
223303
|
"defaultValue": null,
|
|
223310
|
-
"description": "The
|
|
223311
|
-
"name": "
|
|
223304
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
223305
|
+
"name": "disabledKeys",
|
|
223312
223306
|
"parent": {
|
|
223313
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223314
|
-
"name": "
|
|
223307
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
223308
|
+
"name": "CollectionBase"
|
|
223315
223309
|
},
|
|
223316
223310
|
"declarations": [
|
|
223317
223311
|
{
|
|
223318
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223319
|
-
"name": "
|
|
223312
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
223313
|
+
"name": "CollectionBase"
|
|
223320
223314
|
}
|
|
223321
223315
|
],
|
|
223322
223316
|
"required": false,
|
|
223323
223317
|
"type": {
|
|
223324
|
-
"name": "
|
|
223318
|
+
"name": "Iterable<Key>"
|
|
223325
223319
|
}
|
|
223326
223320
|
},
|
|
223327
|
-
"
|
|
223328
|
-
"defaultValue":
|
|
223329
|
-
|
|
223330
|
-
|
|
223321
|
+
"escapeKeyBehavior": {
|
|
223322
|
+
"defaultValue": {
|
|
223323
|
+
"value": "'clearSelection'"
|
|
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",
|
|
223331
223327
|
"parent": {
|
|
223332
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223333
|
-
"name": "
|
|
223328
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223329
|
+
"name": "AriaListBoxPropsBase"
|
|
223334
223330
|
},
|
|
223335
223331
|
"declarations": [
|
|
223336
223332
|
{
|
|
223337
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223338
|
-
"name": "
|
|
223333
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223334
|
+
"name": "AriaListBoxPropsBase"
|
|
223339
223335
|
}
|
|
223340
223336
|
],
|
|
223341
223337
|
"required": false,
|
|
223342
223338
|
"type": {
|
|
223343
|
-
"name": "
|
|
223339
|
+
"name": "\"none\" | \"clearSelection\""
|
|
223344
223340
|
}
|
|
223345
223341
|
},
|
|
223346
|
-
"
|
|
223342
|
+
"shouldSelectOnPressUp": {
|
|
223347
223343
|
"defaultValue": null,
|
|
223348
|
-
"description": "
|
|
223349
|
-
"name": "
|
|
223344
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
223345
|
+
"name": "shouldSelectOnPressUp",
|
|
223350
223346
|
"parent": {
|
|
223351
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223352
|
-
"name": "
|
|
223347
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223348
|
+
"name": "AriaListBoxProps"
|
|
223353
223349
|
},
|
|
223354
223350
|
"declarations": [
|
|
223355
223351
|
{
|
|
223356
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223357
|
-
"name": "
|
|
223352
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223353
|
+
"name": "AriaListBoxProps"
|
|
223358
223354
|
}
|
|
223359
223355
|
],
|
|
223360
223356
|
"required": false,
|
|
223361
223357
|
"type": {
|
|
223362
|
-
"name": "
|
|
223358
|
+
"name": "boolean"
|
|
223363
223359
|
}
|
|
223364
223360
|
},
|
|
223365
|
-
"
|
|
223361
|
+
"selectionMode": {
|
|
223366
223362
|
"defaultValue": null,
|
|
223367
|
-
"description": "
|
|
223368
|
-
"name": "
|
|
223363
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
223364
|
+
"name": "selectionMode",
|
|
223369
223365
|
"parent": {
|
|
223370
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223371
|
-
"name": "
|
|
223366
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223367
|
+
"name": "MultipleSelection"
|
|
223372
223368
|
},
|
|
223373
223369
|
"declarations": [
|
|
223374
223370
|
{
|
|
223375
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223376
|
-
"name": "
|
|
223371
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223372
|
+
"name": "MultipleSelection"
|
|
223377
223373
|
}
|
|
223378
223374
|
],
|
|
223379
223375
|
"required": false,
|
|
223380
223376
|
"type": {
|
|
223381
|
-
"name": "
|
|
223377
|
+
"name": "SelectionMode"
|
|
223382
223378
|
}
|
|
223383
223379
|
},
|
|
223384
|
-
"
|
|
223380
|
+
"selectedKeys": {
|
|
223385
223381
|
"defaultValue": null,
|
|
223386
|
-
"description": "
|
|
223387
|
-
"name": "
|
|
223382
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
223383
|
+
"name": "selectedKeys",
|
|
223388
223384
|
"parent": {
|
|
223389
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223390
|
-
"name": "
|
|
223385
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223386
|
+
"name": "MultipleSelection"
|
|
223391
223387
|
},
|
|
223392
223388
|
"declarations": [
|
|
223393
223389
|
{
|
|
223394
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
223395
|
-
"name": "
|
|
223390
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223391
|
+
"name": "MultipleSelection"
|
|
223396
223392
|
}
|
|
223397
223393
|
],
|
|
223398
223394
|
"required": false,
|
|
223399
223395
|
"type": {
|
|
223400
|
-
"name": "
|
|
223396
|
+
"name": "\"all\" | Iterable<Key>"
|
|
223401
223397
|
}
|
|
223402
223398
|
},
|
|
223403
|
-
"
|
|
223399
|
+
"defaultSelectedKeys": {
|
|
223404
223400
|
"defaultValue": null,
|
|
223405
|
-
"description": "
|
|
223406
|
-
"name": "
|
|
223401
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
223402
|
+
"name": "defaultSelectedKeys",
|
|
223407
223403
|
"parent": {
|
|
223408
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223409
|
-
"name": "
|
|
223404
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223405
|
+
"name": "MultipleSelection"
|
|
223410
223406
|
},
|
|
223411
223407
|
"declarations": [
|
|
223412
223408
|
{
|
|
223413
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223414
|
-
"name": "
|
|
223409
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
223410
|
+
"name": "MultipleSelection"
|
|
223415
223411
|
}
|
|
223416
223412
|
],
|
|
223417
223413
|
"required": false,
|
|
223418
223414
|
"type": {
|
|
223419
|
-
"name": "
|
|
223415
|
+
"name": "\"all\" | Iterable<Key>"
|
|
223420
223416
|
}
|
|
223421
223417
|
},
|
|
223422
|
-
"
|
|
223423
|
-
"defaultValue":
|
|
223424
|
-
|
|
223425
|
-
|
|
223418
|
+
"selectionBehavior": {
|
|
223419
|
+
"defaultValue": {
|
|
223420
|
+
"value": "\"toggle\""
|
|
223421
|
+
},
|
|
223422
|
+
"description": "How multiple selection should behave in the collection.",
|
|
223423
|
+
"name": "selectionBehavior",
|
|
223426
223424
|
"parent": {
|
|
223427
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223428
|
-
"name": "
|
|
223425
|
+
"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",
|
|
223426
|
+
"name": "TableProps"
|
|
223429
223427
|
},
|
|
223430
223428
|
"declarations": [
|
|
223431
223429
|
{
|
|
223432
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223433
|
-
"name": "
|
|
223430
|
+
"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",
|
|
223431
|
+
"name": "TableProps"
|
|
223434
223432
|
}
|
|
223435
223433
|
],
|
|
223436
223434
|
"required": false,
|
|
223437
223435
|
"type": {
|
|
223438
|
-
"name": "
|
|
223436
|
+
"name": "SelectionBehavior"
|
|
223439
223437
|
}
|
|
223440
223438
|
},
|
|
223441
|
-
"
|
|
223439
|
+
"dragAndDropHooks": {
|
|
223442
223440
|
"defaultValue": null,
|
|
223443
|
-
"description": "
|
|
223444
|
-
"name": "
|
|
223441
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
223442
|
+
"name": "dragAndDropHooks",
|
|
223445
223443
|
"parent": {
|
|
223446
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223447
|
-
"name": "
|
|
223444
|
+
"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",
|
|
223445
|
+
"name": "TableProps"
|
|
223448
223446
|
},
|
|
223449
223447
|
"declarations": [
|
|
223450
223448
|
{
|
|
223451
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223452
|
-
"name": "
|
|
223449
|
+
"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",
|
|
223450
|
+
"name": "TableProps"
|
|
223453
223451
|
}
|
|
223454
223452
|
],
|
|
223455
223453
|
"required": false,
|
|
223456
223454
|
"type": {
|
|
223457
|
-
"name": "
|
|
223455
|
+
"name": "DragAndDropHooks"
|
|
223458
223456
|
}
|
|
223459
223457
|
},
|
|
223460
|
-
"
|
|
223458
|
+
"shouldFocusOnHover": {
|
|
223461
223459
|
"defaultValue": null,
|
|
223462
|
-
"description": "
|
|
223463
|
-
"name": "
|
|
223460
|
+
"description": "Whether options should be focused when the user hovers over them.",
|
|
223461
|
+
"name": "shouldFocusOnHover",
|
|
223464
223462
|
"parent": {
|
|
223465
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223466
|
-
"name": "
|
|
223463
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223464
|
+
"name": "AriaListBoxProps"
|
|
223467
223465
|
},
|
|
223468
223466
|
"declarations": [
|
|
223469
223467
|
{
|
|
223470
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
223471
|
-
"name": "
|
|
223468
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223469
|
+
"name": "AriaListBoxProps"
|
|
223472
223470
|
}
|
|
223473
223471
|
],
|
|
223474
|
-
"required":
|
|
223472
|
+
"required": false,
|
|
223475
223473
|
"type": {
|
|
223476
|
-
"name": "
|
|
223474
|
+
"name": "boolean"
|
|
223477
223475
|
}
|
|
223478
223476
|
},
|
|
223479
|
-
"
|
|
223477
|
+
"onAction": {
|
|
223480
223478
|
"defaultValue": null,
|
|
223481
|
-
"description": "
|
|
223482
|
-
"name": "
|
|
223479
|
+
"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.",
|
|
223480
|
+
"name": "onAction",
|
|
223483
223481
|
"parent": {
|
|
223484
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223485
|
-
"name": "
|
|
223482
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223483
|
+
"name": "AriaListBoxProps"
|
|
223486
223484
|
},
|
|
223487
223485
|
"declarations": [
|
|
223488
223486
|
{
|
|
223489
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223490
|
-
"name": "
|
|
223487
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223488
|
+
"name": "AriaListBoxProps"
|
|
223491
223489
|
}
|
|
223492
223490
|
],
|
|
223493
223491
|
"required": false,
|
|
223494
223492
|
"type": {
|
|
223495
|
-
"name": "
|
|
223493
|
+
"name": "((key: Key) => void)"
|
|
223496
223494
|
}
|
|
223497
223495
|
},
|
|
223498
|
-
"
|
|
223496
|
+
"shouldFocusWrap": {
|
|
223499
223497
|
"defaultValue": null,
|
|
223500
|
-
"description": "
|
|
223501
|
-
"name": "
|
|
223498
|
+
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
223499
|
+
"name": "shouldFocusWrap",
|
|
223502
223500
|
"parent": {
|
|
223503
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223504
|
-
"name": "
|
|
223501
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223502
|
+
"name": "ListBoxProps"
|
|
223505
223503
|
},
|
|
223506
223504
|
"declarations": [
|
|
223507
223505
|
{
|
|
223508
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223509
|
-
"name": "
|
|
223506
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.1_react@19.1.0/node_modules/@react-types/listbox/src/index.d.ts",
|
|
223507
|
+
"name": "ListBoxProps"
|
|
223510
223508
|
}
|
|
223511
223509
|
],
|
|
223512
223510
|
"required": false,
|
|
223513
223511
|
"type": {
|
|
223514
|
-
"name": "
|
|
223512
|
+
"name": "boolean"
|
|
223515
223513
|
}
|
|
223516
223514
|
},
|
|
223517
|
-
"
|
|
223515
|
+
"renderEmptyState": {
|
|
223518
223516
|
"defaultValue": null,
|
|
223519
|
-
"description": "
|
|
223520
|
-
"name": "
|
|
223517
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
223518
|
+
"name": "renderEmptyState",
|
|
223521
223519
|
"parent": {
|
|
223522
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223523
|
-
"name": "
|
|
223520
|
+
"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",
|
|
223521
|
+
"name": "ListBoxProps"
|
|
223524
223522
|
},
|
|
223525
223523
|
"declarations": [
|
|
223526
223524
|
{
|
|
223527
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223528
|
-
"name": "
|
|
223525
|
+
"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",
|
|
223526
|
+
"name": "ListBoxProps"
|
|
223529
223527
|
}
|
|
223530
223528
|
],
|
|
223531
223529
|
"required": false,
|
|
223532
223530
|
"type": {
|
|
223533
|
-
"name": "((
|
|
223531
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
223534
223532
|
}
|
|
223535
223533
|
},
|
|
223536
|
-
"
|
|
223537
|
-
"defaultValue":
|
|
223538
|
-
|
|
223539
|
-
|
|
223534
|
+
"layout": {
|
|
223535
|
+
"defaultValue": {
|
|
223536
|
+
"value": "'stack'"
|
|
223537
|
+
},
|
|
223538
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
223539
|
+
"name": "layout",
|
|
223540
223540
|
"parent": {
|
|
223541
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223542
|
-
"name": "
|
|
223541
|
+
"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",
|
|
223542
|
+
"name": "ListBoxProps"
|
|
223543
223543
|
},
|
|
223544
223544
|
"declarations": [
|
|
223545
223545
|
{
|
|
223546
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223547
|
-
"name": "
|
|
223546
|
+
"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",
|
|
223547
|
+
"name": "ListBoxProps"
|
|
223548
223548
|
}
|
|
223549
223549
|
],
|
|
223550
223550
|
"required": false,
|
|
223551
223551
|
"type": {
|
|
223552
|
-
"name": "
|
|
223552
|
+
"name": "\"grid\" | \"stack\""
|
|
223553
223553
|
}
|
|
223554
223554
|
},
|
|
223555
|
-
"
|
|
223555
|
+
"dependencies": {
|
|
223556
223556
|
"defaultValue": null,
|
|
223557
|
-
"description": "
|
|
223558
|
-
"name": "
|
|
223557
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
223558
|
+
"name": "dependencies",
|
|
223559
223559
|
"parent": {
|
|
223560
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223561
|
-
"name": "
|
|
223560
|
+
"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",
|
|
223561
|
+
"name": "CollectionProps"
|
|
223562
223562
|
},
|
|
223563
223563
|
"declarations": [
|
|
223564
223564
|
{
|
|
223565
|
-
"fileName": "flow/node_modules/.pnpm
|
|
223566
|
-
"name": "
|
|
223565
|
+
"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",
|
|
223566
|
+
"name": "CollectionProps"
|
|
223567
223567
|
}
|
|
223568
223568
|
],
|
|
223569
223569
|
"required": false,
|
|
223570
223570
|
"type": {
|
|
223571
|
-
"name": "
|
|
223571
|
+
"name": "readonly any[]"
|
|
223572
223572
|
}
|
|
223573
223573
|
},
|
|
223574
223574
|
"children": {
|