@mittwald/flow-react-components 0.2.0-alpha.697 → 0.2.0-alpha.698

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.
@@ -224493,9 +224493,9 @@
224493
224493
  "tags": {
224494
224494
  "flr-generate": "all"
224495
224495
  },
224496
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
224496
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
224497
224497
  "description": "",
224498
- "displayName": "Align",
224498
+ "displayName": "Autocomplete",
224499
224499
  "methods": [],
224500
224500
  "props": {
224501
224501
  "children": {
@@ -224607,6 +224607,86 @@
224607
224607
  "type": {
224608
224608
  "name": "Key | null"
224609
224609
  }
224610
+ },
224611
+ "slot": {
224612
+ "defaultValue": null,
224613
+ "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.",
224614
+ "name": "slot",
224615
+ "parent": {
224616
+ "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",
224617
+ "name": "SlotProps"
224618
+ },
224619
+ "declarations": [
224620
+ {
224621
+ "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",
224622
+ "name": "SlotProps"
224623
+ }
224624
+ ],
224625
+ "required": false,
224626
+ "type": {
224627
+ "name": "string | null"
224628
+ }
224629
+ },
224630
+ "filter": {
224631
+ "defaultValue": null,
224632
+ "description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
224633
+ "name": "filter",
224634
+ "parent": {
224635
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224636
+ "name": "AriaAutocompleteProps"
224637
+ },
224638
+ "declarations": [
224639
+ {
224640
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224641
+ "name": "AriaAutocompleteProps"
224642
+ }
224643
+ ],
224644
+ "required": false,
224645
+ "type": {
224646
+ "name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
224647
+ }
224648
+ },
224649
+ "disableAutoFocusFirst": {
224650
+ "defaultValue": {
224651
+ "value": "false"
224652
+ },
224653
+ "description": "Whether or not to focus the first item in the collection after a filter is performed. Note this is only applicable\nif virtual focus behavior is not turned off via `disableVirtualFocus`.",
224654
+ "name": "disableAutoFocusFirst",
224655
+ "parent": {
224656
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224657
+ "name": "AriaAutocompleteProps"
224658
+ },
224659
+ "declarations": [
224660
+ {
224661
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224662
+ "name": "AriaAutocompleteProps"
224663
+ }
224664
+ ],
224665
+ "required": false,
224666
+ "type": {
224667
+ "name": "boolean"
224668
+ }
224669
+ },
224670
+ "disableVirtualFocus": {
224671
+ "defaultValue": {
224672
+ "value": "false"
224673
+ },
224674
+ "description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
224675
+ "name": "disableVirtualFocus",
224676
+ "parent": {
224677
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224678
+ "name": "AriaAutocompleteProps"
224679
+ },
224680
+ "declarations": [
224681
+ {
224682
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224683
+ "name": "AriaAutocompleteProps"
224684
+ }
224685
+ ],
224686
+ "required": false,
224687
+ "type": {
224688
+ "name": "boolean"
224689
+ }
224610
224690
  }
224611
224691
  }
224612
224692
  },
@@ -224614,9 +224694,9 @@
224614
224694
  "tags": {
224615
224695
  "flr-generate": "all"
224616
224696
  },
224617
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
224697
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
224618
224698
  "description": "",
224619
- "displayName": "Autocomplete",
224699
+ "displayName": "Align",
224620
224700
  "methods": [],
224621
224701
  "props": {
224622
224702
  "children": {
@@ -224728,86 +224808,6 @@
224728
224808
  "type": {
224729
224809
  "name": "Key | null"
224730
224810
  }
224731
- },
224732
- "slot": {
224733
- "defaultValue": null,
224734
- "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.",
224735
- "name": "slot",
224736
- "parent": {
224737
- "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",
224738
- "name": "SlotProps"
224739
- },
224740
- "declarations": [
224741
- {
224742
- "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",
224743
- "name": "SlotProps"
224744
- }
224745
- ],
224746
- "required": false,
224747
- "type": {
224748
- "name": "string | null"
224749
- }
224750
- },
224751
- "filter": {
224752
- "defaultValue": null,
224753
- "description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
224754
- "name": "filter",
224755
- "parent": {
224756
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224757
- "name": "AriaAutocompleteProps"
224758
- },
224759
- "declarations": [
224760
- {
224761
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224762
- "name": "AriaAutocompleteProps"
224763
- }
224764
- ],
224765
- "required": false,
224766
- "type": {
224767
- "name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
224768
- }
224769
- },
224770
- "disableAutoFocusFirst": {
224771
- "defaultValue": {
224772
- "value": "false"
224773
- },
224774
- "description": "Whether or not to focus the first item in the collection after a filter is performed. Note this is only applicable\nif virtual focus behavior is not turned off via `disableVirtualFocus`.",
224775
- "name": "disableAutoFocusFirst",
224776
- "parent": {
224777
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224778
- "name": "AriaAutocompleteProps"
224779
- },
224780
- "declarations": [
224781
- {
224782
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224783
- "name": "AriaAutocompleteProps"
224784
- }
224785
- ],
224786
- "required": false,
224787
- "type": {
224788
- "name": "boolean"
224789
- }
224790
- },
224791
- "disableVirtualFocus": {
224792
- "defaultValue": {
224793
- "value": "false"
224794
- },
224795
- "description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
224796
- "name": "disableVirtualFocus",
224797
- "parent": {
224798
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224799
- "name": "AriaAutocompleteProps"
224800
- },
224801
- "declarations": [
224802
- {
224803
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224804
- "name": "AriaAutocompleteProps"
224805
- }
224806
- ],
224807
- "required": false,
224808
- "type": {
224809
- "name": "boolean"
224810
- }
224811
224811
  }
224812
224812
  }
224813
224813
  },
@@ -285849,9 +285849,9 @@
285849
285849
  "tags": {
285850
285850
  "flr-generate": "all"
285851
285851
  },
285852
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
285852
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
285853
285853
  "description": "",
285854
- "displayName": "TableRow",
285854
+ "displayName": "TableHeader",
285855
285855
  "methods": [],
285856
285856
  "props": {
285857
285857
  "className": {
@@ -285877,16 +285877,16 @@
285877
285877
  },
285878
285878
  "columns": {
285879
285879
  "defaultValue": null,
285880
- "description": "A list of columns used when dynamically rendering cells.",
285880
+ "description": "A list of table columns.",
285881
285881
  "name": "columns",
285882
285882
  "parent": {
285883
285883
  "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",
285884
- "name": "RowProps"
285884
+ "name": "TableHeaderProps"
285885
285885
  },
285886
285886
  "declarations": [
285887
285887
  {
285888
285888
  "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",
285889
- "name": "RowProps"
285889
+ "name": "TableHeaderProps"
285890
285890
  }
285891
285891
  ],
285892
285892
  "required": false,
@@ -285913,25 +285913,6 @@
285913
285913
  "name": "ReactNode"
285914
285914
  }
285915
285915
  },
285916
- "value": {
285917
- "defaultValue": null,
285918
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
285919
- "name": "value",
285920
- "parent": {
285921
- "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",
285922
- "name": "MenuItemProps"
285923
- },
285924
- "declarations": [
285925
- {
285926
- "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",
285927
- "name": "MenuItemProps"
285928
- }
285929
- ],
285930
- "required": false,
285931
- "type": {
285932
- "name": "object"
285933
- }
285934
- },
285935
285916
  "dependencies": {
285936
285917
  "defaultValue": null,
285937
285918
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -285951,82 +285932,6 @@
285951
285932
  "name": "readonly any[]"
285952
285933
  }
285953
285934
  },
