@mittwald/flow-react-components 0.2.0-alpha.798 → 0.2.0-alpha.799

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 (75) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/assets/doc-properties.json +1039 -963
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/_virtual/_.locale.json@774f50b2495c87d6d13911bcd596e720.mjs +2 -2
  5. package/dist/js/default.mjs +9 -5
  6. package/dist/js/default.mjs.map +1 -1
  7. package/dist/js/flr-universal.mjs +1 -1
  8. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.mjs +18 -1
  9. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  10. package/dist/js/packages/components/src/components/CartesianChart/components/Area/Area.mjs +2 -1
  11. package/dist/js/packages/components/src/components/CartesianChart/components/Area/Area.mjs.map +1 -1
  12. package/dist/js/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.mjs +1 -5
  13. package/dist/js/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.mjs.map +1 -1
  14. package/dist/js/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.mjs +21 -15
  15. package/dist/js/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.mjs.map +1 -1
  16. package/dist/js/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.mjs +22 -0
  17. package/dist/js/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.mjs.map +1 -0
  18. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.mjs +2 -1
  19. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.mjs.map +1 -1
  20. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs +2 -1
  21. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs.map +1 -1
  22. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs.map +1 -1
  23. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.mjs.map +1 -1
  24. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs +7 -3
  25. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs.map +1 -1
  26. package/dist/js/packages/components/src/components/CartesianChart/components/Line/Line.mjs +2 -1
  27. package/dist/js/packages/components/src/components/CartesianChart/components/Line/Line.mjs.map +1 -1
  28. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/XAxis.mjs +17 -0
  29. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/XAxis.mjs.map +1 -1
  30. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/types.mjs +27 -0
  31. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/types.mjs.map +1 -0
  32. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/YAxis.mjs +17 -0
  33. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/YAxis.mjs.map +1 -1
  34. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/types.mjs +27 -0
  35. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/types.mjs.map +1 -0
  36. package/dist/types/components/CartesianChart/CartesianChart.d.ts +16 -2
  37. package/dist/types/components/CartesianChart/CartesianChart.d.ts.map +1 -1
  38. package/dist/types/components/CartesianChart/components/Area/Area.d.ts +5 -2
  39. package/dist/types/components/CartesianChart/components/Area/Area.d.ts.map +1 -1
  40. package/dist/types/components/CartesianChart/components/AreaDot/AreaDot.d.ts +4 -2
  41. package/dist/types/components/CartesianChart/components/AreaDot/AreaDot.d.ts.map +1 -1
  42. package/dist/types/components/CartesianChart/components/CartesianGrid/CartesianGrid.d.ts +8 -6
  43. package/dist/types/components/CartesianChart/components/CartesianGrid/CartesianGrid.d.ts.map +1 -1
  44. package/dist/types/components/CartesianChart/components/CartesianGrid/index.d.ts +1 -0
  45. package/dist/types/components/CartesianChart/components/CartesianGrid/index.d.ts.map +1 -1
  46. package/dist/types/components/CartesianChart/components/ChartGrid/ChartGrid.d.ts +8 -0
  47. package/dist/types/components/CartesianChart/components/ChartGrid/ChartGrid.d.ts.map +1 -0
  48. package/dist/types/components/CartesianChart/components/ChartGrid/index.d.ts +2 -0
  49. package/dist/types/components/CartesianChart/components/ChartGrid/index.d.ts.map +1 -0
  50. package/dist/types/components/CartesianChart/components/ChartGrid/view.d.ts +8 -0
  51. package/dist/types/components/CartesianChart/components/ChartGrid/view.d.ts.map +1 -0
  52. package/dist/types/components/CartesianChart/components/ChartLegend/ChartLegend.d.ts +2 -1
  53. package/dist/types/components/CartesianChart/components/ChartLegend/ChartLegend.d.ts.map +1 -1
  54. package/dist/types/components/CartesianChart/components/ChartTooltip/ChartTooltip.d.ts +11 -9
  55. package/dist/types/components/CartesianChart/components/ChartTooltip/ChartTooltip.d.ts.map +1 -1
  56. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipContent.d.ts +7 -1
  57. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipContent.d.ts.map +1 -1
  58. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.d.ts +2 -1
  59. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.d.ts.map +1 -1
  60. package/dist/types/components/CartesianChart/components/Line/Line.d.ts +5 -2
  61. package/dist/types/components/CartesianChart/components/Line/Line.d.ts.map +1 -1
  62. package/dist/types/components/CartesianChart/components/XAxis/XAxis.d.ts +6 -1
  63. package/dist/types/components/CartesianChart/components/XAxis/XAxis.d.ts.map +1 -1
  64. package/dist/types/components/CartesianChart/components/XAxis/types.d.ts +5 -0
  65. package/dist/types/components/CartesianChart/components/XAxis/types.d.ts.map +1 -0
  66. package/dist/types/components/CartesianChart/components/YAxis/YAxis.d.ts +6 -1
  67. package/dist/types/components/CartesianChart/components/YAxis/YAxis.d.ts.map +1 -1
  68. package/dist/types/components/CartesianChart/components/YAxis/types.d.ts +5 -0
  69. package/dist/types/components/CartesianChart/components/YAxis/types.d.ts.map +1 -0
  70. package/dist/types/components/CartesianChart/index.d.ts +4 -1
  71. package/dist/types/components/CartesianChart/index.d.ts.map +1 -1
  72. package/dist/types/components/CartesianChart/stories/Default.stories.d.ts.map +1 -1
  73. package/dist/types/views/ChartGridView.d.ts +5 -0
  74. package/dist/types/views/ChartGridView.d.ts.map +1 -0
  75. package/package.json +6 -6
@@ -225933,6 +225933,25 @@
225933
225933
  "displayName": "CartesianChart",
225934
225934
  "methods": [],
225935
225935
  "props": {
225936
+ "data": {
225937
+ "defaultValue": null,
225938
+ "description": "",
225939
+ "name": "data",
225940
+ "parent": {
225941
+ "fileName": "src/components/CartesianChart/CartesianChart.tsx",
225942
+ "name": "CartesianChartProps"
225943
+ },
225944
+ "declarations": [
225945
+ {
225946
+ "fileName": "src/components/CartesianChart/CartesianChart.tsx",
225947
+ "name": "CartesianChartProps"
225948
+ }
225949
+ ],
225950
+ "required": false,
225951
+ "type": {
225952
+ "name": "ChartDataValue[]"
225953
+ }
225954
+ },
225936
225955
  "height": {
225937
225956
  "defaultValue": null,
225938
225957
  "description": "",
@@ -226009,25 +226028,6 @@
226009
226028
  "name": "string"
226010
226029
  }
226011
226030
  },
226012
- "data": {
226013
- "defaultValue": null,
226014
- "description": "The source data. Each element should be an object.\nThe properties of each object represent the values of different data dimensions.\n\nUse the `dataKey` prop to specify which properties to use.\n@example data={[{ name: 'a', value: 12 }]}\n@example data={[{ label: 'foo', measurements: [5, 12] }]}",
226015
- "name": "data",
226016
- "parent": {
226017
- "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/util/types.d.ts",
226018
- "name": "DataProvider"
226019
- },
226020
- "declarations": [
226021
- {
226022
- "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/util/types.d.ts",
226023
- "name": "DataProvider"
226024
- }
226025
- ],
226026
- "required": false,
226027
- "type": {
226028
- "name": "ChartData"
226029
- }
226030
- },
226031
226031
  "syncId": {
226032
226032
  "defaultValue": null,
226033
226033
  "description": "Charts with the same syncId will synchronize Tooltip and Brush events.\n@see {@link https://recharts.github.io/en-US/examples/SynchronizedAreaChart/ Synchronized Charts Example}",
@@ -289872,6 +289872,72 @@
289872
289872
  }
289873
289873
  }
289874
289874
  },
289875
+ {
289876
+ "tags": {},
289877
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
289878
+ "description": "",
289879
+ "displayName": "TabList",
289880
+ "methods": [],
289881
+ "props": {
289882
+ "selection": {
289883
+ "defaultValue": null,
289884
+ "description": "",
289885
+ "name": "selection",
289886
+ "parent": {
289887
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289888
+ "name": "Props"
289889
+ },
289890
+ "declarations": [
289891
+ {
289892
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289893
+ "name": "Props"
289894
+ }
289895
+ ],
289896
+ "required": true,
289897
+ "type": {
289898
+ "name": "Key | undefined"
289899
+ }
289900
+ },
289901
+ "onContextMenuSelectionChange": {
289902
+ "defaultValue": null,
289903
+ "description": "",
289904
+ "name": "onContextMenuSelectionChange",
289905
+ "parent": {
289906
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289907
+ "name": "Props"
289908
+ },
289909
+ "declarations": [
289910
+ {
289911
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289912
+ "name": "Props"
289913
+ }
289914
+ ],
289915
+ "required": true,
289916
+ "type": {
289917
+ "name": "(key: Key) => void"
289918
+ }
289919
+ },
289920
+ "disabledKeys": {
289921
+ "defaultValue": null,
289922
+ "description": "",
289923
+ "name": "disabledKeys",
289924
+ "parent": {
289925
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289926
+ "name": "Props"
289927
+ },
289928
+ "declarations": [
289929
+ {
289930
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289931
+ "name": "Props"
289932
+ }
289933
+ ],
289934
+ "required": false,
289935
+ "type": {
289936
+ "name": "Iterable<Key>"
289937
+ }
289938
+ }
289939
+ }
289940
+ },
289875
289941
  {
289876
289942
  "tags": {
289877
289943
  "flr-generate": "all"
@@ -291629,72 +291695,6 @@
291629
291695
  }
291630
291696
  }
