@mittwald/flow-react-components 0.2.0-alpha.800 → 0.2.0-alpha.802

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/assets/doc-properties.json +2090 -2015
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/@mittwald/password-tools-js.mjs +1 -1
  5. package/dist/js/_virtual/_.locale.json@926b2109eb7c356d3d5e61c950de4c00.mjs +14 -0
  6. package/dist/js/_virtual/_.locale.json@926b2109eb7c356d3d5e61c950de4c00.mjs.map +1 -0
  7. package/dist/js/packages/components/src/components/Tabs/Tabs.mjs +4 -1
  8. package/dist/js/packages/components/src/components/Tabs/Tabs.mjs.map +1 -1
  9. package/dist/js/packages/components/src/components/Tabs/Tabs.module.scss.mjs +7 -2
  10. package/dist/js/packages/components/src/components/Tabs/Tabs.module.scss.mjs.map +1 -1
  11. package/dist/js/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.mjs +27 -0
  12. package/dist/js/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.mjs.map +1 -0
  13. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.mjs +1 -1
  14. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.mjs.map +1 -1
  15. package/dist/types/components/Tabs/Tabs.d.ts +2 -1
  16. package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
  17. package/dist/types/components/Tabs/components/FallbackTab/FallbackTab.d.ts +6 -0
  18. package/dist/types/components/Tabs/components/FallbackTab/FallbackTab.d.ts.map +1 -0
  19. package/dist/types/components/Tabs/components/FallbackTab/index.d.ts +2 -0
  20. package/dist/types/components/Tabs/components/FallbackTab/index.d.ts.map +1 -0
  21. package/dist/types/components/Tabs/stories/EdgeCases.stories.d.ts +1 -0
  22. package/dist/types/components/Tabs/stories/EdgeCases.stories.d.ts.map +1 -1
  23. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts +1 -1
  24. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts.map +1 -1
  25. package/package.json +7 -7
  26. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.scss.mjs +0 -9
  27. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.scss.mjs.map +0 -1
@@ -14418,6 +14418,25 @@
14418
14418
  "displayName": "Tabs",
14419
14419
  "methods": [],
14420
14420
  "props": {
14421
+ "tabNotFoundView": {
14422
+ "defaultValue": null,
14423
+ "description": "",
14424
+ "name": "tabNotFoundView",
14425
+ "parent": {
14426
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
14427
+ "name": "TabsProps"
14428
+ },
14429
+ "declarations": [
14430
+ {
14431
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
14432
+ "name": "TabsProps"
14433
+ }
14434
+ ],
14435
+ "required": false,
14436
+ "type": {
14437
+ "name": "ReactNode"
14438
+ }
14439
+ },
14421
14440
  "translate": {
14422
14441
  "defaultValue": null,
14423
14442
  "description": "",
@@ -17876,34 +17895,6 @@
17876
17895
  }
17877
17896
  }
17878
17897
  },
17879
- {
17880
- "tags": {},
17881
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
17882
- "description": "",
17883
- "displayName": "SuspenseTrigger",
17884
- "methods": [],
17885
- "props": {
17886
- "show": {
17887
- "defaultValue": null,
17888
- "description": "",
17889
- "name": "show",
17890
- "parent": {
17891
- "fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
17892
- "name": "SuspenseTriggerProps"
17893
- },
17894
- "declarations": [
17895
- {
17896
- "fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
17897
- "name": "SuspenseTriggerProps"
17898
- }
17899
- ],
17900
- "required": false,
17901
- "type": {
17902
- "name": "boolean"
17903
- }
17904
- }
17905
- }
17906
- },
17907
17898
  {
17908
17899
  "tags": {
17909
17900
  "flr-generate": "all"
@@ -19834,6 +19825,34 @@
19834
19825
  }
19835
19826
  }
19836
19827
  },
