@mittwald/flow-react-components 0.2.0-alpha.979 → 0.2.0-alpha.980

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.
@@ -232136,11 +232136,30 @@
232136
232136
  "tags": {
232137
232137
  "flr-generate": "all"
232138
232138
  },
232139
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxGroup/CheckboxGroup.tsx",
232139
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
232140
232140
  "description": "",
232141
- "displayName": "CheckboxGroup",
232141
+ "displayName": "CheckboxButton",
232142
232142
  "methods": [],
232143
232143
  "props": {
232144
+ "inputClassName": {
232145
+ "defaultValue": null,
232146
+ "description": "",
232147
+ "name": "inputClassName",
232148
+ "parent": {
232149
+ "fileName": "components/src/components/Checkbox/Checkbox.tsx",
232150
+ "name": "CheckboxProps"
232151
+ },
232152
+ "declarations": [
232153
+ {
232154
+ "fileName": "components/src/components/Checkbox/Checkbox.tsx",
232155
+ "name": "CheckboxProps"
232156
+ }
232157
+ ],
232158
+ "required": false,
232159
+ "type": {
232160
+ "name": "string"
232161
+ }
232162
+ },
232144
232163
  "id": {
232145
232164
  "defaultValue": null,
232146
232165
  "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
@@ -232181,23 +232200,23 @@
232181
232200
  },
232182
232201
  "className": {
232183
232202
  "defaultValue": {
232184
- "value": "'react-aria-CheckboxGroup'"
232203
+ "value": "'react-aria-Checkbox'"
232185
232204
  },
232186
232205
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
232187
232206
  "name": "className",
232188
232207
  "parent": {
232189
232208
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Checkbox.d.ts",
232190
- "name": "CheckboxGroupProps"
232209
+ "name": "CheckboxProps"
232191
232210
  },
232192
232211
  "declarations": [
232193
232212
  {
232194
232213
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Checkbox.d.ts",
232195
- "name": "CheckboxGroupProps"
232214
+ "name": "CheckboxProps"
232196
232215
  }
232197
232216
  ],
232198
232217
  "required": false,
232199
232218
  "type": {
232200
- "name": "ClassNameOrFunction<CheckboxGroupRenderProps>"
232219
+ "name": "ClassNameOrFunction<CheckboxRenderProps>"
232201
232220
  }
232202
232221
  },
232203
232222
  "aria-label": {
@@ -232392,21 +232411,21 @@
232392
232411
  },
232393
232412
  "onClick": {
232394
232413
  "defaultValue": null,
232395
- "description": "",
232414
+ "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.",
232396
232415
  "name": "onClick",
232397
232416
  "parent": {
232398
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
232399
- "name": "GlobalDOMEvents"
232417
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
232418
+ "name": "PressEvents"
232400
232419
  },
232401
232420
  "declarations": [
232402
232421
  {
232403
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
232404
- "name": "GlobalDOMEvents"
232422
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
232423
+ "name": "PressEvents"
232405
232424
  }
232406
232425
  ],
232407
232426
  "required": false,
232408
232427
  "type": {
232409
- "name": "MouseEventHandler<HTMLDivElement>"
232428
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
232410
232429
  }
232411
232430
  },
232412
232431
  "onClickCapture": {
@@ -233722,6 +233741,25 @@
233722
233741
  "name": "((value: TimeValue) => true | ValidationError | null)"
233723
233742
  }
233724
233743
  },
233744
+ "autoFocus": {
233745
+ "defaultValue": null,
233746
+ "description": "Whether the element should receive focus on render.",
233747
+ "name": "autoFocus",
233748
+ "parent": {
233749
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
233750
+ "name": "FocusableProps"
233751
+ },
233752
+ "declarations": [
233753
+ {
233754
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
233755
+ "name": "FocusableProps"
233756
+ }
233757
+ ],
233758
+ "required": false,
233759
+ "type": {
233760
+ "name": "boolean"
233761
+ }
233762
+ },
233725
233763
  "onFocus": {
233726
233764
  "defaultValue": null,
233727
233765
  "description": "Handler that is called when the element receives focus.",
@@ -233779,61 +233817,80 @@
233779
233817
  "name": "((isFocused: boolean) => void)"
233780
233818
  }
233781
233819
  },
233782
- "value": {
233820
+ "onKeyDown": {
233783
233821
  "defaultValue": null,
233784
- "description": "The current value (controlled).",
233785
- "name": "value",
233822
+ "description": "Handler that is called when a key is pressed.",
233823
+ "name": "onKeyDown",
233786
233824
  "parent": {
233787
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
233788
- "name": "ValueBase"
233825
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
233826
+ "name": "KeyboardEvents"
233789
233827
  },
233790
233828
  "declarations": [
233791
233829
  {
233792
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
233793
- "name": "ValueBase"
233830
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
233831
+ "name": "KeyboardEvents"
233794
233832
  }
233795
233833
  ],
233796
233834
  "required": false,
233797
233835
  "type": {
233798
- "name": "TimeValue | null"
233836
+ "name": "((e: KeyboardEvent) => void)"
233799
233837
  }
233800
233838
  },
233801
- "defaultValue": {
233839
+ "onKeyUp": {
233802
233840
  "defaultValue": null,
233803
- "description": "The default value (uncontrolled).",
233804
- "name": "defaultValue",
233841
+ "description": "Handler that is called when a key is released.",
233842
+ "name": "onKeyUp",
233805
233843
  "parent": {
233806
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
233807
- "name": "ValueBase"
233844
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
233845
+ "name": "KeyboardEvents"
233808
233846
  },
233809
233847
  "declarations": [
233810
233848
  {
233811
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
233812
- "name": "ValueBase"
233849
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
233850
+ "name": "KeyboardEvents"
233813
233851
  }
233814
233852
  ],
233815
233853
  "required": false,
233816
233854
  "type": {
233817
- "name": "TimeValue | null"
233855
+ "name": "((e: KeyboardEvent) => void)"
233856
+ }
233857
+ },
233858
+ "value": {
233859
+ "defaultValue": null,
233860
+ "description": "The value of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
233861
+ "name": "value",
233862
+ "parent": {
233863
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
233864
+ "name": "ToggleProps"
233865
+ },
233866
+ "declarations": [
233867
+ {
233868
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
233869
+ "name": "ToggleProps"
233870
+ }
233871
+ ],
233872
+ "required": false,
233873
+ "type": {
233874
+ "name": "string"
233818
233875
  }
233819
233876
  },
233820
233877
  "onChange": {
233821
233878
  "defaultValue": null,
233822
- "description": "Handler that is called when the value changes.",
233879
+ "description": "Handler that is called when the element's selection state changes.",
233823
233880
  "name": "onChange",
233824
233881
  "parent": {
233825
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
233826
- "name": "ValueBase"
233882
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
233883
+ "name": "ToggleStateOptions"
233827
233884
  },
233828
233885
  "declarations": [
233829
233886
  {
233830
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
233831
- "name": "ValueBase"
233887
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
233888
+ "name": "ToggleStateOptions"
233832
233889
  }
233833
233890
  ],
233834
233891
  "required": false,
233835
233892
  "type": {
233836
- "name": "((value: TimeValue | null) => void)"
233893
+ "name": "((isSelected: boolean) => void)"
233837
233894
  }
233838
233895
  },
233839
233896
  "name": {
@@ -233893,6 +233950,44 @@
233893
233950
  "name": "string | null"
233894
233951
  }
233895
233952
  },
233953
+ "aria-controls": {
233954
+ "defaultValue": null,
233955
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
233956
+ "name": "aria-controls",
233957
+ "parent": {
233958
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/toggle/useToggle.d.ts",
233959
+ "name": "AriaToggleProps"
233960
+ },
233961
+ "declarations": [
233962
+ {
233963
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/toggle/useToggle.d.ts",
233964
+ "name": "AriaToggleProps"
233965
+ }
233966
+ ],
233967
+ "required": false,
233968
+ "type": {
233969
+ "name": "string"
233970
+ }
233971
+ },
233972
+ "excludeFromTabOrder": {
233973
+ "defaultValue": null,
233974
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
233975
+ "name": "excludeFromTabOrder",
233976
+ "parent": {
233977
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
233978
+ "name": "FocusableDOMProps"
233979
+ },
233980
+ "declarations": [
233981
+ {
233982
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
233983
+ "name": "FocusableDOMProps"
233984
+ }
233985
+ ],
233986
+ "required": false,
233987
+ "type": {
233988
+ "name": "boolean"
233989
+ }
233990
+ },
233896
233991
  "aria-errormessage": {
233897
233992
  "defaultValue": null,
233898
233993
  "description": "Identifies the element that provides an error message for the object.",
@@ -233912,76 +234007,228 @@
233912
234007
  "name": "string"
233913
234008
  }
233914
234009
  },
