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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/AGENTS.md +20 -1
  2. package/CHANGELOG.md +10 -0
  3. package/PATTERNS.md +6 -4
  4. package/dist/assets/doc-properties.json +1566 -1566
  5. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs +1 -0
  6. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs.map +1 -1
  7. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs +1 -0
  8. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs.map +1 -1
  9. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs +1 -0
  10. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs.map +1 -1
  11. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs +1 -0
  12. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs.map +1 -1
  13. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs +1 -0
  14. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs.map +1 -1
  15. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs +1 -0
  16. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs.map +1 -1
  17. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs +1 -0
  18. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs.map +1 -1
  19. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs +1 -0
  20. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs.map +1 -1
  21. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs +1 -0
  22. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs.map +1 -1
  23. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs +1 -0
  24. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs.map +1 -1
  25. package/dist/js/packages/components/src/components/List/model/List.mjs +7 -0
  26. package/dist/js/packages/components/src/components/List/model/List.mjs.map +1 -1
  27. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsyncResource.mjs +9 -1
  28. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsyncResource.mjs.map +1 -1
  29. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.mjs +1 -0
  30. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
  31. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +1 -0
  32. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
  33. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs +1 -0
  34. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs.map +1 -1
  35. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs +1 -0
  36. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs.map +1 -1
  37. package/dist/js/packages/components/src/components/Select/Select.mjs +7 -0
  38. package/dist/js/packages/components/src/components/Select/Select.mjs.map +1 -1
  39. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs +1 -0
  40. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs.map +1 -1
  41. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs +8 -1
  42. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs.map +1 -1
  43. package/dist/js/packages/components/src/integrations/nextjs/components/Link/Link.mjs +5 -0
  44. package/dist/js/packages/components/src/integrations/nextjs/components/Link/Link.mjs.map +1 -1
  45. package/dist/js/packages/components/src/integrations/nextjs/components/LinkProvider/LinkProvider.mjs +8 -1
  46. package/dist/js/packages/components/src/integrations/nextjs/components/LinkProvider/LinkProvider.mjs.map +1 -1
  47. package/dist/types/components/List/model/List.d.ts.map +1 -1
  48. package/dist/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts.map +1 -1
  49. package/dist/types/components/Select/Select.d.ts +1 -1
  50. package/dist/types/components/Select/Select.d.ts.map +1 -1
  51. package/dist/types/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.d.ts.map +1 -1
  52. package/dist/types/integrations/nextjs/components/Link/Link.d.ts.map +1 -1
  53. package/dist/types/integrations/nextjs/components/LinkProvider/LinkProvider.d.ts.map +1 -1
  54. package/package.json +6 -6
@@ -40080,7 +40080,7 @@
40080
40080
  },
40081
40081
  "onSelectionChange": {
40082
40082
  "defaultValue": null,
40083
- "description": "Handler that is called when the selection changes.\n@deprecated",
40083
+ "description": "Handler that is called when the selection changes.\n@deprecated Use `onChange` instead.",
40084
40084
  "name": "onSelectionChange",
40085
40085
  "parent": {
40086
40086
  "fileName": "components/src/components/Select/Select.tsx",
@@ -232136,30 +232136,11 @@
232136
232136
  "tags": {
232137
232137
  "flr-generate": "all"
232138
232138
  },
232139
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
232139
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxGroup/CheckboxGroup.tsx",
232140
232140
  "description": "",
232141
- "displayName": "CheckboxButton",
232141
+ "displayName": "CheckboxGroup",
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
- },
232163
232144
  "id": {
232164
232145
  "defaultValue": null,
232165
232146
  "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
@@ -232200,23 +232181,23 @@
232200
232181
  },
232201
232182
  "className": {
232202
232183
  "defaultValue": {
232203
- "value": "'react-aria-Checkbox'"
232184
+ "value": "'react-aria-CheckboxGroup'"
232204
232185
  },
232205
232186
  "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.",
232206
232187
  "name": "className",
232207
232188
  "parent": {
232208
232189
  "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",
232209
- "name": "CheckboxProps"
232190
+ "name": "CheckboxGroupProps"
232210
232191
  },
232211
232192
  "declarations": [
232212
232193
  {
232213
232194
  "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",
232214
- "name": "CheckboxProps"
232195
+ "name": "CheckboxGroupProps"
232215
232196
  }
232216
232197
  ],
232217
232198
  "required": false,
232218
232199
  "type": {
232219
- "name": "ClassNameOrFunction<CheckboxRenderProps>"
232200
+ "name": "ClassNameOrFunction<CheckboxGroupRenderProps>"
232220
232201
  }
232221
232202
  },
232222
232203
  "aria-label": {
@@ -232411,21 +232392,21 @@
232411
232392
  },
232412
232393
  "onClick": {
232413
232394
  "defaultValue": null,
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.",
232395
+ "description": "",
232415
232396
  "name": "onClick",
232416
232397
  "parent": {
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"
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"
232419
232400
  },
232420
232401
  "declarations": [
232421
232402
  {
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"
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"
232424
232405
  }
232425
232406
  ],
232426
232407
  "required": false,
232427
232408
  "type": {
232428
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
232409
+ "name": "MouseEventHandler<HTMLDivElement>"
232429
232410
  }
232430
232411
  },
232431
232412
  "onClickCapture": {
@@ -233741,25 +233722,6 @@
233741
233722
  "name": "((value: TimeValue) => true | ValidationError | null)"
233742
233723
  }
233743
233724
  },
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
- },
233763
233725
  "onFocus": {
233764
233726
  "defaultValue": null,
233765
233727
  "description": "Handler that is called when the element receives focus.",
@@ -233817,80 +233779,61 @@
233817
233779
  "name": "((isFocused: boolean) => void)"
233818
233780
  }
233819
233781
  },
233820
- "onKeyDown": {
233821
- "defaultValue": null,
233822
- "description": "Handler that is called when a key is pressed.",
233823
- "name": "onKeyDown",
233824
- "parent": {
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"
233827
- },
233828
- "declarations": [
233829
- {
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"
233832
- }
233833
- ],
233834
- "required": false,
233835
- "type": {
233836
- "name": "((e: KeyboardEvent) => void)"
233837
- }
233838
- },
233839
- "onKeyUp": {
233782
+ "value": {
233840
233783
  "defaultValue": null,
233841
- "description": "Handler that is called when a key is released.",
233842
- "name": "onKeyUp",
233784
+ "description": "The current value (controlled).",
233785
+ "name": "value",
233843
233786
  "parent": {
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"
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"
233846
233789
  },
233847
233790
  "declarations": [
233848
233791
  {
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"
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"
233851
233794
  }
233852
233795
  ],
233853
233796
  "required": false,
233854
233797
  "type": {
233855
- "name": "((e: KeyboardEvent) => void)"
233798
+ "name": "TimeValue | null"
233856
233799
  }
233857
233800
  },
233858
- "value": {
233801
+ "defaultValue": {
233859
233802
  "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",
233803
+ "description": "The default value (uncontrolled).",
233804
+ "name": "defaultValue",
233862
233805
  "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"
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"
233865
233808
  },
233866
233809
  "declarations": [
233867
233810
  {
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"
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"
233870
233813
  }
233871
233814
  ],
233872
233815
  "required": false,
233873
233816
  "type": {
233874
- "name": "string"
233817
+ "name": "TimeValue | null"
233875
233818
  }
233876
233819
  },
233877
233820
  "onChange": {
233878
233821
  "defaultValue": null,
233879
- "description": "Handler that is called when the element's selection state changes.",
233822
+ "description": "Handler that is called when the value changes.",
233880
233823
  "name": "onChange",
233881
233824
  "parent": {
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"
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"
233884
233827
  },
233885
233828
  "declarations": [
233886
233829
  {
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"
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"
233889
233832
  }
233890
233833
  ],
233891
233834
  "required": false,
233892
233835
  "type": {
233893
- "name": "((isSelected: boolean) => void)"
233836
+ "name": "((value: TimeValue | null) => void)"
233894
233837
  }
233895
233838
  },
233896
233839
  "name": {
@@ -233950,44 +233893,6 @@
233950
233893
  "name": "string | null"
233951
233894
  }
233952
233895
  },
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
- },
233991
233896
  "aria-errormessage": {
233992
233897
  "defaultValue": null,
233993
233898
  "description": "Identifies the element that provides an error message for the object.",
@@ -234007,228 +233912,76 @@
234007
233912
  "name": "string"
234008
233913
  }
