@mittwald/flow-react-components 0.2.0-alpha.382 → 0.2.0-alpha.384

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.
@@ -90941,165 +90941,6 @@
90941
90941
  }
90942
90942
  }
90943
90943
  },
90944
- {
90945
- "tags": {},
90946
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
90947
- "description": "",
90948
- "displayName": "LightBox",
90949
- "methods": [],
90950
- "props": {
90951
- "controller": {
90952
- "defaultValue": null,
90953
- "description": "An overlay controller to control the light box state.",
90954
- "name": "controller",
90955
- "parent": {
90956
- "fileName": "components/src/components/LightBox/LightBox.tsx",
90957
- "name": "LightBoxProps"
90958
- },
90959
- "declarations": [
90960
- {
90961
- "fileName": "components/src/components/LightBox/LightBox.tsx",
90962
- "name": "LightBoxProps"
90963
- }
90964
- ],
90965
- "required": false,
90966
- "type": {
90967
- "name": "OverlayController"
90968
- }
90969
- },
90970
- "fitScreen": {
90971
- "defaultValue": {
90972
- "value": "true"
90973
- },
90974
- "description": "Whether content can be displayed larger than the available space in the\nscreen.",
90975
- "name": "fitScreen",
90976
- "parent": {
90977
- "fileName": "components/src/components/LightBox/LightBox.tsx",
90978
- "name": "LightBoxProps"
90979
- },
90980
- "declarations": [
90981
- {
90982
- "fileName": "components/src/components/LightBox/LightBox.tsx",
90983
- "name": "LightBoxProps"
90984
- }
90985
- ],
90986
- "required": false,
90987
- "type": {
90988
- "name": "boolean"
90989
- }
90990
- },
90991
- "children": {
90992
- "defaultValue": null,
90993
- "description": "",
90994
- "name": "children",
90995
- "declarations": [
90996
- {
90997
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
90998
- "name": "TypeLiteral"
90999
- }
91000
- ],
91001
- "required": false,
91002
- "type": {
91003
- "name": "ReactNode"
91004
- }
91005
- },
91006
- "wrapWith": {
91007
- "defaultValue": null,
91008
- "description": "",
91009
- "name": "wrapWith",
91010
- "parent": {
91011
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
91012
- "name": "FlowComponentProps"
91013
- },
91014
- "declarations": [
91015
- {
91016
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
91017
- "name": "FlowComponentProps"
91018
- }
91019
- ],
91020
- "required": false,
91021
- "type": {
91022
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
91023
- }
91024
- },
91025
- "tunnelId": {
91026
- "defaultValue": null,
91027
- "description": "@internal",
91028
- "name": "tunnelId",
91029
- "parent": {
91030
- "fileName": "components/src/lib/types/props.ts",
91031
- "name": "PropsWithTunnel"
91032
- },
91033
- "declarations": [
91034
- {
91035
- "fileName": "components/src/lib/types/props.ts",
91036
- "name": "PropsWithTunnel"
91037
- }
91038
- ],
91039
- "required": false,
91040
- "type": {
91041
- "name": "string | null"
91042
- }
91043
- },
91044
- "ref": {
91045
- "defaultValue": null,
91046
- "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}",
91047
- "name": "ref",
91048
- "parent": {
91049
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
91050
- "name": "RefAttributes"
91051
- },
91052
- "declarations": [
91053
- {
91054
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
91055
- "name": "RefAttributes"
91056
- }
91057
- ],
91058
- "required": false,
91059
- "type": {
91060
- "name": "Ref<HTMLInputElement>"
91061
- }
91062
- },
91063
- "key": {
91064
- "defaultValue": null,
91065
- "description": "",
91066
- "name": "key",
91067
- "parent": {
91068
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
91069
- "name": "Attributes"
91070
- },
91071
- "declarations": [
91072
- {
91073
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
91074
- "name": "Attributes"
91075
- }
91076
- ],
91077
- "required": false,
91078
- "type": {
91079
- "name": "Key | null"
91080
- }
91081
- },
91082
- "className": {
91083
- "defaultValue": null,
91084
- "description": "The elements class name.",
91085
- "name": "className",
91086
- "parent": {
91087
- "fileName": "components/src/lib/types/props.ts",
91088
- "name": "PropsWithClassName"
91089
- },
91090
- "declarations": [
91091
- {
91092
- "fileName": "components/src/lib/types/props.ts",
91093
- "name": "PropsWithClassName"
91094
- }
91095
- ],
91096
- "required": false,
91097
- "type": {
91098
- "name": "string"
91099
- }
91100
- }
91101
- }
91102
- },
91103
90944
  {
91104
90945
  "tags": {
91105
90946
  "flr-generate": "all",
@@ -93182,12 +93023,171 @@
93182
93023
  }
93183
93024
  },
