@mittwald/flow-react-components 0.2.0-alpha.673 → 0.2.0-alpha.675

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 (49) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +207 -207
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +36 -188
  5. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  6. package/dist/js/components/src/components/CartesianChart/CartesianChart.module.scss.mjs +4 -2
  7. package/dist/js/components/src/components/CartesianChart/CartesianChart.module.scss.mjs.map +1 -1
  8. package/dist/js/components/src/components/CartesianChart/hooks/useChartClipRect.mjs +71 -0
  9. package/dist/js/components/src/components/CartesianChart/hooks/useChartClipRect.mjs.map +1 -0
  10. package/dist/js/components/src/components/Icon/components/icons/IconAscending.mjs +14 -0
  11. package/dist/js/components/src/components/Icon/components/icons/IconAscending.mjs.map +1 -0
  12. package/dist/js/components/src/components/Icon/components/icons/IconDescending.mjs +14 -0
  13. package/dist/js/components/src/components/Icon/components/icons/IconDescending.mjs.map +1 -0
  14. package/dist/js/components/src/components/Icon/components/icons/IconFeedback.mjs +14 -0
  15. package/dist/js/components/src/components/Icon/components/icons/IconFeedback.mjs.map +1 -0
  16. package/dist/js/components/src/components/Icon/components/icons/IconLanguage.mjs +14 -0
  17. package/dist/js/components/src/components/Icon/components/icons/IconLanguage.mjs.map +1 -0
  18. package/dist/js/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs +4 -1
  19. package/dist/js/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs.map +1 -1
  20. package/dist/js/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs +1 -1
  21. package/dist/js/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs.map +1 -1
  22. package/dist/js/components/src/components/List/model/sorting/Sorting.mjs +2 -0
  23. package/dist/js/components/src/components/List/model/sorting/Sorting.mjs.map +1 -1
  24. package/dist/js/default.mjs +56 -52
  25. package/dist/js/default.mjs.map +1 -1
  26. package/dist/js/flr-universal.mjs +58 -52
  27. package/dist/js/flr-universal.mjs.map +1 -1
  28. package/dist/types/components/CartesianChart/CartesianChart.d.ts +6 -5
  29. package/dist/types/components/CartesianChart/CartesianChart.d.ts.map +1 -1
  30. package/dist/types/components/CartesianChart/hooks/useChartClipRect.d.ts +2 -0
  31. package/dist/types/components/CartesianChart/hooks/useChartClipRect.d.ts.map +1 -0
  32. package/dist/types/components/Icon/components/icons/IconAscending.d.ts +5 -0
  33. package/dist/types/components/Icon/components/icons/IconAscending.d.ts.map +1 -0
  34. package/dist/types/components/Icon/components/icons/IconDescending.d.ts +5 -0
  35. package/dist/types/components/Icon/components/icons/IconDescending.d.ts.map +1 -0
  36. package/dist/types/components/Icon/components/icons/IconFeedback.d.ts +5 -0
  37. package/dist/types/components/Icon/components/icons/IconFeedback.d.ts.map +1 -0
  38. package/dist/types/components/Icon/components/icons/IconLanguage.d.ts +5 -0
  39. package/dist/types/components/Icon/components/icons/IconLanguage.d.ts.map +1 -0
  40. package/dist/types/components/Icon/components/icons/index.d.ts +56 -52
  41. package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
  42. package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.d.ts.map +1 -1
  43. package/dist/types/components/List/model/sorting/Sorting.d.ts +1 -0
  44. package/dist/types/components/List/model/sorting/Sorting.d.ts.map +1 -1
  45. package/dist/types/components/List/model/sorting/types.d.ts +1 -0
  46. package/dist/types/components/List/model/sorting/types.d.ts.map +1 -1
  47. package/dist/types/components/List/stories/Default.stories.d.ts.map +1 -1
  48. package/dist/types/components/List/stories/EdgeCases.stories.d.ts.map +1 -1
  49. package/package.json +4 -4