234009
233914
  },
234010
- "defaultSelected": {
234011
- "defaultValue": null,
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
- },
234018
- "declarations": [
234019
- {
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"
234022
- }
234023
- ],
234024
- "required": false,
234025
- "type": {
234026
- "name": "boolean"
234027
- }
234028
- },
234029
- "isSelected": {
234030
- "defaultValue": null,
234031
- "description": "Whether the element should be selected (controlled).",
234032
- "name": "isSelected",
234033
- "parent": {
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"
234036
- },
234037
- "declarations": [
234038
- {
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"
234041
- }
234042
- ],
234043
- "required": false,
234044
- "type": {
234045
- "name": "boolean"
234046
- }
234047
- },
234048
- "onPress": {
234049
- "defaultValue": null,
234050
- "description": "Handler that is called when the press is released over the target.",
234051
- "name": "onPress",
234052
- "parent": {
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"
234055
- },
234056
- "declarations": [
234057
- {
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"
234060
- }
234061
- ],
234062
- "required": false,
234063
- "type": {
234064
- "name": "((e: PressEvent) => void)"
234065
- }
234066
- },
234067
- "onPressStart": {
234068
- "defaultValue": null,
234069
- "description": "Handler that is called when a press interaction starts.",
234070
- "name": "onPressStart",
234071
- "parent": {
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"
234074
- },
234075
- "declarations": [
234076
- {
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"
234079
- }
234080
- ],
234081
- "required": false,
234082
- "type": {
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": {
233915
+ "children": {
234144
233916
  "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
- },
233917
+ "description": "",
233918
+ "name": "children",
234151
233919
  "declarations": [
234152
233920
  {
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"
233921
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
233922
+ "name": "TypeLiteral"
234155
233923
  }
234156
233924
  ],
234157
233925
  "required": false,
234158
233926
  "type": {
234159
- "name": "((e: HoverEvent) => void)"
233927
+ "name": "ReactNode"
234160
233928
  }
234161
233929
  },
234162
- "onHoverEnd": {
233930
+ "s": {
234163
233931
  "defaultValue": null,
234164
- "description": "Handler that is called when a hover interaction ends.",
234165
- "name": "onHoverEnd",
233932
+ "description": "Column layout for container size s.",
233933
+ "name": "s",
234166
233934
  "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"
233935
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233936
+ "name": "ColumnLayoutProps"
234169
233937
  },
234170
233938
  "declarations": [
234171
233939
  {
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"
233940
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233941
+ "name": "ColumnLayoutProps"
234174
233942
  }
234175
233943
  ],
234176
233944
  "required": false,
234177
233945
  "type": {
234178
- "name": "((e: HoverEvent) => void)"
233946
+ "name": "(number | null)[]"
234179
233947
  }
234180
233948
  },
234181
- "onHoverChange": {
233949
+ "m": {
234182
233950
  "defaultValue": null,
234183
- "description": "Handler that is called when the hover state changes.",
234184
- "name": "onHoverChange",
233951
+ "description": "Column layout for container size m.",
233952
+ "name": "m",
234185
233953
  "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"
233954
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233955
+ "name": "ColumnLayoutProps"
234188
233956
  },
234189
233957
  "declarations": [
234190
233958
  {
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"
233959
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233960
+ "name": "ColumnLayoutProps"
234193
233961
  }
234194
233962
  ],
234195
233963
  "required": false,
234196
233964
  "type": {
234197
- "name": "((isHovering: boolean) => void)"
233965
+ "name": "(number | null)[]"
234198
233966
  }
234199
233967
  },
234200
- "isIndeterminate": {
233968
+ "l": {
234201
233969
  "defaultValue": null,
234202
- "description": "Indeterminism is presentational only.\nThe indeterminate visual representation remains regardless of user interaction.",
234203
- "name": "isIndeterminate",
233970
+ "description": "Column layout for container size l.",
233971
+ "name": "l",
234204
233972
  "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"
233973
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233974
+ "name": "ColumnLayoutProps"
234207
233975
  },
234208
233976
  "declarations": [
234209
233977
  {
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"
233978
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
233979
+ "name": "ColumnLayoutProps"
234227
233980
  }
234228
233981
  ],
234229
233982
  "required": false,
234230
233983
  "type": {
234231
- "name": "ReactNode"
233984
+ "name": "(number | null)[]"
234232
233985
  }
234233
233986
  },
234234
233987
  "wrapWith": {
@@ -234313,11 +234066,30 @@
234313
234066
  "tags": {
234314
234067
  "flr-generate": "all"
234315
234068
  },
234316
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxGroup/CheckboxGroup.tsx",
234069
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
234317
234070
  "description": "",
234318
- "displayName": "CheckboxGroup",
234071
+ "displayName": "CheckboxButton",
234319
234072
  "methods": [],
234320
234073
  "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
+ },
234321
234093
  "id": {
234322
234094
  "defaultValue": null,
234323
234095
  "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
@@ -234358,23 +234130,23 @@
234358
234130
  },
234359
234131
  "className": {
234360
234132
  "defaultValue": {
234361
- "value": "'react-aria-Checkbox'"
234133
+ "value": "'react-aria-CheckboxGroup'"
234362
234134
  },
234363
234135
  "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.",
234364
234136
  "name": "className",
234365
234137
  "parent": {
234366
234138
  "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",
234367
- "name": "CheckboxProps"
234139
+ "name": "CheckboxGroupProps"
234368
234140
  },
234369
234141
  "declarations": [
234370
234142
  {
234371
234143
  "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",
234372
- "name": "CheckboxProps"
234144
+ "name": "CheckboxGroupProps"
234373
234145
  }
234374
234146
  ],
234375
234147
  "required": false,
234376
234148
  "type": {
234377
- "name": "ClassNameOrFunction<CheckboxRenderProps>"
234149
+ "name": "ClassNameOrFunction<CheckboxGroupRenderProps>"
234378
234150
  }
234379
234151
  },
234380
234152
  "aria-label": {
@@ -234569,21 +234341,21 @@
234569
234341
  },
234570
234342
  "onClick": {
234571
234343
  "defaultValue": null,
234572
- "description": "",
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.",
234573
234345
  "name": "onClick",
234574
234346
  "parent": {
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"
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"
234577
234349
  },
234578
234350
  "declarations": [
234579
234351
  {
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"
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"
234582
234354
  }
234583
234355
  ],
234584
234356
  "required": false,
234585
234357
  "type": {
234586
- "name": "MouseEventHandler<HTMLDivElement>"
234358
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
234587
234359
  }
234588
234360
  },
234589
234361
  "onClickCapture": {
@@ -235899,6 +235671,25 @@
235899
235671
  "name": "((value: TimeValue) => true | ValidationError | null)"
235900
235672
  }
235901
235673
  },
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
+ },
235902
235693
  "onFocus": {
235903
235694
  "defaultValue": null,
235904
235695
  "description": "Handler that is called when the element receives focus.",
@@ -235956,61 +235747,80 @@
235956
235747
  "name": "((isFocused: boolean) => void)"
235957
235748
  }