285954
- "textValue": {
285955
- "defaultValue": null,
285956
- "description": "A string representation of the item's contents, used for features like typeahead.",
285957
- "name": "textValue",
285958
- "parent": {
285959
- "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",
285960
- "name": "ListBoxItemProps"
285961
- },
285962
- "declarations": [
285963
- {
285964
- "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",
285965
- "name": "ListBoxItemProps"
285966
- }
285967
- ],
285968
- "required": false,
285969
- "type": {
285970
- "name": "string"
285971
- }
285972
- },
285973
- "isDisabled": {
285974
- "defaultValue": null,
285975
- "description": "Whether the item is disabled.",
285976
- "name": "isDisabled",
285977
- "parent": {
285978
- "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",
285979
- "name": "ListBoxItemProps"
285980
- },
285981
- "declarations": [
285982
- {
285983
- "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",
285984
- "name": "ListBoxItemProps"
285985
- }
285986
- ],
285987
- "required": false,
285988
- "type": {
285989
- "name": "boolean"
285990
- }
285991
- },
285992
- "onAction": {
285993
- "defaultValue": null,
285994
- "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.",
285995
- "name": "onAction",
285996
- "parent": {
285997
- "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",
285998
- "name": "ListBoxItemProps"
285999
- },
286000
- "declarations": [
286001
- {
286002
- "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",
286003
- "name": "ListBoxItemProps"
286004
- }
286005
- ],
286006
- "required": false,
286007
- "type": {
286008
- "name": "(() => void)"
286009
- }
286010
- },
286011
- "id": {
286012
- "defaultValue": null,
286013
- "description": "The unique id of the item.",
286014
- "name": "id",
286015
- "parent": {
286016
- "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",
286017
- "name": "MenuItemProps"
286018
- },
286019
- "declarations": [
286020
- {
286021
- "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",
286022
- "name": "MenuItemProps"
286023
- }
286024
- ],
286025
- "required": false,
286026
- "type": {
286027
- "name": "Key"
286028
- }
286029
- },
286030
285935
  "style": {
286031
285936
  "defaultValue": null,
286032
285937
  "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.",
@@ -286046,158 +285951,6 @@
286046
285951
  "name": "StyleOrFunction<TooltipRenderProps>"
286047
285952
  }
286048
285953
  },
286049
- "href": {
286050
- "defaultValue": null,
286051
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
286052
- "name": "href",
286053
- "parent": {
286054
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286055
- "name": "LinkDOMProps"
286056
- },
286057
- "declarations": [
286058
- {
286059
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286060
- "name": "LinkDOMProps"
286061
- }
286062
- ],
286063
- "required": false,
286064
- "type": {
286065
- "name": "string"
286066
- }
286067
- },
286068
- "hrefLang": {
286069
- "defaultValue": null,
286070
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
286071
- "name": "hrefLang",
286072
- "parent": {
286073
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286074
- "name": "LinkDOMProps"
286075
- },
286076
- "declarations": [
286077
- {
286078
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286079
- "name": "LinkDOMProps"
286080
- }
286081
- ],
286082
- "required": false,
286083
- "type": {
286084
- "name": "string"
286085
- }
286086
- },
286087
- "target": {
286088
- "defaultValue": null,
286089
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
286090
- "name": "target",
286091
- "parent": {
286092
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286093
- "name": "LinkDOMProps"
286094
- },
286095
- "declarations": [
286096
- {
286097
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286098
- "name": "LinkDOMProps"
286099
- }
286100
- ],
286101
- "required": false,
286102
- "type": {
286103
- "name": "HTMLAttributeAnchorTarget"
286104
- }
286105
- },
286106
- "rel": {
286107
- "defaultValue": null,
286108
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
286109
- "name": "rel",
286110
- "parent": {
286111
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286112
- "name": "LinkDOMProps"
286113
- },
286114
- "declarations": [
286115
- {
286116
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286117
- "name": "LinkDOMProps"
286118
- }
286119
- ],
286120
- "required": false,
286121
- "type": {
286122
- "name": "string"
286123
- }
286124
- },
286125
- "download": {
286126
- "defaultValue": null,
286127
- "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).",
286128
- "name": "download",
286129
- "parent": {
286130
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286131
- "name": "LinkDOMProps"
286132
- },
286133
- "declarations": [
286134
- {
286135
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286136
- "name": "LinkDOMProps"
286137
- }
286138
- ],
286139
- "required": false,
286140
- "type": {
286141
- "name": "string | boolean"
286142
- }
286143
- },
286144
- "ping": {
286145
- "defaultValue": null,
286146
- "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).",
286147
- "name": "ping",
286148
- "parent": {
286149
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286150
- "name": "LinkDOMProps"
286151
- },
286152
- "declarations": [
286153
- {
286154
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286155
- "name": "LinkDOMProps"
286156
- }
286157
- ],
286158
- "required": false,
286159
- "type": {
286160
- "name": "string"
286161
- }
286162
- },
286163
- "referrerPolicy": {
286164
- "defaultValue": null,
286165
- "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).",
286166
- "name": "referrerPolicy",
286167
- "parent": {
286168
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286169
- "name": "LinkDOMProps"
286170
- },
286171
- "declarations": [
286172
- {
286173
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286174
- "name": "LinkDOMProps"
286175
- }
286176
- ],
286177
- "required": false,
286178
- "type": {
286179
- "name": "HTMLAttributeReferrerPolicy"
286180
- }
286181
- },
286182
- "routerOptions": {
286183
- "defaultValue": null,
286184
- "description": "Options for the configured client side router.",
286185
- "name": "routerOptions",
286186
- "parent": {
286187
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286188
- "name": "LinkDOMProps"
286189
- },
286190
- "declarations": [
286191
- {
286192
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286193
- "name": "LinkDOMProps"
286194
- }
286195
- ],
286196
- "required": false,
286197
- "type": {
286198
- "name": "undefined"
286199
- }
286200
- },
286201
285954
  "onHoverStart": {
286202
285955
  "defaultValue": null,
286203
285956
  "description": "Handler that is called when a hover interaction starts.",
@@ -286255,120 +286008,6 @@
286255
286008
  "name": "((isHovering: boolean) => void)"
286256
286009
  }
286257
286010
  },
286258
- "onPress": {
286259
- "defaultValue": null,
286260
- "description": "Handler that is called when the press is released over the target.",
286261
- "name": "onPress",
286262
- "parent": {
286263
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286264
- "name": "PressEvents"
286265
- },
286266
- "declarations": [
286267
- {
286268
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286269
- "name": "PressEvents"
286270
- }
286271
- ],
286272
- "required": false,
286273
- "type": {
286274
- "name": "((e: PressEvent) => void)"
286275
- }
286276
- },
286277
- "onPressStart": {
286278
- "defaultValue": null,
286279
- "description": "Handler that is called when a press interaction starts.",
286280
- "name": "onPressStart",
286281
- "parent": {
286282
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286283
- "name": "PressEvents"
286284
- },
286285
- "declarations": [
286286
- {
286287
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286288
- "name": "PressEvents"
286289
- }
286290
- ],
286291
- "required": false,
286292
- "type": {
286293
- "name": "((e: PressEvent) => void)"
286294
- }
286295
- },
286296
- "onPressEnd": {
286297
- "defaultValue": null,
286298
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
286299
- "name": "onPressEnd",
286300
- "parent": {
286301
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286302
- "name": "PressEvents"
286303
- },
286304
- "declarations": [
286305
- {
286306
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286307
- "name": "PressEvents"
286308
- }
286309
- ],
286310
- "required": false,
286311
- "type": {
286312
- "name": "((e: PressEvent) => void)"
286313
- }
286314
- },
286315
- "onPressChange": {
286316
- "defaultValue": null,
286317
- "description": "Handler that is called when the press state changes.",
286318
- "name": "onPressChange",
286319
- "parent": {
286320
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286321
- "name": "PressEvents"
286322
- },
286323
- "declarations": [
286324
- {
286325
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286326
- "name": "PressEvents"
286327
- }
286328
- ],
286329
- "required": false,
286330
- "type": {
286331
- "name": "((isPressed: boolean) => void)"
286332
- }
286333
- },
286334
- "onPressUp": {
286335
- "defaultValue": null,
286336
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
286337
- "name": "onPressUp",
286338
- "parent": {
286339
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286340
- "name": "PressEvents"
286341
- },
286342
- "declarations": [
286343
- {
286344
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286345
- "name": "PressEvents"
286346
- }
286347
- ],
286348
- "required": false,
286349
- "type": {
286350
- "name": "((e: PressEvent) => void)"
286351
- }
286352
- },
286353
- "onClick": {
286354
- "defaultValue": null,
286355
- "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.",
286356
- "name": "onClick",
286357
- "parent": {
286358
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286359
- "name": "PressEvents"
286360
- },
286361
- "declarations": [
286362
- {
286363
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286364
- "name": "PressEvents"
286365
- }
286366
- ],
286367
- "required": false,
286368
- "type": {
286369
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
286370
- }
286371
- },
286372
286011
  "dir": {
286373
286012
  "defaultValue": null,
286374
286013
  "description": "",
@@ -286464,6 +286103,25 @@
286464
286103
  "name": "\"yes\" | \"no\""
286465
286104
  }
