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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/assets/doc-properties.json +1414 -1350
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/_virtual/_.locale.json@774f50b2495c87d6d13911bcd596e720.mjs +8 -0
  5. package/dist/js/_virtual/_.locale.json@774f50b2495c87d6d13911bcd596e720.mjs.map +1 -0
  6. package/dist/js/flr-universal.mjs +2 -2
  7. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs +8 -2
  8. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs.map +1 -1
  9. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.scss.mjs +4 -2
  10. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.scss.mjs.map +1 -1
  11. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs +9 -5
  12. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs.map +1 -1
  13. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.mjs +1 -1
  14. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.mjs.map +1 -1
  15. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs +40 -0
  16. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs.map +1 -0
  17. package/dist/js/packages/components/src/components/Label/Label.mjs +4 -4
  18. package/dist/js/packages/components/src/components/Label/Label.mjs.map +1 -1
  19. package/dist/js/packages/components/src/components/Label/Label.module.scss.mjs +2 -2
  20. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.mjs.map +1 -1
  21. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarBar.mjs +16 -12
  22. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarBar.mjs.map +1 -1
  23. package/dist/js/packages/components/src/components/Switch/Switch.mjs +2 -2
  24. package/dist/js/packages/components/src/components/Switch/Switch.mjs.map +1 -1
  25. package/dist/types/components/CartesianChart/components/ChartTooltip/ChartTooltip.d.ts +2 -0
  26. package/dist/types/components/CartesianChart/components/ChartTooltip/ChartTooltip.d.ts.map +1 -1
  27. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.d.ts +8 -0
  28. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.d.ts.map +1 -0
  29. package/dist/types/components/ProgressBar/ProgressBar.d.ts +2 -2
  30. package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  31. package/dist/types/components/ProgressBar/components/ProgressBarBar.d.ts.map +1 -1
  32. package/package.json +6 -6
@@ -49733,7 +49733,7 @@
49733
49733
  ],
49734
49734
  "required": false,
49735
49735
  "type": {
49736
- "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
49736
+ "name": "{ value: number; title: string; color?: CategoricalWithCustomColor; valueText?: string; }[] | undefined"
49737
49737
  }
49738
49738
  },
49739
49739
  "showLegend": {
@@ -230772,11 +230772,26 @@
230772
230772
  "tags": {
230773
230773
  "flr-generate": "all"
230774
230774
  },
230775
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
230775
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
230776
230776
  "description": "",
230777
- "displayName": "AlertText",
230777
+ "displayName": "Align",
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
+ },
230780
230795
  "className": {
230781
230796
  "defaultValue": null,
230782
230797
  "description": "The elements class name.",
@@ -230796,21 +230811,6 @@
230796
230811
  "name": "string"
230797
230812
  }
230798
230813
  },
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,21 +230886,6 @@
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
- }
230904
230889
  }
230905
230890
  }
230906
230891
  },
@@ -230908,26 +230893,11 @@
230908
230893
  "tags": {
230909
230894
  "flr-generate": "all"
230910
230895
  },
230911
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
230896
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
230912
230897
  "description": "",
230913
- "displayName": "Align",
230898
+ "displayName": "AlertText",
230914
230899
  "methods": [],
230915
230900
  "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
- },
230931
230901
  "className": {
230932
230902
  "defaultValue": null,
230933
230903
  "description": "The elements class name.",
@@ -230947,6 +230917,21 @@
230947
230917
  "name": "string"
230948
230918
  }
230949
230919
  },
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
+ },
230950
230935
  "wrapWith": {
230951
230936
  "defaultValue": null,
230952
230937
  "description": "",
@@ -231022,6 +231007,21 @@
231022
231007
  "type": {
231023
231008
  "name": "Key | null"
231024
231009
  }
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
  },
@@ -257342,7 +257342,7 @@
257342
257342
  ],
257343
257343
  "required": false,
257344
257344
  "type": {
257345
- "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
257345
+ "name": "{ value: number; title: string; color?: CategoricalWithCustomColor; valueText?: string; }[] | undefined"
257346
257346
  }
257347
257347
  },
257348
257348
  "showLegend": {
@@ -257429,7 +257429,7 @@
257429
257429
  ],
257430
257430
  "required": false,
257431
257431
  "type": {
257432
- "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
257432
+ "name": "{ value: number; title: string; color?: CategoricalWithCustomColor; valueText?: string; }[] | undefined"
257433
257433
  }
257434
257434
  }
257435
257435
  }
@@ -289748,72 +289748,6 @@
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
- },
289817
289751
  {
289818
289752
  "tags": {
289819
289753
  "flr-generate": "all"
@@ -291571,6 +291505,72 @@
291571
291505
  }
291572
291506
  }
291573
291507
  },
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,6 +308660,34 @@
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
+ },
308663
308691
  {
308664
308692
  "tags": {
308665
308693
  "flr-generate": "all"
@@ -308838,34 +308866,6 @@
308838
308866
  }
308839
308867
  }
308840
308868
  },
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": ""
@@ -317983,56 +317983,56 @@
317983
317983
  },
