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