19828
+ {
19829
+ "tags": {},
19830
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
19831
+ "description": "",
19832
+ "displayName": "SuspenseTrigger",
19833
+ "methods": [],
19834
+ "props": {
19835
+ "show": {
19836
+ "defaultValue": null,
19837
+ "description": "",
19838
+ "name": "show",
19839
+ "parent": {
19840
+ "fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
19841
+ "name": "SuspenseTriggerProps"
19842
+ },
19843
+ "declarations": [
19844
+ {
19845
+ "fileName": "components/src/components/SuspenseTrigger/SuspenseTrigger.tsx",
19846
+ "name": "SuspenseTriggerProps"
19847
+ }
19848
+ ],
19849
+ "required": false,
19850
+ "type": {
19851
+ "name": "boolean"
19852
+ }
19853
+ }
19854
+ }
19855
+ },
19837
19856
  {
19838
19857
  "tags": {
19839
19858
  "flr-generate": "all"
@@ -185060,28 +185079,47 @@
185060
185079
  },
185061
185080
  {
185062
185081
  "tags": {},
185063
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
185082
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
185064
185083
  "description": "",
185065
- "displayName": "DateInput",
185084
+ "displayName": "CountryOptions",
185066
185085
  "methods": [],
185067
185086
  "props": {
185068
- "ref": {
185087
+ "filterBy": {
185069
185088
  "defaultValue": null,
185070
185089
  "description": "",
185071
- "name": "ref",
185090
+ "name": "filterBy",
185072
185091
  "parent": {
185073
- "fileName": "components/src/components/DateInput/DateInput.tsx",
185074
- "name": "DateInputProps"
185092
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185093
+ "name": "CountryOptionsProps"
185075
185094
  },
185076
185095
  "declarations": [
185077
185096
  {
185078
- "fileName": "components/src/components/DateInput/DateInput.tsx",
185079
- "name": "DateInputProps"
185097
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185098
+ "name": "CountryOptionsProps"
185080
185099
  }
185081
185100
  ],
185082
185101
  "required": false,
185083
185102
  "type": {
185084
- "name": "Ref<HTMLSpanElement | null>"
185103
+ "name": "CountryFilterFn"
185104
+ }
185105
+ },
185106
+ "sortBy": {
185107
+ "defaultValue": null,
185108
+ "description": "",
185109
+ "name": "sortBy",
185110
+ "parent": {
185111
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185112
+ "name": "CountryOptionsProps"
185113
+ },
185114
+ "declarations": [
185115
+ {
185116
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185117
+ "name": "CountryOptionsProps"
185118
+ }
185119
+ ],
185120
+ "required": false,
185121
+ "type": {
185122
+ "name": "CountrySortFn"
185085
185123
  }
185086
185124
  },
185087
185125
  "translate": {
@@ -185124,6 +185162,82 @@
185124
185162
  "name": "ClassNameOrFunction<TooltipRenderProps>"
185125
185163
  }
185126
185164
  },
185165
+ "aria-label": {
185166
+ "defaultValue": null,
185167
+ "description": "Defines a string value that labels the current element.",
185168
+ "name": "aria-label",
185169
+ "parent": {
185170
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
185171
+ "name": "AriaLabelingProps"
185172
+ },
185173
+ "declarations": [
185174
+ {
185175
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
185176
+ "name": "AriaLabelingProps"
185177
+ }
185178
+ ],
185179
+ "required": false,
185180
+ "type": {
185181
+ "name": "string"
185182
+ }
185183
+ },
185184
+ "aria-labelledby": {
185185
+ "defaultValue": null,
185186
+ "description": "Identifies the element (or elements) that labels the current element.",
185187
+ "name": "aria-labelledby",
185188
+ "parent": {
185189
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
185190
+ "name": "AriaLabelingProps"
185191
+ },
185192
+ "declarations": [
185193
+ {
185194
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
185195
+ "name": "AriaLabelingProps"
185196
+ }
185197
+ ],
185198
+ "required": false,
185199
+ "type": {
185200
+ "name": "string"
185201
+ }
185202
+ },
185203
+ "aria-describedby": {
185204
+ "defaultValue": null,
185205
+ "description": "Identifies the element (or elements) that describes the object.",
185206
+ "name": "aria-describedby",
185207
+ "parent": {
185208
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
185209
+ "name": "AriaLabelingProps"
185210
+ },
185211
+ "declarations": [
185212
+ {
185213
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
185214
+ "name": "AriaLabelingProps"
185215
+ }
185216
+ ],
185217
+ "required": false,
185218
+ "type": {
185219
+ "name": "string"
185220
+ }
185221
+ },
185222
+ "aria-details": {
185223
+ "defaultValue": null,
185224
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
185225
+ "name": "aria-details",
185226
+ "parent": {
185227
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
185228
+ "name": "AriaLabelingProps"
185229
+ },
185230
+ "declarations": [
185231
+ {
185232
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
185233
+ "name": "AriaLabelingProps"
185234
+ }
185235
+ ],
185236
+ "required": false,
185237
+ "type": {
185238
+ "name": "string"
185239
+ }
185240
+ },
185127
185241
  "style": {
185128
185242
  "defaultValue": null,
185129
185243
  "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.",
@@ -186435,6 +186549,101 @@
186435
186549
  "name": "TransitionEventHandler<HTMLDivElement>"
186436
186550
  }
186437
186551
  },
186552
+ "autoFocus": {
186553
+ "defaultValue": null,
186554
+ "description": "Whether to auto focus the listbox or an option.",
186555
+ "name": "autoFocus",
186556
+ "parent": {
186557
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186558
+ "name": "ListBoxProps"
186559
+ },
186560
+ "declarations": [
186561
+ {
186562
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186563
+ "name": "ListBoxProps"
186564
+ }
186565
+ ],
186566
+ "required": false,
186567
+ "type": {
186568
+ "name": "boolean | FocusStrategy"
186569
+ }
186570
+ },
186571
+ "onFocus": {
186572
+ "defaultValue": null,
186573
+ "description": "Handler that is called when the element receives focus.",
186574
+ "name": "onFocus",
186575
+ "parent": {
186576
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
186577
+ "name": "FocusEvents"
186578
+ },
186579
+ "declarations": [
186580
+ {
186581
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
186582
+ "name": "FocusEvents"
186583
+ }
186584
+ ],
186585
+ "required": false,
186586
+ "type": {
186587
+ "name": "((e: FocusEvent<Element, Element>) => void)"
186588
+ }
186589
+ },
186590
+ "onBlur": {
186591
+ "defaultValue": null,
186592
+ "description": "Handler that is called when the element loses focus.",
186593
+ "name": "onBlur",
186594
+ "parent": {
186595
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
186596
+ "name": "FocusEvents"
186597
+ },
186598
+ "declarations": [
186599
+ {
186600
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
186601
+ "name": "FocusEvents"
186602
+ }
186603
+ ],
186604
+ "required": false,
186605
+ "type": {
186606
+ "name": "((e: FocusEvent<Element, Element>) => void)"
186607
+ }
186608
+ },
186609
+ "onFocusChange": {
186610
+ "defaultValue": null,
186611
+ "description": "Handler that is called when the element's focus status changes.",
186612
+ "name": "onFocusChange",
186613
+ "parent": {
186614
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
186615
+ "name": "FocusEvents"
186616
+ },
186617
+ "declarations": [
186618
+ {
186619
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
186620
+ "name": "FocusEvents"
186621
+ }
186622
+ ],
186623
+ "required": false,
186624
+ "type": {
186625
+ "name": "((isFocused: boolean) => void)"
186626
+ }
186627
+ },
186628
+ "id": {
186629
+ "defaultValue": null,
186630
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
186631
+ "name": "id",
186632
+ "parent": {
186633
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186634
+ "name": "DOMProps"
186635
+ },
186636
+ "declarations": [
186637
+ {
186638
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186639
+ "name": "DOMProps"
186640
+ }
186641
+ ],
186642
+ "required": false,
186643
+ "type": {
186644
+ "name": "string"
186645
+ }
186646
+ },
186438
186647
  "slot": {
186439
186648
  "defaultValue": null,
186440
186649
  "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.",
@@ -186453,168 +186662,514 @@
186453
186662
  "type": {
186454
186663
  "name": "string | null"
186455
186664
  }
186456
- }
186457
- }
186458
- },
186459
- {
186460
- "tags": {},
186461
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
186462
- "description": "",
186463
- "displayName": "CountryOptions",
186464
- "methods": [],
186465
- "props": {
186466
- "filterBy": {
186665
+ },
186666
+ "items": {
186467
186667
  "defaultValue": null,
186468
- "description": "",
186469
- "name": "filterBy",
186668
+ "description": "Item objects in the collection.",
186669
+ "name": "items",
186470
186670
  "parent": {
186471
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
186472
- "name": "CountryOptionsProps"
186671
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
186672
+ "name": "CollectionBase"
186473
186673
  },
186474
186674
  "declarations": [
186475
186675
  {
186476
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
186477
- "name": "CountryOptionsProps"
186676
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
186677
+ "name": "CollectionBase"
186478
186678
  }
186479
186679
  ],
186480
186680
  "required": false,
186481
186681
  "type": {
186482
- "name": "CountryFilterFn"
186682
+ "name": "Iterable<object>"
186483
186683
  }
186484
186684
  },
186485
- "sortBy": {
186685
+ "disallowEmptySelection": {
186486
186686
  "defaultValue": null,
186487
- "description": "",
186488
- "name": "sortBy",
186687
+ "description": "Whether the collection allows empty selection.",
186688
+ "name": "disallowEmptySelection",
186489
186689
  "parent": {
186490
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
186491
- "name": "CountryOptionsProps"
186690
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186691
+ "name": "MultipleSelection"
186492
186692
  },
186493
186693
  "declarations": [
186494
186694
  {
186495
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
186496
- "name": "CountryOptionsProps"
186695
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186696
+ "name": "MultipleSelection"
186497
186697
  }
186498
186698
  ],
186499
186699
  "required": false,
186500
186700
  "type": {
186501
- "name": "CountrySortFn"
186701
+ "name": "boolean"
186502
186702
  }
186503
186703
  },
186504
- "translate": {
186704
+ "onSelectionChange": {
186505
186705
  "defaultValue": null,
186506
- "description": "",
186507
- "name": "translate",
186706
+ "description": "Handler that is called when the selection changes.",
186707
+ "name": "onSelectionChange",
186508
186708
  "parent": {
186509
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186510
- "name": "GlobalDOMAttributes"
186709
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186710
+ "name": "MultipleSelection"
186511
186711
  },
186512
186712
  "declarations": [
186513
186713
  {
186514
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186515
- "name": "GlobalDOMAttributes"
186714
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186715
+ "name": "MultipleSelection"
186516
186716
  }
186517
186717
  ],
186518
186718
  "required": false,
186519
186719
  "type": {
186520
- "name": "\"yes\" | \"no\""
186720
+ "name": "((keys: Selection) => void)"
186521
186721
  }
186522
186722
  },
186523
- "className": {
186723
+ "disabledKeys": {
186724
+ "defaultValue": null,
186725
+ "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
186726
+ "name": "disabledKeys",
186727
+ "parent": {
186728
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
186729
+ "name": "CollectionBase"
186730
+ },
186731
+ "declarations": [
186732
+ {
186733
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
186734
+ "name": "CollectionBase"
186735
+ }
186736
+ ],
186737
+ "required": false,
186738
+ "type": {
186739
+ "name": "Iterable<Key>"
186740
+ }
186741
+ },
186742
+ "orientation": {
186524
186743
  "defaultValue": {
186525
- "value": "'react-aria-Tooltip'"
186744
+ "value": "'vertical'"
186526
186745
  },
186527
- "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.",
186528
- "name": "className",
186746
+ "description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
186747
+ "name": "orientation",
186529
186748
  "parent": {
186530
186749
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186531
- "name": "TooltipProps"
186750
+ "name": "ListBoxProps"
186532
186751
  },
186533
186752
  "declarations": [
186534
186753
  {
186535
186754
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186536
- "name": "TooltipProps"
186755
+ "name": "ListBoxProps"
186537
186756
  }
186538
186757
  ],
186539
186758
  "required": false,
186540
186759
  "type": {
186541
- "name": "ClassNameOrFunction<TooltipRenderProps>"
186760
+ "name": "Orientation"
186542
186761
  }
186543
186762
  },
186544
- "aria-label": {
186763
+ "escapeKeyBehavior": {
186764
+ "defaultValue": {
186765
+ "value": "'clearSelection'"
186766
+ },
186767
+ "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.",
186768
+ "name": "escapeKeyBehavior",
186769
+ "parent": {
186770
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186771
+ "name": "AriaListBoxPropsBase"
186772
+ },
186773
+ "declarations": [
186774
+ {
186775
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186776
+ "name": "AriaListBoxPropsBase"
186777
+ }
186778
+ ],
186779
+ "required": false,
186780
+ "type": {
186781
+ "name": "\"none\" | \"clearSelection\""
186782
+ }
186783
+ },
186784
+ "shouldSelectOnPressUp": {
186545
186785
  "defaultValue": null,
186546
- "description": "Defines a string value that labels the current element.",
186547
- "name": "aria-label",
186786
+ "description": "Whether selection should occur on press up instead of press down.",
186787
+ "name": "shouldSelectOnPressUp",
186548
186788
  "parent": {
186549
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186550
- "name": "AriaLabelingProps"
186789
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186790
+ "name": "AriaListBoxProps"
186551
186791
  },
186552
186792
  "declarations": [
186553
186793
  {
186554
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186555
- "name": "AriaLabelingProps"
186794
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186795
+ "name": "AriaListBoxProps"
186556
186796
  }
186557
186797
  ],
186558
186798
  "required": false,
186559
186799
  "type": {
186560
- "name": "string"
186800
+ "name": "boolean"
186561
186801
  }
186562
186802
  },
186563
- "aria-labelledby": {
186803
+ "selectionMode": {
186564
186804
  "defaultValue": null,
186565
- "description": "Identifies the element (or elements) that labels the current element.",
186566
- "name": "aria-labelledby",
186805
+ "description": "The type of selection that is allowed in the collection.",
186806
+ "name": "selectionMode",
186567
186807
  "parent": {
186568
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186569
- "name": "AriaLabelingProps"
186808
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186809
+ "name": "MultipleSelection"
186570
186810
  },
186571
186811
  "declarations": [
186572
186812
  {
186573
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186574
- "name": "AriaLabelingProps"
186813
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186814
+ "name": "MultipleSelection"
186575
186815
  }
186576
186816
  ],
186577
186817
  "required": false,
186578
186818
  "type": {
186579
- "name": "string"
186819
+ "name": "SelectionMode"
186580
186820
  }
186581
186821
  },
186582
- "aria-describedby": {
186822
+ "selectedKeys": {
186583
186823
  "defaultValue": null,
186584
- "description": "Identifies the element (or elements) that describes the object.",
186585
- "name": "aria-describedby",
186824
+ "description": "The currently selected keys in the collection (controlled).",
186825
+ "name": "selectedKeys",
186586
186826
  "parent": {
186587
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186588
- "name": "AriaLabelingProps"
186827
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186828
+ "name": "MultipleSelection"
186589
186829
  },
186590
186830
  "declarations": [
186591
186831
  {
186592
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186593
- "name": "AriaLabelingProps"
186832
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186833
+ "name": "MultipleSelection"
186594
186834
  }
186595
186835
  ],
186596
186836
  "required": false,
186597
186837
  "type": {
186598
- "name": "string"
186838
+ "name": "\"all\" | Iterable<Key>"
186599
186839
  }
186600
186840
  },
186601
- "aria-details": {
186841
+ "defaultSelectedKeys": {
186602
186842
  "defaultValue": null,
186603
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
186604
- "name": "aria-details",
186843
+ "description": "The initial selected keys in the collection (uncontrolled).",
186844
+ "name": "defaultSelectedKeys",
186845
+ "parent": {
186846
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186847
+ "name": "MultipleSelection"
186848
+ },
186849
+ "declarations": [
186850
+ {
186851
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
186852
+ "name": "MultipleSelection"
186853
+ }
186854
+ ],
186855
+ "required": false,
186856
+ "type": {
186857
+ "name": "\"all\" | Iterable<Key>"
186858
+ }
186859
+ },
186860
+ "selectionBehavior": {
186861
+ "defaultValue": {
186862
+ "value": "\"toggle\""
186863
+ },
186864
+ "description": "How multiple selection should behave in the collection.",
186865
+ "name": "selectionBehavior",
186866
+ "parent": {
186867
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186868
+ "name": "TableProps"
186869
+ },
186870
+ "declarations": [
186871
+ {
186872
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186873
+ "name": "TableProps"
186874
+ }
186875
+ ],
186876
+ "required": false,
186877
+ "type": {
186878
+ "name": "SelectionBehavior"
186879
+ }
186880
+ },
186881
+ "dragAndDropHooks": {
186882
+ "defaultValue": null,
186883
+ "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
186884
+ "name": "dragAndDropHooks",
186885
+ "parent": {
186886
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186887
+ "name": "TableProps"
186888
+ },
186889
+ "declarations": [
186890
+ {
186891
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186892
+ "name": "TableProps"
186893
+ }
186894
+ ],
186895
+ "required": false,
186896
+ "type": {
186897
+ "name": "DragAndDropHooks<object>"
186898
+ }
186899
+ },
186900
+ "layout": {
186901
+ "defaultValue": {
186902
+ "value": "'stack'"
186903
+ },
186904
+ "description": "Whether the items are arranged in a stack or grid.",
186905
+ "name": "layout",
186906
+ "parent": {
186907
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186908
+ "name": "ListBoxProps"
186909
+ },
186910
+ "declarations": [
186911
+ {
186912
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186913
+ "name": "ListBoxProps"
186914
+ }
186915
+ ],
186916
+ "required": false,
186917
+ "type": {
186918
+ "name": "\"grid\" | \"stack\""
186919
+ }
186920
+ },
186921
+ "renderEmptyState": {
186922
+ "defaultValue": null,
186923
+ "description": "Provides content to display when there are no items in the list.",
186924
+ "name": "renderEmptyState",
186925
+ "parent": {
186926
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186927
+ "name": "ListBoxProps"
186928
+ },
186929
+ "declarations": [
186930
+ {
186931
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
186932
+ "name": "ListBoxProps"
186933
+ }
186934
+ ],
186935
+ "required": false,
186936
+ "type": {
186937
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
186938
+ }
186939
+ },
186940
+ "onAction": {
186941
+ "defaultValue": null,
186942
+ "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.",
186943
+ "name": "onAction",
186944
+ "parent": {
186945
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186946
+ "name": "AriaListBoxProps"
186947
+ },
186948
+ "declarations": [
186949
+ {
186950
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186951
+ "name": "AriaListBoxProps"
186952
+ }
186953
+ ],
186954
+ "required": false,
186955
+ "type": {
186956
+ "name": "((key: Key) => void)"
186957
+ }
186958
+ },
186959
+ "shouldFocusOnHover": {
186960
+ "defaultValue": null,
186961
+ "description": "Whether options should be focused when the user hovers over them.",
186962
+ "name": "shouldFocusOnHover",
186963
+ "parent": {
186964
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186965
+ "name": "AriaListBoxProps"
186966
+ },
186967
+ "declarations": [
186968
+ {
186969
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186970
+ "name": "AriaListBoxProps"
186971
+ }
186972
+ ],
186973
+ "required": false,
186974
+ "type": {
186975
+ "name": "boolean"
186976
+ }
186977
+ },
186978
+ "shouldFocusWrap": {
186979
+ "defaultValue": null,
186980
+ "description": "Whether focus should wrap around when the end/start is reached.",
186981
+ "name": "shouldFocusWrap",
186982
+ "parent": {
186983
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186984
+ "name": "ListBoxProps"
186985
+ },
186986
+ "declarations": [
186987
+ {
186988
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
186989
+ "name": "ListBoxProps"
186990
+ }
186991
+ ],
186992
+ "required": false,
186993
+ "type": {
186994
+ "name": "boolean"
186995
+ }
186996
+ },
186997
+ "dependencies": {
186998
+ "defaultValue": null,
186999
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
187000
+ "name": "dependencies",
187001
+ "parent": {
187002
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
187003
+ "name": "CollectionProps"
187004
+ },
187005
+ "declarations": [
187006
+ {
187007
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
187008
+ "name": "CollectionProps"
187009
+ }
187010
+ ],
187011
+ "required": false,
187012
+ "type": {
187013
+ "name": "readonly any[]"
187014
+ }
187015
+ },
187016
+ "children": {
187017
+ "defaultValue": null,
187018
+ "description": "",
187019
+ "name": "children",
187020
+ "declarations": [
187021
+ {
187022
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
187023
+ "name": "TypeLiteral"
187024
+ }
187025
+ ],
187026
+ "required": false,
187027
+ "type": {
187028
+ "name": "ReactNode"
187029
+ }
187030
+ },
187031
+ "wrapWith": {
187032
+ "defaultValue": null,
187033
+ "description": "",
187034
+ "name": "wrapWith",
187035
+ "parent": {
187036
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
187037
+ "name": "FlowComponentProps"
187038
+ },
187039
+ "declarations": [
187040
+ {
187041
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
187042
+ "name": "FlowComponentProps"
187043
+ }
187044
+ ],
187045
+ "required": false,
187046
+ "type": {
187047
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
187048
+ }
187049
+ },
187050
+ "tunnelId": {
187051
+ "defaultValue": null,
187052
+ "description": "@internal",
187053
+ "name": "tunnelId",
187054
+ "parent": {
187055
+ "fileName": "components/src/lib/types/props.ts",
187056
+ "name": "PropsWithTunnel"
187057
+ },
187058
+ "declarations": [
187059
+ {
187060
+ "fileName": "components/src/lib/types/props.ts",
187061
+ "name": "PropsWithTunnel"
187062
+ }
187063
+ ],
187064
+ "required": false,
187065
+ "type": {
187066
+ "name": "string | null"
187067
+ }
187068
+ },
187069
+ "ref": {
187070
+ "defaultValue": null,
187071
+ "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}",
187072
+ "name": "ref",
187073
+ "parent": {
187074
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
187075
+ "name": "RefAttributes"
187076
+ },
187077
+ "declarations": [
187078
+ {
187079
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
187080
+ "name": "RefAttributes"
187081
+ }
187082
+ ],
187083
+ "required": false,
187084
+ "type": {
187085
+ "name": "Ref<HTMLSpanElement>"
187086
+ }
187087
+ },
187088
+ "key": {
187089
+ "defaultValue": null,
187090
+ "description": "",
187091
+ "name": "key",
187092
+ "parent": {
187093
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
187094
+ "name": "Attributes"
187095
+ },
187096
+ "declarations": [
187097
+ {
187098
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
187099
+ "name": "Attributes"
187100
+ }
187101
+ ],
187102
+ "required": false,
187103
+ "type": {
187104
+ "name": "Key | null"
187105
+ }
187106
+ }
187107
+ }
187108
+ },
187109
+ {
187110
+ "tags": {},
187111
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
187112
+ "description": "",
187113
+ "displayName": "DateInput",
187114
+ "methods": [],
187115
+ "props": {
187116
+ "ref": {
187117
+ "defaultValue": null,
187118
+ "description": "",
187119
+ "name": "ref",
187120
+ "parent": {
187121
+ "fileName": "components/src/components/DateInput/DateInput.tsx",
187122
+ "name": "DateInputProps"
187123
+ },
187124
+ "declarations": [
187125
+ {
187126
+ "fileName": "components/src/components/DateInput/DateInput.tsx",
187127
+ "name": "DateInputProps"
187128
+ }
187129
+ ],
187130
+ "required": false,
187131
+ "type": {
187132
+ "name": "Ref<HTMLSpanElement | null>"
187133
+ }
187134
+ },
187135
+ "translate": {
187136
+ "defaultValue": null,
187137
+ "description": "",
187138
+ "name": "translate",
186605
187139
  "parent": {
186606
187140
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186607
- "name": "AriaLabelingProps"
187141
+ "name": "GlobalDOMAttributes"
186608
187142
  },
186609
187143
  "declarations": [
186610
187144
  {
186611
187145
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
186612
- "name": "AriaLabelingProps"
187146
+ "name": "GlobalDOMAttributes"
186613
187147
  }
186614
187148
  ],
186615
187149
  "required": false,
186616
187150
  "type": {
186617
- "name": "string"
187151
+ "name": "\"yes\" | \"no\""
187152
+ }
187153
+ },
187154
+ "className": {
187155
+ "defaultValue": {
187156
+ "value": "'react-aria-Tooltip'"
187157
+ },
187158
+ "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.",
187159
+ "name": "className",
187160
+ "parent": {
187161
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
187162
+ "name": "TooltipProps"
187163
+ },
187164
+ "declarations": [
187165
+ {
187166
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
187167
+ "name": "TooltipProps"
187168
+ }
187169
+ ],
187170
+ "required": false,
187171
+ "type": {
187172
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
186618
187173
  }
186619
187174
  },
186620
187175
  "style": {
@@ -187928,101 +188483,6 @@
187928
188483
  "name": "TransitionEventHandler<HTMLDivElement>"
187929
188484
  }
187930
188485
  },
187931
- "autoFocus": {
187932
- "defaultValue": null,
187933
- "description": "Whether to auto focus the listbox or an option.",
187934
- "name": "autoFocus",
187935
- "parent": {
187936
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
187937
- "name": "ListBoxProps"
187938
- },
187939
- "declarations": [
187940
- {
187941
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
187942
- "name": "ListBoxProps"
187943
- }
187944
- ],
187945
- "required": false,
187946
- "type": {
187947
- "name": "boolean | FocusStrategy"
187948
- }
187949
- },
187950
- "onFocus": {
187951
- "defaultValue": null,
187952
- "description": "Handler that is called when the element receives focus.",
187953
- "name": "onFocus",
187954
- "parent": {
187955
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
187956
- "name": "FocusEvents"
187957
- },
187958
- "declarations": [
187959
- {
187960
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
187961
- "name": "FocusEvents"
187962
- }
187963
- ],
187964
- "required": false,
187965
- "type": {
187966
- "name": "((e: FocusEvent<Element, Element>) => void)"
187967
- }
187968
- },
187969
- "onBlur": {
187970
- "defaultValue": null,
187971
- "description": "Handler that is called when the element loses focus.",
187972
- "name": "onBlur",
187973
- "parent": {
187974
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
187975
- "name": "FocusEvents"
187976
- },
187977
- "declarations": [
187978
- {
187979
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
187980
- "name": "FocusEvents"
187981
- }
187982
- ],
187983
- "required": false,
187984
- "type": {
187985
- "name": "((e: FocusEvent<Element, Element>) => void)"
187986
- }
187987
- },
187988
- "onFocusChange": {
187989
- "defaultValue": null,
187990
- "description": "Handler that is called when the element's focus status changes.",
187991
- "name": "onFocusChange",
187992
- "parent": {
187993
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
187994
- "name": "FocusEvents"
187995
- },
187996
- "declarations": [
187997
- {
187998
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
187999
- "name": "FocusEvents"
188000
- }
188001
- ],
188002
- "required": false,
188003
- "type": {
188004
- "name": "((isFocused: boolean) => void)"
188005
- }
188006
- },
188007
- "id": {
188008
- "defaultValue": null,
188009
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
188010
- "name": "id",
188011
- "parent": {
188012
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
188013
- "name": "DOMProps"
188014
- },
188015
- "declarations": [
188016
- {
188017
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
188018
- "name": "DOMProps"
188019
- }
188020
- ],
188021
- "required": false,
188022
- "type": {
188023
- "name": "string"
188024
- }
188025
- },
188026
188486
  "slot": {
188027
188487
  "defaultValue": null,
188028
188488
  "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.",
@@ -188041,447 +188501,6 @@
188041
188501
  "type": {
188042
188502
  "name": "string | null"
188043
188503
  }
188044
- },
188045
- "items": {
188046
- "defaultValue": null,
188047
- "description": "Item objects in the collection.",
188048
- "name": "items",
188049
- "parent": {
188050
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
188051
- "name": "CollectionBase"
188052
- },
188053
- "declarations": [
188054
- {
188055
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
188056
- "name": "CollectionBase"
188057
- }
188058
- ],
188059
- "required": false,
188060
- "type": {
188061
- "name": "Iterable<object>"
188062
- }
188063
- },
188064
- "disallowEmptySelection": {
188065
- "defaultValue": null,
188066
- "description": "Whether the collection allows empty selection.",
188067
- "name": "disallowEmptySelection",
188068
- "parent": {
188069
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188070
- "name": "MultipleSelection"
188071
- },
188072
- "declarations": [
188073
- {
188074
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188075
- "name": "MultipleSelection"
188076
- }
188077
- ],
188078
- "required": false,
188079
- "type": {
188080
- "name": "boolean"
188081
- }
188082
- },
188083
- "onSelectionChange": {
188084
- "defaultValue": null,
188085
- "description": "Handler that is called when the selection changes.",
188086
- "name": "onSelectionChange",
188087
- "parent": {
188088
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188089
- "name": "MultipleSelection"
188090
- },
188091
- "declarations": [
188092
- {
188093
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188094
- "name": "MultipleSelection"
188095
- }
188096
- ],
188097
- "required": false,
188098
- "type": {
188099
- "name": "((keys: Selection) => void)"
188100
- }
188101
- },
188102
- "disabledKeys": {
188103
- "defaultValue": null,
188104
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
188105
- "name": "disabledKeys",
188106
- "parent": {
188107
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
188108
- "name": "CollectionBase"
188109
- },
188110
- "declarations": [
188111
- {
188112
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
188113
- "name": "CollectionBase"
188114
- }
188115
- ],
188116
- "required": false,
188117
- "type": {
188118
- "name": "Iterable<Key>"
188119
- }
188120
- },
188121
- "orientation": {
188122
- "defaultValue": {
188123
- "value": "'vertical'"
188124
- },
188125
- "description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
188126
- "name": "orientation",
188127
- "parent": {
188128
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188129
- "name": "ListBoxProps"
188130
- },
188131
- "declarations": [
188132
- {
188133
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188134
- "name": "ListBoxProps"
188135
- }
188136
- ],
188137
- "required": false,
188138
- "type": {
188139
- "name": "Orientation"
188140
- }
188141
- },
188142
- "escapeKeyBehavior": {
188143
- "defaultValue": {
188144
- "value": "'clearSelection'"
188145
- },
188146
- "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.",
188147
- "name": "escapeKeyBehavior",
188148
- "parent": {
188149
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188150
- "name": "AriaListBoxPropsBase"
188151
- },
188152
- "declarations": [
188153
- {
188154
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188155
- "name": "AriaListBoxPropsBase"
188156
- }
188157
- ],
188158
- "required": false,
188159
- "type": {
188160
- "name": "\"none\" | \"clearSelection\""
188161
- }
188162
- },
188163
- "shouldSelectOnPressUp": {
188164
- "defaultValue": null,
188165
- "description": "Whether selection should occur on press up instead of press down.",
188166
- "name": "shouldSelectOnPressUp",
188167
- "parent": {
188168
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188169
- "name": "AriaListBoxProps"
188170
- },
188171
- "declarations": [
188172
- {
188173
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188174
- "name": "AriaListBoxProps"
188175
- }
188176
- ],
188177
- "required": false,
188178
- "type": {
188179
- "name": "boolean"
188180
- }
188181
- },
188182
- "selectionMode": {
188183
- "defaultValue": null,
188184
- "description": "The type of selection that is allowed in the collection.",
188185
- "name": "selectionMode",
188186
- "parent": {
188187
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188188
- "name": "MultipleSelection"
188189
- },
188190
- "declarations": [
188191
- {
188192
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188193
- "name": "MultipleSelection"
188194
- }
188195
- ],
188196
- "required": false,
188197
- "type": {
188198
- "name": "SelectionMode"
188199
- }
188200
- },
188201
- "selectedKeys": {
188202
- "defaultValue": null,
188203
- "description": "The currently selected keys in the collection (controlled).",
188204
- "name": "selectedKeys",
188205
- "parent": {
188206
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188207
- "name": "MultipleSelection"
188208
- },
188209
- "declarations": [
188210
- {
188211
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188212
- "name": "MultipleSelection"
188213
- }
188214
- ],
188215
- "required": false,
188216
- "type": {
188217
- "name": "\"all\" | Iterable<Key>"
188218
- }
188219
- },
188220
- "defaultSelectedKeys": {
188221
- "defaultValue": null,
188222
- "description": "The initial selected keys in the collection (uncontrolled).",
188223
- "name": "defaultSelectedKeys",
188224
- "parent": {
188225
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188226
- "name": "MultipleSelection"
188227
- },
188228
- "declarations": [
188229
- {
188230
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
188231
- "name": "MultipleSelection"
188232
- }
188233
- ],
188234
- "required": false,
188235
- "type": {
188236
- "name": "\"all\" | Iterable<Key>"
188237
- }
188238
- },
188239
- "selectionBehavior": {
188240
- "defaultValue": {
188241
- "value": "\"toggle\""
188242
- },
188243
- "description": "How multiple selection should behave in the collection.",
188244
- "name": "selectionBehavior",
188245
- "parent": {
188246
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188247
- "name": "TableProps"
188248
- },
188249
- "declarations": [
188250
- {
188251
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188252
- "name": "TableProps"
188253
- }
188254
- ],
188255
- "required": false,
188256
- "type": {
188257
- "name": "SelectionBehavior"
188258
- }
188259
- },
188260
- "dragAndDropHooks": {
188261
- "defaultValue": null,
188262
- "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
188263
- "name": "dragAndDropHooks",
188264
- "parent": {
188265
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188266
- "name": "TableProps"
188267
- },
188268
- "declarations": [
188269
- {
188270
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188271
- "name": "TableProps"
188272
- }
188273
- ],
188274
- "required": false,
188275
- "type": {
188276
- "name": "DragAndDropHooks<object>"
188277
- }
188278
- },
188279
- "layout": {
188280
- "defaultValue": {
188281
- "value": "'stack'"
188282
- },
188283
- "description": "Whether the items are arranged in a stack or grid.",
188284
- "name": "layout",
188285
- "parent": {
188286
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188287
- "name": "ListBoxProps"
188288
- },
188289
- "declarations": [
188290
- {
188291
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188292
- "name": "ListBoxProps"
188293
- }
188294
- ],
188295
- "required": false,
188296
- "type": {
188297
- "name": "\"grid\" | \"stack\""
188298
- }
188299
- },
188300
- "renderEmptyState": {
188301
- "defaultValue": null,
188302
- "description": "Provides content to display when there are no items in the list.",
188303
- "name": "renderEmptyState",
188304
- "parent": {
188305
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188306
- "name": "ListBoxProps"
188307
- },
188308
- "declarations": [
188309
- {
188310
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188311
- "name": "ListBoxProps"
188312
- }
188313
- ],
188314
- "required": false,
188315
- "type": {
188316
- "name": "((props: ListBoxRenderProps) => ReactNode)"
188317
- }
188318
- },
188319
- "onAction": {
188320
- "defaultValue": null,
188321
- "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.",
188322
- "name": "onAction",
188323
- "parent": {
188324
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188325
- "name": "AriaListBoxProps"
188326
- },
188327
- "declarations": [
188328
- {
188329
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188330
- "name": "AriaListBoxProps"
188331
- }
188332
- ],
188333
- "required": false,
188334
- "type": {
188335
- "name": "((key: Key) => void)"
188336
- }
188337
- },
188338
- "shouldFocusOnHover": {
188339
- "defaultValue": null,
188340
- "description": "Whether options should be focused when the user hovers over them.",
188341
- "name": "shouldFocusOnHover",
188342
- "parent": {
188343
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188344
- "name": "AriaListBoxProps"
188345
- },
188346
- "declarations": [
188347
- {
188348
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188349
- "name": "AriaListBoxProps"
188350
- }
188351
- ],
188352
- "required": false,
188353
- "type": {
188354
- "name": "boolean"
188355
- }
188356
- },
188357
- "shouldFocusWrap": {
188358
- "defaultValue": null,
188359
- "description": "Whether focus should wrap around when the end/start is reached.",
188360
- "name": "shouldFocusWrap",
188361
- "parent": {
188362
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188363
- "name": "ListBoxProps"
188364
- },
188365
- "declarations": [
188366
- {
188367
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.4/node_modules/@react-types/listbox/src/index.d.ts",
188368
- "name": "ListBoxProps"
188369
- }
188370
- ],
188371
- "required": false,
188372
- "type": {
188373
- "name": "boolean"
188374
- }
188375
- },
188376
- "dependencies": {
188377
- "defaultValue": null,
188378
- "description": "Values that should invalidate the item cache when using dynamic collections.",
188379
- "name": "dependencies",
188380
- "parent": {
188381
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188382
- "name": "CollectionProps"
188383
- },
188384
- "declarations": [
188385
- {
188386
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
188387
- "name": "CollectionProps"
188388
- }
188389
- ],
188390
- "required": false,
188391
- "type": {
188392
- "name": "readonly any[]"
188393
- }
188394
- },
188395
- "children": {
188396
- "defaultValue": null,
188397
- "description": "",
188398
- "name": "children",
188399
- "declarations": [
188400
- {
188401
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
188402
- "name": "TypeLiteral"
188403
- }
188404
- ],
188405
- "required": false,
188406
- "type": {
188407
- "name": "ReactNode"
188408
- }
188409
- },
188410
- "wrapWith": {
188411
- "defaultValue": null,
188412
- "description": "",
188413
- "name": "wrapWith",
188414
- "parent": {
188415
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
188416
- "name": "FlowComponentProps"
188417
- },
188418
- "declarations": [
188419
- {
188420
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
188421
- "name": "FlowComponentProps"
188422
- }
188423
- ],
188424
- "required": false,
188425
- "type": {
188426
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
188427
- }
188428
- },
188429
- "tunnelId": {
188430
- "defaultValue": null,
188431
- "description": "@internal",
188432
- "name": "tunnelId",
188433
- "parent": {
188434
- "fileName": "components/src/lib/types/props.ts",
188435
- "name": "PropsWithTunnel"
188436
- },
188437
- "declarations": [
188438
- {
188439
- "fileName": "components/src/lib/types/props.ts",
188440
- "name": "PropsWithTunnel"
188441
- }
188442
- ],
188443
- "required": false,
188444
- "type": {
188445
- "name": "string | null"
188446
- }
188447
- },
188448
- "ref": {
188449
- "defaultValue": null,
188450
- "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}",
188451
- "name": "ref",
188452
- "parent": {
188453
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
188454
- "name": "RefAttributes"
188455
- },
188456
- "declarations": [
188457
- {
188458
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
188459
- "name": "RefAttributes"
188460
- }
188461
- ],
188462
- "required": false,
188463
- "type": {
188464
- "name": "Ref<HTMLSpanElement>"
188465
- }
188466
- },
188467
- "key": {
188468
- "defaultValue": null,
188469
- "description": "",
188470
- "name": "key",
188471
- "parent": {
188472
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
188473
- "name": "Attributes"
188474
- },
188475
- "declarations": [
188476
- {
188477
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
188478
- "name": "Attributes"
188479
- }
188480
- ],
188481
- "required": false,
188482
- "type": {
188483
- "name": "Key | null"
188484
- }
188485
188504
  }
188486
188505
  }
188487
188506
  },
@@ -246188,339 +246207,6 @@
246188
246207
  }
246189
246208
  }
246190
246209
  },
246191
- {
246192
- "tags": {},
246193
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
246194
- "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
246195
- "displayName": "ActionBatch",
246196
- "methods": [],
246197
- "props": {
246198
- "children": {
246199
- "defaultValue": null,
246200
- "description": "",
246201
- "name": "children",
246202
- "declarations": [
246203
- {
246204
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246205
- "name": "TypeLiteral"
246206
- }
246207
- ],
246208
- "required": false,
246209
- "type": {
246210
- "name": "ReactNode"
246211
- }
246212
- }
246213
- }
246214
- },
246215
- {
246216
- "tags": {},
246217
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
246218
- "description": "",
246219
- "displayName": "Action",
246220
- "methods": [],
246221
- "props": {
246222
- "onAction": {
246223
- "defaultValue": null,
246224
- "description": "",
246225
- "name": "onAction",
246226
- "parent": {
246227
- "fileName": "components/src/components/Action/types.ts",
246228
- "name": "ActionProps"
246229
- },
246230
- "declarations": [
246231
- {
246232
- "fileName": "components/src/components/Action/types.ts",
246233
- "name": "ActionProps"
246234
- }
246235
- ],
246236
- "required": false,
246237
- "type": {
246238
- "name": "ActionFn"
246239
- }
246240
- },
246241
- "actionModel": {
246242
- "defaultValue": null,
246243
- "description": "",
246244
- "name": "actionModel",
246245
- "parent": {
246246
- "fileName": "components/src/components/Action/types.ts",
246247
- "name": "ActionProps"
246248
- },
246249
- "declarations": [
246250
- {
246251
- "fileName": "components/src/components/Action/types.ts",
246252
- "name": "ActionProps"
246253
- }
246254
- ],
246255
- "required": false,
246256
- "type": {
246257
- "name": "ActionModel"
246258
- }
246259
- },
246260
- "closeOverlay": {
246261
- "defaultValue": null,
246262
- "description": "",
246263
- "name": "closeOverlay",
246264
- "parent": {
246265
- "fileName": "components/src/components/Action/types.ts",
246266
- "name": "ActionProps"
246267
- },
246268
- "declarations": [
246269
- {
246270
- "fileName": "components/src/components/Action/types.ts",
246271
- "name": "ActionProps"
246272
- }
246273
- ],
246274
- "required": false,
246275
- "type": {
246276
- "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
246277
- }
246278
- },
246279
- "openOverlay": {
246280
- "defaultValue": null,
246281
- "description": "",
246282
- "name": "openOverlay",
246283
- "parent": {
246284
- "fileName": "components/src/components/Action/types.ts",
246285
- "name": "ActionProps"
246286
- },
246287
- "declarations": [
246288
- {
246289
- "fileName": "components/src/components/Action/types.ts",
246290
- "name": "ActionProps"
246291
- }
246292
- ],
246293
- "required": false,
246294
- "type": {
246295
- "name": "keyof FlowComponentPropsTypes | OverlayController"
246296
- }
246297
- },
246298
- "toggleOverlay": {
246299
- "defaultValue": null,
246300
- "description": "",
246301
- "name": "toggleOverlay",
246302
- "parent": {
246303
- "fileName": "components/src/components/Action/types.ts",
246304
- "name": "ActionProps"
246305
- },
246306
- "declarations": [
246307
- {
246308
- "fileName": "components/src/components/Action/types.ts",
246309
- "name": "ActionProps"
246310
- }
246311
- ],
246312
- "required": false,
246313
- "type": {
246314
- "name": "keyof FlowComponentPropsTypes | OverlayController"
246315
- }
246316
- },
246317
- "closeModal": {
246318
- "defaultValue": null,
246319
- "description": "",
246320
- "name": "closeModal",
246321
- "parent": {
246322
- "fileName": "components/src/components/Action/types.ts",
246323
- "name": "ActionProps"
246324
- },
246325
- "declarations": [
246326
- {
246327
- "fileName": "components/src/components/Action/types.ts",
246328
- "name": "ActionProps"
246329
- }
246330
- ],
246331
- "required": false,
246332
- "type": {
246333
- "name": "boolean | CloseModalOptions"
246334
- }
246335
- },
246336
- "openModal": {
246337
- "defaultValue": null,
246338
- "description": "",
246339
- "name": "openModal",
246340
- "parent": {
246341
- "fileName": "components/src/components/Action/types.ts",
246342
- "name": "ActionProps"
246343
- },
246344
- "declarations": [
246345
- {
246346
- "fileName": "components/src/components/Action/types.ts",
246347
- "name": "ActionProps"
246348
- }
246349
- ],
246350
- "required": false,
246351
- "type": {
246352
- "name": "boolean"
246353
- }
246354
- },
246355
- "toggleModal": {
246356
- "defaultValue": null,
246357
- "description": "",
246358
- "name": "toggleModal",
246359
- "parent": {
246360
- "fileName": "components/src/components/Action/types.ts",
246361
- "name": "ActionProps"
246362
- },
246363
- "declarations": [
246364
- {
246365
- "fileName": "components/src/components/Action/types.ts",
246366
- "name": "ActionProps"
246367
- }
246368
- ],
246369
- "required": false,
246370
- "type": {
246371
- "name": "boolean"
246372
- }
246373
- },
246374
- "break": {
246375
- "defaultValue": null,
246376
- "description": "",
246377
- "name": "break",
246378
- "parent": {
246379
- "fileName": "components/src/components/Action/types.ts",
246380
- "name": "ActionProps"
246381
- },
246382
- "declarations": [
246383
- {
246384
- "fileName": "components/src/components/Action/types.ts",
246385
- "name": "ActionProps"
246386
- }
246387
- ],
246388
- "required": false,
246389
- "type": {
246390
- "name": "boolean"
246391
- }
246392
- },
246393
- "skip": {
246394
- "defaultValue": null,
246395
- "description": "",
246396
- "name": "skip",
246397
- "parent": {
246398
- "fileName": "components/src/components/Action/types.ts",
246399
- "name": "ActionProps"
246400
- },
246401
- "declarations": [
246402
- {
246403
- "fileName": "components/src/components/Action/types.ts",
246404
- "name": "ActionProps"
246405
- }
246406
- ],
246407
- "required": false,
246408
- "type": {
246409
- "name": "number | boolean"
246410
- }
246411
- },
246412
- "showFeedback": {
246413
- "defaultValue": null,
246414
- "description": "",
246415
- "name": "showFeedback",
246416
- "parent": {
246417
- "fileName": "components/src/components/Action/types.ts",
246418
- "name": "ActionProps"
246419
- },
246420
- "declarations": [
246421
- {
246422
- "fileName": "components/src/components/Action/types.ts",
246423
- "name": "ActionProps"
246424
- }
246425
- ],
246426
- "required": false,
246427
- "type": {
246428
- "name": "boolean"
246429
- }
246430
- },
246431
- "children": {
246432
- "defaultValue": null,
246433
- "description": "",
246434
- "name": "children",
246435
- "declarations": [
246436
- {
246437
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246438
- "name": "TypeLiteral"
246439
- }
246440
- ],
246441
- "required": false,
246442
- "type": {
246443
- "name": "ReactNode"
246444
- }
246445
- },
246446
- "wrapWith": {
246447
- "defaultValue": null,
246448
- "description": "",
246449
- "name": "wrapWith",
246450
- "parent": {
246451
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
246452
- "name": "FlowComponentProps"
246453
- },
246454
- "declarations": [
246455
- {
246456
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
246457
- "name": "FlowComponentProps"
246458
- }
246459
- ],
246460
- "required": false,
246461
- "type": {
246462
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
246463
- }
246464
- },
246465
- "tunnelId": {
246466
- "defaultValue": null,
246467
- "description": "@internal",
246468
- "name": "tunnelId",
246469
- "parent": {
246470
- "fileName": "components/src/lib/types/props.ts",
246471
- "name": "PropsWithTunnel"
246472
- },
246473
- "declarations": [
246474
- {
246475
- "fileName": "components/src/lib/types/props.ts",
246476
- "name": "PropsWithTunnel"
246477
- }
246478
- ],
246479
- "required": false,
246480
- "type": {
246481
- "name": "string | null"
246482
- }
246483
- },
246484
- "ref": {
246485
- "defaultValue": null,
246486
- "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}",
246487
- "name": "ref",
246488
- "parent": {
246489
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246490
- "name": "RefAttributes"
246491
- },
246492
- "declarations": [
246493
- {
246494
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246495
- "name": "RefAttributes"
246496
- }
246497
- ],
246498
- "required": false,
246499
- "type": {
246500
- "name": "Ref<HTMLSpanElement>"
246501
- }
246502
- },
246503
- "key": {
246504
- "defaultValue": null,
246505
- "description": "",
246506
- "name": "key",
246507
- "parent": {
246508
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246509
- "name": "Attributes"
246510
- },
246511
- "declarations": [
246512
- {
246513
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
246514
- "name": "Attributes"
246515
- }
246516
- ],
246517
- "required": false,
246518
- "type": {
246519
- "name": "Key | null"
246520
- }
246521
- }
246522
- }
246523
- },
246524
246210
  {
246525
246211
  "tags": {
246526
246212
  "flr-generate": "all"
@@ -251892,6 +251578,339 @@
251892
251578
  }
251893
251579
  }
251894
251580
  },
251581
+ {
251582
+ "tags": {},
251583
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
251584
+ "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
251585
+ "displayName": "ActionBatch",
251586
+ "methods": [],
251587
+ "props": {
251588
+ "children": {
251589
+ "defaultValue": null,
251590
+ "description": "",
251591
+ "name": "children",
251592
+ "declarations": [
251593
+ {
251594
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
251595
+ "name": "TypeLiteral"
251596
+ }
251597
+ ],
251598
+ "required": false,
251599
+ "type": {
251600
+ "name": "ReactNode"
251601
+ }
251602
+ }
251603
+ }
251604
+ },
251605
+ {
251606
+ "tags": {},
251607
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
251608
+ "description": "",
251609
+ "displayName": "Action",
251610
+ "methods": [],
251611
+ "props": {
251612
+ "onAction": {
251613
+ "defaultValue": null,
251614
+ "description": "",
251615
+ "name": "onAction",
251616
+ "parent": {
251617
+ "fileName": "components/src/components/Action/types.ts",
251618
+ "name": "ActionProps"
251619
+ },
251620
+ "declarations": [
251621
+ {
251622
+ "fileName": "components/src/components/Action/types.ts",
251623
+ "name": "ActionProps"
251624
+ }
251625
+ ],
251626
+ "required": false,
251627
+ "type": {
251628
+ "name": "ActionFn"
251629
+ }
251630
+ },
251631
+ "actionModel": {
251632
+ "defaultValue": null,
251633
+ "description": "",
251634
+ "name": "actionModel",
251635
+ "parent": {
251636
+ "fileName": "components/src/components/Action/types.ts",
251637
+ "name": "ActionProps"
251638
+ },
251639
+ "declarations": [
251640
+ {
251641
+ "fileName": "components/src/components/Action/types.ts",
251642
+ "name": "ActionProps"
251643
+ }
251644
+ ],
251645
+ "required": false,
251646
+ "type": {
251647
+ "name": "ActionModel"
251648
+ }
251649
+ },
251650
+ "closeOverlay": {
251651
+ "defaultValue": null,
251652
+ "description": "",
251653
+ "name": "closeOverlay",
251654
+ "parent": {
251655
+ "fileName": "components/src/components/Action/types.ts",
251656
+ "name": "ActionProps"
251657
+ },
251658
+ "declarations": [
251659
+ {
251660
+ "fileName": "components/src/components/Action/types.ts",
251661
+ "name": "ActionProps"
251662
+ }
251663
+ ],
251664
+ "required": false,
251665
+ "type": {
251666
+ "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
251667
+ }
251668
+ },
251669
+ "openOverlay": {
251670
+ "defaultValue": null,
251671
+ "description": "",
251672
+ "name": "openOverlay",
251673
+ "parent": {
251674
+ "fileName": "components/src/components/Action/types.ts",
251675
+ "name": "ActionProps"
251676
+ },
251677
+ "declarations": [
251678
+ {
251679
+ "fileName": "components/src/components/Action/types.ts",
251680
+ "name": "ActionProps"
251681
+ }
251682
+ ],
251683
+ "required": false,
251684
+ "type": {
251685
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
251686
+ }
251687
+ },
251688
+ "toggleOverlay": {
251689
+ "defaultValue": null,
251690
+ "description": "",
251691
+ "name": "toggleOverlay",
251692
+ "parent": {
251693
+ "fileName": "components/src/components/Action/types.ts",
251694
+ "name": "ActionProps"
251695
+ },
251696
+ "declarations": [
251697
+ {
251698
+ "fileName": "components/src/components/Action/types.ts",
251699
+ "name": "ActionProps"
251700
+ }
251701
+ ],
251702
+ "required": false,
251703
+ "type": {
251704
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
251705
+ }
251706
+ },
251707
+ "closeModal": {
251708
+ "defaultValue": null,
251709
+ "description": "",
251710
+ "name": "closeModal",
251711
+ "parent": {
251712
+ "fileName": "components/src/components/Action/types.ts",
251713
+ "name": "ActionProps"
251714
+ },
251715
+ "declarations": [
251716
+ {
251717
+ "fileName": "components/src/components/Action/types.ts",
251718
+ "name": "ActionProps"
251719
+ }
251720
+ ],
251721
+ "required": false,
251722
+ "type": {
251723
+ "name": "boolean | CloseModalOptions"
251724
+ }
251725
+ },
251726
+ "openModal": {
251727
+ "defaultValue": null,
251728
+ "description": "",
251729
+ "name": "openModal",
251730
+ "parent": {
251731
+ "fileName": "components/src/components/Action/types.ts",
251732
+ "name": "ActionProps"
251733
+ },
251734
+ "declarations": [
251735
+ {
251736
+ "fileName": "components/src/components/Action/types.ts",
251737
+ "name": "ActionProps"
251738
+ }
251739
+ ],
251740
+ "required": false,
251741
+ "type": {
251742
+ "name": "boolean"
251743
+ }
251744
+ },
251745
+ "toggleModal": {
251746
+ "defaultValue": null,
251747
+ "description": "",
251748
+ "name": "toggleModal",
251749
+ "parent": {
251750
+ "fileName": "components/src/components/Action/types.ts",
251751
+ "name": "ActionProps"
251752
+ },
251753
+ "declarations": [
251754
+ {
251755
+ "fileName": "components/src/components/Action/types.ts",
251756
+ "name": "ActionProps"
251757
+ }
251758
+ ],
251759
+ "required": false,
251760
+ "type": {
251761
+ "name": "boolean"
251762
+ }
251763
+ },
251764
+ "break": {
251765
+ "defaultValue": null,
251766
+ "description": "",
251767
+ "name": "break",
251768
+ "parent": {
251769
+ "fileName": "components/src/components/Action/types.ts",
251770
+ "name": "ActionProps"
251771
+ },
251772
+ "declarations": [
251773
+ {
251774
+ "fileName": "components/src/components/Action/types.ts",
251775
+ "name": "ActionProps"
251776
+ }
251777
+ ],
251778
+ "required": false,
251779
+ "type": {
251780
+ "name": "boolean"
251781
+ }
251782
+ },
251783
+ "skip": {
251784
+ "defaultValue": null,
251785
+ "description": "",
251786
+ "name": "skip",
251787
+ "parent": {
251788
+ "fileName": "components/src/components/Action/types.ts",
251789
+ "name": "ActionProps"
251790
+ },
251791
+ "declarations": [
251792
+ {
251793
+ "fileName": "components/src/components/Action/types.ts",
251794
+ "name": "ActionProps"
251795
+ }
251796
+ ],
251797
+ "required": false,
251798
+ "type": {
251799
+ "name": "number | boolean"
251800
+ }
251801
+ },
251802
+ "showFeedback": {
251803
+ "defaultValue": null,
251804
+ "description": "",
251805
+ "name": "showFeedback",
251806
+ "parent": {
251807
+ "fileName": "components/src/components/Action/types.ts",
251808
+ "name": "ActionProps"
251809
+ },
251810
+ "declarations": [
251811
+ {
251812
+ "fileName": "components/src/components/Action/types.ts",
251813
+ "name": "ActionProps"
251814
+ }
251815
+ ],
251816
+ "required": false,
251817
+ "type": {
251818
+ "name": "boolean"
251819
+ }
251820
+ },
251821
+ "children": {
251822
+ "defaultValue": null,
251823
+ "description": "",
251824
+ "name": "children",
251825
+ "declarations": [
251826
+ {
251827
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
251828
+ "name": "TypeLiteral"
251829
+ }
251830
+ ],
251831
+ "required": false,
251832
+ "type": {
251833
+ "name": "ReactNode"
251834
+ }
251835
+ },
251836
+ "wrapWith": {
251837
+ "defaultValue": null,
251838
+ "description": "",
251839
+ "name": "wrapWith",
251840
+ "parent": {
251841
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
251842
+ "name": "FlowComponentProps"
251843
+ },
251844
+ "declarations": [
251845
+ {
251846
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
251847
+ "name": "FlowComponentProps"
251848
+ }
251849
+ ],
251850
+ "required": false,
251851
+ "type": {
251852
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
251853
+ }
251854
+ },
251855
+ "tunnelId": {
251856
+ "defaultValue": null,
251857
+ "description": "@internal",
251858
+ "name": "tunnelId",
251859
+ "parent": {
251860
+ "fileName": "components/src/lib/types/props.ts",
251861
+ "name": "PropsWithTunnel"
251862
+ },
251863
+ "declarations": [
251864
+ {
251865
+ "fileName": "components/src/lib/types/props.ts",
251866
+ "name": "PropsWithTunnel"
251867
+ }
251868
+ ],
251869
+ "required": false,
251870
+ "type": {
251871
+ "name": "string | null"
251872
+ }
251873
+ },
251874
+ "ref": {
251875
+ "defaultValue": null,
251876
+ "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}",
251877
+ "name": "ref",
251878
+ "parent": {
251879
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
251880
+ "name": "RefAttributes"
251881
+ },
251882
+ "declarations": [
251883
+ {
251884
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
251885
+ "name": "RefAttributes"
251886
+ }
251887
+ ],
251888
+ "required": false,
251889
+ "type": {
251890
+ "name": "Ref<HTMLSpanElement>"
251891
+ }
251892
+ },
251893
+ "key": {
251894
+ "defaultValue": null,
251895
+ "description": "",
251896
+ "name": "key",
251897
+ "parent": {
251898
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
251899
+ "name": "Attributes"
251900
+ },
251901
+ "declarations": [
251902
+ {
251903
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
251904
+ "name": "Attributes"
251905
+ }
251906
+ ],
251907
+ "required": false,
251908
+ "type": {
251909
+ "name": "Key | null"
251910
+ }
251911
+ }
251912
+ }
251913
+ },
251895
251914
  {
251896
251915
  "tags": {
251897
251916
  "flr-generate": "all"
@@ -275079,6 +275098,49 @@
275079
275098
  }
275080
275099
  }
275081
275100
  },
275101
+ {
275102
+ "tags": {},
275103
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275104
+ "description": "",
275105
+ "displayName": "FormSettingsProvider",
275106
+ "methods": [],
275107
+ "props": {
275108
+ "submitInterceptor": {
275109
+ "defaultValue": null,
275110
+ "description": "",
275111
+ "name": "submitInterceptor",
275112
+ "parent": {
275113
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275114
+ "name": "Context"
275115
+ },
275116
+ "declarations": [
275117
+ {
275118
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275119
+ "name": "Context"
275120
+ }
275121
+ ],
275122
+ "required": false,
275123
+ "type": {
275124
+ "name": "SubmitInterceptor"
275125
+ }
275126
+ },
275127
+ "children": {
275128
+ "defaultValue": null,
275129
+ "description": "",
275130
+ "name": "children",
275131
+ "declarations": [
275132
+ {
275133
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
275134
+ "name": "TypeLiteral"
275135
+ }
275136
+ ],
275137
+ "required": false,
275138
+ "type": {
275139
+ "name": "ReactNode"
275140
+ }
275141
+ }
275142
+ }
275143
+ },
275082
275144
  {
275083
275145
  "tags": {},
275084
275146
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
@@ -277435,49 +277497,6 @@
277435
277497
  }
277436
277498
  }