286466
286105
  },
286106
+ "onClick": {
286107
+ "defaultValue": null,
286108
+ "description": "",
286109
+ "name": "onClick",
286110
+ "parent": {
286111
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286112
+ "name": "GlobalDOMEvents"
286113
+ },
286114
+ "declarations": [
286115
+ {
286116
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286117
+ "name": "GlobalDOMEvents"
286118
+ }
286119
+ ],
286120
+ "required": false,
286121
+ "type": {
286122
+ "name": "MouseEventHandler<HTMLDivElement>"
286123
+ }
286124
+ },
286467
286125
  "onClickCapture": {
286468
286126
  "defaultValue": null,
286469
286127
  "description": "",
@@ -287660,21 +287318,6 @@
287660
287318
  "type": {
287661
287319
  "name": "TransitionEventHandler<HTMLDivElement>"
287662
287320
  }
287663
- },
287664
- "footer": {
287665
- "defaultValue": null,
287666
- "description": "@internal",
287667
- "name": "footer",
287668
- "declarations": [
287669
- {
287670
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
287671
- "name": "TypeLiteral"
287672
- }
287673
- ],
287674
- "required": false,
287675
- "type": {
287676
- "name": "boolean"
287677
- }
287678
287321
  }
287679
287322
  }
287680
287323
  },
@@ -287682,9 +287325,9 @@
287682
287325
  "tags": {
287683
287326
  "flr-generate": "all"
287684
287327
  },
287685
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
287328
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
287686
287329
  "description": "",
287687
- "displayName": "TableHeader",
287330
+ "displayName": "TableRow",
287688
287331
  "methods": [],
287689
287332
  "props": {
287690
287333
  "className": {
@@ -287710,16 +287353,16 @@
287710
287353
  },
287711
287354
  "columns": {
287712
287355
  "defaultValue": null,
287713
- "description": "A list of columns used when dynamically rendering cells.",
287356
+ "description": "A list of table columns.",
287714
287357
  "name": "columns",
287715
287358
  "parent": {
287716
287359
  "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",
287717
- "name": "RowProps"
287360
+ "name": "TableHeaderProps"
287718
287361
  },
287719
287362
  "declarations": [
287720
287363
  {
287721
287364
  "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",
287722
- "name": "RowProps"
287365
+ "name": "TableHeaderProps"
287723
287366
  }
287724
287367
  ],
287725
287368
  "required": false,
@@ -287746,6 +287389,25 @@
287746
287389
  "name": "ReactNode"
287747
287390
  }
287748
287391
  },
287392
+ "value": {
287393
+ "defaultValue": null,
287394
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
287395
+ "name": "value",
287396
+ "parent": {
287397
+ "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",
287398
+ "name": "MenuItemProps"
287399
+ },
287400
+ "declarations": [
287401
+ {
287402
+ "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",
287403
+ "name": "MenuItemProps"
287404
+ }
287405
+ ],
287406
+ "required": false,
287407
+ "type": {
287408
+ "name": "object"
287409
+ }
287410
+ },
287749
287411
  "dependencies": {
287750
287412
  "defaultValue": null,
287751
287413
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -287765,6 +287427,82 @@
287765
287427
  "name": "readonly any[]"
287766
287428
  }
287767
287429
  },
287430
+ "textValue": {
287431
+ "defaultValue": null,
287432
+ "description": "A string representation of the item's contents, used for features like typeahead.",
287433
+ "name": "textValue",
287434
+ "parent": {
287435
+ "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",
287436
+ "name": "ListBoxItemProps"
287437
+ },
287438
+ "declarations": [
287439
+ {
287440
+ "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",
287441
+ "name": "ListBoxItemProps"
287442
+ }
287443
+ ],
287444
+ "required": false,
287445
+ "type": {
287446
+ "name": "string"
287447
+ }
287448
+ },
287449
+ "isDisabled": {
287450
+ "defaultValue": null,
287451
+ "description": "Whether the item is disabled.",
287452
+ "name": "isDisabled",
287453
+ "parent": {
287454
+ "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",
287455
+ "name": "ListBoxItemProps"
287456
+ },
287457
+ "declarations": [
287458
+ {
287459
+ "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",
287460
+ "name": "ListBoxItemProps"
287461
+ }
287462
+ ],
287463
+ "required": false,
287464
+ "type": {
287465
+ "name": "boolean"
287466
+ }
287467
+ },
287468
+ "onAction": {
287469
+ "defaultValue": null,
287470
+ "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.",
287471
+ "name": "onAction",
287472
+ "parent": {
287473
+ "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",
287474
+ "name": "ListBoxItemProps"
287475
+ },
287476
+ "declarations": [
287477
+ {
287478
+ "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",
287479
+ "name": "ListBoxItemProps"
287480
+ }
287481
+ ],
287482
+ "required": false,
287483
+ "type": {
287484
+ "name": "(() => void)"
287485
+ }
287486
+ },
287487
+ "id": {
287488
+ "defaultValue": null,
287489
+ "description": "The unique id of the item.",
287490
+ "name": "id",
287491
+ "parent": {
287492
+ "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",
287493
+ "name": "MenuItemProps"
287494
+ },
287495
+ "declarations": [
287496
+ {
287497
+ "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",
287498
+ "name": "MenuItemProps"
287499
+ }
287500
+ ],
287501
+ "required": false,
287502
+ "type": {
287503
+ "name": "Key"
287504
+ }
287505
+ },
287768
287506
  "style": {
287769
287507
  "defaultValue": null,
287770
287508
  "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.",
@@ -287784,6 +287522,158 @@
287784
287522
  "name": "StyleOrFunction<TooltipRenderProps>"
287785
287523
  }
287786
287524
  },