317984
317984
  {
317985
317985
  "tags": {},
317986
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
317986
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
317987
317987
  "description": "",
317988
- "displayName": "FileSizeText",
317988
+ "displayName": "DeleteButton",
317989
317989
  "methods": [],
317990
317990
  "props": {
317991
- "sizeInBytes": {
317991
+ "onDelete": {
317992
317992
  "defaultValue": null,
317993
317993
  "description": "",
317994
- "name": "sizeInBytes",
317994
+ "name": "onDelete",
317995
317995
  "parent": {
317996
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
317996
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
317997
317997
  "name": "Props"
317998
317998
  },
317999
317999
  "declarations": [
318000
318000
  {
318001
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318001
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318002
318002
  "name": "Props"
318003
318003
  }
318004
318004
  ],
318005
318005
  "required": true,
318006
318006
  "type": {
318007
- "name": "number"
318007
+ "name": "() => void"
318008
318008
  }
318009
318009
  }
318010
318010
  }
318011
318011
  },
318012
318012
  {
318013
318013
  "tags": {},
318014
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318014
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318015
318015
  "description": "",
318016
- "displayName": "DeleteButton",
318016
+ "displayName": "FileSizeText",
318017
318017
  "methods": [],
318018
318018
  "props": {
318019
- "onDelete": {
318019
+ "sizeInBytes": {
318020
318020
  "defaultValue": null,
318021
318021
  "description": "",
318022
- "name": "onDelete",
318022
+ "name": "sizeInBytes",
318023
318023
  "parent": {
318024
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318024
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318025
318025
  "name": "Props"
318026
318026
  },
318027
318027
  "declarations": [
318028
318028
  {
318029
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318029
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318030
318030
  "name": "Props"
318031
318031
  }
318032
318032
  ],
318033
318033
  "required": true,
318034
318034
  "type": {
318035
- "name": "() => void"
318035
+ "name": "number"
318036
318036
  }
318037
318037
  }
318038
318038
  }
@@ -318481,279 +318481,434 @@
318481
318481
  "tags": {
318482
318482
  "flr-generate": "all"
318483
318483
  },
318484
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.tsx",
318484
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318485
318485
  "description": "",
318486
- "displayName": "ContextMenuContent",
318486
+ "displayName": "ContextMenuSection",
318487
318487
  "methods": [],
318488
318488
  "props": {
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": {
318511
- "defaultValue": null,
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
- },
318518
- "declarations": [
318519
- {
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"
318522
- }
318523
- ],
318524
- "required": false,
318525
- "type": {
318526
- "name": "((props: ListBoxRenderProps) => ReactNode)"
318527
- }
318528
- },
318529
- "aria-label": {
318530
- "defaultValue": null,
318531
- "description": "Defines a string value that labels the current element.",
318532
- "name": "aria-label",
318533
- "parent": {
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"
318536
- },
318537
- "declarations": [
318538
- {
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"
318541
- }
318542
- ],
318543
- "required": false,
318544
- "type": {
318545
- "name": "string"
318546
- }
318547
- },
318548
- "aria-labelledby": {
318549
- "defaultValue": null,
318550
- "description": "Identifies the element (or elements) that labels the current element.",
318551
- "name": "aria-labelledby",
318552
- "parent": {
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"
318555
- },
318556
- "declarations": [
318557
- {
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"
318560
- }
318561
- ],
318562
- "required": false,
318563
- "type": {
318564
- "name": "string"
318565
- }
318566
- },
318567
- "aria-describedby": {
318568
- "defaultValue": null,
318569
- "description": "Identifies the element (or elements) that describes the object.",
318570
- "name": "aria-describedby",
318571
- "parent": {
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"
318574
- },
318575
- "declarations": [
318576
- {
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"
318579
- }
318580
- ],
318581
- "required": false,
318582
- "type": {
318583
- "name": "string"
318584
- }
318585
- },
318586
- "aria-details": {
318587
- "defaultValue": null,
318588
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
318589
- "name": "aria-details",
318590
- "parent": {
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"
318593
- },
318594
- "declarations": [
318595
- {
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"
318598
- }
318599
- ],
318600
- "required": false,
318601
- "type": {
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": {
318489
+ "children": {
318644
318490
  "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
- },
318491
+ "description": "",
318492
+ "name": "children",
318651
318493
  "declarations": [
318652
318494
  {
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"
318495
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318496
+ "name": "TypeLiteral"
318655
318497
  }
318656
318498
  ],
318657
318499
  "required": false,
318658
318500
  "type": {
318659
- "name": "Iterable<object>"
318501
+ "name": "ReactNode"
318660
318502
  }
318661
318503
  },
318662
- "disallowEmptySelection": {
318504
+ "wrapWith": {
318663
318505
  "defaultValue": null,
318664
- "description": "Whether the collection allows empty selection.",
318665
- "name": "disallowEmptySelection",
318506
+ "description": "",
318507
+ "name": "wrapWith",
318666
318508
  "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"
318509
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318510
+ "name": "FlowComponentProps"
318669
318511
  },
318670
318512
  "declarations": [
318671
318513
  {
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"
318514
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318515
+ "name": "FlowComponentProps"
318674
318516
  }
318675
318517
  ],
318676
318518
  "required": false,
318677
318519
  "type": {
318678
- "name": "boolean"
318520
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
318679
318521
  }
318680
318522
  },
318681
- "onSelectionChange": {
318523
+ "tunnelId": {
318682
318524
  "defaultValue": null,
318683
- "description": "Handler that is called when the selection changes.",
318684
- "name": "onSelectionChange",
318525
+ "description": "@internal",
318526
+ "name": "tunnelId",
318685
318527
  "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"
318528
+ "fileName": "components/src/lib/types/props.ts",
318529
+ "name": "PropsWithTunnel"
318688
318530
  },
318689
318531
  "declarations": [
318690
318532
  {
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"
318533
+ "fileName": "components/src/lib/types/props.ts",
318534
+ "name": "PropsWithTunnel"
318693
318535
  }
318694
318536
  ],
318695
318537
  "required": false,
318696
318538
  "type": {
318697
- "name": "((keys: Selection) => void)"
318539
+ "name": "string | null"
318698
318540
  }
318699
318541
  },
318700
- "disabledKeys": {
318542
+ "ref": {
318701
318543
  "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",
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",
318725
318546
  "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"
318547
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318548
+ "name": "RefAttributes"
318728
318549
  },
318729
318550
  "declarations": [
318730
318551
  {
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"
318552
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318553
+ "name": "RefAttributes"
318733
318554
  }
318734
318555
  ],
318735
318556
  "required": false,
318736
318557
  "type": {
318737
- "name": "\"none\" | \"clearSelection\""
318558
+ "name": "Ref<HTMLSpanElement>"
318738
318559
  }
318739
318560
  },
318740
- "selectionMode": {
318561
+ "key": {
318741
318562
  "defaultValue": null,
318742
- "description": "The type of selection that is allowed in the collection.",
318743
- "name": "selectionMode",
318563
+ "description": "",
318564
+ "name": "key",
318744
318565
  "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"
318566
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318567
+ "name": "Attributes"
318747
318568
  },
318748
318569
  "declarations": [
318749
318570
  {
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"
318571
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318572
+ "name": "Attributes"
318752
318573
  }
318753
318574
  ],
318754
318575
  "required": false,
318755
318576
  "type": {
318756
- "name": "SelectionMode"
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"
318757
318912
  }
318758
318913
  },
318759
318914
  "selectedKeys": {
@@ -320278,161 +320433,6 @@
320278
320433
  }
320279
320434
  }
320280
320435
  },
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",
@@ -322150,7 +322150,826 @@
322150
322150
  },