277437
277499
  },
277438
- {
277439
- "tags": {},
277440
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277441
- "description": "",
277442
- "displayName": "FormSettingsProvider",
277443
- "methods": [],
277444
- "props": {
277445
- "submitInterceptor": {
277446
- "defaultValue": null,
277447
- "description": "",
277448
- "name": "submitInterceptor",
277449
- "parent": {
277450
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277451
- "name": "Context"
277452
- },
277453
- "declarations": [
277454
- {
277455
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277456
- "name": "Context"
277457
- }
277458
- ],
277459
- "required": false,
277460
- "type": {
277461
- "name": "SubmitInterceptor"
277462
- }
277463
- },
277464
- "children": {
277465
- "defaultValue": null,
277466
- "description": "",
277467
- "name": "children",
277468
- "declarations": [
277469
- {
277470
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277471
- "name": "TypeLiteral"
277472
- }
277473
- ],
277474
- "required": false,
277475
- "type": {
277476
- "name": "ReactNode"
277477
- }
277478
- }
277479
- }
277480
- },
277481
277500
  {
277482
277501
  "tags": {},
277483
277502
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
@@ -277652,173 +277671,6 @@
277652
277671
  }
277653
277672
  }
277654
277673
  },
277655
- {
277656
- "tags": {},
277657
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
277658
- "description": "",
277659
- "displayName": "FormSubmitAction",
277660
- "methods": [],
277661
- "props": {
277662
- "showFeedback": {
277663
- "defaultValue": null,
277664
- "description": "",
277665
- "name": "showFeedback",
277666
- "parent": {
277667
- "fileName": "components/src/components/Action/types.ts",
277668
- "name": "ActionProps"
277669
- },
277670
- "declarations": [
277671
- {
277672
- "fileName": "components/src/components/Action/types.ts",
277673
- "name": "ActionProps"
277674
- }
277675
- ],
277676
- "required": false,
277677
- "type": {
277678
- "name": "boolean"
277679
- }
277680
- },
277681
- "children": {
277682
- "defaultValue": null,
277683
- "description": "",
277684
- "name": "children",
277685
- "declarations": [
277686
- {
277687
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277688
- "name": "TypeLiteral"
277689
- }
277690
- ],
277691
- "required": false,
277692
- "type": {
277693
- "name": "ReactNode"
277694
- }
277695
- }
277696
- }
277697
- },
277698
- {
277699
- "tags": {},
277700
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
277701
- "description": "",
277702
- "displayName": "FormResetAction",
277703
- "methods": [],
277704
- "props": {
277705
- "showFeedback": {
277706
- "defaultValue": null,
277707
- "description": "",
277708
- "name": "showFeedback",
277709
- "parent": {
277710
- "fileName": "components/src/components/Action/types.ts",
277711
- "name": "ActionProps"
277712
- },
277713
- "declarations": [
277714
- {
277715
- "fileName": "components/src/components/Action/types.ts",
277716
- "name": "ActionProps"
277717
- }
277718
- ],
277719
- "required": false,
277720
- "type": {
277721
- "name": "boolean"
277722
- }
277723
- },
277724
- "children": {
277725
- "defaultValue": null,
277726
- "description": "",
277727
- "name": "children",
277728
- "declarations": [
277729
- {
277730
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277731
- "name": "TypeLiteral"
277732
- }
277733
- ],
277734
- "required": false,
277735
- "type": {
277736
- "name": "ReactNode"
277737
- }
277738
- }
277739
- }
277740
- },
277741
- {
277742
- "tags": {},
277743
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277744
- "description": "",
277745
- "displayName": "FormAction",
277746
- "methods": [],
277747
- "props": {
277748
- "reset": {
277749
- "defaultValue": null,
277750
- "description": "",
277751
- "name": "reset",
277752
- "parent": {
277753
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277754
- "name": "FormActionProps"
277755
- },
277756
- "declarations": [
277757
- {
277758
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277759
- "name": "FormActionProps"
277760
- }
277761
- ],
277762
- "required": false,
277763
- "type": {
277764
- "name": "boolean"
277765
- }
277766
- },
277767
- "submit": {
277768
- "defaultValue": null,
277769
- "description": "",
277770
- "name": "submit",
277771
- "parent": {
277772
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277773
- "name": "FormActionProps"
277774
- },
277775
- "declarations": [
277776
- {
277777
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277778
- "name": "FormActionProps"
277779
- }
277780
- ],
277781
- "required": false,
277782
- "type": {
277783
- "name": "boolean"
277784
- }
277785
- },
277786
- "children": {
277787
- "defaultValue": null,
277788
- "description": "",
277789
- "name": "children",
277790
- "declarations": [
277791
- {
277792
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277793
- "name": "TypeLiteral"
277794
- }
277795
- ],
277796
- "required": false,
277797
- "type": {
277798
- "name": "ReactNode"
277799
- }
277800
- },
277801
- "showFeedback": {
277802
- "defaultValue": null,
277803
- "description": "",
277804
- "name": "showFeedback",
277805
- "parent": {
277806
- "fileName": "components/src/components/Action/types.ts",
277807
- "name": "ActionProps"
277808
- },
277809
- "declarations": [
277810
- {
277811
- "fileName": "components/src/components/Action/types.ts",
277812
- "name": "ActionProps"
277813
- }
277814
- ],
277815
- "required": false,
277816
- "type": {
277817
- "name": "boolean"
277818
- }
277819
- }
277820
- }
277821
- },
277822
277674
  {
277823
277675
  "tags": {},
277824
277676
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
@@ -284153,6 +284005,173 @@
284153
284005
  }
