@mittwald/flow-react-components 0.2.0-alpha.31 → 0.2.0-alpha.33

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 (204) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/assets/doc-properties.json +886 -833
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/Alert/Alert.mjs.map +1 -1
  5. package/dist/js/components/AlertBadge/AlertBadge.mjs.map +1 -1
  6. package/dist/js/components/AlertIcon/AlertIcon.mjs.map +1 -1
  7. package/dist/js/components/Align/Align.mjs.map +1 -1
  8. package/dist/js/components/Avatar/Avatar.mjs.map +1 -1
  9. package/dist/js/components/Badge/Badge.mjs.map +1 -1
  10. package/dist/js/components/Breadcrumb/Breadcrumb.mjs.map +1 -1
  11. package/dist/js/components/Button/Button.mjs.map +1 -1
  12. package/dist/js/components/Checkbox/Checkbox.mjs +3 -3
  13. package/dist/js/components/Checkbox/Checkbox.mjs.map +1 -1
  14. package/dist/js/components/CheckboxButton/CheckboxButton.mjs.map +1 -1
  15. package/dist/js/components/CheckboxGroup/CheckboxGroup.mjs +7 -7
  16. package/dist/js/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
  17. package/dist/js/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
  18. package/dist/js/components/Content/Content.mjs.map +1 -1
  19. package/dist/js/components/ContextualHelp/ContextualHelp.mjs.map +1 -1
  20. package/dist/js/components/CopyButton/CopyButton.mjs.map +1 -1
  21. package/dist/js/components/DatePicker/DatePicker.mjs.map +1 -1
  22. package/dist/js/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
  23. package/dist/js/components/FieldDescription/FieldDescription.mjs.map +1 -1
  24. package/dist/js/components/FieldError/FieldError.mjs.map +1 -1
  25. package/dist/js/components/FileCardList/FileCardList.mjs.map +1 -1
  26. package/dist/js/components/FileField/FileField.mjs.map +1 -1
  27. package/dist/js/components/HeaderNavigation/HeaderNavigation.mjs.map +1 -1
  28. package/dist/js/components/Heading/Heading.mjs.map +1 -1
  29. package/dist/js/components/Icon/Icon.mjs.map +1 -1
  30. package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
  31. package/dist/js/components/Image/Image.mjs.map +1 -1
  32. package/dist/js/components/Initials/Initials.mjs.map +1 -1
  33. package/dist/js/components/InlineCode/InlineCode.mjs.map +1 -1
  34. package/dist/js/components/Label/Label.mjs.map +1 -1
  35. package/dist/js/components/LabeledValue/LabeledValue.mjs.map +1 -1
  36. package/dist/js/components/LayoutCard/LayoutCard.mjs.map +1 -1
  37. package/dist/js/components/LightBox/LightBox.mjs.map +1 -1
  38. package/dist/js/components/Link/Link.mjs.map +1 -1
  39. package/dist/js/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.mjs +10 -10
  40. package/dist/js/components/List/components/Items/Items.mjs +15 -14
  41. package/dist/js/components/List/components/Items/Items.mjs.map +1 -1
  42. package/dist/js/components/List/components/Items/components/FallbackItems/FallbackItems.mjs +2 -2
  43. package/dist/js/components/List/components/Items/components/FallbackItems/FallbackItems.mjs.map +1 -1
  44. package/dist/js/components/List/components/Items/components/Item/Item.mjs +5 -5
  45. package/dist/js/components/List/components/Items/components/Item/Item.mjs.map +1 -1
  46. package/dist/js/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.mjs +12 -12
  47. package/dist/js/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.mjs.map +1 -1
  48. package/dist/js/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +11 -11
  49. package/dist/js/components/List/components/ListItemView/ListItemView.mjs +6 -6
  50. package/dist/js/components/List/components/Table/Table.mjs +10 -10
  51. package/dist/js/components/List/typedList.mjs +10 -7
  52. package/dist/js/components/List/typedList.mjs.map +1 -1
  53. package/dist/js/components/Message/Message.mjs.map +1 -1
  54. package/dist/js/components/Notification/Notification.mjs.map +1 -1
  55. package/dist/js/components/NumberField/NumberField.mjs.map +1 -1
  56. package/dist/js/components/ProgressBar/ProgressBar.mjs.map +1 -1
  57. package/dist/js/components/RadioGroup/components/Radio/Radio.mjs.map +1 -1
  58. package/dist/js/components/RadioGroup/components/RadioButton/RadioButton.mjs.map +1 -1
  59. package/dist/js/components/SearchField/SearchField.mjs.map +1 -1
  60. package/dist/js/components/SegmentedControl/components/Segment/Segment.mjs.map +1 -1
  61. package/dist/js/components/Select/Select.mjs.map +1 -1
  62. package/dist/js/components/Slider/Slider.mjs.map +1 -1
  63. package/dist/js/components/Switch/Switch.mjs.map +1 -1
  64. package/dist/js/components/Tabs/components/Tab/Tab.mjs.map +1 -1
  65. package/dist/js/components/Text/Text.mjs.map +1 -1
  66. package/dist/js/components/TextArea/TextArea.mjs.map +1 -1
  67. package/dist/js/components/TextField/TextField.mjs.map +1 -1
  68. package/dist/js/components/TimeField/TimeField.mjs.map +1 -1
  69. package/dist/js/flr-universal.mjs +1 -1
  70. package/dist/js/icons.mjs +5 -1
  71. package/dist/js/icons.mjs.map +1 -1
  72. package/dist/js/index.mjs +7 -5
  73. package/dist/js/index.mjs.map +1 -1
  74. package/dist/js/internal.mjs +5 -1
  75. package/dist/js/internal.mjs.map +1 -1
  76. package/dist/js/views/FallbackItemsView.mjs +35 -0
  77. package/dist/js/views/FallbackItemsView.mjs.map +1 -0
  78. package/dist/js/views/ItemsGridListItemView.mjs +11 -11
  79. package/dist/js/views/ItemsGridListView.mjs +11 -11
  80. package/dist/js/views/ListEmptyViewView.mjs +11 -11
  81. package/dist/js/views/ListItemViewContentView.mjs +10 -10
  82. package/dist/js/views/SkeletonViewView.mjs +34 -0
  83. package/dist/js/views/SkeletonViewView.mjs.map +1 -0
  84. package/dist/types/components/Alert/Alert.d.ts +4 -1
  85. package/dist/types/components/Alert/Alert.d.ts.map +1 -1
  86. package/dist/types/components/AlertBadge/AlertBadge.d.ts +4 -1
  87. package/dist/types/components/AlertBadge/AlertBadge.d.ts.map +1 -1
  88. package/dist/types/components/AlertIcon/AlertIcon.d.ts +4 -1
  89. package/dist/types/components/AlertIcon/AlertIcon.d.ts.map +1 -1
  90. package/dist/types/components/Align/Align.d.ts +4 -1
  91. package/dist/types/components/Align/Align.d.ts.map +1 -1
  92. package/dist/types/components/Avatar/Avatar.d.ts +4 -1
  93. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  94. package/dist/types/components/Badge/Badge.d.ts +4 -1
  95. package/dist/types/components/Badge/Badge.d.ts.map +1 -1
  96. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +4 -1
  97. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  98. package/dist/types/components/Button/Button.d.ts +4 -1
  99. package/dist/types/components/Button/Button.d.ts.map +1 -1
  100. package/dist/types/components/Checkbox/Checkbox.d.ts +6 -3
  101. package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -1
  102. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +4 -1
  103. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -1
  104. package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts +6 -3
  105. package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
  106. package/dist/types/components/ColumnLayout/ColumnLayout.d.ts +4 -1
  107. package/dist/types/components/ColumnLayout/ColumnLayout.d.ts.map +1 -1
  108. package/dist/types/components/Content/Content.d.ts +4 -1
  109. package/dist/types/components/Content/Content.d.ts.map +1 -1
  110. package/dist/types/components/ContextualHelp/ContextualHelp.d.ts +4 -1
  111. package/dist/types/components/ContextualHelp/ContextualHelp.d.ts.map +1 -1
  112. package/dist/types/components/CopyButton/CopyButton.d.ts +4 -1
  113. package/dist/types/components/CopyButton/CopyButton.d.ts.map +1 -1
  114. package/dist/types/components/DatePicker/DatePicker.d.ts +4 -1
  115. package/dist/types/components/DatePicker/DatePicker.d.ts.map +1 -1
  116. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +4 -1
  117. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  118. package/dist/types/components/FieldDescription/FieldDescription.d.ts +4 -1
  119. package/dist/types/components/FieldDescription/FieldDescription.d.ts.map +1 -1
  120. package/dist/types/components/FieldError/FieldError.d.ts +4 -1
  121. package/dist/types/components/FieldError/FieldError.d.ts.map +1 -1
  122. package/dist/types/components/FileCardList/FileCardList.d.ts +4 -1
  123. package/dist/types/components/FileCardList/FileCardList.d.ts.map +1 -1
  124. package/dist/types/components/FileField/FileField.d.ts +4 -1
  125. package/dist/types/components/FileField/FileField.d.ts.map +1 -1
  126. package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts +4 -1
  127. package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts.map +1 -1
  128. package/dist/types/components/Heading/Heading.d.ts +4 -1
  129. package/dist/types/components/Heading/Heading.d.ts.map +1 -1
  130. package/dist/types/components/Icon/Icon.d.ts +4 -1
  131. package/dist/types/components/Icon/Icon.d.ts.map +1 -1
  132. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts +4 -1
  133. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
  134. package/dist/types/components/Image/Image.d.ts +4 -1
  135. package/dist/types/components/Image/Image.d.ts.map +1 -1
  136. package/dist/types/components/Initials/Initials.d.ts +4 -1
  137. package/dist/types/components/Initials/Initials.d.ts.map +1 -1
  138. package/dist/types/components/InlineCode/InlineCode.d.ts +4 -1
  139. package/dist/types/components/InlineCode/InlineCode.d.ts.map +1 -1
  140. package/dist/types/components/Label/Label.d.ts +4 -1
  141. package/dist/types/components/Label/Label.d.ts.map +1 -1
  142. package/dist/types/components/LabeledValue/LabeledValue.d.ts +4 -1
  143. package/dist/types/components/LabeledValue/LabeledValue.d.ts.map +1 -1
  144. package/dist/types/components/LayoutCard/LayoutCard.d.ts +4 -1
  145. package/dist/types/components/LayoutCard/LayoutCard.d.ts.map +1 -1
  146. package/dist/types/components/LightBox/LightBox.d.ts +4 -1
  147. package/dist/types/components/LightBox/LightBox.d.ts.map +1 -1
  148. package/dist/types/components/Link/Link.d.ts +4 -1
  149. package/dist/types/components/Link/Link.d.ts.map +1 -1
  150. package/dist/types/components/List/components/Items/Items.d.ts.map +1 -1
  151. package/dist/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts +3 -1
  152. package/dist/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts.map +1 -1
  153. package/dist/types/components/List/components/Items/components/FallbackItems/index.d.ts +3 -0
  154. package/dist/types/components/List/components/Items/components/FallbackItems/index.d.ts.map +1 -0
  155. package/dist/types/components/List/components/Items/components/FallbackItems/view.d.ts +8 -0
  156. package/dist/types/components/List/components/Items/components/FallbackItems/view.d.ts.map +1 -0
  157. package/dist/types/components/List/components/Items/components/Item/Item.d.ts.map +1 -1
  158. package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts +3 -1
  159. package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts.map +1 -1
  160. package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/index.d.ts +3 -0
  161. package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/index.d.ts.map +1 -0
  162. package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/view.d.ts +8 -0
  163. package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/view.d.ts.map +1 -0
  164. package/dist/types/components/List/index.d.ts +7 -5
  165. package/dist/types/components/List/index.d.ts.map +1 -1
  166. package/dist/types/components/Message/Message.d.ts +4 -1
  167. package/dist/types/components/Message/Message.d.ts.map +1 -1
  168. package/dist/types/components/Notification/Notification.d.ts +4 -1
  169. package/dist/types/components/Notification/Notification.d.ts.map +1 -1
  170. package/dist/types/components/NumberField/NumberField.d.ts +4 -1
  171. package/dist/types/components/NumberField/NumberField.d.ts.map +1 -1
  172. package/dist/types/components/ProgressBar/ProgressBar.d.ts +4 -1
  173. package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  174. package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +4 -1
  175. package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts.map +1 -1
  176. package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +4 -1
  177. package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts.map +1 -1
  178. package/dist/types/components/SearchField/SearchField.d.ts +4 -1
  179. package/dist/types/components/SearchField/SearchField.d.ts.map +1 -1
  180. package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts +4 -1
  181. package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts.map +1 -1
  182. package/dist/types/components/Select/Select.d.ts +4 -1
  183. package/dist/types/components/Select/Select.d.ts.map +1 -1
  184. package/dist/types/components/Slider/Slider.d.ts +4 -1
  185. package/dist/types/components/Slider/Slider.d.ts.map +1 -1
  186. package/dist/types/components/Switch/Switch.d.ts +4 -1
  187. package/dist/types/components/Switch/Switch.d.ts.map +1 -1
  188. package/dist/types/components/Tabs/components/Tab/Tab.d.ts +4 -1
  189. package/dist/types/components/Tabs/components/Tab/Tab.d.ts.map +1 -1
  190. package/dist/types/components/Text/Text.d.ts +4 -1
  191. package/dist/types/components/Text/Text.d.ts.map +1 -1
  192. package/dist/types/components/TextArea/TextArea.d.ts +4 -1
  193. package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
  194. package/dist/types/components/TextField/TextField.d.ts +4 -1
  195. package/dist/types/components/TextField/TextField.d.ts.map +1 -1
  196. package/dist/types/components/TimeField/TimeField.d.ts +4 -1
  197. package/dist/types/components/TimeField/TimeField.d.ts.map +1 -1
  198. package/dist/types/internal.d.ts +2 -1
  199. package/dist/types/internal.d.ts.map +1 -1
  200. package/dist/types/views/FallbackItemsView.d.ts +5 -0
  201. package/dist/types/views/FallbackItemsView.d.ts.map +1 -0
  202. package/dist/types/views/SkeletonViewView.d.ts +5 -0
  203. package/dist/types/views/SkeletonViewView.d.ts.map +1 -0
  204. package/package.json +4 -4
