@mittwald/flow-react-components 0.2.0-alpha.388 → 0.2.0-alpha.389

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.
@@ -98607,6 +98607,52 @@
98607
98607
  }
98608
98608
  }
98609
98609
  },
98610
+ {
98611
+ "tags": {
98612
+ "flr-generate": "all",
98613
+ "flr-clear-props-context": ""
98614
+ },
98615
+ "filePath": "src/components/LabeledValue/LabeledValue.tsx",
98616
+ "description": "",
98617
+ "displayName": "LabeledValue",
98618
+ "methods": [],
98619
+ "props": {
98620
+ "children": {
98621
+ "defaultValue": null,
98622
+ "description": "",
98623
+ "name": "children",
98624
+ "declarations": [
98625
+ {
98626
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
98627
+ "name": "TypeLiteral"
98628
+ }
98629
+ ],
98630
+ "required": false,
98631
+ "type": {
98632
+ "name": "ReactNode"
98633
+ }
98634
+ },
98635
+ "className": {
98636
+ "defaultValue": null,
98637
+ "description": "The elements class name.",
98638
+ "name": "className",
98639
+ "parent": {
98640
+ "fileName": "components/src/lib/types/props.ts",
98641
+ "name": "PropsWithClassName"
98642
+ },
98643
+ "declarations": [
98644
+ {
98645
+ "fileName": "components/src/lib/types/props.ts",
98646
+ "name": "PropsWithClassName"
98647
+ }
98648
+ ],
98649
+ "required": false,
98650
+ "type": {
98651
+ "name": "string"
98652
+ }
98653
+ }
98654
+ }
98655
+ },
98610
98656
  {
98611
98657
  "tags": {
98612
98658
  "flr-generate": "all",
@@ -104087,52 +104133,6 @@
104087
104133
  }
104088
104134
  }
104089
104135
  },
104090
- {
104091
- "tags": {
104092
- "flr-generate": "all",
104093
- "flr-clear-props-context": ""
104094
- },
104095
- "filePath": "src/components/LabeledValue/LabeledValue.tsx",
104096
- "description": "",
104097
- "displayName": "LabeledValue",
104098
- "methods": [],
104099
- "props": {
104100
- "children": {
104101
- "defaultValue": null,
104102
- "description": "",
104103
- "name": "children",
104104
- "declarations": [
104105
- {
104106
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
104107
- "name": "TypeLiteral"
104108
- }
104109
- ],
104110
- "required": false,
104111
- "type": {
104112
- "name": "ReactNode"
104113
- }
104114
- },
104115
- "className": {
104116
- "defaultValue": null,
104117
- "description": "The elements class name.",
104118
- "name": "className",
104119
- "parent": {
104120
- "fileName": "components/src/lib/types/props.ts",
104121
- "name": "PropsWithClassName"
104122
- },
104123
- "declarations": [
104124
- {
104125
- "fileName": "components/src/lib/types/props.ts",
104126
- "name": "PropsWithClassName"
104127
- }
104128
- ],
104129
- "required": false,
104130
- "type": {
104131
- "name": "string"
104132
- }
104133
- }
104134
- }
104135
- },
104136
104136
  {
104137
104137
  "tags": {
104138
104138
  "flr-generate": "all",
@@ -217992,6 +217992,128 @@
217992
217992
  }
217993
217993
  }
217994
217994
  },