@@ -219689,7 +219689,7 @@
219689
219689
  ],
219690
219690
  "required": false,
219691
219691
  "type": {
219692
- "name": "ComponentType<CartesianChartEmptyViewProps>"
219692
+ "name": "ReactNode"
219693
219693
  }
219694
219694
  },
219695
219695
  "flexGrow": {
@@ -222180,7 +222180,7 @@
222180
222180
  },
222181
222181
  {
222182
222182
  "tags": {},
222183
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/BrowserOnly/BrowserOnly.tsx",
222183
+ "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
222184
222184
  "description": "",
222185
222185
  "displayName": "BrowserOnly",
222186
222186
  "methods": [],
@@ -222206,7 +222206,7 @@
222206
222206
  "tags": {
222207
222207
  "flr-generate": "all"
222208
222208
  },
222209
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/Breadcrumb.tsx",
222209
+ "filePath": "src/components/Breadcrumb/Breadcrumb.tsx",
222210
222210
  "description": "",
222211
222211
  "displayName": "Breadcrumb",
222212
222212
  "methods": [],
@@ -222218,12 +222218,12 @@
222218
222218
  "description": "The color of the breadcrumb.",
222219
222219
  "name": "color",
222220
222220
  "parent": {
222221
- "fileName": "components/src/components/Breadcrumb/Breadcrumb.tsx",
222221
+ "fileName": "src/components/Breadcrumb/Breadcrumb.tsx",
222222
222222
  "name": "BreadcrumbProps"
222223
222223
  },
222224
222224
  "declarations": [
222225
222225
  {
222226
- "fileName": "components/src/components/Breadcrumb/Breadcrumb.tsx",
222226
+ "fileName": "src/components/Breadcrumb/Breadcrumb.tsx",
222227
222227
  "name": "BreadcrumbProps"
222228
222228
  }
222229
222229
  ],
@@ -223794,7 +223794,7 @@
223794
223794
  "tags": {
223795
223795
  "flr-generate": "all"
223796
223796
  },
223797
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/BigNumber/BigNumber.tsx",
223797
+ "filePath": "src/components/BigNumber/BigNumber.tsx",
223798
223798
  "description": "",
223799
223799
  "displayName": "BigNumber",
223800
223800
  "methods": [],
@@ -224038,7 +224038,7 @@
224038
224038
  "tags": {
224039
224039
  "flr-generate": "all"
224040
224040
  },
224041
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AvatarStack/AvatarStack.tsx",
224041
+ "filePath": "src/components/AvatarStack/AvatarStack.tsx",
224042
224042
  "description": "",
224043
224043
  "displayName": "AvatarStack",
224044
224044
  "methods": [],
@@ -224048,12 +224048,12 @@
224048
224048
  "description": "The total count of items, as avatars should only be displayed for the first\nview",
224049
224049
  "name": "totalCount",
224050
224050
  "parent": {
224051
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224051
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
224052
224052
  "name": "AvatarStackProps"
224053
224053
  },
224054
224054
  "declarations": [
224055
224055
  {
224056
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224056
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
224057
224057
  "name": "AvatarStackProps"
224058
224058
  }
224059
224059
  ],
@@ -224067,12 +224067,12 @@
224067
224067
  "description": "The onPress action of the additional items count element",
224068
224068
  "name": "onCountPress",
224069
224069
  "parent": {
224070
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224070
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
224071
224071
  "name": "AvatarStackProps"
224072
224072
  },
224073
224073
  "declarations": [
224074
224074
  {
224075
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224075
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
224076
224076
  "name": "AvatarStackProps"
224077
224077
  }
224078
224078
  ],
@@ -224088,12 +224088,12 @@
224088
224088
  "description": "The size of the avatars inside the stack.",
224089
224089
  "name": "size",
224090
224090
  "parent": {
224091
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224091
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
224092
224092
  "name": "AvatarStackProps"
224093
224093
  },
224094
224094
  "declarations": [
224095
224095
  {
224096
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224096
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
224097
224097
  "name": "AvatarStackProps"
224098
224098
  }
224099
224099
  ],
@@ -295812,9 +295812,9 @@
295812
295812
  "tags": {
295813
295813
  "flr-generate": "all"
295814
295814
  },
295815
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
295815
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
295816
295816
  "description": "",
295817
- "displayName": "RadioButton",
295817
+ "displayName": "Radio",
295818
295818
  "methods": [],
295819
295819
  "props": {
295820
295820
  "className": {
@@ -297702,9 +297702,9 @@
297702
297702
  "tags": {
297703
297703
  "flr-generate": "all"
297704
297704
  },
297705
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
297705
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
297706
297706
  "description": "",
297707
- "displayName": "Radio",
297707
+ "displayName": "RadioButton",
297708
297708
  "methods": [],
297709
297709
  "props": {
297710
297710
  "className": {
@@ -299726,6 +299726,34 @@
299726
299726
  }
299727
299727
  }
299728
299728
  },
299729
+ {
299730
+ "tags": {},
299731
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
299732
+ "description": "",
299733
+ "displayName": "PopoverTip",
299734
+ "methods": [],
299735
+ "props": {
299736
+ "className": {
299737
+ "defaultValue": null,
299738
+ "description": "The elements class name.",
299739
+ "name": "className",
299740
+ "parent": {
299741
+ "fileName": "components/src/lib/types/props.ts",
299742
+ "name": "PropsWithClassName"
299743
+ },
299744
+ "declarations": [
299745
+ {
299746
+ "fileName": "components/src/lib/types/props.ts",
299747
+ "name": "PropsWithClassName"
299748
+ }
299749
+ ],
299750
+ "required": false,
299751
+ "type": {
299752
+ "name": "string"
299753
+ }
299754
+ }
299755
+ }
299756
+ },
299729
299757
  {
299730
299758
  "tags": {
299731
299759
  "flr-generate": "all"
@@ -299904,34 +299932,6 @@
299904
299932
  }
299905
299933
  }
299906
299934
  },
299907
- {
299908
- "tags": {},
299909
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
299910
- "description": "",
299911
- "displayName": "PopoverTip",
299912
- "methods": [],
299913
- "props": {
299914
- "className": {
299915
- "defaultValue": null,
299916
- "description": "The elements class name.",
299917
- "name": "className",
299918
- "parent": {
299919
- "fileName": "components/src/lib/types/props.ts",
299920
- "name": "PropsWithClassName"
299921
- },
299922
- "declarations": [
299923
- {
299924
- "fileName": "components/src/lib/types/props.ts",
299925
- "name": "PropsWithClassName"
299926
- }
299927
- ],
299928
- "required": false,
299929
- "type": {
299930
- "name": "string"
299931
- }
299932
- }
299933
- }
299934
- },
299935
299935
  {
299936
299936
  "tags": {
299937
299937
  "internal": ""
@@ -300066,53 +300066,6 @@
300066
300066
  }
300067
300067
  }
300068
300068
  },