@@ -441,7 +441,8 @@
441
441
  },
442
442
  {
443
443
  "tags": {
444
- "flr-generate": "all"
444
+ "flr-generate": "all",
445
+ "flr-clear-props-context": ""
445
446
  },
446
447
  "filePath": "src/components/TimeField/TimeField.tsx",
447
448
  "description": "",
@@ -2093,7 +2094,8 @@
2093
2094
  },
2094
2095
  {
2095
2096
  "tags": {
2096
- "flr-generate": "all"
2097
+ "flr-generate": "all",
2098
+ "flr-clear-props-context": ""
2097
2099
  },
2098
2100
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
2099
2101
  "description": "",
@@ -3151,7 +3153,8 @@
3151
3153
  },
3152
3154
  {
3153
3155
  "tags": {
3154
- "flr-generate": "all"
3156
+ "flr-generate": "all",
3157
+ "flr-clear-props-context": ""
3155
3158
  },
3156
3159
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextArea/TextArea.tsx",
3157
3160
  "description": "",
@@ -4228,7 +4231,8 @@
4228
4231
  },
4229
4232
  {
4230
4233
  "tags": {
4231
- "flr-generate": "all"
4234
+ "flr-generate": "all",
4235
+ "flr-clear-props-context": ""
4232
4236
  },
4233
4237
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Text/Text.tsx",
4234
4238
  "description": "",
@@ -10409,7 +10413,8 @@
10409
10413
  },
10410
10414
  {
10411
10415
  "tags": {
10412
- "flr-generate": "all"
10416
+ "flr-generate": "all",
10417
+ "flr-clear-props-context": ""
10413
10418
  },
10414
10419
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Switch/Switch.tsx",
10415
10420
  "description": "",
@@ -11045,7 +11050,8 @@
11045
11050
  },
11046
11051
  {
11047
11052
  "tags": {
11048
- "flr-generate": "all"
11053
+ "flr-generate": "all",
11054
+ "flr-clear-props-context": ""
11049
11055
  },
11050
11056
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Slider/Slider.tsx",
11051
11057
  "description": "",
@@ -22468,7 +22474,8 @@
22468
22474
  },
22469
22475
  {
22470
22476
  "tags": {
22471
- "flr-generate": "all"
22477
+ "flr-generate": "all",
22478
+ "flr-clear-props-context": ""
22472
22479
  },
22473
22480
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/Select.tsx",
22474
22481
  "description": "",
@@ -29115,7 +29122,8 @@
29115
29122
  },
29116
29123
  {
29117
29124
  "tags": {
29118
- "flr-generate": "all"
29125
+ "flr-generate": "all",
29126
+ "flr-clear-props-context": ""
29119
29127
  },
29120
29128
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SearchField/SearchField.tsx",
29121
29129
  "description": "",
@@ -30750,7 +30758,8 @@
30750
30758
  },
30751
30759
  {
30752
30760
  "tags": {
30753
- "flr-generate": "all"
30761
+ "flr-generate": "all",
30762
+ "flr-clear-props-context": ""
30754
30763
  },
30755
30764
  "filePath": "src/components/ProgressBar/ProgressBar.tsx",
30756
30765
  "description": "",
@@ -33026,7 +33035,8 @@
33026
33035
  },
33027
33036
  {
33028
33037
  "tags": {
33029
- "flr-generate": "all"
33038
+ "flr-generate": "all",
33039
+ "flr-clear-props-context": ""
33030
33040
  },
33031
33041
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/NumberField/NumberField.tsx",
33032
33042
  "description": "",
@@ -44525,7 +44535,8 @@
44525
44535
  },
44526
44536
  {
44527
44537
  "tags": {
44528
- "flr-generate": "all"
44538
+ "flr-generate": "all",
44539
+ "flr-clear-props-context": ""
44529
44540
  },
44530
44541
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Notification/Notification.tsx",
44531
44542
  "description": "",
@@ -55471,7 +55482,8 @@
55471
55482
  },
55472
55483
  {
55473
55484
  "tags": {
55474
- "flr-generate": "all"
55485
+ "flr-generate": "all",
55486
+ "flr-clear-props-context": ""
55475
55487
  },
55476
55488
  "filePath": "src/components/Message/Message.tsx",
55477
55489
  "description": "",
@@ -65812,7 +65824,8 @@
65812
65824
  },