235958
235749
  },
235959
- "value": {
235750
+ "onKeyDown": {
235960
235751
  "defaultValue": null,
235961
- "description": "The current value (controlled).",
235962
- "name": "value",
235752
+ "description": "Handler that is called when a key is pressed.",
235753
+ "name": "onKeyDown",
235963
235754
  "parent": {
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"
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"
235966
235757
  },
235967
235758
  "declarations": [
235968
235759
  {
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"
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"
235971
235762
  }
235972
235763
  ],
235973
235764
  "required": false,
235974
235765
  "type": {
235975
- "name": "TimeValue | null"
235766
+ "name": "((e: KeyboardEvent) => void)"
235976
235767
  }
235977
235768
  },
235978
- "defaultValue": {
235769
+ "onKeyUp": {
235979
235770
  "defaultValue": null,
235980
- "description": "The default value (uncontrolled).",
235981
- "name": "defaultValue",
235771
+ "description": "Handler that is called when a key is released.",
235772
+ "name": "onKeyUp",
235982
235773
  "parent": {
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"
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"
235985
235776
  },
235986
235777
  "declarations": [
235987
235778
  {
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"
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"
235990
235781
  }
235991
235782
  ],
235992
235783
  "required": false,
235993
235784
  "type": {
235994
- "name": "TimeValue | null"
235785
+ "name": "((e: KeyboardEvent) => void)"
235786
+ }
235787
+ },
235788
+ "value": {
235789
+ "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",
235792
+ "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"
235795
+ },
235796
+ "declarations": [
235797
+ {
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"
235800
+ }
235801
+ ],
235802
+ "required": false,
235803
+ "type": {
235804
+ "name": "string"
235995
235805
  }
235996
235806
  },
235997
235807
  "onChange": {
235998
235808
  "defaultValue": null,
235999
- "description": "Handler that is called when the value changes.",
235809
+ "description": "Handler that is called when the element's selection state changes.",
236000
235810
  "name": "onChange",
236001
235811
  "parent": {
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"
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"
236004
235814
  },
236005
235815
  "declarations": [
236006
235816
  {
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"
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"
236009
235819
  }
236010
235820
  ],
236011
235821
  "required": false,
236012
235822
  "type": {
236013
- "name": "((value: TimeValue | null) => void)"
235823
+ "name": "((isSelected: boolean) => void)"
236014
235824
  }
236015
235825
  },
236016
235826
  "name": {
@@ -236070,6 +235880,44 @@
236070
235880
  "name": "string | null"
236071
235881
  }
236072
235882
  },
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
+ },
236073
235921
  "aria-errormessage": {
236074
235922
  "defaultValue": null,
236075
235923
  "description": "Identifies the element that provides an error message for the object.",
@@ -236089,76 +235937,228 @@
236089
235937
  "name": "string"
236090
235938
  }
236091
235939
  },
236092
- "children": {
235940
+ "defaultSelected": {
236093
235941
  "defaultValue": null,
236094
- "description": "",
236095
- "name": "children",
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
+ },
236096
235948
  "declarations": [
236097
235949
  {
236098
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
236099
- "name": "TypeLiteral"
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"
236100
235952
  }
236101
235953
  ],
236102
235954
  "required": false,
236103
235955
  "type": {
236104
- "name": "ReactNode"
235956
+ "name": "boolean"
236105
235957
  }
236106
235958
  },
236107
- "s": {
235959
+ "isSelected": {
236108
235960
  "defaultValue": null,
236109
- "description": "Column layout for container size s.",
236110
- "name": "s",
235961
+ "description": "Whether the element should be selected (controlled).",
235962
+ "name": "isSelected",
236111
235963
  "parent": {
236112
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236113
- "name": "ColumnLayoutProps"
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"
236114
235966
  },
236115
235967
  "declarations": [
236116
235968
  {
236117
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236118
- "name": "ColumnLayoutProps"
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"
236119
235971
  }
236120
235972
  ],
236121
235973
  "required": false,
236122
235974
  "type": {
236123
- "name": "(number | null)[]"
235975
+ "name": "boolean"
236124
235976
  }
236125
235977
  },
236126
- "m": {
235978
+ "onPress": {
236127
235979
  "defaultValue": null,
236128
- "description": "Column layout for container size m.",
236129
- "name": "m",
235980
+ "description": "Handler that is called when the press is released over the target.",
235981
+ "name": "onPress",
236130
235982
  "parent": {
236131
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236132
- "name": "ColumnLayoutProps"
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"
236133
235985
  },
236134
235986
  "declarations": [
236135
235987
  {
236136
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236137
- "name": "ColumnLayoutProps"
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"
236138
235990
  }
236139
235991
  ],
236140
235992
  "required": false,
236141
235993
  "type": {
236142
- "name": "(number | null)[]"
235994
+ "name": "((e: PressEvent) => void)"
236143
235995
  }
236144
235996
  },
236145
- "l": {
235997
+ "onPressStart": {
236146
235998
  "defaultValue": null,
236147
- "description": "Column layout for container size l.",
236148
- "name": "l",
235999
+ "description": "Handler that is called when a press interaction starts.",
236000
+ "name": "onPressStart",
236149
236001
  "parent": {
236150
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236151
- "name": "ColumnLayoutProps"
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"
236152
236004
  },
236153
236005
  "declarations": [
236154
236006
  {
236155
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
236156
- "name": "ColumnLayoutProps"
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"
236157
236009
  }
236158
236010
  ],
236159
236011
  "required": false,
236160
236012
  "type": {
236161
- "name": "(number | null)[]"
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": {
236074
+ "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
+ },
236081
+ "declarations": [
236082
+ {
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"
236085
+ }
236086
+ ],
236087
+ "required": false,
236088
+ "type": {
236089
+ "name": "((e: HoverEvent) => void)"
236090
+ }
236091
+ },
236092
+ "onHoverEnd": {
236093
+ "defaultValue": null,
236094
+ "description": "Handler that is called when a hover interaction ends.",
236095
+ "name": "onHoverEnd",
236096
+ "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"
236099
+ },
236100
+ "declarations": [
236101
+ {
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"
236104
+ }
236105
+ ],
236106
+ "required": false,
236107
+ "type": {
236108
+ "name": "((e: HoverEvent) => void)"
236109
+ }
236110
+ },
236111
+ "onHoverChange": {
236112
+ "defaultValue": null,
236113
+ "description": "Handler that is called when the hover state changes.",
236114
+ "name": "onHoverChange",
236115
+ "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"
236118
+ },
236119
+ "declarations": [
236120
+ {
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"
236123
+ }
236124
+ ],
236125
+ "required": false,
236126
+ "type": {
236127
+ "name": "((isHovering: boolean) => void)"
236128
+ }
236129
+ },
236130
+ "isIndeterminate": {
236131
+ "defaultValue": null,
236132
+ "description": "Indeterminism is presentational only.\nThe indeterminate visual representation remains regardless of user interaction.",
236133
+ "name": "isIndeterminate",
236134
+ "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"
236137
+ },
236138
+ "declarations": [
236139
+ {
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"
236157
+ }
236158
+ ],
236159
+ "required": false,
236160
+ "type": {
236161
+ "name": "ReactNode"
236162
236162
  }
236163
236163
  },