300069
- {
300070
- "tags": {},
300071
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300072
- "description": "",
300073
- "displayName": "PasswordGenerateButton",
300074
- "methods": [],
300075
- "props": {
300076
- "isDisabled": {
300077
- "defaultValue": null,
300078
- "description": "",
300079
- "name": "isDisabled",
300080
- "parent": {
300081
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300082
- "name": "Props"
300083
- },
300084
- "declarations": [
300085
- {
300086
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300087
- "name": "Props"
300088
- }
300089
- ],
300090
- "required": false,
300091
- "type": {
300092
- "name": "boolean"
300093
- }
300094
- },
300095
- "onGeneratePasswordAction": {
300096
- "defaultValue": null,
300097
- "description": "",
300098
- "name": "onGeneratePasswordAction",
300099
- "parent": {
300100
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300101
- "name": "Props"
300102
- },
300103
- "declarations": [
300104
- {
300105
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300106
- "name": "Props"
300107
- }
300108
- ],
300109
- "required": false,
300110
- "type": {
300111
- "name": "ActionFn"
300112
- }
300113
- }
300114
- }
300115
- },
300116
300069
  {
300117
300070
  "tags": {
300118
300071
  "internal": ""
@@ -300202,6 +300155,53 @@
300202
300155
  }
300203
300156
  }
