@mittwald/flow-react-components 0.2.0-alpha.524 → 0.2.0-alpha.526
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 +1124 -1182
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/MarkdownEditor/components/Toolbar.mjs +2 -2
- package/dist/js/components/src/components/MarkdownEditor/components/Toolbar.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -54,65 +54,7 @@
|
|
|
54
54
|
"description": "",
|
|
55
55
|
"displayName": "TunnelEntry",
|
|
56
56
|
"methods": [],
|
|
57
|
-
"props": {
|
|
58
|
-
"id": {
|
|
59
|
-
"defaultValue": null,
|
|
60
|
-
"description": "",
|
|
61
|
-
"name": "id",
|
|
62
|
-
"parent": {
|
|
63
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
64
|
-
"name": "TunnelEntryProps"
|
|
65
|
-
},
|
|
66
|
-
"declarations": [
|
|
67
|
-
{
|
|
68
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
69
|
-
"name": "TunnelEntryProps"
|
|
70
|
-
}
|
|
71
|
-
],
|
|
72
|
-
"required": false,
|
|
73
|
-
"type": {
|
|
74
|
-
"name": "string"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
"children": {
|
|
78
|
-
"defaultValue": null,
|
|
79
|
-
"description": "",
|
|
80
|
-
"name": "children",
|
|
81
|
-
"parent": {
|
|
82
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
83
|
-
"name": "TunnelEntryProps"
|
|
84
|
-
},
|
|
85
|
-
"declarations": [
|
|
86
|
-
{
|
|
87
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
88
|
-
"name": "TunnelEntryProps"
|
|
89
|
-
}
|
|
90
|
-
],
|
|
91
|
-
"required": false,
|
|
92
|
-
"type": {
|
|
93
|
-
"name": "TunnelEntryChildren"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"staticEntryId": {
|
|
97
|
-
"defaultValue": null,
|
|
98
|
-
"description": "Static entry ID instead of generated ID by `useId`",
|
|
99
|
-
"name": "staticEntryId",
|
|
100
|
-
"parent": {
|
|
101
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
102
|
-
"name": "TunnelEntryProps"
|
|
103
|
-
},
|
|
104
|
-
"declarations": [
|
|
105
|
-
{
|
|
106
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
107
|
-
"name": "TunnelEntryProps"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"required": false,
|
|
111
|
-
"type": {
|
|
112
|
-
"name": "string"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
57
|
+
"props": {}
|
|
116
58
|
},
|
|
117
59
|
{
|
|
118
60
|
"tags": {},
|
|
@@ -238501,87 +238443,43 @@
|
|
|
238501
238443
|
"tags": {
|
|
238502
238444
|
"flr-generate": "all"
|
|
238503
238445
|
},
|
|
238504
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
238446
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AccentBox/AccentBox.tsx",
|
|
238505
238447
|
"description": "",
|
|
238506
|
-
"displayName": "
|
|
238448
|
+
"displayName": "AccentBox",
|
|
238507
238449
|
"methods": [],
|
|
238508
238450
|
"props": {
|
|
238509
|
-
"
|
|
238510
|
-
"defaultValue": null,
|
|
238511
|
-
"description": "Whether the accordion should be initially expanded.",
|
|
238512
|
-
"name": "defaultExpanded",
|
|
238513
|
-
"parent": {
|
|
238514
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238515
|
-
"name": "AccordionProps"
|
|
238516
|
-
},
|
|
238517
|
-
"declarations": [
|
|
238518
|
-
{
|
|
238519
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238520
|
-
"name": "AccordionProps"
|
|
238521
|
-
}
|
|
238522
|
-
],
|
|
238523
|
-
"required": false,
|
|
238524
|
-
"type": {
|
|
238525
|
-
"name": "boolean"
|
|
238526
|
-
}
|
|
238527
|
-
},
|
|
238528
|
-
"variant": {
|
|
238529
|
-
"defaultValue": {
|
|
238530
|
-
"value": "\"default\""
|
|
238531
|
-
},
|
|
238532
|
-
"description": "The visual variant of the accordion.",
|
|
238533
|
-
"name": "variant",
|
|
238534
|
-
"parent": {
|
|
238535
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238536
|
-
"name": "AccordionProps"
|
|
238537
|
-
},
|
|
238538
|
-
"declarations": [
|
|
238539
|
-
{
|
|
238540
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238541
|
-
"name": "AccordionProps"
|
|
238542
|
-
}
|
|
238543
|
-
],
|
|
238544
|
-
"required": false,
|
|
238545
|
-
"type": {
|
|
238546
|
-
"name": "\"default\" | \"outline\""
|
|
238547
|
-
}
|
|
238548
|
-
},
|
|
238549
|
-
"ref": {
|
|
238451
|
+
"color": {
|
|
238550
238452
|
"defaultValue": null,
|
|
238551
|
-
"description": "
|
|
238552
|
-
"name": "
|
|
238453
|
+
"description": "",
|
|
238454
|
+
"name": "color",
|
|
238553
238455
|
"parent": {
|
|
238554
|
-
"fileName": "
|
|
238555
|
-
"name": "
|
|
238456
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
238457
|
+
"name": "AccentBoxProps"
|
|
238556
238458
|
},
|
|
238557
238459
|
"declarations": [
|
|
238558
238460
|
{
|
|
238559
|
-
"fileName": "
|
|
238560
|
-
"name": "
|
|
238461
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
238462
|
+
"name": "AccentBoxProps"
|
|
238561
238463
|
}
|
|
238562
238464
|
],
|
|
238563
238465
|
"required": false,
|
|
238564
238466
|
"type": {
|
|
238565
|
-
"name": "
|
|
238467
|
+
"name": "\"neutral\" | \"green\" | \"gradient\" | \"blue\""
|
|
238566
238468
|
}
|
|
238567
238469
|
},
|
|
238568
|
-
"
|
|
238470
|
+
"children": {
|
|
238569
238471
|
"defaultValue": null,
|
|
238570
238472
|
"description": "",
|
|
238571
|
-
"name": "
|
|
238572
|
-
"parent": {
|
|
238573
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238574
|
-
"name": "Attributes"
|
|
238575
|
-
},
|
|
238473
|
+
"name": "children",
|
|
238576
238474
|
"declarations": [
|
|
238577
238475
|
{
|
|
238578
238476
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238579
|
-
"name": "
|
|
238477
|
+
"name": "TypeLiteral"
|
|
238580
238478
|
}
|
|
238581
238479
|
],
|
|
238582
238480
|
"required": false,
|
|
238583
238481
|
"type": {
|
|
238584
|
-
"name": "
|
|
238482
|
+
"name": "ReactNode"
|
|
238585
238483
|
}
|
|
238586
238484
|
},
|
|
238587
238485
|
"defaultChecked": {
|
|
@@ -239306,25 +239204,6 @@
|
|
|
239306
239204
|
"name": "string"
|
|
239307
239205
|
}
|
|
239308
239206
|
},
|
|
239309
|
-
"color": {
|
|
239310
|
-
"defaultValue": null,
|
|
239311
|
-
"description": "",
|
|
239312
|
-
"name": "color",
|
|
239313
|
-
"parent": {
|
|
239314
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
239315
|
-
"name": "HTMLAttributes"
|
|
239316
|
-
},
|
|
239317
|
-
"declarations": [
|
|
239318
|
-
{
|
|
239319
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
239320
|
-
"name": "HTMLAttributes"
|
|
239321
|
-
}
|
|
239322
|
-
],
|
|
239323
|
-
"required": false,
|
|
239324
|
-
"type": {
|
|
239325
|
-
"name": "string"
|
|
239326
|
-
}
|
|
239327
|
-
},
|
|
239328
239207
|
"itemProp": {
|
|
239329
239208
|
"defaultValue": null,
|
|
239330
239209
|
"description": "",
|
|
@@ -240636,25 +240515,6 @@
|
|
|
240636
240515
|
"name": "string"
|
|
240637
240516
|
}
|
|
240638
240517
|
},
|
|
240639
|
-
"children": {
|
|
240640
|
-
"defaultValue": null,
|
|
240641
|
-
"description": "",
|
|
240642
|
-
"name": "children",
|
|
240643
|
-
"parent": {
|
|
240644
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
240645
|
-
"name": "DOMAttributes"
|
|
240646
|
-
},
|
|
240647
|
-
"declarations": [
|
|
240648
|
-
{
|
|
240649
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
240650
|
-
"name": "DOMAttributes"
|
|
240651
|
-
}
|
|
240652
|
-
],
|
|
240653
|
-
"required": false,
|
|
240654
|
-
"type": {
|
|
240655
|
-
"name": "ReactNode"
|
|
240656
|
-
}
|
|
240657
|
-
},
|
|
240658
240518
|
"dangerouslySetInnerHTML": {
|
|
240659
240519
|
"defaultValue": null,
|
|
240660
240520
|
"description": "",
|
|
@@ -243865,6 +243725,97 @@
|
|
|
243865
243725
|
"type": {
|
|
243866
243726
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
243867
243727
|
}
|
|
243728
|
+
},
|
|
243729
|
+
"elementType": {
|
|
243730
|
+
"defaultValue": null,
|
|
243731
|
+
"description": "",
|
|
243732
|
+
"name": "elementType",
|
|
243733
|
+
"declarations": [
|
|
243734
|
+
{
|
|
243735
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
243736
|
+
"name": "TypeLiteral"
|
|
243737
|
+
}
|
|
243738
|
+
],
|
|
243739
|
+
"required": false,
|
|
243740
|
+
"type": {
|
|
243741
|
+
"name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
|
|
243742
|
+
}
|
|
243743
|
+
},
|
|
243744
|
+
"wrapWith": {
|
|
243745
|
+
"defaultValue": null,
|
|
243746
|
+
"description": "",
|
|
243747
|
+
"name": "wrapWith",
|
|
243748
|
+
"parent": {
|
|
243749
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
243750
|
+
"name": "FlowComponentProps"
|
|
243751
|
+
},
|
|
243752
|
+
"declarations": [
|
|
243753
|
+
{
|
|
243754
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
243755
|
+
"name": "FlowComponentProps"
|
|
243756
|
+
}
|
|
243757
|
+
],
|
|
243758
|
+
"required": false,
|
|
243759
|
+
"type": {
|
|
243760
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
243761
|
+
}
|
|
243762
|
+
},
|
|
243763
|
+
"tunnelId": {
|
|
243764
|
+
"defaultValue": null,
|
|
243765
|
+
"description": "@internal",
|
|
243766
|
+
"name": "tunnelId",
|
|
243767
|
+
"parent": {
|
|
243768
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
243769
|
+
"name": "PropsWithTunnel"
|
|
243770
|
+
},
|
|
243771
|
+
"declarations": [
|
|
243772
|
+
{
|
|
243773
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
243774
|
+
"name": "PropsWithTunnel"
|
|
243775
|
+
}
|
|
243776
|
+
],
|
|
243777
|
+
"required": false,
|
|
243778
|
+
"type": {
|
|
243779
|
+
"name": "string | null"
|
|
243780
|
+
}
|
|
243781
|
+
},
|
|
243782
|
+
"ref": {
|
|
243783
|
+
"defaultValue": null,
|
|
243784
|
+
"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}",
|
|
243785
|
+
"name": "ref",
|
|
243786
|
+
"parent": {
|
|
243787
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243788
|
+
"name": "RefAttributes"
|
|
243789
|
+
},
|
|
243790
|
+
"declarations": [
|
|
243791
|
+
{
|
|
243792
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243793
|
+
"name": "RefAttributes"
|
|
243794
|
+
}
|
|
243795
|
+
],
|
|
243796
|
+
"required": false,
|
|
243797
|
+
"type": {
|
|
243798
|
+
"name": "Ref<HTMLInputElement>"
|
|
243799
|
+
}
|
|
243800
|
+
},
|
|
243801
|
+
"key": {
|
|
243802
|
+
"defaultValue": null,
|
|
243803
|
+
"description": "",
|
|
243804
|
+
"name": "key",
|
|
243805
|
+
"parent": {
|
|
243806
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243807
|
+
"name": "Attributes"
|
|
243808
|
+
},
|
|
243809
|
+
"declarations": [
|
|
243810
|
+
{
|
|
243811
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243812
|
+
"name": "Attributes"
|
|
243813
|
+
}
|
|
243814
|
+
],
|
|
243815
|
+
"required": false,
|
|
243816
|
+
"type": {
|
|
243817
|
+
"name": "Key | null"
|
|
243818
|
+
}
|
|
243868
243819
|
}
|
|
243869
243820
|
}
|
|
243870
243821
|
},
|
|
@@ -243872,43 +243823,87 @@
|
|
|
243872
243823
|
"tags": {
|
|
243873
243824
|
"flr-generate": "all"
|
|
243874
243825
|
},
|
|
243875
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
243826
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Accordion/Accordion.tsx",
|
|
243876
243827
|
"description": "",
|
|
243877
|
-
"displayName": "
|
|
243828
|
+
"displayName": "Accordion",
|
|
243878
243829
|
"methods": [],
|
|
243879
243830
|
"props": {
|
|
243880
|
-
"
|
|
243831
|
+
"defaultExpanded": {
|
|
243881
243832
|
"defaultValue": null,
|
|
243882
|
-
"description": "",
|
|
243883
|
-
"name": "
|
|
243833
|
+
"description": "Whether the accordion should be initially expanded.",
|
|
243834
|
+
"name": "defaultExpanded",
|
|
243884
243835
|
"parent": {
|
|
243885
|
-
"fileName": "components/src/components/
|
|
243886
|
-
"name": "
|
|
243836
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243837
|
+
"name": "AccordionProps"
|
|
243887
243838
|
},
|
|
243888
243839
|
"declarations": [
|
|
243889
243840
|
{
|
|
243890
|
-
"fileName": "components/src/components/
|
|
243891
|
-
"name": "
|
|
243841
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243842
|
+
"name": "AccordionProps"
|
|
243892
243843
|
}
|
|
243893
243844
|
],
|
|
243894
243845
|
"required": false,
|
|
243895
243846
|
"type": {
|
|
243896
|
-
"name": "
|
|
243847
|
+
"name": "boolean"
|
|
243897
243848
|
}
|
|
243898
243849
|
},
|
|
243899
|
-
"
|
|
243850
|
+
"variant": {
|
|
243851
|
+
"defaultValue": {
|
|
243852
|
+
"value": "\"default\""
|
|
243853
|
+
},
|
|
243854
|
+
"description": "The visual variant of the accordion.",
|
|
243855
|
+
"name": "variant",
|
|
243856
|
+
"parent": {
|
|
243857
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243858
|
+
"name": "AccordionProps"
|
|
243859
|
+
},
|
|
243860
|
+
"declarations": [
|
|
243861
|
+
{
|
|
243862
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243863
|
+
"name": "AccordionProps"
|
|
243864
|
+
}
|
|
243865
|
+
],
|
|
243866
|
+
"required": false,
|
|
243867
|
+
"type": {
|
|
243868
|
+
"name": "\"default\" | \"outline\""
|
|
243869
|
+
}
|
|
243870
|
+
},
|
|
243871
|
+
"ref": {
|
|
243872
|
+
"defaultValue": null,
|
|
243873
|
+
"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}",
|
|
243874
|
+
"name": "ref",
|
|
243875
|
+
"parent": {
|
|
243876
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243877
|
+
"name": "RefAttributes"
|
|
243878
|
+
},
|
|
243879
|
+
"declarations": [
|
|
243880
|
+
{
|
|
243881
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243882
|
+
"name": "RefAttributes"
|
|
243883
|
+
}
|
|
243884
|
+
],
|
|
243885
|
+
"required": false,
|
|
243886
|
+
"type": {
|
|
243887
|
+
"name": "Ref<HTMLInputElement>"
|
|
243888
|
+
}
|
|
243889
|
+
},
|
|
243890
|
+
"key": {
|
|
243900
243891
|
"defaultValue": null,
|
|
243901
243892
|
"description": "",
|
|
243902
|
-
"name": "
|
|
243893
|
+
"name": "key",
|
|
243894
|
+
"parent": {
|
|
243895
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243896
|
+
"name": "Attributes"
|
|
243897
|
+
},
|
|
243903
243898
|
"declarations": [
|
|
243904
243899
|
{
|
|
243905
243900
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243906
|
-
"name": "
|
|
243901
|
+
"name": "Attributes"
|
|
243907
243902
|
}
|
|
243908
243903
|
],
|
|
243909
243904
|
"required": false,
|
|
243910
243905
|
"type": {
|
|
243911
|
-
"name": "
|
|
243906
|
+
"name": "Key | null"
|
|
243912
243907
|
}
|
|
243913
243908
|
},
|
|
243914
243909
|
"defaultChecked": {
|
|
@@ -244633,6 +244628,25 @@
|
|
|
244633
244628
|
"name": "string"
|
|
244634
244629
|
}
|
|
244635
244630
|
},
|
|
244631
|
+
"color": {
|
|
244632
|
+
"defaultValue": null,
|
|
244633
|
+
"description": "",
|
|
244634
|
+
"name": "color",
|
|
244635
|
+
"parent": {
|
|
244636
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244637
|
+
"name": "HTMLAttributes"
|
|
244638
|
+
},
|
|
244639
|
+
"declarations": [
|
|
244640
|
+
{
|
|
244641
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244642
|
+
"name": "HTMLAttributes"
|
|
244643
|
+
}
|
|
244644
|
+
],
|
|
244645
|
+
"required": false,
|
|
244646
|
+
"type": {
|
|
244647
|
+
"name": "string"
|
|
244648
|
+
}
|
|
244649
|
+
},
|
|
244636
244650
|
"itemProp": {
|
|
244637
244651
|
"defaultValue": null,
|
|
244638
244652
|
"description": "",
|
|
@@ -245944,6 +245958,25 @@
|
|
|
245944
245958
|
"name": "string"
|
|
245945
245959
|
}
|
|
245946
245960
|
},
|
|
245961
|
+
"children": {
|
|
245962
|
+
"defaultValue": null,
|
|
245963
|
+
"description": "",
|
|
245964
|
+
"name": "children",
|
|
245965
|
+
"parent": {
|
|
245966
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
245967
|
+
"name": "DOMAttributes"
|
|
245968
|
+
},
|
|
245969
|
+
"declarations": [
|
|
245970
|
+
{
|
|
245971
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
245972
|
+
"name": "DOMAttributes"
|
|
245973
|
+
}
|
|
245974
|
+
],
|
|
245975
|
+
"required": false,
|
|
245976
|
+
"type": {
|
|
245977
|
+
"name": "ReactNode"
|
|
245978
|
+
}
|
|
245979
|
+
},
|
|
245947
245980
|
"dangerouslySetInnerHTML": {
|
|
245948
245981
|
"defaultValue": null,
|
|
245949
245982
|
"description": "",
|
|
@@ -249154,97 +249187,6 @@
|
|
|
249154
249187
|
"type": {
|
|
249155
249188
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
249156
249189
|
}
|
|
249157
|
-
},
|
|
249158
|
-
"elementType": {
|
|
249159
|
-
"defaultValue": null,
|
|
249160
|
-
"description": "",
|
|
249161
|
-
"name": "elementType",
|
|
249162
|
-
"declarations": [
|
|
249163
|
-
{
|
|
249164
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
249165
|
-
"name": "TypeLiteral"
|
|
249166
|
-
}
|
|
249167
|
-
],
|
|
249168
|
-
"required": false,
|
|
249169
|
-
"type": {
|
|
249170
|
-
"name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
|
|
249171
|
-
}
|
|
249172
|
-
},
|
|
249173
|
-
"wrapWith": {
|
|
249174
|
-
"defaultValue": null,
|
|
249175
|
-
"description": "",
|
|
249176
|
-
"name": "wrapWith",
|
|
249177
|
-
"parent": {
|
|
249178
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
249179
|
-
"name": "FlowComponentProps"
|
|
249180
|
-
},
|
|
249181
|
-
"declarations": [
|
|
249182
|
-
{
|
|
249183
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
249184
|
-
"name": "FlowComponentProps"
|
|
249185
|
-
}
|
|
249186
|
-
],
|
|
249187
|
-
"required": false,
|
|
249188
|
-
"type": {
|
|
249189
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
249190
|
-
}
|
|
249191
|
-
},
|
|
249192
|
-
"tunnelId": {
|
|
249193
|
-
"defaultValue": null,
|
|
249194
|
-
"description": "@internal",
|
|
249195
|
-
"name": "tunnelId",
|
|
249196
|
-
"parent": {
|
|
249197
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
249198
|
-
"name": "PropsWithTunnel"
|
|
249199
|
-
},
|
|
249200
|
-
"declarations": [
|
|
249201
|
-
{
|
|
249202
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
249203
|
-
"name": "PropsWithTunnel"
|
|
249204
|
-
}
|
|
249205
|
-
],
|
|
249206
|
-
"required": false,
|
|
249207
|
-
"type": {
|
|
249208
|
-
"name": "string | null"
|
|
249209
|
-
}
|
|
249210
|
-
},
|
|
249211
|
-
"ref": {
|
|
249212
|
-
"defaultValue": null,
|
|
249213
|
-
"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}",
|
|
249214
|
-
"name": "ref",
|
|
249215
|
-
"parent": {
|
|
249216
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249217
|
-
"name": "RefAttributes"
|
|
249218
|
-
},
|
|
249219
|
-
"declarations": [
|
|
249220
|
-
{
|
|
249221
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249222
|
-
"name": "RefAttributes"
|
|
249223
|
-
}
|
|
249224
|
-
],
|
|
249225
|
-
"required": false,
|
|
249226
|
-
"type": {
|
|
249227
|
-
"name": "Ref<HTMLInputElement>"
|
|
249228
|
-
}
|
|
249229
|
-
},
|
|
249230
|
-
"key": {
|
|
249231
|
-
"defaultValue": null,
|
|
249232
|
-
"description": "",
|
|
249233
|
-
"name": "key",
|
|
249234
|
-
"parent": {
|
|
249235
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249236
|
-
"name": "Attributes"
|
|
249237
|
-
},
|
|
249238
|
-
"declarations": [
|
|
249239
|
-
{
|
|
249240
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249241
|
-
"name": "Attributes"
|
|
249242
|
-
}
|
|
249243
|
-
],
|
|
249244
|
-
"required": false,
|
|
249245
|
-
"type": {
|
|
249246
|
-
"name": "Key | null"
|
|
249247
|
-
}
|
|
249248
249190
|
}
|
|
249249
249191
|
}
|
|
249250
249192
|
},
|
|
@@ -256422,10 +256364,10 @@
|
|
|
256422
256364
|
"name": "() => ArrayIterator<any>"
|
|
256423
256365
|
}
|
|
256424
256366
|
},
|
|
256425
|
-
"__@unscopables@
|
|
256367
|
+
"__@unscopables@3161": {
|
|
256426
256368
|
"defaultValue": null,
|
|
256427
256369
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
256428
|
-
"name": "__@unscopables@
|
|
256370
|
+
"name": "__@unscopables@3161",
|
|
256429
256371
|
"parent": {
|
|
256430
256372
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
256431
256373
|
"name": "Array"
|
|
@@ -257258,10 +257200,10 @@
|
|
|
257258
257200
|
"name": "() => ArrayIterator<any>"
|
|
257259
257201
|
}
|
|
257260
257202
|
},
|
|
257261
|
-
"__@unscopables@
|
|
257203
|
+
"__@unscopables@3161": {
|
|
257262
257204
|
"defaultValue": null,
|
|
257263
257205
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
257264
|
-
"name": "__@unscopables@
|
|
257206
|
+
"name": "__@unscopables@3161",
|
|
257265
257207
|
"parent": {
|
|
257266
257208
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
257267
257209
|
"name": "Array"
|
|
@@ -258094,10 +258036,10 @@
|
|
|
258094
258036
|
"name": "() => ArrayIterator<any>"
|
|
258095
258037
|
}
|
|
258096
258038
|
},
|
|
258097
|
-
"__@unscopables@
|
|
258039
|
+
"__@unscopables@3161": {
|
|
258098
258040
|
"defaultValue": null,
|
|
258099
258041
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258100
|
-
"name": "__@unscopables@
|
|
258042
|
+
"name": "__@unscopables@3161",
|
|
258101
258043
|
"parent": {
|
|
258102
258044
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258103
258045
|
"name": "Array"
|
|
@@ -310498,94 +310440,80 @@
|
|
|
310498
310440
|
},
|
|
310499
310441
|
{
|
|
310500
310442
|
"tags": {},
|
|
310501
|
-
"filePath": "src/integrations/
|
|
310443
|
+
"filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310502
310444
|
"description": "",
|
|
310503
|
-
"displayName": "
|
|
310445
|
+
"displayName": "Form",
|
|
310504
310446
|
"methods": [],
|
|
310505
310447
|
"props": {
|
|
310506
|
-
"
|
|
310448
|
+
"form": {
|
|
310507
310449
|
"defaultValue": null,
|
|
310508
310450
|
"description": "",
|
|
310509
|
-
"name": "
|
|
310451
|
+
"name": "form",
|
|
310452
|
+
"parent": {
|
|
310453
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310454
|
+
"name": "FormProps"
|
|
310455
|
+
},
|
|
310510
310456
|
"declarations": [
|
|
310511
310457
|
{
|
|
310512
|
-
"fileName": "
|
|
310513
|
-
"name": "
|
|
310458
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310459
|
+
"name": "FormProps"
|
|
310514
310460
|
}
|
|
310515
310461
|
],
|
|
310516
|
-
"required":
|
|
310462
|
+
"required": true,
|
|
310517
310463
|
"type": {
|
|
310518
|
-
"name": "
|
|
310464
|
+
"name": "UseFormReturn<F>"
|
|
310519
310465
|
}
|
|
310520
|
-
}
|
|
310521
|
-
|
|
310522
|
-
},
|
|
310523
|
-
{
|
|
310524
|
-
"tags": {
|
|
310525
|
-
"deprecated": "Use RouterProvider instead"
|
|
310526
|
-
},
|
|
310527
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
310528
|
-
"description": "",
|
|
310529
|
-
"displayName": "LinkProvider",
|
|
310530
|
-
"methods": [],
|
|
310531
|
-
"props": {
|
|
310532
|
-
"children": {
|
|
310466
|
+
},
|
|
310467
|
+
"onSubmit": {
|
|
310533
310468
|
"defaultValue": null,
|
|
310534
310469
|
"description": "",
|
|
310535
|
-
"name": "
|
|
310470
|
+
"name": "onSubmit",
|
|
310471
|
+
"parent": {
|
|
310472
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310473
|
+
"name": "FormProps"
|
|
310474
|
+
},
|
|
310536
310475
|
"declarations": [
|
|
310537
310476
|
{
|
|
310538
|
-
"fileName": "
|
|
310539
|
-
"name": "
|
|
310477
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310478
|
+
"name": "FormProps"
|
|
310540
310479
|
}
|
|
310541
310480
|
],
|
|
310542
|
-
"required":
|
|
310481
|
+
"required": true,
|
|
310543
310482
|
"type": {
|
|
310544
|
-
"name": "
|
|
310483
|
+
"name": "FormOnSubmitHandler<F>"
|
|
310545
310484
|
}
|
|
310546
|
-
}
|
|
310547
|
-
|
|
310548
|
-
},
|
|
310549
|
-
{
|
|
310550
|
-
"tags": {
|
|
310551
|
-
"deprecated": "Use RouterProvider instead"
|
|
310552
|
-
},
|
|
310553
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
310554
|
-
"description": "",
|
|
310555
|
-
"displayName": "Link",
|
|
310556
|
-
"methods": [],
|
|
310557
|
-
"props": {
|
|
310558
|
-
"ref": {
|
|
310485
|
+
},
|
|
310486
|
+
"formComponent": {
|
|
310559
310487
|
"defaultValue": null,
|
|
310560
310488
|
"description": "",
|
|
310561
|
-
"name": "
|
|
310489
|
+
"name": "formComponent",
|
|
310562
310490
|
"parent": {
|
|
310563
|
-
"fileName": "
|
|
310564
|
-
"name": "
|
|
310491
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310492
|
+
"name": "FormProps"
|
|
310565
310493
|
},
|
|
310566
310494
|
"declarations": [
|
|
310567
310495
|
{
|
|
310568
|
-
"fileName": "
|
|
310569
|
-
"name": "
|
|
310496
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310497
|
+
"name": "FormProps"
|
|
310570
310498
|
}
|
|
310571
310499
|
],
|
|
310572
310500
|
"required": false,
|
|
310573
310501
|
"type": {
|
|
310574
|
-
"name": "
|
|
310502
|
+
"name": "FormComponentType"
|
|
310575
310503
|
}
|
|
310576
310504
|
},
|
|
310577
|
-
"
|
|
310505
|
+
"isReadOnly": {
|
|
310578
310506
|
"defaultValue": null,
|
|
310579
310507
|
"description": "",
|
|
310580
|
-
"name": "
|
|
310508
|
+
"name": "isReadOnly",
|
|
310581
310509
|
"parent": {
|
|
310582
|
-
"fileName": "
|
|
310583
|
-
"name": "
|
|
310510
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310511
|
+
"name": "FormProps"
|
|
310584
310512
|
},
|
|
310585
310513
|
"declarations": [
|
|
310586
310514
|
{
|
|
310587
|
-
"fileName": "
|
|
310588
|
-
"name": "
|
|
310515
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
310516
|
+
"name": "FormProps"
|
|
310589
310517
|
}
|
|
310590
310518
|
],
|
|
310591
310519
|
"required": false,
|
|
@@ -312037,6 +311965,25 @@
|
|
|
312037
311965
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
312038
311966
|
}
|
|
312039
311967
|
},
|
|
311968
|
+
"ref": {
|
|
311969
|
+
"defaultValue": null,
|
|
311970
|
+
"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}",
|
|
311971
|
+
"name": "ref",
|
|
311972
|
+
"parent": {
|
|
311973
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
311974
|
+
"name": "RefAttributes"
|
|
311975
|
+
},
|
|
311976
|
+
"declarations": [
|
|
311977
|
+
{
|
|
311978
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
311979
|
+
"name": "RefAttributes"
|
|
311980
|
+
}
|
|
311981
|
+
],
|
|
311982
|
+
"required": false,
|
|
311983
|
+
"type": {
|
|
311984
|
+
"name": "Ref<HTMLInputElement>"
|
|
311985
|
+
}
|
|
311986
|
+
},
|
|
312040
311987
|
"key": {
|
|
312041
311988
|
"defaultValue": null,
|
|
312042
311989
|
"description": "",
|
|
@@ -312208,6 +312155,25 @@
|
|
|
312208
312155
|
"name": "string"
|
|
312209
312156
|
}
|
|
312210
312157
|
},
|
|
312158
|
+
"name": {
|
|
312159
|
+
"defaultValue": null,
|
|
312160
|
+
"description": "",
|
|
312161
|
+
"name": "name",
|
|
312162
|
+
"parent": {
|
|
312163
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
312164
|
+
"name": "InputHTMLAttributes"
|
|
312165
|
+
},
|
|
312166
|
+
"declarations": [
|
|
312167
|
+
{
|
|
312168
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
312169
|
+
"name": "InputHTMLAttributes"
|
|
312170
|
+
}
|
|
312171
|
+
],
|
|
312172
|
+
"required": false,
|
|
312173
|
+
"type": {
|
|
312174
|
+
"name": "string"
|
|
312175
|
+
}
|
|
312176
|
+
},
|
|
312211
312177
|
"slot": {
|
|
312212
312178
|
"defaultValue": null,
|
|
312213
312179
|
"description": "",
|
|
@@ -312322,18 +312288,18 @@
|
|
|
312322
312288
|
"name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
312323
312289
|
}
|
|
312324
312290
|
},
|
|
312325
|
-
"
|
|
312291
|
+
"autoComplete": {
|
|
312326
312292
|
"defaultValue": null,
|
|
312327
312293
|
"description": "",
|
|
312328
|
-
"name": "
|
|
312294
|
+
"name": "autoComplete",
|
|
312329
312295
|
"parent": {
|
|
312330
312296
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
312331
|
-
"name": "
|
|
312297
|
+
"name": "FormHTMLAttributes"
|
|
312332
312298
|
},
|
|
312333
312299
|
"declarations": [
|
|
312334
312300
|
{
|
|
312335
312301
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
312336
|
-
"name": "
|
|
312302
|
+
"name": "FormHTMLAttributes"
|
|
312337
312303
|
}
|
|
312338
312304
|
],
|
|
312339
312305
|
"required": false,
|
|
@@ -314450,25 +314416,6 @@
|
|
|
314450
314416
|
"name": "FormEventHandler<HTMLElement>"
|
|
314451
314417
|
}
|
|
314452
314418
|
},
|
|
314453
|
-
"onSubmit": {
|
|
314454
|
-
"defaultValue": null,
|
|
314455
|
-
"description": "",
|
|
314456
|
-
"name": "onSubmit",
|
|
314457
|
-
"parent": {
|
|
314458
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
314459
|
-
"name": "DOMAttributes"
|
|
314460
|
-
},
|
|
314461
|
-
"declarations": [
|
|
314462
|
-
{
|
|
314463
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
314464
|
-
"name": "DOMAttributes"
|
|
314465
|
-
}
|
|
314466
|
-
],
|
|
314467
|
-
"required": false,
|
|
314468
|
-
"type": {
|
|
314469
|
-
"name": "FormEventHandler<HTMLElement>"
|
|
314470
|
-
}
|
|
314471
|
-
},
|
|
314472
314419
|
"onSubmitCapture": {
|
|
314473
314420
|
"defaultValue": null,
|
|
314474
314421
|
"description": "",
|
|
@@ -315932,10 +315879,10 @@
|
|
|
315932
315879
|
"name": "string"
|
|
315933
315880
|
}
|
|
315934
315881
|
},
|
|
315935
|
-
"
|
|
315882
|
+
"method": {
|
|
315936
315883
|
"defaultValue": null,
|
|
315937
315884
|
"description": "",
|
|
315938
|
-
"name": "
|
|
315885
|
+
"name": "method",
|
|
315939
315886
|
"parent": {
|
|
315940
315887
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
315941
315888
|
"name": "SVGAttributes"
|
|
@@ -315951,56 +315898,56 @@
|
|
|
315951
315898
|
"name": "string"
|
|
315952
315899
|
}
|
|
315953
315900
|
},
|
|
315954
|
-
"
|
|
315901
|
+
"action": {
|
|
315955
315902
|
"defaultValue": null,
|
|
315956
315903
|
"description": "",
|
|
315957
|
-
"name": "
|
|
315904
|
+
"name": "action",
|
|
315958
315905
|
"parent": {
|
|
315959
315906
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
315960
|
-
"name": "
|
|
315907
|
+
"name": "FormHTMLAttributes"
|
|
315961
315908
|
},
|
|
315962
315909
|
"declarations": [
|
|
315963
315910
|
{
|
|
315964
315911
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
315965
|
-
"name": "
|
|
315912
|
+
"name": "FormHTMLAttributes"
|
|
315966
315913
|
}
|
|
315967
315914
|
],
|
|
315968
315915
|
"required": false,
|
|
315969
315916
|
"type": {
|
|
315970
|
-
"name": "string"
|
|
315917
|
+
"name": "string | ((formData: FormData) => void | Promise<void>)"
|
|
315971
315918
|
}
|
|
315972
315919
|
},
|
|
315973
|
-
"
|
|
315920
|
+
"acceptCharset": {
|
|
315974
315921
|
"defaultValue": null,
|
|
315975
315922
|
"description": "",
|
|
315976
|
-
"name": "
|
|
315923
|
+
"name": "acceptCharset",
|
|
315977
315924
|
"parent": {
|
|
315978
315925
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
315979
|
-
"name": "
|
|
315926
|
+
"name": "FormHTMLAttributes"
|
|
315980
315927
|
},
|
|
315981
315928
|
"declarations": [
|
|
315982
315929
|
{
|
|
315983
315930
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
315984
|
-
"name": "
|
|
315931
|
+
"name": "FormHTMLAttributes"
|
|
315985
315932
|
}
|
|
315986
315933
|
],
|
|
315987
315934
|
"required": false,
|
|
315988
315935
|
"type": {
|
|
315989
|
-
"name": "
|
|
315936
|
+
"name": "string"
|
|
315990
315937
|
}
|
|
315991
315938
|
},
|
|
315992
|
-
"
|
|
315939
|
+
"encType": {
|
|
315993
315940
|
"defaultValue": null,
|
|
315994
315941
|
"description": "",
|
|
315995
|
-
"name": "
|
|
315942
|
+
"name": "encType",
|
|
315996
315943
|
"parent": {
|
|
315997
315944
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
315998
|
-
"name": "
|
|
315945
|
+
"name": "FormHTMLAttributes"
|
|
315999
315946
|
},
|
|
316000
315947
|
"declarations": [
|
|
316001
315948
|
{
|
|
316002
315949
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
316003
|
-
"name": "
|
|
315950
|
+
"name": "FormHTMLAttributes"
|
|
316004
315951
|
}
|
|
316005
315952
|
],
|
|
316006
315953
|
"required": false,
|
|
@@ -316008,122 +315955,845 @@
|
|
|
316008
315955
|
"name": "string"
|
|
316009
315956
|
}
|
|
316010
315957
|
},
|
|
316011
|
-
"
|
|
315958
|
+
"noValidate": {
|
|
316012
315959
|
"defaultValue": null,
|
|
316013
315960
|
"description": "",
|
|
316014
|
-
"name": "
|
|
315961
|
+
"name": "noValidate",
|
|
316015
315962
|
"parent": {
|
|
316016
315963
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
316017
|
-
"name": "
|
|
315964
|
+
"name": "FormHTMLAttributes"
|
|
316018
315965
|
},
|
|
316019
315966
|
"declarations": [
|
|
316020
315967
|
{
|
|
316021
315968
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
316022
|
-
"name": "
|
|
315969
|
+
"name": "FormHTMLAttributes"
|
|
316023
315970
|
}
|
|
316024
315971
|
],
|
|
316025
315972
|
"required": false,
|
|
316026
315973
|
"type": {
|
|
316027
|
-
"name": "
|
|
315974
|
+
"name": "boolean"
|
|
315975
|
+
}
|
|
315976
|
+
}
|
|
315977
|
+
}
|
|
315978
|
+
},
|
|
315979
|
+
{
|
|
315980
|
+
"tags": {},
|
|
315981
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
315982
|
+
"description": "",
|
|
315983
|
+
"displayName": "Field",
|
|
315984
|
+
"methods": [],
|
|
315985
|
+
"props": {
|
|
315986
|
+
"defaultValue": {
|
|
315987
|
+
"defaultValue": null,
|
|
315988
|
+
"description": "",
|
|
315989
|
+
"name": "defaultValue",
|
|
315990
|
+
"declarations": [
|
|
315991
|
+
{
|
|
315992
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
315993
|
+
"name": "TypeLiteral"
|
|
315994
|
+
}
|
|
315995
|
+
],
|
|
315996
|
+
"required": false,
|
|
315997
|
+
"type": {
|
|
315998
|
+
"name": "any"
|
|
316028
315999
|
}
|
|
316029
316000
|
},
|
|
316030
|
-
"
|
|
316001
|
+
"name": {
|
|
316031
316002
|
"defaultValue": null,
|
|
316032
316003
|
"description": "",
|
|
316033
|
-
"name": "
|
|
316034
|
-
"
|
|
316035
|
-
|
|
316036
|
-
|
|
316037
|
-
|
|
316004
|
+
"name": "name",
|
|
316005
|
+
"declarations": [
|
|
316006
|
+
{
|
|
316007
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
316008
|
+
"name": "TypeLiteral"
|
|
316009
|
+
}
|
|
316010
|
+
],
|
|
316011
|
+
"required": true,
|
|
316012
|
+
"type": {
|
|
316013
|
+
"name": "string"
|
|
316014
|
+
}
|
|
316015
|
+
},
|
|
316016
|
+
"disabled": {
|
|
316017
|
+
"defaultValue": null,
|
|
316018
|
+
"description": "",
|
|
316019
|
+
"name": "disabled",
|
|
316020
|
+
"declarations": [
|
|
316021
|
+
{
|
|
316022
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
316023
|
+
"name": "TypeLiteral"
|
|
316024
|
+
}
|
|
316025
|
+
],
|
|
316026
|
+
"required": false,
|
|
316027
|
+
"type": {
|
|
316028
|
+
"name": "boolean"
|
|
316029
|
+
}
|
|
316030
|
+
},
|
|
316031
|
+
"control": {
|
|
316032
|
+
"defaultValue": null,
|
|
316033
|
+
"description": "",
|
|
316034
|
+
"name": "control",
|
|
316035
|
+
"declarations": [
|
|
316036
|
+
{
|
|
316037
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
316038
|
+
"name": "TypeLiteral"
|
|
316039
|
+
}
|
|
316040
|
+
],
|
|
316041
|
+
"required": false,
|
|
316042
|
+
"type": {
|
|
316043
|
+
"name": "Control<T, any, T>"
|
|
316044
|
+
}
|
|
316045
|
+
},
|
|
316046
|
+
"rules": {
|
|
316047
|
+
"defaultValue": null,
|
|
316048
|
+
"description": "",
|
|
316049
|
+
"name": "rules",
|
|
316050
|
+
"declarations": [
|
|
316051
|
+
{
|
|
316052
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
316053
|
+
"name": "TypeLiteral"
|
|
316054
|
+
}
|
|
316055
|
+
],
|
|
316056
|
+
"required": false,
|
|
316057
|
+
"type": {
|
|
316058
|
+
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
316059
|
+
}
|
|
316060
|
+
},
|
|
316061
|
+
"shouldUnregister": {
|
|
316062
|
+
"defaultValue": null,
|
|
316063
|
+
"description": "",
|
|
316064
|
+
"name": "shouldUnregister",
|
|
316065
|
+
"declarations": [
|
|
316066
|
+
{
|
|
316067
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
316068
|
+
"name": "TypeLiteral"
|
|
316069
|
+
}
|
|
316070
|
+
],
|
|
316071
|
+
"required": false,
|
|
316072
|
+
"type": {
|
|
316073
|
+
"name": "boolean"
|
|
316074
|
+
}
|
|
316075
|
+
},
|
|
316076
|
+
"children": {
|
|
316077
|
+
"defaultValue": null,
|
|
316078
|
+
"description": "",
|
|
316079
|
+
"name": "children",
|
|
316038
316080
|
"declarations": [
|
|
316039
316081
|
{
|
|
316040
316082
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
316041
|
-
"name": "
|
|
316083
|
+
"name": "TypeLiteral"
|
|
316042
316084
|
}
|
|
316043
316085
|
],
|
|
316044
316086
|
"required": false,
|
|
316045
316087
|
"type": {
|
|
316046
|
-
"name": "
|
|
316088
|
+
"name": "ReactNode"
|
|
316047
316089
|
}
|
|
316048
316090
|
}
|
|
316049
316091
|
}
|
|
316050
316092
|
},
|
|
316051
316093
|
{
|
|
316052
316094
|
"tags": {},
|
|
316053
|
-
"filePath": "src/integrations/react-hook-form/components/
|
|
316095
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
316054
316096
|
"description": "",
|
|
316055
|
-
"displayName": "
|
|
316097
|
+
"displayName": "typedField",
|
|
316056
316098
|
"methods": [],
|
|
316057
316099
|
"props": {
|
|
316058
|
-
"
|
|
316100
|
+
"watch": {
|
|
316059
316101
|
"defaultValue": null,
|
|
316060
316102
|
"description": "",
|
|
316061
|
-
"name": "
|
|
316062
|
-
"parent": {
|
|
316063
|
-
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
316064
|
-
"name": "FormProps"
|
|
316065
|
-
},
|
|
316103
|
+
"name": "watch",
|
|
316066
316104
|
"declarations": [
|
|
316067
316105
|
{
|
|
316068
|
-
"fileName": "
|
|
316069
|
-
"name": "
|
|
316106
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316107
|
+
"name": "TypeLiteral"
|
|
316070
316108
|
}
|
|
316071
316109
|
],
|
|
316072
316110
|
"required": true,
|
|
316073
316111
|
"type": {
|
|
316074
|
-
"name": "
|
|
316112
|
+
"name": "UseFormWatch<T>"
|
|
316075
316113
|
}
|
|
316076
316114
|
},
|
|
316077
|
-
"
|
|
316115
|
+
"getValues": {
|
|
316078
316116
|
"defaultValue": null,
|
|
316079
316117
|
"description": "",
|
|
316080
|
-
"name": "
|
|
316081
|
-
"parent": {
|
|
316082
|
-
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
316083
|
-
"name": "FormProps"
|
|
316084
|
-
},
|
|
316118
|
+
"name": "getValues",
|
|
316085
316119
|
"declarations": [
|
|
316086
316120
|
{
|
|
316087
|
-
"fileName": "
|
|
316088
|
-
"name": "
|
|
316121
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316122
|
+
"name": "TypeLiteral"
|
|
316089
316123
|
}
|
|
316090
316124
|
],
|
|
316091
316125
|
"required": true,
|
|
316092
316126
|
"type": {
|
|
316093
|
-
"name": "
|
|
316127
|
+
"name": "UseFormGetValues<T>"
|
|
316094
316128
|
}
|
|
316095
316129
|
},
|
|
316096
|
-
"
|
|
316130
|
+
"getFieldState": {
|
|
316097
316131
|
"defaultValue": null,
|
|
316098
316132
|
"description": "",
|
|
316099
|
-
"name": "
|
|
316133
|
+
"name": "getFieldState",
|
|
316134
|
+
"declarations": [
|
|
316135
|
+
{
|
|
316136
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316137
|
+
"name": "TypeLiteral"
|
|
316138
|
+
},
|
|
316139
|
+
{
|
|
316140
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316141
|
+
"name": "TypeLiteral"
|
|
316142
|
+
}
|
|
316143
|
+
],
|
|
316144
|
+
"required": true,
|
|
316145
|
+
"type": {
|
|
316146
|
+
"name": "UseFormGetFieldState<T>"
|
|
316147
|
+
}
|
|
316148
|
+
},
|
|
316149
|
+
"setError": {
|
|
316150
|
+
"defaultValue": null,
|
|
316151
|
+
"description": "",
|
|
316152
|
+
"name": "setError",
|
|
316153
|
+
"declarations": [
|
|
316154
|
+
{
|
|
316155
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316156
|
+
"name": "TypeLiteral"
|
|
316157
|
+
},
|
|
316158
|
+
{
|
|
316159
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316160
|
+
"name": "TypeLiteral"
|
|
316161
|
+
}
|
|
316162
|
+
],
|
|
316163
|
+
"required": true,
|
|
316164
|
+
"type": {
|
|
316165
|
+
"name": "UseFormSetError<T>"
|
|
316166
|
+
}
|
|
316167
|
+
},
|
|
316168
|
+
"clearErrors": {
|
|
316169
|
+
"defaultValue": null,
|
|
316170
|
+
"description": "",
|
|
316171
|
+
"name": "clearErrors",
|
|
316172
|
+
"declarations": [
|
|
316173
|
+
{
|
|
316174
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316175
|
+
"name": "TypeLiteral"
|
|
316176
|
+
}
|
|
316177
|
+
],
|
|
316178
|
+
"required": true,
|
|
316179
|
+
"type": {
|
|
316180
|
+
"name": "UseFormClearErrors<T>"
|
|
316181
|
+
}
|
|
316182
|
+
},
|
|
316183
|
+
"setValue": {
|
|
316184
|
+
"defaultValue": null,
|
|
316185
|
+
"description": "",
|
|
316186
|
+
"name": "setValue",
|
|
316187
|
+
"declarations": [
|
|
316188
|
+
{
|
|
316189
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316190
|
+
"name": "TypeLiteral"
|
|
316191
|
+
}
|
|
316192
|
+
],
|
|
316193
|
+
"required": true,
|
|
316194
|
+
"type": {
|
|
316195
|
+
"name": "UseFormSetValue<T>"
|
|
316196
|
+
}
|
|
316197
|
+
},
|
|
316198
|
+
"trigger": {
|
|
316199
|
+
"defaultValue": null,
|
|
316200
|
+
"description": "",
|
|
316201
|
+
"name": "trigger",
|
|
316202
|
+
"declarations": [
|
|
316203
|
+
{
|
|
316204
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316205
|
+
"name": "TypeLiteral"
|
|
316206
|
+
}
|
|
316207
|
+
],
|
|
316208
|
+
"required": true,
|
|
316209
|
+
"type": {
|
|
316210
|
+
"name": "UseFormTrigger<T>"
|
|
316211
|
+
}
|
|
316212
|
+
},
|
|
316213
|
+
"formState": {
|
|
316214
|
+
"defaultValue": null,
|
|
316215
|
+
"description": "",
|
|
316216
|
+
"name": "formState",
|
|
316217
|
+
"declarations": [
|
|
316218
|
+
{
|
|
316219
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316220
|
+
"name": "TypeLiteral"
|
|
316221
|
+
}
|
|
316222
|
+
],
|
|
316223
|
+
"required": true,
|
|
316224
|
+
"type": {
|
|
316225
|
+
"name": "FormState<T>"
|
|
316226
|
+
}
|
|
316227
|
+
},
|
|
316228
|
+
"resetField": {
|
|
316229
|
+
"defaultValue": null,
|
|
316230
|
+
"description": "",
|
|
316231
|
+
"name": "resetField",
|
|
316232
|
+
"declarations": [
|
|
316233
|
+
{
|
|
316234
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316235
|
+
"name": "TypeLiteral"
|
|
316236
|
+
}
|
|
316237
|
+
],
|
|
316238
|
+
"required": true,
|
|
316239
|
+
"type": {
|
|
316240
|
+
"name": "UseFormResetField<T>"
|
|
316241
|
+
}
|
|
316242
|
+
},
|
|
316243
|
+
"reset": {
|
|
316244
|
+
"defaultValue": null,
|
|
316245
|
+
"description": "",
|
|
316246
|
+
"name": "reset",
|
|
316247
|
+
"declarations": [
|
|
316248
|
+
{
|
|
316249
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316250
|
+
"name": "TypeLiteral"
|
|
316251
|
+
}
|
|
316252
|
+
],
|
|
316253
|
+
"required": true,
|
|
316254
|
+
"type": {
|
|
316255
|
+
"name": "UseFormReset<T>"
|
|
316256
|
+
}
|
|
316257
|
+
},
|
|
316258
|
+
"handleSubmit": {
|
|
316259
|
+
"defaultValue": null,
|
|
316260
|
+
"description": "",
|
|
316261
|
+
"name": "handleSubmit",
|
|
316262
|
+
"declarations": [
|
|
316263
|
+
{
|
|
316264
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316265
|
+
"name": "TypeLiteral"
|
|
316266
|
+
},
|
|
316267
|
+
{
|
|
316268
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316269
|
+
"name": "TypeLiteral"
|
|
316270
|
+
}
|
|
316271
|
+
],
|
|
316272
|
+
"required": true,
|
|
316273
|
+
"type": {
|
|
316274
|
+
"name": "UseFormHandleSubmit<T, T>"
|
|
316275
|
+
}
|
|
316276
|
+
},
|
|
316277
|
+
"unregister": {
|
|
316278
|
+
"defaultValue": null,
|
|
316279
|
+
"description": "",
|
|
316280
|
+
"name": "unregister",
|
|
316281
|
+
"declarations": [
|
|
316282
|
+
{
|
|
316283
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316284
|
+
"name": "TypeLiteral"
|
|
316285
|
+
},
|
|
316286
|
+
{
|
|
316287
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316288
|
+
"name": "TypeLiteral"
|
|
316289
|
+
}
|
|
316290
|
+
],
|
|
316291
|
+
"required": true,
|
|
316292
|
+
"type": {
|
|
316293
|
+
"name": "UseFormUnregister<T>"
|
|
316294
|
+
}
|
|
316295
|
+
},
|
|
316296
|
+
"control": {
|
|
316297
|
+
"defaultValue": null,
|
|
316298
|
+
"description": "",
|
|
316299
|
+
"name": "control",
|
|
316300
|
+
"declarations": [
|
|
316301
|
+
{
|
|
316302
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316303
|
+
"name": "TypeLiteral"
|
|
316304
|
+
}
|
|
316305
|
+
],
|
|
316306
|
+
"required": true,
|
|
316307
|
+
"type": {
|
|
316308
|
+
"name": "Control<T, any, T>"
|
|
316309
|
+
}
|
|
316310
|
+
},
|
|
316311
|
+
"register": {
|
|
316312
|
+
"defaultValue": null,
|
|
316313
|
+
"description": "",
|
|
316314
|
+
"name": "register",
|
|
316315
|
+
"declarations": [
|
|
316316
|
+
{
|
|
316317
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316318
|
+
"name": "TypeLiteral"
|
|
316319
|
+
},
|
|
316320
|
+
{
|
|
316321
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316322
|
+
"name": "TypeLiteral"
|
|
316323
|
+
}
|
|
316324
|
+
],
|
|
316325
|
+
"required": true,
|
|
316326
|
+
"type": {
|
|
316327
|
+
"name": "UseFormRegister<T>"
|
|
316328
|
+
}
|
|
316329
|
+
},
|
|
316330
|
+
"setFocus": {
|
|
316331
|
+
"defaultValue": null,
|
|
316332
|
+
"description": "",
|
|
316333
|
+
"name": "setFocus",
|
|
316334
|
+
"declarations": [
|
|
316335
|
+
{
|
|
316336
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316337
|
+
"name": "TypeLiteral"
|
|
316338
|
+
}
|
|
316339
|
+
],
|
|
316340
|
+
"required": true,
|
|
316341
|
+
"type": {
|
|
316342
|
+
"name": "UseFormSetFocus<T>"
|
|
316343
|
+
}
|
|
316344
|
+
},
|
|
316345
|
+
"subscribe": {
|
|
316346
|
+
"defaultValue": null,
|
|
316347
|
+
"description": "",
|
|
316348
|
+
"name": "subscribe",
|
|
316349
|
+
"declarations": [
|
|
316350
|
+
{
|
|
316351
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316352
|
+
"name": "TypeLiteral"
|
|
316353
|
+
}
|
|
316354
|
+
],
|
|
316355
|
+
"required": true,
|
|
316356
|
+
"type": {
|
|
316357
|
+
"name": "UseFormSubscribe<T>"
|
|
316358
|
+
}
|
|
316359
|
+
},
|
|
316360
|
+
"_subjects": {
|
|
316361
|
+
"defaultValue": null,
|
|
316362
|
+
"description": "",
|
|
316363
|
+
"name": "_subjects",
|
|
316364
|
+
"declarations": [
|
|
316365
|
+
{
|
|
316366
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316367
|
+
"name": "TypeLiteral"
|
|
316368
|
+
}
|
|
316369
|
+
],
|
|
316370
|
+
"required": true,
|
|
316371
|
+
"type": {
|
|
316372
|
+
"name": "Subjects<T>"
|
|
316373
|
+
}
|
|
316374
|
+
},
|
|
316375
|
+
"_removeUnmounted": {
|
|
316376
|
+
"defaultValue": null,
|
|
316377
|
+
"description": "",
|
|
316378
|
+
"name": "_removeUnmounted",
|
|
316379
|
+
"declarations": [
|
|
316380
|
+
{
|
|
316381
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316382
|
+
"name": "TypeLiteral"
|
|
316383
|
+
}
|
|
316384
|
+
],
|
|
316385
|
+
"required": true,
|
|
316386
|
+
"type": {
|
|
316387
|
+
"name": "Noop"
|
|
316388
|
+
}
|
|
316389
|
+
},
|
|
316390
|
+
"_names": {
|
|
316391
|
+
"defaultValue": null,
|
|
316392
|
+
"description": "",
|
|
316393
|
+
"name": "_names",
|
|
316394
|
+
"declarations": [
|
|
316395
|
+
{
|
|
316396
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316397
|
+
"name": "TypeLiteral"
|
|
316398
|
+
}
|
|
316399
|
+
],
|
|
316400
|
+
"required": true,
|
|
316401
|
+
"type": {
|
|
316402
|
+
"name": "Names"
|
|
316403
|
+
}
|
|
316404
|
+
},
|
|
316405
|
+
"_state": {
|
|
316406
|
+
"defaultValue": null,
|
|
316407
|
+
"description": "",
|
|
316408
|
+
"name": "_state",
|
|
316409
|
+
"declarations": [
|
|
316410
|
+
{
|
|
316411
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316412
|
+
"name": "TypeLiteral"
|
|
316413
|
+
}
|
|
316414
|
+
],
|
|
316415
|
+
"required": true,
|
|
316416
|
+
"type": {
|
|
316417
|
+
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
316418
|
+
}
|
|
316419
|
+
},
|
|
316420
|
+
"_reset": {
|
|
316421
|
+
"defaultValue": null,
|
|
316422
|
+
"description": "",
|
|
316423
|
+
"name": "_reset",
|
|
316424
|
+
"declarations": [
|
|
316425
|
+
{
|
|
316426
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316427
|
+
"name": "TypeLiteral"
|
|
316428
|
+
}
|
|
316429
|
+
],
|
|
316430
|
+
"required": true,
|
|
316431
|
+
"type": {
|
|
316432
|
+
"name": "UseFormReset<T>"
|
|
316433
|
+
}
|
|
316434
|
+
},
|
|
316435
|
+
"_options": {
|
|
316436
|
+
"defaultValue": null,
|
|
316437
|
+
"description": "",
|
|
316438
|
+
"name": "_options",
|
|
316439
|
+
"declarations": [
|
|
316440
|
+
{
|
|
316441
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316442
|
+
"name": "TypeLiteral"
|
|
316443
|
+
}
|
|
316444
|
+
],
|
|
316445
|
+
"required": true,
|
|
316446
|
+
"type": {
|
|
316447
|
+
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
316448
|
+
}
|
|
316449
|
+
},
|
|
316450
|
+
"_getDirty": {
|
|
316451
|
+
"defaultValue": null,
|
|
316452
|
+
"description": "",
|
|
316453
|
+
"name": "_getDirty",
|
|
316454
|
+
"declarations": [
|
|
316455
|
+
{
|
|
316456
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316457
|
+
"name": "TypeLiteral"
|
|
316458
|
+
}
|
|
316459
|
+
],
|
|
316460
|
+
"required": true,
|
|
316461
|
+
"type": {
|
|
316462
|
+
"name": "GetIsDirty"
|
|
316463
|
+
}
|
|
316464
|
+
},
|
|
316465
|
+
"_resetDefaultValues": {
|
|
316466
|
+
"defaultValue": null,
|
|
316467
|
+
"description": "",
|
|
316468
|
+
"name": "_resetDefaultValues",
|
|
316469
|
+
"declarations": [
|
|
316470
|
+
{
|
|
316471
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316472
|
+
"name": "TypeLiteral"
|
|
316473
|
+
}
|
|
316474
|
+
],
|
|
316475
|
+
"required": true,
|
|
316476
|
+
"type": {
|
|
316477
|
+
"name": "Noop"
|
|
316478
|
+
}
|
|
316479
|
+
},
|
|
316480
|
+
"_formState": {
|
|
316481
|
+
"defaultValue": null,
|
|
316482
|
+
"description": "",
|
|
316483
|
+
"name": "_formState",
|
|
316484
|
+
"declarations": [
|
|
316485
|
+
{
|
|
316486
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316487
|
+
"name": "TypeLiteral"
|
|
316488
|
+
}
|
|
316489
|
+
],
|
|
316490
|
+
"required": true,
|
|
316491
|
+
"type": {
|
|
316492
|
+
"name": "FormState<T>"
|
|
316493
|
+
}
|
|
316494
|
+
},
|
|
316495
|
+
"_setValid": {
|
|
316496
|
+
"defaultValue": null,
|
|
316497
|
+
"description": "",
|
|
316498
|
+
"name": "_setValid",
|
|
316499
|
+
"declarations": [
|
|
316500
|
+
{
|
|
316501
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316502
|
+
"name": "TypeLiteral"
|
|
316503
|
+
}
|
|
316504
|
+
],
|
|
316505
|
+
"required": true,
|
|
316506
|
+
"type": {
|
|
316507
|
+
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
316508
|
+
}
|
|
316509
|
+
},
|
|
316510
|
+
"_fields": {
|
|
316511
|
+
"defaultValue": null,
|
|
316512
|
+
"description": "",
|
|
316513
|
+
"name": "_fields",
|
|
316514
|
+
"declarations": [
|
|
316515
|
+
{
|
|
316516
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316517
|
+
"name": "TypeLiteral"
|
|
316518
|
+
}
|
|
316519
|
+
],
|
|
316520
|
+
"required": true,
|
|
316521
|
+
"type": {
|
|
316522
|
+
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
316523
|
+
}
|
|
316524
|
+
},
|
|
316525
|
+
"_formValues": {
|
|
316526
|
+
"defaultValue": null,
|
|
316527
|
+
"description": "",
|
|
316528
|
+
"name": "_formValues",
|
|
316529
|
+
"declarations": [
|
|
316530
|
+
{
|
|
316531
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316532
|
+
"name": "TypeLiteral"
|
|
316533
|
+
}
|
|
316534
|
+
],
|
|
316535
|
+
"required": true,
|
|
316536
|
+
"type": {
|
|
316537
|
+
"name": "FieldValues"
|
|
316538
|
+
}
|
|
316539
|
+
},
|
|
316540
|
+
"_proxyFormState": {
|
|
316541
|
+
"defaultValue": null,
|
|
316542
|
+
"description": "",
|
|
316543
|
+
"name": "_proxyFormState",
|
|
316544
|
+
"declarations": [
|
|
316545
|
+
{
|
|
316546
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316547
|
+
"name": "TypeLiteral"
|
|
316548
|
+
}
|
|
316549
|
+
],
|
|
316550
|
+
"required": true,
|
|
316551
|
+
"type": {
|
|
316552
|
+
"name": "ReadFormState"
|
|
316553
|
+
}
|
|
316554
|
+
},
|
|
316555
|
+
"_defaultValues": {
|
|
316556
|
+
"defaultValue": null,
|
|
316557
|
+
"description": "",
|
|
316558
|
+
"name": "_defaultValues",
|
|
316559
|
+
"declarations": [
|
|
316560
|
+
{
|
|
316561
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316562
|
+
"name": "TypeLiteral"
|
|
316563
|
+
}
|
|
316564
|
+
],
|
|
316565
|
+
"required": true,
|
|
316566
|
+
"type": {
|
|
316567
|
+
"name": "Partial<DefaultValues<T>>"
|
|
316568
|
+
}
|
|
316569
|
+
},
|
|
316570
|
+
"_getWatch": {
|
|
316571
|
+
"defaultValue": null,
|
|
316572
|
+
"description": "",
|
|
316573
|
+
"name": "_getWatch",
|
|
316574
|
+
"declarations": [
|
|
316575
|
+
{
|
|
316576
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316577
|
+
"name": "TypeLiteral"
|
|
316578
|
+
}
|
|
316579
|
+
],
|
|
316580
|
+
"required": true,
|
|
316581
|
+
"type": {
|
|
316582
|
+
"name": "WatchInternal<T>"
|
|
316583
|
+
}
|
|
316584
|
+
},
|
|
316585
|
+
"_setFieldArray": {
|
|
316586
|
+
"defaultValue": null,
|
|
316587
|
+
"description": "",
|
|
316588
|
+
"name": "_setFieldArray",
|
|
316589
|
+
"declarations": [
|
|
316590
|
+
{
|
|
316591
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316592
|
+
"name": "TypeLiteral"
|
|
316593
|
+
}
|
|
316594
|
+
],
|
|
316595
|
+
"required": true,
|
|
316596
|
+
"type": {
|
|
316597
|
+
"name": "BatchFieldArrayUpdate"
|
|
316598
|
+
}
|
|
316599
|
+
},
|
|
316600
|
+
"_getFieldArray": {
|
|
316601
|
+
"defaultValue": null,
|
|
316602
|
+
"description": "",
|
|
316603
|
+
"name": "_getFieldArray",
|
|
316604
|
+
"declarations": [
|
|
316605
|
+
{
|
|
316606
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316607
|
+
"name": "TypeLiteral"
|
|
316608
|
+
}
|
|
316609
|
+
],
|
|
316610
|
+
"required": true,
|
|
316611
|
+
"type": {
|
|
316612
|
+
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
316613
|
+
}
|
|
316614
|
+
},
|
|
316615
|
+
"_setErrors": {
|
|
316616
|
+
"defaultValue": null,
|
|
316617
|
+
"description": "",
|
|
316618
|
+
"name": "_setErrors",
|
|
316619
|
+
"declarations": [
|
|
316620
|
+
{
|
|
316621
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316622
|
+
"name": "TypeLiteral"
|
|
316623
|
+
}
|
|
316624
|
+
],
|
|
316625
|
+
"required": true,
|
|
316626
|
+
"type": {
|
|
316627
|
+
"name": "(errors: FieldErrors<T>) => void"
|
|
316628
|
+
}
|
|
316629
|
+
},
|
|
316630
|
+
"_setDisabledField": {
|
|
316631
|
+
"defaultValue": null,
|
|
316632
|
+
"description": "",
|
|
316633
|
+
"name": "_setDisabledField",
|
|
316634
|
+
"declarations": [
|
|
316635
|
+
{
|
|
316636
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316637
|
+
"name": "TypeLiteral"
|
|
316638
|
+
}
|
|
316639
|
+
],
|
|
316640
|
+
"required": true,
|
|
316641
|
+
"type": {
|
|
316642
|
+
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
316643
|
+
}
|
|
316644
|
+
},
|
|
316645
|
+
"_runSchema": {
|
|
316646
|
+
"defaultValue": null,
|
|
316647
|
+
"description": "",
|
|
316648
|
+
"name": "_runSchema",
|
|
316649
|
+
"declarations": [
|
|
316650
|
+
{
|
|
316651
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316652
|
+
"name": "TypeLiteral"
|
|
316653
|
+
}
|
|
316654
|
+
],
|
|
316655
|
+
"required": true,
|
|
316656
|
+
"type": {
|
|
316657
|
+
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
316658
|
+
}
|
|
316659
|
+
},
|
|
316660
|
+
"_focusError": {
|
|
316661
|
+
"defaultValue": null,
|
|
316662
|
+
"description": "",
|
|
316663
|
+
"name": "_focusError",
|
|
316664
|
+
"declarations": [
|
|
316665
|
+
{
|
|
316666
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316667
|
+
"name": "TypeLiteral"
|
|
316668
|
+
}
|
|
316669
|
+
],
|
|
316670
|
+
"required": true,
|
|
316671
|
+
"type": {
|
|
316672
|
+
"name": "() => boolean | undefined"
|
|
316673
|
+
}
|
|
316674
|
+
},
|
|
316675
|
+
"_disableForm": {
|
|
316676
|
+
"defaultValue": null,
|
|
316677
|
+
"description": "",
|
|
316678
|
+
"name": "_disableForm",
|
|
316679
|
+
"declarations": [
|
|
316680
|
+
{
|
|
316681
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316682
|
+
"name": "TypeLiteral"
|
|
316683
|
+
}
|
|
316684
|
+
],
|
|
316685
|
+
"required": true,
|
|
316686
|
+
"type": {
|
|
316687
|
+
"name": "(disabled?: boolean | undefined) => void"
|
|
316688
|
+
}
|
|
316689
|
+
},
|
|
316690
|
+
"_subscribe": {
|
|
316691
|
+
"defaultValue": null,
|
|
316692
|
+
"description": "",
|
|
316693
|
+
"name": "_subscribe",
|
|
316694
|
+
"declarations": [
|
|
316695
|
+
{
|
|
316696
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
316697
|
+
"name": "TypeLiteral"
|
|
316698
|
+
}
|
|
316699
|
+
],
|
|
316700
|
+
"required": true,
|
|
316701
|
+
"type": {
|
|
316702
|
+
"name": "FromSubscribe<T>"
|
|
316703
|
+
}
|
|
316704
|
+
}
|
|
316705
|
+
}
|
|
316706
|
+
},
|
|
316707
|
+
{
|
|
316708
|
+
"tags": {},
|
|
316709
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
316710
|
+
"description": "",
|
|
316711
|
+
"displayName": "RouterProvider",
|
|
316712
|
+
"methods": [],
|
|
316713
|
+
"props": {
|
|
316714
|
+
"children": {
|
|
316715
|
+
"defaultValue": null,
|
|
316716
|
+
"description": "",
|
|
316717
|
+
"name": "children",
|
|
316718
|
+
"declarations": [
|
|
316719
|
+
{
|
|
316720
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
316721
|
+
"name": "TypeLiteral"
|
|
316722
|
+
}
|
|
316723
|
+
],
|
|
316724
|
+
"required": false,
|
|
316725
|
+
"type": {
|
|
316726
|
+
"name": "ReactNode"
|
|
316727
|
+
}
|
|
316728
|
+
}
|
|
316729
|
+
}
|
|
316730
|
+
},
|
|
316731
|
+
{
|
|
316732
|
+
"tags": {
|
|
316733
|
+
"deprecated": "Use RouterProvider instead"
|
|
316734
|
+
},
|
|
316735
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
316736
|
+
"description": "",
|
|
316737
|
+
"displayName": "LinkProvider",
|
|
316738
|
+
"methods": [],
|
|
316739
|
+
"props": {
|
|
316740
|
+
"children": {
|
|
316741
|
+
"defaultValue": null,
|
|
316742
|
+
"description": "",
|
|
316743
|
+
"name": "children",
|
|
316744
|
+
"declarations": [
|
|
316745
|
+
{
|
|
316746
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
316747
|
+
"name": "TypeLiteral"
|
|
316748
|
+
}
|
|
316749
|
+
],
|
|
316750
|
+
"required": false,
|
|
316751
|
+
"type": {
|
|
316752
|
+
"name": "ReactNode"
|
|
316753
|
+
}
|
|
316754
|
+
}
|
|
316755
|
+
}
|
|
316756
|
+
},
|
|
316757
|
+
{
|
|
316758
|
+
"tags": {
|
|
316759
|
+
"deprecated": "Use RouterProvider instead"
|
|
316760
|
+
},
|
|
316761
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
316762
|
+
"description": "",
|
|
316763
|
+
"displayName": "Link",
|
|
316764
|
+
"methods": [],
|
|
316765
|
+
"props": {
|
|
316766
|
+
"ref": {
|
|
316767
|
+
"defaultValue": null,
|
|
316768
|
+
"description": "",
|
|
316769
|
+
"name": "ref",
|
|
316100
316770
|
"parent": {
|
|
316101
|
-
"fileName": "src/integrations/
|
|
316102
|
-
"name": "
|
|
316771
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
316772
|
+
"name": "Props"
|
|
316103
316773
|
},
|
|
316104
316774
|
"declarations": [
|
|
316105
316775
|
{
|
|
316106
|
-
"fileName": "src/integrations/
|
|
316107
|
-
"name": "
|
|
316776
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
316777
|
+
"name": "Props"
|
|
316108
316778
|
}
|
|
316109
316779
|
],
|
|
316110
316780
|
"required": false,
|
|
316111
316781
|
"type": {
|
|
316112
|
-
"name": "
|
|
316782
|
+
"name": "Ref<HTMLAnchorElement>"
|
|
316113
316783
|
}
|
|
316114
316784
|
},
|
|
316115
|
-
"
|
|
316785
|
+
"isDisabled": {
|
|
316116
316786
|
"defaultValue": null,
|
|
316117
316787
|
"description": "",
|
|
316118
|
-
"name": "
|
|
316788
|
+
"name": "isDisabled",
|
|
316119
316789
|
"parent": {
|
|
316120
|
-
"fileName": "src/integrations/
|
|
316121
|
-
"name": "
|
|
316790
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
316791
|
+
"name": "Props"
|
|
316122
316792
|
},
|
|
316123
316793
|
"declarations": [
|
|
316124
316794
|
{
|
|
316125
|
-
"fileName": "src/integrations/
|
|
316126
|
-
"name": "
|
|
316795
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
316796
|
+
"name": "Props"
|
|
316127
316797
|
}
|
|
316128
316798
|
],
|
|
316129
316799
|
"required": false,
|
|
@@ -317575,25 +318245,6 @@
|
|
|
317575
318245
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
317576
318246
|
}
|
|
317577
318247
|
},
|
|
317578
|
-
"ref": {
|
|
317579
|
-
"defaultValue": null,
|
|
317580
|
-
"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}",
|
|
317581
|
-
"name": "ref",
|
|
317582
|
-
"parent": {
|
|
317583
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
317584
|
-
"name": "RefAttributes"
|
|
317585
|
-
},
|
|
317586
|
-
"declarations": [
|
|
317587
|
-
{
|
|
317588
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
317589
|
-
"name": "RefAttributes"
|
|
317590
|
-
}
|
|
317591
|
-
],
|
|
317592
|
-
"required": false,
|
|
317593
|
-
"type": {
|
|
317594
|
-
"name": "Ref<HTMLInputElement>"
|
|
317595
|
-
}
|
|
317596
|
-
},
|
|
317597
318248
|
"key": {
|
|
317598
318249
|
"defaultValue": null,
|
|
317599
318250
|
"description": "",
|
|
@@ -317765,25 +318416,6 @@
|
|
|
317765
318416
|
"name": "string"
|
|
317766
318417
|
}
|
|
317767
318418
|
},
|
|
317768
|
-
"name": {
|
|
317769
|
-
"defaultValue": null,
|
|
317770
|
-
"description": "",
|
|
317771
|
-
"name": "name",
|
|
317772
|
-
"parent": {
|
|
317773
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
317774
|
-
"name": "InputHTMLAttributes"
|
|
317775
|
-
},
|
|
317776
|
-
"declarations": [
|
|
317777
|
-
{
|
|
317778
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
317779
|
-
"name": "InputHTMLAttributes"
|
|
317780
|
-
}
|
|
317781
|
-
],
|
|
317782
|
-
"required": false,
|
|
317783
|
-
"type": {
|
|
317784
|
-
"name": "string"
|
|
317785
|
-
}
|
|
317786
|
-
},
|
|
317787
318419
|
"slot": {
|
|
317788
318420
|
"defaultValue": null,
|
|
317789
318421
|
"description": "",
|
|
@@ -317898,18 +318530,18 @@
|
|
|
317898
318530
|
"name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
317899
318531
|
}
|
|
317900
318532
|
},
|
|
317901
|
-
"
|
|
318533
|
+
"type": {
|
|
317902
318534
|
"defaultValue": null,
|
|
317903
318535
|
"description": "",
|
|
317904
|
-
"name": "
|
|
318536
|
+
"name": "type",
|
|
317905
318537
|
"parent": {
|
|
317906
318538
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
317907
|
-
"name": "
|
|
318539
|
+
"name": "SVGAttributes"
|
|
317908
318540
|
},
|
|
317909
318541
|
"declarations": [
|
|
317910
318542
|
{
|
|
317911
318543
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
317912
|
-
"name": "
|
|
318544
|
+
"name": "SVGAttributes"
|
|
317913
318545
|
}
|
|
317914
318546
|
],
|
|
317915
318547
|
"required": false,
|
|
@@ -320026,6 +320658,25 @@
|
|
|
320026
320658
|
"name": "FormEventHandler<HTMLElement>"
|
|
320027
320659
|
}
|
|
320028
320660
|
},
|
|
320661
|
+
"onSubmit": {
|
|
320662
|
+
"defaultValue": null,
|
|
320663
|
+
"description": "",
|
|
320664
|
+
"name": "onSubmit",
|
|
320665
|
+
"parent": {
|
|
320666
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
320667
|
+
"name": "DOMAttributes"
|
|
320668
|
+
},
|
|
320669
|
+
"declarations": [
|
|
320670
|
+
{
|
|
320671
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
320672
|
+
"name": "DOMAttributes"
|
|
320673
|
+
}
|
|
320674
|
+
],
|
|
320675
|
+
"required": false,
|
|
320676
|
+
"type": {
|
|
320677
|
+
"name": "FormEventHandler<HTMLElement>"
|
|
320678
|
+
}
|
|
320679
|
+
},
|
|
320029
320680
|
"onSubmitCapture": {
|
|
320030
320681
|
"defaultValue": null,
|
|
320031
320682
|
"description": "",
|
|
@@ -321489,10 +322140,10 @@
|
|
|
321489
322140
|
"name": "string"
|
|
321490
322141
|
}
|
|
321491
322142
|
},
|
|
321492
|
-
"
|
|
322143
|
+
"href": {
|
|
321493
322144
|
"defaultValue": null,
|
|
321494
322145
|
"description": "",
|
|
321495
|
-
"name": "
|
|
322146
|
+
"name": "href",
|
|
321496
322147
|
"parent": {
|
|
321497
322148
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321498
322149
|
"name": "SVGAttributes"
|
|
@@ -321508,56 +322159,56 @@
|
|
|
321508
322159
|
"name": "string"
|
|
321509
322160
|
}
|
|
321510
322161
|
},
|
|
321511
|
-
"
|
|
322162
|
+
"hrefLang": {
|
|
321512
322163
|
"defaultValue": null,
|
|
321513
322164
|
"description": "",
|
|
321514
|
-
"name": "
|
|
322165
|
+
"name": "hrefLang",
|
|
321515
322166
|
"parent": {
|
|
321516
322167
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321517
|
-
"name": "
|
|
322168
|
+
"name": "AnchorHTMLAttributes"
|
|
321518
322169
|
},
|
|
321519
322170
|
"declarations": [
|
|
321520
322171
|
{
|
|
321521
322172
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321522
|
-
"name": "
|
|
322173
|
+
"name": "AnchorHTMLAttributes"
|
|
321523
322174
|
}
|
|
321524
322175
|
],
|
|
321525
322176
|
"required": false,
|
|
321526
322177
|
"type": {
|
|
321527
|
-
"name": "string
|
|
322178
|
+
"name": "string"
|
|
321528
322179
|
}
|
|
321529
322180
|
},
|
|
321530
|
-
"
|
|
322181
|
+
"download": {
|
|
321531
322182
|
"defaultValue": null,
|
|
321532
322183
|
"description": "",
|
|
321533
|
-
"name": "
|
|
322184
|
+
"name": "download",
|
|
321534
322185
|
"parent": {
|
|
321535
322186
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321536
|
-
"name": "
|
|
322187
|
+
"name": "AnchorHTMLAttributes"
|
|
321537
322188
|
},
|
|
321538
322189
|
"declarations": [
|
|
321539
322190
|
{
|
|
321540
322191
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321541
|
-
"name": "
|
|
322192
|
+
"name": "AnchorHTMLAttributes"
|
|
321542
322193
|
}
|
|
321543
322194
|
],
|
|
321544
322195
|
"required": false,
|
|
321545
322196
|
"type": {
|
|
321546
|
-
"name": "
|
|
322197
|
+
"name": "any"
|
|
321547
322198
|
}
|
|
321548
322199
|
},
|
|
321549
|
-
"
|
|
322200
|
+
"ping": {
|
|
321550
322201
|
"defaultValue": null,
|
|
321551
322202
|
"description": "",
|
|
321552
|
-
"name": "
|
|
322203
|
+
"name": "ping",
|
|
321553
322204
|
"parent": {
|
|
321554
322205
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321555
|
-
"name": "
|
|
322206
|
+
"name": "AnchorHTMLAttributes"
|
|
321556
322207
|
},
|
|
321557
322208
|
"declarations": [
|
|
321558
322209
|
{
|
|
321559
322210
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321560
|
-
"name": "
|
|
322211
|
+
"name": "AnchorHTMLAttributes"
|
|
321561
322212
|
}
|
|
321562
322213
|
],
|
|
321563
322214
|
"required": false,
|
|
@@ -321565,751 +322216,42 @@
|
|
|
321565
322216
|
"name": "string"
|
|
321566
322217
|
}
|
|
321567
322218
|
},
|
|
321568
|
-
"
|
|
322219
|
+
"referrerPolicy": {
|
|
321569
322220
|
"defaultValue": null,
|
|
321570
322221
|
"description": "",
|
|
321571
|
-
"name": "
|
|
322222
|
+
"name": "referrerPolicy",
|
|
321572
322223
|
"parent": {
|
|
321573
322224
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321574
|
-
"name": "
|
|
322225
|
+
"name": "ImgHTMLAttributes"
|
|
321575
322226
|
},
|
|
321576
322227
|
"declarations": [
|
|
321577
322228
|
{
|
|
321578
322229
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321579
|
-
"name": "
|
|
321580
|
-
}
|
|
321581
|
-
],
|
|
321582
|
-
"required": false,
|
|
321583
|
-
"type": {
|
|
321584
|
-
"name": "boolean"
|
|
321585
|
-
}
|
|
321586
|
-
}
|
|
321587
|
-
}
|
|
321588
|
-
},
|
|
321589
|
-
{
|
|
321590
|
-
"tags": {},
|
|
321591
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
321592
|
-
"description": "",
|
|
321593
|
-
"displayName": "Field",
|
|
321594
|
-
"methods": [],
|
|
321595
|
-
"props": {
|
|
321596
|
-
"defaultValue": {
|
|
321597
|
-
"defaultValue": null,
|
|
321598
|
-
"description": "",
|
|
321599
|
-
"name": "defaultValue",
|
|
321600
|
-
"declarations": [
|
|
321601
|
-
{
|
|
321602
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
321603
|
-
"name": "TypeLiteral"
|
|
321604
|
-
}
|
|
321605
|
-
],
|
|
321606
|
-
"required": false,
|
|
321607
|
-
"type": {
|
|
321608
|
-
"name": "any"
|
|
321609
|
-
}
|
|
321610
|
-
},
|
|
321611
|
-
"name": {
|
|
321612
|
-
"defaultValue": null,
|
|
321613
|
-
"description": "",
|
|
321614
|
-
"name": "name",
|
|
321615
|
-
"declarations": [
|
|
321616
|
-
{
|
|
321617
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
321618
|
-
"name": "TypeLiteral"
|
|
321619
|
-
}
|
|
321620
|
-
],
|
|
321621
|
-
"required": true,
|
|
321622
|
-
"type": {
|
|
321623
|
-
"name": "string"
|
|
321624
|
-
}
|
|
321625
|
-
},
|
|
321626
|
-
"disabled": {
|
|
321627
|
-
"defaultValue": null,
|
|
321628
|
-
"description": "",
|
|
321629
|
-
"name": "disabled",
|
|
321630
|
-
"declarations": [
|
|
321631
|
-
{
|
|
321632
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
321633
|
-
"name": "TypeLiteral"
|
|
321634
|
-
}
|
|
321635
|
-
],
|
|
321636
|
-
"required": false,
|
|
321637
|
-
"type": {
|
|
321638
|
-
"name": "boolean"
|
|
321639
|
-
}
|
|
321640
|
-
},
|
|
321641
|
-
"control": {
|
|
321642
|
-
"defaultValue": null,
|
|
321643
|
-
"description": "",
|
|
321644
|
-
"name": "control",
|
|
321645
|
-
"declarations": [
|
|
321646
|
-
{
|
|
321647
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
321648
|
-
"name": "TypeLiteral"
|
|
321649
|
-
}
|
|
321650
|
-
],
|
|
321651
|
-
"required": false,
|
|
321652
|
-
"type": {
|
|
321653
|
-
"name": "Control<T, any, T>"
|
|
321654
|
-
}
|
|
321655
|
-
},
|
|
321656
|
-
"rules": {
|
|
321657
|
-
"defaultValue": null,
|
|
321658
|
-
"description": "",
|
|
321659
|
-
"name": "rules",
|
|
321660
|
-
"declarations": [
|
|
321661
|
-
{
|
|
321662
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
321663
|
-
"name": "TypeLiteral"
|
|
321664
|
-
}
|
|
321665
|
-
],
|
|
321666
|
-
"required": false,
|
|
321667
|
-
"type": {
|
|
321668
|
-
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
321669
|
-
}
|
|
321670
|
-
},
|
|
321671
|
-
"shouldUnregister": {
|
|
321672
|
-
"defaultValue": null,
|
|
321673
|
-
"description": "",
|
|
321674
|
-
"name": "shouldUnregister",
|
|
321675
|
-
"declarations": [
|
|
321676
|
-
{
|
|
321677
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
321678
|
-
"name": "TypeLiteral"
|
|
322230
|
+
"name": "ImgHTMLAttributes"
|
|
321679
322231
|
}
|
|
321680
322232
|
],
|
|
321681
322233
|
"required": false,
|
|
321682
322234
|
"type": {
|
|
321683
|
-
"name": "
|
|
322235
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
321684
322236
|
}
|
|
321685
322237
|
},
|
|
321686
|
-
"
|
|
322238
|
+
"media": {
|
|
321687
322239
|
"defaultValue": null,
|
|
321688
322240
|
"description": "",
|
|
321689
|
-
"name": "
|
|
322241
|
+
"name": "media",
|
|
322242
|
+
"parent": {
|
|
322243
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
322244
|
+
"name": "SVGAttributes"
|
|
322245
|
+
},
|
|
321690
322246
|
"declarations": [
|
|
321691
322247
|
{
|
|
321692
322248
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
321693
|
-
"name": "
|
|
322249
|
+
"name": "SVGAttributes"
|
|
321694
322250
|
}
|
|
321695
322251
|
],
|
|
321696
322252
|
"required": false,
|
|
321697
322253
|
"type": {
|
|
321698
|
-
"name": "
|
|
321699
|
-
}
|
|
321700
|
-
}
|
|
321701
|
-
}
|
|
321702
|
-
},
|
|
321703
|
-
{
|
|
321704
|
-
"tags": {},
|
|
321705
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
321706
|
-
"description": "",
|
|
321707
|
-
"displayName": "typedField",
|
|
321708
|
-
"methods": [],
|
|
321709
|
-
"props": {
|
|
321710
|
-
"watch": {
|
|
321711
|
-
"defaultValue": null,
|
|
321712
|
-
"description": "",
|
|
321713
|
-
"name": "watch",
|
|
321714
|
-
"declarations": [
|
|
321715
|
-
{
|
|
321716
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321717
|
-
"name": "TypeLiteral"
|
|
321718
|
-
}
|
|
321719
|
-
],
|
|
321720
|
-
"required": true,
|
|
321721
|
-
"type": {
|
|
321722
|
-
"name": "UseFormWatch<T>"
|
|
321723
|
-
}
|
|
321724
|
-
},
|
|
321725
|
-
"getValues": {
|
|
321726
|
-
"defaultValue": null,
|
|
321727
|
-
"description": "",
|
|
321728
|
-
"name": "getValues",
|
|
321729
|
-
"declarations": [
|
|
321730
|
-
{
|
|
321731
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321732
|
-
"name": "TypeLiteral"
|
|
321733
|
-
}
|
|
321734
|
-
],
|
|
321735
|
-
"required": true,
|
|
321736
|
-
"type": {
|
|
321737
|
-
"name": "UseFormGetValues<T>"
|
|
321738
|
-
}
|
|
321739
|
-
},
|
|
321740
|
-
"getFieldState": {
|
|
321741
|
-
"defaultValue": null,
|
|
321742
|
-
"description": "",
|
|
321743
|
-
"name": "getFieldState",
|
|
321744
|
-
"declarations": [
|
|
321745
|
-
{
|
|
321746
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321747
|
-
"name": "TypeLiteral"
|
|
321748
|
-
},
|
|
321749
|
-
{
|
|
321750
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321751
|
-
"name": "TypeLiteral"
|
|
321752
|
-
}
|
|
321753
|
-
],
|
|
321754
|
-
"required": true,
|
|
321755
|
-
"type": {
|
|
321756
|
-
"name": "UseFormGetFieldState<T>"
|
|
321757
|
-
}
|
|
321758
|
-
},
|
|
321759
|
-
"setError": {
|
|
321760
|
-
"defaultValue": null,
|
|
321761
|
-
"description": "",
|
|
321762
|
-
"name": "setError",
|
|
321763
|
-
"declarations": [
|
|
321764
|
-
{
|
|
321765
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321766
|
-
"name": "TypeLiteral"
|
|
321767
|
-
},
|
|
321768
|
-
{
|
|
321769
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321770
|
-
"name": "TypeLiteral"
|
|
321771
|
-
}
|
|
321772
|
-
],
|
|
321773
|
-
"required": true,
|
|
321774
|
-
"type": {
|
|
321775
|
-
"name": "UseFormSetError<T>"
|
|
321776
|
-
}
|
|
321777
|
-
},
|
|
321778
|
-
"clearErrors": {
|
|
321779
|
-
"defaultValue": null,
|
|
321780
|
-
"description": "",
|
|
321781
|
-
"name": "clearErrors",
|
|
321782
|
-
"declarations": [
|
|
321783
|
-
{
|
|
321784
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321785
|
-
"name": "TypeLiteral"
|
|
321786
|
-
}
|
|
321787
|
-
],
|
|
321788
|
-
"required": true,
|
|
321789
|
-
"type": {
|
|
321790
|
-
"name": "UseFormClearErrors<T>"
|
|
321791
|
-
}
|
|
321792
|
-
},
|
|
321793
|
-
"setValue": {
|
|
321794
|
-
"defaultValue": null,
|
|
321795
|
-
"description": "",
|
|
321796
|
-
"name": "setValue",
|
|
321797
|
-
"declarations": [
|
|
321798
|
-
{
|
|
321799
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321800
|
-
"name": "TypeLiteral"
|
|
321801
|
-
}
|
|
321802
|
-
],
|
|
321803
|
-
"required": true,
|
|
321804
|
-
"type": {
|
|
321805
|
-
"name": "UseFormSetValue<T>"
|
|
321806
|
-
}
|
|
321807
|
-
},
|
|
321808
|
-
"trigger": {
|
|
321809
|
-
"defaultValue": null,
|
|
321810
|
-
"description": "",
|
|
321811
|
-
"name": "trigger",
|
|
321812
|
-
"declarations": [
|
|
321813
|
-
{
|
|
321814
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321815
|
-
"name": "TypeLiteral"
|
|
321816
|
-
}
|
|
321817
|
-
],
|
|
321818
|
-
"required": true,
|
|
321819
|
-
"type": {
|
|
321820
|
-
"name": "UseFormTrigger<T>"
|
|
321821
|
-
}
|
|
321822
|
-
},
|
|
321823
|
-
"formState": {
|
|
321824
|
-
"defaultValue": null,
|
|
321825
|
-
"description": "",
|
|
321826
|
-
"name": "formState",
|
|
321827
|
-
"declarations": [
|
|
321828
|
-
{
|
|
321829
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321830
|
-
"name": "TypeLiteral"
|
|
321831
|
-
}
|
|
321832
|
-
],
|
|
321833
|
-
"required": true,
|
|
321834
|
-
"type": {
|
|
321835
|
-
"name": "FormState<T>"
|
|
321836
|
-
}
|
|
321837
|
-
},
|
|
321838
|
-
"resetField": {
|
|
321839
|
-
"defaultValue": null,
|
|
321840
|
-
"description": "",
|
|
321841
|
-
"name": "resetField",
|
|
321842
|
-
"declarations": [
|
|
321843
|
-
{
|
|
321844
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321845
|
-
"name": "TypeLiteral"
|
|
321846
|
-
}
|
|
321847
|
-
],
|
|
321848
|
-
"required": true,
|
|
321849
|
-
"type": {
|
|
321850
|
-
"name": "UseFormResetField<T>"
|
|
321851
|
-
}
|
|
321852
|
-
},
|
|
321853
|
-
"reset": {
|
|
321854
|
-
"defaultValue": null,
|
|
321855
|
-
"description": "",
|
|
321856
|
-
"name": "reset",
|
|
321857
|
-
"declarations": [
|
|
321858
|
-
{
|
|
321859
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321860
|
-
"name": "TypeLiteral"
|
|
321861
|
-
}
|
|
321862
|
-
],
|
|
321863
|
-
"required": true,
|
|
321864
|
-
"type": {
|
|
321865
|
-
"name": "UseFormReset<T>"
|
|
321866
|
-
}
|
|
321867
|
-
},
|
|
321868
|
-
"handleSubmit": {
|
|
321869
|
-
"defaultValue": null,
|
|
321870
|
-
"description": "",
|
|
321871
|
-
"name": "handleSubmit",
|
|
321872
|
-
"declarations": [
|
|
321873
|
-
{
|
|
321874
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321875
|
-
"name": "TypeLiteral"
|
|
321876
|
-
},
|
|
321877
|
-
{
|
|
321878
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321879
|
-
"name": "TypeLiteral"
|
|
321880
|
-
}
|
|
321881
|
-
],
|
|
321882
|
-
"required": true,
|
|
321883
|
-
"type": {
|
|
321884
|
-
"name": "UseFormHandleSubmit<T, T>"
|
|
321885
|
-
}
|
|
321886
|
-
},
|
|
321887
|
-
"unregister": {
|
|
321888
|
-
"defaultValue": null,
|
|
321889
|
-
"description": "",
|
|
321890
|
-
"name": "unregister",
|
|
321891
|
-
"declarations": [
|
|
321892
|
-
{
|
|
321893
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321894
|
-
"name": "TypeLiteral"
|
|
321895
|
-
},
|
|
321896
|
-
{
|
|
321897
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321898
|
-
"name": "TypeLiteral"
|
|
321899
|
-
}
|
|
321900
|
-
],
|
|
321901
|
-
"required": true,
|
|
321902
|
-
"type": {
|
|
321903
|
-
"name": "UseFormUnregister<T>"
|
|
321904
|
-
}
|
|
321905
|
-
},
|
|
321906
|
-
"control": {
|
|
321907
|
-
"defaultValue": null,
|
|
321908
|
-
"description": "",
|
|
321909
|
-
"name": "control",
|
|
321910
|
-
"declarations": [
|
|
321911
|
-
{
|
|
321912
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321913
|
-
"name": "TypeLiteral"
|
|
321914
|
-
}
|
|
321915
|
-
],
|
|
321916
|
-
"required": true,
|
|
321917
|
-
"type": {
|
|
321918
|
-
"name": "Control<T, any, T>"
|
|
321919
|
-
}
|
|
321920
|
-
},
|
|
321921
|
-
"register": {
|
|
321922
|
-
"defaultValue": null,
|
|
321923
|
-
"description": "",
|
|
321924
|
-
"name": "register",
|
|
321925
|
-
"declarations": [
|
|
321926
|
-
{
|
|
321927
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321928
|
-
"name": "TypeLiteral"
|
|
321929
|
-
},
|
|
321930
|
-
{
|
|
321931
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321932
|
-
"name": "TypeLiteral"
|
|
321933
|
-
}
|
|
321934
|
-
],
|
|
321935
|
-
"required": true,
|
|
321936
|
-
"type": {
|
|
321937
|
-
"name": "UseFormRegister<T>"
|
|
321938
|
-
}
|
|
321939
|
-
},
|
|
321940
|
-
"setFocus": {
|
|
321941
|
-
"defaultValue": null,
|
|
321942
|
-
"description": "",
|
|
321943
|
-
"name": "setFocus",
|
|
321944
|
-
"declarations": [
|
|
321945
|
-
{
|
|
321946
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321947
|
-
"name": "TypeLiteral"
|
|
321948
|
-
}
|
|
321949
|
-
],
|
|
321950
|
-
"required": true,
|
|
321951
|
-
"type": {
|
|
321952
|
-
"name": "UseFormSetFocus<T>"
|
|
321953
|
-
}
|
|
321954
|
-
},
|
|
321955
|
-
"subscribe": {
|
|
321956
|
-
"defaultValue": null,
|
|
321957
|
-
"description": "",
|
|
321958
|
-
"name": "subscribe",
|
|
321959
|
-
"declarations": [
|
|
321960
|
-
{
|
|
321961
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321962
|
-
"name": "TypeLiteral"
|
|
321963
|
-
}
|
|
321964
|
-
],
|
|
321965
|
-
"required": true,
|
|
321966
|
-
"type": {
|
|
321967
|
-
"name": "UseFormSubscribe<T>"
|
|
321968
|
-
}
|
|
321969
|
-
},
|
|
321970
|
-
"_subjects": {
|
|
321971
|
-
"defaultValue": null,
|
|
321972
|
-
"description": "",
|
|
321973
|
-
"name": "_subjects",
|
|
321974
|
-
"declarations": [
|
|
321975
|
-
{
|
|
321976
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321977
|
-
"name": "TypeLiteral"
|
|
321978
|
-
}
|
|
321979
|
-
],
|
|
321980
|
-
"required": true,
|
|
321981
|
-
"type": {
|
|
321982
|
-
"name": "Subjects<T>"
|
|
321983
|
-
}
|
|
321984
|
-
},
|
|
321985
|
-
"_removeUnmounted": {
|
|
321986
|
-
"defaultValue": null,
|
|
321987
|
-
"description": "",
|
|
321988
|
-
"name": "_removeUnmounted",
|
|
321989
|
-
"declarations": [
|
|
321990
|
-
{
|
|
321991
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
321992
|
-
"name": "TypeLiteral"
|
|
321993
|
-
}
|
|
321994
|
-
],
|
|
321995
|
-
"required": true,
|
|
321996
|
-
"type": {
|
|
321997
|
-
"name": "Noop"
|
|
321998
|
-
}
|
|
321999
|
-
},
|
|
322000
|
-
"_names": {
|
|
322001
|
-
"defaultValue": null,
|
|
322002
|
-
"description": "",
|
|
322003
|
-
"name": "_names",
|
|
322004
|
-
"declarations": [
|
|
322005
|
-
{
|
|
322006
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322007
|
-
"name": "TypeLiteral"
|
|
322008
|
-
}
|
|
322009
|
-
],
|
|
322010
|
-
"required": true,
|
|
322011
|
-
"type": {
|
|
322012
|
-
"name": "Names"
|
|
322013
|
-
}
|
|
322014
|
-
},
|
|
322015
|
-
"_state": {
|
|
322016
|
-
"defaultValue": null,
|
|
322017
|
-
"description": "",
|
|
322018
|
-
"name": "_state",
|
|
322019
|
-
"declarations": [
|
|
322020
|
-
{
|
|
322021
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322022
|
-
"name": "TypeLiteral"
|
|
322023
|
-
}
|
|
322024
|
-
],
|
|
322025
|
-
"required": true,
|
|
322026
|
-
"type": {
|
|
322027
|
-
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
322028
|
-
}
|
|
322029
|
-
},
|
|
322030
|
-
"_reset": {
|
|
322031
|
-
"defaultValue": null,
|
|
322032
|
-
"description": "",
|
|
322033
|
-
"name": "_reset",
|
|
322034
|
-
"declarations": [
|
|
322035
|
-
{
|
|
322036
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322037
|
-
"name": "TypeLiteral"
|
|
322038
|
-
}
|
|
322039
|
-
],
|
|
322040
|
-
"required": true,
|
|
322041
|
-
"type": {
|
|
322042
|
-
"name": "UseFormReset<T>"
|
|
322043
|
-
}
|
|
322044
|
-
},
|
|
322045
|
-
"_options": {
|
|
322046
|
-
"defaultValue": null,
|
|
322047
|
-
"description": "",
|
|
322048
|
-
"name": "_options",
|
|
322049
|
-
"declarations": [
|
|
322050
|
-
{
|
|
322051
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322052
|
-
"name": "TypeLiteral"
|
|
322053
|
-
}
|
|
322054
|
-
],
|
|
322055
|
-
"required": true,
|
|
322056
|
-
"type": {
|
|
322057
|
-
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
322058
|
-
}
|
|
322059
|
-
},
|
|
322060
|
-
"_getDirty": {
|
|
322061
|
-
"defaultValue": null,
|
|
322062
|
-
"description": "",
|
|
322063
|
-
"name": "_getDirty",
|
|
322064
|
-
"declarations": [
|
|
322065
|
-
{
|
|
322066
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322067
|
-
"name": "TypeLiteral"
|
|
322068
|
-
}
|
|
322069
|
-
],
|
|
322070
|
-
"required": true,
|
|
322071
|
-
"type": {
|
|
322072
|
-
"name": "GetIsDirty"
|
|
322073
|
-
}
|
|
322074
|
-
},
|
|
322075
|
-
"_resetDefaultValues": {
|
|
322076
|
-
"defaultValue": null,
|
|
322077
|
-
"description": "",
|
|
322078
|
-
"name": "_resetDefaultValues",
|
|
322079
|
-
"declarations": [
|
|
322080
|
-
{
|
|
322081
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322082
|
-
"name": "TypeLiteral"
|
|
322083
|
-
}
|
|
322084
|
-
],
|
|
322085
|
-
"required": true,
|
|
322086
|
-
"type": {
|
|
322087
|
-
"name": "Noop"
|
|
322088
|
-
}
|
|
322089
|
-
},
|
|
322090
|
-
"_formState": {
|
|
322091
|
-
"defaultValue": null,
|
|
322092
|
-
"description": "",
|
|
322093
|
-
"name": "_formState",
|
|
322094
|
-
"declarations": [
|
|
322095
|
-
{
|
|
322096
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322097
|
-
"name": "TypeLiteral"
|
|
322098
|
-
}
|
|
322099
|
-
],
|
|
322100
|
-
"required": true,
|
|
322101
|
-
"type": {
|
|
322102
|
-
"name": "FormState<T>"
|
|
322103
|
-
}
|
|
322104
|
-
},
|
|
322105
|
-
"_setValid": {
|
|
322106
|
-
"defaultValue": null,
|
|
322107
|
-
"description": "",
|
|
322108
|
-
"name": "_setValid",
|
|
322109
|
-
"declarations": [
|
|
322110
|
-
{
|
|
322111
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322112
|
-
"name": "TypeLiteral"
|
|
322113
|
-
}
|
|
322114
|
-
],
|
|
322115
|
-
"required": true,
|
|
322116
|
-
"type": {
|
|
322117
|
-
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
322118
|
-
}
|
|
322119
|
-
},
|
|
322120
|
-
"_fields": {
|
|
322121
|
-
"defaultValue": null,
|
|
322122
|
-
"description": "",
|
|
322123
|
-
"name": "_fields",
|
|
322124
|
-
"declarations": [
|
|
322125
|
-
{
|
|
322126
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322127
|
-
"name": "TypeLiteral"
|
|
322128
|
-
}
|
|
322129
|
-
],
|
|
322130
|
-
"required": true,
|
|
322131
|
-
"type": {
|
|
322132
|
-
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
322133
|
-
}
|
|
322134
|
-
},
|
|
322135
|
-
"_formValues": {
|
|
322136
|
-
"defaultValue": null,
|
|
322137
|
-
"description": "",
|
|
322138
|
-
"name": "_formValues",
|
|
322139
|
-
"declarations": [
|
|
322140
|
-
{
|
|
322141
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322142
|
-
"name": "TypeLiteral"
|
|
322143
|
-
}
|
|
322144
|
-
],
|
|
322145
|
-
"required": true,
|
|
322146
|
-
"type": {
|
|
322147
|
-
"name": "FieldValues"
|
|
322148
|
-
}
|
|
322149
|
-
},
|
|
322150
|
-
"_proxyFormState": {
|
|
322151
|
-
"defaultValue": null,
|
|
322152
|
-
"description": "",
|
|
322153
|
-
"name": "_proxyFormState",
|
|
322154
|
-
"declarations": [
|
|
322155
|
-
{
|
|
322156
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322157
|
-
"name": "TypeLiteral"
|
|
322158
|
-
}
|
|
322159
|
-
],
|
|
322160
|
-
"required": true,
|
|
322161
|
-
"type": {
|
|
322162
|
-
"name": "ReadFormState"
|
|
322163
|
-
}
|
|
322164
|
-
},
|
|
322165
|
-
"_defaultValues": {
|
|
322166
|
-
"defaultValue": null,
|
|
322167
|
-
"description": "",
|
|
322168
|
-
"name": "_defaultValues",
|
|
322169
|
-
"declarations": [
|
|
322170
|
-
{
|
|
322171
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322172
|
-
"name": "TypeLiteral"
|
|
322173
|
-
}
|
|
322174
|
-
],
|
|
322175
|
-
"required": true,
|
|
322176
|
-
"type": {
|
|
322177
|
-
"name": "Partial<DefaultValues<T>>"
|
|
322178
|
-
}
|
|
322179
|
-
},
|
|
322180
|
-
"_getWatch": {
|
|
322181
|
-
"defaultValue": null,
|
|
322182
|
-
"description": "",
|
|
322183
|
-
"name": "_getWatch",
|
|
322184
|
-
"declarations": [
|
|
322185
|
-
{
|
|
322186
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322187
|
-
"name": "TypeLiteral"
|
|
322188
|
-
}
|
|
322189
|
-
],
|
|
322190
|
-
"required": true,
|
|
322191
|
-
"type": {
|
|
322192
|
-
"name": "WatchInternal<T>"
|
|
322193
|
-
}
|
|
322194
|
-
},
|
|
322195
|
-
"_setFieldArray": {
|
|
322196
|
-
"defaultValue": null,
|
|
322197
|
-
"description": "",
|
|
322198
|
-
"name": "_setFieldArray",
|
|
322199
|
-
"declarations": [
|
|
322200
|
-
{
|
|
322201
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322202
|
-
"name": "TypeLiteral"
|
|
322203
|
-
}
|
|
322204
|
-
],
|
|
322205
|
-
"required": true,
|
|
322206
|
-
"type": {
|
|
322207
|
-
"name": "BatchFieldArrayUpdate"
|
|
322208
|
-
}
|
|
322209
|
-
},
|
|
322210
|
-
"_getFieldArray": {
|
|
322211
|
-
"defaultValue": null,
|
|
322212
|
-
"description": "",
|
|
322213
|
-
"name": "_getFieldArray",
|
|
322214
|
-
"declarations": [
|
|
322215
|
-
{
|
|
322216
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322217
|
-
"name": "TypeLiteral"
|
|
322218
|
-
}
|
|
322219
|
-
],
|
|
322220
|
-
"required": true,
|
|
322221
|
-
"type": {
|
|
322222
|
-
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
322223
|
-
}
|
|
322224
|
-
},
|
|
322225
|
-
"_setErrors": {
|
|
322226
|
-
"defaultValue": null,
|
|
322227
|
-
"description": "",
|
|
322228
|
-
"name": "_setErrors",
|
|
322229
|
-
"declarations": [
|
|
322230
|
-
{
|
|
322231
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322232
|
-
"name": "TypeLiteral"
|
|
322233
|
-
}
|
|
322234
|
-
],
|
|
322235
|
-
"required": true,
|
|
322236
|
-
"type": {
|
|
322237
|
-
"name": "(errors: FieldErrors<T>) => void"
|
|
322238
|
-
}
|
|
322239
|
-
},
|
|
322240
|
-
"_setDisabledField": {
|
|
322241
|
-
"defaultValue": null,
|
|
322242
|
-
"description": "",
|
|
322243
|
-
"name": "_setDisabledField",
|
|
322244
|
-
"declarations": [
|
|
322245
|
-
{
|
|
322246
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322247
|
-
"name": "TypeLiteral"
|
|
322248
|
-
}
|
|
322249
|
-
],
|
|
322250
|
-
"required": true,
|
|
322251
|
-
"type": {
|
|
322252
|
-
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
322253
|
-
}
|
|
322254
|
-
},
|
|
322255
|
-
"_runSchema": {
|
|
322256
|
-
"defaultValue": null,
|
|
322257
|
-
"description": "",
|
|
322258
|
-
"name": "_runSchema",
|
|
322259
|
-
"declarations": [
|
|
322260
|
-
{
|
|
322261
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322262
|
-
"name": "TypeLiteral"
|
|
322263
|
-
}
|
|
322264
|
-
],
|
|
322265
|
-
"required": true,
|
|
322266
|
-
"type": {
|
|
322267
|
-
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
322268
|
-
}
|
|
322269
|
-
},
|
|
322270
|
-
"_focusError": {
|
|
322271
|
-
"defaultValue": null,
|
|
322272
|
-
"description": "",
|
|
322273
|
-
"name": "_focusError",
|
|
322274
|
-
"declarations": [
|
|
322275
|
-
{
|
|
322276
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322277
|
-
"name": "TypeLiteral"
|
|
322278
|
-
}
|
|
322279
|
-
],
|
|
322280
|
-
"required": true,
|
|
322281
|
-
"type": {
|
|
322282
|
-
"name": "() => boolean | undefined"
|
|
322283
|
-
}
|
|
322284
|
-
},
|
|
322285
|
-
"_disableForm": {
|
|
322286
|
-
"defaultValue": null,
|
|
322287
|
-
"description": "",
|
|
322288
|
-
"name": "_disableForm",
|
|
322289
|
-
"declarations": [
|
|
322290
|
-
{
|
|
322291
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322292
|
-
"name": "TypeLiteral"
|
|
322293
|
-
}
|
|
322294
|
-
],
|
|
322295
|
-
"required": true,
|
|
322296
|
-
"type": {
|
|
322297
|
-
"name": "(disabled?: boolean | undefined) => void"
|
|
322298
|
-
}
|
|
322299
|
-
},
|
|
322300
|
-
"_subscribe": {
|
|
322301
|
-
"defaultValue": null,
|
|
322302
|
-
"description": "",
|
|
322303
|
-
"name": "_subscribe",
|
|
322304
|
-
"declarations": [
|
|
322305
|
-
{
|
|
322306
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.65.0_react@19.2.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
322307
|
-
"name": "TypeLiteral"
|
|
322308
|
-
}
|
|
322309
|
-
],
|
|
322310
|
-
"required": true,
|
|
322311
|
-
"type": {
|
|
322312
|
-
"name": "FromSubscribe<T>"
|
|
322254
|
+
"name": "string"
|
|
322313
322255
|
}
|
|
322314
322256
|
}
|
|
322315
322257
|
}
|