@mittwald/flow-react-components 0.2.0-alpha.339 → 0.2.0-alpha.340
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 +6 -0
- package/dist/assets/doc-properties.json +1677 -1677
- package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs +7 -3
- package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
- package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -24062,568 +24062,6 @@
|
|
|
24062
24062
|
}
|
|
24063
24063
|
}
|
|
24064
24064
|
},
|
|
24065
|
-
{
|
|
24066
|
-
"tags": {
|
|
24067
|
-
"flr-generate": "all"
|
|
24068
|
-
},
|
|
24069
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
|
|
24070
|
-
"description": "",
|
|
24071
|
-
"displayName": "SegmentedControl",
|
|
24072
|
-
"methods": [],
|
|
24073
|
-
"props": {
|
|
24074
|
-
"onFocus": {
|
|
24075
|
-
"defaultValue": null,
|
|
24076
|
-
"description": "Handler that is called when the element receives focus.",
|
|
24077
|
-
"name": "onFocus",
|
|
24078
|
-
"parent": {
|
|
24079
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24080
|
-
"name": "FocusEvents"
|
|
24081
|
-
},
|
|
24082
|
-
"declarations": [
|
|
24083
|
-
{
|
|
24084
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24085
|
-
"name": "FocusEvents"
|
|
24086
|
-
}
|
|
24087
|
-
],
|
|
24088
|
-
"required": false,
|
|
24089
|
-
"type": {
|
|
24090
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
24091
|
-
}
|
|
24092
|
-
},
|
|
24093
|
-
"onBlur": {
|
|
24094
|
-
"defaultValue": null,
|
|
24095
|
-
"description": "Handler that is called when the element loses focus.",
|
|
24096
|
-
"name": "onBlur",
|
|
24097
|
-
"parent": {
|
|
24098
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24099
|
-
"name": "FocusEvents"
|
|
24100
|
-
},
|
|
24101
|
-
"declarations": [
|
|
24102
|
-
{
|
|
24103
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24104
|
-
"name": "FocusEvents"
|
|
24105
|
-
}
|
|
24106
|
-
],
|
|
24107
|
-
"required": false,
|
|
24108
|
-
"type": {
|
|
24109
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
24110
|
-
}
|
|
24111
|
-
},
|
|
24112
|
-
"onChange": {
|
|
24113
|
-
"defaultValue": null,
|
|
24114
|
-
"description": "Handler that is called when the value changes.",
|
|
24115
|
-
"name": "onChange",
|
|
24116
|
-
"parent": {
|
|
24117
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24118
|
-
"name": "ValueBase"
|
|
24119
|
-
},
|
|
24120
|
-
"declarations": [
|
|
24121
|
-
{
|
|
24122
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24123
|
-
"name": "ValueBase"
|
|
24124
|
-
}
|
|
24125
|
-
],
|
|
24126
|
-
"required": false,
|
|
24127
|
-
"type": {
|
|
24128
|
-
"name": "((value: TimeValue | null) => void)"
|
|
24129
|
-
}
|
|
24130
|
-
},
|
|
24131
|
-
"className": {
|
|
24132
|
-
"defaultValue": null,
|
|
24133
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
24134
|
-
"name": "className",
|
|
24135
|
-
"parent": {
|
|
24136
|
-
"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",
|
|
24137
|
-
"name": "StyleRenderProps"
|
|
24138
|
-
},
|
|
24139
|
-
"declarations": [
|
|
24140
|
-
{
|
|
24141
|
-
"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",
|
|
24142
|
-
"name": "StyleRenderProps"
|
|
24143
|
-
}
|
|
24144
|
-
],
|
|
24145
|
-
"required": false,
|
|
24146
|
-
"type": {
|
|
24147
|
-
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
24148
|
-
}
|
|
24149
|
-
},
|
|
24150
|
-
"id": {
|
|
24151
|
-
"defaultValue": null,
|
|
24152
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
24153
|
-
"name": "id",
|
|
24154
|
-
"parent": {
|
|
24155
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24156
|
-
"name": "DOMProps"
|
|
24157
|
-
},
|
|
24158
|
-
"declarations": [
|
|
24159
|
-
{
|
|
24160
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24161
|
-
"name": "DOMProps"
|
|
24162
|
-
}
|
|
24163
|
-
],
|
|
24164
|
-
"required": false,
|
|
24165
|
-
"type": {
|
|
24166
|
-
"name": "string"
|
|
24167
|
-
}
|
|
24168
|
-
},
|
|
24169
|
-
"name": {
|
|
24170
|
-
"defaultValue": null,
|
|
24171
|
-
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
24172
|
-
"name": "name",
|
|
24173
|
-
"parent": {
|
|
24174
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24175
|
-
"name": "InputDOMProps"
|
|
24176
|
-
},
|
|
24177
|
-
"declarations": [
|
|
24178
|
-
{
|
|
24179
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24180
|
-
"name": "InputDOMProps"
|
|
24181
|
-
}
|
|
24182
|
-
],
|
|
24183
|
-
"required": false,
|
|
24184
|
-
"type": {
|
|
24185
|
-
"name": "string"
|
|
24186
|
-
}
|
|
24187
|
-
},
|
|
24188
|
-
"style": {
|
|
24189
|
-
"defaultValue": null,
|
|
24190
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
24191
|
-
"name": "style",
|
|
24192
|
-
"parent": {
|
|
24193
|
-
"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",
|
|
24194
|
-
"name": "StyleRenderProps"
|
|
24195
|
-
},
|
|
24196
|
-
"declarations": [
|
|
24197
|
-
{
|
|
24198
|
-
"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",
|
|
24199
|
-
"name": "StyleRenderProps"
|
|
24200
|
-
}
|
|
24201
|
-
],
|
|
24202
|
-
"required": false,
|
|
24203
|
-
"type": {
|
|
24204
|
-
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
24205
|
-
}
|
|
24206
|
-
},
|
|
24207
|
-
"orientation": {
|
|
24208
|
-
"defaultValue": {
|
|
24209
|
-
"value": "'vertical'"
|
|
24210
|
-
},
|
|
24211
|
-
"description": "The axis the Radio Button(s) should align with.",
|
|
24212
|
-
"name": "orientation",
|
|
24213
|
-
"parent": {
|
|
24214
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
24215
|
-
"name": "RadioGroupProps"
|
|
24216
|
-
},
|
|
24217
|
-
"declarations": [
|
|
24218
|
-
{
|
|
24219
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
24220
|
-
"name": "RadioGroupProps"
|
|
24221
|
-
}
|
|
24222
|
-
],
|
|
24223
|
-
"required": false,
|
|
24224
|
-
"type": {
|
|
24225
|
-
"name": "Orientation"
|
|
24226
|
-
}
|
|
24227
|
-
},
|
|
24228
|
-
"aria-describedby": {
|
|
24229
|
-
"defaultValue": null,
|
|
24230
|
-
"description": "Identifies the element (or elements) that describes the object.",
|
|
24231
|
-
"name": "aria-describedby",
|
|
24232
|
-
"parent": {
|
|
24233
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24234
|
-
"name": "AriaLabelingProps"
|
|
24235
|
-
},
|
|
24236
|
-
"declarations": [
|
|
24237
|
-
{
|
|
24238
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24239
|
-
"name": "AriaLabelingProps"
|
|
24240
|
-
}
|
|
24241
|
-
],
|
|
24242
|
-
"required": false,
|
|
24243
|
-
"type": {
|
|
24244
|
-
"name": "string"
|
|
24245
|
-
}
|
|
24246
|
-
},
|
|
24247
|
-
"aria-details": {
|
|
24248
|
-
"defaultValue": null,
|
|
24249
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
24250
|
-
"name": "aria-details",
|
|
24251
|
-
"parent": {
|
|
24252
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24253
|
-
"name": "AriaLabelingProps"
|
|
24254
|
-
},
|
|
24255
|
-
"declarations": [
|
|
24256
|
-
{
|
|
24257
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24258
|
-
"name": "AriaLabelingProps"
|
|
24259
|
-
}
|
|
24260
|
-
],
|
|
24261
|
-
"required": false,
|
|
24262
|
-
"type": {
|
|
24263
|
-
"name": "string"
|
|
24264
|
-
}
|
|
24265
|
-
},
|
|
24266
|
-
"aria-errormessage": {
|
|
24267
|
-
"defaultValue": null,
|
|
24268
|
-
"description": "Identifies the element that provides an error message for the object.",
|
|
24269
|
-
"name": "aria-errormessage",
|
|
24270
|
-
"parent": {
|
|
24271
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24272
|
-
"name": "AriaValidationProps"
|
|
24273
|
-
},
|
|
24274
|
-
"declarations": [
|
|
24275
|
-
{
|
|
24276
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24277
|
-
"name": "AriaValidationProps"
|
|
24278
|
-
}
|
|
24279
|
-
],
|
|
24280
|
-
"required": false,
|
|
24281
|
-
"type": {
|
|
24282
|
-
"name": "string"
|
|
24283
|
-
}
|
|
24284
|
-
},
|
|
24285
|
-
"aria-label": {
|
|
24286
|
-
"defaultValue": null,
|
|
24287
|
-
"description": "Defines a string value that labels the current element.",
|
|
24288
|
-
"name": "aria-label",
|
|
24289
|
-
"parent": {
|
|
24290
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24291
|
-
"name": "AriaLabelingProps"
|
|
24292
|
-
},
|
|
24293
|
-
"declarations": [
|
|
24294
|
-
{
|
|
24295
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24296
|
-
"name": "AriaLabelingProps"
|
|
24297
|
-
}
|
|
24298
|
-
],
|
|
24299
|
-
"required": false,
|
|
24300
|
-
"type": {
|
|
24301
|
-
"name": "string"
|
|
24302
|
-
}
|
|
24303
|
-
},
|
|
24304
|
-
"aria-labelledby": {
|
|
24305
|
-
"defaultValue": null,
|
|
24306
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
24307
|
-
"name": "aria-labelledby",
|
|
24308
|
-
"parent": {
|
|
24309
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24310
|
-
"name": "AriaLabelingProps"
|
|
24311
|
-
},
|
|
24312
|
-
"declarations": [
|
|
24313
|
-
{
|
|
24314
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24315
|
-
"name": "AriaLabelingProps"
|
|
24316
|
-
}
|
|
24317
|
-
],
|
|
24318
|
-
"required": false,
|
|
24319
|
-
"type": {
|
|
24320
|
-
"name": "string"
|
|
24321
|
-
}
|
|
24322
|
-
},
|
|
24323
|
-
"validationBehavior": {
|
|
24324
|
-
"defaultValue": {
|
|
24325
|
-
"value": "'native'"
|
|
24326
|
-
},
|
|
24327
|
-
"description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
|
|
24328
|
-
"name": "validationBehavior",
|
|
24329
|
-
"parent": {
|
|
24330
|
-
"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",
|
|
24331
|
-
"name": "RACValidation"
|
|
24332
|
-
},
|
|
24333
|
-
"declarations": [
|
|
24334
|
-
{
|
|
24335
|
-
"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",
|
|
24336
|
-
"name": "RACValidation"
|
|
24337
|
-
}
|
|
24338
|
-
],
|
|
24339
|
-
"required": false,
|
|
24340
|
-
"type": {
|
|
24341
|
-
"name": "\"native\" | \"aria\""
|
|
24342
|
-
}
|
|
24343
|
-
},
|
|
24344
|
-
"isDisabled": {
|
|
24345
|
-
"defaultValue": null,
|
|
24346
|
-
"description": "Whether the input is disabled.",
|
|
24347
|
-
"name": "isDisabled",
|
|
24348
|
-
"parent": {
|
|
24349
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24350
|
-
"name": "InputBase"
|
|
24351
|
-
},
|
|
24352
|
-
"declarations": [
|
|
24353
|
-
{
|
|
24354
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24355
|
-
"name": "InputBase"
|
|
24356
|
-
}
|
|
24357
|
-
],
|
|
24358
|
-
"required": false,
|
|
24359
|
-
"type": {
|
|
24360
|
-
"name": "boolean"
|
|
24361
|
-
}
|
|
24362
|
-
},
|
|
24363
|
-
"isReadOnly": {
|
|
24364
|
-
"defaultValue": null,
|
|
24365
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
24366
|
-
"name": "isReadOnly",
|
|
24367
|
-
"parent": {
|
|
24368
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24369
|
-
"name": "InputBase"
|
|
24370
|
-
},
|
|
24371
|
-
"declarations": [
|
|
24372
|
-
{
|
|
24373
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24374
|
-
"name": "InputBase"
|
|
24375
|
-
}
|
|
24376
|
-
],
|
|
24377
|
-
"required": false,
|
|
24378
|
-
"type": {
|
|
24379
|
-
"name": "boolean"
|
|
24380
|
-
}
|
|
24381
|
-
},
|
|
24382
|
-
"isRequired": {
|
|
24383
|
-
"defaultValue": null,
|
|
24384
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
24385
|
-
"name": "isRequired",
|
|
24386
|
-
"parent": {
|
|
24387
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24388
|
-
"name": "Validation"
|
|
24389
|
-
},
|
|
24390
|
-
"declarations": [
|
|
24391
|
-
{
|
|
24392
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24393
|
-
"name": "Validation"
|
|
24394
|
-
}
|
|
24395
|
-
],
|
|
24396
|
-
"required": false,
|
|
24397
|
-
"type": {
|
|
24398
|
-
"name": "boolean"
|
|
24399
|
-
}
|
|
24400
|
-
},
|
|
24401
|
-
"isInvalid": {
|
|
24402
|
-
"defaultValue": null,
|
|
24403
|
-
"description": "Whether the input value is invalid.",
|
|
24404
|
-
"name": "isInvalid",
|
|
24405
|
-
"parent": {
|
|
24406
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24407
|
-
"name": "Validation"
|
|
24408
|
-
},
|
|
24409
|
-
"declarations": [
|
|
24410
|
-
{
|
|
24411
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24412
|
-
"name": "Validation"
|
|
24413
|
-
}
|
|
24414
|
-
],
|
|
24415
|
-
"required": false,
|
|
24416
|
-
"type": {
|
|
24417
|
-
"name": "boolean"
|
|
24418
|
-
}
|
|
24419
|
-
},
|
|
24420
|
-
"validate": {
|
|
24421
|
-
"defaultValue": null,
|
|
24422
|
-
"description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
|
|
24423
|
-
"name": "validate",
|
|
24424
|
-
"parent": {
|
|
24425
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24426
|
-
"name": "Validation"
|
|
24427
|
-
},
|
|
24428
|
-
"declarations": [
|
|
24429
|
-
{
|
|
24430
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24431
|
-
"name": "Validation"
|
|
24432
|
-
}
|
|
24433
|
-
],
|
|
24434
|
-
"required": false,
|
|
24435
|
-
"type": {
|
|
24436
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
24437
|
-
}
|
|
24438
|
-
},
|
|
24439
|
-
"onFocusChange": {
|
|
24440
|
-
"defaultValue": null,
|
|
24441
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
24442
|
-
"name": "onFocusChange",
|
|
24443
|
-
"parent": {
|
|
24444
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24445
|
-
"name": "FocusEvents"
|
|
24446
|
-
},
|
|
24447
|
-
"declarations": [
|
|
24448
|
-
{
|
|
24449
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24450
|
-
"name": "FocusEvents"
|
|
24451
|
-
}
|
|
24452
|
-
],
|
|
24453
|
-
"required": false,
|
|
24454
|
-
"type": {
|
|
24455
|
-
"name": "((isFocused: boolean) => void)"
|
|
24456
|
-
}
|
|
24457
|
-
},
|
|
24458
|
-
"value": {
|
|
24459
|
-
"defaultValue": null,
|
|
24460
|
-
"description": "The current value (controlled).",
|
|
24461
|
-
"name": "value",
|
|
24462
|
-
"parent": {
|
|
24463
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24464
|
-
"name": "ValueBase"
|
|
24465
|
-
},
|
|
24466
|
-
"declarations": [
|
|
24467
|
-
{
|
|
24468
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24469
|
-
"name": "ValueBase"
|
|
24470
|
-
}
|
|
24471
|
-
],
|
|
24472
|
-
"required": false,
|
|
24473
|
-
"type": {
|
|
24474
|
-
"name": "TimeValue | null"
|
|
24475
|
-
}
|
|
24476
|
-
},
|
|
24477
|
-
"defaultValue": {
|
|
24478
|
-
"defaultValue": null,
|
|
24479
|
-
"description": "The default value (uncontrolled).",
|
|
24480
|
-
"name": "defaultValue",
|
|
24481
|
-
"parent": {
|
|
24482
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24483
|
-
"name": "ValueBase"
|
|
24484
|
-
},
|
|
24485
|
-
"declarations": [
|
|
24486
|
-
{
|
|
24487
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24488
|
-
"name": "ValueBase"
|
|
24489
|
-
}
|
|
24490
|
-
],
|
|
24491
|
-
"required": false,
|
|
24492
|
-
"type": {
|
|
24493
|
-
"name": "TimeValue | null"
|
|
24494
|
-
}
|
|
24495
|
-
},
|
|
24496
|
-
"slot": {
|
|
24497
|
-
"defaultValue": null,
|
|
24498
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
24499
|
-
"name": "slot",
|
|
24500
|
-
"parent": {
|
|
24501
|
-
"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",
|
|
24502
|
-
"name": "SlotProps"
|
|
24503
|
-
},
|
|
24504
|
-
"declarations": [
|
|
24505
|
-
{
|
|
24506
|
-
"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",
|
|
24507
|
-
"name": "SlotProps"
|
|
24508
|
-
}
|
|
24509
|
-
],
|
|
24510
|
-
"required": false,
|
|
24511
|
-
"type": {
|
|
24512
|
-
"name": "string | null"
|
|
24513
|
-
}
|
|
24514
|
-
},
|
|
24515
|
-
"children": {
|
|
24516
|
-
"defaultValue": null,
|
|
24517
|
-
"description": "",
|
|
24518
|
-
"name": "children",
|
|
24519
|
-
"declarations": [
|
|
24520
|
-
{
|
|
24521
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24522
|
-
"name": "TypeLiteral"
|
|
24523
|
-
}
|
|
24524
|
-
],
|
|
24525
|
-
"required": false,
|
|
24526
|
-
"type": {
|
|
24527
|
-
"name": "ReactNode"
|
|
24528
|
-
}
|
|
24529
|
-
},
|
|
24530
|
-
"wrapWith": {
|
|
24531
|
-
"defaultValue": null,
|
|
24532
|
-
"description": "",
|
|
24533
|
-
"name": "wrapWith",
|
|
24534
|
-
"parent": {
|
|
24535
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
24536
|
-
"name": "FlowComponentProps"
|
|
24537
|
-
},
|
|
24538
|
-
"declarations": [
|
|
24539
|
-
{
|
|
24540
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
24541
|
-
"name": "FlowComponentProps"
|
|
24542
|
-
}
|
|
24543
|
-
],
|
|
24544
|
-
"required": false,
|
|
24545
|
-
"type": {
|
|
24546
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
24547
|
-
}
|
|
24548
|
-
},
|
|
24549
|
-
"tunnelId": {
|
|
24550
|
-
"defaultValue": null,
|
|
24551
|
-
"description": "@internal",
|
|
24552
|
-
"name": "tunnelId",
|
|
24553
|
-
"parent": {
|
|
24554
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
24555
|
-
"name": "PropsWithTunnel"
|
|
24556
|
-
},
|
|
24557
|
-
"declarations": [
|
|
24558
|
-
{
|
|
24559
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
24560
|
-
"name": "PropsWithTunnel"
|
|
24561
|
-
}
|
|
24562
|
-
],
|
|
24563
|
-
"required": false,
|
|
24564
|
-
"type": {
|
|
24565
|
-
"name": "string | null"
|
|
24566
|
-
}
|
|
24567
|
-
},
|
|
24568
|
-
"ref": {
|
|
24569
|
-
"defaultValue": null,
|
|
24570
|
-
"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}",
|
|
24571
|
-
"name": "ref",
|
|
24572
|
-
"parent": {
|
|
24573
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24574
|
-
"name": "RefAttributes"
|
|
24575
|
-
},
|
|
24576
|
-
"declarations": [
|
|
24577
|
-
{
|
|
24578
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24579
|
-
"name": "RefAttributes"
|
|
24580
|
-
}
|
|
24581
|
-
],
|
|
24582
|
-
"required": false,
|
|
24583
|
-
"type": {
|
|
24584
|
-
"name": "Ref<HTMLInputElement>"
|
|
24585
|
-
}
|
|
24586
|
-
},
|
|
24587
|
-
"key": {
|
|
24588
|
-
"defaultValue": null,
|
|
24589
|
-
"description": "",
|
|
24590
|
-
"name": "key",
|
|
24591
|
-
"parent": {
|
|
24592
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24593
|
-
"name": "Attributes"
|
|
24594
|
-
},
|
|
24595
|
-
"declarations": [
|
|
24596
|
-
{
|
|
24597
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24598
|
-
"name": "Attributes"
|
|
24599
|
-
}
|
|
24600
|
-
],
|
|
24601
|
-
"required": false,
|
|
24602
|
-
"type": {
|
|
24603
|
-
"name": "Key | null"
|
|
24604
|
-
}
|
|
24605
|
-
},
|
|
24606
|
-
"containerBreakpointSize": {
|
|
24607
|
-
"defaultValue": null,
|
|
24608
|
-
"description": "",
|
|
24609
|
-
"name": "containerBreakpointSize",
|
|
24610
|
-
"parent": {
|
|
24611
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
24612
|
-
"name": "PropsWithContainerBreakpointSize"
|
|
24613
|
-
},
|
|
24614
|
-
"declarations": [
|
|
24615
|
-
{
|
|
24616
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
24617
|
-
"name": "PropsWithContainerBreakpointSize"
|
|
24618
|
-
}
|
|
24619
|
-
],
|
|
24620
|
-
"required": false,
|
|
24621
|
-
"type": {
|
|
24622
|
-
"name": "ContainerBreakpointSize"
|
|
24623
|
-
}
|
|
24624
|
-
}
|
|
24625
|
-
}
|
|
24626
|
-
},
|
|
24627
24065
|
{
|
|
24628
24066
|
"tags": {
|
|
24629
24067
|
"flr-generate": "all"
|
|
@@ -30035,6 +29473,568 @@
|
|
|
30035
29473
|
}
|
|
30036
29474
|
}
|
|
30037
29475
|
},
|
|
29476
|
+
{
|
|
29477
|
+
"tags": {
|
|
29478
|
+
"flr-generate": "all"
|
|
29479
|
+
},
|
|
29480
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
|
|
29481
|
+
"description": "",
|
|
29482
|
+
"displayName": "SegmentedControl",
|
|
29483
|
+
"methods": [],
|
|
29484
|
+
"props": {
|
|
29485
|
+
"onFocus": {
|
|
29486
|
+
"defaultValue": null,
|
|
29487
|
+
"description": "Handler that is called when the element receives focus.",
|
|
29488
|
+
"name": "onFocus",
|
|
29489
|
+
"parent": {
|
|
29490
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29491
|
+
"name": "FocusEvents"
|
|
29492
|
+
},
|
|
29493
|
+
"declarations": [
|
|
29494
|
+
{
|
|
29495
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29496
|
+
"name": "FocusEvents"
|
|
29497
|
+
}
|
|
29498
|
+
],
|
|
29499
|
+
"required": false,
|
|
29500
|
+
"type": {
|
|
29501
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
29502
|
+
}
|
|
29503
|
+
},
|
|
29504
|
+
"onBlur": {
|
|
29505
|
+
"defaultValue": null,
|
|
29506
|
+
"description": "Handler that is called when the element loses focus.",
|
|
29507
|
+
"name": "onBlur",
|
|
29508
|
+
"parent": {
|
|
29509
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29510
|
+
"name": "FocusEvents"
|
|
29511
|
+
},
|
|
29512
|
+
"declarations": [
|
|
29513
|
+
{
|
|
29514
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29515
|
+
"name": "FocusEvents"
|
|
29516
|
+
}
|
|
29517
|
+
],
|
|
29518
|
+
"required": false,
|
|
29519
|
+
"type": {
|
|
29520
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
29521
|
+
}
|
|
29522
|
+
},
|
|
29523
|
+
"onChange": {
|
|
29524
|
+
"defaultValue": null,
|
|
29525
|
+
"description": "Handler that is called when the value changes.",
|
|
29526
|
+
"name": "onChange",
|
|
29527
|
+
"parent": {
|
|
29528
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29529
|
+
"name": "ValueBase"
|
|
29530
|
+
},
|
|
29531
|
+
"declarations": [
|
|
29532
|
+
{
|
|
29533
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29534
|
+
"name": "ValueBase"
|
|
29535
|
+
}
|
|
29536
|
+
],
|
|
29537
|
+
"required": false,
|
|
29538
|
+
"type": {
|
|
29539
|
+
"name": "((value: TimeValue | null) => void)"
|
|
29540
|
+
}
|
|
29541
|
+
},
|
|
29542
|
+
"className": {
|
|
29543
|
+
"defaultValue": null,
|
|
29544
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
29545
|
+
"name": "className",
|
|
29546
|
+
"parent": {
|
|
29547
|
+
"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",
|
|
29548
|
+
"name": "StyleRenderProps"
|
|
29549
|
+
},
|
|
29550
|
+
"declarations": [
|
|
29551
|
+
{
|
|
29552
|
+
"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",
|
|
29553
|
+
"name": "StyleRenderProps"
|
|
29554
|
+
}
|
|
29555
|
+
],
|
|
29556
|
+
"required": false,
|
|
29557
|
+
"type": {
|
|
29558
|
+
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
29559
|
+
}
|
|
29560
|
+
},
|
|
29561
|
+
"id": {
|
|
29562
|
+
"defaultValue": null,
|
|
29563
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
29564
|
+
"name": "id",
|
|
29565
|
+
"parent": {
|
|
29566
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29567
|
+
"name": "DOMProps"
|
|
29568
|
+
},
|
|
29569
|
+
"declarations": [
|
|
29570
|
+
{
|
|
29571
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29572
|
+
"name": "DOMProps"
|
|
29573
|
+
}
|
|
29574
|
+
],
|
|
29575
|
+
"required": false,
|
|
29576
|
+
"type": {
|
|
29577
|
+
"name": "string"
|
|
29578
|
+
}
|
|
29579
|
+
},
|
|
29580
|
+
"name": {
|
|
29581
|
+
"defaultValue": null,
|
|
29582
|
+
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
29583
|
+
"name": "name",
|
|
29584
|
+
"parent": {
|
|
29585
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29586
|
+
"name": "InputDOMProps"
|
|
29587
|
+
},
|
|
29588
|
+
"declarations": [
|
|
29589
|
+
{
|
|
29590
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29591
|
+
"name": "InputDOMProps"
|
|
29592
|
+
}
|
|
29593
|
+
],
|
|
29594
|
+
"required": false,
|
|
29595
|
+
"type": {
|
|
29596
|
+
"name": "string"
|
|
29597
|
+
}
|
|
29598
|
+
},
|
|
29599
|
+
"style": {
|
|
29600
|
+
"defaultValue": null,
|
|
29601
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
29602
|
+
"name": "style",
|
|
29603
|
+
"parent": {
|
|
29604
|
+
"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",
|
|
29605
|
+
"name": "StyleRenderProps"
|
|
29606
|
+
},
|
|
29607
|
+
"declarations": [
|
|
29608
|
+
{
|
|
29609
|
+
"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",
|
|
29610
|
+
"name": "StyleRenderProps"
|
|
29611
|
+
}
|
|
29612
|
+
],
|
|
29613
|
+
"required": false,
|
|
29614
|
+
"type": {
|
|
29615
|
+
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
29616
|
+
}
|
|
29617
|
+
},
|
|
29618
|
+
"orientation": {
|
|
29619
|
+
"defaultValue": {
|
|
29620
|
+
"value": "'vertical'"
|
|
29621
|
+
},
|
|
29622
|
+
"description": "The axis the Radio Button(s) should align with.",
|
|
29623
|
+
"name": "orientation",
|
|
29624
|
+
"parent": {
|
|
29625
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
29626
|
+
"name": "RadioGroupProps"
|
|
29627
|
+
},
|
|
29628
|
+
"declarations": [
|
|
29629
|
+
{
|
|
29630
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
29631
|
+
"name": "RadioGroupProps"
|
|
29632
|
+
}
|
|
29633
|
+
],
|
|
29634
|
+
"required": false,
|
|
29635
|
+
"type": {
|
|
29636
|
+
"name": "Orientation"
|
|
29637
|
+
}
|
|
29638
|
+
},
|
|
29639
|
+
"aria-describedby": {
|
|
29640
|
+
"defaultValue": null,
|
|
29641
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
29642
|
+
"name": "aria-describedby",
|
|
29643
|
+
"parent": {
|
|
29644
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29645
|
+
"name": "AriaLabelingProps"
|
|
29646
|
+
},
|
|
29647
|
+
"declarations": [
|
|
29648
|
+
{
|
|
29649
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29650
|
+
"name": "AriaLabelingProps"
|
|
29651
|
+
}
|
|
29652
|
+
],
|
|
29653
|
+
"required": false,
|
|
29654
|
+
"type": {
|
|
29655
|
+
"name": "string"
|
|
29656
|
+
}
|
|
29657
|
+
},
|
|
29658
|
+
"aria-details": {
|
|
29659
|
+
"defaultValue": null,
|
|
29660
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
29661
|
+
"name": "aria-details",
|
|
29662
|
+
"parent": {
|
|
29663
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29664
|
+
"name": "AriaLabelingProps"
|
|
29665
|
+
},
|
|
29666
|
+
"declarations": [
|
|
29667
|
+
{
|
|
29668
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29669
|
+
"name": "AriaLabelingProps"
|
|
29670
|
+
}
|
|
29671
|
+
],
|
|
29672
|
+
"required": false,
|
|
29673
|
+
"type": {
|
|
29674
|
+
"name": "string"
|
|
29675
|
+
}
|
|
29676
|
+
},
|
|
29677
|
+
"aria-errormessage": {
|
|
29678
|
+
"defaultValue": null,
|
|
29679
|
+
"description": "Identifies the element that provides an error message for the object.",
|
|
29680
|
+
"name": "aria-errormessage",
|
|
29681
|
+
"parent": {
|
|
29682
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29683
|
+
"name": "AriaValidationProps"
|
|
29684
|
+
},
|
|
29685
|
+
"declarations": [
|
|
29686
|
+
{
|
|
29687
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29688
|
+
"name": "AriaValidationProps"
|
|
29689
|
+
}
|
|
29690
|
+
],
|
|
29691
|
+
"required": false,
|
|
29692
|
+
"type": {
|
|
29693
|
+
"name": "string"
|
|
29694
|
+
}
|
|
29695
|
+
},
|
|
29696
|
+
"aria-label": {
|
|
29697
|
+
"defaultValue": null,
|
|
29698
|
+
"description": "Defines a string value that labels the current element.",
|
|
29699
|
+
"name": "aria-label",
|
|
29700
|
+
"parent": {
|
|
29701
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29702
|
+
"name": "AriaLabelingProps"
|
|
29703
|
+
},
|
|
29704
|
+
"declarations": [
|
|
29705
|
+
{
|
|
29706
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29707
|
+
"name": "AriaLabelingProps"
|
|
29708
|
+
}
|
|
29709
|
+
],
|
|
29710
|
+
"required": false,
|
|
29711
|
+
"type": {
|
|
29712
|
+
"name": "string"
|
|
29713
|
+
}
|
|
29714
|
+
},
|
|
29715
|
+
"aria-labelledby": {
|
|
29716
|
+
"defaultValue": null,
|
|
29717
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
29718
|
+
"name": "aria-labelledby",
|
|
29719
|
+
"parent": {
|
|
29720
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29721
|
+
"name": "AriaLabelingProps"
|
|
29722
|
+
},
|
|
29723
|
+
"declarations": [
|
|
29724
|
+
{
|
|
29725
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29726
|
+
"name": "AriaLabelingProps"
|
|
29727
|
+
}
|
|
29728
|
+
],
|
|
29729
|
+
"required": false,
|
|
29730
|
+
"type": {
|
|
29731
|
+
"name": "string"
|
|
29732
|
+
}
|
|
29733
|
+
},
|
|
29734
|
+
"validationBehavior": {
|
|
29735
|
+
"defaultValue": {
|
|
29736
|
+
"value": "'native'"
|
|
29737
|
+
},
|
|
29738
|
+
"description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
|
|
29739
|
+
"name": "validationBehavior",
|
|
29740
|
+
"parent": {
|
|
29741
|
+
"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",
|
|
29742
|
+
"name": "RACValidation"
|
|
29743
|
+
},
|
|
29744
|
+
"declarations": [
|
|
29745
|
+
{
|
|
29746
|
+
"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",
|
|
29747
|
+
"name": "RACValidation"
|
|
29748
|
+
}
|
|
29749
|
+
],
|
|
29750
|
+
"required": false,
|
|
29751
|
+
"type": {
|
|
29752
|
+
"name": "\"native\" | \"aria\""
|
|
29753
|
+
}
|
|
29754
|
+
},
|
|
29755
|
+
"isDisabled": {
|
|
29756
|
+
"defaultValue": null,
|
|
29757
|
+
"description": "Whether the input is disabled.",
|
|
29758
|
+
"name": "isDisabled",
|
|
29759
|
+
"parent": {
|
|
29760
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29761
|
+
"name": "InputBase"
|
|
29762
|
+
},
|
|
29763
|
+
"declarations": [
|
|
29764
|
+
{
|
|
29765
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29766
|
+
"name": "InputBase"
|
|
29767
|
+
}
|
|
29768
|
+
],
|
|
29769
|
+
"required": false,
|
|
29770
|
+
"type": {
|
|
29771
|
+
"name": "boolean"
|
|
29772
|
+
}
|
|
29773
|
+
},
|
|
29774
|
+
"isReadOnly": {
|
|
29775
|
+
"defaultValue": null,
|
|
29776
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
29777
|
+
"name": "isReadOnly",
|
|
29778
|
+
"parent": {
|
|
29779
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29780
|
+
"name": "InputBase"
|
|
29781
|
+
},
|
|
29782
|
+
"declarations": [
|
|
29783
|
+
{
|
|
29784
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29785
|
+
"name": "InputBase"
|
|
29786
|
+
}
|
|
29787
|
+
],
|
|
29788
|
+
"required": false,
|
|
29789
|
+
"type": {
|
|
29790
|
+
"name": "boolean"
|
|
29791
|
+
}
|
|
29792
|
+
},
|
|
29793
|
+
"isRequired": {
|
|
29794
|
+
"defaultValue": null,
|
|
29795
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
29796
|
+
"name": "isRequired",
|
|
29797
|
+
"parent": {
|
|
29798
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29799
|
+
"name": "Validation"
|
|
29800
|
+
},
|
|
29801
|
+
"declarations": [
|
|
29802
|
+
{
|
|
29803
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29804
|
+
"name": "Validation"
|
|
29805
|
+
}
|
|
29806
|
+
],
|
|
29807
|
+
"required": false,
|
|
29808
|
+
"type": {
|
|
29809
|
+
"name": "boolean"
|
|
29810
|
+
}
|
|
29811
|
+
},
|
|
29812
|
+
"isInvalid": {
|
|
29813
|
+
"defaultValue": null,
|
|
29814
|
+
"description": "Whether the input value is invalid.",
|
|
29815
|
+
"name": "isInvalid",
|
|
29816
|
+
"parent": {
|
|
29817
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29818
|
+
"name": "Validation"
|
|
29819
|
+
},
|
|
29820
|
+
"declarations": [
|
|
29821
|
+
{
|
|
29822
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29823
|
+
"name": "Validation"
|
|
29824
|
+
}
|
|
29825
|
+
],
|
|
29826
|
+
"required": false,
|
|
29827
|
+
"type": {
|
|
29828
|
+
"name": "boolean"
|
|
29829
|
+
}
|
|
29830
|
+
},
|
|
29831
|
+
"validate": {
|
|
29832
|
+
"defaultValue": null,
|
|
29833
|
+
"description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
|
|
29834
|
+
"name": "validate",
|
|
29835
|
+
"parent": {
|
|
29836
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29837
|
+
"name": "Validation"
|
|
29838
|
+
},
|
|
29839
|
+
"declarations": [
|
|
29840
|
+
{
|
|
29841
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29842
|
+
"name": "Validation"
|
|
29843
|
+
}
|
|
29844
|
+
],
|
|
29845
|
+
"required": false,
|
|
29846
|
+
"type": {
|
|
29847
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
29848
|
+
}
|
|
29849
|
+
},
|
|
29850
|
+
"onFocusChange": {
|
|
29851
|
+
"defaultValue": null,
|
|
29852
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
29853
|
+
"name": "onFocusChange",
|
|
29854
|
+
"parent": {
|
|
29855
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29856
|
+
"name": "FocusEvents"
|
|
29857
|
+
},
|
|
29858
|
+
"declarations": [
|
|
29859
|
+
{
|
|
29860
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29861
|
+
"name": "FocusEvents"
|
|
29862
|
+
}
|
|
29863
|
+
],
|
|
29864
|
+
"required": false,
|
|
29865
|
+
"type": {
|
|
29866
|
+
"name": "((isFocused: boolean) => void)"
|
|
29867
|
+
}
|
|
29868
|
+
},
|
|
29869
|
+
"value": {
|
|
29870
|
+
"defaultValue": null,
|
|
29871
|
+
"description": "The current value (controlled).",
|
|
29872
|
+
"name": "value",
|
|
29873
|
+
"parent": {
|
|
29874
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29875
|
+
"name": "ValueBase"
|
|
29876
|
+
},
|
|
29877
|
+
"declarations": [
|
|
29878
|
+
{
|
|
29879
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29880
|
+
"name": "ValueBase"
|
|
29881
|
+
}
|
|
29882
|
+
],
|
|
29883
|
+
"required": false,
|
|
29884
|
+
"type": {
|
|
29885
|
+
"name": "TimeValue | null"
|
|
29886
|
+
}
|
|
29887
|
+
},
|
|
29888
|
+
"defaultValue": {
|
|
29889
|
+
"defaultValue": null,
|
|
29890
|
+
"description": "The default value (uncontrolled).",
|
|
29891
|
+
"name": "defaultValue",
|
|
29892
|
+
"parent": {
|
|
29893
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29894
|
+
"name": "ValueBase"
|
|
29895
|
+
},
|
|
29896
|
+
"declarations": [
|
|
29897
|
+
{
|
|
29898
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29899
|
+
"name": "ValueBase"
|
|
29900
|
+
}
|
|
29901
|
+
],
|
|
29902
|
+
"required": false,
|
|
29903
|
+
"type": {
|
|
29904
|
+
"name": "TimeValue | null"
|
|
29905
|
+
}
|
|
29906
|
+
},
|
|
29907
|
+
"slot": {
|
|
29908
|
+
"defaultValue": null,
|
|
29909
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
29910
|
+
"name": "slot",
|
|
29911
|
+
"parent": {
|
|
29912
|
+
"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",
|
|
29913
|
+
"name": "SlotProps"
|
|
29914
|
+
},
|
|
29915
|
+
"declarations": [
|
|
29916
|
+
{
|
|
29917
|
+
"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",
|
|
29918
|
+
"name": "SlotProps"
|
|
29919
|
+
}
|
|
29920
|
+
],
|
|
29921
|
+
"required": false,
|
|
29922
|
+
"type": {
|
|
29923
|
+
"name": "string | null"
|
|
29924
|
+
}
|
|
29925
|
+
},
|
|
29926
|
+
"children": {
|
|
29927
|
+
"defaultValue": null,
|
|
29928
|
+
"description": "",
|
|
29929
|
+
"name": "children",
|
|
29930
|
+
"declarations": [
|
|
29931
|
+
{
|
|
29932
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
29933
|
+
"name": "TypeLiteral"
|
|
29934
|
+
}
|
|
29935
|
+
],
|
|
29936
|
+
"required": false,
|
|
29937
|
+
"type": {
|
|
29938
|
+
"name": "ReactNode"
|
|
29939
|
+
}
|
|
29940
|
+
},
|
|
29941
|
+
"wrapWith": {
|
|
29942
|
+
"defaultValue": null,
|
|
29943
|
+
"description": "",
|
|
29944
|
+
"name": "wrapWith",
|
|
29945
|
+
"parent": {
|
|
29946
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
29947
|
+
"name": "FlowComponentProps"
|
|
29948
|
+
},
|
|
29949
|
+
"declarations": [
|
|
29950
|
+
{
|
|
29951
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
29952
|
+
"name": "FlowComponentProps"
|
|
29953
|
+
}
|
|
29954
|
+
],
|
|
29955
|
+
"required": false,
|
|
29956
|
+
"type": {
|
|
29957
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
29958
|
+
}
|
|
29959
|
+
},
|
|
29960
|
+
"tunnelId": {
|
|
29961
|
+
"defaultValue": null,
|
|
29962
|
+
"description": "@internal",
|
|
29963
|
+
"name": "tunnelId",
|
|
29964
|
+
"parent": {
|
|
29965
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
29966
|
+
"name": "PropsWithTunnel"
|
|
29967
|
+
},
|
|
29968
|
+
"declarations": [
|
|
29969
|
+
{
|
|
29970
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
29971
|
+
"name": "PropsWithTunnel"
|
|
29972
|
+
}
|
|
29973
|
+
],
|
|
29974
|
+
"required": false,
|
|
29975
|
+
"type": {
|
|
29976
|
+
"name": "string | null"
|
|
29977
|
+
}
|
|
29978
|
+
},
|
|
29979
|
+
"ref": {
|
|
29980
|
+
"defaultValue": null,
|
|
29981
|
+
"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}",
|
|
29982
|
+
"name": "ref",
|
|
29983
|
+
"parent": {
|
|
29984
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
29985
|
+
"name": "RefAttributes"
|
|
29986
|
+
},
|
|
29987
|
+
"declarations": [
|
|
29988
|
+
{
|
|
29989
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
29990
|
+
"name": "RefAttributes"
|
|
29991
|
+
}
|
|
29992
|
+
],
|
|
29993
|
+
"required": false,
|
|
29994
|
+
"type": {
|
|
29995
|
+
"name": "Ref<HTMLInputElement>"
|
|
29996
|
+
}
|
|
29997
|
+
},
|
|
29998
|
+
"key": {
|
|
29999
|
+
"defaultValue": null,
|
|
30000
|
+
"description": "",
|
|
30001
|
+
"name": "key",
|
|
30002
|
+
"parent": {
|
|
30003
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
30004
|
+
"name": "Attributes"
|
|
30005
|
+
},
|
|
30006
|
+
"declarations": [
|
|
30007
|
+
{
|
|
30008
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
30009
|
+
"name": "Attributes"
|
|
30010
|
+
}
|
|
30011
|
+
],
|
|
30012
|
+
"required": false,
|
|
30013
|
+
"type": {
|
|
30014
|
+
"name": "Key | null"
|
|
30015
|
+
}
|
|
30016
|
+
},
|
|
30017
|
+
"containerBreakpointSize": {
|
|
30018
|
+
"defaultValue": null,
|
|
30019
|
+
"description": "",
|
|
30020
|
+
"name": "containerBreakpointSize",
|
|
30021
|
+
"parent": {
|
|
30022
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
30023
|
+
"name": "PropsWithContainerBreakpointSize"
|
|
30024
|
+
},
|
|
30025
|
+
"declarations": [
|
|
30026
|
+
{
|
|
30027
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
30028
|
+
"name": "PropsWithContainerBreakpointSize"
|
|
30029
|
+
}
|
|
30030
|
+
],
|
|
30031
|
+
"required": false,
|
|
30032
|
+
"type": {
|
|
30033
|
+
"name": "ContainerBreakpointSize"
|
|
30034
|
+
}
|
|
30035
|
+
}
|
|
30036
|
+
}
|
|
30037
|
+
},
|
|
30038
30038
|
{
|
|
30039
30039
|
"tags": {
|
|
30040
30040
|
"flr-generate": "all",
|
|
@@ -208202,99 +208202,66 @@
|
|
|
208202
208202
|
},
|
|
208203
208203
|
{
|
|
208204
208204
|
"tags": {},
|
|
208205
|
-
"filePath": "src/integrations/
|
|
208206
|
-
"description": "",
|
|
208207
|
-
"displayName": "RouterProvider",
|
|
208208
|
-
"methods": [],
|
|
208209
|
-
"props": {
|
|
208210
|
-
"children": {
|
|
208211
|
-
"defaultValue": null,
|
|
208212
|
-
"description": "",
|
|
208213
|
-
"name": "children",
|
|
208214
|
-
"declarations": [
|
|
208215
|
-
{
|
|
208216
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208217
|
-
"name": "TypeLiteral"
|
|
208218
|
-
}
|
|
208219
|
-
],
|
|
208220
|
-
"required": false,
|
|
208221
|
-
"type": {
|
|
208222
|
-
"name": "ReactNode"
|
|
208223
|
-
}
|
|
208224
|
-
}
|
|
208225
|
-
}
|
|
208226
|
-
},
|
|
208227
|
-
{
|
|
208228
|
-
"tags": {
|
|
208229
|
-
"deprecated": "Use RouterProvider instead"
|
|
208230
|
-
},
|
|
208231
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
208205
|
+
"filePath": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208232
208206
|
"description": "",
|
|
208233
|
-
"displayName": "
|
|
208207
|
+
"displayName": "Form",
|
|
208234
208208
|
"methods": [],
|
|
208235
208209
|
"props": {
|
|
208236
|
-
"
|
|
208210
|
+
"form": {
|
|
208237
208211
|
"defaultValue": null,
|
|
208238
208212
|
"description": "",
|
|
208239
|
-
"name": "
|
|
208213
|
+
"name": "form",
|
|
208214
|
+
"parent": {
|
|
208215
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208216
|
+
"name": "FormProps"
|
|
208217
|
+
},
|
|
208240
208218
|
"declarations": [
|
|
208241
208219
|
{
|
|
208242
|
-
"fileName": "
|
|
208243
|
-
"name": "
|
|
208220
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208221
|
+
"name": "FormProps"
|
|
208244
208222
|
}
|
|
208245
208223
|
],
|
|
208246
|
-
"required":
|
|
208224
|
+
"required": true,
|
|
208247
208225
|
"type": {
|
|
208248
|
-
"name": "
|
|
208226
|
+
"name": "UseFormReturn<F>"
|
|
208249
208227
|
}
|
|
208250
|
-
}
|
|
208251
|
-
|
|
208252
|
-
},
|
|
208253
|
-
{
|
|
208254
|
-
"tags": {
|
|
208255
|
-
"deprecated": "Use RouterProvider instead"
|
|
208256
|
-
},
|
|
208257
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
208258
|
-
"description": "",
|
|
208259
|
-
"displayName": "Link",
|
|
208260
|
-
"methods": [],
|
|
208261
|
-
"props": {
|
|
208262
|
-
"ref": {
|
|
208228
|
+
},
|
|
208229
|
+
"onSubmit": {
|
|
208263
208230
|
"defaultValue": null,
|
|
208264
208231
|
"description": "",
|
|
208265
|
-
"name": "
|
|
208232
|
+
"name": "onSubmit",
|
|
208266
208233
|
"parent": {
|
|
208267
|
-
"fileName": "
|
|
208268
|
-
"name": "
|
|
208234
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208235
|
+
"name": "FormProps"
|
|
208269
208236
|
},
|
|
208270
208237
|
"declarations": [
|
|
208271
208238
|
{
|
|
208272
|
-
"fileName": "
|
|
208273
|
-
"name": "
|
|
208239
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208240
|
+
"name": "FormProps"
|
|
208274
208241
|
}
|
|
208275
208242
|
],
|
|
208276
|
-
"required":
|
|
208243
|
+
"required": true,
|
|
208277
208244
|
"type": {
|
|
208278
|
-
"name": "
|
|
208245
|
+
"name": "SubmitHandler<F>"
|
|
208279
208246
|
}
|
|
208280
208247
|
},
|
|
208281
|
-
"
|
|
208248
|
+
"formComponent": {
|
|
208282
208249
|
"defaultValue": null,
|
|
208283
208250
|
"description": "",
|
|
208284
|
-
"name": "
|
|
208251
|
+
"name": "formComponent",
|
|
208285
208252
|
"parent": {
|
|
208286
|
-
"fileName": "
|
|
208287
|
-
"name": "
|
|
208253
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208254
|
+
"name": "FormProps"
|
|
208288
208255
|
},
|
|
208289
208256
|
"declarations": [
|
|
208290
208257
|
{
|
|
208291
|
-
"fileName": "
|
|
208292
|
-
"name": "
|
|
208258
|
+
"fileName": "src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
208259
|
+
"name": "FormProps"
|
|
208293
208260
|
}
|
|
208294
208261
|
],
|
|
208295
208262
|
"required": false,
|
|
208296
208263
|
"type": {
|
|
208297
|
-
"name": "
|
|
208264
|
+
"name": "FormComponentType"
|
|
208298
208265
|
}
|
|
208299
208266
|
},
|
|
208300
208267
|
"children": {
|
|
@@ -208791,25 +208758,6 @@
|
|
|
208791
208758
|
"name": "FormEventHandler<HTMLElement>"
|
|
208792
208759
|
}
|
|
208793
208760
|
},
|
|
208794
|
-
"onSubmit": {
|
|
208795
|
-
"defaultValue": null,
|
|
208796
|
-
"description": "",
|
|
208797
|
-
"name": "onSubmit",
|
|
208798
|
-
"parent": {
|
|
208799
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208800
|
-
"name": "DOMAttributes"
|
|
208801
|
-
},
|
|
208802
|
-
"declarations": [
|
|
208803
|
-
{
|
|
208804
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
208805
|
-
"name": "DOMAttributes"
|
|
208806
|
-
}
|
|
208807
|
-
],
|
|
208808
|
-
"required": false,
|
|
208809
|
-
"type": {
|
|
208810
|
-
"name": "FormEventHandler<HTMLElement>"
|
|
208811
|
-
}
|
|
208812
|
-
},
|
|
208813
208761
|
"onSubmitCapture": {
|
|
208814
208762
|
"defaultValue": null,
|
|
208815
208763
|
"description": "",
|
|
@@ -211436,10 +211384,10 @@
|
|
|
211436
211384
|
"name": "string"
|
|
211437
211385
|
}
|
|
211438
211386
|
},
|
|
211439
|
-
"
|
|
211387
|
+
"method": {
|
|
211440
211388
|
"defaultValue": null,
|
|
211441
211389
|
"description": "",
|
|
211442
|
-
"name": "
|
|
211390
|
+
"name": "method",
|
|
211443
211391
|
"parent": {
|
|
211444
211392
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211445
211393
|
"name": "SVGAttributes"
|
|
@@ -211455,48 +211403,48 @@
|
|
|
211455
211403
|
"name": "string"
|
|
211456
211404
|
}
|
|
211457
211405
|
},
|
|
211458
|
-
"
|
|
211406
|
+
"name": {
|
|
211459
211407
|
"defaultValue": null,
|
|
211460
211408
|
"description": "",
|
|
211461
|
-
"name": "
|
|
211409
|
+
"name": "name",
|
|
211462
211410
|
"parent": {
|
|
211463
211411
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211464
|
-
"name": "
|
|
211412
|
+
"name": "InputHTMLAttributes"
|
|
211465
211413
|
},
|
|
211466
211414
|
"declarations": [
|
|
211467
211415
|
{
|
|
211468
211416
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211469
|
-
"name": "
|
|
211417
|
+
"name": "InputHTMLAttributes"
|
|
211470
211418
|
}
|
|
211471
211419
|
],
|
|
211472
211420
|
"required": false,
|
|
211473
211421
|
"type": {
|
|
211474
|
-
"name": "
|
|
211422
|
+
"name": "string"
|
|
211475
211423
|
}
|
|
211476
211424
|
},
|
|
211477
|
-
"
|
|
211425
|
+
"style": {
|
|
211478
211426
|
"defaultValue": null,
|
|
211479
211427
|
"description": "",
|
|
211480
|
-
"name": "
|
|
211428
|
+
"name": "style",
|
|
211481
211429
|
"parent": {
|
|
211482
211430
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211483
|
-
"name": "
|
|
211431
|
+
"name": "HTMLAttributes"
|
|
211484
211432
|
},
|
|
211485
211433
|
"declarations": [
|
|
211486
211434
|
{
|
|
211487
211435
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211488
|
-
"name": "
|
|
211436
|
+
"name": "HTMLAttributes"
|
|
211489
211437
|
}
|
|
211490
211438
|
],
|
|
211491
211439
|
"required": false,
|
|
211492
211440
|
"type": {
|
|
211493
|
-
"name": "
|
|
211441
|
+
"name": "CSSProperties"
|
|
211494
211442
|
}
|
|
211495
211443
|
},
|
|
211496
|
-
"
|
|
211444
|
+
"target": {
|
|
211497
211445
|
"defaultValue": null,
|
|
211498
|
-
"description": "
|
|
211499
|
-
"name": "
|
|
211446
|
+
"description": "",
|
|
211447
|
+
"name": "target",
|
|
211500
211448
|
"parent": {
|
|
211501
211449
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211502
211450
|
"name": "SVGAttributes"
|
|
@@ -211505,15 +211453,11 @@
|
|
|
211505
211453
|
{
|
|
211506
211454
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211507
211455
|
"name": "SVGAttributes"
|
|
211508
|
-
},
|
|
211509
|
-
{
|
|
211510
|
-
"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",
|
|
211511
|
-
"name": "BaseAxisProps"
|
|
211512
211456
|
}
|
|
211513
211457
|
],
|
|
211514
211458
|
"required": false,
|
|
211515
211459
|
"type": {
|
|
211516
|
-
"name": "
|
|
211460
|
+
"name": "string"
|
|
211517
211461
|
}
|
|
211518
211462
|
},
|
|
211519
211463
|
"role": {
|
|
@@ -211554,25 +211498,6 @@
|
|
|
211554
211498
|
"name": "number"
|
|
211555
211499
|
}
|
|
211556
211500
|
},
|
|
211557
|
-
"href": {
|
|
211558
|
-
"defaultValue": null,
|
|
211559
|
-
"description": "",
|
|
211560
|
-
"name": "href",
|
|
211561
|
-
"parent": {
|
|
211562
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211563
|
-
"name": "SVGAttributes"
|
|
211564
|
-
},
|
|
211565
|
-
"declarations": [
|
|
211566
|
-
{
|
|
211567
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
211568
|
-
"name": "SVGAttributes"
|
|
211569
|
-
}
|
|
211570
|
-
],
|
|
211571
|
-
"required": false,
|
|
211572
|
-
"type": {
|
|
211573
|
-
"name": "string"
|
|
211574
|
-
}
|
|
211575
|
-
},
|
|
211576
211501
|
"aria-activedescendant": {
|
|
211577
211502
|
"defaultValue": null,
|
|
211578
211503
|
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
@@ -212770,6 +212695,25 @@
|
|
|
212770
212695
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
212771
212696
|
}
|
|
212772
212697
|
},
|
|
212698
|
+
"ref": {
|
|
212699
|
+
"defaultValue": null,
|
|
212700
|
+
"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}",
|
|
212701
|
+
"name": "ref",
|
|
212702
|
+
"parent": {
|
|
212703
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212704
|
+
"name": "RefAttributes"
|
|
212705
|
+
},
|
|
212706
|
+
"declarations": [
|
|
212707
|
+
{
|
|
212708
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212709
|
+
"name": "RefAttributes"
|
|
212710
|
+
}
|
|
212711
|
+
],
|
|
212712
|
+
"required": false,
|
|
212713
|
+
"type": {
|
|
212714
|
+
"name": "Ref<HTMLInputElement>"
|
|
212715
|
+
}
|
|
212716
|
+
},
|
|
212773
212717
|
"key": {
|
|
212774
212718
|
"defaultValue": null,
|
|
212775
212719
|
"description": "",
|
|
@@ -212865,6 +212809,25 @@
|
|
|
212865
212809
|
"name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
|
|
212866
212810
|
}
|
|
212867
212811
|
},
|
|
212812
|
+
"autoComplete": {
|
|
212813
|
+
"defaultValue": null,
|
|
212814
|
+
"description": "",
|
|
212815
|
+
"name": "autoComplete",
|
|
212816
|
+
"parent": {
|
|
212817
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212818
|
+
"name": "FormHTMLAttributes"
|
|
212819
|
+
},
|
|
212820
|
+
"declarations": [
|
|
212821
|
+
{
|
|
212822
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
212823
|
+
"name": "FormHTMLAttributes"
|
|
212824
|
+
}
|
|
212825
|
+
],
|
|
212826
|
+
"required": false,
|
|
212827
|
+
"type": {
|
|
212828
|
+
"name": "string"
|
|
212829
|
+
}
|
|
212830
|
+
},
|
|
212868
212831
|
"inputMode": {
|
|
212869
212832
|
"defaultValue": null,
|
|
212870
212833
|
"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}",
|
|
@@ -213682,56 +213645,56 @@
|
|
|
213682
213645
|
"name": "string"
|
|
213683
213646
|
}
|
|
213684
213647
|
},
|
|
213685
|
-
"
|
|
213648
|
+
"action": {
|
|
213686
213649
|
"defaultValue": null,
|
|
213687
213650
|
"description": "",
|
|
213688
|
-
"name": "
|
|
213651
|
+
"name": "action",
|
|
213689
213652
|
"parent": {
|
|
213690
213653
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213691
|
-
"name": "
|
|
213654
|
+
"name": "FormHTMLAttributes"
|
|
213692
213655
|
},
|
|
213693
213656
|
"declarations": [
|
|
213694
213657
|
{
|
|
213695
213658
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213696
|
-
"name": "
|
|
213659
|
+
"name": "FormHTMLAttributes"
|
|
213697
213660
|
}
|
|
213698
213661
|
],
|
|
213699
213662
|
"required": false,
|
|
213700
213663
|
"type": {
|
|
213701
|
-
"name": "string"
|
|
213664
|
+
"name": "string | ((formData: FormData) => void | Promise<void>)"
|
|
213702
213665
|
}
|
|
213703
213666
|
},
|
|
213704
|
-
"
|
|
213667
|
+
"acceptCharset": {
|
|
213705
213668
|
"defaultValue": null,
|
|
213706
213669
|
"description": "",
|
|
213707
|
-
"name": "
|
|
213670
|
+
"name": "acceptCharset",
|
|
213708
213671
|
"parent": {
|
|
213709
213672
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213710
|
-
"name": "
|
|
213673
|
+
"name": "FormHTMLAttributes"
|
|
213711
213674
|
},
|
|
213712
213675
|
"declarations": [
|
|
213713
213676
|
{
|
|
213714
213677
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213715
|
-
"name": "
|
|
213678
|
+
"name": "FormHTMLAttributes"
|
|
213716
213679
|
}
|
|
213717
213680
|
],
|
|
213718
213681
|
"required": false,
|
|
213719
213682
|
"type": {
|
|
213720
|
-
"name": "
|
|
213683
|
+
"name": "string"
|
|
213721
213684
|
}
|
|
213722
213685
|
},
|
|
213723
|
-
"
|
|
213686
|
+
"encType": {
|
|
213724
213687
|
"defaultValue": null,
|
|
213725
213688
|
"description": "",
|
|
213726
|
-
"name": "
|
|
213689
|
+
"name": "encType",
|
|
213727
213690
|
"parent": {
|
|
213728
213691
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213729
|
-
"name": "
|
|
213692
|
+
"name": "FormHTMLAttributes"
|
|
213730
213693
|
},
|
|
213731
213694
|
"declarations": [
|
|
213732
213695
|
{
|
|
213733
213696
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213734
|
-
"name": "
|
|
213697
|
+
"name": "FormHTMLAttributes"
|
|
213735
213698
|
}
|
|
213736
213699
|
],
|
|
213737
213700
|
"required": false,
|
|
@@ -213739,89 +213702,921 @@
|
|
|
213739
213702
|
"name": "string"
|
|
213740
213703
|
}
|
|
213741
213704
|
},
|
|
213742
|
-
"
|
|
213705
|
+
"noValidate": {
|
|
213743
213706
|
"defaultValue": null,
|
|
213744
213707
|
"description": "",
|
|
213745
|
-
"name": "
|
|
213708
|
+
"name": "noValidate",
|
|
213746
213709
|
"parent": {
|
|
213747
213710
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213748
|
-
"name": "
|
|
213711
|
+
"name": "FormHTMLAttributes"
|
|
213749
213712
|
},
|
|
213750
213713
|
"declarations": [
|
|
213751
213714
|
{
|
|
213752
213715
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213753
|
-
"name": "
|
|
213716
|
+
"name": "FormHTMLAttributes"
|
|
213754
213717
|
}
|
|
213755
213718
|
],
|
|
213756
213719
|
"required": false,
|
|
213757
213720
|
"type": {
|
|
213758
|
-
"name": "
|
|
213721
|
+
"name": "boolean"
|
|
213759
213722
|
}
|
|
213760
213723
|
}
|
|
213761
213724
|
}
|
|
213762
213725
|
},
|
|
213763
213726
|
{
|
|
213764
213727
|
"tags": {},
|
|
213765
|
-
"filePath": "src/integrations/react-hook-form/components/
|
|
213728
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
213766
213729
|
"description": "",
|
|
213767
|
-
"displayName": "
|
|
213730
|
+
"displayName": "Field",
|
|
213768
213731
|
"methods": [],
|
|
213769
213732
|
"props": {
|
|
213770
|
-
"
|
|
213733
|
+
"name": {
|
|
213771
213734
|
"defaultValue": null,
|
|
213772
213735
|
"description": "",
|
|
213773
|
-
"name": "
|
|
213736
|
+
"name": "name",
|
|
213737
|
+
"declarations": [
|
|
213738
|
+
{
|
|
213739
|
+
"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",
|
|
213740
|
+
"name": "TypeLiteral"
|
|
213741
|
+
}
|
|
213742
|
+
],
|
|
213743
|
+
"required": true,
|
|
213744
|
+
"type": {
|
|
213745
|
+
"name": "string"
|
|
213746
|
+
}
|
|
213747
|
+
},
|
|
213748
|
+
"defaultValue": {
|
|
213749
|
+
"defaultValue": null,
|
|
213750
|
+
"description": "",
|
|
213751
|
+
"name": "defaultValue",
|
|
213752
|
+
"declarations": [
|
|
213753
|
+
{
|
|
213754
|
+
"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",
|
|
213755
|
+
"name": "TypeLiteral"
|
|
213756
|
+
}
|
|
213757
|
+
],
|
|
213758
|
+
"required": false,
|
|
213759
|
+
"type": {
|
|
213760
|
+
"name": "any"
|
|
213761
|
+
}
|
|
213762
|
+
},
|
|
213763
|
+
"disabled": {
|
|
213764
|
+
"defaultValue": null,
|
|
213765
|
+
"description": "",
|
|
213766
|
+
"name": "disabled",
|
|
213767
|
+
"declarations": [
|
|
213768
|
+
{
|
|
213769
|
+
"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",
|
|
213770
|
+
"name": "TypeLiteral"
|
|
213771
|
+
}
|
|
213772
|
+
],
|
|
213773
|
+
"required": false,
|
|
213774
|
+
"type": {
|
|
213775
|
+
"name": "boolean"
|
|
213776
|
+
}
|
|
213777
|
+
},
|
|
213778
|
+
"control": {
|
|
213779
|
+
"defaultValue": null,
|
|
213780
|
+
"description": "",
|
|
213781
|
+
"name": "control",
|
|
213782
|
+
"declarations": [
|
|
213783
|
+
{
|
|
213784
|
+
"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",
|
|
213785
|
+
"name": "TypeLiteral"
|
|
213786
|
+
}
|
|
213787
|
+
],
|
|
213788
|
+
"required": false,
|
|
213789
|
+
"type": {
|
|
213790
|
+
"name": "Control<T, any, T>"
|
|
213791
|
+
}
|
|
213792
|
+
},
|
|
213793
|
+
"rules": {
|
|
213794
|
+
"defaultValue": null,
|
|
213795
|
+
"description": "",
|
|
213796
|
+
"name": "rules",
|
|
213797
|
+
"declarations": [
|
|
213798
|
+
{
|
|
213799
|
+
"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",
|
|
213800
|
+
"name": "TypeLiteral"
|
|
213801
|
+
}
|
|
213802
|
+
],
|
|
213803
|
+
"required": false,
|
|
213804
|
+
"type": {
|
|
213805
|
+
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
213806
|
+
}
|
|
213807
|
+
},
|
|
213808
|
+
"shouldUnregister": {
|
|
213809
|
+
"defaultValue": null,
|
|
213810
|
+
"description": "",
|
|
213811
|
+
"name": "shouldUnregister",
|
|
213812
|
+
"declarations": [
|
|
213813
|
+
{
|
|
213814
|
+
"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",
|
|
213815
|
+
"name": "TypeLiteral"
|
|
213816
|
+
}
|
|
213817
|
+
],
|
|
213818
|
+
"required": false,
|
|
213819
|
+
"type": {
|
|
213820
|
+
"name": "boolean"
|
|
213821
|
+
}
|
|
213822
|
+
},
|
|
213823
|
+
"children": {
|
|
213824
|
+
"defaultValue": null,
|
|
213825
|
+
"description": "",
|
|
213826
|
+
"name": "children",
|
|
213827
|
+
"declarations": [
|
|
213828
|
+
{
|
|
213829
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
213830
|
+
"name": "TypeLiteral"
|
|
213831
|
+
}
|
|
213832
|
+
],
|
|
213833
|
+
"required": false,
|
|
213834
|
+
"type": {
|
|
213835
|
+
"name": "ReactNode"
|
|
213836
|
+
}
|
|
213837
|
+
}
|
|
213838
|
+
}
|
|
213839
|
+
},
|
|
213840
|
+
{
|
|
213841
|
+
"tags": {},
|
|
213842
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
213843
|
+
"description": "",
|
|
213844
|
+
"displayName": "typedField",
|
|
213845
|
+
"methods": [],
|
|
213846
|
+
"props": {
|
|
213847
|
+
"watch": {
|
|
213848
|
+
"defaultValue": null,
|
|
213849
|
+
"description": "",
|
|
213850
|
+
"name": "watch",
|
|
213851
|
+
"declarations": [
|
|
213852
|
+
{
|
|
213853
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
213854
|
+
"name": "TypeLiteral"
|
|
213855
|
+
}
|
|
213856
|
+
],
|
|
213857
|
+
"required": true,
|
|
213858
|
+
"type": {
|
|
213859
|
+
"name": "UseFormWatch<T>"
|
|
213860
|
+
}
|
|
213861
|
+
},
|
|
213862
|
+
"getValues": {
|
|
213863
|
+
"defaultValue": null,
|
|
213864
|
+
"description": "",
|
|
213865
|
+
"name": "getValues",
|
|
213866
|
+
"declarations": [
|
|
213867
|
+
{
|
|
213868
|
+
"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",
|
|
213869
|
+
"name": "TypeLiteral"
|
|
213870
|
+
}
|
|
213871
|
+
],
|
|
213872
|
+
"required": true,
|
|
213873
|
+
"type": {
|
|
213874
|
+
"name": "UseFormGetValues<T>"
|
|
213875
|
+
}
|
|
213876
|
+
},
|
|
213877
|
+
"getFieldState": {
|
|
213878
|
+
"defaultValue": null,
|
|
213879
|
+
"description": "",
|
|
213880
|
+
"name": "getFieldState",
|
|
213881
|
+
"declarations": [
|
|
213882
|
+
{
|
|
213883
|
+
"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",
|
|
213884
|
+
"name": "TypeLiteral"
|
|
213885
|
+
},
|
|
213886
|
+
{
|
|
213887
|
+
"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",
|
|
213888
|
+
"name": "TypeLiteral"
|
|
213889
|
+
}
|
|
213890
|
+
],
|
|
213891
|
+
"required": true,
|
|
213892
|
+
"type": {
|
|
213893
|
+
"name": "UseFormGetFieldState<T>"
|
|
213894
|
+
}
|
|
213895
|
+
},
|
|
213896
|
+
"setError": {
|
|
213897
|
+
"defaultValue": null,
|
|
213898
|
+
"description": "",
|
|
213899
|
+
"name": "setError",
|
|
213900
|
+
"declarations": [
|
|
213901
|
+
{
|
|
213902
|
+
"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",
|
|
213903
|
+
"name": "TypeLiteral"
|
|
213904
|
+
},
|
|
213905
|
+
{
|
|
213906
|
+
"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",
|
|
213907
|
+
"name": "TypeLiteral"
|
|
213908
|
+
}
|
|
213909
|
+
],
|
|
213910
|
+
"required": true,
|
|
213911
|
+
"type": {
|
|
213912
|
+
"name": "UseFormSetError<T>"
|
|
213913
|
+
}
|
|
213914
|
+
},
|
|
213915
|
+
"clearErrors": {
|
|
213916
|
+
"defaultValue": null,
|
|
213917
|
+
"description": "",
|
|
213918
|
+
"name": "clearErrors",
|
|
213919
|
+
"declarations": [
|
|
213920
|
+
{
|
|
213921
|
+
"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",
|
|
213922
|
+
"name": "TypeLiteral"
|
|
213923
|
+
}
|
|
213924
|
+
],
|
|
213925
|
+
"required": true,
|
|
213926
|
+
"type": {
|
|
213927
|
+
"name": "UseFormClearErrors<T>"
|
|
213928
|
+
}
|
|
213929
|
+
},
|
|
213930
|
+
"setValue": {
|
|
213931
|
+
"defaultValue": null,
|
|
213932
|
+
"description": "",
|
|
213933
|
+
"name": "setValue",
|
|
213934
|
+
"declarations": [
|
|
213935
|
+
{
|
|
213936
|
+
"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",
|
|
213937
|
+
"name": "TypeLiteral"
|
|
213938
|
+
}
|
|
213939
|
+
],
|
|
213940
|
+
"required": true,
|
|
213941
|
+
"type": {
|
|
213942
|
+
"name": "UseFormSetValue<T>"
|
|
213943
|
+
}
|
|
213944
|
+
},
|
|
213945
|
+
"trigger": {
|
|
213946
|
+
"defaultValue": null,
|
|
213947
|
+
"description": "",
|
|
213948
|
+
"name": "trigger",
|
|
213949
|
+
"declarations": [
|
|
213950
|
+
{
|
|
213951
|
+
"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",
|
|
213952
|
+
"name": "TypeLiteral"
|
|
213953
|
+
}
|
|
213954
|
+
],
|
|
213955
|
+
"required": true,
|
|
213956
|
+
"type": {
|
|
213957
|
+
"name": "UseFormTrigger<T>"
|
|
213958
|
+
}
|
|
213959
|
+
},
|
|
213960
|
+
"formState": {
|
|
213961
|
+
"defaultValue": null,
|
|
213962
|
+
"description": "",
|
|
213963
|
+
"name": "formState",
|
|
213964
|
+
"declarations": [
|
|
213965
|
+
{
|
|
213966
|
+
"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",
|
|
213967
|
+
"name": "TypeLiteral"
|
|
213968
|
+
}
|
|
213969
|
+
],
|
|
213970
|
+
"required": true,
|
|
213971
|
+
"type": {
|
|
213972
|
+
"name": "FormState<T>"
|
|
213973
|
+
}
|
|
213974
|
+
},
|
|
213975
|
+
"resetField": {
|
|
213976
|
+
"defaultValue": null,
|
|
213977
|
+
"description": "",
|
|
213978
|
+
"name": "resetField",
|
|
213979
|
+
"declarations": [
|
|
213980
|
+
{
|
|
213981
|
+
"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",
|
|
213982
|
+
"name": "TypeLiteral"
|
|
213983
|
+
}
|
|
213984
|
+
],
|
|
213985
|
+
"required": true,
|
|
213986
|
+
"type": {
|
|
213987
|
+
"name": "UseFormResetField<T>"
|
|
213988
|
+
}
|
|
213989
|
+
},
|
|
213990
|
+
"reset": {
|
|
213991
|
+
"defaultValue": null,
|
|
213992
|
+
"description": "",
|
|
213993
|
+
"name": "reset",
|
|
213994
|
+
"declarations": [
|
|
213995
|
+
{
|
|
213996
|
+
"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",
|
|
213997
|
+
"name": "TypeLiteral"
|
|
213998
|
+
}
|
|
213999
|
+
],
|
|
214000
|
+
"required": true,
|
|
214001
|
+
"type": {
|
|
214002
|
+
"name": "UseFormReset<T>"
|
|
214003
|
+
}
|
|
214004
|
+
},
|
|
214005
|
+
"handleSubmit": {
|
|
214006
|
+
"defaultValue": null,
|
|
214007
|
+
"description": "",
|
|
214008
|
+
"name": "handleSubmit",
|
|
214009
|
+
"declarations": [
|
|
214010
|
+
{
|
|
214011
|
+
"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",
|
|
214012
|
+
"name": "TypeLiteral"
|
|
214013
|
+
},
|
|
214014
|
+
{
|
|
214015
|
+
"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",
|
|
214016
|
+
"name": "TypeLiteral"
|
|
214017
|
+
}
|
|
214018
|
+
],
|
|
214019
|
+
"required": true,
|
|
214020
|
+
"type": {
|
|
214021
|
+
"name": "UseFormHandleSubmit<T, T>"
|
|
214022
|
+
}
|
|
214023
|
+
},
|
|
214024
|
+
"unregister": {
|
|
214025
|
+
"defaultValue": null,
|
|
214026
|
+
"description": "",
|
|
214027
|
+
"name": "unregister",
|
|
214028
|
+
"declarations": [
|
|
214029
|
+
{
|
|
214030
|
+
"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",
|
|
214031
|
+
"name": "TypeLiteral"
|
|
214032
|
+
},
|
|
214033
|
+
{
|
|
214034
|
+
"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",
|
|
214035
|
+
"name": "TypeLiteral"
|
|
214036
|
+
}
|
|
214037
|
+
],
|
|
214038
|
+
"required": true,
|
|
214039
|
+
"type": {
|
|
214040
|
+
"name": "UseFormUnregister<T>"
|
|
214041
|
+
}
|
|
214042
|
+
},
|
|
214043
|
+
"control": {
|
|
214044
|
+
"defaultValue": null,
|
|
214045
|
+
"description": "",
|
|
214046
|
+
"name": "control",
|
|
214047
|
+
"declarations": [
|
|
214048
|
+
{
|
|
214049
|
+
"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",
|
|
214050
|
+
"name": "TypeLiteral"
|
|
214051
|
+
}
|
|
214052
|
+
],
|
|
214053
|
+
"required": true,
|
|
214054
|
+
"type": {
|
|
214055
|
+
"name": "Control<T, any, T>"
|
|
214056
|
+
}
|
|
214057
|
+
},
|
|
214058
|
+
"register": {
|
|
214059
|
+
"defaultValue": null,
|
|
214060
|
+
"description": "",
|
|
214061
|
+
"name": "register",
|
|
214062
|
+
"declarations": [
|
|
214063
|
+
{
|
|
214064
|
+
"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",
|
|
214065
|
+
"name": "TypeLiteral"
|
|
214066
|
+
},
|
|
214067
|
+
{
|
|
214068
|
+
"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",
|
|
214069
|
+
"name": "TypeLiteral"
|
|
214070
|
+
}
|
|
214071
|
+
],
|
|
214072
|
+
"required": true,
|
|
214073
|
+
"type": {
|
|
214074
|
+
"name": "UseFormRegister<T>"
|
|
214075
|
+
}
|
|
214076
|
+
},
|
|
214077
|
+
"setFocus": {
|
|
214078
|
+
"defaultValue": null,
|
|
214079
|
+
"description": "",
|
|
214080
|
+
"name": "setFocus",
|
|
214081
|
+
"declarations": [
|
|
214082
|
+
{
|
|
214083
|
+
"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",
|
|
214084
|
+
"name": "TypeLiteral"
|
|
214085
|
+
}
|
|
214086
|
+
],
|
|
214087
|
+
"required": true,
|
|
214088
|
+
"type": {
|
|
214089
|
+
"name": "UseFormSetFocus<T>"
|
|
214090
|
+
}
|
|
214091
|
+
},
|
|
214092
|
+
"subscribe": {
|
|
214093
|
+
"defaultValue": null,
|
|
214094
|
+
"description": "",
|
|
214095
|
+
"name": "subscribe",
|
|
214096
|
+
"declarations": [
|
|
214097
|
+
{
|
|
214098
|
+
"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",
|
|
214099
|
+
"name": "TypeLiteral"
|
|
214100
|
+
}
|
|
214101
|
+
],
|
|
214102
|
+
"required": true,
|
|
214103
|
+
"type": {
|
|
214104
|
+
"name": "UseFormSubscribe<T>"
|
|
214105
|
+
}
|
|
214106
|
+
},
|
|
214107
|
+
"_subjects": {
|
|
214108
|
+
"defaultValue": null,
|
|
214109
|
+
"description": "",
|
|
214110
|
+
"name": "_subjects",
|
|
214111
|
+
"declarations": [
|
|
214112
|
+
{
|
|
214113
|
+
"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",
|
|
214114
|
+
"name": "TypeLiteral"
|
|
214115
|
+
}
|
|
214116
|
+
],
|
|
214117
|
+
"required": true,
|
|
214118
|
+
"type": {
|
|
214119
|
+
"name": "Subjects<T>"
|
|
214120
|
+
}
|
|
214121
|
+
},
|
|
214122
|
+
"_removeUnmounted": {
|
|
214123
|
+
"defaultValue": null,
|
|
214124
|
+
"description": "",
|
|
214125
|
+
"name": "_removeUnmounted",
|
|
214126
|
+
"declarations": [
|
|
214127
|
+
{
|
|
214128
|
+
"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",
|
|
214129
|
+
"name": "TypeLiteral"
|
|
214130
|
+
}
|
|
214131
|
+
],
|
|
214132
|
+
"required": true,
|
|
214133
|
+
"type": {
|
|
214134
|
+
"name": "Noop"
|
|
214135
|
+
}
|
|
214136
|
+
},
|
|
214137
|
+
"_names": {
|
|
214138
|
+
"defaultValue": null,
|
|
214139
|
+
"description": "",
|
|
214140
|
+
"name": "_names",
|
|
214141
|
+
"declarations": [
|
|
214142
|
+
{
|
|
214143
|
+
"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",
|
|
214144
|
+
"name": "TypeLiteral"
|
|
214145
|
+
}
|
|
214146
|
+
],
|
|
214147
|
+
"required": true,
|
|
214148
|
+
"type": {
|
|
214149
|
+
"name": "Names"
|
|
214150
|
+
}
|
|
214151
|
+
},
|
|
214152
|
+
"_state": {
|
|
214153
|
+
"defaultValue": null,
|
|
214154
|
+
"description": "",
|
|
214155
|
+
"name": "_state",
|
|
214156
|
+
"declarations": [
|
|
214157
|
+
{
|
|
214158
|
+
"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",
|
|
214159
|
+
"name": "TypeLiteral"
|
|
214160
|
+
}
|
|
214161
|
+
],
|
|
214162
|
+
"required": true,
|
|
214163
|
+
"type": {
|
|
214164
|
+
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
214165
|
+
}
|
|
214166
|
+
},
|
|
214167
|
+
"_reset": {
|
|
214168
|
+
"defaultValue": null,
|
|
214169
|
+
"description": "",
|
|
214170
|
+
"name": "_reset",
|
|
214171
|
+
"declarations": [
|
|
214172
|
+
{
|
|
214173
|
+
"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",
|
|
214174
|
+
"name": "TypeLiteral"
|
|
214175
|
+
}
|
|
214176
|
+
],
|
|
214177
|
+
"required": true,
|
|
214178
|
+
"type": {
|
|
214179
|
+
"name": "UseFormReset<T>"
|
|
214180
|
+
}
|
|
214181
|
+
},
|
|
214182
|
+
"_options": {
|
|
214183
|
+
"defaultValue": null,
|
|
214184
|
+
"description": "",
|
|
214185
|
+
"name": "_options",
|
|
214186
|
+
"declarations": [
|
|
214187
|
+
{
|
|
214188
|
+
"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",
|
|
214189
|
+
"name": "TypeLiteral"
|
|
214190
|
+
}
|
|
214191
|
+
],
|
|
214192
|
+
"required": true,
|
|
214193
|
+
"type": {
|
|
214194
|
+
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
214195
|
+
}
|
|
214196
|
+
},
|
|
214197
|
+
"_getDirty": {
|
|
214198
|
+
"defaultValue": null,
|
|
214199
|
+
"description": "",
|
|
214200
|
+
"name": "_getDirty",
|
|
214201
|
+
"declarations": [
|
|
214202
|
+
{
|
|
214203
|
+
"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",
|
|
214204
|
+
"name": "TypeLiteral"
|
|
214205
|
+
}
|
|
214206
|
+
],
|
|
214207
|
+
"required": true,
|
|
214208
|
+
"type": {
|
|
214209
|
+
"name": "GetIsDirty"
|
|
214210
|
+
}
|
|
214211
|
+
},
|
|
214212
|
+
"_resetDefaultValues": {
|
|
214213
|
+
"defaultValue": null,
|
|
214214
|
+
"description": "",
|
|
214215
|
+
"name": "_resetDefaultValues",
|
|
214216
|
+
"declarations": [
|
|
214217
|
+
{
|
|
214218
|
+
"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",
|
|
214219
|
+
"name": "TypeLiteral"
|
|
214220
|
+
}
|
|
214221
|
+
],
|
|
214222
|
+
"required": true,
|
|
214223
|
+
"type": {
|
|
214224
|
+
"name": "Noop"
|
|
214225
|
+
}
|
|
214226
|
+
},
|
|
214227
|
+
"_formState": {
|
|
214228
|
+
"defaultValue": null,
|
|
214229
|
+
"description": "",
|
|
214230
|
+
"name": "_formState",
|
|
214231
|
+
"declarations": [
|
|
214232
|
+
{
|
|
214233
|
+
"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",
|
|
214234
|
+
"name": "TypeLiteral"
|
|
214235
|
+
}
|
|
214236
|
+
],
|
|
214237
|
+
"required": true,
|
|
214238
|
+
"type": {
|
|
214239
|
+
"name": "FormState<T>"
|
|
214240
|
+
}
|
|
214241
|
+
},
|
|
214242
|
+
"_setValid": {
|
|
214243
|
+
"defaultValue": null,
|
|
214244
|
+
"description": "",
|
|
214245
|
+
"name": "_setValid",
|
|
214246
|
+
"declarations": [
|
|
214247
|
+
{
|
|
214248
|
+
"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",
|
|
214249
|
+
"name": "TypeLiteral"
|
|
214250
|
+
}
|
|
214251
|
+
],
|
|
214252
|
+
"required": true,
|
|
214253
|
+
"type": {
|
|
214254
|
+
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
214255
|
+
}
|
|
214256
|
+
},
|
|
214257
|
+
"_fields": {
|
|
214258
|
+
"defaultValue": null,
|
|
214259
|
+
"description": "",
|
|
214260
|
+
"name": "_fields",
|
|
214261
|
+
"declarations": [
|
|
214262
|
+
{
|
|
214263
|
+
"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",
|
|
214264
|
+
"name": "TypeLiteral"
|
|
214265
|
+
}
|
|
214266
|
+
],
|
|
214267
|
+
"required": true,
|
|
214268
|
+
"type": {
|
|
214269
|
+
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
214270
|
+
}
|
|
214271
|
+
},
|
|
214272
|
+
"_formValues": {
|
|
214273
|
+
"defaultValue": null,
|
|
214274
|
+
"description": "",
|
|
214275
|
+
"name": "_formValues",
|
|
214276
|
+
"declarations": [
|
|
214277
|
+
{
|
|
214278
|
+
"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",
|
|
214279
|
+
"name": "TypeLiteral"
|
|
214280
|
+
}
|
|
214281
|
+
],
|
|
214282
|
+
"required": true,
|
|
214283
|
+
"type": {
|
|
214284
|
+
"name": "FieldValues"
|
|
214285
|
+
}
|
|
214286
|
+
},
|
|
214287
|
+
"_proxyFormState": {
|
|
214288
|
+
"defaultValue": null,
|
|
214289
|
+
"description": "",
|
|
214290
|
+
"name": "_proxyFormState",
|
|
214291
|
+
"declarations": [
|
|
214292
|
+
{
|
|
214293
|
+
"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",
|
|
214294
|
+
"name": "TypeLiteral"
|
|
214295
|
+
}
|
|
214296
|
+
],
|
|
214297
|
+
"required": true,
|
|
214298
|
+
"type": {
|
|
214299
|
+
"name": "ReadFormState"
|
|
214300
|
+
}
|
|
214301
|
+
},
|
|
214302
|
+
"_defaultValues": {
|
|
214303
|
+
"defaultValue": null,
|
|
214304
|
+
"description": "",
|
|
214305
|
+
"name": "_defaultValues",
|
|
214306
|
+
"declarations": [
|
|
214307
|
+
{
|
|
214308
|
+
"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",
|
|
214309
|
+
"name": "TypeLiteral"
|
|
214310
|
+
}
|
|
214311
|
+
],
|
|
214312
|
+
"required": true,
|
|
214313
|
+
"type": {
|
|
214314
|
+
"name": "Partial<DefaultValues<T>>"
|
|
214315
|
+
}
|
|
214316
|
+
},
|
|
214317
|
+
"_getWatch": {
|
|
214318
|
+
"defaultValue": null,
|
|
214319
|
+
"description": "",
|
|
214320
|
+
"name": "_getWatch",
|
|
214321
|
+
"declarations": [
|
|
214322
|
+
{
|
|
214323
|
+
"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",
|
|
214324
|
+
"name": "TypeLiteral"
|
|
214325
|
+
}
|
|
214326
|
+
],
|
|
214327
|
+
"required": true,
|
|
214328
|
+
"type": {
|
|
214329
|
+
"name": "WatchInternal<T>"
|
|
214330
|
+
}
|
|
214331
|
+
},
|
|
214332
|
+
"_setFieldArray": {
|
|
214333
|
+
"defaultValue": null,
|
|
214334
|
+
"description": "",
|
|
214335
|
+
"name": "_setFieldArray",
|
|
214336
|
+
"declarations": [
|
|
214337
|
+
{
|
|
214338
|
+
"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",
|
|
214339
|
+
"name": "TypeLiteral"
|
|
214340
|
+
}
|
|
214341
|
+
],
|
|
214342
|
+
"required": true,
|
|
214343
|
+
"type": {
|
|
214344
|
+
"name": "BatchFieldArrayUpdate"
|
|
214345
|
+
}
|
|
214346
|
+
},
|
|
214347
|
+
"_getFieldArray": {
|
|
214348
|
+
"defaultValue": null,
|
|
214349
|
+
"description": "",
|
|
214350
|
+
"name": "_getFieldArray",
|
|
214351
|
+
"declarations": [
|
|
214352
|
+
{
|
|
214353
|
+
"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",
|
|
214354
|
+
"name": "TypeLiteral"
|
|
214355
|
+
}
|
|
214356
|
+
],
|
|
214357
|
+
"required": true,
|
|
214358
|
+
"type": {
|
|
214359
|
+
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
214360
|
+
}
|
|
214361
|
+
},
|
|
214362
|
+
"_setErrors": {
|
|
214363
|
+
"defaultValue": null,
|
|
214364
|
+
"description": "",
|
|
214365
|
+
"name": "_setErrors",
|
|
214366
|
+
"declarations": [
|
|
214367
|
+
{
|
|
214368
|
+
"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",
|
|
214369
|
+
"name": "TypeLiteral"
|
|
214370
|
+
}
|
|
214371
|
+
],
|
|
214372
|
+
"required": true,
|
|
214373
|
+
"type": {
|
|
214374
|
+
"name": "(errors: FieldErrors<T>) => void"
|
|
214375
|
+
}
|
|
214376
|
+
},
|
|
214377
|
+
"_setDisabledField": {
|
|
214378
|
+
"defaultValue": null,
|
|
214379
|
+
"description": "",
|
|
214380
|
+
"name": "_setDisabledField",
|
|
214381
|
+
"declarations": [
|
|
214382
|
+
{
|
|
214383
|
+
"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",
|
|
214384
|
+
"name": "TypeLiteral"
|
|
214385
|
+
}
|
|
214386
|
+
],
|
|
214387
|
+
"required": true,
|
|
214388
|
+
"type": {
|
|
214389
|
+
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
214390
|
+
}
|
|
214391
|
+
},
|
|
214392
|
+
"_runSchema": {
|
|
214393
|
+
"defaultValue": null,
|
|
214394
|
+
"description": "",
|
|
214395
|
+
"name": "_runSchema",
|
|
214396
|
+
"declarations": [
|
|
214397
|
+
{
|
|
214398
|
+
"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",
|
|
214399
|
+
"name": "TypeLiteral"
|
|
214400
|
+
}
|
|
214401
|
+
],
|
|
214402
|
+
"required": true,
|
|
214403
|
+
"type": {
|
|
214404
|
+
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
214405
|
+
}
|
|
214406
|
+
},
|
|
214407
|
+
"_focusError": {
|
|
214408
|
+
"defaultValue": null,
|
|
214409
|
+
"description": "",
|
|
214410
|
+
"name": "_focusError",
|
|
214411
|
+
"declarations": [
|
|
214412
|
+
{
|
|
214413
|
+
"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",
|
|
214414
|
+
"name": "TypeLiteral"
|
|
214415
|
+
}
|
|
214416
|
+
],
|
|
214417
|
+
"required": true,
|
|
214418
|
+
"type": {
|
|
214419
|
+
"name": "() => boolean | undefined"
|
|
214420
|
+
}
|
|
214421
|
+
},
|
|
214422
|
+
"_disableForm": {
|
|
214423
|
+
"defaultValue": null,
|
|
214424
|
+
"description": "",
|
|
214425
|
+
"name": "_disableForm",
|
|
214426
|
+
"declarations": [
|
|
214427
|
+
{
|
|
214428
|
+
"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",
|
|
214429
|
+
"name": "TypeLiteral"
|
|
214430
|
+
}
|
|
214431
|
+
],
|
|
214432
|
+
"required": true,
|
|
214433
|
+
"type": {
|
|
214434
|
+
"name": "(disabled?: boolean | undefined) => void"
|
|
214435
|
+
}
|
|
214436
|
+
},
|
|
214437
|
+
"_subscribe": {
|
|
214438
|
+
"defaultValue": null,
|
|
214439
|
+
"description": "",
|
|
214440
|
+
"name": "_subscribe",
|
|
214441
|
+
"declarations": [
|
|
214442
|
+
{
|
|
214443
|
+
"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",
|
|
214444
|
+
"name": "TypeLiteral"
|
|
214445
|
+
}
|
|
214446
|
+
],
|
|
214447
|
+
"required": true,
|
|
214448
|
+
"type": {
|
|
214449
|
+
"name": "FromSubscribe<T>"
|
|
214450
|
+
}
|
|
214451
|
+
}
|
|
214452
|
+
}
|
|
214453
|
+
},
|
|
214454
|
+
{
|
|
214455
|
+
"tags": {},
|
|
214456
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214457
|
+
"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",
|
|
214458
|
+
"displayName": "AfterFormSubmitEffect",
|
|
214459
|
+
"methods": [],
|
|
214460
|
+
"props": {
|
|
214461
|
+
"submitHandlerResultRef": {
|
|
214462
|
+
"defaultValue": null,
|
|
214463
|
+
"description": "",
|
|
214464
|
+
"name": "submitHandlerResultRef",
|
|
213774
214465
|
"parent": {
|
|
213775
|
-
"fileName": "src/integrations/react-hook-form/components/
|
|
213776
|
-
"name": "
|
|
214466
|
+
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214467
|
+
"name": "Props"
|
|
213777
214468
|
},
|
|
213778
214469
|
"declarations": [
|
|
213779
214470
|
{
|
|
213780
|
-
"fileName": "src/integrations/react-hook-form/components/
|
|
213781
|
-
"name": "
|
|
214471
|
+
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
214472
|
+
"name": "Props"
|
|
213782
214473
|
}
|
|
213783
214474
|
],
|
|
213784
214475
|
"required": true,
|
|
213785
214476
|
"type": {
|
|
213786
|
-
"name": "
|
|
214477
|
+
"name": "RefObject<unknown>"
|
|
213787
214478
|
}
|
|
213788
|
-
}
|
|
213789
|
-
|
|
214479
|
+
}
|
|
214480
|
+
}
|
|
214481
|
+
},
|
|
214482
|
+
{
|
|
214483
|
+
"tags": {},
|
|
214484
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
214485
|
+
"description": "",
|
|
214486
|
+
"displayName": "SubmitButtonStateProvider",
|
|
214487
|
+
"methods": [],
|
|
214488
|
+
"props": {
|
|
214489
|
+
"isAsyncSubmit": {
|
|
213790
214490
|
"defaultValue": null,
|
|
213791
214491
|
"description": "",
|
|
213792
|
-
"name": "
|
|
214492
|
+
"name": "isAsyncSubmit",
|
|
213793
214493
|
"parent": {
|
|
213794
|
-
"fileName": "src/integrations/react-hook-form/components/
|
|
213795
|
-
"name": "
|
|
214494
|
+
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
214495
|
+
"name": "Props"
|
|
213796
214496
|
},
|
|
213797
214497
|
"declarations": [
|
|
213798
214498
|
{
|
|
213799
|
-
"fileName": "src/integrations/react-hook-form/components/
|
|
213800
|
-
"name": "
|
|
214499
|
+
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
214500
|
+
"name": "Props"
|
|
213801
214501
|
}
|
|
213802
214502
|
],
|
|
213803
214503
|
"required": true,
|
|
213804
214504
|
"type": {
|
|
213805
|
-
"name": "
|
|
214505
|
+
"name": "MutableRefObject<boolean>"
|
|
213806
214506
|
}
|
|
213807
214507
|
},
|
|
213808
|
-
"
|
|
214508
|
+
"children": {
|
|
213809
214509
|
"defaultValue": null,
|
|
213810
214510
|
"description": "",
|
|
213811
|
-
"name": "
|
|
214511
|
+
"name": "children",
|
|
214512
|
+
"declarations": [
|
|
214513
|
+
{
|
|
214514
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214515
|
+
"name": "TypeLiteral"
|
|
214516
|
+
}
|
|
214517
|
+
],
|
|
214518
|
+
"required": false,
|
|
214519
|
+
"type": {
|
|
214520
|
+
"name": "ReactNode"
|
|
214521
|
+
}
|
|
214522
|
+
}
|
|
214523
|
+
}
|
|
214524
|
+
},
|
|
214525
|
+
{
|
|
214526
|
+
"tags": {},
|
|
214527
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
214528
|
+
"description": "",
|
|
214529
|
+
"displayName": "RouterProvider",
|
|
214530
|
+
"methods": [],
|
|
214531
|
+
"props": {
|
|
214532
|
+
"children": {
|
|
214533
|
+
"defaultValue": null,
|
|
214534
|
+
"description": "",
|
|
214535
|
+
"name": "children",
|
|
214536
|
+
"declarations": [
|
|
214537
|
+
{
|
|
214538
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214539
|
+
"name": "TypeLiteral"
|
|
214540
|
+
}
|
|
214541
|
+
],
|
|
214542
|
+
"required": false,
|
|
214543
|
+
"type": {
|
|
214544
|
+
"name": "ReactNode"
|
|
214545
|
+
}
|
|
214546
|
+
}
|
|
214547
|
+
}
|
|
214548
|
+
},
|
|
214549
|
+
{
|
|
214550
|
+
"tags": {
|
|
214551
|
+
"deprecated": "Use RouterProvider instead"
|
|
214552
|
+
},
|
|
214553
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
214554
|
+
"description": "",
|
|
214555
|
+
"displayName": "LinkProvider",
|
|
214556
|
+
"methods": [],
|
|
214557
|
+
"props": {
|
|
214558
|
+
"children": {
|
|
214559
|
+
"defaultValue": null,
|
|
214560
|
+
"description": "",
|
|
214561
|
+
"name": "children",
|
|
214562
|
+
"declarations": [
|
|
214563
|
+
{
|
|
214564
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
214565
|
+
"name": "TypeLiteral"
|
|
214566
|
+
}
|
|
214567
|
+
],
|
|
214568
|
+
"required": false,
|
|
214569
|
+
"type": {
|
|
214570
|
+
"name": "ReactNode"
|
|
214571
|
+
}
|
|
214572
|
+
}
|
|
214573
|
+
}
|
|
214574
|
+
},
|
|
214575
|
+
{
|
|
214576
|
+
"tags": {
|
|
214577
|
+
"deprecated": "Use RouterProvider instead"
|
|
214578
|
+
},
|
|
214579
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
214580
|
+
"description": "",
|
|
214581
|
+
"displayName": "Link",
|
|
214582
|
+
"methods": [],
|
|
214583
|
+
"props": {
|
|
214584
|
+
"ref": {
|
|
214585
|
+
"defaultValue": null,
|
|
214586
|
+
"description": "",
|
|
214587
|
+
"name": "ref",
|
|
213812
214588
|
"parent": {
|
|
213813
|
-
"fileName": "src/integrations/
|
|
213814
|
-
"name": "
|
|
214589
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
214590
|
+
"name": "Props"
|
|
213815
214591
|
},
|
|
213816
214592
|
"declarations": [
|
|
213817
214593
|
{
|
|
213818
|
-
"fileName": "src/integrations/
|
|
213819
|
-
"name": "
|
|
214594
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
214595
|
+
"name": "Props"
|
|
213820
214596
|
}
|
|
213821
214597
|
],
|
|
213822
214598
|
"required": false,
|
|
213823
214599
|
"type": {
|
|
213824
|
-
"name": "
|
|
214600
|
+
"name": "Ref<HTMLAnchorElement>"
|
|
214601
|
+
}
|
|
214602
|
+
},
|
|
214603
|
+
"isDisabled": {
|
|
214604
|
+
"defaultValue": null,
|
|
214605
|
+
"description": "",
|
|
214606
|
+
"name": "isDisabled",
|
|
214607
|
+
"parent": {
|
|
214608
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
214609
|
+
"name": "Props"
|
|
214610
|
+
},
|
|
214611
|
+
"declarations": [
|
|
214612
|
+
{
|
|
214613
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
214614
|
+
"name": "Props"
|
|
214615
|
+
}
|
|
214616
|
+
],
|
|
214617
|
+
"required": false,
|
|
214618
|
+
"type": {
|
|
214619
|
+
"name": "boolean"
|
|
213825
214620
|
}
|
|
213826
214621
|
},
|
|
213827
214622
|
"children": {
|
|
@@ -214318,6 +215113,25 @@
|
|
|
214318
215113
|
"name": "FormEventHandler<HTMLElement>"
|
|
214319
215114
|
}
|
|
214320
215115
|
},
|
|
215116
|
+
"onSubmit": {
|
|
215117
|
+
"defaultValue": null,
|
|
215118
|
+
"description": "",
|
|
215119
|
+
"name": "onSubmit",
|
|
215120
|
+
"parent": {
|
|
215121
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
215122
|
+
"name": "DOMAttributes"
|
|
215123
|
+
},
|
|
215124
|
+
"declarations": [
|
|
215125
|
+
{
|
|
215126
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
215127
|
+
"name": "DOMAttributes"
|
|
215128
|
+
}
|
|
215129
|
+
],
|
|
215130
|
+
"required": false,
|
|
215131
|
+
"type": {
|
|
215132
|
+
"name": "FormEventHandler<HTMLElement>"
|
|
215133
|
+
}
|
|
215134
|
+
},
|
|
214321
215135
|
"onSubmitCapture": {
|
|
214322
215136
|
"defaultValue": null,
|
|
214323
215137
|
"description": "",
|
|
@@ -216944,10 +217758,10 @@
|
|
|
216944
217758
|
"name": "string"
|
|
216945
217759
|
}
|
|
216946
217760
|
},
|
|
216947
|
-
"
|
|
217761
|
+
"media": {
|
|
216948
217762
|
"defaultValue": null,
|
|
216949
217763
|
"description": "",
|
|
216950
|
-
"name": "
|
|
217764
|
+
"name": "media",
|
|
216951
217765
|
"parent": {
|
|
216952
217766
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
216953
217767
|
"name": "SVGAttributes"
|
|
@@ -216963,48 +217777,48 @@
|
|
|
216963
217777
|
"name": "string"
|
|
216964
217778
|
}
|
|
216965
217779
|
},
|
|
216966
|
-
"
|
|
217780
|
+
"style": {
|
|
216967
217781
|
"defaultValue": null,
|
|
216968
217782
|
"description": "",
|
|
216969
|
-
"name": "
|
|
217783
|
+
"name": "style",
|
|
216970
217784
|
"parent": {
|
|
216971
217785
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
216972
|
-
"name": "
|
|
217786
|
+
"name": "HTMLAttributes"
|
|
216973
217787
|
},
|
|
216974
217788
|
"declarations": [
|
|
216975
217789
|
{
|
|
216976
217790
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
216977
|
-
"name": "
|
|
217791
|
+
"name": "HTMLAttributes"
|
|
216978
217792
|
}
|
|
216979
217793
|
],
|
|
216980
217794
|
"required": false,
|
|
216981
217795
|
"type": {
|
|
216982
|
-
"name": "
|
|
217796
|
+
"name": "CSSProperties"
|
|
216983
217797
|
}
|
|
216984
217798
|
},
|
|
216985
|
-
"
|
|
217799
|
+
"target": {
|
|
216986
217800
|
"defaultValue": null,
|
|
216987
217801
|
"description": "",
|
|
216988
|
-
"name": "
|
|
217802
|
+
"name": "target",
|
|
216989
217803
|
"parent": {
|
|
216990
217804
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
216991
|
-
"name": "
|
|
217805
|
+
"name": "SVGAttributes"
|
|
216992
217806
|
},
|
|
216993
217807
|
"declarations": [
|
|
216994
217808
|
{
|
|
216995
217809
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
216996
|
-
"name": "
|
|
217810
|
+
"name": "SVGAttributes"
|
|
216997
217811
|
}
|
|
216998
217812
|
],
|
|
216999
217813
|
"required": false,
|
|
217000
217814
|
"type": {
|
|
217001
|
-
"name": "
|
|
217815
|
+
"name": "string"
|
|
217002
217816
|
}
|
|
217003
217817
|
},
|
|
217004
|
-
"
|
|
217818
|
+
"type": {
|
|
217005
217819
|
"defaultValue": null,
|
|
217006
|
-
"description": "",
|
|
217007
|
-
"name": "
|
|
217820
|
+
"description": "The type of axis",
|
|
217821
|
+
"name": "type",
|
|
217008
217822
|
"parent": {
|
|
217009
217823
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217010
217824
|
"name": "SVGAttributes"
|
|
@@ -217013,11 +217827,15 @@
|
|
|
217013
217827
|
{
|
|
217014
217828
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217015
217829
|
"name": "SVGAttributes"
|
|
217830
|
+
},
|
|
217831
|
+
{
|
|
217832
|
+
"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",
|
|
217833
|
+
"name": "BaseAxisProps"
|
|
217016
217834
|
}
|
|
217017
217835
|
],
|
|
217018
217836
|
"required": false,
|
|
217019
217837
|
"type": {
|
|
217020
|
-
"name": "
|
|
217838
|
+
"name": "\"number\" | \"category\""
|
|
217021
217839
|
}
|
|
217022
217840
|
},
|
|
217023
217841
|
"role": {
|
|
@@ -217058,6 +217876,25 @@
|
|
|
217058
217876
|
"name": "number"
|
|
217059
217877
|
}
|
|
217060
217878
|
},
|
|
217879
|
+
"href": {
|
|
217880
|
+
"defaultValue": null,
|
|
217881
|
+
"description": "",
|
|
217882
|
+
"name": "href",
|
|
217883
|
+
"parent": {
|
|
217884
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217885
|
+
"name": "SVGAttributes"
|
|
217886
|
+
},
|
|
217887
|
+
"declarations": [
|
|
217888
|
+
{
|
|
217889
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
217890
|
+
"name": "SVGAttributes"
|
|
217891
|
+
}
|
|
217892
|
+
],
|
|
217893
|
+
"required": false,
|
|
217894
|
+
"type": {
|
|
217895
|
+
"name": "string"
|
|
217896
|
+
}
|
|
217897
|
+
},
|
|
217061
217898
|
"aria-activedescendant": {
|
|
217062
217899
|
"defaultValue": null,
|
|
217063
217900
|
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
@@ -218255,25 +219092,6 @@
|
|
|
218255
219092
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
218256
219093
|
}
|
|
218257
219094
|
},
|
|
218258
|
-
"ref": {
|
|
218259
|
-
"defaultValue": null,
|
|
218260
|
-
"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}",
|
|
218261
|
-
"name": "ref",
|
|
218262
|
-
"parent": {
|
|
218263
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218264
|
-
"name": "RefAttributes"
|
|
218265
|
-
},
|
|
218266
|
-
"declarations": [
|
|
218267
|
-
{
|
|
218268
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218269
|
-
"name": "RefAttributes"
|
|
218270
|
-
}
|
|
218271
|
-
],
|
|
218272
|
-
"required": false,
|
|
218273
|
-
"type": {
|
|
218274
|
-
"name": "Ref<HTMLInputElement>"
|
|
218275
|
-
}
|
|
218276
|
-
},
|
|
218277
219095
|
"key": {
|
|
218278
219096
|
"defaultValue": null,
|
|
218279
219097
|
"description": "",
|
|
@@ -218369,25 +219187,6 @@
|
|
|
218369
219187
|
"name": "\"search\" | \"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"send\""
|
|
218370
219188
|
}
|
|
218371
219189
|
},
|
|
218372
|
-
"autoComplete": {
|
|
218373
|
-
"defaultValue": null,
|
|
218374
|
-
"description": "",
|
|
218375
|
-
"name": "autoComplete",
|
|
218376
|
-
"parent": {
|
|
218377
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218378
|
-
"name": "FormHTMLAttributes"
|
|
218379
|
-
},
|
|
218380
|
-
"declarations": [
|
|
218381
|
-
{
|
|
218382
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
218383
|
-
"name": "FormHTMLAttributes"
|
|
218384
|
-
}
|
|
218385
|
-
],
|
|
218386
|
-
"required": false,
|
|
218387
|
-
"type": {
|
|
218388
|
-
"name": "string"
|
|
218389
|
-
}
|
|
218390
|
-
},
|
|
218391
219190
|
"inputMode": {
|
|
218392
219191
|
"defaultValue": null,
|
|
218393
219192
|
"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}",
|
|
@@ -219205,37 +220004,18 @@
|
|
|
219205
220004
|
"name": "string"
|
|
219206
220005
|
}
|
|
219207
220006
|
},
|
|
219208
|
-
"
|
|
219209
|
-
"defaultValue": null,
|
|
219210
|
-
"description": "",
|
|
219211
|
-
"name": "action",
|
|
219212
|
-
"parent": {
|
|
219213
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219214
|
-
"name": "FormHTMLAttributes"
|
|
219215
|
-
},
|
|
219216
|
-
"declarations": [
|
|
219217
|
-
{
|
|
219218
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219219
|
-
"name": "FormHTMLAttributes"
|
|
219220
|
-
}
|
|
219221
|
-
],
|
|
219222
|
-
"required": false,
|
|
219223
|
-
"type": {
|
|
219224
|
-
"name": "string | ((formData: FormData) => void | Promise<void>)"
|
|
219225
|
-
}
|
|
219226
|
-
},
|
|
219227
|
-
"acceptCharset": {
|
|
220007
|
+
"hrefLang": {
|
|
219228
220008
|
"defaultValue": null,
|
|
219229
220009
|
"description": "",
|
|
219230
|
-
"name": "
|
|
220010
|
+
"name": "hrefLang",
|
|
219231
220011
|
"parent": {
|
|
219232
220012
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219233
|
-
"name": "
|
|
220013
|
+
"name": "AnchorHTMLAttributes"
|
|
219234
220014
|
},
|
|
219235
220015
|
"declarations": [
|
|
219236
220016
|
{
|
|
219237
220017
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219238
|
-
"name": "
|
|
220018
|
+
"name": "AnchorHTMLAttributes"
|
|
219239
220019
|
}
|
|
219240
220020
|
],
|
|
219241
220021
|
"required": false,
|
|
@@ -219243,841 +220023,61 @@
|
|
|
219243
220023
|
"name": "string"
|
|
219244
220024
|
}
|
|
219245
220025
|
},
|
|
219246
|
-
"
|
|
220026
|
+
"download": {
|
|
219247
220027
|
"defaultValue": null,
|
|
219248
220028
|
"description": "",
|
|
219249
|
-
"name": "
|
|
220029
|
+
"name": "download",
|
|
219250
220030
|
"parent": {
|
|
219251
220031
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219252
|
-
"name": "
|
|
220032
|
+
"name": "AnchorHTMLAttributes"
|
|
219253
220033
|
},
|
|
219254
220034
|
"declarations": [
|
|
219255
220035
|
{
|
|
219256
220036
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219257
|
-
"name": "
|
|
220037
|
+
"name": "AnchorHTMLAttributes"
|
|
219258
220038
|
}
|
|
219259
220039
|
],
|
|
219260
220040
|
"required": false,
|
|
219261
220041
|
"type": {
|
|
219262
|
-
"name": "
|
|
220042
|
+
"name": "any"
|
|
219263
220043
|
}
|
|
219264
220044
|
},
|
|
219265
|
-
"
|
|
220045
|
+
"ping": {
|
|
219266
220046
|
"defaultValue": null,
|
|
219267
220047
|
"description": "",
|
|
219268
|
-
"name": "
|
|
220048
|
+
"name": "ping",
|
|
219269
220049
|
"parent": {
|
|
219270
220050
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219271
|
-
"name": "
|
|
220051
|
+
"name": "AnchorHTMLAttributes"
|
|
219272
220052
|
},
|
|
219273
220053
|
"declarations": [
|
|
219274
220054
|
{
|
|
219275
220055
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219276
|
-
"name": "
|
|
220056
|
+
"name": "AnchorHTMLAttributes"
|
|
219277
220057
|
}
|
|
219278
220058
|
],
|
|
219279
220059
|
"required": false,
|
|
219280
|
-
"type": {
|
|
219281
|
-
"name": "boolean"
|
|
219282
|
-
}
|
|
219283
|
-
}
|
|
219284
|
-
}
|
|
219285
|
-
},
|
|
219286
|
-
{
|
|
219287
|
-
"tags": {},
|
|
219288
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
219289
|
-
"description": "",
|
|
219290
|
-
"displayName": "Field",
|
|
219291
|
-
"methods": [],
|
|
219292
|
-
"props": {
|
|
219293
|
-
"name": {
|
|
219294
|
-
"defaultValue": null,
|
|
219295
|
-
"description": "",
|
|
219296
|
-
"name": "name",
|
|
219297
|
-
"declarations": [
|
|
219298
|
-
{
|
|
219299
|
-
"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",
|
|
219300
|
-
"name": "TypeLiteral"
|
|
219301
|
-
}
|
|
219302
|
-
],
|
|
219303
|
-
"required": true,
|
|
219304
220060
|
"type": {
|
|
219305
220061
|
"name": "string"
|
|
219306
220062
|
}
|
|
219307
220063
|
},
|
|
219308
|
-
"
|
|
219309
|
-
"defaultValue": null,
|
|
219310
|
-
"description": "",
|
|
219311
|
-
"name": "defaultValue",
|
|
219312
|
-
"declarations": [
|
|
219313
|
-
{
|
|
219314
|
-
"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",
|
|
219315
|
-
"name": "TypeLiteral"
|
|
219316
|
-
}
|
|
219317
|
-
],
|
|
219318
|
-
"required": false,
|
|
219319
|
-
"type": {
|
|
219320
|
-
"name": "any"
|
|
219321
|
-
}
|
|
219322
|
-
},
|
|
219323
|
-
"disabled": {
|
|
219324
|
-
"defaultValue": null,
|
|
219325
|
-
"description": "",
|
|
219326
|
-
"name": "disabled",
|
|
219327
|
-
"declarations": [
|
|
219328
|
-
{
|
|
219329
|
-
"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",
|
|
219330
|
-
"name": "TypeLiteral"
|
|
219331
|
-
}
|
|
219332
|
-
],
|
|
219333
|
-
"required": false,
|
|
219334
|
-
"type": {
|
|
219335
|
-
"name": "boolean"
|
|
219336
|
-
}
|
|
219337
|
-
},
|
|
219338
|
-
"control": {
|
|
219339
|
-
"defaultValue": null,
|
|
219340
|
-
"description": "",
|
|
219341
|
-
"name": "control",
|
|
219342
|
-
"declarations": [
|
|
219343
|
-
{
|
|
219344
|
-
"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",
|
|
219345
|
-
"name": "TypeLiteral"
|
|
219346
|
-
}
|
|
219347
|
-
],
|
|
219348
|
-
"required": false,
|
|
219349
|
-
"type": {
|
|
219350
|
-
"name": "Control<T, any, T>"
|
|
219351
|
-
}
|
|
219352
|
-
},
|
|
219353
|
-
"rules": {
|
|
219354
|
-
"defaultValue": null,
|
|
219355
|
-
"description": "",
|
|
219356
|
-
"name": "rules",
|
|
219357
|
-
"declarations": [
|
|
219358
|
-
{
|
|
219359
|
-
"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",
|
|
219360
|
-
"name": "TypeLiteral"
|
|
219361
|
-
}
|
|
219362
|
-
],
|
|
219363
|
-
"required": false,
|
|
219364
|
-
"type": {
|
|
219365
|
-
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
219366
|
-
}
|
|
219367
|
-
},
|
|
219368
|
-
"shouldUnregister": {
|
|
219369
|
-
"defaultValue": null,
|
|
219370
|
-
"description": "",
|
|
219371
|
-
"name": "shouldUnregister",
|
|
219372
|
-
"declarations": [
|
|
219373
|
-
{
|
|
219374
|
-
"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",
|
|
219375
|
-
"name": "TypeLiteral"
|
|
219376
|
-
}
|
|
219377
|
-
],
|
|
219378
|
-
"required": false,
|
|
219379
|
-
"type": {
|
|
219380
|
-
"name": "boolean"
|
|
219381
|
-
}
|
|
219382
|
-
},
|
|
219383
|
-
"children": {
|
|
219384
|
-
"defaultValue": null,
|
|
219385
|
-
"description": "",
|
|
219386
|
-
"name": "children",
|
|
219387
|
-
"declarations": [
|
|
219388
|
-
{
|
|
219389
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
219390
|
-
"name": "TypeLiteral"
|
|
219391
|
-
}
|
|
219392
|
-
],
|
|
219393
|
-
"required": false,
|
|
219394
|
-
"type": {
|
|
219395
|
-
"name": "ReactNode"
|
|
219396
|
-
}
|
|
219397
|
-
}
|
|
219398
|
-
}
|
|
219399
|
-
},
|
|
219400
|
-
{
|
|
219401
|
-
"tags": {},
|
|
219402
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
219403
|
-
"description": "",
|
|
219404
|
-
"displayName": "typedField",
|
|
219405
|
-
"methods": [],
|
|
219406
|
-
"props": {
|
|
219407
|
-
"watch": {
|
|
219408
|
-
"defaultValue": null,
|
|
219409
|
-
"description": "",
|
|
219410
|
-
"name": "watch",
|
|
219411
|
-
"declarations": [
|
|
219412
|
-
{
|
|
219413
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.60.0_react@19.1.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
219414
|
-
"name": "TypeLiteral"
|
|
219415
|
-
}
|
|
219416
|
-
],
|
|
219417
|
-
"required": true,
|
|
219418
|
-
"type": {
|
|
219419
|
-
"name": "UseFormWatch<T>"
|
|
219420
|
-
}
|
|
219421
|
-
},
|
|
219422
|
-
"getValues": {
|
|
219423
|
-
"defaultValue": null,
|
|
219424
|
-
"description": "",
|
|
219425
|
-
"name": "getValues",
|
|
219426
|
-
"declarations": [
|
|
219427
|
-
{
|
|
219428
|
-
"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",
|
|
219429
|
-
"name": "TypeLiteral"
|
|
219430
|
-
}
|
|
219431
|
-
],
|
|
219432
|
-
"required": true,
|
|
219433
|
-
"type": {
|
|
219434
|
-
"name": "UseFormGetValues<T>"
|
|
219435
|
-
}
|
|
219436
|
-
},
|
|
219437
|
-
"getFieldState": {
|
|
219438
|
-
"defaultValue": null,
|
|
219439
|
-
"description": "",
|
|
219440
|
-
"name": "getFieldState",
|
|
219441
|
-
"declarations": [
|
|
219442
|
-
{
|
|
219443
|
-
"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",
|
|
219444
|
-
"name": "TypeLiteral"
|
|
219445
|
-
},
|
|
219446
|
-
{
|
|
219447
|
-
"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",
|
|
219448
|
-
"name": "TypeLiteral"
|
|
219449
|
-
}
|
|
219450
|
-
],
|
|
219451
|
-
"required": true,
|
|
219452
|
-
"type": {
|
|
219453
|
-
"name": "UseFormGetFieldState<T>"
|
|
219454
|
-
}
|
|
219455
|
-
},
|
|
219456
|
-
"setError": {
|
|
219457
|
-
"defaultValue": null,
|
|
219458
|
-
"description": "",
|
|
219459
|
-
"name": "setError",
|
|
219460
|
-
"declarations": [
|
|
219461
|
-
{
|
|
219462
|
-
"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",
|
|
219463
|
-
"name": "TypeLiteral"
|
|
219464
|
-
},
|
|
219465
|
-
{
|
|
219466
|
-
"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",
|
|
219467
|
-
"name": "TypeLiteral"
|
|
219468
|
-
}
|
|
219469
|
-
],
|
|
219470
|
-
"required": true,
|
|
219471
|
-
"type": {
|
|
219472
|
-
"name": "UseFormSetError<T>"
|
|
219473
|
-
}
|
|
219474
|
-
},
|
|
219475
|
-
"clearErrors": {
|
|
219476
|
-
"defaultValue": null,
|
|
219477
|
-
"description": "",
|
|
219478
|
-
"name": "clearErrors",
|
|
219479
|
-
"declarations": [
|
|
219480
|
-
{
|
|
219481
|
-
"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",
|
|
219482
|
-
"name": "TypeLiteral"
|
|
219483
|
-
}
|
|
219484
|
-
],
|
|
219485
|
-
"required": true,
|
|
219486
|
-
"type": {
|
|
219487
|
-
"name": "UseFormClearErrors<T>"
|
|
219488
|
-
}
|
|
219489
|
-
},
|
|
219490
|
-
"setValue": {
|
|
219491
|
-
"defaultValue": null,
|
|
219492
|
-
"description": "",
|
|
219493
|
-
"name": "setValue",
|
|
219494
|
-
"declarations": [
|
|
219495
|
-
{
|
|
219496
|
-
"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",
|
|
219497
|
-
"name": "TypeLiteral"
|
|
219498
|
-
}
|
|
219499
|
-
],
|
|
219500
|
-
"required": true,
|
|
219501
|
-
"type": {
|
|
219502
|
-
"name": "UseFormSetValue<T>"
|
|
219503
|
-
}
|
|
219504
|
-
},
|
|
219505
|
-
"trigger": {
|
|
219506
|
-
"defaultValue": null,
|
|
219507
|
-
"description": "",
|
|
219508
|
-
"name": "trigger",
|
|
219509
|
-
"declarations": [
|
|
219510
|
-
{
|
|
219511
|
-
"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",
|
|
219512
|
-
"name": "TypeLiteral"
|
|
219513
|
-
}
|
|
219514
|
-
],
|
|
219515
|
-
"required": true,
|
|
219516
|
-
"type": {
|
|
219517
|
-
"name": "UseFormTrigger<T>"
|
|
219518
|
-
}
|
|
219519
|
-
},
|
|
219520
|
-
"formState": {
|
|
219521
|
-
"defaultValue": null,
|
|
219522
|
-
"description": "",
|
|
219523
|
-
"name": "formState",
|
|
219524
|
-
"declarations": [
|
|
219525
|
-
{
|
|
219526
|
-
"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",
|
|
219527
|
-
"name": "TypeLiteral"
|
|
219528
|
-
}
|
|
219529
|
-
],
|
|
219530
|
-
"required": true,
|
|
219531
|
-
"type": {
|
|
219532
|
-
"name": "FormState<T>"
|
|
219533
|
-
}
|
|
219534
|
-
},
|
|
219535
|
-
"resetField": {
|
|
219536
|
-
"defaultValue": null,
|
|
219537
|
-
"description": "",
|
|
219538
|
-
"name": "resetField",
|
|
219539
|
-
"declarations": [
|
|
219540
|
-
{
|
|
219541
|
-
"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",
|
|
219542
|
-
"name": "TypeLiteral"
|
|
219543
|
-
}
|
|
219544
|
-
],
|
|
219545
|
-
"required": true,
|
|
219546
|
-
"type": {
|
|
219547
|
-
"name": "UseFormResetField<T>"
|
|
219548
|
-
}
|
|
219549
|
-
},
|
|
219550
|
-
"reset": {
|
|
219551
|
-
"defaultValue": null,
|
|
219552
|
-
"description": "",
|
|
219553
|
-
"name": "reset",
|
|
219554
|
-
"declarations": [
|
|
219555
|
-
{
|
|
219556
|
-
"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",
|
|
219557
|
-
"name": "TypeLiteral"
|
|
219558
|
-
}
|
|
219559
|
-
],
|
|
219560
|
-
"required": true,
|
|
219561
|
-
"type": {
|
|
219562
|
-
"name": "UseFormReset<T>"
|
|
219563
|
-
}
|
|
219564
|
-
},
|
|
219565
|
-
"handleSubmit": {
|
|
219566
|
-
"defaultValue": null,
|
|
219567
|
-
"description": "",
|
|
219568
|
-
"name": "handleSubmit",
|
|
219569
|
-
"declarations": [
|
|
219570
|
-
{
|
|
219571
|
-
"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",
|
|
219572
|
-
"name": "TypeLiteral"
|
|
219573
|
-
},
|
|
219574
|
-
{
|
|
219575
|
-
"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",
|
|
219576
|
-
"name": "TypeLiteral"
|
|
219577
|
-
}
|
|
219578
|
-
],
|
|
219579
|
-
"required": true,
|
|
219580
|
-
"type": {
|
|
219581
|
-
"name": "UseFormHandleSubmit<T, T>"
|
|
219582
|
-
}
|
|
219583
|
-
},
|
|
219584
|
-
"unregister": {
|
|
219585
|
-
"defaultValue": null,
|
|
219586
|
-
"description": "",
|
|
219587
|
-
"name": "unregister",
|
|
219588
|
-
"declarations": [
|
|
219589
|
-
{
|
|
219590
|
-
"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",
|
|
219591
|
-
"name": "TypeLiteral"
|
|
219592
|
-
},
|
|
219593
|
-
{
|
|
219594
|
-
"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",
|
|
219595
|
-
"name": "TypeLiteral"
|
|
219596
|
-
}
|
|
219597
|
-
],
|
|
219598
|
-
"required": true,
|
|
219599
|
-
"type": {
|
|
219600
|
-
"name": "UseFormUnregister<T>"
|
|
219601
|
-
}
|
|
219602
|
-
},
|
|
219603
|
-
"control": {
|
|
219604
|
-
"defaultValue": null,
|
|
219605
|
-
"description": "",
|
|
219606
|
-
"name": "control",
|
|
219607
|
-
"declarations": [
|
|
219608
|
-
{
|
|
219609
|
-
"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",
|
|
219610
|
-
"name": "TypeLiteral"
|
|
219611
|
-
}
|
|
219612
|
-
],
|
|
219613
|
-
"required": true,
|
|
219614
|
-
"type": {
|
|
219615
|
-
"name": "Control<T, any, T>"
|
|
219616
|
-
}
|
|
219617
|
-
},
|
|
219618
|
-
"register": {
|
|
219619
|
-
"defaultValue": null,
|
|
219620
|
-
"description": "",
|
|
219621
|
-
"name": "register",
|
|
219622
|
-
"declarations": [
|
|
219623
|
-
{
|
|
219624
|
-
"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",
|
|
219625
|
-
"name": "TypeLiteral"
|
|
219626
|
-
},
|
|
219627
|
-
{
|
|
219628
|
-
"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",
|
|
219629
|
-
"name": "TypeLiteral"
|
|
219630
|
-
}
|
|
219631
|
-
],
|
|
219632
|
-
"required": true,
|
|
219633
|
-
"type": {
|
|
219634
|
-
"name": "UseFormRegister<T>"
|
|
219635
|
-
}
|
|
219636
|
-
},
|
|
219637
|
-
"setFocus": {
|
|
219638
|
-
"defaultValue": null,
|
|
219639
|
-
"description": "",
|
|
219640
|
-
"name": "setFocus",
|
|
219641
|
-
"declarations": [
|
|
219642
|
-
{
|
|
219643
|
-
"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",
|
|
219644
|
-
"name": "TypeLiteral"
|
|
219645
|
-
}
|
|
219646
|
-
],
|
|
219647
|
-
"required": true,
|
|
219648
|
-
"type": {
|
|
219649
|
-
"name": "UseFormSetFocus<T>"
|
|
219650
|
-
}
|
|
219651
|
-
},
|
|
219652
|
-
"subscribe": {
|
|
219653
|
-
"defaultValue": null,
|
|
219654
|
-
"description": "",
|
|
219655
|
-
"name": "subscribe",
|
|
219656
|
-
"declarations": [
|
|
219657
|
-
{
|
|
219658
|
-
"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",
|
|
219659
|
-
"name": "TypeLiteral"
|
|
219660
|
-
}
|
|
219661
|
-
],
|
|
219662
|
-
"required": true,
|
|
219663
|
-
"type": {
|
|
219664
|
-
"name": "UseFormSubscribe<T>"
|
|
219665
|
-
}
|
|
219666
|
-
},
|
|
219667
|
-
"_subjects": {
|
|
219668
|
-
"defaultValue": null,
|
|
219669
|
-
"description": "",
|
|
219670
|
-
"name": "_subjects",
|
|
219671
|
-
"declarations": [
|
|
219672
|
-
{
|
|
219673
|
-
"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",
|
|
219674
|
-
"name": "TypeLiteral"
|
|
219675
|
-
}
|
|
219676
|
-
],
|
|
219677
|
-
"required": true,
|
|
219678
|
-
"type": {
|
|
219679
|
-
"name": "Subjects<T>"
|
|
219680
|
-
}
|
|
219681
|
-
},
|
|
219682
|
-
"_removeUnmounted": {
|
|
219683
|
-
"defaultValue": null,
|
|
219684
|
-
"description": "",
|
|
219685
|
-
"name": "_removeUnmounted",
|
|
219686
|
-
"declarations": [
|
|
219687
|
-
{
|
|
219688
|
-
"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",
|
|
219689
|
-
"name": "TypeLiteral"
|
|
219690
|
-
}
|
|
219691
|
-
],
|
|
219692
|
-
"required": true,
|
|
219693
|
-
"type": {
|
|
219694
|
-
"name": "Noop"
|
|
219695
|
-
}
|
|
219696
|
-
},
|
|
219697
|
-
"_names": {
|
|
219698
|
-
"defaultValue": null,
|
|
219699
|
-
"description": "",
|
|
219700
|
-
"name": "_names",
|
|
219701
|
-
"declarations": [
|
|
219702
|
-
{
|
|
219703
|
-
"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",
|
|
219704
|
-
"name": "TypeLiteral"
|
|
219705
|
-
}
|
|
219706
|
-
],
|
|
219707
|
-
"required": true,
|
|
219708
|
-
"type": {
|
|
219709
|
-
"name": "Names"
|
|
219710
|
-
}
|
|
219711
|
-
},
|
|
219712
|
-
"_state": {
|
|
219713
|
-
"defaultValue": null,
|
|
219714
|
-
"description": "",
|
|
219715
|
-
"name": "_state",
|
|
219716
|
-
"declarations": [
|
|
219717
|
-
{
|
|
219718
|
-
"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",
|
|
219719
|
-
"name": "TypeLiteral"
|
|
219720
|
-
}
|
|
219721
|
-
],
|
|
219722
|
-
"required": true,
|
|
219723
|
-
"type": {
|
|
219724
|
-
"name": "{ mount: boolean; action: boolean; watch: boolean; }"
|
|
219725
|
-
}
|
|
219726
|
-
},
|
|
219727
|
-
"_reset": {
|
|
219728
|
-
"defaultValue": null,
|
|
219729
|
-
"description": "",
|
|
219730
|
-
"name": "_reset",
|
|
219731
|
-
"declarations": [
|
|
219732
|
-
{
|
|
219733
|
-
"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",
|
|
219734
|
-
"name": "TypeLiteral"
|
|
219735
|
-
}
|
|
219736
|
-
],
|
|
219737
|
-
"required": true,
|
|
219738
|
-
"type": {
|
|
219739
|
-
"name": "UseFormReset<T>"
|
|
219740
|
-
}
|
|
219741
|
-
},
|
|
219742
|
-
"_options": {
|
|
219743
|
-
"defaultValue": null,
|
|
219744
|
-
"description": "",
|
|
219745
|
-
"name": "_options",
|
|
219746
|
-
"declarations": [
|
|
219747
|
-
{
|
|
219748
|
-
"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",
|
|
219749
|
-
"name": "TypeLiteral"
|
|
219750
|
-
}
|
|
219751
|
-
],
|
|
219752
|
-
"required": true,
|
|
219753
|
-
"type": {
|
|
219754
|
-
"name": "Partial<{ mode: \"onBlur\" | \"onChange\" | \"onSubmit\" | \"all\" | \"onTouched\"; disabled: boolean; reValidateMode: \"onBlur\" | \"onChange\" | \"onSubmit\"; defaultValues: AsyncDefaultValues<T> | DefaultValues<...>; ... 11 more ...; formControl?: Omit<...> | undefined; }>"
|
|
219755
|
-
}
|
|
219756
|
-
},
|
|
219757
|
-
"_getDirty": {
|
|
219758
|
-
"defaultValue": null,
|
|
219759
|
-
"description": "",
|
|
219760
|
-
"name": "_getDirty",
|
|
219761
|
-
"declarations": [
|
|
219762
|
-
{
|
|
219763
|
-
"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",
|
|
219764
|
-
"name": "TypeLiteral"
|
|
219765
|
-
}
|
|
219766
|
-
],
|
|
219767
|
-
"required": true,
|
|
219768
|
-
"type": {
|
|
219769
|
-
"name": "GetIsDirty"
|
|
219770
|
-
}
|
|
219771
|
-
},
|
|
219772
|
-
"_resetDefaultValues": {
|
|
219773
|
-
"defaultValue": null,
|
|
219774
|
-
"description": "",
|
|
219775
|
-
"name": "_resetDefaultValues",
|
|
219776
|
-
"declarations": [
|
|
219777
|
-
{
|
|
219778
|
-
"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",
|
|
219779
|
-
"name": "TypeLiteral"
|
|
219780
|
-
}
|
|
219781
|
-
],
|
|
219782
|
-
"required": true,
|
|
219783
|
-
"type": {
|
|
219784
|
-
"name": "Noop"
|
|
219785
|
-
}
|
|
219786
|
-
},
|
|
219787
|
-
"_formState": {
|
|
219788
|
-
"defaultValue": null,
|
|
219789
|
-
"description": "",
|
|
219790
|
-
"name": "_formState",
|
|
219791
|
-
"declarations": [
|
|
219792
|
-
{
|
|
219793
|
-
"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",
|
|
219794
|
-
"name": "TypeLiteral"
|
|
219795
|
-
}
|
|
219796
|
-
],
|
|
219797
|
-
"required": true,
|
|
219798
|
-
"type": {
|
|
219799
|
-
"name": "FormState<T>"
|
|
219800
|
-
}
|
|
219801
|
-
},
|
|
219802
|
-
"_setValid": {
|
|
219803
|
-
"defaultValue": null,
|
|
219804
|
-
"description": "",
|
|
219805
|
-
"name": "_setValid",
|
|
219806
|
-
"declarations": [
|
|
219807
|
-
{
|
|
219808
|
-
"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",
|
|
219809
|
-
"name": "TypeLiteral"
|
|
219810
|
-
}
|
|
219811
|
-
],
|
|
219812
|
-
"required": true,
|
|
219813
|
-
"type": {
|
|
219814
|
-
"name": "(shouldUpdateValid?: boolean | undefined) => void"
|
|
219815
|
-
}
|
|
219816
|
-
},
|
|
219817
|
-
"_fields": {
|
|
219818
|
-
"defaultValue": null,
|
|
219819
|
-
"description": "",
|
|
219820
|
-
"name": "_fields",
|
|
219821
|
-
"declarations": [
|
|
219822
|
-
{
|
|
219823
|
-
"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",
|
|
219824
|
-
"name": "TypeLiteral"
|
|
219825
|
-
}
|
|
219826
|
-
],
|
|
219827
|
-
"required": true,
|
|
219828
|
-
"type": {
|
|
219829
|
-
"name": "Partial<{ [key: string]: Partial<...> | Field; }>"
|
|
219830
|
-
}
|
|
219831
|
-
},
|
|
219832
|
-
"_formValues": {
|
|
219833
|
-
"defaultValue": null,
|
|
219834
|
-
"description": "",
|
|
219835
|
-
"name": "_formValues",
|
|
219836
|
-
"declarations": [
|
|
219837
|
-
{
|
|
219838
|
-
"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",
|
|
219839
|
-
"name": "TypeLiteral"
|
|
219840
|
-
}
|
|
219841
|
-
],
|
|
219842
|
-
"required": true,
|
|
219843
|
-
"type": {
|
|
219844
|
-
"name": "FieldValues"
|
|
219845
|
-
}
|
|
219846
|
-
},
|
|
219847
|
-
"_proxyFormState": {
|
|
219848
|
-
"defaultValue": null,
|
|
219849
|
-
"description": "",
|
|
219850
|
-
"name": "_proxyFormState",
|
|
219851
|
-
"declarations": [
|
|
219852
|
-
{
|
|
219853
|
-
"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",
|
|
219854
|
-
"name": "TypeLiteral"
|
|
219855
|
-
}
|
|
219856
|
-
],
|
|
219857
|
-
"required": true,
|
|
219858
|
-
"type": {
|
|
219859
|
-
"name": "ReadFormState"
|
|
219860
|
-
}
|
|
219861
|
-
},
|
|
219862
|
-
"_defaultValues": {
|
|
219863
|
-
"defaultValue": null,
|
|
219864
|
-
"description": "",
|
|
219865
|
-
"name": "_defaultValues",
|
|
219866
|
-
"declarations": [
|
|
219867
|
-
{
|
|
219868
|
-
"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",
|
|
219869
|
-
"name": "TypeLiteral"
|
|
219870
|
-
}
|
|
219871
|
-
],
|
|
219872
|
-
"required": true,
|
|
219873
|
-
"type": {
|
|
219874
|
-
"name": "Partial<DefaultValues<T>>"
|
|
219875
|
-
}
|
|
219876
|
-
},
|
|
219877
|
-
"_getWatch": {
|
|
219878
|
-
"defaultValue": null,
|
|
219879
|
-
"description": "",
|
|
219880
|
-
"name": "_getWatch",
|
|
219881
|
-
"declarations": [
|
|
219882
|
-
{
|
|
219883
|
-
"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",
|
|
219884
|
-
"name": "TypeLiteral"
|
|
219885
|
-
}
|
|
219886
|
-
],
|
|
219887
|
-
"required": true,
|
|
219888
|
-
"type": {
|
|
219889
|
-
"name": "WatchInternal<T>"
|
|
219890
|
-
}
|
|
219891
|
-
},
|
|
219892
|
-
"_setFieldArray": {
|
|
219893
|
-
"defaultValue": null,
|
|
219894
|
-
"description": "",
|
|
219895
|
-
"name": "_setFieldArray",
|
|
219896
|
-
"declarations": [
|
|
219897
|
-
{
|
|
219898
|
-
"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",
|
|
219899
|
-
"name": "TypeLiteral"
|
|
219900
|
-
}
|
|
219901
|
-
],
|
|
219902
|
-
"required": true,
|
|
219903
|
-
"type": {
|
|
219904
|
-
"name": "BatchFieldArrayUpdate"
|
|
219905
|
-
}
|
|
219906
|
-
},
|
|
219907
|
-
"_getFieldArray": {
|
|
219908
|
-
"defaultValue": null,
|
|
219909
|
-
"description": "",
|
|
219910
|
-
"name": "_getFieldArray",
|
|
219911
|
-
"declarations": [
|
|
219912
|
-
{
|
|
219913
|
-
"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",
|
|
219914
|
-
"name": "TypeLiteral"
|
|
219915
|
-
}
|
|
219916
|
-
],
|
|
219917
|
-
"required": true,
|
|
219918
|
-
"type": {
|
|
219919
|
-
"name": "<TFieldArrayValues>(name: string) => Partial<TFieldArrayValues>[]"
|
|
219920
|
-
}
|
|
219921
|
-
},
|
|
219922
|
-
"_setErrors": {
|
|
219923
|
-
"defaultValue": null,
|
|
219924
|
-
"description": "",
|
|
219925
|
-
"name": "_setErrors",
|
|
219926
|
-
"declarations": [
|
|
219927
|
-
{
|
|
219928
|
-
"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",
|
|
219929
|
-
"name": "TypeLiteral"
|
|
219930
|
-
}
|
|
219931
|
-
],
|
|
219932
|
-
"required": true,
|
|
219933
|
-
"type": {
|
|
219934
|
-
"name": "(errors: FieldErrors<T>) => void"
|
|
219935
|
-
}
|
|
219936
|
-
},
|
|
219937
|
-
"_setDisabledField": {
|
|
219938
|
-
"defaultValue": null,
|
|
219939
|
-
"description": "",
|
|
219940
|
-
"name": "_setDisabledField",
|
|
219941
|
-
"declarations": [
|
|
219942
|
-
{
|
|
219943
|
-
"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",
|
|
219944
|
-
"name": "TypeLiteral"
|
|
219945
|
-
}
|
|
219946
|
-
],
|
|
219947
|
-
"required": true,
|
|
219948
|
-
"type": {
|
|
219949
|
-
"name": "(props: { disabled?: boolean | undefined; name: string; }) => void"
|
|
219950
|
-
}
|
|
219951
|
-
},
|
|
219952
|
-
"_runSchema": {
|
|
219953
|
-
"defaultValue": null,
|
|
219954
|
-
"description": "",
|
|
219955
|
-
"name": "_runSchema",
|
|
219956
|
-
"declarations": [
|
|
219957
|
-
{
|
|
219958
|
-
"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",
|
|
219959
|
-
"name": "TypeLiteral"
|
|
219960
|
-
}
|
|
219961
|
-
],
|
|
219962
|
-
"required": true,
|
|
219963
|
-
"type": {
|
|
219964
|
-
"name": "(names: string[]) => Promise<{ errors: FieldErrors; }>"
|
|
219965
|
-
}
|
|
219966
|
-
},
|
|
219967
|
-
"_focusError": {
|
|
219968
|
-
"defaultValue": null,
|
|
219969
|
-
"description": "",
|
|
219970
|
-
"name": "_focusError",
|
|
219971
|
-
"declarations": [
|
|
219972
|
-
{
|
|
219973
|
-
"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",
|
|
219974
|
-
"name": "TypeLiteral"
|
|
219975
|
-
}
|
|
219976
|
-
],
|
|
219977
|
-
"required": true,
|
|
219978
|
-
"type": {
|
|
219979
|
-
"name": "() => boolean | undefined"
|
|
219980
|
-
}
|
|
219981
|
-
},
|
|
219982
|
-
"_disableForm": {
|
|
219983
|
-
"defaultValue": null,
|
|
219984
|
-
"description": "",
|
|
219985
|
-
"name": "_disableForm",
|
|
219986
|
-
"declarations": [
|
|
219987
|
-
{
|
|
219988
|
-
"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",
|
|
219989
|
-
"name": "TypeLiteral"
|
|
219990
|
-
}
|
|
219991
|
-
],
|
|
219992
|
-
"required": true,
|
|
219993
|
-
"type": {
|
|
219994
|
-
"name": "(disabled?: boolean | undefined) => void"
|
|
219995
|
-
}
|
|
219996
|
-
},
|
|
219997
|
-
"_subscribe": {
|
|
219998
|
-
"defaultValue": null,
|
|
219999
|
-
"description": "",
|
|
220000
|
-
"name": "_subscribe",
|
|
220001
|
-
"declarations": [
|
|
220002
|
-
{
|
|
220003
|
-
"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",
|
|
220004
|
-
"name": "TypeLiteral"
|
|
220005
|
-
}
|
|
220006
|
-
],
|
|
220007
|
-
"required": true,
|
|
220008
|
-
"type": {
|
|
220009
|
-
"name": "FromSubscribe<T>"
|
|
220010
|
-
}
|
|
220011
|
-
}
|
|
220012
|
-
}
|
|
220013
|
-
},
|
|
220014
|
-
{
|
|
220015
|
-
"tags": {},
|
|
220016
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220017
|
-
"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",
|
|
220018
|
-
"displayName": "AfterFormSubmitEffect",
|
|
220019
|
-
"methods": [],
|
|
220020
|
-
"props": {
|
|
220021
|
-
"submitHandlerResultRef": {
|
|
220022
|
-
"defaultValue": null,
|
|
220023
|
-
"description": "",
|
|
220024
|
-
"name": "submitHandlerResultRef",
|
|
220025
|
-
"parent": {
|
|
220026
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220027
|
-
"name": "Props"
|
|
220028
|
-
},
|
|
220029
|
-
"declarations": [
|
|
220030
|
-
{
|
|
220031
|
-
"fileName": "components/src/integrations/react-hook-form/components/AfterFormSubmitEffect/AfterFormSubmitEffect.tsx",
|
|
220032
|
-
"name": "Props"
|
|
220033
|
-
}
|
|
220034
|
-
],
|
|
220035
|
-
"required": true,
|
|
220036
|
-
"type": {
|
|
220037
|
-
"name": "RefObject<unknown>"
|
|
220038
|
-
}
|
|
220039
|
-
}
|
|
220040
|
-
}
|
|
220041
|
-
},
|
|
220042
|
-
{
|
|
220043
|
-
"tags": {},
|
|
220044
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220045
|
-
"description": "",
|
|
220046
|
-
"displayName": "SubmitButtonStateProvider",
|
|
220047
|
-
"methods": [],
|
|
220048
|
-
"props": {
|
|
220049
|
-
"isAsyncSubmit": {
|
|
220064
|
+
"referrerPolicy": {
|
|
220050
220065
|
"defaultValue": null,
|
|
220051
220066
|
"description": "",
|
|
220052
|
-
"name": "
|
|
220067
|
+
"name": "referrerPolicy",
|
|
220053
220068
|
"parent": {
|
|
220054
|
-
"fileName": "
|
|
220055
|
-
"name": "
|
|
220069
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220070
|
+
"name": "ImgHTMLAttributes"
|
|
220056
220071
|
},
|
|
220057
|
-
"declarations": [
|
|
220058
|
-
{
|
|
220059
|
-
"fileName": "components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
220060
|
-
"name": "Props"
|
|
220061
|
-
}
|
|
220062
|
-
],
|
|
220063
|
-
"required": true,
|
|
220064
|
-
"type": {
|
|
220065
|
-
"name": "MutableRefObject<boolean>"
|
|
220066
|
-
}
|
|
220067
|
-
},
|
|
220068
|
-
"children": {
|
|
220069
|
-
"defaultValue": null,
|
|
220070
|
-
"description": "",
|
|
220071
|
-
"name": "children",
|
|
220072
220072
|
"declarations": [
|
|
220073
220073
|
{
|
|
220074
220074
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
220075
|
-
"name": "
|
|
220075
|
+
"name": "ImgHTMLAttributes"
|
|
220076
220076
|
}
|
|
220077
220077
|
],
|
|
220078
220078
|
"required": false,
|
|
220079
220079
|
"type": {
|
|
220080
|
-
"name": "
|
|
220080
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
220081
220081
|
}
|
|
220082
220082
|
}
|
|
220083
220083
|
}
|
|
@@ -223142,6 +223142,87 @@
|
|
|
223142
223142
|
}
|
|
223143
223143
|
}
|
|
223144
223144
|
},
|
|
223145
|
+
{
|
|
223146
|
+
"tags": {},
|
|
223147
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
|
|
223148
|
+
"description": "",
|
|
223149
|
+
"displayName": "SectionHeader",
|
|
223150
|
+
"methods": [],
|
|
223151
|
+
"props": {
|
|
223152
|
+
"children": {
|
|
223153
|
+
"defaultValue": null,
|
|
223154
|
+
"description": "",
|
|
223155
|
+
"name": "children",
|
|
223156
|
+
"declarations": [
|
|
223157
|
+
{
|
|
223158
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223159
|
+
"name": "TypeLiteral"
|
|
223160
|
+
}
|
|
223161
|
+
],
|
|
223162
|
+
"required": false,
|
|
223163
|
+
"type": {
|
|
223164
|
+
"name": "ReactNode"
|
|
223165
|
+
}
|
|
223166
|
+
},
|
|
223167
|
+
"className": {
|
|
223168
|
+
"defaultValue": null,
|
|
223169
|
+
"description": "The elements class name.",
|
|
223170
|
+
"name": "className",
|
|
223171
|
+
"parent": {
|
|
223172
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
223173
|
+
"name": "PropsWithClassName"
|
|
223174
|
+
},
|
|
223175
|
+
"declarations": [
|
|
223176
|
+
{
|
|
223177
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
223178
|
+
"name": "PropsWithClassName"
|
|
223179
|
+
}
|
|
223180
|
+
],
|
|
223181
|
+
"required": false,
|
|
223182
|
+
"type": {
|
|
223183
|
+
"name": "string"
|
|
223184
|
+
}
|
|
223185
|
+
},
|
|
223186
|
+
"ref": {
|
|
223187
|
+
"defaultValue": null,
|
|
223188
|
+
"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}",
|
|
223189
|
+
"name": "ref",
|
|
223190
|
+
"parent": {
|
|
223191
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223192
|
+
"name": "RefAttributes"
|
|
223193
|
+
},
|
|
223194
|
+
"declarations": [
|
|
223195
|
+
{
|
|
223196
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223197
|
+
"name": "RefAttributes"
|
|
223198
|
+
}
|
|
223199
|
+
],
|
|
223200
|
+
"required": false,
|
|
223201
|
+
"type": {
|
|
223202
|
+
"name": "Ref<HTMLInputElement>"
|
|
223203
|
+
}
|
|
223204
|
+
},
|
|
223205
|
+
"key": {
|
|
223206
|
+
"defaultValue": null,
|
|
223207
|
+
"description": "",
|
|
223208
|
+
"name": "key",
|
|
223209
|
+
"parent": {
|
|
223210
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223211
|
+
"name": "Attributes"
|
|
223212
|
+
},
|
|
223213
|
+
"declarations": [
|
|
223214
|
+
{
|
|
223215
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223216
|
+
"name": "Attributes"
|
|
223217
|
+
}
|
|
223218
|
+
],
|
|
223219
|
+
"required": false,
|
|
223220
|
+
"type": {
|
|
223221
|
+
"name": "Key | null"
|
|
223222
|
+
}
|
|
223223
|
+
}
|
|
223224
|
+
}
|
|
223225
|
+
},
|
|
223145
223226
|
{
|
|
223146
223227
|
"tags": {
|
|
223147
223228
|
"flr-generate": "all",
|
|
@@ -223625,87 +223706,6 @@
|
|
|
223625
223706
|
}
|
|
223626
223707
|
}
|
|
223627
223708
|
},
|
|
223628
|
-
{
|
|
223629
|
-
"tags": {},
|
|
223630
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
|
|
223631
|
-
"description": "",
|
|
223632
|
-
"displayName": "SectionHeader",
|
|
223633
|
-
"methods": [],
|
|
223634
|
-
"props": {
|
|
223635
|
-
"children": {
|
|
223636
|
-
"defaultValue": null,
|
|
223637
|
-
"description": "",
|
|
223638
|
-
"name": "children",
|
|
223639
|
-
"declarations": [
|
|
223640
|
-
{
|
|
223641
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223642
|
-
"name": "TypeLiteral"
|
|
223643
|
-
}
|
|
223644
|
-
],
|
|
223645
|
-
"required": false,
|
|
223646
|
-
"type": {
|
|
223647
|
-
"name": "ReactNode"
|
|
223648
|
-
}
|
|
223649
|
-
},
|
|
223650
|
-
"className": {
|
|
223651
|
-
"defaultValue": null,
|
|
223652
|
-
"description": "The elements class name.",
|
|
223653
|
-
"name": "className",
|
|
223654
|
-
"parent": {
|
|
223655
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
223656
|
-
"name": "PropsWithClassName"
|
|
223657
|
-
},
|
|
223658
|
-
"declarations": [
|
|
223659
|
-
{
|
|
223660
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
223661
|
-
"name": "PropsWithClassName"
|
|
223662
|
-
}
|
|
223663
|
-
],
|
|
223664
|
-
"required": false,
|
|
223665
|
-
"type": {
|
|
223666
|
-
"name": "string"
|
|
223667
|
-
}
|
|
223668
|
-
},
|
|
223669
|
-
"ref": {
|
|
223670
|
-
"defaultValue": null,
|
|
223671
|
-
"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}",
|
|
223672
|
-
"name": "ref",
|
|
223673
|
-
"parent": {
|
|
223674
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223675
|
-
"name": "RefAttributes"
|
|
223676
|
-
},
|
|
223677
|
-
"declarations": [
|
|
223678
|
-
{
|
|
223679
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223680
|
-
"name": "RefAttributes"
|
|
223681
|
-
}
|
|
223682
|
-
],
|
|
223683
|
-
"required": false,
|
|
223684
|
-
"type": {
|
|
223685
|
-
"name": "Ref<HTMLInputElement>"
|
|
223686
|
-
}
|
|
223687
|
-
},
|
|
223688
|
-
"key": {
|
|
223689
|
-
"defaultValue": null,
|
|
223690
|
-
"description": "",
|
|
223691
|
-
"name": "key",
|
|
223692
|
-
"parent": {
|
|
223693
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223694
|
-
"name": "Attributes"
|
|
223695
|
-
},
|
|
223696
|
-
"declarations": [
|
|
223697
|
-
{
|
|
223698
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223699
|
-
"name": "Attributes"
|
|
223700
|
-
}
|
|
223701
|
-
],
|
|
223702
|
-
"required": false,
|
|
223703
|
-
"type": {
|
|
223704
|
-
"name": "Key | null"
|
|
223705
|
-
}
|
|
223706
|
-
}
|
|
223707
|
-
}
|
|
223708
|
-
},
|
|
223709
223709
|
{
|
|
223710
223710
|
"tags": {
|
|
223711
223711
|
"flr-generate": "all",
|