300204
300157
  },
300158
+ {
300159
+ "tags": {},
300160
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300161
+ "description": "",
300162
+ "displayName": "PasswordGenerateButton",
300163
+ "methods": [],
300164
+ "props": {
300165
+ "isDisabled": {
300166
+ "defaultValue": null,
300167
+ "description": "",
300168
+ "name": "isDisabled",
300169
+ "parent": {
300170
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300171
+ "name": "Props"
300172
+ },
300173
+ "declarations": [
300174
+ {
300175
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300176
+ "name": "Props"
300177
+ }
300178
+ ],
300179
+ "required": false,
300180
+ "type": {
300181
+ "name": "boolean"
300182
+ }
300183
+ },
300184
+ "onGeneratePasswordAction": {
300185
+ "defaultValue": null,
300186
+ "description": "",
300187
+ "name": "onGeneratePasswordAction",
300188
+ "parent": {
300189
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300190
+ "name": "Props"
300191
+ },
300192
+ "declarations": [
300193
+ {
300194
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
300195
+ "name": "Props"
300196
+ }
300197
+ ],
300198
+ "required": false,
300199
+ "type": {
300200
+ "name": "ActionFn"
300201
+ }
300202
+ }
300203
+ }
300204
+ },
300205
300205
  {
300206
300206
  "tags": {
300207
300207
  "internal": ""
@@ -305948,14 +305948,6 @@
305948
305948
  }
305949
305949
  }
305950
305950
  },
305951
- {
305952
- "tags": {},
305953
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
305954
- "description": "",
305955
- "displayName": "OffCanvasSuspenseFallback",
305956
- "methods": [],
305957
- "props": {}
305958
- },
305959
305951
  {
305960
305952
  "tags": {},
305961
305953
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -306094,6 +306086,14 @@
306094
306086
  }
306095
306087
  }
306096
306088
  },