236164
236164
  "wrapWith": {
@@ -236307,23 +236307,23 @@
236307
236307
  },
236308
236308
  "className": {
236309
236309
  "defaultValue": {
236310
- "value": "'react-aria-Checkbox'"
236310
+ "value": "'react-aria-CheckboxGroup'"
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": "CheckboxProps"
236316
+ "name": "CheckboxGroupProps"
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": "CheckboxProps"
236321
+ "name": "CheckboxGroupProps"
236322
236322
  }
236323
236323
  ],
236324
236324
  "required": false,
236325
236325
  "type": {
236326
- "name": "ClassNameOrFunction<CheckboxRenderProps>"
236326
+ "name": "ClassNameOrFunction<CheckboxGroupRenderProps>"
236327
236327
  }
236328
236328
  },
236329
236329
  "aria-label": {
@@ -287865,6 +287865,59 @@
287865
287865
  }
287866
287866
  }
287867
287867
  },
287868
+ {
287869
+ "tags": {},
287870
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
287871
+ "description": "",
287872
+ "displayName": "FormSettingsProvider",
287873
+ "methods": [],
287874
+ "props": {
287875
+ "submitInterceptor": {
287876
+ "defaultValue": null,
287877
+ "description": "",
287878
+ "name": "submitInterceptor",
287879
+ "parent": {
287880
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
287881
+ "name": "Context"
287882
+ },
287883
+ "declarations": [
287884
+ {
287885
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
287886
+ "name": "Context"
287887
+ }
287888
+ ],
287889
+ "required": false,
287890
+ "type": {
287891
+ "name": "SubmitInterceptor"
287892
+ }
287893
+ },
287894
+ "children": {
287895
+ "defaultValue": null,
287896
+ "description": "",
287897
+ "name": "children",
287898
+ "declarations": [
287899
+ {
287900
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
287901
+ "name": "TypeLiteral"
287902
+ }
287903
+ ],
287904
+ "required": false,
287905
+ "type": {
287906
+ "name": "ReactNode"
287907
+ }
287908
+ }
287909
+ }
287910
+ },
287911
+ {
287912
+ "tags": {
287913
+ "flowStatus": "new"
287914
+ },
287915
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
287916
+ "description": "",
287917
+ "displayName": "FormRootError",
287918
+ "methods": [],
287919
+ "props": {}
287920
+ },
287868
287921
  {
287869
287922
  "tags": {},
287870
287923
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
@@ -290246,35 +290299,43 @@
290246
290299
  },
290247
290300
  {
290248
290301
  "tags": {},
290249
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
290302
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290250
290303
  "description": "",
290251
- "displayName": "FormSettingsProvider",
290304
+ "displayName": "FormContext",
290252
290305
  "methods": [],
290253
290306
  "props": {
290254
- "submitInterceptor": {
290307
+ "value": {
290255
290308
  "defaultValue": null,
290256
290309
  "description": "",
290257
- "name": "submitInterceptor",
290310
+ "name": "value",
290258
290311
  "parent": {
290259
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
290260
- "name": "Context"
290312
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290313
+ "name": "ProviderProps"
290261
290314
  },
290262
290315
  "declarations": [
290263
290316
  {
290264
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
290265
- "name": "Context"
290317
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290318
+ "name": "ProviderProps"
290266
290319
  }
290267
290320
  ],
290268
- "required": false,
290321
+ "required": true,
290269
290322
  "type": {
290270
- "name": "SubmitInterceptor"
290323
+ "name": "DeprecationWarningHandler | undefined"
290271
290324
  }
290272
290325
  },
290273
290326
  "children": {
290274
290327
  "defaultValue": null,
290275
290328
  "description": "",
290276
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
+ },
290277
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
+ },
290278
290339
  {
290279
290340
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
290280
290341
  "name": "TypeLiteral"
@@ -290288,14 +290349,123 @@
290288
290349
  }
290289
290350
  },
290290
290351
  {
290291
- "tags": {
290292
- "flowStatus": "new"
290293
- },
290294
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
290352
+ "tags": {},
290353
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
290295
290354
  "description": "",
290296
- "displayName": "FormRootError",
290355
+ "displayName": "FormContextProvider",
290297
290356
  "methods": [],
290298
- "props": {}
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
+ }
290299
290469
  },
290300
290470
  {
290301
290471
  "tags": {},
@@ -296046,284 +296216,114 @@
296046
296216
  },