291631
291697
  },
291632
- {
291633
- "tags": {},
291634
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291635
- "description": "",
291636
- "displayName": "TabList",
291637
- "methods": [],
291638
- "props": {
291639
- "selection": {
291640
- "defaultValue": null,
291641
- "description": "",
291642
- "name": "selection",
291643
- "parent": {
291644
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291645
- "name": "Props"
291646
- },
291647
- "declarations": [
291648
- {
291649
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291650
- "name": "Props"
291651
- }
291652
- ],
291653
- "required": true,
291654
- "type": {
291655
- "name": "Key | undefined"
291656
- }
291657
- },
291658
- "onContextMenuSelectionChange": {
291659
- "defaultValue": null,
291660
- "description": "",
291661
- "name": "onContextMenuSelectionChange",
291662
- "parent": {
291663
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291664
- "name": "Props"
291665
- },
291666
- "declarations": [
291667
- {
291668
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291669
- "name": "Props"
291670
- }
291671
- ],
291672
- "required": true,
291673
- "type": {
291674
- "name": "(key: Key) => void"
291675
- }
291676
- },
291677
- "disabledKeys": {
291678
- "defaultValue": null,
291679
- "description": "",
291680
- "name": "disabledKeys",
291681
- "parent": {
291682
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291683
- "name": "Props"
291684
- },
291685
- "declarations": [
291686
- {
291687
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291688
- "name": "Props"
291689
- }
291690
- ],
291691
- "required": false,
291692
- "type": {
291693
- "name": "Iterable<Key>"
291694
- }
291695
- }
291696
- }
291697
- },
291698
291698
  {
291699
291699
  "tags": {
291700
291700
  "flr-generate": "all"
@@ -295025,9 +295025,9 @@
295025
295025
  "tags": {
295026
295026
  "flr-generate": "all"
295027
295027
  },
295028
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
295028
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
295029
295029
  "description": "",
295030
- "displayName": "TableFooterRow",
295030
+ "displayName": "TableHeader",
295031
295031
  "methods": [],
295032
295032
  "props": {
295033
295033
  "className": {
@@ -295089,25 +295089,6 @@
295089
295089
  "name": "ReactNode"
295090
295090
  }
295091
295091
  },
295092
- "value": {
295093
- "defaultValue": null,
295094
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
295095
- "name": "value",
295096
- "parent": {
295097
- "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",
295098
- "name": "MenuItemProps"
295099
- },
295100
- "declarations": [
295101
- {
295102
- "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",
295103
- "name": "MenuItemProps"
295104
- }
295105
- ],
295106
- "required": false,
295107
- "type": {
295108
- "name": "object"
295109
- }
295110
- },
295111
295092
  "dependencies": {
295112
295093
  "defaultValue": null,
295113
295094
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -295127,82 +295108,6 @@
295127
295108
  "name": "readonly any[]"
295128
295109
  }
295129
295110
  },
295130
- "textValue": {
295131
- "defaultValue": null,
295132
- "description": "A string representation of the item's contents, used for features like typeahead.",
295133
- "name": "textValue",
295134
- "parent": {
295135
- "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",
295136
- "name": "ListBoxItemProps"
295137
- },
295138
- "declarations": [
295139
- {
295140
- "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",
295141
- "name": "ListBoxItemProps"
295142
- }
295143
- ],
295144
- "required": false,
295145
- "type": {
295146
- "name": "string"
295147
- }
295148
- },
295149
- "isDisabled": {
295150
- "defaultValue": null,
295151
- "description": "Whether the item is disabled.",
295152
- "name": "isDisabled",
295153
- "parent": {
295154
- "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",
295155
- "name": "ListBoxItemProps"
295156
- },
295157
- "declarations": [
295158
- {
295159
- "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",
295160
- "name": "ListBoxItemProps"
295161
- }
295162
- ],
295163
- "required": false,
295164
- "type": {
295165
- "name": "boolean"
295166
- }
295167
- },
295168
- "onAction": {
295169
- "defaultValue": null,
295170
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
295171
- "name": "onAction",
295172
- "parent": {
295173
- "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",
295174
- "name": "ListBoxItemProps"
295175
- },
295176
- "declarations": [
295177
- {
295178
- "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",
295179
- "name": "ListBoxItemProps"
295180
- }
295181
- ],
295182
- "required": false,
295183
- "type": {
295184
- "name": "(() => void)"
295185
- }
295186
- },
295187
- "id": {
295188
- "defaultValue": null,
295189
- "description": "The unique id of the item.",
295190
- "name": "id",
295191
- "parent": {
295192
- "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",
295193
- "name": "MenuItemProps"
295194
- },
295195
- "declarations": [
295196
- {
295197
- "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",
295198
- "name": "MenuItemProps"
295199
- }
295200
- ],
295201
- "required": false,
295202
- "type": {
295203
- "name": "Key"
295204
- }
295205
- },
295206
295111
  "style": {
295207
295112
  "defaultValue": null,
295208
295113
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -295222,158 +295127,6 @@
295222
295127
  "name": "StyleOrFunction<TooltipRenderProps>"
295223
295128
  }
295224
295129
  },
295225
- "href": {
295226
- "defaultValue": null,
295227
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
295228
- "name": "href",
295229
- "parent": {
295230
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295231
- "name": "LinkDOMProps"
295232
- },
295233
- "declarations": [
295234
- {
295235
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295236
- "name": "LinkDOMProps"
295237
- }
295238
- ],
295239
- "required": false,
295240
- "type": {
295241
- "name": "string"
295242
- }
295243
- },
295244
- "hrefLang": {
295245
- "defaultValue": null,
295246
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
295247
- "name": "hrefLang",
295248
- "parent": {
295249
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295250
- "name": "LinkDOMProps"
295251
- },
295252
- "declarations": [
295253
- {
295254
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295255
- "name": "LinkDOMProps"
295256
- }
295257
- ],
295258
- "required": false,
295259
- "type": {
295260
- "name": "string"
295261
- }
295262
- },
295263
- "target": {
295264
- "defaultValue": null,
295265
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
295266
- "name": "target",
295267
- "parent": {
295268
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295269
- "name": "LinkDOMProps"
295270
- },
295271
- "declarations": [
295272
- {
295273
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295274
- "name": "LinkDOMProps"
295275
- }
295276
- ],
295277
- "required": false,
295278
- "type": {
295279
- "name": "HTMLAttributeAnchorTarget"
295280
- }
295281
- },
295282
- "rel": {
295283
- "defaultValue": null,
295284
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
295285
- "name": "rel",
295286
- "parent": {
295287
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295288
- "name": "LinkDOMProps"
295289
- },
295290
- "declarations": [
295291
- {
295292
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295293
- "name": "LinkDOMProps"
295294
- }
295295
- ],
295296
- "required": false,
295297
- "type": {
295298
- "name": "string"
295299
- }
295300
- },
295301
- "download": {
295302
- "defaultValue": null,
295303
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
295304
- "name": "download",
295305
- "parent": {
295306
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295307
- "name": "LinkDOMProps"
295308
- },
295309
- "declarations": [
295310
- {
295311
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295312
- "name": "LinkDOMProps"
295313
- }
295314
- ],
295315
- "required": false,
295316
- "type": {
295317
- "name": "string | boolean"
295318
- }
295319
- },
295320
- "ping": {
295321
- "defaultValue": null,
295322
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
295323
- "name": "ping",
295324
- "parent": {
295325
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295326
- "name": "LinkDOMProps"
295327
- },
295328
- "declarations": [
295329
- {
295330
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295331
- "name": "LinkDOMProps"
295332
- }
295333
- ],
295334
- "required": false,
295335
- "type": {
295336
- "name": "string"
295337
- }
295338
- },
295339
- "referrerPolicy": {
295340
- "defaultValue": null,
295341
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
295342
- "name": "referrerPolicy",
295343
- "parent": {
295344
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295345
- "name": "LinkDOMProps"
295346
- },
295347
- "declarations": [
295348
- {
295349
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295350
- "name": "LinkDOMProps"
295351
- }
295352
- ],
295353
- "required": false,
295354
- "type": {
295355
- "name": "HTMLAttributeReferrerPolicy"
295356
- }
295357
- },
295358
- "routerOptions": {
295359
- "defaultValue": null,
295360
- "description": "Options for the configured client side router.",
295361
- "name": "routerOptions",
295362
- "parent": {
295363
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295364
- "name": "LinkDOMProps"
295365
- },
295366
- "declarations": [
295367
- {
295368
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295369
- "name": "LinkDOMProps"
295370
- }
295371
- ],
295372
- "required": false,
295373
- "type": {
295374
- "name": "undefined"
295375
- }
295376
- },
295377
295130
  "onHoverStart": {
295378
295131
  "defaultValue": null,
295379
295132
  "description": "Handler that is called when a hover interaction starts.",
@@ -295431,124 +295184,29 @@
295431
295184
  "name": "((isHovering: boolean) => void)"
295432
295185
  }
295433
295186
  },