306089
+ {
306090
+ "tags": {},
306091
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
306092
+ "description": "",
306093
+ "displayName": "OffCanvasSuspenseFallback",
306094
+ "methods": [],
306095
+ "props": {}
306096
+ },
306097
306097
  {
306098
306098
  "tags": {
306099
306099
  "flr-generate": "all"
@@ -311474,9 +311474,9 @@
311474
311474
  "tags": {
311475
311475
  "flr-generate": "all"
311476
311476
  },
311477
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
311477
+ "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
311478
311478
  "description": "",
311479
- "displayName": "YAxis",
311479
+ "displayName": "XAxis",
311480
311480
  "methods": [],
311481
311481
  "props": {
311482
311482
  "className": {
@@ -311557,16 +311557,16 @@
311557
311557
  },
311558
311558
  "scale": {
311559
311559
  "defaultValue": null,
311560
- "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 <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
311560
+ "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} />",
311561
311561
  "name": "scale",
311562
311562
  "parent": {
311563
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311564
- "name": "YAxisProps"
311563
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311564
+ "name": "XAxisProps"
311565
311565
  },
311566
311566
  "declarations": [
311567
311567
  {
311568
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311569
- "name": "YAxisProps"
311568
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311569
+ "name": "XAxisProps"
311570
311570
  }
311571
311571
  ],
311572
311572
  "required": false,
@@ -311612,18 +311612,37 @@
311612
311612
  "name": "boolean"
311613
311613
  }
311614
311614
  },
311615
+ "allowDataOverflow": {
311616
+ "defaultValue": null,
311617
+ "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",
311618
+ "name": "allowDataOverflow",
311619
+ "parent": {
311620
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311621
+ "name": "RenderableAxisProps"
311622
+ },
311623
+ "declarations": [
311624
+ {
311625
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311626
+ "name": "RenderableAxisProps"
311627
+ }
311628
+ ],
311629
+ "required": false,
311630
+ "type": {
311631
+ "name": "boolean"
311632
+ }
311633
+ },
311615
311634
  "interval": {
311616
311635
  "defaultValue": null,
311617
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
311636
+ "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",
311618
311637
  "name": "interval",
311619
311638
  "parent": {
311620
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311621
- "name": "YAxisProps"
311639
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311640
+ "name": "XAxisProps"
311622
311641
  },
311623
311642
  "declarations": [
311624
311643
  {
311625
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311626
- "name": "YAxisProps"
311644
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311645
+ "name": "XAxisProps"
311627
311646
  }
311628
311647
  ],
311629
311648
  "required": false,
@@ -311636,13 +311655,13 @@
311636
311655
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
311637
311656
  "name": "minTickGap",
311638
311657
  "parent": {
311639
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311640
- "name": "YAxisProps"
311658
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311659
+ "name": "XAxisProps"
311641
311660
  },
311642
311661
  "declarations": [
311643
311662
  {
311644
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311645
- "name": "YAxisProps"
311663
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311664
+ "name": "XAxisProps"
311646
311665
  }
311647
311666
  ],
311648
311667
  "required": false,
@@ -311652,16 +311671,16 @@
311652
311671
  },
311653
311672
  "domain": {
311654
311673
  "defaultValue": null,
311655
- "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 <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
311674
+ "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 />",
311656
311675
  "name": "domain",
311657
311676
  "parent": {
311658
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311659
- "name": "YAxisProps"
311677
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311678
+ "name": "XAxisProps"
311660
311679
  },
311661
311680
  "declarations": [
311662
311681
  {
311663
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311664
- "name": "YAxisProps"
311682
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311683
+ "name": "XAxisProps"
311665
311684
  }
311666
311685
  ],
311667
311686
  "required": false,
@@ -311713,9 +311732,9 @@
311713
311732
  "tags": {
311714
311733
  "flr-generate": "all"
311715
311734
  },
311716
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
311735
+ "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
311717
311736
  "description": "",
311718
- "displayName": "XAxis",
311737
+ "displayName": "YAxis",
311719
311738
  "methods": [],
311720
311739
  "props": {
311721
311740
  "className": {
@@ -311796,16 +311815,16 @@
311796
311815
  },
311797
311816
  "scale": {
311798
311817
  "defaultValue": null,
311799
- "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} />",
311818
+ "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 <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
311800
311819
  "name": "scale",
311801
311820
  "parent": {
311802
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311803
- "name": "XAxisProps"
311821
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311822
+ "name": "YAxisProps"
311804
311823
  },
311805
311824
  "declarations": [
311806
311825
  {
311807
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311808
- "name": "XAxisProps"
311826
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311827
+ "name": "YAxisProps"
311809
311828
  }
311810
311829
  ],
311811
311830
  "required": false,
@@ -311853,16 +311872,16 @@
311853
311872
  },
311854
311873
  "interval": {
311855
311874
  "defaultValue": null,
311856
- "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",
311875
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
311857
311876
  "name": "interval",
311858
311877
  "parent": {
311859
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311860
- "name": "XAxisProps"
311878
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311879
+ "name": "YAxisProps"
311861
311880
  },
311862
311881
  "declarations": [
311863
311882
  {
311864
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311865
- "name": "XAxisProps"
311883
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311884
+ "name": "YAxisProps"
311866
311885
  }
311867
311886
  ],
311868
311887
  "required": false,
@@ -311875,13 +311894,13 @@
311875
311894
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
311876
311895
  "name": "minTickGap",
311877
311896
  "parent": {
311878
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311879
- "name": "XAxisProps"
311897
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311898
+ "name": "YAxisProps"
311880
311899
  },
311881
311900
  "declarations": [
311882
311901
  {
311883
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311884
- "name": "XAxisProps"
311902
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311903
+ "name": "YAxisProps"
311885
311904
  }
311886
311905
  ],
311887
311906
  "required": false,
@@ -311891,16 +311910,16 @@
311891
311910
  },
311892
311911
  "domain": {
311893
311912
  "defaultValue": null,
311894
- "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 />",
311913
+ "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 <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
311895
311914
  "name": "domain",
311896
311915
  "parent": {
311897
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311898
- "name": "XAxisProps"
311916
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311917
+ "name": "YAxisProps"
311899
311918
  },
311900
311919
  "declarations": [
311901
311920
  {
311902
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311903
- "name": "XAxisProps"
311921
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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/YAxis.d.ts",
311922
+ "name": "YAxisProps"
311904
311923
  }
311905
311924
  ],
311906
311925
  "required": false,
@@ -311945,25 +311964,6 @@
311945
311964
  "type": {
311946
311965
  "name": "((value: any, index: number) => string)"
311947
311966
  }
311948
- },
311949
- "allowDataOverflow": {
311950
- "defaultValue": null,
311951
- "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",
311952
- "name": "allowDataOverflow",
311953
- "parent": {
311954
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311955
- "name": "RenderableAxisProps"
311956
- },
311957
- "declarations": [
311958
- {
311959
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@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",
311960
- "name": "RenderableAxisProps"
311961
- }
311962
- ],
311963
- "required": false,
311964
- "type": {
311965
- "name": "boolean"
311966
- }
311967
311967
  }
311968
311968
  }
311969
311969
  },
@@ -311971,7 +311971,7 @@
311971
311971
  "tags": {
311972
311972
  "flr-generate": "all"
311973
311973
  },
311974
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
311974
+ "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
311975
311975
  "description": "",
311976
311976
  "displayName": "Line",
311977
311977
  "methods": [],
@@ -311983,12 +311983,12 @@
311983
311983
  "description": "The color of the line.",
311984
311984
  "name": "color",
311985
311985
  "parent": {
311986
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
311986
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
311987
311987
  "name": "LineProps"
311988
311988
  },
311989
311989
  "declarations": [
311990
311990
  {
311991
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
311991
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
311992
311992
  "name": "LineProps"
311993
311993
  }
311994
311994
  ],
@@ -312140,7 +312140,7 @@
312140
312140
  "tags": {
312141
312141
  "internal": ""
312142
312142
  },
312143
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312143
+ "filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312144
312144
  "description": "",
312145
312145
  "displayName": "TooltipLegendItem",
312146
312146
  "methods": [],
@@ -312150,12 +312150,12 @@
312150
312150
  "description": "",
312151
312151
  "name": "item",
312152
312152
  "parent": {
312153
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312153
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312154
312154
  "name": "LegendItemLabelProps"
312155
312155
  },
312156
312156
  "declarations": [
312157
312157
  {
312158
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312158
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312159
312159
  "name": "LegendItemLabelProps"
312160
312160
  }
312161
312161
  ],
@@ -312169,12 +312169,12 @@
312169
312169
  "description": "",
312170
312170
  "name": "index",
312171
312171
  "parent": {
312172
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312172
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312173
312173
  "name": "LegendItemLabelProps"
312174
312174
  },
312175
312175
  "declarations": [
312176
312176
  {
312177
- "fileName": "components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312177
+ "fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
312178
312178
  "name": "LegendItemLabelProps"
312179
312179
  }
312180
312180
  ],
@@ -335608,97 +335608,89 @@
335608
335608
  },
335609
335609
  {
335610
335610
  "tags": {},
335611
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
335612
- "description": "",
335613
- "displayName": "ViewModeAccordion",
335614
- "methods": [],
335615
- "props": {}
335616
- },
335617
- {
335618
- "tags": {},
335619
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
335620
- "description": "",
335621
- "displayName": "SortingAccordion",
335622
- "methods": [],
335623
- "props": {}
335624
- },
335625
- {
335626
- "tags": {},
335627
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335611
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335628
335612
  "description": "",
335629
- "displayName": "FilterAccordion",
335613
+ "displayName": "FilterMenuItem",
335630
335614
  "methods": [],
335631
335615
  "props": {
335632
- "filter": {
335616
+ "filterValue": {
335633
335617
  "defaultValue": null,
335634
335618
  "description": "",
335635
- "name": "filter",
335619
+ "name": "filterValue",
335636
335620
  "parent": {
335637
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335621
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335638
335622
  "name": "Props"
335639
335623
  },
335640
335624
  "declarations": [
335641
335625
  {
335642
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335626
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335643
335627
  "name": "Props"
335644
335628
  }
335645
335629
  ],
335646
335630
  "required": true,
335647
335631
  "type": {
335648
- "name": "Filter<never, never, never>"
335632
+ "name": "FilterValue"
335649
335633
  }
335650
335634
  }
335651
335635
  }
335652
335636
  },
335653
335637
  {
335654
335638
  "tags": {},
335655
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
335639
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
335656
335640
  "description": "",
335657
- "displayName": "AllFiltersModal",
335641
+ "displayName": "FilterContextMenus",
335658
335642
  "methods": [],
335659
335643
  "props": {}
335660
335644
  },
335661
335645
  {
335662
335646
  "tags": {},
335663
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335647
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335664
335648
  "description": "",
335665
- "displayName": "FilterMenuItem",
335649
+ "displayName": "FilterContextMenu",
335666
335650
  "methods": [],
335667
335651
  "props": {
335668
- "filterValue": {
335652
+ "filter": {
335669
335653
  "defaultValue": null,
335670
335654
  "description": "",
335671
- "name": "filterValue",
335655
+ "name": "filter",
335672
335656
  "parent": {
335673
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335657
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335674
335658
  "name": "Props"
335675
335659
  },
335676
335660
  "declarations": [
335677
335661
  {
335678
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335662
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335679
335663
  "name": "Props"
335680
335664
  }
335681
335665
  ],
335682
335666
  "required": true,
335683
335667
  "type": {
335684
- "name": "FilterValue"
335668
+ "name": "Filter<never, never, never>"
335685
335669
  }
335686
335670
  }
335687
335671
  }
335688
335672
  },
335689
335673
  {
335690
335674
  "tags": {},
335691
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
335675
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
335692
335676
  "description": "",
335693
- "displayName": "FilterContextMenus",
335677
+ "displayName": "ViewModeAccordion",
335694
335678
  "methods": [],
335695
335679
  "props": {}
335696
335680
  },
335697
335681
  {
335698
335682
  "tags": {},
335699
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335683
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
335700
335684
  "description": "",
335701
- "displayName": "FilterContextMenu",
335685
+ "displayName": "SortingAccordion",
335686
+ "methods": [],
335687
+ "props": {}
335688
+ },
335689
+ {
335690
+ "tags": {},
335691
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335692
+ "description": "",
335693
+ "displayName": "FilterAccordion",
335702
335694
  "methods": [],
335703
335695
  "props": {
335704
335696
  "filter": {
@@ -335706,12 +335698,12 @@
335706
335698
  "description": "",
335707
335699
  "name": "filter",
335708
335700
  "parent": {
335709
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335701
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335710
335702
  "name": "Props"
335711
335703
  },
335712
335704
  "declarations": [
335713
335705
  {
335714
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335706
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335715
335707
  "name": "Props"
335716
335708
  }
335717
335709
  ],
@@ -335722,6 +335714,14 @@
335722
335714
  }
335723
335715
  }
335724
335716
  },
335717
+ {
335718
+ "tags": {},
335719
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
335720
+ "description": "",
335721
+ "displayName": "AllFiltersModal",
335722
+ "methods": [],
335723
+ "props": {}
335724
+ },
335725
335725
  {
335726
335726
  "tags": {},
335727
335727
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",