@mittwald/flow-react-components 0.2.0-alpha.441 → 0.2.0-alpha.442

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.
@@ -46,45 +46,6 @@
46
46
  }
47
47
  }
48
48
  },
49
- {
50
- "tags": {},
51
- "filePath": "src/components/TranslationProvider/TranslationProvider.tsx",
52
- "description": "",
53
- "displayName": "TranslationProvider",
54
- "methods": [],
55
- "props": {
56
- "children": {
57
- "defaultValue": null,
58
- "description": "",
59
- "name": "children",
60
- "declarations": [
61
- {
62
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
63
- "name": "TypeLiteral"
64
- }
65
- ],
66
- "required": false,
67
- "type": {
68
- "name": "ReactNode"
69
- }
70
- },
71
- "translations": {
72
- "defaultValue": null,
73
- "description": "",
74
- "name": "translations",
75
- "declarations": [
76
- {
77
- "fileName": "src/components/TranslationProvider/TranslationProvider.tsx",
78
- "name": "TypeLiteral"
79
- }
80
- ],
81
- "required": true,
82
- "type": {
83
- "name": "Translations"
84
- }
85
- }
86
- }
87
- },
88
49
  {
89
50
  "tags": {
90
51
  "flr-generate": "all",
@@ -154,6 +115,45 @@
154
115
  }
155
116
  }
156
117
  },