295434
- "onPress": {
295435
- "defaultValue": null,
295436
- "description": "Handler that is called when the press is released over the target.",
295437
- "name": "onPress",
295438
- "parent": {
295439
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295440
- "name": "PressEvents"
295441
- },
295442
- "declarations": [
295443
- {
295444
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295445
- "name": "PressEvents"
295446
- }
295447
- ],
295448
- "required": false,
295449
- "type": {
295450
- "name": "((e: PressEvent) => void)"
295451
- }
295452
- },
295453
- "onPressStart": {
295454
- "defaultValue": null,
295455
- "description": "Handler that is called when a press interaction starts.",
295456
- "name": "onPressStart",
295457
- "parent": {
295458
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295459
- "name": "PressEvents"
295460
- },
295461
- "declarations": [
295462
- {
295463
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295464
- "name": "PressEvents"
295465
- }
295466
- ],
295467
- "required": false,
295468
- "type": {
295469
- "name": "((e: PressEvent) => void)"
295470
- }
295471
- },
295472
- "onPressEnd": {
295473
- "defaultValue": null,
295474
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
295475
- "name": "onPressEnd",
295476
- "parent": {
295477
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295478
- "name": "PressEvents"
295479
- },
295480
- "declarations": [
295481
- {
295482
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295483
- "name": "PressEvents"
295484
- }
295485
- ],
295486
- "required": false,
295487
- "type": {
295488
- "name": "((e: PressEvent) => void)"
295489
- }
295490
- },
295491
- "onPressChange": {
295492
- "defaultValue": null,
295493
- "description": "Handler that is called when the press state changes.",
295494
- "name": "onPressChange",
295495
- "parent": {
295496
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295497
- "name": "PressEvents"
295498
- },
295499
- "declarations": [
295500
- {
295501
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295502
- "name": "PressEvents"
295503
- }
295504
- ],
295505
- "required": false,
295506
- "type": {
295507
- "name": "((isPressed: boolean) => void)"
295508
- }
295509
- },
295510
- "onPressUp": {
295511
- "defaultValue": null,
295512
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
295513
- "name": "onPressUp",
295514
- "parent": {
295515
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295516
- "name": "PressEvents"
295517
- },
295518
- "declarations": [
295519
- {
295520
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295521
- "name": "PressEvents"
295522
- }
295523
- ],
295524
- "required": false,
295525
- "type": {
295526
- "name": "((e: PressEvent) => void)"
295527
- }
295528
- },
295529
- "onClick": {
295187
+ "dir": {
295530
295188
  "defaultValue": null,
295531
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
295532
- "name": "onClick",
295189
+ "description": "",
295190
+ "name": "dir",
295533
295191
  "parent": {
295534
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295535
- "name": "PressEvents"
295192
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295193
+ "name": "GlobalDOMAttributes"
295536
295194
  },
295537
295195
  "declarations": [
295538
295196
  {
295539
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295540
- "name": "PressEvents"
295197
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295198
+ "name": "GlobalDOMAttributes"
295541
295199
  }
295542
295200
  ],
295543
295201
  "required": false,
295544
295202
  "type": {
295545
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
295203
+ "name": "string"
295546
295204
  }
295547
295205
  },
295548
- "translate": {
295206
+ "lang": {
295549
295207
  "defaultValue": null,
295550
295208
  "description": "",
295551
- "name": "translate",
295209
+ "name": "lang",
295552
295210
  "parent": {
295553
295211
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295554
295212
  "name": "GlobalDOMAttributes"
@@ -295561,13 +295219,13 @@
295561
295219
  ],
295562
295220
  "required": false,
295563
295221
  "type": {
295564
- "name": "\"yes\" | \"no\""
295222
+ "name": "string"
295565
295223
  }
295566
295224
  },
295567
- "dir": {
295225
+ "hidden": {
295568
295226
  "defaultValue": null,
295569
295227
  "description": "",
295570
- "name": "dir",
295228
+ "name": "hidden",
295571
295229
  "parent": {
295572
295230
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295573
295231
  "name": "GlobalDOMAttributes"
@@ -295580,13 +295238,13 @@
295580
295238
  ],
295581
295239
  "required": false,
295582
295240
  "type": {
295583
- "name": "string"
295241
+ "name": "boolean"
295584
295242
  }
295585
295243
  },
295586
- "lang": {
295244
+ "inert": {
295587
295245
  "defaultValue": null,
295588
295246
  "description": "",
295589
- "name": "lang",
295247
+ "name": "inert",
295590
295248
  "parent": {
295591
295249
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295592
295250
  "name": "GlobalDOMAttributes"
@@ -295599,13 +295257,13 @@
295599
295257
  ],
295600
295258
  "required": false,
295601
295259
  "type": {
295602
- "name": "string"
295260
+ "name": "boolean"
295603
295261
  }
295604
295262
  },
295605
- "hidden": {
295263
+ "translate": {
295606
295264
  "defaultValue": null,
295607
295265
  "description": "",
295608
- "name": "hidden",
295266
+ "name": "translate",
295609
295267
  "parent": {
295610
295268
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295611
295269
  "name": "GlobalDOMAttributes"
@@ -295618,26 +295276,26 @@
295618
295276
  ],
295619
295277
  "required": false,
295620
295278
  "type": {
295621
- "name": "boolean"
295279
+ "name": "\"yes\" | \"no\""
295622
295280
  }
295623
295281
  },
295624
- "inert": {
295282
+ "onClick": {
295625
295283
  "defaultValue": null,
295626
295284
  "description": "",
295627
- "name": "inert",
295285
+ "name": "onClick",
295628
295286
  "parent": {
295629
295287
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295630
- "name": "GlobalDOMAttributes"
295288
+ "name": "GlobalDOMEvents"
295631
295289
  },
295632
295290
  "declarations": [
295633
295291
  {
295634
295292
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295635
- "name": "GlobalDOMAttributes"
295293
+ "name": "GlobalDOMEvents"
295636
295294
  }
295637
295295
  ],
295638
295296
  "required": false,
295639
295297
  "type": {
295640
- "name": "boolean"
295298
+ "name": "MouseEventHandler<HTMLDivElement>"
295641
295299
  }
295642
295300
  },
295643
295301
  "onClickCapture": {
@@ -296836,21 +296494,6 @@
296836
296494
  "type": {
296837
296495
  "name": "TransitionEventHandler<HTMLDivElement>"
296838
296496
  }
296839
- },
296840
- "footer": {
296841
- "defaultValue": null,
296842
- "description": "@internal",
296843
- "name": "footer",
296844
- "declarations": [
296845
- {
296846
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
296847
- "name": "TypeLiteral"
296848
- }
296849
- ],
296850
- "required": false,
296851
- "type": {
296852
- "name": "boolean"
296853
- }
296854
296497
  }
296855
296498
  }
296856
296499
  },
@@ -296858,9 +296501,9 @@
296858
296501
  "tags": {
296859
296502
  "flr-generate": "all"
296860
296503
  },
296861
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
296504
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
296862
296505
  "description": "",
296863
- "displayName": "TableHeader",
296506
+ "displayName": "TableFooterRow",
296864
296507
  "methods": [],
296865
296508
  "props": {
296866
296509
  "className": {
@@ -296922,6 +296565,25 @@
296922
296565
  "name": "ReactNode"
296923
296566
  }
296924
296567
  },
296568
+ "value": {
296569
+ "defaultValue": null,
296570
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
296571
+ "name": "value",
296572
+ "parent": {
296573
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296574
+ "name": "MenuItemProps"
296575
+ },
296576
+ "declarations": [
296577
+ {
296578
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296579
+ "name": "MenuItemProps"
296580
+ }
296581
+ ],
296582
+ "required": false,
296583
+ "type": {
296584
+ "name": "object"
296585
+ }
296586
+ },
296925
296587
  "dependencies": {
296926
296588
  "defaultValue": null,
296927
296589
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -296941,6 +296603,82 @@
296941
296603
  "name": "readonly any[]"
296942
296604
  }
296943
296605
  },
296606
+ "textValue": {
296607
+ "defaultValue": null,
296608
+ "description": "A string representation of the item's contents, used for features like typeahead.",
296609
+ "name": "textValue",
296610
+ "parent": {
296611
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296612
+ "name": "ListBoxItemProps"
296613
+ },
296614
+ "declarations": [
296615
+ {
296616
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296617
+ "name": "ListBoxItemProps"
296618
+ }
296619
+ ],
296620
+ "required": false,
296621
+ "type": {
296622
+ "name": "string"
296623
+ }
296624
+ },
296625
+ "isDisabled": {
296626
+ "defaultValue": null,
296627
+ "description": "Whether the item is disabled.",
296628
+ "name": "isDisabled",
296629
+ "parent": {
296630
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296631
+ "name": "ListBoxItemProps"
296632
+ },
296633
+ "declarations": [
296634
+ {
296635
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296636
+ "name": "ListBoxItemProps"
296637
+ }
296638
+ ],
296639
+ "required": false,
296640
+ "type": {
296641
+ "name": "boolean"
296642
+ }
296643
+ },
296644
+ "onAction": {
296645
+ "defaultValue": null,
296646
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
296647
+ "name": "onAction",
296648
+ "parent": {
296649
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296650
+ "name": "ListBoxItemProps"
296651
+ },
296652
+ "declarations": [
296653
+ {
296654
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296655
+ "name": "ListBoxItemProps"
296656
+ }
296657
+ ],
296658
+ "required": false,
296659
+ "type": {
296660
+ "name": "(() => void)"
296661
+ }
296662
+ },
296663
+ "id": {
296664
+ "defaultValue": null,
296665
+ "description": "The unique id of the item.",
296666
+ "name": "id",
296667
+ "parent": {
296668
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296669
+ "name": "MenuItemProps"
296670
+ },
296671
+ "declarations": [
296672
+ {
296673
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296674
+ "name": "MenuItemProps"
296675
+ }
296676
+ ],
296677
+ "required": false,
296678
+ "type": {
296679
+ "name": "Key"
296680
+ }
296681
+ },
296944
296682
  "style": {
296945
296683
  "defaultValue": null,
296946
296684
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -296960,6 +296698,158 @@
296960
296698
  "name": "StyleOrFunction<TooltipRenderProps>"
296961
296699
  }
296962
296700
  },
296701
+ "href": {
296702
+ "defaultValue": null,
296703
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
296704
+ "name": "href",
296705
+ "parent": {
296706
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296707
+ "name": "LinkDOMProps"
296708
+ },
296709
+ "declarations": [
296710
+ {
296711
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296712
+ "name": "LinkDOMProps"
296713
+ }
296714
+ ],
296715
+ "required": false,
296716
+ "type": {
296717
+ "name": "string"
296718
+ }
296719
+ },
296720
+ "hrefLang": {
296721
+ "defaultValue": null,
296722
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
296723
+ "name": "hrefLang",
296724
+ "parent": {
296725
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296726
+ "name": "LinkDOMProps"
296727
+ },
296728
+ "declarations": [
296729
+ {
296730
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296731
+ "name": "LinkDOMProps"
296732
+ }
296733
+ ],
296734
+ "required": false,
296735
+ "type": {
296736
+ "name": "string"
296737
+ }
296738
+ },
296739
+ "target": {
296740
+ "defaultValue": null,
296741
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
296742
+ "name": "target",
296743
+ "parent": {
296744
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296745
+ "name": "LinkDOMProps"
296746
+ },
296747
+ "declarations": [
296748
+ {
296749
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296750
+ "name": "LinkDOMProps"
296751
+ }
296752
+ ],
296753
+ "required": false,
296754
+ "type": {
296755
+ "name": "HTMLAttributeAnchorTarget"
296756
+ }
296757
+ },
296758
+ "rel": {
296759
+ "defaultValue": null,
296760
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
296761
+ "name": "rel",
296762
+ "parent": {
296763
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296764
+ "name": "LinkDOMProps"
296765
+ },
296766
+ "declarations": [
296767
+ {
296768
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296769
+ "name": "LinkDOMProps"
296770
+ }
296771
+ ],
296772
+ "required": false,
296773
+ "type": {
296774
+ "name": "string"
296775
+ }
296776
+ },
296777
+ "download": {
296778
+ "defaultValue": null,
296779
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
296780
+ "name": "download",
296781
+ "parent": {
296782
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296783
+ "name": "LinkDOMProps"
296784
+ },
296785
+ "declarations": [
296786
+ {
296787
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296788
+ "name": "LinkDOMProps"
296789
+ }
296790
+ ],
296791
+ "required": false,
296792
+ "type": {
296793
+ "name": "string | boolean"
296794
+ }
296795
+ },
296796
+ "ping": {
296797
+ "defaultValue": null,
296798
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
296799
+ "name": "ping",
296800
+ "parent": {
296801
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296802
+ "name": "LinkDOMProps"
296803
+ },
296804
+ "declarations": [
296805
+ {
296806
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296807
+ "name": "LinkDOMProps"
296808
+ }
296809
+ ],
296810
+ "required": false,
296811
+ "type": {
296812
+ "name": "string"
296813
+ }
296814
+ },
296815
+ "referrerPolicy": {
296816
+ "defaultValue": null,
296817
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
296818
+ "name": "referrerPolicy",
296819
+ "parent": {
296820
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296821
+ "name": "LinkDOMProps"
296822
+ },
296823
+ "declarations": [
296824
+ {
296825
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296826
+ "name": "LinkDOMProps"
296827
+ }
296828
+ ],
296829
+ "required": false,
296830
+ "type": {
296831
+ "name": "HTMLAttributeReferrerPolicy"
296832
+ }
296833
+ },
296834
+ "routerOptions": {
296835
+ "defaultValue": null,
296836
+ "description": "Options for the configured client side router.",
296837
+ "name": "routerOptions",
296838
+ "parent": {
296839
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296840
+ "name": "LinkDOMProps"
296841
+ },
296842
+ "declarations": [
296843
+ {
296844
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
296845
+ "name": "LinkDOMProps"
296846
+ }
296847
+ ],
296848
+ "required": false,
296849
+ "type": {
296850
+ "name": "undefined"
296851
+ }
296852
+ },
296963
296853
  "onHoverStart": {
296964
296854
  "defaultValue": null,
296965
296855
  "description": "Handler that is called when a hover interaction starts.",
@@ -297017,29 +296907,124 @@
297017
296907
  "name": "((isHovering: boolean) => void)"
297018
296908
  }
297019
296909
  },
297020
- "dir": {
296910
+ "onPress": {
297021
296911
  "defaultValue": null,
297022
- "description": "",
297023
- "name": "dir",
296912
+ "description": "Handler that is called when the press is released over the target.",
296913
+ "name": "onPress",
297024
296914
  "parent": {
297025
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297026
- "name": "GlobalDOMAttributes"
296915
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296916
+ "name": "PressEvents"
297027
296917
  },
297028
296918
  "declarations": [
297029
296919
  {
297030
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297031
- "name": "GlobalDOMAttributes"
296920
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296921
+ "name": "PressEvents"
297032
296922
  }
297033
296923
  ],
297034
296924
  "required": false,
297035
296925
  "type": {
297036
- "name": "string"
296926
+ "name": "((e: PressEvent) => void)"
297037
296927
  }
297038
296928
  },
297039
- "lang": {
296929
+ "onPressStart": {
296930
+ "defaultValue": null,
296931
+ "description": "Handler that is called when a press interaction starts.",
296932
+ "name": "onPressStart",
296933
+ "parent": {
296934
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296935
+ "name": "PressEvents"
296936
+ },
296937
+ "declarations": [
296938
+ {
296939
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296940
+ "name": "PressEvents"
296941
+ }
296942
+ ],
296943
+ "required": false,
296944
+ "type": {
296945
+ "name": "((e: PressEvent) => void)"
296946
+ }
296947
+ },
296948
+ "onPressEnd": {
296949
+ "defaultValue": null,
296950
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
296951
+ "name": "onPressEnd",
296952
+ "parent": {
296953
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296954
+ "name": "PressEvents"
296955
+ },
296956
+ "declarations": [
296957
+ {
296958
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296959
+ "name": "PressEvents"
296960
+ }
296961
+ ],
296962
+ "required": false,
296963
+ "type": {
296964
+ "name": "((e: PressEvent) => void)"
296965
+ }
296966
+ },
296967
+ "onPressChange": {
296968
+ "defaultValue": null,
296969
+ "description": "Handler that is called when the press state changes.",
296970
+ "name": "onPressChange",
296971
+ "parent": {
296972
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296973
+ "name": "PressEvents"
296974
+ },
296975
+ "declarations": [
296976
+ {
296977
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296978
+ "name": "PressEvents"
296979
+ }
296980
+ ],
296981
+ "required": false,
296982
+ "type": {
296983
+ "name": "((isPressed: boolean) => void)"
296984
+ }
296985
+ },
296986
+ "onPressUp": {
296987
+ "defaultValue": null,
296988
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
296989
+ "name": "onPressUp",
296990
+ "parent": {
296991
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296992
+ "name": "PressEvents"
296993
+ },
296994
+ "declarations": [
296995
+ {
296996
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
296997
+ "name": "PressEvents"
296998
+ }
296999
+ ],
297000
+ "required": false,
297001
+ "type": {
297002
+ "name": "((e: PressEvent) => void)"
297003
+ }
297004
+ },
297005
+ "onClick": {
297006
+ "defaultValue": null,
297007
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
297008
+ "name": "onClick",
297009
+ "parent": {
297010
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297011
+ "name": "PressEvents"
297012
+ },
297013
+ "declarations": [
297014
+ {
297015
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
297016
+ "name": "PressEvents"
297017
+ }
297018
+ ],
297019
+ "required": false,
297020
+ "type": {
297021
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
297022
+ }
297023
+ },
297024
+ "translate": {
297040
297025
  "defaultValue": null,
297041
297026
  "description": "",
297042
- "name": "lang",
297027
+ "name": "translate",
297043
297028
  "parent": {
297044
297029
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297045
297030
  "name": "GlobalDOMAttributes"
@@ -297052,13 +297037,13 @@
297052
297037
  ],
297053
297038
  "required": false,
297054
297039
  "type": {
297055
- "name": "string"
297040
+ "name": "\"yes\" | \"no\""
297056
297041
  }
297057
297042
  },
297058
- "hidden": {
297043
+ "dir": {
297059
297044
  "defaultValue": null,
297060
297045
  "description": "",
297061
- "name": "hidden",
297046
+ "name": "dir",
297062
297047
  "parent": {
297063
297048
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297064
297049
  "name": "GlobalDOMAttributes"
@@ -297071,13 +297056,13 @@
297071
297056
  ],
297072
297057
  "required": false,
297073
297058
  "type": {
297074
- "name": "boolean"
297059
+ "name": "string"
297075
297060
  }
297076
297061
  },
297077
- "inert": {
297062
+ "lang": {
297078
297063
  "defaultValue": null,
297079
297064
  "description": "",
297080
- "name": "inert",
297065
+ "name": "lang",
297081
297066
  "parent": {
297082
297067
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297083
297068
  "name": "GlobalDOMAttributes"
@@ -297090,13 +297075,13 @@
297090
297075
  ],
297091
297076
  "required": false,
297092
297077
  "type": {
297093
- "name": "boolean"
297078
+ "name": "string"
297094
297079
  }
297095
297080
  },
297096
- "translate": {
297081
+ "hidden": {
297097
297082
  "defaultValue": null,
297098
297083
  "description": "",
297099
- "name": "translate",
297084
+ "name": "hidden",
297100
297085
  "parent": {
297101
297086
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297102
297087
  "name": "GlobalDOMAttributes"
@@ -297109,26 +297094,26 @@
297109
297094
  ],
297110
297095
  "required": false,
297111
297096
  "type": {
297112
- "name": "\"yes\" | \"no\""
297097
+ "name": "boolean"
297113
297098
  }
297114
297099
  },
297115
- "onClick": {
297100
+ "inert": {
297116
297101
  "defaultValue": null,
297117
297102
  "description": "",
297118
- "name": "onClick",
297103
+ "name": "inert",
297119
297104
  "parent": {
297120
297105
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297121
- "name": "GlobalDOMEvents"
297106
+ "name": "GlobalDOMAttributes"
297122
297107
  },
297123
297108
  "declarations": [
297124
297109
  {
297125
297110
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
297126
- "name": "GlobalDOMEvents"
297111
+ "name": "GlobalDOMAttributes"
297127
297112
  }
297128
297113
  ],
297129
297114
  "required": false,
297130
297115
  "type": {
297131
- "name": "MouseEventHandler<HTMLDivElement>"
297116
+ "name": "boolean"
297132
297117
  }
297133
297118
  },
297134
297119
  "onClickCapture": {
@@ -298327,6 +298312,21 @@
298327
298312
  "type": {
298328
298313
  "name": "TransitionEventHandler<HTMLDivElement>"
298329
298314
  }
298315
+ },
298316
+ "footer": {
298317
+ "defaultValue": null,
298318
+ "description": "@internal",
298319
+ "name": "footer",
298320
+ "declarations": [
298321
+ {
298322
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
298323
+ "name": "TypeLiteral"
298324
+ }
298325
+ ],
298326
+ "required": false,
298327
+ "type": {
298328
+ "name": "boolean"
298329
+ }
298330
298330
  }
298331
298331
  }
298332
298332
  },
@@ -304870,9 +304870,9 @@
304870
304870
  "tags": {
304871
304871
  "flr-generate": "all"
304872
304872
  },
304873
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
304873
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
304874
304874
  "description": "",
304875
- "displayName": "Radio",
304875
+ "displayName": "RadioButton",
304876
304876
  "methods": [],
304877
304877
  "props": {
304878
304878
  "translate": {
@@ -306760,9 +306760,9 @@
306760
306760
  "tags": {
306761
306761
  "flr-generate": "all"
306762
306762
  },
306763
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
306763
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
306764
306764
  "description": "",
306765
- "displayName": "RadioButton",
306765
+ "displayName": "Radio",
306766
306766
  "methods": [],
306767
306767
  "props": {
306768
306768
  "translate": {
@@ -308784,34 +308784,6 @@
308784
308784
  }
308785
308785
  }
308786
308786
  },
308787
- {
308788
- "tags": {},
308789
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308790
- "description": "",
308791
- "displayName": "PopoverTip",
308792
- "methods": [],
308793
- "props": {
308794
- "className": {
308795
- "defaultValue": null,
308796
- "description": "The elements class name.",
308797
- "name": "className",
308798
- "parent": {
308799
- "fileName": "components/src/lib/types/props.ts",
308800
- "name": "PropsWithClassName"
308801
- },
308802
- "declarations": [
308803
- {
308804
- "fileName": "components/src/lib/types/props.ts",
308805
- "name": "PropsWithClassName"
308806
- }
308807
- ],
308808
- "required": false,
308809
- "type": {
308810
- "name": "string"
308811
- }
308812
- }
308813
- }
308814
- },
308815
308787
  {
308816
308788
  "tags": {
308817
308789
  "flr-generate": "all"
@@ -308990,6 +308962,34 @@
308990
308962
  }
308991
308963
  }
308992
308964
  },
308965
+ {
308966
+ "tags": {},
308967
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308968
+ "description": "",
308969
+ "displayName": "PopoverTip",
308970
+ "methods": [],
308971
+ "props": {
308972
+ "className": {
308973
+ "defaultValue": null,
308974
+ "description": "The elements class name.",
308975
+ "name": "className",
308976
+ "parent": {
308977
+ "fileName": "components/src/lib/types/props.ts",
308978
+ "name": "PropsWithClassName"
308979
+ },
308980
+ "declarations": [
308981
+ {
308982
+ "fileName": "components/src/lib/types/props.ts",
308983
+ "name": "PropsWithClassName"
308984
+ }
308985
+ ],
308986
+ "required": false,
308987
+ "type": {
308988
+ "name": "string"
308989
+ }
308990
+ }
308991
+ }
308992
+ },
308993
308993
  {
308994
308994
  "tags": {
308995
308995
  "internal": ""
@@ -318133,34 +318133,6 @@
318133
318133
  }
318134
318134
  }
318135
318135
  },
318136
- {
318137
- "tags": {},
318138
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318139
- "description": "",
318140
- "displayName": "DeleteButton",
318141
- "methods": [],
318142
- "props": {
318143
- "onDelete": {
318144
- "defaultValue": null,
318145
- "description": "",
318146
- "name": "onDelete",
318147
- "parent": {
318148
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318149
- "name": "Props"
318150
- },
318151
- "declarations": [
318152
- {
318153
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318154
- "name": "Props"
318155
- }
318156
- ],
318157
- "required": true,
318158
- "type": {
318159
- "name": "() => void"
318160
- }
318161
- }
318162
- }
318163
- },
318164
318136
  {
318165
318137
  "tags": {},
318166
318138
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -318227,6 +318199,34 @@
318227
318199
  }
318228
318200
  }
318229
318201
  },
318202
+ {
318203
+ "tags": {},
318204
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318205
+ "description": "",
318206
+ "displayName": "DeleteButton",
318207
+ "methods": [],
318208
+ "props": {
318209
+ "onDelete": {
318210
+ "defaultValue": null,
318211
+ "description": "",
318212
+ "name": "onDelete",
318213
+ "parent": {
318214
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318215
+ "name": "Props"
318216
+ },
318217
+ "declarations": [
318218
+ {
318219
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318220
+ "name": "Props"
318221
+ }
318222
+ ],
318223
+ "required": true,
318224
+ "type": {
318225
+ "name": "() => void"
318226
+ }
318227
+ }
318228
+ }
318229
+ },
318230
318230
  {
318231
318231
  "tags": {},
318232
318232
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -321610,7 +321610,7 @@
321610
321610
  "tags": {
321611
321611
  "flr-generate": "all"
321612
321612
  },
321613
- "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
321613
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
321614
321614
  "description": "",
321615
321615
  "displayName": "YAxis",
321616
321616
  "methods": [],
@@ -321710,25 +321710,6 @@
321710
321710
  "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
321711
321711
  }
321712
321712
  },
321713
- "dataKey": {
321714
- "defaultValue": null,
321715
- "description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
321716
- "name": "dataKey",
321717
- "parent": {
321718
- "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/util/types.d.ts",
321719
- "name": "BaseAxisProps"
321720
- },
321721
- "declarations": [
321722
- {
321723
- "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/util/types.d.ts",
321724
- "name": "BaseAxisProps"
321725
- }
321726
- ],
321727
- "required": false,
321728
- "type": {
321729
- "name": "DataKey<any>"
321730
- }
321731
- },
321732
321713
  "allowDecimals": {
321733
321714
  "defaultValue": null,
321734
321715
  "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
@@ -321824,23 +321805,34 @@
321824
321805
  "name": "string"
321825
321806
  }
321826
321807
  },
