@mittwald/flow-react-components 0.2.0-alpha.330 → 0.2.0-alpha.332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +643 -643
- package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs +8 -0
- package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +10 -2
- package/dist/js/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/generateValidationTranslation.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -24064,6 +24064,568 @@
|
|
|
24064
24064
|
}
|
|
24065
24065
|
}
|
|
24066
24066
|
},
|
|
24067
|
+
{
|
|
24068
|
+
"tags": {
|
|
24069
|
+
"flr-generate": "all"
|
|
24070
|
+
},
|
|
24071
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
|
|
24072
|
+
"description": "",
|
|
24073
|
+
"displayName": "SegmentedControl",
|
|
24074
|
+
"methods": [],
|
|
24075
|
+
"props": {
|
|
24076
|
+
"onFocus": {
|
|
24077
|
+
"defaultValue": null,
|
|
24078
|
+
"description": "Handler that is called when the element receives focus.",
|
|
24079
|
+
"name": "onFocus",
|
|
24080
|
+
"parent": {
|
|
24081
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24082
|
+
"name": "FocusEvents"
|
|
24083
|
+
},
|
|
24084
|
+
"declarations": [
|
|
24085
|
+
{
|
|
24086
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24087
|
+
"name": "FocusEvents"
|
|
24088
|
+
}
|
|
24089
|
+
],
|
|
24090
|
+
"required": false,
|
|
24091
|
+
"type": {
|
|
24092
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
24093
|
+
}
|
|
24094
|
+
},
|
|
24095
|
+
"onBlur": {
|
|
24096
|
+
"defaultValue": null,
|
|
24097
|
+
"description": "Handler that is called when the element loses focus.",
|
|
24098
|
+
"name": "onBlur",
|
|
24099
|
+
"parent": {
|
|
24100
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24101
|
+
"name": "FocusEvents"
|
|
24102
|
+
},
|
|
24103
|
+
"declarations": [
|
|
24104
|
+
{
|
|
24105
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24106
|
+
"name": "FocusEvents"
|
|
24107
|
+
}
|
|
24108
|
+
],
|
|
24109
|
+
"required": false,
|
|
24110
|
+
"type": {
|
|
24111
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
24112
|
+
}
|
|
24113
|
+
},
|
|
24114
|
+
"onChange": {
|
|
24115
|
+
"defaultValue": null,
|
|
24116
|
+
"description": "Handler that is called when the value changes.",
|
|
24117
|
+
"name": "onChange",
|
|
24118
|
+
"parent": {
|
|
24119
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24120
|
+
"name": "ValueBase"
|
|
24121
|
+
},
|
|
24122
|
+
"declarations": [
|
|
24123
|
+
{
|
|
24124
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24125
|
+
"name": "ValueBase"
|
|
24126
|
+
}
|
|
24127
|
+
],
|
|
24128
|
+
"required": false,
|
|
24129
|
+
"type": {
|
|
24130
|
+
"name": "((value: TimeValue | null) => void)"
|
|
24131
|
+
}
|
|
24132
|
+
},
|
|
24133
|
+
"className": {
|
|
24134
|
+
"defaultValue": null,
|
|
24135
|
+
"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.",
|
|
24136
|
+
"name": "className",
|
|
24137
|
+
"parent": {
|
|
24138
|
+
"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",
|
|
24139
|
+
"name": "StyleRenderProps"
|
|
24140
|
+
},
|
|
24141
|
+
"declarations": [
|
|
24142
|
+
{
|
|
24143
|
+
"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",
|
|
24144
|
+
"name": "StyleRenderProps"
|
|
24145
|
+
}
|
|
24146
|
+
],
|
|
24147
|
+
"required": false,
|
|
24148
|
+
"type": {
|
|
24149
|
+
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
24150
|
+
}
|
|
24151
|
+
},
|
|
24152
|
+
"id": {
|
|
24153
|
+
"defaultValue": null,
|
|
24154
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
24155
|
+
"name": "id",
|
|
24156
|
+
"parent": {
|
|
24157
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24158
|
+
"name": "DOMProps"
|
|
24159
|
+
},
|
|
24160
|
+
"declarations": [
|
|
24161
|
+
{
|
|
24162
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24163
|
+
"name": "DOMProps"
|
|
24164
|
+
}
|
|
24165
|
+
],
|
|
24166
|
+
"required": false,
|
|
24167
|
+
"type": {
|
|
24168
|
+
"name": "string"
|
|
24169
|
+
}
|
|
24170
|
+
},
|
|
24171
|
+
"name": {
|
|
24172
|
+
"defaultValue": null,
|
|
24173
|
+
"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).",
|
|
24174
|
+
"name": "name",
|
|
24175
|
+
"parent": {
|
|
24176
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24177
|
+
"name": "InputDOMProps"
|
|
24178
|
+
},
|
|
24179
|
+
"declarations": [
|
|
24180
|
+
{
|
|
24181
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24182
|
+
"name": "InputDOMProps"
|
|
24183
|
+
}
|
|
24184
|
+
],
|
|
24185
|
+
"required": false,
|
|
24186
|
+
"type": {
|
|
24187
|
+
"name": "string"
|
|
24188
|
+
}
|
|
24189
|
+
},
|
|
24190
|
+
"style": {
|
|
24191
|
+
"defaultValue": null,
|
|
24192
|
+
"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.",
|
|
24193
|
+
"name": "style",
|
|
24194
|
+
"parent": {
|
|
24195
|
+
"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",
|
|
24196
|
+
"name": "StyleRenderProps"
|
|
24197
|
+
},
|
|
24198
|
+
"declarations": [
|
|
24199
|
+
{
|
|
24200
|
+
"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",
|
|
24201
|
+
"name": "StyleRenderProps"
|
|
24202
|
+
}
|
|
24203
|
+
],
|
|
24204
|
+
"required": false,
|
|
24205
|
+
"type": {
|
|
24206
|
+
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
24207
|
+
}
|
|
24208
|
+
},
|
|
24209
|
+
"orientation": {
|
|
24210
|
+
"defaultValue": {
|
|
24211
|
+
"value": "'vertical'"
|
|
24212
|
+
},
|
|
24213
|
+
"description": "The axis the Radio Button(s) should align with.",
|
|
24214
|
+
"name": "orientation",
|
|
24215
|
+
"parent": {
|
|
24216
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
24217
|
+
"name": "RadioGroupProps"
|
|
24218
|
+
},
|
|
24219
|
+
"declarations": [
|
|
24220
|
+
{
|
|
24221
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
24222
|
+
"name": "RadioGroupProps"
|
|
24223
|
+
}
|
|
24224
|
+
],
|
|
24225
|
+
"required": false,
|
|
24226
|
+
"type": {
|
|
24227
|
+
"name": "Orientation"
|
|
24228
|
+
}
|
|
24229
|
+
},
|
|
24230
|
+
"aria-describedby": {
|
|
24231
|
+
"defaultValue": null,
|
|
24232
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
24233
|
+
"name": "aria-describedby",
|
|
24234
|
+
"parent": {
|
|
24235
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24236
|
+
"name": "AriaLabelingProps"
|
|
24237
|
+
},
|
|
24238
|
+
"declarations": [
|
|
24239
|
+
{
|
|
24240
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24241
|
+
"name": "AriaLabelingProps"
|
|
24242
|
+
}
|
|
24243
|
+
],
|
|
24244
|
+
"required": false,
|
|
24245
|
+
"type": {
|
|
24246
|
+
"name": "string"
|
|
24247
|
+
}
|
|
24248
|
+
},
|
|
24249
|
+
"aria-details": {
|
|
24250
|
+
"defaultValue": null,
|
|
24251
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
24252
|
+
"name": "aria-details",
|
|
24253
|
+
"parent": {
|
|
24254
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24255
|
+
"name": "AriaLabelingProps"
|
|
24256
|
+
},
|
|
24257
|
+
"declarations": [
|
|
24258
|
+
{
|
|
24259
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24260
|
+
"name": "AriaLabelingProps"
|
|
24261
|
+
}
|
|
24262
|
+
],
|
|
24263
|
+
"required": false,
|
|
24264
|
+
"type": {
|
|
24265
|
+
"name": "string"
|
|
24266
|
+
}
|
|
24267
|
+
},
|
|
24268
|
+
"aria-errormessage": {
|
|
24269
|
+
"defaultValue": null,
|
|
24270
|
+
"description": "Identifies the element that provides an error message for the object.",
|
|
24271
|
+
"name": "aria-errormessage",
|
|
24272
|
+
"parent": {
|
|
24273
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24274
|
+
"name": "AriaValidationProps"
|
|
24275
|
+
},
|
|
24276
|
+
"declarations": [
|
|
24277
|
+
{
|
|
24278
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24279
|
+
"name": "AriaValidationProps"
|
|
24280
|
+
}
|
|
24281
|
+
],
|
|
24282
|
+
"required": false,
|
|
24283
|
+
"type": {
|
|
24284
|
+
"name": "string"
|
|
24285
|
+
}
|
|
24286
|
+
},
|
|
24287
|
+
"aria-label": {
|
|
24288
|
+
"defaultValue": null,
|
|
24289
|
+
"description": "Defines a string value that labels the current element.",
|
|
24290
|
+
"name": "aria-label",
|
|
24291
|
+
"parent": {
|
|
24292
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24293
|
+
"name": "AriaLabelingProps"
|
|
24294
|
+
},
|
|
24295
|
+
"declarations": [
|
|
24296
|
+
{
|
|
24297
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24298
|
+
"name": "AriaLabelingProps"
|
|
24299
|
+
}
|
|
24300
|
+
],
|
|
24301
|
+
"required": false,
|
|
24302
|
+
"type": {
|
|
24303
|
+
"name": "string"
|
|
24304
|
+
}
|
|
24305
|
+
},
|
|
24306
|
+
"aria-labelledby": {
|
|
24307
|
+
"defaultValue": null,
|
|
24308
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
24309
|
+
"name": "aria-labelledby",
|
|
24310
|
+
"parent": {
|
|
24311
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24312
|
+
"name": "AriaLabelingProps"
|
|
24313
|
+
},
|
|
24314
|
+
"declarations": [
|
|
24315
|
+
{
|
|
24316
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
24317
|
+
"name": "AriaLabelingProps"
|
|
24318
|
+
}
|
|
24319
|
+
],
|
|
24320
|
+
"required": false,
|
|
24321
|
+
"type": {
|
|
24322
|
+
"name": "string"
|
|
24323
|
+
}
|
|
24324
|
+
},
|
|
24325
|
+
"validationBehavior": {
|
|
24326
|
+
"defaultValue": {
|
|
24327
|
+
"value": "'native'"
|
|
24328
|
+
},
|
|
24329
|
+
"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.",
|
|
24330
|
+
"name": "validationBehavior",
|
|
24331
|
+
"parent": {
|
|
24332
|
+
"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",
|
|
24333
|
+
"name": "RACValidation"
|
|
24334
|
+
},
|
|
24335
|
+
"declarations": [
|
|
24336
|
+
{
|
|
24337
|
+
"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",
|
|
24338
|
+
"name": "RACValidation"
|
|
24339
|
+
}
|
|
24340
|
+
],
|
|
24341
|
+
"required": false,
|
|
24342
|
+
"type": {
|
|
24343
|
+
"name": "\"native\" | \"aria\""
|
|
24344
|
+
}
|
|
24345
|
+
},
|
|
24346
|
+
"isDisabled": {
|
|
24347
|
+
"defaultValue": null,
|
|
24348
|
+
"description": "Whether the input is disabled.",
|
|
24349
|
+
"name": "isDisabled",
|
|
24350
|
+
"parent": {
|
|
24351
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24352
|
+
"name": "InputBase"
|
|
24353
|
+
},
|
|
24354
|
+
"declarations": [
|
|
24355
|
+
{
|
|
24356
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24357
|
+
"name": "InputBase"
|
|
24358
|
+
}
|
|
24359
|
+
],
|
|
24360
|
+
"required": false,
|
|
24361
|
+
"type": {
|
|
24362
|
+
"name": "boolean"
|
|
24363
|
+
}
|
|
24364
|
+
},
|
|
24365
|
+
"isReadOnly": {
|
|
24366
|
+
"defaultValue": null,
|
|
24367
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
24368
|
+
"name": "isReadOnly",
|
|
24369
|
+
"parent": {
|
|
24370
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24371
|
+
"name": "InputBase"
|
|
24372
|
+
},
|
|
24373
|
+
"declarations": [
|
|
24374
|
+
{
|
|
24375
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24376
|
+
"name": "InputBase"
|
|
24377
|
+
}
|
|
24378
|
+
],
|
|
24379
|
+
"required": false,
|
|
24380
|
+
"type": {
|
|
24381
|
+
"name": "boolean"
|
|
24382
|
+
}
|
|
24383
|
+
},
|
|
24384
|
+
"isRequired": {
|
|
24385
|
+
"defaultValue": null,
|
|
24386
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
24387
|
+
"name": "isRequired",
|
|
24388
|
+
"parent": {
|
|
24389
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24390
|
+
"name": "Validation"
|
|
24391
|
+
},
|
|
24392
|
+
"declarations": [
|
|
24393
|
+
{
|
|
24394
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24395
|
+
"name": "Validation"
|
|
24396
|
+
}
|
|
24397
|
+
],
|
|
24398
|
+
"required": false,
|
|
24399
|
+
"type": {
|
|
24400
|
+
"name": "boolean"
|
|
24401
|
+
}
|
|
24402
|
+
},
|
|
24403
|
+
"isInvalid": {
|
|
24404
|
+
"defaultValue": null,
|
|
24405
|
+
"description": "Whether the input value is invalid.",
|
|
24406
|
+
"name": "isInvalid",
|
|
24407
|
+
"parent": {
|
|
24408
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24409
|
+
"name": "Validation"
|
|
24410
|
+
},
|
|
24411
|
+
"declarations": [
|
|
24412
|
+
{
|
|
24413
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24414
|
+
"name": "Validation"
|
|
24415
|
+
}
|
|
24416
|
+
],
|
|
24417
|
+
"required": false,
|
|
24418
|
+
"type": {
|
|
24419
|
+
"name": "boolean"
|
|
24420
|
+
}
|
|
24421
|
+
},
|
|
24422
|
+
"validate": {
|
|
24423
|
+
"defaultValue": null,
|
|
24424
|
+
"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.",
|
|
24425
|
+
"name": "validate",
|
|
24426
|
+
"parent": {
|
|
24427
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24428
|
+
"name": "Validation"
|
|
24429
|
+
},
|
|
24430
|
+
"declarations": [
|
|
24431
|
+
{
|
|
24432
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24433
|
+
"name": "Validation"
|
|
24434
|
+
}
|
|
24435
|
+
],
|
|
24436
|
+
"required": false,
|
|
24437
|
+
"type": {
|
|
24438
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
24439
|
+
}
|
|
24440
|
+
},
|
|
24441
|
+
"onFocusChange": {
|
|
24442
|
+
"defaultValue": null,
|
|
24443
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
24444
|
+
"name": "onFocusChange",
|
|
24445
|
+
"parent": {
|
|
24446
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24447
|
+
"name": "FocusEvents"
|
|
24448
|
+
},
|
|
24449
|
+
"declarations": [
|
|
24450
|
+
{
|
|
24451
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
24452
|
+
"name": "FocusEvents"
|
|
24453
|
+
}
|
|
24454
|
+
],
|
|
24455
|
+
"required": false,
|
|
24456
|
+
"type": {
|
|
24457
|
+
"name": "((isFocused: boolean) => void)"
|
|
24458
|
+
}
|
|
24459
|
+
},
|
|
24460
|
+
"value": {
|
|
24461
|
+
"defaultValue": null,
|
|
24462
|
+
"description": "The current value (controlled).",
|
|
24463
|
+
"name": "value",
|
|
24464
|
+
"parent": {
|
|
24465
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24466
|
+
"name": "ValueBase"
|
|
24467
|
+
},
|
|
24468
|
+
"declarations": [
|
|
24469
|
+
{
|
|
24470
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24471
|
+
"name": "ValueBase"
|
|
24472
|
+
}
|
|
24473
|
+
],
|
|
24474
|
+
"required": false,
|
|
24475
|
+
"type": {
|
|
24476
|
+
"name": "TimeValue | null"
|
|
24477
|
+
}
|
|
24478
|
+
},
|
|
24479
|
+
"defaultValue": {
|
|
24480
|
+
"defaultValue": null,
|
|
24481
|
+
"description": "The default value (uncontrolled).",
|
|
24482
|
+
"name": "defaultValue",
|
|
24483
|
+
"parent": {
|
|
24484
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24485
|
+
"name": "ValueBase"
|
|
24486
|
+
},
|
|
24487
|
+
"declarations": [
|
|
24488
|
+
{
|
|
24489
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
24490
|
+
"name": "ValueBase"
|
|
24491
|
+
}
|
|
24492
|
+
],
|
|
24493
|
+
"required": false,
|
|
24494
|
+
"type": {
|
|
24495
|
+
"name": "TimeValue | null"
|
|
24496
|
+
}
|
|
24497
|
+
},
|
|
24498
|
+
"slot": {
|
|
24499
|
+
"defaultValue": null,
|
|
24500
|
+
"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.",
|
|
24501
|
+
"name": "slot",
|
|
24502
|
+
"parent": {
|
|
24503
|
+
"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",
|
|
24504
|
+
"name": "SlotProps"
|
|
24505
|
+
},
|
|
24506
|
+
"declarations": [
|
|
24507
|
+
{
|
|
24508
|
+
"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",
|
|
24509
|
+
"name": "SlotProps"
|
|
24510
|
+
}
|
|
24511
|
+
],
|
|
24512
|
+
"required": false,
|
|
24513
|
+
"type": {
|
|
24514
|
+
"name": "string | null"
|
|
24515
|
+
}
|
|
24516
|
+
},
|
|
24517
|
+
"children": {
|
|
24518
|
+
"defaultValue": null,
|
|
24519
|
+
"description": "",
|
|
24520
|
+
"name": "children",
|
|
24521
|
+
"declarations": [
|
|
24522
|
+
{
|
|
24523
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24524
|
+
"name": "TypeLiteral"
|
|
24525
|
+
}
|
|
24526
|
+
],
|
|
24527
|
+
"required": false,
|
|
24528
|
+
"type": {
|
|
24529
|
+
"name": "ReactNode"
|
|
24530
|
+
}
|
|
24531
|
+
},
|
|
24532
|
+
"wrapWith": {
|
|
24533
|
+
"defaultValue": null,
|
|
24534
|
+
"description": "",
|
|
24535
|
+
"name": "wrapWith",
|
|
24536
|
+
"parent": {
|
|
24537
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
24538
|
+
"name": "FlowComponentProps"
|
|
24539
|
+
},
|
|
24540
|
+
"declarations": [
|
|
24541
|
+
{
|
|
24542
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
24543
|
+
"name": "FlowComponentProps"
|
|
24544
|
+
}
|
|
24545
|
+
],
|
|
24546
|
+
"required": false,
|
|
24547
|
+
"type": {
|
|
24548
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
24549
|
+
}
|
|
24550
|
+
},
|
|
24551
|
+
"tunnelId": {
|
|
24552
|
+
"defaultValue": null,
|
|
24553
|
+
"description": "@internal",
|
|
24554
|
+
"name": "tunnelId",
|
|
24555
|
+
"parent": {
|
|
24556
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
24557
|
+
"name": "PropsWithTunnel"
|
|
24558
|
+
},
|
|
24559
|
+
"declarations": [
|
|
24560
|
+
{
|
|
24561
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
24562
|
+
"name": "PropsWithTunnel"
|
|
24563
|
+
}
|
|
24564
|
+
],
|
|
24565
|
+
"required": false,
|
|
24566
|
+
"type": {
|
|
24567
|
+
"name": "string | null"
|
|
24568
|
+
}
|
|
24569
|
+
},
|
|
24570
|
+
"ref": {
|
|
24571
|
+
"defaultValue": null,
|
|
24572
|
+
"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}",
|
|
24573
|
+
"name": "ref",
|
|
24574
|
+
"parent": {
|
|
24575
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24576
|
+
"name": "RefAttributes"
|
|
24577
|
+
},
|
|
24578
|
+
"declarations": [
|
|
24579
|
+
{
|
|
24580
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24581
|
+
"name": "RefAttributes"
|
|
24582
|
+
}
|
|
24583
|
+
],
|
|
24584
|
+
"required": false,
|
|
24585
|
+
"type": {
|
|
24586
|
+
"name": "Ref<HTMLInputElement>"
|
|
24587
|
+
}
|
|
24588
|
+
},
|
|
24589
|
+
"key": {
|
|
24590
|
+
"defaultValue": null,
|
|
24591
|
+
"description": "",
|
|
24592
|
+
"name": "key",
|
|
24593
|
+
"parent": {
|
|
24594
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24595
|
+
"name": "Attributes"
|
|
24596
|
+
},
|
|
24597
|
+
"declarations": [
|
|
24598
|
+
{
|
|
24599
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
24600
|
+
"name": "Attributes"
|
|
24601
|
+
}
|
|
24602
|
+
],
|
|
24603
|
+
"required": false,
|
|
24604
|
+
"type": {
|
|
24605
|
+
"name": "Key | null"
|
|
24606
|
+
}
|
|
24607
|
+
},
|
|
24608
|
+
"containerBreakpointSize": {
|
|
24609
|
+
"defaultValue": null,
|
|
24610
|
+
"description": "",
|
|
24611
|
+
"name": "containerBreakpointSize",
|
|
24612
|
+
"parent": {
|
|
24613
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
24614
|
+
"name": "PropsWithContainerBreakpointSize"
|
|
24615
|
+
},
|
|
24616
|
+
"declarations": [
|
|
24617
|
+
{
|
|
24618
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
24619
|
+
"name": "PropsWithContainerBreakpointSize"
|
|
24620
|
+
}
|
|
24621
|
+
],
|
|
24622
|
+
"required": false,
|
|
24623
|
+
"type": {
|
|
24624
|
+
"name": "ContainerBreakpointSize"
|
|
24625
|
+
}
|
|
24626
|
+
}
|
|
24627
|
+
}
|
|
24628
|
+
},
|
|
24067
24629
|
{
|
|
24068
24630
|
"tags": {
|
|
24069
24631
|
"flr-generate": "all"
|
|
@@ -29475,568 +30037,6 @@
|
|
|
29475
30037
|
}
|
|
29476
30038
|
}
|
|
29477
30039
|
},
|
|
29478
|
-
{
|
|
29479
|
-
"tags": {
|
|
29480
|
-
"flr-generate": "all"
|
|
29481
|
-
},
|
|
29482
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/SegmentedControl.tsx",
|
|
29483
|
-
"description": "",
|
|
29484
|
-
"displayName": "SegmentedControl",
|
|
29485
|
-
"methods": [],
|
|
29486
|
-
"props": {
|
|
29487
|
-
"onFocus": {
|
|
29488
|
-
"defaultValue": null,
|
|
29489
|
-
"description": "Handler that is called when the element receives focus.",
|
|
29490
|
-
"name": "onFocus",
|
|
29491
|
-
"parent": {
|
|
29492
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29493
|
-
"name": "FocusEvents"
|
|
29494
|
-
},
|
|
29495
|
-
"declarations": [
|
|
29496
|
-
{
|
|
29497
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29498
|
-
"name": "FocusEvents"
|
|
29499
|
-
}
|
|
29500
|
-
],
|
|
29501
|
-
"required": false,
|
|
29502
|
-
"type": {
|
|
29503
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
29504
|
-
}
|
|
29505
|
-
},
|
|
29506
|
-
"onBlur": {
|
|
29507
|
-
"defaultValue": null,
|
|
29508
|
-
"description": "Handler that is called when the element loses focus.",
|
|
29509
|
-
"name": "onBlur",
|
|
29510
|
-
"parent": {
|
|
29511
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29512
|
-
"name": "FocusEvents"
|
|
29513
|
-
},
|
|
29514
|
-
"declarations": [
|
|
29515
|
-
{
|
|
29516
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29517
|
-
"name": "FocusEvents"
|
|
29518
|
-
}
|
|
29519
|
-
],
|
|
29520
|
-
"required": false,
|
|
29521
|
-
"type": {
|
|
29522
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
29523
|
-
}
|
|
29524
|
-
},
|
|
29525
|
-
"onChange": {
|
|
29526
|
-
"defaultValue": null,
|
|
29527
|
-
"description": "Handler that is called when the value changes.",
|
|
29528
|
-
"name": "onChange",
|
|
29529
|
-
"parent": {
|
|
29530
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29531
|
-
"name": "ValueBase"
|
|
29532
|
-
},
|
|
29533
|
-
"declarations": [
|
|
29534
|
-
{
|
|
29535
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29536
|
-
"name": "ValueBase"
|
|
29537
|
-
}
|
|
29538
|
-
],
|
|
29539
|
-
"required": false,
|
|
29540
|
-
"type": {
|
|
29541
|
-
"name": "((value: TimeValue | null) => void)"
|
|
29542
|
-
}
|
|
29543
|
-
},
|
|
29544
|
-
"className": {
|
|
29545
|
-
"defaultValue": null,
|
|
29546
|
-
"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.",
|
|
29547
|
-
"name": "className",
|
|
29548
|
-
"parent": {
|
|
29549
|
-
"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",
|
|
29550
|
-
"name": "StyleRenderProps"
|
|
29551
|
-
},
|
|
29552
|
-
"declarations": [
|
|
29553
|
-
{
|
|
29554
|
-
"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",
|
|
29555
|
-
"name": "StyleRenderProps"
|
|
29556
|
-
}
|
|
29557
|
-
],
|
|
29558
|
-
"required": false,
|
|
29559
|
-
"type": {
|
|
29560
|
-
"name": "string | ((values: TooltipRenderProps & { defaultClassName: string; }) => string)"
|
|
29561
|
-
}
|
|
29562
|
-
},
|
|
29563
|
-
"id": {
|
|
29564
|
-
"defaultValue": null,
|
|
29565
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
29566
|
-
"name": "id",
|
|
29567
|
-
"parent": {
|
|
29568
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29569
|
-
"name": "DOMProps"
|
|
29570
|
-
},
|
|
29571
|
-
"declarations": [
|
|
29572
|
-
{
|
|
29573
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29574
|
-
"name": "DOMProps"
|
|
29575
|
-
}
|
|
29576
|
-
],
|
|
29577
|
-
"required": false,
|
|
29578
|
-
"type": {
|
|
29579
|
-
"name": "string"
|
|
29580
|
-
}
|
|
29581
|
-
},
|
|
29582
|
-
"name": {
|
|
29583
|
-
"defaultValue": null,
|
|
29584
|
-
"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).",
|
|
29585
|
-
"name": "name",
|
|
29586
|
-
"parent": {
|
|
29587
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29588
|
-
"name": "InputDOMProps"
|
|
29589
|
-
},
|
|
29590
|
-
"declarations": [
|
|
29591
|
-
{
|
|
29592
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29593
|
-
"name": "InputDOMProps"
|
|
29594
|
-
}
|
|
29595
|
-
],
|
|
29596
|
-
"required": false,
|
|
29597
|
-
"type": {
|
|
29598
|
-
"name": "string"
|
|
29599
|
-
}
|
|
29600
|
-
},
|
|
29601
|
-
"style": {
|
|
29602
|
-
"defaultValue": null,
|
|
29603
|
-
"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.",
|
|
29604
|
-
"name": "style",
|
|
29605
|
-
"parent": {
|
|
29606
|
-
"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",
|
|
29607
|
-
"name": "StyleRenderProps"
|
|
29608
|
-
},
|
|
29609
|
-
"declarations": [
|
|
29610
|
-
{
|
|
29611
|
-
"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",
|
|
29612
|
-
"name": "StyleRenderProps"
|
|
29613
|
-
}
|
|
29614
|
-
],
|
|
29615
|
-
"required": false,
|
|
29616
|
-
"type": {
|
|
29617
|
-
"name": "CSSProperties | ((values: TooltipRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
29618
|
-
}
|
|
29619
|
-
},
|
|
29620
|
-
"orientation": {
|
|
29621
|
-
"defaultValue": {
|
|
29622
|
-
"value": "'vertical'"
|
|
29623
|
-
},
|
|
29624
|
-
"description": "The axis the Radio Button(s) should align with.",
|
|
29625
|
-
"name": "orientation",
|
|
29626
|
-
"parent": {
|
|
29627
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
29628
|
-
"name": "RadioGroupProps"
|
|
29629
|
-
},
|
|
29630
|
-
"declarations": [
|
|
29631
|
-
{
|
|
29632
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.8.10_react@19.1.0/node_modules/@react-types/radio/src/index.d.ts",
|
|
29633
|
-
"name": "RadioGroupProps"
|
|
29634
|
-
}
|
|
29635
|
-
],
|
|
29636
|
-
"required": false,
|
|
29637
|
-
"type": {
|
|
29638
|
-
"name": "Orientation"
|
|
29639
|
-
}
|
|
29640
|
-
},
|
|
29641
|
-
"aria-describedby": {
|
|
29642
|
-
"defaultValue": null,
|
|
29643
|
-
"description": "Identifies the element (or elements) that describes the object.",
|
|
29644
|
-
"name": "aria-describedby",
|
|
29645
|
-
"parent": {
|
|
29646
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29647
|
-
"name": "AriaLabelingProps"
|
|
29648
|
-
},
|
|
29649
|
-
"declarations": [
|
|
29650
|
-
{
|
|
29651
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29652
|
-
"name": "AriaLabelingProps"
|
|
29653
|
-
}
|
|
29654
|
-
],
|
|
29655
|
-
"required": false,
|
|
29656
|
-
"type": {
|
|
29657
|
-
"name": "string"
|
|
29658
|
-
}
|
|
29659
|
-
},
|
|
29660
|
-
"aria-details": {
|
|
29661
|
-
"defaultValue": null,
|
|
29662
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
29663
|
-
"name": "aria-details",
|
|
29664
|
-
"parent": {
|
|
29665
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29666
|
-
"name": "AriaLabelingProps"
|
|
29667
|
-
},
|
|
29668
|
-
"declarations": [
|
|
29669
|
-
{
|
|
29670
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29671
|
-
"name": "AriaLabelingProps"
|
|
29672
|
-
}
|
|
29673
|
-
],
|
|
29674
|
-
"required": false,
|
|
29675
|
-
"type": {
|
|
29676
|
-
"name": "string"
|
|
29677
|
-
}
|
|
29678
|
-
},
|
|
29679
|
-
"aria-errormessage": {
|
|
29680
|
-
"defaultValue": null,
|
|
29681
|
-
"description": "Identifies the element that provides an error message for the object.",
|
|
29682
|
-
"name": "aria-errormessage",
|
|
29683
|
-
"parent": {
|
|
29684
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29685
|
-
"name": "AriaValidationProps"
|
|
29686
|
-
},
|
|
29687
|
-
"declarations": [
|
|
29688
|
-
{
|
|
29689
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29690
|
-
"name": "AriaValidationProps"
|
|
29691
|
-
}
|
|
29692
|
-
],
|
|
29693
|
-
"required": false,
|
|
29694
|
-
"type": {
|
|
29695
|
-
"name": "string"
|
|
29696
|
-
}
|
|
29697
|
-
},
|
|
29698
|
-
"aria-label": {
|
|
29699
|
-
"defaultValue": null,
|
|
29700
|
-
"description": "Defines a string value that labels the current element.",
|
|
29701
|
-
"name": "aria-label",
|
|
29702
|
-
"parent": {
|
|
29703
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29704
|
-
"name": "AriaLabelingProps"
|
|
29705
|
-
},
|
|
29706
|
-
"declarations": [
|
|
29707
|
-
{
|
|
29708
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29709
|
-
"name": "AriaLabelingProps"
|
|
29710
|
-
}
|
|
29711
|
-
],
|
|
29712
|
-
"required": false,
|
|
29713
|
-
"type": {
|
|
29714
|
-
"name": "string"
|
|
29715
|
-
}
|
|
29716
|
-
},
|
|
29717
|
-
"aria-labelledby": {
|
|
29718
|
-
"defaultValue": null,
|
|
29719
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
29720
|
-
"name": "aria-labelledby",
|
|
29721
|
-
"parent": {
|
|
29722
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29723
|
-
"name": "AriaLabelingProps"
|
|
29724
|
-
},
|
|
29725
|
-
"declarations": [
|
|
29726
|
-
{
|
|
29727
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
29728
|
-
"name": "AriaLabelingProps"
|
|
29729
|
-
}
|
|
29730
|
-
],
|
|
29731
|
-
"required": false,
|
|
29732
|
-
"type": {
|
|
29733
|
-
"name": "string"
|
|
29734
|
-
}
|
|
29735
|
-
},
|
|
29736
|
-
"validationBehavior": {
|
|
29737
|
-
"defaultValue": {
|
|
29738
|
-
"value": "'native'"
|
|
29739
|
-
},
|
|
29740
|
-
"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.",
|
|
29741
|
-
"name": "validationBehavior",
|
|
29742
|
-
"parent": {
|
|
29743
|
-
"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",
|
|
29744
|
-
"name": "RACValidation"
|
|
29745
|
-
},
|
|
29746
|
-
"declarations": [
|
|
29747
|
-
{
|
|
29748
|
-
"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",
|
|
29749
|
-
"name": "RACValidation"
|
|
29750
|
-
}
|
|
29751
|
-
],
|
|
29752
|
-
"required": false,
|
|
29753
|
-
"type": {
|
|
29754
|
-
"name": "\"native\" | \"aria\""
|
|
29755
|
-
}
|
|
29756
|
-
},
|
|
29757
|
-
"isDisabled": {
|
|
29758
|
-
"defaultValue": null,
|
|
29759
|
-
"description": "Whether the input is disabled.",
|
|
29760
|
-
"name": "isDisabled",
|
|
29761
|
-
"parent": {
|
|
29762
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29763
|
-
"name": "InputBase"
|
|
29764
|
-
},
|
|
29765
|
-
"declarations": [
|
|
29766
|
-
{
|
|
29767
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29768
|
-
"name": "InputBase"
|
|
29769
|
-
}
|
|
29770
|
-
],
|
|
29771
|
-
"required": false,
|
|
29772
|
-
"type": {
|
|
29773
|
-
"name": "boolean"
|
|
29774
|
-
}
|
|
29775
|
-
},
|
|
29776
|
-
"isReadOnly": {
|
|
29777
|
-
"defaultValue": null,
|
|
29778
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
29779
|
-
"name": "isReadOnly",
|
|
29780
|
-
"parent": {
|
|
29781
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29782
|
-
"name": "InputBase"
|
|
29783
|
-
},
|
|
29784
|
-
"declarations": [
|
|
29785
|
-
{
|
|
29786
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29787
|
-
"name": "InputBase"
|
|
29788
|
-
}
|
|
29789
|
-
],
|
|
29790
|
-
"required": false,
|
|
29791
|
-
"type": {
|
|
29792
|
-
"name": "boolean"
|
|
29793
|
-
}
|
|
29794
|
-
},
|
|
29795
|
-
"isRequired": {
|
|
29796
|
-
"defaultValue": null,
|
|
29797
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
29798
|
-
"name": "isRequired",
|
|
29799
|
-
"parent": {
|
|
29800
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29801
|
-
"name": "Validation"
|
|
29802
|
-
},
|
|
29803
|
-
"declarations": [
|
|
29804
|
-
{
|
|
29805
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29806
|
-
"name": "Validation"
|
|
29807
|
-
}
|
|
29808
|
-
],
|
|
29809
|
-
"required": false,
|
|
29810
|
-
"type": {
|
|
29811
|
-
"name": "boolean"
|
|
29812
|
-
}
|
|
29813
|
-
},
|
|
29814
|
-
"isInvalid": {
|
|
29815
|
-
"defaultValue": null,
|
|
29816
|
-
"description": "Whether the input value is invalid.",
|
|
29817
|
-
"name": "isInvalid",
|
|
29818
|
-
"parent": {
|
|
29819
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29820
|
-
"name": "Validation"
|
|
29821
|
-
},
|
|
29822
|
-
"declarations": [
|
|
29823
|
-
{
|
|
29824
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29825
|
-
"name": "Validation"
|
|
29826
|
-
}
|
|
29827
|
-
],
|
|
29828
|
-
"required": false,
|
|
29829
|
-
"type": {
|
|
29830
|
-
"name": "boolean"
|
|
29831
|
-
}
|
|
29832
|
-
},
|
|
29833
|
-
"validate": {
|
|
29834
|
-
"defaultValue": null,
|
|
29835
|
-
"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.",
|
|
29836
|
-
"name": "validate",
|
|
29837
|
-
"parent": {
|
|
29838
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29839
|
-
"name": "Validation"
|
|
29840
|
-
},
|
|
29841
|
-
"declarations": [
|
|
29842
|
-
{
|
|
29843
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29844
|
-
"name": "Validation"
|
|
29845
|
-
}
|
|
29846
|
-
],
|
|
29847
|
-
"required": false,
|
|
29848
|
-
"type": {
|
|
29849
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
29850
|
-
}
|
|
29851
|
-
},
|
|
29852
|
-
"onFocusChange": {
|
|
29853
|
-
"defaultValue": null,
|
|
29854
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
29855
|
-
"name": "onFocusChange",
|
|
29856
|
-
"parent": {
|
|
29857
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29858
|
-
"name": "FocusEvents"
|
|
29859
|
-
},
|
|
29860
|
-
"declarations": [
|
|
29861
|
-
{
|
|
29862
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
29863
|
-
"name": "FocusEvents"
|
|
29864
|
-
}
|
|
29865
|
-
],
|
|
29866
|
-
"required": false,
|
|
29867
|
-
"type": {
|
|
29868
|
-
"name": "((isFocused: boolean) => void)"
|
|
29869
|
-
}
|
|
29870
|
-
},
|
|
29871
|
-
"value": {
|
|
29872
|
-
"defaultValue": null,
|
|
29873
|
-
"description": "The current value (controlled).",
|
|
29874
|
-
"name": "value",
|
|
29875
|
-
"parent": {
|
|
29876
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29877
|
-
"name": "ValueBase"
|
|
29878
|
-
},
|
|
29879
|
-
"declarations": [
|
|
29880
|
-
{
|
|
29881
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29882
|
-
"name": "ValueBase"
|
|
29883
|
-
}
|
|
29884
|
-
],
|
|
29885
|
-
"required": false,
|
|
29886
|
-
"type": {
|
|
29887
|
-
"name": "TimeValue | null"
|
|
29888
|
-
}
|
|
29889
|
-
},
|
|
29890
|
-
"defaultValue": {
|
|
29891
|
-
"defaultValue": null,
|
|
29892
|
-
"description": "The default value (uncontrolled).",
|
|
29893
|
-
"name": "defaultValue",
|
|
29894
|
-
"parent": {
|
|
29895
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29896
|
-
"name": "ValueBase"
|
|
29897
|
-
},
|
|
29898
|
-
"declarations": [
|
|
29899
|
-
{
|
|
29900
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
29901
|
-
"name": "ValueBase"
|
|
29902
|
-
}
|
|
29903
|
-
],
|
|
29904
|
-
"required": false,
|
|
29905
|
-
"type": {
|
|
29906
|
-
"name": "TimeValue | null"
|
|
29907
|
-
}
|
|
29908
|
-
},
|
|
29909
|
-
"slot": {
|
|
29910
|
-
"defaultValue": null,
|
|
29911
|
-
"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.",
|
|
29912
|
-
"name": "slot",
|
|
29913
|
-
"parent": {
|
|
29914
|
-
"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",
|
|
29915
|
-
"name": "SlotProps"
|
|
29916
|
-
},
|
|
29917
|
-
"declarations": [
|
|
29918
|
-
{
|
|
29919
|
-
"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",
|
|
29920
|
-
"name": "SlotProps"
|
|
29921
|
-
}
|
|
29922
|
-
],
|
|
29923
|
-
"required": false,
|
|
29924
|
-
"type": {
|
|
29925
|
-
"name": "string | null"
|
|
29926
|
-
}
|
|
29927
|
-
},
|
|
29928
|
-
"children": {
|
|
29929
|
-
"defaultValue": null,
|
|
29930
|
-
"description": "",
|
|
29931
|
-
"name": "children",
|
|
29932
|
-
"declarations": [
|
|
29933
|
-
{
|
|
29934
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
29935
|
-
"name": "TypeLiteral"
|
|
29936
|
-
}
|
|
29937
|
-
],
|
|
29938
|
-
"required": false,
|
|
29939
|
-
"type": {
|
|
29940
|
-
"name": "ReactNode"
|
|
29941
|
-
}
|
|
29942
|
-
},
|
|
29943
|
-
"wrapWith": {
|
|
29944
|
-
"defaultValue": null,
|
|
29945
|
-
"description": "",
|
|
29946
|
-
"name": "wrapWith",
|
|
29947
|
-
"parent": {
|
|
29948
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
29949
|
-
"name": "FlowComponentProps"
|
|
29950
|
-
},
|
|
29951
|
-
"declarations": [
|
|
29952
|
-
{
|
|
29953
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
29954
|
-
"name": "FlowComponentProps"
|
|
29955
|
-
}
|
|
29956
|
-
],
|
|
29957
|
-
"required": false,
|
|
29958
|
-
"type": {
|
|
29959
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
29960
|
-
}
|
|
29961
|
-
},
|
|
29962
|
-
"tunnelId": {
|
|
29963
|
-
"defaultValue": null,
|
|
29964
|
-
"description": "@internal",
|
|
29965
|
-
"name": "tunnelId",
|
|
29966
|
-
"parent": {
|
|
29967
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
29968
|
-
"name": "PropsWithTunnel"
|
|
29969
|
-
},
|
|
29970
|
-
"declarations": [
|
|
29971
|
-
{
|
|
29972
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
29973
|
-
"name": "PropsWithTunnel"
|
|
29974
|
-
}
|
|
29975
|
-
],
|
|
29976
|
-
"required": false,
|
|
29977
|
-
"type": {
|
|
29978
|
-
"name": "string | null"
|
|
29979
|
-
}
|
|
29980
|
-
},
|
|
29981
|
-
"ref": {
|
|
29982
|
-
"defaultValue": null,
|
|
29983
|
-
"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}",
|
|
29984
|
-
"name": "ref",
|
|
29985
|
-
"parent": {
|
|
29986
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
29987
|
-
"name": "RefAttributes"
|
|
29988
|
-
},
|
|
29989
|
-
"declarations": [
|
|
29990
|
-
{
|
|
29991
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
29992
|
-
"name": "RefAttributes"
|
|
29993
|
-
}
|
|
29994
|
-
],
|
|
29995
|
-
"required": false,
|
|
29996
|
-
"type": {
|
|
29997
|
-
"name": "Ref<HTMLInputElement>"
|
|
29998
|
-
}
|
|
29999
|
-
},
|
|
30000
|
-
"key": {
|
|
30001
|
-
"defaultValue": null,
|
|
30002
|
-
"description": "",
|
|
30003
|
-
"name": "key",
|
|
30004
|
-
"parent": {
|
|
30005
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
30006
|
-
"name": "Attributes"
|
|
30007
|
-
},
|
|
30008
|
-
"declarations": [
|
|
30009
|
-
{
|
|
30010
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
30011
|
-
"name": "Attributes"
|
|
30012
|
-
}
|
|
30013
|
-
],
|
|
30014
|
-
"required": false,
|
|
30015
|
-
"type": {
|
|
30016
|
-
"name": "Key | null"
|
|
30017
|
-
}
|
|
30018
|
-
},
|
|
30019
|
-
"containerBreakpointSize": {
|
|
30020
|
-
"defaultValue": null,
|
|
30021
|
-
"description": "",
|
|
30022
|
-
"name": "containerBreakpointSize",
|
|
30023
|
-
"parent": {
|
|
30024
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
30025
|
-
"name": "PropsWithContainerBreakpointSize"
|
|
30026
|
-
},
|
|
30027
|
-
"declarations": [
|
|
30028
|
-
{
|
|
30029
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
30030
|
-
"name": "PropsWithContainerBreakpointSize"
|
|
30031
|
-
}
|
|
30032
|
-
],
|
|
30033
|
-
"required": false,
|
|
30034
|
-
"type": {
|
|
30035
|
-
"name": "ContainerBreakpointSize"
|
|
30036
|
-
}
|
|
30037
|
-
}
|
|
30038
|
-
}
|
|
30039
|
-
},
|
|
30040
30040
|
{
|
|
30041
30041
|
"tags": {
|
|
30042
30042
|
"flr-generate": "all",
|
|
@@ -223144,87 +223144,6 @@
|
|
|
223144
223144
|
}
|
|
223145
223145
|
}
|
|
223146
223146
|
},
|
|
223147
|
-
{
|
|
223148
|
-
"tags": {},
|
|
223149
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
|
|
223150
|
-
"description": "",
|
|
223151
|
-
"displayName": "SectionHeader",
|
|
223152
|
-
"methods": [],
|
|
223153
|
-
"props": {
|
|
223154
|
-
"children": {
|
|
223155
|
-
"defaultValue": null,
|
|
223156
|
-
"description": "",
|
|
223157
|
-
"name": "children",
|
|
223158
|
-
"declarations": [
|
|
223159
|
-
{
|
|
223160
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223161
|
-
"name": "TypeLiteral"
|
|
223162
|
-
}
|
|
223163
|
-
],
|
|
223164
|
-
"required": false,
|
|
223165
|
-
"type": {
|
|
223166
|
-
"name": "ReactNode"
|
|
223167
|
-
}
|
|
223168
|
-
},
|
|
223169
|
-
"className": {
|
|
223170
|
-
"defaultValue": null,
|
|
223171
|
-
"description": "The elements class name.",
|
|
223172
|
-
"name": "className",
|
|
223173
|
-
"parent": {
|
|
223174
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
223175
|
-
"name": "PropsWithClassName"
|
|
223176
|
-
},
|
|
223177
|
-
"declarations": [
|
|
223178
|
-
{
|
|
223179
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
223180
|
-
"name": "PropsWithClassName"
|
|
223181
|
-
}
|
|
223182
|
-
],
|
|
223183
|
-
"required": false,
|
|
223184
|
-
"type": {
|
|
223185
|
-
"name": "string"
|
|
223186
|
-
}
|
|
223187
|
-
},
|
|
223188
|
-
"ref": {
|
|
223189
|
-
"defaultValue": null,
|
|
223190
|
-
"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}",
|
|
223191
|
-
"name": "ref",
|
|
223192
|
-
"parent": {
|
|
223193
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223194
|
-
"name": "RefAttributes"
|
|
223195
|
-
},
|
|
223196
|
-
"declarations": [
|
|
223197
|
-
{
|
|
223198
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223199
|
-
"name": "RefAttributes"
|
|
223200
|
-
}
|
|
223201
|
-
],
|
|
223202
|
-
"required": false,
|
|
223203
|
-
"type": {
|
|
223204
|
-
"name": "Ref<HTMLInputElement>"
|
|
223205
|
-
}
|
|
223206
|
-
},
|
|
223207
|
-
"key": {
|
|
223208
|
-
"defaultValue": null,
|
|
223209
|
-
"description": "",
|
|
223210
|
-
"name": "key",
|
|
223211
|
-
"parent": {
|
|
223212
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223213
|
-
"name": "Attributes"
|
|
223214
|
-
},
|
|
223215
|
-
"declarations": [
|
|
223216
|
-
{
|
|
223217
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223218
|
-
"name": "Attributes"
|
|
223219
|
-
}
|
|
223220
|
-
],
|
|
223221
|
-
"required": false,
|
|
223222
|
-
"type": {
|
|
223223
|
-
"name": "Key | null"
|
|
223224
|
-
}
|
|
223225
|
-
}
|
|
223226
|
-
}
|
|
223227
|
-
},
|
|
223228
223147
|
{
|
|
223229
223148
|
"tags": {
|
|
223230
223149
|
"flr-generate": "all",
|
|
@@ -223708,6 +223627,87 @@
|
|
|
223708
223627
|
}
|
|
223709
223628
|
}
|
|
223710
223629
|
},
|
|
223630
|
+
{
|
|
223631
|
+
"tags": {},
|
|
223632
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Section/components/SectionHeader/SectionHeader.tsx",
|
|
223633
|
+
"description": "",
|
|
223634
|
+
"displayName": "SectionHeader",
|
|
223635
|
+
"methods": [],
|
|
223636
|
+
"props": {
|
|
223637
|
+
"children": {
|
|
223638
|
+
"defaultValue": null,
|
|
223639
|
+
"description": "",
|
|
223640
|
+
"name": "children",
|
|
223641
|
+
"declarations": [
|
|
223642
|
+
{
|
|
223643
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223644
|
+
"name": "TypeLiteral"
|
|
223645
|
+
}
|
|
223646
|
+
],
|
|
223647
|
+
"required": false,
|
|
223648
|
+
"type": {
|
|
223649
|
+
"name": "ReactNode"
|
|
223650
|
+
}
|
|
223651
|
+
},
|
|
223652
|
+
"className": {
|
|
223653
|
+
"defaultValue": null,
|
|
223654
|
+
"description": "The elements class name.",
|
|
223655
|
+
"name": "className",
|
|
223656
|
+
"parent": {
|
|
223657
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
223658
|
+
"name": "PropsWithClassName"
|
|
223659
|
+
},
|
|
223660
|
+
"declarations": [
|
|
223661
|
+
{
|
|
223662
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
223663
|
+
"name": "PropsWithClassName"
|
|
223664
|
+
}
|
|
223665
|
+
],
|
|
223666
|
+
"required": false,
|
|
223667
|
+
"type": {
|
|
223668
|
+
"name": "string"
|
|
223669
|
+
}
|
|
223670
|
+
},
|
|
223671
|
+
"ref": {
|
|
223672
|
+
"defaultValue": null,
|
|
223673
|
+
"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}",
|
|
223674
|
+
"name": "ref",
|
|
223675
|
+
"parent": {
|
|
223676
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223677
|
+
"name": "RefAttributes"
|
|
223678
|
+
},
|
|
223679
|
+
"declarations": [
|
|
223680
|
+
{
|
|
223681
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223682
|
+
"name": "RefAttributes"
|
|
223683
|
+
}
|
|
223684
|
+
],
|
|
223685
|
+
"required": false,
|
|
223686
|
+
"type": {
|
|
223687
|
+
"name": "Ref<HTMLInputElement>"
|
|
223688
|
+
}
|
|
223689
|
+
},
|
|
223690
|
+
"key": {
|
|
223691
|
+
"defaultValue": null,
|
|
223692
|
+
"description": "",
|
|
223693
|
+
"name": "key",
|
|
223694
|
+
"parent": {
|
|
223695
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223696
|
+
"name": "Attributes"
|
|
223697
|
+
},
|
|
223698
|
+
"declarations": [
|
|
223699
|
+
{
|
|
223700
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
223701
|
+
"name": "Attributes"
|
|
223702
|
+
}
|
|
223703
|
+
],
|
|
223704
|
+
"required": false,
|
|
223705
|
+
"type": {
|
|
223706
|
+
"name": "Key | null"
|
|
223707
|
+
}
|
|
223708
|
+
}
|
|
223709
|
+
}
|
|
223710
|
+
},
|
|
223711
223711
|
{
|
|
223712
223712
|
"tags": {
|
|
223713
223713
|
"flr-generate": "all",
|