65813
65825
  {
65814
65826
  "tags": {
65815
- "flr-generate": "all"
65827
+ "flr-generate": "all",
65828
+ "flr-clear-props-context": ""
65816
65829
  },
65817
65830
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/Link.tsx",
65818
65831
  "description": "",
@@ -66581,7 +66594,8 @@
66581
66594
  },
66582
66595
  {
66583
66596
  "tags": {
66584
- "flr-generate": "all"
66597
+ "flr-generate": "all",
66598
+ "flr-clear-props-context": ""
66585
66599
  },
66586
66600
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
66587
66601
  "description": "",
@@ -66742,7 +66756,8 @@
66742
66756
  },
66743
66757
  {
66744
66758
  "tags": {
66745
- "flr-generate": "all"
66759
+ "flr-generate": "all",
66760
+ "flr-clear-props-context": ""
66746
66761
  },
66747
66762
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LayoutCard/LayoutCard.tsx",
66748
66763
  "description": "",
@@ -72084,7 +72099,8 @@
72084
72099
  },
72085
72100
  {
72086
72101
  "tags": {
72087
- "flr-generate": "all"
72102
+ "flr-generate": "all",
72103
+ "flr-clear-props-context": ""
72088
72104
  },
72089
72105
  "filePath": "src/components/LabeledValue/LabeledValue.tsx",
72090
72106
  "description": "",
@@ -72129,7 +72145,8 @@
72129
72145
  },
72130
72146
  {
72131
72147
  "tags": {
72132
- "flr-generate": "all"
72148
+ "flr-generate": "all",
72149
+ "flr-clear-props-context": ""
72133
72150
  },
72134
72151
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Label/Label.tsx",
72135
72152
  "description": "",
@@ -77570,7 +77587,8 @@
77570
77587
  },
77571
77588
  {
77572
77589
  "tags": {
77573
- "flr-generate": "all"
77590
+ "flr-generate": "all",
77591
+ "flr-clear-props-context": ""
77574
77592
  },
77575
77593
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/InlineCode/InlineCode.tsx",
77576
77594
  "description": "",
@@ -82867,7 +82885,8 @@
82867
82885
  },
82868
82886
  {
82869
82887
  "tags": {
82870
- "flr-generate": "all"
82888
+ "flr-generate": "all",
82889
+ "flr-clear-props-context": ""
82871
82890
  },
82872
82891
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Initials/Initials.tsx",
82873
82892
  "description": "",
@@ -82988,7 +83007,8 @@
82988
83007
  },
82989
83008
  {
82990
83009
  "tags": {
82991
- "flr-generate": "all"
83010
+ "flr-generate": "all",
83011
+ "flr-clear-props-context": ""
82992
83012
  },
82993
83013
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Image/Image.tsx",
82994
83014
  "description": "",
@@ -88551,7 +88571,8 @@
88551
88571
  },
88552
88572
  {
88553
88573
  "tags": {
88554
- "flr-generate": "all"
88574
+ "flr-generate": "all",
88575
+ "flr-clear-props-context": ""
88555
88576
  },
88556
88577
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/IllustratedMessage/IllustratedMessage.tsx",
88557
88578
  "description": "",
@@ -93850,7 +93871,8 @@
93850
93871
  },
93851
93872
  {
93852
93873
  "tags": {
93853
- "flr-generate": "all"
93874
+ "flr-generate": "all",
93875
+ "flr-clear-props-context": ""
93854
93876
  },
93855
93877
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Icon/Icon.tsx",
93856
93878
  "description": "",
@@ -103120,7 +103142,8 @@
103120
103142
  },
103121
103143
  {
103122
103144
  "tags": {
103123
- "flr-generate": "all"
103145
+ "flr-generate": "all",
103146
+ "flr-clear-props-context": ""
103124
103147
  },
103125
103148
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
103126
103149
  "description": "",
@@ -108491,7 +108514,8 @@
108491
108514
  },
108492
108515
  {
108493
108516
  "tags": {
108494
- "flr-generate": "all"
108517
+ "flr-generate": "all",
108518
+ "flr-clear-props-context": ""
108495
108519
  },
108496
108520
  "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
108497
108521
  "description": "",
@@ -119177,7 +119201,8 @@
119177
119201
  },
119178
119202
  {
119179
119203
  "tags": {
119180
- "flr-generate": "all"
119204
+ "flr-generate": "all",
119205
+ "flr-clear-props-context": ""
119181
119206
  },
119182
119207
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
119183
119208
  "description": "",
@@ -119533,7 +119558,8 @@
119533
119558
  },
119534
119559
  {
119535
119560
  "tags": {
119536
- "flr-generate": "all"
119561
+ "flr-generate": "all",
119562
+ "flr-clear-props-context": ""
119537
119563
  },
119538
119564
  "filePath": "src/components/FileCardList/FileCardList.tsx",
119539
119565
  "description": "",
@@ -130379,7 +130405,8 @@
130379
130405
  },
130380
130406
  {
130381
130407
  "tags": {
130382
- "flr-generate": "all"
130408
+ "flr-generate": "all",
130409
+ "flr-clear-props-context": ""
130383
130410
  },
130384
130411
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FieldError/FieldError.tsx",
130385
130412
  "description": "",
@@ -130538,7 +130565,8 @@
130538
130565
  },
130539
130566
  {
130540
130567
  "tags": {
130541
- "flr-generate": "all"
130568
+ "flr-generate": "all",
130569
+ "flr-clear-props-context": ""
130542
130570
  },
130543
130571
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FieldDescription/FieldDescription.tsx",
130544
130572
  "description": "",
@@ -141258,7 +141286,8 @@
141258
141286
  },
141259
141287
  {
141260
141288
  "tags": {
141261
- "flr-generate": "all"
141289
+ "flr-generate": "all",
141290
+ "flr-clear-props-context": ""
141262
141291
  },
141263
141292
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/DateRangePicker.tsx",
141264
141293
  "description": "",
@@ -142109,7 +142138,8 @@
142109
142138
  },
142110
142139
  {
142111
142140
  "tags": {
142112
- "flr-generate": "all"
142141
+ "flr-generate": "all",
142142
+ "flr-clear-props-context": ""
142113
142143
  },
142114
142144
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/DatePicker.tsx",
142115
142145
  "description": "",
@@ -148287,7 +148317,8 @@
148287
148317
  },
148288
148318
  {
148289
148319
  "tags": {
148290
- "flr-generate": "all"
148320
+ "flr-generate": "all",
148321
+ "flr-clear-props-context": ""
148291
148322
  },
148292
148323
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CopyButton/CopyButton.tsx",
148293
148324
  "description": "",
@@ -149279,7 +149310,8 @@
149279
149310
  },
149280
149311
  {
149281
149312
  "tags": {
149282
- "flr-generate": "all"
149313
+ "flr-generate": "all",
149314
+ "flr-clear-props-context": ""
149283
149315
  },
149284
149316
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/ContextualHelp.tsx",
149285
149317
  "description": "",
@@ -150669,7 +150701,8 @@
150669
150701
  },
150670
150702
  {
150671
150703
  "tags": {
150672
- "flr-generate": "all"
150704
+ "flr-generate": "all",
150705
+ "flr-clear-props-context": ""
150673
150706
  },
150674
150707
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Content/Content.tsx",
150675
150708
  "description": "",
@@ -156877,7 +156910,8 @@
156877
156910
  },
156878
156911
  {
156879
156912
  "tags": {
156880
- "flr-generate": "all"
156913
+ "flr-generate": "all",
156914
+ "flr-clear-props-context": ""
156881
156915
  },
156882
156916
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ColumnLayout/ColumnLayout.tsx",
156883
156917
  "description": "",
@@ -162348,7 +162382,8 @@
162348
162382
  },
162349
162383
  {
162350
162384
  "tags": {
162351
- "flr-generate": "all"
162385
+ "flr-generate": "all",
162386
+ "flr-clear-props-context": ""
162352
162387
  },
162353
162388
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxGroup/CheckboxGroup.tsx",
162354
162389
  "description": "",
@@ -162927,7 +162962,8 @@
162927
162962
  },
162928
162963
  {
162929
162964
  "tags": {
162930
- "flr-generate": "all"
162965
+ "flr-generate": "all",
162966
+ "flr-clear-props-context": ""
162931
162967
  },
162932
162968
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
162933
162969
  "description": "",
@@ -163658,7 +163694,8 @@
163658
163694
  },
163659
163695
  {
163660
163696
  "tags": {
163661
- "flr-generate": "all"
163697
+ "flr-generate": "all",
163698
+ "flr-clear-props-context": ""
163662
163699
  },
163663
163700
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
163664
163701
  "description": "",
@@ -164405,7 +164442,8 @@
164405
164442
  },
164406
164443
  {
164407
164444
  "tags": {
164408
- "flr-generate": "all"
164445
+ "flr-generate": "all",
164446
+ "flr-clear-props-context": ""
164409
164447
  },
164410
164448
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Button/Button.tsx",
164411
164449
  "description": "",
@@ -165416,7 +165454,8 @@
165416
165454
  },
165417
165455
  {
165418
165456
  "tags": {
165419
- "flr-generate": "all"
165457
+ "flr-generate": "all",
165458
+ "flr-clear-props-context": ""
165420
165459
  },
165421
165460
  "filePath": "src/components/Breadcrumb/Breadcrumb.tsx",
165422
165461
  "description": "",
@@ -165691,7 +165730,8 @@
165691
165730
  },