321808
+ "dataKey": {
321809
+ "defaultValue": null,
321810
+ "description": "",
321811
+ "name": "dataKey",
321812
+ "declarations": [
321813
+ {
321814
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
321815
+ "name": "TypeLiteral"
321816
+ }
321817
+ ],
321818
+ "required": false,
321819
+ "type": {
321820
+ "name": "DataKey<ChartDataValue>"
321821
+ }
321822
+ },
321827
321823
  "tickFormatter": {
321828
321824
  "defaultValue": null,
321829
- "description": "The formatter function of tick.",
321825
+ "description": "",
321830
321826
  "name": "tickFormatter",
321831
- "parent": {
321832
- "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/util/types.d.ts",
321833
- "name": "RenderableAxisProps"
321834
- },
321835
321827
  "declarations": [
321836
321828
  {
321837
- "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/util/types.d.ts",
321838
- "name": "RenderableAxisProps"
321829
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
321830
+ "name": "TypeLiteral"
321839
321831
  }
321840
321832
  ],
321841
321833
  "required": false,
321842
321834
  "type": {
321843
- "name": "((value: any, index: number) => string)"
321835
+ "name": "((value: unknown, index: number) => string)"
321844
321836
  }
321845
321837
  }
321846
321838
  }
@@ -321849,269 +321841,30 @@
321849
321841
  "tags": {
321850
321842
  "flr-generate": "all"
321851
321843
  },
