@mittwald/flow-react-components 0.2.0-alpha.766 → 0.2.0-alpha.767
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 +656 -656
- package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs +3 -0
- package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs.map +1 -1
- package/dist/types/components/List/model/filter/Filter.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -47702,11 +47702,91 @@
|
|
|
47702
47702
|
"tags": {
|
|
47703
47703
|
"flr-generate": "all"
|
|
47704
47704
|
},
|
|
47705
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
47705
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47706
47706
|
"description": "",
|
|
47707
|
-
"displayName": "
|
|
47707
|
+
"displayName": "ProgressBar",
|
|
47708
47708
|
"methods": [],
|
|
47709
47709
|
"props": {
|
|
47710
|
+
"showMaxValue": {
|
|
47711
|
+
"defaultValue": null,
|
|
47712
|
+
"description": "Whether the max value should be displayed.",
|
|
47713
|
+
"name": "showMaxValue",
|
|
47714
|
+
"parent": {
|
|
47715
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47716
|
+
"name": "ProgressBarProps"
|
|
47717
|
+
},
|
|
47718
|
+
"declarations": [
|
|
47719
|
+
{
|
|
47720
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47721
|
+
"name": "ProgressBarProps"
|
|
47722
|
+
}
|
|
47723
|
+
],
|
|
47724
|
+
"required": false,
|
|
47725
|
+
"type": {
|
|
47726
|
+
"name": "boolean"
|
|
47727
|
+
}
|
|
47728
|
+
},
|
|
47729
|
+
"size": {
|
|
47730
|
+
"defaultValue": {
|
|
47731
|
+
"value": "\"m\""
|
|
47732
|
+
},
|
|
47733
|
+
"description": "The size variant of the progress bar.",
|
|
47734
|
+
"name": "size",
|
|
47735
|
+
"parent": {
|
|
47736
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47737
|
+
"name": "ProgressBarProps"
|
|
47738
|
+
},
|
|
47739
|
+
"declarations": [
|
|
47740
|
+
{
|
|
47741
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47742
|
+
"name": "ProgressBarProps"
|
|
47743
|
+
}
|
|
47744
|
+
],
|
|
47745
|
+
"required": false,
|
|
47746
|
+
"type": {
|
|
47747
|
+
"name": "\"s\" | \"m\" | \"l\""
|
|
47748
|
+
}
|
|
47749
|
+
},
|
|
47750
|
+
"segments": {
|
|
47751
|
+
"defaultValue": null,
|
|
47752
|
+
"description": "Divides the fill of the progress bar into segments",
|
|
47753
|
+
"name": "segments",
|
|
47754
|
+
"parent": {
|
|
47755
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47756
|
+
"name": "ProgressBarProps"
|
|
47757
|
+
},
|
|
47758
|
+
"declarations": [
|
|
47759
|
+
{
|
|
47760
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47761
|
+
"name": "ProgressBarProps"
|
|
47762
|
+
}
|
|
47763
|
+
],
|
|
47764
|
+
"required": false,
|
|
47765
|
+
"type": {
|
|
47766
|
+
"name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
|
|
47767
|
+
}
|
|
47768
|
+
},
|
|
47769
|
+
"showLegend": {
|
|
47770
|
+
"defaultValue": {
|
|
47771
|
+
"value": ":\ntrue"
|
|
47772
|
+
},
|
|
47773
|
+
"description": "Whether the legend component is shown when segments are used.",
|
|
47774
|
+
"name": "showLegend",
|
|
47775
|
+
"parent": {
|
|
47776
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47777
|
+
"name": "ProgressBarProps"
|
|
47778
|
+
},
|
|
47779
|
+
"declarations": [
|
|
47780
|
+
{
|
|
47781
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47782
|
+
"name": "ProgressBarProps"
|
|
47783
|
+
}
|
|
47784
|
+
],
|
|
47785
|
+
"required": false,
|
|
47786
|
+
"type": {
|
|
47787
|
+
"name": "boolean"
|
|
47788
|
+
}
|
|
47789
|
+
},
|
|
47710
47790
|
"className": {
|
|
47711
47791
|
"defaultValue": {
|
|
47712
47792
|
"value": "'react-aria-Tooltip'"
|
|
@@ -49134,234 +49214,67 @@
|
|
|
49134
49214
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
49135
49215
|
}
|
|
49136
49216
|
},
|
|
49137
|
-
"
|
|
49217
|
+
"minValue": {
|
|
49138
49218
|
"defaultValue": {
|
|
49139
|
-
"value": "
|
|
49140
|
-
},
|
|
49141
|
-
"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.",
|
|
49142
|
-
"name": "validationBehavior",
|
|
49143
|
-
"parent": {
|
|
49144
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
49145
|
-
"name": "RACValidation"
|
|
49146
|
-
},
|
|
49147
|
-
"declarations": [
|
|
49148
|
-
{
|
|
49149
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
49150
|
-
"name": "RACValidation"
|
|
49151
|
-
}
|
|
49152
|
-
],
|
|
49153
|
-
"required": false,
|
|
49154
|
-
"type": {
|
|
49155
|
-
"name": "\"native\" | \"aria\""
|
|
49156
|
-
}
|
|
49157
|
-
},
|
|
49158
|
-
"isDisabled": {
|
|
49159
|
-
"defaultValue": null,
|
|
49160
|
-
"description": "Whether the input is disabled.",
|
|
49161
|
-
"name": "isDisabled",
|
|
49162
|
-
"parent": {
|
|
49163
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49164
|
-
"name": "InputBase"
|
|
49165
|
-
},
|
|
49166
|
-
"declarations": [
|
|
49167
|
-
{
|
|
49168
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49169
|
-
"name": "InputBase"
|
|
49170
|
-
}
|
|
49171
|
-
],
|
|
49172
|
-
"required": false,
|
|
49173
|
-
"type": {
|
|
49174
|
-
"name": "boolean"
|
|
49175
|
-
}
|
|
49176
|
-
},
|
|
49177
|
-
"isReadOnly": {
|
|
49178
|
-
"defaultValue": null,
|
|
49179
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
49180
|
-
"name": "isReadOnly",
|
|
49181
|
-
"parent": {
|
|
49182
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49183
|
-
"name": "InputBase"
|
|
49184
|
-
},
|
|
49185
|
-
"declarations": [
|
|
49186
|
-
{
|
|
49187
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49188
|
-
"name": "InputBase"
|
|
49189
|
-
}
|
|
49190
|
-
],
|
|
49191
|
-
"required": false,
|
|
49192
|
-
"type": {
|
|
49193
|
-
"name": "boolean"
|
|
49194
|
-
}
|
|
49195
|
-
},
|
|
49196
|
-
"isRequired": {
|
|
49197
|
-
"defaultValue": null,
|
|
49198
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
49199
|
-
"name": "isRequired",
|
|
49200
|
-
"parent": {
|
|
49201
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49202
|
-
"name": "Validation"
|
|
49203
|
-
},
|
|
49204
|
-
"declarations": [
|
|
49205
|
-
{
|
|
49206
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49207
|
-
"name": "Validation"
|
|
49208
|
-
}
|
|
49209
|
-
],
|
|
49210
|
-
"required": false,
|
|
49211
|
-
"type": {
|
|
49212
|
-
"name": "boolean"
|
|
49213
|
-
}
|
|
49214
|
-
},
|
|
49215
|
-
"isInvalid": {
|
|
49216
|
-
"defaultValue": null,
|
|
49217
|
-
"description": "Whether the input value is invalid.",
|
|
49218
|
-
"name": "isInvalid",
|
|
49219
|
-
"parent": {
|
|
49220
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49221
|
-
"name": "Validation"
|
|
49222
|
-
},
|
|
49223
|
-
"declarations": [
|
|
49224
|
-
{
|
|
49225
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49226
|
-
"name": "Validation"
|
|
49227
|
-
}
|
|
49228
|
-
],
|
|
49229
|
-
"required": false,
|
|
49230
|
-
"type": {
|
|
49231
|
-
"name": "boolean"
|
|
49232
|
-
}
|
|
49233
|
-
},
|
|
49234
|
-
"validate": {
|
|
49235
|
-
"defaultValue": null,
|
|
49236
|
-
"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.",
|
|
49237
|
-
"name": "validate",
|
|
49238
|
-
"parent": {
|
|
49239
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49240
|
-
"name": "Validation"
|
|
49219
|
+
"value": "0"
|
|
49241
49220
|
},
|
|
49242
|
-
"
|
|
49243
|
-
|
|
49244
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49245
|
-
"name": "Validation"
|
|
49246
|
-
}
|
|
49247
|
-
],
|
|
49248
|
-
"required": false,
|
|
49249
|
-
"type": {
|
|
49250
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
49251
|
-
}
|
|
49252
|
-
},
|
|
49253
|
-
"onFocus": {
|
|
49254
|
-
"defaultValue": null,
|
|
49255
|
-
"description": "Handler that is called when the element receives focus.",
|
|
49256
|
-
"name": "onFocus",
|
|
49221
|
+
"description": "The smallest value allowed for the input.",
|
|
49222
|
+
"name": "minValue",
|
|
49257
49223
|
"parent": {
|
|
49258
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49259
|
-
"name": "
|
|
49224
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49225
|
+
"name": "ProgressBaseProps"
|
|
49260
49226
|
},
|
|
49261
49227
|
"declarations": [
|
|
49262
49228
|
{
|
|
49263
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49264
|
-
"name": "
|
|
49229
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49230
|
+
"name": "ProgressBaseProps"
|
|
49265
49231
|
}
|
|
49266
49232
|
],
|
|
49267
49233
|
"required": false,
|
|
49268
49234
|
"type": {
|
|
49269
|
-
"name": "
|
|
49235
|
+
"name": "number"
|
|
49270
49236
|
}
|
|
49271
49237
|
},
|
|
49272
|
-
"
|
|
49273
|
-
"defaultValue":
|
|
49274
|
-
|
|
49275
|
-
"name": "onBlur",
|
|
49276
|
-
"parent": {
|
|
49277
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
49278
|
-
"name": "FocusEvents"
|
|
49238
|
+
"maxValue": {
|
|
49239
|
+
"defaultValue": {
|
|
49240
|
+
"value": "100"
|
|
49279
49241
|
},
|
|
49280
|
-
"
|
|
49281
|
-
|
|
49282
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
49283
|
-
"name": "FocusEvents"
|
|
49284
|
-
}
|
|
49285
|
-
],
|
|
49286
|
-
"required": false,
|
|
49287
|
-
"type": {
|
|
49288
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
49289
|
-
}
|
|
49290
|
-
},
|
|
49291
|
-
"onFocusChange": {
|
|
49292
|
-
"defaultValue": null,
|
|
49293
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
49294
|
-
"name": "onFocusChange",
|
|
49242
|
+
"description": "The largest value allowed for the input.",
|
|
49243
|
+
"name": "maxValue",
|
|
49295
49244
|
"parent": {
|
|
49296
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49297
|
-
"name": "
|
|
49245
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49246
|
+
"name": "ProgressBaseProps"
|
|
49298
49247
|
},
|
|
49299
49248
|
"declarations": [
|
|
49300
49249
|
{
|
|
49301
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49302
|
-
"name": "
|
|
49250
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49251
|
+
"name": "ProgressBaseProps"
|
|
49303
49252
|
}
|
|
49304
49253
|
],
|
|
49305
49254
|
"required": false,
|
|
49306
49255
|
"type": {
|
|
49307
|
-
"name": "
|
|
49256
|
+
"name": "number"
|
|
49308
49257
|
}
|
|
49309
49258
|
},
|
|
49310
49259
|
"value": {
|
|
49311
|
-
"defaultValue":
|
|
49260
|
+
"defaultValue": {
|
|
49261
|
+
"value": "0"
|
|
49262
|
+
},
|
|
49312
49263
|
"description": "The current value (controlled).",
|
|
49313
49264
|
"name": "value",
|
|
49314
49265
|
"parent": {
|
|
49315
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49316
|
-
"name": "
|
|
49317
|
-
},
|
|
49318
|
-
"declarations": [
|
|
49319
|
-
{
|
|
49320
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49321
|
-
"name": "ValueBase"
|
|
49322
|
-
}
|
|
49323
|
-
],
|
|
49324
|
-
"required": false,
|
|
49325
|
-
"type": {
|
|
49326
|
-
"name": "TimeValue | null"
|
|
49327
|
-
}
|
|
49328
|
-
},
|
|
49329
|
-
"defaultValue": {
|
|
49330
|
-
"defaultValue": null,
|
|
49331
|
-
"description": "The default value (uncontrolled).",
|
|
49332
|
-
"name": "defaultValue",
|
|
49333
|
-
"parent": {
|
|
49334
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49335
|
-
"name": "ValueBase"
|
|
49336
|
-
},
|
|
49337
|
-
"declarations": [
|
|
49338
|
-
{
|
|
49339
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49340
|
-
"name": "ValueBase"
|
|
49341
|
-
}
|
|
49342
|
-
],
|
|
49343
|
-
"required": false,
|
|
49344
|
-
"type": {
|
|
49345
|
-
"name": "TimeValue | null"
|
|
49346
|
-
}
|
|
49347
|
-
},
|
|
49348
|
-
"onChange": {
|
|
49349
|
-
"defaultValue": null,
|
|
49350
|
-
"description": "Handler that is called when the value changes.",
|
|
49351
|
-
"name": "onChange",
|
|
49352
|
-
"parent": {
|
|
49353
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49354
|
-
"name": "ValueBase"
|
|
49266
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49267
|
+
"name": "ProgressBaseProps"
|
|
49355
49268
|
},
|
|
49356
49269
|
"declarations": [
|
|
49357
49270
|
{
|
|
49358
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49359
|
-
"name": "
|
|
49271
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49272
|
+
"name": "ProgressBaseProps"
|
|
49360
49273
|
}
|
|
49361
49274
|
],
|
|
49362
49275
|
"required": false,
|
|
49363
49276
|
"type": {
|
|
49364
|
-
"name": "
|
|
49277
|
+
"name": "number"
|
|
49365
49278
|
}
|
|
49366
49279
|
},
|
|
49367
49280
|
"id": {
|
|
@@ -49383,116 +49296,112 @@
|
|
|
49383
49296
|
"name": "string"
|
|
49384
49297
|
}
|
|
49385
49298
|
},
|
|
49386
|
-
"
|
|
49299
|
+
"slot": {
|
|
49387
49300
|
"defaultValue": null,
|
|
49388
|
-
"description": "
|
|
49389
|
-
"name": "
|
|
49301
|
+
"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.",
|
|
49302
|
+
"name": "slot",
|
|
49390
49303
|
"parent": {
|
|
49391
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49392
|
-
"name": "
|
|
49304
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
49305
|
+
"name": "SlotProps"
|
|
49393
49306
|
},
|
|
49394
49307
|
"declarations": [
|
|
49395
49308
|
{
|
|
49396
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49397
|
-
"name": "
|
|
49309
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
49310
|
+
"name": "SlotProps"
|
|
49398
49311
|
}
|
|
49399
49312
|
],
|
|
49400
49313
|
"required": false,
|
|
49401
49314
|
"type": {
|
|
49402
|
-
"name": "string"
|
|
49315
|
+
"name": "string | null"
|
|
49403
49316
|
}
|
|
49404
49317
|
},
|
|
49405
|
-
"
|
|
49406
|
-
"defaultValue":
|
|
49407
|
-
|
|
49408
|
-
|
|
49318
|
+
"formatOptions": {
|
|
49319
|
+
"defaultValue": {
|
|
49320
|
+
"value": "{style: 'percent'}"
|
|
49321
|
+
},
|
|
49322
|
+
"description": "The display format of the value label.",
|
|
49323
|
+
"name": "formatOptions",
|
|
49409
49324
|
"parent": {
|
|
49410
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49411
|
-
"name": "
|
|
49325
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49326
|
+
"name": "ProgressBarBaseProps"
|
|
49412
49327
|
},
|
|
49413
49328
|
"declarations": [
|
|
49414
49329
|
{
|
|
49415
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49416
|
-
"name": "
|
|
49330
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49331
|
+
"name": "ProgressBarBaseProps"
|
|
49417
49332
|
}
|
|
49418
49333
|
],
|
|
49419
49334
|
"required": false,
|
|
49420
49335
|
"type": {
|
|
49421
|
-
"name": "
|
|
49336
|
+
"name": "NumberFormatOptions"
|
|
49422
49337
|
}
|
|
49423
49338
|
},
|
|
49424
|
-
"
|
|
49339
|
+
"isIndeterminate": {
|
|
49425
49340
|
"defaultValue": null,
|
|
49426
|
-
"description": "
|
|
49427
|
-
"name": "
|
|
49341
|
+
"description": "Whether presentation is indeterminate when progress isn't known.",
|
|
49342
|
+
"name": "isIndeterminate",
|
|
49428
49343
|
"parent": {
|
|
49429
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49430
|
-
"name": "
|
|
49344
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49345
|
+
"name": "ProgressBarProps"
|
|
49431
49346
|
},
|
|
49432
49347
|
"declarations": [
|
|
49433
49348
|
{
|
|
49434
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49435
|
-
"name": "
|
|
49349
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49350
|
+
"name": "ProgressBarProps"
|
|
49436
49351
|
}
|
|
49437
49352
|
],
|
|
49438
49353
|
"required": false,
|
|
49439
49354
|
"type": {
|
|
49440
|
-
"name": "
|
|
49355
|
+
"name": "boolean"
|
|
49441
49356
|
}
|
|
49442
49357
|
},
|
|
49443
|
-
"
|
|
49358
|
+
"valueLabel": {
|
|
49444
49359
|
"defaultValue": null,
|
|
49445
|
-
"description": "
|
|
49446
|
-
"name": "
|
|
49360
|
+
"description": "The content to display as the value's label (e.g. 1 of 4).",
|
|
49361
|
+
"name": "valueLabel",
|
|
49447
49362
|
"parent": {
|
|
49448
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49449
|
-
"name": "
|
|
49363
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49364
|
+
"name": "ProgressBarBaseProps"
|
|
49450
49365
|
},
|
|
49451
49366
|
"declarations": [
|
|
49452
49367
|
{
|
|
49453
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49454
|
-
"name": "
|
|
49368
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49369
|
+
"name": "ProgressBarBaseProps"
|
|
49455
49370
|
}
|
|
49456
49371
|
],
|
|
49457
49372
|
"required": false,
|
|
49458
49373
|
"type": {
|
|
49459
|
-
"name": "
|
|
49374
|
+
"name": "ReactNode"
|
|
49460
49375
|
}
|
|
49461
49376
|
},
|
|
49462
|
-
"
|
|
49463
|
-
"defaultValue":
|
|
49464
|
-
|
|
49465
|
-
|
|
49466
|
-
"description": "The axis the Radio Button(s) should align with.",
|
|
49467
|
-
"name": "orientation",
|
|
49468
|
-
"parent": {
|
|
49469
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
|
|
49470
|
-
"name": "RadioGroupProps"
|
|
49471
|
-
},
|
|
49377
|
+
"children": {
|
|
49378
|
+
"defaultValue": null,
|
|
49379
|
+
"description": "",
|
|
49380
|
+
"name": "children",
|
|
49472
49381
|
"declarations": [
|
|
49473
49382
|
{
|
|
49474
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
49475
|
-
"name": "
|
|
49383
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
49384
|
+
"name": "TypeLiteral"
|
|
49476
49385
|
}
|
|
49477
49386
|
],
|
|
49478
49387
|
"required": false,
|
|
49479
49388
|
"type": {
|
|
49480
|
-
"name": "
|
|
49389
|
+
"name": "ReactNode"
|
|
49481
49390
|
}
|
|
49482
49391
|
},
|
|
49483
|
-
"
|
|
49392
|
+
"status": {
|
|
49484
49393
|
"defaultValue": null,
|
|
49485
|
-
"description": "",
|
|
49486
|
-
"name": "
|
|
49394
|
+
"description": "The elements status",
|
|
49395
|
+
"name": "status",
|
|
49487
49396
|
"declarations": [
|
|
49488
49397
|
{
|
|
49489
|
-
"fileName": "
|
|
49398
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
49490
49399
|
"name": "TypeLiteral"
|
|
49491
49400
|
}
|
|
49492
49401
|
],
|
|
49493
49402
|
"required": false,
|
|
49494
49403
|
"type": {
|
|
49495
|
-
"name": "
|
|
49404
|
+
"name": "Status"
|
|
49496
49405
|
}
|
|
49497
49406
|
},
|
|
49498
49407
|
"wrapWith": {
|
|
@@ -49570,63 +49479,6 @@
|
|
|
49570
49479
|
"type": {
|
|
49571
49480
|
"name": "Key | null"
|
|
49572
49481
|
}
|
|
49573
|
-
},
|
|
49574
|
-
"s": {
|
|
49575
|
-
"defaultValue": null,
|
|
49576
|
-
"description": "Column layout for container size s.",
|
|
49577
|
-
"name": "s",
|
|
49578
|
-
"parent": {
|
|
49579
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49580
|
-
"name": "ColumnLayoutProps"
|
|
49581
|
-
},
|
|
49582
|
-
"declarations": [
|
|
49583
|
-
{
|
|
49584
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49585
|
-
"name": "ColumnLayoutProps"
|
|
49586
|
-
}
|
|
49587
|
-
],
|
|
49588
|
-
"required": false,
|
|
49589
|
-
"type": {
|
|
49590
|
-
"name": "(number | null)[]"
|
|
49591
|
-
}
|
|
49592
|
-
},
|
|
49593
|
-
"m": {
|
|
49594
|
-
"defaultValue": null,
|
|
49595
|
-
"description": "Column layout for container size m.",
|
|
49596
|
-
"name": "m",
|
|
49597
|
-
"parent": {
|
|
49598
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49599
|
-
"name": "ColumnLayoutProps"
|
|
49600
|
-
},
|
|
49601
|
-
"declarations": [
|
|
49602
|
-
{
|
|
49603
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49604
|
-
"name": "ColumnLayoutProps"
|
|
49605
|
-
}
|
|
49606
|
-
],
|
|
49607
|
-
"required": false,
|
|
49608
|
-
"type": {
|
|
49609
|
-
"name": "(number | null)[]"
|
|
49610
|
-
}
|
|
49611
|
-
},
|
|
49612
|
-
"l": {
|
|
49613
|
-
"defaultValue": null,
|
|
49614
|
-
"description": "Column layout for container size l.",
|
|
49615
|
-
"name": "l",
|
|
49616
|
-
"parent": {
|
|
49617
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49618
|
-
"name": "ColumnLayoutProps"
|
|
49619
|
-
},
|
|
49620
|
-
"declarations": [
|
|
49621
|
-
{
|
|
49622
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49623
|
-
"name": "ColumnLayoutProps"
|
|
49624
|
-
}
|
|
49625
|
-
],
|
|
49626
|
-
"required": false,
|
|
49627
|
-
"type": {
|
|
49628
|
-
"name": "(number | null)[]"
|
|
49629
|
-
}
|
|
49630
49482
|
}
|
|
49631
49483
|
}
|
|
49632
49484
|
},
|
|
@@ -49634,91 +49486,11 @@
|
|
|
49634
49486
|
"tags": {
|
|
49635
49487
|
"flr-generate": "all"
|
|
49636
49488
|
},
|
|
49637
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
49489
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/RadioGroup.tsx",
|
|
49638
49490
|
"description": "",
|
|
49639
|
-
"displayName": "
|
|
49491
|
+
"displayName": "RadioGroup",
|
|
49640
49492
|
"methods": [],
|
|
49641
49493
|
"props": {
|
|
49642
|
-
"showMaxValue": {
|
|
49643
|
-
"defaultValue": null,
|
|
49644
|
-
"description": "Whether the max value should be displayed.",
|
|
49645
|
-
"name": "showMaxValue",
|
|
49646
|
-
"parent": {
|
|
49647
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49648
|
-
"name": "ProgressBarProps"
|
|
49649
|
-
},
|
|
49650
|
-
"declarations": [
|
|
49651
|
-
{
|
|
49652
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49653
|
-
"name": "ProgressBarProps"
|
|
49654
|
-
}
|
|
49655
|
-
],
|
|
49656
|
-
"required": false,
|
|
49657
|
-
"type": {
|
|
49658
|
-
"name": "boolean"
|
|
49659
|
-
}
|
|
49660
|
-
},
|
|
49661
|
-
"size": {
|
|
49662
|
-
"defaultValue": {
|
|
49663
|
-
"value": "\"m\""
|
|
49664
|
-
},
|
|
49665
|
-
"description": "The size variant of the progress bar.",
|
|
49666
|
-
"name": "size",
|
|
49667
|
-
"parent": {
|
|
49668
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49669
|
-
"name": "ProgressBarProps"
|
|
49670
|
-
},
|
|
49671
|
-
"declarations": [
|
|
49672
|
-
{
|
|
49673
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49674
|
-
"name": "ProgressBarProps"
|
|
49675
|
-
}
|
|
49676
|
-
],
|
|
49677
|
-
"required": false,
|
|
49678
|
-
"type": {
|
|
49679
|
-
"name": "\"s\" | \"m\" | \"l\""
|
|
49680
|
-
}
|
|
49681
|
-
},
|
|
49682
|
-
"segments": {
|
|
49683
|
-
"defaultValue": null,
|
|
49684
|
-
"description": "Divides the fill of the progress bar into segments",
|
|
49685
|
-
"name": "segments",
|
|
49686
|
-
"parent": {
|
|
49687
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49688
|
-
"name": "ProgressBarProps"
|
|
49689
|
-
},
|
|
49690
|
-
"declarations": [
|
|
49691
|
-
{
|
|
49692
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49693
|
-
"name": "ProgressBarProps"
|
|
49694
|
-
}
|
|
49695
|
-
],
|
|
49696
|
-
"required": false,
|
|
49697
|
-
"type": {
|
|
49698
|
-
"name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
|
|
49699
|
-
}
|
|
49700
|
-
},
|
|
49701
|
-
"showLegend": {
|
|
49702
|
-
"defaultValue": {
|
|
49703
|
-
"value": ":\ntrue"
|
|
49704
|
-
},
|
|
49705
|
-
"description": "Whether the legend component is shown when segments are used.",
|
|
49706
|
-
"name": "showLegend",
|
|
49707
|
-
"parent": {
|
|
49708
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49709
|
-
"name": "ProgressBarProps"
|
|
49710
|
-
},
|
|
49711
|
-
"declarations": [
|
|
49712
|
-
{
|
|
49713
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49714
|
-
"name": "ProgressBarProps"
|
|
49715
|
-
}
|
|
49716
|
-
],
|
|
49717
|
-
"required": false,
|
|
49718
|
-
"type": {
|
|
49719
|
-
"name": "boolean"
|
|
49720
|
-
}
|
|
49721
|
-
},
|
|
49722
49494
|
"className": {
|
|
49723
49495
|
"defaultValue": {
|
|
49724
49496
|
"value": "'react-aria-Tooltip'"
|
|
@@ -51146,67 +50918,234 @@
|
|
|
51146
50918
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
51147
50919
|
}
|
|
51148
50920
|
},
|
|
51149
|
-
"
|
|
50921
|
+
"validationBehavior": {
|
|
51150
50922
|
"defaultValue": {
|
|
51151
|
-
"value": "
|
|
50923
|
+
"value": "'native'"
|
|
51152
50924
|
},
|
|
51153
|
-
"description": "
|
|
51154
|
-
"name": "
|
|
50925
|
+
"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.",
|
|
50926
|
+
"name": "validationBehavior",
|
|
51155
50927
|
"parent": {
|
|
51156
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51157
|
-
"name": "
|
|
50928
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
50929
|
+
"name": "RACValidation"
|
|
51158
50930
|
},
|
|
51159
50931
|
"declarations": [
|
|
51160
50932
|
{
|
|
51161
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51162
|
-
"name": "
|
|
50933
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
50934
|
+
"name": "RACValidation"
|
|
51163
50935
|
}
|
|
51164
50936
|
],
|
|
51165
50937
|
"required": false,
|
|
51166
50938
|
"type": {
|
|
51167
|
-
"name": "
|
|
50939
|
+
"name": "\"native\" | \"aria\""
|
|
51168
50940
|
}
|
|
51169
50941
|
},
|
|
51170
|
-
"
|
|
51171
|
-
"defaultValue":
|
|
51172
|
-
|
|
50942
|
+
"isDisabled": {
|
|
50943
|
+
"defaultValue": null,
|
|
50944
|
+
"description": "Whether the input is disabled.",
|
|
50945
|
+
"name": "isDisabled",
|
|
50946
|
+
"parent": {
|
|
50947
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50948
|
+
"name": "InputBase"
|
|
51173
50949
|
},
|
|
51174
|
-
"
|
|
51175
|
-
|
|
50950
|
+
"declarations": [
|
|
50951
|
+
{
|
|
50952
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50953
|
+
"name": "InputBase"
|
|
50954
|
+
}
|
|
50955
|
+
],
|
|
50956
|
+
"required": false,
|
|
50957
|
+
"type": {
|
|
50958
|
+
"name": "boolean"
|
|
50959
|
+
}
|
|
50960
|
+
},
|
|
50961
|
+
"isReadOnly": {
|
|
50962
|
+
"defaultValue": null,
|
|
50963
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
50964
|
+
"name": "isReadOnly",
|
|
51176
50965
|
"parent": {
|
|
51177
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51178
|
-
"name": "
|
|
50966
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50967
|
+
"name": "InputBase"
|
|
51179
50968
|
},
|
|
51180
50969
|
"declarations": [
|
|
51181
50970
|
{
|
|
51182
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51183
|
-
"name": "
|
|
50971
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50972
|
+
"name": "InputBase"
|
|
51184
50973
|
}
|
|
51185
50974
|
],
|
|
51186
50975
|
"required": false,
|
|
51187
50976
|
"type": {
|
|
51188
|
-
"name": "
|
|
50977
|
+
"name": "boolean"
|
|
51189
50978
|
}
|
|
51190
50979
|
},
|
|
51191
|
-
"
|
|
51192
|
-
"defaultValue":
|
|
51193
|
-
|
|
50980
|
+
"isRequired": {
|
|
50981
|
+
"defaultValue": null,
|
|
50982
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
50983
|
+
"name": "isRequired",
|
|
50984
|
+
"parent": {
|
|
50985
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50986
|
+
"name": "Validation"
|
|
50987
|
+
},
|
|
50988
|
+
"declarations": [
|
|
50989
|
+
{
|
|
50990
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50991
|
+
"name": "Validation"
|
|
50992
|
+
}
|
|
50993
|
+
],
|
|
50994
|
+
"required": false,
|
|
50995
|
+
"type": {
|
|
50996
|
+
"name": "boolean"
|
|
50997
|
+
}
|
|
50998
|
+
},
|
|
50999
|
+
"isInvalid": {
|
|
51000
|
+
"defaultValue": null,
|
|
51001
|
+
"description": "Whether the input value is invalid.",
|
|
51002
|
+
"name": "isInvalid",
|
|
51003
|
+
"parent": {
|
|
51004
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51005
|
+
"name": "Validation"
|
|
51006
|
+
},
|
|
51007
|
+
"declarations": [
|
|
51008
|
+
{
|
|
51009
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51010
|
+
"name": "Validation"
|
|
51011
|
+
}
|
|
51012
|
+
],
|
|
51013
|
+
"required": false,
|
|
51014
|
+
"type": {
|
|
51015
|
+
"name": "boolean"
|
|
51016
|
+
}
|
|
51017
|
+
},
|
|
51018
|
+
"validate": {
|
|
51019
|
+
"defaultValue": null,
|
|
51020
|
+
"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.",
|
|
51021
|
+
"name": "validate",
|
|
51022
|
+
"parent": {
|
|
51023
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51024
|
+
"name": "Validation"
|
|
51025
|
+
},
|
|
51026
|
+
"declarations": [
|
|
51027
|
+
{
|
|
51028
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51029
|
+
"name": "Validation"
|
|
51030
|
+
}
|
|
51031
|
+
],
|
|
51032
|
+
"required": false,
|
|
51033
|
+
"type": {
|
|
51034
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
51035
|
+
}
|
|
51036
|
+
},
|
|
51037
|
+
"onFocus": {
|
|
51038
|
+
"defaultValue": null,
|
|
51039
|
+
"description": "Handler that is called when the element receives focus.",
|
|
51040
|
+
"name": "onFocus",
|
|
51041
|
+
"parent": {
|
|
51042
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51043
|
+
"name": "FocusEvents"
|
|
51044
|
+
},
|
|
51045
|
+
"declarations": [
|
|
51046
|
+
{
|
|
51047
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51048
|
+
"name": "FocusEvents"
|
|
51049
|
+
}
|
|
51050
|
+
],
|
|
51051
|
+
"required": false,
|
|
51052
|
+
"type": {
|
|
51053
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
51054
|
+
}
|
|
51055
|
+
},
|
|
51056
|
+
"onBlur": {
|
|
51057
|
+
"defaultValue": null,
|
|
51058
|
+
"description": "Handler that is called when the element loses focus.",
|
|
51059
|
+
"name": "onBlur",
|
|
51060
|
+
"parent": {
|
|
51061
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51062
|
+
"name": "FocusEvents"
|
|
51063
|
+
},
|
|
51064
|
+
"declarations": [
|
|
51065
|
+
{
|
|
51066
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51067
|
+
"name": "FocusEvents"
|
|
51068
|
+
}
|
|
51069
|
+
],
|
|
51070
|
+
"required": false,
|
|
51071
|
+
"type": {
|
|
51072
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
51073
|
+
}
|
|
51074
|
+
},
|
|
51075
|
+
"onFocusChange": {
|
|
51076
|
+
"defaultValue": null,
|
|
51077
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
51078
|
+
"name": "onFocusChange",
|
|
51079
|
+
"parent": {
|
|
51080
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51081
|
+
"name": "FocusEvents"
|
|
51194
51082
|
},
|
|
51083
|
+
"declarations": [
|
|
51084
|
+
{
|
|
51085
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51086
|
+
"name": "FocusEvents"
|
|
51087
|
+
}
|
|
51088
|
+
],
|
|
51089
|
+
"required": false,
|
|
51090
|
+
"type": {
|
|
51091
|
+
"name": "((isFocused: boolean) => void)"
|
|
51092
|
+
}
|
|
51093
|
+
},
|
|
51094
|
+
"value": {
|
|
51095
|
+
"defaultValue": null,
|
|
51195
51096
|
"description": "The current value (controlled).",
|
|
51196
51097
|
"name": "value",
|
|
51197
51098
|
"parent": {
|
|
51198
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51199
|
-
"name": "
|
|
51099
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51100
|
+
"name": "ValueBase"
|
|
51200
51101
|
},
|
|
51201
51102
|
"declarations": [
|
|
51202
51103
|
{
|
|
51203
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51204
|
-
"name": "
|
|
51104
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51105
|
+
"name": "ValueBase"
|
|
51205
51106
|
}
|
|
51206
51107
|
],
|
|
51207
51108
|
"required": false,
|
|
51208
51109
|
"type": {
|
|
51209
|
-
"name": "
|
|
51110
|
+
"name": "TimeValue | null"
|
|
51111
|
+
}
|
|
51112
|
+
},
|
|
51113
|
+
"defaultValue": {
|
|
51114
|
+
"defaultValue": null,
|
|
51115
|
+
"description": "The default value (uncontrolled).",
|
|
51116
|
+
"name": "defaultValue",
|
|
51117
|
+
"parent": {
|
|
51118
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51119
|
+
"name": "ValueBase"
|
|
51120
|
+
},
|
|
51121
|
+
"declarations": [
|
|
51122
|
+
{
|
|
51123
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51124
|
+
"name": "ValueBase"
|
|
51125
|
+
}
|
|
51126
|
+
],
|
|
51127
|
+
"required": false,
|
|
51128
|
+
"type": {
|
|
51129
|
+
"name": "TimeValue | null"
|
|
51130
|
+
}
|
|
51131
|
+
},
|
|
51132
|
+
"onChange": {
|
|
51133
|
+
"defaultValue": null,
|
|
51134
|
+
"description": "Handler that is called when the value changes.",
|
|
51135
|
+
"name": "onChange",
|
|
51136
|
+
"parent": {
|
|
51137
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51138
|
+
"name": "ValueBase"
|
|
51139
|
+
},
|
|
51140
|
+
"declarations": [
|
|
51141
|
+
{
|
|
51142
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51143
|
+
"name": "ValueBase"
|
|
51144
|
+
}
|
|
51145
|
+
],
|
|
51146
|
+
"required": false,
|
|
51147
|
+
"type": {
|
|
51148
|
+
"name": "((value: TimeValue | null) => void)"
|
|
51210
51149
|
}
|
|
51211
51150
|
},
|
|
51212
51151
|
"id": {
|
|
@@ -51228,112 +51167,116 @@
|
|
|
51228
51167
|
"name": "string"
|
|
51229
51168
|
}
|
|
51230
51169
|
},
|
|
51231
|
-
"
|
|
51170
|
+
"name": {
|
|
51232
51171
|
"defaultValue": null,
|
|
51233
|
-
"description": "
|
|
51234
|
-
"name": "
|
|
51172
|
+
"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).",
|
|
51173
|
+
"name": "name",
|
|
51235
51174
|
"parent": {
|
|
51236
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51237
|
-
"name": "
|
|
51175
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51176
|
+
"name": "InputDOMProps"
|
|
51238
51177
|
},
|
|
51239
51178
|
"declarations": [
|
|
51240
51179
|
{
|
|
51241
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51242
|
-
"name": "
|
|
51180
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51181
|
+
"name": "InputDOMProps"
|
|
51243
51182
|
}
|
|
51244
51183
|
],
|
|
51245
51184
|
"required": false,
|
|
51246
51185
|
"type": {
|
|
51247
|
-
"name": "string
|
|
51186
|
+
"name": "string"
|
|
51248
51187
|
}
|
|
51249
51188
|
},
|
|
51250
|
-
"
|
|
51251
|
-
"defaultValue":
|
|
51252
|
-
|
|
51253
|
-
|
|
51254
|
-
"description": "The display format of the value label.",
|
|
51255
|
-
"name": "formatOptions",
|
|
51189
|
+
"form": {
|
|
51190
|
+
"defaultValue": null,
|
|
51191
|
+
"description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
|
|
51192
|
+
"name": "form",
|
|
51256
51193
|
"parent": {
|
|
51257
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51258
|
-
"name": "
|
|
51194
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51195
|
+
"name": "InputDOMProps"
|
|
51259
51196
|
},
|
|
51260
51197
|
"declarations": [
|
|
51261
51198
|
{
|
|
51262
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51263
|
-
"name": "
|
|
51199
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51200
|
+
"name": "InputDOMProps"
|
|
51264
51201
|
}
|
|
51265
51202
|
],
|
|
51266
51203
|
"required": false,
|
|
51267
51204
|
"type": {
|
|
51268
|
-
"name": "
|
|
51205
|
+
"name": "string"
|
|
51269
51206
|
}
|
|
51270
51207
|
},
|
|
51271
|
-
"
|
|
51208
|
+
"slot": {
|
|
51272
51209
|
"defaultValue": null,
|
|
51273
|
-
"description": "
|
|
51274
|
-
"name": "
|
|
51210
|
+
"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.",
|
|
51211
|
+
"name": "slot",
|
|
51275
51212
|
"parent": {
|
|
51276
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51277
|
-
"name": "
|
|
51213
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
51214
|
+
"name": "SlotProps"
|
|
51278
51215
|
},
|
|
51279
51216
|
"declarations": [
|
|
51280
51217
|
{
|
|
51281
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51282
|
-
"name": "
|
|
51218
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
51219
|
+
"name": "SlotProps"
|
|
51283
51220
|
}
|
|
51284
51221
|
],
|
|
51285
51222
|
"required": false,
|
|
51286
51223
|
"type": {
|
|
51287
|
-
"name": "
|
|
51224
|
+
"name": "string | null"
|
|
51288
51225
|
}
|
|
51289
51226
|
},
|
|
51290
|
-
"
|
|
51227
|
+
"aria-errormessage": {
|
|
51291
51228
|
"defaultValue": null,
|
|
51292
|
-
"description": "
|
|
51293
|
-
"name": "
|
|
51229
|
+
"description": "Identifies the element that provides an error message for the object.",
|
|
51230
|
+
"name": "aria-errormessage",
|
|
51294
51231
|
"parent": {
|
|
51295
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51296
|
-
"name": "
|
|
51232
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51233
|
+
"name": "AriaValidationProps"
|
|
51297
51234
|
},
|
|
51298
51235
|
"declarations": [
|
|
51299
51236
|
{
|
|
51300
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51301
|
-
"name": "
|
|
51237
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51238
|
+
"name": "AriaValidationProps"
|
|
51302
51239
|
}
|
|
51303
51240
|
],
|
|
51304
51241
|
"required": false,
|
|
51305
51242
|
"type": {
|
|
51306
|
-
"name": "
|
|
51243
|
+
"name": "string"
|
|
51307
51244
|
}
|
|
51308
51245
|
},
|
|
51309
|
-
"
|
|
51310
|
-
"defaultValue":
|
|
51311
|
-
|
|
51312
|
-
|
|
51246
|
+
"orientation": {
|
|
51247
|
+
"defaultValue": {
|
|
51248
|
+
"value": "'vertical'"
|
|
51249
|
+
},
|
|
51250
|
+
"description": "The axis the Radio Button(s) should align with.",
|
|
51251
|
+
"name": "orientation",
|
|
51252
|
+
"parent": {
|
|
51253
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
|
|
51254
|
+
"name": "RadioGroupProps"
|
|
51255
|
+
},
|
|
51313
51256
|
"declarations": [
|
|
51314
51257
|
{
|
|
51315
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
51316
|
-
"name": "
|
|
51258
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
|
|
51259
|
+
"name": "RadioGroupProps"
|
|
51317
51260
|
}
|
|
51318
51261
|
],
|
|
51319
51262
|
"required": false,
|
|
51320
51263
|
"type": {
|
|
51321
|
-
"name": "
|
|
51264
|
+
"name": "Orientation"
|
|
51322
51265
|
}
|
|
51323
51266
|
},
|
|
51324
|
-
"
|
|
51267
|
+
"children": {
|
|
51325
51268
|
"defaultValue": null,
|
|
51326
|
-
"description": "
|
|
51327
|
-
"name": "
|
|
51269
|
+
"description": "",
|
|
51270
|
+
"name": "children",
|
|
51328
51271
|
"declarations": [
|
|
51329
51272
|
{
|
|
51330
|
-
"fileName": "
|
|
51273
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
51331
51274
|
"name": "TypeLiteral"
|
|
51332
51275
|
}
|
|
51333
51276
|
],
|
|
51334
51277
|
"required": false,
|
|
51335
51278
|
"type": {
|
|
51336
|
-
"name": "
|
|
51279
|
+
"name": "ReactNode"
|
|
51337
51280
|
}
|
|
51338
51281
|
},
|
|
51339
51282
|
"wrapWith": {
|
|
@@ -51411,6 +51354,63 @@
|
|
|
51411
51354
|
"type": {
|
|
51412
51355
|
"name": "Key | null"
|
|
51413
51356
|
}
|
|
51357
|
+
},
|
|
51358
|
+
"s": {
|
|
51359
|
+
"defaultValue": null,
|
|
51360
|
+
"description": "Column layout for container size s.",
|
|
51361
|
+
"name": "s",
|
|
51362
|
+
"parent": {
|
|
51363
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51364
|
+
"name": "ColumnLayoutProps"
|
|
51365
|
+
},
|
|
51366
|
+
"declarations": [
|
|
51367
|
+
{
|
|
51368
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51369
|
+
"name": "ColumnLayoutProps"
|
|
51370
|
+
}
|
|
51371
|
+
],
|
|
51372
|
+
"required": false,
|
|
51373
|
+
"type": {
|
|
51374
|
+
"name": "(number | null)[]"
|
|
51375
|
+
}
|
|
51376
|
+
},
|
|
51377
|
+
"m": {
|
|
51378
|
+
"defaultValue": null,
|
|
51379
|
+
"description": "Column layout for container size m.",
|
|
51380
|
+
"name": "m",
|
|
51381
|
+
"parent": {
|
|
51382
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51383
|
+
"name": "ColumnLayoutProps"
|
|
51384
|
+
},
|
|
51385
|
+
"declarations": [
|
|
51386
|
+
{
|
|
51387
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51388
|
+
"name": "ColumnLayoutProps"
|
|
51389
|
+
}
|
|
51390
|
+
],
|
|
51391
|
+
"required": false,
|
|
51392
|
+
"type": {
|
|
51393
|
+
"name": "(number | null)[]"
|
|
51394
|
+
}
|
|
51395
|
+
},
|
|
51396
|
+
"l": {
|
|
51397
|
+
"defaultValue": null,
|
|
51398
|
+
"description": "Column layout for container size l.",
|
|
51399
|
+
"name": "l",
|
|
51400
|
+
"parent": {
|
|
51401
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51402
|
+
"name": "ColumnLayoutProps"
|
|
51403
|
+
},
|
|
51404
|
+
"declarations": [
|
|
51405
|
+
{
|
|
51406
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51407
|
+
"name": "ColumnLayoutProps"
|
|
51408
|
+
}
|
|
51409
|
+
],
|
|
51410
|
+
"required": false,
|
|
51411
|
+
"type": {
|
|
51412
|
+
"name": "(number | null)[]"
|
|
51413
|
+
}
|
|
51414
51414
|
}
|
|
51415
51415
|
}
|
|
51416
51416
|
},
|
|
@@ -229864,51 +229864,6 @@
|
|
|
229864
229864
|
}
|
|
229865
229865
|
}
|
|
229866
229866
|
},
|
|
229867
|
-
{
|
|
229868
|
-
"tags": {
|
|
229869
|
-
"flr-generate": "all"
|
|
229870
|
-
},
|
|
229871
|
-
"filePath": "src/components/BigNumber/BigNumber.tsx",
|
|
229872
|
-
"description": "",
|
|
229873
|
-
"displayName": "BigNumber",
|
|
229874
|
-
"methods": [],
|
|
229875
|
-
"props": {
|
|
229876
|
-
"children": {
|
|
229877
|
-
"defaultValue": null,
|
|
229878
|
-
"description": "",
|
|
229879
|
-
"name": "children",
|
|
229880
|
-
"declarations": [
|
|
229881
|
-
{
|
|
229882
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
229883
|
-
"name": "TypeLiteral"
|
|
229884
|
-
}
|
|
229885
|
-
],
|
|
229886
|
-
"required": false,
|
|
229887
|
-
"type": {
|
|
229888
|
-
"name": "ReactNode"
|
|
229889
|
-
}
|
|
229890
|
-
},
|
|
229891
|
-
"className": {
|
|
229892
|
-
"defaultValue": null,
|
|
229893
|
-
"description": "The elements class name.",
|
|
229894
|
-
"name": "className",
|
|
229895
|
-
"parent": {
|
|
229896
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
229897
|
-
"name": "PropsWithClassName"
|
|
229898
|
-
},
|
|
229899
|
-
"declarations": [
|
|
229900
|
-
{
|
|
229901
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
229902
|
-
"name": "PropsWithClassName"
|
|
229903
|
-
}
|
|
229904
|
-
],
|
|
229905
|
-
"required": false,
|
|
229906
|
-
"type": {
|
|
229907
|
-
"name": "string"
|
|
229908
|
-
}
|
|
229909
|
-
}
|
|
229910
|
-
}
|
|
229911
|
-
},
|
|
229912
229867
|
{
|
|
229913
229868
|
"tags": {
|
|
229914
229869
|
"flr-generate": "all"
|
|
@@ -230108,6 +230063,51 @@
|
|
|
230108
230063
|
}
|
|
230109
230064
|
}
|
|
230110
230065
|
},
|
|
230066
|
+
{
|
|
230067
|
+
"tags": {
|
|
230068
|
+
"flr-generate": "all"
|
|
230069
|
+
},
|
|
230070
|
+
"filePath": "src/components/BigNumber/BigNumber.tsx",
|
|
230071
|
+
"description": "",
|
|
230072
|
+
"displayName": "BigNumber",
|
|
230073
|
+
"methods": [],
|
|
230074
|
+
"props": {
|
|
230075
|
+
"children": {
|
|
230076
|
+
"defaultValue": null,
|
|
230077
|
+
"description": "",
|
|
230078
|
+
"name": "children",
|
|
230079
|
+
"declarations": [
|
|
230080
|
+
{
|
|
230081
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230082
|
+
"name": "TypeLiteral"
|
|
230083
|
+
}
|
|
230084
|
+
],
|
|
230085
|
+
"required": false,
|
|
230086
|
+
"type": {
|
|
230087
|
+
"name": "ReactNode"
|
|
230088
|
+
}
|
|
230089
|
+
},
|
|
230090
|
+
"className": {
|
|
230091
|
+
"defaultValue": null,
|
|
230092
|
+
"description": "The elements class name.",
|
|
230093
|
+
"name": "className",
|
|
230094
|
+
"parent": {
|
|
230095
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
230096
|
+
"name": "PropsWithClassName"
|
|
230097
|
+
},
|
|
230098
|
+
"declarations": [
|
|
230099
|
+
{
|
|
230100
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
230101
|
+
"name": "PropsWithClassName"
|
|
230102
|
+
}
|
|
230103
|
+
],
|
|
230104
|
+
"required": false,
|
|
230105
|
+
"type": {
|
|
230106
|
+
"name": "string"
|
|
230107
|
+
}
|
|
230108
|
+
}
|
|
230109
|
+
}
|
|
230110
|
+
},
|
|
230111
230111
|
{
|
|
230112
230112
|
"tags": {
|
|
230113
230113
|
"flr-generate": "all"
|
|
@@ -230597,24 +230597,28 @@
|
|
|
230597
230597
|
"tags": {
|
|
230598
230598
|
"flr-generate": "all"
|
|
230599
230599
|
},
|
|
230600
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
230600
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
|
|
230601
230601
|
"description": "",
|
|
230602
|
-
"displayName": "
|
|
230602
|
+
"displayName": "AlertText",
|
|
230603
230603
|
"methods": [],
|
|
230604
230604
|
"props": {
|
|
230605
|
-
"
|
|
230605
|
+
"status": {
|
|
230606
230606
|
"defaultValue": null,
|
|
230607
230607
|
"description": "",
|
|
230608
|
-
"name": "
|
|
230608
|
+
"name": "status",
|
|
230609
|
+
"parent": {
|
|
230610
|
+
"fileName": "components/src/components/AlertText/AlertText.tsx",
|
|
230611
|
+
"name": "AlertTextProps"
|
|
230612
|
+
},
|
|
230609
230613
|
"declarations": [
|
|
230610
230614
|
{
|
|
230611
|
-
"fileName": "
|
|
230612
|
-
"name": "
|
|
230615
|
+
"fileName": "components/src/components/AlertText/AlertText.tsx",
|
|
230616
|
+
"name": "AlertTextProps"
|
|
230613
230617
|
}
|
|
230614
230618
|
],
|
|
230615
230619
|
"required": false,
|
|
230616
230620
|
"type": {
|
|
230617
|
-
"name": "
|
|
230621
|
+
"name": "Status | \"unavailable\""
|
|
230618
230622
|
}
|
|
230619
230623
|
},
|
|
230620
230624
|
"className": {
|
|
@@ -230636,6 +230640,21 @@
|
|
|
230636
230640
|
"name": "string"
|
|
230637
230641
|
}
|
|
230638
230642
|
},
|
|
230643
|
+
"children": {
|
|
230644
|
+
"defaultValue": null,
|
|
230645
|
+
"description": "",
|
|
230646
|
+
"name": "children",
|
|
230647
|
+
"declarations": [
|
|
230648
|
+
{
|
|
230649
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230650
|
+
"name": "TypeLiteral"
|
|
230651
|
+
}
|
|
230652
|
+
],
|
|
230653
|
+
"required": false,
|
|
230654
|
+
"type": {
|
|
230655
|
+
"name": "ReactNode"
|
|
230656
|
+
}
|
|
230657
|
+
},
|
|
230639
230658
|
"wrapWith": {
|
|
230640
230659
|
"defaultValue": null,
|
|
230641
230660
|
"description": "",
|
|
@@ -230718,28 +230737,24 @@
|
|
|
230718
230737
|
"tags": {
|
|
230719
230738
|
"flr-generate": "all"
|
|
230720
230739
|
},
|
|
230721
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
230740
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
230722
230741
|
"description": "",
|
|
230723
|
-
"displayName": "
|
|
230742
|
+
"displayName": "Align",
|
|
230724
230743
|
"methods": [],
|
|
230725
230744
|
"props": {
|
|
230726
|
-
"
|
|
230745
|
+
"children": {
|
|
230727
230746
|
"defaultValue": null,
|
|
230728
230747
|
"description": "",
|
|
230729
|
-
"name": "
|
|
230730
|
-
"parent": {
|
|
230731
|
-
"fileName": "components/src/components/AlertText/AlertText.tsx",
|
|
230732
|
-
"name": "AlertTextProps"
|
|
230733
|
-
},
|
|
230748
|
+
"name": "children",
|
|
230734
230749
|
"declarations": [
|
|
230735
230750
|
{
|
|
230736
|
-
"fileName": "
|
|
230737
|
-
"name": "
|
|
230751
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230752
|
+
"name": "TypeLiteral"
|
|
230738
230753
|
}
|
|
230739
230754
|
],
|
|
230740
230755
|
"required": false,
|
|
230741
230756
|
"type": {
|
|
230742
|
-
"name": "
|
|
230757
|
+
"name": "ReactNode"
|
|
230743
230758
|
}
|
|
230744
230759
|
},
|
|
230745
230760
|
"className": {
|
|
@@ -230761,21 +230776,6 @@
|
|
|
230761
230776
|
"name": "string"
|
|
230762
230777
|
}
|
|
230763
230778
|
},
|
|
230764
|
-
"children": {
|
|
230765
|
-
"defaultValue": null,
|
|
230766
|
-
"description": "",
|
|
230767
|
-
"name": "children",
|
|
230768
|
-
"declarations": [
|
|
230769
|
-
{
|
|
230770
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
230771
|
-
"name": "TypeLiteral"
|
|
230772
|
-
}
|
|
230773
|
-
],
|
|
230774
|
-
"required": false,
|
|
230775
|
-
"type": {
|
|
230776
|
-
"name": "ReactNode"
|
|
230777
|
-
}
|
|
230778
|
-
},
|
|
230779
230779
|
"wrapWith": {
|
|
230780
230780
|
"defaultValue": null,
|
|
230781
230781
|
"description": "",
|
|
@@ -272396,9 +272396,9 @@
|
|
|
272396
272396
|
},
|
|
272397
272397
|
{
|
|
272398
272398
|
"tags": {},
|
|
272399
|
-
"filePath": "src/integrations/react-hook-form/components/
|
|
272399
|
+
"filePath": "src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
272400
272400
|
"description": "",
|
|
272401
|
-
"displayName": "
|
|
272401
|
+
"displayName": "ResetButton",
|
|
272402
272402
|
"methods": [],
|
|
272403
272403
|
"props": {
|
|
272404
272404
|
"slot": {
|
|
@@ -274747,33 +274747,14 @@
|
|
|
274747
274747
|
"type": {
|
|
274748
274748
|
"name": "Key | null"
|
|
274749
274749
|
}
|
|
274750
|
-
},
|
|
274751
|
-
"showFeedback": {
|
|
274752
|
-
"defaultValue": null,
|
|
274753
|
-
"description": "",
|
|
274754
|
-
"name": "showFeedback",
|
|
274755
|
-
"parent": {
|
|
274756
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
274757
|
-
"name": "ActionProps"
|
|
274758
|
-
},
|
|
274759
|
-
"declarations": [
|
|
274760
|
-
{
|
|
274761
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
274762
|
-
"name": "ActionProps"
|
|
274763
|
-
}
|
|
274764
|
-
],
|
|
274765
|
-
"required": false,
|
|
274766
|
-
"type": {
|
|
274767
|
-
"name": "boolean"
|
|
274768
|
-
}
|
|
274769
274750
|
}
|
|
274770
274751
|
}
|
|
274771
274752
|
},
|
|
274772
274753
|
{
|
|
274773
274754
|
"tags": {},
|
|
274774
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
274755
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
|
|
274775
274756
|
"description": "",
|
|
274776
|
-
"displayName": "
|
|
274757
|
+
"displayName": "SubmitButton",
|
|
274777
274758
|
"methods": [],
|
|
274778
274759
|
"props": {
|
|
274779
274760
|
"slot": {
|
|
@@ -277122,6 +277103,25 @@
|
|
|
277122
277103
|
"type": {
|
|
277123
277104
|
"name": "Key | null"
|
|
277124
277105
|
}
|
|
277106
|
+
},
|
|
277107
|
+
"showFeedback": {
|
|
277108
|
+
"defaultValue": null,
|
|
277109
|
+
"description": "",
|
|
277110
|
+
"name": "showFeedback",
|
|
277111
|
+
"parent": {
|
|
277112
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277113
|
+
"name": "ActionProps"
|
|
277114
|
+
},
|
|
277115
|
+
"declarations": [
|
|
277116
|
+
{
|
|
277117
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277118
|
+
"name": "ActionProps"
|
|
277119
|
+
}
|
|
277120
|
+
],
|
|
277121
|
+
"required": false,
|
|
277122
|
+
"type": {
|
|
277123
|
+
"name": "boolean"
|
|
277124
|
+
}
|
|
277125
277125
|
}
|
|
277126
277126
|
}
|
|
277127
277127
|
},
|
|
@@ -283871,7 +283871,33 @@
|
|
|
283871
283871
|
"tags": {
|
|
283872
283872
|
"deprecated": "Use RouterProvider instead"
|
|
283873
283873
|
},
|
|
283874
|
-
"filePath": "src/integrations/nextjs/components/
|
|
283874
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
283875
|
+
"description": "",
|
|
283876
|
+
"displayName": "LinkProvider",
|
|
283877
|
+
"methods": [],
|
|
283878
|
+
"props": {
|
|
283879
|
+
"children": {
|
|
283880
|
+
"defaultValue": null,
|
|
283881
|
+
"description": "",
|
|
283882
|
+
"name": "children",
|
|
283883
|
+
"declarations": [
|
|
283884
|
+
{
|
|
283885
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
283886
|
+
"name": "TypeLiteral"
|
|
283887
|
+
}
|
|
283888
|
+
],
|
|
283889
|
+
"required": false,
|
|
283890
|
+
"type": {
|
|
283891
|
+
"name": "ReactNode"
|
|
283892
|
+
}
|
|
283893
|
+
}
|
|
283894
|
+
}
|
|
283895
|
+
},
|
|
283896
|
+
{
|
|
283897
|
+
"tags": {
|
|
283898
|
+
"deprecated": "Use RouterProvider instead"
|
|
283899
|
+
},
|
|
283900
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283875
283901
|
"description": "",
|
|
283876
283902
|
"displayName": "Link",
|
|
283877
283903
|
"methods": [],
|
|
@@ -283881,12 +283907,12 @@
|
|
|
283881
283907
|
"description": "",
|
|
283882
283908
|
"name": "ref",
|
|
283883
283909
|
"parent": {
|
|
283884
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
283910
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283885
283911
|
"name": "Props"
|
|
283886
283912
|
},
|
|
283887
283913
|
"declarations": [
|
|
283888
283914
|
{
|
|
283889
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
283915
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283890
283916
|
"name": "Props"
|
|
283891
283917
|
}
|
|
283892
283918
|
],
|
|
@@ -283900,12 +283926,12 @@
|
|
|
283900
283926
|
"description": "",
|
|
283901
283927
|
"name": "isDisabled",
|
|
283902
283928
|
"parent": {
|
|
283903
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
283929
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283904
283930
|
"name": "Props"
|
|
283905
283931
|
},
|
|
283906
283932
|
"declarations": [
|
|
283907
283933
|
{
|
|
283908
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
283934
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
283909
283935
|
"name": "Props"
|
|
283910
283936
|
}
|
|
283911
283937
|
],
|
|
@@ -289369,32 +289395,6 @@
|
|
|
289369
289395
|
}
|
|
289370
289396
|
}
|
|
289371
289397
|
},
|
|
289372
|
-
{
|
|
289373
|
-
"tags": {
|
|
289374
|
-
"deprecated": "Use RouterProvider instead"
|
|
289375
|
-
},
|
|
289376
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
289377
|
-
"description": "",
|
|
289378
|
-
"displayName": "LinkProvider",
|
|
289379
|
-
"methods": [],
|
|
289380
|
-
"props": {
|
|
289381
|
-
"children": {
|
|
289382
|
-
"defaultValue": null,
|
|
289383
|
-
"description": "",
|
|
289384
|
-
"name": "children",
|
|
289385
|
-
"declarations": [
|
|
289386
|
-
{
|
|
289387
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
289388
|
-
"name": "TypeLiteral"
|
|
289389
|
-
}
|
|
289390
|
-
],
|
|
289391
|
-
"required": false,
|
|
289392
|
-
"type": {
|
|
289393
|
-
"name": "ReactNode"
|
|
289394
|
-
}
|
|
289395
|
-
}
|
|
289396
|
-
}
|
|
289397
|
-
},
|
|
289398
289398
|
{
|
|
289399
289399
|
"tags": {
|
|
289400
289400
|
"flr-generate": "all"
|
|
@@ -308355,34 +308355,6 @@
|
|
|
308355
308355
|
}
|
|
308356
308356
|
}
|
|
308357
308357
|
},
|
|
308358
|
-
{
|
|
308359
|
-
"tags": {},
|
|
308360
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
308361
|
-
"description": "",
|
|
308362
|
-
"displayName": "PopoverTip",
|
|
308363
|
-
"methods": [],
|
|
308364
|
-
"props": {
|
|
308365
|
-
"className": {
|
|
308366
|
-
"defaultValue": null,
|
|
308367
|
-
"description": "The elements class name.",
|
|
308368
|
-
"name": "className",
|
|
308369
|
-
"parent": {
|
|
308370
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308371
|
-
"name": "PropsWithClassName"
|
|
308372
|
-
},
|
|
308373
|
-
"declarations": [
|
|
308374
|
-
{
|
|
308375
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308376
|
-
"name": "PropsWithClassName"
|
|
308377
|
-
}
|
|
308378
|
-
],
|
|
308379
|
-
"required": false,
|
|
308380
|
-
"type": {
|
|
308381
|
-
"name": "string"
|
|
308382
|
-
}
|
|
308383
|
-
}
|
|
308384
|
-
}
|
|
308385
|
-
},
|
|
308386
308358
|
{
|
|
308387
308359
|
"tags": {},
|
|
308388
308360
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
@@ -308521,6 +308493,34 @@
|
|
|
308521
308493
|
}
|
|
308522
308494
|
}
|
|
308523
308495
|
},
|
|
308496
|
+
{
|
|
308497
|
+
"tags": {},
|
|
308498
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
308499
|
+
"description": "",
|
|
308500
|
+
"displayName": "PopoverTip",
|
|
308501
|
+
"methods": [],
|
|
308502
|
+
"props": {
|
|
308503
|
+
"className": {
|
|
308504
|
+
"defaultValue": null,
|
|
308505
|
+
"description": "The elements class name.",
|
|
308506
|
+
"name": "className",
|
|
308507
|
+
"parent": {
|
|
308508
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
308509
|
+
"name": "PropsWithClassName"
|
|
308510
|
+
},
|
|
308511
|
+
"declarations": [
|
|
308512
|
+
{
|
|
308513
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
308514
|
+
"name": "PropsWithClassName"
|
|
308515
|
+
}
|
|
308516
|
+
],
|
|
308517
|
+
"required": false,
|
|
308518
|
+
"type": {
|
|
308519
|
+
"name": "string"
|
|
308520
|
+
}
|
|
308521
|
+
}
|
|
308522
|
+
}
|
|
308523
|
+
},
|
|
308524
308524
|
{
|
|
308525
308525
|
"tags": {
|
|
308526
308526
|
"flr-generate": "all"
|
|
@@ -314723,14 +314723,6 @@
|
|
|
314723
314723
|
"methods": [],
|
|
314724
314724
|
"props": {}
|
|
314725
314725
|
},
|
|
314726
|
-
{
|
|
314727
|
-
"tags": {},
|
|
314728
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
314729
|
-
"description": "",
|
|
314730
|
-
"displayName": "ConfirmUnsavedChangesModal",
|
|
314731
|
-
"methods": [],
|
|
314732
|
-
"props": {}
|
|
314733
|
-
},
|
|
314734
314726
|
{
|
|
314735
314727
|
"tags": {},
|
|
314736
314728
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -314869,6 +314861,14 @@
|
|
|
314869
314861
|
}
|
|
314870
314862
|
}
|
|
314871
314863
|
},
|
|
314864
|
+
{
|
|
314865
|
+
"tags": {},
|
|
314866
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
314867
|
+
"description": "",
|
|
314868
|
+
"displayName": "ConfirmUnsavedChangesModal",
|
|
314869
|
+
"methods": [],
|
|
314870
|
+
"props": {}
|
|
314871
|
+
},
|
|
314872
314872
|
{
|
|
314873
314873
|
"tags": {
|
|
314874
314874
|
"flr-generate": "all"
|
|
@@ -317842,34 +317842,6 @@
|
|
|
317842
317842
|
}
|
|
317843
317843
|
}
|
|
317844
317844
|
},
|
|
317845
|
-
{
|
|
317846
|
-
"tags": {},
|
|
317847
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317848
|
-
"description": "",
|
|
317849
|
-
"displayName": "DeleteButton",
|
|
317850
|
-
"methods": [],
|
|
317851
|
-
"props": {
|
|
317852
|
-
"onDelete": {
|
|
317853
|
-
"defaultValue": null,
|
|
317854
|
-
"description": "",
|
|
317855
|
-
"name": "onDelete",
|
|
317856
|
-
"parent": {
|
|
317857
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317858
|
-
"name": "Props"
|
|
317859
|
-
},
|
|
317860
|
-
"declarations": [
|
|
317861
|
-
{
|
|
317862
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317863
|
-
"name": "Props"
|
|
317864
|
-
}
|
|
317865
|
-
],
|
|
317866
|
-
"required": true,
|
|
317867
|
-
"type": {
|
|
317868
|
-
"name": "() => void"
|
|
317869
|
-
}
|
|
317870
|
-
}
|
|
317871
|
-
}
|
|
317872
|
-
},
|
|
317873
317845
|
{
|
|
317874
317846
|
"tags": {},
|
|
317875
317847
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -317936,6 +317908,34 @@
|
|
|
317936
317908
|
}
|
|
317937
317909
|
}
|
|
317938
317910
|
},
|
|
317911
|
+
{
|
|
317912
|
+
"tags": {},
|
|
317913
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317914
|
+
"description": "",
|
|
317915
|
+
"displayName": "DeleteButton",
|
|
317916
|
+
"methods": [],
|
|
317917
|
+
"props": {
|
|
317918
|
+
"onDelete": {
|
|
317919
|
+
"defaultValue": null,
|
|
317920
|
+
"description": "",
|
|
317921
|
+
"name": "onDelete",
|
|
317922
|
+
"parent": {
|
|
317923
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317924
|
+
"name": "Props"
|
|
317925
|
+
},
|
|
317926
|
+
"declarations": [
|
|
317927
|
+
{
|
|
317928
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
317929
|
+
"name": "Props"
|
|
317930
|
+
}
|
|
317931
|
+
],
|
|
317932
|
+
"required": true,
|
|
317933
|
+
"type": {
|
|
317934
|
+
"name": "() => void"
|
|
317935
|
+
}
|
|
317936
|
+
}
|
|
317937
|
+
}
|
|
317938
|
+
},
|
|
317939
317939
|
{
|
|
317940
317940
|
"tags": {},
|
|
317941
317941
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|