322151
322151
  {
322152
322152
  "tags": {},
322153
- "filePath": "src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
322153
+ "filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322154
+ "description": "",
322155
+ "displayName": "TooltipProgressBar",
322156
+ "methods": [],
322157
+ "props": {
322158
+ "items": {
322159
+ "defaultValue": null,
322160
+ "description": "",
322161
+ "name": "items",
322162
+ "parent": {
322163
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322164
+ "name": "TooltipProgressBarProps"
322165
+ },
322166
+ "declarations": [
322167
+ {
322168
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322169
+ "name": "TooltipProgressBarProps"
322170
+ }
322171
+ ],
322172
+ "required": true,
322173
+ "type": {
322174
+ "name": "Payload<ValueType, NameType>[]"
322175
+ }
322176
+ }
322177
+ }
322178
+ },
322179
+ {
322180
+ "tags": {
322181
+ "internal": ""
322182
+ },
322183
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322184
+ "description": "",
322185
+ "displayName": "TooltipLegendItem",
322186
+ "methods": [],
322187
+ "props": {
322188
+ "item": {
322189
+ "defaultValue": null,
322190
+ "description": "",
322191
+ "name": "item",
322192
+ "parent": {
322193
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322194
+ "name": "LegendItemLabelProps"
322195
+ },
322196
+ "declarations": [
322197
+ {
322198
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322199
+ "name": "LegendItemLabelProps"
322200
+ }
322201
+ ],
322202
+ "required": true,
322203
+ "type": {
322204
+ "name": "Payload<ValueType, NameType>"
322205
+ }
322206
+ },
322207
+ "index": {
322208
+ "defaultValue": null,
322209
+ "description": "",
322210
+ "name": "index",
322211
+ "parent": {
322212
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322213
+ "name": "LegendItemLabelProps"
322214
+ },
322215
+ "declarations": [
322216
+ {
322217
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
322218
+ "name": "LegendItemLabelProps"
322219
+ }
322220
+ ],
322221
+ "required": true,
322222
+ "type": {
322223
+ "name": "number"
322224
+ }
322225
+ },
322226
+ "formatter": {
322227
+ "defaultValue": null,
322228
+ "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
322229
+ "name": "formatter",
322230
+ "parent": {
322231
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322232
+ "name": "WithTooltipFormatters"
322233
+ },
322234
+ "declarations": [
322235
+ {
322236
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322237
+ "name": "WithTooltipFormatters"
322238
+ }
322239
+ ],
322240
+ "required": false,
322241
+ "type": {
322242
+ "name": "TooltipLineFormatter"
322243
+ }
322244
+ }
322245
+ }
322246
+ },
322247
+ {
322248
+ "tags": {
322249
+ "internal": ""
322250
+ },
322251
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
322252
+ "description": "",
322253
+ "displayName": "TooltipContent",
322254
+ "methods": [],
322255
+ "props": {
322256
+ "formatter": {
322257
+ "defaultValue": null,
322258
+ "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
322259
+ "name": "formatter",
322260
+ "parent": {
322261
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322262
+ "name": "WithTooltipFormatters"
322263
+ },
322264
+ "declarations": [
322265
+ {
322266
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322267
+ "name": "WithTooltipFormatters"
322268
+ }
322269
+ ],
322270
+ "required": false,
322271
+ "type": {
322272
+ "name": "TooltipLineFormatter"
322273
+ }
322274
+ },
322275
+ "headingFormatter": {
322276
+ "defaultValue": null,
322277
+ "description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
322278
+ "name": "headingFormatter",
322279
+ "parent": {
322280
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322281
+ "name": "WithTooltipFormatters"
322282
+ },
322283
+ "declarations": [
322284
+ {
322285
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322286
+ "name": "WithTooltipFormatters"
322287
+ }
322288
+ ],
322289
+ "required": false,
322290
+ "type": {
322291
+ "name": "TooltipHeadingFormatter"
322292
+ }
322293
+ },
322294
+ "offset": {
322295
+ "defaultValue": null,
322296
+ "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",
322297
+ "name": "offset",
322298
+ "declarations": [
322299
+ {
322300
+ "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",
322301
+ "name": "TypeLiteral"
322302
+ }
322303
+ ],
322304
+ "required": false,
322305
+ "type": {
322306
+ "name": "number | Coordinate"
322307
+ }
322308
+ },
322309
+ "label": {
322310
+ "defaultValue": null,
322311
+ "description": "",
322312
+ "name": "label",
322313
+ "declarations": [
322314
+ {
322315
+ "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",
322316
+ "name": "TypeLiteral"
322317
+ }
322318
+ ],
322319
+ "required": false,
322320
+ "type": {
322321
+ "name": "string | number"
322322
+ }
322323
+ },
322324
+ "content": {
322325
+ "defaultValue": null,
322326
+ "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}",
322327
+ "name": "content",
322328
+ "declarations": [
322329
+ {
322330
+ "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",
322331
+ "name": "TypeLiteral"
322332
+ }
322333
+ ],
322334
+ "required": false,
322335
+ "type": {
322336
+ "name": "ContentType<ValueType, NameType>"
322337
+ }
322338
+ },
322339
+ "separator": {
322340
+ "defaultValue": null,
322341
+ "description": "The separator between name and value.\n@defaultValue ' : '",
322342
+ "name": "separator",
322343
+ "parent": {
322344
+ "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",
322345
+ "name": "Props"
322346
+ },
322347
+ "declarations": [
322348
+ {
322349
+ "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",
322350
+ "name": "Props"
322351
+ },
322352
+ {
322353
+ "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",
322354
+ "name": "TypeLiteral"
322355
+ }
322356
+ ],
322357
+ "required": false,
322358
+ "type": {
322359
+ "name": "string"
322360
+ }
322361
+ },
322362
+ "trigger": {
322363
+ "defaultValue": null,
322364
+ "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",
322365
+ "name": "trigger",
322366
+ "declarations": [
322367
+ {
322368
+ "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",
322369
+ "name": "TypeLiteral"
322370
+ }
322371
+ ],
322372
+ "required": false,
322373
+ "type": {
322374
+ "name": "TooltipTrigger"
322375
+ }
322376
+ },
322377
+ "cursor": {
322378
+ "defaultValue": null,
322379
+ "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",
322380
+ "name": "cursor",
322381
+ "declarations": [
322382
+ {
322383
+ "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",
322384
+ "name": "TypeLiteral"
322385
+ }
322386
+ ],
322387
+ "required": false,
322388
+ "type": {
322389
+ "name": "CursorDefinition"
322390
+ }
322391
+ },
322392
+ "position": {
322393
+ "defaultValue": null,
322394
+ "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.",
322395
+ "name": "position",
322396
+ "declarations": [
322397
+ {
322398
+ "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",
322399
+ "name": "TypeLiteral"
322400
+ }
322401
+ ],
322402
+ "required": false,
322403
+ "type": {
322404
+ "name": "Partial<Coordinate>"
322405
+ }
322406
+ },
322407
+ "includeHidden": {
322408
+ "defaultValue": null,
322409
+ "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",
322410
+ "name": "includeHidden",
322411
+ "declarations": [
322412
+ {
322413
+ "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",
322414
+ "name": "TypeLiteral"
322415
+ }
322416
+ ],
322417
+ "required": false,
322418
+ "type": {
322419
+ "name": "boolean"
322420
+ }
322421
+ },
322422
+ "payload": {
322423
+ "defaultValue": null,
322424
+ "description": "",
322425
+ "name": "payload",
322426
+ "declarations": [
322427
+ {
322428
+ "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",
322429
+ "name": "TypeLiteral"
322430
+ }
322431
+ ],
322432
+ "required": true,
322433
+ "type": {
322434
+ "name": "readonly any[]"
322435
+ }
322436
+ },
322437
+ "active": {
322438
+ "defaultValue": null,
322439
+ "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.",
322440
+ "name": "active",
322441
+ "declarations": [
322442
+ {
322443
+ "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",
322444
+ "name": "TypeLiteral"
322445
+ },
322446
+ {
322447
+ "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",
322448
+ "name": "TypeLiteral"
322449
+ }
322450
+ ],
322451
+ "required": false,
322452
+ "type": {
322453
+ "name": "boolean"
322454
+ }
322455
+ },
322456
+ "coordinate": {
322457
+ "defaultValue": null,
322458
+ "description": "",
322459
+ "name": "coordinate",
322460
+ "declarations": [
322461
+ {
322462
+ "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",
322463
+ "name": "TypeLiteral"
322464
+ }
322465
+ ],
322466
+ "required": true,
322467
+ "type": {
322468
+ "name": "Coordinate | undefined"
322469
+ }
322470
+ },
322471
+ "accessibilityLayer": {
322472
+ "defaultValue": null,
322473
+ "description": "",
322474
+ "name": "accessibilityLayer",
322475
+ "declarations": [
322476
+ {
322477
+ "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",
322478
+ "name": "TypeLiteral"
322479
+ }
322480
+ ],
322481
+ "required": true,
322482
+ "type": {
322483
+ "name": "boolean"
322484
+ }
322485
+ },
322486
+ "wrapperClassName": {
322487
+ "defaultValue": null,
322488
+ "description": "",
322489
+ "name": "wrapperClassName",
322490
+ "parent": {
322491
+ "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",
322492
+ "name": "Props"
322493
+ },
322494
+ "declarations": [
322495
+ {
322496
+ "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",
322497
+ "name": "Props"
322498
+ }
322499
+ ],
322500
+ "required": false,
322501
+ "type": {
322502
+ "name": "string"
322503
+ }
322504
+ },
322505
+ "labelClassName": {
322506
+ "defaultValue": null,
322507
+ "description": "",
322508
+ "name": "labelClassName",
322509
+ "parent": {
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/DefaultTooltipContent.d.ts",
322511
+ "name": "Props"
322512
+ },
322513
+ "declarations": [
322514
+ {
322515
+ "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",
322516
+ "name": "Props"
322517
+ }
322518
+ ],
322519
+ "required": false,
322520
+ "type": {
322521
+ "name": "string"
322522
+ }
322523
+ },
322524
+ "contentStyle": {
322525
+ "defaultValue": null,
322526
+ "description": "The style of tooltip content which is a dom element.\n@defaultValue {}",
322527
+ "name": "contentStyle",
322528
+ "parent": {
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
+ "declarations": [
322533
+ {
322534
+ "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",
322535
+ "name": "Props"
322536
+ },
322537
+ {
322538
+ "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",
322539
+ "name": "TypeLiteral"
322540
+ }
322541
+ ],
322542
+ "required": false,
322543
+ "type": {
322544
+ "name": "CSSProperties"
322545
+ }
322546
+ },
322547
+ "itemStyle": {
322548
+ "defaultValue": null,
322549
+ "description": "The style of default tooltip content item which is a li element.\n@defaultValue {}",
322550
+ "name": "itemStyle",
322551
+ "parent": {
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
+ "declarations": [
322556
+ {
322557
+ "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",
322558
+ "name": "Props"
322559
+ },
322560
+ {
322561
+ "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",
322562
+ "name": "TypeLiteral"
322563
+ }
322564
+ ],
322565
+ "required": false,
322566
+ "type": {
322567
+ "name": "CSSProperties"
322568
+ }
322569
+ },
322570
+ "labelStyle": {
322571
+ "defaultValue": null,
322572
+ "description": "The style of default tooltip label which is a p element.\n@defaultValue {}",
322573
+ "name": "labelStyle",
322574
+ "parent": {
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
+ "declarations": [
322579
+ {
322580
+ "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",
322581
+ "name": "Props"
322582
+ },
322583
+ {
322584
+ "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",
322585
+ "name": "TypeLiteral"
322586
+ }
322587
+ ],
322588
+ "required": false,
322589
+ "type": {
322590
+ "name": "CSSProperties"
322591
+ }
322592
+ },
322593
+ "labelFormatter": {
322594
+ "defaultValue": null,
322595
+ "description": "The formatter function of label in tooltip.",
322596
+ "name": "labelFormatter",
322597
+ "parent": {
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
+ "declarations": [
322602
+ {
322603
+ "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",
322604
+ "name": "Props"
322605
+ },
322606
+ {
322607
+ "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",
322608
+ "name": "TypeLiteral"
322609
+ }
322610
+ ],
322611
+ "required": false,
322612
+ "type": {
322613
+ "name": "(((label: ReactNode, payload: readonly Payload<ValueType, NameType>[]) => ReactNode) & ((label: any, payload: Payload<ValueType, NameType>[]) => ReactNode))"
322614
+ }
322615
+ },
322616
+ "itemSorter": {
322617
+ "defaultValue": null,
322618
+ "description": "Sorts tooltip items.\nDefaults to 'name' which means it sorts alphabetically by graphical item `name` property.\n@defaultValue name",
322619
+ "name": "itemSorter",
322620
+ "parent": {
322621
+ "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",
322622
+ "name": "Props"
322623
+ },
322624
+ "declarations": [
322625
+ {
322626
+ "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",
322627
+ "name": "Props"
322628
+ },
322629
+ {
322630
+ "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",
322631
+ "name": "TypeLiteral"
322632
+ }
322633
+ ],
322634
+ "required": false,
322635
+ "type": {
322636
+ "name": "((\"value\" | \"name\" | \"dataKey\" | ((item: Payload<ValueType, NameType>) => string | number)) & (\"value\" | \"name\" | \"dataKey\" | ((item: Payload<...>) => string | ... 1 more ...))) | undefined"
322637
+ }
322638
+ },
322639
+ "allowEscapeViewBox": {
322640
+ "defaultValue": null,
322641
+ "description": "This option allows the tooltip to extend beyond the viewBox of the chart itself.\n@defaultValue {\"x\":false,\"y\":false}",
322642
+ "name": "allowEscapeViewBox",
322643
+ "declarations": [
322644
+ {
322645
+ "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",
322646
+ "name": "TypeLiteral"
322647
+ }
322648
+ ],
322649
+ "required": false,
322650
+ "type": {
322651
+ "name": "AllowInDimension"
322652
+ }
322653
+ },
322654
+ "animationDuration": {
322655
+ "defaultValue": null,
322656
+ "description": "Specifies the duration of animation, the unit of this option is ms.\n@defaultValue 400",
322657
+ "name": "animationDuration",
322658
+ "declarations": [
322659
+ {
322660
+ "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",
322661
+ "name": "TypeLiteral"
322662
+ }
322663
+ ],
322664
+ "required": false,
322665
+ "type": {
322666
+ "name": "number"
322667
+ }
322668
+ },
322669
+ "animationEasing": {
322670
+ "defaultValue": null,
322671
+ "description": "The type of easing function.\n@defaultValue ease",
322672
+ "name": "animationEasing",
322673
+ "declarations": [
322674
+ {
322675
+ "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",
322676
+ "name": "TypeLiteral"
322677
+ }
322678
+ ],
322679
+ "required": false,
322680
+ "type": {
322681
+ "name": "AnimationTiming"
322682
+ }
322683
+ },
322684
+ "axisId": {
322685
+ "defaultValue": null,
322686
+ "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",
322687
+ "name": "axisId",
322688
+ "declarations": [
322689
+ {
322690
+ "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",
322691
+ "name": "TypeLiteral"
322692
+ }
322693
+ ],
322694
+ "required": false,
322695
+ "type": {
322696
+ "name": "AxisId"
322697
+ }
322698
+ },
322699
+ "defaultIndex": {
322700
+ "defaultValue": null,
322701
+ "description": "",
322702
+ "name": "defaultIndex",
322703
+ "declarations": [
322704
+ {
322705
+ "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",
322706
+ "name": "TypeLiteral"
322707
+ }
322708
+ ],
322709
+ "required": false,
322710
+ "type": {
322711
+ "name": "number | TooltipIndex"
322712
+ }
322713
+ },
322714
+ "filterNull": {
322715
+ "defaultValue": null,
322716
+ "description": "When an item of the payload has value null or undefined, this item won't be displayed.\n@defaultValue true",
322717
+ "name": "filterNull",
322718
+ "declarations": [
322719
+ {
322720
+ "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",
322721
+ "name": "TypeLiteral"
322722
+ }
322723
+ ],
322724
+ "required": false,
322725
+ "type": {
322726
+ "name": "boolean"
322727
+ }
322728
+ },
322729
+ "isAnimationActive": {
322730
+ "defaultValue": null,
322731
+ "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",
322732
+ "name": "isAnimationActive",
322733
+ "declarations": [
322734
+ {
322735
+ "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",
322736
+ "name": "TypeLiteral"
322737
+ }
322738
+ ],
322739
+ "required": false,
322740
+ "type": {
322741
+ "name": "boolean | \"auto\""
322742
+ }
322743
+ },
322744
+ "payloadUniqBy": {
322745
+ "defaultValue": null,
322746
+ "description": "",
322747
+ "name": "payloadUniqBy",
322748
+ "declarations": [
322749
+ {
322750
+ "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",
322751
+ "name": "TypeLiteral"
322752
+ }
322753
+ ],
322754
+ "required": false,
322755
+ "type": {
322756
+ "name": "UniqueOption<TooltipPayloadEntry>"
322757
+ }
322758
+ },
322759
+ "portal": {
322760
+ "defaultValue": null,
322761
+ "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.",
322762
+ "name": "portal",
322763
+ "declarations": [
322764
+ {
322765
+ "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",
322766
+ "name": "TypeLiteral"
322767
+ }
322768
+ ],
322769
+ "required": false,
322770
+ "type": {
322771
+ "name": "HTMLElement | null"
322772
+ }
322773
+ },
322774
+ "reverseDirection": {
322775
+ "defaultValue": null,
322776
+ "description": "@defaultValue {\"x\":false,\"y\":false}",
322777
+ "name": "reverseDirection",
322778
+ "declarations": [
322779
+ {
322780
+ "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",
322781
+ "name": "TypeLiteral"
322782
+ }
322783
+ ],
322784
+ "required": false,
322785
+ "type": {
322786
+ "name": "AllowInDimension"
322787
+ }
322788
+ },
322789
+ "shared": {
322790
+ "defaultValue": null,
322791
+ "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}",
322792
+ "name": "shared",
322793
+ "declarations": [
322794
+ {
322795
+ "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",
322796
+ "name": "TypeLiteral"
322797
+ }
322798
+ ],
322799
+ "required": false,
322800
+ "type": {
322801
+ "name": "boolean"
322802
+ }
322803
+ },
322804
+ "useTranslate3d": {
322805
+ "defaultValue": null,
322806
+ "description": "@defaultValue false",
322807
+ "name": "useTranslate3d",
322808
+ "declarations": [
322809
+ {
322810
+ "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",
322811
+ "name": "TypeLiteral"
322812
+ }
322813
+ ],
322814
+ "required": false,
322815
+ "type": {
322816
+ "name": "boolean"
322817
+ }
322818
+ },
322819
+ "wrapperStyle": {
322820
+ "defaultValue": null,
322821
+ "description": "CSS styles to be applied to the wrapper `div` element.",
322822
+ "name": "wrapperStyle",
322823
+ "declarations": [
322824
+ {
322825
+ "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",
322826
+ "name": "TypeLiteral"
322827
+ }
322828
+ ],
322829
+ "required": false,
322830
+ "type": {
322831
+ "name": "CSSProperties"
322832
+ }
322833
+ },
322834
+ "activeIndex": {
322835
+ "defaultValue": null,
322836
+ "description": "",
322837
+ "name": "activeIndex",
322838
+ "declarations": [
322839
+ {
322840
+ "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",
322841
+ "name": "TypeLiteral"
322842
+ }
322843
+ ],
322844
+ "required": true,
322845
+ "type": {
322846
+ "name": "TooltipIndex | undefined"
322847
+ }
322848
+ },
322849
+ "showProgressBar": {
322850
+ "defaultValue": null,
322851
+ "description": "",
322852
+ "name": "showProgressBar",
322853
+ "declarations": [
322854
+ {
322855
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
322856
+ "name": "TypeLiteral"
322857
+ }
322858
+ ],
322859
+ "required": false,
322860
+ "type": {
322861
+ "name": "boolean"
322862
+ }
322863
+ }
322864
+ }
322865
+ },
322866
+ {
322867
+ "tags": {
322868
+ "flr-generate": "all"
322869
+ },
322870
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322871
+ "description": "",
322872
+ "displayName": "ChartTooltip",
322873
+ "methods": [],
322874
+ "props": {
322875
+ "showProgressBar": {
322876
+ "defaultValue": {
322877
+ "value": "\"true\""
322878
+ },
322879
+ "description": "Show progress bar for stacked areas",
322880
+ "name": "showProgressBar",
322881
+ "parent": {
322882
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322883
+ "name": "ChartTooltipProps"
322884
+ },
322885
+ "declarations": [
322886
+ {
322887
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322888
+ "name": "ChartTooltipProps"
322889
+ }
322890
+ ],
322891
+ "required": false,
322892
+ "type": {
322893
+ "name": "boolean"
322894
+ }
322895
+ },
322896
+ "wrapperClassName": {
322897
+ "defaultValue": null,
322898
+ "description": "",
322899
+ "name": "wrapperClassName",
322900
+ "parent": {
322901
+ "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",
322902
+ "name": "Props"
322903
+ },
322904
+ "declarations": [
322905
+ {
322906
+ "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",
322907
+ "name": "Props"
322908
+ }
322909
+ ],
322910
+ "required": false,
322911
+ "type": {
322912
+ "name": "string"
322913
+ }
322914
+ },
322915
+ "allowEscapeViewBox": {
322916
+ "defaultValue": null,
322917
+ "description": "This option allows the tooltip to extend beyond the viewBox of the chart itself.\n@defaultValue {\"x\":false,\"y\":false}",
322918
+ "name": "allowEscapeViewBox",
322919
+ "declarations": [
322920
+ {
322921
+ "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",
322922
+ "name": "TypeLiteral"
322923
+ }
322924
+ ],
322925
+ "required": false,
322926
+ "type": {
322927
+ "name": "AllowInDimension"
322928
+ }
322929
+ },
322930
+ "formatter": {
322931
+ "defaultValue": null,
322932
+ "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
322933
+ "name": "formatter",
322934
+ "parent": {
322935
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322936
+ "name": "WithTooltipFormatters"
322937
+ },
322938
+ "declarations": [
322939
+ {
322940
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322941
+ "name": "WithTooltipFormatters"
322942
+ }
322943
+ ],
322944
+ "required": false,
322945
+ "type": {
322946
+ "name": "TooltipLineFormatter"
322947
+ }
322948
+ },
322949
+ "headingFormatter": {
322950
+ "defaultValue": null,
322951
+ "description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
322952
+ "name": "headingFormatter",
322953
+ "parent": {
322954
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322955
+ "name": "WithTooltipFormatters"
322956
+ },
322957
+ "declarations": [
322958
+ {
322959
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
322960
+ "name": "WithTooltipFormatters"
322961
+ }
322962
+ ],
322963
+ "required": false,
322964
+ "type": {
322965
+ "name": "TooltipHeadingFormatter"
322966
+ }
322967
+ }
322968
+ }
322969
+ },
322970
+ {
322971
+ "tags": {},
322972
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
322154
322973
  "description": "",
322155
322974
  "displayName": "LegendContent",
322156
322975
  "methods": [],
@@ -330886,10 +331705,10 @@
330886
331705
  "name": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>"
330887
331706
  }
330888
331707
  },
330889
- "iconSize": {
331708
+ "payload": {
330890
331709
  "defaultValue": null,
330891
- "description": "The size of icon in each legend item.\n@defaultValue 14",
330892
- "name": "iconSize",
331710
+ "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.",
331711
+ "name": "payload",
330893
331712
  "parent": {
330894
331713
  "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",
330895
331714
  "name": "DefaultLegendContentProps"
@@ -330902,13 +331721,13 @@
330902
331721
  ],
330903
331722
  "required": false,
330904
331723
  "type": {
330905
- "name": "number"
331724
+ "name": "readonly LegendPayload[]"
330906
331725
  }
330907
331726
  },
330908
- "iconType": {
331727
+ "iconSize": {
330909
331728
  "defaultValue": null,
330910
- "description": "The type of icon in each legend item.",
330911
- "name": "iconType",
331729
+ "description": "The size of icon in each legend item.\n@defaultValue 14",
331730
+ "name": "iconSize",
330912
331731
  "parent": {
330913
331732
  "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",
330914
331733
  "name": "DefaultLegendContentProps"
@@ -330921,13 +331740,13 @@
330921
331740
  ],
330922
331741
  "required": false,
330923
331742
  "type": {
330924
- "name": "LegendType"
331743
+ "name": "number"
330925
331744
  }
330926
331745
  },
330927
- "inactiveColor": {
331746
+ "iconType": {
330928
331747
  "defaultValue": null,
330929
- "description": "The color of the icon when the item is inactive.\n@defaultValue #ccc",
330930
- "name": "inactiveColor",
331748
+ "description": "The type of icon in each legend item.",
331749
+ "name": "iconType",
330931
331750
  "parent": {
330932
331751
  "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",
330933
331752
  "name": "DefaultLegendContentProps"
@@ -330940,13 +331759,13 @@
330940
331759
  ],
330941
331760
  "required": false,
330942
331761
  "type": {
330943
- "name": "string"
331762
+ "name": "LegendType"
330944
331763
  }
330945
331764
  },
330946
- "payload": {
331765
+ "inactiveColor": {
330947
331766
  "defaultValue": null,
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",
331767
+ "description": "The color of the icon when the item is inactive.\n@defaultValue #ccc",
331768
+ "name": "inactiveColor",
330950
331769
  "parent": {
330951
331770
  "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",
330952
331771
  "name": "DefaultLegendContentProps"
@@ -330959,7 +331778,7 @@
330959
331778
  ],
330960
331779
  "required": false,
330961
331780
  "type": {
330962
- "name": "readonly LegendPayload[]"
331781
+ "name": "string"
330963
331782
  }
330964
331783
  },
330965
331784
  "formatter": {
@@ -331047,761 +331866,6 @@
331047
331866
  }
331048
331867
  }
331049
331868
  },
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
331869
  {
331806
331870
  "tags": {
331807
331871
  "flr-generate": "all"
@@ -347348,42 +347412,6 @@
347348
347412
  "methods": [],
347349
347413
  "props": {}
347350
347414
  },
347351
- {
347352
- "tags": {},
347353
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
347354
- "description": "",
347355
- "displayName": "ViewModeMenuItem",
347356
- "methods": [],
347357
- "props": {
347358
- "viewMode": {
347359
- "defaultValue": null,
347360
- "description": "",
347361
- "name": "viewMode",
347362
- "parent": {
347363
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
347364
- "name": "Props"
347365
- },
347366
- "declarations": [
347367
- {
347368
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
347369
- "name": "Props"
347370
- }
347371
- ],
347372
- "required": true,
347373
- "type": {
347374
- "name": "ListViewMode"
347375
- }
347376
- }
347377
- }
347378
- },
347379
- {
347380
- "tags": {},
347381
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
347382
- "description": "",
347383
- "displayName": "ViewModeContextMenu",
347384
- "methods": [],
347385
- "props": {}
347386
- },
347387
347415
  {
347388
347416
  "tags": {},
347389
347417
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
@@ -347578,6 +347606,50 @@
347578
347606
  }
347579
347607
  }
347580
347608
  },
347609
+ {
347610
+ "tags": {},
347611
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
347612
+ "description": "",
347613
+ "displayName": "ViewModeMenuItem",
347614
+ "methods": [],
347615
+ "props": {
347616
+ "viewMode": {
347617
+ "defaultValue": null,
347618
+ "description": "",
347619
+ "name": "viewMode",
347620
+ "parent": {
347621
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
347622
+ "name": "Props"
347623
+ },
347624
+ "declarations": [
347625
+ {
347626
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
347627
+ "name": "Props"
347628
+ }
347629
+ ],
347630
+ "required": true,
347631
+ "type": {
347632
+ "name": "ListViewMode"
347633
+ }
347634
+ }
347635
+ }
347636
+ },
347637
+ {
347638
+ "tags": {},
347639
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
347640
+ "description": "",
347641
+ "displayName": "ViewModeContextMenu",
347642
+ "methods": [],
347643
+ "props": {}
347644
+ },
347645
+ {
347646
+ "tags": {},
347647
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
347648
+ "description": "",
347649
+ "displayName": "ActiveFilters",
347650
+ "methods": [],
347651
+ "props": {}
347652
+ },
347581
347653
  {
347582
347654
  "tags": {},
347583
347655
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
@@ -347714,14 +347786,6 @@
347714
347786
  "methods": [],
347715
347787
  "props": {}
347716
347788
  },
347717
- {
347718
- "tags": {},
347719
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
347720
- "description": "",
347721
- "displayName": "ActiveFilters",
347722
- "methods": [],
347723
- "props": {}
347724
- },
347725
347789
  {
347726
347790
  "tags": {},
347727
347791
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",