321852
- "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
321844
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
321853
321845
  "description": "",
321854
- "displayName": "XAxis",
321846
+ "displayName": "Line",
321855
321847
  "methods": [],
321856
321848
  "props": {
321857
- "className": {
321858
- "defaultValue": null,
321859
- "description": "",
321860
- "name": "className",
321861
- "parent": {
321862
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321863
- "name": "HTMLAttributes"
321864
- },
321865
- "declarations": [
321866
- {
321867
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321868
- "name": "HTMLAttributes"
321869
- }
321870
- ],
321871
- "required": false,
321872
- "type": {
321873
- "name": "string"
321874
- }
321875
- },
321876
- "type": {
321877
- "defaultValue": null,
321878
- "description": "",
321879
- "name": "type",
321880
- "parent": {
321881
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321882
- "name": "SVGAttributes"
321883
- },
321884
- "declarations": [
321885
- {
321886
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321887
- "name": "SVGAttributes"
321888
- }
321889
- ],
321890
- "required": false,
321891
- "type": {
321892
- "name": "string"
321893
- }
321894
- },
321895
- "hide": {
321896
- "defaultValue": null,
321897
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
321898
- "name": "hide",
321899
- "parent": {
321900
- "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/util/types.d.ts",
321901
- "name": "RenderableAxisProps"
321902
- },
321903
- "declarations": [
321904
- {
321905
- "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/util/types.d.ts",
321906
- "name": "RenderableAxisProps"
321907
- }
321908
- ],
321909
- "required": false,
321910
- "type": {
321911
- "name": "boolean"
321912
- }
321913
- },
321914
- "orientation": {
321915
- "defaultValue": null,
321916
- "description": "",
321917
- "name": "orientation",
321918
- "parent": {
321919
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321920
- "name": "SVGAttributes"
321921
- },
321922
- "declarations": [
321923
- {
321924
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321925
- "name": "SVGAttributes"
321926
- }
321927
- ],
321928
- "required": false,
321929
- "type": {
321930
- "name": "string | number"
321931
- }
321932
- },
321933
- "scale": {
321934
- "defaultValue": null,
321935
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
321936
- "name": "scale",
321937
- "parent": {
321938
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321939
- "name": "XAxisProps"
321940
- },
321941
- "declarations": [
321942
- {
321943
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321944
- "name": "XAxisProps"
321945
- }
321946
- ],
321947
- "required": false,
321948
- "type": {
321949
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
321950
- }
321951
- },
321952
321849
  "dataKey": {
321953
321850
  "defaultValue": null,
321954
- "description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
321851
+ "description": "",
321955
321852
  "name": "dataKey",
321956
321853
  "parent": {
321957
- "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/util/types.d.ts",
321958
- "name": "BaseAxisProps"
321959
- },
321960
- "declarations": [
321961
- {
321962
- "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/util/types.d.ts",
321963
- "name": "BaseAxisProps"
321964
- }
321965
- ],
321966
- "required": false,
321967
- "type": {
321968
- "name": "DataKey<any>"
321969
- }
321970
- },
321971
- "allowDecimals": {
321972
- "defaultValue": null,
321973
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
321974
- "name": "allowDecimals",
321975
- "parent": {
321976
- "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/util/types.d.ts",
321977
- "name": "RenderableAxisProps"
321978
- },
321979
- "declarations": [
321980
- {
321981
- "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/util/types.d.ts",
321982
- "name": "RenderableAxisProps"
321983
- }
321984
- ],
321985
- "required": false,
321986
- "type": {
321987
- "name": "boolean"
321988
- }
321989
- },
321990
- "interval": {
321991
- "defaultValue": null,
321992
- "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
321993
- "name": "interval",
321994
- "parent": {
321995
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
321996
- "name": "XAxisProps"
321997
- },
321998
- "declarations": [
321999
- {
322000
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322001
- "name": "XAxisProps"
322002
- }
322003
- ],
322004
- "required": false,
322005
- "type": {
322006
- "name": "AxisInterval"
322007
- }
322008
- },
322009
- "minTickGap": {
322010
- "defaultValue": null,
322011
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
322012
- "name": "minTickGap",
322013
- "parent": {
322014
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322015
- "name": "XAxisProps"
322016
- },
322017
- "declarations": [
322018
- {
322019
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322020
- "name": "XAxisProps"
322021
- }
322022
- ],
322023
- "required": false,
322024
- "type": {
322025
- "name": "number"
322026
- }
322027
- },
322028
- "domain": {
322029
- "defaultValue": null,
322030
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
322031
- "name": "domain",
322032
- "parent": {
322033
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322034
- "name": "XAxisProps"
322035
- },
322036
- "declarations": [
322037
- {
322038
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322039
- "name": "XAxisProps"
322040
- }
322041
- ],
322042
- "required": false,
322043
- "type": {
322044
- "name": "AxisDomain"
322045
- }
322046
- },
322047
- "unit": {
322048
- "defaultValue": null,
322049
- "description": "The unit of data. This option will be used in tooltip.",
322050
- "name": "unit",
322051
- "parent": {
322052
- "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/util/types.d.ts",
322053
- "name": "BaseAxisProps"
322054
- },
322055
- "declarations": [
322056
- {
322057
- "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/util/types.d.ts",
322058
- "name": "BaseAxisProps"
322059
- }
322060
- ],
322061
- "required": false,
322062
- "type": {
322063
- "name": "string"
322064
- }
322065
- },
322066
- "tickFormatter": {
322067
- "defaultValue": null,
322068
- "description": "The formatter function of tick.",
322069
- "name": "tickFormatter",
322070
- "parent": {
322071
- "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/util/types.d.ts",
322072
- "name": "RenderableAxisProps"
321854
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321855
+ "name": "LineProps"
322073
321856
  },
322074
321857
  "declarations": [
322075
321858
  {
322076
- "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/util/types.d.ts",
322077
- "name": "RenderableAxisProps"
321859
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321860
+ "name": "LineProps"
322078
321861
  }
322079
321862
  ],
322080
321863
  "required": false,
322081
321864
  "type": {
322082
- "name": "((value: any, index: number) => string)"
321865
+ "name": "DataKey<ChartDataValue>"
322083
321866
  }
322084
321867
  },
322085
- "allowDataOverflow": {
322086
- "defaultValue": null,
322087
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
322088
- "name": "allowDataOverflow",
322089
- "parent": {
322090
- "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/util/types.d.ts",
322091
- "name": "RenderableAxisProps"
322092
- },
322093
- "declarations": [
322094
- {
322095
- "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/util/types.d.ts",
322096
- "name": "RenderableAxisProps"
322097
- }
322098
- ],
322099
- "required": false,
322100
- "type": {
322101
- "name": "boolean"
322102
- }
322103
- }
322104
- }
322105
- },
322106
- {
322107
- "tags": {
322108
- "flr-generate": "all"
322109
- },
322110
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
322111
- "description": "",
322112
- "displayName": "Line",
322113
- "methods": [],
322114
- "props": {
322115
321868
  "color": {
322116
321869
  "defaultValue": {
322117
321870
  "value": "\"sea-green\""
@@ -322119,12 +321872,12 @@
322119
321872
  "description": "The color of the line.",
322120
321873
  "name": "color",
322121
321874
  "parent": {
322122
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321875
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322123
321876
  "name": "LineProps"
322124
321877
  },
322125
321878
  "declarations": [
322126
321879
  {
322127
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321880
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322128
321881
  "name": "LineProps"
322129
321882
  }
322130
321883
  ],
@@ -322194,25 +321947,6 @@
322194
321947
  "name": "CurveType"
322195
321948
  }
322196
321949
  },
322197
- "dataKey": {
322198
- "defaultValue": null,
322199
- "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
322200
- "name": "dataKey",
322201
- "parent": {
322202
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322203
- "name": "LineProps"
322204
- },
322205
- "declarations": [
322206
- {
322207
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322208
- "name": "LineProps"
322209
- }
322210
- ],
322211
- "required": false,
322212
- "type": {
322213
- "name": "DataKey<any>"
322214
- }
322215
- },
322216
321950
  "unit": {
322217
321951
  "defaultValue": null,
322218
321952
  "description": "The unit of data. This option will be used in tooltip.",
@@ -322274,7 +322008,7 @@
322274
322008
  },
322275
322009
  {
322276
322010
  "tags": {},
322277
- "filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322011
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322278
322012
  "description": "",
322279
322013
  "displayName": "TooltipProgressBar",
322280
322014
  "methods": [],
@@ -322284,12 +322018,12 @@
322284
322018
  "description": "",
322285
322019
  "name": "items",
322286
322020
  "parent": {
322287
- "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322021
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322288
322022
  "name": "TooltipProgressBarProps"
322289
322023
  },
322290
322024
  "declarations": [
322291
322025
  {
322292
- "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322026
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
322293
322027
  "name": "TooltipProgressBarProps"
322294
322028
  }
322295
322029
  ],
@@ -322314,7 +322048,7 @@
322314
322048
  ],
322315
322049
  "required": false,
322316
322050
  "type": {
322317
- "name": "TooltipLProgressBarFormatter"
322051
+ "name": "TooltipLProgressBarFormatter<ChartDataValue>"
322318
322052
  }
322319
322053
  }
322320
322054
  }