287525
+ "href": {
287526
+ "defaultValue": null,
287527
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
287528
+ "name": "href",
287529
+ "parent": {
287530
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287531
+ "name": "LinkDOMProps"
287532
+ },
287533
+ "declarations": [
287534
+ {
287535
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287536
+ "name": "LinkDOMProps"
287537
+ }
287538
+ ],
287539
+ "required": false,
287540
+ "type": {
287541
+ "name": "string"
287542
+ }
287543
+ },
287544
+ "hrefLang": {
287545
+ "defaultValue": null,
287546
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
287547
+ "name": "hrefLang",
287548
+ "parent": {
287549
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287550
+ "name": "LinkDOMProps"
287551
+ },
287552
+ "declarations": [
287553
+ {
287554
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287555
+ "name": "LinkDOMProps"
287556
+ }
287557
+ ],
287558
+ "required": false,
287559
+ "type": {
287560
+ "name": "string"
287561
+ }
287562
+ },
287563
+ "target": {
287564
+ "defaultValue": null,
287565
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
287566
+ "name": "target",
287567
+ "parent": {
287568
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287569
+ "name": "LinkDOMProps"
287570
+ },
287571
+ "declarations": [
287572
+ {
287573
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287574
+ "name": "LinkDOMProps"
287575
+ }
287576
+ ],
287577
+ "required": false,
287578
+ "type": {
287579
+ "name": "HTMLAttributeAnchorTarget"
287580
+ }
287581
+ },
287582
+ "rel": {
287583
+ "defaultValue": null,
287584
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
287585
+ "name": "rel",
287586
+ "parent": {
287587
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287588
+ "name": "LinkDOMProps"
287589
+ },
287590
+ "declarations": [
287591
+ {
287592
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287593
+ "name": "LinkDOMProps"
287594
+ }
287595
+ ],
287596
+ "required": false,
287597
+ "type": {
287598
+ "name": "string"
287599
+ }
287600
+ },
287601
+ "download": {
287602
+ "defaultValue": null,
287603
+ "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).",
287604
+ "name": "download",
287605
+ "parent": {
287606
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287607
+ "name": "LinkDOMProps"
287608
+ },
287609
+ "declarations": [
287610
+ {
287611
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287612
+ "name": "LinkDOMProps"
287613
+ }
287614
+ ],
287615
+ "required": false,
287616
+ "type": {
287617
+ "name": "string | boolean"
287618
+ }
287619
+ },
287620
+ "ping": {
287621
+ "defaultValue": null,
287622
+ "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).",
287623
+ "name": "ping",
287624
+ "parent": {
287625
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287626
+ "name": "LinkDOMProps"
287627
+ },
287628
+ "declarations": [
287629
+ {
287630
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287631
+ "name": "LinkDOMProps"
287632
+ }
287633
+ ],
287634
+ "required": false,
287635
+ "type": {
287636
+ "name": "string"
287637
+ }
287638
+ },
287639
+ "referrerPolicy": {
287640
+ "defaultValue": null,
287641
+ "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).",
287642
+ "name": "referrerPolicy",
287643
+ "parent": {
287644
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287645
+ "name": "LinkDOMProps"
287646
+ },
287647
+ "declarations": [
287648
+ {
287649
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287650
+ "name": "LinkDOMProps"
287651
+ }
287652
+ ],
287653
+ "required": false,
287654
+ "type": {
287655
+ "name": "HTMLAttributeReferrerPolicy"
287656
+ }
287657
+ },
287658
+ "routerOptions": {
287659
+ "defaultValue": null,
287660
+ "description": "Options for the configured client side router.",
287661
+ "name": "routerOptions",
287662
+ "parent": {
287663
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287664
+ "name": "LinkDOMProps"
287665
+ },
287666
+ "declarations": [
287667
+ {
287668
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287669
+ "name": "LinkDOMProps"
287670
+ }
287671
+ ],
287672
+ "required": false,
287673
+ "type": {
287674
+ "name": "undefined"
287675
+ }
287676
+ },
287787
287677
  "onHoverStart": {
287788
287678
  "defaultValue": null,
287789
287679
  "description": "Handler that is called when a hover interaction starts.",
@@ -287841,6 +287731,120 @@
287841
287731
  "name": "((isHovering: boolean) => void)"
287842
287732
  }
287843
287733
  },
287734
+ "onPress": {
287735
+ "defaultValue": null,
287736
+ "description": "Handler that is called when the press is released over the target.",
287737
+ "name": "onPress",
287738
+ "parent": {
287739
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287740
+ "name": "PressEvents"
287741
+ },
287742
+ "declarations": [
287743
+ {
287744
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287745
+ "name": "PressEvents"
287746
+ }
287747
+ ],
287748
+ "required": false,
287749
+ "type": {
287750
+ "name": "((e: PressEvent) => void)"
287751
+ }
287752
+ },
287753
+ "onPressStart": {
287754
+ "defaultValue": null,
287755
+ "description": "Handler that is called when a press interaction starts.",
287756
+ "name": "onPressStart",
287757
+ "parent": {
287758
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287759
+ "name": "PressEvents"
287760
+ },
287761
+ "declarations": [
287762
+ {
287763
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287764
+ "name": "PressEvents"
287765
+ }
287766
+ ],
287767
+ "required": false,
287768
+ "type": {
287769
+ "name": "((e: PressEvent) => void)"
287770
+ }
287771
+ },
287772
+ "onPressEnd": {
287773
+ "defaultValue": null,
287774
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
287775
+ "name": "onPressEnd",
287776
+ "parent": {
287777
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287778
+ "name": "PressEvents"
287779
+ },
287780
+ "declarations": [
287781
+ {
287782
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287783
+ "name": "PressEvents"
287784
+ }
287785
+ ],
287786
+ "required": false,
287787
+ "type": {
287788
+ "name": "((e: PressEvent) => void)"
287789
+ }
287790
+ },
287791
+ "onPressChange": {
287792
+ "defaultValue": null,
287793
+ "description": "Handler that is called when the press state changes.",
287794
+ "name": "onPressChange",
287795
+ "parent": {
287796
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287797
+ "name": "PressEvents"
287798
+ },
287799
+ "declarations": [
287800
+ {
287801
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287802
+ "name": "PressEvents"
287803
+ }
287804
+ ],
287805
+ "required": false,
287806
+ "type": {
287807
+ "name": "((isPressed: boolean) => void)"
287808
+ }
287809
+ },
287810
+ "onPressUp": {
287811
+ "defaultValue": null,
287812
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
287813
+ "name": "onPressUp",
287814
+ "parent": {
287815
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287816
+ "name": "PressEvents"
287817
+ },
287818
+ "declarations": [
287819
+ {
287820
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287821
+ "name": "PressEvents"
287822
+ }
287823
+ ],
287824
+ "required": false,
287825
+ "type": {
287826
+ "name": "((e: PressEvent) => void)"
287827
+ }
287828
+ },
287829
+ "onClick": {
287830
+ "defaultValue": null,
287831
+ "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.",
287832
+ "name": "onClick",
287833
+ "parent": {
287834
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287835
+ "name": "PressEvents"
287836
+ },
287837
+ "declarations": [
287838
+ {
287839
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287840
+ "name": "PressEvents"
287841
+ }
287842
+ ],
287843
+ "required": false,
287844
+ "type": {
287845
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
287846
+ }
287847
+ },
287844
287848
  "dir": {
287845
287849
  "defaultValue": null,
287846
287850
  "description": "",
@@ -287936,25 +287940,6 @@
287936
287940
  "name": "\"yes\" | \"no\""
287937
287941
  }
287938
287942
  },
287939
- "onClick": {
287940
- "defaultValue": null,
287941
- "description": "",
287942
- "name": "onClick",
287943
- "parent": {
287944
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287945
- "name": "GlobalDOMEvents"
287946
- },
287947
- "declarations": [
287948
- {
287949
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287950
- "name": "GlobalDOMEvents"
287951
- }
287952
- ],
287953
- "required": false,
287954
- "type": {
287955
- "name": "MouseEventHandler<HTMLDivElement>"
287956
- }
287957
- },
287958
287943
  "onClickCapture": {
287959
287944
  "defaultValue": null,
287960
287945
  "description": "",
@@ -289151,6 +289136,21 @@
289151
289136
  "type": {
289152
289137
  "name": "TransitionEventHandler<HTMLDivElement>"
289153
289138
  }
289139
+ },
289140
+ "footer": {
289141
+ "defaultValue": null,
289142
+ "description": "@internal",
289143
+ "name": "footer",
289144
+ "declarations": [
289145
+ {
289146
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
289147
+ "name": "TypeLiteral"
289148
+ }
289149
+ ],
289150
+ "required": false,
289151
+ "type": {
289152
+ "name": "boolean"
289153
+ }
289154
289154
  }