165692
165731
  {
165693
165732
  "tags": {
165694
- "flr-generate": "all"
165733
+ "flr-generate": "all",
165734
+ "flr-clear-props-context": ""
165695
165735
  },
165696
165736
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Badge/Badge.tsx",
165697
165737
  "description": "",
@@ -165890,7 +165930,8 @@
165890
165930
  },
165891
165931
  {
165892
165932
  "tags": {
165893
- "flr-generate": "all"
165933
+ "flr-generate": "all",
165934
+ "flr-clear-props-context": ""
165894
165935
  },
165895
165936
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
165896
165937
  "description": "",
@@ -166051,7 +166092,8 @@
166051
166092
  },
166052
166093
  {
166053
166094
  "tags": {
166054
- "flr-generate": "all"
166095
+ "flr-generate": "all",
166096
+ "flr-clear-props-context": ""
166055
166097
  },
166056
166098
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
166057
166099
  "description": "",
@@ -166172,7 +166214,8 @@
166172
166214
  },
166173
166215
  {
166174
166216
  "tags": {
166175
- "flr-generate": "all"
166217
+ "flr-generate": "all",
166218
+ "flr-clear-props-context": ""
166176
166219
  },
166177
166220
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertIcon/AlertIcon.tsx",
166178
166221
  "description": "",
@@ -175419,7 +175462,8 @@
175419
175462
  },
175420
175463
  {
175421
175464
  "tags": {
175422
- "flr-generate": "all"
175465
+ "flr-generate": "all",
175466
+ "flr-clear-props-context": ""
175423
175467
  },
175424
175468
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
175425
175469
  "description": "",
@@ -175555,7 +175599,8 @@
175555
175599
  },
175556
175600
  {
175557
175601
  "tags": {
175558
- "flr-generate": "all"
175602
+ "flr-generate": "all",
175603
+ "flr-clear-props-context": ""
175559
175604
  },
175560
175605
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
175561
175606
  "description": "",
@@ -191149,7 +191194,8 @@
191149
191194
  },
191150
191195
  {
191151
191196
  "tags": {
191152
- "flr-generate": "all"
191197
+ "flr-generate": "all",
191198
+ "flr-clear-props-context": ""
191153
191199
  },
191154
191200
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
191155
191201
  "description": "",
@@ -193484,7 +193530,8 @@
193484
193530
  },
193485
193531
  {
193486
193532
  "tags": {
193487
- "flr-generate": "all"
193533
+ "flr-generate": "all",
193534
+ "flr-clear-props-context": ""
193488
193535
  },
193489
193536
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/components/Segment/Segment.tsx",
193490
193537
  "description": "",
@@ -194009,7 +194056,8 @@
194009
194056
  },
194010
194057
  {
194011
194058
  "tags": {
194012
- "flr-generate": "all"
194059
+ "flr-generate": "all",
194060
+ "flr-clear-props-context": ""
194013
194061
  },
194014
194062
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
194015
194063
  "description": "",
@@ -194489,9 +194537,148 @@
194489
194537
  }
194490
194538
  }
194491
194539
  },
194540
+ {
194541
+ "tags": {},
194542
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
194543
+ "description": "",
194544
+ "displayName": "PopoverTrigger",
194545
+ "methods": [],
194546
+ "props": {
194547
+ "isDefaultOpen": {
194548
+ "defaultValue": null,
194549
+ "description": "Whether the overlay should be open initially.",
194550
+ "name": "isDefaultOpen",
194551
+ "parent": {
194552
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
194553
+ "name": "OverlayTriggerProps"
194554
+ },
194555
+ "declarations": [
194556
+ {
194557
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
194558
+ "name": "OverlayTriggerProps"
194559
+ }
194560
+ ],
194561
+ "required": false,
194562
+ "type": {
194563
+ "name": "boolean"
194564
+ }
194565
+ },
194566
+ "controller": {
194567
+ "defaultValue": null,
194568
+ "description": "A controller to control the state of the overlay.",
194569
+ "name": "controller",
194570
+ "parent": {
194571
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
194572
+ "name": "OverlayTriggerProps"
194573
+ },
194574
+ "declarations": [
194575
+ {
194576
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
194577
+ "name": "OverlayTriggerProps"
194578
+ }
194579
+ ],
194580
+ "required": false,
194581
+ "type": {
194582
+ "name": "OverlayController"
194583
+ }
194584
+ },
194585
+ "wrapWith": {
194586
+ "defaultValue": null,
194587
+ "description": "",
194588
+ "name": "wrapWith",
194589
+ "parent": {
194590
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
194591
+ "name": "FlowComponentProps"
194592
+ },
194593
+ "declarations": [
194594
+ {
194595
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
194596
+ "name": "FlowComponentProps"
194597
+ }
194598
+ ],
194599
+ "required": false,
194600
+ "type": {
194601
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
194602
+ }
194603
+ },
194604
+ "tunnelId": {
194605
+ "defaultValue": null,
194606
+ "description": "@internal",
194607
+ "name": "tunnelId",
194608
+ "parent": {
194609
+ "fileName": "src/lib/types/props.ts",
194610
+ "name": "PropsWithTunnel"
194611
+ },
194612
+ "declarations": [
194613
+ {
194614
+ "fileName": "src/lib/types/props.ts",
194615
+ "name": "PropsWithTunnel"
194616
+ }
194617
+ ],
194618
+ "required": false,
194619
+ "type": {
194620
+ "name": "string | null"
194621
+ }
194622
+ },
194623
+ "children": {
194624
+ "defaultValue": null,
194625
+ "description": "",
194626
+ "name": "children",
194627
+ "declarations": [
194628
+ {
194629
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
194630
+ "name": "TypeLiteral"
194631
+ }
194632
+ ],
194633
+ "required": false,
194634
+ "type": {
194635
+ "name": "ReactNode"
194636
+ }
194637
+ },
194638
+ "ref": {
194639
+ "defaultValue": null,
194640
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
194641
+ "name": "ref",
194642
+ "parent": {
194643
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
194644
+ "name": "RefAttributes"
194645
+ },
194646
+ "declarations": [
194647
+ {
194648
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
194649
+ "name": "RefAttributes"
194650
+ }
194651
+ ],
194652
+ "required": false,
194653
+ "type": {
194654
+ "name": "Ref<HTMLDivElement>"
194655
+ }
194656
+ },
194657
+ "key": {
194658
+ "defaultValue": null,
194659
+ "description": "",
194660
+ "name": "key",
194661
+ "parent": {
194662
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
194663
+ "name": "Attributes"
194664
+ },
194665
+ "declarations": [
194666
+ {
194667
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
194668
+ "name": "Attributes"
194669
+ }
194670
+ ],
194671
+ "required": false,
194672
+ "type": {
194673
+ "name": "Key | null"
194674
+ }
194675
+ }
194676
+ }
194677
+ },
194492
194678
  {
194493
194679
  "tags": {
194494
- "flr-generate": "all"
194680
+ "flr-generate": "all",
194681
+ "flr-clear-props-context": ""
194495
194682
  },
194496
194683
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
194497
194684
  "description": "",
@@ -194971,144 +195158,6 @@
194971
195158
  }
194972
195159
  }
194973
195160
  },
194974
- {
194975
- "tags": {},
194976
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
194977
- "description": "",
194978
- "displayName": "PopoverTrigger",
194979
- "methods": [],
194980
- "props": {
194981
- "isDefaultOpen": {
194982
- "defaultValue": null,
194983
- "description": "Whether the overlay should be open initially.",
194984
- "name": "isDefaultOpen",
194985
- "parent": {
194986
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
194987
- "name": "OverlayTriggerProps"
194988
- },
194989
- "declarations": [
194990
- {
194991
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
194992
- "name": "OverlayTriggerProps"
194993
- }
194994
- ],
194995
- "required": false,
194996
- "type": {
194997
- "name": "boolean"
194998
- }
194999
- },
195000
- "controller": {
195001
- "defaultValue": null,
195002
- "description": "A controller to control the state of the overlay.",
195003
- "name": "controller",
195004
- "parent": {
195005
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195006
- "name": "OverlayTriggerProps"
195007
- },
195008
- "declarations": [
195009
- {
195010
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195011
- "name": "OverlayTriggerProps"
195012
- }
195013
- ],
195014
- "required": false,
195015
- "type": {
195016
- "name": "OverlayController"
195017
- }
195018
- },
195019
- "wrapWith": {
195020
- "defaultValue": null,
195021
- "description": "",
195022
- "name": "wrapWith",
195023
- "parent": {
195024
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
195025
- "name": "FlowComponentProps"
195026
- },
195027
- "declarations": [
195028
- {
195029
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
195030
- "name": "FlowComponentProps"
195031
- }
195032
- ],
195033
- "required": false,
195034
- "type": {
195035
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
195036
- }
195037
- },
195038
- "tunnelId": {
195039
- "defaultValue": null,
195040
- "description": "@internal",
195041
- "name": "tunnelId",
195042
- "parent": {
195043
- "fileName": "src/lib/types/props.ts",
195044
- "name": "PropsWithTunnel"
195045
- },
195046
- "declarations": [
195047
- {
195048
- "fileName": "src/lib/types/props.ts",
195049
- "name": "PropsWithTunnel"
195050
- }
195051
- ],
195052
- "required": false,
195053
- "type": {
195054
- "name": "string | null"
195055
- }
195056
- },
195057
- "children": {
195058
- "defaultValue": null,
195059
- "description": "",
195060
- "name": "children",
195061
- "declarations": [
195062
- {
195063
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
195064
- "name": "TypeLiteral"
195065
- }
195066
- ],
195067
- "required": false,
195068
- "type": {
195069
- "name": "ReactNode"
195070
- }
195071
- },
195072
- "ref": {
195073
- "defaultValue": null,
195074
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
195075
- "name": "ref",
195076
- "parent": {
195077
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
195078
- "name": "RefAttributes"
195079
- },
195080
- "declarations": [
195081
- {
195082
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
195083
- "name": "RefAttributes"
195084
- }
195085
- ],
195086
- "required": false,
195087
- "type": {
195088
- "name": "Ref<HTMLDivElement>"
195089
- }
195090
- },
195091
- "key": {
195092
- "defaultValue": null,
195093
- "description": "",
195094
- "name": "key",
195095
- "parent": {
195096
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
195097
- "name": "Attributes"
195098
- },
195099
- "declarations": [
195100
- {
195101
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
195102
- "name": "Attributes"
195103
- }
195104
- ],
195105
- "required": false,
195106
- "type": {
195107
- "name": "Key | null"
195108
- }
195109
- }
195110
- }
195111
- },
195112
195161
  {
195113
195162
  "tags": {
195114
195163
  "flr-generate": "all"
@@ -200798,106 +200847,6 @@
200798
200847
  }
200799
200848
  }