296047
296217
  {
296048
296218
  "tags": {},
296049
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296219
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Field/Field.tsx",
296050
296220
  "description": "",
296051
- "displayName": "FormContext",
296221
+ "displayName": "Field",
296052
296222
  "methods": [],
296053
296223
  "props": {
296054
- "value": {
296224
+ "defaultValue": {
296055
296225
  "defaultValue": null,
296056
296226
  "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
- },
296227
+ "name": "defaultValue",
296062
296228
  "declarations": [
296063
296229
  {
296064
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
296065
- "name": "ProviderProps"
296230
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296231
+ "name": "TypeLiteral"
296066
296232
  }
296067
296233
  ],
296068
- "required": true,
296234
+ "required": false,
296069
296235
  "type": {
296070
- "name": "DeprecationWarningHandler | undefined"
296236
+ "name": "any"
296071
296237
  }
296072
296238
  },
296073
- "children": {
296239
+ "name": {
296074
296240
  "defaultValue": null,
296075
296241
  "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
- },
296242
+ "name": "name",
296081
296243
  "declarations": [
296082
296244
  {
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",
296245
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296088
296246
  "name": "TypeLiteral"
296089
296247
  }
296090
296248
  ],
296091
- "required": false,
296249
+ "required": true,
296092
296250
  "type": {
296093
- "name": "ReactNode"
296251
+ "name": "string"
296094
296252
  }
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": {
296253
+ },
296254
+ "disabled": {
296106
296255
  "defaultValue": null,
296107
296256
  "description": "",
296108
- "name": "form",
296109
- "parent": {
296110
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296111
- "name": "FormContextProviderProps"
296112
- },
296257
+ "name": "disabled",
296113
296258
  "declarations": [
296114
296259
  {
296115
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296116
- "name": "FormContextProviderProps"
296260
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296261
+ "name": "TypeLiteral"
296117
296262
  }
296118
296263
  ],
296119
- "required": true,
296264
+ "required": false,
296120
296265
  "type": {
296121
- "name": "UseFormReturn"
296266
+ "name": "boolean"
296122
296267
  }
296123
296268
  },
296124
- "id": {
296269
+ "control": {
296125
296270
  "defaultValue": null,
296126
296271
  "description": "",
296127
- "name": "id",
296128
- "parent": {
296129
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296130
- "name": "FormContextProviderProps"
296131
- },
296272
+ "name": "control",
296132
296273
  "declarations": [
296133
296274
  {
296134
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296135
- "name": "FormContextProviderProps"
296275
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296276
+ "name": "TypeLiteral"
296136
296277
  }
296137
296278
  ],
296138
- "required": true,
296279
+ "required": false,
296139
296280
  "type": {
296140
- "name": "string"
296281
+ "name": "Control<T, any, T>"
296141
296282
  }
296142
296283
  },
296143
- "isReadOnly": {
296284
+ "rules": {
296144
296285
  "defaultValue": null,
296145
296286
  "description": "",
296146
- "name": "isReadOnly",
296147
- "parent": {
296148
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296149
- "name": "FormContextProviderProps"
296150
- },
296287
+ "name": "rules",
296151
296288
  "declarations": [
296152
296289
  {
296153
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296154
- "name": "FormContextProviderProps"
296290
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296291
+ "name": "TypeLiteral"
296155
296292
  }
296156
296293
  ],
296157
296294
  "required": false,
296158
296295
  "type": {
296159
- "name": "boolean"
296296
+ "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
296160
296297
  }
296161
296298
  },
296162
- "onAfterSuccessFeedback": {
296299
+ "shouldUnregister": {
296163
296300
  "defaultValue": null,
296164
296301
  "description": "",
296165
- "name": "onAfterSuccessFeedback",
296166
- "parent": {
296167
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296168
- "name": "FormContextProviderProps"
296169
- },
296302
+ "name": "shouldUnregister",
296170
296303
  "declarations": [
296171
296304
  {
296172
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296173
- "name": "FormContextProviderProps"
296305
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296306
+ "name": "TypeLiteral"
296174
296307
  }
296175
296308
  ],
296176
296309
  "required": false,
296177
296310
  "type": {
296178
- "name": "AfterFormSubmitCallback"
296311
+ "name": "boolean"
296179
296312
  }
296180
296313
  },
296181
- "rootErrorController": {
296314
+ "exact": {
296182
296315
  "defaultValue": null,
296183
296316
  "description": "",
296184
- "name": "rootErrorController",
296185
- "parent": {
296186
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296187
- "name": "FormContextProviderProps"
296188
- },
296317
+ "name": "exact",
296189
296318
  "declarations": [
296190
296319
  {
296191
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
296192
- "name": "FormContextProviderProps"
296320
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296321
+ "name": "TypeLiteral"
296193
296322
  }
296194
296323
  ],
296195
- "required": true,
296324
+ "required": false,
296196
296325
  "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
- {
296218
- "tags": {},
296219
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Field/Field.tsx",
296220
- "description": "",
296221
- "displayName": "Field",
296222
- "methods": [],
296223
- "props": {
296224
- "defaultValue": {
296225
- "defaultValue": null,
296226
- "description": "",
296227
- "name": "defaultValue",
296228
- "declarations": [
296229
- {
296230
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296231
- "name": "TypeLiteral"
296232
- }
296233
- ],
296234
- "required": false,
296235
- "type": {
296236
- "name": "any"
296237
- }
296238
- },
296239
- "name": {
296240
- "defaultValue": null,
296241
- "description": "",
296242
- "name": "name",
296243
- "declarations": [
296244
- {
296245
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296246
- "name": "TypeLiteral"
296247
- }
296248
- ],
296249
- "required": true,
296250
- "type": {
296251
- "name": "string"
296252
- }
296253
- },
296254
- "disabled": {
296255
- "defaultValue": null,
296256
- "description": "",
296257
- "name": "disabled",
296258
- "declarations": [
296259
- {
296260
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296261
- "name": "TypeLiteral"
296262
- }
296263
- ],
296264
- "required": false,
296265
- "type": {
296266
- "name": "boolean"
296267
- }
296268
- },
296269
- "control": {
296270
- "defaultValue": null,
296271
- "description": "",
296272
- "name": "control",
296273
- "declarations": [
296274
- {
296275
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296276
- "name": "TypeLiteral"
296277
- }
296278
- ],
296279
- "required": false,
296280
- "type": {
296281
- "name": "Control<T, any, T>"
296282
- }
296283
- },
296284
- "rules": {
296285
- "defaultValue": null,
296286
- "description": "",
296287
- "name": "rules",
296288
- "declarations": [
296289
- {
296290
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296291
- "name": "TypeLiteral"
296292
- }
296293
- ],
296294
- "required": false,
296295
- "type": {
296296
- "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
296297
- }
296298
- },
296299
- "shouldUnregister": {
296300
- "defaultValue": null,
296301
- "description": "",
296302
- "name": "shouldUnregister",
296303
- "declarations": [
296304
- {
296305
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296306
- "name": "TypeLiteral"
296307
- }
296308
- ],
296309
- "required": false,
296310
- "type": {
296311
- "name": "boolean"
296312
- }
296313
- },
296314
- "exact": {
296315
- "defaultValue": null,
296316
- "description": "",
296317
- "name": "exact",
296318
- "declarations": [
296319
- {
296320
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.79.0_react@19.2.7/node_modules/react-hook-form/dist/types/controller.d.ts",
296321
- "name": "TypeLiteral"
296322
- }
296323
- ],
296324
- "required": false,
296325
- "type": {
296326
- "name": "boolean"
296326
+ "name": "boolean"
296327
296327
  }
296328
296328
  },
296329
296329
  "children": {
@@ -297030,7 +297030,33 @@
297030
297030
  "tags": {
297031
297031
  "deprecated": "Use RouterProvider instead"
297032
297032
  },
297033
- "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
297033
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
297034
+ "description": "",
297035
+ "displayName": "LinkProvider",
297036
+ "methods": [],
297037
+ "props": {
297038
+ "children": {
297039
+ "defaultValue": null,
297040
+ "description": "",
297041
+ "name": "children",
297042
+ "declarations": [
297043
+ {
297044
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
297045
+ "name": "TypeLiteral"
297046
+ }
297047
+ ],
297048
+ "required": false,
297049
+ "type": {
297050
+ "name": "ReactNode"
297051
+ }
297052
+ }
297053
+ }
297054
+ },
297055
+ {
297056
+ "tags": {
297057
+ "deprecated": "Use RouterProvider instead"
297058
+ },
297059
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
297034
297060
  "description": "",
297035
297061
  "displayName": "Link",
297036
297062
  "methods": [],
@@ -297040,12 +297066,12 @@
297040
297066
  "description": "",
297041
297067
  "name": "ref",
297042
297068
  "parent": {
297043
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297069
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297044
297070
  "name": "Props"
297045
297071
  },
297046
297072
  "declarations": [
297047
297073
  {
297048
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297074
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297049
297075
  "name": "Props"
297050
297076
  }
297051
297077
  ],
@@ -297059,12 +297085,12 @@
297059
297085
  "description": "",
297060
297086
  "name": "isDisabled",
297061
297087
  "parent": {
297062
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297088
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297063
297089
  "name": "Props"
297064
297090
  },
297065
297091
  "declarations": [
297066
297092
  {
297067
- "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
297093
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
297068
297094
  "name": "Props"
297069
297095
  }
297070
297096
  ],
@@ -302532,32 +302558,6 @@
302532
302558
  }
302533
302559
  }
302534
302560
  },
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"
@@ -304643,6 +304643,62 @@
304643
304643
  }
304644
304644
  }
304645
304645
  },
304646
+ {
304647
+ "tags": {},
304648
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
304649
+ "description": "",
304650
+ "displayName": "FallbackTab",
304651
+ "methods": [],
304652
+ "props": {
304653
+ "tabNotFoundView": {
304654
+ "defaultValue": null,
304655
+ "description": "",
304656
+ "name": "tabNotFoundView",
304657
+ "parent": {
304658
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
304659
+ "name": "TabsProps"
304660
+ },
304661
+ "declarations": [
304662
+ {
304663
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
304664
+ "name": "TabsProps"
304665
+ }
304666
+ ],
304667
+ "required": false,
304668
+ "type": {
304669
+ "name": "ReactNode"
304670
+ }
304671
+ }
304672
+ }
304673
+ },
304674
+ {
304675
+ "tags": {},
304676
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.tsx",
304677
+ "description": "",
304678
+ "displayName": "FallbackTab",
304679
+ "methods": [],
304680
+ "props": {
304681
+ "tabNotFoundView": {
304682
+ "defaultValue": null,
304683
+ "description": "",
304684
+ "name": "tabNotFoundView",
304685
+ "parent": {
304686
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
304687
+ "name": "TabsProps"
304688
+ },
304689
+ "declarations": [
304690
+ {
304691
+ "fileName": "components/src/components/Tabs/Tabs.tsx",
304692
+ "name": "TabsProps"
304693
+ }
304694
+ ],
304695
+ "required": false,
304696
+ "type": {
304697
+ "name": "ReactNode"
304698
+ }
304699
+ }
304700
+ }
304701
+ },
304646
304702
  {
304647
304703
  "tags": {
304648
304704
  "flr-generate": "all"
@@ -306155,62 +306211,6 @@
306155
306211
  }
306156
306212
  }
306157
306213
  },
306158
- {
306159
- "tags": {},
306160
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
306161
- "description": "",
306162
- "displayName": "FallbackTab",
306163
- "methods": [],
306164
- "props": {
306165
- "tabNotFoundView": {
306166
- "defaultValue": null,
306167
- "description": "",
306168
- "name": "tabNotFoundView",
306169
- "parent": {
306170
- "fileName": "components/src/components/Tabs/Tabs.tsx",
306171
- "name": "TabsProps"
306172
- },
306173
- "declarations": [
306174
- {
306175
- "fileName": "components/src/components/Tabs/Tabs.tsx",
306176
- "name": "TabsProps"
306177
- }
306178
- ],
306179
- "required": false,
306180
- "type": {
306181
- "name": "ReactNode"
306182
- }
306183
- }
306184
- }
306185
- },
306186
- {
306187
- "tags": {},
306188
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.tsx",
306189
- "description": "",
306190
- "displayName": "FallbackTab",
306191
- "methods": [],
306192
- "props": {
306193
- "tabNotFoundView": {
306194
- "defaultValue": null,
306195
- "description": "",
306196
- "name": "tabNotFoundView",
306197
- "parent": {
306198
- "fileName": "components/src/components/Tabs/Tabs.tsx",
306199
- "name": "TabsProps"
306200
- },
306201
- "declarations": [
306202
- {
306203
- "fileName": "components/src/components/Tabs/Tabs.tsx",
306204
- "name": "TabsProps"
306205
- }
306206
- ],
306207
- "required": false,
306208
- "type": {
306209
- "name": "ReactNode"
306210
- }
306211
- }
306212
- }
306213
- },
306214
306214
  {
306215
306215
  "tags": {
306216
306216
  "flr-generate": "all"
@@ -322368,67 +322368,71 @@
322368
322368
  }
322369
322369
  },
322370
322370
  {
322371
- "tags": {},
322372
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322371
+ "tags": {
322372
+ "internal": ""
322373
+ },
322374
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322373
322375
  "description": "",
322374
- "displayName": "ValidationResultButton",
322376
+ "displayName": "TogglePasswordVisibilityButton",
322375
322377
  "methods": [],
322376
322378
  "props": {
322377
- "policyValidationResult": {
322378
- "defaultValue": null,
322379
+ "isDisabled": {
322380
+ "defaultValue": {
322381
+ "value": "false"
322382
+ },
322379
322383
  "description": "",
322380
- "name": "policyValidationResult",
322384
+ "name": "isDisabled",
322381
322385
  "parent": {
322382
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322386
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322383
322387
  "name": "Props"
322384
322388
  },
322385
322389
  "declarations": [
322386
322390
  {
322387
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322391
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322388
322392
  "name": "Props"
322389
322393
  }
322390
322394
  ],
322391
322395
  "required": false,
322392
322396
  "type": {
322393
- "name": "ResolvedPolicyValidationResult"
322397
+ "name": "boolean"
322394
322398
  }
322395
322399
  },
322396
- "isDisabled": {
322400
+ "isVisible": {
322397
322401
  "defaultValue": null,
322398
322402
  "description": "",
322399
- "name": "isDisabled",
322403
+ "name": "isVisible",
322400
322404
  "parent": {
322401
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322405
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322402
322406
  "name": "Props"
322403
322407
  },
322404
322408
  "declarations": [
322405
322409
  {
322406
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322410
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322407
322411
  "name": "Props"
322408
322412
  }
322409
322413
  ],
322410
- "required": false,
322414
+ "required": true,
322411
322415
  "type": {
322412
322416
  "name": "boolean"
322413
322417
  }
322414
322418
  },
322415
- "isEmptyValue": {
322419
+ "onPress": {
322416
322420
  "defaultValue": null,
322417
322421
  "description": "",
322418
- "name": "isEmptyValue",
322422
+ "name": "onPress",
322419
322423
  "parent": {
322420
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322424
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322421
322425
  "name": "Props"
322422
322426
  },
322423
322427
  "declarations": [
322424
322428
  {
322425
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322429
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322426
322430
  "name": "Props"
322427
322431
  }
322428
322432
  ],
322429
322433
  "required": true,
322430
322434
  "type": {
322431
- "name": "boolean"
322435
+ "name": "ActionFn"
322432
322436
  }
322433
322437
  },
322434
322438
  "className": {
@@ -322453,71 +322457,67 @@
322453
322457
  }
322454
322458
  },
322455
322459
  {
322456
- "tags": {
322457
- "internal": ""
322458
- },
322459
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322460
+ "tags": {},
322461
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322460
322462
  "description": "",
322461
- "displayName": "TogglePasswordVisibilityButton",
322463
+ "displayName": "ValidationResultButton",
322462
322464
  "methods": [],
322463
322465
  "props": {
322464
- "isDisabled": {
322465
- "defaultValue": {
322466
- "value": "false"
322467
- },
322466
+ "policyValidationResult": {
322467
+ "defaultValue": null,
322468
322468
  "description": "",
322469
- "name": "isDisabled",
322469
+ "name": "policyValidationResult",
322470
322470
  "parent": {
322471
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322471
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322472
322472
  "name": "Props"
322473
322473
  },
322474
322474
  "declarations": [
322475
322475
  {
322476
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322476
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322477
322477
  "name": "Props"
322478
322478
  }
322479
322479
  ],
322480
322480
  "required": false,
322481
322481
  "type": {
322482
- "name": "boolean"
322482
+ "name": "ResolvedPolicyValidationResult"
322483
322483
  }
322484
322484
  },
322485
- "isVisible": {
322485
+ "isDisabled": {
322486
322486
  "defaultValue": null,
322487
322487
  "description": "",
322488
- "name": "isVisible",
322488
+ "name": "isDisabled",
322489
322489
  "parent": {
322490
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322490
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322491
322491
  "name": "Props"
322492
322492
  },
322493
322493
  "declarations": [
322494
322494
  {
322495
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322495
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322496
322496
  "name": "Props"
322497
322497
  }
322498
322498
  ],
322499
- "required": true,
322499
+ "required": false,
322500
322500
  "type": {
322501
322501
  "name": "boolean"
322502
322502
  }
322503
322503
  },
322504
- "onPress": {
322504
+ "isEmptyValue": {
322505
322505
  "defaultValue": null,
322506
322506
  "description": "",
322507
- "name": "onPress",
322507
+ "name": "isEmptyValue",
322508
322508
  "parent": {
322509
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322509
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322510
322510
  "name": "Props"
322511
322511
  },
322512
322512
  "declarations": [
322513
322513
  {
322514
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
322514
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
322515
322515
  "name": "Props"
322516
322516
  }
322517
322517
  ],
322518
322518
  "required": true,
322519
322519
  "type": {
322520
- "name": "ActionFn"
322520
+ "name": "boolean"
322521
322521
  }
322522
322522
  },
322523
322523
  "className": {
@@ -328408,14 +328408,6 @@
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
- },
328419
328411
  {
328420
328412
  "tags": {},
328421
328413
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -328554,6 +328546,14 @@
328554
328546
  }
328555
328547
  }
328556
328548
  },
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,187 +328976,71 @@
328976
328976
  "props": {}
328977
328977
  },
328978
328978
  {
328979
- "tags": {},
328980
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
328979
+ "tags": {
328980
+ "flr-generate": "all"
328981
+ },
328982
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
328981
328983
  "description": "",
328982
- "displayName": "ListItemView",
328984
+ "displayName": "ListSummary",
328983
328985
  "methods": [],
328984
328986
  "props": {
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",
328987
+ "position": {
328988
+ "defaultValue": {
328989
+ "value": ": \"top\""
328990
+ },
328991
+ "description": "Whether the summary is placed above or underneath the list",
328992
+ "name": "position",
329004
328993
  "parent": {
329005
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329006
- "name": "ColumnLayoutProps"
328994
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
328995
+ "name": "ListSummaryProps"
329007
328996
  },
329008
328997
  "declarations": [
329009
328998
  {
329010
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329011
- "name": "ColumnLayoutProps"
328999
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
329000
+ "name": "ListSummaryProps"
329012
329001
  }
329013
329002
  ],
329014
329003
  "required": false,
329015
329004
  "type": {
329016
- "name": "(number | null)[]"
329005
+ "name": "\"bottom\" | \"top\""
329017
329006
  }
329018
329007
  },
329019
- "m": {
329008
+ "wrapWith": {
329020
329009
  "defaultValue": null,
329021
- "description": "Column layout for container size m.",
329022
- "name": "m",
329010
+ "description": "",
329011
+ "name": "wrapWith",
329023
329012
  "parent": {
329024
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329025
- "name": "ColumnLayoutProps"
329013
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
329014
+ "name": "FlowComponentProps"
329026
329015
  },
329027
329016
  "declarations": [
329028
329017
  {
329029
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329030
- "name": "ColumnLayoutProps"
329018
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
329019
+ "name": "FlowComponentProps"
329031
329020
  }
329032
329021
  ],
329033
329022
  "required": false,
329034
329023
  "type": {
329035
- "name": "(number | null)[]"
329024
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
329036
329025
  }
329037
329026
  },
329038
- "l": {
329027
+ "tunnel": {
329039
329028
  "defaultValue": null,
329040
- "description": "Column layout for container size l.",
329041
- "name": "l",
329029
+ "description": "@internal",
329030
+ "name": "tunnel",
329042
329031
  "parent": {
329043
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329044
- "name": "ColumnLayoutProps"
329032
+ "fileName": "components/src/lib/types/props.ts",
329033
+ "name": "PropsWithTunnel"
329045
329034
  },
329046
329035
  "declarations": [
329047
329036
  {
329048
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329049
- "name": "ColumnLayoutProps"
329050
- }
329051
- ],
329052
- "required": false,
329053
- "type": {
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"
329037
+ "fileName": "components/src/lib/types/props.ts",
329038
+ "name": "PropsWithTunnel"
329155
329039
  }
329156
329040
  ],
329157
329041
  "required": false,
329158
329042
  "type": {
329159
- "name": "ListViewMode"
329043
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
329160
329044
  }
329161
329045
  },
329162
329046
  "ref": {
@@ -329196,83 +329080,206 @@
329196
329080
  "type": {
329197
329081
  "name": "Key | null"
329198
329082
  }
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
+ }
329199
329098
  }
329200
329099
  }
329201
329100
  },
329202
329101
  {
329203
329102
  "tags": {},
329204
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
329205
- "description": "",
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",
329103
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
329215
329104
  "description": "",
329216
- "displayName": "ListSummary",
329105
+ "displayName": "ListItemView",
329217
329106
  "methods": [],
329218
329107
  "props": {
329219
- "position": {
329220
- "defaultValue": {
329221
- "value": ": \"top\""
329222
- },
329223
- "description": "Whether the summary is placed above or underneath the list",
329224
- "name": "position",
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",
329225
329127
  "parent": {
329226
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
329227
- "name": "ListSummaryProps"
329128
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329129
+ "name": "ColumnLayoutProps"
329228
329130
  },
329229
329131
  "declarations": [
329230
329132
  {
329231
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
329232
- "name": "ListSummaryProps"
329133
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329134
+ "name": "ColumnLayoutProps"
329233
329135
  }
329234
329136
  ],
329235
329137
  "required": false,
329236
329138
  "type": {
329237
- "name": "\"bottom\" | \"top\""
329139
+ "name": "(number | null)[]"
329238
329140
  }
329239
329141
  },
329240
- "wrapWith": {
329142
+ "m": {
329241
329143
  "defaultValue": null,
329242
- "description": "",
329243
- "name": "wrapWith",
329144
+ "description": "Column layout for container size m.",
329145
+ "name": "m",
329244
329146
  "parent": {
329245
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
329246
- "name": "FlowComponentProps"
329147
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329148
+ "name": "ColumnLayoutProps"
329247
329149
  },
329248
329150
  "declarations": [
329249
329151
  {
329250
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
329251
- "name": "FlowComponentProps"
329152
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329153
+ "name": "ColumnLayoutProps"
329252
329154
  }
329253
329155
  ],
329254
329156
  "required": false,
329255
329157
  "type": {
329256
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
329158
+ "name": "(number | null)[]"
329257
329159
  }
329258
329160
  },
329259
- "tunnel": {
329161
+ "l": {
329260
329162
  "defaultValue": null,
329261
- "description": "@internal",
329262
- "name": "tunnel",
329163
+ "description": "Column layout for container size l.",
329164
+ "name": "l",
329263
329165
  "parent": {
329264
- "fileName": "components/src/lib/types/props.ts",
329265
- "name": "PropsWithTunnel"
329166
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329167
+ "name": "ColumnLayoutProps"
329266
329168
  },
329267
329169
  "declarations": [
329268
329170
  {
329269
- "fileName": "components/src/lib/types/props.ts",
329270
- "name": "PropsWithTunnel"
329171
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
329172
+ "name": "ColumnLayoutProps"
329271
329173
  }
329272
329174
  ],
329273
329175
  "required": false,
329274
329176
  "type": {
329275
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
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"
329278
+ }
329279
+ ],
329280
+ "required": false,
329281
+ "type": {
329282
+ "name": "ListViewMode"
329276
329283
  }
329277
329284
  },
329278
329285
  "ref": {
@@ -329312,24 +329319,17 @@
329312
329319
  "type": {
329313
329320
  "name": "Key | null"
329314
329321
  }
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
- }
329330
329322
  }
329331
329323
  }
329332
329324
  },
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",
@@ -336485,10 +336485,10 @@
336485
336485
  "name": "CursorDefinition"
336486
336486
  }
336487
336487
  },
336488
- "defaultIndex": {
336488
+ "position": {
336489
336489
  "defaultValue": null,
336490
- "description": "",
336491
- "name": "defaultIndex",
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",
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": "number | TooltipIndex"
336500
+ "name": "Partial<Coordinate>"
336501
336501
  }
336502
336502
  },
336503
- "position": {
336503
+ "defaultIndex": {
336504
336504
  "defaultValue": null,
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",
336505
+ "description": "",
336506
+ "name": "defaultIndex",
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": "Partial<Coordinate>"
336515
+ "name": "number | TooltipIndex"
336516
336516
  }
336517
336517
  },
336518
336518
  "includeHidden": {
@@ -361789,6 +361789,596 @@
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/SortingContextMenu/SortingMenuItem.tsx",
361795
+ "description": "",
361796
+ "displayName": "SortingMenuItem",
361797
+ "methods": [],
361798
+ "props": {
361799
+ "sorting": {
361800
+ "defaultValue": null,
361801
+ "description": "",
361802
+ "name": "sorting",
361803
+ "parent": {
361804
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361805
+ "name": "Props"
361806
+ },
361807
+ "declarations": [
361808
+ {
361809
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
361810
+ "name": "Props"
361811
+ }
361812
+ ],
361813
+ "required": true,
361814
+ "type": {
361815
+ "name": "Sorting<never>"
361816
+ }
361817
+ }
361818
+ }
361819
+ },
361820
+ {
361821
+ "tags": {},
361822
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
361823
+ "description": "",
361824
+ "displayName": "SortingContextMenu",
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/SortingContextMenu/SortingContextMenu.tsx",
361833
+ "name": "Props"
361834
+ },
361835
+ "declarations": [
361836
+ {
361837
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.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/ViewModeContextMenu/ViewModeMenuItem.tsx",
361851
+ "description": "",
361852
+ "displayName": "ViewModeMenuItem",
361853
+ "methods": [],
361854
+ "props": {
361855
+ "viewMode": {
361856
+ "defaultValue": null,
361857
+ "description": "",
361858
+ "name": "viewMode",
361859
+ "parent": {
361860
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361861
+ "name": "Props"
361862
+ },
361863
+ "declarations": [
361864
+ {
361865
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
361866
+ "name": "Props"
361867
+ }
361868
+ ],
361869
+ "required": true,
361870
+ "type": {
361871
+ "name": "ListViewMode"
361872
+ }
361873
+ }
361874
+ }
361875
+ },
361876
+ {
361877
+ "tags": {},
361878
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
361879
+ "description": "",
361880
+ "displayName": "ViewModeContextMenu",
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/ViewModeContextMenu/ViewModeContextMenu.tsx",
361889
+ "name": "Props"
361890
+ },
361891
+ "declarations": [
361892
+ {
361893
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.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
+ },
361792
362382
  {
361793
362383
  "tags": {},
361794
362384
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -369681,590 +370271,81 @@
369681
370271
  },
369682
370272
  {
369683
370273
  "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",
370274
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
369863
370275
  "description": "",
369864
- "displayName": "FilterMenuItem",
370276
+ "displayName": "AccordionButton",
369865
370277
  "methods": [],
369866
370278
  "props": {
369867
- "filterValue": {
370279
+ "isExpanded": {
369868
370280
  "defaultValue": null,
369869
370281
  "description": "",
369870
- "name": "filterValue",
370282
+ "name": "isExpanded",
369871
370283
  "parent": {
369872
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
370284
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
369873
370285
  "name": "Props"
369874
370286
  },
369875
370287
  "declarations": [
369876
370288
  {
369877
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
370289
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
369878
370290
  "name": "Props"
369879
370291
  }
369880
370292
  ],
369881
370293
  "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
370294
  "type": {
369930
370295
  "name": "boolean"
369931
370296
  }
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
370297
  },
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": {
370298
+ "toggle": {
369990
370299
  "defaultValue": null,
369991
370300
  "description": "",
369992
- "name": "filter",
370301
+ "name": "toggle",
369993
370302
  "parent": {
369994
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
370303
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
369995
370304
  "name": "Props"
369996
370305
  },
369997
370306
  "declarations": [
369998
370307
  {
369999
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
370308
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370000
370309
  "name": "Props"
370001
370310
  }
370002
370311
  ],
370003
370312
  "required": true,
370004
370313
  "type": {
370005
- "name": "AnyDateRangeFilter"
370314
+ "name": "() => void"
370006
370315
  }
370007
370316
  },
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": {
370317
+ "contentElementId": {
370177
370318
  "defaultValue": null,
370178
370319
  "description": "",
370179
- "name": "filter",
370320
+ "name": "contentElementId",
370180
370321
  "parent": {
370181
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
370322
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370182
370323
  "name": "Props"
370183
370324
  },
370184
370325
  "declarations": [
370185
370326
  {
370186
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
370327
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370187
370328
  "name": "Props"
370188
370329
  }
370189
370330
  ],
370190
370331
  "required": true,
370191
370332
  "type": {
370192
- "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
370333
+ "name": "string"
370193
370334
  }
370194
370335
  },
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": {
370336
+ "children": {
370252
370337
  "defaultValue": null,
370253
370338
  "description": "",
370254
- "name": "isDisabled",
370255
- "parent": {
370256
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
370257
- "name": "Props"
370258
- },
370339
+ "name": "children",
370259
370340
  "declarations": [
370260
370341
  {
370261
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
370262
- "name": "Props"
370342
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
370343
+ "name": "TypeLiteral"
370263
370344
  }
370264
370345
  ],
370265
370346
  "required": false,
370266
370347
  "type": {
370267
- "name": "boolean"
370348
+ "name": "ReactNode"
370268
370349
  }
370269
370350
  }
370270
370351
  }
@@ -370312,87 +370393,6 @@
370312
370393
  }
370313
370394
  }
370314
370395
  },
370315
- {
370316
- "tags": {},
370317
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370318
- "description": "",
370319
- "displayName": "AccordionButton",
370320
- "methods": [],
370321
- "props": {
370322
- "isExpanded": {
370323
- "defaultValue": null,
370324
- "description": "",
370325
- "name": "isExpanded",
370326
- "parent": {
370327
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370328
- "name": "Props"
370329
- },
370330
- "declarations": [
370331
- {
370332
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370333
- "name": "Props"
370334
- }
370335
- ],
370336
- "required": true,
370337
- "type": {
370338
- "name": "boolean"
370339
- }
370340
- },
370341
- "toggle": {
370342
- "defaultValue": null,
370343
- "description": "",
370344
- "name": "toggle",
370345
- "parent": {
370346
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370347
- "name": "Props"
370348
- },
370349
- "declarations": [
370350
- {
370351
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370352
- "name": "Props"
370353
- }
370354
- ],
370355
- "required": true,
370356
- "type": {
370357
- "name": "() => void"
370358
- }
370359
- },
370360
- "contentElementId": {
370361
- "defaultValue": null,
370362
- "description": "",
370363
- "name": "contentElementId",
370364
- "parent": {
370365
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370366
- "name": "Props"
370367
- },
370368
- "declarations": [
370369
- {
370370
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
370371
- "name": "Props"
370372
- }
370373
- ],
370374
- "required": true,
370375
- "type": {
370376
- "name": "string"
370377
- }
370378
- },
370379
- "children": {
370380
- "defaultValue": null,
370381
- "description": "",
370382
- "name": "children",
370383
- "declarations": [
370384
- {
370385
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
370386
- "name": "TypeLiteral"
370387
- }
370388
- ],
370389
- "required": false,
370390
- "type": {
370391
- "name": "ReactNode"
370392
- }
370393
- }
370394
- }
370395
- },
370396
370396
  {
370397
370397
  "tags": {},
370398
370398
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",