@@ -322382,7 +322116,7 @@
322382
322116
  ],
322383
322117
  "required": false,
322384
322118
  "type": {
322385
- "name": "TooltipLineFormatter"
322119
+ "name": "TooltipLineFormatter<ChartDataValue>"
322386
322120
  }
322387
322121
  }
322388
322122
  }
@@ -322396,6 +322130,25 @@
322396
322130
  "displayName": "TooltipContent",
322397
322131
  "methods": [],
322398
322132
  "props": {
322133
+ "showProgressBar": {
322134
+ "defaultValue": null,
322135
+ "description": "",
322136
+ "name": "showProgressBar",
322137
+ "parent": {
322138
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
322139
+ "name": "TooltipContentProps"
322140
+ },
322141
+ "declarations": [
322142
+ {
322143
+ "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
322144
+ "name": "TooltipContentProps"
322145
+ }
322146
+ ],
322147
+ "required": false,
322148
+ "type": {
322149
+ "name": "boolean"
322150
+ }
322151
+ },
322399
322152
  "formatter": {
322400
322153
  "defaultValue": null,
322401
322154
  "description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
@@ -322412,7 +322165,7 @@
322412
322165
  ],
322413
322166
  "required": false,
322414
322167
  "type": {
322415
- "name": "TooltipLineFormatter"
322168
+ "name": "TooltipLineFormatter<ChartDataValue>"
322416
322169
  }
322417
322170
  },