200800
200849
  },
200801
- {
200802
- "tags": {},
200803
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
200804
- "description": "",
200805
- "displayName": "ModalTrigger",
200806
- "methods": [],
200807
- "props": {
200808
- "isDefaultOpen": {
200809
- "defaultValue": null,
200810
- "description": "Whether the overlay should be open initially.",
200811
- "name": "isDefaultOpen",
200812
- "parent": {
200813
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
200814
- "name": "OverlayTriggerProps"
200815
- },
200816
- "declarations": [
200817
- {
200818
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
200819
- "name": "OverlayTriggerProps"
200820
- }
200821
- ],
200822
- "required": false,
200823
- "type": {
200824
- "name": "boolean"
200825
- }
200826
- },
200827
- "controller": {
200828
- "defaultValue": null,
200829
- "description": "A controller to control the state of the overlay.",
200830
- "name": "controller",
200831
- "parent": {
200832
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
200833
- "name": "OverlayTriggerProps"
200834
- },
200835
- "declarations": [
200836
- {
200837
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
200838
- "name": "OverlayTriggerProps"
200839
- }
200840
- ],
200841
- "required": false,
200842
- "type": {
200843
- "name": "OverlayController"
200844
- }
200845
- },
200846
- "wrapWith": {
200847
- "defaultValue": null,
200848
- "description": "",
200849
- "name": "wrapWith",
200850
- "parent": {
200851
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
200852
- "name": "FlowComponentProps"
200853
- },
200854
- "declarations": [
200855
- {
200856
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
200857
- "name": "FlowComponentProps"
200858
- }
200859
- ],
200860
- "required": false,
200861
- "type": {
200862
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
200863
- }
200864
- },
200865
- "tunnelId": {
200866
- "defaultValue": null,
200867
- "description": "@internal",
200868
- "name": "tunnelId",
200869
- "parent": {
200870
- "fileName": "src/lib/types/props.ts",
200871
- "name": "PropsWithTunnel"
200872
- },
200873
- "declarations": [
200874
- {
200875
- "fileName": "src/lib/types/props.ts",
200876
- "name": "PropsWithTunnel"
200877
- }
200878
- ],
200879
- "required": false,
200880
- "type": {
200881
- "name": "string | null"
200882
- }
200883
- },
200884
- "children": {
200885
- "defaultValue": null,
200886
- "description": "",
200887
- "name": "children",
200888
- "declarations": [
200889
- {
200890
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
200891
- "name": "TypeLiteral"
200892
- }
200893
- ],
200894
- "required": false,
200895
- "type": {
200896
- "name": "ReactNode"
200897
- }
200898
- }
200899
- }
200900
- },
200901
200850
  {
200902
200851
  "tags": {},
200903
200852
  "filePath": "src/components/MenuItem/components/MenuItemContent/MenuItemContent.tsx",
@@ -201188,6 +201137,106 @@
201188
201137
  }
201189
201138
  }
201190
201139
  },
201140
+ {
201141
+ "tags": {},
201142
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
201143
+ "description": "",
201144
+ "displayName": "ModalTrigger",
201145
+ "methods": [],
201146
+ "props": {
201147
+ "isDefaultOpen": {
201148
+ "defaultValue": null,
201149
+ "description": "Whether the overlay should be open initially.",
201150
+ "name": "isDefaultOpen",
201151
+ "parent": {
201152
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
201153
+ "name": "OverlayTriggerProps"
201154
+ },
201155
+ "declarations": [
201156
+ {
201157
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
201158
+ "name": "OverlayTriggerProps"
201159
+ }
201160
+ ],
201161
+ "required": false,
201162
+ "type": {
201163
+ "name": "boolean"
201164
+ }
201165
+ },
201166
+ "controller": {
201167
+ "defaultValue": null,
201168
+ "description": "A controller to control the state of the overlay.",
201169
+ "name": "controller",
201170
+ "parent": {
201171
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
201172
+ "name": "OverlayTriggerProps"
201173
+ },
201174
+ "declarations": [
201175
+ {
201176
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
201177
+ "name": "OverlayTriggerProps"
201178
+ }
201179
+ ],
201180
+ "required": false,
201181
+ "type": {
201182
+ "name": "OverlayController"
201183
+ }
201184
+ },
201185
+ "wrapWith": {
201186
+ "defaultValue": null,
201187
+ "description": "",
201188
+ "name": "wrapWith",
201189
+ "parent": {
201190
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
201191
+ "name": "FlowComponentProps"
201192
+ },
201193
+ "declarations": [
201194
+ {
201195
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
201196
+ "name": "FlowComponentProps"
201197
+ }
201198
+ ],
201199
+ "required": false,
201200
+ "type": {
201201
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
201202
+ }
201203
+ },
201204
+ "tunnelId": {
201205
+ "defaultValue": null,
201206
+ "description": "@internal",
201207
+ "name": "tunnelId",
201208
+ "parent": {
201209
+ "fileName": "src/lib/types/props.ts",
201210
+ "name": "PropsWithTunnel"
201211
+ },
201212
+ "declarations": [
201213
+ {
201214
+ "fileName": "src/lib/types/props.ts",
201215
+ "name": "PropsWithTunnel"
201216
+ }
201217
+ ],
201218
+ "required": false,
201219
+ "type": {
201220
+ "name": "string | null"
201221
+ }
201222
+ },
201223
+ "children": {
201224
+ "defaultValue": null,
201225
+ "description": "",
201226
+ "name": "children",
201227
+ "declarations": [
201228
+ {
201229
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
201230
+ "name": "TypeLiteral"
201231
+ }
201232
+ ],
201233
+ "required": false,
201234
+ "type": {
201235
+ "name": "ReactNode"
201236
+ }
201237
+ }
201238
+ }
201239
+ },
201191
201240
  {
201192
201241
  "tags": {
201193
201242
  "flr-generate": "all"
@@ -201206,6 +201255,30 @@
201206
201255
  "methods": [],
201207
201256
  "props": {}
201208
201257
  },
201258
+ {
201259
+ "tags": {},
201260
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
201261
+ "description": "",
201262
+ "displayName": "ListItemView",
201263
+ "methods": [],
201264
+ "props": {
201265
+ "children": {
201266
+ "defaultValue": null,
201267
+ "description": "",
201268
+ "name": "children",
201269
+ "declarations": [
201270
+ {
201271
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
201272
+ "name": "TypeLiteral"
201273
+ }
201274
+ ],
201275
+ "required": false,
201276
+ "type": {
201277
+ "name": "ReactNode"
201278
+ }
201279
+ }
201280
+ }
201281
+ },
201209
201282
  {
201210
201283
  "tags": {
201211
201284
  "flr-generate": "all"
@@ -201308,38 +201381,6 @@
201308
201381
  }
201309
201382
  }
201310
201383
  },
201311
- {
201312
- "tags": {},
201313
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
201314
- "description": "",
201315
- "displayName": "ListItemView",
201316
- "methods": [],
201317
- "props": {
201318
- "children": {
201319
- "defaultValue": null,
201320
- "description": "",
201321
- "name": "children",
201322
- "declarations": [
201323
- {
201324
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
201325
- "name": "TypeLiteral"
201326
- }
201327
- ],
201328
- "required": false,
201329
- "type": {
201330
- "name": "ReactNode"
201331
- }
201332
- }
201333
- }
201334
- },
201335
- {
201336
- "tags": {},
201337
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
201338
- "description": "",
201339
- "displayName": "Items",
201340
- "methods": [],
201341
- "props": {}
201342
- },
201343
201384
  {
201344
201385
  "tags": {},
201345
201386
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
@@ -201387,6 +201428,14 @@
201387
201428
  }
201388
201429
  }
201389
201430
  },
201431
+ {
201432
+ "tags": {},
201433
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
201434
+ "description": "",
201435
+ "displayName": "Items",
201436
+ "methods": [],
201437
+ "props": {}
201438
+ },
201390
201439
  {
201391
201440
  "tags": {},
201392
201441
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
@@ -202329,6 +202378,34 @@
202329
202378
  }