217995
+ {
217996
+ "tags": {
217997
+ "flr-generate": "all",
217998
+ "flr-clear-props-context": ""
217999
+ },
218000
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
218001
+ "description": "",
218002
+ "displayName": "Align",
218003
+ "methods": [],
218004
+ "props": {
218005
+ "children": {
218006
+ "defaultValue": null,
218007
+ "description": "",
218008
+ "name": "children",
218009
+ "declarations": [
218010
+ {
218011
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
218012
+ "name": "TypeLiteral"
218013
+ }
218014
+ ],
218015
+ "required": false,
218016
+ "type": {
218017
+ "name": "ReactNode"
218018
+ }
218019
+ },
218020
+ "className": {
218021
+ "defaultValue": null,
218022
+ "description": "The elements class name.",
218023
+ "name": "className",
218024
+ "parent": {
218025
+ "fileName": "components/src/lib/types/props.ts",
218026
+ "name": "PropsWithClassName"
218027
+ },
218028
+ "declarations": [
218029
+ {
218030
+ "fileName": "components/src/lib/types/props.ts",
218031
+ "name": "PropsWithClassName"
218032
+ }
218033
+ ],
218034
+ "required": false,
218035
+ "type": {
218036
+ "name": "string"
218037
+ }
218038
+ },
218039
+ "wrapWith": {
218040
+ "defaultValue": null,
218041
+ "description": "",
218042
+ "name": "wrapWith",
218043
+ "parent": {
218044
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
218045
+ "name": "FlowComponentProps"
218046
+ },
218047
+ "declarations": [
218048
+ {
218049
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
218050
+ "name": "FlowComponentProps"
218051
+ }
218052
+ ],
218053
+ "required": false,
218054
+ "type": {
218055
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
218056
+ }
218057
+ },
218058
+ "tunnelId": {
218059
+ "defaultValue": null,
218060
+ "description": "@internal",
218061
+ "name": "tunnelId",
218062
+ "parent": {
218063
+ "fileName": "components/src/lib/types/props.ts",
218064
+ "name": "PropsWithTunnel"
218065
+ },
218066
+ "declarations": [
218067
+ {
218068
+ "fileName": "components/src/lib/types/props.ts",
218069
+ "name": "PropsWithTunnel"
218070
+ }
218071
+ ],
218072
+ "required": false,
218073
+ "type": {
218074
+ "name": "string | null"
218075
+ }
218076
+ },
218077
+ "ref": {
218078
+ "defaultValue": null,
218079
+ "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}",
218080
+ "name": "ref",
218081
+ "parent": {
218082
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
218083
+ "name": "RefAttributes"
218084
+ },
218085
+ "declarations": [
218086
+ {
218087
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
218088
+ "name": "RefAttributes"
218089
+ }
218090
+ ],
218091
+ "required": false,
218092
+ "type": {
218093
+ "name": "Ref<HTMLInputElement>"
218094
+ }
218095
+ },
218096
+ "key": {
218097
+ "defaultValue": null,
218098
+ "description": "",
218099
+ "name": "key",
218100
+ "parent": {
218101
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
218102
+ "name": "Attributes"
218103
+ },
218104
+ "declarations": [
218105
+ {
218106
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
218107
+ "name": "Attributes"
218108
+ }
218109
+ ],
218110
+ "required": false,
218111
+ "type": {
218112
+ "name": "Key | null"
218113
+ }
218114
+ }
218115
+ }
218116
+ },
217995
218117
  {
217996
218118
  "tags": {
217997
218119
  "flr-generate": "all",
@@ -227279,9 +227401,9 @@
227279
227401
  "flr-generate": "all",
227280
227402
  "flr-clear-props-context": ""
227281
227403
  },
227282
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
227404
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
227283
227405
  "description": "",
227284
- "displayName": "Align",
227406
+ "displayName": "AlertBadge",
227285
227407
  "methods": [],
227286
227408
  "props": {
227287
227409
  "children": {
@@ -227299,23 +227421,19 @@
227299
227421
  "name": "ReactNode"
227300
227422
  }
227301
227423
  },
227302
- "className": {
227424
+ "status": {
227303
227425
  "defaultValue": null,
227304
- "description": "The elements class name.",
227305
- "name": "className",
227306
- "parent": {
227307
- "fileName": "components/src/lib/types/props.ts",
227308
- "name": "PropsWithClassName"
227309
- },
227426
+ "description": "The elements status",
227427
+ "name": "status",
227310
227428
  "declarations": [
227311
227429
  {
227312
227430
  "fileName": "components/src/lib/types/props.ts",
227313
- "name": "PropsWithClassName"
227431
+ "name": "TypeLiteral"
227314
227432
  }
227315
227433
  ],
227316
227434
  "required": false,
227317
227435
  "type": {
227318
- "name": "string"
227436
+ "name": "Status"
227319
227437
  }
227320
227438
  },
227321
227439
  "wrapWith": {
@@ -227393,156 +227511,38 @@
227393
227511
  "type": {
227394
227512
  "name": "Key | null"
227395
227513
  }
227396
- }
227397
- }
227398
- },
227399
- {
227400
- "tags": {
227401
- "flr-generate": "all",
227402
- "flr-clear-props-context": ""
227403
- },
227404
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
227405
- "description": "",
227406
- "displayName": "AlertBadge",
227407
- "methods": [],
227408
- "props": {
227409
- "children": {
227410
- "defaultValue": null,
227411
- "description": "",
227412
- "name": "children",
227413
- "declarations": [
227414
- {
227415
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
227416
- "name": "TypeLiteral"
227417
- }
227418
- ],
227419
- "required": false,
227420
- "type": {
227421
- "name": "ReactNode"
227422
- }
227423
- },
227424
- "status": {
227425
- "defaultValue": null,
227426
- "description": "The elements status",
227427
- "name": "status",
227428
- "declarations": [
227429
- {
227430
- "fileName": "components/src/lib/types/props.ts",
227431
- "name": "TypeLiteral"
227432
- }
227433
- ],
227434
- "required": false,
227435
- "type": {
227436
- "name": "Status"
227437
- }
227438
227514
  },
227439
- "wrapWith": {
227440
- "defaultValue": null,
227441
- "description": "",
227442
- "name": "wrapWith",
227443
- "parent": {
227444
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
227445
- "name": "FlowComponentProps"
227446
- },
227447
- "declarations": [
227448
- {
227449
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
227450
- "name": "FlowComponentProps"
227451
- }
227452
- ],
227453
- "required": false,
227454
- "type": {
227455
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
227456
- }
227457
- },
227458
- "tunnelId": {
227515
+ "className": {
227459
227516
  "defaultValue": null,
227460
- "description": "@internal",
227461
- "name": "tunnelId",
227517
+ "description": "The elements class name.",
227518
+ "name": "className",
227462
227519
  "parent": {
227463
227520
  "fileName": "components/src/lib/types/props.ts",
227464
- "name": "PropsWithTunnel"
227521
+ "name": "PropsWithClassName"
227465
227522
  },
227466
227523
  "declarations": [
227467
227524
  {
227468
227525
  "fileName": "components/src/lib/types/props.ts",
227469
- "name": "PropsWithTunnel"
227526
+ "name": "PropsWithClassName"
227470
227527
  }
227471
227528
  ],
227472
227529
  "required": false,
227473
227530
  "type": {
227474
- "name": "string | null"
227531
+ "name": "string"
227475
227532
  }
227476
- },
227477
- "ref": {
227478
- "defaultValue": null,
227479
- "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}",
227480
- "name": "ref",
227481
- "parent": {
227482
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
227483
- "name": "RefAttributes"
227484
- },
227485
- "declarations": [
227486
- {
227487
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
227488
- "name": "RefAttributes"
227489
- }
227490
- ],
227491
- "required": false,
227492
- "type": {
227493
- "name": "Ref<HTMLInputElement>"
227494
- }
227495
- },
227496
- "key": {
227497
- "defaultValue": null,
227498
- "description": "",
227499
- "name": "key",
227500
- "parent": {
227501
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
227502
- "name": "Attributes"
227503
- },
227504
- "declarations": [
227505
- {
227506
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
227507
- "name": "Attributes"
227508
- }
227509
- ],
227510
- "required": false,
227511
- "type": {
227512
- "name": "Key | null"
227513
- }
227514
- },
227515
- "className": {
227516
- "defaultValue": null,
227517
- "description": "The elements class name.",
227518
- "name": "className",
227519
- "parent": {
227520
- "fileName": "components/src/lib/types/props.ts",
227521
- "name": "PropsWithClassName"
227522
- },
227523
- "declarations": [
227524
- {
227525
- "fileName": "components/src/lib/types/props.ts",
227526
- "name": "PropsWithClassName"
227527
- }
227528
- ],
227529
- "required": false,
227530
- "type": {
227531
- "name": "string"
227532
- }
227533
- }
227534
- }
227535
- },
227536
- {
227537
- "tags": {
227538
- "flr-generate": "all",
227539
- "flr-clear-props-context": ""
227540
- },
227541
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
227542
- "description": "",
227543
- "displayName": "Alert",
227544
- "methods": [],
227545
- "props": {
227533
+ }
227534
+ }
227535
+ },
227536
+ {
227537
+ "tags": {
227538
+ "flr-generate": "all",
227539
+ "flr-clear-props-context": ""
227540
+ },
227541
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
227542
+ "description": "",
227543
+ "displayName": "Alert",
227544
+ "methods": [],
227545
+ "props": {
227546
227546
  "ref": {
227547
227547
  "defaultValue": null,
227548
227548
  "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}",
@@ -255224,99 +255224,66 @@
255224
255224
  },
255225
255225
  {
255226
255226
  "tags": {},
255227
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
255228
- "description": "",
255229
- "displayName": "RouterProvider",
255230
- "methods": [],
255231
- "props": {
255232
- "children": {
255233
- "defaultValue": null,
255234
- "description": "",
255235
- "name": "children",
255236
- "declarations": [
255237
- {
255238
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
255239
- "name": "TypeLiteral"
255240
- }
255241
- ],
255242
- "required": false,
255243
- "type": {
255244
- "name": "ReactNode"
255245
- }
255246
- }
255247
- }
255248
- },
255249
- {
255250
- "tags": {
255251
- "deprecated": "Use RouterProvider instead"
255252
- },
255253
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
255227
+ "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
255254
255228
  "description": "",
255255
- "displayName": "LinkProvider",
255229
+ "displayName": "Form",
255256
255230
  "methods": [],
255257
255231
  "props": {
255258
- "children": {
255232
+ "form": {
255259
255233
  "defaultValue": null,
255260
255234
  "description": "",
255261
- "name": "children",
255235
+ "name": "form",
255236
+ "parent": {
255237
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255238
+ "name": "FormProps"
255239
+ },
255262
255240
  "declarations": [
255263
255241
  {
255264
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
255265
- "name": "TypeLiteral"
255242
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255243
+ "name": "FormProps"
255266
255244
  }
255267
255245
  ],
255268
- "required": false,
255246
+ "required": true,
255269
255247
  "type": {
255270
- "name": "ReactNode"
255248
+ "name": "UseFormReturn<F>"
255271
255249
  }
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": {
255250
+ },
255251
+ "onSubmit": {
255285
255252
  "defaultValue": null,
255286
255253
  "description": "",
255287
- "name": "ref",
255254
+ "name": "onSubmit",
255288
255255
  "parent": {
255289
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
255290
- "name": "Props"
255256
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255257
+ "name": "FormProps"
255291
255258
  },
255292
255259
  "declarations": [
255293
255260
  {
255294
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
255295
- "name": "Props"
255261
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255262
+ "name": "FormProps"
255296
255263
  }
255297
255264
  ],
255298
- "required": false,
255265
+ "required": true,
255299
255266
  "type": {
255300
- "name": "Ref<HTMLAnchorElement>"
255267
+ "name": "SubmitHandler<F>"
255301
255268
  }
255302
255269
  },
255303
- "isDisabled": {
255270
+ "formComponent": {
255304
255271
  "defaultValue": null,
255305
255272
  "description": "",
255306
- "name": "isDisabled",
255273
+ "name": "formComponent",
255307
255274
  "parent": {
255308
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
255309
- "name": "Props"
255275
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255276
+ "name": "FormProps"
255310
255277
  },
255311
255278
  "declarations": [
255312
255279
  {
255313
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
255314
- "name": "Props"
255280
+ "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
255281
+ "name": "FormProps"
255315
255282
  }
255316
255283
  ],
255317
255284
  "required": false,
255318
255285
  "type": {
255319
- "name": "boolean"
255286
+ "name": "FormComponentType"
255320
255287
  }
255321
255288
  },
255322
255289
  "children": {
@@ -256763,6 +256730,25 @@
256763
256730
  "name": "TransitionEventHandler<HTMLElement>"
256764
256731
  }
256765
256732
  },
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
+ },
256766
256752
  "key": {
256767
256753
  "defaultValue": null,
256768
256754
  "description": "",
@@ -256934,6 +256920,25 @@
256934
256920
  "name": "string"
256935
256921
  }
256936
256922
  },
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
+ },
256937
256942
  "slot": {
256938
256943
  "defaultValue": null,
256939
256944
  "description": "",
@@ -257048,18 +257053,18 @@
257048
257053
  "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
257049
257054
  }
257050
257055
  },
257051
- "type": {
257056
+ "autoComplete": {
257052
257057
  "defaultValue": null,
257053
257058
  "description": "",
257054
- "name": "type",
257059
+ "name": "autoComplete",
257055
257060
  "parent": {
257056
257061
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
257057
- "name": "SVGAttributes"
257062
+ "name": "FormHTMLAttributes"
257058
257063
  },
257059
257064
  "declarations": [
257060
257065
  {
257061
257066
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
257062
- "name": "SVGAttributes"
257067
+ "name": "FormHTMLAttributes"
257063
257068
  }
257064
257069
  ],
257065
257070
  "required": false,
@@ -259176,25 +259181,6 @@
259176
259181
  "name": "FormEventHandler<HTMLElement>"
259177
259182
  }
259178
259183
  },
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
- },
259198
259184
  "onSubmitCapture": {
259199
259185
  "defaultValue": null,
259200
259186
  "description": "",
@@ -260658,10 +260644,10 @@
260658
260644
  "name": "string"
260659
260645
  }