289155
289155
  }
289156
289156
  },
@@ -289186,16 +289186,16 @@
289186
289186
  },
289187
289187
  "columns": {
289188
289188
  "defaultValue": null,
289189
- "description": "A list of columns used when dynamically rendering cells.",
289189
+ "description": "A list of table columns.",
289190
289190
  "name": "columns",
289191
289191
  "parent": {
289192
289192
  "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",
289193
- "name": "RowProps"
289193
+ "name": "TableHeaderProps"
289194
289194
  },
289195
289195
  "declarations": [
289196
289196
  {
289197
289197
  "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",
289198
- "name": "RowProps"
289198
+ "name": "TableHeaderProps"
289199
289199
  }
289200
289200
  ],
289201
289201
  "required": false,
@@ -301814,53 +301814,6 @@
301814
301814
  }
301815
301815
  }
301816
301816
  },
301817
- {
301818
- "tags": {},
301819
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301820
- "description": "",
301821
- "displayName": "PasswordGenerateButton",
301822
- "methods": [],
301823
- "props": {
301824
- "isDisabled": {
301825
- "defaultValue": null,
301826
- "description": "",
301827
- "name": "isDisabled",
301828
- "parent": {
301829
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301830
- "name": "Props"
301831
- },
301832
- "declarations": [
301833
- {
301834
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301835
- "name": "Props"
301836
- }
301837
- ],
301838
- "required": false,
301839
- "type": {
301840
- "name": "boolean"
301841
- }
301842
- },
301843
- "onGeneratePasswordAction": {
301844
- "defaultValue": null,
301845
- "description": "",
301846
- "name": "onGeneratePasswordAction",
301847
- "parent": {
301848
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301849
- "name": "Props"
301850
- },
301851
- "declarations": [
301852
- {
301853
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301854
- "name": "Props"
301855
- }
301856
- ],
301857
- "required": false,
301858
- "type": {
301859
- "name": "ActionFn"
301860
- }
301861
- }
301862
- }
301863
- },
301864
301817
  {
301865
301818
  "tags": {
301866
301819
  "internal": ""
@@ -301949,185 +301902,48 @@
301949
301902
  }
301950
301903
  },
