@mittwald/flow-react-components 0.2.0-alpha.778 → 0.2.0-alpha.779

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.
@@ -138658,43 +138658,68 @@
138658
138658
  "tags": {
138659
138659
  "flr-generate": "all"
138660
138660
  },
138661
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Header/Header.tsx",
138661
+ "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
138662
138662
  "description": "",
138663
- "displayName": "Header",
138663
+ "displayName": "HeaderNavigation",
138664
138664
  "methods": [],
138665
138665
  "props": {
138666
- "renderSectionHeader": {
138666
+ "color": {
138667
+ "defaultValue": {
138668
+ "value": "\"primary\""
138669
+ },
138670
+ "description": "The color of the header navigation.",
138671
+ "name": "color",
138672
+ "parent": {
138673
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
138674
+ "name": "HeaderNavigationProps"
138675
+ },
138676
+ "declarations": [
138677
+ {
138678
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
138679
+ "name": "HeaderNavigationProps"
138680
+ }
138681
+ ],
138682
+ "required": false,
138683
+ "type": {
138684
+ "name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"primary\""
138685
+ }
138686
+ },
138687
+ "ref": {
138667
138688
  "defaultValue": null,
138668
- "description": "@internal",
138669
- "name": "renderSectionHeader",
138689
+ "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}",
138690
+ "name": "ref",
138670
138691
  "parent": {
138671
- "fileName": "components/src/components/Header/Header.tsx",
138672
- "name": "HeaderProps"
138692
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138693
+ "name": "RefAttributes"
138673
138694
  },
138674
138695
  "declarations": [
138675
138696
  {
138676
- "fileName": "components/src/components/Header/Header.tsx",
138677
- "name": "HeaderProps"
138697
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138698
+ "name": "RefAttributes"
138678
138699
  }
138679
138700
  ],
138680
138701
  "required": false,
138681
138702
  "type": {
138682
- "name": "boolean"
138703
+ "name": "Ref<HTMLSpanElement>"
138683
138704
  }
138684
138705
  },
138685
- "children": {
138706
+ "key": {
138686
138707
  "defaultValue": null,
138687
138708
  "description": "",
138688
- "name": "children",
138709
+ "name": "key",
138710
+ "parent": {
138711
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138712
+ "name": "Attributes"
138713
+ },
138689
138714
  "declarations": [
138690
138715
  {
138691
138716
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
138692
- "name": "TypeLiteral"
138717
+ "name": "Attributes"
138693
138718
  }
138694
138719
  ],
138695
138720
  "required": false,
138696
138721
  "type": {
138697
- "name": "ReactNode"
138722
+ "name": "Key | null"
138698
138723
  }
138699
138724
  },
138700
138725
  "defaultChecked": {
@@ -139419,25 +139444,6 @@
139419
139444
  "name": "string"
139420
139445
  }
139421
139446
  },
139422
- "color": {
139423
- "defaultValue": null,
139424
- "description": "",
139425
- "name": "color",
139426
- "parent": {
139427
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139428
- "name": "HTMLAttributes"
139429
- },
139430
- "declarations": [
139431
- {
139432
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
139433
- "name": "HTMLAttributes"
139434
- }
139435
- ],
139436
- "required": false,
139437
- "type": {
139438
- "name": "string"
139439
- }
139440
- },
139441
139447
  "itemProp": {
139442
139448
  "defaultValue": null,
139443
139449
  "description": "",
@@ -140749,6 +140755,25 @@
140749
140755
  "name": "string"
140750
140756
  }
140751
140757
  },
140758
+ "children": {
140759
+ "defaultValue": null,
140760
+ "description": "",
140761
+ "name": "children",
140762
+ "parent": {
140763
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
140764
+ "name": "DOMAttributes"
140765
+ },
140766
+ "declarations": [
140767
+ {
140768
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
140769
+ "name": "DOMAttributes"
140770
+ }
140771
+ ],
140772
+ "required": false,
140773
+ "type": {
140774
+ "name": "ReactNode"
140775
+ }
140776
+ },
140752
140777
  "dangerouslySetInnerHTML": {
140753
140778
  "defaultValue": null,
140754
140779
  "description": "",
@@ -143959,97 +143984,6 @@
143959
143984
  "type": {
143960
143985
  "name": "TransitionEventHandler<HTMLElement>"
143961
143986
  }
143962
- },
143963
- "elementType": {
143964
- "defaultValue": null,
143965
- "description": "",
143966
- "name": "elementType",
143967
- "declarations": [
143968
- {
143969
- "fileName": "components/src/lib/types/props.ts",
143970
- "name": "TypeLiteral"
143971
- }
143972
- ],
143973
- "required": false,
143974
- "type": {
143975
- "name": "\"span\" | \"div\" | ExoticComponent<{}> | \"header\""
143976
- }
143977
- },
143978
- "wrapWith": {
143979
- "defaultValue": null,
143980
- "description": "",
143981
- "name": "wrapWith",
143982
- "parent": {
143983
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
143984
- "name": "FlowComponentProps"
143985
- },
143986
- "declarations": [
143987
- {
143988
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
143989
- "name": "FlowComponentProps"
143990
- }
143991
- ],
143992
- "required": false,
143993
- "type": {
143994
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
143995
- }
143996
- },
143997
- "tunnelId": {
143998
- "defaultValue": null,
143999
- "description": "@internal",
144000
- "name": "tunnelId",
144001
- "parent": {
144002
- "fileName": "components/src/lib/types/props.ts",
144003
- "name": "PropsWithTunnel"
144004
- },
144005
- "declarations": [
144006
- {
144007
- "fileName": "components/src/lib/types/props.ts",
144008
- "name": "PropsWithTunnel"
144009
- }
144010
- ],
144011
- "required": false,
144012
- "type": {
144013
- "name": "string | null"
144014
- }
144015
- },
144016
- "ref": {
144017
- "defaultValue": null,
144018
- "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}",
144019
- "name": "ref",
144020
- "parent": {
144021
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144022
- "name": "RefAttributes"
144023
- },
144024
- "declarations": [
144025
- {
144026
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144027
- "name": "RefAttributes"
144028
- }
144029
- ],
144030
- "required": false,
144031
- "type": {
144032
- "name": "Ref<HTMLSpanElement>"
144033
- }
144034
- },
144035
- "key": {
144036
- "defaultValue": null,
144037
- "description": "",
144038
- "name": "key",
144039
- "parent": {
144040
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144041
- "name": "Attributes"
144042
- },
144043
- "declarations": [
144044
- {
144045
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144046
- "name": "Attributes"
144047
- }
144048
- ],
144049
- "required": false,
144050
- "type": {
144051
- "name": "Key | null"
144052
- }
144053
143987
  }
144054
143988
  }
144055
143989
  },
@@ -144057,68 +143991,43 @@
144057
143991
  "tags": {
144058
143992
  "flr-generate": "all"
144059
143993
  },
144060
- "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
143994
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Header/Header.tsx",
144061
143995
  "description": "",
144062
- "displayName": "HeaderNavigation",
143996
+ "displayName": "Header",
144063
143997
  "methods": [],
144064
143998
  "props": {
144065
- "color": {
144066
- "defaultValue": {
144067
- "value": "\"primary\""
144068
- },
144069
- "description": "The color of the header navigation.",
144070
- "name": "color",
144071
- "parent": {
144072
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
144073
- "name": "HeaderNavigationProps"
144074
- },
144075
- "declarations": [
144076
- {
144077
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
144078
- "name": "HeaderNavigationProps"
144079
- }
144080
- ],
144081
- "required": false,
144082
- "type": {
144083
- "name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"primary\""
144084
- }
144085
- },
144086
- "ref": {
143999
+ "renderSectionHeader": {
144087
144000
  "defaultValue": null,
144088
- "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}",
144089
- "name": "ref",
144001
+ "description": "@internal",
144002
+ "name": "renderSectionHeader",
144090
144003
  "parent": {
144091
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144092
- "name": "RefAttributes"
144004
+ "fileName": "components/src/components/Header/Header.tsx",
144005
+ "name": "HeaderProps"
144093
144006
  },
144094
144007
  "declarations": [
144095
144008
  {
144096
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144097
- "name": "RefAttributes"
144009
+ "fileName": "components/src/components/Header/Header.tsx",
144010
+ "name": "HeaderProps"
144098
144011
  }
144099
144012
  ],
144100
144013
  "required": false,
144101
144014
  "type": {
144102
- "name": "Ref<HTMLSpanElement>"
144015
+ "name": "boolean"
144103
144016
  }
144104
144017
  },
144105
- "key": {
144018
+ "children": {
144106
144019
  "defaultValue": null,
144107
144020
  "description": "",
144108
- "name": "key",
144109
- "parent": {
144110
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144111
- "name": "Attributes"
144112
- },
144021
+ "name": "children",
144113
144022
  "declarations": [
144114
144023
  {
144115
144024
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144116
- "name": "Attributes"
144025
+ "name": "TypeLiteral"
144117
144026
  }
144118
144027
  ],
144119
144028
  "required": false,
144120
144029
  "type": {
144121
- "name": "Key | null"
144030
+ "name": "ReactNode"
144122
144031
  }
144123
144032
  },
144124
144033
  "defaultChecked": {
@@ -144843,6 +144752,25 @@
144843
144752
  "name": "string"
144844
144753
  }
144845
144754
  },
144755
+ "color": {
144756
+ "defaultValue": null,
144757
+ "description": "",
144758
+ "name": "color",
144759
+ "parent": {
144760
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144761
+ "name": "HTMLAttributes"
144762
+ },
144763
+ "declarations": [
144764
+ {
144765
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
144766
+ "name": "HTMLAttributes"
144767
+ }
144768
+ ],
144769
+ "required": false,
144770
+ "type": {
144771
+ "name": "string"
144772
+ }
144773
+ },
144846
144774
  "itemProp": {
144847
144775
  "defaultValue": null,
144848
144776
  "description": "",
@@ -146154,25 +146082,6 @@
146154
146082
  "name": "string"
146155
146083
  }
146156
146084
  },
146157
- "children": {
146158
- "defaultValue": null,
146159
- "description": "",
146160
- "name": "children",
146161
- "parent": {
146162
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
146163
- "name": "DOMAttributes"
146164
- },
146165
- "declarations": [
146166
- {
146167
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
146168
- "name": "DOMAttributes"
146169
- }
146170
- ],
146171
- "required": false,
146172
- "type": {
146173
- "name": "ReactNode"
146174
- }
146175
- },
146176
146085
  "dangerouslySetInnerHTML": {
146177
146086
  "defaultValue": null,
146178
146087
  "description": "",
@@ -149383,6 +149292,97 @@
149383
149292
  "type": {
149384
149293
  "name": "TransitionEventHandler<HTMLElement>"
149385
149294
  }
149295
+ },
149296
+ "elementType": {
149297
+ "defaultValue": null,
149298
+ "description": "",
149299
+ "name": "elementType",
149300
+ "declarations": [
149301
+ {
149302
+ "fileName": "components/src/lib/types/props.ts",
149303
+ "name": "TypeLiteral"
149304
+ }
149305
+ ],
149306
+ "required": false,
149307
+ "type": {
149308
+ "name": "\"span\" | \"div\" | ExoticComponent<{}> | \"header\""
149309
+ }
149310
+ },
149311
+ "wrapWith": {
149312
+ "defaultValue": null,
149313
+ "description": "",
149314
+ "name": "wrapWith",
149315
+ "parent": {
149316
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
149317
+ "name": "FlowComponentProps"
149318
+ },
149319
+ "declarations": [
149320
+ {
149321
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
149322
+ "name": "FlowComponentProps"
149323
+ }
149324
+ ],
149325
+ "required": false,
149326
+ "type": {
149327
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
149328
+ }
149329
+ },
149330
+ "tunnelId": {
149331
+ "defaultValue": null,
149332
+ "description": "@internal",
149333
+ "name": "tunnelId",
149334
+ "parent": {
149335
+ "fileName": "components/src/lib/types/props.ts",
149336
+ "name": "PropsWithTunnel"
149337
+ },
149338
+ "declarations": [
149339
+ {
149340
+ "fileName": "components/src/lib/types/props.ts",
149341
+ "name": "PropsWithTunnel"
149342
+ }
149343
+ ],
149344
+ "required": false,
149345
+ "type": {
149346
+ "name": "string | null"
149347
+ }
149348
+ },
149349
+ "ref": {
149350
+ "defaultValue": null,
149351
+ "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}",
149352
+ "name": "ref",
149353
+ "parent": {
149354
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149355
+ "name": "RefAttributes"
149356
+ },
149357
+ "declarations": [
149358
+ {
149359
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149360
+ "name": "RefAttributes"
149361
+ }
149362
+ ],
149363
+ "required": false,
149364
+ "type": {
149365
+ "name": "Ref<HTMLSpanElement>"
149366
+ }
149367
+ },
149368
+ "key": {
149369
+ "defaultValue": null,
149370
+ "description": "",
149371
+ "name": "key",
149372
+ "parent": {
149373
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149374
+ "name": "Attributes"
149375
+ },
149376
+ "declarations": [
149377
+ {
149378
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149379
+ "name": "Attributes"
149380
+ }
149381
+ ],
149382
+ "required": false,
149383
+ "type": {
149384
+ "name": "Key | null"
149385
+ }
149386
149386
  }
149387
149387
  }
149388
149388
  },
@@ -230772,26 +230772,11 @@
230772
230772
  "tags": {
230773
230773
  "flr-generate": "all"
230774
230774
  },
230775
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
230775
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
230776
230776
  "description": "",
230777
- "displayName": "Align",
230777
+ "displayName": "AlertText",
230778
230778
  "methods": [],