260660
260646
  },
260661
- "href": {
260647
+ "method": {
260662
260648
  "defaultValue": null,
260663
260649
  "description": "",
260664
- "name": "href",
260650
+ "name": "method",
260665
260651
  "parent": {
260666
260652
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260667
260653
  "name": "SVGAttributes"
@@ -260677,56 +260663,56 @@
260677
260663
  "name": "string"
260678
260664
  }
260679
260665
  },
260680
- "hrefLang": {
260666
+ "action": {
260681
260667
  "defaultValue": null,
260682
260668
  "description": "",
260683
- "name": "hrefLang",
260669
+ "name": "action",
260684
260670
  "parent": {
260685
260671
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260686
- "name": "AnchorHTMLAttributes"
260672
+ "name": "FormHTMLAttributes"
260687
260673
  },
260688
260674
  "declarations": [
260689
260675
  {
260690
260676
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260691
- "name": "AnchorHTMLAttributes"
260677
+ "name": "FormHTMLAttributes"
260692
260678
  }
260693
260679
  ],
260694
260680
  "required": false,
260695
260681
  "type": {
260696
- "name": "string"
260682
+ "name": "string | ((formData: FormData) => void | Promise<void>)"
260697
260683
  }
260698
260684
  },
260699
- "download": {
260685
+ "acceptCharset": {
260700
260686
  "defaultValue": null,
260701
260687
  "description": "",
260702
- "name": "download",
260688
+ "name": "acceptCharset",
260703
260689
  "parent": {
260704
260690
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260705
- "name": "AnchorHTMLAttributes"
260691
+ "name": "FormHTMLAttributes"
260706
260692
  },
260707
260693
  "declarations": [
260708
260694
  {
260709
260695
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260710
- "name": "AnchorHTMLAttributes"
260696
+ "name": "FormHTMLAttributes"
260711
260697
  }
260712
260698
  ],
260713
260699
  "required": false,
260714
260700
  "type": {
260715
- "name": "any"
260701
+ "name": "string"
260716
260702
  }
260717
260703
  },
260718
- "ping": {
260704
+ "encType": {
260719
260705
  "defaultValue": null,
260720
260706
  "description": "",
260721
- "name": "ping",
260707
+ "name": "encType",
260722
260708
  "parent": {
260723
260709
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260724
- "name": "AnchorHTMLAttributes"
260710
+ "name": "FormHTMLAttributes"
260725
260711
  },
260726
260712
  "declarations": [
260727
260713
  {
260728
260714
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260729
- "name": "AnchorHTMLAttributes"
260715
+ "name": "FormHTMLAttributes"
260730
260716
  }
260731
260717
  ],
260732
260718
  "required": false,
@@ -260734,108 +260720,921 @@
260734
260720
  "name": "string"
260735
260721
  }
260736
260722
  },
260737
- "referrerPolicy": {
260723
+ "noValidate": {
260738
260724
  "defaultValue": null,
260739
260725
  "description": "",
260740
- "name": "referrerPolicy",
260726
+ "name": "noValidate",
260741
260727
  "parent": {
260742
260728
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260743
- "name": "ImgHTMLAttributes"
260729
+ "name": "FormHTMLAttributes"
260744
260730
  },
260745
260731
  "declarations": [
260746
260732
  {
260747
260733
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260748
- "name": "ImgHTMLAttributes"
260734
+ "name": "FormHTMLAttributes"
260749
260735
  }
260750
260736
  ],
260751
260737
  "required": false,
260752
260738
  "type": {
260753
- "name": "HTMLAttributeReferrerPolicy"
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"
260754
260764
  }
260755
260765
  },
260756
- "media": {
260766
+ "name": {
260757
260767
  "defaultValue": null,
260758
260768
  "description": "",
260759
- "name": "media",
260760
- "parent": {
260761
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260762
- "name": "SVGAttributes"
260763
- },
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",
260764
260845
  "declarations": [
260765
260846
  {
260766
260847
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
260767
- "name": "SVGAttributes"
260848
+ "name": "TypeLiteral"
260768
260849
  }
260769
260850
  ],
260770
260851
  "required": false,
260771
260852
  "type": {
260772
- "name": "string"
260853
+ "name": "ReactNode"
260773
260854
  }
260774
260855
  }
260775
260856
  }
260776
260857
  },
260777
260858
  {
260778
260859
  "tags": {},
260779
- "filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
260860
+ "filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
260780
260861
  "description": "",
260781
- "displayName": "Form",
260862
+ "displayName": "typedField",
260782
260863
  "methods": [],
260783
260864
  "props": {
260784
- "form": {
260865
+ "watch": {
260785
260866
  "defaultValue": null,
260786
260867
  "description": "",
260787
- "name": "form",
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"
261453
+ }
261454
+ },
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": {
261480
+ "defaultValue": null,
261481
+ "description": "",
261482
+ "name": "submitHandlerResultRef",
260788
261483
  "parent": {
260789
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260790
- "name": "FormProps"
261484
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
261485
+ "name": "Props"
260791
261486
  },
260792
261487
  "declarations": [
260793
261488
  {
260794
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260795
- "name": "FormProps"
261489
+ "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
261490
+ "name": "Props"
260796
261491
  }
260797
261492
  ],
260798
261493
  "required": true,
260799
261494
  "type": {
260800
- "name": "UseFormReturn<F>"
261495
+ "name": "RefObject<unknown>"
260801
261496
  }
260802
- },
260803
- "onSubmit": {
261497
+ }
261498
+ }
261499
+ },
261500
+ {
261501
+ "tags": {},
261502
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
261503
+ "description": "",
261504
+ "displayName": "SubmitButtonStateProvider",
261505
+ "methods": [],
261506
+ "props": {
261507
+ "isAsyncSubmit": {
260804
261508
  "defaultValue": null,
260805
261509
  "description": "",
260806
- "name": "onSubmit",
261510
+ "name": "isAsyncSubmit",
260807
261511
  "parent": {
260808
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260809
- "name": "FormProps"
261512
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
261513
+ "name": "Props"
260810
261514
  },
260811
261515
  "declarations": [
260812
261516
  {
260813
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260814
- "name": "FormProps"
261517
+ "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
261518
+ "name": "Props"
260815
261519
  }
260816
261520
  ],
260817
261521
  "required": true,
260818
261522
  "type": {
260819
- "name": "SubmitHandler<F>"
261523
+ "name": "RefObject<boolean>"
260820
261524
  }
260821
261525
  },
260822
- "formComponent": {
261526
+ "children": {
260823
261527
  "defaultValue": null,
260824
261528
  "description": "",
260825
- "name": "formComponent",
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": {
261603
+ "defaultValue": null,
261604
+ "description": "",
261605
+ "name": "ref",
260826
261606
  "parent": {
260827
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260828
- "name": "FormProps"
261607
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
261608
+ "name": "Props"
260829
261609
  },
260830
261610
  "declarations": [
260831
261611
  {
260832
- "fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
260833
- "name": "FormProps"
261612
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
261613
+ "name": "Props"
260834
261614
  }
260835
261615
  ],
260836
261616
  "required": false,
260837
261617
  "type": {
260838
- "name": "FormComponentType"
261618
+ "name": "Ref<HTMLAnchorElement>"
261619
+ }
261620
+ },
261621
+ "isDisabled": {
261622
+ "defaultValue": null,
261623
+ "description": "",
261624
+ "name": "isDisabled",
261625
+ "parent": {
261626
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
261627
+ "name": "Props"
261628
+ },
261629
+ "declarations": [
261630
+ {
261631
+ "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
261632
+ "name": "Props"
261633
+ }
261634
+ ],
261635
+ "required": false,
261636
+ "type": {
261637
+ "name": "boolean"
260839
261638
  }
260840
261639
  },
260841
261640
  "children": {
@@ -262282,25 +263081,6 @@
262282
263081
  "name": "TransitionEventHandler<HTMLElement>"
262283
263082
  }
262284
263083
  },
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
- },
262304
263084
  "key": {
262305
263085
  "defaultValue": null,
262306
263086
  "description": "",
@@ -262472,25 +263252,6 @@
262472
263252
  "name": "string"
262473
263253
  }
262474
263254
  },
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
- },
262494
263255
  "slot": {
262495
263256
  "defaultValue": null,
262496
263257
  "description": "",
@@ -262605,18 +263366,18 @@
262605
263366
  "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
262606
263367
  }
262607
263368
  },