233915
- "children": {
234010
+ "defaultSelected": {
233916
234011
  "defaultValue": null,
233917
- "description": "",
233918
- "name": "children",
234012
+ "description": "Whether the element should be selected (uncontrolled).",
234013
+ "name": "defaultSelected",
234014
+ "parent": {
234015
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
234016
+ "name": "ToggleStateOptions"
234017
+ },
233919
234018
  "declarations": [
233920
234019
  {
233921
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
233922
- "name": "TypeLiteral"
234020
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
234021
+ "name": "ToggleStateOptions"
233923
234022
  }
233924
234023
  ],
233925
234024
  "required": false,
233926
234025
  "type": {
233927
- "name": "ReactNode"
234026
+ "name": "boolean"
233928
234027
  }
233929
234028
  },
233930
- "s": {
234029
+ "isSelected": {
233931
234030
  "defaultValue": null,
233932
- "description": "Column layout for container size s.",
233933
- "name": "s",
234031
+ "description": "Whether the element should be selected (controlled).",
234032
+ "name": "isSelected",
233934
234033
  "parent": {
233935
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233936
- "name": "ColumnLayoutProps"
234034
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
234035
+ "name": "ToggleStateOptions"
233937
234036
  },
233938
234037
  "declarations": [
233939
234038
  {
233940
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233941
- "name": "ColumnLayoutProps"
234039
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
234040
+ "name": "ToggleStateOptions"
233942
234041
  }
233943
234042
  ],
233944
234043
  "required": false,
233945
234044
  "type": {
233946
- "name": "(number | null)[]"
234045
+ "name": "boolean"
233947
234046
  }
233948
234047
  },
233949
- "m": {
234048
+ "onPress": {
233950
234049
  "defaultValue": null,
233951
- "description": "Column layout for container size m.",
233952
- "name": "m",
234050
+ "description": "Handler that is called when the press is released over the target.",
234051
+ "name": "onPress",
233953
234052
  "parent": {
233954
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233955
- "name": "ColumnLayoutProps"
234053
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234054
+ "name": "PressEvents"
233956
234055
  },
233957
234056
  "declarations": [
233958
234057
  {
233959
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233960
- "name": "ColumnLayoutProps"
234058
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234059
+ "name": "PressEvents"
233961
234060
  }
233962
234061
  ],
233963
234062
  "required": false,
233964
234063
  "type": {
233965
- "name": "(number | null)[]"
234064
+ "name": "((e: PressEvent) => void)"
233966
234065
  }
233967
234066
  },
233968
- "l": {
234067
+ "onPressStart": {
233969
234068
  "defaultValue": null,
233970
- "description": "Column layout for container size l.",
233971
- "name": "l",
234069
+ "description": "Handler that is called when a press interaction starts.",
234070
+ "name": "onPressStart",
233972
234071
  "parent": {
233973
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233974
- "name": "ColumnLayoutProps"
234072
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234073
+ "name": "PressEvents"
233975
234074
  },
233976
234075
  "declarations": [
233977
234076
  {
233978
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233979
- "name": "ColumnLayoutProps"
234077
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234078
+ "name": "PressEvents"
233980
234079
  }
233981
234080
  ],
233982
234081
  "required": false,
233983
234082
  "type": {
233984
- "name": "(number | null)[]"
234083
+ "name": "((e: PressEvent) => void)"
234084
+ }
234085
+ },
234086
+ "onPressEnd": {
234087
+ "defaultValue": null,
234088
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
234089
+ "name": "onPressEnd",
234090
+ "parent": {
234091
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234092
+ "name": "PressEvents"
234093
+ },
234094
+ "declarations": [
234095
+ {
234096
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234097
+ "name": "PressEvents"
234098
+ }
234099
+ ],
234100
+ "required": false,
234101
+ "type": {
234102
+ "name": "((e: PressEvent) => void)"
234103
+ }
234104
+ },
234105
+ "onPressChange": {
234106
+ "defaultValue": null,
234107
+ "description": "Handler that is called when the press state changes.",
234108
+ "name": "onPressChange",
234109
+ "parent": {
234110
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234111
+ "name": "PressEvents"
234112
+ },
234113
+ "declarations": [
234114
+ {
234115
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234116
+ "name": "PressEvents"
234117
+ }
234118
+ ],
234119
+ "required": false,
234120
+ "type": {
234121
+ "name": "((isPressed: boolean) => void)"
234122
+ }
234123
+ },
234124
+ "onPressUp": {
234125
+ "defaultValue": null,
234126
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
234127
+ "name": "onPressUp",
234128
+ "parent": {
234129
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234130
+ "name": "PressEvents"
234131
+ },
234132
+ "declarations": [
234133
+ {
234134
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234135
+ "name": "PressEvents"
234136
+ }
234137
+ ],
234138
+ "required": false,
234139
+ "type": {
234140
+ "name": "((e: PressEvent) => void)"
234141
+ }
234142
+ },
234143
+ "onHoverStart": {
234144
+ "defaultValue": null,
234145
+ "description": "Handler that is called when a hover interaction starts.",
234146
+ "name": "onHoverStart",
234147
+ "parent": {
234148
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234149
+ "name": "HoverEvents"
234150
+ },
234151
+ "declarations": [
234152
+ {
234153
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234154
+ "name": "HoverEvents"
234155
+ }
234156
+ ],
234157
+ "required": false,
234158
+ "type": {
234159
+ "name": "((e: HoverEvent) => void)"
234160
+ }
234161
+ },
234162
+ "onHoverEnd": {
234163
+ "defaultValue": null,
234164
+ "description": "Handler that is called when a hover interaction ends.",
234165
+ "name": "onHoverEnd",
234166
+ "parent": {
234167
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234168
+ "name": "HoverEvents"
234169
+ },
234170
+ "declarations": [
234171
+ {
234172
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234173
+ "name": "HoverEvents"
234174
+ }
234175
+ ],
234176
+ "required": false,
234177
+ "type": {
234178
+ "name": "((e: HoverEvent) => void)"
234179
+ }
234180
+ },
234181
+ "onHoverChange": {
234182
+ "defaultValue": null,
234183
+ "description": "Handler that is called when the hover state changes.",
234184
+ "name": "onHoverChange",
234185
+ "parent": {
234186
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234187
+ "name": "HoverEvents"
234188
+ },
234189
+ "declarations": [
234190
+ {
234191
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234192
+ "name": "HoverEvents"
234193
+ }
234194
+ ],
234195
+ "required": false,
234196
+ "type": {
234197
+ "name": "((isHovering: boolean) => void)"
234198
+ }
234199
+ },
234200
+ "isIndeterminate": {
234201
+ "defaultValue": null,
234202
+ "description": "Indeterminism is presentational only.\nThe indeterminate visual representation remains regardless of user interaction.",
234203
+ "name": "isIndeterminate",
234204
+ "parent": {
234205
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/checkbox/useCheckbox.d.ts",
234206
+ "name": "CheckboxProps"
234207
+ },
234208
+ "declarations": [
234209
+ {
234210
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/checkbox/useCheckbox.d.ts",
234211
+ "name": "CheckboxProps"
234212
+ }
234213
+ ],
234214
+ "required": false,
234215
+ "type": {
234216
+ "name": "boolean"
234217
+ }
234218
+ },
234219
+ "children": {
234220
+ "defaultValue": null,
234221
+ "description": "",
234222
+ "name": "children",
234223
+ "declarations": [
234224
+ {
234225
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
234226
+ "name": "TypeLiteral"
234227
+ }
234228
+ ],
234229
+ "required": false,
234230
+ "type": {
234231
+ "name": "ReactNode"
233985
234232
  }
233986
234233
  },
233987
234234
  "wrapWith": {
@@ -234066,30 +234313,11 @@
234066
234313
  "tags": {
234067
234314
  "flr-generate": "all"
234068
234315
  },
234069
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
234316
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxGroup/CheckboxGroup.tsx",
234070
234317
  "description": "",
234071
- "displayName": "CheckboxButton",
234318
+ "displayName": "CheckboxGroup",
234072
234319
  "methods": [],
234073
234320
  "props": {
234074
- "inputClassName": {
234075
- "defaultValue": null,
234076
- "description": "",
234077
- "name": "inputClassName",
234078
- "parent": {
234079
- "fileName": "components/src/components/Checkbox/Checkbox.tsx",
234080
- "name": "CheckboxProps"
234081
- },
234082
- "declarations": [
234083
- {
234084
- "fileName": "components/src/components/Checkbox/Checkbox.tsx",
234085
- "name": "CheckboxProps"
234086
- }
234087
- ],
234088
- "required": false,
234089
- "type": {
234090
- "name": "string"
234091
- }
234092
- },
234093
234321
  "id": {
234094
234322
  "defaultValue": null,
234095
234323
  "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
@@ -234130,23 +234358,23 @@
234130
234358
  },
234131
234359
  "className": {
234132
234360
  "defaultValue": {
234133
- "value": "'react-aria-CheckboxGroup'"
234361
+ "value": "'react-aria-Checkbox'"
234134
234362
  },
234135
234363
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
234136
234364
  "name": "className",
234137
234365
  "parent": {
234138
234366
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Checkbox.d.ts",
234139
- "name": "CheckboxGroupProps"
234367
+ "name": "CheckboxProps"
234140
234368
  },
234141
234369
  "declarations": [
234142
234370
  {
234143
234371
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Checkbox.d.ts",
234144
- "name": "CheckboxGroupProps"
234372
+ "name": "CheckboxProps"
234145
234373
  }
234146
234374
  ],
234147
234375
  "required": false,
234148
234376
  "type": {
234149
- "name": "ClassNameOrFunction<CheckboxGroupRenderProps>"
234377
+ "name": "ClassNameOrFunction<CheckboxRenderProps>"
234150
234378
  }
234151
234379
  },
234152
234380
  "aria-label": {
@@ -234341,21 +234569,21 @@
234341
234569
  },
234342
234570
  "onClick": {
234343
234571
  "defaultValue": null,
234344
- "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.",
234572
+ "description": "",
234345
234573
  "name": "onClick",
234346
234574
  "parent": {
234347
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234348
- "name": "PressEvents"
234575
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
234576
+ "name": "GlobalDOMEvents"
234349
234577
  },
234350
234578
  "declarations": [
234351
234579
  {
234352
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
234353
- "name": "PressEvents"
234580
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
234581
+ "name": "GlobalDOMEvents"
234354
234582
  }
234355
234583
  ],
234356
234584
  "required": false,
234357
234585
  "type": {
234358
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
234586
+ "name": "MouseEventHandler<HTMLDivElement>"
234359
234587
  }
234360
234588
  },
234361
234589
  "onClickCapture": {
@@ -235671,25 +235899,6 @@
235671
235899
  "name": "((value: TimeValue) => true | ValidationError | null)"
235672
235900
  }
235673
235901
  },
235674
- "autoFocus": {
235675
- "defaultValue": null,
235676
- "description": "Whether the element should receive focus on render.",
235677
- "name": "autoFocus",
235678
- "parent": {
235679
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
235680
- "name": "FocusableProps"
235681
- },
235682
- "declarations": [
235683
- {
235684
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
235685
- "name": "FocusableProps"
235686
- }
235687
- ],
235688
- "required": false,
235689
- "type": {
235690
- "name": "boolean"
235691
- }
235692
- },
235693
235902
  "onFocus": {
235694
235903
  "defaultValue": null,
235695
235904
  "description": "Handler that is called when the element receives focus.",
@@ -235747,80 +235956,61 @@
235747
235956
  "name": "((isFocused: boolean) => void)"
235748
235957
  }
235749
235958
  },
235750
- "onKeyDown": {
235751
- "defaultValue": null,
235752
- "description": "Handler that is called when a key is pressed.",
235753
- "name": "onKeyDown",
235754
- "parent": {
235755
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
235756
- "name": "KeyboardEvents"
235757
- },
235758
- "declarations": [
235759
- {
235760
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
235761
- "name": "KeyboardEvents"
235762
- }
235763
- ],
235764
- "required": false,
235765
- "type": {
235766
- "name": "((e: KeyboardEvent) => void)"
235767
- }
235768
- },
235769
- "onKeyUp": {
235959
+ "value": {
235770
235960
  "defaultValue": null,
235771
- "description": "Handler that is called when a key is released.",
235772
- "name": "onKeyUp",
235961
+ "description": "The current value (controlled).",
235962
+ "name": "value",
235773
235963
  "parent": {
235774
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
235775
- "name": "KeyboardEvents"
235964
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
235965
+ "name": "ValueBase"
235776
235966
  },
235777
235967
  "declarations": [
235778
235968
  {
235779
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
235780
- "name": "KeyboardEvents"
235969
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
235970
+ "name": "ValueBase"
235781
235971
  }
235782
235972
  ],
235783
235973
  "required": false,
235784
235974
  "type": {
235785
- "name": "((e: KeyboardEvent) => void)"
235975
+ "name": "TimeValue | null"
235786
235976
  }
235787
235977
  },
235788
- "value": {
235978
+ "defaultValue": {
235789
235979
  "defaultValue": null,
235790
- "description": "The value of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
235791
- "name": "value",
235980
+ "description": "The default value (uncontrolled).",
235981
+ "name": "defaultValue",
235792
235982
  "parent": {
235793
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
235794
- "name": "ToggleProps"
235983
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
235984
+ "name": "ValueBase"
235795
235985
  },
235796
235986
  "declarations": [
235797
235987
  {
235798
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
235799
- "name": "ToggleProps"
235988
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
235989
+ "name": "ValueBase"
235800
235990
  }
235801
235991
  ],
235802
235992
  "required": false,
235803
235993
  "type": {
235804
- "name": "string"
235994
+ "name": "TimeValue | null"
235805
235995
  }
235806
235996
  },
235807
235997
  "onChange": {
235808
235998
  "defaultValue": null,
235809
- "description": "Handler that is called when the element's selection state changes.",
235999
+ "description": "Handler that is called when the value changes.",
235810
236000
  "name": "onChange",
235811
236001
  "parent": {
235812
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
235813
- "name": "ToggleStateOptions"
236002
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
236003
+ "name": "ValueBase"
235814
236004
  },
235815
236005
  "declarations": [
235816
236006
  {
235817
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
235818
- "name": "ToggleStateOptions"
236007
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
236008
+ "name": "ValueBase"
235819
236009
  }
235820
236010
  ],
235821
236011
  "required": false,
235822
236012
  "type": {
235823
- "name": "((isSelected: boolean) => void)"
236013
+ "name": "((value: TimeValue | null) => void)"
235824
236014
  }
235825
236015
  },
235826
236016
  "name": {
@@ -235880,44 +236070,6 @@
235880
236070
  "name": "string | null"
235881
236071
  }
235882
236072
  },
235883
- "aria-controls": {
235884
- "defaultValue": null,
235885
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
235886
- "name": "aria-controls",
235887
- "parent": {
235888
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/toggle/useToggle.d.ts",
235889
- "name": "AriaToggleProps"
235890
- },
235891
- "declarations": [
235892
- {
235893
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/toggle/useToggle.d.ts",
235894
- "name": "AriaToggleProps"
235895
- }
235896
- ],
235897
- "required": false,
235898
- "type": {
235899
- "name": "string"
235900
- }
235901
- },
235902
- "excludeFromTabOrder": {
235903
- "defaultValue": null,
235904
- "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
235905
- "name": "excludeFromTabOrder",
235906
- "parent": {
235907
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
235908
- "name": "FocusableDOMProps"
235909
- },
235910
- "declarations": [
235911
- {
235912
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
235913
- "name": "FocusableDOMProps"
235914
- }
235915
- ],
235916
- "required": false,
235917
- "type": {
235918
- "name": "boolean"
235919
- }
235920
- },
235921
236073
  "aria-errormessage": {
235922
236074
  "defaultValue": null,
235923
236075
  "description": "Identifies the element that provides an error message for the object.",
@@ -235937,228 +236089,76 @@
235937
236089
  "name": "string"
235938
236090
  }
235939
236091
  },
235940
- "defaultSelected": {
235941
- "defaultValue": null,
235942
- "description": "Whether the element should be selected (uncontrolled).",
235943
- "name": "defaultSelected",
235944
- "parent": {
235945
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
235946
- "name": "ToggleStateOptions"
235947
- },
235948
- "declarations": [
235949
- {
235950
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
235951
- "name": "ToggleStateOptions"
235952
- }
235953
- ],
235954
- "required": false,
235955
- "type": {
235956
- "name": "boolean"
235957
- }
235958
- },
235959
- "isSelected": {
235960
- "defaultValue": null,
235961
- "description": "Whether the element should be selected (controlled).",
235962
- "name": "isSelected",
235963
- "parent": {
235964
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
235965
- "name": "ToggleStateOptions"
235966
- },
235967
- "declarations": [
235968
- {
235969
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
235970
- "name": "ToggleStateOptions"
235971
- }
235972
- ],
235973
- "required": false,
235974
- "type": {
235975
- "name": "boolean"
235976
- }
235977
- },
235978
- "onPress": {
235979
- "defaultValue": null,
235980
- "description": "Handler that is called when the press is released over the target.",
235981
- "name": "onPress",
235982
- "parent": {
235983
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
235984
- "name": "PressEvents"
235985
- },
235986
- "declarations": [
235987
- {
235988
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
235989
- "name": "PressEvents"
235990
- }
235991
- ],
235992
- "required": false,
235993
- "type": {
235994
- "name": "((e: PressEvent) => void)"
235995
- }
235996
- },
235997
- "onPressStart": {
235998
- "defaultValue": null,
235999
- "description": "Handler that is called when a press interaction starts.",
236000
- "name": "onPressStart",
236001
- "parent": {
236002
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236003
- "name": "PressEvents"
236004
- },
236005
- "declarations": [
236006
- {
236007
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236008
- "name": "PressEvents"
236009
- }
236010
- ],
236011
- "required": false,
236012
- "type": {
236013
- "name": "((e: PressEvent) => void)"
236014
- }
236015
- },
236016
- "onPressEnd": {
236017
- "defaultValue": null,
236018
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
236019
- "name": "onPressEnd",
236020
- "parent": {
236021
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236022
- "name": "PressEvents"
236023
- },
236024
- "declarations": [
236025
- {
236026
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236027
- "name": "PressEvents"
236028
- }
236029
- ],
236030
- "required": false,
236031
- "type": {
236032
- "name": "((e: PressEvent) => void)"
236033
- }
236034
- },
236035
- "onPressChange": {
236036
- "defaultValue": null,
236037
- "description": "Handler that is called when the press state changes.",
236038
- "name": "onPressChange",
236039
- "parent": {
236040
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236041
- "name": "PressEvents"
236042
- },
236043
- "declarations": [
236044
- {
236045
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236046
- "name": "PressEvents"
236047
- }
236048
- ],
236049
- "required": false,
236050
- "type": {
236051
- "name": "((isPressed: boolean) => void)"
236052
- }
236053
- },
236054
- "onPressUp": {
236055
- "defaultValue": null,
236056
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
236057
- "name": "onPressUp",
236058
- "parent": {
236059
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236060
- "name": "PressEvents"
236061
- },
236062
- "declarations": [
236063
- {
236064
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236065
- "name": "PressEvents"
236066
- }
236067
- ],
236068
- "required": false,
236069
- "type": {
236070
- "name": "((e: PressEvent) => void)"
236071
- }
236072
- },
236073
- "onHoverStart": {
236092
+ "children": {
236074
236093
  "defaultValue": null,
236075
- "description": "Handler that is called when a hover interaction starts.",
236076
- "name": "onHoverStart",
236077
- "parent": {
236078
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236079
- "name": "HoverEvents"
236080
- },
236094
+ "description": "",
236095
+ "name": "children",
236081
236096
  "declarations": [
236082
236097
  {
236083
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236084
- "name": "HoverEvents"
236098
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
236099
+ "name": "TypeLiteral"
236085
236100
  }
236086
236101
  ],
236087
236102
  "required": false,
236088
236103
  "type": {
236089
- "name": "((e: HoverEvent) => void)"
236104
+ "name": "ReactNode"
236090
236105
  }
236091
236106
  },
236092
- "onHoverEnd": {
236107
+ "s": {
236093
236108
  "defaultValue": null,
236094
- "description": "Handler that is called when a hover interaction ends.",
236095
- "name": "onHoverEnd",
236109
+ "description": "Column layout for container size s.",
236110
+ "name": "s",
236096
236111
  "parent": {
236097
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236098
- "name": "HoverEvents"
236112
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236113
+ "name": "ColumnLayoutProps"
236099
236114
  },
236100
236115
  "declarations": [
236101
236116
  {
236102
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236103
- "name": "HoverEvents"
236117
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236118
+ "name": "ColumnLayoutProps"
236104
236119
  }
236105
236120
  ],
236106
236121
  "required": false,
236107
236122
  "type": {
236108
- "name": "((e: HoverEvent) => void)"
236123
+ "name": "(number | null)[]"
236109
236124
  }
236110
236125
  },
236111
- "onHoverChange": {
236126
+ "m": {
236112
236127
  "defaultValue": null,
236113
- "description": "Handler that is called when the hover state changes.",
236114
- "name": "onHoverChange",
236128
+ "description": "Column layout for container size m.",
236129
+ "name": "m",
236115
236130
  "parent": {
236116
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236117
- "name": "HoverEvents"
236131
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236132
+ "name": "ColumnLayoutProps"
236118
236133
  },
236119
236134
  "declarations": [
236120
236135
  {
236121
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
236122
- "name": "HoverEvents"
236136
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236137
+ "name": "ColumnLayoutProps"
236123
236138
  }
236124
236139
  ],
236125
236140
  "required": false,
236126
236141
  "type": {
236127
- "name": "((isHovering: boolean) => void)"
236142
+ "name": "(number | null)[]"
236128
236143
  }
236129
236144
  },
236130
- "isIndeterminate": {
236145
+ "l": {
236131
236146
  "defaultValue": null,
236132
- "description": "Indeterminism is presentational only.\nThe indeterminate visual representation remains regardless of user interaction.",
236133
- "name": "isIndeterminate",
236147
+ "description": "Column layout for container size l.",
236148
+ "name": "l",
236134
236149
  "parent": {
236135
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/checkbox/useCheckbox.d.ts",
236136
- "name": "CheckboxProps"
236150
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236151
+ "name": "ColumnLayoutProps"
236137
236152
  },
236138
236153
  "declarations": [
236139
236154
  {
236140
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/checkbox/useCheckbox.d.ts",
236141
- "name": "CheckboxProps"
236142
- }
236143
- ],
236144
- "required": false,
236145
- "type": {
236146
- "name": "boolean"
236147
- }
236148
- },
236149
- "children": {
236150
- "defaultValue": null,
236151
- "description": "",
236152
- "name": "children",
236153
- "declarations": [
236154
- {
236155
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
236156
- "name": "TypeLiteral"
236155
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236156
+ "name": "ColumnLayoutProps"
236157
236157
  }
236158
236158
  ],
236159
236159
  "required": false,
236160
236160
  "type": {
236161
- "name": "ReactNode"
236161
+ "name": "(number | null)[]"
236162
236162
  }
236163
236163
  },
236164
236164
  "wrapWith": {
@@ -236307,23 +236307,23 @@
236307
236307
  },
236308
236308
  "className": {
236309
236309
  "defaultValue": {
236310
- "value": "'react-aria-CheckboxGroup'"
236310
+ "value": "'react-aria-Checkbox'"
236311
236311
  },
236312
236312
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
236313
236313
  "name": "className",
236314
236314
  "parent": {
236315
236315
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Checkbox.d.ts",
236316
- "name": "CheckboxGroupProps"
236316
+ "name": "CheckboxProps"
236317
236317
  },
236318
236318
  "declarations": [
236319
236319
  {
236320
236320
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Checkbox.d.ts",
236321
- "name": "CheckboxGroupProps"
236321
+ "name": "CheckboxProps"
236322
236322
  }
236323
236323
  ],
236324
236324
  "required": false,
236325
236325
  "type": {
236326
- "name": "ClassNameOrFunction<CheckboxGroupRenderProps>"
236326
+ "name": "ClassNameOrFunction<CheckboxRenderProps>"
236327
236327
  }
236328
236328
  },
236329
236329
  "aria-label": {
@@ -290299,460 +290299,290 @@
290299
290299
  },
290300
290300
  {
290301
290301
  "tags": {},
290302
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290302
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
290303
290303
  "description": "",
290304
- "displayName": "FormContext",
290304
+ "displayName": "FormSubmitAction",
290305
290305
  "methods": [],
290306
290306
  "props": {
290307
- "value": {
290307
+ "showFeedback": {
290308
290308
  "defaultValue": null,
290309
290309
  "description": "",
290310
- "name": "value",
290310
+ "name": "showFeedback",
290311
290311
  "parent": {
290312
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290313
- "name": "ProviderProps"
290312
+ "fileName": "components/src/components/Action/types.ts",
290313
+ "name": "ActionProps"
290314
290314
  },
290315
+ "declarations": [
290316
+ {
290317
+ "fileName": "components/src/components/Action/types.ts",
290318
+ "name": "ActionProps"
290319
+ }
290320
+ ],
290321
+ "required": false,
290322
+ "type": {
290323
+ "name": "boolean"
290324
+ }
290325
+ },
290326
+ "children": {
290327
+ "defaultValue": null,
290328
+ "description": "",
290329
+ "name": "children",
290315
290330
  "declarations": [
290316
290331
  {
290317
290332
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290318
- "name": "ProviderProps"
290333
+ "name": "TypeLiteral"
290334
+ }
290335
+ ],
290336
+ "required": false,
290337
+ "type": {
290338
+ "name": "ReactNode"
290339
+ }
290340
+ }
290341
+ }
290342
+ },
290343
+ {
290344
+ "tags": {},
290345
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
290346
+ "description": "",
290347
+ "displayName": "FormResetAction",
290348
+ "methods": [],
290349
+ "props": {
290350
+ "showFeedback": {
290351
+ "defaultValue": null,
290352
+ "description": "",
290353
+ "name": "showFeedback",
290354
+ "parent": {
290355
+ "fileName": "components/src/components/Action/types.ts",
290356
+ "name": "ActionProps"
290357
+ },
290358
+ "declarations": [
290359
+ {
290360
+ "fileName": "components/src/components/Action/types.ts",
290361
+ "name": "ActionProps"
290362
+ }
290363
+ ],
290364
+ "required": false,
290365
+ "type": {
290366
+ "name": "boolean"
290367
+ }
290368
+ },
290369
+ "children": {
290370
+ "defaultValue": null,
290371
+ "description": "",
290372
+ "name": "children",
290373
+ "declarations": [
290374
+ {
290375
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290376
+ "name": "TypeLiteral"
290377
+ }
290378
+ ],
290379
+ "required": false,
290380
+ "type": {
290381
+ "name": "ReactNode"
290382
+ }
290383
+ }
290384
+ }
290385
+ },
290386
+ {
290387
+ "tags": {},
290388
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290389
+ "description": "",
290390
+ "displayName": "FormAction",
290391
+ "methods": [],
290392
+ "props": {
290393
+ "reset": {
290394
+ "defaultValue": null,
290395
+ "description": "",
290396
+ "name": "reset",
290397
+ "parent": {
290398
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290399
+ "name": "FormActionProps"
290400
+ },
290401
+ "declarations": [
290402
+ {
290403
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290404
+ "name": "FormActionProps"
290405
+ }
290406
+ ],
290407
+ "required": false,
290408
+ "type": {
290409
+ "name": "boolean"
290410
+ }
290411
+ },
290412
+ "submit": {
290413
+ "defaultValue": null,
290414
+ "description": "",
290415
+ "name": "submit",
290416
+ "parent": {
290417
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290418
+ "name": "FormActionProps"
290419
+ },
290420
+ "declarations": [
290421
+ {
290422
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290423
+ "name": "FormActionProps"
290424
+ }
290425
+ ],
290426
+ "required": false,
290427
+ "type": {
290428
+ "name": "boolean"
290429
+ }
290430
+ },
290431
+ "children": {
290432
+ "defaultValue": null,
290433
+ "description": "",
290434
+ "name": "children",
290435
+ "declarations": [
290436
+ {
290437
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290438
+ "name": "TypeLiteral"
290439
+ }
290440
+ ],
290441
+ "required": false,
290442
+ "type": {
290443
+ "name": "ReactNode"
290444
+ }
290445
+ },
290446
+ "showFeedback": {
290447
+ "defaultValue": null,
290448
+ "description": "",
290449
+ "name": "showFeedback",
290450
+ "parent": {
290451
+ "fileName": "components/src/components/Action/types.ts",
290452
+ "name": "ActionProps"
290453
+ },
290454
+ "declarations": [
290455
+ {
290456
+ "fileName": "components/src/components/Action/types.ts",
290457
+ "name": "ActionProps"
290458
+ }
290459
+ ],
290460
+ "required": false,
290461
+ "type": {
290462
+ "name": "boolean"
290463
+ }
290464
+ }
290465
+ }
290466
+ },
290467
+ {
290468
+ "tags": {},
290469
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
290470
+ "description": "",
290471
+ "displayName": "Form",
290472
+ "methods": [],
290473
+ "props": {
290474
+ "form": {
290475
+ "defaultValue": null,
290476
+ "description": "",
290477
+ "name": "form",
290478
+ "parent": {
290479
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290480
+ "name": "FormProps"
290481
+ },
290482
+ "declarations": [
290483
+ {
290484
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290485
+ "name": "FormProps"
290319
290486
  }
290320
290487
  ],
290321
290488
  "required": true,
290322
290489
  "type": {
290323
- "name": "DeprecationWarningHandler | undefined"
290324
- }
290325
- },
290326
- "children": {
290327
- "defaultValue": null,
290328
- "description": "",
290329
- "name": "children",
290330
- "parent": {
290331
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290332
- "name": "DOMAttributes"
290333
- },
290334
- "declarations": [
290335
- {
290336
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290337
- "name": "DOMAttributes"
290338
- },
290339
- {
290340
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290341
- "name": "TypeLiteral"
290342
- }
290343
- ],
290344
- "required": false,
290345
- "type": {
290346
- "name": "ReactNode"
290347
- }
290348
- }
290349
- }
290350
- },
290351
- {
290352
- "tags": {},
290353
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290354
- "description": "",
290355
- "displayName": "FormContextProvider",
290356
- "methods": [],
290357
- "props": {
290358
- "form": {
290359
- "defaultValue": null,
290360
- "description": "",
290361
- "name": "form",
290362
- "parent": {
290363
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290364
- "name": "FormContextProviderProps"
290365
- },
290366
- "declarations": [
290367
- {
290368
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290369
- "name": "FormContextProviderProps"
290370
- }
290371
- ],
290372
- "required": true,
290373
- "type": {
290374
- "name": "UseFormReturn"
290375
- }
290376
- },
290377
- "id": {
290378
- "defaultValue": null,
290379
- "description": "",
290380
- "name": "id",
290381
- "parent": {
290382
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290383
- "name": "FormContextProviderProps"
290384
- },
290385
- "declarations": [
290386
- {
290387
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290388
- "name": "FormContextProviderProps"
290389
- }
290390
- ],
290391
- "required": true,
290392
- "type": {
290393
- "name": "string"
290394
- }
290395
- },
290396
- "isReadOnly": {
290397
- "defaultValue": null,
290398
- "description": "",
290399
- "name": "isReadOnly",
290400
- "parent": {
290401
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290402
- "name": "FormContextProviderProps"
290403
- },
290404
- "declarations": [
290405
- {
290406
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290407
- "name": "FormContextProviderProps"
290408
- }
290409
- ],
290410
- "required": false,
290411
- "type": {
290412
- "name": "boolean"
290413
- }
290414
- },
290415
- "onAfterSuccessFeedback": {
290416
- "defaultValue": null,
290417
- "description": "",
290418
- "name": "onAfterSuccessFeedback",
290419
- "parent": {
290420
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290421
- "name": "FormContextProviderProps"
290422
- },
290423
- "declarations": [
290424
- {
290425
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290426
- "name": "FormContextProviderProps"
290427
- }
290428
- ],
290429
- "required": false,
290430
- "type": {
290431
- "name": "AfterFormSubmitCallback"
290432
- }
290433
- },
290434
- "rootErrorController": {
290435
- "defaultValue": null,
290436
- "description": "",
290437
- "name": "rootErrorController",
290438
- "parent": {
290439
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290440
- "name": "FormContextProviderProps"
290441
- },
290442
- "declarations": [
290443
- {
290444
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290445
- "name": "FormContextProviderProps"
290446
- }
290447
- ],
290448
- "required": true,
290449
- "type": {
290450
- "name": "FormRootErrorController"
290451
- }
290452
- },
290453
- "children": {
290454
- "defaultValue": null,
290455
- "description": "",
290456
- "name": "children",
290457
- "declarations": [
290458
- {
290459
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290460
- "name": "TypeLiteral"
290461
- }
290462
- ],
290463
- "required": false,
290464
- "type": {
290465
- "name": "ReactNode"
290466
- }
290467
- }
290468
- }
290469
- },
290470
- {
290471
- "tags": {},
290472
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
290473
- "description": "",
290474
- "displayName": "FormSubmitAction",
290475
- "methods": [],
290476
- "props": {
290477
- "showFeedback": {
290478
- "defaultValue": null,
290479
- "description": "",
290480
- "name": "showFeedback",
290481
- "parent": {
290482
- "fileName": "components/src/components/Action/types.ts",
290483
- "name": "ActionProps"
290484
- },
290485
- "declarations": [
290486
- {
290487
- "fileName": "components/src/components/Action/types.ts",
290488
- "name": "ActionProps"
290489
- }
290490
- ],
290491
- "required": false,
290492
- "type": {
290493
- "name": "boolean"
290494
- }
290495
- },
290496
- "children": {
290497
- "defaultValue": null,
290498
- "description": "",
290499
- "name": "children",
290500
- "declarations": [
290501
- {
290502
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290503
- "name": "TypeLiteral"
290504
- }
290505
- ],
290506
- "required": false,
290507
- "type": {
290508
- "name": "ReactNode"
290509
- }
290510
- }
290511
- }
290512
- },
290513
- {
290514
- "tags": {},
290515
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
290516
- "description": "",
290517
- "displayName": "FormResetAction",
290518
- "methods": [],
290519
- "props": {
290520
- "showFeedback": {
290521
- "defaultValue": null,
290522
- "description": "",
290523
- "name": "showFeedback",
290524
- "parent": {
290525
- "fileName": "components/src/components/Action/types.ts",
290526
- "name": "ActionProps"
290527
- },
290528
- "declarations": [
290529
- {
290530
- "fileName": "components/src/components/Action/types.ts",
290531
- "name": "ActionProps"
290532
- }
290533
- ],
290534
- "required": false,
290535
- "type": {
290536
- "name": "boolean"
290537
- }
290538
- },
290539
- "children": {
290540
- "defaultValue": null,
290541
- "description": "",
290542
- "name": "children",
290543
- "declarations": [
290544
- {
290545
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290546
- "name": "TypeLiteral"
290547
- }
290548
- ],
290549
- "required": false,
290550
- "type": {
290551
- "name": "ReactNode"
290552
- }
290553
- }
290554
- }
290555
- },
290556
- {
290557
- "tags": {},
290558
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290559
- "description": "",
290560
- "displayName": "FormAction",
290561
- "methods": [],
290562
- "props": {
290563
- "reset": {
290564
- "defaultValue": null,
290565
- "description": "",
290566
- "name": "reset",
290567
- "parent": {
290568
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290569
- "name": "FormActionProps"
290570
- },
290571
- "declarations": [
290572
- {
290573
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290574
- "name": "FormActionProps"
290575
- }
290576
- ],
290577
- "required": false,
290578
- "type": {
290579
- "name": "boolean"
290580
- }
290581
- },
290582
- "submit": {
290583
- "defaultValue": null,
290584
- "description": "",
290585
- "name": "submit",
290586
- "parent": {
290587
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290588
- "name": "FormActionProps"
290589
- },
290590
- "declarations": [
290591
- {
290592
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
290593
- "name": "FormActionProps"
290594
- }
290595
- ],
290596
- "required": false,
290597
- "type": {
290598
- "name": "boolean"
290599
- }
290600
- },
290601
- "children": {
290602
- "defaultValue": null,
290603
- "description": "",
290604
- "name": "children",
290605
- "declarations": [
290606
- {
290607
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290608
- "name": "TypeLiteral"
290609
- }
290610
- ],
290611
- "required": false,
290612
- "type": {
290613
- "name": "ReactNode"
290614
- }
290615
- },
290616
- "showFeedback": {
290617
- "defaultValue": null,
290618
- "description": "",
290619
- "name": "showFeedback",
290620
- "parent": {
290621
- "fileName": "components/src/components/Action/types.ts",
290622
- "name": "ActionProps"
290623
- },
290624
- "declarations": [
290625
- {
290626
- "fileName": "components/src/components/Action/types.ts",
290627
- "name": "ActionProps"
290628
- }
290629
- ],
290630
- "required": false,
290631
- "type": {
290632
- "name": "boolean"
290633
- }
290634
- }
290635
- }
290636
- },
290637
- {
290638
- "tags": {},
290639
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
290640
- "description": "",
290641
- "displayName": "Form",
290642
- "methods": [],
290643
- "props": {
290644
- "form": {
290645
- "defaultValue": null,
290646
- "description": "",
290647
- "name": "form",
290648
- "parent": {
290649
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290650
- "name": "FormProps"
290651
- },
290652
- "declarations": [
290653
- {
290654
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290655
- "name": "FormProps"
290656
- }
290657
- ],
290658
- "required": true,
290659
- "type": {
290660
- "name": "UseFormReturn<F>"
290661
- }
290662
- },
290663
- "onSubmit": {
290664
- "defaultValue": null,
290665
- "description": "",
290666
- "name": "onSubmit",
290667
- "parent": {
290668
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290669
- "name": "FormProps"
290670
- },
290671
- "declarations": [
290672
- {
290673
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290674
- "name": "FormProps"
290675
- }
290676
- ],
290677
- "required": true,
290678
- "type": {
290679
- "name": "FormOnSubmitHandler<F>"
290680
- }
290681
- },
290682
- "formComponent": {
290683
- "defaultValue": null,
290684
- "description": "",
290685
- "name": "formComponent",
290686
- "parent": {
290687
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290688
- "name": "FormProps"
290689
- },
290690
- "declarations": [
290691
- {
290692
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290693
- "name": "FormProps"
290694
- }
290695
- ],
290696
- "required": false,
290697
- "type": {
290698
- "name": "FC<Omit<FormComponentType, \"ref\">>"
290699
- }
290700
- },
290701
- "isReadOnly": {
290702
- "defaultValue": null,
290703
- "description": "",
290704
- "name": "isReadOnly",
290705
- "parent": {
290706
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290707
- "name": "FormProps"
290708
- },
290709
- "declarations": [
290710
- {
290711
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290712
- "name": "FormProps"
290713
- }
290714
- ],
290715
- "required": false,
290716
- "type": {
290717
- "name": "boolean"
290718
- }
290719
- },
290720
- "autoReset": {
290721
- "defaultValue": null,
290722
- "description": "",
290723
- "name": "autoReset",
290724
- "parent": {
290725
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290726
- "name": "FormProps"
290727
- },
290728
- "declarations": [
290729
- {
290730
- "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290731
- "name": "FormProps"
290732
- }
290733
- ],
290734
- "required": false,
290735
- "type": {
290736
- "name": "boolean | FormAutoResetOptions"
290737
- }
290738
- },
290739
- "id": {
290740
- "defaultValue": null,
290741
- "description": "",
290742
- "name": "id",
290743
- "parent": {
290744
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290745
- "name": "HTMLAttributes"
290746
- },
290747
- "declarations": [
290748
- {
290749
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290750
- "name": "HTMLAttributes"
290751
- }
290752
- ],
290753
- "required": false,
290754
- "type": {
290755
- "name": "string"
290490
+ "name": "UseFormReturn<F>"
290491
+ }
290492
+ },
290493
+ "onSubmit": {
290494
+ "defaultValue": null,
290495
+ "description": "",
290496
+ "name": "onSubmit",
290497
+ "parent": {
290498
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290499
+ "name": "FormProps"
290500
+ },
290501
+ "declarations": [
290502
+ {
290503
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290504
+ "name": "FormProps"
290505
+ }
290506
+ ],
290507
+ "required": true,
290508
+ "type": {
290509
+ "name": "FormOnSubmitHandler<F>"
290510
+ }
290511
+ },
290512
+ "formComponent": {
290513
+ "defaultValue": null,
290514
+ "description": "",
290515
+ "name": "formComponent",
290516
+ "parent": {
290517
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290518
+ "name": "FormProps"
290519
+ },
290520
+ "declarations": [
290521
+ {
290522
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290523
+ "name": "FormProps"
290524
+ }
290525
+ ],
290526
+ "required": false,
290527
+ "type": {
290528
+ "name": "FC<Omit<FormComponentType, \"ref\">>"
290529
+ }
290530
+ },
290531
+ "isReadOnly": {
290532
+ "defaultValue": null,
290533
+ "description": "",
290534
+ "name": "isReadOnly",
290535
+ "parent": {
290536
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290537
+ "name": "FormProps"
290538
+ },
290539
+ "declarations": [
290540
+ {
290541
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290542
+ "name": "FormProps"
290543
+ }
290544
+ ],
290545
+ "required": false,
290546
+ "type": {
290547
+ "name": "boolean"
290548
+ }
290549
+ },
290550
+ "autoReset": {
290551
+ "defaultValue": null,
290552
+ "description": "",
290553
+ "name": "autoReset",
290554
+ "parent": {
290555
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290556
+ "name": "FormProps"
290557
+ },
290558
+ "declarations": [
290559
+ {
290560
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
290561
+ "name": "FormProps"
290562
+ }
290563
+ ],
290564
+ "required": false,
290565
+ "type": {
290566
+ "name": "boolean | FormAutoResetOptions"
290567
+ }
290568
+ },
290569
+ "id": {
290570
+ "defaultValue": null,
290571
+ "description": "",
290572
+ "name": "id",
290573
+ "parent": {
290574
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290575
+ "name": "HTMLAttributes"
290576
+ },
290577
+ "declarations": [
290578
+ {
290579
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290580
+ "name": "HTMLAttributes"
290581
+ }
290582
+ ],
290583
+ "required": false,
290584
+ "type": {
290585
+ "name": "string"
290756
290586
  }
290757
290587
  },
290758
290588
  "children": {
@@ -296214,6 +296044,176 @@
296214
296044
  }
296215
296045
  }
296216
296046
  },
296047
+ {
296048
+ "tags": {},
296049
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296050
+ "description": "",
296051
+ "displayName": "FormContext",
296052
+ "methods": [],
296053
+ "props": {
296054
+ "value": {
296055
+ "defaultValue": null,
296056
+ "description": "",
296057
+ "name": "value",
296058
+ "parent": {
296059
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
296060
+ "name": "ProviderProps"
296061
+ },
296062
+ "declarations": [
296063
+ {
296064
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
296065
+ "name": "ProviderProps"
296066
+ }
296067
+ ],
296068
+ "required": true,
296069
+ "type": {
296070
+ "name": "DeprecationWarningHandler | undefined"
296071
+ }
296072
+ },
296073
+ "children": {
296074
+ "defaultValue": null,
296075
+ "description": "",
296076
+ "name": "children",
296077
+ "parent": {
296078
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
296079
+ "name": "DOMAttributes"
296080
+ },
296081
+ "declarations": [
296082
+ {
296083
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
296084
+ "name": "DOMAttributes"
296085
+ },
296086
+ {
296087
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
296088
+ "name": "TypeLiteral"
296089
+ }
296090
+ ],
296091
+ "required": false,
296092
+ "type": {
296093
+ "name": "ReactNode"
296094
+ }
296095
+ }
296096
+ }
296097
+ },
296098
+ {
296099
+ "tags": {},
296100
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296101
+ "description": "",
296102
+ "displayName": "FormContextProvider",
296103
+ "methods": [],
296104
+ "props": {
296105
+ "form": {
296106
+ "defaultValue": null,
296107
+ "description": "",
296108
+ "name": "form",
296109
+ "parent": {
296110
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296111
+ "name": "FormContextProviderProps"
296112
+ },
296113
+ "declarations": [
296114
+ {
296115
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296116
+ "name": "FormContextProviderProps"
296117
+ }
296118
+ ],
296119
+ "required": true,
296120
+ "type": {
296121
+ "name": "UseFormReturn"
296122
+ }
296123
+ },
296124
+ "id": {
296125
+ "defaultValue": null,
296126
+ "description": "",
296127
+ "name": "id",
296128
+ "parent": {
296129
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296130
+ "name": "FormContextProviderProps"
296131
+ },
296132
+ "declarations": [
296133
+ {
296134
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296135
+ "name": "FormContextProviderProps"
296136
+ }
296137
+ ],
296138
+ "required": true,
296139
+ "type": {
296140
+ "name": "string"
296141
+ }
296142
+ },
296143
+ "isReadOnly": {
296144
+ "defaultValue": null,
296145
+ "description": "",
296146
+ "name": "isReadOnly",
296147
+ "parent": {
296148
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296149
+ "name": "FormContextProviderProps"
296150
+ },
296151
+ "declarations": [
296152
+ {
296153
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296154
+ "name": "FormContextProviderProps"
296155
+ }
296156
+ ],
296157
+ "required": false,
296158
+ "type": {
296159
+ "name": "boolean"
296160
+ }
296161
+ },
296162
+ "onAfterSuccessFeedback": {
296163
+ "defaultValue": null,
296164
+ "description": "",
296165
+ "name": "onAfterSuccessFeedback",
296166
+ "parent": {
296167
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296168
+ "name": "FormContextProviderProps"
296169
+ },
296170
+ "declarations": [
296171
+ {
296172
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296173
+ "name": "FormContextProviderProps"
296174
+ }
296175
+ ],
296176
+ "required": false,
296177
+ "type": {
296178
+ "name": "AfterFormSubmitCallback"
296179
+ }
296180
+ },
296181
+ "rootErrorController": {
296182
+ "defaultValue": null,
296183
+ "description": "",
296184
+ "name": "rootErrorController",
296185
+ "parent": {
296186
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296187
+ "name": "FormContextProviderProps"
296188
+ },
296189
+ "declarations": [
296190
+ {
296191
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296192
+ "name": "FormContextProviderProps"
296193
+ }
296194
+ ],
296195
+ "required": true,
296196
+ "type": {
296197
+ "name": "FormRootErrorController"
296198
+ }
296199
+ },
296200
+ "children": {
296201
+ "defaultValue": null,
296202
+ "description": "",
296203
+ "name": "children",
296204
+ "declarations": [
296205
+ {
296206
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
296207
+ "name": "TypeLiteral"
296208
+ }
296209
+ ],
296210
+ "required": false,
296211
+ "type": {
296212
+ "name": "ReactNode"
296213
+ }
296214
+ }
296215
+ }
296216
+ },
296217
296217
  {
296218
296218
  "tags": {},
296219
296219
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Field/Field.tsx",
@@ -297002,32 +297002,6 @@
297002
297002
  }
297003
297003
  }
297004
297004
  },
297005
- {
297006
- "tags": {
297007
- "deprecated": "Use RouterProvider instead"
297008
- },
297009
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
297010
- "description": "",
297011
- "displayName": "LinkProvider",
297012
- "methods": [],
297013
- "props": {
297014
- "children": {
297015
- "defaultValue": null,
297016
- "description": "",
297017
- "name": "children",
297018
- "declarations": [
297019
- {
297020
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
297021
- "name": "TypeLiteral"
297022
- }
297023
- ],
297024
- "required": false,
297025
- "type": {
297026
- "name": "ReactNode"
297027
- }
297028
- }
297029
- }
297030
- },
297031
297005
  {
297032
297006
  "tags": {},
297033
297007
  "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
@@ -297056,7 +297030,7 @@
297056
297030
  "tags": {
297057
297031
  "deprecated": "Use RouterProvider instead"
297058
297032
  },
297059
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
297033
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
297060
297034
  "description": "",
297061
297035
  "displayName": "Link",
297062
297036
  "methods": [],
@@ -297066,12 +297040,12 @@
297066
297040
  "description": "",
297067
297041
  "name": "ref",
297068
297042
  "parent": {
297069
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297043
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297070
297044
  "name": "Props"
297071
297045
  },
297072
297046
  "declarations": [
297073
297047
  {
297074
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297048
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297075
297049
  "name": "Props"
297076
297050
  }
297077
297051
  ],
@@ -297085,12 +297059,12 @@
297085
297059
  "description": "",
297086
297060
  "name": "isDisabled",
297087
297061
  "parent": {
297088
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297062
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297089
297063
  "name": "Props"
297090
297064
  },
297091
297065
  "declarations": [
297092
297066
  {
297093
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297067
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297094
297068
  "name": "Props"
297095
297069
  }
297096
297070
  ],
@@ -302558,6 +302532,32 @@
302558
302532
  }
302559
302533
  }
302560
302534
  },
302535
+ {
302536
+ "tags": {
302537
+ "deprecated": "Use RouterProvider instead"
302538
+ },
302539
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
302540
+ "description": "",
302541
+ "displayName": "LinkProvider",
302542
+ "methods": [],
302543
+ "props": {
302544
+ "children": {
302545
+ "defaultValue": null,
302546
+ "description": "",
302547
+ "name": "children",
302548
+ "declarations": [
302549
+ {
302550
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
302551
+ "name": "TypeLiteral"
302552
+ }
302553
+ ],
302554
+ "required": false,
302555
+ "type": {
302556
+ "name": "ReactNode"
302557
+ }
302558
+ }
302559
+ }
302560
+ },
302561
302561
  {
302562
302562
  "tags": {
302563
302563
  "flr-generate": "all"
@@ -322675,93 +322675,6 @@
322675
322675
  }
322676
322676
  }
322677
322677
  },
322678
- {
322679
- "tags": {
322680
- "flr-generate": "all"
322681
- },
322682
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
322683
- "description": "",
322684
- "displayName": "DialogTrigger",
322685
- "methods": [],
322686
- "props": {
322687
- "children": {
322688
- "defaultValue": null,
322689
- "description": "",
322690
- "name": "children",
322691
- "parent": {
322692
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
322693
- "name": "DialogTriggerProps"
322694
- },
322695
- "declarations": [
322696
- {
322697
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
322698
- "name": "DialogTriggerProps"
322699
- }
322700
- ],
322701
- "required": true,
322702
- "type": {
322703
- "name": "ReactNode"
322704
- }
322705
- },
322706
- "isOpen": {
322707
- "defaultValue": null,
322708
- "description": "Whether the overlay is open by default (controlled).",
322709
- "name": "isOpen",
322710
- "parent": {
322711
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322712
- "name": "OverlayTriggerProps"
322713
- },
322714
- "declarations": [
322715
- {
322716
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322717
- "name": "OverlayTriggerProps"
322718
- }
322719
- ],
322720
- "required": false,
322721
- "type": {
322722
- "name": "boolean"
322723
- }
322724
- },
322725
- "defaultOpen": {
322726
- "defaultValue": null,
322727
- "description": "Whether the overlay is open by default (uncontrolled).",
322728
- "name": "defaultOpen",
322729
- "parent": {
322730
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322731
- "name": "OverlayTriggerProps"
322732
- },
322733
- "declarations": [
322734
- {
322735
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322736
- "name": "OverlayTriggerProps"
322737
- }
322738
- ],
322739
- "required": false,
322740
- "type": {
322741
- "name": "boolean"
322742
- }
322743
- },
322744
- "onOpenChange": {
322745
- "defaultValue": null,
322746
- "description": "Handler that is called when the overlay's open state changes.",
322747
- "name": "onOpenChange",
322748
- "parent": {
322749
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322750
- "name": "OverlayTriggerProps"
322751
- },
322752
- "declarations": [
322753
- {
322754
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322755
- "name": "OverlayTriggerProps"
322756
- }
322757
- ],
322758
- "required": false,
322759
- "type": {
322760
- "name": "((isOpen: boolean) => void)"
322761
- }
322762
- }
322763
- }
322764
- },
322765
322678
  {
322766
322679
  "tags": {
322767
322680
  "flr-generate": "all"
@@ -322946,6 +322859,93 @@
322946
322859
  }
322947
322860
  }
322948
322861
  },
322862
+ {
322863
+ "tags": {
322864
+ "flr-generate": "all"
322865
+ },
322866
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
322867
+ "description": "",
322868
+ "displayName": "DialogTrigger",
322869
+ "methods": [],
322870
+ "props": {
322871
+ "children": {
322872
+ "defaultValue": null,
322873
+ "description": "",
322874
+ "name": "children",
322875
+ "parent": {
322876
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
322877
+ "name": "DialogTriggerProps"
322878
+ },
322879
+ "declarations": [
322880
+ {
322881
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
322882
+ "name": "DialogTriggerProps"
322883
+ }
322884
+ ],
322885
+ "required": true,
322886
+ "type": {
322887
+ "name": "ReactNode"
322888
+ }
322889
+ },
322890
+ "isOpen": {
322891
+ "defaultValue": null,
322892
+ "description": "Whether the overlay is open by default (controlled).",
322893
+ "name": "isOpen",
322894
+ "parent": {
322895
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322896
+ "name": "OverlayTriggerProps"
322897
+ },
322898
+ "declarations": [
322899
+ {
322900
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322901
+ "name": "OverlayTriggerProps"
322902
+ }
322903
+ ],
322904
+ "required": false,
322905
+ "type": {
322906
+ "name": "boolean"
322907
+ }
322908
+ },
322909
+ "defaultOpen": {
322910
+ "defaultValue": null,
322911
+ "description": "Whether the overlay is open by default (uncontrolled).",
322912
+ "name": "defaultOpen",
322913
+ "parent": {
322914
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322915
+ "name": "OverlayTriggerProps"
322916
+ },
322917
+ "declarations": [
322918
+ {
322919
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322920
+ "name": "OverlayTriggerProps"
322921
+ }
322922
+ ],
322923
+ "required": false,
322924
+ "type": {
322925
+ "name": "boolean"
322926
+ }
322927
+ },
322928
+ "onOpenChange": {
322929
+ "defaultValue": null,
322930
+ "description": "Handler that is called when the overlay's open state changes.",
322931
+ "name": "onOpenChange",
322932
+ "parent": {
322933
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322934
+ "name": "OverlayTriggerProps"
322935
+ },
322936
+ "declarations": [
322937
+ {
322938
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
322939
+ "name": "OverlayTriggerProps"
322940
+ }
322941
+ ],
322942
+ "required": false,
322943
+ "type": {
322944
+ "name": "((isOpen: boolean) => void)"
322945
+ }
322946
+ }
322947
+ }
322948
+ },
322949
322949
  {
322950
322950
  "tags": {
322951
322951
  "flr-generate": "all"
@@ -328408,6 +328408,14 @@
328408
328408
  "methods": [],
328409
328409
  "props": {}
328410
328410
  },
328411
+ {
328412
+ "tags": {},
328413
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
328414
+ "description": "",
328415
+ "displayName": "ConfirmUnsavedChangesModal",
328416
+ "methods": [],
328417
+ "props": {}
328418
+ },
328411
328419
  {
328412
328420
  "tags": {},
328413
328421
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -328546,14 +328554,6 @@
328546
328554
  }
328547
328555
  }
328548
328556
  },
328549
- {
328550
- "tags": {},
328551
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
328552
- "description": "",
328553
- "displayName": "ConfirmUnsavedChangesModal",
328554
- "methods": [],
328555
- "props": {}
328556
- },
328557
328557
  {
328558
328558
  "tags": {
328559
328559
  "flr-generate": "all"
@@ -328976,71 +328976,187 @@
328976
328976
  "props": {}
328977
328977
  },
328978
328978
  {
328979
- "tags": {
328980
- "flr-generate": "all"
328981
- },
328982
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
328979
+ "tags": {},
328980
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
328983
328981
  "description": "",
328984
- "displayName": "ListSummary",
328982
+ "displayName": "ListItemView",
328985
328983
  "methods": [],
328986
328984
  "props": {
328987
- "position": {
328988
- "defaultValue": {
328989
- "value": ": \"top\""
328990
- },
328991
- "description": "Whether the summary is placed above or underneath the list",
328992
- "name": "position",
328985
+ "children": {
328986
+ "defaultValue": null,
328987
+ "description": "",
328988
+ "name": "children",
328989
+ "declarations": [
328990
+ {
328991
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
328992
+ "name": "TypeLiteral"
328993
+ }
328994
+ ],
328995
+ "required": false,
328996
+ "type": {
328997
+ "name": "ReactNode"
328998
+ }
328999
+ },
329000
+ "s": {
329001
+ "defaultValue": null,
329002
+ "description": "Column layout for container size s.",
329003
+ "name": "s",
328993
329004
  "parent": {
328994
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
328995
- "name": "ListSummaryProps"
329005
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329006
+ "name": "ColumnLayoutProps"
328996
329007
  },
328997
329008
  "declarations": [
328998
329009
  {
328999
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
329000
- "name": "ListSummaryProps"
329010
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329011
+ "name": "ColumnLayoutProps"
329001
329012
  }
329002
329013
  ],
329003
329014
  "required": false,
329004
329015
  "type": {
329005
- "name": "\"bottom\" | \"top\""
329016
+ "name": "(number | null)[]"
329006
329017
  }
329007
329018
  },
329008
- "wrapWith": {
329019
+ "m": {
329009
329020
  "defaultValue": null,
329010
- "description": "",
329011
- "name": "wrapWith",
329021
+ "description": "Column layout for container size m.",
329022
+ "name": "m",
329012
329023
  "parent": {
329013
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
329014
- "name": "FlowComponentProps"
329024
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329025
+ "name": "ColumnLayoutProps"
329015
329026
  },
329016
329027
  "declarations": [
329017
329028
  {
329018
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
329019
- "name": "FlowComponentProps"
329029
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329030
+ "name": "ColumnLayoutProps"
329020
329031
  }
329021
329032
  ],
329022
329033
  "required": false,
329023
329034
  "type": {
329024
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
329035
+ "name": "(number | null)[]"
329025
329036
  }
329026
329037
  },
329027
- "tunnel": {
329038
+ "l": {
329028
329039
  "defaultValue": null,
329029
- "description": "@internal",
329030
- "name": "tunnel",
329040
+ "description": "Column layout for container size l.",
329041
+ "name": "l",
329031
329042
  "parent": {
329032
- "fileName": "components/src/lib/types/props.ts",
329033
- "name": "PropsWithTunnel"
329043
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329044
+ "name": "ColumnLayoutProps"
329034
329045
  },
329035
329046
  "declarations": [
329036
329047
  {
329037
- "fileName": "components/src/lib/types/props.ts",
329038
- "name": "PropsWithTunnel"
329048
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329049
+ "name": "ColumnLayoutProps"
329039
329050
  }
329040
329051
  ],
329041
329052
  "required": false,
329042
329053
  "type": {
329043
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
329054
+ "name": "(number | null)[]"
329055
+ }
329056
+ },
329057
+ "title": {
329058
+ "defaultValue": null,
329059
+ "description": "",
329060
+ "name": "title",
329061
+ "declarations": [
329062
+ {
329063
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329064
+ "name": "TypeLiteral"
329065
+ }
329066
+ ],
329067
+ "required": false,
329068
+ "type": {
329069
+ "name": "ReactNode"
329070
+ }
329071
+ },
329072
+ "subTitle": {
329073
+ "defaultValue": null,
329074
+ "description": "",
329075
+ "name": "subTitle",
329076
+ "declarations": [
329077
+ {
329078
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329079
+ "name": "TypeLiteral"
329080
+ }
329081
+ ],
329082
+ "required": false,
329083
+ "type": {
329084
+ "name": "ReactNode"
329085
+ }
329086
+ },
329087
+ "avatar": {
329088
+ "defaultValue": null,
329089
+ "description": "",
329090
+ "name": "avatar",
329091
+ "declarations": [
329092
+ {
329093
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329094
+ "name": "TypeLiteral"
329095
+ }
329096
+ ],
329097
+ "required": false,
329098
+ "type": {
329099
+ "name": "ReactNode"
329100
+ }
329101
+ },
329102
+ "button": {
329103
+ "defaultValue": null,
329104
+ "description": "",
329105
+ "name": "button",
329106
+ "declarations": [
329107
+ {
329108
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329109
+ "name": "TypeLiteral"
329110
+ }
329111
+ ],
329112
+ "required": false,
329113
+ "type": {
329114
+ "name": "ReactNode"
329115
+ }
329116
+ },
329117
+ "bottom": {
329118
+ "defaultValue": null,
329119
+ "description": "",
329120
+ "name": "bottom",
329121
+ "declarations": [
329122
+ {
329123
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329124
+ "name": "TypeLiteral"
329125
+ }
329126
+ ],
329127
+ "required": false,
329128
+ "type": {
329129
+ "name": "ReactNode"
329130
+ }
329131
+ },
329132
+ "checkbox": {
329133
+ "defaultValue": null,
329134
+ "description": "",
329135
+ "name": "checkbox",
329136
+ "declarations": [
329137
+ {
329138
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329139
+ "name": "TypeLiteral"
329140
+ }
329141
+ ],
329142
+ "required": false,
329143
+ "type": {
329144
+ "name": "ReactNode"
329145
+ }
329146
+ },
329147
+ "viewMode": {
329148
+ "defaultValue": null,
329149
+ "description": "",
329150
+ "name": "viewMode",
329151
+ "declarations": [
329152
+ {
329153
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329154
+ "name": "TypeLiteral"
329155
+ }
329156
+ ],
329157
+ "required": false,
329158
+ "type": {
329159
+ "name": "ListViewMode"
329044
329160
  }
329045
329161
  },
329046
329162
  "ref": {
@@ -329080,206 +329196,83 @@
329080
329196
  "type": {
329081
329197
  "name": "Key | null"
329082
329198
  }
329083
- },
329084
- "children": {
329085
- "defaultValue": null,
329086
- "description": "",
329087
- "name": "children",
329088
- "declarations": [
329089
- {
329090
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
329091
- "name": "TypeLiteral"
329092
- }
329093
- ],
329094
- "required": false,
329095
- "type": {
329096
- "name": "ReactNode"
329097
- }
329098
329199
  }
329099
329200
  }
329100
329201
  },
329101
329202
  {
329102
329203
  "tags": {},
329103
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
329204
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
329104
329205
  "description": "",
329105
- "displayName": "ListItemView",
329206
+ "displayName": "Items",
329207
+ "methods": [],
329208
+ "props": {}
329209
+ },
329210
+ {
329211
+ "tags": {
329212
+ "flr-generate": "all"
329213
+ },
329214
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
329215
+ "description": "",
329216
+ "displayName": "ListSummary",
329106
329217
  "methods": [],
329107
329218
  "props": {
329108
- "children": {
329109
- "defaultValue": null,
329110
- "description": "",
329111
- "name": "children",
329112
- "declarations": [
329113
- {
329114
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
329115
- "name": "TypeLiteral"
329116
- }
329117
- ],
329118
- "required": false,
329119
- "type": {
329120
- "name": "ReactNode"
329121
- }
329122
- },
329123
- "s": {
329124
- "defaultValue": null,
329125
- "description": "Column layout for container size s.",
329126
- "name": "s",
329219
+ "position": {
329220
+ "defaultValue": {
329221
+ "value": ": \"top\""
329222
+ },
329223
+ "description": "Whether the summary is placed above or underneath the list",
329224
+ "name": "position",
329127
329225
  "parent": {
329128
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329129
- "name": "ColumnLayoutProps"
329226
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
329227
+ "name": "ListSummaryProps"
329130
329228
  },
329131
329229
  "declarations": [
329132
329230
  {
329133
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329134
- "name": "ColumnLayoutProps"
329231
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
329232
+ "name": "ListSummaryProps"
329135
329233
  }
329136
329234
  ],
329137
329235
  "required": false,
329138
329236
  "type": {
329139
- "name": "(number | null)[]"
329237
+ "name": "\"bottom\" | \"top\""
329140
329238
  }
329141
329239
  },
329142
- "m": {
329240
+ "wrapWith": {
329143
329241
  "defaultValue": null,
329144
- "description": "Column layout for container size m.",
329145
- "name": "m",
329242
+ "description": "",
329243
+ "name": "wrapWith",
329146
329244
  "parent": {
329147
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329148
- "name": "ColumnLayoutProps"
329245
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
329246
+ "name": "FlowComponentProps"
329149
329247
  },
329150
329248
  "declarations": [
329151
329249
  {
329152
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329153
- "name": "ColumnLayoutProps"
329250
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
329251
+ "name": "FlowComponentProps"
329154
329252
  }
329155
329253
  ],
329156
329254
  "required": false,
329157
329255
  "type": {
329158
- "name": "(number | null)[]"
329256
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
329159
329257
  }
329160
329258
  },
329161
- "l": {
329259
+ "tunnel": {
329162
329260
  "defaultValue": null,
329163
- "description": "Column layout for container size l.",
329164
- "name": "l",
329261
+ "description": "@internal",
329262
+ "name": "tunnel",
329165
329263
  "parent": {
329166
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329167
- "name": "ColumnLayoutProps"
329264
+ "fileName": "components/src/lib/types/props.ts",
329265
+ "name": "PropsWithTunnel"
329168
329266
  },
329169
329267
  "declarations": [
329170
329268
  {
329171
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329172
- "name": "ColumnLayoutProps"
329173
- }
329174
- ],
329175
- "required": false,
329176
- "type": {
329177
- "name": "(number | null)[]"
329178
- }
329179
- },
329180
- "title": {
329181
- "defaultValue": null,
329182
- "description": "",
329183
- "name": "title",
329184
- "declarations": [
329185
- {
329186
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329187
- "name": "TypeLiteral"
329188
- }
329189
- ],
329190
- "required": false,
329191
- "type": {
329192
- "name": "ReactNode"
329193
- }
329194
- },
329195
- "subTitle": {
329196
- "defaultValue": null,
329197
- "description": "",
329198
- "name": "subTitle",
329199
- "declarations": [
329200
- {
329201
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329202
- "name": "TypeLiteral"
329203
- }
329204
- ],
329205
- "required": false,
329206
- "type": {
329207
- "name": "ReactNode"
329208
- }
329209
- },
329210
- "avatar": {
329211
- "defaultValue": null,
329212
- "description": "",
329213
- "name": "avatar",
329214
- "declarations": [
329215
- {
329216
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329217
- "name": "TypeLiteral"
329218
- }
329219
- ],
329220
- "required": false,
329221
- "type": {
329222
- "name": "ReactNode"
329223
- }
329224
- },
329225
- "button": {
329226
- "defaultValue": null,
329227
- "description": "",
329228
- "name": "button",
329229
- "declarations": [
329230
- {
329231
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329232
- "name": "TypeLiteral"
329233
- }
329234
- ],
329235
- "required": false,
329236
- "type": {
329237
- "name": "ReactNode"
329238
- }
329239
- },
329240
- "bottom": {
329241
- "defaultValue": null,
329242
- "description": "",
329243
- "name": "bottom",
329244
- "declarations": [
329245
- {
329246
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329247
- "name": "TypeLiteral"
329248
- }
329249
- ],
329250
- "required": false,
329251
- "type": {
329252
- "name": "ReactNode"
329253
- }
329254
- },
329255
- "checkbox": {
329256
- "defaultValue": null,
329257
- "description": "",
329258
- "name": "checkbox",
329259
- "declarations": [
329260
- {
329261
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329262
- "name": "TypeLiteral"
329263
- }
329264
- ],
329265
- "required": false,
329266
- "type": {
329267
- "name": "ReactNode"
329268
- }
329269
- },
329270
- "viewMode": {
329271
- "defaultValue": null,
329272
- "description": "",
329273
- "name": "viewMode",
329274
- "declarations": [
329275
- {
329276
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
329277
- "name": "TypeLiteral"
329269
+ "fileName": "components/src/lib/types/props.ts",
329270
+ "name": "PropsWithTunnel"
329278
329271
  }
329279
329272
  ],
329280
329273
  "required": false,
329281
329274
  "type": {
329282
- "name": "ListViewMode"
329275
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
329283
329276
  }
329284
329277
  },
329285
329278
  "ref": {
@@ -329319,17 +329312,24 @@
329319
329312
  "type": {
329320
329313
  "name": "Key | null"
329321
329314
  }
329315
+ },
329316
+ "children": {
329317
+ "defaultValue": null,
329318
+ "description": "",
329319
+ "name": "children",
329320
+ "declarations": [
329321
+ {
329322
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
329323
+ "name": "TypeLiteral"
329324
+ }
329325
+ ],
329326
+ "required": false,
329327
+ "type": {
329328
+ "name": "ReactNode"
329329
+ }
329322
329330
  }
329323
329331
  }
329324
329332
  },
329325
- {
329326
- "tags": {},
329327
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
329328
- "description": "",
329329
- "displayName": "Items",
329330
- "methods": [],
329331
- "props": {}
329332
- },
329333
329333
  {
329334
329334
  "tags": {},
329335
329335
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
@@ -331600,70 +331600,6 @@
331600
331600
  }
331601
331601
  }
331602
331602
  },
331603
- {
331604
- "tags": {
331605
- "flr-generate": "all"
331606
- },
331607
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.tsx",
331608
- "description": "",
331609
- "displayName": "LightBoxGalleryItem",
331610
- "methods": [],
331611
- "props": {
331612
- "children": {
331613
- "defaultValue": null,
331614
- "description": "",
331615
- "name": "children",
331616
- "declarations": [
331617
- {
331618
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331619
- "name": "TypeLiteral"
331620
- }
331621
- ],
331622
- "required": false,
331623
- "type": {
331624
- "name": "ReactNode"
331625
- }
331626
- },
331627
- "ref": {
331628
- "defaultValue": null,
331629
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
331630
- "name": "ref",
331631
- "parent": {
331632
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331633
- "name": "RefAttributes"
331634
- },
331635
- "declarations": [
331636
- {
331637
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331638
- "name": "RefAttributes"
331639
- }
331640
- ],
331641
- "required": false,
331642
- "type": {
331643
- "name": "Ref<HTMLSpanElement>"
331644
- }
331645
- },
331646
- "key": {
331647
- "defaultValue": null,
331648
- "description": "",
331649
- "name": "key",
331650
- "parent": {
331651
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331652
- "name": "Attributes"
331653
- },
331654
- "declarations": [
331655
- {
331656
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331657
- "name": "Attributes"
331658
- }
331659
- ],
331660
- "required": false,
331661
- "type": {
331662
- "name": "Key | null"
331663
- }
331664
- }
331665
- }
331666
- },
331667
331603
  {
331668
331604
  "tags": {},
331669
331605
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
@@ -331802,6 +331738,70 @@
331802
331738
  }
331803
331739
  }
331804
331740
  },
331741
+ {
331742
+ "tags": {
331743
+ "flr-generate": "all"
331744
+ },
331745
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.tsx",
331746
+ "description": "",
331747
+ "displayName": "LightBoxGalleryItem",
331748
+ "methods": [],
331749
+ "props": {
331750
+ "children": {
331751
+ "defaultValue": null,
331752
+ "description": "",
331753
+ "name": "children",
331754
+ "declarations": [
331755
+ {
331756
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331757
+ "name": "TypeLiteral"
331758
+ }
331759
+ ],
331760
+ "required": false,
331761
+ "type": {
331762
+ "name": "ReactNode"
331763
+ }
331764
+ },
331765
+ "ref": {
331766
+ "defaultValue": null,
331767
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
331768
+ "name": "ref",
331769
+ "parent": {
331770
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331771
+ "name": "RefAttributes"
331772
+ },
331773
+ "declarations": [
331774
+ {
331775
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331776
+ "name": "RefAttributes"
331777
+ }
331778
+ ],
331779
+ "required": false,
331780
+ "type": {
331781
+ "name": "Ref<HTMLSpanElement>"
331782
+ }
331783
+ },
331784
+ "key": {
331785
+ "defaultValue": null,
331786
+ "description": "",
331787
+ "name": "key",
331788
+ "parent": {
331789
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331790
+ "name": "Attributes"
331791
+ },
331792
+ "declarations": [
331793
+ {
331794
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
331795
+ "name": "Attributes"
331796
+ }
331797
+ ],
331798
+ "required": false,
331799
+ "type": {
331800
+ "name": "Key | null"
331801
+ }
331802
+ }
331803
+ }
331804
+ },
331805
331805
  {
331806
331806
  "tags": {
331807
331807
  "flr-generate": "all"
@@ -332026,34 +332026,6 @@
332026
332026
  }
332027
332027
  }
332028
332028
  },
332029
- {
332030
- "tags": {},
332031
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332032
- "description": "",
332033
- "displayName": "DeleteButton",
332034
- "methods": [],
332035
- "props": {
332036
- "onDelete": {
332037
- "defaultValue": null,
332038
- "description": "",
332039
- "name": "onDelete",
332040
- "parent": {
332041
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332042
- "name": "Props"
332043
- },
332044
- "declarations": [
332045
- {
332046
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332047
- "name": "Props"
332048
- }
332049
- ],
332050
- "required": true,
332051
- "type": {
332052
- "name": "() => void"
332053
- }
332054
- }
332055
- }
332056
- },
332057
332029
  {
332058
332030
  "tags": {},
332059
332031
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -332120,6 +332092,34 @@
332120
332092
  }
332121
332093
  }
332122
332094
  },
332095
+ {
332096
+ "tags": {},
332097
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332098
+ "description": "",
332099
+ "displayName": "DeleteButton",
332100
+ "methods": [],
332101
+ "props": {
332102
+ "onDelete": {
332103
+ "defaultValue": null,
332104
+ "description": "",
332105
+ "name": "onDelete",
332106
+ "parent": {
332107
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332108
+ "name": "Props"
332109
+ },
332110
+ "declarations": [
332111
+ {
332112
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
332113
+ "name": "Props"
332114
+ }
332115
+ ],
332116
+ "required": true,
332117
+ "type": {
332118
+ "name": "() => void"
332119
+ }
332120
+ }
332121
+ }
332122
+ },
332123
332123
  {
332124
332124
  "tags": {},
332125
332125
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -336485,10 +336485,10 @@
336485
336485
  "name": "CursorDefinition"
336486
336486
  }
336487
336487
  },
336488
- "position": {
336488
+ "defaultIndex": {
336489
336489
  "defaultValue": null,
336490
- "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
336491
- "name": "position",
336490
+ "description": "",
336491
+ "name": "defaultIndex",
336492
336492
  "declarations": [
336493
336493
  {
336494
336494
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
@@ -336497,13 +336497,13 @@
336497
336497
  ],
336498
336498
  "required": false,
336499
336499
  "type": {
336500
- "name": "Partial<Coordinate>"
336500
+ "name": "number | TooltipIndex"
336501
336501
  }
336502
336502
  },
336503
- "defaultIndex": {
336503
+ "position": {
336504
336504
  "defaultValue": null,
336505
- "description": "",
336506
- "name": "defaultIndex",
336505
+ "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
336506
+ "name": "position",
336507
336507
  "declarations": [
336508
336508
  {
336509
336509
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
@@ -336512,7 +336512,7 @@
336512
336512
  ],
336513
336513
  "required": false,
336514
336514
  "type": {
336515
- "name": "number | TooltipIndex"
336515
+ "name": "Partial<Coordinate>"
336516
336516
  }
336517
336517
  },
336518
336518
  "includeHidden": {
@@ -361789,596 +361789,6 @@
361789
361789
  "methods": [],
361790
361790
  "props": {}
361791
361791
  },
361792
- {
361793
- "tags": {},
361794
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361795
- "description": "",
361796
- "displayName": "ViewModeMenuItem",
361797
- "methods": [],
361798
- "props": {
361799
- "viewMode": {
361800
- "defaultValue": null,
361801
- "description": "",
361802
- "name": "viewMode",
361803
- "parent": {
361804
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361805
- "name": "Props"
361806
- },
361807
- "declarations": [
361808
- {
361809
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361810
- "name": "Props"
361811
- }
361812
- ],
361813
- "required": true,
361814
- "type": {
361815
- "name": "ListViewMode"
361816
- }
361817
- }
361818
- }
361819
- },
361820
- {
361821
- "tags": {},
361822
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361823
- "description": "",
361824
- "displayName": "ViewModeContextMenu",
361825
- "methods": [],
361826
- "props": {
361827
- "isDisabled": {
361828
- "defaultValue": null,
361829
- "description": "",
361830
- "name": "isDisabled",
361831
- "parent": {
361832
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361833
- "name": "Props"
361834
- },
361835
- "declarations": [
361836
- {
361837
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361838
- "name": "Props"
361839
- }
361840
- ],
361841
- "required": false,
361842
- "type": {
361843
- "name": "boolean"
361844
- }
361845
- }
361846
- }
361847
- },
361848
- {
361849
- "tags": {},
361850
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361851
- "description": "",
361852
- "displayName": "SortingMenuItem",
361853
- "methods": [],
361854
- "props": {
361855
- "sorting": {
361856
- "defaultValue": null,
361857
- "description": "",
361858
- "name": "sorting",
361859
- "parent": {
361860
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361861
- "name": "Props"
361862
- },
361863
- "declarations": [
361864
- {
361865
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361866
- "name": "Props"
361867
- }
361868
- ],
361869
- "required": true,
361870
- "type": {
361871
- "name": "Sorting<never>"
361872
- }
361873
- }
361874
- }
361875
- },
361876
- {
361877
- "tags": {},
361878
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361879
- "description": "",
361880
- "displayName": "SortingContextMenu",
361881
- "methods": [],
361882
- "props": {
361883
- "isDisabled": {
361884
- "defaultValue": null,
361885
- "description": "",
361886
- "name": "isDisabled",
361887
- "parent": {
361888
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361889
- "name": "Props"
361890
- },
361891
- "declarations": [
361892
- {
361893
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361894
- "name": "Props"
361895
- }
361896
- ],
361897
- "required": false,
361898
- "type": {
361899
- "name": "boolean"
361900
- }
361901
- }
361902
- }
361903
- },
361904
- {
361905
- "tags": {},
361906
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
361907
- "description": "",
361908
- "displayName": "SearchField",
361909
- "methods": [],
361910
- "props": {
361911
- "search": {
361912
- "defaultValue": null,
361913
- "description": "",
361914
- "name": "search",
361915
- "parent": {
361916
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
361917
- "name": "Props"
361918
- },
361919
- "declarations": [
361920
- {
361921
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
361922
- "name": "Props"
361923
- }
361924
- ],
361925
- "required": true,
361926
- "type": {
361927
- "name": "Search<never>"
361928
- }
361929
- },
361930
- "isDisabled": {
361931
- "defaultValue": null,
361932
- "description": "",
361933
- "name": "isDisabled",
361934
- "parent": {
361935
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
361936
- "name": "Props"
361937
- },
361938
- "declarations": [
361939
- {
361940
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
361941
- "name": "Props"
361942
- }
361943
- ],
361944
- "required": false,
361945
- "type": {
361946
- "name": "boolean"
361947
- }
361948
- },
361949
- "className": {
361950
- "defaultValue": null,
361951
- "description": "The elements class name.",
361952
- "name": "className",
361953
- "parent": {
361954
- "fileName": "components/src/lib/types/props.ts",
361955
- "name": "PropsWithClassName"
361956
- },
361957
- "declarations": [
361958
- {
361959
- "fileName": "components/src/lib/types/props.ts",
361960
- "name": "PropsWithClassName"
361961
- }
361962
- ],
361963
- "required": false,
361964
- "type": {
361965
- "name": "string"
361966
- }
361967
- }
361968
- }
361969
- },
361970
- {
361971
- "tags": {},
361972
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
361973
- "description": "",
361974
- "displayName": "FilterMenuItem",
361975
- "methods": [],
361976
- "props": {
361977
- "filterValue": {
361978
- "defaultValue": null,
361979
- "description": "",
361980
- "name": "filterValue",
361981
- "parent": {
361982
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
361983
- "name": "Props"
361984
- },
361985
- "declarations": [
361986
- {
361987
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
361988
- "name": "Props"
361989
- }
361990
- ],
361991
- "required": true,
361992
- "type": {
361993
- "name": "FilterValue"
361994
- }
361995
- },
361996
- "selectionMode": {
361997
- "defaultValue": null,
361998
- "description": "",
361999
- "name": "selectionMode",
362000
- "parent": {
362001
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
362002
- "name": "Props"
362003
- },
362004
- "declarations": [
362005
- {
362006
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
362007
- "name": "Props"
362008
- }
362009
- ],
362010
- "required": false,
362011
- "type": {
362012
- "name": "ContextMenuSelectionMode"
362013
- }
362014
- }
362015
- }
362016
- },
362017
- {
362018
- "tags": {},
362019
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
362020
- "description": "",
362021
- "displayName": "FilterContextMenus",
362022
- "methods": [],
362023
- "props": {
362024
- "isDisabled": {
362025
- "defaultValue": null,
362026
- "description": "",
362027
- "name": "isDisabled",
362028
- "parent": {
362029
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
362030
- "name": "Props"
362031
- },
362032
- "declarations": [
362033
- {
362034
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
362035
- "name": "Props"
362036
- }
362037
- ],
362038
- "required": false,
362039
- "type": {
362040
- "name": "boolean"
362041
- }
362042
- }
362043
- }
362044
- },
362045
- {
362046
- "tags": {},
362047
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
362048
- "description": "",
362049
- "displayName": "FilterContextMenu",
362050
- "methods": [],
362051
- "props": {
362052
- "filter": {
362053
- "defaultValue": null,
362054
- "description": "",
362055
- "name": "filter",
362056
- "parent": {
362057
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
362058
- "name": "Props"
362059
- },
362060
- "declarations": [
362061
- {
362062
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
362063
- "name": "Props"
362064
- }
362065
- ],
362066
- "required": true,
362067
- "type": {
362068
- "name": "Filter<never, never, never>"
362069
- }
362070
- },
362071
- "isDisabled": {
362072
- "defaultValue": null,
362073
- "description": "",
362074
- "name": "isDisabled",
362075
- "parent": {
362076
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
362077
- "name": "Props"
362078
- },
362079
- "declarations": [
362080
- {
362081
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
362082
- "name": "Props"
362083
- }
362084
- ],
362085
- "required": false,
362086
- "type": {
362087
- "name": "boolean"
362088
- }
362089
- }
362090
- }
362091
- },
362092
- {
362093
- "tags": {},
362094
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
362095
- "description": "",
362096
- "displayName": "DateRangeFilterPopover",
362097
- "methods": [],
362098
- "props": {
362099
- "filter": {
362100
- "defaultValue": null,
362101
- "description": "",
362102
- "name": "filter",
362103
- "parent": {
362104
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
362105
- "name": "Props"
362106
- },
362107
- "declarations": [
362108
- {
362109
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
362110
- "name": "Props"
362111
- }
362112
- ],
362113
- "required": true,
362114
- "type": {
362115
- "name": "AnyDateRangeFilter"
362116
- }
362117
- },
362118
- "isDisabled": {
362119
- "defaultValue": null,
362120
- "description": "",
362121
- "name": "isDisabled",
362122
- "parent": {
362123
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
362124
- "name": "Props"
362125
- },
362126
- "declarations": [
362127
- {
362128
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
362129
- "name": "Props"
362130
- }
362131
- ],
362132
- "required": false,
362133
- "type": {
362134
- "name": "boolean"
362135
- }
362136
- }
362137
- }
362138
- },
362139
- {
362140
- "tags": {},
362141
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
362142
- "description": "",
362143
- "displayName": "ViewModeAccordion",
362144
- "methods": [],
362145
- "props": {
362146
- "expandAccordions": {
362147
- "defaultValue": null,
362148
- "description": "",
362149
- "name": "expandAccordions",
362150
- "parent": {
362151
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
362152
- "name": "Props"
362153
- },
362154
- "declarations": [
362155
- {
362156
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
362157
- "name": "Props"
362158
- }
362159
- ],
362160
- "required": true,
362161
- "type": {
362162
- "name": "boolean"
362163
- }
362164
- }
362165
- }
362166
- },
362167
- {
362168
- "tags": {},
362169
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
362170
- "description": "",
362171
- "displayName": "SortingAccordion",
362172
- "methods": [],
362173
- "props": {
362174
- "expandAccordions": {
362175
- "defaultValue": null,
362176
- "description": "",
362177
- "name": "expandAccordions",
362178
- "parent": {
362179
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
362180
- "name": "Props"
362181
- },
362182
- "declarations": [
362183
- {
362184
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
362185
- "name": "Props"
362186
- }
362187
- ],
362188
- "required": true,
362189
- "type": {
362190
- "name": "boolean"
362191
- }
362192
- }
362193
- }
362194
- },
362195
- {
362196
- "tags": {},
362197
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
362198
- "description": "",
362199
- "displayName": "FilterAccordionRadioGroup",
362200
- "methods": [],
362201
- "props": {
362202
- "filter": {
362203
- "defaultValue": null,
362204
- "description": "",
362205
- "name": "filter",
362206
- "parent": {
362207
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
362208
- "name": "Props"
362209
- },
362210
- "declarations": [
362211
- {
362212
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
362213
- "name": "Props"
362214
- }
362215
- ],
362216
- "required": true,
362217
- "type": {
362218
- "name": "Filter<never, never, never>"
362219
- }
362220
- }
362221
- }
362222
- },
362223
- {
362224
- "tags": {},
362225
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
362226
- "description": "",
362227
- "displayName": "FilterAccordionDateRange",
362228
- "methods": [],
362229
- "props": {
362230
- "filter": {
362231
- "defaultValue": null,
362232
- "description": "",
362233
- "name": "filter",
362234
- "parent": {
362235
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
362236
- "name": "Props"
362237
- },
362238
- "declarations": [
362239
- {
362240
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
362241
- "name": "Props"
362242
- }
362243
- ],
362244
- "required": true,
362245
- "type": {
362246
- "name": "AnyDateRangeFilter"
362247
- }
362248
- }
362249
- }
362250
- },
362251
- {
362252
- "tags": {},
362253
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
362254
- "description": "",
362255
- "displayName": "FilterAccordionCheckboxGroup",
362256
- "methods": [],
362257
- "props": {
362258
- "filter": {
362259
- "defaultValue": null,
362260
- "description": "",
362261
- "name": "filter",
362262
- "parent": {
362263
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
362264
- "name": "Props"
362265
- },
362266
- "declarations": [
362267
- {
362268
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
362269
- "name": "Props"
362270
- }
362271
- ],
362272
- "required": true,
362273
- "type": {
362274
- "name": "Filter<never, never, never>"
362275
- }
362276
- }
362277
- }
362278
- },
362279
- {
362280
- "tags": {},
362281
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
362282
- "description": "",
362283
- "displayName": "FilterAccordion",
362284
- "methods": [],
362285
- "props": {
362286
- "filter": {
362287
- "defaultValue": null,
362288
- "description": "",
362289
- "name": "filter",
362290
- "parent": {
362291
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
362292
- "name": "Props"
362293
- },
362294
- "declarations": [
362295
- {
362296
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
362297
- "name": "Props"
362298
- }
362299
- ],
362300
- "required": true,
362301
- "type": {
362302
- "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
362303
- }
362304
- },
362305
- "expandAccordions": {
362306
- "defaultValue": null,
362307
- "description": "",
362308
- "name": "expandAccordions",
362309
- "parent": {
362310
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
362311
- "name": "Props"
362312
- },
362313
- "declarations": [
362314
- {
362315
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
362316
- "name": "Props"
362317
- }
362318
- ],
362319
- "required": true,
362320
- "type": {
362321
- "name": "boolean"
362322
- }
362323
- }
362324
- }
362325
- },
362326
- {
362327
- "tags": {},
362328
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
362329
- "description": "",
362330
- "displayName": "AllFiltersModal",
362331
- "methods": [],
362332
- "props": {
362333
- "isDisabled": {
362334
- "defaultValue": null,
362335
- "description": "",
362336
- "name": "isDisabled",
362337
- "parent": {
362338
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
362339
- "name": "Props"
362340
- },
362341
- "declarations": [
362342
- {
362343
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
362344
- "name": "Props"
362345
- }
362346
- ],
362347
- "required": false,
362348
- "type": {
362349
- "name": "boolean"
362350
- }
362351
- }
362352
- }
362353
- },
362354
- {
362355
- "tags": {},
362356
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362357
- "description": "",
362358
- "displayName": "ActiveFilters",
362359
- "methods": [],
362360
- "props": {
362361
- "isDisabled": {
362362
- "defaultValue": null,
362363
- "description": "",
362364
- "name": "isDisabled",
362365
- "parent": {
362366
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362367
- "name": "Props"
362368
- },
362369
- "declarations": [
362370
- {
362371
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
362372
- "name": "Props"
362373
- }
362374
- ],
362375
- "required": false,
362376
- "type": {
362377
- "name": "boolean"
362378
- }
362379
- }
362380
- }
362381
- },
362382
361792
  {
362383
361793
  "tags": {},
362384
361794
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -370269,6 +369679,596 @@
370269
369679
  }
370270
369680
  }
370271
369681
  },
369682
+ {
369683
+ "tags": {},
369684
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
369685
+ "description": "",
369686
+ "displayName": "ViewModeMenuItem",
369687
+ "methods": [],
369688
+ "props": {
369689
+ "viewMode": {
369690
+ "defaultValue": null,
369691
+ "description": "",
369692
+ "name": "viewMode",
369693
+ "parent": {
369694
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
369695
+ "name": "Props"
369696
+ },
369697
+ "declarations": [
369698
+ {
369699
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
369700
+ "name": "Props"
369701
+ }
369702
+ ],
369703
+ "required": true,
369704
+ "type": {
369705
+ "name": "ListViewMode"
369706
+ }
369707
+ }
369708
+ }
369709
+ },
369710
+ {
369711
+ "tags": {},
369712
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
369713
+ "description": "",
369714
+ "displayName": "ViewModeContextMenu",
369715
+ "methods": [],
369716
+ "props": {
369717
+ "isDisabled": {
369718
+ "defaultValue": null,
369719
+ "description": "",
369720
+ "name": "isDisabled",
369721
+ "parent": {
369722
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
369723
+ "name": "Props"
369724
+ },
369725
+ "declarations": [
369726
+ {
369727
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
369728
+ "name": "Props"
369729
+ }
369730
+ ],
369731
+ "required": false,
369732
+ "type": {
369733
+ "name": "boolean"
369734
+ }
369735
+ }
369736
+ }
369737
+ },
369738
+ {
369739
+ "tags": {},
369740
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
369741
+ "description": "",
369742
+ "displayName": "SortingMenuItem",
369743
+ "methods": [],
369744
+ "props": {
369745
+ "sorting": {
369746
+ "defaultValue": null,
369747
+ "description": "",
369748
+ "name": "sorting",
369749
+ "parent": {
369750
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
369751
+ "name": "Props"
369752
+ },
369753
+ "declarations": [
369754
+ {
369755
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
369756
+ "name": "Props"
369757
+ }
369758
+ ],
369759
+ "required": true,
369760
+ "type": {
369761
+ "name": "Sorting<never>"
369762
+ }
369763
+ }
369764
+ }
369765
+ },
369766
+ {
369767
+ "tags": {},
369768
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
369769
+ "description": "",
369770
+ "displayName": "SortingContextMenu",
369771
+ "methods": [],
369772
+ "props": {
369773
+ "isDisabled": {
369774
+ "defaultValue": null,
369775
+ "description": "",
369776
+ "name": "isDisabled",
369777
+ "parent": {
369778
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
369779
+ "name": "Props"
369780
+ },
369781
+ "declarations": [
369782
+ {
369783
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
369784
+ "name": "Props"
369785
+ }
369786
+ ],
369787
+ "required": false,
369788
+ "type": {
369789
+ "name": "boolean"
369790
+ }
369791
+ }
369792
+ }
369793
+ },
369794
+ {
369795
+ "tags": {},
369796
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
369797
+ "description": "",
369798
+ "displayName": "SearchField",
369799
+ "methods": [],
369800
+ "props": {
369801
+ "search": {
369802
+ "defaultValue": null,
369803
+ "description": "",
369804
+ "name": "search",
369805
+ "parent": {
369806
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
369807
+ "name": "Props"
369808
+ },
369809
+ "declarations": [
369810
+ {
369811
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
369812
+ "name": "Props"
369813
+ }
369814
+ ],
369815
+ "required": true,
369816
+ "type": {
369817
+ "name": "Search<never>"
369818
+ }
369819
+ },
369820
+ "isDisabled": {
369821
+ "defaultValue": null,
369822
+ "description": "",
369823
+ "name": "isDisabled",
369824
+ "parent": {
369825
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
369826
+ "name": "Props"
369827
+ },
369828
+ "declarations": [
369829
+ {
369830
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
369831
+ "name": "Props"
369832
+ }
369833
+ ],
369834
+ "required": false,
369835
+ "type": {
369836
+ "name": "boolean"
369837
+ }
369838
+ },
369839
+ "className": {
369840
+ "defaultValue": null,
369841
+ "description": "The elements class name.",
369842
+ "name": "className",
369843
+ "parent": {
369844
+ "fileName": "components/src/lib/types/props.ts",
369845
+ "name": "PropsWithClassName"
369846
+ },
369847
+ "declarations": [
369848
+ {
369849
+ "fileName": "components/src/lib/types/props.ts",
369850
+ "name": "PropsWithClassName"
369851
+ }
369852
+ ],
369853
+ "required": false,
369854
+ "type": {
369855
+ "name": "string"
369856
+ }
369857
+ }
369858
+ }
369859
+ },
369860
+ {
369861
+ "tags": {},
369862
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
369863
+ "description": "",
369864
+ "displayName": "FilterMenuItem",
369865
+ "methods": [],
369866
+ "props": {
369867
+ "filterValue": {
369868
+ "defaultValue": null,
369869
+ "description": "",
369870
+ "name": "filterValue",
369871
+ "parent": {
369872
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
369873
+ "name": "Props"
369874
+ },
369875
+ "declarations": [
369876
+ {
369877
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
369878
+ "name": "Props"
369879
+ }
369880
+ ],
369881
+ "required": true,
369882
+ "type": {
369883
+ "name": "FilterValue"
369884
+ }
369885
+ },
369886
+ "selectionMode": {
369887
+ "defaultValue": null,
369888
+ "description": "",
369889
+ "name": "selectionMode",
369890
+ "parent": {
369891
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
369892
+ "name": "Props"
369893
+ },
369894
+ "declarations": [
369895
+ {
369896
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
369897
+ "name": "Props"
369898
+ }
369899
+ ],
369900
+ "required": false,
369901
+ "type": {
369902
+ "name": "ContextMenuSelectionMode"
369903
+ }
369904
+ }
369905
+ }
369906
+ },
369907
+ {
369908
+ "tags": {},
369909
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
369910
+ "description": "",
369911
+ "displayName": "FilterContextMenus",
369912
+ "methods": [],
369913
+ "props": {
369914
+ "isDisabled": {
369915
+ "defaultValue": null,
369916
+ "description": "",
369917
+ "name": "isDisabled",
369918
+ "parent": {
369919
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
369920
+ "name": "Props"
369921
+ },
369922
+ "declarations": [
369923
+ {
369924
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
369925
+ "name": "Props"
369926
+ }
369927
+ ],
369928
+ "required": false,
369929
+ "type": {
369930
+ "name": "boolean"
369931
+ }
369932
+ }
369933
+ }
369934
+ },
369935
+ {
369936
+ "tags": {},
369937
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
369938
+ "description": "",
369939
+ "displayName": "FilterContextMenu",
369940
+ "methods": [],
369941
+ "props": {
369942
+ "filter": {
369943
+ "defaultValue": null,
369944
+ "description": "",
369945
+ "name": "filter",
369946
+ "parent": {
369947
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
369948
+ "name": "Props"
369949
+ },
369950
+ "declarations": [
369951
+ {
369952
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
369953
+ "name": "Props"
369954
+ }
369955
+ ],
369956
+ "required": true,
369957
+ "type": {
369958
+ "name": "Filter<never, never, never>"
369959
+ }
369960
+ },
369961
+ "isDisabled": {
369962
+ "defaultValue": null,
369963
+ "description": "",
369964
+ "name": "isDisabled",
369965
+ "parent": {
369966
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
369967
+ "name": "Props"
369968
+ },
369969
+ "declarations": [
369970
+ {
369971
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
369972
+ "name": "Props"
369973
+ }
369974
+ ],
369975
+ "required": false,
369976
+ "type": {
369977
+ "name": "boolean"
369978
+ }
369979
+ }
369980
+ }
369981
+ },
369982
+ {
369983
+ "tags": {},
369984
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
369985
+ "description": "",
369986
+ "displayName": "DateRangeFilterPopover",
369987
+ "methods": [],
369988
+ "props": {
369989
+ "filter": {
369990
+ "defaultValue": null,
369991
+ "description": "",
369992
+ "name": "filter",
369993
+ "parent": {
369994
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
369995
+ "name": "Props"
369996
+ },
369997
+ "declarations": [
369998
+ {
369999
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
370000
+ "name": "Props"
370001
+ }
370002
+ ],
370003
+ "required": true,
370004
+ "type": {
370005
+ "name": "AnyDateRangeFilter"
370006
+ }
370007
+ },
370008
+ "isDisabled": {
370009
+ "defaultValue": null,
370010
+ "description": "",
370011
+ "name": "isDisabled",
370012
+ "parent": {
370013
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
370014
+ "name": "Props"
370015
+ },
370016
+ "declarations": [
370017
+ {
370018
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
370019
+ "name": "Props"
370020
+ }
370021
+ ],
370022
+ "required": false,
370023
+ "type": {
370024
+ "name": "boolean"
370025
+ }
370026
+ }
370027
+ }
370028
+ },
370029
+ {
370030
+ "tags": {},
370031
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
370032
+ "description": "",
370033
+ "displayName": "ViewModeAccordion",
370034
+ "methods": [],
370035
+ "props": {
370036
+ "expandAccordions": {
370037
+ "defaultValue": null,
370038
+ "description": "",
370039
+ "name": "expandAccordions",
370040
+ "parent": {
370041
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
370042
+ "name": "Props"
370043
+ },
370044
+ "declarations": [
370045
+ {
370046
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
370047
+ "name": "Props"
370048
+ }
370049
+ ],
370050
+ "required": true,
370051
+ "type": {
370052
+ "name": "boolean"
370053
+ }
370054
+ }
370055
+ }
370056
+ },
370057
+ {
370058
+ "tags": {},
370059
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
370060
+ "description": "",
370061
+ "displayName": "SortingAccordion",
370062
+ "methods": [],
370063
+ "props": {
370064
+ "expandAccordions": {
370065
+ "defaultValue": null,
370066
+ "description": "",
370067
+ "name": "expandAccordions",
370068
+ "parent": {
370069
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
370070
+ "name": "Props"
370071
+ },
370072
+ "declarations": [
370073
+ {
370074
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
370075
+ "name": "Props"
370076
+ }
370077
+ ],
370078
+ "required": true,
370079
+ "type": {
370080
+ "name": "boolean"
370081
+ }
370082
+ }
370083
+ }
370084
+ },
370085
+ {
370086
+ "tags": {},
370087
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
370088
+ "description": "",
370089
+ "displayName": "FilterAccordionRadioGroup",
370090
+ "methods": [],
370091
+ "props": {
370092
+ "filter": {
370093
+ "defaultValue": null,
370094
+ "description": "",
370095
+ "name": "filter",
370096
+ "parent": {
370097
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
370098
+ "name": "Props"
370099
+ },
370100
+ "declarations": [
370101
+ {
370102
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
370103
+ "name": "Props"
370104
+ }
370105
+ ],
370106
+ "required": true,
370107
+ "type": {
370108
+ "name": "Filter<never, never, never>"
370109
+ }
370110
+ }
370111
+ }
370112
+ },
370113
+ {
370114
+ "tags": {},
370115
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
370116
+ "description": "",
370117
+ "displayName": "FilterAccordionDateRange",
370118
+ "methods": [],
370119
+ "props": {
370120
+ "filter": {
370121
+ "defaultValue": null,
370122
+ "description": "",
370123
+ "name": "filter",
370124
+ "parent": {
370125
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
370126
+ "name": "Props"
370127
+ },
370128
+ "declarations": [
370129
+ {
370130
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
370131
+ "name": "Props"
370132
+ }
370133
+ ],
370134
+ "required": true,
370135
+ "type": {
370136
+ "name": "AnyDateRangeFilter"
370137
+ }
370138
+ }
370139
+ }
370140
+ },
370141
+ {
370142
+ "tags": {},
370143
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
370144
+ "description": "",
370145
+ "displayName": "FilterAccordionCheckboxGroup",
370146
+ "methods": [],
370147
+ "props": {
370148
+ "filter": {
370149
+ "defaultValue": null,
370150
+ "description": "",
370151
+ "name": "filter",
370152
+ "parent": {
370153
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
370154
+ "name": "Props"
370155
+ },
370156
+ "declarations": [
370157
+ {
370158
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
370159
+ "name": "Props"
370160
+ }
370161
+ ],
370162
+ "required": true,
370163
+ "type": {
370164
+ "name": "Filter<never, never, never>"
370165
+ }
370166
+ }
370167
+ }
370168
+ },
370169
+ {
370170
+ "tags": {},
370171
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
370172
+ "description": "",
370173
+ "displayName": "FilterAccordion",
370174
+ "methods": [],
370175
+ "props": {
370176
+ "filter": {
370177
+ "defaultValue": null,
370178
+ "description": "",
370179
+ "name": "filter",
370180
+ "parent": {
370181
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
370182
+ "name": "Props"
370183
+ },
370184
+ "declarations": [
370185
+ {
370186
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
370187
+ "name": "Props"
370188
+ }
370189
+ ],
370190
+ "required": true,
370191
+ "type": {
370192
+ "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
370193
+ }
370194
+ },
370195
+ "expandAccordions": {
370196
+ "defaultValue": null,
370197
+ "description": "",
370198
+ "name": "expandAccordions",
370199
+ "parent": {
370200
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
370201
+ "name": "Props"
370202
+ },
370203
+ "declarations": [
370204
+ {
370205
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
370206
+ "name": "Props"
370207
+ }
370208
+ ],
370209
+ "required": true,
370210
+ "type": {
370211
+ "name": "boolean"
370212
+ }
370213
+ }
370214
+ }
370215
+ },
370216
+ {
370217
+ "tags": {},
370218
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
370219
+ "description": "",
370220
+ "displayName": "AllFiltersModal",
370221
+ "methods": [],
370222
+ "props": {
370223
+ "isDisabled": {
370224
+ "defaultValue": null,
370225
+ "description": "",
370226
+ "name": "isDisabled",
370227
+ "parent": {
370228
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
370229
+ "name": "Props"
370230
+ },
370231
+ "declarations": [
370232
+ {
370233
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
370234
+ "name": "Props"
370235
+ }
370236
+ ],
370237
+ "required": false,
370238
+ "type": {
370239
+ "name": "boolean"
370240
+ }
370241
+ }
370242
+ }
370243
+ },
370244
+ {
370245
+ "tags": {},
370246
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
370247
+ "description": "",
370248
+ "displayName": "ActiveFilters",
370249
+ "methods": [],
370250
+ "props": {
370251
+ "isDisabled": {
370252
+ "defaultValue": null,
370253
+ "description": "",
370254
+ "name": "isDisabled",
370255
+ "parent": {
370256
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
370257
+ "name": "Props"
370258
+ },
370259
+ "declarations": [
370260
+ {
370261
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
370262
+ "name": "Props"
370263
+ }
370264
+ ],
370265
+ "required": false,
370266
+ "type": {
370267
+ "name": "boolean"
370268
+ }
370269
+ }
370270
+ }
370271
+ },
370272
370272
  {
370273
370273
  "tags": {},
370274
370274
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",