230779
230779
  "props": {
230780
- "children": {
230781
- "defaultValue": null,
230782
- "description": "",
230783
- "name": "children",
230784
- "declarations": [
230785
- {
230786
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230787
- "name": "TypeLiteral"
230788
- }
230789
- ],
230790
- "required": false,
230791
- "type": {
230792
- "name": "ReactNode"
230793
- }
230794
- },
230795
230780
  "className": {
230796
230781
  "defaultValue": null,
230797
230782
  "description": "The elements class name.",
@@ -230811,6 +230796,21 @@
230811
230796
  "name": "string"
230812
230797
  }
230813
230798
  },
230799
+ "children": {
230800
+ "defaultValue": null,
230801
+ "description": "",
230802
+ "name": "children",
230803
+ "declarations": [
230804
+ {
230805
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230806
+ "name": "TypeLiteral"
230807
+ }
230808
+ ],
230809
+ "required": false,
230810
+ "type": {
230811
+ "name": "ReactNode"
230812
+ }
230813
+ },
230814
230814
  "wrapWith": {
230815
230815
  "defaultValue": null,
230816
230816
  "description": "",
@@ -230886,6 +230886,21 @@
230886
230886
  "type": {
230887
230887
  "name": "Key | null"
230888
230888
  }
230889
+ },
230890
+ "status": {
230891
+ "defaultValue": null,
230892
+ "description": "The elements status",
230893
+ "name": "status",
230894
+ "declarations": [
230895
+ {
230896
+ "fileName": "components/src/lib/types/props.ts",
230897
+ "name": "TypeLiteral"
230898
+ }
230899
+ ],
230900
+ "required": false,
230901
+ "type": {
230902
+ "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
230903
+ }
230889
230904
  }
230890
230905
  }
230891
230906
  },
@@ -230893,11 +230908,26 @@
230893
230908
  "tags": {
230894
230909
  "flr-generate": "all"
230895
230910
  },
230896
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
230911
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
230897
230912
  "description": "",
230898
- "displayName": "AlertText",
230913
+ "displayName": "Align",
230899
230914
  "methods": [],
230900
230915
  "props": {
230916
+ "children": {
230917
+ "defaultValue": null,
230918
+ "description": "",
230919
+ "name": "children",
230920
+ "declarations": [
230921
+ {
230922
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230923
+ "name": "TypeLiteral"
230924
+ }
230925
+ ],
230926
+ "required": false,
230927
+ "type": {
230928
+ "name": "ReactNode"
230929
+ }
230930
+ },
230901
230931
  "className": {
230902
230932
  "defaultValue": null,
230903
230933
  "description": "The elements class name.",
@@ -230917,21 +230947,6 @@
230917
230947
  "name": "string"
230918
230948
  }
230919
230949
  },
230920
- "children": {
230921
- "defaultValue": null,
230922
- "description": "",
230923
- "name": "children",
230924
- "declarations": [
230925
- {
230926
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230927
- "name": "TypeLiteral"
230928
- }
230929
- ],
230930
- "required": false,
230931
- "type": {
230932
- "name": "ReactNode"
230933
- }
230934
- },
230935
230950
  "wrapWith": {
230936
230951
  "defaultValue": null,
230937
230952
  "description": "",
@@ -231007,21 +231022,6 @@
231007
231022
  "type": {
231008
231023
  "name": "Key | null"
231009
231024
  }
231010
- },
231011
- "status": {
231012
- "defaultValue": null,
231013
- "description": "The elements status",
231014
- "name": "status",
231015
- "declarations": [
231016
- {
231017
- "fileName": "components/src/lib/types/props.ts",
231018
- "name": "TypeLiteral"
231019
- }
231020
- ],
231021
- "required": false,
231022
- "type": {
231023
- "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
231024
- }
231025
231025
  }
231026
231026
  }
231027
231027
  },
@@ -289748,6 +289748,72 @@
289748
289748
  }
289749
289749
  }
289750
289750
  },
289751
+ {
289752
+ "tags": {},
289753
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
289754
+ "description": "",
289755
+ "displayName": "TabList",
289756
+ "methods": [],
289757
+ "props": {
289758
+ "selection": {
289759
+ "defaultValue": null,
289760
+ "description": "",
289761
+ "name": "selection",
289762
+ "parent": {
289763
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289764
+ "name": "Props"
289765
+ },
289766
+ "declarations": [
289767
+ {
289768
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289769
+ "name": "Props"
289770
+ }
289771
+ ],
289772
+ "required": true,
289773
+ "type": {
289774
+ "name": "Key | undefined"
289775
+ }
289776
+ },
289777
+ "onContextMenuSelectionChange": {
289778
+ "defaultValue": null,
289779
+ "description": "",
289780
+ "name": "onContextMenuSelectionChange",
289781
+ "parent": {
289782
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289783
+ "name": "Props"
289784
+ },
289785
+ "declarations": [
289786
+ {
289787
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289788
+ "name": "Props"
289789
+ }
289790
+ ],
289791
+ "required": true,
289792
+ "type": {
289793
+ "name": "(key: Key) => void"
289794
+ }
289795
+ },
289796
+ "disabledKeys": {
289797
+ "defaultValue": null,
289798
+ "description": "",
289799
+ "name": "disabledKeys",
289800
+ "parent": {
289801
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289802
+ "name": "Props"
289803
+ },
289804
+ "declarations": [
289805
+ {
289806
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289807
+ "name": "Props"
289808
+ }
289809
+ ],
289810
+ "required": false,
289811
+ "type": {
289812
+ "name": "Iterable<Key>"
289813
+ }
289814
+ }
289815
+ }
289816
+ },
289751
289817
  {
289752
289818
  "tags": {
289753
289819
  "flr-generate": "all"
@@ -291505,72 +291571,6 @@
291505
291571
  }
291506
291572
  }
291507
291573
  },
291508
- {
291509
- "tags": {},
291510
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291511
- "description": "",
291512
- "displayName": "TabList",
291513
- "methods": [],
291514
- "props": {
291515
- "selection": {
291516
- "defaultValue": null,
291517
- "description": "",
291518
- "name": "selection",
291519
- "parent": {
291520
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291521
- "name": "Props"
291522
- },
291523
- "declarations": [
291524
- {
291525
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291526
- "name": "Props"
291527
- }
291528
- ],
291529
- "required": true,
291530
- "type": {
291531
- "name": "Key | undefined"
291532
- }
291533
- },
291534
- "onContextMenuSelectionChange": {
291535
- "defaultValue": null,
291536
- "description": "",
291537
- "name": "onContextMenuSelectionChange",
291538
- "parent": {
291539
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291540
- "name": "Props"
291541
- },
291542
- "declarations": [
291543
- {
291544
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291545
- "name": "Props"
291546
- }
291547
- ],
291548
- "required": true,
291549
- "type": {
291550
- "name": "(key: Key) => void"
291551
- }
291552
- },
291553
- "disabledKeys": {
291554
- "defaultValue": null,
291555
- "description": "",
291556
- "name": "disabledKeys",
291557
- "parent": {
291558
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291559
- "name": "Props"
291560
- },
291561
- "declarations": [
291562
- {
291563
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291564
- "name": "Props"
291565
- }
291566
- ],
291567
- "required": false,
291568
- "type": {
291569
- "name": "Iterable<Key>"
291570
- }
291571
- }
291572
- }
291573
- },
291574
291574
  {
291575
291575
  "tags": {
291576
291576
  "flr-generate": "all"
@@ -308660,34 +308660,6 @@
308660
308660
  }
308661
308661
  }
308662
308662
  },
308663
- {
308664
- "tags": {},
308665
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308666
- "description": "",
308667
- "displayName": "PopoverTip",
308668
- "methods": [],
308669
- "props": {
308670
- "className": {
308671
- "defaultValue": null,
308672
- "description": "The elements class name.",
308673
- "name": "className",
308674
- "parent": {
308675
- "fileName": "components/src/lib/types/props.ts",
308676
- "name": "PropsWithClassName"
308677
- },
308678
- "declarations": [
308679
- {
308680
- "fileName": "components/src/lib/types/props.ts",
308681
- "name": "PropsWithClassName"
308682
- }
308683
- ],
308684
- "required": false,
308685
- "type": {
308686
- "name": "string"
308687
- }
308688
- }
308689
- }
308690
- },
308691
308663
  {
308692
308664
  "tags": {
308693
308665
  "flr-generate": "all"
@@ -308866,6 +308838,34 @@
308866
308838
  }
308867
308839
  }
308868
308840
  },
308841
+ {
308842
+ "tags": {},
308843
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308844
+ "description": "",
308845
+ "displayName": "PopoverTip",
308846
+ "methods": [],
308847
+ "props": {
308848
+ "className": {
308849
+ "defaultValue": null,
308850
+ "description": "The elements class name.",
308851
+ "name": "className",
308852
+ "parent": {
308853
+ "fileName": "components/src/lib/types/props.ts",
308854
+ "name": "PropsWithClassName"
308855
+ },
308856
+ "declarations": [
308857
+ {
308858
+ "fileName": "components/src/lib/types/props.ts",
308859
+ "name": "PropsWithClassName"
308860
+ }
308861
+ ],
308862
+ "required": false,
308863
+ "type": {
308864
+ "name": "string"
308865
+ }
308866
+ }
308867
+ }
308868
+ },
308869
308869
  {
308870
308870
  "tags": {
308871
308871
  "internal": ""
@@ -314890,14 +314890,6 @@
314890
314890
  "methods": [],
314891
314891
  "props": {}
314892
314892
  },
314893
- {
314894
- "tags": {},
314895
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
314896
- "description": "",
314897
- "displayName": "ConfirmUnsavedChangesModal",
314898
- "methods": [],
314899
- "props": {}
314900
- },
314901
314893
  {
314902
314894
  "tags": {},
314903
314895
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -315036,6 +315028,14 @@
315036
315028
  }
315037
315029
  }
315038
315030
  },