284154
284006
  }
284155
284007
  },
284008
+ {
284009
+ "tags": {},
284010
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
284011
+ "description": "",
284012
+ "displayName": "FormSubmitAction",
284013
+ "methods": [],
284014
+ "props": {
284015
+ "showFeedback": {
284016
+ "defaultValue": null,
284017
+ "description": "",
284018
+ "name": "showFeedback",
284019
+ "parent": {
284020
+ "fileName": "components/src/components/Action/types.ts",
284021
+ "name": "ActionProps"
284022
+ },
284023
+ "declarations": [
284024
+ {
284025
+ "fileName": "components/src/components/Action/types.ts",
284026
+ "name": "ActionProps"
284027
+ }
284028
+ ],
284029
+ "required": false,
284030
+ "type": {
284031
+ "name": "boolean"
284032
+ }
284033
+ },
284034
+ "children": {
284035
+ "defaultValue": null,
284036
+ "description": "",
284037
+ "name": "children",
284038
+ "declarations": [
284039
+ {
284040
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
284041
+ "name": "TypeLiteral"
284042
+ }
284043
+ ],
284044
+ "required": false,
284045
+ "type": {
284046
+ "name": "ReactNode"
284047
+ }
284048
+ }
284049
+ }
284050
+ },
284051
+ {
284052
+ "tags": {},
284053
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
284054
+ "description": "",
284055
+ "displayName": "FormResetAction",
284056
+ "methods": [],
284057
+ "props": {
284058
+ "showFeedback": {
284059
+ "defaultValue": null,
284060
+ "description": "",
284061
+ "name": "showFeedback",
284062
+ "parent": {
284063
+ "fileName": "components/src/components/Action/types.ts",
284064
+ "name": "ActionProps"
284065
+ },
284066
+ "declarations": [
284067
+ {
284068
+ "fileName": "components/src/components/Action/types.ts",
284069
+ "name": "ActionProps"
284070
+ }
284071
+ ],
284072
+ "required": false,
284073
+ "type": {
284074
+ "name": "boolean"
284075
+ }
284076
+ },
284077
+ "children": {
284078
+ "defaultValue": null,
284079
+ "description": "",
284080
+ "name": "children",
284081
+ "declarations": [
284082
+ {
284083
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
284084
+ "name": "TypeLiteral"
284085
+ }
284086
+ ],
284087
+ "required": false,
284088
+ "type": {
284089
+ "name": "ReactNode"
284090
+ }
284091
+ }
284092
+ }
284093
+ },
284094
+ {
284095
+ "tags": {},
284096
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
284097
+ "description": "",
284098
+ "displayName": "FormAction",
284099
+ "methods": [],
284100
+ "props": {
284101
+ "reset": {
284102
+ "defaultValue": null,
284103
+ "description": "",
284104
+ "name": "reset",
284105
+ "parent": {
284106
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
284107
+ "name": "FormActionProps"
284108
+ },
284109
+ "declarations": [
284110
+ {
284111
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
284112
+ "name": "FormActionProps"
284113
+ }
284114
+ ],
284115
+ "required": false,
284116
+ "type": {
284117
+ "name": "boolean"
284118
+ }
284119
+ },
284120
+ "submit": {
284121
+ "defaultValue": null,
284122
+ "description": "",
284123
+ "name": "submit",
284124
+ "parent": {
284125
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
284126
+ "name": "FormActionProps"
284127
+ },
284128
+ "declarations": [
284129
+ {
284130
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
284131
+ "name": "FormActionProps"
284132
+ }
284133
+ ],
284134
+ "required": false,
284135
+ "type": {
284136
+ "name": "boolean"
284137
+ }
284138
+ },
284139
+ "children": {
284140
+ "defaultValue": null,
284141
+ "description": "",
284142
+ "name": "children",
284143
+ "declarations": [
284144
+ {
284145
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
284146
+ "name": "TypeLiteral"
284147
+ }
284148
+ ],
284149
+ "required": false,
284150
+ "type": {
284151
+ "name": "ReactNode"
284152
+ }
284153
+ },
284154
+ "showFeedback": {
284155
+ "defaultValue": null,
284156
+ "description": "",
284157
+ "name": "showFeedback",
284158
+ "parent": {
284159
+ "fileName": "components/src/components/Action/types.ts",
284160
+ "name": "ActionProps"
284161
+ },
284162
+ "declarations": [
284163
+ {
284164
+ "fileName": "components/src/components/Action/types.ts",
284165
+ "name": "ActionProps"
284166
+ }
284167
+ ],
284168
+ "required": false,
284169
+ "type": {
284170
+ "name": "boolean"
284171
+ }
284172
+ }
284173
+ }
284174
+ },
284156
284175
  {
284157
284176
  "tags": {},
284158
284177
  "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
@@ -293207,6 +293226,62 @@
293207
293226
  }
