@mittwald/flow-react-components 0.2.0-alpha.332 → 0.2.0-alpha.334
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 +10 -0
- package/dist/assets/doc-properties.json +1528 -1528
- package/dist/js/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +1 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/generateValidationTranslation.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -47097,6 +47097,243 @@
|
|
|
47097
47097
|
}
|
|
47098
47098
|
}
|
|
47099
47099
|
},
|
|
47100
|
+
{
|
|
47101
|
+
"tags": {},
|
|
47102
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/Modal.tsx",
|
|
47103
|
+
"description": "",
|
|
47104
|
+
"displayName": "Modal",
|
|
47105
|
+
"methods": [],
|
|
47106
|
+
"props": {
|
|
47107
|
+
"size": {
|
|
47108
|
+
"defaultValue": {
|
|
47109
|
+
"value": "\"s\""
|
|
47110
|
+
},
|
|
47111
|
+
"description": "The size of the modal.",
|
|
47112
|
+
"name": "size",
|
|
47113
|
+
"parent": {
|
|
47114
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47115
|
+
"name": "ModalProps"
|
|
47116
|
+
},
|
|
47117
|
+
"declarations": [
|
|
47118
|
+
{
|
|
47119
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47120
|
+
"name": "ModalProps"
|
|
47121
|
+
}
|
|
47122
|
+
],
|
|
47123
|
+
"required": false,
|
|
47124
|
+
"type": {
|
|
47125
|
+
"name": "\"s\" | \"m\" | \"l\""
|
|
47126
|
+
}
|
|
47127
|
+
},
|
|
47128
|
+
"offCanvas": {
|
|
47129
|
+
"defaultValue": null,
|
|
47130
|
+
"description": "Whether the modal should be displayed as an off canvas.",
|
|
47131
|
+
"name": "offCanvas",
|
|
47132
|
+
"parent": {
|
|
47133
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47134
|
+
"name": "ModalProps"
|
|
47135
|
+
},
|
|
47136
|
+
"declarations": [
|
|
47137
|
+
{
|
|
47138
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47139
|
+
"name": "ModalProps"
|
|
47140
|
+
}
|
|
47141
|
+
],
|
|
47142
|
+
"required": false,
|
|
47143
|
+
"type": {
|
|
47144
|
+
"name": "boolean"
|
|
47145
|
+
}
|
|
47146
|
+
},
|
|
47147
|
+
"offCanvasOrientation": {
|
|
47148
|
+
"defaultValue": {
|
|
47149
|
+
"value": "\"right\""
|
|
47150
|
+
},
|
|
47151
|
+
"description": "Whether the off canvas should be displayed on the right or left side of the\nscreen.",
|
|
47152
|
+
"name": "offCanvasOrientation",
|
|
47153
|
+
"parent": {
|
|
47154
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47155
|
+
"name": "ModalProps"
|
|
47156
|
+
},
|
|
47157
|
+
"declarations": [
|
|
47158
|
+
{
|
|
47159
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47160
|
+
"name": "ModalProps"
|
|
47161
|
+
}
|
|
47162
|
+
],
|
|
47163
|
+
"required": false,
|
|
47164
|
+
"type": {
|
|
47165
|
+
"name": "\"left\" | \"right\""
|
|
47166
|
+
}
|
|
47167
|
+
},
|
|
47168
|
+
"controller": {
|
|
47169
|
+
"defaultValue": null,
|
|
47170
|
+
"description": "An overlay controller to control the modal state.",
|
|
47171
|
+
"name": "controller",
|
|
47172
|
+
"parent": {
|
|
47173
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47174
|
+
"name": "ModalProps"
|
|
47175
|
+
},
|
|
47176
|
+
"declarations": [
|
|
47177
|
+
{
|
|
47178
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47179
|
+
"name": "ModalProps"
|
|
47180
|
+
}
|
|
47181
|
+
],
|
|
47182
|
+
"required": false,
|
|
47183
|
+
"type": {
|
|
47184
|
+
"name": "OverlayController"
|
|
47185
|
+
}
|
|
47186
|
+
},
|
|
47187
|
+
"slot": {
|
|
47188
|
+
"defaultValue": null,
|
|
47189
|
+
"description": "Accepts \"actionConfirm\" to use the modal as a confirmation modal for an\naction.",
|
|
47190
|
+
"name": "slot",
|
|
47191
|
+
"parent": {
|
|
47192
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47193
|
+
"name": "ModalProps"
|
|
47194
|
+
},
|
|
47195
|
+
"declarations": [
|
|
47196
|
+
{
|
|
47197
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47198
|
+
"name": "ModalProps"
|
|
47199
|
+
}
|
|
47200
|
+
],
|
|
47201
|
+
"required": false,
|
|
47202
|
+
"type": {
|
|
47203
|
+
"name": "string"
|
|
47204
|
+
}
|
|
47205
|
+
},
|
|
47206
|
+
"isDismissable": {
|
|
47207
|
+
"defaultValue": null,
|
|
47208
|
+
"description": "Whether the modal can be closed by clicking outside of it.",
|
|
47209
|
+
"name": "isDismissable",
|
|
47210
|
+
"parent": {
|
|
47211
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47212
|
+
"name": "ModalProps"
|
|
47213
|
+
},
|
|
47214
|
+
"declarations": [
|
|
47215
|
+
{
|
|
47216
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
47217
|
+
"name": "ModalProps"
|
|
47218
|
+
}
|
|
47219
|
+
],
|
|
47220
|
+
"required": false,
|
|
47221
|
+
"type": {
|
|
47222
|
+
"name": "boolean"
|
|
47223
|
+
}
|
|
47224
|
+
},
|
|
47225
|
+
"children": {
|
|
47226
|
+
"defaultValue": null,
|
|
47227
|
+
"description": "",
|
|
47228
|
+
"name": "children",
|
|
47229
|
+
"declarations": [
|
|
47230
|
+
{
|
|
47231
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
47232
|
+
"name": "TypeLiteral"
|
|
47233
|
+
}
|
|
47234
|
+
],
|
|
47235
|
+
"required": false,
|
|
47236
|
+
"type": {
|
|
47237
|
+
"name": "ReactNode"
|
|
47238
|
+
}
|
|
47239
|
+
},
|
|
47240
|
+
"wrapWith": {
|
|
47241
|
+
"defaultValue": null,
|
|
47242
|
+
"description": "",
|
|
47243
|
+
"name": "wrapWith",
|
|
47244
|
+
"parent": {
|
|
47245
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
47246
|
+
"name": "FlowComponentProps"
|
|
47247
|
+
},
|
|
47248
|
+
"declarations": [
|
|
47249
|
+
{
|
|
47250
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
47251
|
+
"name": "FlowComponentProps"
|
|
47252
|
+
}
|
|
47253
|
+
],
|
|
47254
|
+
"required": false,
|
|
47255
|
+
"type": {
|
|
47256
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
47257
|
+
}
|
|
47258
|
+
},
|
|
47259
|
+
"tunnelId": {
|
|
47260
|
+
"defaultValue": null,
|
|
47261
|
+
"description": "@internal",
|
|
47262
|
+
"name": "tunnelId",
|
|
47263
|
+
"parent": {
|
|
47264
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
47265
|
+
"name": "PropsWithTunnel"
|
|
47266
|
+
},
|
|
47267
|
+
"declarations": [
|
|
47268
|
+
{
|
|
47269
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
47270
|
+
"name": "PropsWithTunnel"
|
|
47271
|
+
}
|
|
47272
|
+
],
|
|
47273
|
+
"required": false,
|
|
47274
|
+
"type": {
|
|
47275
|
+
"name": "string | null"
|
|
47276
|
+
}
|
|
47277
|
+
},
|
|
47278
|
+
"ref": {
|
|
47279
|
+
"defaultValue": null,
|
|
47280
|
+
"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}",
|
|
47281
|
+
"name": "ref",
|
|
47282
|
+
"parent": {
|
|
47283
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
47284
|
+
"name": "RefAttributes"
|
|
47285
|
+
},
|
|
47286
|
+
"declarations": [
|
|
47287
|
+
{
|
|
47288
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
47289
|
+
"name": "RefAttributes"
|
|
47290
|
+
}
|
|
47291
|
+
],
|
|
47292
|
+
"required": false,
|
|
47293
|
+
"type": {
|
|
47294
|
+
"name": "Ref<HTMLInputElement>"
|
|
47295
|
+
}
|
|
47296
|
+
},
|
|
47297
|
+
"key": {
|
|
47298
|
+
"defaultValue": null,
|
|
47299
|
+
"description": "",
|
|
47300
|
+
"name": "key",
|
|
47301
|
+
"parent": {
|
|
47302
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
47303
|
+
"name": "Attributes"
|
|
47304
|
+
},
|
|
47305
|
+
"declarations": [
|
|
47306
|
+
{
|
|
47307
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
47308
|
+
"name": "Attributes"
|
|
47309
|
+
}
|
|
47310
|
+
],
|
|
47311
|
+
"required": false,
|
|
47312
|
+
"type": {
|
|
47313
|
+
"name": "Key | null"
|
|
47314
|
+
}
|
|
47315
|
+
},
|
|
47316
|
+
"className": {
|
|
47317
|
+
"defaultValue": null,
|
|
47318
|
+
"description": "The elements class name.",
|
|
47319
|
+
"name": "className",
|
|
47320
|
+
"parent": {
|
|
47321
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
47322
|
+
"name": "PropsWithClassName"
|
|
47323
|
+
},
|
|
47324
|
+
"declarations": [
|
|
47325
|
+
{
|
|
47326
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
47327
|
+
"name": "PropsWithClassName"
|
|
47328
|
+
}
|
|
47329
|
+
],
|
|
47330
|
+
"required": false,
|
|
47331
|
+
"type": {
|
|
47332
|
+
"name": "string"
|
|
47333
|
+
}
|
|
47334
|
+
}
|
|
47335
|
+
}
|
|
47336
|
+
},
|
|
47100
47337
|
{
|
|
47101
47338
|
"tags": {
|
|
47102
47339
|
"flr-generate": "all"
|
|
@@ -52471,279 +52708,42 @@
|
|
|
52471
52708
|
}
|
|
52472
52709
|
},
|
|
52473
52710
|
{
|
|
52474
|
-
"tags": {
|
|
52475
|
-
|
|
52711
|
+
"tags": {
|
|
52712
|
+
"flr-generate": "all",
|
|
52713
|
+
"flr-clear-props-context": ""
|
|
52714
|
+
},
|
|
52715
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
|
|
52476
52716
|
"description": "",
|
|
52477
|
-
"displayName": "
|
|
52717
|
+
"displayName": "MessageThread",
|
|
52478
52718
|
"methods": [],
|
|
52479
52719
|
"props": {
|
|
52480
|
-
"
|
|
52481
|
-
"defaultValue": {
|
|
52482
|
-
"value": "\"s\""
|
|
52483
|
-
},
|
|
52484
|
-
"description": "The size of the modal.",
|
|
52485
|
-
"name": "size",
|
|
52486
|
-
"parent": {
|
|
52487
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52488
|
-
"name": "ModalProps"
|
|
52489
|
-
},
|
|
52490
|
-
"declarations": [
|
|
52491
|
-
{
|
|
52492
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52493
|
-
"name": "ModalProps"
|
|
52494
|
-
}
|
|
52495
|
-
],
|
|
52496
|
-
"required": false,
|
|
52497
|
-
"type": {
|
|
52498
|
-
"name": "\"s\" | \"m\" | \"l\""
|
|
52499
|
-
}
|
|
52500
|
-
},
|
|
52501
|
-
"offCanvas": {
|
|
52502
|
-
"defaultValue": null,
|
|
52503
|
-
"description": "Whether the modal should be displayed as an off canvas.",
|
|
52504
|
-
"name": "offCanvas",
|
|
52505
|
-
"parent": {
|
|
52506
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52507
|
-
"name": "ModalProps"
|
|
52508
|
-
},
|
|
52509
|
-
"declarations": [
|
|
52510
|
-
{
|
|
52511
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52512
|
-
"name": "ModalProps"
|
|
52513
|
-
}
|
|
52514
|
-
],
|
|
52515
|
-
"required": false,
|
|
52516
|
-
"type": {
|
|
52517
|
-
"name": "boolean"
|
|
52518
|
-
}
|
|
52519
|
-
},
|
|
52520
|
-
"offCanvasOrientation": {
|
|
52521
|
-
"defaultValue": {
|
|
52522
|
-
"value": "\"right\""
|
|
52523
|
-
},
|
|
52524
|
-
"description": "Whether the off canvas should be displayed on the right or left side of the\nscreen.",
|
|
52525
|
-
"name": "offCanvasOrientation",
|
|
52526
|
-
"parent": {
|
|
52527
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52528
|
-
"name": "ModalProps"
|
|
52529
|
-
},
|
|
52530
|
-
"declarations": [
|
|
52531
|
-
{
|
|
52532
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52533
|
-
"name": "ModalProps"
|
|
52534
|
-
}
|
|
52535
|
-
],
|
|
52536
|
-
"required": false,
|
|
52537
|
-
"type": {
|
|
52538
|
-
"name": "\"left\" | \"right\""
|
|
52539
|
-
}
|
|
52540
|
-
},
|
|
52541
|
-
"controller": {
|
|
52720
|
+
"children": {
|
|
52542
52721
|
"defaultValue": null,
|
|
52543
|
-
"description": "
|
|
52544
|
-
"name": "
|
|
52545
|
-
"parent": {
|
|
52546
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52547
|
-
"name": "ModalProps"
|
|
52548
|
-
},
|
|
52722
|
+
"description": "",
|
|
52723
|
+
"name": "children",
|
|
52549
52724
|
"declarations": [
|
|
52550
52725
|
{
|
|
52551
|
-
"fileName": "
|
|
52552
|
-
"name": "
|
|
52726
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52727
|
+
"name": "TypeLiteral"
|
|
52553
52728
|
}
|
|
52554
52729
|
],
|
|
52555
52730
|
"required": false,
|
|
52556
52731
|
"type": {
|
|
52557
|
-
"name": "
|
|
52732
|
+
"name": "ReactNode"
|
|
52558
52733
|
}
|
|
52559
52734
|
},
|
|
52560
|
-
"
|
|
52735
|
+
"className": {
|
|
52561
52736
|
"defaultValue": null,
|
|
52562
|
-
"description": "
|
|
52563
|
-
"name": "
|
|
52737
|
+
"description": "The elements class name.",
|
|
52738
|
+
"name": "className",
|
|
52564
52739
|
"parent": {
|
|
52565
|
-
"fileName": "components/src/
|
|
52566
|
-
"name": "
|
|
52740
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
52741
|
+
"name": "PropsWithClassName"
|
|
52567
52742
|
},
|
|
52568
52743
|
"declarations": [
|
|
52569
52744
|
{
|
|
52570
|
-
"fileName": "components/src/
|
|
52571
|
-
"name": "
|
|
52572
|
-
}
|
|
52573
|
-
],
|
|
52574
|
-
"required": false,
|
|
52575
|
-
"type": {
|
|
52576
|
-
"name": "string"
|
|
52577
|
-
}
|
|
52578
|
-
},
|
|
52579
|
-
"isDismissable": {
|
|
52580
|
-
"defaultValue": null,
|
|
52581
|
-
"description": "Whether the modal can be closed by clicking outside of it.",
|
|
52582
|
-
"name": "isDismissable",
|
|
52583
|
-
"parent": {
|
|
52584
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52585
|
-
"name": "ModalProps"
|
|
52586
|
-
},
|
|
52587
|
-
"declarations": [
|
|
52588
|
-
{
|
|
52589
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
52590
|
-
"name": "ModalProps"
|
|
52591
|
-
}
|
|
52592
|
-
],
|
|
52593
|
-
"required": false,
|
|
52594
|
-
"type": {
|
|
52595
|
-
"name": "boolean"
|
|
52596
|
-
}
|
|
52597
|
-
},
|
|
52598
|
-
"children": {
|
|
52599
|
-
"defaultValue": null,
|
|
52600
|
-
"description": "",
|
|
52601
|
-
"name": "children",
|
|
52602
|
-
"declarations": [
|
|
52603
|
-
{
|
|
52604
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52605
|
-
"name": "TypeLiteral"
|
|
52606
|
-
}
|
|
52607
|
-
],
|
|
52608
|
-
"required": false,
|
|
52609
|
-
"type": {
|
|
52610
|
-
"name": "ReactNode"
|
|
52611
|
-
}
|
|
52612
|
-
},
|
|
52613
|
-
"wrapWith": {
|
|
52614
|
-
"defaultValue": null,
|
|
52615
|
-
"description": "",
|
|
52616
|
-
"name": "wrapWith",
|
|
52617
|
-
"parent": {
|
|
52618
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
52619
|
-
"name": "FlowComponentProps"
|
|
52620
|
-
},
|
|
52621
|
-
"declarations": [
|
|
52622
|
-
{
|
|
52623
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
52624
|
-
"name": "FlowComponentProps"
|
|
52625
|
-
}
|
|
52626
|
-
],
|
|
52627
|
-
"required": false,
|
|
52628
|
-
"type": {
|
|
52629
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
52630
|
-
}
|
|
52631
|
-
},
|
|
52632
|
-
"tunnelId": {
|
|
52633
|
-
"defaultValue": null,
|
|
52634
|
-
"description": "@internal",
|
|
52635
|
-
"name": "tunnelId",
|
|
52636
|
-
"parent": {
|
|
52637
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
52638
|
-
"name": "PropsWithTunnel"
|
|
52639
|
-
},
|
|
52640
|
-
"declarations": [
|
|
52641
|
-
{
|
|
52642
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
52643
|
-
"name": "PropsWithTunnel"
|
|
52644
|
-
}
|
|
52645
|
-
],
|
|
52646
|
-
"required": false,
|
|
52647
|
-
"type": {
|
|
52648
|
-
"name": "string | null"
|
|
52649
|
-
}
|
|
52650
|
-
},
|
|
52651
|
-
"ref": {
|
|
52652
|
-
"defaultValue": null,
|
|
52653
|
-
"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}",
|
|
52654
|
-
"name": "ref",
|
|
52655
|
-
"parent": {
|
|
52656
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52657
|
-
"name": "RefAttributes"
|
|
52658
|
-
},
|
|
52659
|
-
"declarations": [
|
|
52660
|
-
{
|
|
52661
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52662
|
-
"name": "RefAttributes"
|
|
52663
|
-
}
|
|
52664
|
-
],
|
|
52665
|
-
"required": false,
|
|
52666
|
-
"type": {
|
|
52667
|
-
"name": "Ref<HTMLInputElement>"
|
|
52668
|
-
}
|
|
52669
|
-
},
|
|
52670
|
-
"key": {
|
|
52671
|
-
"defaultValue": null,
|
|
52672
|
-
"description": "",
|
|
52673
|
-
"name": "key",
|
|
52674
|
-
"parent": {
|
|
52675
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52676
|
-
"name": "Attributes"
|
|
52677
|
-
},
|
|
52678
|
-
"declarations": [
|
|
52679
|
-
{
|
|
52680
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52681
|
-
"name": "Attributes"
|
|
52682
|
-
}
|
|
52683
|
-
],
|
|
52684
|
-
"required": false,
|
|
52685
|
-
"type": {
|
|
52686
|
-
"name": "Key | null"
|
|
52687
|
-
}
|
|
52688
|
-
},
|
|
52689
|
-
"className": {
|
|
52690
|
-
"defaultValue": null,
|
|
52691
|
-
"description": "The elements class name.",
|
|
52692
|
-
"name": "className",
|
|
52693
|
-
"parent": {
|
|
52694
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
52695
|
-
"name": "PropsWithClassName"
|
|
52696
|
-
},
|
|
52697
|
-
"declarations": [
|
|
52698
|
-
{
|
|
52699
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
52700
|
-
"name": "PropsWithClassName"
|
|
52701
|
-
}
|
|
52702
|
-
],
|
|
52703
|
-
"required": false,
|
|
52704
|
-
"type": {
|
|
52705
|
-
"name": "string"
|
|
52706
|
-
}
|
|
52707
|
-
}
|
|
52708
|
-
}
|
|
52709
|
-
},
|
|
52710
|
-
{
|
|
52711
|
-
"tags": {
|
|
52712
|
-
"flr-generate": "all",
|
|
52713
|
-
"flr-clear-props-context": ""
|
|
52714
|
-
},
|
|
52715
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
|
|
52716
|
-
"description": "",
|
|
52717
|
-
"displayName": "MessageThread",
|
|
52718
|
-
"methods": [],
|
|
52719
|
-
"props": {
|
|
52720
|
-
"children": {
|
|
52721
|
-
"defaultValue": null,
|
|
52722
|
-
"description": "",
|
|
52723
|
-
"name": "children",
|
|
52724
|
-
"declarations": [
|
|
52725
|
-
{
|
|
52726
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52727
|
-
"name": "TypeLiteral"
|
|
52728
|
-
}
|
|
52729
|
-
],
|
|
52730
|
-
"required": false,
|
|
52731
|
-
"type": {
|
|
52732
|
-
"name": "ReactNode"
|
|
52733
|
-
}
|
|
52734
|
-
},
|
|
52735
|
-
"className": {
|
|
52736
|
-
"defaultValue": null,
|
|
52737
|
-
"description": "The elements class name.",
|
|
52738
|
-
"name": "className",
|
|
52739
|
-
"parent": {
|
|
52740
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
52741
|
-
"name": "PropsWithClassName"
|
|
52742
|
-
},
|
|
52743
|
-
"declarations": [
|
|
52744
|
-
{
|
|
52745
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
52746
|
-
"name": "PropsWithClassName"
|
|
52745
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
52746
|
+
"name": "PropsWithClassName"
|
|
52747
52747
|
}
|
|
52748
52748
|
],
|
|
52749
52749
|
"required": false,
|
|
@@ -167404,6 +167404,30 @@
|
|
|
167404
167404
|
}
|
|
167405
167405
|
}
|
|
167406
167406
|
},
|
|
167407
|
+
{
|
|
167408
|
+
"tags": {},
|
|
167409
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
|
|
167410
|
+
"description": "",
|
|
167411
|
+
"displayName": "ClearPropsContext",
|
|
167412
|
+
"methods": [],
|
|
167413
|
+
"props": {
|
|
167414
|
+
"children": {
|
|
167415
|
+
"defaultValue": null,
|
|
167416
|
+
"description": "",
|
|
167417
|
+
"name": "children",
|
|
167418
|
+
"declarations": [
|
|
167419
|
+
{
|
|
167420
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
167421
|
+
"name": "TypeLiteral"
|
|
167422
|
+
}
|
|
167423
|
+
],
|
|
167424
|
+
"required": false,
|
|
167425
|
+
"type": {
|
|
167426
|
+
"name": "ReactNode"
|
|
167427
|
+
}
|
|
167428
|
+
}
|
|
167429
|
+
}
|
|
167430
|
+
},
|
|
167407
167431
|
{
|
|
167408
167432
|
"tags": {
|
|
167409
167433
|
"flr-generate": "all"
|
|
@@ -167493,30 +167517,6 @@
|
|
|
167493
167517
|
}
|
|
167494
167518
|
}
|
|
167495
167519
|
},
|
|
167496
|
-
{
|
|
167497
|
-
"tags": {},
|
|
167498
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
|
|
167499
|
-
"description": "",
|
|
167500
|
-
"displayName": "ClearPropsContext",
|
|
167501
|
-
"methods": [],
|
|
167502
|
-
"props": {
|
|
167503
|
-
"children": {
|
|
167504
|
-
"defaultValue": null,
|
|
167505
|
-
"description": "",
|
|
167506
|
-
"name": "children",
|
|
167507
|
-
"declarations": [
|
|
167508
|
-
{
|
|
167509
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
167510
|
-
"name": "TypeLiteral"
|
|
167511
|
-
}
|
|
167512
|
-
],
|
|
167513
|
-
"required": false,
|
|
167514
|
-
"type": {
|
|
167515
|
-
"name": "ReactNode"
|
|
167516
|
-
}
|
|
167517
|
-
}
|
|
167518
|
-
}
|
|
167519
|
-
},
|
|
167520
167520
|
{
|
|
167521
167521
|
"tags": {
|
|
167522
167522
|
"flr-generate": "all",
|
|
@@ -208204,66 +208204,99 @@
|
|
|
208204
208204
|
},
|
|
208205
208205
|
{
|
|
208206
208206
|
"tags": {},
|
|
208207
|
-
"filePath": "src/integrations/
|
|
208207
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
208208
208208
|
"description": "",
|
|
208209
|
-
"displayName": "
|
|
208209
|
+
"displayName": "RouterProvider",
|
|
208210
208210
|
"methods": [],
|
|
208211
208211
|
"props": {
|
|
208212
|
-
"
|
|
208212
|
+
"children": {
|
|
208213
208213
|
"defaultValue": null,
|
|
208214
208214
|
"description": "",
|
|
208215
|
-
"name": "
|
|
208216
|
-
"parent": {
|
|
208217
|
-
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208218
|
-
"name": "FormProps"
|
|
208219
|
-
},
|
|
208215
|
+
"name": "children",
|
|
208220
208216
|
"declarations": [
|
|
208221
208217
|
{
|
|
208222
|
-
"fileName": "
|
|
208223
|
-
"name": "
|
|
208218
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208219
|
+
"name": "TypeLiteral"
|
|
208224
208220
|
}
|
|
208225
208221
|
],
|
|
208226
|
-
"required":
|
|
208222
|
+
"required": false,
|
|
208227
208223
|
"type": {
|
|
208228
|
-
"name": "
|
|
208224
|
+
"name": "ReactNode"
|
|
208229
208225
|
}
|
|
208230
|
-
}
|
|
208231
|
-
|
|
208226
|
+
}
|
|
208227
|
+
}
|
|
208228
|
+
},
|
|
208229
|
+
{
|
|
208230
|
+
"tags": {
|
|
208231
|
+
"deprecated": "Use RouterProvider instead"
|
|
208232
|
+
},
|
|
208233
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
208234
|
+
"description": "",
|
|
208235
|
+
"displayName": "LinkProvider",
|
|
208236
|
+
"methods": [],
|
|
208237
|
+
"props": {
|
|
208238
|
+
"children": {
|
|
208232
208239
|
"defaultValue": null,
|
|
208233
208240
|
"description": "",
|
|
208234
|
-
"name": "
|
|
208241
|
+
"name": "children",
|
|
208242
|
+
"declarations": [
|
|
208243
|
+
{
|
|
208244
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208245
|
+
"name": "TypeLiteral"
|
|
208246
|
+
}
|
|
208247
|
+
],
|
|
208248
|
+
"required": false,
|
|
208249
|
+
"type": {
|
|
208250
|
+
"name": "ReactNode"
|
|
208251
|
+
}
|
|
208252
|
+
}
|
|
208253
|
+
}
|
|
208254
|
+
},
|
|
208255
|
+
{
|
|
208256
|
+
"tags": {
|
|
208257
|
+
"deprecated": "Use RouterProvider instead"
|
|
208258
|
+
},
|
|
208259
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208260
|
+
"description": "",
|
|
208261
|
+
"displayName": "Link",
|
|
208262
|
+
"methods": [],
|
|
208263
|
+
"props": {
|
|
208264
|
+
"ref": {
|
|
208265
|
+
"defaultValue": null,
|
|
208266
|
+
"description": "",
|
|
208267
|
+
"name": "ref",
|
|
208235
208268
|
"parent": {
|
|
208236
|
-
"fileName": "src/integrations/
|
|
208237
|
-
"name": "
|
|
208269
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208270
|
+
"name": "Props"
|
|
208238
208271
|
},
|
|
208239
208272
|
"declarations": [
|
|
208240
208273
|
{
|
|
208241
|
-
"fileName": "src/integrations/
|
|
208242
|
-
"name": "
|
|
208274
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208275
|
+
"name": "Props"
|
|
208243
208276
|
}
|
|
208244
208277
|
],
|
|
208245
|
-
"required":
|
|
208278
|
+
"required": false,
|
|
208246
208279
|
"type": {
|
|
208247
|
-
"name": "
|
|
208280
|
+
"name": "Ref<HTMLAnchorElement>"
|
|
208248
208281
|
}
|
|
208249
208282
|
},
|
|
208250
|
-
"
|
|
208283
|
+
"isDisabled": {
|
|
208251
208284
|
"defaultValue": null,
|
|
208252
208285
|
"description": "",
|
|
208253
|
-
"name": "
|
|
208286
|
+
"name": "isDisabled",
|
|
208254
208287
|
"parent": {
|
|
208255
|
-
"fileName": "src/integrations/
|
|
208256
|
-
"name": "
|
|
208288
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208289
|
+
"name": "Props"
|
|
208257
208290
|
},
|
|
208258
208291
|
"declarations": [
|
|
208259
208292
|
{
|
|
208260
|
-
"fileName": "src/integrations/
|
|
208261
|
-
"name": "
|
|
208293
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208294
|
+
"name": "Props"
|
|
208262
208295
|
}
|
|
208263
208296
|
],
|
|
208264
208297
|
"required": false,
|
|
208265
208298
|
"type": {
|
|
208266
|
-
"name": "
|
|
208299
|
+
"name": "boolean"
|
|
208267
208300
|
}
|
|
208268
208301
|
},
|
|
208269
208302
|
"children": {
|
|
@@ -208760,6 +208793,25 @@
|
|
|
208760
208793
|
"name": "FormEventHandler<HTMLElement>"
|
|
208761
208794
|
}
|
|
208762
208795
|
},
|
|
208796
|
+
"onSubmit": {
|
|
208797
|
+
"defaultValue": null,
|
|
208798
|
+
"description": "",
|
|
208799
|
+
"name": "onSubmit",
|
|
208800
|
+
"parent": {
|
|
208801
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208802
|
+
"name": "DOMAttributes"
|
|
208803
|
+
},
|
|
208804
|
+
"declarations": [
|
|
208805
|
+
{
|
|
208806
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208807
|
+
"name": "DOMAttributes"
|
|
208808
|
+
}
|
|
208809
|
+
],
|
|
208810
|
+
"required": false,
|
|
208811
|
+
"type": {
|
|
208812
|
+
"name": "FormEventHandler<HTMLElement>"
|
|
208813
|
+
}
|
|
208814
|
+
},
|
|
208763
208815
|
"onSubmitCapture": {
|
|
208764
208816
|
"defaultValue": null,
|
|
208765
208817
|
"description": "",
|
|
@@ -211386,10 +211438,10 @@
|
|
|
211386
211438
|
"name": "string"
|
|
211387
211439
|
}
|
|
211388
211440
|
},
|
|
211389
|
-
"
|
|
211441
|
+
"media": {
|
|
211390
211442
|
"defaultValue": null,
|
|
211391
211443
|
"description": "",
|
|
211392
|
-
"name": "
|
|
211444
|
+
"name": "media",
|
|
211393
211445
|
"parent": {
|
|
211394
211446
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211395
211447
|
"name": "SVGAttributes"
|
|
@@ -211405,48 +211457,48 @@
|
|
|
211405
211457
|
"name": "string"
|
|
211406
211458
|
}
|
|
211407
211459
|
},
|
|
211408
|
-
"
|
|
211460
|
+
"style": {
|
|
211409
211461
|
"defaultValue": null,
|
|
211410
211462
|
"description": "",
|
|
211411
|
-
"name": "
|
|
211463
|
+
"name": "style",
|
|
211412
211464
|
"parent": {
|
|
211413
211465
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211414
|
-
"name": "
|
|
211466
|
+
"name": "HTMLAttributes"
|
|
211415
211467
|
},
|
|
211416
211468
|
"declarations": [
|
|
211417
211469
|
{
|
|
211418
211470
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211419
|
-
"name": "
|
|
211471
|
+
"name": "HTMLAttributes"
|
|
211420
211472
|
}
|
|
211421
211473
|
],
|
|
211422
211474
|
"required": false,
|
|
211423
211475
|
"type": {
|
|
211424
|
-
"name": "
|
|
211476
|
+
"name": "CSSProperties"
|
|
211425
211477
|
}
|
|
211426
211478
|
},
|
|
211427
|
-
"
|
|
211479
|
+
"target": {
|
|
211428
211480
|
"defaultValue": null,
|
|
211429
211481
|
"description": "",
|
|
211430
|
-
"name": "
|
|
211482
|
+
"name": "target",
|
|
211431
211483
|
"parent": {
|
|
211432
211484
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211433
|
-
"name": "
|
|
211485
|
+
"name": "SVGAttributes"
|
|
211434
211486
|
},
|
|
211435
211487
|
"declarations": [
|
|
211436
211488
|
{
|
|
211437
211489
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211438
|
-
"name": "
|
|
211490
|
+
"name": "SVGAttributes"
|
|
211439
211491
|
}
|
|
211440
211492
|
],
|
|
211441
211493
|
"required": false,
|
|
211442
211494
|
"type": {
|
|
211443
|
-
"name": "
|
|
211495
|
+
"name": "string"
|
|
211444
211496
|
}
|
|
211445
211497
|
},
|
|
211446
|
-
"
|
|
211498
|
+
"type": {
|
|
211447
211499
|
"defaultValue": null,
|
|
211448
|
-
"description": "",
|
|
211449
|
-
"name": "
|
|
211500
|
+
"description": "The type of axis",
|
|
211501
|
+
"name": "type",
|
|
211450
211502
|
"parent": {
|
|
211451
211503
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211452
211504
|
"name": "SVGAttributes"
|
|
@@ -211455,11 +211507,15 @@
|
|
|
211455
211507
|
{
|
|
211456
211508
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211457
211509
|
"name": "SVGAttributes"
|
|
211510
|
+
},
|
|
211511
|
+
{
|
|
211512
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
211513
|
+
"name": "BaseAxisProps"
|
|
211458
211514
|
}
|
|
211459
211515
|
],
|
|
211460
211516
|
"required": false,
|
|
211461
211517
|
"type": {
|
|
211462
|
-
"name": "
|
|
211518
|
+
"name": "\"number\" | \"category\""
|
|
211463
211519
|
}
|
|
211464
211520
|
},
|
|
211465
211521
|
"role": {
|
|
@@ -211500,6 +211556,25 @@
|
|
|
211500
211556
|
"name": "number"
|
|
211501
211557
|
}
|
|
211502
211558
|
},
|
|
211559
|
+
"href": {
|
|
211560
|
+
"defaultValue": null,
|
|
211561
|
+
"description": "",
|
|
211562
|
+
"name": "href",
|
|
211563
|
+
"parent": {
|
|
211564
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211565
|
+
"name": "SVGAttributes"
|
|
211566
|
+
},
|
|
211567
|
+
"declarations": [
|
|
211568
|
+
{
|
|
211569
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211570
|
+
"name": "SVGAttributes"
|
|
211571
|
+
}
|
|
211572
|
+
],
|
|
211573
|
+
"required": false,
|
|
211574
|
+
"type": {
|
|
211575
|
+
"name": "string"
|
|
211576
|
+
}
|
|
211577
|
+
},
|
|
211503
211578
|
"aria-activedescendant": {
|
|
211504
211579
|
"defaultValue": null,
|
|
211505
211580
|
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
@@ -212697,25 +212772,6 @@
|
|
|
212697
212772
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
212698
212773
|
}
|
|
212699
212774
|
},
|
|
212700
|
-
"ref": {
|
|
212701
|
-
"defaultValue": null,
|
|
212702
|
-
"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}",
|
|
212703
|
-
"name": "ref",
|
|
212704
|
-
"parent": {
|
|
212705
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212706
|
-
"name": "RefAttributes"
|
|
212707
|
-
},
|
|
212708
|
-
"declarations": [
|
|
212709
|
-
{
|
|
212710
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212711
|
-
"name": "RefAttributes"
|
|
212712
|
-
}
|
|
212713
|
-
],
|
|
212714
|
-
"required": false,
|
|
212715
|
-
"type": {
|
|
212716
|
-
"name": "Ref<HTMLInputElement>"
|
|
212717
|
-
}
|
|
212718
|
-
},
|
|
212719
212775
|
"key": {
|
|
212720
212776
|
"defaultValue": null,
|
|
212721
212777
|
"description": "",
|
|
@@ -212811,25 +212867,6 @@
|
|
|
212811
212867
|
"name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
|
|
212812
212868
|
}
|
|
212813
212869
|
},
|
|
212814
|
-
"autoComplete": {
|
|
212815
|
-
"defaultValue": null,
|
|
212816
|
-
"description": "",
|
|
212817
|
-
"name": "autoComplete",
|
|
212818
|
-
"parent": {
|
|
212819
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212820
|
-
"name": "FormHTMLAttributes"
|
|
212821
|
-
},
|
|
212822
|
-
"declarations": [
|
|
212823
|
-
{
|
|
212824
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212825
|
-
"name": "FormHTMLAttributes"
|
|
212826
|
-
}
|
|
212827
|
-
],
|
|
212828
|
-
"required": false,
|
|
212829
|
-
"type": {
|
|
212830
|
-
"name": "string"
|
|
212831
|
-
}
|
|
212832
|
-
},
|
|
212833
212870
|
"inputMode": {
|
|
212834
212871
|
"defaultValue": null,
|
|
212835
212872
|
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}",
|
|
@@ -213647,56 +213684,56 @@
|
|
|
213647
213684
|
"name": "string"
|
|
213648
213685
|
}
|
|
213649
213686
|
},
|
|
213650
|
-
"
|
|
213687
|
+
"hrefLang": {
|
|
213651
213688
|
"defaultValue": null,
|
|
213652
213689
|
"description": "",
|
|
213653
|
-
"name": "
|
|
213690
|
+
"name": "hrefLang",
|
|
213654
213691
|
"parent": {
|
|
213655
213692
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213656
|
-
"name": "
|
|
213693
|
+
"name": "AnchorHTMLAttributes"
|
|
213657
213694
|
},
|
|
213658
213695
|
"declarations": [
|
|
213659
213696
|
{
|
|
213660
213697
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213661
|
-
"name": "
|
|
213698
|
+
"name": "AnchorHTMLAttributes"
|
|
213662
213699
|
}
|
|
213663
213700
|
],
|
|
213664
213701
|
"required": false,
|
|
213665
213702
|
"type": {
|
|
213666
|
-
"name": "string
|
|
213703
|
+
"name": "string"
|
|
213667
213704
|
}
|
|
213668
213705
|
},
|
|
213669
|
-
"
|
|
213706
|
+
"download": {
|
|
213670
213707
|
"defaultValue": null,
|
|
213671
213708
|
"description": "",
|
|
213672
|
-
"name": "
|
|
213709
|
+
"name": "download",
|
|
213673
213710
|
"parent": {
|
|
213674
213711
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213675
|
-
"name": "
|
|
213712
|
+
"name": "AnchorHTMLAttributes"
|
|
213676
213713
|
},
|
|
213677
213714
|
"declarations": [
|
|
213678
213715
|
{
|
|
213679
213716
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213680
|
-
"name": "
|
|
213717
|
+
"name": "AnchorHTMLAttributes"
|
|
213681
213718
|
}
|
|
213682
213719
|
],
|
|
213683
213720
|
"required": false,
|
|
213684
213721
|
"type": {
|
|
213685
|
-
"name": "
|
|
213722
|
+
"name": "any"
|
|
213686
213723
|
}
|
|
213687
213724
|
},
|
|
213688
|
-
"
|
|
213725
|
+
"ping": {
|
|
213689
213726
|
"defaultValue": null,
|
|
213690
213727
|
"description": "",
|
|
213691
|
-
"name": "
|
|
213728
|
+
"name": "ping",
|
|
213692
213729
|
"parent": {
|
|
213693
213730
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213694
|
-
"name": "
|
|
213731
|
+
"name": "AnchorHTMLAttributes"
|
|
213695
213732
|
},
|
|
213696
213733
|
"declarations": [
|
|
213697
213734
|
{
|
|
213698
213735
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213699
|
-
"name": "
|
|
213736
|
+
"name": "AnchorHTMLAttributes"
|
|
213700
213737
|
}
|
|
213701
213738
|
],
|
|
213702
213739
|
"required": false,
|
|
@@ -213704,921 +213741,89 @@
|
|
|
213704
213741
|
"name": "string"
|
|
213705
213742
|
}
|
|
213706
213743
|
},
|
|
213707
|
-
"
|
|
213744
|
+
"referrerPolicy": {
|
|
213708
213745
|
"defaultValue": null,
|
|
213709
213746
|
"description": "",
|
|
213710
|
-
"name": "
|
|
213747
|
+
"name": "referrerPolicy",
|
|
213711
213748
|
"parent": {
|
|
213712
213749
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213713
|
-
"name": "
|
|
213750
|
+
"name": "ImgHTMLAttributes"
|
|
213714
213751
|
},
|
|
213715
213752
|
"declarations": [
|
|
213716
213753
|
{
|
|
213717
213754
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213718
|
-
"name": "
|
|
213719
|
-
}
|
|
213720
|
-
],
|
|
213721
|
-
"required": false,
|
|
213722
|
-
"type": {
|
|
213723
|
-
"name": "boolean"
|
|
213724
|
-
}
|
|
213725
|
-
}
|
|
213726
|
-
}
|
|
213727
|
-
},
|
|
213728
|
-
{
|
|
213729
|
-
"tags": {},
|
|
213730
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
213731
|
-
"description": "",
|
|
213732
|
-
"displayName": "Field",
|
|
213733
|
-
"methods": [],
|
|
213734
|
-
"props": {
|
|
213735
|
-
"name": {
|
|
213736
|
-
"defaultValue": null,
|
|
213737
|
-
"description": "",
|
|
213738
|
-
"name": "name",
|
|
213739
|
-
"declarations": [
|
|
213740
|
-
{
|
|
213741
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213742
|
-
"name": "TypeLiteral"
|
|
213743
|
-
}
|
|
213744
|
-
],
|
|
213745
|
-
"required": true,
|
|
213746
|
-
"type": {
|
|
213747
|
-
"name": "string"
|
|
213748
|
-
}
|
|
213749
|
-
},
|
|
213750
|
-
"defaultValue": {
|
|
213751
|
-
"defaultValue": null,
|
|
213752
|
-
"description": "",
|
|
213753
|
-
"name": "defaultValue",
|
|
213754
|
-
"declarations": [
|
|
213755
|
-
{
|
|
213756
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213757
|
-
"name": "TypeLiteral"
|
|
213758
|
-
}
|
|
213759
|
-
],
|
|
213760
|
-
"required": false,
|
|
213761
|
-
"type": {
|
|
213762
|
-
"name": "any"
|
|
213763
|
-
}
|
|
213764
|
-
},
|
|
213765
|
-
"disabled": {
|
|
213766
|
-
"defaultValue": null,
|
|
213767
|
-
"description": "",
|
|
213768
|
-
"name": "disabled",
|
|
213769
|
-
"declarations": [
|
|
213770
|
-
{
|
|
213771
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213772
|
-
"name": "TypeLiteral"
|
|
213773
|
-
}
|
|
213774
|
-
],
|
|
213775
|
-
"required": false,
|
|
213776
|
-
"type": {
|
|
213777
|
-
"name": "boolean"
|
|
213778
|
-
}
|
|
213779
|
-
},
|
|
213780
|
-
"control": {
|
|
213781
|
-
"defaultValue": null,
|
|
213782
|
-
"description": "",
|
|
213783
|
-
"name": "control",
|
|
213784
|
-
"declarations": [
|
|
213785
|
-
{
|
|
213786
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213787
|
-
"name": "TypeLiteral"
|
|
213788
|
-
}
|
|
213789
|
-
],
|
|
213790
|
-
"required": false,
|
|
213791
|
-
"type": {
|
|
213792
|
-
"name": "Control<T, any, T>"
|
|
213793
|
-
}
|
|
213794
|
-
},
|
|
213795
|
-
"rules": {
|
|
213796
|
-
"defaultValue": null,
|
|
213797
|
-
"description": "",
|
|
213798
|
-
"name": "rules",
|
|
213799
|
-
"declarations": [
|
|
213800
|
-
{
|
|
213801
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213802
|
-
"name": "TypeLiteral"
|
|
213803
|
-
}
|
|
213804
|
-
],
|
|
213805
|
-
"required": false,
|
|
213806
|
-
"type": {
|
|
213807
|
-
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
213808
|
-
}
|
|
213809
|
-
},
|
|
213810
|
-
"shouldUnregister": {
|
|
213811
|
-
"defaultValue": null,
|
|
213812
|
-
"description": "",
|
|
213813
|
-
"name": "shouldUnregister",
|
|
213814
|
-
"declarations": [
|
|
213815
|
-
{
|
|
213816
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
213817
|
-
"name": "TypeLiteral"
|
|
213818
|
-
}
|
|
213819
|
-
],
|
|
213820
|
-
"required": false,
|
|
213821
|
-
"type": {
|
|
213822
|
-
"name": "boolean"
|
|
213823
|
-
}
|
|
213824
|
-
},
|
|
213825
|
-
"children": {
|
|
213826
|
-
"defaultValue": null,
|
|
213827
|
-
"description": "",
|
|
213828
|
-
"name": "children",
|
|
213829
|
-
"declarations": [
|
|
213830
|
-
{
|
|
213831
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213832
|
-
"name": "TypeLiteral"
|
|
213755
|
+
"name": "ImgHTMLAttributes"
|
|
213833
213756
|
}
|
|
213834
213757
|
],
|
|
213835
213758
|
"required": false,
|
|
213836
213759
|
"type": {
|
|
213837
|
-
"name": "
|
|
213838
|
-
}
|
|
213839
|
-
}
|
|
213840
|
-
}
|
|
213841
|
-
},
|
|
213842
|
-
{
|
|
213843
|
-
"tags": {},
|
|
213844
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
213845
|
-
"description": "",
|
|
213846
|
-
"displayName": "typedField",
|
|
213847
|
-
"methods": [],
|
|
213848
|
-
"props": {
|
|
213849
|
-
"watch": {
|
|
213850
|
-
"defaultValue": null,
|
|
213851
|
-
"description": "",
|
|
213852
|
-
"name": "watch",
|
|
213853
|
-
"declarations": [
|
|
213854
|
-
{
|
|
213855
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213856
|
-
"name": "TypeLiteral"
|
|
213857
|
-
}
|
|
213858
|
-
],
|
|
213859
|
-
"required": true,
|
|
213860
|
-
"type": {
|
|
213861
|
-
"name": "UseFormWatch<T>"
|
|
213862
|
-
}
|
|
213863
|
-
},
|
|
213864
|
-
"getValues": {
|
|
213865
|
-
"defaultValue": null,
|
|
213866
|
-
"description": "",
|
|
213867
|
-
"name": "getValues",
|
|
213868
|
-
"declarations": [
|
|
213869
|
-
{
|
|
213870
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213871
|
-
"name": "TypeLiteral"
|
|
213872
|
-
}
|
|
213873
|
-
],
|
|
213874
|
-
"required": true,
|
|
213875
|
-
"type": {
|
|
213876
|
-
"name": "UseFormGetValues<T>"
|
|
213877
|
-
}
|
|
213878
|
-
},
|
|
213879
|
-
"getFieldState": {
|
|
213880
|
-
"defaultValue": null,
|
|
213881
|
-
"description": "",
|
|
213882
|
-
"name": "getFieldState",
|
|
213883
|
-
"declarations": [
|
|
213884
|
-
{
|
|
213885
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213886
|
-
"name": "TypeLiteral"
|
|
213887
|
-
},
|
|
213888
|
-
{
|
|
213889
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213890
|
-
"name": "TypeLiteral"
|
|
213891
|
-
}
|
|
213892
|
-
],
|
|
213893
|
-
"required": true,
|
|
213894
|
-
"type": {
|
|
213895
|
-
"name": "UseFormGetFieldState<T>"
|
|
213896
|
-
}
|
|
213897
|
-
},
|
|
213898
|
-
"setError": {
|
|
213899
|
-
"defaultValue": null,
|
|
213900
|
-
"description": "",
|
|
213901
|
-
"name": "setError",
|
|
213902
|
-
"declarations": [
|
|
213903
|
-
{
|
|
213904
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213905
|
-
"name": "TypeLiteral"
|
|
213906
|
-
},
|
|
213907
|
-
{
|
|
213908
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213909
|
-
"name": "TypeLiteral"
|
|
213910
|
-
}
|
|
213911
|
-
],
|
|
213912
|
-
"required": true,
|
|
213913
|
-
"type": {
|
|
213914
|
-
"name": "UseFormSetError<T>"
|
|
213915
|
-
}
|
|
213916
|
-
},
|
|
213917
|
-
"clearErrors": {
|
|
213918
|
-
"defaultValue": null,
|
|
213919
|
-
"description": "",
|
|
213920
|
-
"name": "clearErrors",
|
|
213921
|
-
"declarations": [
|
|
213922
|
-
{
|
|
213923
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213924
|
-
"name": "TypeLiteral"
|
|
213925
|
-
}
|
|
213926
|
-
],
|
|
213927
|
-
"required": true,
|
|
213928
|
-
"type": {
|
|
213929
|
-
"name": "UseFormClearErrors<T>"
|
|
213930
|
-
}
|
|
213931
|
-
},
|
|
213932
|
-
"setValue": {
|
|
213933
|
-
"defaultValue": null,
|
|
213934
|
-
"description": "",
|
|
213935
|
-
"name": "setValue",
|
|
213936
|
-
"declarations": [
|
|
213937
|
-
{
|
|
213938
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213939
|
-
"name": "TypeLiteral"
|
|
213940
|
-
}
|
|
213941
|
-
],
|
|
213942
|
-
"required": true,
|
|
213943
|
-
"type": {
|
|
213944
|
-
"name": "UseFormSetValue<T>"
|
|
213945
|
-
}
|
|
213946
|
-
},
|
|
213947
|
-
"trigger": {
|
|
213948
|
-
"defaultValue": null,
|
|
213949
|
-
"description": "",
|
|
213950
|
-
"name": "trigger",
|
|
213951
|
-
"declarations": [
|
|
213952
|
-
{
|
|
213953
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213954
|
-
"name": "TypeLiteral"
|
|
213955
|
-
}
|
|
213956
|
-
],
|
|
213957
|
-
"required": true,
|
|
213958
|
-
"type": {
|
|
213959
|
-
"name": "UseFormTrigger<T>"
|
|
213960
|
-
}
|
|
213961
|
-
},
|
|
213962
|
-
"formState": {
|
|
213963
|
-
"defaultValue": null,
|
|
213964
|
-
"description": "",
|
|
213965
|
-
"name": "formState",
|
|
213966
|
-
"declarations": [
|
|
213967
|
-
{
|
|
213968
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213969
|
-
"name": "TypeLiteral"
|
|
213970
|
-
}
|
|
213971
|
-
],
|
|
213972
|
-
"required": true,
|
|
213973
|
-
"type": {
|
|
213974
|
-
"name": "FormState<T>"
|
|
213975
|
-
}
|
|
213976
|
-
},
|
|
213977
|
-
"resetField": {
|
|
213978
|
-
"defaultValue": null,
|
|
213979
|
-
"description": "",
|
|
213980
|
-
"name": "resetField",
|
|
213981
|
-
"declarations": [
|
|
213982
|
-
{
|
|
213983
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213984
|
-
"name": "TypeLiteral"
|
|
213985
|
-
}
|
|
213986
|
-
],
|
|
213987
|
-
"required": true,
|
|
213988
|
-
"type": {
|
|
213989
|
-
"name": "UseFormResetField<T>"
|
|
213990
|
-
}
|
|
213991
|
-
},
|
|
213992
|
-
"reset": {
|
|
213993
|
-
"defaultValue": null,
|
|
213994
|
-
"description": "",
|
|
213995
|
-
"name": "reset",
|
|
213996
|
-
"declarations": [
|
|
213997
|
-
{
|
|
213998
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213999
|
-
"name": "TypeLiteral"
|
|
214000
|
-
}
|
|
214001
|
-
],
|
|
214002
|
-
"required": true,
|
|
214003
|
-
"type": {
|
|
214004
|
-
"name": "UseFormReset<T>"
|
|
214005
|
-
}
|
|
214006
|
-
},
|
|
214007
|
-
"handleSubmit": {
|
|
214008
|
-
"defaultValue": null,
|
|
214009
|
-
"description": "",
|
|
214010
|
-
"name": "handleSubmit",
|
|
214011
|
-
"declarations": [
|
|
214012
|
-
{
|
|
214013
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214014
|
-
"name": "TypeLiteral"
|
|
214015
|
-
},
|
|
214016
|
-
{
|
|
214017
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214018
|
-
"name": "TypeLiteral"
|
|
214019
|
-
}
|
|
214020
|
-
],
|
|
214021
|
-
"required": true,
|
|
214022
|
-
"type": {
|
|
214023
|
-
"name": "UseFormHandleSubmit<T, T>"
|
|
214024
|
-
}
|
|
214025
|
-
},
|
|
214026
|
-
"unregister": {
|
|
214027
|
-
"defaultValue": null,
|
|
214028
|
-
"description": "",
|
|
214029
|
-
"name": "unregister",
|
|
214030
|
-
"declarations": [
|
|
214031
|
-
{
|
|
214032
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214033
|
-
"name": "TypeLiteral"
|
|
214034
|
-
},
|
|
214035
|
-
{
|
|
214036
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214037
|
-
"name": "TypeLiteral"
|
|
214038
|
-
}
|
|
214039
|
-
],
|
|
214040
|
-
"required": true,
|
|
214041
|
-
"type": {
|
|
214042
|
-
"name": "UseFormUnregister<T>"
|
|
214043
|
-
}
|
|
214044
|
-
},
|
|
214045
|
-
"control": {
|
|
214046
|
-
"defaultValue": null,
|
|
214047
|
-
"description": "",
|
|
214048
|
-
"name": "control",
|
|
214049
|
-
"declarations": [
|
|
214050
|
-
{
|
|
214051
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214052
|
-
"name": "TypeLiteral"
|
|
214053
|
-
}
|
|
214054
|
-
],
|
|
214055
|
-
"required": true,
|
|
214056
|
-
"type": {
|
|
214057
|
-
"name": "Control<T, any, T>"
|
|
214058
|
-
}
|
|
214059
|
-
},
|
|
214060
|
-
"register": {
|
|
214061
|
-
"defaultValue": null,
|
|
214062
|
-
"description": "",
|
|
214063
|
-
"name": "register",
|
|
214064
|
-
"declarations": [
|
|
214065
|
-
{
|
|
214066
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214067
|
-
"name": "TypeLiteral"
|
|
214068
|
-
},
|
|
214069
|
-
{
|
|
214070
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214071
|
-
"name": "TypeLiteral"
|
|
214072
|
-
}
|
|
214073
|
-
],
|
|
214074
|
-
"required": true,
|
|
214075
|
-
"type": {
|
|
214076
|
-
"name": "UseFormRegister<T>"
|
|
214077
|
-
}
|
|
214078
|
-
},
|
|
214079
|
-
"setFocus": {
|
|
214080
|
-
"defaultValue": null,
|
|
214081
|
-
"description": "",
|
|
214082
|
-
"name": "setFocus",
|
|
214083
|
-
"declarations": [
|
|
214084
|
-
{
|
|
214085
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214086
|
-
"name": "TypeLiteral"
|
|
214087
|
-
}
|
|
214088
|
-
],
|
|
214089
|
-
"required": true,
|
|
214090
|
-
"type": {
|
|
214091
|
-
"name": "UseFormSetFocus<T>"
|
|
214092
|
-
}
|
|
214093
|
-
},
|
|
214094
|
-
"subscribe": {
|
|
214095
|
-
"defaultValue": null,
|
|
214096
|
-
"description": "",
|
|
214097
|
-
"name": "subscribe",
|
|
214098
|
-
"declarations": [
|
|
214099
|
-
{
|
|
214100
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214101
|
-
"name": "TypeLiteral"
|
|
214102
|
-
}
|
|
214103
|
-
],
|
|
214104
|
-
"required": true,
|
|
214105
|
-
"type": {
|
|
214106
|
-
"name": "UseFormSubscribe<T>"
|
|
214107
|
-
}
|
|
214108
|
-
},
|
|
214109
|
-
"_subjects": {
|
|
214110
|
-
"defaultValue": null,
|
|
214111
|
-
"description": "",
|
|
214112
|
-
"name": "_subjects",
|
|
214113
|
-
"declarations": [
|
|
214114
|
-
{
|
|
214115
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214116
|
-
"name": "TypeLiteral"
|
|
214117
|
-
}
|
|
214118
|
-
],
|
|
214119
|
-
"required": true,
|
|
214120
|
-
"type": {
|
|
214121
|
-
"name": "Subjects<T>"
|
|
214122
|
-
}
|
|
214123
|
-
},
|
|
214124
|
-
"_removeUnmounted": {
|
|
214125
|
-
"defaultValue": null,
|
|
214126
|
-
"description": "",
|
|
214127
|
-
"name": "_removeUnmounted",
|
|
214128
|
-
"declarations": [
|
|
214129
|
-
{
|
|
214130
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214131
|
-
"name": "TypeLiteral"
|
|
214132
|
-
}
|
|
214133
|
-
],
|
|
214134
|
-
"required": true,
|
|
214135
|
-
"type": {
|
|
214136
|
-
"name": "Noop"
|
|
214137
|
-
}
|
|
214138
|
-
},
|
|
214139
|
-
"_names": {
|
|
214140
|
-
"defaultValue": null,
|
|
214141
|
-
"description": "",
|
|
214142
|
-
"name": "_names",
|
|
214143
|
-
"declarations": [
|
|
214144
|
-
{
|
|
214145
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214146
|
-
"name": "TypeLiteral"
|
|
214147
|
-
}
|
|
214148
|
-
],
|
|
214149
|
-
"required": true,
|
|
214150
|
-
"type": {
|
|
214151
|
-
"name": "Names"
|
|
214152
|
-
}
|
|
214153
|
-
},
|
|
214154
|
-
"_state": {
|
|
214155
|
-
"defaultValue": null,
|
|
214156
|
-
"description": "",
|
|
214157
|
-
"name": "_state",
|
|
214158
|
-
"declarations": [
|
|
214159
|
-
{
|
|
214160
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214161
|
-
"name": "TypeLiteral"
|
|
214162
|
-
}
|
|
214163
|
-
],
|
|
214164
|
-
"required": true,
|
|
214165
|
-
"type": {
|
|
214166
|
-
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
214167
|
-
}
|
|
214168
|
-
},
|
|
214169
|
-
"_reset": {
|
|
214170
|
-
"defaultValue": null,
|
|
214171
|
-
"description": "",
|
|
214172
|
-
"name": "_reset",
|
|
214173
|
-
"declarations": [
|
|
214174
|
-
{
|
|
214175
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214176
|
-
"name": "TypeLiteral"
|
|
214177
|
-
}
|
|
214178
|
-
],
|
|
214179
|
-
"required": true,
|
|
214180
|
-
"type": {
|
|
214181
|
-
"name": "UseFormReset<T>"
|
|
214182
|
-
}
|
|
214183
|
-
},
|
|
214184
|
-
"_options": {
|
|
214185
|
-
"defaultValue": null,
|
|
214186
|
-
"description": "",
|
|
214187
|
-
"name": "_options",
|
|
214188
|
-
"declarations": [
|
|
214189
|
-
{
|
|
214190
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214191
|
-
"name": "TypeLiteral"
|
|
214192
|
-
}
|
|
214193
|
-
],
|
|
214194
|
-
"required": true,
|
|
214195
|
-
"type": {
|
|
214196
|
-
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
214197
|
-
}
|
|
214198
|
-
},
|
|
214199
|
-
"_getDirty": {
|
|
214200
|
-
"defaultValue": null,
|
|
214201
|
-
"description": "",
|
|
214202
|
-
"name": "_getDirty",
|
|
214203
|
-
"declarations": [
|
|
214204
|
-
{
|
|
214205
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214206
|
-
"name": "TypeLiteral"
|
|
214207
|
-
}
|
|
214208
|
-
],
|
|
214209
|
-
"required": true,
|
|
214210
|
-
"type": {
|
|
214211
|
-
"name": "GetIsDirty"
|
|
214212
|
-
}
|
|
214213
|
-
},
|
|
214214
|
-
"_resetDefaultValues": {
|
|
214215
|
-
"defaultValue": null,
|
|
214216
|
-
"description": "",
|
|
214217
|
-
"name": "_resetDefaultValues",
|
|
214218
|
-
"declarations": [
|
|
214219
|
-
{
|
|
214220
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214221
|
-
"name": "TypeLiteral"
|
|
214222
|
-
}
|
|
214223
|
-
],
|
|
214224
|
-
"required": true,
|
|
214225
|
-
"type": {
|
|
214226
|
-
"name": "Noop"
|
|
214227
|
-
}
|
|
214228
|
-
},
|
|
214229
|
-
"_formState": {
|
|
214230
|
-
"defaultValue": null,
|
|
214231
|
-
"description": "",
|
|
214232
|
-
"name": "_formState",
|
|
214233
|
-
"declarations": [
|
|
214234
|
-
{
|
|
214235
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214236
|
-
"name": "TypeLiteral"
|
|
214237
|
-
}
|
|
214238
|
-
],
|
|
214239
|
-
"required": true,
|
|
214240
|
-
"type": {
|
|
214241
|
-
"name": "FormState<T>"
|
|
214242
|
-
}
|
|
214243
|
-
},
|
|
214244
|
-
"_setValid": {
|
|
214245
|
-
"defaultValue": null,
|
|
214246
|
-
"description": "",
|
|
214247
|
-
"name": "_setValid",
|
|
214248
|
-
"declarations": [
|
|
214249
|
-
{
|
|
214250
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214251
|
-
"name": "TypeLiteral"
|
|
214252
|
-
}
|
|
214253
|
-
],
|
|
214254
|
-
"required": true,
|
|
214255
|
-
"type": {
|
|
214256
|
-
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
214257
|
-
}
|
|
214258
|
-
},
|
|
214259
|
-
"_fields": {
|
|
214260
|
-
"defaultValue": null,
|
|
214261
|
-
"description": "",
|
|
214262
|
-
"name": "_fields",
|
|
214263
|
-
"declarations": [
|
|
214264
|
-
{
|
|
214265
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214266
|
-
"name": "TypeLiteral"
|
|
214267
|
-
}
|
|
214268
|
-
],
|
|
214269
|
-
"required": true,
|
|
214270
|
-
"type": {
|
|
214271
|
-
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
214272
|
-
}
|
|
214273
|
-
},
|
|
214274
|
-
"_formValues": {
|
|
214275
|
-
"defaultValue": null,
|
|
214276
|
-
"description": "",
|
|
214277
|
-
"name": "_formValues",
|
|
214278
|
-
"declarations": [
|
|
214279
|
-
{
|
|
214280
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214281
|
-
"name": "TypeLiteral"
|
|
214282
|
-
}
|
|
214283
|
-
],
|
|
214284
|
-
"required": true,
|
|
214285
|
-
"type": {
|
|
214286
|
-
"name": "FieldValues"
|
|
214287
|
-
}
|
|
214288
|
-
},
|
|
214289
|
-
"_proxyFormState": {
|
|
214290
|
-
"defaultValue": null,
|
|
214291
|
-
"description": "",
|
|
214292
|
-
"name": "_proxyFormState",
|
|
214293
|
-
"declarations": [
|
|
214294
|
-
{
|
|
214295
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214296
|
-
"name": "TypeLiteral"
|
|
214297
|
-
}
|
|
214298
|
-
],
|
|
214299
|
-
"required": true,
|
|
214300
|
-
"type": {
|
|
214301
|
-
"name": "ReadFormState"
|
|
214302
|
-
}
|
|
214303
|
-
},
|
|
214304
|
-
"_defaultValues": {
|
|
214305
|
-
"defaultValue": null,
|
|
214306
|
-
"description": "",
|
|
214307
|
-
"name": "_defaultValues",
|
|
214308
|
-
"declarations": [
|
|
214309
|
-
{
|
|
214310
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214311
|
-
"name": "TypeLiteral"
|
|
214312
|
-
}
|
|
214313
|
-
],
|
|
214314
|
-
"required": true,
|
|
214315
|
-
"type": {
|
|
214316
|
-
"name": "Partial<DefaultValues<T>>"
|
|
214317
|
-
}
|
|
214318
|
-
},
|
|
214319
|
-
"_getWatch": {
|
|
214320
|
-
"defaultValue": null,
|
|
214321
|
-
"description": "",
|
|
214322
|
-
"name": "_getWatch",
|
|
214323
|
-
"declarations": [
|
|
214324
|
-
{
|
|
214325
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214326
|
-
"name": "TypeLiteral"
|
|
214327
|
-
}
|
|
214328
|
-
],
|
|
214329
|
-
"required": true,
|
|
214330
|
-
"type": {
|
|
214331
|
-
"name": "WatchInternal<T>"
|
|
214332
|
-
}
|
|
214333
|
-
},
|
|
214334
|
-
"_setFieldArray": {
|
|
214335
|
-
"defaultValue": null,
|
|
214336
|
-
"description": "",
|
|
214337
|
-
"name": "_setFieldArray",
|
|
214338
|
-
"declarations": [
|
|
214339
|
-
{
|
|
214340
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214341
|
-
"name": "TypeLiteral"
|
|
214342
|
-
}
|
|
214343
|
-
],
|
|
214344
|
-
"required": true,
|
|
214345
|
-
"type": {
|
|
214346
|
-
"name": "BatchFieldArrayUpdate"
|
|
214347
|
-
}
|
|
214348
|
-
},
|
|
214349
|
-
"_getFieldArray": {
|
|
214350
|
-
"defaultValue": null,
|
|
214351
|
-
"description": "",
|
|
214352
|
-
"name": "_getFieldArray",
|
|
214353
|
-
"declarations": [
|
|
214354
|
-
{
|
|
214355
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214356
|
-
"name": "TypeLiteral"
|
|
214357
|
-
}
|
|
214358
|
-
],
|
|
214359
|
-
"required": true,
|
|
214360
|
-
"type": {
|
|
214361
|
-
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
214362
|
-
}
|
|
214363
|
-
},
|
|
214364
|
-
"_setErrors": {
|
|
214365
|
-
"defaultValue": null,
|
|
214366
|
-
"description": "",
|
|
214367
|
-
"name": "_setErrors",
|
|
214368
|
-
"declarations": [
|
|
214369
|
-
{
|
|
214370
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214371
|
-
"name": "TypeLiteral"
|
|
214372
|
-
}
|
|
214373
|
-
],
|
|
214374
|
-
"required": true,
|
|
214375
|
-
"type": {
|
|
214376
|
-
"name": "(errors: FieldErrors<T>) => void"
|
|
214377
|
-
}
|
|
214378
|
-
},
|
|
214379
|
-
"_setDisabledField": {
|
|
214380
|
-
"defaultValue": null,
|
|
214381
|
-
"description": "",
|
|
214382
|
-
"name": "_setDisabledField",
|
|
214383
|
-
"declarations": [
|
|
214384
|
-
{
|
|
214385
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214386
|
-
"name": "TypeLiteral"
|
|
214387
|
-
}
|
|
214388
|
-
],
|
|
214389
|
-
"required": true,
|
|
214390
|
-
"type": {
|
|
214391
|
-
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
214392
|
-
}
|
|
214393
|
-
},
|
|
214394
|
-
"_runSchema": {
|
|
214395
|
-
"defaultValue": null,
|
|
214396
|
-
"description": "",
|
|
214397
|
-
"name": "_runSchema",
|
|
214398
|
-
"declarations": [
|
|
214399
|
-
{
|
|
214400
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214401
|
-
"name": "TypeLiteral"
|
|
214402
|
-
}
|
|
214403
|
-
],
|
|
214404
|
-
"required": true,
|
|
214405
|
-
"type": {
|
|
214406
|
-
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
214407
|
-
}
|
|
214408
|
-
},
|
|
214409
|
-
"_focusError": {
|
|
214410
|
-
"defaultValue": null,
|
|
214411
|
-
"description": "",
|
|
214412
|
-
"name": "_focusError",
|
|
214413
|
-
"declarations": [
|
|
214414
|
-
{
|
|
214415
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214416
|
-
"name": "TypeLiteral"
|
|
214417
|
-
}
|
|
214418
|
-
],
|
|
214419
|
-
"required": true,
|
|
214420
|
-
"type": {
|
|
214421
|
-
"name": "() => boolean | undefined"
|
|
214422
|
-
}
|
|
214423
|
-
},
|
|
214424
|
-
"_disableForm": {
|
|
214425
|
-
"defaultValue": null,
|
|
214426
|
-
"description": "",
|
|
214427
|
-
"name": "_disableForm",
|
|
214428
|
-
"declarations": [
|
|
214429
|
-
{
|
|
214430
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214431
|
-
"name": "TypeLiteral"
|
|
214432
|
-
}
|
|
214433
|
-
],
|
|
214434
|
-
"required": true,
|
|
214435
|
-
"type": {
|
|
214436
|
-
"name": "(disabled?: boolean | undefined) => void"
|
|
214437
|
-
}
|
|
214438
|
-
},
|
|
214439
|
-
"_subscribe": {
|
|
214440
|
-
"defaultValue": null,
|
|
214441
|
-
"description": "",
|
|
214442
|
-
"name": "_subscribe",
|
|
214443
|
-
"declarations": [
|
|
214444
|
-
{
|
|
214445
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
214446
|
-
"name": "TypeLiteral"
|
|
214447
|
-
}
|
|
214448
|
-
],
|
|
214449
|
-
"required": true,
|
|
214450
|
-
"type": {
|
|
214451
|
-
"name": "FromSubscribe<T>"
|
|
214452
|
-
}
|
|
214453
|
-
}
|
|
214454
|
-
}
|
|
214455
|
-
},
|
|
214456
|
-
{
|
|
214457
|
-
"tags": {},
|
|
214458
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214459
|
-
"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",
|
|
214460
|
-
"displayName": "AfterFormSubmitEffect",
|
|
214461
|
-
"methods": [],
|
|
214462
|
-
"props": {
|
|
214463
|
-
"submitHandlerResultRef": {
|
|
214464
|
-
"defaultValue": null,
|
|
214465
|
-
"description": "",
|
|
214466
|
-
"name": "submitHandlerResultRef",
|
|
214467
|
-
"parent": {
|
|
214468
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214469
|
-
"name": "Props"
|
|
214470
|
-
},
|
|
214471
|
-
"declarations": [
|
|
214472
|
-
{
|
|
214473
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214474
|
-
"name": "Props"
|
|
214475
|
-
}
|
|
214476
|
-
],
|
|
214477
|
-
"required": true,
|
|
214478
|
-
"type": {
|
|
214479
|
-
"name": "RefObject<unknown>"
|
|
213760
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
214480
213761
|
}
|
|
214481
213762
|
}
|
|
214482
213763
|
}
|
|
214483
213764
|
},
|
|
214484
213765
|
{
|
|
214485
213766
|
"tags": {},
|
|
214486
|
-
"filePath": "
|
|
213767
|
+
"filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
214487
213768
|
"description": "",
|
|
214488
|
-
"displayName": "
|
|
213769
|
+
"displayName": "Form",
|
|
214489
213770
|
"methods": [],
|
|
214490
213771
|
"props": {
|
|
214491
|
-
"
|
|
213772
|
+
"form": {
|
|
214492
213773
|
"defaultValue": null,
|
|
214493
213774
|
"description": "",
|
|
214494
|
-
"name": "
|
|
213775
|
+
"name": "form",
|
|
214495
213776
|
"parent": {
|
|
214496
|
-
"fileName": "
|
|
214497
|
-
"name": "
|
|
213777
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213778
|
+
"name": "FormProps"
|
|
214498
213779
|
},
|
|
214499
213780
|
"declarations": [
|
|
214500
213781
|
{
|
|
214501
|
-
"fileName": "
|
|
214502
|
-
"name": "
|
|
213782
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213783
|
+
"name": "FormProps"
|
|
214503
213784
|
}
|
|
214504
213785
|
],
|
|
214505
213786
|
"required": true,
|
|
214506
213787
|
"type": {
|
|
214507
|
-
"name": "
|
|
213788
|
+
"name": "UseFormReturn<F>"
|
|
214508
213789
|
}
|
|
214509
213790
|
},
|
|
214510
|
-
"
|
|
214511
|
-
"defaultValue": null,
|
|
214512
|
-
"description": "",
|
|
214513
|
-
"name": "children",
|
|
214514
|
-
"declarations": [
|
|
214515
|
-
{
|
|
214516
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214517
|
-
"name": "TypeLiteral"
|
|
214518
|
-
}
|
|
214519
|
-
],
|
|
214520
|
-
"required": false,
|
|
214521
|
-
"type": {
|
|
214522
|
-
"name": "ReactNode"
|
|
214523
|
-
}
|
|
214524
|
-
}
|
|
214525
|
-
}
|
|
214526
|
-
},
|
|
214527
|
-
{
|
|
214528
|
-
"tags": {},
|
|
214529
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
214530
|
-
"description": "",
|
|
214531
|
-
"displayName": "RouterProvider",
|
|
214532
|
-
"methods": [],
|
|
214533
|
-
"props": {
|
|
214534
|
-
"children": {
|
|
214535
|
-
"defaultValue": null,
|
|
214536
|
-
"description": "",
|
|
214537
|
-
"name": "children",
|
|
214538
|
-
"declarations": [
|
|
214539
|
-
{
|
|
214540
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214541
|
-
"name": "TypeLiteral"
|
|
214542
|
-
}
|
|
214543
|
-
],
|
|
214544
|
-
"required": false,
|
|
214545
|
-
"type": {
|
|
214546
|
-
"name": "ReactNode"
|
|
214547
|
-
}
|
|
214548
|
-
}
|
|
214549
|
-
}
|
|
214550
|
-
},
|
|
214551
|
-
{
|
|
214552
|
-
"tags": {
|
|
214553
|
-
"deprecated": "Use RouterProvider instead"
|
|
214554
|
-
},
|
|
214555
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
214556
|
-
"description": "",
|
|
214557
|
-
"displayName": "LinkProvider",
|
|
214558
|
-
"methods": [],
|
|
214559
|
-
"props": {
|
|
214560
|
-
"children": {
|
|
214561
|
-
"defaultValue": null,
|
|
214562
|
-
"description": "",
|
|
214563
|
-
"name": "children",
|
|
214564
|
-
"declarations": [
|
|
214565
|
-
{
|
|
214566
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214567
|
-
"name": "TypeLiteral"
|
|
214568
|
-
}
|
|
214569
|
-
],
|
|
214570
|
-
"required": false,
|
|
214571
|
-
"type": {
|
|
214572
|
-
"name": "ReactNode"
|
|
214573
|
-
}
|
|
214574
|
-
}
|
|
214575
|
-
}
|
|
214576
|
-
},
|
|
214577
|
-
{
|
|
214578
|
-
"tags": {
|
|
214579
|
-
"deprecated": "Use RouterProvider instead"
|
|
214580
|
-
},
|
|
214581
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
214582
|
-
"description": "",
|
|
214583
|
-
"displayName": "Link",
|
|
214584
|
-
"methods": [],
|
|
214585
|
-
"props": {
|
|
214586
|
-
"ref": {
|
|
213791
|
+
"onSubmit": {
|
|
214587
213792
|
"defaultValue": null,
|
|
214588
213793
|
"description": "",
|
|
214589
|
-
"name": "
|
|
213794
|
+
"name": "onSubmit",
|
|
214590
213795
|
"parent": {
|
|
214591
|
-
"fileName": "
|
|
214592
|
-
"name": "
|
|
213796
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213797
|
+
"name": "FormProps"
|
|
214593
213798
|
},
|
|
214594
213799
|
"declarations": [
|
|
214595
213800
|
{
|
|
214596
|
-
"fileName": "
|
|
214597
|
-
"name": "
|
|
213801
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213802
|
+
"name": "FormProps"
|
|
214598
213803
|
}
|
|
214599
213804
|
],
|
|
214600
|
-
"required":
|
|
213805
|
+
"required": true,
|
|
214601
213806
|
"type": {
|
|
214602
|
-
"name": "
|
|
213807
|
+
"name": "SubmitHandler<F>"
|
|
214603
213808
|
}
|
|
214604
213809
|
},
|
|
214605
|
-
"
|
|
213810
|
+
"formComponent": {
|
|
214606
213811
|
"defaultValue": null,
|
|
214607
213812
|
"description": "",
|
|
214608
|
-
"name": "
|
|
213813
|
+
"name": "formComponent",
|
|
214609
213814
|
"parent": {
|
|
214610
|
-
"fileName": "
|
|
214611
|
-
"name": "
|
|
213815
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213816
|
+
"name": "FormProps"
|
|
214612
213817
|
},
|
|
214613
213818
|
"declarations": [
|
|
214614
213819
|
{
|
|
214615
|
-
"fileName": "
|
|
214616
|
-
"name": "
|
|
213820
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
213821
|
+
"name": "FormProps"
|
|
214617
213822
|
}
|
|
214618
213823
|
],
|
|
214619
213824
|
"required": false,
|
|
214620
213825
|
"type": {
|
|
214621
|
-
"name": "
|
|
213826
|
+
"name": "FormComponentType"
|
|
214622
213827
|
}
|
|
214623
213828
|
},
|
|
214624
213829
|
"children": {
|
|
@@ -215115,25 +214320,6 @@
|
|
|
215115
214320
|
"name": "FormEventHandler<HTMLElement>"
|
|
215116
214321
|
}
|
|
215117
214322
|
},
|
|
215118
|
-
"onSubmit": {
|
|
215119
|
-
"defaultValue": null,
|
|
215120
|
-
"description": "",
|
|
215121
|
-
"name": "onSubmit",
|
|
215122
|
-
"parent": {
|
|
215123
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
215124
|
-
"name": "DOMAttributes"
|
|
215125
|
-
},
|
|
215126
|
-
"declarations": [
|
|
215127
|
-
{
|
|
215128
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
215129
|
-
"name": "DOMAttributes"
|
|
215130
|
-
}
|
|
215131
|
-
],
|
|
215132
|
-
"required": false,
|
|
215133
|
-
"type": {
|
|
215134
|
-
"name": "FormEventHandler<HTMLElement>"
|
|
215135
|
-
}
|
|
215136
|
-
},
|
|
215137
214323
|
"onSubmitCapture": {
|
|
215138
214324
|
"defaultValue": null,
|
|
215139
214325
|
"description": "",
|
|
@@ -217760,10 +216946,10 @@
|
|
|
217760
216946
|
"name": "string"
|
|
217761
216947
|
}
|
|
217762
216948
|
},
|
|
217763
|
-
"
|
|
216949
|
+
"method": {
|
|
217764
216950
|
"defaultValue": null,
|
|
217765
216951
|
"description": "",
|
|
217766
|
-
"name": "
|
|
216952
|
+
"name": "method",
|
|
217767
216953
|
"parent": {
|
|
217768
216954
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217769
216955
|
"name": "SVGAttributes"
|
|
@@ -217779,48 +216965,48 @@
|
|
|
217779
216965
|
"name": "string"
|
|
217780
216966
|
}
|
|
217781
216967
|
},
|
|
217782
|
-
"
|
|
216968
|
+
"name": {
|
|
217783
216969
|
"defaultValue": null,
|
|
217784
216970
|
"description": "",
|
|
217785
|
-
"name": "
|
|
216971
|
+
"name": "name",
|
|
217786
216972
|
"parent": {
|
|
217787
216973
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217788
|
-
"name": "
|
|
216974
|
+
"name": "InputHTMLAttributes"
|
|
217789
216975
|
},
|
|
217790
216976
|
"declarations": [
|
|
217791
216977
|
{
|
|
217792
216978
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217793
|
-
"name": "
|
|
216979
|
+
"name": "InputHTMLAttributes"
|
|
217794
216980
|
}
|
|
217795
216981
|
],
|
|
217796
216982
|
"required": false,
|
|
217797
216983
|
"type": {
|
|
217798
|
-
"name": "
|
|
216984
|
+
"name": "string"
|
|
217799
216985
|
}
|
|
217800
216986
|
},
|
|
217801
|
-
"
|
|
216987
|
+
"style": {
|
|
217802
216988
|
"defaultValue": null,
|
|
217803
216989
|
"description": "",
|
|
217804
|
-
"name": "
|
|
216990
|
+
"name": "style",
|
|
217805
216991
|
"parent": {
|
|
217806
216992
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217807
|
-
"name": "
|
|
216993
|
+
"name": "HTMLAttributes"
|
|
217808
216994
|
},
|
|
217809
216995
|
"declarations": [
|
|
217810
216996
|
{
|
|
217811
216997
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217812
|
-
"name": "
|
|
216998
|
+
"name": "HTMLAttributes"
|
|
217813
216999
|
}
|
|
217814
217000
|
],
|
|
217815
217001
|
"required": false,
|
|
217816
217002
|
"type": {
|
|
217817
|
-
"name": "
|
|
217003
|
+
"name": "CSSProperties"
|
|
217818
217004
|
}
|
|
217819
217005
|
},
|
|
217820
|
-
"
|
|
217006
|
+
"target": {
|
|
217821
217007
|
"defaultValue": null,
|
|
217822
|
-
"description": "
|
|
217823
|
-
"name": "
|
|
217008
|
+
"description": "",
|
|
217009
|
+
"name": "target",
|
|
217824
217010
|
"parent": {
|
|
217825
217011
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217826
217012
|
"name": "SVGAttributes"
|
|
@@ -217829,15 +217015,11 @@
|
|
|
217829
217015
|
{
|
|
217830
217016
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217831
217017
|
"name": "SVGAttributes"
|
|
217832
|
-
},
|
|
217833
|
-
{
|
|
217834
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
217835
|
-
"name": "BaseAxisProps"
|
|
217836
217018
|
}
|
|
217837
217019
|
],
|
|
217838
217020
|
"required": false,
|
|
217839
217021
|
"type": {
|
|
217840
|
-
"name": "
|
|
217022
|
+
"name": "string"
|
|
217841
217023
|
}
|
|
217842
217024
|
},
|
|
217843
217025
|
"role": {
|
|
@@ -217878,25 +217060,6 @@
|
|
|
217878
217060
|
"name": "number"
|
|
217879
217061
|
}
|
|
217880
217062
|
},
|
|
217881
|
-
"href": {
|
|
217882
|
-
"defaultValue": null,
|
|
217883
|
-
"description": "",
|
|
217884
|
-
"name": "href",
|
|
217885
|
-
"parent": {
|
|
217886
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217887
|
-
"name": "SVGAttributes"
|
|
217888
|
-
},
|
|
217889
|
-
"declarations": [
|
|
217890
|
-
{
|
|
217891
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217892
|
-
"name": "SVGAttributes"
|
|
217893
|
-
}
|
|
217894
|
-
],
|
|
217895
|
-
"required": false,
|
|
217896
|
-
"type": {
|
|
217897
|
-
"name": "string"
|
|
217898
|
-
}
|
|
217899
|
-
},
|
|
217900
217063
|
"aria-activedescendant": {
|
|
217901
217064
|
"defaultValue": null,
|
|
217902
217065
|
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
@@ -219094,6 +218257,25 @@
|
|
|
219094
218257
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
219095
218258
|
}
|
|
219096
218259
|
},
|
|
218260
|
+
"ref": {
|
|
218261
|
+
"defaultValue": null,
|
|
218262
|
+
"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}",
|
|
218263
|
+
"name": "ref",
|
|
218264
|
+
"parent": {
|
|
218265
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218266
|
+
"name": "RefAttributes"
|
|
218267
|
+
},
|
|
218268
|
+
"declarations": [
|
|
218269
|
+
{
|
|
218270
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218271
|
+
"name": "RefAttributes"
|
|
218272
|
+
}
|
|
218273
|
+
],
|
|
218274
|
+
"required": false,
|
|
218275
|
+
"type": {
|
|
218276
|
+
"name": "Ref<HTMLInputElement>"
|
|
218277
|
+
}
|
|
218278
|
+
},
|
|
219097
218279
|
"key": {
|
|
219098
218280
|
"defaultValue": null,
|
|
219099
218281
|
"description": "",
|
|
@@ -219189,6 +218371,25 @@
|
|
|
219189
218371
|
"name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
|
|
219190
218372
|
}
|
|
219191
218373
|
},
|
|
218374
|
+
"autoComplete": {
|
|
218375
|
+
"defaultValue": null,
|
|
218376
|
+
"description": "",
|
|
218377
|
+
"name": "autoComplete",
|
|
218378
|
+
"parent": {
|
|
218379
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218380
|
+
"name": "FormHTMLAttributes"
|
|
218381
|
+
},
|
|
218382
|
+
"declarations": [
|
|
218383
|
+
{
|
|
218384
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218385
|
+
"name": "FormHTMLAttributes"
|
|
218386
|
+
}
|
|
218387
|
+
],
|
|
218388
|
+
"required": false,
|
|
218389
|
+
"type": {
|
|
218390
|
+
"name": "string"
|
|
218391
|
+
}
|
|
218392
|
+
},
|
|
219192
218393
|
"inputMode": {
|
|
219193
218394
|
"defaultValue": null,
|
|
219194
218395
|
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}",
|
|
@@ -220006,56 +219207,56 @@
|
|
|
220006
219207
|
"name": "string"
|
|
220007
219208
|
}
|
|
220008
219209
|
},
|
|
220009
|
-
"
|
|
219210
|
+
"action": {
|
|
220010
219211
|
"defaultValue": null,
|
|
220011
219212
|
"description": "",
|
|
220012
|
-
"name": "
|
|
219213
|
+
"name": "action",
|
|
220013
219214
|
"parent": {
|
|
220014
219215
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220015
|
-
"name": "
|
|
219216
|
+
"name": "FormHTMLAttributes"
|
|
220016
219217
|
},
|
|
220017
219218
|
"declarations": [
|
|
220018
219219
|
{
|
|
220019
219220
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220020
|
-
"name": "
|
|
219221
|
+
"name": "FormHTMLAttributes"
|
|
220021
219222
|
}
|
|
220022
219223
|
],
|
|
220023
219224
|
"required": false,
|
|
220024
219225
|
"type": {
|
|
220025
|
-
"name": "string"
|
|
219226
|
+
"name": "string | ((formData: FormData) => void | Promise<void>)"
|
|
220026
219227
|
}
|
|
220027
219228
|
},
|
|
220028
|
-
"
|
|
219229
|
+
"acceptCharset": {
|
|
220029
219230
|
"defaultValue": null,
|
|
220030
219231
|
"description": "",
|
|
220031
|
-
"name": "
|
|
219232
|
+
"name": "acceptCharset",
|
|
220032
219233
|
"parent": {
|
|
220033
219234
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220034
|
-
"name": "
|
|
219235
|
+
"name": "FormHTMLAttributes"
|
|
220035
219236
|
},
|
|
220036
219237
|
"declarations": [
|
|
220037
219238
|
{
|
|
220038
219239
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220039
|
-
"name": "
|
|
219240
|
+
"name": "FormHTMLAttributes"
|
|
220040
219241
|
}
|
|
220041
219242
|
],
|
|
220042
219243
|
"required": false,
|
|
220043
219244
|
"type": {
|
|
220044
|
-
"name": "
|
|
219245
|
+
"name": "string"
|
|
220045
219246
|
}
|
|
220046
219247
|
},
|
|
220047
|
-
"
|
|
219248
|
+
"encType": {
|
|
220048
219249
|
"defaultValue": null,
|
|
220049
219250
|
"description": "",
|
|
220050
|
-
"name": "
|
|
219251
|
+
"name": "encType",
|
|
220051
219252
|
"parent": {
|
|
220052
219253
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220053
|
-
"name": "
|
|
219254
|
+
"name": "FormHTMLAttributes"
|
|
220054
219255
|
},
|
|
220055
219256
|
"declarations": [
|
|
220056
219257
|
{
|
|
220057
219258
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220058
|
-
"name": "
|
|
219259
|
+
"name": "FormHTMLAttributes"
|
|
220059
219260
|
}
|
|
220060
219261
|
],
|
|
220061
219262
|
"required": false,
|
|
@@ -220063,23 +219264,822 @@
|
|
|
220063
219264
|
"name": "string"
|
|
220064
219265
|
}
|
|
220065
219266
|
},
|
|
220066
|
-
"
|
|
219267
|
+
"noValidate": {
|
|
220067
219268
|
"defaultValue": null,
|
|
220068
219269
|
"description": "",
|
|
220069
|
-
"name": "
|
|
219270
|
+
"name": "noValidate",
|
|
220070
219271
|
"parent": {
|
|
220071
219272
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220072
|
-
"name": "
|
|
219273
|
+
"name": "FormHTMLAttributes"
|
|
220073
219274
|
},
|
|
220074
219275
|
"declarations": [
|
|
220075
219276
|
{
|
|
220076
219277
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220077
|
-
"name": "
|
|
219278
|
+
"name": "FormHTMLAttributes"
|
|
220078
219279
|
}
|
|
220079
219280
|
],
|
|
220080
219281
|
"required": false,
|
|
220081
219282
|
"type": {
|
|
220082
|
-
"name": "
|
|
219283
|
+
"name": "boolean"
|
|
219284
|
+
}
|
|
219285
|
+
}
|
|
219286
|
+
}
|
|
219287
|
+
},
|
|
219288
|
+
{
|
|
219289
|
+
"tags": {},
|
|
219290
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
219291
|
+
"description": "",
|
|
219292
|
+
"displayName": "Field",
|
|
219293
|
+
"methods": [],
|
|
219294
|
+
"props": {
|
|
219295
|
+
"name": {
|
|
219296
|
+
"defaultValue": null,
|
|
219297
|
+
"description": "",
|
|
219298
|
+
"name": "name",
|
|
219299
|
+
"declarations": [
|
|
219300
|
+
{
|
|
219301
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219302
|
+
"name": "TypeLiteral"
|
|
219303
|
+
}
|
|
219304
|
+
],
|
|
219305
|
+
"required": true,
|
|
219306
|
+
"type": {
|
|
219307
|
+
"name": "string"
|
|
219308
|
+
}
|
|
219309
|
+
},
|
|
219310
|
+
"defaultValue": {
|
|
219311
|
+
"defaultValue": null,
|
|
219312
|
+
"description": "",
|
|
219313
|
+
"name": "defaultValue",
|
|
219314
|
+
"declarations": [
|
|
219315
|
+
{
|
|
219316
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219317
|
+
"name": "TypeLiteral"
|
|
219318
|
+
}
|
|
219319
|
+
],
|
|
219320
|
+
"required": false,
|
|
219321
|
+
"type": {
|
|
219322
|
+
"name": "any"
|
|
219323
|
+
}
|
|
219324
|
+
},
|
|
219325
|
+
"disabled": {
|
|
219326
|
+
"defaultValue": null,
|
|
219327
|
+
"description": "",
|
|
219328
|
+
"name": "disabled",
|
|
219329
|
+
"declarations": [
|
|
219330
|
+
{
|
|
219331
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219332
|
+
"name": "TypeLiteral"
|
|
219333
|
+
}
|
|
219334
|
+
],
|
|
219335
|
+
"required": false,
|
|
219336
|
+
"type": {
|
|
219337
|
+
"name": "boolean"
|
|
219338
|
+
}
|
|
219339
|
+
},
|
|
219340
|
+
"control": {
|
|
219341
|
+
"defaultValue": null,
|
|
219342
|
+
"description": "",
|
|
219343
|
+
"name": "control",
|
|
219344
|
+
"declarations": [
|
|
219345
|
+
{
|
|
219346
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219347
|
+
"name": "TypeLiteral"
|
|
219348
|
+
}
|
|
219349
|
+
],
|
|
219350
|
+
"required": false,
|
|
219351
|
+
"type": {
|
|
219352
|
+
"name": "Control<T, any, T>"
|
|
219353
|
+
}
|
|
219354
|
+
},
|
|
219355
|
+
"rules": {
|
|
219356
|
+
"defaultValue": null,
|
|
219357
|
+
"description": "",
|
|
219358
|
+
"name": "rules",
|
|
219359
|
+
"declarations": [
|
|
219360
|
+
{
|
|
219361
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219362
|
+
"name": "TypeLiteral"
|
|
219363
|
+
}
|
|
219364
|
+
],
|
|
219365
|
+
"required": false,
|
|
219366
|
+
"type": {
|
|
219367
|
+
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
219368
|
+
}
|
|
219369
|
+
},
|
|
219370
|
+
"shouldUnregister": {
|
|
219371
|
+
"defaultValue": null,
|
|
219372
|
+
"description": "",
|
|
219373
|
+
"name": "shouldUnregister",
|
|
219374
|
+
"declarations": [
|
|
219375
|
+
{
|
|
219376
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
219377
|
+
"name": "TypeLiteral"
|
|
219378
|
+
}
|
|
219379
|
+
],
|
|
219380
|
+
"required": false,
|
|
219381
|
+
"type": {
|
|
219382
|
+
"name": "boolean"
|
|
219383
|
+
}
|
|
219384
|
+
},
|
|
219385
|
+
"children": {
|
|
219386
|
+
"defaultValue": null,
|
|
219387
|
+
"description": "",
|
|
219388
|
+
"name": "children",
|
|
219389
|
+
"declarations": [
|
|
219390
|
+
{
|
|
219391
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219392
|
+
"name": "TypeLiteral"
|
|
219393
|
+
}
|
|
219394
|
+
],
|
|
219395
|
+
"required": false,
|
|
219396
|
+
"type": {
|
|
219397
|
+
"name": "ReactNode"
|
|
219398
|
+
}
|
|
219399
|
+
}
|
|
219400
|
+
}
|
|
219401
|
+
},
|
|
219402
|
+
{
|
|
219403
|
+
"tags": {},
|
|
219404
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
219405
|
+
"description": "",
|
|
219406
|
+
"displayName": "typedField",
|
|
219407
|
+
"methods": [],
|
|
219408
|
+
"props": {
|
|
219409
|
+
"watch": {
|
|
219410
|
+
"defaultValue": null,
|
|
219411
|
+
"description": "",
|
|
219412
|
+
"name": "watch",
|
|
219413
|
+
"declarations": [
|
|
219414
|
+
{
|
|
219415
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219416
|
+
"name": "TypeLiteral"
|
|
219417
|
+
}
|
|
219418
|
+
],
|
|
219419
|
+
"required": true,
|
|
219420
|
+
"type": {
|
|
219421
|
+
"name": "UseFormWatch<T>"
|
|
219422
|
+
}
|
|
219423
|
+
},
|
|
219424
|
+
"getValues": {
|
|
219425
|
+
"defaultValue": null,
|
|
219426
|
+
"description": "",
|
|
219427
|
+
"name": "getValues",
|
|
219428
|
+
"declarations": [
|
|
219429
|
+
{
|
|
219430
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219431
|
+
"name": "TypeLiteral"
|
|
219432
|
+
}
|
|
219433
|
+
],
|
|
219434
|
+
"required": true,
|
|
219435
|
+
"type": {
|
|
219436
|
+
"name": "UseFormGetValues<T>"
|
|
219437
|
+
}
|
|
219438
|
+
},
|
|
219439
|
+
"getFieldState": {
|
|
219440
|
+
"defaultValue": null,
|
|
219441
|
+
"description": "",
|
|
219442
|
+
"name": "getFieldState",
|
|
219443
|
+
"declarations": [
|
|
219444
|
+
{
|
|
219445
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219446
|
+
"name": "TypeLiteral"
|
|
219447
|
+
},
|
|
219448
|
+
{
|
|
219449
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219450
|
+
"name": "TypeLiteral"
|
|
219451
|
+
}
|
|
219452
|
+
],
|
|
219453
|
+
"required": true,
|
|
219454
|
+
"type": {
|
|
219455
|
+
"name": "UseFormGetFieldState<T>"
|
|
219456
|
+
}
|
|
219457
|
+
},
|
|
219458
|
+
"setError": {
|
|
219459
|
+
"defaultValue": null,
|
|
219460
|
+
"description": "",
|
|
219461
|
+
"name": "setError",
|
|
219462
|
+
"declarations": [
|
|
219463
|
+
{
|
|
219464
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219465
|
+
"name": "TypeLiteral"
|
|
219466
|
+
},
|
|
219467
|
+
{
|
|
219468
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219469
|
+
"name": "TypeLiteral"
|
|
219470
|
+
}
|
|
219471
|
+
],
|
|
219472
|
+
"required": true,
|
|
219473
|
+
"type": {
|
|
219474
|
+
"name": "UseFormSetError<T>"
|
|
219475
|
+
}
|
|
219476
|
+
},
|
|
219477
|
+
"clearErrors": {
|
|
219478
|
+
"defaultValue": null,
|
|
219479
|
+
"description": "",
|
|
219480
|
+
"name": "clearErrors",
|
|
219481
|
+
"declarations": [
|
|
219482
|
+
{
|
|
219483
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219484
|
+
"name": "TypeLiteral"
|
|
219485
|
+
}
|
|
219486
|
+
],
|
|
219487
|
+
"required": true,
|
|
219488
|
+
"type": {
|
|
219489
|
+
"name": "UseFormClearErrors<T>"
|
|
219490
|
+
}
|
|
219491
|
+
},
|
|
219492
|
+
"setValue": {
|
|
219493
|
+
"defaultValue": null,
|
|
219494
|
+
"description": "",
|
|
219495
|
+
"name": "setValue",
|
|
219496
|
+
"declarations": [
|
|
219497
|
+
{
|
|
219498
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219499
|
+
"name": "TypeLiteral"
|
|
219500
|
+
}
|
|
219501
|
+
],
|
|
219502
|
+
"required": true,
|
|
219503
|
+
"type": {
|
|
219504
|
+
"name": "UseFormSetValue<T>"
|
|
219505
|
+
}
|
|
219506
|
+
},
|
|
219507
|
+
"trigger": {
|
|
219508
|
+
"defaultValue": null,
|
|
219509
|
+
"description": "",
|
|
219510
|
+
"name": "trigger",
|
|
219511
|
+
"declarations": [
|
|
219512
|
+
{
|
|
219513
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219514
|
+
"name": "TypeLiteral"
|
|
219515
|
+
}
|
|
219516
|
+
],
|
|
219517
|
+
"required": true,
|
|
219518
|
+
"type": {
|
|
219519
|
+
"name": "UseFormTrigger<T>"
|
|
219520
|
+
}
|
|
219521
|
+
},
|
|
219522
|
+
"formState": {
|
|
219523
|
+
"defaultValue": null,
|
|
219524
|
+
"description": "",
|
|
219525
|
+
"name": "formState",
|
|
219526
|
+
"declarations": [
|
|
219527
|
+
{
|
|
219528
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219529
|
+
"name": "TypeLiteral"
|
|
219530
|
+
}
|
|
219531
|
+
],
|
|
219532
|
+
"required": true,
|
|
219533
|
+
"type": {
|
|
219534
|
+
"name": "FormState<T>"
|
|
219535
|
+
}
|
|
219536
|
+
},
|
|
219537
|
+
"resetField": {
|
|
219538
|
+
"defaultValue": null,
|
|
219539
|
+
"description": "",
|
|
219540
|
+
"name": "resetField",
|
|
219541
|
+
"declarations": [
|
|
219542
|
+
{
|
|
219543
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219544
|
+
"name": "TypeLiteral"
|
|
219545
|
+
}
|
|
219546
|
+
],
|
|
219547
|
+
"required": true,
|
|
219548
|
+
"type": {
|
|
219549
|
+
"name": "UseFormResetField<T>"
|
|
219550
|
+
}
|
|
219551
|
+
},
|
|
219552
|
+
"reset": {
|
|
219553
|
+
"defaultValue": null,
|
|
219554
|
+
"description": "",
|
|
219555
|
+
"name": "reset",
|
|
219556
|
+
"declarations": [
|
|
219557
|
+
{
|
|
219558
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219559
|
+
"name": "TypeLiteral"
|
|
219560
|
+
}
|
|
219561
|
+
],
|
|
219562
|
+
"required": true,
|
|
219563
|
+
"type": {
|
|
219564
|
+
"name": "UseFormReset<T>"
|
|
219565
|
+
}
|
|
219566
|
+
},
|
|
219567
|
+
"handleSubmit": {
|
|
219568
|
+
"defaultValue": null,
|
|
219569
|
+
"description": "",
|
|
219570
|
+
"name": "handleSubmit",
|
|
219571
|
+
"declarations": [
|
|
219572
|
+
{
|
|
219573
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219574
|
+
"name": "TypeLiteral"
|
|
219575
|
+
},
|
|
219576
|
+
{
|
|
219577
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219578
|
+
"name": "TypeLiteral"
|
|
219579
|
+
}
|
|
219580
|
+
],
|
|
219581
|
+
"required": true,
|
|
219582
|
+
"type": {
|
|
219583
|
+
"name": "UseFormHandleSubmit<T, T>"
|
|
219584
|
+
}
|
|
219585
|
+
},
|
|
219586
|
+
"unregister": {
|
|
219587
|
+
"defaultValue": null,
|
|
219588
|
+
"description": "",
|
|
219589
|
+
"name": "unregister",
|
|
219590
|
+
"declarations": [
|
|
219591
|
+
{
|
|
219592
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219593
|
+
"name": "TypeLiteral"
|
|
219594
|
+
},
|
|
219595
|
+
{
|
|
219596
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219597
|
+
"name": "TypeLiteral"
|
|
219598
|
+
}
|
|
219599
|
+
],
|
|
219600
|
+
"required": true,
|
|
219601
|
+
"type": {
|
|
219602
|
+
"name": "UseFormUnregister<T>"
|
|
219603
|
+
}
|
|
219604
|
+
},
|
|
219605
|
+
"control": {
|
|
219606
|
+
"defaultValue": null,
|
|
219607
|
+
"description": "",
|
|
219608
|
+
"name": "control",
|
|
219609
|
+
"declarations": [
|
|
219610
|
+
{
|
|
219611
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219612
|
+
"name": "TypeLiteral"
|
|
219613
|
+
}
|
|
219614
|
+
],
|
|
219615
|
+
"required": true,
|
|
219616
|
+
"type": {
|
|
219617
|
+
"name": "Control<T, any, T>"
|
|
219618
|
+
}
|
|
219619
|
+
},
|
|
219620
|
+
"register": {
|
|
219621
|
+
"defaultValue": null,
|
|
219622
|
+
"description": "",
|
|
219623
|
+
"name": "register",
|
|
219624
|
+
"declarations": [
|
|
219625
|
+
{
|
|
219626
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219627
|
+
"name": "TypeLiteral"
|
|
219628
|
+
},
|
|
219629
|
+
{
|
|
219630
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219631
|
+
"name": "TypeLiteral"
|
|
219632
|
+
}
|
|
219633
|
+
],
|
|
219634
|
+
"required": true,
|
|
219635
|
+
"type": {
|
|
219636
|
+
"name": "UseFormRegister<T>"
|
|
219637
|
+
}
|
|
219638
|
+
},
|
|
219639
|
+
"setFocus": {
|
|
219640
|
+
"defaultValue": null,
|
|
219641
|
+
"description": "",
|
|
219642
|
+
"name": "setFocus",
|
|
219643
|
+
"declarations": [
|
|
219644
|
+
{
|
|
219645
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219646
|
+
"name": "TypeLiteral"
|
|
219647
|
+
}
|
|
219648
|
+
],
|
|
219649
|
+
"required": true,
|
|
219650
|
+
"type": {
|
|
219651
|
+
"name": "UseFormSetFocus<T>"
|
|
219652
|
+
}
|
|
219653
|
+
},
|
|
219654
|
+
"subscribe": {
|
|
219655
|
+
"defaultValue": null,
|
|
219656
|
+
"description": "",
|
|
219657
|
+
"name": "subscribe",
|
|
219658
|
+
"declarations": [
|
|
219659
|
+
{
|
|
219660
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219661
|
+
"name": "TypeLiteral"
|
|
219662
|
+
}
|
|
219663
|
+
],
|
|
219664
|
+
"required": true,
|
|
219665
|
+
"type": {
|
|
219666
|
+
"name": "UseFormSubscribe<T>"
|
|
219667
|
+
}
|
|
219668
|
+
},
|
|
219669
|
+
"_subjects": {
|
|
219670
|
+
"defaultValue": null,
|
|
219671
|
+
"description": "",
|
|
219672
|
+
"name": "_subjects",
|
|
219673
|
+
"declarations": [
|
|
219674
|
+
{
|
|
219675
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219676
|
+
"name": "TypeLiteral"
|
|
219677
|
+
}
|
|
219678
|
+
],
|
|
219679
|
+
"required": true,
|
|
219680
|
+
"type": {
|
|
219681
|
+
"name": "Subjects<T>"
|
|
219682
|
+
}
|
|
219683
|
+
},
|
|
219684
|
+
"_removeUnmounted": {
|
|
219685
|
+
"defaultValue": null,
|
|
219686
|
+
"description": "",
|
|
219687
|
+
"name": "_removeUnmounted",
|
|
219688
|
+
"declarations": [
|
|
219689
|
+
{
|
|
219690
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219691
|
+
"name": "TypeLiteral"
|
|
219692
|
+
}
|
|
219693
|
+
],
|
|
219694
|
+
"required": true,
|
|
219695
|
+
"type": {
|
|
219696
|
+
"name": "Noop"
|
|
219697
|
+
}
|
|
219698
|
+
},
|
|
219699
|
+
"_names": {
|
|
219700
|
+
"defaultValue": null,
|
|
219701
|
+
"description": "",
|
|
219702
|
+
"name": "_names",
|
|
219703
|
+
"declarations": [
|
|
219704
|
+
{
|
|
219705
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219706
|
+
"name": "TypeLiteral"
|
|
219707
|
+
}
|
|
219708
|
+
],
|
|
219709
|
+
"required": true,
|
|
219710
|
+
"type": {
|
|
219711
|
+
"name": "Names"
|
|
219712
|
+
}
|
|
219713
|
+
},
|
|
219714
|
+
"_state": {
|
|
219715
|
+
"defaultValue": null,
|
|
219716
|
+
"description": "",
|
|
219717
|
+
"name": "_state",
|
|
219718
|
+
"declarations": [
|
|
219719
|
+
{
|
|
219720
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219721
|
+
"name": "TypeLiteral"
|
|
219722
|
+
}
|
|
219723
|
+
],
|
|
219724
|
+
"required": true,
|
|
219725
|
+
"type": {
|
|
219726
|
+
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
219727
|
+
}
|
|
219728
|
+
},
|
|
219729
|
+
"_reset": {
|
|
219730
|
+
"defaultValue": null,
|
|
219731
|
+
"description": "",
|
|
219732
|
+
"name": "_reset",
|
|
219733
|
+
"declarations": [
|
|
219734
|
+
{
|
|
219735
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219736
|
+
"name": "TypeLiteral"
|
|
219737
|
+
}
|
|
219738
|
+
],
|
|
219739
|
+
"required": true,
|
|
219740
|
+
"type": {
|
|
219741
|
+
"name": "UseFormReset<T>"
|
|
219742
|
+
}
|
|
219743
|
+
},
|
|
219744
|
+
"_options": {
|
|
219745
|
+
"defaultValue": null,
|
|
219746
|
+
"description": "",
|
|
219747
|
+
"name": "_options",
|
|
219748
|
+
"declarations": [
|
|
219749
|
+
{
|
|
219750
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219751
|
+
"name": "TypeLiteral"
|
|
219752
|
+
}
|
|
219753
|
+
],
|
|
219754
|
+
"required": true,
|
|
219755
|
+
"type": {
|
|
219756
|
+
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
219757
|
+
}
|
|
219758
|
+
},
|
|
219759
|
+
"_getDirty": {
|
|
219760
|
+
"defaultValue": null,
|
|
219761
|
+
"description": "",
|
|
219762
|
+
"name": "_getDirty",
|
|
219763
|
+
"declarations": [
|
|
219764
|
+
{
|
|
219765
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219766
|
+
"name": "TypeLiteral"
|
|
219767
|
+
}
|
|
219768
|
+
],
|
|
219769
|
+
"required": true,
|
|
219770
|
+
"type": {
|
|
219771
|
+
"name": "GetIsDirty"
|
|
219772
|
+
}
|
|
219773
|
+
},
|
|
219774
|
+
"_resetDefaultValues": {
|
|
219775
|
+
"defaultValue": null,
|
|
219776
|
+
"description": "",
|
|
219777
|
+
"name": "_resetDefaultValues",
|
|
219778
|
+
"declarations": [
|
|
219779
|
+
{
|
|
219780
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219781
|
+
"name": "TypeLiteral"
|
|
219782
|
+
}
|
|
219783
|
+
],
|
|
219784
|
+
"required": true,
|
|
219785
|
+
"type": {
|
|
219786
|
+
"name": "Noop"
|
|
219787
|
+
}
|
|
219788
|
+
},
|
|
219789
|
+
"_formState": {
|
|
219790
|
+
"defaultValue": null,
|
|
219791
|
+
"description": "",
|
|
219792
|
+
"name": "_formState",
|
|
219793
|
+
"declarations": [
|
|
219794
|
+
{
|
|
219795
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219796
|
+
"name": "TypeLiteral"
|
|
219797
|
+
}
|
|
219798
|
+
],
|
|
219799
|
+
"required": true,
|
|
219800
|
+
"type": {
|
|
219801
|
+
"name": "FormState<T>"
|
|
219802
|
+
}
|
|
219803
|
+
},
|
|
219804
|
+
"_setValid": {
|
|
219805
|
+
"defaultValue": null,
|
|
219806
|
+
"description": "",
|
|
219807
|
+
"name": "_setValid",
|
|
219808
|
+
"declarations": [
|
|
219809
|
+
{
|
|
219810
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219811
|
+
"name": "TypeLiteral"
|
|
219812
|
+
}
|
|
219813
|
+
],
|
|
219814
|
+
"required": true,
|
|
219815
|
+
"type": {
|
|
219816
|
+
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
219817
|
+
}
|
|
219818
|
+
},
|
|
219819
|
+
"_fields": {
|
|
219820
|
+
"defaultValue": null,
|
|
219821
|
+
"description": "",
|
|
219822
|
+
"name": "_fields",
|
|
219823
|
+
"declarations": [
|
|
219824
|
+
{
|
|
219825
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219826
|
+
"name": "TypeLiteral"
|
|
219827
|
+
}
|
|
219828
|
+
],
|
|
219829
|
+
"required": true,
|
|
219830
|
+
"type": {
|
|
219831
|
+
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
219832
|
+
}
|
|
219833
|
+
},
|
|
219834
|
+
"_formValues": {
|
|
219835
|
+
"defaultValue": null,
|
|
219836
|
+
"description": "",
|
|
219837
|
+
"name": "_formValues",
|
|
219838
|
+
"declarations": [
|
|
219839
|
+
{
|
|
219840
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219841
|
+
"name": "TypeLiteral"
|
|
219842
|
+
}
|
|
219843
|
+
],
|
|
219844
|
+
"required": true,
|
|
219845
|
+
"type": {
|
|
219846
|
+
"name": "FieldValues"
|
|
219847
|
+
}
|
|
219848
|
+
},
|
|
219849
|
+
"_proxyFormState": {
|
|
219850
|
+
"defaultValue": null,
|
|
219851
|
+
"description": "",
|
|
219852
|
+
"name": "_proxyFormState",
|
|
219853
|
+
"declarations": [
|
|
219854
|
+
{
|
|
219855
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219856
|
+
"name": "TypeLiteral"
|
|
219857
|
+
}
|
|
219858
|
+
],
|
|
219859
|
+
"required": true,
|
|
219860
|
+
"type": {
|
|
219861
|
+
"name": "ReadFormState"
|
|
219862
|
+
}
|
|
219863
|
+
},
|
|
219864
|
+
"_defaultValues": {
|
|
219865
|
+
"defaultValue": null,
|
|
219866
|
+
"description": "",
|
|
219867
|
+
"name": "_defaultValues",
|
|
219868
|
+
"declarations": [
|
|
219869
|
+
{
|
|
219870
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219871
|
+
"name": "TypeLiteral"
|
|
219872
|
+
}
|
|
219873
|
+
],
|
|
219874
|
+
"required": true,
|
|
219875
|
+
"type": {
|
|
219876
|
+
"name": "Partial<DefaultValues<T>>"
|
|
219877
|
+
}
|
|
219878
|
+
},
|
|
219879
|
+
"_getWatch": {
|
|
219880
|
+
"defaultValue": null,
|
|
219881
|
+
"description": "",
|
|
219882
|
+
"name": "_getWatch",
|
|
219883
|
+
"declarations": [
|
|
219884
|
+
{
|
|
219885
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219886
|
+
"name": "TypeLiteral"
|
|
219887
|
+
}
|
|
219888
|
+
],
|
|
219889
|
+
"required": true,
|
|
219890
|
+
"type": {
|
|
219891
|
+
"name": "WatchInternal<T>"
|
|
219892
|
+
}
|
|
219893
|
+
},
|
|
219894
|
+
"_setFieldArray": {
|
|
219895
|
+
"defaultValue": null,
|
|
219896
|
+
"description": "",
|
|
219897
|
+
"name": "_setFieldArray",
|
|
219898
|
+
"declarations": [
|
|
219899
|
+
{
|
|
219900
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219901
|
+
"name": "TypeLiteral"
|
|
219902
|
+
}
|
|
219903
|
+
],
|
|
219904
|
+
"required": true,
|
|
219905
|
+
"type": {
|
|
219906
|
+
"name": "BatchFieldArrayUpdate"
|
|
219907
|
+
}
|
|
219908
|
+
},
|
|
219909
|
+
"_getFieldArray": {
|
|
219910
|
+
"defaultValue": null,
|
|
219911
|
+
"description": "",
|
|
219912
|
+
"name": "_getFieldArray",
|
|
219913
|
+
"declarations": [
|
|
219914
|
+
{
|
|
219915
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219916
|
+
"name": "TypeLiteral"
|
|
219917
|
+
}
|
|
219918
|
+
],
|
|
219919
|
+
"required": true,
|
|
219920
|
+
"type": {
|
|
219921
|
+
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
219922
|
+
}
|
|
219923
|
+
},
|
|
219924
|
+
"_setErrors": {
|
|
219925
|
+
"defaultValue": null,
|
|
219926
|
+
"description": "",
|
|
219927
|
+
"name": "_setErrors",
|
|
219928
|
+
"declarations": [
|
|
219929
|
+
{
|
|
219930
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219931
|
+
"name": "TypeLiteral"
|
|
219932
|
+
}
|
|
219933
|
+
],
|
|
219934
|
+
"required": true,
|
|
219935
|
+
"type": {
|
|
219936
|
+
"name": "(errors: FieldErrors<T>) => void"
|
|
219937
|
+
}
|
|
219938
|
+
},
|
|
219939
|
+
"_setDisabledField": {
|
|
219940
|
+
"defaultValue": null,
|
|
219941
|
+
"description": "",
|
|
219942
|
+
"name": "_setDisabledField",
|
|
219943
|
+
"declarations": [
|
|
219944
|
+
{
|
|
219945
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219946
|
+
"name": "TypeLiteral"
|
|
219947
|
+
}
|
|
219948
|
+
],
|
|
219949
|
+
"required": true,
|
|
219950
|
+
"type": {
|
|
219951
|
+
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
219952
|
+
}
|
|
219953
|
+
},
|
|
219954
|
+
"_runSchema": {
|
|
219955
|
+
"defaultValue": null,
|
|
219956
|
+
"description": "",
|
|
219957
|
+
"name": "_runSchema",
|
|
219958
|
+
"declarations": [
|
|
219959
|
+
{
|
|
219960
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219961
|
+
"name": "TypeLiteral"
|
|
219962
|
+
}
|
|
219963
|
+
],
|
|
219964
|
+
"required": true,
|
|
219965
|
+
"type": {
|
|
219966
|
+
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
219967
|
+
}
|
|
219968
|
+
},
|
|
219969
|
+
"_focusError": {
|
|
219970
|
+
"defaultValue": null,
|
|
219971
|
+
"description": "",
|
|
219972
|
+
"name": "_focusError",
|
|
219973
|
+
"declarations": [
|
|
219974
|
+
{
|
|
219975
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219976
|
+
"name": "TypeLiteral"
|
|
219977
|
+
}
|
|
219978
|
+
],
|
|
219979
|
+
"required": true,
|
|
219980
|
+
"type": {
|
|
219981
|
+
"name": "() => boolean | undefined"
|
|
219982
|
+
}
|
|
219983
|
+
},
|
|
219984
|
+
"_disableForm": {
|
|
219985
|
+
"defaultValue": null,
|
|
219986
|
+
"description": "",
|
|
219987
|
+
"name": "_disableForm",
|
|
219988
|
+
"declarations": [
|
|
219989
|
+
{
|
|
219990
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219991
|
+
"name": "TypeLiteral"
|
|
219992
|
+
}
|
|
219993
|
+
],
|
|
219994
|
+
"required": true,
|
|
219995
|
+
"type": {
|
|
219996
|
+
"name": "(disabled?: boolean | undefined) => void"
|
|
219997
|
+
}
|
|
219998
|
+
},
|
|
219999
|
+
"_subscribe": {
|
|
220000
|
+
"defaultValue": null,
|
|
220001
|
+
"description": "",
|
|
220002
|
+
"name": "_subscribe",
|
|
220003
|
+
"declarations": [
|
|
220004
|
+
{
|
|
220005
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
220006
|
+
"name": "TypeLiteral"
|
|
220007
|
+
}
|
|
220008
|
+
],
|
|
220009
|
+
"required": true,
|
|
220010
|
+
"type": {
|
|
220011
|
+
"name": "FromSubscribe<T>"
|
|
220012
|
+
}
|
|
220013
|
+
}
|
|
220014
|
+
}
|
|
220015
|
+
},
|
|
220016
|
+
{
|
|
220017
|
+
"tags": {},
|
|
220018
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220019
|
+
"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",
|
|
220020
|
+
"displayName": "AfterFormSubmitEffect",
|
|
220021
|
+
"methods": [],
|
|
220022
|
+
"props": {
|
|
220023
|
+
"submitHandlerResultRef": {
|
|
220024
|
+
"defaultValue": null,
|
|
220025
|
+
"description": "",
|
|
220026
|
+
"name": "submitHandlerResultRef",
|
|
220027
|
+
"parent": {
|
|
220028
|
+
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220029
|
+
"name": "Props"
|
|
220030
|
+
},
|
|
220031
|
+
"declarations": [
|
|
220032
|
+
{
|
|
220033
|
+
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220034
|
+
"name": "Props"
|
|
220035
|
+
}
|
|
220036
|
+
],
|
|
220037
|
+
"required": true,
|
|
220038
|
+
"type": {
|
|
220039
|
+
"name": "RefObject<unknown>"
|
|
220040
|
+
}
|
|
220041
|
+
}
|
|
220042
|
+
}
|
|
220043
|
+
},
|
|
220044
|
+
{
|
|
220045
|
+
"tags": {},
|
|
220046
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220047
|
+
"description": "",
|
|
220048
|
+
"displayName": "SubmitButtonStateProvider",
|
|
220049
|
+
"methods": [],
|
|
220050
|
+
"props": {
|
|
220051
|
+
"isAsyncSubmit": {
|
|
220052
|
+
"defaultValue": null,
|
|
220053
|
+
"description": "",
|
|
220054
|
+
"name": "isAsyncSubmit",
|
|
220055
|
+
"parent": {
|
|
220056
|
+
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220057
|
+
"name": "Props"
|
|
220058
|
+
},
|
|
220059
|
+
"declarations": [
|
|
220060
|
+
{
|
|
220061
|
+
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220062
|
+
"name": "Props"
|
|
220063
|
+
}
|
|
220064
|
+
],
|
|
220065
|
+
"required": true,
|
|
220066
|
+
"type": {
|
|
220067
|
+
"name": "MutableRefObject<boolean>"
|
|
220068
|
+
}
|
|
220069
|
+
},
|
|
220070
|
+
"children": {
|
|
220071
|
+
"defaultValue": null,
|
|
220072
|
+
"description": "",
|
|
220073
|
+
"name": "children",
|
|
220074
|
+
"declarations": [
|
|
220075
|
+
{
|
|
220076
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220077
|
+
"name": "TypeLiteral"
|
|
220078
|
+
}
|
|
220079
|
+
],
|
|
220080
|
+
"required": false,
|
|
220081
|
+
"type": {
|
|
220082
|
+
"name": "ReactNode"
|
|
220083
220083
|
}
|
|
220084
220084
|
}
|
|
220085
220085
|
}
|
|
@@ -225556,93 +225556,231 @@
|
|
|
225556
225556
|
"type": {
|
|
225557
225557
|
"name": "Key | null"
|
|
225558
225558
|
}
|
|
225559
|
-
}
|
|
225560
|
-
}
|
|
225561
|
-
},
|
|
225562
|
-
{
|
|
225563
|
-
"tags": {
|
|
225564
|
-
"flr-generate": "all"
|
|
225565
|
-
},
|
|
225566
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
225567
|
-
"description": "",
|
|
225568
|
-
"displayName": "DialogTrigger",
|
|
225569
|
-
"methods": [],
|
|
225570
|
-
"props": {
|
|
225559
|
+
}
|
|
225560
|
+
}
|
|
225561
|
+
},
|
|
225562
|
+
{
|
|
225563
|
+
"tags": {
|
|
225564
|
+
"flr-generate": "all"
|
|
225565
|
+
},
|
|
225566
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
225567
|
+
"description": "",
|
|
225568
|
+
"displayName": "DialogTrigger",
|
|
225569
|
+
"methods": [],
|
|
225570
|
+
"props": {
|
|
225571
|
+
"children": {
|
|
225572
|
+
"defaultValue": null,
|
|
225573
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
225574
|
+
"name": "children",
|
|
225575
|
+
"parent": {
|
|
225576
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
225577
|
+
"name": "TableProps"
|
|
225578
|
+
},
|
|
225579
|
+
"declarations": [
|
|
225580
|
+
{
|
|
225581
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
225582
|
+
"name": "TableProps"
|
|
225583
|
+
}
|
|
225584
|
+
],
|
|
225585
|
+
"required": false,
|
|
225586
|
+
"type": {
|
|
225587
|
+
"name": "ReactNode"
|
|
225588
|
+
}
|
|
225589
|
+
},
|
|
225590
|
+
"isOpen": {
|
|
225591
|
+
"defaultValue": null,
|
|
225592
|
+
"description": "Whether the element is rendered.",
|
|
225593
|
+
"name": "isOpen",
|
|
225594
|
+
"parent": {
|
|
225595
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225596
|
+
"name": "PositionProps"
|
|
225597
|
+
},
|
|
225598
|
+
"declarations": [
|
|
225599
|
+
{
|
|
225600
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225601
|
+
"name": "PositionProps"
|
|
225602
|
+
}
|
|
225603
|
+
],
|
|
225604
|
+
"required": false,
|
|
225605
|
+
"type": {
|
|
225606
|
+
"name": "boolean"
|
|
225607
|
+
}
|
|
225608
|
+
},
|
|
225609
|
+
"defaultOpen": {
|
|
225610
|
+
"defaultValue": null,
|
|
225611
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
225612
|
+
"name": "defaultOpen",
|
|
225613
|
+
"parent": {
|
|
225614
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225615
|
+
"name": "OverlayTriggerProps"
|
|
225616
|
+
},
|
|
225617
|
+
"declarations": [
|
|
225618
|
+
{
|
|
225619
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225620
|
+
"name": "OverlayTriggerProps"
|
|
225621
|
+
}
|
|
225622
|
+
],
|
|
225623
|
+
"required": false,
|
|
225624
|
+
"type": {
|
|
225625
|
+
"name": "boolean"
|
|
225626
|
+
}
|
|
225627
|
+
},
|
|
225628
|
+
"onOpenChange": {
|
|
225629
|
+
"defaultValue": null,
|
|
225630
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
225631
|
+
"name": "onOpenChange",
|
|
225632
|
+
"parent": {
|
|
225633
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225634
|
+
"name": "OverlayTriggerProps"
|
|
225635
|
+
},
|
|
225636
|
+
"declarations": [
|
|
225637
|
+
{
|
|
225638
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225639
|
+
"name": "OverlayTriggerProps"
|
|
225640
|
+
}
|
|
225641
|
+
],
|
|
225642
|
+
"required": false,
|
|
225643
|
+
"type": {
|
|
225644
|
+
"name": "((isOpen: boolean) => void)"
|
|
225645
|
+
}
|
|
225646
|
+
}
|
|
225647
|
+
}
|
|
225648
|
+
},
|
|
225649
|
+
{
|
|
225650
|
+
"tags": {},
|
|
225651
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
225652
|
+
"description": "",
|
|
225653
|
+
"displayName": "ModalTrigger",
|
|
225654
|
+
"methods": [],
|
|
225655
|
+
"props": {
|
|
225656
|
+
"isDefaultOpen": {
|
|
225657
|
+
"defaultValue": null,
|
|
225658
|
+
"description": "Whether the overlay should be open initially.",
|
|
225659
|
+
"name": "isDefaultOpen",
|
|
225660
|
+
"parent": {
|
|
225661
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
225662
|
+
"name": "OverlayTriggerProps"
|
|
225663
|
+
},
|
|
225664
|
+
"declarations": [
|
|
225665
|
+
{
|
|
225666
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
225667
|
+
"name": "OverlayTriggerProps"
|
|
225668
|
+
}
|
|
225669
|
+
],
|
|
225670
|
+
"required": false,
|
|
225671
|
+
"type": {
|
|
225672
|
+
"name": "boolean"
|
|
225673
|
+
}
|
|
225674
|
+
},
|
|
225675
|
+
"controller": {
|
|
225676
|
+
"defaultValue": null,
|
|
225677
|
+
"description": "A controller to control the state of the overlay.",
|
|
225678
|
+
"name": "controller",
|
|
225679
|
+
"parent": {
|
|
225680
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
225681
|
+
"name": "OverlayTriggerProps"
|
|
225682
|
+
},
|
|
225683
|
+
"declarations": [
|
|
225684
|
+
{
|
|
225685
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
225686
|
+
"name": "OverlayTriggerProps"
|
|
225687
|
+
}
|
|
225688
|
+
],
|
|
225689
|
+
"required": false,
|
|
225690
|
+
"type": {
|
|
225691
|
+
"name": "OverlayController"
|
|
225692
|
+
}
|
|
225693
|
+
},
|
|
225694
|
+
"wrapWith": {
|
|
225695
|
+
"defaultValue": null,
|
|
225696
|
+
"description": "",
|
|
225697
|
+
"name": "wrapWith",
|
|
225698
|
+
"parent": {
|
|
225699
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
225700
|
+
"name": "FlowComponentProps"
|
|
225701
|
+
},
|
|
225702
|
+
"declarations": [
|
|
225703
|
+
{
|
|
225704
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
225705
|
+
"name": "FlowComponentProps"
|
|
225706
|
+
}
|
|
225707
|
+
],
|
|
225708
|
+
"required": false,
|
|
225709
|
+
"type": {
|
|
225710
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
225711
|
+
}
|
|
225712
|
+
},
|
|
225713
|
+
"tunnelId": {
|
|
225714
|
+
"defaultValue": null,
|
|
225715
|
+
"description": "@internal",
|
|
225716
|
+
"name": "tunnelId",
|
|
225717
|
+
"parent": {
|
|
225718
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
225719
|
+
"name": "PropsWithTunnel"
|
|
225720
|
+
},
|
|
225721
|
+
"declarations": [
|
|
225722
|
+
{
|
|
225723
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
225724
|
+
"name": "PropsWithTunnel"
|
|
225725
|
+
}
|
|
225726
|
+
],
|
|
225727
|
+
"required": false,
|
|
225728
|
+
"type": {
|
|
225729
|
+
"name": "string | null"
|
|
225730
|
+
}
|
|
225731
|
+
},
|
|
225732
|
+
"ref": {
|
|
225733
|
+
"defaultValue": null,
|
|
225734
|
+
"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}",
|
|
225735
|
+
"name": "ref",
|
|
225736
|
+
"parent": {
|
|
225737
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
225738
|
+
"name": "RefAttributes"
|
|
225739
|
+
},
|
|
225740
|
+
"declarations": [
|
|
225741
|
+
{
|
|
225742
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
225743
|
+
"name": "RefAttributes"
|
|
225744
|
+
}
|
|
225745
|
+
],
|
|
225746
|
+
"required": false,
|
|
225747
|
+
"type": {
|
|
225748
|
+
"name": "Ref<HTMLInputElement>"
|
|
225749
|
+
}
|
|
225750
|
+
},
|
|
225751
|
+
"key": {
|
|
225752
|
+
"defaultValue": null,
|
|
225753
|
+
"description": "",
|
|
225754
|
+
"name": "key",
|
|
225755
|
+
"parent": {
|
|
225756
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
225757
|
+
"name": "Attributes"
|
|
225758
|
+
},
|
|
225759
|
+
"declarations": [
|
|
225760
|
+
{
|
|
225761
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
225762
|
+
"name": "Attributes"
|
|
225763
|
+
}
|
|
225764
|
+
],
|
|
225765
|
+
"required": false,
|
|
225766
|
+
"type": {
|
|
225767
|
+
"name": "Key | null"
|
|
225768
|
+
}
|
|
225769
|
+
},
|
|
225571
225770
|
"children": {
|
|
225572
225771
|
"defaultValue": null,
|
|
225573
|
-
"description": "
|
|
225772
|
+
"description": "",
|
|
225574
225773
|
"name": "children",
|
|
225575
|
-
"parent": {
|
|
225576
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
225577
|
-
"name": "TableProps"
|
|
225578
|
-
},
|
|
225579
225774
|
"declarations": [
|
|
225580
225775
|
{
|
|
225581
|
-
"fileName": "flow/node_modules/.pnpm
|
|
225582
|
-
"name": "
|
|
225776
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
225777
|
+
"name": "TypeLiteral"
|
|
225583
225778
|
}
|
|
225584
225779
|
],
|
|
225585
225780
|
"required": false,
|
|
225586
225781
|
"type": {
|
|
225587
225782
|
"name": "ReactNode"
|
|
225588
225783
|
}
|
|
225589
|
-
},
|
|
225590
|
-
"isOpen": {
|
|
225591
|
-
"defaultValue": null,
|
|
225592
|
-
"description": "Whether the element is rendered.",
|
|
225593
|
-
"name": "isOpen",
|
|
225594
|
-
"parent": {
|
|
225595
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225596
|
-
"name": "PositionProps"
|
|
225597
|
-
},
|
|
225598
|
-
"declarations": [
|
|
225599
|
-
{
|
|
225600
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225601
|
-
"name": "PositionProps"
|
|
225602
|
-
}
|
|
225603
|
-
],
|
|
225604
|
-
"required": false,
|
|
225605
|
-
"type": {
|
|
225606
|
-
"name": "boolean"
|
|
225607
|
-
}
|
|
225608
|
-
},
|
|
225609
|
-
"defaultOpen": {
|
|
225610
|
-
"defaultValue": null,
|
|
225611
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
225612
|
-
"name": "defaultOpen",
|
|
225613
|
-
"parent": {
|
|
225614
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225615
|
-
"name": "OverlayTriggerProps"
|
|
225616
|
-
},
|
|
225617
|
-
"declarations": [
|
|
225618
|
-
{
|
|
225619
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225620
|
-
"name": "OverlayTriggerProps"
|
|
225621
|
-
}
|
|
225622
|
-
],
|
|
225623
|
-
"required": false,
|
|
225624
|
-
"type": {
|
|
225625
|
-
"name": "boolean"
|
|
225626
|
-
}
|
|
225627
|
-
},
|
|
225628
|
-
"onOpenChange": {
|
|
225629
|
-
"defaultValue": null,
|
|
225630
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
225631
|
-
"name": "onOpenChange",
|
|
225632
|
-
"parent": {
|
|
225633
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225634
|
-
"name": "OverlayTriggerProps"
|
|
225635
|
-
},
|
|
225636
|
-
"declarations": [
|
|
225637
|
-
{
|
|
225638
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.16_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
225639
|
-
"name": "OverlayTriggerProps"
|
|
225640
|
-
}
|
|
225641
|
-
],
|
|
225642
|
-
"required": false,
|
|
225643
|
-
"type": {
|
|
225644
|
-
"name": "((isOpen: boolean) => void)"
|
|
225645
|
-
}
|
|
225646
225784
|
}
|
|
225647
225785
|
}
|
|
225648
225786
|
},
|
|
@@ -231038,144 +231176,6 @@
|
|
|
231038
231176
|
}
|
|
231039
231177
|
}
|
|
231040
231178
|
},
|
|
231041
|
-
{
|
|
231042
|
-
"tags": {},
|
|
231043
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
231044
|
-
"description": "",
|
|
231045
|
-
"displayName": "ModalTrigger",
|
|
231046
|
-
"methods": [],
|
|
231047
|
-
"props": {
|
|
231048
|
-
"isDefaultOpen": {
|
|
231049
|
-
"defaultValue": null,
|
|
231050
|
-
"description": "Whether the overlay should be open initially.",
|
|
231051
|
-
"name": "isDefaultOpen",
|
|
231052
|
-
"parent": {
|
|
231053
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
231054
|
-
"name": "OverlayTriggerProps"
|
|
231055
|
-
},
|
|
231056
|
-
"declarations": [
|
|
231057
|
-
{
|
|
231058
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
231059
|
-
"name": "OverlayTriggerProps"
|
|
231060
|
-
}
|
|
231061
|
-
],
|
|
231062
|
-
"required": false,
|
|
231063
|
-
"type": {
|
|
231064
|
-
"name": "boolean"
|
|
231065
|
-
}
|
|
231066
|
-
},
|
|
231067
|
-
"controller": {
|
|
231068
|
-
"defaultValue": null,
|
|
231069
|
-
"description": "A controller to control the state of the overlay.",
|
|
231070
|
-
"name": "controller",
|
|
231071
|
-
"parent": {
|
|
231072
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
231073
|
-
"name": "OverlayTriggerProps"
|
|
231074
|
-
},
|
|
231075
|
-
"declarations": [
|
|
231076
|
-
{
|
|
231077
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
231078
|
-
"name": "OverlayTriggerProps"
|
|
231079
|
-
}
|
|
231080
|
-
],
|
|
231081
|
-
"required": false,
|
|
231082
|
-
"type": {
|
|
231083
|
-
"name": "OverlayController"
|
|
231084
|
-
}
|
|
231085
|
-
},
|
|
231086
|
-
"wrapWith": {
|
|
231087
|
-
"defaultValue": null,
|
|
231088
|
-
"description": "",
|
|
231089
|
-
"name": "wrapWith",
|
|
231090
|
-
"parent": {
|
|
231091
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
231092
|
-
"name": "FlowComponentProps"
|
|
231093
|
-
},
|
|
231094
|
-
"declarations": [
|
|
231095
|
-
{
|
|
231096
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
231097
|
-
"name": "FlowComponentProps"
|
|
231098
|
-
}
|
|
231099
|
-
],
|
|
231100
|
-
"required": false,
|
|
231101
|
-
"type": {
|
|
231102
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
231103
|
-
}
|
|
231104
|
-
},
|
|
231105
|
-
"tunnelId": {
|
|
231106
|
-
"defaultValue": null,
|
|
231107
|
-
"description": "@internal",
|
|
231108
|
-
"name": "tunnelId",
|
|
231109
|
-
"parent": {
|
|
231110
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
231111
|
-
"name": "PropsWithTunnel"
|
|
231112
|
-
},
|
|
231113
|
-
"declarations": [
|
|
231114
|
-
{
|
|
231115
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
231116
|
-
"name": "PropsWithTunnel"
|
|
231117
|
-
}
|
|
231118
|
-
],
|
|
231119
|
-
"required": false,
|
|
231120
|
-
"type": {
|
|
231121
|
-
"name": "string | null"
|
|
231122
|
-
}
|
|
231123
|
-
},
|
|
231124
|
-
"ref": {
|
|
231125
|
-
"defaultValue": null,
|
|
231126
|
-
"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}",
|
|
231127
|
-
"name": "ref",
|
|
231128
|
-
"parent": {
|
|
231129
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231130
|
-
"name": "RefAttributes"
|
|
231131
|
-
},
|
|
231132
|
-
"declarations": [
|
|
231133
|
-
{
|
|
231134
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231135
|
-
"name": "RefAttributes"
|
|
231136
|
-
}
|
|
231137
|
-
],
|
|
231138
|
-
"required": false,
|
|
231139
|
-
"type": {
|
|
231140
|
-
"name": "Ref<HTMLInputElement>"
|
|
231141
|
-
}
|
|
231142
|
-
},
|
|
231143
|
-
"key": {
|
|
231144
|
-
"defaultValue": null,
|
|
231145
|
-
"description": "",
|
|
231146
|
-
"name": "key",
|
|
231147
|
-
"parent": {
|
|
231148
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231149
|
-
"name": "Attributes"
|
|
231150
|
-
},
|
|
231151
|
-
"declarations": [
|
|
231152
|
-
{
|
|
231153
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231154
|
-
"name": "Attributes"
|
|
231155
|
-
}
|
|
231156
|
-
],
|
|
231157
|
-
"required": false,
|
|
231158
|
-
"type": {
|
|
231159
|
-
"name": "Key | null"
|
|
231160
|
-
}
|
|
231161
|
-
},
|
|
231162
|
-
"children": {
|
|
231163
|
-
"defaultValue": null,
|
|
231164
|
-
"description": "",
|
|
231165
|
-
"name": "children",
|
|
231166
|
-
"declarations": [
|
|
231167
|
-
{
|
|
231168
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231169
|
-
"name": "TypeLiteral"
|
|
231170
|
-
}
|
|
231171
|
-
],
|
|
231172
|
-
"required": false,
|
|
231173
|
-
"type": {
|
|
231174
|
-
"name": "ReactNode"
|
|
231175
|
-
}
|
|
231176
|
-
}
|
|
231177
|
-
}
|
|
231178
|
-
},
|
|
231179
231179
|
{
|
|
231180
231180
|
"tags": {},
|
|
231181
231181
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.tsx",
|