315031
+ {
315032
+ "tags": {},
315033
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
315034
+ "description": "",
315035
+ "displayName": "ConfirmUnsavedChangesModal",
315036
+ "methods": [],
315037
+ "props": {}
315038
+ },
315039
315039
  {
315040
315040
  "tags": {
315041
315041
  "flr-generate": "all"
@@ -318481,434 +318481,279 @@
318481
318481
  "tags": {
318482
318482
  "flr-generate": "all"
318483
318483
  },
318484
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318484
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.tsx",
318485
318485
  "description": "",
318486
- "displayName": "ContextMenuSection",
318486
+ "displayName": "ContextMenuContent",
318487
318487
  "methods": [],
318488
318488
  "props": {
318489
- "children": {
318489
+ "className": {
318490
+ "defaultValue": {
318491
+ "value": "'react-aria-Tooltip'"
318492
+ },
318493
+ "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.",
318494
+ "name": "className",
318495
+ "parent": {
318496
+ "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",
318497
+ "name": "TooltipProps"
318498
+ },
318499
+ "declarations": [
318500
+ {
318501
+ "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",
318502
+ "name": "TooltipProps"
318503
+ }
318504
+ ],
318505
+ "required": false,
318506
+ "type": {
318507
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
318508
+ }
318509
+ },
318510
+ "renderEmptyState": {
318490
318511
  "defaultValue": null,
318491
- "description": "",
318492
- "name": "children",
318512
+ "description": "Provides content to display when there are no items in the list.",
318513
+ "name": "renderEmptyState",
318514
+ "parent": {
318515
+ "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",
318516
+ "name": "ListBoxProps"
318517
+ },
318493
318518
  "declarations": [
318494
318519
  {
318495
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318496
- "name": "TypeLiteral"
318520
+ "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",
318521
+ "name": "ListBoxProps"
318497
318522
  }
318498
318523
  ],
318499
318524
  "required": false,
318500
318525
  "type": {
318501
- "name": "ReactNode"
318526
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
318502
318527
  }
318503
318528
  },
318504
- "wrapWith": {
318529
+ "aria-label": {
318505
318530
  "defaultValue": null,
318506
- "description": "",
318507
- "name": "wrapWith",
318531
+ "description": "Defines a string value that labels the current element.",
318532
+ "name": "aria-label",
318508
318533
  "parent": {
318509
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318510
- "name": "FlowComponentProps"
318534
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318535
+ "name": "AriaLabelingProps"
318511
318536
  },
318512
318537
  "declarations": [
318513
318538
  {
318514
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318515
- "name": "FlowComponentProps"
318539
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318540
+ "name": "AriaLabelingProps"
318516
318541
  }
318517
318542
  ],
318518
318543
  "required": false,
318519
318544
  "type": {
318520
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
318545
+ "name": "string"
318521
318546
  }
318522
318547
  },
318523
- "tunnelId": {
318548
+ "aria-labelledby": {
318524
318549
  "defaultValue": null,
318525
- "description": "@internal",
318526
- "name": "tunnelId",
318550
+ "description": "Identifies the element (or elements) that labels the current element.",
318551
+ "name": "aria-labelledby",
318527
318552
  "parent": {
318528
- "fileName": "components/src/lib/types/props.ts",
318529
- "name": "PropsWithTunnel"
318553
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318554
+ "name": "AriaLabelingProps"
318530
318555
  },
318531
318556
  "declarations": [
318532
318557
  {
318533
- "fileName": "components/src/lib/types/props.ts",
318534
- "name": "PropsWithTunnel"
318558
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318559
+ "name": "AriaLabelingProps"
318535
318560
  }
318536
318561
  ],
318537
318562
  "required": false,
318538
318563
  "type": {
318539
- "name": "string | null"
318564
+ "name": "string"
318540
318565
  }
318541
318566
  },
318542
- "ref": {
318567
+ "aria-describedby": {
318543
318568
  "defaultValue": null,
318544
- "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}",
318545
- "name": "ref",
318569
+ "description": "Identifies the element (or elements) that describes the object.",
318570
+ "name": "aria-describedby",
318546
318571
  "parent": {
318547
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318548
- "name": "RefAttributes"
318572
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318573
+ "name": "AriaLabelingProps"
318549
318574
  },
318550
318575
  "declarations": [
318551
318576
  {
318552
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318553
- "name": "RefAttributes"
318577
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318578
+ "name": "AriaLabelingProps"
318554
318579
  }
318555
318580
  ],
318556
318581
  "required": false,
318557
318582
  "type": {
318558
- "name": "Ref<HTMLSpanElement>"
318583
+ "name": "string"
318559
318584
  }
318560
318585
  },
318561
- "key": {
318586
+ "aria-details": {
318562
318587
  "defaultValue": null,
318563
- "description": "",
318564
- "name": "key",
318588
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
318589
+ "name": "aria-details",
318565
318590
  "parent": {
318566
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318567
- "name": "Attributes"
318591
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318592
+ "name": "AriaLabelingProps"
318568
318593
  },
318569
318594
  "declarations": [
318570
318595
  {
318571
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318572
- "name": "Attributes"
318596
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318597
+ "name": "AriaLabelingProps"
318573
318598
  }
318574
318599
  ],
318575
318600
  "required": false,
318576
318601
  "type": {
318577
- "name": "Key | null"
318578
- }
318579
- },
318580
- "selectedKeys": {
318581
- "defaultValue": null,
318582
- "description": "The currently selected keys in the collection (controlled).",
318583
- "name": "selectedKeys",
318584
- "parent": {
318585
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318586
- "name": "MultipleSelection"
318587
- },
318588
- "declarations": [
318589
- {
318590
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318591
- "name": "MultipleSelection"
318592
- }
318593
- ],
318594
- "required": false,
318595
- "type": {
318596
- "name": "\"all\" | Iterable<Key>"
318597
- }
318598
- },
318599
- "defaultSelectedKeys": {
318600
- "defaultValue": null,
318601
- "description": "The initial selected keys in the collection (uncontrolled).",
318602
- "name": "defaultSelectedKeys",
318603
- "parent": {
318604
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318605
- "name": "MultipleSelection"
318606
- },
318607
- "declarations": [
318608
- {
318609
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318610
- "name": "MultipleSelection"
318611
- }
318612
- ],
318613
- "required": false,
318614
- "type": {
318615
- "name": "\"all\" | Iterable<Key>"
318616
- }
318617
- },
318618
- "selectionMode": {
318619
- "defaultValue": null,
318620
- "description": "",
318621
- "name": "selectionMode",
318622
- "declarations": [
318623
- {
318624
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318625
- "name": "TypeLiteral"
318626
- }
318627
- ],
318628
- "required": false,
318629
- "type": {
318630
- "name": "ContextMenuSelectionMode"
318631
- }
318632
- }
318633
- }
318634
- },
318635
- {
318636
- "tags": {
318637
- "flr-generate": "all"
318638
- },
318639
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.tsx",
318640
- "description": "",
318641
- "displayName": "ContextMenuContent",
318642
- "methods": [],
318643
- "props": {
318644
- "className": {
318645
- "defaultValue": {
318646
- "value": "'react-aria-Tooltip'"
318647
- },
318648
- "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.",
318649
- "name": "className",
318650
- "parent": {
318651
- "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",
318652
- "name": "TooltipProps"
318653
- },
318654
- "declarations": [
318655
- {
318656
- "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",
318657
- "name": "TooltipProps"
318658
- }
318659
- ],
318660
- "required": false,
318661
- "type": {
318662
- "name": "ClassNameOrFunction<TooltipRenderProps>"
318663
- }
318664
- },
318665
- "renderEmptyState": {
318666
- "defaultValue": null,
318667
- "description": "Provides content to display when there are no items in the list.",
318668
- "name": "renderEmptyState",
318669
- "parent": {
318670
- "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",
318671
- "name": "ListBoxProps"
318672
- },
318673
- "declarations": [
318674
- {
318675
- "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",
318676
- "name": "ListBoxProps"
318677
- }
318678
- ],
318679
- "required": false,
318680
- "type": {
318681
- "name": "((props: ListBoxRenderProps) => ReactNode)"
318682
- }
318683
- },
318684
- "aria-label": {
318685
- "defaultValue": null,
318686
- "description": "Defines a string value that labels the current element.",
318687
- "name": "aria-label",
318688
- "parent": {
318689
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318690
- "name": "AriaLabelingProps"
318691
- },
318692
- "declarations": [
318693
- {
318694
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318695
- "name": "AriaLabelingProps"
318696
- }
318697
- ],
318698
- "required": false,
318699
- "type": {
318700
- "name": "string"
318701
- }
318702
- },
318703
- "aria-labelledby": {
318704
- "defaultValue": null,
318705
- "description": "Identifies the element (or elements) that labels the current element.",
318706
- "name": "aria-labelledby",
318707
- "parent": {
318708
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318709
- "name": "AriaLabelingProps"
318710
- },
318711
- "declarations": [
318712
- {
318713
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318714
- "name": "AriaLabelingProps"
318715
- }
318716
- ],
318717
- "required": false,
318718
- "type": {
318719
- "name": "string"
318720
- }
318721
- },
318722
- "aria-describedby": {
318723
- "defaultValue": null,
318724
- "description": "Identifies the element (or elements) that describes the object.",
318725
- "name": "aria-describedby",
318726
- "parent": {
318727
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318728
- "name": "AriaLabelingProps"
318729
- },
318730
- "declarations": [
318731
- {
318732
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318733
- "name": "AriaLabelingProps"
318734
- }
318735
- ],
318736
- "required": false,
318737
- "type": {
318738
- "name": "string"
318739
- }
318740
- },
318741
- "aria-details": {
318742
- "defaultValue": null,
318743
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
318744
- "name": "aria-details",
318745
- "parent": {
318746
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318747
- "name": "AriaLabelingProps"
318748
- },
318749
- "declarations": [
318750
- {
318751
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318752
- "name": "AriaLabelingProps"
318753
- }
318754
- ],
318755
- "required": false,
318756
- "type": {
318757
- "name": "string"
318758
- }
318759
- },
318760
- "autoFocus": {
318761
- "defaultValue": null,
318762
- "description": "Where the focus should be set.",
318763
- "name": "autoFocus",
318764
- "parent": {
318765
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
318766
- "name": "MenuProps"
318767
- },
318768
- "declarations": [
318769
- {
318770
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
318771
- "name": "MenuProps"
318772
- }
318773
- ],
318774
- "required": false,
318775
- "type": {
318776
- "name": "boolean | FocusStrategy"
318777
- }
318778
- },
318779
- "id": {
318780
- "defaultValue": null,
318781
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
318782
- "name": "id",
318783
- "parent": {
318784
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318785
- "name": "DOMProps"
318786
- },
318787
- "declarations": [
318788
- {
318789
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318790
- "name": "DOMProps"
318791
- }
318792
- ],
318793
- "required": false,
318794
- "type": {
318795
- "name": "string"
318796
- }
318797
- },
318798
- "items": {
318799
- "defaultValue": null,
318800
- "description": "Item objects in the collection.",
318801
- "name": "items",
318802
- "parent": {
318803
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
318804
- "name": "CollectionBase"
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/collections.d.ts",
318809
- "name": "CollectionBase"
318810
- }
318811
- ],
318812
- "required": false,
318813
- "type": {
318814
- "name": "Iterable<object>"
318815
- }
318816
- },
318817
- "disallowEmptySelection": {
318818
- "defaultValue": null,
318819
- "description": "Whether the collection allows empty selection.",
318820
- "name": "disallowEmptySelection",
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": "boolean"
318834
- }
318835
- },
318836
- "onSelectionChange": {
318837
- "defaultValue": null,
318838
- "description": "Handler that is called when the selection changes.",
318839
- "name": "onSelectionChange",
318840
- "parent": {
318841
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318842
- "name": "MultipleSelection"
318843
- },
318844
- "declarations": [
318845
- {
318846
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318847
- "name": "MultipleSelection"
318848
- }
318849
- ],
318850
- "required": false,
318851
- "type": {
318852
- "name": "((keys: Selection) => void)"
318853
- }
318854
- },
318855
- "disabledKeys": {
318856
- "defaultValue": null,
318857
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
318858
- "name": "disabledKeys",
318859
- "parent": {
318860
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
318861
- "name": "CollectionBase"
318862
- },
318863
- "declarations": [
318864
- {
318865
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
318866
- "name": "CollectionBase"
318867
- }
318868
- ],
318869
- "required": false,
318870
- "type": {
318871
- "name": "Iterable<Key>"
318872
- }
318873
- },
318874
- "escapeKeyBehavior": {
318875
- "defaultValue": {
318876
- "value": "'clearSelection'"
318877
- },
318878
- "description": "Whether pressing the escape key should clear selection in the menu 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.",
318879
- "name": "escapeKeyBehavior",
318880
- "parent": {
318881
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
318882
- "name": "AriaMenuProps"
318883
- },
318884
- "declarations": [
318885
- {
318886
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
318887
- "name": "AriaMenuProps"
318888
- }
318889
- ],
318890
- "required": false,
318891
- "type": {
318892
- "name": "\"none\" | \"clearSelection\""
318893
- }
318894
- },
318895
- "selectionMode": {
318896
- "defaultValue": null,
318897
- "description": "The type of selection that is allowed in the collection.",
318898
- "name": "selectionMode",
318899
- "parent": {
318900
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318901
- "name": "MultipleSelection"
318902
- },
318903
- "declarations": [
318904
- {
318905
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318906
- "name": "MultipleSelection"
318907
- }
318908
- ],
318909
- "required": false,
318910
- "type": {
318911
- "name": "SelectionMode"
318602
+ "name": "string"
318603
+ }
318604
+ },
318605
+ "autoFocus": {
318606
+ "defaultValue": null,
318607
+ "description": "Where the focus should be set.",
318608
+ "name": "autoFocus",
318609
+ "parent": {
318610
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
318611
+ "name": "MenuProps"
318612
+ },
318613
+ "declarations": [
318614
+ {
318615
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
318616
+ "name": "MenuProps"
318617
+ }
318618
+ ],
318619
+ "required": false,
318620
+ "type": {
318621
+ "name": "boolean | FocusStrategy"
318622
+ }
318623
+ },
318624
+ "id": {
318625
+ "defaultValue": null,
318626
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
318627
+ "name": "id",
318628
+ "parent": {
318629
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318630
+ "name": "DOMProps"
318631
+ },
318632
+ "declarations": [
318633
+ {
318634
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
318635
+ "name": "DOMProps"
318636
+ }
318637
+ ],
318638
+ "required": false,
318639
+ "type": {
318640
+ "name": "string"
318641
+ }
318642
+ },
318643
+ "items": {
318644
+ "defaultValue": null,
318645
+ "description": "Item objects in the collection.",
318646
+ "name": "items",
318647
+ "parent": {
318648
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
318649
+ "name": "CollectionBase"
318650
+ },
318651
+ "declarations": [
318652
+ {
318653
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
318654
+ "name": "CollectionBase"
318655
+ }
318656
+ ],
318657
+ "required": false,
318658
+ "type": {
318659
+ "name": "Iterable<object>"
318660
+ }
318661
+ },
318662
+ "disallowEmptySelection": {
318663
+ "defaultValue": null,
318664
+ "description": "Whether the collection allows empty selection.",
318665
+ "name": "disallowEmptySelection",
318666
+ "parent": {
318667
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318668
+ "name": "MultipleSelection"
318669
+ },
318670
+ "declarations": [
318671
+ {
318672
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318673
+ "name": "MultipleSelection"
318674
+ }
318675
+ ],
318676
+ "required": false,
318677
+ "type": {
318678
+ "name": "boolean"
318679
+ }
318680
+ },
318681
+ "onSelectionChange": {
318682
+ "defaultValue": null,
318683
+ "description": "Handler that is called when the selection changes.",
318684
+ "name": "onSelectionChange",
318685
+ "parent": {
318686
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318687
+ "name": "MultipleSelection"
318688
+ },
318689
+ "declarations": [
318690
+ {
318691
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318692
+ "name": "MultipleSelection"
318693
+ }
318694
+ ],
318695
+ "required": false,
318696
+ "type": {
318697
+ "name": "((keys: Selection) => void)"
318698
+ }
318699
+ },
318700
+ "disabledKeys": {
318701
+ "defaultValue": null,
318702
+ "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
318703
+ "name": "disabledKeys",
318704
+ "parent": {
318705
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
318706
+ "name": "CollectionBase"
318707
+ },
318708
+ "declarations": [
318709
+ {
318710
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
318711
+ "name": "CollectionBase"
318712
+ }
318713
+ ],
318714
+ "required": false,
318715
+ "type": {
318716
+ "name": "Iterable<Key>"
318717
+ }
318718
+ },
318719
+ "escapeKeyBehavior": {
318720
+ "defaultValue": {
318721
+ "value": "'clearSelection'"
318722
+ },
318723
+ "description": "Whether pressing the escape key should clear selection in the menu 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.",
318724
+ "name": "escapeKeyBehavior",
318725
+ "parent": {
318726
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
318727
+ "name": "AriaMenuProps"
318728
+ },
318729
+ "declarations": [
318730
+ {
318731
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
318732
+ "name": "AriaMenuProps"
318733
+ }
318734
+ ],
318735
+ "required": false,
318736
+ "type": {
318737
+ "name": "\"none\" | \"clearSelection\""
318738
+ }
318739
+ },
318740
+ "selectionMode": {
318741
+ "defaultValue": null,
318742
+ "description": "The type of selection that is allowed in the collection.",
318743
+ "name": "selectionMode",
318744
+ "parent": {
318745
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318746
+ "name": "MultipleSelection"
318747
+ },
318748
+ "declarations": [
318749
+ {
318750
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318751
+ "name": "MultipleSelection"
318752
+ }
318753
+ ],
318754
+ "required": false,
318755
+ "type": {
318756
+ "name": "SelectionMode"
318912
318757
  }
318913
318758
  },
318914
318759
  "selectedKeys": {
@@ -320433,6 +320278,161 @@
320433
320278
  }
320434
320279
  }
320435
320280
  },
320281
+ {
320282
+ "tags": {
320283
+ "flr-generate": "all"
320284
+ },
320285
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320286
+ "description": "",
320287
+ "displayName": "ContextMenuSection",
320288
+ "methods": [],
320289
+ "props": {
320290
+ "children": {
320291
+ "defaultValue": null,
320292
+ "description": "",
320293
+ "name": "children",
320294
+ "declarations": [
320295
+ {
320296
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320297
+ "name": "TypeLiteral"
320298
+ }
320299
+ ],
320300
+ "required": false,
320301
+ "type": {
320302
+ "name": "ReactNode"
320303
+ }
320304
+ },
320305
+ "wrapWith": {
320306
+ "defaultValue": null,
320307
+ "description": "",
320308
+ "name": "wrapWith",
320309
+ "parent": {
320310
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320311
+ "name": "FlowComponentProps"
320312
+ },
320313
+ "declarations": [
320314
+ {
320315
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320316
+ "name": "FlowComponentProps"
320317
+ }
320318
+ ],
320319
+ "required": false,
320320
+ "type": {
320321
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
320322
+ }
320323
+ },
320324
+ "tunnelId": {
320325
+ "defaultValue": null,
320326
+ "description": "@internal",
320327
+ "name": "tunnelId",
320328
+ "parent": {
320329
+ "fileName": "components/src/lib/types/props.ts",
320330
+ "name": "PropsWithTunnel"
320331
+ },
320332
+ "declarations": [
320333
+ {
320334
+ "fileName": "components/src/lib/types/props.ts",
320335
+ "name": "PropsWithTunnel"
320336
+ }
320337
+ ],
320338
+ "required": false,
320339
+ "type": {
320340
+ "name": "string | null"
320341
+ }
320342
+ },
320343
+ "ref": {
320344
+ "defaultValue": null,
320345
+ "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}",
320346
+ "name": "ref",
320347
+ "parent": {
320348
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320349
+ "name": "RefAttributes"
320350
+ },
320351
+ "declarations": [
320352
+ {
320353
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320354
+ "name": "RefAttributes"
320355
+ }
320356
+ ],
320357
+ "required": false,
320358
+ "type": {
320359
+ "name": "Ref<HTMLSpanElement>"
320360
+ }
320361
+ },
320362
+ "key": {
320363
+ "defaultValue": null,
320364
+ "description": "",
320365
+ "name": "key",
320366
+ "parent": {
320367
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320368
+ "name": "Attributes"
320369
+ },
320370
+ "declarations": [
320371
+ {
320372
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320373
+ "name": "Attributes"
320374
+ }
320375
+ ],
320376
+ "required": false,
320377
+ "type": {
320378
+ "name": "Key | null"
320379
+ }
320380
+ },
320381
+ "selectedKeys": {
320382
+ "defaultValue": null,
320383
+ "description": "The currently selected keys in the collection (controlled).",
320384
+ "name": "selectedKeys",
320385
+ "parent": {
320386
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320387
+ "name": "MultipleSelection"
320388
+ },
320389
+ "declarations": [
320390
+ {
320391
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320392
+ "name": "MultipleSelection"
320393
+ }
320394
+ ],
320395
+ "required": false,
320396
+ "type": {
320397
+ "name": "\"all\" | Iterable<Key>"
320398
+ }
320399
+ },
320400
+ "defaultSelectedKeys": {
320401
+ "defaultValue": null,
320402
+ "description": "The initial selected keys in the collection (uncontrolled).",
320403
+ "name": "defaultSelectedKeys",
320404
+ "parent": {
320405
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320406
+ "name": "MultipleSelection"
320407
+ },
320408
+ "declarations": [
320409
+ {
320410
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320411
+ "name": "MultipleSelection"
320412
+ }
320413
+ ],
320414
+ "required": false,
320415
+ "type": {
320416
+ "name": "\"all\" | Iterable<Key>"
320417
+ }
320418
+ },
320419
+ "selectionMode": {
320420
+ "defaultValue": null,
320421
+ "description": "",
320422
+ "name": "selectionMode",
320423
+ "declarations": [
320424
+ {
320425
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320426
+ "name": "TypeLiteral"
320427
+ }
320428
+ ],
320429
+ "required": false,
320430
+ "type": {
320431
+ "name": "ContextMenuSelectionMode"
320432
+ }
320433
+ }
320434
+ }
320435
+ },
320436
320436
  {
320437
320437
  "tags": {},
320438
320438
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
@@ -321721,6 +321721,175 @@
321721
321721
  }
321722
321722
  }
321723
321723
  },
321724
+ {
321725
+ "tags": {
321726
+ "flr-generate": "all"
321727
+ },
321728
+ "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
321729
+ "description": "",
321730
+ "displayName": "Line",
321731
+ "methods": [],
321732
+ "props": {
321733
+ "color": {
321734
+ "defaultValue": {
321735
+ "value": "\"sea-green\""
321736
+ },
321737
+ "description": "The color of the line.",
321738
+ "name": "color",
321739
+ "parent": {
321740
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321741
+ "name": "LineProps"
321742
+ },
321743
+ "declarations": [
321744
+ {
321745
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321746
+ "name": "LineProps"
321747
+ }
321748
+ ],
321749
+ "required": false,
321750
+ "type": {
321751
+ "name": "CategoricalWithCustomColor"
321752
+ }
321753
+ },
321754
+ "className": {
321755
+ "defaultValue": null,
321756
+ "description": "",
321757
+ "name": "className",
321758
+ "parent": {
321759
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321760
+ "name": "HTMLAttributes"
321761
+ },
321762
+ "declarations": [
321763
+ {
321764
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321765
+ "name": "HTMLAttributes"
321766
+ }
321767
+ ],
321768
+ "required": false,
321769
+ "type": {
321770
+ "name": "string"
321771
+ }
321772
+ },
321773
+ "key": {
321774
+ "defaultValue": null,
321775
+ "description": "",
321776
+ "name": "key",
321777
+ "parent": {
321778
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321779
+ "name": "Attributes"
321780
+ },
321781
+ "declarations": [
321782
+ {
321783
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321784
+ "name": "Attributes"
321785
+ }
321786
+ ],
321787
+ "required": false,
321788
+ "type": {
321789
+ "name": "Key | null"
321790
+ }
321791
+ },
321792
+ "type": {
321793
+ "defaultValue": null,
321794
+ "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.}",
321795
+ "name": "type",
321796
+ "parent": {
321797
+ "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",
321798
+ "name": "CurveProps"
321799
+ },
321800
+ "declarations": [
321801
+ {
321802
+ "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",
321803
+ "name": "CurveProps"
321804
+ },
321805
+ {
321806
+ "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",
321807
+ "name": "LineProps"
321808
+ }
321809
+ ],
321810
+ "required": false,
321811
+ "type": {
321812
+ "name": "CurveType"
321813
+ }
321814
+ },
321815
+ "dataKey": {
321816
+ "defaultValue": null,
321817
+ "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.",
321818
+ "name": "dataKey",
321819
+ "parent": {
321820
+ "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",
321821
+ "name": "LineProps"
321822
+ },
321823
+ "declarations": [
321824
+ {
321825
+ "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",
321826
+ "name": "LineProps"
321827
+ }
321828
+ ],
321829
+ "required": false,
321830
+ "type": {
321831
+ "name": "DataKey<any>"
321832
+ }
321833
+ },
321834
+ "unit": {
321835
+ "defaultValue": null,
321836
+ "description": "The unit of data. This option will be used in tooltip.",
321837
+ "name": "unit",
321838
+ "parent": {
321839
+ "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",
321840
+ "name": "LineProps"
321841
+ },
321842
+ "declarations": [
321843
+ {
321844
+ "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",
321845
+ "name": "LineProps"
321846
+ }
321847
+ ],
321848
+ "required": false,
321849
+ "type": {
321850
+ "name": "string | number | null"
321851
+ }
321852
+ },
321853
+ "xAxisId": {
321854
+ "defaultValue": null,
321855
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
321856
+ "name": "xAxisId",
321857
+ "parent": {
321858
+ "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",
321859
+ "name": "LineProps"
321860
+ },
321861
+ "declarations": [
321862
+ {
321863
+ "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",
321864
+ "name": "LineProps"
321865
+ }
321866
+ ],
321867
+ "required": false,
321868
+ "type": {
321869
+ "name": "AxisId"
321870
+ }
321871
+ },
321872
+ "yAxisId": {
321873
+ "defaultValue": null,
321874
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
321875
+ "name": "yAxisId",
321876
+ "parent": {
321877
+ "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",
321878
+ "name": "LineProps"
321879
+ },
321880
+ "declarations": [
321881
+ {
321882
+ "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",
321883
+ "name": "LineProps"
321884
+ }
321885
+ ],
321886
+ "required": false,
321887
+ "type": {
321888
+ "name": "AxisId"
321889
+ }
321890
+ }
321891
+ }
321892
+ },
321724
321893
  {
321725
321894
  "tags": {
321726
321895
  "flr-generate": "all"
@@ -321979,933 +322148,9 @@
321979
322148
  }
321980
322149
  }
321981
322150
  },
321982
- {
321983
- "tags": {
321984
- "flr-generate": "all"
321985
- },
321986
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
321987
- "description": "",
321988
- "displayName": "Line",
321989
- "methods": [],
321990
- "props": {
321991
- "color": {
321992
- "defaultValue": {
321993
- "value": "\"sea-green\""
321994
- },
321995
- "description": "The color of the line.",
321996
- "name": "color",
321997
- "parent": {
321998
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321999
- "name": "LineProps"
322000
- },
322001
- "declarations": [
322002
- {
322003
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
322004
- "name": "LineProps"
322005
- }
322006
- ],
322007
- "required": false,
322008
- "type": {
322009
- "name": "CategoricalWithCustomColor"
322010
- }
322011
- },
322012
- "className": {
322013
- "defaultValue": null,
322014
- "description": "",
322015
- "name": "className",
322016
- "parent": {
322017
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322018
- "name": "HTMLAttributes"
322019
- },
322020
- "declarations": [
322021
- {
322022
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322023
- "name": "HTMLAttributes"
322024
- }
322025
- ],
322026
- "required": false,
322027
- "type": {
322028
- "name": "string"
322029
- }
322030
- },
322031
- "key": {
322032
- "defaultValue": null,
322033
- "description": "",
322034
- "name": "key",
322035
- "parent": {
322036
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322037
- "name": "Attributes"
322038
- },
322039
- "declarations": [
322040
- {
322041
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322042
- "name": "Attributes"
322043
- }
322044
- ],
322045
- "required": false,
322046
- "type": {
322047
- "name": "Key | null"
322048
- }
322049
- },
322050
- "type": {
322051
- "defaultValue": null,
322052
- "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.}",
322053
- "name": "type",
322054
- "parent": {
322055
- "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",
322056
- "name": "CurveProps"
322057
- },
322058
- "declarations": [
322059
- {
322060
- "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",
322061
- "name": "CurveProps"
322062
- },
322063
- {
322064
- "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",
322065
- "name": "LineProps"
322066
- }
322067
- ],
322068
- "required": false,
322069
- "type": {
322070
- "name": "CurveType"
322071
- }
322072
- },
322073
- "dataKey": {
322074
- "defaultValue": null,
322075
- "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.",
322076
- "name": "dataKey",
322077
- "parent": {
322078
- "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",
322079
- "name": "LineProps"
322080
- },
322081
- "declarations": [
322082
- {
322083
- "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",
322084
- "name": "LineProps"
322085
- }
322086
- ],
322087
- "required": false,
322088
- "type": {
322089
- "name": "DataKey<any>"
322090
- }
322091
- },
322092
- "unit": {
322093
- "defaultValue": null,
322094
- "description": "The unit of data. This option will be used in tooltip.",
322095
- "name": "unit",
322096
- "parent": {
322097
- "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",
322098
- "name": "LineProps"
322099
- },
322100
- "declarations": [
322101
- {
322102
- "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",
322103
- "name": "LineProps"
322104
- }
322105
- ],
322106
- "required": false,
322107
- "type": {
322108
- "name": "string | number | null"
322109
- }
322110
- },
322111
- "xAxisId": {
322112
- "defaultValue": null,
322113
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
322114
- "name": "xAxisId",
322115
- "parent": {
322116
- "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",
322117
- "name": "LineProps"
322118
- },
322119
- "declarations": [
322120
- {
322121
- "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",
322122
- "name": "LineProps"
322123
- }
322124
- ],
322125
- "required": false,
322126
- "type": {
322127
- "name": "AxisId"
322128
- }
322129
- },
322130
- "yAxisId": {
322131
- "defaultValue": null,
322132
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
322133
- "name": "yAxisId",
322134
- "parent": {
322135
- "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",
322136
- "name": "LineProps"
322137
- },
322138
- "declarations": [
322139
- {
322140
- "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",
322141
- "name": "LineProps"
322142
- }
322143
- ],
322144
- "required": false,
322145
- "type": {
322146
- "name": "AxisId"
322147
- }
322148
- }
322149
- }
322150
- },
322151
- {
322152
- "tags": {
322153
- "internal": ""
322154
- },
322155
- "filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322156
- "description": "",
322157
- "displayName": "TooltipLegendItem",
322158
- "methods": [],
322159
- "props": {
322160
- "item": {
322161
- "defaultValue": null,
322162
- "description": "",
322163
- "name": "item",
322164
- "parent": {
322165
- "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322166
- "name": "LegendItemLabelProps"
322167
- },
322168
- "declarations": [
322169
- {
322170
- "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322171
- "name": "LegendItemLabelProps"
322172
- }
322173
- ],
322174
- "required": true,
322175
- "type": {
322176
- "name": "Payload<ValueType, NameType>"
322177
- }
322178
- },
322179
- "index": {
322180
- "defaultValue": null,
322181
- "description": "",
322182
- "name": "index",
322183
- "parent": {
322184
- "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322185
- "name": "LegendItemLabelProps"
322186
- },
322187
- "declarations": [
322188
- {
322189
- "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322190
- "name": "LegendItemLabelProps"
322191
- }
322192
- ],
322193
- "required": true,
322194
- "type": {
322195
- "name": "number"
322196
- }
322197
- },
322198
- "formatter": {
322199
- "defaultValue": null,
322200
- "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
322201
- "name": "formatter",
322202
- "parent": {
322203
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322204
- "name": "WithTooltipFormatters"
322205
- },
322206
- "declarations": [
322207
- {
322208
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322209
- "name": "WithTooltipFormatters"
322210
- }
322211
- ],
322212
- "required": false,
322213
- "type": {
322214
- "name": "TooltipLineFormatter"
322215
- }
322216
- }
322217
- }
322218
- },
322219
- {
322220
- "tags": {
322221
- "internal": ""
322222
- },
322223
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
322224
- "description": "",
322225
- "displayName": "TooltipContent",
322226
- "methods": [],
322227
- "props": {
322228
- "formatter": {
322229
- "defaultValue": null,
322230
- "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
322231
- "name": "formatter",
322232
- "parent": {
322233
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322234
- "name": "WithTooltipFormatters"
322235
- },
322236
- "declarations": [
322237
- {
322238
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322239
- "name": "WithTooltipFormatters"
322240
- }
322241
- ],
322242
- "required": false,
322243
- "type": {
322244
- "name": "TooltipLineFormatter"
322245
- }
322246
- },
322247
- "headingFormatter": {
322248
- "defaultValue": null,
322249
- "description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
322250
- "name": "headingFormatter",
322251
- "parent": {
322252
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322253
- "name": "WithTooltipFormatters"
322254
- },
322255
- "declarations": [
322256
- {
322257
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322258
- "name": "WithTooltipFormatters"
322259
- }
322260
- ],
322261
- "required": false,
322262
- "type": {
322263
- "name": "TooltipHeadingFormatter"
322264
- }
322265
- },
322266
- "offset": {
322267
- "defaultValue": null,
322268
- "description": "The offset size between the position of tooltip and the mouse cursor position.\nWhen a number is provided, the same offset is applied to both x and y axes.\n\nWhen a Coordinate object is provided, you can specify different offsets for each axis (x and y as numbers)\n@defaultValue 10",
322269
- "name": "offset",
322270
- "declarations": [
322271
- {
322272
- "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/component/Tooltip.d.ts",
322273
- "name": "TypeLiteral"
322274
- }
322275
- ],
322276
- "required": false,
322277
- "type": {
322278
- "name": "number | Coordinate"
322279
- }
322280
- },
322281
- "label": {
322282
- "defaultValue": null,
322283
- "description": "",
322284
- "name": "label",
322285
- "declarations": [
322286
- {
322287
- "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/component/Tooltip.d.ts",
322288
- "name": "TypeLiteral"
322289
- }
322290
- ],
322291
- "required": false,
322292
- "type": {
322293
- "name": "string | number"
322294
- }
322295
- },
322296
- "content": {
322297
- "defaultValue": null,
322298
- "description": "Renders the content of the tooltip.\n\nThis should return HTML elements, not SVG elements.\n\n- If not set, the {@link DefaultTooltipContent } component is used.\n- If set to a React element, this element will be cloned and extra props will be passed in.\n- If set to a function, the function will be called and should return HTML elements.\n@see {@link https://recharts.github.io/en-US/examples/CustomContentOfTooltip/ Example with custom content}",
322299
- "name": "content",
322300
- "declarations": [
322301
- {
322302
- "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/component/Tooltip.d.ts",
322303
- "name": "TypeLiteral"
322304
- }
322305
- ],
322306
- "required": false,
322307
- "type": {
322308
- "name": "ContentType<ValueType, NameType>"
322309
- }
322310
- },
322311
- "separator": {
322312
- "defaultValue": null,
322313
- "description": "The separator between name and value.\n@defaultValue ' : '",
322314
- "name": "separator",
322315
- "parent": {
322316
- "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/component/DefaultTooltipContent.d.ts",
322317
- "name": "Props"
322318
- },
322319
- "declarations": [
322320
- {
322321
- "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/component/DefaultTooltipContent.d.ts",
322322
- "name": "Props"
322323
- },
322324
- {
322325
- "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/component/Tooltip.d.ts",
322326
- "name": "TypeLiteral"
322327
- }
322328
- ],
322329
- "required": false,
322330
- "type": {
322331
- "name": "string"
322332
- }
322333
- },
322334
- "trigger": {
322335
- "defaultValue": null,
322336
- "description": "If `hover` then the Tooltip shows on mouse enter and hides on mouse leave.\n\nIf `click` then the Tooltip shows after clicking and stays active.\n@defaultValue hover",
322337
- "name": "trigger",
322338
- "declarations": [
322339
- {
322340
- "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/component/Tooltip.d.ts",
322341
- "name": "TypeLiteral"
322342
- }
322343
- ],
322344
- "required": false,
322345
- "type": {
322346
- "name": "TooltipTrigger"
322347
- }
322348
- },
322349
- "cursor": {
322350
- "defaultValue": null,
322351
- "description": "If set false, no cursor will be drawn when tooltip is active.\nIf set a object, the option is the configuration of cursor.\nIf set a React element, the option is the custom react element of drawing cursor.\n@defaultValue true",
322352
- "name": "cursor",
322353
- "declarations": [
322354
- {
322355
- "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/component/Tooltip.d.ts",
322356
- "name": "TypeLiteral"
322357
- }
322358
- ],
322359
- "required": false,
322360
- "type": {
322361
- "name": "CursorDefinition"
322362
- }
322363
- },
322364
- "position": {
322365
- "defaultValue": null,
322366
- "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
322367
- "name": "position",
322368
- "declarations": [
322369
- {
322370
- "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/component/Tooltip.d.ts",
322371
- "name": "TypeLiteral"
322372
- }
322373
- ],
322374
- "required": false,
322375
- "type": {
322376
- "name": "Partial<Coordinate>"
322377
- }
322378
- },
322379
- "includeHidden": {
322380
- "defaultValue": null,
322381
- "description": "If true, the tooltip will display information about hidden series.\nDefaults to false.\nInteracting with the hide property of Area, Bar, Line, Scatter.\n@defaultValue false",
322382
- "name": "includeHidden",
322383
- "declarations": [
322384
- {
322385
- "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/component/Tooltip.d.ts",
322386
- "name": "TypeLiteral"
322387
- }
322388
- ],
322389
- "required": false,
322390
- "type": {
322391
- "name": "boolean"
322392
- }
322393
- },
322394
- "payload": {
322395
- "defaultValue": null,
322396
- "description": "",
322397
- "name": "payload",
322398
- "declarations": [
322399
- {
322400
- "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/component/Tooltip.d.ts",
322401
- "name": "TypeLiteral"
322402
- }
322403
- ],
322404
- "required": true,
322405
- "type": {
322406
- "name": "readonly any[]"
322407
- }
322408
- },
322409
- "active": {
322410
- "defaultValue": null,
322411
- "description": "If true, then Tooltip is always displayed, once an activeIndex is set by mouse over, or programmatically.\nIf false, then Tooltip is never displayed.\nIf undefined, Recharts will control when the Tooltip displays. This includes mouse and keyboard controls.",
322412
- "name": "active",
322413
- "declarations": [
322414
- {
322415
- "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/component/Tooltip.d.ts",
322416
- "name": "TypeLiteral"
322417
- },
322418
- {
322419
- "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/component/Tooltip.d.ts",
322420
- "name": "TypeLiteral"
322421
- }
322422
- ],
322423
- "required": false,
322424
- "type": {
322425
- "name": "boolean"
322426
- }
322427
- },
322428
- "coordinate": {
322429
- "defaultValue": null,
322430
- "description": "",
322431
- "name": "coordinate",
322432
- "declarations": [
322433
- {
322434
- "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/component/Tooltip.d.ts",
322435
- "name": "TypeLiteral"
322436
- }
322437
- ],
322438
- "required": true,
322439
- "type": {
322440
- "name": "Coordinate | undefined"
322441
- }
322442
- },
322443
- "accessibilityLayer": {
322444
- "defaultValue": null,
322445
- "description": "",
322446
- "name": "accessibilityLayer",
322447
- "declarations": [
322448
- {
322449
- "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/component/Tooltip.d.ts",
322450
- "name": "TypeLiteral"
322451
- }
322452
- ],
322453
- "required": true,
322454
- "type": {
322455
- "name": "boolean"
322456
- }
322457
- },
322458
- "wrapperClassName": {
322459
- "defaultValue": null,
322460
- "description": "",
322461
- "name": "wrapperClassName",
322462
- "parent": {
322463
- "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/component/DefaultTooltipContent.d.ts",
322464
- "name": "Props"
322465
- },
322466
- "declarations": [
322467
- {
322468
- "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/component/DefaultTooltipContent.d.ts",
322469
- "name": "Props"
322470
- }
322471
- ],
322472
- "required": false,
322473
- "type": {
322474
- "name": "string"
322475
- }
322476
- },
322477
- "labelClassName": {
322478
- "defaultValue": null,
322479
- "description": "",
322480
- "name": "labelClassName",
322481
- "parent": {
322482
- "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/component/DefaultTooltipContent.d.ts",
322483
- "name": "Props"
322484
- },
322485
- "declarations": [
322486
- {
322487
- "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/component/DefaultTooltipContent.d.ts",
322488
- "name": "Props"
322489
- }
322490
- ],
322491
- "required": false,
322492
- "type": {
322493
- "name": "string"
322494
- }
322495
- },
322496
- "contentStyle": {
322497
- "defaultValue": null,
322498
- "description": "The style of tooltip content which is a dom element.\n@defaultValue {}",
322499
- "name": "contentStyle",
322500
- "parent": {
322501
- "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/component/DefaultTooltipContent.d.ts",
322502
- "name": "Props"
322503
- },
322504
- "declarations": [
322505
- {
322506
- "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/component/DefaultTooltipContent.d.ts",
322507
- "name": "Props"
322508
- },
322509
- {
322510
- "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/component/Tooltip.d.ts",
322511
- "name": "TypeLiteral"
322512
- }
322513
- ],
322514
- "required": false,
322515
- "type": {
322516
- "name": "CSSProperties"
322517
- }
322518
- },
322519
- "itemStyle": {
322520
- "defaultValue": null,
322521
- "description": "The style of default tooltip content item which is a li element.\n@defaultValue {}",
322522
- "name": "itemStyle",
322523
- "parent": {
322524
- "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/component/DefaultTooltipContent.d.ts",
322525
- "name": "Props"
322526
- },
322527
- "declarations": [
322528
- {
322529
- "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/component/DefaultTooltipContent.d.ts",
322530
- "name": "Props"
322531
- },
322532
- {
322533
- "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/component/Tooltip.d.ts",
322534
- "name": "TypeLiteral"
322535
- }
322536
- ],
322537
- "required": false,
322538
- "type": {
322539
- "name": "CSSProperties"
322540
- }
322541
- },
322542
- "labelStyle": {
322543
- "defaultValue": null,
322544
- "description": "The style of default tooltip label which is a p element.\n@defaultValue {}",
322545
- "name": "labelStyle",
322546
- "parent": {
322547
- "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/component/DefaultTooltipContent.d.ts",
322548
- "name": "Props"
322549
- },
322550
- "declarations": [
322551
- {
322552
- "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/component/DefaultTooltipContent.d.ts",
322553
- "name": "Props"
322554
- },
322555
- {
322556
- "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/component/Tooltip.d.ts",
322557
- "name": "TypeLiteral"
322558
- }
322559
- ],
322560
- "required": false,
322561
- "type": {
322562
- "name": "CSSProperties"
322563
- }
322564
- },
322565
- "labelFormatter": {
322566
- "defaultValue": null,
322567
- "description": "The formatter function of label in tooltip.",
322568
- "name": "labelFormatter",
322569
- "parent": {
322570
- "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/component/DefaultTooltipContent.d.ts",
322571
- "name": "Props"
322572
- },
322573
- "declarations": [
322574
- {
322575
- "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/component/DefaultTooltipContent.d.ts",
322576
- "name": "Props"
322577
- },
322578
- {
322579
- "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/component/Tooltip.d.ts",
322580
- "name": "TypeLiteral"
322581
- }
322582
- ],
322583
- "required": false,
322584
- "type": {
322585
- "name": "(((label: ReactNode, payload: readonly Payload<ValueType, NameType>[]) => ReactNode) & ((label: any, payload: Payload<ValueType, NameType>[]) => ReactNode))"
322586
- }
322587
- },
322588
- "itemSorter": {
322589
- "defaultValue": null,
322590
- "description": "Sorts tooltip items.\nDefaults to 'name' which means it sorts alphabetically by graphical item `name` property.\n@defaultValue name",
322591
- "name": "itemSorter",
322592
- "parent": {
322593
- "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/component/DefaultTooltipContent.d.ts",
322594
- "name": "Props"
322595
- },
322596
- "declarations": [
322597
- {
322598
- "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/component/DefaultTooltipContent.d.ts",
322599
- "name": "Props"
322600
- },
322601
- {
322602
- "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/component/Tooltip.d.ts",
322603
- "name": "TypeLiteral"
322604
- }
322605
- ],
322606
- "required": false,
322607
- "type": {
322608
- "name": "((\"value\" | \"name\" | \"dataKey\" | ((item: Payload<ValueType, NameType>) => string | number)) & (\"value\" | \"name\" | \"dataKey\" | ((item: Payload<...>) => string | ... 1 more ...))) | undefined"
322609
- }
322610
- },
322611
- "allowEscapeViewBox": {
322612
- "defaultValue": null,
322613
- "description": "This option allows the tooltip to extend beyond the viewBox of the chart itself.\n@defaultValue {\"x\":false,\"y\":false}",
322614
- "name": "allowEscapeViewBox",
322615
- "declarations": [
322616
- {
322617
- "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/component/Tooltip.d.ts",
322618
- "name": "TypeLiteral"
322619
- }
322620
- ],
322621
- "required": false,
322622
- "type": {
322623
- "name": "AllowInDimension"
322624
- }
322625
- },
322626
- "animationDuration": {
322627
- "defaultValue": null,
322628
- "description": "Specifies the duration of animation, the unit of this option is ms.\n@defaultValue 400",
322629
- "name": "animationDuration",
322630
- "declarations": [
322631
- {
322632
- "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/component/Tooltip.d.ts",
322633
- "name": "TypeLiteral"
322634
- }
322635
- ],
322636
- "required": false,
322637
- "type": {
322638
- "name": "number"
322639
- }
322640
- },
322641
- "animationEasing": {
322642
- "defaultValue": null,
322643
- "description": "The type of easing function.\n@defaultValue ease",
322644
- "name": "animationEasing",
322645
- "declarations": [
322646
- {
322647
- "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/component/Tooltip.d.ts",
322648
- "name": "TypeLiteral"
322649
- }
322650
- ],
322651
- "required": false,
322652
- "type": {
322653
- "name": "AnimationTiming"
322654
- }
322655
- },
322656
- "axisId": {
322657
- "defaultValue": null,
322658
- "description": "Tooltip always attaches itself to the \"Tooltip\" axis. Which axis is it? Depends on the layout:\n- horizontal layout -> X axis\n- vertical layout -> Y axis\n- radial layout -> radial axis\n- centric layout -> angle axis\n\nTooltip will use the default axis for the layout, unless you specify an axisId.\n@defaultValue 0",
322659
- "name": "axisId",
322660
- "declarations": [
322661
- {
322662
- "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/component/Tooltip.d.ts",
322663
- "name": "TypeLiteral"
322664
- }
322665
- ],
322666
- "required": false,
322667
- "type": {
322668
- "name": "AxisId"
322669
- }
322670
- },
322671
- "defaultIndex": {
322672
- "defaultValue": null,
322673
- "description": "",
322674
- "name": "defaultIndex",
322675
- "declarations": [
322676
- {
322677
- "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/component/Tooltip.d.ts",
322678
- "name": "TypeLiteral"
322679
- }
322680
- ],
322681
- "required": false,
322682
- "type": {
322683
- "name": "number | TooltipIndex"
322684
- }
322685
- },
322686
- "filterNull": {
322687
- "defaultValue": null,
322688
- "description": "When an item of the payload has value null or undefined, this item won't be displayed.\n@defaultValue true",
322689
- "name": "filterNull",
322690
- "declarations": [
322691
- {
322692
- "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/component/Tooltip.d.ts",
322693
- "name": "TypeLiteral"
322694
- }
322695
- ],
322696
- "required": false,
322697
- "type": {
322698
- "name": "boolean"
322699
- }
322700
- },
322701
- "isAnimationActive": {
322702
- "defaultValue": null,
322703
- "description": "If set false, animation of tooltip will be disabled.\nIf set \"auto\", the animation will be disabled in SSR and enabled in browser.\n@defaultValue auto",
322704
- "name": "isAnimationActive",
322705
- "declarations": [
322706
- {
322707
- "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/component/Tooltip.d.ts",
322708
- "name": "TypeLiteral"
322709
- }
322710
- ],
322711
- "required": false,
322712
- "type": {
322713
- "name": "boolean | \"auto\""
322714
- }
322715
- },
322716
- "payloadUniqBy": {
322717
- "defaultValue": null,
322718
- "description": "",
322719
- "name": "payloadUniqBy",
322720
- "declarations": [
322721
- {
322722
- "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/component/Tooltip.d.ts",
322723
- "name": "TypeLiteral"
322724
- }
322725
- ],
322726
- "required": false,
322727
- "type": {
322728
- "name": "UniqueOption<TooltipPayloadEntry>"
322729
- }
322730
- },
322731
- "portal": {
322732
- "defaultValue": null,
322733
- "description": "If portal is defined, then Tooltip will use this element as a target\nfor rendering using React Portal: https://react.dev/reference/react-dom/createPortal\n\nIf this is undefined then Tooltip renders inside the recharts-wrapper element.",
322734
- "name": "portal",
322735
- "declarations": [
322736
- {
322737
- "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/component/Tooltip.d.ts",
322738
- "name": "TypeLiteral"
322739
- }
322740
- ],
322741
- "required": false,
322742
- "type": {
322743
- "name": "HTMLElement | null"
322744
- }
322745
- },
322746
- "reverseDirection": {
322747
- "defaultValue": null,
322748
- "description": "@defaultValue {\"x\":false,\"y\":false}",
322749
- "name": "reverseDirection",
322750
- "declarations": [
322751
- {
322752
- "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/component/Tooltip.d.ts",
322753
- "name": "TypeLiteral"
322754
- }
322755
- ],
322756
- "required": false,
322757
- "type": {
322758
- "name": "AllowInDimension"
322759
- }
322760
- },
322761
- "shared": {
322762
- "defaultValue": null,
322763
- "description": "Defines whether the tooltip is reacting to the current data point,\nor to all data points at the current axis coordinate.\n\n- `true`: tooltip will appear on top of all bars on an axis tick.\n- `false`: tooltip will appear on individual bars.\n\nDifferent chart types allow different modes, and have different defaults.\n@see {@link https://github.com/recharts/recharts/wiki/Tooltip-event-type-and-shared-prop Tooltip event type and shared prop wiki page}",
322764
- "name": "shared",
322765
- "declarations": [
322766
- {
322767
- "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/component/Tooltip.d.ts",
322768
- "name": "TypeLiteral"
322769
- }
322770
- ],
322771
- "required": false,
322772
- "type": {
322773
- "name": "boolean"
322774
- }
322775
- },
322776
- "useTranslate3d": {
322777
- "defaultValue": null,
322778
- "description": "@defaultValue false",
322779
- "name": "useTranslate3d",
322780
- "declarations": [
322781
- {
322782
- "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/component/Tooltip.d.ts",
322783
- "name": "TypeLiteral"
322784
- }
322785
- ],
322786
- "required": false,
322787
- "type": {
322788
- "name": "boolean"
322789
- }
322790
- },
322791
- "wrapperStyle": {
322792
- "defaultValue": null,
322793
- "description": "CSS styles to be applied to the wrapper `div` element.",
322794
- "name": "wrapperStyle",
322795
- "declarations": [
322796
- {
322797
- "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/component/Tooltip.d.ts",
322798
- "name": "TypeLiteral"
322799
- }
322800
- ],
322801
- "required": false,
322802
- "type": {
322803
- "name": "CSSProperties"
322804
- }
322805
- },
322806
- "activeIndex": {
322807
- "defaultValue": null,
322808
- "description": "",
322809
- "name": "activeIndex",
322810
- "declarations": [
322811
- {
322812
- "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/component/Tooltip.d.ts",
322813
- "name": "TypeLiteral"
322814
- }
322815
- ],
322816
- "required": true,
322817
- "type": {
322818
- "name": "TooltipIndex | undefined"
322819
- }
322820
- }
322821
- }
322822
- },
322823
- {
322824
- "tags": {
322825
- "flr-generate": "all"
322826
- },
322827
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322828
- "description": "",
322829
- "displayName": "ChartTooltip",
322830
- "methods": [],
322831
- "props": {
322832
- "wrapperClassName": {
322833
- "defaultValue": null,
322834
- "description": "",
322835
- "name": "wrapperClassName",
322836
- "parent": {
322837
- "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/component/DefaultTooltipContent.d.ts",
322838
- "name": "Props"
322839
- },
322840
- "declarations": [
322841
- {
322842
- "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/component/DefaultTooltipContent.d.ts",
322843
- "name": "Props"
322844
- }
322845
- ],
322846
- "required": false,
322847
- "type": {
322848
- "name": "string"
322849
- }
322850
- },
322851
- "allowEscapeViewBox": {
322852
- "defaultValue": null,
322853
- "description": "This option allows the tooltip to extend beyond the viewBox of the chart itself.\n@defaultValue {\"x\":false,\"y\":false}",
322854
- "name": "allowEscapeViewBox",
322855
- "declarations": [
322856
- {
322857
- "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/component/Tooltip.d.ts",
322858
- "name": "TypeLiteral"
322859
- }
322860
- ],
322861
- "required": false,
322862
- "type": {
322863
- "name": "AllowInDimension"
322864
- }
322865
- },
322866
- "formatter": {
322867
- "defaultValue": null,
322868
- "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
322869
- "name": "formatter",
322870
- "parent": {
322871
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322872
- "name": "WithTooltipFormatters"
322873
- },
322874
- "declarations": [
322875
- {
322876
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322877
- "name": "WithTooltipFormatters"
322878
- }
322879
- ],
322880
- "required": false,
322881
- "type": {
322882
- "name": "TooltipLineFormatter"
322883
- }
322884
- },
322885
- "headingFormatter": {
322886
- "defaultValue": null,
322887
- "description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
322888
- "name": "headingFormatter",
322889
- "parent": {
322890
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322891
- "name": "WithTooltipFormatters"
322892
- },
322893
- "declarations": [
322894
- {
322895
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322896
- "name": "WithTooltipFormatters"
322897
- }
322898
- ],
322899
- "required": false,
322900
- "type": {
322901
- "name": "TooltipHeadingFormatter"
322902
- }
322903
- }
322904
- }
322905
- },
322906
322151
  {
322907
322152
  "tags": {},
322908
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
322153
+ "filePath": "src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
322909
322154
  "description": "",
322910
322155
  "displayName": "LegendContent",
322911
322156
  "methods": [],
@@ -331641,10 +330886,10 @@
331641
330886
  "name": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>"
331642
330887
  }
331643
330888
  },