322418
322171
  "headingFormatter": {
@@ -322431,7 +322184,7 @@
322431
322184
  ],
322432
322185
  "required": false,
322433
322186
  "type": {
322434
- "name": "TooltipHeadingFormatter"
322187
+ "name": "TooltipHeadingFormatter<ChartDataValue>"
322435
322188
  }
322436
322189
  },
322437
322190
  "progressBarFormatter": {
@@ -322450,7 +322203,7 @@
322450
322203
  ],
322451
322204
  "required": false,
322452
322205
  "type": {
322453
- "name": "TooltipLProgressBarFormatter"
322206
+ "name": "TooltipLProgressBarFormatter<ChartDataValue>"
322454
322207
  }
322455
322208
  },
322456
322209
  "offset": {
@@ -323007,21 +322760,6 @@
323007
322760
  "type": {
323008
322761
  "name": "TooltipIndex | undefined"
323009
322762
  }
323010
- },
323011
- "showProgressBar": {
323012
- "defaultValue": null,
323013
- "description": "",
323014
- "name": "showProgressBar",
323015
- "declarations": [
323016
- {
323017
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
323018
- "name": "TypeLiteral"
323019
- }
323020
- ],
323021
- "required": false,
323022
- "type": {
323023
- "name": "boolean"
323024
- }
323025
322763
  }
323026
322764
  }
323027
322765
  },
@@ -323105,7 +322843,7 @@
323105
322843
  ],
323106
322844
  "required": false,
323107
322845
  "type": {
323108
- "name": "TooltipLineFormatter"
322846
+ "name": "TooltipLineFormatter<ChartDataValue>"
323109
322847
  }
323110
322848
  },
323111
322849
  "headingFormatter": {
@@ -323124,7 +322862,7 @@
323124
322862
  ],
323125
322863
  "required": false,
323126
322864
  "type": {
323127
- "name": "TooltipHeadingFormatter"
322865
+ "name": "TooltipHeadingFormatter<ChartDataValue>"
323128
322866
  }
323129
322867
  },
323130
322868
  "progressBarFormatter": {
@@ -323143,7 +322881,257 @@
323143
322881
  ],
323144
322882
  "required": false,