93184
93025
  {
93185
- "tags": {
93186
- "flr-generate": "all"
93187
- },
93188
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/Legend.tsx",
93026
+ "tags": {},
93027
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
93189
93028
  "description": "",
93190
- "displayName": "Legend",
93029
+ "displayName": "LightBox",
93030
+ "methods": [],
93031
+ "props": {
93032
+ "controller": {
93033
+ "defaultValue": null,
93034
+ "description": "An overlay controller to control the light box state.",
93035
+ "name": "controller",
93036
+ "parent": {
93037
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
93038
+ "name": "LightBoxProps"
93039
+ },
93040
+ "declarations": [
93041
+ {
93042
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
93043
+ "name": "LightBoxProps"
93044
+ }
93045
+ ],
93046
+ "required": false,
93047
+ "type": {
93048
+ "name": "OverlayController"
93049
+ }
93050
+ },
93051
+ "fitScreen": {
93052
+ "defaultValue": {
93053
+ "value": "true"
93054
+ },
93055
+ "description": "Whether content can be displayed larger than the available space in the\nscreen.",
93056
+ "name": "fitScreen",
93057
+ "parent": {
93058
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
93059
+ "name": "LightBoxProps"
93060
+ },
93061
+ "declarations": [
93062
+ {
93063
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
93064
+ "name": "LightBoxProps"
93065
+ }
93066
+ ],
93067
+ "required": false,
93068
+ "type": {
93069
+ "name": "boolean"
93070
+ }
93071
+ },
93072
+ "children": {
93073
+ "defaultValue": null,
93074
+ "description": "",
93075
+ "name": "children",
93076
+ "declarations": [
93077
+ {
93078
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93079
+ "name": "TypeLiteral"
93080
+ }
93081
+ ],
93082
+ "required": false,
93083
+ "type": {
93084
+ "name": "ReactNode"
93085
+ }
93086
+ },
93087
+ "wrapWith": {
93088
+ "defaultValue": null,
93089
+ "description": "",
93090
+ "name": "wrapWith",
93091
+ "parent": {
93092
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
93093
+ "name": "FlowComponentProps"
93094
+ },
93095
+ "declarations": [
93096
+ {
93097
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
93098
+ "name": "FlowComponentProps"
93099
+ }
93100
+ ],
93101
+ "required": false,
93102
+ "type": {
93103
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
93104
+ }
93105
+ },
93106
+ "tunnelId": {
93107
+ "defaultValue": null,
93108
+ "description": "@internal",
93109
+ "name": "tunnelId",
93110
+ "parent": {
93111
+ "fileName": "components/src/lib/types/props.ts",
93112
+ "name": "PropsWithTunnel"
93113
+ },
93114
+ "declarations": [
93115
+ {
93116
+ "fileName": "components/src/lib/types/props.ts",
93117
+ "name": "PropsWithTunnel"
93118
+ }
93119
+ ],
93120
+ "required": false,
93121
+ "type": {
93122
+ "name": "string | null"
93123
+ }
93124
+ },
93125
+ "ref": {
93126
+ "defaultValue": null,
93127
+ "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}",
93128
+ "name": "ref",
93129
+ "parent": {
93130
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93131
+ "name": "RefAttributes"
93132
+ },
93133
+ "declarations": [
93134
+ {
93135
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93136
+ "name": "RefAttributes"
93137
+ }
93138
+ ],
93139
+ "required": false,
93140
+ "type": {
93141
+ "name": "Ref<HTMLInputElement>"
93142
+ }
93143
+ },
93144
+ "key": {
93145
+ "defaultValue": null,
93146
+ "description": "",
93147
+ "name": "key",
93148
+ "parent": {
93149
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93150
+ "name": "Attributes"
93151
+ },
93152
+ "declarations": [
93153
+ {
93154
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93155
+ "name": "Attributes"
93156
+ }
93157
+ ],
93158
+ "required": false,
93159
+ "type": {
93160
+ "name": "Key | null"
93161
+ }
93162
+ },
93163
+ "className": {
93164
+ "defaultValue": null,
93165
+ "description": "The elements class name.",
93166
+ "name": "className",
93167
+ "parent": {
93168
+ "fileName": "components/src/lib/types/props.ts",
93169
+ "name": "PropsWithClassName"
93170
+ },
93171
+ "declarations": [
93172
+ {
93173
+ "fileName": "components/src/lib/types/props.ts",
93174
+ "name": "PropsWithClassName"
93175
+ }
93176
+ ],
93177
+ "required": false,
93178
+ "type": {
93179
+ "name": "string"
93180
+ }
93181
+ }
93182
+ }
93183
+ },
93184
+ {
93185
+ "tags": {
93186
+ "flr-generate": "all"
93187
+ },
93188
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/Legend.tsx",
93189
+ "description": "",
93190
+ "displayName": "Legend",
93191
93191
  "methods": [],
93192
93192
  "props": {
93193
93193
  "children": {
@@ -255224,66 +255224,99 @@
255224
255224
  },
255225
255225
  {
255226
255226
  "tags": {},
255227
- "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
255227
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
255228
255228
  "description": "",
255229
- "displayName": "Form",
255229
+ "displayName": "RouterProvider",
255230
255230
  "methods": [],
255231
255231
  "props": {
255232
- "form": {
255232
+ "children": {
255233
255233
  "defaultValue": null,
255234
255234
  "description": "",
255235
- "name": "form",
255236
- "parent": {
255237
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255238
- "name": "FormProps"
255239
- },
255235
+ "name": "children",
255240
255236
  "declarations": [
255241
255237
  {
255242
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255243
- "name": "FormProps"
255238
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
255239
+ "name": "TypeLiteral"
255244
255240
  }
255245
255241
  ],
255246
- "required": true,
255242
+ "required": false,
255247
255243
  "type": {
255248
- "name": "UseFormReturn<F>"
255244
+ "name": "ReactNode"
255249
255245
  }
255250
- },
255251
- "onSubmit": {
255246
+ }
255247
+ }
255248
+ },
255249
+ {
255250
+ "tags": {
255251
+ "deprecated": "Use RouterProvider instead"
255252
+ },
255253
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
255254
+ "description": "",
255255
+ "displayName": "LinkProvider",
255256
+ "methods": [],
255257
+ "props": {
255258
+ "children": {
255252
255259
  "defaultValue": null,
255253
255260
  "description": "",
255254
- "name": "onSubmit",
255261
+ "name": "children",
255262
+ "declarations": [
255263
+ {
255264
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
255265
+ "name": "TypeLiteral"
255266
+ }
255267
+ ],
255268
+ "required": false,
255269
+ "type": {
255270
+ "name": "ReactNode"
255271
+ }
255272
+ }
255273
+ }
255274
+ },
255275
+ {
255276
+ "tags": {
255277
+ "deprecated": "Use RouterProvider instead"
255278
+ },
255279
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
255280
+ "description": "",
255281
+ "displayName": "Link",
255282
+ "methods": [],
255283
+ "props": {
255284
+ "ref": {
255285
+ "defaultValue": null,
255286
+ "description": "",
255287
+ "name": "ref",
255255
255288
  "parent": {
255256
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255257
- "name": "FormProps"
255289
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
255290
+ "name": "Props"
255258
255291
  },
255259
255292
  "declarations": [
255260
255293
  {
255261
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255262
- "name": "FormProps"
255294
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
255295
+ "name": "Props"
255263
255296
  }
255264
255297
  ],
255265
- "required": true,
255298
+ "required": false,
255266
255299
  "type": {
255267
- "name": "SubmitHandler<F>"
255300
+ "name": "Ref<HTMLAnchorElement>"
255268
255301
  }
255269
255302
  },
255270
- "formComponent": {
255303
+ "isDisabled": {
255271
255304
  "defaultValue": null,
255272
255305
  "description": "",
255273
- "name": "formComponent",
255306
+ "name": "isDisabled",
255274
255307
  "parent": {
255275
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255276
- "name": "FormProps"
255308
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
255309
+ "name": "Props"
255277
255310
  },
255278
255311
  "declarations": [
255279
255312
  {
255280
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255281
- "name": "FormProps"
255313
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
255314
+ "name": "Props"
255282
255315
  }
255283
255316
  ],
255284
255317
  "required": false,
255285
255318
  "type": {
255286
- "name": "FormComponentType"
255319
+ "name": "boolean"
255287
255320
  }
255288
255321
  },
255289
255322
  "children": {
@@ -256730,25 +256763,6 @@
256730
256763
  "name": "TransitionEventHandler<HTMLElement>"
256731
256764
  }
256732
256765
  },
256733
- "ref": {
256734
- "defaultValue": null,
256735
- "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}",
256736
- "name": "ref",
256737
- "parent": {
256738
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
256739
- "name": "RefAttributes"
256740
- },
256741
- "declarations": [
256742
- {
256743
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
256744
- "name": "RefAttributes"
256745
- }
256746
- ],
256747
- "required": false,
256748
- "type": {
256749
- "name": "Ref<HTMLInputElement>"
256750
- }
256751
- },
256752
256766
  "key": {
256753
256767
  "defaultValue": null,
256754
256768
  "description": "",
@@ -256920,25 +256934,6 @@
256920
256934
  "name": "string"
256921
256935
  }
256922
256936
  },
256923
- "name": {
256924
- "defaultValue": null,
256925
- "description": "",
256926
- "name": "name",
256927
- "parent": {
256928
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
256929
- "name": "InputHTMLAttributes"
256930
- },
256931
- "declarations": [
256932
- {
256933
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
256934
- "name": "InputHTMLAttributes"
256935
- }
256936
- ],
256937
- "required": false,
256938
- "type": {
256939
- "name": "string"
256940
- }
256941
- },
256942
256937
  "slot": {
256943
256938
  "defaultValue": null,
256944
256939
  "description": "",
@@ -257053,18 +257048,18 @@
257053
257048
  "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
257054
257049
  }
257055
257050
  },
257056
- "autoComplete": {
257051
+ "type": {
257057
257052
  "defaultValue": null,
257058
257053
  "description": "",
257059
- "name": "autoComplete",
257054
+ "name": "type",
257060
257055
  "parent": {
257061
257056
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
257062
- "name": "FormHTMLAttributes"
257057
+ "name": "SVGAttributes"
257063
257058
  },
257064
257059
  "declarations": [
257065
257060
  {
257066
257061
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
257067
- "name": "FormHTMLAttributes"
257062
+ "name": "SVGAttributes"
257068
257063
  }
257069
257064
  ],
257070
257065
  "required": false,
@@ -259181,6 +259176,25 @@
259181
259176
  "name": "FormEventHandler<HTMLElement>"
259182
259177
  }
259183
259178
  },
259179
+ "onSubmit": {
259180
+ "defaultValue": null,
259181
+ "description": "",
259182
+ "name": "onSubmit",
259183
+ "parent": {
259184
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
259185
+ "name": "DOMAttributes"
259186
+ },
259187
+ "declarations": [
259188
+ {
259189
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
259190
+ "name": "DOMAttributes"
259191
+ }
259192
+ ],
259193
+ "required": false,
259194
+ "type": {
259195
+ "name": "FormEventHandler<HTMLElement>"
259196
+ }
259197
+ },
259184
259198
  "onSubmitCapture": {
259185
259199
  "defaultValue": null,
259186
259200
  "description": "",
@@ -260644,10 +260658,10 @@
260644
260658
  "name": "string"
260645
260659
  }
260646
260660
  },
260647
- "method": {
260661
+ "href": {
260648
260662
  "defaultValue": null,
260649
260663
  "description": "",
260650
- "name": "method",
260664
+ "name": "href",
260651
260665
  "parent": {
260652
260666
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260653
260667
  "name": "SVGAttributes"
@@ -260663,56 +260677,56 @@
260663
260677
  "name": "string"
260664
260678
  }
260665
260679
  },
260666
- "action": {
260680
+ "hrefLang": {
260667
260681
  "defaultValue": null,
260668
260682
  "description": "",
260669
- "name": "action",
260683
+ "name": "hrefLang",
260670
260684
  "parent": {
260671
260685
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260672
- "name": "FormHTMLAttributes"
260686
+ "name": "AnchorHTMLAttributes"
260673
260687
  },
260674
260688
  "declarations": [
260675
260689
  {
260676
260690
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260677
- "name": "FormHTMLAttributes"
260691
+ "name": "AnchorHTMLAttributes"
260678
260692
  }
260679
260693
  ],
260680
260694
  "required": false,
260681
260695
  "type": {
260682
- "name": "string | ((formData: FormData) => void | Promise<void>)"
260696
+ "name": "string"
260683
260697
  }
260684
260698
  },
260685
- "acceptCharset": {
260699
+ "download": {
260686
260700
  "defaultValue": null,
260687
260701
  "description": "",
260688
- "name": "acceptCharset",
260702
+ "name": "download",
260689
260703
  "parent": {
260690
260704
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260691
- "name": "FormHTMLAttributes"
260705
+ "name": "AnchorHTMLAttributes"
260692
260706
  },
260693
260707
  "declarations": [
260694
260708
  {
260695
260709
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260696
- "name": "FormHTMLAttributes"
260710
+ "name": "AnchorHTMLAttributes"
260697
260711
  }
260698
260712
  ],
260699
260713
  "required": false,
260700
260714
  "type": {
260701
- "name": "string"
260715
+ "name": "any"
260702
260716
  }
260703
260717
  },
260704
- "encType": {
260718
+ "ping": {
260705
260719
  "defaultValue": null,
260706
260720
  "description": "",
260707
- "name": "encType",
260721
+ "name": "ping",
260708
260722
  "parent": {
260709
260723
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260710
- "name": "FormHTMLAttributes"
260724
+ "name": "AnchorHTMLAttributes"
260711
260725
  },
260712
260726
  "declarations": [
260713
260727
  {
260714
260728
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260715
- "name": "FormHTMLAttributes"
260729
+ "name": "AnchorHTMLAttributes"
260716
260730
  }
260717
260731
  ],
260718
260732
  "required": false,
@@ -260720,921 +260734,108 @@
260720
260734
  "name": "string"
260721
260735
  }
260722
260736
  },
260723
- "noValidate": {
260737
+ "referrerPolicy": {
260724
260738
  "defaultValue": null,
260725
260739
  "description": "",
260726
- "name": "noValidate",
260740
+ "name": "referrerPolicy",
260727
260741
  "parent": {
260728
260742
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260729
- "name": "FormHTMLAttributes"
260743
+ "name": "ImgHTMLAttributes"
260730
260744
  },
260731
260745
  "declarations": [
260732
260746
  {
260733
260747
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260734
- "name": "FormHTMLAttributes"
260735
- }
260736
- ],
260737
- "required": false,
260738
- "type": {
260739
- "name": "boolean"
260740
- }
260741
- }
260742
- }
260743
- },
260744
- {
260745
- "tags": {},
260746
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
260747
- "description": "",
260748
- "displayName": "Field",
260749
- "methods": [],
260750
- "props": {
260751
- "defaultValue": {
260752
- "defaultValue": null,
260753
- "description": "",
260754
- "name": "defaultValue",
260755
- "declarations": [
260756
- {
260757
- "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",
260758
- "name": "TypeLiteral"
260759
- }
260760
- ],
260761
- "required": false,
260762
- "type": {
260763
- "name": "any"
260764
- }
260765
- },
260766
- "name": {
260767
- "defaultValue": null,
260768
- "description": "",
260769
- "name": "name",
260770
- "declarations": [
260771
- {
260772
- "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",
260773
- "name": "TypeLiteral"
260774
- }
260775
- ],
260776
- "required": true,
260777
- "type": {
260778
- "name": "string"
260779
- }
260780
- },
260781
- "disabled": {
260782
- "defaultValue": null,
260783
- "description": "",
260784
- "name": "disabled",
260785
- "declarations": [
260786
- {
260787
- "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",
260788
- "name": "TypeLiteral"
260789
- }
260790
- ],
260791
- "required": false,
260792
- "type": {
260793
- "name": "boolean"
260794
- }
260795
- },
260796
- "control": {
260797
- "defaultValue": null,
260798
- "description": "",
260799
- "name": "control",
260800
- "declarations": [
260801
- {
260802
- "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",
260803
- "name": "TypeLiteral"
260804
- }
260805
- ],
260806
- "required": false,
260807
- "type": {
260808
- "name": "Control<T, any, T>"
260809
- }
260810
- },
260811
- "rules": {
260812
- "defaultValue": null,
260813
- "description": "",
260814
- "name": "rules",
260815
- "declarations": [
260816
- {
260817
- "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",
260818
- "name": "TypeLiteral"
260819
- }
260820
- ],
260821
- "required": false,
260822
- "type": {
260823
- "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
260824
- }
260825
- },
260826
- "shouldUnregister": {
260827
- "defaultValue": null,
260828
- "description": "",
260829
- "name": "shouldUnregister",
260830
- "declarations": [
260831
- {
260832
- "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",
260833
- "name": "TypeLiteral"
260834
- }
260835
- ],
260836
- "required": false,
260837
- "type": {
260838
- "name": "boolean"
260839
- }
260840
- },
260841
- "children": {
260842
- "defaultValue": null,
260843
- "description": "",
260844
- "name": "children",
260845
- "declarations": [
260846
- {
260847
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260848
- "name": "TypeLiteral"
260748
+ "name": "ImgHTMLAttributes"
260849
260749
  }
260850
260750
  ],
260851
260751
  "required": false,
260852
260752
  "type": {
260853
- "name": "ReactNode"
260854
- }
260855
- }
260856
- }
260857
- },
260858
- {
260859
- "tags": {},
260860
- "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
260861
- "description": "",
260862
- "displayName": "typedField",
260863
- "methods": [],
260864
- "props": {
260865
- "watch": {
260866
- "defaultValue": null,
260867
- "description": "",
260868
- "name": "watch",
260869
- "declarations": [
260870
- {
260871
- "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",
260872
- "name": "TypeLiteral"
260873
- }
260874
- ],
260875
- "required": true,
260876
- "type": {
260877
- "name": "UseFormWatch<T>"
260878
- }
260879
- },
260880
- "getValues": {
260881
- "defaultValue": null,
260882
- "description": "",
260883
- "name": "getValues",
260884
- "declarations": [
260885
- {
260886
- "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",
260887
- "name": "TypeLiteral"
260888
- }
260889
- ],
260890
- "required": true,
260891
- "type": {
260892
- "name": "UseFormGetValues<T>"
260893
- }
260894
- },
260895
- "getFieldState": {
260896
- "defaultValue": null,
260897
- "description": "",
260898
- "name": "getFieldState",
260899
- "declarations": [
260900
- {
260901
- "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",
260902
- "name": "TypeLiteral"
260903
- },
260904
- {
260905
- "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",
260906
- "name": "TypeLiteral"
260907
- }
260908
- ],
260909
- "required": true,
260910
- "type": {
260911
- "name": "UseFormGetFieldState<T>"
260912
- }
260913
- },
260914
- "setError": {
260915
- "defaultValue": null,
260916
- "description": "",
260917
- "name": "setError",
260918
- "declarations": [
260919
- {
260920
- "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",
260921
- "name": "TypeLiteral"
260922
- },
260923
- {
260924
- "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",
260925
- "name": "TypeLiteral"
260926
- }
260927
- ],
260928
- "required": true,
260929
- "type": {
260930
- "name": "UseFormSetError<T>"
260931
- }
260932
- },
260933
- "clearErrors": {
260934
- "defaultValue": null,
260935
- "description": "",
260936
- "name": "clearErrors",
260937
- "declarations": [
260938
- {
260939
- "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",
260940
- "name": "TypeLiteral"
260941
- }
260942
- ],
260943
- "required": true,
260944
- "type": {
260945
- "name": "UseFormClearErrors<T>"
260946
- }
260947
- },
260948
- "setValue": {
260949
- "defaultValue": null,
260950
- "description": "",
260951
- "name": "setValue",
260952
- "declarations": [
260953
- {
260954
- "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",
260955
- "name": "TypeLiteral"
260956
- }
260957
- ],
260958
- "required": true,
260959
- "type": {
260960
- "name": "UseFormSetValue<T>"
260961
- }
260962
- },
260963
- "trigger": {
260964
- "defaultValue": null,
260965
- "description": "",
260966
- "name": "trigger",
260967
- "declarations": [
260968
- {
260969
- "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",
260970
- "name": "TypeLiteral"
260971
- }
260972
- ],
260973
- "required": true,
260974
- "type": {
260975
- "name": "UseFormTrigger<T>"
260976
- }
260977
- },
260978
- "formState": {
260979
- "defaultValue": null,
260980
- "description": "",
260981
- "name": "formState",
260982
- "declarations": [
260983
- {
260984
- "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",
260985
- "name": "TypeLiteral"
260986
- }
260987
- ],
260988
- "required": true,
260989
- "type": {
260990
- "name": "FormState<T>"
260991
- }
260992
- },
260993
- "resetField": {
260994
- "defaultValue": null,
260995
- "description": "",
260996
- "name": "resetField",
260997
- "declarations": [
260998
- {
260999
- "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",
261000
- "name": "TypeLiteral"
261001
- }
261002
- ],
261003
- "required": true,
261004
- "type": {
261005
- "name": "UseFormResetField<T>"
261006
- }
261007
- },
261008
- "reset": {
261009
- "defaultValue": null,
261010
- "description": "",
261011
- "name": "reset",
261012
- "declarations": [
261013
- {
261014
- "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",
261015
- "name": "TypeLiteral"
261016
- }
261017
- ],
261018
- "required": true,
261019
- "type": {
261020
- "name": "UseFormReset<T>"
261021
- }
261022
- },
261023
- "handleSubmit": {
261024
- "defaultValue": null,
261025
- "description": "",
261026
- "name": "handleSubmit",
261027
- "declarations": [
261028
- {
261029
- "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",
261030
- "name": "TypeLiteral"
261031
- },
261032
- {
261033
- "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",
261034
- "name": "TypeLiteral"
261035
- }
261036
- ],
261037
- "required": true,
261038
- "type": {
261039
- "name": "UseFormHandleSubmit<T, T>"
261040
- }
261041
- },
261042
- "unregister": {
261043
- "defaultValue": null,
261044
- "description": "",
261045
- "name": "unregister",
261046
- "declarations": [
261047
- {
261048
- "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",
261049
- "name": "TypeLiteral"
261050
- },
261051
- {
261052
- "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",
261053
- "name": "TypeLiteral"
261054
- }
261055
- ],
261056
- "required": true,
261057
- "type": {
261058
- "name": "UseFormUnregister<T>"
261059
- }
261060
- },
261061
- "control": {
261062
- "defaultValue": null,
261063
- "description": "",
261064
- "name": "control",
261065
- "declarations": [
261066
- {
261067
- "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",
261068
- "name": "TypeLiteral"
261069
- }
261070
- ],
261071
- "required": true,
261072
- "type": {
261073
- "name": "Control<T, any, T>"
261074
- }
261075
- },
261076
- "register": {
261077
- "defaultValue": null,
261078
- "description": "",
261079
- "name": "register",
261080
- "declarations": [
261081
- {
261082
- "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",
261083
- "name": "TypeLiteral"
261084
- },
261085
- {
261086
- "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",
261087
- "name": "TypeLiteral"
261088
- }
261089
- ],
261090
- "required": true,
261091
- "type": {
261092
- "name": "UseFormRegister<T>"
261093
- }
261094
- },
261095
- "setFocus": {
261096
- "defaultValue": null,
261097
- "description": "",
261098
- "name": "setFocus",
261099
- "declarations": [
261100
- {
261101
- "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",
261102
- "name": "TypeLiteral"
261103
- }
261104
- ],
261105
- "required": true,
261106
- "type": {
261107
- "name": "UseFormSetFocus<T>"
261108
- }
261109
- },
261110
- "subscribe": {
261111
- "defaultValue": null,
261112
- "description": "",
261113
- "name": "subscribe",
261114
- "declarations": [
261115
- {
261116
- "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",
261117
- "name": "TypeLiteral"
261118
- }
261119
- ],
261120
- "required": true,
261121
- "type": {
261122
- "name": "UseFormSubscribe<T>"
261123
- }
261124
- },
261125
- "_subjects": {
261126
- "defaultValue": null,
261127
- "description": "",
261128
- "name": "_subjects",
261129
- "declarations": [
261130
- {
261131
- "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",
261132
- "name": "TypeLiteral"
261133
- }
261134
- ],
261135
- "required": true,
261136
- "type": {
261137
- "name": "Subjects<T>"
261138
- }
261139
- },
261140
- "_removeUnmounted": {
261141
- "defaultValue": null,
261142
- "description": "",
261143
- "name": "_removeUnmounted",
261144
- "declarations": [
261145
- {
261146
- "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",
261147
- "name": "TypeLiteral"
261148
- }
261149
- ],
261150
- "required": true,
261151
- "type": {
261152
- "name": "Noop"
261153
- }
261154
- },
261155
- "_names": {
261156
- "defaultValue": null,
261157
- "description": "",
261158
- "name": "_names",
261159
- "declarations": [
261160
- {
261161
- "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",
261162
- "name": "TypeLiteral"
261163
- }
261164
- ],
261165
- "required": true,
261166
- "type": {
261167
- "name": "Names"
261168
- }
261169
- },
261170
- "_state": {
261171
- "defaultValue": null,
261172
- "description": "",
261173
- "name": "_state",
261174
- "declarations": [
261175
- {
261176
- "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",
261177
- "name": "TypeLiteral"
261178
- }
261179
- ],
261180
- "required": true,
261181
- "type": {
261182
- "name": "{ mount: boolean; action: boolean; watch: boolean; }"
261183
- }
261184
- },
261185
- "_reset": {
261186
- "defaultValue": null,
261187
- "description": "",
261188
- "name": "_reset",
261189
- "declarations": [
261190
- {
261191
- "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",
261192
- "name": "TypeLiteral"
261193
- }
261194
- ],
261195
- "required": true,
261196
- "type": {
261197
- "name": "UseFormReset<T>"
261198
- }
261199
- },
261200
- "_options": {
261201
- "defaultValue": null,
261202
- "description": "",
261203
- "name": "_options",
261204
- "declarations": [
261205
- {
261206
- "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",
261207
- "name": "TypeLiteral"
261208
- }
261209
- ],
261210
- "required": true,
261211
- "type": {
261212
- "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
261213
- }
261214
- },
261215
- "_getDirty": {
261216
- "defaultValue": null,
261217
- "description": "",
261218
- "name": "_getDirty",
261219
- "declarations": [
261220
- {
261221
- "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",
261222
- "name": "TypeLiteral"
261223
- }
261224
- ],
261225
- "required": true,
261226
- "type": {
261227
- "name": "GetIsDirty"
261228
- }
261229
- },
261230
- "_resetDefaultValues": {
261231
- "defaultValue": null,
261232
- "description": "",
261233
- "name": "_resetDefaultValues",
261234
- "declarations": [
261235
- {
261236
- "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",
261237
- "name": "TypeLiteral"
261238
- }
261239
- ],
261240
- "required": true,
261241
- "type": {
261242
- "name": "Noop"
261243
- }
261244
- },
261245
- "_formState": {
261246
- "defaultValue": null,
261247
- "description": "",
261248
- "name": "_formState",
261249
- "declarations": [
261250
- {
261251
- "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",
261252
- "name": "TypeLiteral"
261253
- }
261254
- ],
261255
- "required": true,
261256
- "type": {
261257
- "name": "FormState<T>"
261258
- }
261259
- },
261260
- "_setValid": {
261261
- "defaultValue": null,
261262
- "description": "",
261263
- "name": "_setValid",
261264
- "declarations": [
261265
- {
261266
- "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",
261267
- "name": "TypeLiteral"
261268
- }
261269
- ],
261270
- "required": true,
261271
- "type": {
261272
- "name": "(shouldUpdateValid?: boolean | undefined) => void"
261273
- }
261274
- },
261275
- "_fields": {
261276
- "defaultValue": null,
261277
- "description": "",
261278
- "name": "_fields",
261279
- "declarations": [
261280
- {
261281
- "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",
261282
- "name": "TypeLiteral"
261283
- }
261284
- ],
261285
- "required": true,
261286
- "type": {
261287
- "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
261288
- }
261289
- },
261290
- "_formValues": {
261291
- "defaultValue": null,
261292
- "description": "",
261293
- "name": "_formValues",
261294
- "declarations": [
261295
- {
261296
- "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",
261297
- "name": "TypeLiteral"
261298
- }
261299
- ],
261300
- "required": true,
261301
- "type": {
261302
- "name": "FieldValues"
261303
- }
261304
- },
261305
- "_proxyFormState": {
261306
- "defaultValue": null,
261307
- "description": "",
261308
- "name": "_proxyFormState",
261309
- "declarations": [
261310
- {
261311
- "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",
261312
- "name": "TypeLiteral"
261313
- }
261314
- ],
261315
- "required": true,
261316
- "type": {
261317
- "name": "ReadFormState"
261318
- }
261319
- },
261320
- "_defaultValues": {
261321
- "defaultValue": null,
261322
- "description": "",
261323
- "name": "_defaultValues",
261324
- "declarations": [
261325
- {
261326
- "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",
261327
- "name": "TypeLiteral"
261328
- }
261329
- ],
261330
- "required": true,
261331
- "type": {
261332
- "name": "Partial<DefaultValues<T>>"
261333
- }
261334
- },
261335
- "_getWatch": {
261336
- "defaultValue": null,
261337
- "description": "",
261338
- "name": "_getWatch",
261339
- "declarations": [
261340
- {
261341
- "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",
261342
- "name": "TypeLiteral"
261343
- }
261344
- ],
261345
- "required": true,
261346
- "type": {
261347
- "name": "WatchInternal<T>"
261348
- }
261349
- },
261350
- "_setFieldArray": {
261351
- "defaultValue": null,
261352
- "description": "",
261353
- "name": "_setFieldArray",
261354
- "declarations": [
261355
- {
261356
- "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",
261357
- "name": "TypeLiteral"
261358
- }
261359
- ],
261360
- "required": true,
261361
- "type": {
261362
- "name": "BatchFieldArrayUpdate"
261363
- }
261364
- },
261365
- "_getFieldArray": {
261366
- "defaultValue": null,
261367
- "description": "",
261368
- "name": "_getFieldArray",
261369
- "declarations": [
261370
- {
261371
- "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",
261372
- "name": "TypeLiteral"
261373
- }
261374
- ],
261375
- "required": true,
261376
- "type": {
261377
- "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
261378
- }
261379
- },
261380
- "_setErrors": {
261381
- "defaultValue": null,
261382
- "description": "",
261383
- "name": "_setErrors",
261384
- "declarations": [
261385
- {
261386
- "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",
261387
- "name": "TypeLiteral"
261388
- }
261389
- ],
261390
- "required": true,
261391
- "type": {
261392
- "name": "(errors: FieldErrors<T>) => void"
261393
- }
261394
- },
261395
- "_setDisabledField": {
261396
- "defaultValue": null,
261397
- "description": "",
261398
- "name": "_setDisabledField",
261399
- "declarations": [
261400
- {
261401
- "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",
261402
- "name": "TypeLiteral"
261403
- }
261404
- ],
261405
- "required": true,
261406
- "type": {
261407
- "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
261408
- }
261409
- },
261410
- "_runSchema": {
261411
- "defaultValue": null,
261412
- "description": "",
261413
- "name": "_runSchema",
261414
- "declarations": [
261415
- {
261416
- "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",
261417
- "name": "TypeLiteral"
261418
- }
261419
- ],
261420
- "required": true,
261421
- "type": {
261422
- "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
261423
- }
261424
- },
261425
- "_focusError": {
261426
- "defaultValue": null,
261427
- "description": "",
261428
- "name": "_focusError",
261429
- "declarations": [
261430
- {
261431
- "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",
261432
- "name": "TypeLiteral"
261433
- }
261434
- ],
261435
- "required": true,
261436
- "type": {
261437
- "name": "() => boolean | undefined"
261438
- }
261439
- },
261440
- "_disableForm": {
261441
- "defaultValue": null,
261442
- "description": "",
261443
- "name": "_disableForm",
261444
- "declarations": [
261445
- {
261446
- "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",
261447
- "name": "TypeLiteral"
261448
- }
261449
- ],
261450
- "required": true,
261451
- "type": {
261452
- "name": "(disabled?: boolean | undefined) => void"
260753
+ "name": "HTMLAttributeReferrerPolicy"
261453
260754
  }
261454
260755
  },
261455
- "_subscribe": {
261456
- "defaultValue": null,
261457
- "description": "",
261458
- "name": "_subscribe",
261459
- "declarations": [
261460
- {
261461
- "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",
261462
- "name": "TypeLiteral"
261463
- }
261464
- ],
261465
- "required": true,
261466
- "type": {
261467
- "name": "FromSubscribe<T>"
261468
- }
261469
- }
261470
- }
261471
- },
261472
- {
261473
- "tags": {},
261474
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
261475
- "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",
261476
- "displayName": "AfterFormSubmitEffect",
261477
- "methods": [],
261478
- "props": {
261479
- "submitHandlerResultRef": {
260756
+ "media": {
261480
260757
  "defaultValue": null,
261481
260758
  "description": "",
261482
- "name": "submitHandlerResultRef",
260759
+ "name": "media",
261483
260760
  "parent": {
261484
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
261485
- "name": "Props"
260761
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260762
+ "name": "SVGAttributes"
261486
260763
  },
261487
260764
  "declarations": [
261488
260765
  {
261489
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
261490
- "name": "Props"
260766
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260767
+ "name": "SVGAttributes"
261491
260768
  }
261492
260769
  ],
261493
- "required": true,
260770
+ "required": false,
261494
260771
  "type": {
261495
- "name": "RefObject<unknown>"
260772
+ "name": "string"
261496
260773
  }
261497
260774
  }
261498
260775
  }
261499
260776
  },
261500
260777
  {
261501
260778
  "tags": {},
261502
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
260779
+ "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
261503
260780
  "description": "",
261504
- "displayName": "SubmitButtonStateProvider",
260781
+ "displayName": "Form",
261505
260782
  "methods": [],
261506
260783
  "props": {
261507
- "isAsyncSubmit": {
260784
+ "form": {
261508
260785
  "defaultValue": null,
261509
260786
  "description": "",
261510
- "name": "isAsyncSubmit",
260787
+ "name": "form",
261511
260788
  "parent": {
261512
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
261513
- "name": "Props"
260789
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260790
+ "name": "FormProps"
261514
260791
  },
261515
260792
  "declarations": [
261516
260793
  {
261517
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
261518
- "name": "Props"
260794
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260795
+ "name": "FormProps"
261519
260796
  }
261520
260797
  ],
261521
260798
  "required": true,
261522
260799
  "type": {
261523
- "name": "RefObject<boolean>"
260800
+ "name": "UseFormReturn<F>"
261524
260801
  }
261525
260802
  },
261526
- "children": {
261527
- "defaultValue": null,
261528
- "description": "",
261529
- "name": "children",
261530
- "declarations": [
261531
- {
261532
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
261533
- "name": "TypeLiteral"
261534
- }
261535
- ],
261536
- "required": false,
261537
- "type": {
261538
- "name": "ReactNode"
261539
- }
261540
- }
261541
- }
261542
- },
261543
- {
261544
- "tags": {},
261545
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
261546
- "description": "",
261547
- "displayName": "RouterProvider",
261548
- "methods": [],
261549
- "props": {
261550
- "children": {
261551
- "defaultValue": null,
261552
- "description": "",
261553
- "name": "children",
261554
- "declarations": [
261555
- {
261556
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
261557
- "name": "TypeLiteral"
261558
- }
261559
- ],
261560
- "required": false,
261561
- "type": {
261562
- "name": "ReactNode"
261563
- }
261564
- }
261565
- }
261566
- },
261567
- {
261568
- "tags": {
261569
- "deprecated": "Use RouterProvider instead"
261570
- },
261571
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
261572
- "description": "",
261573
- "displayName": "LinkProvider",
261574
- "methods": [],
261575
- "props": {
261576
- "children": {
261577
- "defaultValue": null,
261578
- "description": "",
261579
- "name": "children",
261580
- "declarations": [
261581
- {
261582
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
261583
- "name": "TypeLiteral"
261584
- }
261585
- ],
261586
- "required": false,
261587
- "type": {
261588
- "name": "ReactNode"
261589
- }
261590
- }
261591
- }
261592
- },
261593
- {
261594
- "tags": {
261595
- "deprecated": "Use RouterProvider instead"
261596
- },
261597
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
261598
- "description": "",
261599
- "displayName": "Link",
261600
- "methods": [],
261601
- "props": {
261602
- "ref": {
260803
+ "onSubmit": {
261603
260804
  "defaultValue": null,
261604
260805
  "description": "",
261605
- "name": "ref",
260806
+ "name": "onSubmit",
261606
260807
  "parent": {
261607
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
261608
- "name": "Props"
260808
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260809
+ "name": "FormProps"
261609
260810
  },
261610
260811
  "declarations": [
261611
260812
  {
261612
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
261613
- "name": "Props"
260813
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260814
+ "name": "FormProps"
261614
260815
  }
261615
260816
  ],
261616
- "required": false,
260817
+ "required": true,
261617
260818
  "type": {
261618
- "name": "Ref<HTMLAnchorElement>"
260819
+ "name": "SubmitHandler<F>"
261619
260820
  }
261620
260821
  },
261621
- "isDisabled": {
260822
+ "formComponent": {
261622
260823
  "defaultValue": null,
261623
260824
  "description": "",
261624
- "name": "isDisabled",
260825
+ "name": "formComponent",
261625
260826
  "parent": {
261626
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
261627
- "name": "Props"
260827
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260828
+ "name": "FormProps"
261628
260829
  },
261629
260830
  "declarations": [
261630
260831
  {
261631
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
261632
- "name": "Props"
260832
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260833
+ "name": "FormProps"
261633
260834
  }
261634
260835
  ],
261635
260836
  "required": false,
261636
260837
  "type": {
261637
- "name": "boolean"
260838
+ "name": "FormComponentType"
261638
260839
  }
261639
260840
  },
261640
260841
  "children": {
@@ -263081,6 +262282,25 @@
263081
262282
  "name": "TransitionEventHandler<HTMLElement>"
263082
262283
  }
263083
262284
  },
262285
+ "ref": {
262286
+ "defaultValue": null,
262287
+ "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}",
262288
+ "name": "ref",
262289
+ "parent": {
262290
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262291
+ "name": "RefAttributes"
262292
+ },
262293
+ "declarations": [
262294
+ {
262295
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262296
+ "name": "RefAttributes"
262297
+ }
262298
+ ],
262299
+ "required": false,
262300
+ "type": {
262301
+ "name": "Ref<HTMLInputElement>"
262302
+ }
262303
+ },
263084
262304
  "key": {
263085
262305
  "defaultValue": null,
263086
262306
  "description": "",
@@ -263252,6 +262472,25 @@
263252
262472
  "name": "string"
263253
262473
  }
263254
262474
  },
262475
+ "name": {
262476
+ "defaultValue": null,
262477
+ "description": "",
262478
+ "name": "name",
262479
+ "parent": {
262480
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262481
+ "name": "InputHTMLAttributes"
262482
+ },
262483
+ "declarations": [
262484
+ {
262485
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262486
+ "name": "InputHTMLAttributes"
262487
+ }
262488
+ ],
262489
+ "required": false,
262490
+ "type": {
262491
+ "name": "string"
262492
+ }
262493
+ },
263255
262494
  "slot": {
263256
262495
  "defaultValue": null,
263257
262496
  "description": "",
@@ -263366,18 +262605,18 @@
263366
262605
  "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
263367
262606
  }
263368
262607
  },
263369
- "type": {
262608
+ "autoComplete": {
263370
262609
  "defaultValue": null,
263371
262610
  "description": "",
263372
- "name": "type",
262611
+ "name": "autoComplete",
263373
262612
  "parent": {
263374
262613
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263375
- "name": "SVGAttributes"
262614
+ "name": "FormHTMLAttributes"
263376
262615
  },
263377
262616
  "declarations": [
263378
262617
  {
263379
262618
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
263380
- "name": "SVGAttributes"
262619
+ "name": "FormHTMLAttributes"
263381
262620
  }
263382
262621
  ],
263383
262622
  "required": false,
@@ -265494,25 +264733,6 @@
265494
264733
  "name": "FormEventHandler<HTMLElement>"
265495
264734
  }
265496
264735
  },
265497
- "onSubmit": {
265498
- "defaultValue": null,
265499
- "description": "",
265500
- "name": "onSubmit",
265501
- "parent": {
265502
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
265503
- "name": "DOMAttributes"
265504
- },
265505
- "declarations": [
265506
- {
265507
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
265508
- "name": "DOMAttributes"
265509
- }
265510
- ],
265511
- "required": false,
265512
- "type": {
265513
- "name": "FormEventHandler<HTMLElement>"
265514
- }
265515
- },
265516
264736
  "onSubmitCapture": {
265517
264737
  "defaultValue": null,
265518
264738
  "description": "",
@@ -266976,10 +266196,10 @@
266976
266196
  "name": "string"
266977
266197
  }
266978
266198
  },
266979
- "href": {
266199
+ "method": {
266980
266200
  "defaultValue": null,
266981
266201
  "description": "",
266982
- "name": "href",
266202
+ "name": "method",
266983
266203
  "parent": {
266984
266204
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266985
266205
  "name": "SVGAttributes"
@@ -266995,56 +266215,56 @@
266995
266215
  "name": "string"
266996
266216
  }
266997
266217
  },
266998
- "hrefLang": {
266218
+ "action": {
266999
266219
  "defaultValue": null,
267000
266220
  "description": "",
267001
- "name": "hrefLang",
266221
+ "name": "action",
267002
266222
  "parent": {
267003
266223
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267004
- "name": "AnchorHTMLAttributes"
266224
+ "name": "FormHTMLAttributes"
267005
266225
  },
267006
266226
  "declarations": [
267007
266227
  {
267008
266228
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267009
- "name": "AnchorHTMLAttributes"
266229
+ "name": "FormHTMLAttributes"
267010
266230
  }
267011
266231
  ],
267012
266232
  "required": false,
267013
266233
  "type": {
267014
- "name": "string"
266234
+ "name": "string | ((formData: FormData) => void | Promise<void>)"
267015
266235
  }
267016
266236
  },
267017
- "download": {
266237
+ "acceptCharset": {
267018
266238
  "defaultValue": null,
267019
266239
  "description": "",
267020
- "name": "download",
266240
+ "name": "acceptCharset",
267021
266241
  "parent": {
267022
266242
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267023
- "name": "AnchorHTMLAttributes"
266243
+ "name": "FormHTMLAttributes"
267024
266244
  },
267025
266245
  "declarations": [
267026
266246
  {
267027
266247
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267028
- "name": "AnchorHTMLAttributes"
266248
+ "name": "FormHTMLAttributes"
267029
266249
  }
267030
266250
  ],
267031
266251
  "required": false,
267032
266252
  "type": {
267033
- "name": "any"
266253
+ "name": "string"
267034
266254
  }
267035
266255
  },
267036
- "ping": {
266256
+ "encType": {
267037
266257
  "defaultValue": null,
267038
266258
  "description": "",
267039
- "name": "ping",
266259
+ "name": "encType",
267040
266260
  "parent": {
267041
266261
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267042
- "name": "AnchorHTMLAttributes"
266262
+ "name": "FormHTMLAttributes"
267043
266263
  },
267044
266264
  "declarations": [
267045
266265
  {
267046
266266
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267047
- "name": "AnchorHTMLAttributes"
266267
+ "name": "FormHTMLAttributes"
267048
266268
  }
267049
266269
  ],
267050
266270
  "required": false,
@@ -267052,42 +266272,822 @@
267052
266272
  "name": "string"
267053
266273
  }
267054
266274
  },
267055
- "referrerPolicy": {
266275
+ "noValidate": {
267056
266276
  "defaultValue": null,
267057
266277
  "description": "",
267058
- "name": "referrerPolicy",
266278
+ "name": "noValidate",
267059
266279
  "parent": {
267060
266280
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267061
- "name": "ImgHTMLAttributes"
266281
+ "name": "FormHTMLAttributes"
267062
266282
  },
267063
266283
  "declarations": [
267064
266284
  {
267065
266285
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267066
- "name": "ImgHTMLAttributes"
266286
+ "name": "FormHTMLAttributes"
267067
266287
  }
267068
266288
  ],
267069
266289
  "required": false,
267070
266290
  "type": {
267071
- "name": "HTMLAttributeReferrerPolicy"
266291
+ "name": "boolean"
266292
+ }
266293
+ }
266294
+ }
266295
+ },
266296
+ {
266297
+ "tags": {},
266298
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
266299
+ "description": "",
266300
+ "displayName": "Field",
266301
+ "methods": [],
266302
+ "props": {
266303
+ "defaultValue": {
266304
+ "defaultValue": null,
266305
+ "description": "",
266306
+ "name": "defaultValue",
266307
+ "declarations": [
266308
+ {
266309
+ "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",
266310
+ "name": "TypeLiteral"
266311
+ }
266312
+ ],
266313
+ "required": false,
266314
+ "type": {
266315
+ "name": "any"
267072
266316
  }
267073
266317
  },
267074
- "media": {
266318
+ "name": {
267075
266319
  "defaultValue": null,
267076
266320
  "description": "",
267077
- "name": "media",
266321
+ "name": "name",
266322
+ "declarations": [
266323
+ {
266324
+ "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",
266325
+ "name": "TypeLiteral"
266326
+ }
266327
+ ],
266328
+ "required": true,
266329
+ "type": {
266330
+ "name": "string"
266331
+ }
266332
+ },
266333
+ "disabled": {
266334
+ "defaultValue": null,
266335
+ "description": "",
266336
+ "name": "disabled",
266337
+ "declarations": [
266338
+ {
266339
+ "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",
266340
+ "name": "TypeLiteral"
266341
+ }
266342
+ ],
266343
+ "required": false,
266344
+ "type": {
266345
+ "name": "boolean"
266346
+ }
266347
+ },
266348
+ "control": {
266349
+ "defaultValue": null,
266350
+ "description": "",
266351
+ "name": "control",
266352
+ "declarations": [
266353
+ {
266354
+ "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",
266355
+ "name": "TypeLiteral"
266356
+ }
266357
+ ],
266358
+ "required": false,
266359
+ "type": {
266360
+ "name": "Control<T, any, T>"
266361
+ }
266362
+ },
266363
+ "rules": {
266364
+ "defaultValue": null,
266365
+ "description": "",
266366
+ "name": "rules",
266367
+ "declarations": [
266368
+ {
266369
+ "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",
266370
+ "name": "TypeLiteral"
266371
+ }
266372
+ ],
266373
+ "required": false,
266374
+ "type": {
266375
+ "name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
266376
+ }
266377
+ },
266378
+ "shouldUnregister": {
266379
+ "defaultValue": null,
266380
+ "description": "",
266381
+ "name": "shouldUnregister",
266382
+ "declarations": [
266383
+ {
266384
+ "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",
266385
+ "name": "TypeLiteral"
266386
+ }
266387
+ ],
266388
+ "required": false,
266389
+ "type": {
266390
+ "name": "boolean"
266391
+ }
266392
+ },
266393
+ "children": {
266394
+ "defaultValue": null,
266395
+ "description": "",
266396
+ "name": "children",
266397
+ "declarations": [
266398
+ {
266399
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266400
+ "name": "TypeLiteral"
266401
+ }
266402
+ ],
266403
+ "required": false,
266404
+ "type": {
266405
+ "name": "ReactNode"
266406
+ }
266407
+ }
266408
+ }
266409
+ },
266410
+ {
266411
+ "tags": {},
266412
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
266413
+ "description": "",
266414
+ "displayName": "typedField",
266415
+ "methods": [],
266416
+ "props": {
266417
+ "watch": {
266418
+ "defaultValue": null,
266419
+ "description": "",
266420
+ "name": "watch",
266421
+ "declarations": [
266422
+ {
266423
+ "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",
266424
+ "name": "TypeLiteral"
266425
+ }
266426
+ ],
266427
+ "required": true,
266428
+ "type": {
266429
+ "name": "UseFormWatch<T>"
266430
+ }
266431
+ },
266432
+ "getValues": {
266433
+ "defaultValue": null,
266434
+ "description": "",
266435
+ "name": "getValues",
266436
+ "declarations": [
266437
+ {
266438
+ "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",
266439
+ "name": "TypeLiteral"
266440
+ }
266441
+ ],
266442
+ "required": true,
266443
+ "type": {
266444
+ "name": "UseFormGetValues<T>"
266445
+ }
266446
+ },
266447
+ "getFieldState": {
266448
+ "defaultValue": null,
266449
+ "description": "",
266450
+ "name": "getFieldState",
266451
+ "declarations": [
266452
+ {
266453
+ "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",
266454
+ "name": "TypeLiteral"
266455
+ },
266456
+ {
266457
+ "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",
266458
+ "name": "TypeLiteral"
266459
+ }
266460
+ ],
266461
+ "required": true,
266462
+ "type": {
266463
+ "name": "UseFormGetFieldState<T>"
266464
+ }
266465
+ },
266466
+ "setError": {
266467
+ "defaultValue": null,
266468
+ "description": "",
266469
+ "name": "setError",
266470
+ "declarations": [
266471
+ {
266472
+ "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",
266473
+ "name": "TypeLiteral"
266474
+ },
266475
+ {
266476
+ "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",
266477
+ "name": "TypeLiteral"
266478
+ }
266479
+ ],
266480
+ "required": true,
266481
+ "type": {
266482
+ "name": "UseFormSetError<T>"
266483
+ }
266484
+ },
266485
+ "clearErrors": {
266486
+ "defaultValue": null,
266487
+ "description": "",
266488
+ "name": "clearErrors",
266489
+ "declarations": [
266490
+ {
266491
+ "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",
266492
+ "name": "TypeLiteral"
266493
+ }
266494
+ ],
266495
+ "required": true,
266496
+ "type": {
266497
+ "name": "UseFormClearErrors<T>"
266498
+ }
266499
+ },
266500
+ "setValue": {
266501
+ "defaultValue": null,
266502
+ "description": "",
266503
+ "name": "setValue",
266504
+ "declarations": [
266505
+ {
266506
+ "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",
266507
+ "name": "TypeLiteral"
266508
+ }
266509
+ ],
266510
+ "required": true,
266511
+ "type": {
266512
+ "name": "UseFormSetValue<T>"
266513
+ }
266514
+ },
266515
+ "trigger": {
266516
+ "defaultValue": null,
266517
+ "description": "",
266518
+ "name": "trigger",
266519
+ "declarations": [
266520
+ {
266521
+ "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",
266522
+ "name": "TypeLiteral"
266523
+ }
266524
+ ],
266525
+ "required": true,
266526
+ "type": {
266527
+ "name": "UseFormTrigger<T>"
266528
+ }
266529
+ },
266530
+ "formState": {
266531
+ "defaultValue": null,
266532
+ "description": "",
266533
+ "name": "formState",
266534
+ "declarations": [
266535
+ {
266536
+ "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",
266537
+ "name": "TypeLiteral"
266538
+ }
266539
+ ],
266540
+ "required": true,
266541
+ "type": {
266542
+ "name": "FormState<T>"
266543
+ }
266544
+ },
266545
+ "resetField": {
266546
+ "defaultValue": null,
266547
+ "description": "",
266548
+ "name": "resetField",
266549
+ "declarations": [
266550
+ {
266551
+ "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",
266552
+ "name": "TypeLiteral"
266553
+ }
266554
+ ],
266555
+ "required": true,
266556
+ "type": {
266557
+ "name": "UseFormResetField<T>"
266558
+ }
266559
+ },
266560
+ "reset": {
266561
+ "defaultValue": null,
266562
+ "description": "",
266563
+ "name": "reset",
266564
+ "declarations": [
266565
+ {
266566
+ "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",
266567
+ "name": "TypeLiteral"
266568
+ }
266569
+ ],
266570
+ "required": true,
266571
+ "type": {
266572
+ "name": "UseFormReset<T>"
266573
+ }
266574
+ },
266575
+ "handleSubmit": {
266576
+ "defaultValue": null,
266577
+ "description": "",
266578
+ "name": "handleSubmit",
266579
+ "declarations": [
266580
+ {
266581
+ "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",
266582
+ "name": "TypeLiteral"
266583
+ },
266584
+ {
266585
+ "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",
266586
+ "name": "TypeLiteral"
266587
+ }
266588
+ ],
266589
+ "required": true,
266590
+ "type": {
266591
+ "name": "UseFormHandleSubmit<T, T>"
266592
+ }
266593
+ },
266594
+ "unregister": {
266595
+ "defaultValue": null,
266596
+ "description": "",
266597
+ "name": "unregister",
266598
+ "declarations": [
266599
+ {
266600
+ "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",
266601
+ "name": "TypeLiteral"
266602
+ },
266603
+ {
266604
+ "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",
266605
+ "name": "TypeLiteral"
266606
+ }
266607
+ ],
266608
+ "required": true,
266609
+ "type": {
266610
+ "name": "UseFormUnregister<T>"
266611
+ }
266612
+ },
266613
+ "control": {
266614
+ "defaultValue": null,
266615
+ "description": "",
266616
+ "name": "control",
266617
+ "declarations": [
266618
+ {
266619
+ "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",
266620
+ "name": "TypeLiteral"
266621
+ }
266622
+ ],
266623
+ "required": true,
266624
+ "type": {
266625
+ "name": "Control<T, any, T>"
266626
+ }
266627
+ },
266628
+ "register": {
266629
+ "defaultValue": null,
266630
+ "description": "",
266631
+ "name": "register",
266632
+ "declarations": [
266633
+ {
266634
+ "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",
266635
+ "name": "TypeLiteral"
266636
+ },
266637
+ {
266638
+ "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",
266639
+ "name": "TypeLiteral"
266640
+ }
266641
+ ],
266642
+ "required": true,
266643
+ "type": {
266644
+ "name": "UseFormRegister<T>"
266645
+ }
266646
+ },
266647
+ "setFocus": {
266648
+ "defaultValue": null,
266649
+ "description": "",
266650
+ "name": "setFocus",
266651
+ "declarations": [
266652
+ {
266653
+ "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",
266654
+ "name": "TypeLiteral"
266655
+ }
266656
+ ],
266657
+ "required": true,
266658
+ "type": {
266659
+ "name": "UseFormSetFocus<T>"
266660
+ }
266661
+ },
266662
+ "subscribe": {
266663
+ "defaultValue": null,
266664
+ "description": "",
266665
+ "name": "subscribe",
266666
+ "declarations": [
266667
+ {
266668
+ "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",
266669
+ "name": "TypeLiteral"
266670
+ }
266671
+ ],
266672
+ "required": true,
266673
+ "type": {
266674
+ "name": "UseFormSubscribe<T>"
266675
+ }
266676
+ },
266677
+ "_subjects": {
266678
+ "defaultValue": null,
266679
+ "description": "",
266680
+ "name": "_subjects",
266681
+ "declarations": [
266682
+ {
266683
+ "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",
266684
+ "name": "TypeLiteral"
266685
+ }
266686
+ ],
266687
+ "required": true,
266688
+ "type": {
266689
+ "name": "Subjects<T>"
266690
+ }
266691
+ },
266692
+ "_removeUnmounted": {
266693
+ "defaultValue": null,
266694
+ "description": "",
266695
+ "name": "_removeUnmounted",
266696
+ "declarations": [
266697
+ {
266698
+ "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",
266699
+ "name": "TypeLiteral"
266700
+ }
266701
+ ],
266702
+ "required": true,
266703
+ "type": {
266704
+ "name": "Noop"
266705
+ }
266706
+ },
266707
+ "_names": {
266708
+ "defaultValue": null,
266709
+ "description": "",
266710
+ "name": "_names",
266711
+ "declarations": [
266712
+ {
266713
+ "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",
266714
+ "name": "TypeLiteral"
266715
+ }
266716
+ ],
266717
+ "required": true,
266718
+ "type": {
266719
+ "name": "Names"
266720
+ }
266721
+ },
266722
+ "_state": {
266723
+ "defaultValue": null,
266724
+ "description": "",
266725
+ "name": "_state",
266726
+ "declarations": [
266727
+ {
266728
+ "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",
266729
+ "name": "TypeLiteral"
266730
+ }
266731
+ ],
266732
+ "required": true,
266733
+ "type": {
266734
+ "name": "{ mount: boolean; action: boolean; watch: boolean; }"
266735
+ }
266736
+ },
266737
+ "_reset": {
266738
+ "defaultValue": null,
266739
+ "description": "",
266740
+ "name": "_reset",
266741
+ "declarations": [
266742
+ {
266743
+ "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",
266744
+ "name": "TypeLiteral"
266745
+ }
266746
+ ],
266747
+ "required": true,
266748
+ "type": {
266749
+ "name": "UseFormReset<T>"
266750
+ }
266751
+ },
266752
+ "_options": {
266753
+ "defaultValue": null,
266754
+ "description": "",
266755
+ "name": "_options",
266756
+ "declarations": [
266757
+ {
266758
+ "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",
266759
+ "name": "TypeLiteral"
266760
+ }
266761
+ ],
266762
+ "required": true,
266763
+ "type": {
266764
+ "name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
266765
+ }
266766
+ },
266767
+ "_getDirty": {
266768
+ "defaultValue": null,
266769
+ "description": "",
266770
+ "name": "_getDirty",
266771
+ "declarations": [
266772
+ {
266773
+ "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",
266774
+ "name": "TypeLiteral"
266775
+ }
266776
+ ],
266777
+ "required": true,
266778
+ "type": {
266779
+ "name": "GetIsDirty"
266780
+ }
266781
+ },
266782
+ "_resetDefaultValues": {
266783
+ "defaultValue": null,
266784
+ "description": "",
266785
+ "name": "_resetDefaultValues",
266786
+ "declarations": [
266787
+ {
266788
+ "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",
266789
+ "name": "TypeLiteral"
266790
+ }
266791
+ ],
266792
+ "required": true,
266793
+ "type": {
266794
+ "name": "Noop"
266795
+ }
266796
+ },
266797
+ "_formState": {
266798
+ "defaultValue": null,
266799
+ "description": "",
266800
+ "name": "_formState",
266801
+ "declarations": [
266802
+ {
266803
+ "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",
266804
+ "name": "TypeLiteral"
266805
+ }
266806
+ ],
266807
+ "required": true,
266808
+ "type": {
266809
+ "name": "FormState<T>"
266810
+ }
266811
+ },
266812
+ "_setValid": {
266813
+ "defaultValue": null,
266814
+ "description": "",
266815
+ "name": "_setValid",
266816
+ "declarations": [
266817
+ {
266818
+ "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",
266819
+ "name": "TypeLiteral"
266820
+ }
266821
+ ],
266822
+ "required": true,
266823
+ "type": {
266824
+ "name": "(shouldUpdateValid?: boolean | undefined) => void"
266825
+ }
266826
+ },
266827
+ "_fields": {
266828
+ "defaultValue": null,
266829
+ "description": "",
266830
+ "name": "_fields",
266831
+ "declarations": [
266832
+ {
266833
+ "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",
266834
+ "name": "TypeLiteral"
266835
+ }
266836
+ ],
266837
+ "required": true,
266838
+ "type": {
266839
+ "name": "Partial<{ [key: string]: Partial<...> | Field; }>"
266840
+ }
266841
+ },
266842
+ "_formValues": {
266843
+ "defaultValue": null,
266844
+ "description": "",
266845
+ "name": "_formValues",
266846
+ "declarations": [
266847
+ {
266848
+ "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",
266849
+ "name": "TypeLiteral"
266850
+ }
266851
+ ],
266852
+ "required": true,
266853
+ "type": {
266854
+ "name": "FieldValues"
266855
+ }
266856
+ },
266857
+ "_proxyFormState": {
266858
+ "defaultValue": null,
266859
+ "description": "",
266860
+ "name": "_proxyFormState",
266861
+ "declarations": [
266862
+ {
266863
+ "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",
266864
+ "name": "TypeLiteral"
266865
+ }
266866
+ ],
266867
+ "required": true,
266868
+ "type": {
266869
+ "name": "ReadFormState"
266870
+ }
266871
+ },
266872
+ "_defaultValues": {
266873
+ "defaultValue": null,
266874
+ "description": "",
266875
+ "name": "_defaultValues",
266876
+ "declarations": [
266877
+ {
266878
+ "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",
266879
+ "name": "TypeLiteral"
266880
+ }
266881
+ ],
266882
+ "required": true,
266883
+ "type": {
266884
+ "name": "Partial<DefaultValues<T>>"
266885
+ }
266886
+ },
266887
+ "_getWatch": {
266888
+ "defaultValue": null,
266889
+ "description": "",
266890
+ "name": "_getWatch",
266891
+ "declarations": [
266892
+ {
266893
+ "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",
266894
+ "name": "TypeLiteral"
266895
+ }
266896
+ ],
266897
+ "required": true,
266898
+ "type": {
266899
+ "name": "WatchInternal<T>"
266900
+ }
266901
+ },
266902
+ "_setFieldArray": {
266903
+ "defaultValue": null,
266904
+ "description": "",
266905
+ "name": "_setFieldArray",
266906
+ "declarations": [
266907
+ {
266908
+ "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",
266909
+ "name": "TypeLiteral"
266910
+ }
266911
+ ],
266912
+ "required": true,
266913
+ "type": {
266914
+ "name": "BatchFieldArrayUpdate"
266915
+ }
266916
+ },
266917
+ "_getFieldArray": {
266918
+ "defaultValue": null,
266919
+ "description": "",
266920
+ "name": "_getFieldArray",
266921
+ "declarations": [
266922
+ {
266923
+ "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",
266924
+ "name": "TypeLiteral"
266925
+ }
266926
+ ],
266927
+ "required": true,
266928
+ "type": {
266929
+ "name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
266930
+ }
266931
+ },
266932
+ "_setErrors": {
266933
+ "defaultValue": null,
266934
+ "description": "",
266935
+ "name": "_setErrors",
266936
+ "declarations": [
266937
+ {
266938
+ "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",
266939
+ "name": "TypeLiteral"
266940
+ }
266941
+ ],
266942
+ "required": true,
266943
+ "type": {
266944
+ "name": "(errors: FieldErrors<T>) => void"
266945
+ }
266946
+ },
266947
+ "_setDisabledField": {
266948
+ "defaultValue": null,
266949
+ "description": "",
266950
+ "name": "_setDisabledField",
266951
+ "declarations": [
266952
+ {
266953
+ "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",
266954
+ "name": "TypeLiteral"
266955
+ }
266956
+ ],
266957
+ "required": true,
266958
+ "type": {
266959
+ "name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
266960
+ }
266961
+ },
266962
+ "_runSchema": {
266963
+ "defaultValue": null,
266964
+ "description": "",
266965
+ "name": "_runSchema",
266966
+ "declarations": [
266967
+ {
266968
+ "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",
266969
+ "name": "TypeLiteral"
266970
+ }
266971
+ ],
266972
+ "required": true,
266973
+ "type": {
266974
+ "name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
266975
+ }
266976
+ },
266977
+ "_focusError": {
266978
+ "defaultValue": null,
266979
+ "description": "",
266980
+ "name": "_focusError",
266981
+ "declarations": [
266982
+ {
266983
+ "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",
266984
+ "name": "TypeLiteral"
266985
+ }
266986
+ ],
266987
+ "required": true,
266988
+ "type": {
266989
+ "name": "() => boolean | undefined"
266990
+ }
266991
+ },
266992
+ "_disableForm": {
266993
+ "defaultValue": null,
266994
+ "description": "",
266995
+ "name": "_disableForm",
266996
+ "declarations": [
266997
+ {
266998
+ "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",
266999
+ "name": "TypeLiteral"
267000
+ }
267001
+ ],
267002
+ "required": true,
267003
+ "type": {
267004
+ "name": "(disabled?: boolean | undefined) => void"
267005
+ }
267006
+ },
267007
+ "_subscribe": {
267008
+ "defaultValue": null,
267009
+ "description": "",
267010
+ "name": "_subscribe",
267011
+ "declarations": [
267012
+ {
267013
+ "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",
267014
+ "name": "TypeLiteral"
267015
+ }
267016
+ ],
267017
+ "required": true,
267018
+ "type": {
267019
+ "name": "FromSubscribe<T>"
267020
+ }
267021
+ }
267022
+ }
267023
+ },
267024
+ {
267025
+ "tags": {},
267026
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
267027
+ "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",
267028
+ "displayName": "AfterFormSubmitEffect",
267029
+ "methods": [],
267030
+ "props": {
267031
+ "submitHandlerResultRef": {
267032
+ "defaultValue": null,
267033
+ "description": "",
267034
+ "name": "submitHandlerResultRef",
267078
267035
  "parent": {
267079
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267080
- "name": "SVGAttributes"
267036
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
267037
+ "name": "Props"
267081
267038
  },
267039
+ "declarations": [
267040
+ {
267041
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
267042
+ "name": "Props"
267043
+ }
267044
+ ],
267045
+ "required": true,
267046
+ "type": {
267047
+ "name": "RefObject<unknown>"
267048
+ }
267049
+ }
267050
+ }
267051
+ },
267052
+ {
267053
+ "tags": {},
267054
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
267055
+ "description": "",
267056
+ "displayName": "SubmitButtonStateProvider",
267057
+ "methods": [],
267058
+ "props": {
267059
+ "isAsyncSubmit": {
267060
+ "defaultValue": null,
267061
+ "description": "",
267062
+ "name": "isAsyncSubmit",
267063
+ "parent": {
267064
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
267065
+ "name": "Props"
267066
+ },
267067
+ "declarations": [
267068
+ {
267069
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
267070
+ "name": "Props"
267071
+ }
267072
+ ],
267073
+ "required": true,
267074
+ "type": {
267075
+ "name": "RefObject<boolean>"
267076
+ }
267077
+ },
267078
+ "children": {
267079
+ "defaultValue": null,
267080
+ "description": "",
267081
+ "name": "children",
267082
267082
  "declarations": [
267083
267083
  {
267084
267084
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267085
- "name": "SVGAttributes"
267085
+ "name": "TypeLiteral"
267086
267086
  }
267087
267087
  ],
267088
267088
  "required": false,
267089
267089
  "type": {
267090
- "name": "string"
267090
+ "name": "ReactNode"
267091
267091
  }
267092
267092
  }
267093
267093
  }
@@ -294962,269 +294962,131 @@
294962
294962
  },
294963
294963
  {
294964
294964
  "tags": {},
294965
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
294966
- "description": "",
294967
- "displayName": "ListItemView",
294968
- "methods": [],
294969
- "props": {
294970
- "children": {
294971
- "defaultValue": null,
294972
- "description": "",
294973
- "name": "children",
294974
- "declarations": [
294975
- {
294976
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
294977
- "name": "TypeLiteral"
294978
- }
294979
- ],
294980
- "required": false,
294981
- "type": {
294982
- "name": "ReactNode"
294983
- }
294984
- },
294985
- "s": {
294986
- "defaultValue": null,
294987
- "description": "Column layout for container size s.",
294988
- "name": "s",
294989
- "parent": {
294990
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
294991
- "name": "ColumnLayoutProps"
294992
- },
294993
- "declarations": [
294994
- {
294995
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
294996
- "name": "ColumnLayoutProps"
294997
- }
294998
- ],
294999
- "required": false,
295000
- "type": {
295001
- "name": "(number | null)[]"
295002
- }
295003
- },
295004
- "m": {
295005
- "defaultValue": null,
295006
- "description": "Column layout for container size m.",
295007
- "name": "m",
295008
- "parent": {
295009
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
295010
- "name": "ColumnLayoutProps"
295011
- },
295012
- "declarations": [
295013
- {
295014
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
295015
- "name": "ColumnLayoutProps"
295016
- }
295017
- ],
295018
- "required": false,
295019
- "type": {
295020
- "name": "(number | null)[]"
295021
- }
295022
- },
295023
- "l": {
295024
- "defaultValue": null,
295025
- "description": "Column layout for container size l.",
295026
- "name": "l",
295027
- "parent": {
295028
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
295029
- "name": "ColumnLayoutProps"
295030
- },
295031
- "declarations": [
295032
- {
295033
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
295034
- "name": "ColumnLayoutProps"
295035
- }
295036
- ],
295037
- "required": false,
295038
- "type": {
295039
- "name": "(number | null)[]"
295040
- }
295041
- }
295042
- }
295043
- },
295044
- {
295045
- "tags": {},
295046
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
295047
- "description": "",
295048
- "displayName": "Items",
295049
- "methods": [],
295050
- "props": {}
295051
- },
295052
- {
295053
- "tags": {},
295054
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
295055
- "description": "",
295056
- "displayName": "Header",
295057
- "methods": [],
295058
- "props": {
295059
- "className": {
295060
- "defaultValue": null,
295061
- "description": "The elements class name.",
295062
- "name": "className",
295063
- "parent": {
295064
- "fileName": "components/src/lib/types/props.ts",
295065
- "name": "PropsWithClassName"
295066
- },
295067
- "declarations": [
295068
- {
295069
- "fileName": "components/src/lib/types/props.ts",
295070
- "name": "PropsWithClassName"
295071
- }
295072
- ],
295073
- "required": false,
295074
- "type": {
295075
- "name": "string"
295076
- }
295077
- }
295078
- }
295079
- },
295080
- {
295081
- "tags": {},
295082
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
295083
- "description": "",
295084
- "displayName": "Footer",
295085
- "methods": [],
295086
- "props": {}
295087
- },
295088
- {
295089
- "tags": {},
295090
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
295091
- "description": "",
295092
- "displayName": "LightBoxTrigger",
295093
- "methods": [],
295094
- "props": {
295095
- "isDefaultOpen": {
295096
- "defaultValue": null,
295097
- "description": "Whether the overlay should be open initially.",
295098
- "name": "isDefaultOpen",
295099
- "parent": {
295100
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
295101
- "name": "OverlayTriggerProps"
295102
- },
295103
- "declarations": [
295104
- {
295105
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
295106
- "name": "OverlayTriggerProps"
295107
- }
295108
- ],
295109
- "required": false,
295110
- "type": {
295111
- "name": "boolean"
295112
- }
295113
- },
295114
- "controller": {
295115
- "defaultValue": null,
295116
- "description": "A controller to control the state of the overlay.",
295117
- "name": "controller",
295118
- "parent": {
295119
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
295120
- "name": "OverlayTriggerProps"
295121
- },
295122
- "declarations": [
295123
- {
295124
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
295125
- "name": "OverlayTriggerProps"
295126
- }
295127
- ],
295128
- "required": false,
295129
- "type": {
295130
- "name": "OverlayController"
295131
- }
295132
- },
295133
- "wrapWith": {
295134
- "defaultValue": null,
295135
- "description": "",
295136
- "name": "wrapWith",
295137
- "parent": {
295138
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
295139
- "name": "FlowComponentProps"
295140
- },
295141
- "declarations": [
295142
- {
295143
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
295144
- "name": "FlowComponentProps"
295145
- }
295146
- ],
295147
- "required": false,
295148
- "type": {
295149
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
295150
- }
295151
- },
295152
- "tunnelId": {
295153
- "defaultValue": null,
295154
- "description": "@internal",
295155
- "name": "tunnelId",
295156
- "parent": {
295157
- "fileName": "components/src/lib/types/props.ts",
295158
- "name": "PropsWithTunnel"
295159
- },
295160
- "declarations": [
295161
- {
295162
- "fileName": "components/src/lib/types/props.ts",
295163
- "name": "PropsWithTunnel"
295164
- }
295165
- ],
295166
- "required": false,
295167
- "type": {
295168
- "name": "string | null"
295169
- }
295170
- },
295171
- "ref": {
295172
- "defaultValue": null,
295173
- "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}",
295174
- "name": "ref",
295175
- "parent": {
295176
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
295177
- "name": "RefAttributes"
295178
- },
295179
- "declarations": [
295180
- {
295181
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
295182
- "name": "RefAttributes"
295183
- }
295184
- ],
295185
- "required": false,
295186
- "type": {
295187
- "name": "Ref<HTMLInputElement>"
295188
- }
295189
- },
295190
- "key": {
295191
- "defaultValue": null,
295192
- "description": "",
295193
- "name": "key",
295194
- "parent": {
295195
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
295196
- "name": "Attributes"
295197
- },
295198
- "declarations": [
295199
- {
295200
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
295201
- "name": "Attributes"
295202
- }
295203
- ],
295204
- "required": false,
295205
- "type": {
295206
- "name": "Key | null"
295207
- }
295208
- },
295209
- "children": {
295210
- "defaultValue": null,
295211
- "description": "",
295212
- "name": "children",
295213
- "declarations": [
295214
- {
295215
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
295216
- "name": "TypeLiteral"
295217
- }
295218
- ],
295219
- "required": false,
295220
- "type": {
295221
- "name": "ReactNode"
295222
- }
295223
- }
295224
- }
295225
- },
295226
- {
295227
- "tags": {},
294965
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
294966
+ "description": "",
294967
+ "displayName": "ListItemView",
294968
+ "methods": [],
294969
+ "props": {
294970
+ "children": {
294971
+ "defaultValue": null,
294972
+ "description": "",
294973
+ "name": "children",
294974
+ "declarations": [
294975
+ {
294976
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
294977
+ "name": "TypeLiteral"
294978
+ }
294979
+ ],
294980
+ "required": false,
294981
+ "type": {
294982
+ "name": "ReactNode"
294983
+ }
294984
+ },
294985
+ "s": {
294986
+ "defaultValue": null,
294987
+ "description": "Column layout for container size s.",
294988
+ "name": "s",
294989
+ "parent": {
294990
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
294991
+ "name": "ColumnLayoutProps"
294992
+ },
294993
+ "declarations": [
294994
+ {
294995
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
294996
+ "name": "ColumnLayoutProps"
294997
+ }
294998
+ ],
294999
+ "required": false,
295000
+ "type": {
295001
+ "name": "(number | null)[]"
295002
+ }
295003
+ },
295004
+ "m": {
295005
+ "defaultValue": null,
295006
+ "description": "Column layout for container size m.",
295007
+ "name": "m",
295008
+ "parent": {
295009
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
295010
+ "name": "ColumnLayoutProps"
295011
+ },
295012
+ "declarations": [
295013
+ {
295014
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
295015
+ "name": "ColumnLayoutProps"
295016
+ }
295017
+ ],
295018
+ "required": false,
295019
+ "type": {
295020
+ "name": "(number | null)[]"
295021
+ }
295022
+ },
295023
+ "l": {
295024
+ "defaultValue": null,
295025
+ "description": "Column layout for container size l.",
295026
+ "name": "l",
295027
+ "parent": {
295028
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
295029
+ "name": "ColumnLayoutProps"
295030
+ },
295031
+ "declarations": [
295032
+ {
295033
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
295034
+ "name": "ColumnLayoutProps"
295035
+ }
295036
+ ],
295037
+ "required": false,
295038
+ "type": {
295039
+ "name": "(number | null)[]"
295040
+ }
295041
+ }
295042
+ }
295043
+ },
295044
+ {
295045
+ "tags": {},
295046
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
295047
+ "description": "",
295048
+ "displayName": "Items",
295049
+ "methods": [],
295050
+ "props": {}
295051
+ },
295052
+ {
295053
+ "tags": {},
295054
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
295055
+ "description": "",
295056
+ "displayName": "Header",
295057
+ "methods": [],
295058
+ "props": {
295059
+ "className": {
295060
+ "defaultValue": null,
295061
+ "description": "The elements class name.",
295062
+ "name": "className",
295063
+ "parent": {
295064
+ "fileName": "components/src/lib/types/props.ts",
295065
+ "name": "PropsWithClassName"
295066
+ },
295067
+ "declarations": [
295068
+ {
295069
+ "fileName": "components/src/lib/types/props.ts",
295070
+ "name": "PropsWithClassName"
295071
+ }
295072
+ ],
295073
+ "required": false,
295074
+ "type": {
295075
+ "name": "string"
295076
+ }
295077
+ }
295078
+ }
295079
+ },
295080
+ {
295081
+ "tags": {},
295082
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
295083
+ "description": "",
295084
+ "displayName": "Footer",
295085
+ "methods": [],
295086
+ "props": {}
295087
+ },
295088
+ {
295089
+ "tags": {},
295228
295090
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
295229
295091
  "description": "",
295230
295092
  "displayName": "LinkIcon",
@@ -297301,6 +297163,144 @@
297301
297163
  }
297302
297164
  }
297303
297165
  },
297166
+ {
297167
+ "tags": {},
297168
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
297169
+ "description": "",
297170
+ "displayName": "LightBoxTrigger",
297171
+ "methods": [],
297172
+ "props": {
297173
+ "isDefaultOpen": {
297174
+ "defaultValue": null,
297175
+ "description": "Whether the overlay should be open initially.",
297176
+ "name": "isDefaultOpen",
297177
+ "parent": {
297178
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297179
+ "name": "OverlayTriggerProps"
297180
+ },
297181
+ "declarations": [
297182
+ {
297183
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297184
+ "name": "OverlayTriggerProps"
297185
+ }
297186
+ ],
297187
+ "required": false,
297188
+ "type": {
297189
+ "name": "boolean"
297190
+ }
297191
+ },
297192
+ "controller": {
297193
+ "defaultValue": null,
297194
+ "description": "A controller to control the state of the overlay.",
297195
+ "name": "controller",
297196
+ "parent": {
297197
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297198
+ "name": "OverlayTriggerProps"
297199
+ },
297200
+ "declarations": [
297201
+ {
297202
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297203
+ "name": "OverlayTriggerProps"
297204
+ }
297205
+ ],
297206
+ "required": false,
297207
+ "type": {
297208
+ "name": "OverlayController"
297209
+ }
297210
+ },
297211
+ "wrapWith": {
297212
+ "defaultValue": null,
297213
+ "description": "",
297214
+ "name": "wrapWith",
297215
+ "parent": {
297216
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
297217
+ "name": "FlowComponentProps"
297218
+ },
297219
+ "declarations": [
297220
+ {
297221
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
297222
+ "name": "FlowComponentProps"
297223
+ }
297224
+ ],
297225
+ "required": false,
297226
+ "type": {
297227
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
297228
+ }
297229
+ },
297230
+ "tunnelId": {
297231
+ "defaultValue": null,
297232
+ "description": "@internal",
297233
+ "name": "tunnelId",
297234
+ "parent": {
297235
+ "fileName": "components/src/lib/types/props.ts",
297236
+ "name": "PropsWithTunnel"
297237
+ },
297238
+ "declarations": [
297239
+ {
297240
+ "fileName": "components/src/lib/types/props.ts",
297241
+ "name": "PropsWithTunnel"
297242
+ }
297243
+ ],
297244
+ "required": false,
297245
+ "type": {
297246
+ "name": "string | null"
297247
+ }
297248
+ },
297249
+ "ref": {
297250
+ "defaultValue": null,
297251
+ "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}",
297252
+ "name": "ref",
297253
+ "parent": {
297254
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
297255
+ "name": "RefAttributes"
297256
+ },
297257
+ "declarations": [
297258
+ {
297259
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
297260
+ "name": "RefAttributes"
297261
+ }
297262
+ ],
297263
+ "required": false,
297264
+ "type": {
297265
+ "name": "Ref<HTMLInputElement>"
297266
+ }
297267
+ },
297268
+ "key": {
297269
+ "defaultValue": null,
297270
+ "description": "",
297271
+ "name": "key",
297272
+ "parent": {
297273
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
297274
+ "name": "Attributes"
297275
+ },
297276
+ "declarations": [
297277
+ {
297278
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
297279
+ "name": "Attributes"
297280
+ }
297281
+ ],
297282
+ "required": false,
297283
+ "type": {
297284
+ "name": "Key | null"
297285
+ }
297286
+ },
297287
+ "children": {
297288
+ "defaultValue": null,
297289
+ "description": "",
297290
+ "name": "children",
297291
+ "declarations": [
297292
+ {
297293
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
297294
+ "name": "TypeLiteral"
297295
+ }
297296
+ ],
297297
+ "required": false,
297298
+ "type": {
297299
+ "name": "ReactNode"
297300
+ }
297301
+ }
297302
+ }
297303
+ },
297304
297304
  {
297305
297305
  "tags": {},
297306
297306
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",