331644
- "payload": {
330889
+ "iconSize": {
331645
330890
  "defaultValue": null,
331646
- "description": "DefaultLegendContent.payload is omitted from Legend props.\nA custom payload can be passed here if desired, or it can be passed from the Legend \"content\" callback.",
331647
- "name": "payload",
330891
+ "description": "The size of icon in each legend item.\n@defaultValue 14",
330892
+ "name": "iconSize",
331648
330893
  "parent": {
331649
330894
  "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/component/DefaultLegendContent.d.ts",
331650
330895
  "name": "DefaultLegendContentProps"
@@ -331657,13 +330902,13 @@
331657
330902
  ],
331658
330903
  "required": false,
331659
330904
  "type": {
331660
- "name": "readonly LegendPayload[]"
330905
+ "name": "number"
331661
330906
  }
331662
330907
  },
331663
- "iconSize": {
330908
+ "iconType": {
331664
330909
  "defaultValue": null,
331665
- "description": "The size of icon in each legend item.\n@defaultValue 14",
331666
- "name": "iconSize",
330910
+ "description": "The type of icon in each legend item.",
330911
+ "name": "iconType",
331667
330912
  "parent": {
331668
330913
  "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/component/DefaultLegendContent.d.ts",
331669
330914
  "name": "DefaultLegendContentProps"
@@ -331676,13 +330921,13 @@
331676
330921
  ],
331677
330922
  "required": false,
331678
330923
  "type": {
331679
- "name": "number"
330924
+ "name": "LegendType"
331680
330925
  }
331681
330926
  },
331682
- "iconType": {
330927
+ "inactiveColor": {
331683
330928
  "defaultValue": null,
331684
- "description": "The type of icon in each legend item.",
331685
- "name": "iconType",
330929
+ "description": "The color of the icon when the item is inactive.\n@defaultValue #ccc",
330930
+ "name": "inactiveColor",
331686
330931
  "parent": {
331687
330932
  "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/component/DefaultLegendContent.d.ts",
331688
330933
  "name": "DefaultLegendContentProps"
@@ -331695,13 +330940,13 @@
331695
330940
  ],
331696
330941
  "required": false,
331697
330942
  "type": {
331698
- "name": "LegendType"
330943
+ "name": "string"
331699
330944
  }
331700
330945
  },
331701
- "inactiveColor": {
330946
+ "payload": {
331702
330947
  "defaultValue": null,
331703
- "description": "The color of the icon when the item is inactive.\n@defaultValue #ccc",
331704
- "name": "inactiveColor",
330948
+ "description": "DefaultLegendContent.payload is omitted from Legend props.\nA custom payload can be passed here if desired, or it can be passed from the Legend \"content\" callback.",
330949
+ "name": "payload",
331705
330950
  "parent": {
331706
330951
  "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/component/DefaultLegendContent.d.ts",
331707
330952
  "name": "DefaultLegendContentProps"
@@ -331714,7 +330959,7 @@
331714
330959
  ],
331715
330960
  "required": false,
331716
330961
  "type": {
331717
- "name": "string"
330962
+ "name": "readonly LegendPayload[]"
331718
330963
  }
331719
330964
  },
331720
330965
  "formatter": {
@@ -331802,6 +331047,761 @@
331802
331047
  }
331803
331048
  }
331804
331049
  },
331050
+ {
331051
+ "tags": {
331052
+ "internal": ""
331053
+ },
331054
+ "filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
331055
+ "description": "",
331056
+ "displayName": "TooltipLegendItem",
331057
+ "methods": [],
331058
+ "props": {
331059
+ "item": {
331060
+ "defaultValue": null,
331061
+ "description": "",
331062
+ "name": "item",
331063
+ "parent": {
331064
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
331065
+ "name": "LegendItemLabelProps"
331066
+ },
331067
+ "declarations": [
331068
+ {
331069
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
331070
+ "name": "LegendItemLabelProps"
331071
+ }
331072
+ ],
331073
+ "required": true,
331074
+ "type": {
331075
+ "name": "Payload<ValueType, NameType>"
331076
+ }
331077
+ },
331078
+ "index": {
331079
+ "defaultValue": null,
331080
+ "description": "",
331081
+ "name": "index",
331082
+ "parent": {
331083
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
331084
+ "name": "LegendItemLabelProps"
331085
+ },
331086
+ "declarations": [
331087
+ {
331088
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
331089
+ "name": "LegendItemLabelProps"
331090
+ }
331091
+ ],
331092
+ "required": true,
331093
+ "type": {
331094
+ "name": "number"
331095
+ }
331096
+ },
331097
+ "formatter": {
331098
+ "defaultValue": null,
331099
+ "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
331100
+ "name": "formatter",
331101
+ "parent": {
331102
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331103
+ "name": "WithTooltipFormatters"
331104
+ },
331105
+ "declarations": [
331106
+ {
331107
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331108
+ "name": "WithTooltipFormatters"
331109
+ }
331110
+ ],
331111
+ "required": false,
331112
+ "type": {
331113
+ "name": "TooltipLineFormatter"
331114
+ }
331115
+ }
331116
+ }
331117
+ },
331118
+ {
331119
+ "tags": {
331120
+ "internal": ""
331121
+ },
331122
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
331123
+ "description": "",
331124
+ "displayName": "TooltipContent",
331125
+ "methods": [],
331126
+ "props": {
331127
+ "formatter": {
331128
+ "defaultValue": null,
331129
+ "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
331130
+ "name": "formatter",
331131
+ "parent": {
331132
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331133
+ "name": "WithTooltipFormatters"
331134
+ },
331135
+ "declarations": [
331136
+ {
331137
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331138
+ "name": "WithTooltipFormatters"
331139
+ }
331140
+ ],
331141
+ "required": false,
331142
+ "type": {
331143
+ "name": "TooltipLineFormatter"
331144
+ }
331145
+ },
331146
+ "headingFormatter": {
331147
+ "defaultValue": null,
331148
+ "description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
331149
+ "name": "headingFormatter",
331150
+ "parent": {
331151
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331152
+ "name": "WithTooltipFormatters"
331153
+ },
331154
+ "declarations": [
331155
+ {
331156
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331157
+ "name": "WithTooltipFormatters"
331158
+ }
331159
+ ],
331160
+ "required": false,
331161
+ "type": {
331162
+ "name": "TooltipHeadingFormatter"
331163
+ }
331164
+ },
331165
+ "offset": {
331166
+ "defaultValue": null,
331167
+ "description": "The offset size between the position of tooltip and the mouse cursor position.\nWhen a number is provided, the same offset is applied to both x and y axes.\n\nWhen a Coordinate object is provided, you can specify different offsets for each axis (x and y as numbers)\n@defaultValue 10",
331168
+ "name": "offset",
331169
+ "declarations": [
331170
+ {
331171
+ "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/component/Tooltip.d.ts",
331172
+ "name": "TypeLiteral"
331173
+ }
331174
+ ],
331175
+ "required": false,
331176
+ "type": {
331177
+ "name": "number | Coordinate"
331178
+ }
331179
+ },
331180
+ "label": {
331181
+ "defaultValue": null,
331182
+ "description": "",
331183
+ "name": "label",
331184
+ "declarations": [
331185
+ {
331186
+ "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/component/Tooltip.d.ts",
331187
+ "name": "TypeLiteral"
331188
+ }
331189
+ ],
331190
+ "required": false,
331191
+ "type": {
331192
+ "name": "string | number"
331193
+ }
331194
+ },
331195
+ "content": {
331196
+ "defaultValue": null,
331197
+ "description": "Renders the content of the tooltip.\n\nThis should return HTML elements, not SVG elements.\n\n- If not set, the {@link DefaultTooltipContent } component is used.\n- If set to a React element, this element will be cloned and extra props will be passed in.\n- If set to a function, the function will be called and should return HTML elements.\n@see {@link https://recharts.github.io/en-US/examples/CustomContentOfTooltip/ Example with custom content}",
331198
+ "name": "content",
331199
+ "declarations": [
331200
+ {
331201
+ "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/component/Tooltip.d.ts",
331202
+ "name": "TypeLiteral"
331203
+ }
331204
+ ],
331205
+ "required": false,
331206
+ "type": {
331207
+ "name": "ContentType<ValueType, NameType>"
331208
+ }
331209
+ },
331210
+ "separator": {
331211
+ "defaultValue": null,
331212
+ "description": "The separator between name and value.\n@defaultValue ' : '",
331213
+ "name": "separator",
331214
+ "parent": {
331215
+ "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/component/DefaultTooltipContent.d.ts",
331216
+ "name": "Props"
331217
+ },
331218
+ "declarations": [
331219
+ {
331220
+ "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/component/DefaultTooltipContent.d.ts",
331221
+ "name": "Props"
331222
+ },
331223
+ {
331224
+ "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/component/Tooltip.d.ts",
331225
+ "name": "TypeLiteral"
331226
+ }
331227
+ ],
331228
+ "required": false,
331229
+ "type": {
331230
+ "name": "string"
331231
+ }
331232
+ },
331233
+ "trigger": {
331234
+ "defaultValue": null,
331235
+ "description": "If `hover` then the Tooltip shows on mouse enter and hides on mouse leave.\n\nIf `click` then the Tooltip shows after clicking and stays active.\n@defaultValue hover",
331236
+ "name": "trigger",
331237
+ "declarations": [
331238
+ {
331239
+ "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/component/Tooltip.d.ts",
331240
+ "name": "TypeLiteral"
331241
+ }
331242
+ ],
331243
+ "required": false,
331244
+ "type": {
331245
+ "name": "TooltipTrigger"
331246
+ }
331247
+ },
331248
+ "cursor": {
331249
+ "defaultValue": null,
331250
+ "description": "If set false, no cursor will be drawn when tooltip is active.\nIf set a object, the option is the configuration of cursor.\nIf set a React element, the option is the custom react element of drawing cursor.\n@defaultValue true",
331251
+ "name": "cursor",
331252
+ "declarations": [
331253
+ {
331254
+ "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/component/Tooltip.d.ts",
331255
+ "name": "TypeLiteral"
331256
+ }
331257
+ ],
331258
+ "required": false,
331259
+ "type": {
331260
+ "name": "CursorDefinition"
331261
+ }
331262
+ },
331263
+ "position": {
331264
+ "defaultValue": null,
331265
+ "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
331266
+ "name": "position",
331267
+ "declarations": [
331268
+ {
331269
+ "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/component/Tooltip.d.ts",
331270
+ "name": "TypeLiteral"
331271
+ }
331272
+ ],
331273
+ "required": false,
331274
+ "type": {
331275
+ "name": "Partial<Coordinate>"
331276
+ }
331277
+ },
331278
+ "includeHidden": {
331279
+ "defaultValue": null,
331280
+ "description": "If true, the tooltip will display information about hidden series.\nDefaults to false.\nInteracting with the hide property of Area, Bar, Line, Scatter.\n@defaultValue false",
331281
+ "name": "includeHidden",
331282
+ "declarations": [
331283
+ {
331284
+ "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/component/Tooltip.d.ts",
331285
+ "name": "TypeLiteral"
331286
+ }
331287
+ ],
331288
+ "required": false,
331289
+ "type": {
331290
+ "name": "boolean"
331291
+ }
331292
+ },
331293
+ "payload": {
331294
+ "defaultValue": null,
331295
+ "description": "",
331296
+ "name": "payload",
331297
+ "declarations": [
331298
+ {
331299
+ "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/component/Tooltip.d.ts",
331300
+ "name": "TypeLiteral"
331301
+ }
331302
+ ],
331303
+ "required": true,
331304
+ "type": {
331305
+ "name": "readonly any[]"
331306
+ }
331307
+ },
331308
+ "active": {
331309
+ "defaultValue": null,
331310
+ "description": "If true, then Tooltip is always displayed, once an activeIndex is set by mouse over, or programmatically.\nIf false, then Tooltip is never displayed.\nIf undefined, Recharts will control when the Tooltip displays. This includes mouse and keyboard controls.",
331311
+ "name": "active",
331312
+ "declarations": [
331313
+ {
331314
+ "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/component/Tooltip.d.ts",
331315
+ "name": "TypeLiteral"
331316
+ },
331317
+ {
331318
+ "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/component/Tooltip.d.ts",
331319
+ "name": "TypeLiteral"
331320
+ }
331321
+ ],
331322
+ "required": false,
331323
+ "type": {
331324
+ "name": "boolean"
331325
+ }
331326
+ },
331327
+ "coordinate": {
331328
+ "defaultValue": null,
331329
+ "description": "",
331330
+ "name": "coordinate",
331331
+ "declarations": [
331332
+ {
331333
+ "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/component/Tooltip.d.ts",
331334
+ "name": "TypeLiteral"
331335
+ }
331336
+ ],
331337
+ "required": true,
331338
+ "type": {
331339
+ "name": "Coordinate | undefined"
331340
+ }
331341
+ },
331342
+ "accessibilityLayer": {
331343
+ "defaultValue": null,
331344
+ "description": "",
331345
+ "name": "accessibilityLayer",
331346
+ "declarations": [
331347
+ {
331348
+ "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/component/Tooltip.d.ts",
331349
+ "name": "TypeLiteral"
331350
+ }
331351
+ ],
331352
+ "required": true,
331353
+ "type": {
331354
+ "name": "boolean"
331355
+ }
331356
+ },
331357
+ "wrapperClassName": {
331358
+ "defaultValue": null,
331359
+ "description": "",
331360
+ "name": "wrapperClassName",
331361
+ "parent": {
331362
+ "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/component/DefaultTooltipContent.d.ts",
331363
+ "name": "Props"
331364
+ },
331365
+ "declarations": [
331366
+ {
331367
+ "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/component/DefaultTooltipContent.d.ts",
331368
+ "name": "Props"
331369
+ }
331370
+ ],
331371
+ "required": false,
331372
+ "type": {
331373
+ "name": "string"
331374
+ }
331375
+ },
331376
+ "labelClassName": {
331377
+ "defaultValue": null,
331378
+ "description": "",
331379
+ "name": "labelClassName",
331380
+ "parent": {
331381
+ "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/component/DefaultTooltipContent.d.ts",
331382
+ "name": "Props"
331383
+ },
331384
+ "declarations": [
331385
+ {
331386
+ "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/component/DefaultTooltipContent.d.ts",
331387
+ "name": "Props"
331388
+ }
331389
+ ],
331390
+ "required": false,
331391
+ "type": {
331392
+ "name": "string"
331393
+ }
331394
+ },
331395
+ "contentStyle": {
331396
+ "defaultValue": null,
331397
+ "description": "The style of tooltip content which is a dom element.\n@defaultValue {}",
331398
+ "name": "contentStyle",
331399
+ "parent": {
331400
+ "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/component/DefaultTooltipContent.d.ts",
331401
+ "name": "Props"
331402
+ },
331403
+ "declarations": [
331404
+ {
331405
+ "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/component/DefaultTooltipContent.d.ts",
331406
+ "name": "Props"
331407
+ },
331408
+ {
331409
+ "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/component/Tooltip.d.ts",
331410
+ "name": "TypeLiteral"
331411
+ }
331412
+ ],
331413
+ "required": false,
331414
+ "type": {
331415
+ "name": "CSSProperties"
331416
+ }
331417
+ },
331418
+ "itemStyle": {
331419
+ "defaultValue": null,
331420
+ "description": "The style of default tooltip content item which is a li element.\n@defaultValue {}",
331421
+ "name": "itemStyle",
331422
+ "parent": {
331423
+ "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/component/DefaultTooltipContent.d.ts",
331424
+ "name": "Props"
331425
+ },
331426
+ "declarations": [
331427
+ {
331428
+ "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/component/DefaultTooltipContent.d.ts",
331429
+ "name": "Props"
331430
+ },
331431
+ {
331432
+ "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/component/Tooltip.d.ts",
331433
+ "name": "TypeLiteral"
331434
+ }
331435
+ ],
331436
+ "required": false,
331437
+ "type": {
331438
+ "name": "CSSProperties"
331439
+ }
331440
+ },
331441
+ "labelStyle": {
331442
+ "defaultValue": null,
331443
+ "description": "The style of default tooltip label which is a p element.\n@defaultValue {}",
331444
+ "name": "labelStyle",
331445
+ "parent": {
331446
+ "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/component/DefaultTooltipContent.d.ts",
331447
+ "name": "Props"
331448
+ },
331449
+ "declarations": [
331450
+ {
331451
+ "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/component/DefaultTooltipContent.d.ts",
331452
+ "name": "Props"
331453
+ },
331454
+ {
331455
+ "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/component/Tooltip.d.ts",
331456
+ "name": "TypeLiteral"
331457
+ }
331458
+ ],
331459
+ "required": false,
331460
+ "type": {
331461
+ "name": "CSSProperties"
331462
+ }
331463
+ },
331464
+ "labelFormatter": {
331465
+ "defaultValue": null,
331466
+ "description": "The formatter function of label in tooltip.",
331467
+ "name": "labelFormatter",
331468
+ "parent": {
331469
+ "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/component/DefaultTooltipContent.d.ts",
331470
+ "name": "Props"
331471
+ },
331472
+ "declarations": [
331473
+ {
331474
+ "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/component/DefaultTooltipContent.d.ts",
331475
+ "name": "Props"
331476
+ },
331477
+ {
331478
+ "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/component/Tooltip.d.ts",
331479
+ "name": "TypeLiteral"
331480
+ }
331481
+ ],
331482
+ "required": false,
331483
+ "type": {
331484
+ "name": "(((label: ReactNode, payload: readonly Payload<ValueType, NameType>[]) => ReactNode) & ((label: any, payload: Payload<ValueType, NameType>[]) => ReactNode))"
331485
+ }
331486
+ },
331487
+ "itemSorter": {
331488
+ "defaultValue": null,
331489
+ "description": "Sorts tooltip items.\nDefaults to 'name' which means it sorts alphabetically by graphical item `name` property.\n@defaultValue name",
331490
+ "name": "itemSorter",
331491
+ "parent": {
331492
+ "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/component/DefaultTooltipContent.d.ts",
331493
+ "name": "Props"
331494
+ },
331495
+ "declarations": [
331496
+ {
331497
+ "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/component/DefaultTooltipContent.d.ts",
331498
+ "name": "Props"
331499
+ },
331500
+ {
331501
+ "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/component/Tooltip.d.ts",
331502
+ "name": "TypeLiteral"
331503
+ }
331504
+ ],
331505
+ "required": false,
331506
+ "type": {
331507
+ "name": "((\"value\" | \"name\" | \"dataKey\" | ((item: Payload<ValueType, NameType>) => string | number)) & (\"value\" | \"name\" | \"dataKey\" | ((item: Payload<...>) => string | ... 1 more ...))) | undefined"
331508
+ }
331509
+ },
331510
+ "allowEscapeViewBox": {
331511
+ "defaultValue": null,
331512
+ "description": "This option allows the tooltip to extend beyond the viewBox of the chart itself.\n@defaultValue {\"x\":false,\"y\":false}",
331513
+ "name": "allowEscapeViewBox",
331514
+ "declarations": [
331515
+ {
331516
+ "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/component/Tooltip.d.ts",
331517
+ "name": "TypeLiteral"
331518
+ }
331519
+ ],
331520
+ "required": false,
331521
+ "type": {
331522
+ "name": "AllowInDimension"
331523
+ }
331524
+ },
331525
+ "animationDuration": {
331526
+ "defaultValue": null,
331527
+ "description": "Specifies the duration of animation, the unit of this option is ms.\n@defaultValue 400",
331528
+ "name": "animationDuration",
331529
+ "declarations": [
331530
+ {
331531
+ "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/component/Tooltip.d.ts",
331532
+ "name": "TypeLiteral"
331533
+ }
331534
+ ],
331535
+ "required": false,
331536
+ "type": {
331537
+ "name": "number"
331538
+ }
331539
+ },
331540
+ "animationEasing": {
331541
+ "defaultValue": null,
331542
+ "description": "The type of easing function.\n@defaultValue ease",
331543
+ "name": "animationEasing",
331544
+ "declarations": [
331545
+ {
331546
+ "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/component/Tooltip.d.ts",
331547
+ "name": "TypeLiteral"
331548
+ }
331549
+ ],
331550
+ "required": false,
331551
+ "type": {
331552
+ "name": "AnimationTiming"
331553
+ }
331554
+ },
331555
+ "axisId": {
331556
+ "defaultValue": null,
331557
+ "description": "Tooltip always attaches itself to the \"Tooltip\" axis. Which axis is it? Depends on the layout:\n- horizontal layout -> X axis\n- vertical layout -> Y axis\n- radial layout -> radial axis\n- centric layout -> angle axis\n\nTooltip will use the default axis for the layout, unless you specify an axisId.\n@defaultValue 0",
331558
+ "name": "axisId",
331559
+ "declarations": [
331560
+ {
331561
+ "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/component/Tooltip.d.ts",
331562
+ "name": "TypeLiteral"
331563
+ }
331564
+ ],
331565
+ "required": false,
331566
+ "type": {
331567
+ "name": "AxisId"
331568
+ }
331569
+ },
331570
+ "defaultIndex": {
331571
+ "defaultValue": null,
331572
+ "description": "",
331573
+ "name": "defaultIndex",
331574
+ "declarations": [
331575
+ {
331576
+ "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/component/Tooltip.d.ts",
331577
+ "name": "TypeLiteral"
331578
+ }
331579
+ ],
331580
+ "required": false,
331581
+ "type": {
331582
+ "name": "number | TooltipIndex"
331583
+ }
331584
+ },
331585
+ "filterNull": {
331586
+ "defaultValue": null,
331587
+ "description": "When an item of the payload has value null or undefined, this item won't be displayed.\n@defaultValue true",
331588
+ "name": "filterNull",
331589
+ "declarations": [
331590
+ {
331591
+ "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/component/Tooltip.d.ts",
331592
+ "name": "TypeLiteral"
331593
+ }
331594
+ ],
331595
+ "required": false,
331596
+ "type": {
331597
+ "name": "boolean"
331598
+ }
331599
+ },
331600
+ "isAnimationActive": {
331601
+ "defaultValue": null,
331602
+ "description": "If set false, animation of tooltip will be disabled.\nIf set \"auto\", the animation will be disabled in SSR and enabled in browser.\n@defaultValue auto",
331603
+ "name": "isAnimationActive",
331604
+ "declarations": [
331605
+ {
331606
+ "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/component/Tooltip.d.ts",
331607
+ "name": "TypeLiteral"
331608
+ }
331609
+ ],
331610
+ "required": false,
331611
+ "type": {
331612
+ "name": "boolean | \"auto\""
331613
+ }
331614
+ },
331615
+ "payloadUniqBy": {
331616
+ "defaultValue": null,
331617
+ "description": "",
331618
+ "name": "payloadUniqBy",
331619
+ "declarations": [
331620
+ {
331621
+ "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/component/Tooltip.d.ts",
331622
+ "name": "TypeLiteral"
331623
+ }
331624
+ ],
331625
+ "required": false,
331626
+ "type": {
331627
+ "name": "UniqueOption<TooltipPayloadEntry>"
331628
+ }
331629
+ },
331630
+ "portal": {
331631
+ "defaultValue": null,
331632
+ "description": "If portal is defined, then Tooltip will use this element as a target\nfor rendering using React Portal: https://react.dev/reference/react-dom/createPortal\n\nIf this is undefined then Tooltip renders inside the recharts-wrapper element.",
331633
+ "name": "portal",
331634
+ "declarations": [
331635
+ {
331636
+ "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/component/Tooltip.d.ts",
331637
+ "name": "TypeLiteral"
331638
+ }
331639
+ ],
331640
+ "required": false,
331641
+ "type": {
331642
+ "name": "HTMLElement | null"
331643
+ }
331644
+ },
331645
+ "reverseDirection": {
331646
+ "defaultValue": null,
331647
+ "description": "@defaultValue {\"x\":false,\"y\":false}",
331648
+ "name": "reverseDirection",
331649
+ "declarations": [
331650
+ {
331651
+ "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/component/Tooltip.d.ts",
331652
+ "name": "TypeLiteral"
331653
+ }
331654
+ ],
331655
+ "required": false,
331656
+ "type": {
331657
+ "name": "AllowInDimension"
331658
+ }
331659
+ },
331660
+ "shared": {
331661
+ "defaultValue": null,
331662
+ "description": "Defines whether the tooltip is reacting to the current data point,\nor to all data points at the current axis coordinate.\n\n- `true`: tooltip will appear on top of all bars on an axis tick.\n- `false`: tooltip will appear on individual bars.\n\nDifferent chart types allow different modes, and have different defaults.\n@see {@link https://github.com/recharts/recharts/wiki/Tooltip-event-type-and-shared-prop Tooltip event type and shared prop wiki page}",
331663
+ "name": "shared",
331664
+ "declarations": [
331665
+ {
331666
+ "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/component/Tooltip.d.ts",
331667
+ "name": "TypeLiteral"
331668
+ }
331669
+ ],
331670
+ "required": false,
331671
+ "type": {
331672
+ "name": "boolean"
331673
+ }
331674
+ },
331675
+ "useTranslate3d": {
331676
+ "defaultValue": null,
331677
+ "description": "@defaultValue false",
331678
+ "name": "useTranslate3d",
331679
+ "declarations": [
331680
+ {
331681
+ "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/component/Tooltip.d.ts",
331682
+ "name": "TypeLiteral"
331683
+ }
331684
+ ],
331685
+ "required": false,
331686
+ "type": {
331687
+ "name": "boolean"
331688
+ }
331689
+ },
331690
+ "wrapperStyle": {
331691
+ "defaultValue": null,
331692
+ "description": "CSS styles to be applied to the wrapper `div` element.",
331693
+ "name": "wrapperStyle",
331694
+ "declarations": [
331695
+ {
331696
+ "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/component/Tooltip.d.ts",
331697
+ "name": "TypeLiteral"
331698
+ }
331699
+ ],
331700
+ "required": false,
331701
+ "type": {
331702
+ "name": "CSSProperties"
331703
+ }
331704
+ },
331705
+ "activeIndex": {
331706
+ "defaultValue": null,
331707
+ "description": "",
331708
+ "name": "activeIndex",
331709
+ "declarations": [
331710
+ {
331711
+ "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/component/Tooltip.d.ts",
331712
+ "name": "TypeLiteral"
331713
+ }
331714
+ ],
331715
+ "required": true,
331716
+ "type": {
331717
+ "name": "TooltipIndex | undefined"
331718
+ }
331719
+ }
331720
+ }
331721
+ },
331722
+ {
331723
+ "tags": {
331724
+ "flr-generate": "all"
331725
+ },
331726
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331727
+ "description": "",
331728
+ "displayName": "ChartTooltip",
331729
+ "methods": [],
331730
+ "props": {
331731
+ "wrapperClassName": {
331732
+ "defaultValue": null,
331733
+ "description": "",
331734
+ "name": "wrapperClassName",
331735
+ "parent": {
331736
+ "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/component/DefaultTooltipContent.d.ts",
331737
+ "name": "Props"
331738
+ },
331739
+ "declarations": [
331740
+ {
331741
+ "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/component/DefaultTooltipContent.d.ts",
331742
+ "name": "Props"
331743
+ }
331744
+ ],
331745
+ "required": false,
331746
+ "type": {
331747
+ "name": "string"
331748
+ }
331749
+ },
331750
+ "allowEscapeViewBox": {
331751
+ "defaultValue": null,
331752
+ "description": "This option allows the tooltip to extend beyond the viewBox of the chart itself.\n@defaultValue {\"x\":false,\"y\":false}",
331753
+ "name": "allowEscapeViewBox",
331754
+ "declarations": [
331755
+ {
331756
+ "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/component/Tooltip.d.ts",
331757
+ "name": "TypeLiteral"
331758
+ }
331759
+ ],
331760
+ "required": false,
331761
+ "type": {
331762
+ "name": "AllowInDimension"
331763
+ }
331764
+ },
331765
+ "formatter": {
331766
+ "defaultValue": null,
331767
+ "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
331768
+ "name": "formatter",
331769
+ "parent": {
331770
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331771
+ "name": "WithTooltipFormatters"
331772
+ },
331773
+ "declarations": [
331774
+ {
331775
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331776
+ "name": "WithTooltipFormatters"
331777
+ }
331778
+ ],
331779
+ "required": false,
331780
+ "type": {
331781
+ "name": "TooltipLineFormatter"
331782
+ }
331783
+ },
331784
+ "headingFormatter": {
331785
+ "defaultValue": null,
331786
+ "description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
331787
+ "name": "headingFormatter",
331788
+ "parent": {
331789
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331790
+ "name": "WithTooltipFormatters"
331791
+ },
331792
+ "declarations": [
331793
+ {
331794
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
331795
+ "name": "WithTooltipFormatters"
331796
+ }
331797
+ ],
331798
+ "required": false,
331799
+ "type": {
331800
+ "name": "TooltipHeadingFormatter"
331801
+ }
331802
+ }
331803
+ }
331804
+ },
331805
331805
  {
331806
331806
  "tags": {
331807
331807
  "flr-generate": "all"
@@ -347384,6 +347384,42 @@
347384
347384
  "methods": [],
347385
347385
  "props": {}
347386
347386
  },
347387
+ {
347388
+ "tags": {},
347389
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
347390
+ "description": "",
347391
+ "displayName": "SortingMenuItem",
347392
+ "methods": [],
347393
+ "props": {
347394
+ "sorting": {
347395
+ "defaultValue": null,
347396
+ "description": "",
347397
+ "name": "sorting",
347398
+ "parent": {
347399
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
347400
+ "name": "Props"
347401
+ },
347402
+ "declarations": [
347403
+ {
347404
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
347405
+ "name": "Props"
347406
+ }
347407
+ ],
347408
+ "required": true,
347409
+ "type": {
347410
+ "name": "Sorting<never>"
347411
+ }
347412
+ }
347413
+ }
347414
+ },
347415
+ {
347416
+ "tags": {},
347417
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
347418
+ "description": "",
347419
+ "displayName": "SortingContextMenu",
347420
+ "methods": [],
347421
+ "props": {}
347422
+ },
347387
347423
  {
347388
347424
  "tags": {},
347389
347425
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
@@ -347686,42 +347722,6 @@
347686
347722
  "methods": [],
347687
347723
  "props": {}
347688
347724
  },
347689
- {
347690
- "tags": {},
347691
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
347692
- "description": "",
347693
- "displayName": "SortingMenuItem",
347694
- "methods": [],
347695
- "props": {
347696
- "sorting": {
347697
- "defaultValue": null,
347698
- "description": "",
347699
- "name": "sorting",
347700
- "parent": {
347701
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
347702
- "name": "Props"
347703
- },
347704
- "declarations": [
347705
- {
347706
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
347707
- "name": "Props"
347708
- }
347709
- ],
347710
- "required": true,
347711
- "type": {
347712
- "name": "Sorting<never>"
347713
- }
347714
- }
347715
- }
347716
- },
347717
- {
347718
- "tags": {},
347719
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
347720
- "description": "",
347721
- "displayName": "SortingContextMenu",
347722
- "methods": [],
347723
- "props": {}
347724
- },
347725
347725
  {
347726
347726
  "tags": {},
347727
347727
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",