301951
301904
  {
301952
- "tags": {
301953
- "flr-generate": "all"
301954
- },
301955
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
301905
+ "tags": {},
301906
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301956
301907
  "description": "",
301957
- "displayName": "MenuTrigger",
301908
+ "displayName": "PasswordGenerateButton",
301958
301909
  "methods": [],
301959
301910
  "props": {
301960
- "children": {
301961
- "defaultValue": null,
301962
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
301963
- "name": "children",
301964
- "parent": {
301965
- "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",
301966
- "name": "TableProps"
301967
- },
301968
- "declarations": [
301969
- {
301970
- "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",
301971
- "name": "TableProps"
301972
- }
301973
- ],
301974
- "required": false,
301975
- "type": {
301976
- "name": "ReactNode"
301977
- }
301978
- },
301979
- "trigger": {
301980
- "defaultValue": {
301981
- "value": "'press'"
301982
- },
301983
- "description": "How the menu is triggered.",
301984
- "name": "trigger",
301985
- "parent": {
301986
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
301987
- "name": "MenuTriggerProps"
301988
- },
301989
- "declarations": [
301990
- {
301991
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
301992
- "name": "MenuTriggerProps"
301993
- }
301994
- ],
301995
- "required": false,
301996
- "type": {
301997
- "name": "MenuTriggerType"
301998
- }
301999
- },
302000
- "isOpen": {
302001
- "defaultValue": null,
302002
- "description": "Whether the element is rendered.",
302003
- "name": "isOpen",
302004
- "parent": {
302005
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302006
- "name": "PositionProps"
302007
- },
302008
- "declarations": [
302009
- {
302010
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302011
- "name": "PositionProps"
302012
- }
302013
- ],
302014
- "required": false,
302015
- "type": {
302016
- "name": "boolean"
302017
- }
302018
- },
302019
- "defaultOpen": {
302020
- "defaultValue": null,
302021
- "description": "Whether the overlay is open by default (uncontrolled).",
302022
- "name": "defaultOpen",
302023
- "parent": {
302024
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302025
- "name": "OverlayTriggerProps"
302026
- },
302027
- "declarations": [
302028
- {
302029
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302030
- "name": "OverlayTriggerProps"
302031
- }
302032
- ],
302033
- "required": false,
302034
- "type": {
302035
- "name": "boolean"
302036
- }
302037
- },
302038
- "onOpenChange": {
302039
- "defaultValue": null,
302040
- "description": "Handler that is called when the overlay's open state changes.",
302041
- "name": "onOpenChange",
302042
- "parent": {
302043
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302044
- "name": "OverlayTriggerProps"
302045
- },
302046
- "declarations": [
302047
- {
302048
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302049
- "name": "OverlayTriggerProps"
302050
- }
302051
- ],
302052
- "required": false,
302053
- "type": {
302054
- "name": "((isOpen: boolean) => void)"
302055
- }
302056
- },
302057
- "wrapWith": {
301911
+ "isDisabled": {
302058
301912
  "defaultValue": null,
302059
301913
  "description": "",
302060
- "name": "wrapWith",
302061
- "parent": {
302062
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
302063
- "name": "FlowComponentProps"
302064
- },
302065
- "declarations": [
302066
- {
302067
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
302068
- "name": "FlowComponentProps"
302069
- }
302070
- ],
302071
- "required": false,
302072
- "type": {
302073
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
302074
- }
302075
- },
302076
- "tunnelId": {
302077
- "defaultValue": null,
302078
- "description": "@internal",
302079
- "name": "tunnelId",
302080
- "parent": {
302081
- "fileName": "components/src/lib/types/props.ts",
302082
- "name": "PropsWithTunnel"
302083
- },
302084
- "declarations": [
302085
- {
302086
- "fileName": "components/src/lib/types/props.ts",
302087
- "name": "PropsWithTunnel"
302088
- }
302089
- ],
302090
- "required": false,
302091
- "type": {
302092
- "name": "string | null"
302093
- }
302094
- },
302095
- "ref": {
302096
- "defaultValue": null,
302097
- "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}",
302098
- "name": "ref",
301914
+ "name": "isDisabled",
302099
301915
  "parent": {
302100
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
302101
- "name": "RefAttributes"
301916
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301917
+ "name": "Props"
302102
301918
  },
302103
301919
  "declarations": [
302104
301920
  {
302105
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
302106
- "name": "RefAttributes"
301921
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301922
+ "name": "Props"
302107
301923
  }
302108
301924
  ],
302109
301925
  "required": false,
302110
301926
  "type": {
302111
- "name": "Ref<HTMLSpanElement>"
301927
+ "name": "boolean"
302112
301928
  }
302113
301929
  },
302114
- "key": {
301930
+ "onGeneratePasswordAction": {
302115
301931
  "defaultValue": null,
302116
301932
  "description": "",
302117
- "name": "key",
301933
+ "name": "onGeneratePasswordAction",
302118
301934
  "parent": {
302119
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
302120
- "name": "Attributes"
301935
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301936
+ "name": "Props"
302121
301937
  },
302122
301938
  "declarations": [
302123
301939
  {
302124
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
302125
- "name": "Attributes"
301940
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301941
+ "name": "Props"
302126
301942
  }
302127
301943
  ],
302128
301944
  "required": false,
302129
301945
  "type": {
302130
- "name": "Key | null"
301946
+ "name": "ActionFn"
302131
301947
  }
302132
301948
  }
302133
301949
  }
@@ -302136,9 +301952,193 @@
302136
301952
  "tags": {
302137
301953
  "flr-generate": "all"
302138
301954
  },
302139
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
301955
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
302140
301956
  "description": "",
302141
- "displayName": "DialogTrigger",
301957
+ "displayName": "MenuTrigger",
301958
+ "methods": [],
301959
+ "props": {
301960
+ "children": {
301961
+ "defaultValue": null,
301962
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
301963
+ "name": "children",
301964
+ "parent": {
301965
+ "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",
301966
+ "name": "TableProps"
301967
+ },
301968
+ "declarations": [
301969
+ {
301970
+ "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",
301971
+ "name": "TableProps"
301972
+ }
301973
+ ],
301974
+ "required": false,
301975
+ "type": {
301976
+ "name": "ReactNode"
301977
+ }
301978
+ },
301979
+ "trigger": {
301980
+ "defaultValue": {
301981
+ "value": "'press'"
301982
+ },
301983
+ "description": "How the menu is triggered.",
301984
+ "name": "trigger",
301985
+ "parent": {
301986
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
301987
+ "name": "MenuTriggerProps"
301988
+ },
301989
+ "declarations": [
301990
+ {
301991
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
301992
+ "name": "MenuTriggerProps"
301993
+ }
301994
+ ],
301995
+ "required": false,
301996
+ "type": {
301997
+ "name": "MenuTriggerType"
301998
+ }
301999
+ },
302000
+ "isOpen": {
302001
+ "defaultValue": null,
302002
+ "description": "Whether the element is rendered.",
302003
+ "name": "isOpen",
302004
+ "parent": {
302005
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302006
+ "name": "PositionProps"
302007
+ },
302008
+ "declarations": [
302009
+ {
302010
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302011
+ "name": "PositionProps"
302012
+ }
302013
+ ],
302014
+ "required": false,
302015
+ "type": {
302016
+ "name": "boolean"
302017
+ }
302018
+ },
302019
+ "defaultOpen": {
302020
+ "defaultValue": null,
302021
+ "description": "Whether the overlay is open by default (uncontrolled).",
302022
+ "name": "defaultOpen",
302023
+ "parent": {
302024
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302025
+ "name": "OverlayTriggerProps"
302026
+ },
302027
+ "declarations": [
302028
+ {
302029
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302030
+ "name": "OverlayTriggerProps"
302031
+ }
302032
+ ],
302033
+ "required": false,
302034
+ "type": {
302035
+ "name": "boolean"
302036
+ }
302037
+ },
302038
+ "onOpenChange": {
302039
+ "defaultValue": null,
302040
+ "description": "Handler that is called when the overlay's open state changes.",
302041
+ "name": "onOpenChange",
302042
+ "parent": {
302043
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302044
+ "name": "OverlayTriggerProps"
302045
+ },
302046
+ "declarations": [
302047
+ {
302048
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302049
+ "name": "OverlayTriggerProps"
302050
+ }
302051
+ ],
302052
+ "required": false,
302053
+ "type": {
302054
+ "name": "((isOpen: boolean) => void)"
302055
+ }
302056
+ },
302057
+ "wrapWith": {
302058
+ "defaultValue": null,
302059
+ "description": "",
302060
+ "name": "wrapWith",
302061
+ "parent": {
302062
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
302063
+ "name": "FlowComponentProps"
302064
+ },
302065
+ "declarations": [
302066
+ {
302067
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
302068
+ "name": "FlowComponentProps"
302069
+ }
302070
+ ],
302071
+ "required": false,
302072
+ "type": {
302073
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
302074
+ }
302075
+ },
302076
+ "tunnelId": {
302077
+ "defaultValue": null,
302078
+ "description": "@internal",
302079
+ "name": "tunnelId",
302080
+ "parent": {
302081
+ "fileName": "components/src/lib/types/props.ts",
302082
+ "name": "PropsWithTunnel"
302083
+ },
302084
+ "declarations": [
302085
+ {
302086
+ "fileName": "components/src/lib/types/props.ts",
302087
+ "name": "PropsWithTunnel"
302088
+ }
302089
+ ],
302090
+ "required": false,
302091
+ "type": {
302092
+ "name": "string | null"
302093
+ }
302094
+ },
302095
+ "ref": {
302096
+ "defaultValue": null,
302097
+ "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}",
302098
+ "name": "ref",
302099
+ "parent": {
302100
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
302101
+ "name": "RefAttributes"
302102
+ },
302103
+ "declarations": [
302104
+ {
302105
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
302106
+ "name": "RefAttributes"
302107
+ }
302108
+ ],
302109
+ "required": false,
302110
+ "type": {
302111
+ "name": "Ref<HTMLSpanElement>"
302112
+ }
302113
+ },
302114
+ "key": {
302115
+ "defaultValue": null,
302116
+ "description": "",
302117
+ "name": "key",
302118
+ "parent": {
302119
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
302120
+ "name": "Attributes"
302121
+ },
302122
+ "declarations": [
302123
+ {
302124
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
302125
+ "name": "Attributes"
302126
+ }
302127
+ ],
302128
+ "required": false,
302129
+ "type": {
302130
+ "name": "Key | null"
302131
+ }
302132
+ }
302133
+ }
302134
+ },
302135
+ {
302136
+ "tags": {
302137
+ "flr-generate": "all"
302138
+ },
302139
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
302140
+ "description": "",
302141
+ "displayName": "DialogTrigger",
302142
302142
  "methods": [],
302143
302143
  "props": {
302144
302144
  "children": {
@@ -311181,161 +311181,6 @@
311181
311181
  }
311182
311182
  }
311183
311183
  },
311184
- {
311185
- "tags": {
311186
- "flr-generate": "all"
311187
- },
311188
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311189
- "description": "",
311190
- "displayName": "ContextMenuSection",
311191
- "methods": [],
311192
- "props": {
311193
- "children": {
311194
- "defaultValue": null,
311195
- "description": "",
311196
- "name": "children",
311197
- "declarations": [
311198
- {
311199
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311200
- "name": "TypeLiteral"
311201
- }
311202
- ],
311203
- "required": false,
311204
- "type": {
311205
- "name": "ReactNode"
311206
- }
311207
- },
311208
- "wrapWith": {
311209
- "defaultValue": null,
311210
- "description": "",
311211
- "name": "wrapWith",
311212
- "parent": {
311213
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311214
- "name": "FlowComponentProps"
311215
- },
311216
- "declarations": [
311217
- {
311218
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311219
- "name": "FlowComponentProps"
311220
- }
311221
- ],
311222
- "required": false,
311223
- "type": {
311224
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
311225
- }
311226
- },
311227
- "tunnelId": {
311228
- "defaultValue": null,
311229
- "description": "@internal",
311230
- "name": "tunnelId",
311231
- "parent": {
311232
- "fileName": "components/src/lib/types/props.ts",
311233
- "name": "PropsWithTunnel"
311234
- },
311235
- "declarations": [
311236
- {
311237
- "fileName": "components/src/lib/types/props.ts",
311238
- "name": "PropsWithTunnel"
311239
- }
311240
- ],
311241
- "required": false,
311242
- "type": {
311243
- "name": "string | null"
311244
- }
311245
- },
311246
- "ref": {
311247
- "defaultValue": null,
311248
- "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}",
311249
- "name": "ref",
311250
- "parent": {
311251
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311252
- "name": "RefAttributes"
311253
- },
311254
- "declarations": [
311255
- {
311256
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311257
- "name": "RefAttributes"
311258
- }
311259
- ],
311260
- "required": false,
311261
- "type": {
311262
- "name": "Ref<HTMLSpanElement>"
311263
- }
311264
- },
311265
- "key": {
311266
- "defaultValue": null,
311267
- "description": "",
311268
- "name": "key",
311269
- "parent": {
311270
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311271
- "name": "Attributes"
311272
- },
311273
- "declarations": [
311274
- {
311275
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311276
- "name": "Attributes"
311277
- }
311278
- ],
311279
- "required": false,
311280
- "type": {
311281
- "name": "Key | null"
311282
- }
311283
- },
311284
- "selectedKeys": {
311285
- "defaultValue": null,
311286
- "description": "The currently selected keys in the collection (controlled).",
311287
- "name": "selectedKeys",
311288
- "parent": {
311289
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311290
- "name": "MultipleSelection"
311291
- },
311292
- "declarations": [
311293
- {
311294
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311295
- "name": "MultipleSelection"
311296
- }
311297
- ],
311298
- "required": false,
311299
- "type": {
311300
- "name": "\"all\" | Iterable<Key>"
311301
- }
311302
- },
311303
- "defaultSelectedKeys": {
311304
- "defaultValue": null,
311305
- "description": "The initial selected keys in the collection (uncontrolled).",
311306
- "name": "defaultSelectedKeys",
311307
- "parent": {
311308
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311309
- "name": "MultipleSelection"
311310
- },
311311
- "declarations": [
311312
- {
311313
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311314
- "name": "MultipleSelection"
311315
- }
311316
- ],
311317
- "required": false,
311318
- "type": {
311319
- "name": "\"all\" | Iterable<Key>"
311320
- }
311321
- },
311322
- "selectionMode": {
311323
- "defaultValue": null,
311324
- "description": "",
311325
- "name": "selectionMode",
311326
- "declarations": [
311327
- {
311328
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311329
- "name": "TypeLiteral"
311330
- }
311331
- ],
311332
- "required": false,
311333
- "type": {
311334
- "name": "ContextMenuSelectionMode"
311335
- }
311336
- }
311337
- }
311338
- },
311339
311184
  {
311340
311185
  "tags": {
311341
311186
  "flr-generate": "all"
@@ -313137,6 +312982,161 @@
313137
312982
  }
313138
312983
  }
313139
312984
  },
312985
+ {
312986
+ "tags": {
312987
+ "flr-generate": "all"
312988
+ },
312989
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
312990
+ "description": "",
312991
+ "displayName": "ContextMenuSection",
312992
+ "methods": [],
312993
+ "props": {
312994
+ "children": {
312995
+ "defaultValue": null,
312996
+ "description": "",
312997
+ "name": "children",
312998
+ "declarations": [
312999
+ {
313000
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313001
+ "name": "TypeLiteral"
313002
+ }
313003
+ ],
313004
+ "required": false,
313005
+ "type": {
313006
+ "name": "ReactNode"
313007
+ }
313008
+ },
313009
+ "wrapWith": {
313010
+ "defaultValue": null,
313011
+ "description": "",
313012
+ "name": "wrapWith",
313013
+ "parent": {
313014
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
313015
+ "name": "FlowComponentProps"
313016
+ },
313017
+ "declarations": [
313018
+ {
313019
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
313020
+ "name": "FlowComponentProps"
313021
+ }
313022
+ ],
313023
+ "required": false,
313024
+ "type": {
313025
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
313026
+ }
313027
+ },
313028
+ "tunnelId": {
313029
+ "defaultValue": null,
313030
+ "description": "@internal",
313031
+ "name": "tunnelId",
313032
+ "parent": {
313033
+ "fileName": "components/src/lib/types/props.ts",
313034
+ "name": "PropsWithTunnel"
313035
+ },
313036
+ "declarations": [
313037
+ {
313038
+ "fileName": "components/src/lib/types/props.ts",
313039
+ "name": "PropsWithTunnel"
313040
+ }
313041
+ ],
313042
+ "required": false,
313043
+ "type": {
313044
+ "name": "string | null"
313045
+ }
313046
+ },
313047
+ "ref": {
313048
+ "defaultValue": null,
313049
+ "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}",
313050
+ "name": "ref",
313051
+ "parent": {
313052
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313053
+ "name": "RefAttributes"
313054
+ },
313055
+ "declarations": [
313056
+ {
313057
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313058
+ "name": "RefAttributes"
313059
+ }
313060
+ ],
313061
+ "required": false,
313062
+ "type": {
313063
+ "name": "Ref<HTMLSpanElement>"
313064
+ }
313065
+ },
313066
+ "key": {
313067
+ "defaultValue": null,
313068
+ "description": "",
313069
+ "name": "key",
313070
+ "parent": {
313071
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313072
+ "name": "Attributes"
313073
+ },
313074
+ "declarations": [
313075
+ {
313076
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313077
+ "name": "Attributes"
313078
+ }
313079
+ ],
313080
+ "required": false,
313081
+ "type": {
313082
+ "name": "Key | null"
313083
+ }
313084
+ },
313085
+ "selectedKeys": {
313086
+ "defaultValue": null,
313087
+ "description": "The currently selected keys in the collection (controlled).",
313088
+ "name": "selectedKeys",
313089
+ "parent": {
313090
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313091
+ "name": "MultipleSelection"
313092
+ },
313093
+ "declarations": [
313094
+ {
313095
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313096
+ "name": "MultipleSelection"
313097
+ }
313098
+ ],
313099
+ "required": false,
313100
+ "type": {
313101
+ "name": "\"all\" | Iterable<Key>"
313102
+ }
313103
+ },
313104
+ "defaultSelectedKeys": {
313105
+ "defaultValue": null,
313106
+ "description": "The initial selected keys in the collection (uncontrolled).",
313107
+ "name": "defaultSelectedKeys",
313108
+ "parent": {
313109
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313110
+ "name": "MultipleSelection"
313111
+ },
313112
+ "declarations": [
313113
+ {
313114
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313115
+ "name": "MultipleSelection"
313116
+ }
313117
+ ],
313118
+ "required": false,
313119
+ "type": {
313120
+ "name": "\"all\" | Iterable<Key>"
313121
+ }
313122
+ },
313123
+ "selectionMode": {
313124
+ "defaultValue": null,
313125
+ "description": "",
313126
+ "name": "selectionMode",
313127
+ "declarations": [
313128
+ {
313129
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
313130
+ "name": "TypeLiteral"
313131
+ }
313132
+ ],
313133
+ "required": false,
313134
+ "type": {
313135
+ "name": "ContextMenuSelectionMode"
313136
+ }
313137
+ }
313138
+ }
313139
+ },
313140
313140
  {
313141
313141
  "tags": {
313142
313142
  "flr-generate": "all"
@@ -313376,6 +313376,175 @@
313376
313376
  }
313377
313377
  }
313378
313378
  },