202330
202379
  }
202331
202380
  },
202381
+ {
202382
+ "tags": {},
202383
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
202384
+ "description": "",
202385
+ "displayName": "DateRangeInput",
202386
+ "methods": [],
202387
+ "props": {
202388
+ "isDisabled": {
202389
+ "defaultValue": null,
202390
+ "description": "",
202391
+ "name": "isDisabled",
202392
+ "parent": {
202393
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
202394
+ "name": "DateInputProps"
202395
+ },
202396
+ "declarations": [
202397
+ {
202398
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
202399
+ "name": "DateInputProps"
202400
+ }
202401
+ ],
202402
+ "required": false,
202403
+ "type": {
202404
+ "name": "boolean"
202405
+ }
202406
+ }
202407
+ }
202408
+ },
202332
202409
  {
202333
202410
  "tags": {},
202334
202411
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
@@ -202497,34 +202574,6 @@
202497
202574
  }
202498
202575
  }
202499
202576
  },
202500
- {
202501
- "tags": {},
202502
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
202503
- "description": "",
202504
- "displayName": "DateRangeInput",
202505
- "methods": [],
202506
- "props": {
202507
- "isDisabled": {
202508
- "defaultValue": null,
202509
- "description": "",
202510
- "name": "isDisabled",
202511
- "parent": {
202512
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
202513
- "name": "DateInputProps"
202514
- },
202515
- "declarations": [
202516
- {
202517
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
202518
- "name": "DateInputProps"
202519
- }
202520
- ],
202521
- "required": false,
202522
- "type": {
202523
- "name": "boolean"
202524
- }
202525
- }
202526
- }
202527
- },
202528
202577
  {
202529
202578
  "tags": {},
202530
202579
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
@@ -203279,362 +203328,6 @@
203279
203328
  }
203280
203329
  }
203281
203330
  },
203282
- {
203283
- "tags": {},
203284
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
203285
- "description": "",
203286
- "displayName": "Field",
203287
- "methods": [],
203288
- "props": {
203289
- "defaultValue": {
203290
- "defaultValue": null,
203291
- "description": "",
203292
- "name": "defaultValue",
203293
- "declarations": [
203294
- {
203295
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
203296
- "name": "TypeLiteral"
203297
- }
203298
- ],
203299
- "required": false,
203300
- "type": {
203301
- "name": "any"
203302
- }
203303
- },
203304
- "name": {
203305
- "defaultValue": null,
203306
- "description": "",
203307
- "name": "name",
203308
- "declarations": [
203309
- {
203310
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
203311
- "name": "TypeLiteral"
203312
- }
203313
- ],
203314
- "required": true,
203315
- "type": {
203316
- "name": "string"
203317
- }
203318
- },
203319
- "disabled": {
203320
- "defaultValue": null,
203321
- "description": "",
203322
- "name": "disabled",
203323
- "declarations": [
203324
- {
203325
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
203326
- "name": "TypeLiteral"
203327
- }
203328
- ],
203329
- "required": false,
203330
- "type": {
203331
- "name": "boolean"
203332
- }
203333
- },
203334
- "control": {
203335
- "defaultValue": null,
203336
- "description": "",
203337
- "name": "control",
203338
- "declarations": [
203339
- {
203340
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
203341
- "name": "TypeLiteral"
203342
- }
203343
- ],
203344
- "required": false,
203345
- "type": {
203346
- "name": "Control<T>"
203347
- }
203348
- },
203349
- "rules": {
203350
- "defaultValue": null,
203351
- "description": "",
203352
- "name": "rules",
203353
- "declarations": [
203354
- {
203355
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
203356
- "name": "TypeLiteral"
203357
- }
203358
- ],
203359
- "required": false,
203360
- "type": {
203361
- "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
203362
- }
203363
- },
203364
- "shouldUnregister": {
203365
- "defaultValue": null,
203366
- "description": "",
203367
- "name": "shouldUnregister",
203368
- "declarations": [
203369
- {
203370
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
203371
- "name": "TypeLiteral"
203372
- }
203373
- ],
203374
- "required": false,
203375
- "type": {
203376
- "name": "boolean"
203377
- }
203378
- },
203379
- "children": {
203380
- "defaultValue": null,
203381
- "description": "",
203382
- "name": "children",
203383
- "declarations": [
203384
- {
203385
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
203386
- "name": "TypeLiteral"
203387
- }
203388
- ],
203389
- "required": false,
203390
- "type": {
203391
- "name": "ReactNode"
203392
- }
203393
- }
203394
- }
203395
- },
203396
- {
203397
- "tags": {},
203398
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
203399
- "description": "",
203400
- "displayName": "typedField",
203401
- "methods": [],
203402
- "props": {
203403
- "watch": {
203404
- "defaultValue": null,
203405
- "description": "",
203406
- "name": "watch",
203407
- "declarations": [
203408
- {
203409
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203410
- "name": "TypeLiteral"
203411
- }
203412
- ],
203413
- "required": true,
203414
- "type": {
203415
- "name": "UseFormWatch<T>"
203416
- }
203417
- },
203418
- "getValues": {
203419
- "defaultValue": null,
203420
- "description": "",
203421
- "name": "getValues",
203422
- "declarations": [
203423
- {
203424
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203425
- "name": "TypeLiteral"
203426
- }
203427
- ],
203428
- "required": true,
203429
- "type": {
203430
- "name": "UseFormGetValues<T>"
203431
- }
203432
- },
203433
- "getFieldState": {
203434
- "defaultValue": null,
203435
- "description": "",
203436
- "name": "getFieldState",
203437
- "declarations": [
203438
- {
203439
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203440
- "name": "TypeLiteral"
203441
- }
203442
- ],
203443
- "required": true,
203444
- "type": {
203445
- "name": "UseFormGetFieldState<T>"
203446
- }
203447
- },
203448
- "setError": {
203449
- "defaultValue": null,
203450
- "description": "",
203451
- "name": "setError",
203452
- "declarations": [
203453
- {
203454
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203455
- "name": "TypeLiteral"
203456
- }
203457
- ],
203458
- "required": true,
203459
- "type": {
203460
- "name": "UseFormSetError<T>"
203461
- }
203462
- },
203463
- "clearErrors": {
203464
- "defaultValue": null,
203465
- "description": "",
203466
- "name": "clearErrors",
203467
- "declarations": [
203468
- {
203469
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203470
- "name": "TypeLiteral"
203471
- }
203472
- ],
203473
- "required": true,
203474
- "type": {
203475
- "name": "UseFormClearErrors<T>"
203476
- }
203477
- },
203478
- "setValue": {
203479
- "defaultValue": null,
203480
- "description": "",
203481
- "name": "setValue",
203482
- "declarations": [
203483
- {
203484
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203485
- "name": "TypeLiteral"
203486
- }
203487
- ],
203488
- "required": true,
203489
- "type": {
203490
- "name": "UseFormSetValue<T>"
203491
- }
203492
- },
203493
- "trigger": {
203494
- "defaultValue": null,
203495
- "description": "",
203496
- "name": "trigger",
203497
- "declarations": [
203498
- {
203499
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203500
- "name": "TypeLiteral"
203501
- }
203502
- ],
203503
- "required": true,
203504
- "type": {
203505
- "name": "UseFormTrigger<T>"
203506
- }
203507
- },
203508
- "formState": {
203509
- "defaultValue": null,
203510
- "description": "",
203511
- "name": "formState",
203512
- "declarations": [
203513
- {
203514
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203515
- "name": "TypeLiteral"
203516
- }
203517
- ],
203518
- "required": true,
203519
- "type": {
203520
- "name": "FormState<T>"
203521
- }
203522
- },
203523
- "resetField": {
203524
- "defaultValue": null,
203525
- "description": "",
203526
- "name": "resetField",
203527
- "declarations": [
203528
- {
203529
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203530
- "name": "TypeLiteral"
203531
- }
203532
- ],
203533
- "required": true,
203534
- "type": {
203535
- "name": "UseFormResetField<T>"
203536
- }
203537
- },
203538
- "reset": {
203539
- "defaultValue": null,
203540
- "description": "",
203541
- "name": "reset",
203542
- "declarations": [
203543
- {
203544
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203545
- "name": "TypeLiteral"
203546
- }
203547
- ],
203548
- "required": true,
203549
- "type": {
203550
- "name": "UseFormReset<T>"
203551
- }
203552
- },
203553
- "handleSubmit": {
203554
- "defaultValue": null,
203555
- "description": "",
203556
- "name": "handleSubmit",
203557
- "declarations": [
203558
- {
203559
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203560
- "name": "TypeLiteral"
203561
- }
203562
- ],
203563
- "required": true,
203564
- "type": {
203565
- "name": "UseFormHandleSubmit<T, undefined>"
203566
- }
203567
- },
203568
- "unregister": {
203569
- "defaultValue": null,
203570
- "description": "",
203571
- "name": "unregister",
203572
- "declarations": [
203573
- {
203574
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203575
- "name": "TypeLiteral"
203576
- }
203577
- ],
203578
- "required": true,
203579
- "type": {
203580
- "name": "UseFormUnregister<T>"
203581
- }
203582
- },
203583
- "control": {
203584
- "defaultValue": null,
203585
- "description": "",
203586
- "name": "control",
203587
- "declarations": [
203588
- {
203589
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203590
- "name": "TypeLiteral"
203591
- }
203592
- ],
203593
- "required": true,
203594
- "type": {
203595
- "name": "Control<T, any>"
203596
- }
203597
- },
203598
- "register": {
203599
- "defaultValue": null,
203600
- "description": "",
203601
- "name": "register",
203602
- "declarations": [
203603
- {
203604
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203605
- "name": "TypeLiteral"
203606
- }
203607
- ],
203608
- "required": true,
203609
- "type": {
203610
- "name": "UseFormRegister<T>"
203611
- }
203612
- },
203613
- "setFocus": {
203614
- "defaultValue": null,
203615
- "description": "",
203616
- "name": "setFocus",
203617
- "declarations": [
203618
- {
203619
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
203620
- "name": "TypeLiteral"
203621
- }
203622
- ],
203623
- "required": true,
203624
- "type": {
203625
- "name": "UseFormSetFocus<T>"
203626
- }
203627
- }
203628
- }
203629
- },
203630
- {
203631
- "tags": {},
203632
- "filePath": "src/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.tsx",
203633
- "description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).",
203634
- "displayName": "AutoFormResetEffect",
203635
- "methods": [],
203636
- "props": {}
203637
- },
203638
203331
  {
203639
203332
  "tags": {},
203640
203333
  "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
@@ -209116,6 +208809,362 @@
209116
208809
  }