262608
- "autoComplete": {
263369
+ "type": {
262609
263370
  "defaultValue": null,
262610
263371
  "description": "",
262611
- "name": "autoComplete",
263372
+ "name": "type",
262612
263373
  "parent": {
262613
263374
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262614
- "name": "FormHTMLAttributes"
263375
+ "name": "SVGAttributes"
262615
263376
  },
262616
263377
  "declarations": [
262617
263378
  {
262618
263379
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
262619
- "name": "FormHTMLAttributes"
263380
+ "name": "SVGAttributes"
262620
263381
  }
262621
263382
  ],
262622
263383
  "required": false,
@@ -264733,6 +265494,25 @@
264733
265494
  "name": "FormEventHandler<HTMLElement>"
264734
265495
  }
264735
265496
  },
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
+ },
264736
265516
  "onSubmitCapture": {
264737
265517
  "defaultValue": null,
264738
265518
  "description": "",
@@ -266196,10 +266976,10 @@
266196
266976
  "name": "string"
266197
266977
  }
266198
266978
  },
266199
- "method": {
266979
+ "href": {
266200
266980
  "defaultValue": null,
266201
266981
  "description": "",
266202
- "name": "method",
266982
+ "name": "href",
266203
266983
  "parent": {
266204
266984
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266205
266985
  "name": "SVGAttributes"
@@ -266215,56 +266995,56 @@
266215
266995
  "name": "string"
266216
266996
  }
266217
266997
  },
266218
- "action": {
266998
+ "hrefLang": {
266219
266999
  "defaultValue": null,
266220
267000
  "description": "",
266221
- "name": "action",
267001
+ "name": "hrefLang",
266222
267002
  "parent": {
266223
267003
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266224
- "name": "FormHTMLAttributes"
267004
+ "name": "AnchorHTMLAttributes"
266225
267005
  },
266226
267006
  "declarations": [
266227
267007
  {
266228
267008
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266229
- "name": "FormHTMLAttributes"
267009
+ "name": "AnchorHTMLAttributes"
266230
267010
  }
266231
267011
  ],
266232
267012
  "required": false,
266233
267013
  "type": {
266234
- "name": "string | ((formData: FormData) => void | Promise<void>)"
267014
+ "name": "string"
266235
267015
  }
266236
267016
  },
266237
- "acceptCharset": {
267017
+ "download": {
266238
267018
  "defaultValue": null,
266239
267019
  "description": "",
266240
- "name": "acceptCharset",
267020
+ "name": "download",
266241
267021
  "parent": {
266242
267022
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266243
- "name": "FormHTMLAttributes"
267023
+ "name": "AnchorHTMLAttributes"
266244
267024
  },
266245
267025
  "declarations": [
266246
267026
  {
266247
267027
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266248
- "name": "FormHTMLAttributes"
267028
+ "name": "AnchorHTMLAttributes"
266249
267029
  }
266250
267030
  ],
266251
267031
  "required": false,
266252
267032
  "type": {
266253
- "name": "string"
267033
+ "name": "any"
266254
267034
  }
266255
267035
  },
266256
- "encType": {
267036
+ "ping": {
266257
267037
  "defaultValue": null,
266258
267038
  "description": "",
266259
- "name": "encType",
267039
+ "name": "ping",
266260
267040
  "parent": {
266261
267041
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266262
- "name": "FormHTMLAttributes"
267042
+ "name": "AnchorHTMLAttributes"
266263
267043
  },
266264
267044
  "declarations": [
266265
267045
  {
266266
267046
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266267
- "name": "FormHTMLAttributes"
267047
+ "name": "AnchorHTMLAttributes"
266268
267048
  }
266269
267049
  ],
266270
267050
  "required": false,
@@ -266272,822 +267052,42 @@
266272
267052
  "name": "string"
266273
267053
  }
266274
267054
  },
266275
- "noValidate": {
267055
+ "referrerPolicy": {
266276
267056
  "defaultValue": null,
266277
267057
  "description": "",
266278
- "name": "noValidate",
267058
+ "name": "referrerPolicy",
266279
267059
  "parent": {
266280
267060
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266281
- "name": "FormHTMLAttributes"
267061
+ "name": "ImgHTMLAttributes"
266282
267062
  },
266283
267063
  "declarations": [
266284
267064
  {
266285
267065
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
266286
- "name": "FormHTMLAttributes"
266287
- }
266288
- ],
266289
- "required": false,
266290
- "type": {
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"
266316
- }
266317
- },
266318
- "name": {
266319
- "defaultValue": null,
266320
- "description": "",
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"
267066
+ "name": "ImgHTMLAttributes"
266401
267067
  }
266402
267068
  ],
266403
267069
  "required": false,
266404
267070
  "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"
267071
+ "name": "HTMLAttributeReferrerPolicy"
267005
267072
  }
267006
267073
  },
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",
267035
- "parent": {
267036
- "fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
267037
- "name": "Props"
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": {
267074
+ "media": {
267060
267075
  "defaultValue": null,
267061
267076
  "description": "",
267062
- "name": "isAsyncSubmit",
267077
+ "name": "media",
267063
267078
  "parent": {
267064
- "fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
267065
- "name": "Props"
267079
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
267080
+ "name": "SVGAttributes"
267066
267081
  },
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": "TypeLiteral"
267085
+ "name": "SVGAttributes"
267086
267086
  }
267087
267087
  ],
267088
267088
  "required": false,
267089
267089
  "type": {
267090
- "name": "ReactNode"
267090
+ "name": "string"
267091
267091
  }
267092
267092
  }
267093
267093
  }