313379
+ {
313380
+ "tags": {
313381
+ "flr-generate": "all"
313382
+ },
313383
+ "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
313384
+ "description": "",
313385
+ "displayName": "Line",
313386
+ "methods": [],
313387
+ "props": {
313388
+ "color": {
313389
+ "defaultValue": {
313390
+ "value": "\"sea-green\""
313391
+ },
313392
+ "description": "The color of the line.",
313393
+ "name": "color",
313394
+ "parent": {
313395
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313396
+ "name": "LineProps"
313397
+ },
313398
+ "declarations": [
313399
+ {
313400
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313401
+ "name": "LineProps"
313402
+ }
313403
+ ],
313404
+ "required": false,
313405
+ "type": {
313406
+ "name": "CategoricalWithCustomColor"
313407
+ }
313408
+ },
313409
+ "className": {
313410
+ "defaultValue": null,
313411
+ "description": "",
313412
+ "name": "className",
313413
+ "parent": {
313414
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313415
+ "name": "HTMLAttributes"
313416
+ },
313417
+ "declarations": [
313418
+ {
313419
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313420
+ "name": "HTMLAttributes"
313421
+ }
313422
+ ],
313423
+ "required": false,
313424
+ "type": {
313425
+ "name": "string"
313426
+ }
313427
+ },
313428
+ "key": {
313429
+ "defaultValue": null,
313430
+ "description": "",
313431
+ "name": "key",
313432
+ "parent": {
313433
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313434
+ "name": "Attributes"
313435
+ },
313436
+ "declarations": [
313437
+ {
313438
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313439
+ "name": "Attributes"
313440
+ }
313441
+ ],
313442
+ "required": false,
313443
+ "type": {
313444
+ "name": "Key | null"
313445
+ }
313446
+ },
313447
+ "type": {
313448
+ "defaultValue": null,
313449
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
313450
+ "name": "type",
313451
+ "parent": {
313452
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313453
+ "name": "CurveProps"
313454
+ },
313455
+ "declarations": [
313456
+ {
313457
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313458
+ "name": "CurveProps"
313459
+ },
313460
+ {
313461
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313462
+ "name": "LineProps"
313463
+ }
313464
+ ],
313465
+ "required": false,
313466
+ "type": {
313467
+ "name": "CurveType"
313468
+ }
313469
+ },
313470
+ "dataKey": {
313471
+ "defaultValue": null,
313472
+ "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
313473
+ "name": "dataKey",
313474
+ "parent": {
313475
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313476
+ "name": "LineProps"
313477
+ },
313478
+ "declarations": [
313479
+ {
313480
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313481
+ "name": "LineProps"
313482
+ }
313483
+ ],
313484
+ "required": false,
313485
+ "type": {
313486
+ "name": "DataKey<any>"
313487
+ }
313488
+ },
313489
+ "unit": {
313490
+ "defaultValue": null,
313491
+ "description": "The unit of data. This option will be used in tooltip.",
313492
+ "name": "unit",
313493
+ "parent": {
313494
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313495
+ "name": "LineProps"
313496
+ },
313497
+ "declarations": [
313498
+ {
313499
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313500
+ "name": "LineProps"
313501
+ }
313502
+ ],
313503
+ "required": false,
313504
+ "type": {
313505
+ "name": "string | number | null"
313506
+ }
313507
+ },
313508
+ "xAxisId": {
313509
+ "defaultValue": null,
313510
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
313511
+ "name": "xAxisId",
313512
+ "parent": {
313513
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313514
+ "name": "LineProps"
313515
+ },
313516
+ "declarations": [
313517
+ {
313518
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313519
+ "name": "LineProps"
313520
+ }
313521
+ ],
313522
+ "required": false,
313523
+ "type": {
313524
+ "name": "AxisId"
313525
+ }
313526
+ },
313527
+ "yAxisId": {
313528
+ "defaultValue": null,
313529
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
313530
+ "name": "yAxisId",
313531
+ "parent": {
313532
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313533
+ "name": "LineProps"
313534
+ },
313535
+ "declarations": [
313536
+ {
313537
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313538
+ "name": "LineProps"
313539
+ }
313540
+ ],
313541
+ "required": false,
313542
+ "type": {
313543
+ "name": "AxisId"
313544
+ }
313545
+ }
313546
+ }
313547
+ },
313379
313548
  {
313380
313549
  "tags": {
313381
313550
  "flr-generate": "all"
@@ -313634,175 +313803,6 @@
313634
313803
  }
313635
313804
  }