209117
208810
  }
209118
208811
  },
208812
+ {
208813
+ "tags": {},
208814
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
208815
+ "description": "",
208816
+ "displayName": "Field",
208817
+ "methods": [],
208818
+ "props": {
208819
+ "defaultValue": {
208820
+ "defaultValue": null,
208821
+ "description": "",
208822
+ "name": "defaultValue",
208823
+ "declarations": [
208824
+ {
208825
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
208826
+ "name": "TypeLiteral"
208827
+ }
208828
+ ],
208829
+ "required": false,
208830
+ "type": {
208831
+ "name": "any"
208832
+ }
208833
+ },
208834
+ "name": {
208835
+ "defaultValue": null,
208836
+ "description": "",
208837
+ "name": "name",
208838
+ "declarations": [
208839
+ {
208840
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
208841
+ "name": "TypeLiteral"
208842
+ }
208843
+ ],
208844
+ "required": true,
208845
+ "type": {
208846
+ "name": "string"
208847
+ }
208848
+ },
208849
+ "disabled": {
208850
+ "defaultValue": null,
208851
+ "description": "",
208852
+ "name": "disabled",
208853
+ "declarations": [
208854
+ {
208855
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
208856
+ "name": "TypeLiteral"
208857
+ }
208858
+ ],
208859
+ "required": false,
208860
+ "type": {
208861
+ "name": "boolean"
208862
+ }
208863
+ },
208864
+ "control": {
208865
+ "defaultValue": null,
208866
+ "description": "",
208867
+ "name": "control",
208868
+ "declarations": [
208869
+ {
208870
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
208871
+ "name": "TypeLiteral"
208872
+ }
208873
+ ],
208874
+ "required": false,
208875
+ "type": {
208876
+ "name": "Control<T>"
208877
+ }
208878
+ },
208879
+ "rules": {
208880
+ "defaultValue": null,
208881
+ "description": "",
208882
+ "name": "rules",
208883
+ "declarations": [
208884
+ {
208885
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
208886
+ "name": "TypeLiteral"
208887
+ }
208888
+ ],
208889
+ "required": false,
208890
+ "type": {
208891
+ "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
208892
+ }
208893
+ },
208894
+ "shouldUnregister": {
208895
+ "defaultValue": null,
208896
+ "description": "",
208897
+ "name": "shouldUnregister",
208898
+ "declarations": [
208899
+ {
208900
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
208901
+ "name": "TypeLiteral"
208902
+ }
208903
+ ],
208904
+ "required": false,
208905
+ "type": {
208906
+ "name": "boolean"
208907
+ }
208908
+ },
208909
+ "children": {
208910
+ "defaultValue": null,
208911
+ "description": "",
208912
+ "name": "children",
208913
+ "declarations": [
208914
+ {
208915
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.8/node_modules/@types/react/index.d.ts",
208916
+ "name": "TypeLiteral"
208917
+ }
208918
+ ],
208919
+ "required": false,
208920
+ "type": {
208921
+ "name": "ReactNode"
208922
+ }
208923
+ }
208924
+ }
208925
+ },
208926
+ {
208927
+ "tags": {},
208928
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
208929
+ "description": "",
208930
+ "displayName": "typedField",
208931
+ "methods": [],
208932
+ "props": {
208933
+ "watch": {
208934
+ "defaultValue": null,
208935
+ "description": "",
208936
+ "name": "watch",
208937
+ "declarations": [
208938
+ {
208939
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
208940
+ "name": "TypeLiteral"
208941
+ }
208942
+ ],
208943
+ "required": true,
208944
+ "type": {
208945
+ "name": "UseFormWatch<T>"
208946
+ }
208947
+ },
208948
+ "getValues": {
208949
+ "defaultValue": null,
208950
+ "description": "",
208951
+ "name": "getValues",
208952
+ "declarations": [
208953
+ {
208954
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
208955
+ "name": "TypeLiteral"
208956
+ }
208957
+ ],
208958
+ "required": true,
208959
+ "type": {
208960
+ "name": "UseFormGetValues<T>"
208961
+ }
208962
+ },
208963
+ "getFieldState": {
208964
+ "defaultValue": null,
208965
+ "description": "",
208966
+ "name": "getFieldState",
208967
+ "declarations": [
208968
+ {
208969
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
208970
+ "name": "TypeLiteral"
208971
+ }
208972
+ ],
208973
+ "required": true,
208974
+ "type": {
208975
+ "name": "UseFormGetFieldState<T>"
208976
+ }
208977
+ },
208978
+ "setError": {
208979
+ "defaultValue": null,
208980
+ "description": "",
208981
+ "name": "setError",
208982
+ "declarations": [
208983
+ {
208984
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
208985
+ "name": "TypeLiteral"
208986
+ }
208987
+ ],
208988
+ "required": true,
208989
+ "type": {
208990
+ "name": "UseFormSetError<T>"
208991
+ }
208992
+ },
208993
+ "clearErrors": {
208994
+ "defaultValue": null,
208995
+ "description": "",
208996
+ "name": "clearErrors",
208997
+ "declarations": [
208998
+ {
208999
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209000
+ "name": "TypeLiteral"
209001
+ }
209002
+ ],
209003
+ "required": true,
209004
+ "type": {
209005
+ "name": "UseFormClearErrors<T>"
209006
+ }
209007
+ },
209008
+ "setValue": {
209009
+ "defaultValue": null,
209010
+ "description": "",
209011
+ "name": "setValue",
209012
+ "declarations": [
209013
+ {
209014
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209015
+ "name": "TypeLiteral"
209016
+ }
209017
+ ],
209018
+ "required": true,
209019
+ "type": {
209020
+ "name": "UseFormSetValue<T>"
209021
+ }
209022
+ },
209023
+ "trigger": {
209024
+ "defaultValue": null,
209025
+ "description": "",
209026
+ "name": "trigger",
209027
+ "declarations": [
209028
+ {
209029
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209030
+ "name": "TypeLiteral"
209031
+ }
209032
+ ],
209033
+ "required": true,
209034
+ "type": {
209035
+ "name": "UseFormTrigger<T>"
209036
+ }
209037
+ },
209038
+ "formState": {
209039
+ "defaultValue": null,
209040
+ "description": "",
209041
+ "name": "formState",
209042
+ "declarations": [
209043
+ {
209044
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209045
+ "name": "TypeLiteral"
209046
+ }
209047
+ ],
209048
+ "required": true,
209049
+ "type": {
209050
+ "name": "FormState<T>"
209051
+ }
209052
+ },
209053
+ "resetField": {
209054
+ "defaultValue": null,
209055
+ "description": "",
209056
+ "name": "resetField",
209057
+ "declarations": [
209058
+ {
209059
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209060
+ "name": "TypeLiteral"
209061
+ }
209062
+ ],
209063
+ "required": true,
209064
+ "type": {
209065
+ "name": "UseFormResetField<T>"
209066
+ }
209067
+ },
209068
+ "reset": {
209069
+ "defaultValue": null,
209070
+ "description": "",
209071
+ "name": "reset",
209072
+ "declarations": [
209073
+ {
209074
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209075
+ "name": "TypeLiteral"
209076
+ }
209077
+ ],
209078
+ "required": true,
209079
+ "type": {
209080
+ "name": "UseFormReset<T>"
209081
+ }
209082
+ },
209083
+ "handleSubmit": {
209084
+ "defaultValue": null,
209085
+ "description": "",
209086
+ "name": "handleSubmit",
209087
+ "declarations": [
209088
+ {
209089
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209090
+ "name": "TypeLiteral"
209091
+ }
209092
+ ],
209093
+ "required": true,
209094
+ "type": {
209095
+ "name": "UseFormHandleSubmit<T, undefined>"
209096
+ }
209097
+ },
209098
+ "unregister": {
209099
+ "defaultValue": null,
209100
+ "description": "",
209101
+ "name": "unregister",
209102
+ "declarations": [
209103
+ {
209104
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209105
+ "name": "TypeLiteral"
209106
+ }
209107
+ ],
209108
+ "required": true,
209109
+ "type": {
209110
+ "name": "UseFormUnregister<T>"
209111
+ }
209112
+ },
209113
+ "control": {
209114
+ "defaultValue": null,
209115
+ "description": "",
209116
+ "name": "control",
209117
+ "declarations": [
209118
+ {
209119
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209120
+ "name": "TypeLiteral"
209121
+ }
209122
+ ],
209123
+ "required": true,
209124
+ "type": {
209125
+ "name": "Control<T, any>"
209126
+ }
209127
+ },
209128
+ "register": {
209129
+ "defaultValue": null,
209130
+ "description": "",
209131
+ "name": "register",
209132
+ "declarations": [
209133
+ {
209134
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209135
+ "name": "TypeLiteral"
209136
+ }
209137
+ ],
209138
+ "required": true,
209139
+ "type": {
209140
+ "name": "UseFormRegister<T>"
209141
+ }
209142
+ },
209143
+ "setFocus": {
209144
+ "defaultValue": null,
209145
+ "description": "",
209146
+ "name": "setFocus",
209147
+ "declarations": [
209148
+ {
209149
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
209150
+ "name": "TypeLiteral"
209151
+ }
209152
+ ],
209153
+ "required": true,
209154
+ "type": {
209155
+ "name": "UseFormSetFocus<T>"
209156
+ }
209157
+ }
209158
+ }
209159
+ },
209160
+ {
209161
+ "tags": {},
209162
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.tsx",
209163
+ "description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).",
209164
+ "displayName": "AutoFormResetEffect",
209165
+ "methods": [],
209166
+ "props": {}
209167
+ },
209119
209168
  {
209120
209169
  "tags": {},
209121
209170
  "filePath": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
@@ -215188,6 +215237,133 @@
215188
215237
  }