118
+ {
119
+ "tags": {},
120
+ "filePath": "src/components/TranslationProvider/TranslationProvider.tsx",
121
+ "description": "",
122
+ "displayName": "TranslationProvider",
123
+ "methods": [],
124
+ "props": {
125
+ "children": {
126
+ "defaultValue": null,
127
+ "description": "",
128
+ "name": "children",
129
+ "declarations": [
130
+ {
131
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
132
+ "name": "TypeLiteral"
133
+ }
134
+ ],
135
+ "required": false,
136
+ "type": {
137
+ "name": "ReactNode"
138
+ }
139
+ },
140
+ "translations": {
141
+ "defaultValue": null,
142
+ "description": "",
143
+ "name": "translations",
144
+ "declarations": [
145
+ {
146
+ "fileName": "src/components/TranslationProvider/TranslationProvider.tsx",
147
+ "name": "TypeLiteral"
148
+ }
149
+ ],
150
+ "required": true,
151
+ "type": {
152
+ "name": "Translations"
153
+ }
154
+ }
155
+ }
156
+ },
157
157
  {
158
158
  "tags": {
159
159
  "flr-generate": "all"
@@ -257511,99 +257511,66 @@
257511
257511
  },
257512
257512
  {
257513
257513
  "tags": {},
257514
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
257515
- "description": "",
257516
- "displayName": "RouterProvider",
257517
- "methods": [],
257518
- "props": {
257519
- "children": {
257520
- "defaultValue": null,
257521
- "description": "",
257522
- "name": "children",
257523
- "declarations": [
257524
- {
257525
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
257526
- "name": "TypeLiteral"
257527
- }
257528
- ],
257529
- "required": false,
257530
- "type": {
257531
- "name": "ReactNode"
257532
- }
257533
- }
257534
- }
257535
- },
257536
- {
257537
- "tags": {
257538
- "deprecated": "Use RouterProvider instead"
257539
- },
257540
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
257514
+ "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
257541
257515
  "description": "",
257542
- "displayName": "LinkProvider",
257516
+ "displayName": "Form",
257543
257517
  "methods": [],
257544
257518
  "props": {
257545
- "children": {
257519
+ "form": {
257546
257520
  "defaultValue": null,
257547
257521
  "description": "",
257548
- "name": "children",
257522
+ "name": "form",
257523
+ "parent": {
257524
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
257525
+ "name": "FormProps"
257526
+ },
257549
257527
  "declarations": [
257550
257528
  {
257551
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
257552
- "name": "TypeLiteral"
257529
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
257530
+ "name": "FormProps"
257553
257531
  }
257554
257532
  ],
257555
- "required": false,
257533
+ "required": true,
257556
257534
  "type": {
257557
- "name": "ReactNode"
257535
+ "name": "UseFormReturn<F>"
257558
257536
  }
257559
- }
257560
- }
257561
- },
257562
- {
257563
- "tags": {
257564
- "deprecated": "Use RouterProvider instead"
257565
- },
257566
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
257567
- "description": "",
257568
- "displayName": "Link",
257569
- "methods": [],
257570
- "props": {
257571
- "ref": {
257537
+ },
257538
+ "onSubmit": {
257572
257539
  "defaultValue": null,
257573
257540
  "description": "",
257574
- "name": "ref",
257541
+ "name": "onSubmit",
257575
257542
  "parent": {
257576
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
257577
- "name": "Props"
257543
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
257544
+ "name": "FormProps"
257578
257545
  },
257579
257546
  "declarations": [
257580
257547
  {
257581
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
257582
- "name": "Props"
257548
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
257549
+ "name": "FormProps"
257583
257550
  }
257584
257551
  ],
257585
- "required": false,
257552
+ "required": true,
257586
257553
  "type": {
257587
- "name": "Ref<HTMLAnchorElement>"
257554
+ "name": "SubmitHandler<F>"
257588
257555
  }
257589
257556
  },
257590
- "isDisabled": {
257557
+ "formComponent": {
257591
257558
  "defaultValue": null,
257592
257559
  "description": "",
257593
- "name": "isDisabled",
257560
+ "name": "formComponent",
257594
257561
  "parent": {
257595
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
257596
- "name": "Props"
257562
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
257563
+ "name": "FormProps"
257597
257564
  },
257598
257565
  "declarations": [
257599
257566
  {
257600
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
257601
- "name": "Props"
257567
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
257568
+ "name": "FormProps"
257602
257569
  }
257603
257570
  ],
257604
257571
  "required": false,
257605
257572
  "type": {
257606
- "name": "boolean"
257573
+ "name": "FormComponentType"
257607
257574
  }
257608
257575
  },
257609
257576
  "children": {
@@ -259050,6 +259017,25 @@
259050
259017
  "name": "TransitionEventHandler<HTMLElement>"
259051
259018
  }
259052
259019
  },
259020
+ "ref": {
259021
+ "defaultValue": null,
259022
+ "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}",
259023
+ "name": "ref",
259024
+ "parent": {
259025
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
259026
+ "name": "RefAttributes"
259027
+ },
259028
+ "declarations": [
259029
+ {
259030
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
259031
+ "name": "RefAttributes"
259032
+ }
259033
+ ],
259034
+ "required": false,
259035
+ "type": {
259036
+ "name": "Ref<HTMLInputElement>"
259037
+ }
259038
+ },
259053
259039
  "key": {
259054
259040
  "defaultValue": null,
259055
259041
  "description": "",
@@ -259221,6 +259207,25 @@
259221
259207
  "name": "string"
259222
259208
  }
259223
259209
  },
259210
+ "name": {
259211
+ "defaultValue": null,
259212
+ "description": "",
259213
+ "name": "name",
259214
+ "parent": {
259215
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
259216
+ "name": "InputHTMLAttributes"
259217
+ },
259218
+ "declarations": [
259219
+ {
259220
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
259221
+ "name": "InputHTMLAttributes"
259222
+ }
259223
+ ],
259224
+ "required": false,
259225
+ "type": {
259226
+ "name": "string"
259227
+ }
259228
+ },
259224
259229
  "slot": {
259225
259230
  "defaultValue": null,
259226
259231
  "description": "",
@@ -259335,18 +259340,18 @@
259335
259340
  "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
259336
259341
  }
259337
259342
  },
259338
- "type": {
259343
+ "autoComplete": {
259339
259344
  "defaultValue": null,
259340
259345
  "description": "",
259341
- "name": "type",
259346
+ "name": "autoComplete",
259342
259347
  "parent": {
259343
259348
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
259344
- "name": "SVGAttributes"
259349
+ "name": "FormHTMLAttributes"
259345
259350
  },
259346
259351
  "declarations": [
259347
259352
  {
259348
259353
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
259349
- "name": "SVGAttributes"
259354
+ "name": "FormHTMLAttributes"
259350
259355
  }
259351
259356
  ],
259352
259357
  "required": false,
@@ -261463,25 +261468,6 @@
261463
261468
  "name": "FormEventHandler<HTMLElement>"
261464
261469
  }
261465
261470
  },
261466
- "onSubmit": {
261467
- "defaultValue": null,
261468
- "description": "",
261469
- "name": "onSubmit",
261470
- "parent": {
261471
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
261472
- "name": "DOMAttributes"
261473
- },
261474
- "declarations": [
261475
- {
261476
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
261477
- "name": "DOMAttributes"
261478
- }
261479
- ],
261480
- "required": false,
261481
- "type": {
261482
- "name": "FormEventHandler<HTMLElement>"
261483
- }
261484
- },
261485
261471
  "onSubmitCapture": {
261486
261472
  "defaultValue": null,
261487
261473
  "description": "",
@@ -262945,10 +262931,10 @@
262945
262931
  "name": "string"
262946
262932
  }
262947
262933
  },
262948
- "href": {
262934
+ "method": {
262949
262935
  "defaultValue": null,
262950
262936
  "description": "",
262951
- "name": "href",
262937
+ "name": "method",
262952
262938
  "parent": {
262953
262939
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262954
262940
  "name": "SVGAttributes"
@@ -262964,56 +262950,56 @@
262964
262950
  "name": "string"
262965
262951
  }
262966
262952
  },
262967
- "hrefLang": {
262953
+ "action": {
262968
262954
  "defaultValue": null,
262969
262955
  "description": "",
262970
- "name": "hrefLang",
262956
+ "name": "action",
262971
262957
  "parent": {
262972
262958
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262973
- "name": "AnchorHTMLAttributes"
262959
+ "name": "FormHTMLAttributes"
262974
262960
  },
262975
262961
  "declarations": [
262976
262962
  {
262977
262963
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262978
- "name": "AnchorHTMLAttributes"
262964
+ "name": "FormHTMLAttributes"
262979
262965
  }
262980
262966
  ],
262981
262967
  "required": false,
262982
262968
  "type": {
262983
- "name": "string"
262969
+ "name": "string | ((formData: FormData) => void | Promise<void>)"
262984
262970
  }
262985
262971
  },
262986
- "download": {
262972
+ "acceptCharset": {
262987
262973
  "defaultValue": null,
262988
262974
  "description": "",
262989
- "name": "download",
262975
+ "name": "acceptCharset",
262990
262976
  "parent": {
262991
262977
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262992
- "name": "AnchorHTMLAttributes"
262978
+ "name": "FormHTMLAttributes"
262993
262979
  },
262994
262980
  "declarations": [
262995
262981
  {
262996
262982
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262997
- "name": "AnchorHTMLAttributes"
262983
+ "name": "FormHTMLAttributes"
262998
262984
  }
262999
262985
  ],
263000
262986
  "required": false,
263001
262987
  "type": {
263002
- "name": "any"
262988
+ "name": "string"
263003
262989
  }
263004
262990
  },
263005
- "ping": {
262991
+ "encType": {
263006
262992
  "defaultValue": null,
263007
262993
  "description": "",
263008
- "name": "ping",
262994
+ "name": "encType",
263009
262995
  "parent": {
263010
262996
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263011
- "name": "AnchorHTMLAttributes"
262997
+ "name": "FormHTMLAttributes"
263012
262998
  },
263013
262999
  "declarations": [
263014
263000
  {
263015
263001
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263016
- "name": "AnchorHTMLAttributes"
263002
+ "name": "FormHTMLAttributes"
263017
263003
  }
263018
263004
  ],
263019
263005
  "required": false,
@@ -263021,108 +263007,921 @@
263021
263007
  "name": "string"
263022
263008
  }
263023
263009
  },
263024
- "referrerPolicy": {
263010
+ "noValidate": {
263025
263011
  "defaultValue": null,
263026
263012
  "description": "",
263027
- "name": "referrerPolicy",
263013
+ "name": "noValidate",
263028
263014
  "parent": {
263029
263015
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263030
- "name": "ImgHTMLAttributes"
263016
+ "name": "FormHTMLAttributes"
263031
263017
  },
263032
263018
  "declarations": [
263033
263019
  {
263034
263020
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263035
- "name": "ImgHTMLAttributes"
263021
+ "name": "FormHTMLAttributes"
263036
263022
  }
263037
263023
  ],
263038
263024
  "required": false,
263039
263025
  "type": {
263040
- "name": "HTMLAttributeReferrerPolicy"
263026
+ "name": "boolean"
263027
+ }
263028
+ }
263029
+ }
263030
+ },
263031
+ {
263032
+ "tags": {},
263033
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
263034
+ "description": "",
263035
+ "displayName": "Field",
263036
+ "methods": [],
263037
+ "props": {
263038
+ "defaultValue": {
263039
+ "defaultValue": null,
263040
+ "description": "",
263041
+ "name": "defaultValue",
263042
+ "declarations": [
263043
+ {
263044
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
263045
+ "name": "TypeLiteral"
263046
+ }
263047
+ ],
263048
+ "required": false,
263049
+ "type": {
263050
+ "name": "any"
263041
263051
  }
263042
263052
  },
263043
- "media": {
263053
+ "name": {
263044
263054
  "defaultValue": null,
263045
263055
  "description": "",
263046
- "name": "media",
263047
- "parent": {
263048
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263049
- "name": "SVGAttributes"
263050
- },
263056
+ "name": "name",
263057
+ "declarations": [
263058
+ {
263059
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
263060
+ "name": "TypeLiteral"
263061
+ }
263062
+ ],
263063
+ "required": true,
263064
+ "type": {
263065
+ "name": "string"
263066
+ }
263067
+ },
263068
+ "disabled": {
263069
+ "defaultValue": null,
263070
+ "description": "",
263071
+ "name": "disabled",
263072
+ "declarations": [
263073
+ {
263074
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
263075
+ "name": "TypeLiteral"
263076
+ }
263077
+ ],
263078
+ "required": false,
263079
+ "type": {
263080
+ "name": "boolean"
263081
+ }
263082
+ },
263083
+ "control": {
263084
+ "defaultValue": null,
263085
+ "description": "",
263086
+ "name": "control",
263087
+ "declarations": [
263088
+ {
263089
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
263090
+ "name": "TypeLiteral"
263091
+ }
263092
+ ],
263093
+ "required": false,
263094
+ "type": {
263095
+ "name": "Control<T, any, T>"
263096
+ }
263097
+ },
263098
+ "rules": {
263099
+ "defaultValue": null,
263100
+ "description": "",
263101
+ "name": "rules",
263102
+ "declarations": [
263103
+ {
263104
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
263105
+ "name": "TypeLiteral"
263106
+ }
263107
+ ],
263108
+ "required": false,
263109
+ "type": {
263110
+ "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
263111
+ }
263112
+ },
263113
+ "shouldUnregister": {
263114
+ "defaultValue": null,
263115
+ "description": "",
263116
+ "name": "shouldUnregister",
263117
+ "declarations": [
263118
+ {
263119
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
263120
+ "name": "TypeLiteral"
263121
+ }
263122
+ ],
263123
+ "required": false,
263124
+ "type": {
263125
+ "name": "boolean"
263126
+ }
263127
+ },
263128
+ "children": {
263129
+ "defaultValue": null,
263130
+ "description": "",
263131
+ "name": "children",
263051
263132
  "declarations": [
263052
263133
  {
263053
263134
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263054
- "name": "SVGAttributes"
263135
+ "name": "TypeLiteral"
263055
263136
  }
263056
263137
  ],
263057
263138
  "required": false,
263058
263139
  "type": {
263059
- "name": "string"
263140
+ "name": "ReactNode"
263060
263141
  }
263061
263142
  }
263062
263143
  }
263063
263144
  },
263064
263145
  {
263065
263146
  "tags": {},
263066
- "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
263147
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
263067
263148
  "description": "",
263068
- "displayName": "Form",
263149
+ "displayName": "typedField",
263069
263150
  "methods": [],
263070
263151
  "props": {
263071
- "form": {
263152
+ "watch": {
263072
263153
  "defaultValue": null,
263073
263154
  "description": "",
263074
- "name": "form",
263155
+ "name": "watch",
263156
+ "declarations": [
263157
+ {
263158
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263159
+ "name": "TypeLiteral"
263160
+ }
263161
+ ],
263162
+ "required": true,
263163
+ "type": {
263164
+ "name": "UseFormWatch<T>"
263165
+ }
263166
+ },
263167
+ "getValues": {
263168
+ "defaultValue": null,
263169
+ "description": "",
263170
+ "name": "getValues",
263171
+ "declarations": [
263172
+ {
263173
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263174
+ "name": "TypeLiteral"
263175
+ }
263176
+ ],
263177
+ "required": true,
263178
+ "type": {
263179
+ "name": "UseFormGetValues<T>"
263180
+ }
263181
+ },
263182
+ "getFieldState": {
263183
+ "defaultValue": null,
263184
+ "description": "",
263185
+ "name": "getFieldState",
263186
+ "declarations": [
263187
+ {
263188
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263189
+ "name": "TypeLiteral"
263190
+ },
263191
+ {
263192
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263193
+ "name": "TypeLiteral"
263194
+ }
263195
+ ],
263196
+ "required": true,
263197
+ "type": {
263198
+ "name": "UseFormGetFieldState<T>"
263199
+ }
263200
+ },
263201
+ "setError": {
263202
+ "defaultValue": null,
263203
+ "description": "",
263204
+ "name": "setError",
263205
+ "declarations": [
263206
+ {
263207
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263208
+ "name": "TypeLiteral"
263209
+ },
263210
+ {
263211
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263212
+ "name": "TypeLiteral"
263213
+ }
263214
+ ],
263215
+ "required": true,
263216
+ "type": {
263217
+ "name": "UseFormSetError<T>"
263218
+ }
263219
+ },
263220
+ "clearErrors": {
263221
+ "defaultValue": null,
263222
+ "description": "",
263223
+ "name": "clearErrors",
263224
+ "declarations": [
263225
+ {
263226
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263227
+ "name": "TypeLiteral"
263228
+ }
263229
+ ],
263230
+ "required": true,
263231
+ "type": {
263232
+ "name": "UseFormClearErrors<T>"
263233
+ }
263234
+ },
263235
+ "setValue": {
263236
+ "defaultValue": null,
263237
+ "description": "",
263238
+ "name": "setValue",
263239
+ "declarations": [
263240
+ {
263241
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263242
+ "name": "TypeLiteral"
263243
+ }
263244
+ ],
263245
+ "required": true,
263246
+ "type": {
263247
+ "name": "UseFormSetValue<T>"
263248
+ }
263249
+ },
263250
+ "trigger": {
263251
+ "defaultValue": null,
263252
+ "description": "",
263253
+ "name": "trigger",
263254
+ "declarations": [
263255
+ {
263256
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263257
+ "name": "TypeLiteral"
263258
+ }
263259
+ ],
263260
+ "required": true,
263261
+ "type": {
263262
+ "name": "UseFormTrigger<T>"
263263
+ }
263264
+ },
263265
+ "formState": {
263266
+ "defaultValue": null,
263267
+ "description": "",
263268
+ "name": "formState",
263269
+ "declarations": [
263270
+ {
263271
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263272
+ "name": "TypeLiteral"
263273
+ }
263274
+ ],
263275
+ "required": true,
263276
+ "type": {
263277
+ "name": "FormState<T>"
263278
+ }
263279
+ },
263280
+ "resetField": {
263281
+ "defaultValue": null,
263282
+ "description": "",
263283
+ "name": "resetField",
263284
+ "declarations": [
263285
+ {
263286
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263287
+ "name": "TypeLiteral"
263288
+ }
263289
+ ],
263290
+ "required": true,
263291
+ "type": {
263292
+ "name": "UseFormResetField<T>"
263293
+ }
263294
+ },
263295
+ "reset": {
263296
+ "defaultValue": null,
263297
+ "description": "",
263298
+ "name": "reset",
263299
+ "declarations": [
263300
+ {
263301
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263302
+ "name": "TypeLiteral"
263303
+ }
263304
+ ],
263305
+ "required": true,
263306
+ "type": {
263307
+ "name": "UseFormReset<T>"
263308
+ }
263309
+ },
263310
+ "handleSubmit": {
263311
+ "defaultValue": null,
263312
+ "description": "",
263313
+ "name": "handleSubmit",
263314
+ "declarations": [
263315
+ {
263316
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263317
+ "name": "TypeLiteral"
263318
+ },
263319
+ {
263320
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263321
+ "name": "TypeLiteral"
263322
+ }
263323
+ ],
263324
+ "required": true,
263325
+ "type": {
263326
+ "name": "UseFormHandleSubmit<T, T>"
263327
+ }
263328
+ },
263329
+ "unregister": {
263330
+ "defaultValue": null,
263331
+ "description": "",
263332
+ "name": "unregister",
263333
+ "declarations": [
263334
+ {
263335
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263336
+ "name": "TypeLiteral"
263337
+ },
263338
+ {
263339
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263340
+ "name": "TypeLiteral"
263341
+ }
263342
+ ],
263343
+ "required": true,
263344
+ "type": {
263345
+ "name": "UseFormUnregister<T>"
263346
+ }
263347
+ },
263348
+ "control": {
263349
+ "defaultValue": null,
263350
+ "description": "",
263351
+ "name": "control",
263352
+ "declarations": [
263353
+ {
263354
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263355
+ "name": "TypeLiteral"
263356
+ }
263357
+ ],
263358
+ "required": true,
263359
+ "type": {
263360
+ "name": "Control<T, any, T>"
263361
+ }
263362
+ },
263363
+ "register": {
263364
+ "defaultValue": null,
263365
+ "description": "",
263366
+ "name": "register",
263367
+ "declarations": [
263368
+ {
263369
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263370
+ "name": "TypeLiteral"
263371
+ },
263372
+ {
263373
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263374
+ "name": "TypeLiteral"
263375
+ }
263376
+ ],
263377
+ "required": true,
263378
+ "type": {
263379
+ "name": "UseFormRegister<T>"
263380
+ }
263381
+ },
263382
+ "setFocus": {
263383
+ "defaultValue": null,
263384
+ "description": "",
263385
+ "name": "setFocus",
263386
+ "declarations": [
263387
+ {
263388
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263389
+ "name": "TypeLiteral"
263390
+ }
263391
+ ],
263392
+ "required": true,
263393
+ "type": {
263394
+ "name": "UseFormSetFocus<T>"
263395
+ }
263396
+ },
263397
+ "subscribe": {
263398
+ "defaultValue": null,
263399
+ "description": "",
263400
+ "name": "subscribe",
263401
+ "declarations": [
263402
+ {
263403
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263404
+ "name": "TypeLiteral"
263405
+ }
263406
+ ],
263407
+ "required": true,
263408
+ "type": {
263409
+ "name": "UseFormSubscribe<T>"
263410
+ }
263411
+ },
263412
+ "_subjects": {
263413
+ "defaultValue": null,
263414
+ "description": "",
263415
+ "name": "_subjects",
263416
+ "declarations": [
263417
+ {
263418
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263419
+ "name": "TypeLiteral"
263420
+ }
263421
+ ],
263422
+ "required": true,
263423
+ "type": {
263424
+ "name": "Subjects<T>"
263425
+ }
263426
+ },
263427
+ "_removeUnmounted": {
263428
+ "defaultValue": null,
263429
+ "description": "",
263430
+ "name": "_removeUnmounted",
263431
+ "declarations": [
263432
+ {
263433
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263434
+ "name": "TypeLiteral"
263435
+ }
263436
+ ],
263437
+ "required": true,
263438
+ "type": {
263439
+ "name": "Noop"
263440
+ }
263441
+ },
263442
+ "_names": {
263443
+ "defaultValue": null,
263444
+ "description": "",
263445
+ "name": "_names",
263446
+ "declarations": [
263447
+ {
263448
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263449
+ "name": "TypeLiteral"
263450
+ }
263451
+ ],
263452
+ "required": true,
263453
+ "type": {
263454
+ "name": "Names"
263455
+ }
263456
+ },
263457
+ "_state": {
263458
+ "defaultValue": null,
263459
+ "description": "",
263460
+ "name": "_state",
263461
+ "declarations": [
263462
+ {
263463
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263464
+ "name": "TypeLiteral"
263465
+ }
263466
+ ],
263467
+ "required": true,
263468
+ "type": {
263469
+ "name": "{ mount: boolean; action: boolean; watch: boolean; }"
263470
+ }
263471
+ },
263472
+ "_reset": {
263473
+ "defaultValue": null,
263474
+ "description": "",
263475
+ "name": "_reset",
263476
+ "declarations": [
263477
+ {
263478
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263479
+ "name": "TypeLiteral"
263480
+ }
263481
+ ],
263482
+ "required": true,
263483
+ "type": {
263484
+ "name": "UseFormReset<T>"
263485
+ }
263486
+ },
263487
+ "_options": {
263488
+ "defaultValue": null,
263489
+ "description": "",
263490
+ "name": "_options",
263491
+ "declarations": [
263492
+ {
263493
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263494
+ "name": "TypeLiteral"
263495
+ }
263496
+ ],
263497
+ "required": true,
263498
+ "type": {
263499
+ "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
263500
+ }
263501
+ },
263502
+ "_getDirty": {
263503
+ "defaultValue": null,
263504
+ "description": "",
263505
+ "name": "_getDirty",
263506
+ "declarations": [
263507
+ {
263508
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263509
+ "name": "TypeLiteral"
263510
+ }
263511
+ ],
263512
+ "required": true,
263513
+ "type": {
263514
+ "name": "GetIsDirty"
263515
+ }
263516
+ },
263517
+ "_resetDefaultValues": {
263518
+ "defaultValue": null,
263519
+ "description": "",
263520
+ "name": "_resetDefaultValues",
263521
+ "declarations": [
263522
+ {
263523
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263524
+ "name": "TypeLiteral"
263525
+ }
263526
+ ],
263527
+ "required": true,
263528
+ "type": {
263529
+ "name": "Noop"
263530
+ }
263531
+ },
263532
+ "_formState": {
263533
+ "defaultValue": null,
263534
+ "description": "",
263535
+ "name": "_formState",
263536
+ "declarations": [
263537
+ {
263538
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263539
+ "name": "TypeLiteral"
263540
+ }
263541
+ ],
263542
+ "required": true,
263543
+ "type": {
263544
+ "name": "FormState<T>"
263545
+ }
263546
+ },
263547
+ "_setValid": {
263548
+ "defaultValue": null,
263549
+ "description": "",
263550
+ "name": "_setValid",
263551
+ "declarations": [
263552
+ {
263553
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263554
+ "name": "TypeLiteral"
263555
+ }
263556
+ ],
263557
+ "required": true,
263558
+ "type": {
263559
+ "name": "(shouldUpdateValid?: boolean | undefined) => void"
263560
+ }
263561
+ },
263562
+ "_fields": {
263563
+ "defaultValue": null,
263564
+ "description": "",
263565
+ "name": "_fields",
263566
+ "declarations": [
263567
+ {
263568
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263569
+ "name": "TypeLiteral"
263570
+ }
263571
+ ],
263572
+ "required": true,
263573
+ "type": {
263574
+ "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
263575
+ }
263576
+ },
263577
+ "_formValues": {
263578
+ "defaultValue": null,
263579
+ "description": "",
263580
+ "name": "_formValues",
263581
+ "declarations": [
263582
+ {
263583
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263584
+ "name": "TypeLiteral"
263585
+ }
263586
+ ],
263587
+ "required": true,
263588
+ "type": {
263589
+ "name": "FieldValues"
263590
+ }
263591
+ },
263592
+ "_proxyFormState": {
263593
+ "defaultValue": null,
263594
+ "description": "",
263595
+ "name": "_proxyFormState",
263596
+ "declarations": [
263597
+ {
263598
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263599
+ "name": "TypeLiteral"
263600
+ }
263601
+ ],
263602
+ "required": true,
263603
+ "type": {
263604
+ "name": "ReadFormState"
263605
+ }
263606
+ },
263607
+ "_defaultValues": {
263608
+ "defaultValue": null,
263609
+ "description": "",
263610
+ "name": "_defaultValues",
263611
+ "declarations": [
263612
+ {
263613
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263614
+ "name": "TypeLiteral"
263615
+ }
263616
+ ],
263617
+ "required": true,
263618
+ "type": {
263619
+ "name": "Partial<DefaultValues<T>>"
263620
+ }
263621
+ },
263622
+ "_getWatch": {
263623
+ "defaultValue": null,
263624
+ "description": "",
263625
+ "name": "_getWatch",
263626
+ "declarations": [
263627
+ {
263628
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263629
+ "name": "TypeLiteral"
263630
+ }
263631
+ ],
263632
+ "required": true,
263633
+ "type": {
263634
+ "name": "WatchInternal<T>"
263635
+ }
263636
+ },
263637
+ "_setFieldArray": {
263638
+ "defaultValue": null,
263639
+ "description": "",
263640
+ "name": "_setFieldArray",
263641
+ "declarations": [
263642
+ {
263643
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263644
+ "name": "TypeLiteral"
263645
+ }
263646
+ ],
263647
+ "required": true,
263648
+ "type": {
263649
+ "name": "BatchFieldArrayUpdate"
263650
+ }
263651
+ },
263652
+ "_getFieldArray": {
263653
+ "defaultValue": null,
263654
+ "description": "",
263655
+ "name": "_getFieldArray",
263656
+ "declarations": [
263657
+ {
263658
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263659
+ "name": "TypeLiteral"
263660
+ }
263661
+ ],
263662
+ "required": true,
263663
+ "type": {
263664
+ "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
263665
+ }
263666
+ },
263667
+ "_setErrors": {
263668
+ "defaultValue": null,
263669
+ "description": "",
263670
+ "name": "_setErrors",
263671
+ "declarations": [
263672
+ {
263673
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263674
+ "name": "TypeLiteral"
263675
+ }
263676
+ ],
263677
+ "required": true,
263678
+ "type": {
263679
+ "name": "(errors: FieldErrors<T>) => void"
263680
+ }
263681
+ },
263682
+ "_setDisabledField": {
263683
+ "defaultValue": null,
263684
+ "description": "",
263685
+ "name": "_setDisabledField",
263686
+ "declarations": [
263687
+ {
263688
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263689
+ "name": "TypeLiteral"
263690
+ }
263691
+ ],
263692
+ "required": true,
263693
+ "type": {
263694
+ "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
263695
+ }
263696
+ },
263697
+ "_runSchema": {
263698
+ "defaultValue": null,
263699
+ "description": "",
263700
+ "name": "_runSchema",
263701
+ "declarations": [
263702
+ {
263703
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263704
+ "name": "TypeLiteral"
263705
+ }
263706
+ ],
263707
+ "required": true,
263708
+ "type": {
263709
+ "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
263710
+ }
263711
+ },
263712
+ "_focusError": {
263713
+ "defaultValue": null,
263714
+ "description": "",
263715
+ "name": "_focusError",
263716
+ "declarations": [
263717
+ {
263718
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263719
+ "name": "TypeLiteral"
263720
+ }
263721
+ ],
263722
+ "required": true,
263723
+ "type": {
263724
+ "name": "() => boolean | undefined"
263725
+ }
263726
+ },
263727
+ "_disableForm": {
263728
+ "defaultValue": null,
263729
+ "description": "",
263730
+ "name": "_disableForm",
263731
+ "declarations": [
263732
+ {
263733
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263734
+ "name": "TypeLiteral"
263735
+ }
263736
+ ],
263737
+ "required": true,
263738
+ "type": {
263739
+ "name": "(disabled?: boolean | undefined) => void"
263740
+ }
263741
+ },
263742
+ "_subscribe": {
263743
+ "defaultValue": null,
263744
+ "description": "",
263745
+ "name": "_subscribe",
263746
+ "declarations": [
263747
+ {
263748
+ "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
263749
+ "name": "TypeLiteral"
263750
+ }
263751
+ ],
263752
+ "required": true,
263753
+ "type": {
263754
+ "name": "FromSubscribe<T>"
263755
+ }
263756
+ }
263757
+ }
263758
+ },
263759
+ {
263760
+ "tags": {},
263761
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
263762
+ "description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).\n\nThis component mimics the required effect to reset a form after submit with a\nsimpler to use callback function. See the React Hook docs about resetting\nform on submit: https://arc.net/l/quote/zslpdgfz",
263763
+ "displayName": "AfterFormSubmitEffect",
263764
+ "methods": [],
263765
+ "props": {
263766
+ "submitHandlerResultRef": {
263767
+ "defaultValue": null,
263768
+ "description": "",
263769
+ "name": "submitHandlerResultRef",
263075
263770
  "parent": {
263076
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
263077
- "name": "FormProps"
263771
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
263772
+ "name": "Props"
263078
263773
  },
263079
263774
  "declarations": [
263080
263775
  {
263081
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
263082
- "name": "FormProps"
263776
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
263777
+ "name": "Props"
263083
263778
  }
263084
263779
  ],
263085
263780
  "required": true,
263086
263781
  "type": {
263087
- "name": "UseFormReturn<F>"
263782
+ "name": "RefObject<unknown>"
263088
263783
  }
263089
- },
263090
- "onSubmit": {
263784
+ }
263785
+ }
263786
+ },
263787
+ {
263788
+ "tags": {},
263789
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
263790
+ "description": "",
263791
+ "displayName": "SubmitButtonStateProvider",
263792
+ "methods": [],
263793
+ "props": {
263794
+ "isAsyncSubmit": {
263091
263795
  "defaultValue": null,
263092
263796
  "description": "",
263093
- "name": "onSubmit",
263797
+ "name": "isAsyncSubmit",
263094
263798
  "parent": {
263095
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
263096
- "name": "FormProps"
263799
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
263800
+ "name": "Props"
263097
263801
  },
263098
263802
  "declarations": [
263099
263803
  {
263100
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
263101
- "name": "FormProps"
263804
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
263805
+ "name": "Props"
263102
263806
  }
263103
263807
  ],
263104
263808
  "required": true,
263105
263809
  "type": {
263106
- "name": "SubmitHandler<F>"
263810
+ "name": "RefObject<boolean>"
263107
263811
  }
263108
263812
  },
263109
- "formComponent": {
263813
+ "children": {
263110
263814
  "defaultValue": null,
263111
263815
  "description": "",
263112
- "name": "formComponent",
263816
+ "name": "children",
263817
+ "declarations": [
263818
+ {
263819
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263820
+ "name": "TypeLiteral"
263821
+ }
263822
+ ],
263823
+ "required": false,
263824
+ "type": {
263825
+ "name": "ReactNode"
263826
+ }
263827
+ }
263828
+ }
263829
+ },
263830
+ {
263831
+ "tags": {},
263832
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
263833
+ "description": "",
263834
+ "displayName": "RouterProvider",
263835
+ "methods": [],
263836
+ "props": {
263837
+ "children": {
263838
+ "defaultValue": null,
263839
+ "description": "",
263840
+ "name": "children",
263841
+ "declarations": [
263842
+ {
263843
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263844
+ "name": "TypeLiteral"
263845
+ }
263846
+ ],
263847
+ "required": false,
263848
+ "type": {
263849
+ "name": "ReactNode"
263850
+ }
263851
+ }
263852
+ }
263853
+ },
263854
+ {
263855
+ "tags": {
263856
+ "deprecated": "Use RouterProvider instead"
263857
+ },
263858
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
263859
+ "description": "",
263860
+ "displayName": "LinkProvider",
263861
+ "methods": [],
263862
+ "props": {
263863
+ "children": {
263864
+ "defaultValue": null,
263865
+ "description": "",
263866
+ "name": "children",
263867
+ "declarations": [
263868
+ {
263869
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263870
+ "name": "TypeLiteral"
263871
+ }
263872
+ ],
263873
+ "required": false,
263874
+ "type": {
263875
+ "name": "ReactNode"
263876
+ }
263877
+ }
263878
+ }
263879
+ },
263880
+ {
263881
+ "tags": {
263882
+ "deprecated": "Use RouterProvider instead"
263883
+ },
263884
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
263885
+ "description": "",
263886
+ "displayName": "Link",
263887
+ "methods": [],
263888
+ "props": {
263889
+ "ref": {
263890
+ "defaultValue": null,
263891
+ "description": "",
263892
+ "name": "ref",
263113
263893
  "parent": {
263114
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
263115
- "name": "FormProps"
263894
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
263895
+ "name": "Props"
263116
263896
  },
263117
263897
  "declarations": [
263118
263898
  {
263119
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
263120
- "name": "FormProps"
263899
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
263900
+ "name": "Props"
263121
263901
  }
263122
263902
  ],
263123
263903
  "required": false,
263124
263904
  "type": {
263125
- "name": "FormComponentType"
263905
+ "name": "Ref<HTMLAnchorElement>"
263906
+ }
263907
+ },
263908
+ "isDisabled": {
263909
+ "defaultValue": null,
263910
+ "description": "",
263911
+ "name": "isDisabled",
263912
+ "parent": {
263913
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
263914
+ "name": "Props"
263915
+ },
263916
+ "declarations": [
263917
+ {
263918
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
263919
+ "name": "Props"
263920
+ }
263921
+ ],
263922
+ "required": false,
263923
+ "type": {
263924
+ "name": "boolean"
263126
263925
  }
263127
263926
  },
263128
263927
  "children": {
@@ -264569,25 +265368,6 @@
264569
265368
  "name": "TransitionEventHandler<HTMLElement>"
264570
265369
  }
264571
265370
  },
264572
- "ref": {
264573
- "defaultValue": null,
264574
- "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}",
264575
- "name": "ref",
264576
- "parent": {
264577
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
264578
- "name": "RefAttributes"
264579
- },
264580
- "declarations": [
264581
- {
264582
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
264583
- "name": "RefAttributes"
264584
- }
264585
- ],
264586
- "required": false,
264587
- "type": {
264588
- "name": "Ref<HTMLInputElement>"
264589
- }
264590
- },
264591
265371
  "key": {
264592
265372
  "defaultValue": null,
264593
265373
  "description": "",
@@ -264759,25 +265539,6 @@
264759
265539
  "name": "string"
264760
265540
  }
264761
265541
  },
264762
- "name": {
264763
- "defaultValue": null,
264764
- "description": "",
264765
- "name": "name",
264766
- "parent": {
264767
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
264768
- "name": "InputHTMLAttributes"
264769
- },
264770
- "declarations": [
264771
- {
264772
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
264773
- "name": "InputHTMLAttributes"
264774
- }
264775
- ],
264776
- "required": false,
264777
- "type": {
264778
- "name": "string"
264779
- }
264780
- },
264781
265542
  "slot": {
264782
265543
  "defaultValue": null,
264783
265544
  "description": "",
@@ -264892,18 +265653,18 @@
264892
265653
  "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
264893
265654
  }
264894
265655
  },
264895
- "autoComplete": {
265656
+ "type": {
264896
265657
  "defaultValue": null,
264897
265658
  "description": "",
264898
- "name": "autoComplete",
265659
+ "name": "type",
264899
265660
  "parent": {
264900
265661
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
264901
- "name": "FormHTMLAttributes"
265662
+ "name": "SVGAttributes"
264902
265663
  },
264903
265664
  "declarations": [
264904
265665
  {
264905
265666
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
264906
- "name": "FormHTMLAttributes"
265667
+ "name": "SVGAttributes"
264907
265668
  }
264908
265669
  ],
264909
265670
  "required": false,
@@ -267020,6 +267781,25 @@
267020
267781
  "name": "FormEventHandler<HTMLElement>"
267021
267782
  }
267022
267783
  },
267784
+ "onSubmit": {
267785
+ "defaultValue": null,
267786
+ "description": "",
267787
+ "name": "onSubmit",
267788
+ "parent": {
267789
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267790
+ "name": "DOMAttributes"
267791
+ },
267792
+ "declarations": [
267793
+ {
267794
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267795
+ "name": "DOMAttributes"
267796
+ }
267797
+ ],
267798
+ "required": false,
267799
+ "type": {
267800
+ "name": "FormEventHandler<HTMLElement>"
267801
+ }
267802
+ },
267023
267803
  "onSubmitCapture": {
267024
267804
  "defaultValue": null,
267025
267805
  "description": "",
@@ -268483,10 +269263,10 @@
268483
269263
  "name": "string"
268484
269264
  }
268485
269265
  },
268486
- "method": {
269266
+ "href": {
268487
269267
  "defaultValue": null,
268488
269268
  "description": "",
268489
- "name": "method",
269269
+ "name": "href",
268490
269270
  "parent": {
268491
269271
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268492
269272
  "name": "SVGAttributes"
@@ -268502,56 +269282,56 @@
268502
269282
  "name": "string"
268503
269283
  }
268504
269284
  },
268505
- "action": {
269285
+ "hrefLang": {
268506
269286
  "defaultValue": null,
268507
269287
  "description": "",
268508
- "name": "action",
269288
+ "name": "hrefLang",
268509
269289
  "parent": {
268510
269290
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268511
- "name": "FormHTMLAttributes"
269291
+ "name": "AnchorHTMLAttributes"
268512
269292
  },
268513
269293
  "declarations": [
268514
269294
  {
268515
269295
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268516
- "name": "FormHTMLAttributes"
269296
+ "name": "AnchorHTMLAttributes"
268517
269297
  }
268518
269298
  ],
268519
269299
  "required": false,
268520
269300
  "type": {
268521
- "name": "string | ((formData: FormData) => void | Promise<void>)"
269301
+ "name": "string"
268522
269302
  }
268523
269303
  },
268524
- "acceptCharset": {
269304
+ "download": {
268525
269305
  "defaultValue": null,
268526
269306
  "description": "",
268527
- "name": "acceptCharset",
269307
+ "name": "download",
268528
269308
  "parent": {
268529
269309
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268530
- "name": "FormHTMLAttributes"
269310
+ "name": "AnchorHTMLAttributes"
268531
269311
  },
268532
269312
  "declarations": [
268533
269313
  {
268534
269314
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268535
- "name": "FormHTMLAttributes"
269315
+ "name": "AnchorHTMLAttributes"
268536
269316
  }
268537
269317
  ],
268538
269318
  "required": false,
268539
269319
  "type": {
268540
- "name": "string"
269320
+ "name": "any"
268541
269321
  }
268542
269322
  },
268543
- "encType": {
269323
+ "ping": {
268544
269324
  "defaultValue": null,
268545
269325
  "description": "",
268546
- "name": "encType",
269326
+ "name": "ping",
268547
269327
  "parent": {
268548
269328
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268549
- "name": "FormHTMLAttributes"
269329
+ "name": "AnchorHTMLAttributes"
268550
269330
  },
268551
269331
  "declarations": [
268552
269332
  {
268553
269333
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268554
- "name": "FormHTMLAttributes"
269334
+ "name": "AnchorHTMLAttributes"
268555
269335
  }
268556
269336
  ],
268557
269337
  "required": false,
@@ -268559,822 +269339,42 @@
268559
269339
  "name": "string"
268560
269340
  }
268561
269341
  },
268562
- "noValidate": {
269342
+ "referrerPolicy": {
268563
269343
  "defaultValue": null,
268564
269344
  "description": "",
268565
- "name": "noValidate",
269345
+ "name": "referrerPolicy",
268566
269346
  "parent": {
268567
269347
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268568
- "name": "FormHTMLAttributes"
269348
+ "name": "ImgHTMLAttributes"
268569
269349
  },
268570
269350
  "declarations": [
268571
269351
  {
268572
269352
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268573
- "name": "FormHTMLAttributes"
268574
- }
268575
- ],
268576
- "required": false,
268577
- "type": {
268578
- "name": "boolean"
268579
- }
268580
- }
268581
- }
268582
- },
268583
- {
268584
- "tags": {},
268585
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
268586
- "description": "",
268587
- "displayName": "Field",
268588
- "methods": [],
268589
- "props": {
268590
- "defaultValue": {
268591
- "defaultValue": null,
268592
- "description": "",
268593
- "name": "defaultValue",
268594
- "declarations": [
268595
- {
268596
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
268597
- "name": "TypeLiteral"
268598
- }
268599
- ],
268600
- "required": false,
268601
- "type": {
268602
- "name": "any"
268603
- }
268604
- },
268605
- "name": {
268606
- "defaultValue": null,
268607
- "description": "",
268608
- "name": "name",
268609
- "declarations": [
268610
- {
268611
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
268612
- "name": "TypeLiteral"
268613
- }
268614
- ],
268615
- "required": true,
268616
- "type": {
268617
- "name": "string"
268618
- }
268619
- },
268620
- "disabled": {
268621
- "defaultValue": null,
268622
- "description": "",
268623
- "name": "disabled",
268624
- "declarations": [
268625
- {
268626
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
268627
- "name": "TypeLiteral"
268628
- }
268629
- ],
268630
- "required": false,
268631
- "type": {
268632
- "name": "boolean"
268633
- }
268634
- },
268635
- "control": {
268636
- "defaultValue": null,
268637
- "description": "",
268638
- "name": "control",
268639
- "declarations": [
268640
- {
268641
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
268642
- "name": "TypeLiteral"
268643
- }
268644
- ],
268645
- "required": false,
268646
- "type": {
268647
- "name": "Control<T, any, T>"
268648
- }
268649
- },
268650
- "rules": {
268651
- "defaultValue": null,
268652
- "description": "",
268653
- "name": "rules",
268654
- "declarations": [
268655
- {
268656
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
268657
- "name": "TypeLiteral"
268658
- }
268659
- ],
268660
- "required": false,
268661
- "type": {
268662
- "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
268663
- }
268664
- },
268665
- "shouldUnregister": {
268666
- "defaultValue": null,
268667
- "description": "",
268668
- "name": "shouldUnregister",
268669
- "declarations": [
268670
- {
268671
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
268672
- "name": "TypeLiteral"
268673
- }
268674
- ],
268675
- "required": false,
268676
- "type": {
268677
- "name": "boolean"
268678
- }
268679
- },
268680
- "children": {
268681
- "defaultValue": null,
268682
- "description": "",
268683
- "name": "children",
268684
- "declarations": [
268685
- {
268686
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
268687
- "name": "TypeLiteral"
269353
+ "name": "ImgHTMLAttributes"
268688
269354
  }
268689
269355
  ],
268690
269356
  "required": false,
268691
269357
  "type": {
268692
- "name": "ReactNode"
268693
- }
268694
- }
268695
- }
268696
- },
268697
- {
268698
- "tags": {},
268699
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
268700
- "description": "",
268701
- "displayName": "typedField",
268702
- "methods": [],
268703
- "props": {
268704
- "watch": {
268705
- "defaultValue": null,
268706
- "description": "",
268707
- "name": "watch",
268708
- "declarations": [
268709
- {
268710
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268711
- "name": "TypeLiteral"
268712
- }
268713
- ],
268714
- "required": true,
268715
- "type": {
268716
- "name": "UseFormWatch<T>"
268717
- }
268718
- },
268719
- "getValues": {
268720
- "defaultValue": null,
268721
- "description": "",
268722
- "name": "getValues",
268723
- "declarations": [
268724
- {
268725
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268726
- "name": "TypeLiteral"
268727
- }
268728
- ],
268729
- "required": true,
268730
- "type": {
268731
- "name": "UseFormGetValues<T>"
268732
- }
268733
- },
268734
- "getFieldState": {
268735
- "defaultValue": null,
268736
- "description": "",
268737
- "name": "getFieldState",
268738
- "declarations": [
268739
- {
268740
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268741
- "name": "TypeLiteral"
268742
- },
268743
- {
268744
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268745
- "name": "TypeLiteral"
268746
- }
268747
- ],
268748
- "required": true,
268749
- "type": {
268750
- "name": "UseFormGetFieldState<T>"
268751
- }
268752
- },
268753
- "setError": {
268754
- "defaultValue": null,
268755
- "description": "",
268756
- "name": "setError",
268757
- "declarations": [
268758
- {
268759
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268760
- "name": "TypeLiteral"
268761
- },
268762
- {
268763
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268764
- "name": "TypeLiteral"
268765
- }
268766
- ],
268767
- "required": true,
268768
- "type": {
268769
- "name": "UseFormSetError<T>"
268770
- }
268771
- },
268772
- "clearErrors": {
268773
- "defaultValue": null,
268774
- "description": "",
268775
- "name": "clearErrors",
268776
- "declarations": [
268777
- {
268778
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268779
- "name": "TypeLiteral"
268780
- }
268781
- ],
268782
- "required": true,
268783
- "type": {
268784
- "name": "UseFormClearErrors<T>"
268785
- }
268786
- },
268787
- "setValue": {
268788
- "defaultValue": null,
268789
- "description": "",
268790
- "name": "setValue",
268791
- "declarations": [
268792
- {
268793
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268794
- "name": "TypeLiteral"
268795
- }
268796
- ],
268797
- "required": true,
268798
- "type": {
268799
- "name": "UseFormSetValue<T>"
268800
- }
268801
- },
268802
- "trigger": {
268803
- "defaultValue": null,
268804
- "description": "",
268805
- "name": "trigger",
268806
- "declarations": [
268807
- {
268808
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268809
- "name": "TypeLiteral"
268810
- }
268811
- ],
268812
- "required": true,
268813
- "type": {
268814
- "name": "UseFormTrigger<T>"
268815
- }
268816
- },
268817
- "formState": {
268818
- "defaultValue": null,
268819
- "description": "",
268820
- "name": "formState",
268821
- "declarations": [
268822
- {
268823
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268824
- "name": "TypeLiteral"
268825
- }
268826
- ],
268827
- "required": true,
268828
- "type": {
268829
- "name": "FormState<T>"
268830
- }
268831
- },
268832
- "resetField": {
268833
- "defaultValue": null,
268834
- "description": "",
268835
- "name": "resetField",
268836
- "declarations": [
268837
- {
268838
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268839
- "name": "TypeLiteral"
268840
- }
268841
- ],
268842
- "required": true,
268843
- "type": {
268844
- "name": "UseFormResetField<T>"
268845
- }
268846
- },
268847
- "reset": {
268848
- "defaultValue": null,
268849
- "description": "",
268850
- "name": "reset",
268851
- "declarations": [
268852
- {
268853
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268854
- "name": "TypeLiteral"
268855
- }
268856
- ],
268857
- "required": true,
268858
- "type": {
268859
- "name": "UseFormReset<T>"
268860
- }
268861
- },
268862
- "handleSubmit": {
268863
- "defaultValue": null,
268864
- "description": "",
268865
- "name": "handleSubmit",
268866
- "declarations": [
268867
- {
268868
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268869
- "name": "TypeLiteral"
268870
- },
268871
- {
268872
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268873
- "name": "TypeLiteral"
268874
- }
268875
- ],
268876
- "required": true,
268877
- "type": {
268878
- "name": "UseFormHandleSubmit<T, T>"
268879
- }
268880
- },
268881
- "unregister": {
268882
- "defaultValue": null,
268883
- "description": "",
268884
- "name": "unregister",
268885
- "declarations": [
268886
- {
268887
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268888
- "name": "TypeLiteral"
268889
- },
268890
- {
268891
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268892
- "name": "TypeLiteral"
268893
- }
268894
- ],
268895
- "required": true,
268896
- "type": {
268897
- "name": "UseFormUnregister<T>"
268898
- }
268899
- },
268900
- "control": {
268901
- "defaultValue": null,
268902
- "description": "",
268903
- "name": "control",
268904
- "declarations": [
268905
- {
268906
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268907
- "name": "TypeLiteral"
268908
- }
268909
- ],
268910
- "required": true,
268911
- "type": {
268912
- "name": "Control<T, any, T>"
268913
- }
268914
- },
268915
- "register": {
268916
- "defaultValue": null,
268917
- "description": "",
268918
- "name": "register",
268919
- "declarations": [
268920
- {
268921
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268922
- "name": "TypeLiteral"
268923
- },
268924
- {
268925
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268926
- "name": "TypeLiteral"
268927
- }
268928
- ],
268929
- "required": true,
268930
- "type": {
268931
- "name": "UseFormRegister<T>"
268932
- }
268933
- },
268934
- "setFocus": {
268935
- "defaultValue": null,
268936
- "description": "",
268937
- "name": "setFocus",
268938
- "declarations": [
268939
- {
268940
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268941
- "name": "TypeLiteral"
268942
- }
268943
- ],
268944
- "required": true,
268945
- "type": {
268946
- "name": "UseFormSetFocus<T>"
268947
- }
268948
- },
268949
- "subscribe": {
268950
- "defaultValue": null,
268951
- "description": "",
268952
- "name": "subscribe",
268953
- "declarations": [
268954
- {
268955
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268956
- "name": "TypeLiteral"
268957
- }
268958
- ],
268959
- "required": true,
268960
- "type": {
268961
- "name": "UseFormSubscribe<T>"
268962
- }
268963
- },
268964
- "_subjects": {
268965
- "defaultValue": null,
268966
- "description": "",
268967
- "name": "_subjects",
268968
- "declarations": [
268969
- {
268970
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268971
- "name": "TypeLiteral"
268972
- }
268973
- ],
268974
- "required": true,
268975
- "type": {
268976
- "name": "Subjects<T>"
268977
- }
268978
- },
268979
- "_removeUnmounted": {
268980
- "defaultValue": null,
268981
- "description": "",
268982
- "name": "_removeUnmounted",
268983
- "declarations": [
268984
- {
268985
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
268986
- "name": "TypeLiteral"
268987
- }
268988
- ],
268989
- "required": true,
268990
- "type": {
268991
- "name": "Noop"
268992
- }
268993
- },
268994
- "_names": {
268995
- "defaultValue": null,
268996
- "description": "",
268997
- "name": "_names",
268998
- "declarations": [
268999
- {
269000
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269001
- "name": "TypeLiteral"
269002
- }
269003
- ],
269004
- "required": true,
269005
- "type": {
269006
- "name": "Names"
269007
- }
269008
- },
269009
- "_state": {
269010
- "defaultValue": null,
269011
- "description": "",
269012
- "name": "_state",
269013
- "declarations": [
269014
- {
269015
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269016
- "name": "TypeLiteral"
269017
- }
269018
- ],
269019
- "required": true,
269020
- "type": {
269021
- "name": "{ mount: boolean; action: boolean; watch: boolean; }"
269022
- }
269023
- },
269024
- "_reset": {
269025
- "defaultValue": null,
269026
- "description": "",
269027
- "name": "_reset",
269028
- "declarations": [
269029
- {
269030
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269031
- "name": "TypeLiteral"
269032
- }
269033
- ],
269034
- "required": true,
269035
- "type": {
269036
- "name": "UseFormReset<T>"
269037
- }
269038
- },
269039
- "_options": {
269040
- "defaultValue": null,
269041
- "description": "",
269042
- "name": "_options",
269043
- "declarations": [
269044
- {
269045
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269046
- "name": "TypeLiteral"
269047
- }
269048
- ],
269049
- "required": true,
269050
- "type": {
269051
- "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
269052
- }
269053
- },
269054
- "_getDirty": {
269055
- "defaultValue": null,
269056
- "description": "",
269057
- "name": "_getDirty",
269058
- "declarations": [
269059
- {
269060
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269061
- "name": "TypeLiteral"
269062
- }
269063
- ],
269064
- "required": true,
269065
- "type": {
269066
- "name": "GetIsDirty"
269067
- }
269068
- },
269069
- "_resetDefaultValues": {
269070
- "defaultValue": null,
269071
- "description": "",
269072
- "name": "_resetDefaultValues",
269073
- "declarations": [
269074
- {
269075
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269076
- "name": "TypeLiteral"
269077
- }
269078
- ],
269079
- "required": true,
269080
- "type": {
269081
- "name": "Noop"
269082
- }
269083
- },
269084
- "_formState": {
269085
- "defaultValue": null,
269086
- "description": "",
269087
- "name": "_formState",
269088
- "declarations": [
269089
- {
269090
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269091
- "name": "TypeLiteral"
269092
- }
269093
- ],
269094
- "required": true,
269095
- "type": {
269096
- "name": "FormState<T>"
269097
- }
269098
- },
269099
- "_setValid": {
269100
- "defaultValue": null,
269101
- "description": "",
269102
- "name": "_setValid",
269103
- "declarations": [
269104
- {
269105
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269106
- "name": "TypeLiteral"
269107
- }
269108
- ],
269109
- "required": true,
269110
- "type": {
269111
- "name": "(shouldUpdateValid?: boolean | undefined) => void"
269112
- }
269113
- },
269114
- "_fields": {
269115
- "defaultValue": null,
269116
- "description": "",
269117
- "name": "_fields",
269118
- "declarations": [
269119
- {
269120
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269121
- "name": "TypeLiteral"
269122
- }
269123
- ],
269124
- "required": true,
269125
- "type": {
269126
- "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
269127
- }
269128
- },
269129
- "_formValues": {
269130
- "defaultValue": null,
269131
- "description": "",
269132
- "name": "_formValues",
269133
- "declarations": [
269134
- {
269135
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269136
- "name": "TypeLiteral"
269137
- }
269138
- ],
269139
- "required": true,
269140
- "type": {
269141
- "name": "FieldValues"
269142
- }
269143
- },
269144
- "_proxyFormState": {
269145
- "defaultValue": null,
269146
- "description": "",
269147
- "name": "_proxyFormState",
269148
- "declarations": [
269149
- {
269150
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269151
- "name": "TypeLiteral"
269152
- }
269153
- ],
269154
- "required": true,
269155
- "type": {
269156
- "name": "ReadFormState"
269157
- }
269158
- },
269159
- "_defaultValues": {
269160
- "defaultValue": null,
269161
- "description": "",
269162
- "name": "_defaultValues",
269163
- "declarations": [
269164
- {
269165
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269166
- "name": "TypeLiteral"
269167
- }
269168
- ],
269169
- "required": true,
269170
- "type": {
269171
- "name": "Partial<DefaultValues<T>>"
269172
- }
269173
- },
269174
- "_getWatch": {
269175
- "defaultValue": null,
269176
- "description": "",
269177
- "name": "_getWatch",
269178
- "declarations": [
269179
- {
269180
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269181
- "name": "TypeLiteral"
269182
- }
269183
- ],
269184
- "required": true,
269185
- "type": {
269186
- "name": "WatchInternal<T>"
269187
- }
269188
- },
269189
- "_setFieldArray": {
269190
- "defaultValue": null,
269191
- "description": "",
269192
- "name": "_setFieldArray",
269193
- "declarations": [
269194
- {
269195
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269196
- "name": "TypeLiteral"
269197
- }
269198
- ],
269199
- "required": true,
269200
- "type": {
269201
- "name": "BatchFieldArrayUpdate"
269202
- }
269203
- },
269204
- "_getFieldArray": {
269205
- "defaultValue": null,
269206
- "description": "",
269207
- "name": "_getFieldArray",
269208
- "declarations": [
269209
- {
269210
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269211
- "name": "TypeLiteral"
269212
- }
269213
- ],
269214
- "required": true,
269215
- "type": {
269216
- "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
269217
- }
269218
- },
269219
- "_setErrors": {
269220
- "defaultValue": null,
269221
- "description": "",
269222
- "name": "_setErrors",
269223
- "declarations": [
269224
- {
269225
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269226
- "name": "TypeLiteral"
269227
- }
269228
- ],
269229
- "required": true,
269230
- "type": {
269231
- "name": "(errors: FieldErrors<T>) => void"
269232
- }
269233
- },
269234
- "_setDisabledField": {
269235
- "defaultValue": null,
269236
- "description": "",
269237
- "name": "_setDisabledField",
269238
- "declarations": [
269239
- {
269240
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269241
- "name": "TypeLiteral"
269242
- }
269243
- ],
269244
- "required": true,
269245
- "type": {
269246
- "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
269247
- }
269248
- },
269249
- "_runSchema": {
269250
- "defaultValue": null,
269251
- "description": "",
269252
- "name": "_runSchema",
269253
- "declarations": [
269254
- {
269255
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269256
- "name": "TypeLiteral"
269257
- }
269258
- ],
269259
- "required": true,
269260
- "type": {
269261
- "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
269262
- }
269263
- },
269264
- "_focusError": {
269265
- "defaultValue": null,
269266
- "description": "",
269267
- "name": "_focusError",
269268
- "declarations": [
269269
- {
269270
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269271
- "name": "TypeLiteral"
269272
- }
269273
- ],
269274
- "required": true,
269275
- "type": {
269276
- "name": "() => boolean | undefined"
269277
- }
269278
- },
269279
- "_disableForm": {
269280
- "defaultValue": null,
269281
- "description": "",
269282
- "name": "_disableForm",
269283
- "declarations": [
269284
- {
269285
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269286
- "name": "TypeLiteral"
269287
- }
269288
- ],
269289
- "required": true,
269290
- "type": {
269291
- "name": "(disabled?: boolean | undefined) => void"
269358
+ "name": "HTMLAttributeReferrerPolicy"
269292
269359
  }
269293
269360
  },
269294
- "_subscribe": {
269295
- "defaultValue": null,
269296
- "description": "",
269297
- "name": "_subscribe",
269298
- "declarations": [
269299
- {
269300
- "fileName": "flow/node_modules/.pnpm/react-hook-form@7.61.1_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
269301
- "name": "TypeLiteral"
269302
- }
269303
- ],
269304
- "required": true,
269305
- "type": {
269306
- "name": "FromSubscribe<T>"
269307
- }
269308
- }
269309
- }
269310
- },
269311
- {
269312
- "tags": {},
269313
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
269314
- "description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).\n\nThis component mimics the required effect to reset a form after submit with a\nsimpler to use callback function. See the React Hook docs about resetting\nform on submit: https://arc.net/l/quote/zslpdgfz",
269315
- "displayName": "AfterFormSubmitEffect",
269316
- "methods": [],
269317
- "props": {
269318
- "submitHandlerResultRef": {
269319
- "defaultValue": null,
269320
- "description": "",
269321
- "name": "submitHandlerResultRef",
269322
- "parent": {
269323
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
269324
- "name": "Props"
269325
- },
269326
- "declarations": [
269327
- {
269328
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
269329
- "name": "Props"
269330
- }
269331
- ],
269332
- "required": true,
269333
- "type": {
269334
- "name": "RefObject<unknown>"
269335
- }
269336
- }
269337
- }
269338
- },
269339
- {
269340
- "tags": {},
269341
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
269342
- "description": "",
269343
- "displayName": "SubmitButtonStateProvider",
269344
- "methods": [],
269345
- "props": {
269346
- "isAsyncSubmit": {
269361
+ "media": {
269347
269362
  "defaultValue": null,
269348
269363
  "description": "",
269349
- "name": "isAsyncSubmit",
269364
+ "name": "media",
269350
269365
  "parent": {
269351
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
269352
- "name": "Props"
269366
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
269367
+ "name": "SVGAttributes"
269353
269368
  },
269354
- "declarations": [
269355
- {
269356
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
269357
- "name": "Props"
269358
- }
269359
- ],
269360
- "required": true,
269361
- "type": {
269362
- "name": "RefObject<boolean>"
269363
- }
269364
- },
269365
- "children": {
269366
- "defaultValue": null,
269367
- "description": "",
269368
- "name": "children",
269369
269369
  "declarations": [
269370
269370
  {
269371
269371
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
269372
- "name": "TypeLiteral"
269372
+ "name": "SVGAttributes"
269373
269373
  }
269374
269374
  ],
269375
269375
  "required": false,
269376
269376
  "type": {
269377
- "name": "ReactNode"
269377
+ "name": "string"
269378
269378
  }
269379
269379
  }
269380
269380
  }
@@ -321350,138 +321350,6 @@
321350
321350
  }
321351
321351
  }
321352
321352
  },
321353
- {
321354
- "tags": {},
321355
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
321356
- "description": "",
321357
- "displayName": "Item",
321358
- "methods": [],
321359
- "props": {
321360
- "id": {
321361
- "defaultValue": null,
321362
- "description": "",
321363
- "name": "id",
321364
- "parent": {
321365
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
321366
- "name": "Props"
321367
- },
321368
- "declarations": [
321369
- {
321370
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
321371
- "name": "Props"
321372
- }
321373
- ],
321374
- "required": true,
321375
- "type": {
321376
- "name": "Key"
321377
- }
321378
- },
321379
- "data": {
321380
- "defaultValue": null,
321381
- "description": "",
321382
- "name": "data",
321383
- "parent": {
321384
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
321385
- "name": "Props"
321386
- },
321387
- "declarations": [
321388
- {
321389
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
321390
- "name": "Props"
321391
- }
321392
- ],
321393
- "required": true,
321394
- "type": {
321395
- "name": "never"
321396
- }
321397
- },
321398
- "children": {
321399
- "defaultValue": null,
321400
- "description": "",
321401
- "name": "children",
321402
- "declarations": [
321403
- {
321404
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
321405
- "name": "TypeLiteral"
321406
- }
321407
- ],
321408
- "required": false,
321409
- "type": {
321410
- "name": "ReactNode"
321411
- }
321412
- }
321413
- }
321414
- },
321415
- {
321416
- "tags": {},
321417
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
321418
- "description": "",
321419
- "displayName": "ItemContainer",
321420
- "methods": [],
321421
- "props": {
321422
- "id": {
321423
- "defaultValue": null,
321424
- "description": "",
321425
- "name": "id",
321426
- "parent": {
321427
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
321428
- "name": "Props"
321429
- },
321430
- "declarations": [
321431
- {
321432
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
321433
- "name": "Props"
321434
- }
321435
- ],
321436
- "required": true,
321437
- "type": {
321438
- "name": "Key"
321439
- }
321440
- },
321441
- "data": {
321442
- "defaultValue": null,
321443
- "description": "",
321444
- "name": "data",
321445
- "parent": {
321446
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
321447
- "name": "Props"
321448
- },
321449
- "declarations": [
321450
- {
321451
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
321452
- "name": "Props"
321453
- }
321454
- ],
321455
- "required": true,
321456
- "type": {
321457
- "name": "never"
321458
- }
321459
- },
321460
- "children": {
321461
- "defaultValue": null,
321462
- "description": "",
321463
- "name": "children",
321464
- "declarations": [
321465
- {
321466
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
321467
- "name": "TypeLiteral"
321468
- }
321469
- ],
321470
- "required": false,
321471
- "type": {
321472
- "name": "ReactNode"
321473
- }
321474
- }
321475
- }
321476
- },
321477
- {
321478
- "tags": {},
321479
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
321480
- "description": "",
321481
- "displayName": "FallbackItems",
321482
- "methods": [],
321483
- "props": {}
321484
- },
321485
321353
  {
321486
321354
  "tags": {
321487
321355
  "flr-generate": "all"
@@ -325156,6 +325024,138 @@
325156
325024
  }
325157
325025
  }
325158
325026
  },
325027
+ {
325028
+ "tags": {},
325029
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
325030
+ "description": "",
325031
+ "displayName": "Item",
325032
+ "methods": [],
325033
+ "props": {
325034
+ "id": {
325035
+ "defaultValue": null,
325036
+ "description": "",
325037
+ "name": "id",
325038
+ "parent": {
325039
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
325040
+ "name": "Props"
325041
+ },
325042
+ "declarations": [
325043
+ {
325044
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
325045
+ "name": "Props"
325046
+ }
325047
+ ],
325048
+ "required": true,
325049
+ "type": {
325050
+ "name": "Key"
325051
+ }
325052
+ },
325053
+ "data": {
325054
+ "defaultValue": null,
325055
+ "description": "",
325056
+ "name": "data",
325057
+ "parent": {
325058
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
325059
+ "name": "Props"
325060
+ },
325061
+ "declarations": [
325062
+ {
325063
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
325064
+ "name": "Props"
325065
+ }
325066
+ ],
325067
+ "required": true,
325068
+ "type": {
325069
+ "name": "never"
325070
+ }
325071
+ },
325072
+ "children": {
325073
+ "defaultValue": null,
325074
+ "description": "",
325075
+ "name": "children",
325076
+ "declarations": [
325077
+ {
325078
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
325079
+ "name": "TypeLiteral"
325080
+ }
325081
+ ],
325082
+ "required": false,
325083
+ "type": {
325084
+ "name": "ReactNode"
325085
+ }
325086
+ }
325087
+ }
325088
+ },
325089
+ {
325090
+ "tags": {},
325091
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
325092
+ "description": "",
325093
+ "displayName": "ItemContainer",
325094
+ "methods": [],
325095
+ "props": {
325096
+ "id": {
325097
+ "defaultValue": null,
325098
+ "description": "",
325099
+ "name": "id",
325100
+ "parent": {
325101
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
325102
+ "name": "Props"
325103
+ },
325104
+ "declarations": [
325105
+ {
325106
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
325107
+ "name": "Props"
325108
+ }
325109
+ ],
325110
+ "required": true,
325111
+ "type": {
325112
+ "name": "Key"
325113
+ }
325114
+ },
325115
+ "data": {
325116
+ "defaultValue": null,
325117
+ "description": "",
325118
+ "name": "data",
325119
+ "parent": {
325120
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
325121
+ "name": "Props"
325122
+ },
325123
+ "declarations": [
325124
+ {
325125
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
325126
+ "name": "Props"
325127
+ }
325128
+ ],
325129
+ "required": true,
325130
+ "type": {
325131
+ "name": "never"
325132
+ }
325133
+ },
325134
+ "children": {
325135
+ "defaultValue": null,
325136
+ "description": "",
325137
+ "name": "children",
325138
+ "declarations": [
325139
+ {
325140
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
325141
+ "name": "TypeLiteral"
325142
+ }
325143
+ ],
325144
+ "required": false,
325145
+ "type": {
325146
+ "name": "ReactNode"
325147
+ }
325148
+ }
325149
+ }
325150
+ },
325151
+ {
325152
+ "tags": {},
325153
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
325154
+ "description": "",
325155
+ "displayName": "FallbackItems",
325156
+ "methods": [],
325157
+ "props": {}
325158
+ },
325159
325159
  {
325160
325160
  "tags": {},
325161
325161
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",