@mittwald/flow-react-components 0.2.0-alpha.341 → 0.2.0-alpha.343
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.
- package/CHANGELOG.md +12 -0
- package/dist/assets/doc-properties.json +1036 -1036
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +16 -19
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
- package/dist/types/components/LabeledValue/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/LabeledValue/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts +2 -2
- package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts +3 -0
- package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts.map +1 -0
- package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -33050,7 +33050,7 @@
|
|
|
33050
33050
|
],
|
|
33051
33051
|
"required": false,
|
|
33052
33052
|
"type": {
|
|
33053
|
-
"name": "
|
|
33053
|
+
"name": "string"
|
|
33054
33054
|
}
|
|
33055
33055
|
},
|
|
33056
33056
|
"defaultValue": {
|
|
@@ -33069,7 +33069,7 @@
|
|
|
33069
33069
|
],
|
|
33070
33070
|
"required": false,
|
|
33071
33071
|
"type": {
|
|
33072
|
-
"name": "
|
|
33072
|
+
"name": "string"
|
|
33073
33073
|
}
|
|
33074
33074
|
},
|
|
33075
33075
|
"placeholder": {
|
|
@@ -208241,66 +208241,99 @@
|
|
|
208241
208241
|
},
|
|
208242
208242
|
{
|
|
208243
208243
|
"tags": {},
|
|
208244
|
-
"filePath": "src/integrations/
|
|
208244
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
208245
208245
|
"description": "",
|
|
208246
|
-
"displayName": "
|
|
208246
|
+
"displayName": "RouterProvider",
|
|
208247
208247
|
"methods": [],
|
|
208248
208248
|
"props": {
|
|
208249
|
-
"
|
|
208249
|
+
"children": {
|
|
208250
208250
|
"defaultValue": null,
|
|
208251
208251
|
"description": "",
|
|
208252
|
-
"name": "
|
|
208253
|
-
"parent": {
|
|
208254
|
-
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208255
|
-
"name": "FormProps"
|
|
208256
|
-
},
|
|
208252
|
+
"name": "children",
|
|
208257
208253
|
"declarations": [
|
|
208258
208254
|
{
|
|
208259
|
-
"fileName": "
|
|
208260
|
-
"name": "
|
|
208255
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208256
|
+
"name": "TypeLiteral"
|
|
208261
208257
|
}
|
|
208262
208258
|
],
|
|
208263
|
-
"required":
|
|
208259
|
+
"required": false,
|
|
208264
208260
|
"type": {
|
|
208265
|
-
"name": "
|
|
208261
|
+
"name": "ReactNode"
|
|
208266
208262
|
}
|
|
208267
|
-
}
|
|
208268
|
-
|
|
208263
|
+
}
|
|
208264
|
+
}
|
|
208265
|
+
},
|
|
208266
|
+
{
|
|
208267
|
+
"tags": {
|
|
208268
|
+
"deprecated": "Use RouterProvider instead"
|
|
208269
|
+
},
|
|
208270
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
208271
|
+
"description": "",
|
|
208272
|
+
"displayName": "LinkProvider",
|
|
208273
|
+
"methods": [],
|
|
208274
|
+
"props": {
|
|
208275
|
+
"children": {
|
|
208269
208276
|
"defaultValue": null,
|
|
208270
208277
|
"description": "",
|
|
208271
|
-
"name": "
|
|
208278
|
+
"name": "children",
|
|
208279
|
+
"declarations": [
|
|
208280
|
+
{
|
|
208281
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208282
|
+
"name": "TypeLiteral"
|
|
208283
|
+
}
|
|
208284
|
+
],
|
|
208285
|
+
"required": false,
|
|
208286
|
+
"type": {
|
|
208287
|
+
"name": "ReactNode"
|
|
208288
|
+
}
|
|
208289
|
+
}
|
|
208290
|
+
}
|
|
208291
|
+
},
|
|
208292
|
+
{
|
|
208293
|
+
"tags": {
|
|
208294
|
+
"deprecated": "Use RouterProvider instead"
|
|
208295
|
+
},
|
|
208296
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208297
|
+
"description": "",
|
|
208298
|
+
"displayName": "Link",
|
|
208299
|
+
"methods": [],
|
|
208300
|
+
"props": {
|
|
208301
|
+
"ref": {
|
|
208302
|
+
"defaultValue": null,
|
|
208303
|
+
"description": "",
|
|
208304
|
+
"name": "ref",
|
|
208272
208305
|
"parent": {
|
|
208273
|
-
"fileName": "src/integrations/
|
|
208274
|
-
"name": "
|
|
208306
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208307
|
+
"name": "Props"
|
|
208275
208308
|
},
|
|
208276
208309
|
"declarations": [
|
|
208277
208310
|
{
|
|
208278
|
-
"fileName": "src/integrations/
|
|
208279
|
-
"name": "
|
|
208311
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208312
|
+
"name": "Props"
|
|
208280
208313
|
}
|
|
208281
208314
|
],
|
|
208282
|
-
"required":
|
|
208315
|
+
"required": false,
|
|
208283
208316
|
"type": {
|
|
208284
|
-
"name": "
|
|
208317
|
+
"name": "Ref<HTMLAnchorElement>"
|
|
208285
208318
|
}
|
|
208286
208319
|
},
|
|
208287
|
-
"
|
|
208320
|
+
"isDisabled": {
|
|
208288
208321
|
"defaultValue": null,
|
|
208289
208322
|
"description": "",
|
|
208290
|
-
"name": "
|
|
208323
|
+
"name": "isDisabled",
|
|
208291
208324
|
"parent": {
|
|
208292
|
-
"fileName": "src/integrations/
|
|
208293
|
-
"name": "
|
|
208325
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208326
|
+
"name": "Props"
|
|
208294
208327
|
},
|
|
208295
208328
|
"declarations": [
|
|
208296
208329
|
{
|
|
208297
|
-
"fileName": "src/integrations/
|
|
208298
|
-
"name": "
|
|
208330
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208331
|
+
"name": "Props"
|
|
208299
208332
|
}
|
|
208300
208333
|
],
|
|
208301
208334
|
"required": false,
|
|
208302
208335
|
"type": {
|
|
208303
|
-
"name": "
|
|
208336
|
+
"name": "boolean"
|
|
208304
208337
|
}
|
|
208305
208338
|
},
|
|
208306
208339
|
"children": {
|
|
@@ -208797,6 +208830,25 @@
|
|
|
208797
208830
|
"name": "FormEventHandler<HTMLElement>"
|
|
208798
208831
|
}
|
|
208799
208832
|
},
|
|
208833
|
+
"onSubmit": {
|
|
208834
|
+
"defaultValue": null,
|
|
208835
|
+
"description": "",
|
|
208836
|
+
"name": "onSubmit",
|
|
208837
|
+
"parent": {
|
|
208838
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208839
|
+
"name": "DOMAttributes"
|
|
208840
|
+
},
|
|
208841
|
+
"declarations": [
|
|
208842
|
+
{
|
|
208843
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208844
|
+
"name": "DOMAttributes"
|
|
208845
|
+
}
|
|
208846
|
+
],
|
|
208847
|
+
"required": false,
|
|
208848
|
+
"type": {
|
|
208849
|
+
"name": "FormEventHandler<HTMLElement>"
|
|
208850
|
+
}
|
|
208851
|
+
},
|
|
208800
208852
|
"onSubmitCapture": {
|
|
208801
208853
|
"defaultValue": null,
|
|
208802
208854
|
"description": "",
|
|
@@ -211423,10 +211475,10 @@
|
|
|
211423
211475
|
"name": "string"
|
|
211424
211476
|
}
|
|
211425
211477
|
},
|
|
211426
|
-
"
|
|
211478
|
+
"media": {
|
|
211427
211479
|
"defaultValue": null,
|
|
211428
211480
|
"description": "",
|
|
211429
|
-
"name": "
|
|
211481
|
+
"name": "media",
|
|
211430
211482
|
"parent": {
|
|
211431
211483
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211432
211484
|
"name": "SVGAttributes"
|
|
@@ -211442,48 +211494,48 @@
|
|
|
211442
211494
|
"name": "string"
|
|
211443
211495
|
}
|
|
211444
211496
|
},
|
|
211445
|
-
"
|
|
211497
|
+
"style": {
|
|
211446
211498
|
"defaultValue": null,
|
|
211447
211499
|
"description": "",
|
|
211448
|
-
"name": "
|
|
211500
|
+
"name": "style",
|
|
211449
211501
|
"parent": {
|
|
211450
211502
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211451
|
-
"name": "
|
|
211503
|
+
"name": "HTMLAttributes"
|
|
211452
211504
|
},
|
|
211453
211505
|
"declarations": [
|
|
211454
211506
|
{
|
|
211455
211507
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211456
|
-
"name": "
|
|
211508
|
+
"name": "HTMLAttributes"
|
|
211457
211509
|
}
|
|
211458
211510
|
],
|
|
211459
211511
|
"required": false,
|
|
211460
211512
|
"type": {
|
|
211461
|
-
"name": "
|
|
211513
|
+
"name": "CSSProperties"
|
|
211462
211514
|
}
|
|
211463
211515
|
},
|
|
211464
|
-
"
|
|
211516
|
+
"target": {
|
|
211465
211517
|
"defaultValue": null,
|
|
211466
211518
|
"description": "",
|
|
211467
|
-
"name": "
|
|
211519
|
+
"name": "target",
|
|
211468
211520
|
"parent": {
|
|
211469
211521
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211470
|
-
"name": "
|
|
211522
|
+
"name": "SVGAttributes"
|
|
211471
211523
|
},
|
|
211472
211524
|
"declarations": [
|
|
211473
211525
|
{
|
|
211474
211526
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211475
|
-
"name": "
|
|
211527
|
+
"name": "SVGAttributes"
|
|
211476
211528
|
}
|
|
211477
211529
|
],
|
|
211478
211530
|
"required": false,
|
|
211479
211531
|
"type": {
|
|
211480
|
-
"name": "
|
|
211532
|
+
"name": "string"
|
|
211481
211533
|
}
|
|
211482
211534
|
},
|
|
211483
|
-
"
|
|
211535
|
+
"type": {
|
|
211484
211536
|
"defaultValue": null,
|
|
211485
|
-
"description": "",
|
|
211486
|
-
"name": "
|
|
211537
|
+
"description": "The type of axis",
|
|
211538
|
+
"name": "type",
|
|
211487
211539
|
"parent": {
|
|
211488
211540
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211489
211541
|
"name": "SVGAttributes"
|
|
@@ -211492,11 +211544,15 @@
|
|
|
211492
211544
|
{
|
|
211493
211545
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211494
211546
|
"name": "SVGAttributes"
|
|
211547
|
+
},
|
|
211548
|
+
{
|
|
211549
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
211550
|
+
"name": "BaseAxisProps"
|
|
211495
211551
|
}
|
|
211496
211552
|
],
|
|
211497
211553
|
"required": false,
|
|
211498
211554
|
"type": {
|
|
211499
|
-
"name": "
|
|
211555
|
+
"name": "\"number\" | \"category\""
|
|
211500
211556
|
}
|
|
211501
211557
|
},
|
|
211502
211558
|
"role": {
|
|
@@ -211537,6 +211593,25 @@
|
|
|
211537
211593
|
"name": "number"
|
|
211538
211594
|
}
|
|
211539
211595
|
},
|
|
211596
|
+
"href": {
|
|
211597
|
+
"defaultValue": null,
|
|
211598
|
+
"description": "",
|
|
211599
|
+
"name": "href",
|
|
211600
|
+
"parent": {
|
|
211601
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211602
|
+
"name": "SVGAttributes"
|
|
211603
|
+
},
|
|
211604
|
+
"declarations": [
|
|
211605
|
+
{
|
|
211606
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211607
|
+
"name": "SVGAttributes"
|
|
211608
|
+
}
|
|
211609
|
+
],
|
|
211610
|
+
"required": false,
|
|
211611
|
+
"type": {
|
|
211612
|
+
"name": "string"
|
|
211613
|
+
}
|
|
211614
|
+
},
|
|
211540
211615
|
"aria-activedescendant": {
|
|
211541
211616
|
"defaultValue": null,
|
|
211542
211617
|
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
@@ -212734,25 +212809,6 @@
|
|
|
212734
212809
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
212735
212810
|
}
|
|
212736
212811
|
},
|
|
212737
|
-
"ref": {
|
|
212738
|
-
"defaultValue": null,
|
|
212739
|
-
"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}",
|
|
212740
|
-
"name": "ref",
|
|
212741
|
-
"parent": {
|
|
212742
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212743
|
-
"name": "RefAttributes"
|
|
212744
|
-
},
|
|
212745
|
-
"declarations": [
|
|
212746
|
-
{
|
|
212747
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212748
|
-
"name": "RefAttributes"
|
|
212749
|
-
}
|
|
212750
|
-
],
|
|
212751
|
-
"required": false,
|
|
212752
|
-
"type": {
|
|
212753
|
-
"name": "Ref<HTMLInputElement>"
|
|
212754
|
-
}
|
|
212755
|
-
},
|
|
212756
212812
|
"key": {
|
|
212757
212813
|
"defaultValue": null,
|
|
212758
212814
|
"description": "",
|
|
@@ -212848,25 +212904,6 @@
|
|
|
212848
212904
|
"name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
|
|
212849
212905
|
}
|
|
212850
212906
|
},
|
|
212851
|
-
"autoComplete": {
|
|
212852
|
-
"defaultValue": null,
|
|
212853
|
-
"description": "",
|
|
212854
|
-
"name": "autoComplete",
|
|
212855
|
-
"parent": {
|
|
212856
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212857
|
-
"name": "FormHTMLAttributes"
|
|
212858
|
-
},
|
|
212859
|
-
"declarations": [
|
|
212860
|
-
{
|
|
212861
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212862
|
-
"name": "FormHTMLAttributes"
|
|
212863
|
-
}
|
|
212864
|
-
],
|
|
212865
|
-
"required": false,
|
|
212866
|
-
"type": {
|
|
212867
|
-
"name": "string"
|
|
212868
|
-
}
|
|
212869
|
-
},
|
|
212870
212907
|
"inputMode": {
|
|
212871
212908
|
"defaultValue": null,
|
|
212872
212909
|
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}",
|
|
@@ -213684,56 +213721,56 @@
|
|
|
213684
213721
|
"name": "string"
|
|
213685
213722
|
}
|
|
213686
213723
|
},
|
|
213687
|
-
"
|
|
213724
|
+
"hrefLang": {
|
|
213688
213725
|
"defaultValue": null,
|
|
213689
213726
|
"description": "",
|
|
213690
|
-
"name": "
|
|
213727
|
+
"name": "hrefLang",
|
|
213691
213728
|
"parent": {
|
|
213692
213729
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213693
|
-
"name": "
|
|
213730
|
+
"name": "AnchorHTMLAttributes"
|
|
213694
213731
|
},
|
|
213695
213732
|
"declarations": [
|
|
213696
213733
|
{
|
|
213697
213734
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213698
|
-
"name": "
|
|
213735
|
+
"name": "AnchorHTMLAttributes"
|
|
213699
213736
|
}
|
|
213700
213737
|
],
|
|
213701
213738
|
"required": false,
|
|
213702
213739
|
"type": {
|
|
213703
|
-
"name": "string
|
|
213740
|
+
"name": "string"
|
|
213704
213741
|
}
|
|
213705
213742
|
},
|
|
213706
|
-
"
|
|
213743
|
+
"download": {
|
|
213707
213744
|
"defaultValue": null,
|
|
213708
213745
|
"description": "",
|
|
213709
|
-
"name": "
|
|
213746
|
+
"name": "download",
|
|
213710
213747
|
"parent": {
|
|
213711
213748
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213712
|
-
"name": "
|
|
213749
|
+
"name": "AnchorHTMLAttributes"
|
|
213713
213750
|
},
|
|
213714
213751
|
"declarations": [
|
|
213715
213752
|
{
|
|
213716
213753
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213717
|
-
"name": "
|
|
213754
|
+
"name": "AnchorHTMLAttributes"
|
|
213718
213755
|
}
|
|
213719
213756
|
],
|
|
213720
213757
|
"required": false,
|
|
213721
213758
|
"type": {
|
|
213722
|
-
"name": "
|
|
213759
|
+
"name": "any"
|
|
213723
213760
|
}
|
|
213724
213761
|
},
|
|
213725
|
-
"
|
|
213762
|
+
"ping": {
|
|
213726
213763
|
"defaultValue": null,
|
|
213727
213764
|
"description": "",
|
|
213728
|
-
"name": "
|
|
213765
|
+
"name": "ping",
|
|
213729
213766
|
"parent": {
|
|
213730
213767
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213731
|
-
"name": "
|
|
213768
|
+
"name": "AnchorHTMLAttributes"
|
|
213732
213769
|
},
|
|
213733
213770
|
"declarations": [
|
|
213734
213771
|
{
|
|
213735
213772
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213736
|
-
"name": "
|
|
213773
|
+
"name": "AnchorHTMLAttributes"
|
|
213737
213774
|
}
|
|
213738
213775
|
],
|
|
213739
213776
|
"required": false,
|
|
@@ -213741,921 +213778,89 @@
|
|
|
213741
213778
|
"name": "string"
|
|
213742
213779
|
}
|
|
213743
213780
|
},
|
|
213744
|
-
"
|
|
213781
|
+
"referrerPolicy": {
|
|
213745
213782
|
"defaultValue": null,
|
|
213746
213783
|
"description": "",
|
|
213747
|
-
"name": "
|
|
213784
|
+
"name": "referrerPolicy",
|
|
213748
213785
|
"parent": {
|
|
213749
213786
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213750
|
-
"name": "
|
|
213787
|
+
"name": "ImgHTMLAttributes"
|
|
213751
213788
|
},
|
|
213752
213789
|
"declarations": [
|
|
213753
213790
|
{
|
|
213754
213791
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213755
|
-
"name": "
|
|
213756
|
-
}
|
|
213757
|
-
],
|
|
213758
|
-
"required": false,
|
|
213759
|
-
"type": {
|
|
213760
|
-
"name": "boolean"
|
|
213761
|
-
}
|
|
213762
|
-
}
|
|
213763
|
-
}
|
|
213764
|
-
},
|
|
213765
|
-
{
|
|
213766
|
-
"tags": {},
|
|
213767
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
213768
|
-
"description": "",
|
|
213769
|
-
"displayName": "Field",
|
|
213770
|
-
"methods": [],
|
|
213771
|
-
"props": {
|
|
213772
|
-
"name": {
|
|
213773
|
-
"defaultValue": null,
|
|
213774
|
-
"description": "",
|
|
213775
|
-
"name": "name",
|
|
213776
|
-
"declarations": [
|
|
213777
|
-
{
|
|
213778
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213779
|
-
"name": "TypeLiteral"
|
|
213780
|
-
}
|
|
213781
|
-
],
|
|
213782
|
-
"required": true,
|
|
213783
|
-
"type": {
|
|
213784
|
-
"name": "string"
|
|
213785
|
-
}
|
|
213786
|
-
},
|
|
213787
|
-
"defaultValue": {
|
|
213788
|
-
"defaultValue": null,
|
|
213789
|
-
"description": "",
|
|
213790
|
-
"name": "defaultValue",
|
|
213791
|
-
"declarations": [
|
|
213792
|
-
{
|
|
213793
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213794
|
-
"name": "TypeLiteral"
|
|
213795
|
-
}
|
|
213796
|
-
],
|
|
213797
|
-
"required": false,
|
|
213798
|
-
"type": {
|
|
213799
|
-
"name": "any"
|
|
213800
|
-
}
|
|
213801
|
-
},
|
|
213802
|
-
"disabled": {
|
|
213803
|
-
"defaultValue": null,
|
|
213804
|
-
"description": "",
|
|
213805
|
-
"name": "disabled",
|
|
213806
|
-
"declarations": [
|
|
213807
|
-
{
|
|
213808
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213809
|
-
"name": "TypeLiteral"
|
|
213810
|
-
}
|
|
213811
|
-
],
|
|
213812
|
-
"required": false,
|
|
213813
|
-
"type": {
|
|
213814
|
-
"name": "boolean"
|
|
213815
|
-
}
|
|
213816
|
-
},
|
|
213817
|
-
"control": {
|
|
213818
|
-
"defaultValue": null,
|
|
213819
|
-
"description": "",
|
|
213820
|
-
"name": "control",
|
|
213821
|
-
"declarations": [
|
|
213822
|
-
{
|
|
213823
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213824
|
-
"name": "TypeLiteral"
|
|
213825
|
-
}
|
|
213826
|
-
],
|
|
213827
|
-
"required": false,
|
|
213828
|
-
"type": {
|
|
213829
|
-
"name": "Control<T, any, T>"
|
|
213830
|
-
}
|
|
213831
|
-
},
|
|
213832
|
-
"rules": {
|
|
213833
|
-
"defaultValue": null,
|
|
213834
|
-
"description": "",
|
|
213835
|
-
"name": "rules",
|
|
213836
|
-
"declarations": [
|
|
213837
|
-
{
|
|
213838
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213839
|
-
"name": "TypeLiteral"
|
|
213840
|
-
}
|
|
213841
|
-
],
|
|
213842
|
-
"required": false,
|
|
213843
|
-
"type": {
|
|
213844
|
-
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
213845
|
-
}
|
|
213846
|
-
},
|
|
213847
|
-
"shouldUnregister": {
|
|
213848
|
-
"defaultValue": null,
|
|
213849
|
-
"description": "",
|
|
213850
|
-
"name": "shouldUnregister",
|
|
213851
|
-
"declarations": [
|
|
213852
|
-
{
|
|
213853
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213854
|
-
"name": "TypeLiteral"
|
|
213855
|
-
}
|
|
213856
|
-
],
|
|
213857
|
-
"required": false,
|
|
213858
|
-
"type": {
|
|
213859
|
-
"name": "boolean"
|
|
213860
|
-
}
|
|
213861
|
-
},
|
|
213862
|
-
"children": {
|
|
213863
|
-
"defaultValue": null,
|
|
213864
|
-
"description": "",
|
|
213865
|
-
"name": "children",
|
|
213866
|
-
"declarations": [
|
|
213867
|
-
{
|
|
213868
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213869
|
-
"name": "TypeLiteral"
|
|
213792
|
+
"name": "ImgHTMLAttributes"
|
|
213870
213793
|
}
|
|
213871
213794
|
],
|
|
213872
213795
|
"required": false,
|
|
213873
213796
|
"type": {
|
|
213874
|
-
"name": "
|
|
213875
|
-
}
|
|
213876
|
-
}
|
|
213877
|
-
}
|
|
213878
|
-
},
|
|
213879
|
-
{
|
|
213880
|
-
"tags": {},
|
|
213881
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
213882
|
-
"description": "",
|
|
213883
|
-
"displayName": "typedField",
|
|
213884
|
-
"methods": [],
|
|
213885
|
-
"props": {
|
|
213886
|
-
"watch": {
|
|
213887
|
-
"defaultValue": null,
|
|
213888
|
-
"description": "",
|
|
213889
|
-
"name": "watch",
|
|
213890
|
-
"declarations": [
|
|
213891
|
-
{
|
|
213892
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213893
|
-
"name": "TypeLiteral"
|
|
213894
|
-
}
|
|
213895
|
-
],
|
|
213896
|
-
"required": true,
|
|
213897
|
-
"type": {
|
|
213898
|
-
"name": "UseFormWatch<T>"
|
|
213899
|
-
}
|
|
213900
|
-
},
|
|
213901
|
-
"getValues": {
|
|
213902
|
-
"defaultValue": null,
|
|
213903
|
-
"description": "",
|
|
213904
|
-
"name": "getValues",
|
|
213905
|
-
"declarations": [
|
|
213906
|
-
{
|
|
213907
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213908
|
-
"name": "TypeLiteral"
|
|
213909
|
-
}
|
|
213910
|
-
],
|
|
213911
|
-
"required": true,
|
|
213912
|
-
"type": {
|
|
213913
|
-
"name": "UseFormGetValues<T>"
|
|
213914
|
-
}
|
|
213915
|
-
},
|
|
213916
|
-
"getFieldState": {
|
|
213917
|
-
"defaultValue": null,
|
|
213918
|
-
"description": "",
|
|
213919
|
-
"name": "getFieldState",
|
|
213920
|
-
"declarations": [
|
|
213921
|
-
{
|
|
213922
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213923
|
-
"name": "TypeLiteral"
|
|
213924
|
-
},
|
|
213925
|
-
{
|
|
213926
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213927
|
-
"name": "TypeLiteral"
|
|
213928
|
-
}
|
|
213929
|
-
],
|
|
213930
|
-
"required": true,
|
|
213931
|
-
"type": {
|
|
213932
|
-
"name": "UseFormGetFieldState<T>"
|
|
213933
|
-
}
|
|
213934
|
-
},
|
|
213935
|
-
"setError": {
|
|
213936
|
-
"defaultValue": null,
|
|
213937
|
-
"description": "",
|
|
213938
|
-
"name": "setError",
|
|
213939
|
-
"declarations": [
|
|
213940
|
-
{
|
|
213941
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213942
|
-
"name": "TypeLiteral"
|
|
213943
|
-
},
|
|
213944
|
-
{
|
|
213945
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213946
|
-
"name": "TypeLiteral"
|
|
213947
|
-
}
|
|
213948
|
-
],
|
|
213949
|
-
"required": true,
|
|
213950
|
-
"type": {
|
|
213951
|
-
"name": "UseFormSetError<T>"
|
|
213952
|
-
}
|
|
213953
|
-
},
|
|
213954
|
-
"clearErrors": {
|
|
213955
|
-
"defaultValue": null,
|
|
213956
|
-
"description": "",
|
|
213957
|
-
"name": "clearErrors",
|
|
213958
|
-
"declarations": [
|
|
213959
|
-
{
|
|
213960
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213961
|
-
"name": "TypeLiteral"
|
|
213962
|
-
}
|
|
213963
|
-
],
|
|
213964
|
-
"required": true,
|
|
213965
|
-
"type": {
|
|
213966
|
-
"name": "UseFormClearErrors<T>"
|
|
213967
|
-
}
|
|
213968
|
-
},
|
|
213969
|
-
"setValue": {
|
|
213970
|
-
"defaultValue": null,
|
|
213971
|
-
"description": "",
|
|
213972
|
-
"name": "setValue",
|
|
213973
|
-
"declarations": [
|
|
213974
|
-
{
|
|
213975
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213976
|
-
"name": "TypeLiteral"
|
|
213977
|
-
}
|
|
213978
|
-
],
|
|
213979
|
-
"required": true,
|
|
213980
|
-
"type": {
|
|
213981
|
-
"name": "UseFormSetValue<T>"
|
|
213982
|
-
}
|
|
213983
|
-
},
|
|
213984
|
-
"trigger": {
|
|
213985
|
-
"defaultValue": null,
|
|
213986
|
-
"description": "",
|
|
213987
|
-
"name": "trigger",
|
|
213988
|
-
"declarations": [
|
|
213989
|
-
{
|
|
213990
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213991
|
-
"name": "TypeLiteral"
|
|
213992
|
-
}
|
|
213993
|
-
],
|
|
213994
|
-
"required": true,
|
|
213995
|
-
"type": {
|
|
213996
|
-
"name": "UseFormTrigger<T>"
|
|
213997
|
-
}
|
|
213998
|
-
},
|
|
213999
|
-
"formState": {
|
|
214000
|
-
"defaultValue": null,
|
|
214001
|
-
"description": "",
|
|
214002
|
-
"name": "formState",
|
|
214003
|
-
"declarations": [
|
|
214004
|
-
{
|
|
214005
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214006
|
-
"name": "TypeLiteral"
|
|
214007
|
-
}
|
|
214008
|
-
],
|
|
214009
|
-
"required": true,
|
|
214010
|
-
"type": {
|
|
214011
|
-
"name": "FormState<T>"
|
|
214012
|
-
}
|
|
214013
|
-
},
|
|
214014
|
-
"resetField": {
|
|
214015
|
-
"defaultValue": null,
|
|
214016
|
-
"description": "",
|
|
214017
|
-
"name": "resetField",
|
|
214018
|
-
"declarations": [
|
|
214019
|
-
{
|
|
214020
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214021
|
-
"name": "TypeLiteral"
|
|
214022
|
-
}
|
|
214023
|
-
],
|
|
214024
|
-
"required": true,
|
|
214025
|
-
"type": {
|
|
214026
|
-
"name": "UseFormResetField<T>"
|
|
214027
|
-
}
|
|
214028
|
-
},
|
|
214029
|
-
"reset": {
|
|
214030
|
-
"defaultValue": null,
|
|
214031
|
-
"description": "",
|
|
214032
|
-
"name": "reset",
|
|
214033
|
-
"declarations": [
|
|
214034
|
-
{
|
|
214035
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214036
|
-
"name": "TypeLiteral"
|
|
214037
|
-
}
|
|
214038
|
-
],
|
|
214039
|
-
"required": true,
|
|
214040
|
-
"type": {
|
|
214041
|
-
"name": "UseFormReset<T>"
|
|
214042
|
-
}
|
|
214043
|
-
},
|
|
214044
|
-
"handleSubmit": {
|
|
214045
|
-
"defaultValue": null,
|
|
214046
|
-
"description": "",
|
|
214047
|
-
"name": "handleSubmit",
|
|
214048
|
-
"declarations": [
|
|
214049
|
-
{
|
|
214050
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214051
|
-
"name": "TypeLiteral"
|
|
214052
|
-
},
|
|
214053
|
-
{
|
|
214054
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214055
|
-
"name": "TypeLiteral"
|
|
214056
|
-
}
|
|
214057
|
-
],
|
|
214058
|
-
"required": true,
|
|
214059
|
-
"type": {
|
|
214060
|
-
"name": "UseFormHandleSubmit<T, T>"
|
|
214061
|
-
}
|
|
214062
|
-
},
|
|
214063
|
-
"unregister": {
|
|
214064
|
-
"defaultValue": null,
|
|
214065
|
-
"description": "",
|
|
214066
|
-
"name": "unregister",
|
|
214067
|
-
"declarations": [
|
|
214068
|
-
{
|
|
214069
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214070
|
-
"name": "TypeLiteral"
|
|
214071
|
-
},
|
|
214072
|
-
{
|
|
214073
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214074
|
-
"name": "TypeLiteral"
|
|
214075
|
-
}
|
|
214076
|
-
],
|
|
214077
|
-
"required": true,
|
|
214078
|
-
"type": {
|
|
214079
|
-
"name": "UseFormUnregister<T>"
|
|
214080
|
-
}
|
|
214081
|
-
},
|
|
214082
|
-
"control": {
|
|
214083
|
-
"defaultValue": null,
|
|
214084
|
-
"description": "",
|
|
214085
|
-
"name": "control",
|
|
214086
|
-
"declarations": [
|
|
214087
|
-
{
|
|
214088
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214089
|
-
"name": "TypeLiteral"
|
|
214090
|
-
}
|
|
214091
|
-
],
|
|
214092
|
-
"required": true,
|
|
214093
|
-
"type": {
|
|
214094
|
-
"name": "Control<T, any, T>"
|
|
214095
|
-
}
|
|
214096
|
-
},
|
|
214097
|
-
"register": {
|
|
214098
|
-
"defaultValue": null,
|
|
214099
|
-
"description": "",
|
|
214100
|
-
"name": "register",
|
|
214101
|
-
"declarations": [
|
|
214102
|
-
{
|
|
214103
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214104
|
-
"name": "TypeLiteral"
|
|
214105
|
-
},
|
|
214106
|
-
{
|
|
214107
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214108
|
-
"name": "TypeLiteral"
|
|
214109
|
-
}
|
|
214110
|
-
],
|
|
214111
|
-
"required": true,
|
|
214112
|
-
"type": {
|
|
214113
|
-
"name": "UseFormRegister<T>"
|
|
214114
|
-
}
|
|
214115
|
-
},
|
|
214116
|
-
"setFocus": {
|
|
214117
|
-
"defaultValue": null,
|
|
214118
|
-
"description": "",
|
|
214119
|
-
"name": "setFocus",
|
|
214120
|
-
"declarations": [
|
|
214121
|
-
{
|
|
214122
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214123
|
-
"name": "TypeLiteral"
|
|
214124
|
-
}
|
|
214125
|
-
],
|
|
214126
|
-
"required": true,
|
|
214127
|
-
"type": {
|
|
214128
|
-
"name": "UseFormSetFocus<T>"
|
|
214129
|
-
}
|
|
214130
|
-
},
|
|
214131
|
-
"subscribe": {
|
|
214132
|
-
"defaultValue": null,
|
|
214133
|
-
"description": "",
|
|
214134
|
-
"name": "subscribe",
|
|
214135
|
-
"declarations": [
|
|
214136
|
-
{
|
|
214137
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214138
|
-
"name": "TypeLiteral"
|
|
214139
|
-
}
|
|
214140
|
-
],
|
|
214141
|
-
"required": true,
|
|
214142
|
-
"type": {
|
|
214143
|
-
"name": "UseFormSubscribe<T>"
|
|
214144
|
-
}
|
|
214145
|
-
},
|
|
214146
|
-
"_subjects": {
|
|
214147
|
-
"defaultValue": null,
|
|
214148
|
-
"description": "",
|
|
214149
|
-
"name": "_subjects",
|
|
214150
|
-
"declarations": [
|
|
214151
|
-
{
|
|
214152
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214153
|
-
"name": "TypeLiteral"
|
|
214154
|
-
}
|
|
214155
|
-
],
|
|
214156
|
-
"required": true,
|
|
214157
|
-
"type": {
|
|
214158
|
-
"name": "Subjects<T>"
|
|
214159
|
-
}
|
|
214160
|
-
},
|
|
214161
|
-
"_removeUnmounted": {
|
|
214162
|
-
"defaultValue": null,
|
|
214163
|
-
"description": "",
|
|
214164
|
-
"name": "_removeUnmounted",
|
|
214165
|
-
"declarations": [
|
|
214166
|
-
{
|
|
214167
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214168
|
-
"name": "TypeLiteral"
|
|
214169
|
-
}
|
|
214170
|
-
],
|
|
214171
|
-
"required": true,
|
|
214172
|
-
"type": {
|
|
214173
|
-
"name": "Noop"
|
|
214174
|
-
}
|
|
214175
|
-
},
|
|
214176
|
-
"_names": {
|
|
214177
|
-
"defaultValue": null,
|
|
214178
|
-
"description": "",
|
|
214179
|
-
"name": "_names",
|
|
214180
|
-
"declarations": [
|
|
214181
|
-
{
|
|
214182
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214183
|
-
"name": "TypeLiteral"
|
|
214184
|
-
}
|
|
214185
|
-
],
|
|
214186
|
-
"required": true,
|
|
214187
|
-
"type": {
|
|
214188
|
-
"name": "Names"
|
|
214189
|
-
}
|
|
214190
|
-
},
|
|
214191
|
-
"_state": {
|
|
214192
|
-
"defaultValue": null,
|
|
214193
|
-
"description": "",
|
|
214194
|
-
"name": "_state",
|
|
214195
|
-
"declarations": [
|
|
214196
|
-
{
|
|
214197
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214198
|
-
"name": "TypeLiteral"
|
|
214199
|
-
}
|
|
214200
|
-
],
|
|
214201
|
-
"required": true,
|
|
214202
|
-
"type": {
|
|
214203
|
-
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
214204
|
-
}
|
|
214205
|
-
},
|
|
214206
|
-
"_reset": {
|
|
214207
|
-
"defaultValue": null,
|
|
214208
|
-
"description": "",
|
|
214209
|
-
"name": "_reset",
|
|
214210
|
-
"declarations": [
|
|
214211
|
-
{
|
|
214212
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214213
|
-
"name": "TypeLiteral"
|
|
214214
|
-
}
|
|
214215
|
-
],
|
|
214216
|
-
"required": true,
|
|
214217
|
-
"type": {
|
|
214218
|
-
"name": "UseFormReset<T>"
|
|
214219
|
-
}
|
|
214220
|
-
},
|
|
214221
|
-
"_options": {
|
|
214222
|
-
"defaultValue": null,
|
|
214223
|
-
"description": "",
|
|
214224
|
-
"name": "_options",
|
|
214225
|
-
"declarations": [
|
|
214226
|
-
{
|
|
214227
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214228
|
-
"name": "TypeLiteral"
|
|
214229
|
-
}
|
|
214230
|
-
],
|
|
214231
|
-
"required": true,
|
|
214232
|
-
"type": {
|
|
214233
|
-
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
214234
|
-
}
|
|
214235
|
-
},
|
|
214236
|
-
"_getDirty": {
|
|
214237
|
-
"defaultValue": null,
|
|
214238
|
-
"description": "",
|
|
214239
|
-
"name": "_getDirty",
|
|
214240
|
-
"declarations": [
|
|
214241
|
-
{
|
|
214242
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214243
|
-
"name": "TypeLiteral"
|
|
214244
|
-
}
|
|
214245
|
-
],
|
|
214246
|
-
"required": true,
|
|
214247
|
-
"type": {
|
|
214248
|
-
"name": "GetIsDirty"
|
|
214249
|
-
}
|
|
214250
|
-
},
|
|
214251
|
-
"_resetDefaultValues": {
|
|
214252
|
-
"defaultValue": null,
|
|
214253
|
-
"description": "",
|
|
214254
|
-
"name": "_resetDefaultValues",
|
|
214255
|
-
"declarations": [
|
|
214256
|
-
{
|
|
214257
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214258
|
-
"name": "TypeLiteral"
|
|
214259
|
-
}
|
|
214260
|
-
],
|
|
214261
|
-
"required": true,
|
|
214262
|
-
"type": {
|
|
214263
|
-
"name": "Noop"
|
|
214264
|
-
}
|
|
214265
|
-
},
|
|
214266
|
-
"_formState": {
|
|
214267
|
-
"defaultValue": null,
|
|
214268
|
-
"description": "",
|
|
214269
|
-
"name": "_formState",
|
|
214270
|
-
"declarations": [
|
|
214271
|
-
{
|
|
214272
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214273
|
-
"name": "TypeLiteral"
|
|
214274
|
-
}
|
|
214275
|
-
],
|
|
214276
|
-
"required": true,
|
|
214277
|
-
"type": {
|
|
214278
|
-
"name": "FormState<T>"
|
|
214279
|
-
}
|
|
214280
|
-
},
|
|
214281
|
-
"_setValid": {
|
|
214282
|
-
"defaultValue": null,
|
|
214283
|
-
"description": "",
|
|
214284
|
-
"name": "_setValid",
|
|
214285
|
-
"declarations": [
|
|
214286
|
-
{
|
|
214287
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214288
|
-
"name": "TypeLiteral"
|
|
214289
|
-
}
|
|
214290
|
-
],
|
|
214291
|
-
"required": true,
|
|
214292
|
-
"type": {
|
|
214293
|
-
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
214294
|
-
}
|
|
214295
|
-
},
|
|
214296
|
-
"_fields": {
|
|
214297
|
-
"defaultValue": null,
|
|
214298
|
-
"description": "",
|
|
214299
|
-
"name": "_fields",
|
|
214300
|
-
"declarations": [
|
|
214301
|
-
{
|
|
214302
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214303
|
-
"name": "TypeLiteral"
|
|
214304
|
-
}
|
|
214305
|
-
],
|
|
214306
|
-
"required": true,
|
|
214307
|
-
"type": {
|
|
214308
|
-
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
214309
|
-
}
|
|
214310
|
-
},
|
|
214311
|
-
"_formValues": {
|
|
214312
|
-
"defaultValue": null,
|
|
214313
|
-
"description": "",
|
|
214314
|
-
"name": "_formValues",
|
|
214315
|
-
"declarations": [
|
|
214316
|
-
{
|
|
214317
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214318
|
-
"name": "TypeLiteral"
|
|
214319
|
-
}
|
|
214320
|
-
],
|
|
214321
|
-
"required": true,
|
|
214322
|
-
"type": {
|
|
214323
|
-
"name": "FieldValues"
|
|
214324
|
-
}
|
|
214325
|
-
},
|
|
214326
|
-
"_proxyFormState": {
|
|
214327
|
-
"defaultValue": null,
|
|
214328
|
-
"description": "",
|
|
214329
|
-
"name": "_proxyFormState",
|
|
214330
|
-
"declarations": [
|
|
214331
|
-
{
|
|
214332
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214333
|
-
"name": "TypeLiteral"
|
|
214334
|
-
}
|
|
214335
|
-
],
|
|
214336
|
-
"required": true,
|
|
214337
|
-
"type": {
|
|
214338
|
-
"name": "ReadFormState"
|
|
214339
|
-
}
|
|
214340
|
-
},
|
|
214341
|
-
"_defaultValues": {
|
|
214342
|
-
"defaultValue": null,
|
|
214343
|
-
"description": "",
|
|
214344
|
-
"name": "_defaultValues",
|
|
214345
|
-
"declarations": [
|
|
214346
|
-
{
|
|
214347
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214348
|
-
"name": "TypeLiteral"
|
|
214349
|
-
}
|
|
214350
|
-
],
|
|
214351
|
-
"required": true,
|
|
214352
|
-
"type": {
|
|
214353
|
-
"name": "Partial<DefaultValues<T>>"
|
|
214354
|
-
}
|
|
214355
|
-
},
|
|
214356
|
-
"_getWatch": {
|
|
214357
|
-
"defaultValue": null,
|
|
214358
|
-
"description": "",
|
|
214359
|
-
"name": "_getWatch",
|
|
214360
|
-
"declarations": [
|
|
214361
|
-
{
|
|
214362
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214363
|
-
"name": "TypeLiteral"
|
|
214364
|
-
}
|
|
214365
|
-
],
|
|
214366
|
-
"required": true,
|
|
214367
|
-
"type": {
|
|
214368
|
-
"name": "WatchInternal<T>"
|
|
214369
|
-
}
|
|
214370
|
-
},
|
|
214371
|
-
"_setFieldArray": {
|
|
214372
|
-
"defaultValue": null,
|
|
214373
|
-
"description": "",
|
|
214374
|
-
"name": "_setFieldArray",
|
|
214375
|
-
"declarations": [
|
|
214376
|
-
{
|
|
214377
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214378
|
-
"name": "TypeLiteral"
|
|
214379
|
-
}
|
|
214380
|
-
],
|
|
214381
|
-
"required": true,
|
|
214382
|
-
"type": {
|
|
214383
|
-
"name": "BatchFieldArrayUpdate"
|
|
214384
|
-
}
|
|
214385
|
-
},
|
|
214386
|
-
"_getFieldArray": {
|
|
214387
|
-
"defaultValue": null,
|
|
214388
|
-
"description": "",
|
|
214389
|
-
"name": "_getFieldArray",
|
|
214390
|
-
"declarations": [
|
|
214391
|
-
{
|
|
214392
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214393
|
-
"name": "TypeLiteral"
|
|
214394
|
-
}
|
|
214395
|
-
],
|
|
214396
|
-
"required": true,
|
|
214397
|
-
"type": {
|
|
214398
|
-
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
214399
|
-
}
|
|
214400
|
-
},
|
|
214401
|
-
"_setErrors": {
|
|
214402
|
-
"defaultValue": null,
|
|
214403
|
-
"description": "",
|
|
214404
|
-
"name": "_setErrors",
|
|
214405
|
-
"declarations": [
|
|
214406
|
-
{
|
|
214407
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214408
|
-
"name": "TypeLiteral"
|
|
214409
|
-
}
|
|
214410
|
-
],
|
|
214411
|
-
"required": true,
|
|
214412
|
-
"type": {
|
|
214413
|
-
"name": "(errors: FieldErrors<T>) => void"
|
|
214414
|
-
}
|
|
214415
|
-
},
|
|
214416
|
-
"_setDisabledField": {
|
|
214417
|
-
"defaultValue": null,
|
|
214418
|
-
"description": "",
|
|
214419
|
-
"name": "_setDisabledField",
|
|
214420
|
-
"declarations": [
|
|
214421
|
-
{
|
|
214422
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214423
|
-
"name": "TypeLiteral"
|
|
214424
|
-
}
|
|
214425
|
-
],
|
|
214426
|
-
"required": true,
|
|
214427
|
-
"type": {
|
|
214428
|
-
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
214429
|
-
}
|
|
214430
|
-
},
|
|
214431
|
-
"_runSchema": {
|
|
214432
|
-
"defaultValue": null,
|
|
214433
|
-
"description": "",
|
|
214434
|
-
"name": "_runSchema",
|
|
214435
|
-
"declarations": [
|
|
214436
|
-
{
|
|
214437
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214438
|
-
"name": "TypeLiteral"
|
|
214439
|
-
}
|
|
214440
|
-
],
|
|
214441
|
-
"required": true,
|
|
214442
|
-
"type": {
|
|
214443
|
-
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
214444
|
-
}
|
|
214445
|
-
},
|
|
214446
|
-
"_focusError": {
|
|
214447
|
-
"defaultValue": null,
|
|
214448
|
-
"description": "",
|
|
214449
|
-
"name": "_focusError",
|
|
214450
|
-
"declarations": [
|
|
214451
|
-
{
|
|
214452
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214453
|
-
"name": "TypeLiteral"
|
|
214454
|
-
}
|
|
214455
|
-
],
|
|
214456
|
-
"required": true,
|
|
214457
|
-
"type": {
|
|
214458
|
-
"name": "() => boolean | undefined"
|
|
214459
|
-
}
|
|
214460
|
-
},
|
|
214461
|
-
"_disableForm": {
|
|
214462
|
-
"defaultValue": null,
|
|
214463
|
-
"description": "",
|
|
214464
|
-
"name": "_disableForm",
|
|
214465
|
-
"declarations": [
|
|
214466
|
-
{
|
|
214467
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214468
|
-
"name": "TypeLiteral"
|
|
214469
|
-
}
|
|
214470
|
-
],
|
|
214471
|
-
"required": true,
|
|
214472
|
-
"type": {
|
|
214473
|
-
"name": "(disabled?: boolean | undefined) => void"
|
|
214474
|
-
}
|
|
214475
|
-
},
|
|
214476
|
-
"_subscribe": {
|
|
214477
|
-
"defaultValue": null,
|
|
214478
|
-
"description": "",
|
|
214479
|
-
"name": "_subscribe",
|
|
214480
|
-
"declarations": [
|
|
214481
|
-
{
|
|
214482
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214483
|
-
"name": "TypeLiteral"
|
|
214484
|
-
}
|
|
214485
|
-
],
|
|
214486
|
-
"required": true,
|
|
214487
|
-
"type": {
|
|
214488
|
-
"name": "FromSubscribe<T>"
|
|
214489
|
-
}
|
|
214490
|
-
}
|
|
214491
|
-
}
|
|
214492
|
-
},
|
|
214493
|
-
{
|
|
214494
|
-
"tags": {},
|
|
214495
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214496
|
-
"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",
|
|
214497
|
-
"displayName": "AfterFormSubmitEffect",
|
|
214498
|
-
"methods": [],
|
|
214499
|
-
"props": {
|
|
214500
|
-
"submitHandlerResultRef": {
|
|
214501
|
-
"defaultValue": null,
|
|
214502
|
-
"description": "",
|
|
214503
|
-
"name": "submitHandlerResultRef",
|
|
214504
|
-
"parent": {
|
|
214505
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214506
|
-
"name": "Props"
|
|
214507
|
-
},
|
|
214508
|
-
"declarations": [
|
|
214509
|
-
{
|
|
214510
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214511
|
-
"name": "Props"
|
|
214512
|
-
}
|
|
214513
|
-
],
|
|
214514
|
-
"required": true,
|
|
214515
|
-
"type": {
|
|
214516
|
-
"name": "RefObject<unknown>"
|
|
213797
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
214517
213798
|
}
|
|
214518
213799
|
}
|
|
214519
213800
|
}
|
|
214520
213801
|
},
|
|
214521
213802
|
{
|
|
214522
213803
|
"tags": {},
|
|
214523
|
-
"filePath": "
|
|
213804
|
+
"filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
214524
213805
|
"description": "",
|
|
214525
|
-
"displayName": "
|
|
213806
|
+
"displayName": "Form",
|
|
214526
213807
|
"methods": [],
|
|
214527
213808
|
"props": {
|
|
214528
|
-
"
|
|
213809
|
+
"form": {
|
|
214529
213810
|
"defaultValue": null,
|
|
214530
213811
|
"description": "",
|
|
214531
|
-
"name": "
|
|
213812
|
+
"name": "form",
|
|
214532
213813
|
"parent": {
|
|
214533
|
-
"fileName": "
|
|
214534
|
-
"name": "
|
|
213814
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213815
|
+
"name": "FormProps"
|
|
214535
213816
|
},
|
|
214536
213817
|
"declarations": [
|
|
214537
213818
|
{
|
|
214538
|
-
"fileName": "
|
|
214539
|
-
"name": "
|
|
213819
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213820
|
+
"name": "FormProps"
|
|
214540
213821
|
}
|
|
214541
213822
|
],
|
|
214542
213823
|
"required": true,
|
|
214543
213824
|
"type": {
|
|
214544
|
-
"name": "
|
|
213825
|
+
"name": "UseFormReturn<F>"
|
|
214545
213826
|
}
|
|
214546
213827
|
},
|
|
214547
|
-
"
|
|
214548
|
-
"defaultValue": null,
|
|
214549
|
-
"description": "",
|
|
214550
|
-
"name": "children",
|
|
214551
|
-
"declarations": [
|
|
214552
|
-
{
|
|
214553
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214554
|
-
"name": "TypeLiteral"
|
|
214555
|
-
}
|
|
214556
|
-
],
|
|
214557
|
-
"required": false,
|
|
214558
|
-
"type": {
|
|
214559
|
-
"name": "ReactNode"
|
|
214560
|
-
}
|
|
214561
|
-
}
|
|
214562
|
-
}
|
|
214563
|
-
},
|
|
214564
|
-
{
|
|
214565
|
-
"tags": {},
|
|
214566
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
214567
|
-
"description": "",
|
|
214568
|
-
"displayName": "RouterProvider",
|
|
214569
|
-
"methods": [],
|
|
214570
|
-
"props": {
|
|
214571
|
-
"children": {
|
|
214572
|
-
"defaultValue": null,
|
|
214573
|
-
"description": "",
|
|
214574
|
-
"name": "children",
|
|
214575
|
-
"declarations": [
|
|
214576
|
-
{
|
|
214577
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214578
|
-
"name": "TypeLiteral"
|
|
214579
|
-
}
|
|
214580
|
-
],
|
|
214581
|
-
"required": false,
|
|
214582
|
-
"type": {
|
|
214583
|
-
"name": "ReactNode"
|
|
214584
|
-
}
|
|
214585
|
-
}
|
|
214586
|
-
}
|
|
214587
|
-
},
|
|
214588
|
-
{
|
|
214589
|
-
"tags": {
|
|
214590
|
-
"deprecated": "Use RouterProvider instead"
|
|
214591
|
-
},
|
|
214592
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
214593
|
-
"description": "",
|
|
214594
|
-
"displayName": "LinkProvider",
|
|
214595
|
-
"methods": [],
|
|
214596
|
-
"props": {
|
|
214597
|
-
"children": {
|
|
214598
|
-
"defaultValue": null,
|
|
214599
|
-
"description": "",
|
|
214600
|
-
"name": "children",
|
|
214601
|
-
"declarations": [
|
|
214602
|
-
{
|
|
214603
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214604
|
-
"name": "TypeLiteral"
|
|
214605
|
-
}
|
|
214606
|
-
],
|
|
214607
|
-
"required": false,
|
|
214608
|
-
"type": {
|
|
214609
|
-
"name": "ReactNode"
|
|
214610
|
-
}
|
|
214611
|
-
}
|
|
214612
|
-
}
|
|
214613
|
-
},
|
|
214614
|
-
{
|
|
214615
|
-
"tags": {
|
|
214616
|
-
"deprecated": "Use RouterProvider instead"
|
|
214617
|
-
},
|
|
214618
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
214619
|
-
"description": "",
|
|
214620
|
-
"displayName": "Link",
|
|
214621
|
-
"methods": [],
|
|
214622
|
-
"props": {
|
|
214623
|
-
"ref": {
|
|
213828
|
+
"onSubmit": {
|
|
214624
213829
|
"defaultValue": null,
|
|
214625
213830
|
"description": "",
|
|
214626
|
-
"name": "
|
|
213831
|
+
"name": "onSubmit",
|
|
214627
213832
|
"parent": {
|
|
214628
|
-
"fileName": "
|
|
214629
|
-
"name": "
|
|
213833
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213834
|
+
"name": "FormProps"
|
|
214630
213835
|
},
|
|
214631
213836
|
"declarations": [
|
|
214632
213837
|
{
|
|
214633
|
-
"fileName": "
|
|
214634
|
-
"name": "
|
|
213838
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213839
|
+
"name": "FormProps"
|
|
214635
213840
|
}
|
|
214636
213841
|
],
|
|
214637
|
-
"required":
|
|
213842
|
+
"required": true,
|
|
214638
213843
|
"type": {
|
|
214639
|
-
"name": "
|
|
213844
|
+
"name": "SubmitHandler<F>"
|
|
214640
213845
|
}
|
|
214641
213846
|
},
|
|
214642
|
-
"
|
|
213847
|
+
"formComponent": {
|
|
214643
213848
|
"defaultValue": null,
|
|
214644
213849
|
"description": "",
|
|
214645
|
-
"name": "
|
|
213850
|
+
"name": "formComponent",
|
|
214646
213851
|
"parent": {
|
|
214647
|
-
"fileName": "
|
|
214648
|
-
"name": "
|
|
213852
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213853
|
+
"name": "FormProps"
|
|
214649
213854
|
},
|
|
214650
213855
|
"declarations": [
|
|
214651
213856
|
{
|
|
214652
|
-
"fileName": "
|
|
214653
|
-
"name": "
|
|
213857
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213858
|
+
"name": "FormProps"
|
|
214654
213859
|
}
|
|
214655
213860
|
],
|
|
214656
213861
|
"required": false,
|
|
214657
213862
|
"type": {
|
|
214658
|
-
"name": "
|
|
213863
|
+
"name": "FormComponentType"
|
|
214659
213864
|
}
|
|
214660
213865
|
},
|
|
214661
213866
|
"children": {
|
|
@@ -215152,25 +214357,6 @@
|
|
|
215152
214357
|
"name": "FormEventHandler<HTMLElement>"
|
|
215153
214358
|
}
|
|
215154
214359
|
},
|
|
215155
|
-
"onSubmit": {
|
|
215156
|
-
"defaultValue": null,
|
|
215157
|
-
"description": "",
|
|
215158
|
-
"name": "onSubmit",
|
|
215159
|
-
"parent": {
|
|
215160
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
215161
|
-
"name": "DOMAttributes"
|
|
215162
|
-
},
|
|
215163
|
-
"declarations": [
|
|
215164
|
-
{
|
|
215165
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
215166
|
-
"name": "DOMAttributes"
|
|
215167
|
-
}
|
|
215168
|
-
],
|
|
215169
|
-
"required": false,
|
|
215170
|
-
"type": {
|
|
215171
|
-
"name": "FormEventHandler<HTMLElement>"
|
|
215172
|
-
}
|
|
215173
|
-
},
|
|
215174
214360
|
"onSubmitCapture": {
|
|
215175
214361
|
"defaultValue": null,
|
|
215176
214362
|
"description": "",
|
|
@@ -217797,10 +216983,10 @@
|
|
|
217797
216983
|
"name": "string"
|
|
217798
216984
|
}
|
|
217799
216985
|
},
|
|
217800
|
-
"
|
|
216986
|
+
"method": {
|
|
217801
216987
|
"defaultValue": null,
|
|
217802
216988
|
"description": "",
|
|
217803
|
-
"name": "
|
|
216989
|
+
"name": "method",
|
|
217804
216990
|
"parent": {
|
|
217805
216991
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217806
216992
|
"name": "SVGAttributes"
|
|
@@ -217816,48 +217002,48 @@
|
|
|
217816
217002
|
"name": "string"
|
|
217817
217003
|
}
|
|
217818
217004
|
},
|
|
217819
|
-
"
|
|
217005
|
+
"name": {
|
|
217820
217006
|
"defaultValue": null,
|
|
217821
217007
|
"description": "",
|
|
217822
|
-
"name": "
|
|
217008
|
+
"name": "name",
|
|
217823
217009
|
"parent": {
|
|
217824
217010
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217825
|
-
"name": "
|
|
217011
|
+
"name": "InputHTMLAttributes"
|
|
217826
217012
|
},
|
|
217827
217013
|
"declarations": [
|
|
217828
217014
|
{
|
|
217829
217015
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217830
|
-
"name": "
|
|
217016
|
+
"name": "InputHTMLAttributes"
|
|
217831
217017
|
}
|
|
217832
217018
|
],
|
|
217833
217019
|
"required": false,
|
|
217834
217020
|
"type": {
|
|
217835
|
-
"name": "
|
|
217021
|
+
"name": "string"
|
|
217836
217022
|
}
|
|
217837
217023
|
},
|
|
217838
|
-
"
|
|
217024
|
+
"style": {
|
|
217839
217025
|
"defaultValue": null,
|
|
217840
217026
|
"description": "",
|
|
217841
|
-
"name": "
|
|
217027
|
+
"name": "style",
|
|
217842
217028
|
"parent": {
|
|
217843
217029
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217844
|
-
"name": "
|
|
217030
|
+
"name": "HTMLAttributes"
|
|
217845
217031
|
},
|
|
217846
217032
|
"declarations": [
|
|
217847
217033
|
{
|
|
217848
217034
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217849
|
-
"name": "
|
|
217035
|
+
"name": "HTMLAttributes"
|
|
217850
217036
|
}
|
|
217851
217037
|
],
|
|
217852
217038
|
"required": false,
|
|
217853
217039
|
"type": {
|
|
217854
|
-
"name": "
|
|
217040
|
+
"name": "CSSProperties"
|
|
217855
217041
|
}
|
|
217856
217042
|
},
|
|
217857
|
-
"
|
|
217043
|
+
"target": {
|
|
217858
217044
|
"defaultValue": null,
|
|
217859
|
-
"description": "
|
|
217860
|
-
"name": "
|
|
217045
|
+
"description": "",
|
|
217046
|
+
"name": "target",
|
|
217861
217047
|
"parent": {
|
|
217862
217048
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217863
217049
|
"name": "SVGAttributes"
|
|
@@ -217866,15 +217052,11 @@
|
|
|
217866
217052
|
{
|
|
217867
217053
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217868
217054
|
"name": "SVGAttributes"
|
|
217869
|
-
},
|
|
217870
|
-
{
|
|
217871
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
217872
|
-
"name": "BaseAxisProps"
|
|
217873
217055
|
}
|
|
217874
217056
|
],
|
|
217875
217057
|
"required": false,
|
|
217876
217058
|
"type": {
|
|
217877
|
-
"name": "
|
|
217059
|
+
"name": "string"
|
|
217878
217060
|
}
|
|
217879
217061
|
},
|
|
217880
217062
|
"role": {
|
|
@@ -217915,25 +217097,6 @@
|
|
|
217915
217097
|
"name": "number"
|
|
217916
217098
|
}
|
|
217917
217099
|
},
|
|
217918
|
-
"href": {
|
|
217919
|
-
"defaultValue": null,
|
|
217920
|
-
"description": "",
|
|
217921
|
-
"name": "href",
|
|
217922
|
-
"parent": {
|
|
217923
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217924
|
-
"name": "SVGAttributes"
|
|
217925
|
-
},
|
|
217926
|
-
"declarations": [
|
|
217927
|
-
{
|
|
217928
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217929
|
-
"name": "SVGAttributes"
|
|
217930
|
-
}
|
|
217931
|
-
],
|
|
217932
|
-
"required": false,
|
|
217933
|
-
"type": {
|
|
217934
|
-
"name": "string"
|
|
217935
|
-
}
|
|
217936
|
-
},
|
|
217937
217100
|
"aria-activedescendant": {
|
|
217938
217101
|
"defaultValue": null,
|
|
217939
217102
|
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
@@ -219131,6 +218294,25 @@
|
|
|
219131
218294
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
219132
218295
|
}
|
|
219133
218296
|
},
|
|
218297
|
+
"ref": {
|
|
218298
|
+
"defaultValue": null,
|
|
218299
|
+
"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}",
|
|
218300
|
+
"name": "ref",
|
|
218301
|
+
"parent": {
|
|
218302
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218303
|
+
"name": "RefAttributes"
|
|
218304
|
+
},
|
|
218305
|
+
"declarations": [
|
|
218306
|
+
{
|
|
218307
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218308
|
+
"name": "RefAttributes"
|
|
218309
|
+
}
|
|
218310
|
+
],
|
|
218311
|
+
"required": false,
|
|
218312
|
+
"type": {
|
|
218313
|
+
"name": "Ref<HTMLInputElement>"
|
|
218314
|
+
}
|
|
218315
|
+
},
|
|
219134
218316
|
"key": {
|
|
219135
218317
|
"defaultValue": null,
|
|
219136
218318
|
"description": "",
|
|
@@ -219226,6 +218408,25 @@
|
|
|
219226
218408
|
"name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
|
|
219227
218409
|
}
|
|
219228
218410
|
},
|
|
218411
|
+
"autoComplete": {
|
|
218412
|
+
"defaultValue": null,
|
|
218413
|
+
"description": "",
|
|
218414
|
+
"name": "autoComplete",
|
|
218415
|
+
"parent": {
|
|
218416
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218417
|
+
"name": "FormHTMLAttributes"
|
|
218418
|
+
},
|
|
218419
|
+
"declarations": [
|
|
218420
|
+
{
|
|
218421
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218422
|
+
"name": "FormHTMLAttributes"
|
|
218423
|
+
}
|
|
218424
|
+
],
|
|
218425
|
+
"required": false,
|
|
218426
|
+
"type": {
|
|
218427
|
+
"name": "string"
|
|
218428
|
+
}
|
|
218429
|
+
},
|
|
219229
218430
|
"inputMode": {
|
|
219230
218431
|
"defaultValue": null,
|
|
219231
218432
|
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}",
|
|
@@ -220043,56 +219244,56 @@
|
|
|
220043
219244
|
"name": "string"
|
|
220044
219245
|
}
|
|
220045
219246
|
},
|
|
220046
|
-
"
|
|
219247
|
+
"action": {
|
|
220047
219248
|
"defaultValue": null,
|
|
220048
219249
|
"description": "",
|
|
220049
|
-
"name": "
|
|
219250
|
+
"name": "action",
|
|
220050
219251
|
"parent": {
|
|
220051
219252
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220052
|
-
"name": "
|
|
219253
|
+
"name": "FormHTMLAttributes"
|
|
220053
219254
|
},
|
|
220054
219255
|
"declarations": [
|
|
220055
219256
|
{
|
|
220056
219257
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220057
|
-
"name": "
|
|
219258
|
+
"name": "FormHTMLAttributes"
|
|
220058
219259
|
}
|
|
220059
219260
|
],
|
|
220060
219261
|
"required": false,
|
|
220061
219262
|
"type": {
|
|
220062
|
-
"name": "string"
|
|
219263
|
+
"name": "string | ((formData: FormData) => void | Promise<void>)"
|
|
220063
219264
|
}
|
|
220064
219265
|
},
|
|
220065
|
-
"
|
|
219266
|
+
"acceptCharset": {
|
|
220066
219267
|
"defaultValue": null,
|
|
220067
219268
|
"description": "",
|
|
220068
|
-
"name": "
|
|
219269
|
+
"name": "acceptCharset",
|
|
220069
219270
|
"parent": {
|
|
220070
219271
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220071
|
-
"name": "
|
|
219272
|
+
"name": "FormHTMLAttributes"
|
|
220072
219273
|
},
|
|
220073
219274
|
"declarations": [
|
|
220074
219275
|
{
|
|
220075
219276
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220076
|
-
"name": "
|
|
219277
|
+
"name": "FormHTMLAttributes"
|
|
220077
219278
|
}
|
|
220078
219279
|
],
|
|
220079
219280
|
"required": false,
|
|
220080
219281
|
"type": {
|
|
220081
|
-
"name": "
|
|
219282
|
+
"name": "string"
|
|
220082
219283
|
}
|
|
220083
219284
|
},
|
|
220084
|
-
"
|
|
219285
|
+
"encType": {
|
|
220085
219286
|
"defaultValue": null,
|
|
220086
219287
|
"description": "",
|
|
220087
|
-
"name": "
|
|
219288
|
+
"name": "encType",
|
|
220088
219289
|
"parent": {
|
|
220089
219290
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220090
|
-
"name": "
|
|
219291
|
+
"name": "FormHTMLAttributes"
|
|
220091
219292
|
},
|
|
220092
219293
|
"declarations": [
|
|
220093
219294
|
{
|
|
220094
219295
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220095
|
-
"name": "
|
|
219296
|
+
"name": "FormHTMLAttributes"
|
|
220096
219297
|
}
|
|
220097
219298
|
],
|
|
220098
219299
|
"required": false,
|
|
@@ -220100,23 +219301,822 @@
|
|
|
220100
219301
|
"name": "string"
|
|
220101
219302
|
}
|
|
220102
219303
|
},
|
|
220103
|
-
"
|
|
219304
|
+
"noValidate": {
|
|
220104
219305
|
"defaultValue": null,
|
|
220105
219306
|
"description": "",
|
|
220106
|
-
"name": "
|
|
219307
|
+
"name": "noValidate",
|
|
220107
219308
|
"parent": {
|
|
220108
219309
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220109
|
-
"name": "
|
|
219310
|
+
"name": "FormHTMLAttributes"
|
|
220110
219311
|
},
|
|
220111
219312
|
"declarations": [
|
|
220112
219313
|
{
|
|
220113
219314
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220114
|
-
"name": "
|
|
219315
|
+
"name": "FormHTMLAttributes"
|
|
220115
219316
|
}
|
|
220116
219317
|
],
|
|
220117
219318
|
"required": false,
|
|
220118
219319
|
"type": {
|
|
220119
|
-
"name": "
|
|
219320
|
+
"name": "boolean"
|
|
219321
|
+
}
|
|
219322
|
+
}
|
|
219323
|
+
}
|
|
219324
|
+
},
|
|
219325
|
+
{
|
|
219326
|
+
"tags": {},
|
|
219327
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
219328
|
+
"description": "",
|
|
219329
|
+
"displayName": "Field",
|
|
219330
|
+
"methods": [],
|
|
219331
|
+
"props": {
|
|
219332
|
+
"name": {
|
|
219333
|
+
"defaultValue": null,
|
|
219334
|
+
"description": "",
|
|
219335
|
+
"name": "name",
|
|
219336
|
+
"declarations": [
|
|
219337
|
+
{
|
|
219338
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219339
|
+
"name": "TypeLiteral"
|
|
219340
|
+
}
|
|
219341
|
+
],
|
|
219342
|
+
"required": true,
|
|
219343
|
+
"type": {
|
|
219344
|
+
"name": "string"
|
|
219345
|
+
}
|
|
219346
|
+
},
|
|
219347
|
+
"defaultValue": {
|
|
219348
|
+
"defaultValue": null,
|
|
219349
|
+
"description": "",
|
|
219350
|
+
"name": "defaultValue",
|
|
219351
|
+
"declarations": [
|
|
219352
|
+
{
|
|
219353
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219354
|
+
"name": "TypeLiteral"
|
|
219355
|
+
}
|
|
219356
|
+
],
|
|
219357
|
+
"required": false,
|
|
219358
|
+
"type": {
|
|
219359
|
+
"name": "any"
|
|
219360
|
+
}
|
|
219361
|
+
},
|
|
219362
|
+
"disabled": {
|
|
219363
|
+
"defaultValue": null,
|
|
219364
|
+
"description": "",
|
|
219365
|
+
"name": "disabled",
|
|
219366
|
+
"declarations": [
|
|
219367
|
+
{
|
|
219368
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219369
|
+
"name": "TypeLiteral"
|
|
219370
|
+
}
|
|
219371
|
+
],
|
|
219372
|
+
"required": false,
|
|
219373
|
+
"type": {
|
|
219374
|
+
"name": "boolean"
|
|
219375
|
+
}
|
|
219376
|
+
},
|
|
219377
|
+
"control": {
|
|
219378
|
+
"defaultValue": null,
|
|
219379
|
+
"description": "",
|
|
219380
|
+
"name": "control",
|
|
219381
|
+
"declarations": [
|
|
219382
|
+
{
|
|
219383
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219384
|
+
"name": "TypeLiteral"
|
|
219385
|
+
}
|
|
219386
|
+
],
|
|
219387
|
+
"required": false,
|
|
219388
|
+
"type": {
|
|
219389
|
+
"name": "Control<T, any, T>"
|
|
219390
|
+
}
|
|
219391
|
+
},
|
|
219392
|
+
"rules": {
|
|
219393
|
+
"defaultValue": null,
|
|
219394
|
+
"description": "",
|
|
219395
|
+
"name": "rules",
|
|
219396
|
+
"declarations": [
|
|
219397
|
+
{
|
|
219398
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219399
|
+
"name": "TypeLiteral"
|
|
219400
|
+
}
|
|
219401
|
+
],
|
|
219402
|
+
"required": false,
|
|
219403
|
+
"type": {
|
|
219404
|
+
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
219405
|
+
}
|
|
219406
|
+
},
|
|
219407
|
+
"shouldUnregister": {
|
|
219408
|
+
"defaultValue": null,
|
|
219409
|
+
"description": "",
|
|
219410
|
+
"name": "shouldUnregister",
|
|
219411
|
+
"declarations": [
|
|
219412
|
+
{
|
|
219413
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219414
|
+
"name": "TypeLiteral"
|
|
219415
|
+
}
|
|
219416
|
+
],
|
|
219417
|
+
"required": false,
|
|
219418
|
+
"type": {
|
|
219419
|
+
"name": "boolean"
|
|
219420
|
+
}
|
|
219421
|
+
},
|
|
219422
|
+
"children": {
|
|
219423
|
+
"defaultValue": null,
|
|
219424
|
+
"description": "",
|
|
219425
|
+
"name": "children",
|
|
219426
|
+
"declarations": [
|
|
219427
|
+
{
|
|
219428
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219429
|
+
"name": "TypeLiteral"
|
|
219430
|
+
}
|
|
219431
|
+
],
|
|
219432
|
+
"required": false,
|
|
219433
|
+
"type": {
|
|
219434
|
+
"name": "ReactNode"
|
|
219435
|
+
}
|
|
219436
|
+
}
|
|
219437
|
+
}
|
|
219438
|
+
},
|
|
219439
|
+
{
|
|
219440
|
+
"tags": {},
|
|
219441
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
219442
|
+
"description": "",
|
|
219443
|
+
"displayName": "typedField",
|
|
219444
|
+
"methods": [],
|
|
219445
|
+
"props": {
|
|
219446
|
+
"watch": {
|
|
219447
|
+
"defaultValue": null,
|
|
219448
|
+
"description": "",
|
|
219449
|
+
"name": "watch",
|
|
219450
|
+
"declarations": [
|
|
219451
|
+
{
|
|
219452
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219453
|
+
"name": "TypeLiteral"
|
|
219454
|
+
}
|
|
219455
|
+
],
|
|
219456
|
+
"required": true,
|
|
219457
|
+
"type": {
|
|
219458
|
+
"name": "UseFormWatch<T>"
|
|
219459
|
+
}
|
|
219460
|
+
},
|
|
219461
|
+
"getValues": {
|
|
219462
|
+
"defaultValue": null,
|
|
219463
|
+
"description": "",
|
|
219464
|
+
"name": "getValues",
|
|
219465
|
+
"declarations": [
|
|
219466
|
+
{
|
|
219467
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219468
|
+
"name": "TypeLiteral"
|
|
219469
|
+
}
|
|
219470
|
+
],
|
|
219471
|
+
"required": true,
|
|
219472
|
+
"type": {
|
|
219473
|
+
"name": "UseFormGetValues<T>"
|
|
219474
|
+
}
|
|
219475
|
+
},
|
|
219476
|
+
"getFieldState": {
|
|
219477
|
+
"defaultValue": null,
|
|
219478
|
+
"description": "",
|
|
219479
|
+
"name": "getFieldState",
|
|
219480
|
+
"declarations": [
|
|
219481
|
+
{
|
|
219482
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219483
|
+
"name": "TypeLiteral"
|
|
219484
|
+
},
|
|
219485
|
+
{
|
|
219486
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219487
|
+
"name": "TypeLiteral"
|
|
219488
|
+
}
|
|
219489
|
+
],
|
|
219490
|
+
"required": true,
|
|
219491
|
+
"type": {
|
|
219492
|
+
"name": "UseFormGetFieldState<T>"
|
|
219493
|
+
}
|
|
219494
|
+
},
|
|
219495
|
+
"setError": {
|
|
219496
|
+
"defaultValue": null,
|
|
219497
|
+
"description": "",
|
|
219498
|
+
"name": "setError",
|
|
219499
|
+
"declarations": [
|
|
219500
|
+
{
|
|
219501
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219502
|
+
"name": "TypeLiteral"
|
|
219503
|
+
},
|
|
219504
|
+
{
|
|
219505
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219506
|
+
"name": "TypeLiteral"
|
|
219507
|
+
}
|
|
219508
|
+
],
|
|
219509
|
+
"required": true,
|
|
219510
|
+
"type": {
|
|
219511
|
+
"name": "UseFormSetError<T>"
|
|
219512
|
+
}
|
|
219513
|
+
},
|
|
219514
|
+
"clearErrors": {
|
|
219515
|
+
"defaultValue": null,
|
|
219516
|
+
"description": "",
|
|
219517
|
+
"name": "clearErrors",
|
|
219518
|
+
"declarations": [
|
|
219519
|
+
{
|
|
219520
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219521
|
+
"name": "TypeLiteral"
|
|
219522
|
+
}
|
|
219523
|
+
],
|
|
219524
|
+
"required": true,
|
|
219525
|
+
"type": {
|
|
219526
|
+
"name": "UseFormClearErrors<T>"
|
|
219527
|
+
}
|
|
219528
|
+
},
|
|
219529
|
+
"setValue": {
|
|
219530
|
+
"defaultValue": null,
|
|
219531
|
+
"description": "",
|
|
219532
|
+
"name": "setValue",
|
|
219533
|
+
"declarations": [
|
|
219534
|
+
{
|
|
219535
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219536
|
+
"name": "TypeLiteral"
|
|
219537
|
+
}
|
|
219538
|
+
],
|
|
219539
|
+
"required": true,
|
|
219540
|
+
"type": {
|
|
219541
|
+
"name": "UseFormSetValue<T>"
|
|
219542
|
+
}
|
|
219543
|
+
},
|
|
219544
|
+
"trigger": {
|
|
219545
|
+
"defaultValue": null,
|
|
219546
|
+
"description": "",
|
|
219547
|
+
"name": "trigger",
|
|
219548
|
+
"declarations": [
|
|
219549
|
+
{
|
|
219550
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219551
|
+
"name": "TypeLiteral"
|
|
219552
|
+
}
|
|
219553
|
+
],
|
|
219554
|
+
"required": true,
|
|
219555
|
+
"type": {
|
|
219556
|
+
"name": "UseFormTrigger<T>"
|
|
219557
|
+
}
|
|
219558
|
+
},
|
|
219559
|
+
"formState": {
|
|
219560
|
+
"defaultValue": null,
|
|
219561
|
+
"description": "",
|
|
219562
|
+
"name": "formState",
|
|
219563
|
+
"declarations": [
|
|
219564
|
+
{
|
|
219565
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219566
|
+
"name": "TypeLiteral"
|
|
219567
|
+
}
|
|
219568
|
+
],
|
|
219569
|
+
"required": true,
|
|
219570
|
+
"type": {
|
|
219571
|
+
"name": "FormState<T>"
|
|
219572
|
+
}
|
|
219573
|
+
},
|
|
219574
|
+
"resetField": {
|
|
219575
|
+
"defaultValue": null,
|
|
219576
|
+
"description": "",
|
|
219577
|
+
"name": "resetField",
|
|
219578
|
+
"declarations": [
|
|
219579
|
+
{
|
|
219580
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219581
|
+
"name": "TypeLiteral"
|
|
219582
|
+
}
|
|
219583
|
+
],
|
|
219584
|
+
"required": true,
|
|
219585
|
+
"type": {
|
|
219586
|
+
"name": "UseFormResetField<T>"
|
|
219587
|
+
}
|
|
219588
|
+
},
|
|
219589
|
+
"reset": {
|
|
219590
|
+
"defaultValue": null,
|
|
219591
|
+
"description": "",
|
|
219592
|
+
"name": "reset",
|
|
219593
|
+
"declarations": [
|
|
219594
|
+
{
|
|
219595
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219596
|
+
"name": "TypeLiteral"
|
|
219597
|
+
}
|
|
219598
|
+
],
|
|
219599
|
+
"required": true,
|
|
219600
|
+
"type": {
|
|
219601
|
+
"name": "UseFormReset<T>"
|
|
219602
|
+
}
|
|
219603
|
+
},
|
|
219604
|
+
"handleSubmit": {
|
|
219605
|
+
"defaultValue": null,
|
|
219606
|
+
"description": "",
|
|
219607
|
+
"name": "handleSubmit",
|
|
219608
|
+
"declarations": [
|
|
219609
|
+
{
|
|
219610
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219611
|
+
"name": "TypeLiteral"
|
|
219612
|
+
},
|
|
219613
|
+
{
|
|
219614
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219615
|
+
"name": "TypeLiteral"
|
|
219616
|
+
}
|
|
219617
|
+
],
|
|
219618
|
+
"required": true,
|
|
219619
|
+
"type": {
|
|
219620
|
+
"name": "UseFormHandleSubmit<T, T>"
|
|
219621
|
+
}
|
|
219622
|
+
},
|
|
219623
|
+
"unregister": {
|
|
219624
|
+
"defaultValue": null,
|
|
219625
|
+
"description": "",
|
|
219626
|
+
"name": "unregister",
|
|
219627
|
+
"declarations": [
|
|
219628
|
+
{
|
|
219629
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219630
|
+
"name": "TypeLiteral"
|
|
219631
|
+
},
|
|
219632
|
+
{
|
|
219633
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219634
|
+
"name": "TypeLiteral"
|
|
219635
|
+
}
|
|
219636
|
+
],
|
|
219637
|
+
"required": true,
|
|
219638
|
+
"type": {
|
|
219639
|
+
"name": "UseFormUnregister<T>"
|
|
219640
|
+
}
|
|
219641
|
+
},
|
|
219642
|
+
"control": {
|
|
219643
|
+
"defaultValue": null,
|
|
219644
|
+
"description": "",
|
|
219645
|
+
"name": "control",
|
|
219646
|
+
"declarations": [
|
|
219647
|
+
{
|
|
219648
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219649
|
+
"name": "TypeLiteral"
|
|
219650
|
+
}
|
|
219651
|
+
],
|
|
219652
|
+
"required": true,
|
|
219653
|
+
"type": {
|
|
219654
|
+
"name": "Control<T, any, T>"
|
|
219655
|
+
}
|
|
219656
|
+
},
|
|
219657
|
+
"register": {
|
|
219658
|
+
"defaultValue": null,
|
|
219659
|
+
"description": "",
|
|
219660
|
+
"name": "register",
|
|
219661
|
+
"declarations": [
|
|
219662
|
+
{
|
|
219663
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219664
|
+
"name": "TypeLiteral"
|
|
219665
|
+
},
|
|
219666
|
+
{
|
|
219667
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219668
|
+
"name": "TypeLiteral"
|
|
219669
|
+
}
|
|
219670
|
+
],
|
|
219671
|
+
"required": true,
|
|
219672
|
+
"type": {
|
|
219673
|
+
"name": "UseFormRegister<T>"
|
|
219674
|
+
}
|
|
219675
|
+
},
|
|
219676
|
+
"setFocus": {
|
|
219677
|
+
"defaultValue": null,
|
|
219678
|
+
"description": "",
|
|
219679
|
+
"name": "setFocus",
|
|
219680
|
+
"declarations": [
|
|
219681
|
+
{
|
|
219682
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219683
|
+
"name": "TypeLiteral"
|
|
219684
|
+
}
|
|
219685
|
+
],
|
|
219686
|
+
"required": true,
|
|
219687
|
+
"type": {
|
|
219688
|
+
"name": "UseFormSetFocus<T>"
|
|
219689
|
+
}
|
|
219690
|
+
},
|
|
219691
|
+
"subscribe": {
|
|
219692
|
+
"defaultValue": null,
|
|
219693
|
+
"description": "",
|
|
219694
|
+
"name": "subscribe",
|
|
219695
|
+
"declarations": [
|
|
219696
|
+
{
|
|
219697
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219698
|
+
"name": "TypeLiteral"
|
|
219699
|
+
}
|
|
219700
|
+
],
|
|
219701
|
+
"required": true,
|
|
219702
|
+
"type": {
|
|
219703
|
+
"name": "UseFormSubscribe<T>"
|
|
219704
|
+
}
|
|
219705
|
+
},
|
|
219706
|
+
"_subjects": {
|
|
219707
|
+
"defaultValue": null,
|
|
219708
|
+
"description": "",
|
|
219709
|
+
"name": "_subjects",
|
|
219710
|
+
"declarations": [
|
|
219711
|
+
{
|
|
219712
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219713
|
+
"name": "TypeLiteral"
|
|
219714
|
+
}
|
|
219715
|
+
],
|
|
219716
|
+
"required": true,
|
|
219717
|
+
"type": {
|
|
219718
|
+
"name": "Subjects<T>"
|
|
219719
|
+
}
|
|
219720
|
+
},
|
|
219721
|
+
"_removeUnmounted": {
|
|
219722
|
+
"defaultValue": null,
|
|
219723
|
+
"description": "",
|
|
219724
|
+
"name": "_removeUnmounted",
|
|
219725
|
+
"declarations": [
|
|
219726
|
+
{
|
|
219727
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219728
|
+
"name": "TypeLiteral"
|
|
219729
|
+
}
|
|
219730
|
+
],
|
|
219731
|
+
"required": true,
|
|
219732
|
+
"type": {
|
|
219733
|
+
"name": "Noop"
|
|
219734
|
+
}
|
|
219735
|
+
},
|
|
219736
|
+
"_names": {
|
|
219737
|
+
"defaultValue": null,
|
|
219738
|
+
"description": "",
|
|
219739
|
+
"name": "_names",
|
|
219740
|
+
"declarations": [
|
|
219741
|
+
{
|
|
219742
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219743
|
+
"name": "TypeLiteral"
|
|
219744
|
+
}
|
|
219745
|
+
],
|
|
219746
|
+
"required": true,
|
|
219747
|
+
"type": {
|
|
219748
|
+
"name": "Names"
|
|
219749
|
+
}
|
|
219750
|
+
},
|
|
219751
|
+
"_state": {
|
|
219752
|
+
"defaultValue": null,
|
|
219753
|
+
"description": "",
|
|
219754
|
+
"name": "_state",
|
|
219755
|
+
"declarations": [
|
|
219756
|
+
{
|
|
219757
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219758
|
+
"name": "TypeLiteral"
|
|
219759
|
+
}
|
|
219760
|
+
],
|
|
219761
|
+
"required": true,
|
|
219762
|
+
"type": {
|
|
219763
|
+
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
219764
|
+
}
|
|
219765
|
+
},
|
|
219766
|
+
"_reset": {
|
|
219767
|
+
"defaultValue": null,
|
|
219768
|
+
"description": "",
|
|
219769
|
+
"name": "_reset",
|
|
219770
|
+
"declarations": [
|
|
219771
|
+
{
|
|
219772
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219773
|
+
"name": "TypeLiteral"
|
|
219774
|
+
}
|
|
219775
|
+
],
|
|
219776
|
+
"required": true,
|
|
219777
|
+
"type": {
|
|
219778
|
+
"name": "UseFormReset<T>"
|
|
219779
|
+
}
|
|
219780
|
+
},
|
|
219781
|
+
"_options": {
|
|
219782
|
+
"defaultValue": null,
|
|
219783
|
+
"description": "",
|
|
219784
|
+
"name": "_options",
|
|
219785
|
+
"declarations": [
|
|
219786
|
+
{
|
|
219787
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219788
|
+
"name": "TypeLiteral"
|
|
219789
|
+
}
|
|
219790
|
+
],
|
|
219791
|
+
"required": true,
|
|
219792
|
+
"type": {
|
|
219793
|
+
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
219794
|
+
}
|
|
219795
|
+
},
|
|
219796
|
+
"_getDirty": {
|
|
219797
|
+
"defaultValue": null,
|
|
219798
|
+
"description": "",
|
|
219799
|
+
"name": "_getDirty",
|
|
219800
|
+
"declarations": [
|
|
219801
|
+
{
|
|
219802
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219803
|
+
"name": "TypeLiteral"
|
|
219804
|
+
}
|
|
219805
|
+
],
|
|
219806
|
+
"required": true,
|
|
219807
|
+
"type": {
|
|
219808
|
+
"name": "GetIsDirty"
|
|
219809
|
+
}
|
|
219810
|
+
},
|
|
219811
|
+
"_resetDefaultValues": {
|
|
219812
|
+
"defaultValue": null,
|
|
219813
|
+
"description": "",
|
|
219814
|
+
"name": "_resetDefaultValues",
|
|
219815
|
+
"declarations": [
|
|
219816
|
+
{
|
|
219817
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219818
|
+
"name": "TypeLiteral"
|
|
219819
|
+
}
|
|
219820
|
+
],
|
|
219821
|
+
"required": true,
|
|
219822
|
+
"type": {
|
|
219823
|
+
"name": "Noop"
|
|
219824
|
+
}
|
|
219825
|
+
},
|
|
219826
|
+
"_formState": {
|
|
219827
|
+
"defaultValue": null,
|
|
219828
|
+
"description": "",
|
|
219829
|
+
"name": "_formState",
|
|
219830
|
+
"declarations": [
|
|
219831
|
+
{
|
|
219832
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219833
|
+
"name": "TypeLiteral"
|
|
219834
|
+
}
|
|
219835
|
+
],
|
|
219836
|
+
"required": true,
|
|
219837
|
+
"type": {
|
|
219838
|
+
"name": "FormState<T>"
|
|
219839
|
+
}
|
|
219840
|
+
},
|
|
219841
|
+
"_setValid": {
|
|
219842
|
+
"defaultValue": null,
|
|
219843
|
+
"description": "",
|
|
219844
|
+
"name": "_setValid",
|
|
219845
|
+
"declarations": [
|
|
219846
|
+
{
|
|
219847
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219848
|
+
"name": "TypeLiteral"
|
|
219849
|
+
}
|
|
219850
|
+
],
|
|
219851
|
+
"required": true,
|
|
219852
|
+
"type": {
|
|
219853
|
+
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
219854
|
+
}
|
|
219855
|
+
},
|
|
219856
|
+
"_fields": {
|
|
219857
|
+
"defaultValue": null,
|
|
219858
|
+
"description": "",
|
|
219859
|
+
"name": "_fields",
|
|
219860
|
+
"declarations": [
|
|
219861
|
+
{
|
|
219862
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219863
|
+
"name": "TypeLiteral"
|
|
219864
|
+
}
|
|
219865
|
+
],
|
|
219866
|
+
"required": true,
|
|
219867
|
+
"type": {
|
|
219868
|
+
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
219869
|
+
}
|
|
219870
|
+
},
|
|
219871
|
+
"_formValues": {
|
|
219872
|
+
"defaultValue": null,
|
|
219873
|
+
"description": "",
|
|
219874
|
+
"name": "_formValues",
|
|
219875
|
+
"declarations": [
|
|
219876
|
+
{
|
|
219877
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219878
|
+
"name": "TypeLiteral"
|
|
219879
|
+
}
|
|
219880
|
+
],
|
|
219881
|
+
"required": true,
|
|
219882
|
+
"type": {
|
|
219883
|
+
"name": "FieldValues"
|
|
219884
|
+
}
|
|
219885
|
+
},
|
|
219886
|
+
"_proxyFormState": {
|
|
219887
|
+
"defaultValue": null,
|
|
219888
|
+
"description": "",
|
|
219889
|
+
"name": "_proxyFormState",
|
|
219890
|
+
"declarations": [
|
|
219891
|
+
{
|
|
219892
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219893
|
+
"name": "TypeLiteral"
|
|
219894
|
+
}
|
|
219895
|
+
],
|
|
219896
|
+
"required": true,
|
|
219897
|
+
"type": {
|
|
219898
|
+
"name": "ReadFormState"
|
|
219899
|
+
}
|
|
219900
|
+
},
|
|
219901
|
+
"_defaultValues": {
|
|
219902
|
+
"defaultValue": null,
|
|
219903
|
+
"description": "",
|
|
219904
|
+
"name": "_defaultValues",
|
|
219905
|
+
"declarations": [
|
|
219906
|
+
{
|
|
219907
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219908
|
+
"name": "TypeLiteral"
|
|
219909
|
+
}
|
|
219910
|
+
],
|
|
219911
|
+
"required": true,
|
|
219912
|
+
"type": {
|
|
219913
|
+
"name": "Partial<DefaultValues<T>>"
|
|
219914
|
+
}
|
|
219915
|
+
},
|
|
219916
|
+
"_getWatch": {
|
|
219917
|
+
"defaultValue": null,
|
|
219918
|
+
"description": "",
|
|
219919
|
+
"name": "_getWatch",
|
|
219920
|
+
"declarations": [
|
|
219921
|
+
{
|
|
219922
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219923
|
+
"name": "TypeLiteral"
|
|
219924
|
+
}
|
|
219925
|
+
],
|
|
219926
|
+
"required": true,
|
|
219927
|
+
"type": {
|
|
219928
|
+
"name": "WatchInternal<T>"
|
|
219929
|
+
}
|
|
219930
|
+
},
|
|
219931
|
+
"_setFieldArray": {
|
|
219932
|
+
"defaultValue": null,
|
|
219933
|
+
"description": "",
|
|
219934
|
+
"name": "_setFieldArray",
|
|
219935
|
+
"declarations": [
|
|
219936
|
+
{
|
|
219937
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219938
|
+
"name": "TypeLiteral"
|
|
219939
|
+
}
|
|
219940
|
+
],
|
|
219941
|
+
"required": true,
|
|
219942
|
+
"type": {
|
|
219943
|
+
"name": "BatchFieldArrayUpdate"
|
|
219944
|
+
}
|
|
219945
|
+
},
|
|
219946
|
+
"_getFieldArray": {
|
|
219947
|
+
"defaultValue": null,
|
|
219948
|
+
"description": "",
|
|
219949
|
+
"name": "_getFieldArray",
|
|
219950
|
+
"declarations": [
|
|
219951
|
+
{
|
|
219952
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219953
|
+
"name": "TypeLiteral"
|
|
219954
|
+
}
|
|
219955
|
+
],
|
|
219956
|
+
"required": true,
|
|
219957
|
+
"type": {
|
|
219958
|
+
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
219959
|
+
}
|
|
219960
|
+
},
|
|
219961
|
+
"_setErrors": {
|
|
219962
|
+
"defaultValue": null,
|
|
219963
|
+
"description": "",
|
|
219964
|
+
"name": "_setErrors",
|
|
219965
|
+
"declarations": [
|
|
219966
|
+
{
|
|
219967
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219968
|
+
"name": "TypeLiteral"
|
|
219969
|
+
}
|
|
219970
|
+
],
|
|
219971
|
+
"required": true,
|
|
219972
|
+
"type": {
|
|
219973
|
+
"name": "(errors: FieldErrors<T>) => void"
|
|
219974
|
+
}
|
|
219975
|
+
},
|
|
219976
|
+
"_setDisabledField": {
|
|
219977
|
+
"defaultValue": null,
|
|
219978
|
+
"description": "",
|
|
219979
|
+
"name": "_setDisabledField",
|
|
219980
|
+
"declarations": [
|
|
219981
|
+
{
|
|
219982
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219983
|
+
"name": "TypeLiteral"
|
|
219984
|
+
}
|
|
219985
|
+
],
|
|
219986
|
+
"required": true,
|
|
219987
|
+
"type": {
|
|
219988
|
+
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
219989
|
+
}
|
|
219990
|
+
},
|
|
219991
|
+
"_runSchema": {
|
|
219992
|
+
"defaultValue": null,
|
|
219993
|
+
"description": "",
|
|
219994
|
+
"name": "_runSchema",
|
|
219995
|
+
"declarations": [
|
|
219996
|
+
{
|
|
219997
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219998
|
+
"name": "TypeLiteral"
|
|
219999
|
+
}
|
|
220000
|
+
],
|
|
220001
|
+
"required": true,
|
|
220002
|
+
"type": {
|
|
220003
|
+
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
220004
|
+
}
|
|
220005
|
+
},
|
|
220006
|
+
"_focusError": {
|
|
220007
|
+
"defaultValue": null,
|
|
220008
|
+
"description": "",
|
|
220009
|
+
"name": "_focusError",
|
|
220010
|
+
"declarations": [
|
|
220011
|
+
{
|
|
220012
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
220013
|
+
"name": "TypeLiteral"
|
|
220014
|
+
}
|
|
220015
|
+
],
|
|
220016
|
+
"required": true,
|
|
220017
|
+
"type": {
|
|
220018
|
+
"name": "() => boolean | undefined"
|
|
220019
|
+
}
|
|
220020
|
+
},
|
|
220021
|
+
"_disableForm": {
|
|
220022
|
+
"defaultValue": null,
|
|
220023
|
+
"description": "",
|
|
220024
|
+
"name": "_disableForm",
|
|
220025
|
+
"declarations": [
|
|
220026
|
+
{
|
|
220027
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
220028
|
+
"name": "TypeLiteral"
|
|
220029
|
+
}
|
|
220030
|
+
],
|
|
220031
|
+
"required": true,
|
|
220032
|
+
"type": {
|
|
220033
|
+
"name": "(disabled?: boolean | undefined) => void"
|
|
220034
|
+
}
|
|
220035
|
+
},
|
|
220036
|
+
"_subscribe": {
|
|
220037
|
+
"defaultValue": null,
|
|
220038
|
+
"description": "",
|
|
220039
|
+
"name": "_subscribe",
|
|
220040
|
+
"declarations": [
|
|
220041
|
+
{
|
|
220042
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
220043
|
+
"name": "TypeLiteral"
|
|
220044
|
+
}
|
|
220045
|
+
],
|
|
220046
|
+
"required": true,
|
|
220047
|
+
"type": {
|
|
220048
|
+
"name": "FromSubscribe<T>"
|
|
220049
|
+
}
|
|
220050
|
+
}
|
|
220051
|
+
}
|
|
220052
|
+
},
|
|
220053
|
+
{
|
|
220054
|
+
"tags": {},
|
|
220055
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220056
|
+
"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",
|
|
220057
|
+
"displayName": "AfterFormSubmitEffect",
|
|
220058
|
+
"methods": [],
|
|
220059
|
+
"props": {
|
|
220060
|
+
"submitHandlerResultRef": {
|
|
220061
|
+
"defaultValue": null,
|
|
220062
|
+
"description": "",
|
|
220063
|
+
"name": "submitHandlerResultRef",
|
|
220064
|
+
"parent": {
|
|
220065
|
+
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220066
|
+
"name": "Props"
|
|
220067
|
+
},
|
|
220068
|
+
"declarations": [
|
|
220069
|
+
{
|
|
220070
|
+
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220071
|
+
"name": "Props"
|
|
220072
|
+
}
|
|
220073
|
+
],
|
|
220074
|
+
"required": true,
|
|
220075
|
+
"type": {
|
|
220076
|
+
"name": "RefObject<unknown>"
|
|
220077
|
+
}
|
|
220078
|
+
}
|
|
220079
|
+
}
|
|
220080
|
+
},
|
|
220081
|
+
{
|
|
220082
|
+
"tags": {},
|
|
220083
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220084
|
+
"description": "",
|
|
220085
|
+
"displayName": "SubmitButtonStateProvider",
|
|
220086
|
+
"methods": [],
|
|
220087
|
+
"props": {
|
|
220088
|
+
"isAsyncSubmit": {
|
|
220089
|
+
"defaultValue": null,
|
|
220090
|
+
"description": "",
|
|
220091
|
+
"name": "isAsyncSubmit",
|
|
220092
|
+
"parent": {
|
|
220093
|
+
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220094
|
+
"name": "Props"
|
|
220095
|
+
},
|
|
220096
|
+
"declarations": [
|
|
220097
|
+
{
|
|
220098
|
+
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220099
|
+
"name": "Props"
|
|
220100
|
+
}
|
|
220101
|
+
],
|
|
220102
|
+
"required": true,
|
|
220103
|
+
"type": {
|
|
220104
|
+
"name": "MutableRefObject<boolean>"
|
|
220105
|
+
}
|
|
220106
|
+
},
|
|
220107
|
+
"children": {
|
|
220108
|
+
"defaultValue": null,
|
|
220109
|
+
"description": "",
|
|
220110
|
+
"name": "children",
|
|
220111
|
+
"declarations": [
|
|
220112
|
+
{
|
|
220113
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220114
|
+
"name": "TypeLiteral"
|
|
220115
|
+
}
|
|
220116
|
+
],
|
|
220117
|
+
"required": false,
|
|
220118
|
+
"type": {
|
|
220119
|
+
"name": "ReactNode"
|
|
220120
220120
|
}
|
|
220121
220121
|
}
|
|
220122
220122
|
}
|