215189
215238
  }
215190
215239
  },
215240
+ {
215241
+ "tags": {},
215242
+ "filePath": "src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx",
215243
+ "description": "",
215244
+ "displayName": "ViewModeMenu",
215245
+ "methods": [],
215246
+ "props": {}
215247
+ },
215248
+ {
215249
+ "tags": {},
215250
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
215251
+ "description": "",
215252
+ "displayName": "SortingPickerItem",
215253
+ "methods": [],
215254
+ "props": {
215255
+ "sorting": {
215256
+ "defaultValue": null,
215257
+ "description": "",
215258
+ "name": "sorting",
215259
+ "parent": {
215260
+ "fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
215261
+ "name": "Props"
215262
+ },
215263
+ "declarations": [
215264
+ {
215265
+ "fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
215266
+ "name": "Props"
215267
+ }
215268
+ ],
215269
+ "required": true,
215270
+ "type": {
215271
+ "name": "Sorting<never>"
215272
+ }
215273
+ }
215274
+ }
215275
+ },
215276
+ {
215277
+ "tags": {},
215278
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPicker/SortingPicker.tsx",
215279
+ "description": "",
215280
+ "displayName": "SortingPicker",
215281
+ "methods": [],
215282
+ "props": {}
215283
+ },
215284
+ {
215285
+ "tags": {},
215286
+ "filePath": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
215287
+ "description": "",
215288
+ "displayName": "SearchField",
215289
+ "methods": [],
215290
+ "props": {
215291
+ "search": {
215292
+ "defaultValue": null,
215293
+ "description": "",
215294
+ "name": "search",
215295
+ "parent": {
215296
+ "fileName": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
215297
+ "name": "Props"
215298
+ },
215299
+ "declarations": [
215300
+ {
215301
+ "fileName": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
215302
+ "name": "Props"
215303
+ }
215304
+ ],
215305
+ "required": true,
215306
+ "type": {
215307
+ "name": "Search<never>"
215308
+ }
215309
+ },
215310
+ "className": {
215311
+ "defaultValue": null,
215312
+ "description": "The elements class name.",
215313
+ "name": "className",
215314
+ "parent": {
215315
+ "fileName": "src/lib/types/props.ts",
215316
+ "name": "PropsWithClassName"
215317
+ },
215318
+ "declarations": [
215319
+ {
215320
+ "fileName": "src/lib/types/props.ts",
215321
+ "name": "PropsWithClassName"
215322
+ }
215323
+ ],
215324
+ "required": false,
215325
+ "type": {
215326
+ "name": "string"
215327
+ }
215328
+ }
215329
+ }
215330
+ },
215331
+ {
215332
+ "tags": {},
215333
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
215334
+ "description": "",
215335
+ "displayName": "FilterPicker",
215336
+ "methods": [],
215337
+ "props": {
215338
+ "filter": {
215339
+ "defaultValue": null,
215340
+ "description": "",
215341
+ "name": "filter",
215342
+ "parent": {
215343
+ "fileName": "components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
215344
+ "name": "Props"
215345
+ },
215346
+ "declarations": [
215347
+ {
215348
+ "fileName": "components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
215349
+ "name": "Props"
215350
+ }
215351
+ ],
215352
+ "required": true,
215353
+ "type": {
215354
+ "name": "Filter<never, never, never>"
215355
+ }
215356
+ }
215357
+ }
215358
+ },
215359
+ {
215360
+ "tags": {},
215361
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
215362
+ "description": "",
215363
+ "displayName": "ActiveFilters",
215364
+ "methods": [],
215365
+ "props": {}
215366
+ },
215191
215367
  {
215192
215368
  "tags": {
215193
215369
  "flr-generate": "all"
@@ -216205,140 +216381,15 @@
216205
216381
  }
216206
216382
  },
216207
216383
  {
216208
- "tags": {},
216209
- "filePath": "src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
216384
+ "tags": {
216385
+ "flr-generate": "all"
216386
+ },
216387
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
216210
216388
  "description": "",
216211
216389
  "displayName": "FallbackItems",
216212
216390
  "methods": [],
216213
216391
  "props": {}
216214
216392
  },
216215
- {
216216
- "tags": {},
216217
- "filePath": "src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx",
216218
- "description": "",
216219
- "displayName": "ViewModeMenu",
216220
- "methods": [],
216221
- "props": {}
216222
- },
216223
- {
216224
- "tags": {},
216225
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
216226
- "description": "",
216227
- "displayName": "SortingPickerItem",
216228
- "methods": [],
216229
- "props": {
216230
- "sorting": {
216231
- "defaultValue": null,
216232
- "description": "",
216233
- "name": "sorting",
216234
- "parent": {
216235
- "fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
216236
- "name": "Props"
216237
- },
216238
- "declarations": [
216239
- {
216240
- "fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
216241
- "name": "Props"
216242
- }
216243
- ],
216244
- "required": true,
216245
- "type": {
216246
- "name": "Sorting<never>"
216247
- }
216248
- }
216249
- }
216250
- },
216251
- {
216252
- "tags": {},
216253
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPicker/SortingPicker.tsx",
216254
- "description": "",
216255
- "displayName": "SortingPicker",
216256
- "methods": [],
216257
- "props": {}
216258
- },
216259
- {
216260
- "tags": {},
216261
- "filePath": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
216262
- "description": "",
216263
- "displayName": "SearchField",
216264
- "methods": [],
216265
- "props": {
216266
- "search": {
216267
- "defaultValue": null,
216268
- "description": "",
216269
- "name": "search",
216270
- "parent": {
216271
- "fileName": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
216272
- "name": "Props"
216273
- },
216274
- "declarations": [
216275
- {
216276
- "fileName": "src/components/List/components/Header/components/SearchField/SearchField.tsx",
216277
- "name": "Props"
216278
- }
216279
- ],
216280
- "required": true,
216281
- "type": {
216282
- "name": "Search<never>"
216283
- }
216284
- },
216285
- "className": {
216286
- "defaultValue": null,
216287
- "description": "The elements class name.",
216288
- "name": "className",
216289
- "parent": {
216290
- "fileName": "src/lib/types/props.ts",
216291
- "name": "PropsWithClassName"
216292
- },
216293
- "declarations": [
216294
- {
216295
- "fileName": "src/lib/types/props.ts",
216296
- "name": "PropsWithClassName"
216297
- }
216298
- ],
216299
- "required": false,
216300
- "type": {
216301
- "name": "string"
216302
- }
216303
- }
216304
- }
216305
- },
216306
- {
216307
- "tags": {},
216308
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
216309
- "description": "",
216310
- "displayName": "FilterPicker",
216311
- "methods": [],
216312
- "props": {
216313
- "filter": {
216314
- "defaultValue": null,
216315
- "description": "",
216316
- "name": "filter",
216317
- "parent": {
216318
- "fileName": "components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
216319
- "name": "Props"
216320
- },
216321
- "declarations": [
216322
- {
216323
- "fileName": "components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
216324
- "name": "Props"
216325
- }
216326
- ],
216327
- "required": true,
216328
- "type": {
216329
- "name": "Filter<never, never, never>"
216330
- }
216331
- }
216332
- }
216333
- },
216334
- {
216335
- "tags": {},
216336
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
216337
- "description": "",
216338
- "displayName": "ActiveFilters",
216339
- "methods": [],
216340
- "props": {}
216341
- },
216342
216393
  {
216343
216394
  "tags": {},
216344
216395
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -222756,7 +222807,9 @@
222756
222807
  }
222757
222808
  },
222758
222809
  {
222759
- "tags": {},
222810
+ "tags": {
222811
+ "flr-generate": "all"
222812
+ },
222760
222813
  "filePath": "src/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.tsx",
222761
222814
  "description": "",
222762
222815
  "displayName": "SkeletonView",