323145
322883
  "type": {
323146
- "name": "TooltipLProgressBarFormatter"
322884
+ "name": "TooltipLProgressBarFormatter<ChartDataValue>"
322885
+ }
322886
+ }
322887
+ }
322888
+ },
322889
+ {
322890
+ "tags": {
322891
+ "flr-generate": "all"
322892
+ },
322893
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
322894
+ "description": "",
322895
+ "displayName": "XAxis",
322896
+ "methods": [],
322897
+ "props": {
322898
+ "className": {
322899
+ "defaultValue": null,
322900
+ "description": "",
322901
+ "name": "className",
322902
+ "parent": {
322903
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322904
+ "name": "HTMLAttributes"
322905
+ },
322906
+ "declarations": [
322907
+ {
322908
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322909
+ "name": "HTMLAttributes"
322910
+ }
322911
+ ],
322912
+ "required": false,
322913
+ "type": {
322914
+ "name": "string"
322915
+ }
322916
+ },
322917
+ "type": {
322918
+ "defaultValue": null,
322919
+ "description": "",
322920
+ "name": "type",
322921
+ "parent": {
322922
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322923
+ "name": "SVGAttributes"
322924
+ },
322925
+ "declarations": [
322926
+ {
322927
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322928
+ "name": "SVGAttributes"
322929
+ }
322930
+ ],
322931
+ "required": false,
322932
+ "type": {
322933
+ "name": "string"
322934
+ }
322935
+ },
322936
+ "hide": {
322937
+ "defaultValue": null,
322938
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
322939
+ "name": "hide",
322940
+ "parent": {
322941
+ "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/util/types.d.ts",
322942
+ "name": "RenderableAxisProps"
322943
+ },
322944
+ "declarations": [
322945
+ {
322946
+ "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/util/types.d.ts",
322947
+ "name": "RenderableAxisProps"
322948
+ }
322949
+ ],
322950
+ "required": false,
322951
+ "type": {
322952
+ "name": "boolean"
322953
+ }
322954
+ },
322955
+ "orientation": {
322956
+ "defaultValue": null,
322957
+ "description": "",
322958
+ "name": "orientation",
322959
+ "parent": {
322960
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322961
+ "name": "SVGAttributes"
322962
+ },
322963
+ "declarations": [
322964
+ {
322965
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322966
+ "name": "SVGAttributes"
322967
+ }
322968
+ ],
322969
+ "required": false,
322970
+ "type": {
322971
+ "name": "string | number"
322972
+ }
322973
+ },
322974
+ "scale": {
322975
+ "defaultValue": null,
322976
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
322977
+ "name": "scale",
322978
+ "parent": {
322979
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322980
+ "name": "XAxisProps"
322981
+ },
322982
+ "declarations": [
322983
+ {
322984
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
322985
+ "name": "XAxisProps"
322986
+ }
322987
+ ],
322988
+ "required": false,
322989
+ "type": {
322990
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
322991
+ }
322992
+ },
322993
+ "allowDecimals": {
322994
+ "defaultValue": null,
322995
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
322996
+ "name": "allowDecimals",
322997
+ "parent": {
322998
+ "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/util/types.d.ts",
322999
+ "name": "RenderableAxisProps"
323000
+ },
323001
+ "declarations": [
323002
+ {
323003
+ "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/util/types.d.ts",
323004
+ "name": "RenderableAxisProps"
323005
+ }
323006
+ ],
323007
+ "required": false,
323008
+ "type": {
323009
+ "name": "boolean"
323010
+ }
323011
+ },
323012
+ "interval": {
323013
+ "defaultValue": null,
323014
+ "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
323015
+ "name": "interval",
323016
+ "parent": {
323017
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
323018
+ "name": "XAxisProps"
323019
+ },
323020
+ "declarations": [
323021
+ {
323022
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
323023
+ "name": "XAxisProps"
323024
+ }
323025
+ ],
323026
+ "required": false,
323027
+ "type": {
323028
+ "name": "AxisInterval"
323029
+ }
323030
+ },
323031
+ "minTickGap": {
323032
+ "defaultValue": null,
323033
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
323034
+ "name": "minTickGap",
323035
+ "parent": {
323036
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
323037
+ "name": "XAxisProps"
323038
+ },
323039
+ "declarations": [
323040
+ {
323041
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
323042
+ "name": "XAxisProps"
323043
+ }
323044
+ ],
323045
+ "required": false,
323046
+ "type": {
323047
+ "name": "number"
323048
+ }
323049
+ },
323050
+ "domain": {
323051
+ "defaultValue": null,
323052
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
323053
+ "name": "domain",
323054
+ "parent": {
323055
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
323056
+ "name": "XAxisProps"
323057
+ },
323058
+ "declarations": [
323059
+ {
323060
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
323061
+ "name": "XAxisProps"
323062
+ }
323063
+ ],
323064
+ "required": false,
323065
+ "type": {
323066
+ "name": "AxisDomain"
323067
+ }
323068
+ },
323069
+ "unit": {
323070
+ "defaultValue": null,
323071
+ "description": "The unit of data. This option will be used in tooltip.",
323072
+ "name": "unit",
323073
+ "parent": {
323074
+ "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/util/types.d.ts",
323075
+ "name": "BaseAxisProps"
323076
+ },
323077
+ "declarations": [
323078
+ {
323079
+ "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/util/types.d.ts",
323080
+ "name": "BaseAxisProps"
323081
+ }
323082
+ ],
323083
+ "required": false,
323084
+ "type": {
323085
+ "name": "string"
323086
+ }
323087
+ },
323088
+ "allowDataOverflow": {
323089
+ "defaultValue": null,
323090
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
323091
+ "name": "allowDataOverflow",
323092
+ "parent": {
323093
+ "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/util/types.d.ts",
323094
+ "name": "RenderableAxisProps"
323095
+ },
323096
+ "declarations": [
323097
+ {
323098
+ "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/util/types.d.ts",
323099
+ "name": "RenderableAxisProps"
323100
+ }
323101
+ ],
323102
+ "required": false,
323103
+ "type": {
323104
+ "name": "boolean"
323105
+ }
323106
+ },
323107
+ "dataKey": {
323108
+ "defaultValue": null,
323109
+ "description": "",
323110
+ "name": "dataKey",
323111
+ "declarations": [
323112
+ {
323113
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
323114
+ "name": "TypeLiteral"
323115
+ }
323116
+ ],
323117
+ "required": false,
323118
+ "type": {
323119
+ "name": "DataKey<ChartDataValue>"
323120
+ }
323121
+ },
323122
+ "tickFormatter": {
323123
+ "defaultValue": null,
323124
+ "description": "",
323125
+ "name": "tickFormatter",
323126
+ "declarations": [
323127
+ {
323128
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
323129
+ "name": "TypeLiteral"
323130
+ }
323131
+ ],
323132
+ "required": false,
323133
+ "type": {
323134
+ "name": "((value: unknown, index: number) => string)"
323147
323135
  }
323148
323136
  }
323149
323137
  }
@@ -332051,6 +332039,94 @@
332051
332039
  "tags": {
332052
332040
  "flr-generate": "all"
332053
332041
  },
332042
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.tsx",
332043
+ "description": "",
332044
+ "displayName": "ChartGrid",
332045
+ "methods": [],
332046
+ "props": {
332047
+ "className": {
332048
+ "defaultValue": null,
332049
+ "description": "",
332050
+ "name": "className",
332051
+ "parent": {
332052
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332053
+ "name": "HTMLAttributes"
332054
+ },
332055
+ "declarations": [
332056
+ {
332057
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332058
+ "name": "HTMLAttributes"
332059
+ }
332060
+ ],
332061
+ "required": false,
332062
+ "type": {
332063
+ "name": "string"
332064
+ }
332065
+ },
332066
+ "horizontal": {
332067
+ "defaultValue": null,
332068
+ "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
332069
+ "name": "horizontal",
332070
+ "parent": {
332071
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
332072
+ "name": "CartesianGridProps"
332073
+ },
332074
+ "declarations": [
332075
+ {
332076
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
332077
+ "name": "CartesianGridProps"
332078
+ }
332079
+ ],
332080
+ "required": false,
332081
+ "type": {
332082
+ "name": "GridLineType"
332083
+ }
332084
+ },
332085
+ "vertical": {
332086
+ "defaultValue": null,
332087
+ "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
332088
+ "name": "vertical",
332089
+ "parent": {
332090
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
332091
+ "name": "CartesianGridProps"
332092
+ },
332093
+ "declarations": [
332094
+ {
332095
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
332096
+ "name": "CartesianGridProps"
332097
+ }
332098
+ ],
332099
+ "required": false,
332100
+ "type": {
332101
+ "name": "GridLineType"
332102
+ }
332103
+ },
332104
+ "strokeDasharray": {
332105
+ "defaultValue": null,
332106
+ "description": "",
332107
+ "name": "strokeDasharray",
332108
+ "parent": {
332109
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332110
+ "name": "SVGAttributes"
332111
+ },
332112
+ "declarations": [
332113
+ {
332114
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332115
+ "name": "SVGAttributes"
332116
+ }
332117
+ ],
332118
+ "required": false,
332119
+ "type": {
332120
+ "name": "string | number"
332121
+ }
332122
+ }
332123
+ }
332124
+ },
332125
+ {
332126
+ "tags": {
332127
+ "deprecated": "Use ChartGrid",
332128
+ "flr-generate": "all"
332129
+ },
332054
332130
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
332055
332131
  "description": "",
332056
332132
  "displayName": "CartesianGrid",
@@ -332141,6 +332217,25 @@
332141
332217
  "displayName": "AreaDot",
332142
332218
  "methods": [],
332143
332219
  "props": {
332220
+ "color": {
332221
+ "defaultValue": null,
332222
+ "description": "",
332223
+ "name": "color",
332224
+ "parent": {
332225
+ "fileName": "components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
332226
+ "name": "AreaDotProps"
332227
+ },
332228
+ "declarations": [
332229
+ {
332230
+ "fileName": "components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
332231
+ "name": "AreaDotProps"
332232
+ }
332233
+ ],
332234
+ "required": true,
332235
+ "type": {
332236
+ "name": "string"
332237
+ }
332238
+ },
332144
332239
  "aria-activedescendant": {
332145
332240
  "defaultValue": null,
332146
332241
  "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -336724,25 +336819,6 @@
336724
336819
  "name": "AriaRole"
336725
336820
  }
336726
336821
  },
336727
- "color": {
336728
- "defaultValue": null,
336729
- "description": "",
336730
- "name": "color",
336731
- "parent": {
336732
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
336733
- "name": "HTMLAttributes"
336734
- },
336735
- "declarations": [
336736
- {
336737
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
336738
- "name": "HTMLAttributes"
336739
- }
336740
- ],
336741
- "required": false,
336742
- "type": {
336743
- "name": "string"
336744
- }
336745
- },
336746
336822
  "part": {
336747
336823
  "defaultValue": null,
336748
336824
  "description": "@see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part}",
@@ -341485,6 +341561,25 @@
341485
341561
  "displayName": "Area",
341486
341562
  "methods": [],
341487
341563
  "props": {
341564
+ "dataKey": {
341565
+ "defaultValue": null,
341566
+ "description": "",
341567
+ "name": "dataKey",
341568
+ "parent": {
341569
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
341570
+ "name": "AreaProps"
341571
+ },
341572
+ "declarations": [
341573
+ {
341574
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
341575
+ "name": "AreaProps"
341576
+ }
341577
+ ],
341578
+ "required": true,
341579
+ "type": {
341580
+ "name": "DataKey<ChartDataValue>"
341581
+ }
341582
+ },
341488
341583
  "color": {
341489
341584
  "defaultValue": {
341490
341585
  "value": "\"sea-green\""
@@ -341586,25 +341681,6 @@
341586
341681
  "name": "string | number"
341587
341682
  }
341588
341683
  },
341589
- "dataKey": {
341590
- "defaultValue": null,
341591
- "description": "Decides how to extract the value of this Area from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Area.",
341592
- "name": "dataKey",
341593
- "parent": {
341594
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341595
- "name": "AreaProps"
341596
- },
341597
- "declarations": [
341598
- {
341599
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341600
- "name": "AreaProps"
341601
- }
341602
- ],
341603
- "required": true,
341604
- "type": {
341605
- "name": "DataKey<any>"
341606
- }
341607
- },
341608
341684
  "unit": {
341609
341685
  "defaultValue": null,
341610
341686
  "description": "The unit of data. This option will be used in tooltip.",
@@ -347665,53 +347741,6 @@
347665
347741
  "methods": [],
347666
347742
  "props": {}
347667
347743
  },
347668
- {
347669
- "tags": {},
347670
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
347671
- "description": "",
347672
- "displayName": "SearchField",
347673
- "methods": [],
347674
- "props": {
347675
- "search": {
347676
- "defaultValue": null,
347677
- "description": "",
347678
- "name": "search",
347679
- "parent": {
347680
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
347681
- "name": "Props"
347682
- },
347683
- "declarations": [
347684
- {
347685
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
347686
- "name": "Props"
347687
- }
347688
- ],
347689
- "required": true,
347690
- "type": {
347691
- "name": "Search<never>"
347692
- }
347693
- },
347694
- "className": {
347695
- "defaultValue": null,
347696
- "description": "The elements class name.",
347697
- "name": "className",
347698
- "parent": {
347699
- "fileName": "components/src/lib/types/props.ts",
347700
- "name": "PropsWithClassName"
347701
- },
347702
- "declarations": [
347703
- {
347704
- "fileName": "components/src/lib/types/props.ts",
347705
- "name": "PropsWithClassName"
347706
- }
347707
- ],
347708
- "required": false,
347709
- "type": {
347710
- "name": "string"
347711
- }
347712
- }
347713
- }
347714
- },
347715
347744
  {
347716
347745
  "tags": {},
347717
347746
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
@@ -347823,6 +347852,53 @@
347823
347852
  }
347824
347853
  }
347825
347854
  },
347855
+ {
347856
+ "tags": {},
347857
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
347858
+ "description": "",
347859
+ "displayName": "SearchField",
347860
+ "methods": [],
347861
+ "props": {
347862
+ "search": {
347863
+ "defaultValue": null,
347864
+ "description": "",
347865
+ "name": "search",
347866
+ "parent": {
347867
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
347868
+ "name": "Props"
347869
+ },
347870
+ "declarations": [
347871
+ {
347872
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
347873
+ "name": "Props"
347874
+ }
347875
+ ],
347876
+ "required": true,
347877
+ "type": {
347878
+ "name": "Search<never>"
347879
+ }
347880
+ },
347881
+ "className": {
347882
+ "defaultValue": null,
347883
+ "description": "The elements class name.",
347884
+ "name": "className",
347885
+ "parent": {
347886
+ "fileName": "components/src/lib/types/props.ts",
347887
+ "name": "PropsWithClassName"
347888
+ },
347889
+ "declarations": [
347890
+ {
347891
+ "fileName": "components/src/lib/types/props.ts",
347892
+ "name": "PropsWithClassName"
347893
+ }
347894
+ ],
347895
+ "required": false,
347896
+ "type": {
347897
+ "name": "string"
347898
+ }
347899
+ }
347900
+ }
347901
+ },
347826
347902
  {
347827
347903
  "tags": {},
347828
347904
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",