313636
313805
  },
313637
- {
313638
- "tags": {
313639
- "flr-generate": "all"
313640
- },
313641
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
313642
- "description": "",
313643
- "displayName": "Line",
313644
- "methods": [],
313645
- "props": {
313646
- "color": {
313647
- "defaultValue": {
313648
- "value": "\"sea-green\""
313649
- },
313650
- "description": "The color of the line.",
313651
- "name": "color",
313652
- "parent": {
313653
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313654
- "name": "LineProps"
313655
- },
313656
- "declarations": [
313657
- {
313658
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313659
- "name": "LineProps"
313660
- }
313661
- ],
313662
- "required": false,
313663
- "type": {
313664
- "name": "CategoricalWithCustomColor"
313665
- }
313666
- },
313667
- "className": {
313668
- "defaultValue": null,
313669
- "description": "",
313670
- "name": "className",
313671
- "parent": {
313672
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313673
- "name": "HTMLAttributes"
313674
- },
313675
- "declarations": [
313676
- {
313677
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313678
- "name": "HTMLAttributes"
313679
- }
313680
- ],
313681
- "required": false,
313682
- "type": {
313683
- "name": "string"
313684
- }
313685
- },
313686
- "key": {
313687
- "defaultValue": null,
313688
- "description": "",
313689
- "name": "key",
313690
- "parent": {
313691
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313692
- "name": "Attributes"
313693
- },
313694
- "declarations": [
313695
- {
313696
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313697
- "name": "Attributes"
313698
- }
313699
- ],
313700
- "required": false,
313701
- "type": {
313702
- "name": "Key | null"
313703
- }
313704
- },
313705
- "type": {
313706
- "defaultValue": null,
313707
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
313708
- "name": "type",
313709
- "parent": {
313710
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313711
- "name": "CurveProps"
313712
- },
313713
- "declarations": [
313714
- {
313715
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313716
- "name": "CurveProps"
313717
- },
313718
- {
313719
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313720
- "name": "LineProps"
313721
- }
313722
- ],
313723
- "required": false,
313724
- "type": {
313725
- "name": "CurveType"
313726
- }
313727
- },
313728
- "dataKey": {
313729
- "defaultValue": null,
313730
- "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
313731
- "name": "dataKey",
313732
- "parent": {
313733
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313734
- "name": "LineProps"
313735
- },
313736
- "declarations": [
313737
- {
313738
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313739
- "name": "LineProps"
313740
- }
313741
- ],
313742
- "required": false,
313743
- "type": {
313744
- "name": "DataKey<any>"
313745
- }
313746
- },
313747
- "unit": {
313748
- "defaultValue": null,
313749
- "description": "The unit of data. This option will be used in tooltip.",
313750
- "name": "unit",
313751
- "parent": {
313752
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313753
- "name": "LineProps"
313754
- },
313755
- "declarations": [
313756
- {
313757
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313758
- "name": "LineProps"
313759
- }
313760
- ],
313761
- "required": false,
313762
- "type": {
313763
- "name": "string | number | null"
313764
- }
313765
- },
313766
- "xAxisId": {
313767
- "defaultValue": null,
313768
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
313769
- "name": "xAxisId",
313770
- "parent": {
313771
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313772
- "name": "LineProps"
313773
- },
313774
- "declarations": [
313775
- {
313776
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313777
- "name": "LineProps"
313778
- }
313779
- ],
313780
- "required": false,
313781
- "type": {
313782
- "name": "AxisId"
313783
- }
313784
- },
313785
- "yAxisId": {
313786
- "defaultValue": null,
313787
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
313788
- "name": "yAxisId",
313789
- "parent": {
313790
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313791
- "name": "LineProps"
313792
- },
313793
- "declarations": [
313794
- {
313795
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313796
- "name": "LineProps"
313797
- }
313798
- ],
313799
- "required": false,
313800
- "type": {
313801
- "name": "AxisId"
313802
- }
313803
- }
313804
- }
313805
- },
313806
313806
  {
313807
313807
  "tags": {
313808
313808
  "internal": ""