293208
293227
  }
293209
293228
  },
293229
+ {
293230
+ "tags": {},
293231
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
293232
+ "description": "",
293233
+ "displayName": "FallbackTab",
293234
+ "methods": [],
293235
+ "props": {
293236
+ "tabNotFoundView": {
293237
+ "defaultValue": null,
293238
+ "description": "",
293239
+ "name": "tabNotFoundView",
293240
+ "parent": {
293241
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
293242
+ "name": "TabsProps"
293243
+ },
293244
+ "declarations": [
293245
+ {
293246
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
293247
+ "name": "TabsProps"
293248
+ }
293249
+ ],
293250
+ "required": false,
293251
+ "type": {
293252
+ "name": "ReactNode"
293253
+ }
293254
+ }
293255
+ }
293256
+ },
293257
+ {
293258
+ "tags": {},
293259
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.tsx",
293260
+ "description": "",
293261
+ "displayName": "FallbackTab",
293262
+ "methods": [],
293263
+ "props": {
293264
+ "tabNotFoundView": {
293265
+ "defaultValue": null,
293266
+ "description": "",
293267
+ "name": "tabNotFoundView",
293268
+ "parent": {
293269
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
293270
+ "name": "TabsProps"
293271
+ },
293272
+ "declarations": [
293273
+ {
293274
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
293275
+ "name": "TabsProps"
293276
+ }
293277
+ ],
293278
+ "required": false,
293279
+ "type": {
293280
+ "name": "ReactNode"
293281
+ }
293282
+ }
293283
+ }
293284
+ },
293210
293285
  {
293211
293286
  "tags": {
293212
293287
  "flr-generate": "all"
@@ -296520,139 +296595,23 @@
296520
296595
  "tags": {
296521
296596
  "flr-generate": "all"
296522
296597
  },
296523
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
296598
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
296524
296599
  "description": "",
296525
- "displayName": "TableFooterRow",
296600
+ "displayName": "TableCell",
296526
296601
  "methods": [],
296527
296602
  "props": {
296528
- "className": {
296529
- "defaultValue": {
296530
- "value": "'react-aria-Tooltip'"
296531
- },
296532
- "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.",
296533
- "name": "className",
296534
- "parent": {
296535
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296536
- "name": "TooltipProps"
296537
- },
296538
- "declarations": [
296539
- {
296540
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296541
- "name": "TooltipProps"
296542
- }
296543
- ],
296544
- "required": false,
296545
- "type": {
296546
- "name": "ClassNameOrFunction<TooltipRenderProps>"
296547
- }
296548
- },
296549
- "columns": {
296550
- "defaultValue": null,
296551
- "description": "A list of columns used when dynamically rendering cells.",
296552
- "name": "columns",
296553
- "parent": {
296554
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296555
- "name": "RowProps"
296556
- },
296557
- "declarations": [
296558
- {
296559
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296560
- "name": "RowProps"
296561
- }
296562
- ],
296563
- "required": false,
296564
- "type": {
296565
- "name": "Iterable<never>"
296566
- }
296567
- },
296568
- "children": {
296569
- "defaultValue": null,
296570
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
296571
- "name": "children",
296572
- "parent": {
296573
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296574
- "name": "TableProps"
296575
- },
296576
- "declarations": [
296577
- {
296578
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296579
- "name": "TableProps"
296580
- }
296581
- ],
296582
- "required": false,
296583
- "type": {
296584
- "name": "ReactNode"
296585
- }
296586
- },
296587
- "value": {
296588
- "defaultValue": null,
296589
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
296590
- "name": "value",
296591
- "parent": {
296592
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296593
- "name": "MenuItemProps"
296594
- },
296595
- "declarations": [
296596
- {
296597
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296598
- "name": "MenuItemProps"
296599
- }
296600
- ],
296601
- "required": false,
296602
- "type": {
296603
- "name": "object"
296604
- }
296605
- },
296606
- "dependencies": {
296607
- "defaultValue": null,
296608
- "description": "Values that should invalidate the item cache when using dynamic collections.",
296609
- "name": "dependencies",
296610
- "parent": {
296611
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296612
- "name": "CollectionProps"
296613
- },
296614
- "declarations": [
296615
- {
296616
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296617
- "name": "CollectionProps"
296618
- }
296619
- ],
296620
- "required": false,
296621
- "type": {
296622
- "name": "readonly any[]"
296623
- }
296624
- },
296625
- "textValue": {
296626
- "defaultValue": null,
296627
- "description": "A string representation of the item's contents, used for features like typeahead.",
296628
- "name": "textValue",
296629
- "parent": {
296630
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296631
- "name": "ListBoxItemProps"
296632
- },
296633
- "declarations": [
296634
- {
296635
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296636
- "name": "ListBoxItemProps"
296637
- }
296638
- ],
296639
- "required": false,
296640
- "type": {
296641
- "name": "string"
296642
- }
296643
- },
296644
- "isDisabled": {
296603
+ "rowHeader": {
296645
296604
  "defaultValue": null,
296646
- "description": "Whether the item is disabled.",
296647
- "name": "isDisabled",
296605
+ "description": "Use cell as row header",
296606
+ "name": "rowHeader",
296648
296607
  "parent": {
296649
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296650
- "name": "ListBoxItemProps"
296608
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
296609
+ "name": "TableCellProps"
296651
296610
  },
296652
296611
  "declarations": [
296653
296612
  {
296654
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296655
- "name": "ListBoxItemProps"
296613
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
296614
+ "name": "TableCellProps"
296656
296615
  }
296657
296616
  ],
296658
296617
  "required": false,
@@ -296660,390 +296619,71 @@
296660
296619
  "name": "boolean"
296661
296620
  }
296662
296621
  },
296663
- "onAction": {
296664
- "defaultValue": null,
296665
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
296666
- "name": "onAction",
296667
- "parent": {
296668
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296669
- "name": "ListBoxItemProps"
296670
- },
296671
- "declarations": [
296672
- {
296673
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296674
- "name": "ListBoxItemProps"
296675
- }
296676
- ],
296677
- "required": false,
296678
- "type": {
296679
- "name": "(() => void)"
296680
- }
296681
- },
296682
- "id": {
296683
- "defaultValue": null,
296684
- "description": "The unique id of the item.",
296685
- "name": "id",
296686
- "parent": {
296687
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296688
- "name": "ListBoxItemProps"
296689
- },
296690
- "declarations": [
296691
- {
296692
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296693
- "name": "ListBoxItemProps"
296694
- }
296695
- ],
296696
- "required": false,
296697
- "type": {
296698
- "name": "Key"
296699
- }
296700
- },
296701
- "style": {
296702
- "defaultValue": null,
296703
- "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.",
296704
- "name": "style",
296705
- "parent": {
296706
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296707
- "name": "StyleRenderProps"
296708
- },
296709
- "declarations": [
296710
- {
296711
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296712
- "name": "StyleRenderProps"
296713
- }
296714
- ],
296715
- "required": false,
296716
- "type": {
296717
- "name": "StyleOrFunction<TooltipRenderProps>"
296718
- }
296719
- },
296720
- "href": {
296721
- "defaultValue": null,
296722
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
296723
- "name": "href",
296724
- "parent": {
296725
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296726
- "name": "LinkDOMProps"
296727
- },
296728
- "declarations": [
296729
- {
296730
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296731
- "name": "LinkDOMProps"
296732
- }
296733
- ],
296734
- "required": false,
296735
- "type": {
296736
- "name": "string"
296737
- }
296738
- },
296739
- "hrefLang": {
296740
- "defaultValue": null,
296741
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
296742
- "name": "hrefLang",
296743
- "parent": {
296744
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296745
- "name": "LinkDOMProps"
296746
- },
296747
- "declarations": [
296748
- {
296749
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296750
- "name": "LinkDOMProps"
296751
- }
296752
- ],
296753
- "required": false,
296754
- "type": {
296755
- "name": "string"
296756
- }
296757
- },
296758
- "target": {
296759
- "defaultValue": null,
296760
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
296761
- "name": "target",
296762
- "parent": {
296763
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296764
- "name": "LinkDOMProps"
296765
- },
296766
- "declarations": [
296767
- {
296768
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296769
- "name": "LinkDOMProps"
296770
- }
296771
- ],
296772
- "required": false,
296773
- "type": {
296774
- "name": "HTMLAttributeAnchorTarget"
296775
- }
296776
- },
296777
- "rel": {
296778
- "defaultValue": null,
296779
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
296780
- "name": "rel",
296781
- "parent": {
296782
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296783
- "name": "LinkDOMProps"
296784
- },
296785
- "declarations": [
296786
- {
296787
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296788
- "name": "LinkDOMProps"
296789
- }
296790
- ],
296791
- "required": false,
296792
- "type": {
296793
- "name": "string"
296794
- }
296795
- },
296796
- "download": {
296797
- "defaultValue": null,
296798
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
296799
- "name": "download",
296800
- "parent": {
296801
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296802
- "name": "LinkDOMProps"
296803
- },
296804
- "declarations": [
296805
- {
296806
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296807
- "name": "LinkDOMProps"
296808
- }
296809
- ],
296810
- "required": false,
296811
- "type": {
296812
- "name": "string | boolean"
296813
- }
296814
- },
296815
- "ping": {
296816
- "defaultValue": null,
296817
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
296818
- "name": "ping",
296819
- "parent": {
296820
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296821
- "name": "LinkDOMProps"
296622
+ "horizontalAlign": {
296623
+ "defaultValue": {
296624
+ "value": "\"start\""
296822
296625
  },
296823
- "declarations": [
296824
- {
296825
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296826
- "name": "LinkDOMProps"
296827
- }
296828
- ],
296829
- "required": false,
296830
- "type": {
296831
- "name": "string"
296832
- }
296833
- },
296834
- "referrerPolicy": {
296835
- "defaultValue": null,
296836
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
296837
- "name": "referrerPolicy",
296626
+ "description": "Horizontal alignment of the cell content",
296627
+ "name": "horizontalAlign",
296838
296628
  "parent": {
296839
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296840
- "name": "LinkDOMProps"
296629
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
296630
+ "name": "TableCellProps"
296841
296631
  },
296842
296632
  "declarations": [
296843
296633
  {
296844
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296845
- "name": "LinkDOMProps"
296634
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
296635
+ "name": "TableCellProps"
296846
296636
  }
296847
296637
  ],
296848
296638
  "required": false,
296849
296639
  "type": {
296850
- "name": "HTMLAttributeReferrerPolicy"
296640
+ "name": "\"start\" | \"end\" | \"center\""
296851
296641
  }
296852
296642
  },
296853
- "routerOptions": {
296643
+ "translate": {
296854
296644
  "defaultValue": null,
296855
- "description": "Options for the configured client side router.",
296856
- "name": "routerOptions",
296645
+ "description": "",
296646
+ "name": "translate",
296857
296647
  "parent": {
296858
296648
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296859
- "name": "LinkDOMProps"
296649
+ "name": "GlobalDOMAttributes"
296860
296650
  },
296861
296651
  "declarations": [
296862
296652
  {
296863
296653
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296864
- "name": "LinkDOMProps"
296865
- }
296866
- ],
296867
- "required": false,
296868
- "type": {
296869
- "name": "undefined"
296870
- }
296871
- },
296872
- "onHoverStart": {
296873
- "defaultValue": null,
296874
- "description": "Handler that is called when a hover interaction starts.",
296875
- "name": "onHoverStart",
296876
- "parent": {
296877
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296878
- "name": "HoverEvents"
296879
- },
296880
- "declarations": [
296881
- {
296882
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296883
- "name": "HoverEvents"
296884
- }
296885
- ],
296886
- "required": false,
296887
- "type": {
296888
- "name": "((e: HoverEvent) => void)"
296889
- }
296890
- },
296891
- "onHoverEnd": {
296892
- "defaultValue": null,
296893
- "description": "Handler that is called when a hover interaction ends.",
296894
- "name": "onHoverEnd",
296895
- "parent": {
296896
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296897
- "name": "HoverEvents"
296898
- },
296899
- "declarations": [
296900
- {
296901
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296902
- "name": "HoverEvents"
296903
- }
296904
- ],
296905
- "required": false,
296906
- "type": {
296907
- "name": "((e: HoverEvent) => void)"
296908
- }
296909
- },
296910
- "onHoverChange": {
296911
- "defaultValue": null,
296912
- "description": "Handler that is called when the hover state changes.",
296913
- "name": "onHoverChange",
296914
- "parent": {
296915
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296916
- "name": "HoverEvents"
296917
- },
296918
- "declarations": [
296919
- {
296920
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296921
- "name": "HoverEvents"
296922
- }
296923
- ],
296924
- "required": false,
296925
- "type": {
296926
- "name": "((isHovering: boolean) => void)"
296927
- }
296928
- },
296929
- "onPress": {
296930
- "defaultValue": null,
296931
- "description": "Handler that is called when the press is released over the target.",
296932
- "name": "onPress",
296933
- "parent": {
296934
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296935
- "name": "PressEvents"
296936
- },
296937
- "declarations": [
296938
- {
296939
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296940
- "name": "PressEvents"
296941
- }
296942
- ],
296943
- "required": false,
296944
- "type": {
296945
- "name": "((e: PressEvent) => void)"
296946
- }
296947
- },
296948
- "onPressStart": {
296949
- "defaultValue": null,
296950
- "description": "Handler that is called when a press interaction starts.",
296951
- "name": "onPressStart",
296952
- "parent": {
296953
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296954
- "name": "PressEvents"
296955
- },
296956
- "declarations": [
296957
- {
296958
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296959
- "name": "PressEvents"
296960
- }
296961
- ],
296962
- "required": false,
296963
- "type": {
296964
- "name": "((e: PressEvent) => void)"
296965
- }
296966
- },
296967
- "onPressEnd": {
296968
- "defaultValue": null,
296969
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
296970
- "name": "onPressEnd",
296971
- "parent": {
296972
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296973
- "name": "PressEvents"
296974
- },
296975
- "declarations": [
296976
- {
296977
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296978
- "name": "PressEvents"
296979
- }
296980
- ],
296981
- "required": false,
296982
- "type": {
296983
- "name": "((e: PressEvent) => void)"
296984
- }
296985
- },
296986
- "onPressChange": {
296987
- "defaultValue": null,
296988
- "description": "Handler that is called when the press state changes.",
296989
- "name": "onPressChange",
296990
- "parent": {
296991
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296992
- "name": "PressEvents"
296993
- },
296994
- "declarations": [
296995
- {
296996
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296997
- "name": "PressEvents"
296654
+ "name": "GlobalDOMAttributes"
296998
296655
  }
296999
296656
  ],
297000
296657
  "required": false,
297001
296658
  "type": {
297002
- "name": "((isPressed: boolean) => void)"
296659
+ "name": "\"yes\" | \"no\""
297003
296660
  }
297004
296661
  },
297005
- "onPressUp": {
297006
- "defaultValue": null,
297007
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
297008
- "name": "onPressUp",
297009
- "parent": {
297010
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297011
- "name": "PressEvents"
296662
+ "className": {
296663
+ "defaultValue": {
296664
+ "value": "'react-aria-Tooltip'"
297012
296665
  },
297013
- "declarations": [
297014
- {
297015
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297016
- "name": "PressEvents"
297017
- }
297018
- ],
297019
- "required": false,
297020
- "type": {
297021
- "name": "((e: PressEvent) => void)"
297022
- }
297023
- },
297024
- "onClick": {
297025
- "defaultValue": null,
297026
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
297027
- "name": "onClick",
296666
+ "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.",
296667
+ "name": "className",
297028
296668
  "parent": {
297029
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297030
- "name": "PressEvents"
296669
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296670
+ "name": "TooltipProps"
297031
296671
  },
297032
296672
  "declarations": [
297033
296673
  {
297034
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297035
- "name": "PressEvents"
296674
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296675
+ "name": "TooltipProps"
297036
296676
  }
297037
296677
  ],
297038
296678
  "required": false,
297039
296679
  "type": {
297040
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
296680
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
297041
296681
  }
297042
296682
  },
297043
- "translate": {
296683
+ "dir": {
297044
296684
  "defaultValue": null,
297045
296685
  "description": "",
297046
- "name": "translate",
296686
+ "name": "dir",
297047
296687
  "parent": {
297048
296688
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297049
296689
  "name": "GlobalDOMAttributes"
@@ -297056,13 +296696,13 @@
297056
296696
  ],
297057
296697
  "required": false,
297058
296698
  "type": {
297059
- "name": "\"yes\" | \"no\""
296699
+ "name": "string"
297060
296700
  }
297061
296701
  },
297062
- "dir": {
296702
+ "lang": {
297063
296703
  "defaultValue": null,
297064
296704
  "description": "",
297065
- "name": "dir",
296705
+ "name": "lang",
297066
296706
  "parent": {
297067
296707
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297068
296708
  "name": "GlobalDOMAttributes"
@@ -297078,10 +296718,10 @@
297078
296718
  "name": "string"
297079
296719
  }
297080
296720
  },
297081
- "lang": {
296721
+ "hidden": {
297082
296722
  "defaultValue": null,
297083
296723
  "description": "",
297084
- "name": "lang",
296724
+ "name": "hidden",
297085
296725
  "parent": {
297086
296726
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297087
296727
  "name": "GlobalDOMAttributes"
@@ -297094,13 +296734,13 @@
297094
296734
  ],
297095
296735
  "required": false,
297096
296736
  "type": {
297097
- "name": "string"
296737
+ "name": "boolean"
297098
296738
  }
297099
296739
  },
297100
- "hidden": {
296740
+ "inert": {
297101
296741
  "defaultValue": null,
297102
296742
  "description": "",
297103
- "name": "hidden",
296743
+ "name": "inert",
297104
296744
  "parent": {
297105
296745
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297106
296746
  "name": "GlobalDOMAttributes"
@@ -297116,23 +296756,23 @@
297116
296756
  "name": "boolean"
297117
296757
  }
297118
296758
  },
297119
- "inert": {
296759
+ "onClick": {
297120
296760
  "defaultValue": null,
297121
296761
  "description": "",
297122
- "name": "inert",
296762
+ "name": "onClick",
297123
296763
  "parent": {
297124
296764
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297125
- "name": "GlobalDOMAttributes"
296765
+ "name": "GlobalDOMEvents"
297126
296766
  },
297127
296767
  "declarations": [
297128
296768
  {
297129
296769
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297130
- "name": "GlobalDOMAttributes"
296770
+ "name": "GlobalDOMEvents"
297131
296771
  }
297132
296772
  ],
297133
296773
  "required": false,
297134
296774
  "type": {
297135
- "name": "boolean"
296775
+ "name": "MouseEventHandler<HTMLDivElement>"
297136
296776
  }
297137
296777
  },
297138
296778
  "onClickCapture": {
@@ -298332,19 +297972,76 @@
298332
297972
  "name": "TransitionEventHandler<HTMLDivElement>"
298333
297973
  }
298334
297974
  },
298335
- "footer": {
297975
+ "id": {
298336
297976
  "defaultValue": null,
298337
- "description": "@internal",
298338
- "name": "footer",
297977
+ "description": "The unique id of the item.",
297978
+ "name": "id",
297979
+ "parent": {
297980
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
297981
+ "name": "ListBoxItemProps"
297982
+ },
298339
297983
  "declarations": [
298340
297984
  {
298341
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
297985
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
297986
+ "name": "ListBoxItemProps"
297987
+ }
297988
+ ],
297989
+ "required": false,
297990
+ "type": {
297991
+ "name": "Key"
297992
+ }
297993
+ },
297994
+ "textValue": {
297995
+ "defaultValue": null,
297996
+ "description": "A string representation of the item's contents, used for features like typeahead.",
297997
+ "name": "textValue",
297998
+ "parent": {
297999
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
298000
+ "name": "ListBoxItemProps"
298001
+ },
298002
+ "declarations": [
298003
+ {
298004
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
298005
+ "name": "ListBoxItemProps"
298006
+ }
298007
+ ],
298008
+ "required": false,
298009
+ "type": {
298010
+ "name": "string"
298011
+ }
298012
+ },
298013
+ "colSpan": {
298014
+ "defaultValue": null,
298015
+ "description": "Indicates how many columns the data cell spans.",
298016
+ "name": "colSpan",
298017
+ "parent": {
298018
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
298019
+ "name": "CellProps"
298020
+ },
298021
+ "declarations": [
298022
+ {
298023
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
298024
+ "name": "CellProps"
298025
+ }
298026
+ ],
298027
+ "required": false,
298028
+ "type": {
298029
+ "name": "number"
298030
+ }
298031
+ },
298032
+ "children": {
298033
+ "defaultValue": null,
298034
+ "description": "",
298035
+ "name": "children",
298036
+ "declarations": [
298037
+ {
298038
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
298342
298039
  "name": "TypeLiteral"
298343
298040
  }
298344
298041
  ],
298345
298042
  "required": false,
298346
298043
  "type": {
298347
- "name": "boolean"
298044
+ "name": "ReactNode"
298348
298045
  }
298349
298046
  }
298350
298047
  }
@@ -299903,23 +299600,139 @@
299903
299600
  "tags": {
299904
299601
  "flr-generate": "all"
299905
299602
  },
299906
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
299603
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
299907
299604
  "description": "",
299908
- "displayName": "TableCell",
299605
+ "displayName": "TableFooterRow",
299909
299606
  "methods": [],
299910
299607
  "props": {
299911
- "rowHeader": {
299608
+ "className": {
299609
+ "defaultValue": {
299610
+ "value": "'react-aria-Tooltip'"
299611
+ },
299612
+ "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.",
299613
+ "name": "className",
299614
+ "parent": {
299615
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299616
+ "name": "TooltipProps"
299617
+ },
299618
+ "declarations": [
299619
+ {
299620
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299621
+ "name": "TooltipProps"
299622
+ }
299623
+ ],
299624
+ "required": false,
299625
+ "type": {
299626
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
299627
+ }
299628
+ },
299629
+ "columns": {
299912
299630
  "defaultValue": null,
299913
- "description": "Use cell as row header",
299914
- "name": "rowHeader",
299631
+ "description": "A list of columns used when dynamically rendering cells.",
299632
+ "name": "columns",
299915
299633
  "parent": {
299916
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
299917
- "name": "TableCellProps"
299634
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299635
+ "name": "RowProps"
299918
299636
  },
299919
299637
  "declarations": [
299920
299638
  {
299921
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
299922
- "name": "TableCellProps"
299639
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299640
+ "name": "RowProps"
299641
+ }
299642
+ ],
299643
+ "required": false,
299644
+ "type": {
299645
+ "name": "Iterable<never>"
299646
+ }
299647
+ },
299648
+ "children": {
299649
+ "defaultValue": null,
299650
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
299651
+ "name": "children",
299652
+ "parent": {
299653
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299654
+ "name": "TableProps"
299655
+ },
299656
+ "declarations": [
299657
+ {
299658
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299659
+ "name": "TableProps"
299660
+ }
299661
+ ],
299662
+ "required": false,
299663
+ "type": {
299664
+ "name": "ReactNode"
299665
+ }
299666
+ },
299667
+ "value": {
299668
+ "defaultValue": null,
299669
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
299670
+ "name": "value",
299671
+ "parent": {
299672
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299673
+ "name": "MenuItemProps"
299674
+ },
299675
+ "declarations": [
299676
+ {
299677
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299678
+ "name": "MenuItemProps"
299679
+ }
299680
+ ],
299681
+ "required": false,
299682
+ "type": {
299683
+ "name": "object"
299684
+ }
299685
+ },
299686
+ "dependencies": {
299687
+ "defaultValue": null,
299688
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
299689
+ "name": "dependencies",
299690
+ "parent": {
299691
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299692
+ "name": "CollectionProps"
299693
+ },
299694
+ "declarations": [
299695
+ {
299696
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299697
+ "name": "CollectionProps"
299698
+ }
299699
+ ],
299700
+ "required": false,
299701
+ "type": {
299702
+ "name": "readonly any[]"
299703
+ }
299704
+ },
299705
+ "textValue": {
299706
+ "defaultValue": null,
299707
+ "description": "A string representation of the item's contents, used for features like typeahead.",
299708
+ "name": "textValue",
299709
+ "parent": {
299710
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299711
+ "name": "ListBoxItemProps"
299712
+ },
299713
+ "declarations": [
299714
+ {
299715
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299716
+ "name": "ListBoxItemProps"
299717
+ }
299718
+ ],
299719
+ "required": false,
299720
+ "type": {
299721
+ "name": "string"
299722
+ }
299723
+ },
299724
+ "isDisabled": {
299725
+ "defaultValue": null,
299726
+ "description": "Whether the item is disabled.",
299727
+ "name": "isDisabled",
299728
+ "parent": {
299729
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299730
+ "name": "ListBoxItemProps"
299731
+ },
299732
+ "declarations": [
299733
+ {
299734
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299735
+ "name": "ListBoxItemProps"
299923
299736
  }
299924
299737
  ],
299925
299738
  "required": false,
@@ -299927,71 +299740,390 @@
299927
299740
  "name": "boolean"
299928
299741
  }
299929
299742
  },
299930
- "horizontalAlign": {
299931
- "defaultValue": {
299932
- "value": "\"start\""
299743
+ "onAction": {
299744
+ "defaultValue": null,
299745
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
299746
+ "name": "onAction",
299747
+ "parent": {
299748
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299749
+ "name": "ListBoxItemProps"
299933
299750
  },
299934
- "description": "Horizontal alignment of the cell content",
299935
- "name": "horizontalAlign",
299751
+ "declarations": [
299752
+ {
299753
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299754
+ "name": "ListBoxItemProps"
299755
+ }
299756
+ ],
299757
+ "required": false,
299758
+ "type": {
299759
+ "name": "(() => void)"
299760
+ }
299761
+ },
299762
+ "id": {
299763
+ "defaultValue": null,
299764
+ "description": "The unique id of the item.",
299765
+ "name": "id",
299936
299766
  "parent": {
299937
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
299938
- "name": "TableCellProps"
299767
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299768
+ "name": "ListBoxItemProps"
299939
299769
  },
299940
299770
  "declarations": [
299941
299771
  {
299942
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
299943
- "name": "TableCellProps"
299772
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299773
+ "name": "ListBoxItemProps"
299944
299774
  }
299945
299775
  ],
299946
299776
  "required": false,
299947
299777
  "type": {
299948
- "name": "\"start\" | \"end\" | \"center\""
299778
+ "name": "Key"
299949
299779
  }
299950
299780
  },
299951
- "translate": {
299781
+ "style": {
299952
299782
  "defaultValue": null,
299953
- "description": "",
299954
- "name": "translate",
299783
+ "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.",
299784
+ "name": "style",
299785
+ "parent": {
299786
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299787
+ "name": "StyleRenderProps"
299788
+ },
299789
+ "declarations": [
299790
+ {
299791
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299792
+ "name": "StyleRenderProps"
299793
+ }
299794
+ ],
299795
+ "required": false,
299796
+ "type": {
299797
+ "name": "StyleOrFunction<TooltipRenderProps>"
299798
+ }
299799
+ },
299800
+ "href": {
299801
+ "defaultValue": null,
299802
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
299803
+ "name": "href",
299955
299804
  "parent": {
299956
299805
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299957
- "name": "GlobalDOMAttributes"
299806
+ "name": "LinkDOMProps"
299958
299807
  },
299959
299808
  "declarations": [
299960
299809
  {
299961
299810
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299962
- "name": "GlobalDOMAttributes"
299811
+ "name": "LinkDOMProps"
299963
299812
  }
299964
299813
  ],
299965
299814
  "required": false,
299966
299815
  "type": {
299967
- "name": "\"yes\" | \"no\""
299816
+ "name": "string"
299968
299817
  }
299969
299818
  },
299970
- "className": {
299971
- "defaultValue": {
299972
- "value": "'react-aria-Tooltip'"
299819
+ "hrefLang": {
299820
+ "defaultValue": null,
299821
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
299822
+ "name": "hrefLang",
299823
+ "parent": {
299824
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299825
+ "name": "LinkDOMProps"
299973
299826
  },
299974
- "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.",
299975
- "name": "className",
299827
+ "declarations": [
299828
+ {
299829
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299830
+ "name": "LinkDOMProps"
299831
+ }
299832
+ ],
299833
+ "required": false,
299834
+ "type": {
299835
+ "name": "string"
299836
+ }
299837
+ },
299838
+ "target": {
299839
+ "defaultValue": null,
299840
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
299841
+ "name": "target",
299976
299842
  "parent": {
299977
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299978
- "name": "TooltipProps"
299843
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299844
+ "name": "LinkDOMProps"
299979
299845
  },
299980
299846
  "declarations": [
299981
299847
  {
299982
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
299983
- "name": "TooltipProps"
299848
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299849
+ "name": "LinkDOMProps"
299984
299850
  }
299985
299851
  ],
299986
299852
  "required": false,
299987
299853
  "type": {
299988
- "name": "ClassNameOrFunction<TooltipRenderProps>"
299854
+ "name": "HTMLAttributeAnchorTarget"
299989
299855
  }
299990
299856
  },
299991
- "dir": {
299857
+ "rel": {
299858
+ "defaultValue": null,
299859
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
299860
+ "name": "rel",
299861
+ "parent": {
299862
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299863
+ "name": "LinkDOMProps"
299864
+ },
299865
+ "declarations": [
299866
+ {
299867
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299868
+ "name": "LinkDOMProps"
299869
+ }
299870
+ ],
299871
+ "required": false,
299872
+ "type": {
299873
+ "name": "string"
299874
+ }
299875
+ },
299876
+ "download": {
299877
+ "defaultValue": null,
299878
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
299879
+ "name": "download",
299880
+ "parent": {
299881
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299882
+ "name": "LinkDOMProps"
299883
+ },
299884
+ "declarations": [
299885
+ {
299886
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299887
+ "name": "LinkDOMProps"
299888
+ }
299889
+ ],
299890
+ "required": false,
299891
+ "type": {
299892
+ "name": "string | boolean"
299893
+ }
299894
+ },
299895
+ "ping": {
299896
+ "defaultValue": null,
299897
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
299898
+ "name": "ping",
299899
+ "parent": {
299900
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299901
+ "name": "LinkDOMProps"
299902
+ },
299903
+ "declarations": [
299904
+ {
299905
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299906
+ "name": "LinkDOMProps"
299907
+ }
299908
+ ],
299909
+ "required": false,
299910
+ "type": {
299911
+ "name": "string"
299912
+ }
299913
+ },
299914
+ "referrerPolicy": {
299915
+ "defaultValue": null,
299916
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
299917
+ "name": "referrerPolicy",
299918
+ "parent": {
299919
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299920
+ "name": "LinkDOMProps"
299921
+ },
299922
+ "declarations": [
299923
+ {
299924
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299925
+ "name": "LinkDOMProps"
299926
+ }
299927
+ ],
299928
+ "required": false,
299929
+ "type": {
299930
+ "name": "HTMLAttributeReferrerPolicy"
299931
+ }
299932
+ },
299933
+ "routerOptions": {
299934
+ "defaultValue": null,
299935
+ "description": "Options for the configured client side router.",
299936
+ "name": "routerOptions",
299937
+ "parent": {
299938
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299939
+ "name": "LinkDOMProps"
299940
+ },
299941
+ "declarations": [
299942
+ {
299943
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299944
+ "name": "LinkDOMProps"
299945
+ }
299946
+ ],
299947
+ "required": false,
299948
+ "type": {
299949
+ "name": "undefined"
299950
+ }
299951
+ },
299952
+ "onHoverStart": {
299953
+ "defaultValue": null,
299954
+ "description": "Handler that is called when a hover interaction starts.",
299955
+ "name": "onHoverStart",
299956
+ "parent": {
299957
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
299958
+ "name": "HoverEvents"
299959
+ },
299960
+ "declarations": [
299961
+ {
299962
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
299963
+ "name": "HoverEvents"
299964
+ }
299965
+ ],
299966
+ "required": false,
299967
+ "type": {
299968
+ "name": "((e: HoverEvent) => void)"
299969
+ }
299970
+ },
299971
+ "onHoverEnd": {
299972
+ "defaultValue": null,
299973
+ "description": "Handler that is called when a hover interaction ends.",
299974
+ "name": "onHoverEnd",
299975
+ "parent": {
299976
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
299977
+ "name": "HoverEvents"
299978
+ },
299979
+ "declarations": [
299980
+ {
299981
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
299982
+ "name": "HoverEvents"
299983
+ }
299984
+ ],
299985
+ "required": false,
299986
+ "type": {
299987
+ "name": "((e: HoverEvent) => void)"
299988
+ }
299989
+ },
299990
+ "onHoverChange": {
299991
+ "defaultValue": null,
299992
+ "description": "Handler that is called when the hover state changes.",
299993
+ "name": "onHoverChange",
299994
+ "parent": {
299995
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
299996
+ "name": "HoverEvents"
299997
+ },
299998
+ "declarations": [
299999
+ {
300000
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300001
+ "name": "HoverEvents"
300002
+ }
300003
+ ],
300004
+ "required": false,
300005
+ "type": {
300006
+ "name": "((isHovering: boolean) => void)"
300007
+ }
300008
+ },
300009
+ "onPress": {
300010
+ "defaultValue": null,
300011
+ "description": "Handler that is called when the press is released over the target.",
300012
+ "name": "onPress",
300013
+ "parent": {
300014
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300015
+ "name": "PressEvents"
300016
+ },
300017
+ "declarations": [
300018
+ {
300019
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300020
+ "name": "PressEvents"
300021
+ }
300022
+ ],
300023
+ "required": false,
300024
+ "type": {
300025
+ "name": "((e: PressEvent) => void)"
300026
+ }
300027
+ },
300028
+ "onPressStart": {
300029
+ "defaultValue": null,
300030
+ "description": "Handler that is called when a press interaction starts.",
300031
+ "name": "onPressStart",
300032
+ "parent": {
300033
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300034
+ "name": "PressEvents"
300035
+ },
300036
+ "declarations": [
300037
+ {
300038
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300039
+ "name": "PressEvents"
300040
+ }
300041
+ ],
300042
+ "required": false,
300043
+ "type": {
300044
+ "name": "((e: PressEvent) => void)"
300045
+ }
300046
+ },
300047
+ "onPressEnd": {
300048
+ "defaultValue": null,
300049
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
300050
+ "name": "onPressEnd",
300051
+ "parent": {
300052
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300053
+ "name": "PressEvents"
300054
+ },
300055
+ "declarations": [
300056
+ {
300057
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300058
+ "name": "PressEvents"
300059
+ }
300060
+ ],
300061
+ "required": false,
300062
+ "type": {
300063
+ "name": "((e: PressEvent) => void)"
300064
+ }
300065
+ },
300066
+ "onPressChange": {
300067
+ "defaultValue": null,
300068
+ "description": "Handler that is called when the press state changes.",
300069
+ "name": "onPressChange",
300070
+ "parent": {
300071
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300072
+ "name": "PressEvents"
300073
+ },
300074
+ "declarations": [
300075
+ {
300076
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300077
+ "name": "PressEvents"
300078
+ }
300079
+ ],
300080
+ "required": false,
300081
+ "type": {
300082
+ "name": "((isPressed: boolean) => void)"
300083
+ }
300084
+ },
300085
+ "onPressUp": {
300086
+ "defaultValue": null,
300087
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
300088
+ "name": "onPressUp",
300089
+ "parent": {
300090
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300091
+ "name": "PressEvents"
300092
+ },
300093
+ "declarations": [
300094
+ {
300095
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300096
+ "name": "PressEvents"
300097
+ }
300098
+ ],
300099
+ "required": false,
300100
+ "type": {
300101
+ "name": "((e: PressEvent) => void)"
300102
+ }
300103
+ },
300104
+ "onClick": {
300105
+ "defaultValue": null,
300106
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
300107
+ "name": "onClick",
300108
+ "parent": {
300109
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300110
+ "name": "PressEvents"
300111
+ },
300112
+ "declarations": [
300113
+ {
300114
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
300115
+ "name": "PressEvents"
300116
+ }
300117
+ ],
300118
+ "required": false,
300119
+ "type": {
300120
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
300121
+ }
300122
+ },
300123
+ "translate": {
299992
300124
  "defaultValue": null,
299993
300125
  "description": "",
299994
- "name": "dir",
300126
+ "name": "translate",
299995
300127
  "parent": {
299996
300128
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
299997
300129
  "name": "GlobalDOMAttributes"
@@ -300004,13 +300136,13 @@
300004
300136
  ],
300005
300137
  "required": false,
300006
300138
  "type": {
300007
- "name": "string"
300139
+ "name": "\"yes\" | \"no\""
300008
300140
  }
300009
300141
  },
300010
- "lang": {
300142
+ "dir": {
300011
300143
  "defaultValue": null,
300012
300144
  "description": "",
300013
- "name": "lang",
300145
+ "name": "dir",
300014
300146
  "parent": {
300015
300147
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
300016
300148
  "name": "GlobalDOMAttributes"
@@ -300026,10 +300158,10 @@
300026
300158
  "name": "string"
300027
300159
  }
300028
300160
  },
300029
- "hidden": {
300161
+ "lang": {
300030
300162
  "defaultValue": null,
300031
300163
  "description": "",
300032
- "name": "hidden",
300164
+ "name": "lang",
300033
300165
  "parent": {
300034
300166
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
300035
300167
  "name": "GlobalDOMAttributes"
@@ -300042,13 +300174,13 @@
300042
300174
  ],
300043
300175
  "required": false,
300044
300176
  "type": {
300045
- "name": "boolean"
300177
+ "name": "string"
300046
300178
  }
300047
300179
  },
300048
- "inert": {
300180
+ "hidden": {
300049
300181
  "defaultValue": null,
300050
300182
  "description": "",
300051
- "name": "inert",
300183
+ "name": "hidden",
300052
300184
  "parent": {
300053
300185
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
300054
300186
  "name": "GlobalDOMAttributes"
@@ -300064,23 +300196,23 @@
300064
300196
  "name": "boolean"
300065
300197
  }
300066
300198
  },
300067
- "onClick": {
300199
+ "inert": {
300068
300200
  "defaultValue": null,
300069
300201
  "description": "",
300070
- "name": "onClick",
300202
+ "name": "inert",
300071
300203
  "parent": {
300072
300204
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
300073
- "name": "GlobalDOMEvents"
300205
+ "name": "GlobalDOMAttributes"
300074
300206
  },
300075
300207
  "declarations": [
300076
300208
  {
300077
300209
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
300078
- "name": "GlobalDOMEvents"
300210
+ "name": "GlobalDOMAttributes"
300079
300211
  }
300080
300212
  ],
300081
300213
  "required": false,
300082
300214
  "type": {
300083
- "name": "MouseEventHandler<HTMLDivElement>"
300215
+ "name": "boolean"
300084
300216
  }
300085
300217
  },
300086
300218
  "onClickCapture": {
@@ -301280,76 +301412,19 @@
301280
301412
  "name": "TransitionEventHandler<HTMLDivElement>"
301281
301413
  }
301282
301414
  },
301283
- "id": {
301284
- "defaultValue": null,
301285
- "description": "The unique id of the item.",
301286
- "name": "id",
301287
- "parent": {
301288
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
301289
- "name": "ListBoxItemProps"
301290
- },
301291
- "declarations": [
301292
- {
301293
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
301294
- "name": "ListBoxItemProps"
301295
- }
301296
- ],
301297
- "required": false,
301298
- "type": {
301299
- "name": "Key"
301300
- }
301301
- },
301302
- "textValue": {
301303
- "defaultValue": null,
301304
- "description": "A string representation of the item's contents, used for features like typeahead.",
301305
- "name": "textValue",
301306
- "parent": {
301307
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
301308
- "name": "ListBoxItemProps"
301309
- },
301310
- "declarations": [
301311
- {
301312
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
301313
- "name": "ListBoxItemProps"
301314
- }
301315
- ],
301316
- "required": false,
301317
- "type": {
301318
- "name": "string"
301319
- }
301320
- },
301321
- "colSpan": {
301322
- "defaultValue": null,
301323
- "description": "Indicates how many columns the data cell spans.",
301324
- "name": "colSpan",
301325
- "parent": {
301326
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
301327
- "name": "CellProps"
301328
- },
301329
- "declarations": [
301330
- {
301331
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
301332
- "name": "CellProps"
301333
- }
301334
- ],
301335
- "required": false,
301336
- "type": {
301337
- "name": "number"
301338
- }
301339
- },
301340
- "children": {
301415
+ "footer": {
301341
301416
  "defaultValue": null,
301342
- "description": "",
301343
- "name": "children",
301417
+ "description": "@internal",
301418
+ "name": "footer",
301344
301419
  "declarations": [
301345
301420
  {
301346
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
301421
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
301347
301422
  "name": "TypeLiteral"
301348
301423
  }
301349
301424
  ],
301350
301425
  "required": false,
301351
301426
  "type": {
301352
- "name": "ReactNode"
301427
+ "name": "boolean"
301353
301428
  }
301354
301429
  }
301355
301430
  }
@@ -304889,9 +304964,9 @@
304889
304964
  "tags": {
304890
304965
  "flr-generate": "all"
304891
304966
  },
304892
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
304967
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
304893
304968
  "description": "",
304894
- "displayName": "Radio",
304969
+ "displayName": "RadioButton",
304895
304970
  "methods": [],
304896
304971
  "props": {
304897
304972
  "translate": {
@@ -306779,9 +306854,9 @@
306779
306854
  "tags": {
306780
306855
  "flr-generate": "all"
306781
306856
  },
306782
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
306857
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
306783
306858
  "description": "",
306784
- "displayName": "RadioButton",
306859
+ "displayName": "Radio",
306785
306860
  "methods": [],
306786
306861
  "props": {
306787
306862
  "translate": {
@@ -308665,6 +308740,34 @@
308665
308740
  }
308666
308741
  }
308667
308742
  },
308743
+ {
308744
+ "tags": {},
308745
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308746
+ "description": "",
308747
+ "displayName": "PopoverTip",
308748
+ "methods": [],
308749
+ "props": {
308750
+ "className": {
308751
+ "defaultValue": null,
308752
+ "description": "The elements class name.",
308753
+ "name": "className",
308754
+ "parent": {
308755
+ "fileName": "components/src/lib/types/props.ts",
308756
+ "name": "PropsWithClassName"
308757
+ },
308758
+ "declarations": [
308759
+ {
308760
+ "fileName": "components/src/lib/types/props.ts",
308761
+ "name": "PropsWithClassName"
308762
+ }
308763
+ ],
308764
+ "required": false,
308765
+ "type": {
308766
+ "name": "string"
308767
+ }
308768
+ }
308769
+ }
308770
+ },
308668
308771
  {
308669
308772
  "tags": {},
308670
308773
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
@@ -308803,34 +308906,6 @@
308803
308906
  }
308804
308907
  }
308805
308908
  },
308806
- {
308807
- "tags": {},
308808
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308809
- "description": "",
308810
- "displayName": "PopoverTip",
308811
- "methods": [],
308812
- "props": {
308813
- "className": {
308814
- "defaultValue": null,
308815
- "description": "The elements class name.",
308816
- "name": "className",
308817
- "parent": {
308818
- "fileName": "components/src/lib/types/props.ts",
308819
- "name": "PropsWithClassName"
308820
- },
308821
- "declarations": [
308822
- {
308823
- "fileName": "components/src/lib/types/props.ts",
308824
- "name": "PropsWithClassName"
308825
- }
308826
- ],
308827
- "required": false,
308828
- "type": {
308829
- "name": "string"
308830
- }
308831
- }
308832
- }
308833
- },
308834
308909
  {
308835
308910
  "tags": {
308836
308911
  "flr-generate": "all"
@@ -309370,9 +309445,9 @@
309370
309445
  "tags": {
309371
309446
  "flr-generate": "all"
309372
309447
  },
309373
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
309448
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
309374
309449
  "description": "",
309375
- "displayName": "DialogTrigger",
309450
+ "displayName": "MenuTrigger",
309376
309451
  "methods": [],
309377
309452
  "props": {
309378
309453
  "children": {
@@ -309394,6 +309469,27 @@
309394
309469
  "name": "ReactNode"
309395
309470
  }
309396
309471
  },
309472
+ "trigger": {
309473
+ "defaultValue": {
309474
+ "value": "'press'"
309475
+ },
309476
+ "description": "How the menu is triggered.",
309477
+ "name": "trigger",
309478
+ "parent": {
309479
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309480
+ "name": "MenuTriggerProps"
309481
+ },
309482
+ "declarations": [
309483
+ {
309484
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309485
+ "name": "MenuTriggerProps"
309486
+ }
309487
+ ],
309488
+ "required": false,
309489
+ "type": {
309490
+ "name": "MenuTriggerType"
309491
+ }
309492
+ },
309397
309493
  "isOpen": {
309398
309494
  "defaultValue": null,
309399
309495
  "description": "Whether the element is rendered.",
@@ -309450,6 +309546,82 @@
309450
309546
  "type": {
309451
309547
  "name": "((isOpen: boolean) => void)"
309452
309548
  }
309549
+ },
309550
+ "wrapWith": {
309551
+ "defaultValue": null,
309552
+ "description": "",
309553
+ "name": "wrapWith",
309554
+ "parent": {
309555
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309556
+ "name": "FlowComponentProps"
309557
+ },
309558
+ "declarations": [
309559
+ {
309560
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309561
+ "name": "FlowComponentProps"
309562
+ }
309563
+ ],
309564
+ "required": false,
309565
+ "type": {
309566
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309567
+ }
309568
+ },
309569
+ "tunnelId": {
309570
+ "defaultValue": null,
309571
+ "description": "@internal",
309572
+ "name": "tunnelId",
309573
+ "parent": {
309574
+ "fileName": "components/src/lib/types/props.ts",
309575
+ "name": "PropsWithTunnel"
309576
+ },
309577
+ "declarations": [
309578
+ {
309579
+ "fileName": "components/src/lib/types/props.ts",
309580
+ "name": "PropsWithTunnel"
309581
+ }
309582
+ ],
309583
+ "required": false,
309584
+ "type": {
309585
+ "name": "string | null"
309586
+ }
309587
+ },
309588
+ "ref": {
309589
+ "defaultValue": null,
309590
+ "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}",
309591
+ "name": "ref",
309592
+ "parent": {
309593
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309594
+ "name": "RefAttributes"
309595
+ },
309596
+ "declarations": [
309597
+ {
309598
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309599
+ "name": "RefAttributes"
309600
+ }
309601
+ ],
309602
+ "required": false,
309603
+ "type": {
309604
+ "name": "Ref<HTMLSpanElement>"
309605
+ }
309606
+ },
309607
+ "key": {
309608
+ "defaultValue": null,
309609
+ "description": "",
309610
+ "name": "key",
309611
+ "parent": {
309612
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309613
+ "name": "Attributes"
309614
+ },
309615
+ "declarations": [
309616
+ {
309617
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309618
+ "name": "Attributes"
309619
+ }
309620
+ ],
309621
+ "required": false,
309622
+ "type": {
309623
+ "name": "Key | null"
309624
+ }
309453
309625
  }
309454
309626
  }
309455
309627
  },
@@ -309457,9 +309629,9 @@
309457
309629
  "tags": {
309458
309630
  "flr-generate": "all"
309459
309631
  },
309460
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
309632
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
309461
309633
  "description": "",
309462
- "displayName": "MenuTrigger",
309634
+ "displayName": "DialogTrigger",
309463
309635
  "methods": [],
309464
309636
  "props": {
309465
309637
  "children": {
@@ -309481,27 +309653,6 @@
309481
309653
  "name": "ReactNode"
309482
309654
  }
309483
309655
  },
309484
- "trigger": {
309485
- "defaultValue": {
309486
- "value": "'press'"
309487
- },
309488
- "description": "How the menu is triggered.",
309489
- "name": "trigger",
309490
- "parent": {
309491
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309492
- "name": "MenuTriggerProps"
309493
- },
309494
- "declarations": [
309495
- {
309496
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309497
- "name": "MenuTriggerProps"
309498
- }
309499
- ],
309500
- "required": false,
309501
- "type": {
309502
- "name": "MenuTriggerType"
309503
- }
309504
- },
309505
309656
  "isOpen": {
309506
309657
  "defaultValue": null,
309507
309658
  "description": "Whether the element is rendered.",
@@ -309558,82 +309709,6 @@
309558
309709
  "type": {
309559
309710
  "name": "((isOpen: boolean) => void)"
309560
309711
  }
309561
- },
309562
- "wrapWith": {
309563
- "defaultValue": null,
309564
- "description": "",
309565
- "name": "wrapWith",
309566
- "parent": {
309567
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309568
- "name": "FlowComponentProps"
309569
- },
309570
- "declarations": [
309571
- {
309572
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309573
- "name": "FlowComponentProps"
309574
- }
309575
- ],
309576
- "required": false,
309577
- "type": {
309578
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309579
- }
309580
- },
309581
- "tunnelId": {
309582
- "defaultValue": null,
309583
- "description": "@internal",
309584
- "name": "tunnelId",
309585
- "parent": {
309586
- "fileName": "components/src/lib/types/props.ts",
309587
- "name": "PropsWithTunnel"
309588
- },
309589
- "declarations": [
309590
- {
309591
- "fileName": "components/src/lib/types/props.ts",
309592
- "name": "PropsWithTunnel"
309593
- }
309594
- ],
309595
- "required": false,
309596
- "type": {
309597
- "name": "string | null"
309598
- }
309599
- },
309600
- "ref": {
309601
- "defaultValue": null,
309602
- "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}",
309603
- "name": "ref",
309604
- "parent": {
309605
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309606
- "name": "RefAttributes"
309607
- },
309608
- "declarations": [
309609
- {
309610
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309611
- "name": "RefAttributes"
309612
- }
309613
- ],
309614
- "required": false,
309615
- "type": {
309616
- "name": "Ref<HTMLSpanElement>"
309617
- }
309618
- },
309619
- "key": {
309620
- "defaultValue": null,
309621
- "description": "",
309622
- "name": "key",
309623
- "parent": {
309624
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309625
- "name": "Attributes"
309626
- },
309627
- "declarations": [
309628
- {
309629
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309630
- "name": "Attributes"
309631
- }
309632
- ],
309633
- "required": false,
309634
- "type": {
309635
- "name": "Key | null"
309636
- }
309637
309712
  }
309638
309713
  }
309639
309714
  },
@@ -318484,24 +318559,47 @@
318484
318559
  "tags": {
318485
318560
  "flr-generate": "all"
318486
318561
  },
318487
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318562
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
318488
318563
  "description": "",
318489
- "displayName": "ContextMenuSection",
318564
+ "displayName": "ContextMenuTrigger",
318490
318565
  "methods": [],
318491
318566
  "props": {
318492
- "children": {
318567
+ "isDefaultOpen": {
318493
318568
  "defaultValue": null,
318494
- "description": "",
318495
- "name": "children",
318569
+ "description": "Whether the overlay should be open initially.",
318570
+ "name": "isDefaultOpen",
318571
+ "parent": {
318572
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318573
+ "name": "OverlayTriggerProps"
318574
+ },
318496
318575
  "declarations": [
318497
318576
  {
318498
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318499
- "name": "TypeLiteral"
318577
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318578
+ "name": "OverlayTriggerProps"
318500
318579
  }
318501
318580
  ],
318502
318581
  "required": false,
318503
318582
  "type": {
318504
- "name": "ReactNode"
318583
+ "name": "boolean"
318584
+ }
318585
+ },
318586
+ "controller": {
318587
+ "defaultValue": null,
318588
+ "description": "A controller to control the state of the overlay.",
318589
+ "name": "controller",
318590
+ "parent": {
318591
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318592
+ "name": "OverlayTriggerProps"
318593
+ },
318594
+ "declarations": [
318595
+ {
318596
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318597
+ "name": "OverlayTriggerProps"
318598
+ }
318599
+ ],
318600
+ "required": false,
318601
+ "type": {
318602
+ "name": "OverlayController"
318505
318603
  }
318506
318604
  },
318507
318605
  "wrapWith": {
@@ -318580,57 +318678,19 @@
318580
318678
  "name": "Key | null"
318581
318679
  }
318582
318680
  },
318583
- "selectedKeys": {
318584
- "defaultValue": null,
318585
- "description": "The currently selected keys in the collection (controlled).",
318586
- "name": "selectedKeys",
318587
- "parent": {
318588
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318589
- "name": "MultipleSelection"
318590
- },
318591
- "declarations": [
318592
- {
318593
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318594
- "name": "MultipleSelection"
318595
- }
318596
- ],
318597
- "required": false,
318598
- "type": {
318599
- "name": "\"all\" | Iterable<Key>"
318600
- }
318601
- },
318602
- "defaultSelectedKeys": {
318603
- "defaultValue": null,
318604
- "description": "The initial selected keys in the collection (uncontrolled).",
318605
- "name": "defaultSelectedKeys",
318606
- "parent": {
318607
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318608
- "name": "MultipleSelection"
318609
- },
318610
- "declarations": [
318611
- {
318612
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318613
- "name": "MultipleSelection"
318614
- }
318615
- ],
318616
- "required": false,
318617
- "type": {
318618
- "name": "\"all\" | Iterable<Key>"
318619
- }
318620
- },
318621
- "selectionMode": {
318681
+ "children": {
318622
318682
  "defaultValue": null,
318623
318683
  "description": "",
318624
- "name": "selectionMode",
318684
+ "name": "children",
318625
318685
  "declarations": [
318626
318686
  {
318627
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318687
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318628
318688
  "name": "TypeLiteral"
318629
318689
  }
318630
318690
  ],
318631
318691
  "required": false,
318632
318692
  "type": {
318633
- "name": "ContextMenuSelectionMode"
318693
+ "name": "ReactNode"
318634
318694
  }
318635
318695
  }
318636
318696
  }
@@ -318639,47 +318699,24 @@
318639
318699
  "tags": {
318640
318700
  "flr-generate": "all"
318641
318701
  },
318642
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
318702
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318643
318703
  "description": "",
318644
- "displayName": "ContextMenuTrigger",
318704
+ "displayName": "ContextMenuSection",
318645
318705
  "methods": [],
318646
318706
  "props": {
318647
- "isDefaultOpen": {
318648
- "defaultValue": null,
318649
- "description": "Whether the overlay should be open initially.",
318650
- "name": "isDefaultOpen",
318651
- "parent": {
318652
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318653
- "name": "OverlayTriggerProps"
318654
- },
318655
- "declarations": [
318656
- {
318657
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318658
- "name": "OverlayTriggerProps"
318659
- }
318660
- ],
318661
- "required": false,
318662
- "type": {
318663
- "name": "boolean"
318664
- }
318665
- },
318666
- "controller": {
318707
+ "children": {
318667
318708
  "defaultValue": null,
318668
- "description": "A controller to control the state of the overlay.",
318669
- "name": "controller",
318670
- "parent": {
318671
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318672
- "name": "OverlayTriggerProps"
318673
- },
318709
+ "description": "",
318710
+ "name": "children",
318674
318711
  "declarations": [
318675
318712
  {
318676
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318677
- "name": "OverlayTriggerProps"
318713
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318714
+ "name": "TypeLiteral"
318678
318715
  }
318679
318716
  ],
318680
318717
  "required": false,
318681
318718
  "type": {
318682
- "name": "OverlayController"
318719
+ "name": "ReactNode"
318683
318720
  }
318684
318721
  },
318685
318722
  "wrapWith": {
@@ -318758,19 +318795,57 @@
318758
318795
  "name": "Key | null"
318759
318796
  }
318760
318797
  },
318761
- "children": {
318798
+ "selectedKeys": {
318799
+ "defaultValue": null,
318800
+ "description": "The currently selected keys in the collection (controlled).",
318801
+ "name": "selectedKeys",
318802
+ "parent": {
318803
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318804
+ "name": "MultipleSelection"
318805
+ },
318806
+ "declarations": [
318807
+ {
318808
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318809
+ "name": "MultipleSelection"
318810
+ }
318811
+ ],
318812
+ "required": false,
318813
+ "type": {
318814
+ "name": "\"all\" | Iterable<Key>"
318815
+ }
318816
+ },
318817
+ "defaultSelectedKeys": {
318818
+ "defaultValue": null,
318819
+ "description": "The initial selected keys in the collection (uncontrolled).",
318820
+ "name": "defaultSelectedKeys",
318821
+ "parent": {
318822
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318823
+ "name": "MultipleSelection"
318824
+ },
318825
+ "declarations": [
318826
+ {
318827
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318828
+ "name": "MultipleSelection"
318829
+ }
318830
+ ],
318831
+ "required": false,
318832
+ "type": {
318833
+ "name": "\"all\" | Iterable<Key>"
318834
+ }
318835
+ },
318836
+ "selectionMode": {
318762
318837
  "defaultValue": null,
318763
318838
  "description": "",
318764
- "name": "children",
318839
+ "name": "selectionMode",
318765
318840
  "declarations": [
318766
318841
  {
318767
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318842
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318768
318843
  "name": "TypeLiteral"
318769
318844
  }
318770
318845
  ],
318771
318846
  "required": false,
318772
318847
  "type": {
318773
- "name": "ReactNode"
318848
+ "name": "ContextMenuSelectionMode"
318774
318849
  }
318775
318850
  }
318776
318851
  }
@@ -341778,6 +341853,14 @@
341778
341853
  }
341779
341854
  }
341780
341855
  },
341856
+ {
341857
+ "tags": {},
341858
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
341859
+ "description": "",
341860
+ "displayName": "CalendarHeader",
341861
+ "methods": [],
341862
+ "props": {}
341863
+ },
341781
341864
  {
341782
341865
  "tags": {
341783
341866
  "flr-generate": "all"
@@ -343627,14 +343710,6 @@
343627
343710
  }
343628
343711
  }
343629
343712
  },
343630
- {
343631
- "tags": {},
343632
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
343633
- "description": "",
343634
- "displayName": "CalendarHeader",
343635
- "methods": [],
343636
- "props": {}
343637
- },
343638
343713
  {
343639
343714
  "tags": {},
343640
343715
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",