@mittwald/flow-react-components 0.2.0-alpha.704 → 0.2.0-alpha.706
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 +12 -0
- package/dist/assets/doc-properties.json +2021 -1958
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Breadcrumb/Breadcrumb.mjs +7 -2
- package/dist/js/components/src/components/Breadcrumb/Breadcrumb.mjs.map +1 -1
- package/dist/js/components/src/components/Breadcrumb/Breadcrumb.module.scss.mjs +1 -0
- package/dist/js/components/src/components/Breadcrumb/Breadcrumb.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/Link/Link.mjs +2 -0
- package/dist/js/components/src/components/Link/Link.mjs.map +1 -1
- package/dist/js/components/src/components/Link/Link.module.scss.mjs +1 -0
- package/dist/js/components/src/components/Link/Link.module.scss.mjs.map +1 -1
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +2 -0
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts +2 -0
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/Link/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -47662,11 +47662,91 @@
|
|
|
47662
47662
|
"tags": {
|
|
47663
47663
|
"flr-generate": "all"
|
|
47664
47664
|
},
|
|
47665
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
47665
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47666
47666
|
"description": "",
|
|
47667
|
-
"displayName": "
|
|
47667
|
+
"displayName": "ProgressBar",
|
|
47668
47668
|
"methods": [],
|
|
47669
47669
|
"props": {
|
|
47670
|
+
"showMaxValue": {
|
|
47671
|
+
"defaultValue": null,
|
|
47672
|
+
"description": "Whether the max value should be displayed.",
|
|
47673
|
+
"name": "showMaxValue",
|
|
47674
|
+
"parent": {
|
|
47675
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47676
|
+
"name": "ProgressBarProps"
|
|
47677
|
+
},
|
|
47678
|
+
"declarations": [
|
|
47679
|
+
{
|
|
47680
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47681
|
+
"name": "ProgressBarProps"
|
|
47682
|
+
}
|
|
47683
|
+
],
|
|
47684
|
+
"required": false,
|
|
47685
|
+
"type": {
|
|
47686
|
+
"name": "boolean"
|
|
47687
|
+
}
|
|
47688
|
+
},
|
|
47689
|
+
"size": {
|
|
47690
|
+
"defaultValue": {
|
|
47691
|
+
"value": "\"m\""
|
|
47692
|
+
},
|
|
47693
|
+
"description": "The size variant of the progress bar.",
|
|
47694
|
+
"name": "size",
|
|
47695
|
+
"parent": {
|
|
47696
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47697
|
+
"name": "ProgressBarProps"
|
|
47698
|
+
},
|
|
47699
|
+
"declarations": [
|
|
47700
|
+
{
|
|
47701
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
47702
|
+
"name": "ProgressBarProps"
|
|
47703
|
+
}
|
|
47704
|
+
],
|
|
47705
|
+
"required": false,
|
|
47706
|
+
"type": {
|
|
47707
|
+
"name": "\"s\" | \"m\" | \"l\""
|
|
47708
|
+
}
|
|
47709
|
+
},
|
|
47710
|
+
"segments": {
|
|
47711
|
+
"defaultValue": null,
|
|
47712
|
+
"description": "Divides the fill of the progress bar into segments",
|
|
47713
|
+
"name": "segments",
|
|
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": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
|
|
47727
|
+
}
|
|
47728
|
+
},
|
|
47729
|
+
"showLegend": {
|
|
47730
|
+
"defaultValue": {
|
|
47731
|
+
"value": ":\ntrue"
|
|
47732
|
+
},
|
|
47733
|
+
"description": "Whether the legend component is shown when segments are used.",
|
|
47734
|
+
"name": "showLegend",
|
|
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": "boolean"
|
|
47748
|
+
}
|
|
47749
|
+
},
|
|
47670
47750
|
"className": {
|
|
47671
47751
|
"defaultValue": {
|
|
47672
47752
|
"value": "'react-aria-Tooltip'"
|
|
@@ -49094,234 +49174,67 @@
|
|
|
49094
49174
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
49095
49175
|
}
|
|
49096
49176
|
},
|
|
49097
|
-
"
|
|
49177
|
+
"minValue": {
|
|
49098
49178
|
"defaultValue": {
|
|
49099
|
-
"value": "
|
|
49100
|
-
},
|
|
49101
|
-
"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.",
|
|
49102
|
-
"name": "validationBehavior",
|
|
49103
|
-
"parent": {
|
|
49104
|
-
"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",
|
|
49105
|
-
"name": "RACValidation"
|
|
49106
|
-
},
|
|
49107
|
-
"declarations": [
|
|
49108
|
-
{
|
|
49109
|
-
"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",
|
|
49110
|
-
"name": "RACValidation"
|
|
49111
|
-
}
|
|
49112
|
-
],
|
|
49113
|
-
"required": false,
|
|
49114
|
-
"type": {
|
|
49115
|
-
"name": "\"native\" | \"aria\""
|
|
49116
|
-
}
|
|
49117
|
-
},
|
|
49118
|
-
"isDisabled": {
|
|
49119
|
-
"defaultValue": null,
|
|
49120
|
-
"description": "Whether the input is disabled.",
|
|
49121
|
-
"name": "isDisabled",
|
|
49122
|
-
"parent": {
|
|
49123
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49124
|
-
"name": "InputBase"
|
|
49125
|
-
},
|
|
49126
|
-
"declarations": [
|
|
49127
|
-
{
|
|
49128
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49129
|
-
"name": "InputBase"
|
|
49130
|
-
}
|
|
49131
|
-
],
|
|
49132
|
-
"required": false,
|
|
49133
|
-
"type": {
|
|
49134
|
-
"name": "boolean"
|
|
49135
|
-
}
|
|
49136
|
-
},
|
|
49137
|
-
"isReadOnly": {
|
|
49138
|
-
"defaultValue": null,
|
|
49139
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
49140
|
-
"name": "isReadOnly",
|
|
49141
|
-
"parent": {
|
|
49142
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49143
|
-
"name": "InputBase"
|
|
49144
|
-
},
|
|
49145
|
-
"declarations": [
|
|
49146
|
-
{
|
|
49147
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49148
|
-
"name": "InputBase"
|
|
49149
|
-
}
|
|
49150
|
-
],
|
|
49151
|
-
"required": false,
|
|
49152
|
-
"type": {
|
|
49153
|
-
"name": "boolean"
|
|
49154
|
-
}
|
|
49155
|
-
},
|
|
49156
|
-
"isRequired": {
|
|
49157
|
-
"defaultValue": null,
|
|
49158
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
49159
|
-
"name": "isRequired",
|
|
49160
|
-
"parent": {
|
|
49161
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49162
|
-
"name": "Validation"
|
|
49163
|
-
},
|
|
49164
|
-
"declarations": [
|
|
49165
|
-
{
|
|
49166
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49167
|
-
"name": "Validation"
|
|
49168
|
-
}
|
|
49169
|
-
],
|
|
49170
|
-
"required": false,
|
|
49171
|
-
"type": {
|
|
49172
|
-
"name": "boolean"
|
|
49173
|
-
}
|
|
49174
|
-
},
|
|
49175
|
-
"isInvalid": {
|
|
49176
|
-
"defaultValue": null,
|
|
49177
|
-
"description": "Whether the input value is invalid.",
|
|
49178
|
-
"name": "isInvalid",
|
|
49179
|
-
"parent": {
|
|
49180
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49181
|
-
"name": "Validation"
|
|
49182
|
-
},
|
|
49183
|
-
"declarations": [
|
|
49184
|
-
{
|
|
49185
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49186
|
-
"name": "Validation"
|
|
49187
|
-
}
|
|
49188
|
-
],
|
|
49189
|
-
"required": false,
|
|
49190
|
-
"type": {
|
|
49191
|
-
"name": "boolean"
|
|
49192
|
-
}
|
|
49193
|
-
},
|
|
49194
|
-
"validate": {
|
|
49195
|
-
"defaultValue": null,
|
|
49196
|
-
"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.",
|
|
49197
|
-
"name": "validate",
|
|
49198
|
-
"parent": {
|
|
49199
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49200
|
-
"name": "Validation"
|
|
49179
|
+
"value": "0"
|
|
49201
49180
|
},
|
|
49202
|
-
"
|
|
49203
|
-
|
|
49204
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49205
|
-
"name": "Validation"
|
|
49206
|
-
}
|
|
49207
|
-
],
|
|
49208
|
-
"required": false,
|
|
49209
|
-
"type": {
|
|
49210
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
49211
|
-
}
|
|
49212
|
-
},
|
|
49213
|
-
"onFocus": {
|
|
49214
|
-
"defaultValue": null,
|
|
49215
|
-
"description": "Handler that is called when the element receives focus.",
|
|
49216
|
-
"name": "onFocus",
|
|
49181
|
+
"description": "The smallest value allowed for the input.",
|
|
49182
|
+
"name": "minValue",
|
|
49217
49183
|
"parent": {
|
|
49218
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49219
|
-
"name": "
|
|
49184
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49185
|
+
"name": "ProgressBaseProps"
|
|
49220
49186
|
},
|
|
49221
49187
|
"declarations": [
|
|
49222
49188
|
{
|
|
49223
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49224
|
-
"name": "
|
|
49189
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49190
|
+
"name": "ProgressBaseProps"
|
|
49225
49191
|
}
|
|
49226
49192
|
],
|
|
49227
49193
|
"required": false,
|
|
49228
49194
|
"type": {
|
|
49229
|
-
"name": "
|
|
49195
|
+
"name": "number"
|
|
49230
49196
|
}
|
|
49231
49197
|
},
|
|
49232
|
-
"
|
|
49233
|
-
"defaultValue":
|
|
49234
|
-
|
|
49235
|
-
"name": "onBlur",
|
|
49236
|
-
"parent": {
|
|
49237
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
49238
|
-
"name": "FocusEvents"
|
|
49198
|
+
"maxValue": {
|
|
49199
|
+
"defaultValue": {
|
|
49200
|
+
"value": "100"
|
|
49239
49201
|
},
|
|
49240
|
-
"
|
|
49241
|
-
|
|
49242
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
49243
|
-
"name": "FocusEvents"
|
|
49244
|
-
}
|
|
49245
|
-
],
|
|
49246
|
-
"required": false,
|
|
49247
|
-
"type": {
|
|
49248
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
49249
|
-
}
|
|
49250
|
-
},
|
|
49251
|
-
"onFocusChange": {
|
|
49252
|
-
"defaultValue": null,
|
|
49253
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
49254
|
-
"name": "onFocusChange",
|
|
49202
|
+
"description": "The largest value allowed for the input.",
|
|
49203
|
+
"name": "maxValue",
|
|
49255
49204
|
"parent": {
|
|
49256
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49257
|
-
"name": "
|
|
49205
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49206
|
+
"name": "ProgressBaseProps"
|
|
49258
49207
|
},
|
|
49259
49208
|
"declarations": [
|
|
49260
49209
|
{
|
|
49261
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49262
|
-
"name": "
|
|
49210
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49211
|
+
"name": "ProgressBaseProps"
|
|
49263
49212
|
}
|
|
49264
49213
|
],
|
|
49265
49214
|
"required": false,
|
|
49266
49215
|
"type": {
|
|
49267
|
-
"name": "
|
|
49216
|
+
"name": "number"
|
|
49268
49217
|
}
|
|
49269
49218
|
},
|
|
49270
49219
|
"value": {
|
|
49271
|
-
"defaultValue":
|
|
49220
|
+
"defaultValue": {
|
|
49221
|
+
"value": "0"
|
|
49222
|
+
},
|
|
49272
49223
|
"description": "The current value (controlled).",
|
|
49273
49224
|
"name": "value",
|
|
49274
49225
|
"parent": {
|
|
49275
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49276
|
-
"name": "
|
|
49277
|
-
},
|
|
49278
|
-
"declarations": [
|
|
49279
|
-
{
|
|
49280
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49281
|
-
"name": "ValueBase"
|
|
49282
|
-
}
|
|
49283
|
-
],
|
|
49284
|
-
"required": false,
|
|
49285
|
-
"type": {
|
|
49286
|
-
"name": "TimeValue | null"
|
|
49287
|
-
}
|
|
49288
|
-
},
|
|
49289
|
-
"defaultValue": {
|
|
49290
|
-
"defaultValue": null,
|
|
49291
|
-
"description": "The default value (uncontrolled).",
|
|
49292
|
-
"name": "defaultValue",
|
|
49293
|
-
"parent": {
|
|
49294
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49295
|
-
"name": "ValueBase"
|
|
49296
|
-
},
|
|
49297
|
-
"declarations": [
|
|
49298
|
-
{
|
|
49299
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49300
|
-
"name": "ValueBase"
|
|
49301
|
-
}
|
|
49302
|
-
],
|
|
49303
|
-
"required": false,
|
|
49304
|
-
"type": {
|
|
49305
|
-
"name": "TimeValue | null"
|
|
49306
|
-
}
|
|
49307
|
-
},
|
|
49308
|
-
"onChange": {
|
|
49309
|
-
"defaultValue": null,
|
|
49310
|
-
"description": "Handler that is called when the value changes.",
|
|
49311
|
-
"name": "onChange",
|
|
49312
|
-
"parent": {
|
|
49313
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49314
|
-
"name": "ValueBase"
|
|
49226
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49227
|
+
"name": "ProgressBaseProps"
|
|
49315
49228
|
},
|
|
49316
49229
|
"declarations": [
|
|
49317
49230
|
{
|
|
49318
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49319
|
-
"name": "
|
|
49231
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49232
|
+
"name": "ProgressBaseProps"
|
|
49320
49233
|
}
|
|
49321
49234
|
],
|
|
49322
49235
|
"required": false,
|
|
49323
49236
|
"type": {
|
|
49324
|
-
"name": "
|
|
49237
|
+
"name": "number"
|
|
49325
49238
|
}
|
|
49326
49239
|
},
|
|
49327
49240
|
"id": {
|
|
@@ -49343,116 +49256,112 @@
|
|
|
49343
49256
|
"name": "string"
|
|
49344
49257
|
}
|
|
49345
49258
|
},
|
|
49346
|
-
"
|
|
49259
|
+
"slot": {
|
|
49347
49260
|
"defaultValue": null,
|
|
49348
|
-
"description": "
|
|
49349
|
-
"name": "
|
|
49261
|
+
"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.",
|
|
49262
|
+
"name": "slot",
|
|
49350
49263
|
"parent": {
|
|
49351
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49352
|
-
"name": "
|
|
49264
|
+
"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",
|
|
49265
|
+
"name": "SlotProps"
|
|
49353
49266
|
},
|
|
49354
49267
|
"declarations": [
|
|
49355
49268
|
{
|
|
49356
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49357
|
-
"name": "
|
|
49269
|
+
"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",
|
|
49270
|
+
"name": "SlotProps"
|
|
49358
49271
|
}
|
|
49359
49272
|
],
|
|
49360
49273
|
"required": false,
|
|
49361
49274
|
"type": {
|
|
49362
|
-
"name": "string"
|
|
49275
|
+
"name": "string | null"
|
|
49363
49276
|
}
|
|
49364
49277
|
},
|
|
49365
|
-
"
|
|
49366
|
-
"defaultValue":
|
|
49367
|
-
|
|
49368
|
-
|
|
49278
|
+
"formatOptions": {
|
|
49279
|
+
"defaultValue": {
|
|
49280
|
+
"value": "{style: 'percent'}"
|
|
49281
|
+
},
|
|
49282
|
+
"description": "The display format of the value label.",
|
|
49283
|
+
"name": "formatOptions",
|
|
49369
49284
|
"parent": {
|
|
49370
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49371
|
-
"name": "
|
|
49285
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49286
|
+
"name": "ProgressBarBaseProps"
|
|
49372
49287
|
},
|
|
49373
49288
|
"declarations": [
|
|
49374
49289
|
{
|
|
49375
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49376
|
-
"name": "
|
|
49290
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49291
|
+
"name": "ProgressBarBaseProps"
|
|
49377
49292
|
}
|
|
49378
49293
|
],
|
|
49379
49294
|
"required": false,
|
|
49380
49295
|
"type": {
|
|
49381
|
-
"name": "
|
|
49296
|
+
"name": "NumberFormatOptions"
|
|
49382
49297
|
}
|
|
49383
49298
|
},
|
|
49384
|
-
"
|
|
49299
|
+
"isIndeterminate": {
|
|
49385
49300
|
"defaultValue": null,
|
|
49386
|
-
"description": "
|
|
49387
|
-
"name": "
|
|
49301
|
+
"description": "Whether presentation is indeterminate when progress isn't known.",
|
|
49302
|
+
"name": "isIndeterminate",
|
|
49388
49303
|
"parent": {
|
|
49389
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49390
|
-
"name": "
|
|
49304
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49305
|
+
"name": "ProgressBarProps"
|
|
49391
49306
|
},
|
|
49392
49307
|
"declarations": [
|
|
49393
49308
|
{
|
|
49394
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49395
|
-
"name": "
|
|
49309
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49310
|
+
"name": "ProgressBarProps"
|
|
49396
49311
|
}
|
|
49397
49312
|
],
|
|
49398
49313
|
"required": false,
|
|
49399
49314
|
"type": {
|
|
49400
|
-
"name": "
|
|
49315
|
+
"name": "boolean"
|
|
49401
49316
|
}
|
|
49402
49317
|
},
|
|
49403
|
-
"
|
|
49318
|
+
"valueLabel": {
|
|
49404
49319
|
"defaultValue": null,
|
|
49405
|
-
"description": "
|
|
49406
|
-
"name": "
|
|
49320
|
+
"description": "The content to display as the value's label (e.g. 1 of 4).",
|
|
49321
|
+
"name": "valueLabel",
|
|
49407
49322
|
"parent": {
|
|
49408
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49409
|
-
"name": "
|
|
49323
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49324
|
+
"name": "ProgressBarBaseProps"
|
|
49410
49325
|
},
|
|
49411
49326
|
"declarations": [
|
|
49412
49327
|
{
|
|
49413
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49414
|
-
"name": "
|
|
49328
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
49329
|
+
"name": "ProgressBarBaseProps"
|
|
49415
49330
|
}
|
|
49416
49331
|
],
|
|
49417
49332
|
"required": false,
|
|
49418
49333
|
"type": {
|
|
49419
|
-
"name": "
|
|
49334
|
+
"name": "ReactNode"
|
|
49420
49335
|
}
|
|
49421
49336
|
},
|
|
49422
|
-
"
|
|
49423
|
-
"defaultValue":
|
|
49424
|
-
|
|
49425
|
-
|
|
49426
|
-
"description": "The axis the Radio Button(s) should align with.",
|
|
49427
|
-
"name": "orientation",
|
|
49428
|
-
"parent": {
|
|
49429
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
|
|
49430
|
-
"name": "RadioGroupProps"
|
|
49431
|
-
},
|
|
49337
|
+
"children": {
|
|
49338
|
+
"defaultValue": null,
|
|
49339
|
+
"description": "",
|
|
49340
|
+
"name": "children",
|
|
49432
49341
|
"declarations": [
|
|
49433
49342
|
{
|
|
49434
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
49435
|
-
"name": "
|
|
49343
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
49344
|
+
"name": "TypeLiteral"
|
|
49436
49345
|
}
|
|
49437
49346
|
],
|
|
49438
49347
|
"required": false,
|
|
49439
49348
|
"type": {
|
|
49440
|
-
"name": "
|
|
49349
|
+
"name": "ReactNode"
|
|
49441
49350
|
}
|
|
49442
49351
|
},
|
|
49443
|
-
"
|
|
49352
|
+
"status": {
|
|
49444
49353
|
"defaultValue": null,
|
|
49445
|
-
"description": "",
|
|
49446
|
-
"name": "
|
|
49354
|
+
"description": "The elements status",
|
|
49355
|
+
"name": "status",
|
|
49447
49356
|
"declarations": [
|
|
49448
49357
|
{
|
|
49449
|
-
"fileName": "
|
|
49358
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
49450
49359
|
"name": "TypeLiteral"
|
|
49451
49360
|
}
|
|
49452
49361
|
],
|
|
49453
49362
|
"required": false,
|
|
49454
49363
|
"type": {
|
|
49455
|
-
"name": "
|
|
49364
|
+
"name": "Status"
|
|
49456
49365
|
}
|
|
49457
49366
|
},
|
|
49458
49367
|
"wrapWith": {
|
|
@@ -49530,63 +49439,6 @@
|
|
|
49530
49439
|
"type": {
|
|
49531
49440
|
"name": "Key | null"
|
|
49532
49441
|
}
|
|
49533
|
-
},
|
|
49534
|
-
"s": {
|
|
49535
|
-
"defaultValue": null,
|
|
49536
|
-
"description": "Column layout for container size s.",
|
|
49537
|
-
"name": "s",
|
|
49538
|
-
"parent": {
|
|
49539
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49540
|
-
"name": "ColumnLayoutProps"
|
|
49541
|
-
},
|
|
49542
|
-
"declarations": [
|
|
49543
|
-
{
|
|
49544
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49545
|
-
"name": "ColumnLayoutProps"
|
|
49546
|
-
}
|
|
49547
|
-
],
|
|
49548
|
-
"required": false,
|
|
49549
|
-
"type": {
|
|
49550
|
-
"name": "(number | null)[]"
|
|
49551
|
-
}
|
|
49552
|
-
},
|
|
49553
|
-
"m": {
|
|
49554
|
-
"defaultValue": null,
|
|
49555
|
-
"description": "Column layout for container size m.",
|
|
49556
|
-
"name": "m",
|
|
49557
|
-
"parent": {
|
|
49558
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49559
|
-
"name": "ColumnLayoutProps"
|
|
49560
|
-
},
|
|
49561
|
-
"declarations": [
|
|
49562
|
-
{
|
|
49563
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49564
|
-
"name": "ColumnLayoutProps"
|
|
49565
|
-
}
|
|
49566
|
-
],
|
|
49567
|
-
"required": false,
|
|
49568
|
-
"type": {
|
|
49569
|
-
"name": "(number | null)[]"
|
|
49570
|
-
}
|
|
49571
|
-
},
|
|
49572
|
-
"l": {
|
|
49573
|
-
"defaultValue": null,
|
|
49574
|
-
"description": "Column layout for container size l.",
|
|
49575
|
-
"name": "l",
|
|
49576
|
-
"parent": {
|
|
49577
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49578
|
-
"name": "ColumnLayoutProps"
|
|
49579
|
-
},
|
|
49580
|
-
"declarations": [
|
|
49581
|
-
{
|
|
49582
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
49583
|
-
"name": "ColumnLayoutProps"
|
|
49584
|
-
}
|
|
49585
|
-
],
|
|
49586
|
-
"required": false,
|
|
49587
|
-
"type": {
|
|
49588
|
-
"name": "(number | null)[]"
|
|
49589
|
-
}
|
|
49590
49442
|
}
|
|
49591
49443
|
}
|
|
49592
49444
|
},
|
|
@@ -49594,91 +49446,11 @@
|
|
|
49594
49446
|
"tags": {
|
|
49595
49447
|
"flr-generate": "all"
|
|
49596
49448
|
},
|
|
49597
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
49449
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/RadioGroup.tsx",
|
|
49598
49450
|
"description": "",
|
|
49599
|
-
"displayName": "
|
|
49451
|
+
"displayName": "RadioGroup",
|
|
49600
49452
|
"methods": [],
|
|
49601
49453
|
"props": {
|
|
49602
|
-
"showMaxValue": {
|
|
49603
|
-
"defaultValue": null,
|
|
49604
|
-
"description": "Whether the max value should be displayed.",
|
|
49605
|
-
"name": "showMaxValue",
|
|
49606
|
-
"parent": {
|
|
49607
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49608
|
-
"name": "ProgressBarProps"
|
|
49609
|
-
},
|
|
49610
|
-
"declarations": [
|
|
49611
|
-
{
|
|
49612
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49613
|
-
"name": "ProgressBarProps"
|
|
49614
|
-
}
|
|
49615
|
-
],
|
|
49616
|
-
"required": false,
|
|
49617
|
-
"type": {
|
|
49618
|
-
"name": "boolean"
|
|
49619
|
-
}
|
|
49620
|
-
},
|
|
49621
|
-
"size": {
|
|
49622
|
-
"defaultValue": {
|
|
49623
|
-
"value": "\"m\""
|
|
49624
|
-
},
|
|
49625
|
-
"description": "The size variant of the progress bar.",
|
|
49626
|
-
"name": "size",
|
|
49627
|
-
"parent": {
|
|
49628
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49629
|
-
"name": "ProgressBarProps"
|
|
49630
|
-
},
|
|
49631
|
-
"declarations": [
|
|
49632
|
-
{
|
|
49633
|
-
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49634
|
-
"name": "ProgressBarProps"
|
|
49635
|
-
}
|
|
49636
|
-
],
|
|
49637
|
-
"required": false,
|
|
49638
|
-
"type": {
|
|
49639
|
-
"name": "\"s\" | \"m\" | \"l\""
|
|
49640
|
-
}
|
|
49641
|
-
},
|
|
49642
|
-
"segments": {
|
|
49643
|
-
"defaultValue": null,
|
|
49644
|
-
"description": "Divides the fill of the progress bar into segments",
|
|
49645
|
-
"name": "segments",
|
|
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": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
|
|
49659
|
-
}
|
|
49660
|
-
},
|
|
49661
|
-
"showLegend": {
|
|
49662
|
-
"defaultValue": {
|
|
49663
|
-
"value": ":\ntrue"
|
|
49664
|
-
},
|
|
49665
|
-
"description": "Whether the legend component is shown when segments are used.",
|
|
49666
|
-
"name": "showLegend",
|
|
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": "boolean"
|
|
49680
|
-
}
|
|
49681
|
-
},
|
|
49682
49454
|
"className": {
|
|
49683
49455
|
"defaultValue": {
|
|
49684
49456
|
"value": "'react-aria-Tooltip'"
|
|
@@ -51106,67 +50878,234 @@
|
|
|
51106
50878
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
51107
50879
|
}
|
|
51108
50880
|
},
|
|
51109
|
-
"
|
|
50881
|
+
"validationBehavior": {
|
|
51110
50882
|
"defaultValue": {
|
|
51111
|
-
"value": "
|
|
50883
|
+
"value": "'native'"
|
|
51112
50884
|
},
|
|
51113
|
-
"description": "
|
|
51114
|
-
"name": "
|
|
50885
|
+
"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.",
|
|
50886
|
+
"name": "validationBehavior",
|
|
51115
50887
|
"parent": {
|
|
51116
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51117
|
-
"name": "
|
|
50888
|
+
"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",
|
|
50889
|
+
"name": "RACValidation"
|
|
51118
50890
|
},
|
|
51119
50891
|
"declarations": [
|
|
51120
50892
|
{
|
|
51121
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51122
|
-
"name": "
|
|
50893
|
+
"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",
|
|
50894
|
+
"name": "RACValidation"
|
|
51123
50895
|
}
|
|
51124
50896
|
],
|
|
51125
50897
|
"required": false,
|
|
51126
50898
|
"type": {
|
|
51127
|
-
"name": "
|
|
50899
|
+
"name": "\"native\" | \"aria\""
|
|
51128
50900
|
}
|
|
51129
50901
|
},
|
|
51130
|
-
"
|
|
51131
|
-
"defaultValue":
|
|
51132
|
-
|
|
50902
|
+
"isDisabled": {
|
|
50903
|
+
"defaultValue": null,
|
|
50904
|
+
"description": "Whether the input is disabled.",
|
|
50905
|
+
"name": "isDisabled",
|
|
50906
|
+
"parent": {
|
|
50907
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50908
|
+
"name": "InputBase"
|
|
51133
50909
|
},
|
|
51134
|
-
"
|
|
51135
|
-
|
|
50910
|
+
"declarations": [
|
|
50911
|
+
{
|
|
50912
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50913
|
+
"name": "InputBase"
|
|
50914
|
+
}
|
|
50915
|
+
],
|
|
50916
|
+
"required": false,
|
|
50917
|
+
"type": {
|
|
50918
|
+
"name": "boolean"
|
|
50919
|
+
}
|
|
50920
|
+
},
|
|
50921
|
+
"isReadOnly": {
|
|
50922
|
+
"defaultValue": null,
|
|
50923
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
50924
|
+
"name": "isReadOnly",
|
|
51136
50925
|
"parent": {
|
|
51137
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51138
|
-
"name": "
|
|
50926
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50927
|
+
"name": "InputBase"
|
|
51139
50928
|
},
|
|
51140
50929
|
"declarations": [
|
|
51141
50930
|
{
|
|
51142
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51143
|
-
"name": "
|
|
50931
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50932
|
+
"name": "InputBase"
|
|
51144
50933
|
}
|
|
51145
50934
|
],
|
|
51146
50935
|
"required": false,
|
|
51147
50936
|
"type": {
|
|
51148
|
-
"name": "
|
|
50937
|
+
"name": "boolean"
|
|
51149
50938
|
}
|
|
51150
50939
|
},
|
|
51151
|
-
"
|
|
51152
|
-
"defaultValue":
|
|
51153
|
-
|
|
50940
|
+
"isRequired": {
|
|
50941
|
+
"defaultValue": null,
|
|
50942
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
50943
|
+
"name": "isRequired",
|
|
50944
|
+
"parent": {
|
|
50945
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50946
|
+
"name": "Validation"
|
|
50947
|
+
},
|
|
50948
|
+
"declarations": [
|
|
50949
|
+
{
|
|
50950
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50951
|
+
"name": "Validation"
|
|
50952
|
+
}
|
|
50953
|
+
],
|
|
50954
|
+
"required": false,
|
|
50955
|
+
"type": {
|
|
50956
|
+
"name": "boolean"
|
|
50957
|
+
}
|
|
50958
|
+
},
|
|
50959
|
+
"isInvalid": {
|
|
50960
|
+
"defaultValue": null,
|
|
50961
|
+
"description": "Whether the input value is invalid.",
|
|
50962
|
+
"name": "isInvalid",
|
|
50963
|
+
"parent": {
|
|
50964
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50965
|
+
"name": "Validation"
|
|
50966
|
+
},
|
|
50967
|
+
"declarations": [
|
|
50968
|
+
{
|
|
50969
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50970
|
+
"name": "Validation"
|
|
50971
|
+
}
|
|
50972
|
+
],
|
|
50973
|
+
"required": false,
|
|
50974
|
+
"type": {
|
|
50975
|
+
"name": "boolean"
|
|
50976
|
+
}
|
|
50977
|
+
},
|
|
50978
|
+
"validate": {
|
|
50979
|
+
"defaultValue": null,
|
|
50980
|
+
"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.",
|
|
50981
|
+
"name": "validate",
|
|
50982
|
+
"parent": {
|
|
50983
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50984
|
+
"name": "Validation"
|
|
50985
|
+
},
|
|
50986
|
+
"declarations": [
|
|
50987
|
+
{
|
|
50988
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
50989
|
+
"name": "Validation"
|
|
50990
|
+
}
|
|
50991
|
+
],
|
|
50992
|
+
"required": false,
|
|
50993
|
+
"type": {
|
|
50994
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
50995
|
+
}
|
|
50996
|
+
},
|
|
50997
|
+
"onFocus": {
|
|
50998
|
+
"defaultValue": null,
|
|
50999
|
+
"description": "Handler that is called when the element receives focus.",
|
|
51000
|
+
"name": "onFocus",
|
|
51001
|
+
"parent": {
|
|
51002
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51003
|
+
"name": "FocusEvents"
|
|
51154
51004
|
},
|
|
51005
|
+
"declarations": [
|
|
51006
|
+
{
|
|
51007
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51008
|
+
"name": "FocusEvents"
|
|
51009
|
+
}
|
|
51010
|
+
],
|
|
51011
|
+
"required": false,
|
|
51012
|
+
"type": {
|
|
51013
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
51014
|
+
}
|
|
51015
|
+
},
|
|
51016
|
+
"onBlur": {
|
|
51017
|
+
"defaultValue": null,
|
|
51018
|
+
"description": "Handler that is called when the element loses focus.",
|
|
51019
|
+
"name": "onBlur",
|
|
51020
|
+
"parent": {
|
|
51021
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51022
|
+
"name": "FocusEvents"
|
|
51023
|
+
},
|
|
51024
|
+
"declarations": [
|
|
51025
|
+
{
|
|
51026
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51027
|
+
"name": "FocusEvents"
|
|
51028
|
+
}
|
|
51029
|
+
],
|
|
51030
|
+
"required": false,
|
|
51031
|
+
"type": {
|
|
51032
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
51033
|
+
}
|
|
51034
|
+
},
|
|
51035
|
+
"onFocusChange": {
|
|
51036
|
+
"defaultValue": null,
|
|
51037
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
51038
|
+
"name": "onFocusChange",
|
|
51039
|
+
"parent": {
|
|
51040
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51041
|
+
"name": "FocusEvents"
|
|
51042
|
+
},
|
|
51043
|
+
"declarations": [
|
|
51044
|
+
{
|
|
51045
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
51046
|
+
"name": "FocusEvents"
|
|
51047
|
+
}
|
|
51048
|
+
],
|
|
51049
|
+
"required": false,
|
|
51050
|
+
"type": {
|
|
51051
|
+
"name": "((isFocused: boolean) => void)"
|
|
51052
|
+
}
|
|
51053
|
+
},
|
|
51054
|
+
"value": {
|
|
51055
|
+
"defaultValue": null,
|
|
51155
51056
|
"description": "The current value (controlled).",
|
|
51156
51057
|
"name": "value",
|
|
51157
51058
|
"parent": {
|
|
51158
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51159
|
-
"name": "
|
|
51059
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51060
|
+
"name": "ValueBase"
|
|
51160
51061
|
},
|
|
51161
51062
|
"declarations": [
|
|
51162
51063
|
{
|
|
51163
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51164
|
-
"name": "
|
|
51064
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51065
|
+
"name": "ValueBase"
|
|
51165
51066
|
}
|
|
51166
51067
|
],
|
|
51167
51068
|
"required": false,
|
|
51168
51069
|
"type": {
|
|
51169
|
-
"name": "
|
|
51070
|
+
"name": "TimeValue | null"
|
|
51071
|
+
}
|
|
51072
|
+
},
|
|
51073
|
+
"defaultValue": {
|
|
51074
|
+
"defaultValue": null,
|
|
51075
|
+
"description": "The default value (uncontrolled).",
|
|
51076
|
+
"name": "defaultValue",
|
|
51077
|
+
"parent": {
|
|
51078
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51079
|
+
"name": "ValueBase"
|
|
51080
|
+
},
|
|
51081
|
+
"declarations": [
|
|
51082
|
+
{
|
|
51083
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51084
|
+
"name": "ValueBase"
|
|
51085
|
+
}
|
|
51086
|
+
],
|
|
51087
|
+
"required": false,
|
|
51088
|
+
"type": {
|
|
51089
|
+
"name": "TimeValue | null"
|
|
51090
|
+
}
|
|
51091
|
+
},
|
|
51092
|
+
"onChange": {
|
|
51093
|
+
"defaultValue": null,
|
|
51094
|
+
"description": "Handler that is called when the value changes.",
|
|
51095
|
+
"name": "onChange",
|
|
51096
|
+
"parent": {
|
|
51097
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51098
|
+
"name": "ValueBase"
|
|
51099
|
+
},
|
|
51100
|
+
"declarations": [
|
|
51101
|
+
{
|
|
51102
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
51103
|
+
"name": "ValueBase"
|
|
51104
|
+
}
|
|
51105
|
+
],
|
|
51106
|
+
"required": false,
|
|
51107
|
+
"type": {
|
|
51108
|
+
"name": "((value: TimeValue | null) => void)"
|
|
51170
51109
|
}
|
|
51171
51110
|
},
|
|
51172
51111
|
"id": {
|
|
@@ -51188,112 +51127,116 @@
|
|
|
51188
51127
|
"name": "string"
|
|
51189
51128
|
}
|
|
51190
51129
|
},
|
|
51191
|
-
"
|
|
51130
|
+
"name": {
|
|
51192
51131
|
"defaultValue": null,
|
|
51193
|
-
"description": "
|
|
51194
|
-
"name": "
|
|
51132
|
+
"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).",
|
|
51133
|
+
"name": "name",
|
|
51195
51134
|
"parent": {
|
|
51196
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51197
|
-
"name": "
|
|
51135
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51136
|
+
"name": "InputDOMProps"
|
|
51198
51137
|
},
|
|
51199
51138
|
"declarations": [
|
|
51200
51139
|
{
|
|
51201
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51202
|
-
"name": "
|
|
51140
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51141
|
+
"name": "InputDOMProps"
|
|
51203
51142
|
}
|
|
51204
51143
|
],
|
|
51205
51144
|
"required": false,
|
|
51206
51145
|
"type": {
|
|
51207
|
-
"name": "string
|
|
51146
|
+
"name": "string"
|
|
51208
51147
|
}
|
|
51209
51148
|
},
|
|
51210
|
-
"
|
|
51211
|
-
"defaultValue":
|
|
51212
|
-
|
|
51213
|
-
|
|
51214
|
-
"description": "The display format of the value label.",
|
|
51215
|
-
"name": "formatOptions",
|
|
51149
|
+
"form": {
|
|
51150
|
+
"defaultValue": null,
|
|
51151
|
+
"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).",
|
|
51152
|
+
"name": "form",
|
|
51216
51153
|
"parent": {
|
|
51217
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51218
|
-
"name": "
|
|
51154
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51155
|
+
"name": "InputDOMProps"
|
|
51219
51156
|
},
|
|
51220
51157
|
"declarations": [
|
|
51221
51158
|
{
|
|
51222
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51223
|
-
"name": "
|
|
51159
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51160
|
+
"name": "InputDOMProps"
|
|
51224
51161
|
}
|
|
51225
51162
|
],
|
|
51226
51163
|
"required": false,
|
|
51227
51164
|
"type": {
|
|
51228
|
-
"name": "
|
|
51165
|
+
"name": "string"
|
|
51229
51166
|
}
|
|
51230
51167
|
},
|
|
51231
|
-
"
|
|
51168
|
+
"slot": {
|
|
51232
51169
|
"defaultValue": null,
|
|
51233
|
-
"description": "
|
|
51234
|
-
"name": "
|
|
51170
|
+
"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.",
|
|
51171
|
+
"name": "slot",
|
|
51235
51172
|
"parent": {
|
|
51236
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51237
|
-
"name": "
|
|
51173
|
+
"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",
|
|
51174
|
+
"name": "SlotProps"
|
|
51238
51175
|
},
|
|
51239
51176
|
"declarations": [
|
|
51240
51177
|
{
|
|
51241
|
-
"fileName": "flow/node_modules/.pnpm
|
|
51242
|
-
"name": "
|
|
51178
|
+
"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",
|
|
51179
|
+
"name": "SlotProps"
|
|
51243
51180
|
}
|
|
51244
51181
|
],
|
|
51245
51182
|
"required": false,
|
|
51246
51183
|
"type": {
|
|
51247
|
-
"name": "
|
|
51184
|
+
"name": "string | null"
|
|
51248
51185
|
}
|
|
51249
51186
|
},
|
|
51250
|
-
"
|
|
51187
|
+
"aria-errormessage": {
|
|
51251
51188
|
"defaultValue": null,
|
|
51252
|
-
"description": "
|
|
51253
|
-
"name": "
|
|
51189
|
+
"description": "Identifies the element that provides an error message for the object.",
|
|
51190
|
+
"name": "aria-errormessage",
|
|
51254
51191
|
"parent": {
|
|
51255
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51256
|
-
"name": "
|
|
51192
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51193
|
+
"name": "AriaValidationProps"
|
|
51257
51194
|
},
|
|
51258
51195
|
"declarations": [
|
|
51259
51196
|
{
|
|
51260
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51261
|
-
"name": "
|
|
51197
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
51198
|
+
"name": "AriaValidationProps"
|
|
51262
51199
|
}
|
|
51263
51200
|
],
|
|
51264
51201
|
"required": false,
|
|
51265
51202
|
"type": {
|
|
51266
|
-
"name": "
|
|
51203
|
+
"name": "string"
|
|
51267
51204
|
}
|
|
51268
51205
|
},
|
|
51269
|
-
"
|
|
51270
|
-
"defaultValue":
|
|
51271
|
-
|
|
51272
|
-
|
|
51206
|
+
"orientation": {
|
|
51207
|
+
"defaultValue": {
|
|
51208
|
+
"value": "'vertical'"
|
|
51209
|
+
},
|
|
51210
|
+
"description": "The axis the Radio Button(s) should align with.",
|
|
51211
|
+
"name": "orientation",
|
|
51212
|
+
"parent": {
|
|
51213
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
|
|
51214
|
+
"name": "RadioGroupProps"
|
|
51215
|
+
},
|
|
51273
51216
|
"declarations": [
|
|
51274
51217
|
{
|
|
51275
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
51276
|
-
"name": "
|
|
51218
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
|
|
51219
|
+
"name": "RadioGroupProps"
|
|
51277
51220
|
}
|
|
51278
51221
|
],
|
|
51279
51222
|
"required": false,
|
|
51280
51223
|
"type": {
|
|
51281
|
-
"name": "
|
|
51224
|
+
"name": "Orientation"
|
|
51282
51225
|
}
|
|
51283
51226
|
},
|
|
51284
|
-
"
|
|
51227
|
+
"children": {
|
|
51285
51228
|
"defaultValue": null,
|
|
51286
|
-
"description": "
|
|
51287
|
-
"name": "
|
|
51229
|
+
"description": "",
|
|
51230
|
+
"name": "children",
|
|
51288
51231
|
"declarations": [
|
|
51289
51232
|
{
|
|
51290
|
-
"fileName": "
|
|
51233
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
51291
51234
|
"name": "TypeLiteral"
|
|
51292
51235
|
}
|
|
51293
51236
|
],
|
|
51294
51237
|
"required": false,
|
|
51295
51238
|
"type": {
|
|
51296
|
-
"name": "
|
|
51239
|
+
"name": "ReactNode"
|
|
51297
51240
|
}
|
|
51298
51241
|
},
|
|
51299
51242
|
"wrapWith": {
|
|
@@ -51371,6 +51314,63 @@
|
|
|
51371
51314
|
"type": {
|
|
51372
51315
|
"name": "Key | null"
|
|
51373
51316
|
}
|
|
51317
|
+
},
|
|
51318
|
+
"s": {
|
|
51319
|
+
"defaultValue": null,
|
|
51320
|
+
"description": "Column layout for container size s.",
|
|
51321
|
+
"name": "s",
|
|
51322
|
+
"parent": {
|
|
51323
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51324
|
+
"name": "ColumnLayoutProps"
|
|
51325
|
+
},
|
|
51326
|
+
"declarations": [
|
|
51327
|
+
{
|
|
51328
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51329
|
+
"name": "ColumnLayoutProps"
|
|
51330
|
+
}
|
|
51331
|
+
],
|
|
51332
|
+
"required": false,
|
|
51333
|
+
"type": {
|
|
51334
|
+
"name": "(number | null)[]"
|
|
51335
|
+
}
|
|
51336
|
+
},
|
|
51337
|
+
"m": {
|
|
51338
|
+
"defaultValue": null,
|
|
51339
|
+
"description": "Column layout for container size m.",
|
|
51340
|
+
"name": "m",
|
|
51341
|
+
"parent": {
|
|
51342
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51343
|
+
"name": "ColumnLayoutProps"
|
|
51344
|
+
},
|
|
51345
|
+
"declarations": [
|
|
51346
|
+
{
|
|
51347
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51348
|
+
"name": "ColumnLayoutProps"
|
|
51349
|
+
}
|
|
51350
|
+
],
|
|
51351
|
+
"required": false,
|
|
51352
|
+
"type": {
|
|
51353
|
+
"name": "(number | null)[]"
|
|
51354
|
+
}
|
|
51355
|
+
},
|
|
51356
|
+
"l": {
|
|
51357
|
+
"defaultValue": null,
|
|
51358
|
+
"description": "Column layout for container size l.",
|
|
51359
|
+
"name": "l",
|
|
51360
|
+
"parent": {
|
|
51361
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51362
|
+
"name": "ColumnLayoutProps"
|
|
51363
|
+
},
|
|
51364
|
+
"declarations": [
|
|
51365
|
+
{
|
|
51366
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
51367
|
+
"name": "ColumnLayoutProps"
|
|
51368
|
+
}
|
|
51369
|
+
],
|
|
51370
|
+
"required": false,
|
|
51371
|
+
"type": {
|
|
51372
|
+
"name": "(number | null)[]"
|
|
51373
|
+
}
|
|
51374
51374
|
}
|
|
51375
51375
|
}
|
|
51376
51376
|
},
|
|
@@ -93877,6 +93877,27 @@
|
|
|
93877
93877
|
"name": "WhiteSpace"
|
|
93878
93878
|
}
|
|
93879
93879
|
},
|
|
93880
|
+
"size": {
|
|
93881
|
+
"defaultValue": {
|
|
93882
|
+
"value": "\"m\""
|
|
93883
|
+
},
|
|
93884
|
+
"description": "The size of the element.",
|
|
93885
|
+
"name": "size",
|
|
93886
|
+
"parent": {
|
|
93887
|
+
"fileName": "components/src/components/Link/Link.tsx",
|
|
93888
|
+
"name": "LinkProps"
|
|
93889
|
+
},
|
|
93890
|
+
"declarations": [
|
|
93891
|
+
{
|
|
93892
|
+
"fileName": "components/src/components/Link/Link.tsx",
|
|
93893
|
+
"name": "LinkProps"
|
|
93894
|
+
}
|
|
93895
|
+
],
|
|
93896
|
+
"required": false,
|
|
93897
|
+
"type": {
|
|
93898
|
+
"name": "\"s\" | \"m\""
|
|
93899
|
+
}
|
|
93900
|
+
},
|
|
93880
93901
|
"unstyled": {
|
|
93881
93902
|
"defaultValue": null,
|
|
93882
93903
|
"description": "@internal",
|
|
@@ -182348,50 +182369,166 @@
|
|
|
182348
182369
|
}
|
|
182349
182370
|
},
|
|
182350
182371
|
{
|
|
182351
|
-
"tags": {
|
|
182352
|
-
|
|
182372
|
+
"tags": {
|
|
182373
|
+
"flr-generate": "all"
|
|
182374
|
+
},
|
|
182375
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/DatePicker.tsx",
|
|
182353
182376
|
"description": "",
|
|
182354
|
-
"displayName": "
|
|
182377
|
+
"displayName": "DatePicker",
|
|
182355
182378
|
"methods": [],
|
|
182356
182379
|
"props": {
|
|
182357
|
-
"
|
|
182380
|
+
"className": {
|
|
182381
|
+
"defaultValue": {
|
|
182382
|
+
"value": "'react-aria-Tooltip'"
|
|
182383
|
+
},
|
|
182384
|
+
"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.",
|
|
182385
|
+
"name": "className",
|
|
182386
|
+
"parent": {
|
|
182387
|
+
"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",
|
|
182388
|
+
"name": "TooltipProps"
|
|
182389
|
+
},
|
|
182390
|
+
"declarations": [
|
|
182391
|
+
{
|
|
182392
|
+
"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",
|
|
182393
|
+
"name": "TooltipProps"
|
|
182394
|
+
}
|
|
182395
|
+
],
|
|
182396
|
+
"required": false,
|
|
182397
|
+
"type": {
|
|
182398
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
182399
|
+
}
|
|
182400
|
+
},
|
|
182401
|
+
"isOpen": {
|
|
182358
182402
|
"defaultValue": null,
|
|
182359
|
-
"description": "",
|
|
182360
|
-
"name": "
|
|
182403
|
+
"description": "Whether the element is rendered.",
|
|
182404
|
+
"name": "isOpen",
|
|
182361
182405
|
"parent": {
|
|
182362
|
-
"fileName": "
|
|
182363
|
-
"name": "
|
|
182406
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182407
|
+
"name": "PositionProps"
|
|
182364
182408
|
},
|
|
182365
182409
|
"declarations": [
|
|
182366
182410
|
{
|
|
182367
|
-
"fileName": "
|
|
182368
|
-
"name": "
|
|
182411
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182412
|
+
"name": "PositionProps"
|
|
182369
182413
|
}
|
|
182370
182414
|
],
|
|
182371
182415
|
"required": false,
|
|
182372
182416
|
"type": {
|
|
182373
|
-
"name": "
|
|
182417
|
+
"name": "boolean"
|
|
182374
182418
|
}
|
|
182375
182419
|
},
|
|
182376
|
-
"
|
|
182377
|
-
"defaultValue":
|
|
182378
|
-
|
|
182420
|
+
"defaultOpen": {
|
|
182421
|
+
"defaultValue": null,
|
|
182422
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
182423
|
+
"name": "defaultOpen",
|
|
182424
|
+
"parent": {
|
|
182425
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182426
|
+
"name": "OverlayTriggerProps"
|
|
182379
182427
|
},
|
|
182380
|
-
"
|
|
182381
|
-
|
|
182428
|
+
"declarations": [
|
|
182429
|
+
{
|
|
182430
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182431
|
+
"name": "OverlayTriggerProps"
|
|
182432
|
+
}
|
|
182433
|
+
],
|
|
182434
|
+
"required": false,
|
|
182435
|
+
"type": {
|
|
182436
|
+
"name": "boolean"
|
|
182437
|
+
}
|
|
182438
|
+
},
|
|
182439
|
+
"onOpenChange": {
|
|
182440
|
+
"defaultValue": null,
|
|
182441
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
182442
|
+
"name": "onOpenChange",
|
|
182382
182443
|
"parent": {
|
|
182383
|
-
"fileName": "flow/node_modules/.pnpm
|
|
182384
|
-
"name": "
|
|
182444
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182445
|
+
"name": "OverlayTriggerProps"
|
|
182385
182446
|
},
|
|
182386
182447
|
"declarations": [
|
|
182387
182448
|
{
|
|
182388
|
-
"fileName": "flow/node_modules/.pnpm
|
|
182389
|
-
"name": "
|
|
182449
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
182450
|
+
"name": "OverlayTriggerProps"
|
|
182390
182451
|
}
|
|
182391
182452
|
],
|
|
182392
182453
|
"required": false,
|
|
182393
182454
|
"type": {
|
|
182394
|
-
"name": "
|
|
182455
|
+
"name": "((isOpen: boolean) => void)"
|
|
182456
|
+
}
|
|
182457
|
+
},
|
|
182458
|
+
"aria-label": {
|
|
182459
|
+
"defaultValue": null,
|
|
182460
|
+
"description": "Defines a string value that labels the current element.",
|
|
182461
|
+
"name": "aria-label",
|
|
182462
|
+
"parent": {
|
|
182463
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182464
|
+
"name": "AriaLabelingProps"
|
|
182465
|
+
},
|
|
182466
|
+
"declarations": [
|
|
182467
|
+
{
|
|
182468
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182469
|
+
"name": "AriaLabelingProps"
|
|
182470
|
+
}
|
|
182471
|
+
],
|
|
182472
|
+
"required": false,
|
|
182473
|
+
"type": {
|
|
182474
|
+
"name": "string"
|
|
182475
|
+
}
|
|
182476
|
+
},
|
|
182477
|
+
"aria-labelledby": {
|
|
182478
|
+
"defaultValue": null,
|
|
182479
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
182480
|
+
"name": "aria-labelledby",
|
|
182481
|
+
"parent": {
|
|
182482
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182483
|
+
"name": "AriaLabelingProps"
|
|
182484
|
+
},
|
|
182485
|
+
"declarations": [
|
|
182486
|
+
{
|
|
182487
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182488
|
+
"name": "AriaLabelingProps"
|
|
182489
|
+
}
|
|
182490
|
+
],
|
|
182491
|
+
"required": false,
|
|
182492
|
+
"type": {
|
|
182493
|
+
"name": "string"
|
|
182494
|
+
}
|
|
182495
|
+
},
|
|
182496
|
+
"aria-describedby": {
|
|
182497
|
+
"defaultValue": null,
|
|
182498
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
182499
|
+
"name": "aria-describedby",
|
|
182500
|
+
"parent": {
|
|
182501
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182502
|
+
"name": "AriaLabelingProps"
|
|
182503
|
+
},
|
|
182504
|
+
"declarations": [
|
|
182505
|
+
{
|
|
182506
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182507
|
+
"name": "AriaLabelingProps"
|
|
182508
|
+
}
|
|
182509
|
+
],
|
|
182510
|
+
"required": false,
|
|
182511
|
+
"type": {
|
|
182512
|
+
"name": "string"
|
|
182513
|
+
}
|
|
182514
|
+
},
|
|
182515
|
+
"aria-details": {
|
|
182516
|
+
"defaultValue": null,
|
|
182517
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
182518
|
+
"name": "aria-details",
|
|
182519
|
+
"parent": {
|
|
182520
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182521
|
+
"name": "AriaLabelingProps"
|
|
182522
|
+
},
|
|
182523
|
+
"declarations": [
|
|
182524
|
+
{
|
|
182525
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
182526
|
+
"name": "AriaLabelingProps"
|
|
182527
|
+
}
|
|
182528
|
+
],
|
|
182529
|
+
"required": false,
|
|
182530
|
+
"type": {
|
|
182531
|
+
"name": "string"
|
|
182395
182532
|
}
|
|
182396
182533
|
},
|
|
182397
182534
|
"style": {
|
|
@@ -183724,69 +183861,79 @@
|
|
|
183724
183861
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
183725
183862
|
}
|
|
183726
183863
|
},
|
|
183727
|
-
"
|
|
183728
|
-
"defaultValue":
|
|
183729
|
-
|
|
183730
|
-
|
|
183864
|
+
"validationBehavior": {
|
|
183865
|
+
"defaultValue": {
|
|
183866
|
+
"value": "'native'"
|
|
183867
|
+
},
|
|
183868
|
+
"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.",
|
|
183869
|
+
"name": "validationBehavior",
|
|
183731
183870
|
"parent": {
|
|
183732
183871
|
"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",
|
|
183733
|
-
"name": "
|
|
183872
|
+
"name": "RACValidation"
|
|
183734
183873
|
},
|
|
183735
183874
|
"declarations": [
|
|
183736
183875
|
{
|
|
183737
183876
|
"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",
|
|
183738
|
-
"name": "
|
|
183877
|
+
"name": "RACValidation"
|
|
183739
183878
|
}
|
|
183740
183879
|
],
|
|
183741
183880
|
"required": false,
|
|
183742
183881
|
"type": {
|
|
183743
|
-
"name": "
|
|
183882
|
+
"name": "\"native\" | \"aria\""
|
|
183744
183883
|
}
|
|
183745
|
-
}
|
|
183746
|
-
|
|
183747
|
-
|
|
183748
|
-
|
|
183749
|
-
|
|
183750
|
-
|
|
183751
|
-
|
|
183752
|
-
|
|
183753
|
-
|
|
183754
|
-
|
|
183755
|
-
|
|
183756
|
-
|
|
183757
|
-
|
|
183884
|
+
},
|
|
183885
|
+
"hourCycle": {
|
|
183886
|
+
"defaultValue": null,
|
|
183887
|
+
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the user's locale.",
|
|
183888
|
+
"name": "hourCycle",
|
|
183889
|
+
"parent": {
|
|
183890
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183891
|
+
"name": "TimePickerProps"
|
|
183892
|
+
},
|
|
183893
|
+
"declarations": [
|
|
183894
|
+
{
|
|
183895
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183896
|
+
"name": "TimePickerProps"
|
|
183897
|
+
}
|
|
183898
|
+
],
|
|
183899
|
+
"required": false,
|
|
183900
|
+
"type": {
|
|
183901
|
+
"name": "12 | 24"
|
|
183902
|
+
}
|
|
183903
|
+
},
|
|
183904
|
+
"granularity": {
|
|
183758
183905
|
"defaultValue": {
|
|
183759
|
-
"value": "'
|
|
183906
|
+
"value": "'minute'"
|
|
183760
183907
|
},
|
|
183761
|
-
"description": "
|
|
183762
|
-
"name": "
|
|
183908
|
+
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
183909
|
+
"name": "granularity",
|
|
183763
183910
|
"parent": {
|
|
183764
|
-
"fileName": "flow/node_modules/.pnpm
|
|
183765
|
-
"name": "
|
|
183911
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183912
|
+
"name": "TimePickerProps"
|
|
183766
183913
|
},
|
|
183767
183914
|
"declarations": [
|
|
183768
183915
|
{
|
|
183769
|
-
"fileName": "flow/node_modules/.pnpm
|
|
183770
|
-
"name": "
|
|
183916
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183917
|
+
"name": "TimePickerProps"
|
|
183771
183918
|
}
|
|
183772
183919
|
],
|
|
183773
183920
|
"required": false,
|
|
183774
183921
|
"type": {
|
|
183775
|
-
"name": "
|
|
183922
|
+
"name": "\"hour\" | \"minute\" | \"second\""
|
|
183776
183923
|
}
|
|
183777
183924
|
},
|
|
183778
|
-
"
|
|
183925
|
+
"hideTimeZone": {
|
|
183779
183926
|
"defaultValue": null,
|
|
183780
|
-
"description": "Whether the
|
|
183781
|
-
"name": "
|
|
183927
|
+
"description": "Whether to hide the time zone abbreviation.",
|
|
183928
|
+
"name": "hideTimeZone",
|
|
183782
183929
|
"parent": {
|
|
183783
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183784
|
-
"name": "
|
|
183930
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183931
|
+
"name": "TimePickerProps"
|
|
183785
183932
|
},
|
|
183786
183933
|
"declarations": [
|
|
183787
183934
|
{
|
|
183788
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183789
|
-
"name": "
|
|
183935
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183936
|
+
"name": "TimePickerProps"
|
|
183790
183937
|
}
|
|
183791
183938
|
],
|
|
183792
183939
|
"required": false,
|
|
@@ -183794,18 +183941,18 @@
|
|
|
183794
183941
|
"name": "boolean"
|
|
183795
183942
|
}
|
|
183796
183943
|
},
|
|
183797
|
-
"
|
|
183944
|
+
"shouldForceLeadingZeros": {
|
|
183798
183945
|
"defaultValue": null,
|
|
183799
|
-
"description": "Whether the
|
|
183800
|
-
"name": "
|
|
183946
|
+
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
183947
|
+
"name": "shouldForceLeadingZeros",
|
|
183801
183948
|
"parent": {
|
|
183802
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183803
|
-
"name": "
|
|
183949
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183950
|
+
"name": "TimePickerProps"
|
|
183804
183951
|
},
|
|
183805
183952
|
"declarations": [
|
|
183806
183953
|
{
|
|
183807
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183808
|
-
"name": "
|
|
183954
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183955
|
+
"name": "TimePickerProps"
|
|
183809
183956
|
}
|
|
183810
183957
|
],
|
|
183811
183958
|
"required": false,
|
|
@@ -183813,37 +183960,341 @@
|
|
|
183813
183960
|
"name": "boolean"
|
|
183814
183961
|
}
|
|
183815
183962
|
},
|
|
183816
|
-
"
|
|
183963
|
+
"placeholderValue": {
|
|
183817
183964
|
"defaultValue": null,
|
|
183818
|
-
"description": "
|
|
183819
|
-
"name": "
|
|
183965
|
+
"description": "A placeholder time that influences the format of the placeholder shown when no value is selected.\nDefaults to 12:00 AM or 00:00 depending on the hour cycle.",
|
|
183966
|
+
"name": "placeholderValue",
|
|
183820
183967
|
"parent": {
|
|
183821
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183822
|
-
"name": "
|
|
183968
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183969
|
+
"name": "TimePickerProps"
|
|
183823
183970
|
},
|
|
183824
183971
|
"declarations": [
|
|
183825
183972
|
{
|
|
183826
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
183827
|
-
"name": "
|
|
183973
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183974
|
+
"name": "TimePickerProps"
|
|
183828
183975
|
}
|
|
183829
183976
|
],
|
|
183830
183977
|
"required": false,
|
|
183831
183978
|
"type": {
|
|
183832
|
-
"name": "
|
|
183979
|
+
"name": "TimeValue"
|
|
183833
183980
|
}
|
|
183834
183981
|
},
|
|
183835
|
-
"
|
|
183982
|
+
"minValue": {
|
|
183836
183983
|
"defaultValue": null,
|
|
183837
|
-
"description": "
|
|
183838
|
-
"name": "
|
|
183984
|
+
"description": "The minimum allowed time that a user may select.",
|
|
183985
|
+
"name": "minValue",
|
|
183986
|
+
"parent": {
|
|
183987
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183988
|
+
"name": "TimePickerProps"
|
|
183989
|
+
},
|
|
183990
|
+
"declarations": [
|
|
183991
|
+
{
|
|
183992
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
183993
|
+
"name": "TimePickerProps"
|
|
183994
|
+
}
|
|
183995
|
+
],
|
|
183996
|
+
"required": false,
|
|
183997
|
+
"type": {
|
|
183998
|
+
"name": "TimeValue | null"
|
|
183999
|
+
}
|
|
184000
|
+
},
|
|
184001
|
+
"maxValue": {
|
|
184002
|
+
"defaultValue": null,
|
|
184003
|
+
"description": "The maximum allowed time that a user may select.",
|
|
184004
|
+
"name": "maxValue",
|
|
184005
|
+
"parent": {
|
|
184006
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184007
|
+
"name": "TimePickerProps"
|
|
184008
|
+
},
|
|
184009
|
+
"declarations": [
|
|
184010
|
+
{
|
|
184011
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184012
|
+
"name": "TimePickerProps"
|
|
184013
|
+
}
|
|
184014
|
+
],
|
|
184015
|
+
"required": false,
|
|
184016
|
+
"type": {
|
|
184017
|
+
"name": "TimeValue | null"
|
|
184018
|
+
}
|
|
184019
|
+
},
|
|
184020
|
+
"isDisabled": {
|
|
184021
|
+
"defaultValue": null,
|
|
184022
|
+
"description": "Whether the input is disabled.",
|
|
184023
|
+
"name": "isDisabled",
|
|
184024
|
+
"parent": {
|
|
184025
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184026
|
+
"name": "InputBase"
|
|
184027
|
+
},
|
|
184028
|
+
"declarations": [
|
|
184029
|
+
{
|
|
184030
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184031
|
+
"name": "InputBase"
|
|
184032
|
+
}
|
|
184033
|
+
],
|
|
184034
|
+
"required": false,
|
|
184035
|
+
"type": {
|
|
184036
|
+
"name": "boolean"
|
|
184037
|
+
}
|
|
184038
|
+
},
|
|
184039
|
+
"isReadOnly": {
|
|
184040
|
+
"defaultValue": null,
|
|
184041
|
+
"description": "Whether the input can be selected but not changed by the user.",
|
|
184042
|
+
"name": "isReadOnly",
|
|
184043
|
+
"parent": {
|
|
184044
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184045
|
+
"name": "InputBase"
|
|
184046
|
+
},
|
|
184047
|
+
"declarations": [
|
|
184048
|
+
{
|
|
184049
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184050
|
+
"name": "InputBase"
|
|
184051
|
+
}
|
|
184052
|
+
],
|
|
184053
|
+
"required": false,
|
|
184054
|
+
"type": {
|
|
184055
|
+
"name": "boolean"
|
|
184056
|
+
}
|
|
184057
|
+
},
|
|
184058
|
+
"isRequired": {
|
|
184059
|
+
"defaultValue": null,
|
|
184060
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
184061
|
+
"name": "isRequired",
|
|
184062
|
+
"parent": {
|
|
184063
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184064
|
+
"name": "Validation"
|
|
184065
|
+
},
|
|
184066
|
+
"declarations": [
|
|
184067
|
+
{
|
|
184068
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184069
|
+
"name": "Validation"
|
|
184070
|
+
}
|
|
184071
|
+
],
|
|
184072
|
+
"required": false,
|
|
184073
|
+
"type": {
|
|
184074
|
+
"name": "boolean"
|
|
184075
|
+
}
|
|
184076
|
+
},
|
|
184077
|
+
"isInvalid": {
|
|
184078
|
+
"defaultValue": null,
|
|
184079
|
+
"description": "Whether the input value is invalid.",
|
|
184080
|
+
"name": "isInvalid",
|
|
184081
|
+
"parent": {
|
|
184082
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184083
|
+
"name": "Validation"
|
|
184084
|
+
},
|
|
184085
|
+
"declarations": [
|
|
184086
|
+
{
|
|
184087
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184088
|
+
"name": "Validation"
|
|
184089
|
+
}
|
|
184090
|
+
],
|
|
184091
|
+
"required": false,
|
|
184092
|
+
"type": {
|
|
184093
|
+
"name": "boolean"
|
|
184094
|
+
}
|
|
184095
|
+
},
|
|
184096
|
+
"validate": {
|
|
184097
|
+
"defaultValue": null,
|
|
184098
|
+
"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.",
|
|
184099
|
+
"name": "validate",
|
|
184100
|
+
"parent": {
|
|
184101
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184102
|
+
"name": "Validation"
|
|
184103
|
+
},
|
|
184104
|
+
"declarations": [
|
|
184105
|
+
{
|
|
184106
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184107
|
+
"name": "Validation"
|
|
184108
|
+
}
|
|
184109
|
+
],
|
|
184110
|
+
"required": false,
|
|
184111
|
+
"type": {
|
|
184112
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
184113
|
+
}
|
|
184114
|
+
},
|
|
184115
|
+
"autoFocus": {
|
|
184116
|
+
"defaultValue": null,
|
|
184117
|
+
"description": "Whether the element should receive focus on render.",
|
|
184118
|
+
"name": "autoFocus",
|
|
184119
|
+
"parent": {
|
|
184120
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184121
|
+
"name": "FocusableProps"
|
|
184122
|
+
},
|
|
184123
|
+
"declarations": [
|
|
184124
|
+
{
|
|
184125
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184126
|
+
"name": "FocusableProps"
|
|
184127
|
+
}
|
|
184128
|
+
],
|
|
184129
|
+
"required": false,
|
|
184130
|
+
"type": {
|
|
184131
|
+
"name": "boolean"
|
|
184132
|
+
}
|
|
184133
|
+
},
|
|
184134
|
+
"onFocus": {
|
|
184135
|
+
"defaultValue": null,
|
|
184136
|
+
"description": "Handler that is called when the element receives focus.",
|
|
184137
|
+
"name": "onFocus",
|
|
184138
|
+
"parent": {
|
|
184139
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184140
|
+
"name": "FocusEvents"
|
|
184141
|
+
},
|
|
184142
|
+
"declarations": [
|
|
184143
|
+
{
|
|
184144
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184145
|
+
"name": "FocusEvents"
|
|
184146
|
+
}
|
|
184147
|
+
],
|
|
184148
|
+
"required": false,
|
|
184149
|
+
"type": {
|
|
184150
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
184151
|
+
}
|
|
184152
|
+
},
|
|
184153
|
+
"onBlur": {
|
|
184154
|
+
"defaultValue": null,
|
|
184155
|
+
"description": "Handler that is called when the element loses focus.",
|
|
184156
|
+
"name": "onBlur",
|
|
184157
|
+
"parent": {
|
|
184158
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184159
|
+
"name": "FocusEvents"
|
|
184160
|
+
},
|
|
184161
|
+
"declarations": [
|
|
184162
|
+
{
|
|
184163
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184164
|
+
"name": "FocusEvents"
|
|
184165
|
+
}
|
|
184166
|
+
],
|
|
184167
|
+
"required": false,
|
|
184168
|
+
"type": {
|
|
184169
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
184170
|
+
}
|
|
184171
|
+
},
|
|
184172
|
+
"onFocusChange": {
|
|
184173
|
+
"defaultValue": null,
|
|
184174
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
184175
|
+
"name": "onFocusChange",
|
|
184176
|
+
"parent": {
|
|
184177
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184178
|
+
"name": "FocusEvents"
|
|
184179
|
+
},
|
|
184180
|
+
"declarations": [
|
|
184181
|
+
{
|
|
184182
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184183
|
+
"name": "FocusEvents"
|
|
184184
|
+
}
|
|
184185
|
+
],
|
|
184186
|
+
"required": false,
|
|
184187
|
+
"type": {
|
|
184188
|
+
"name": "((isFocused: boolean) => void)"
|
|
184189
|
+
}
|
|
184190
|
+
},
|
|
184191
|
+
"onKeyDown": {
|
|
184192
|
+
"defaultValue": null,
|
|
184193
|
+
"description": "Handler that is called when a key is pressed.",
|
|
184194
|
+
"name": "onKeyDown",
|
|
184195
|
+
"parent": {
|
|
184196
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184197
|
+
"name": "KeyboardEvents"
|
|
184198
|
+
},
|
|
184199
|
+
"declarations": [
|
|
184200
|
+
{
|
|
184201
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184202
|
+
"name": "KeyboardEvents"
|
|
184203
|
+
}
|
|
184204
|
+
],
|
|
184205
|
+
"required": false,
|
|
184206
|
+
"type": {
|
|
184207
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
184208
|
+
}
|
|
184209
|
+
},
|
|
184210
|
+
"onKeyUp": {
|
|
184211
|
+
"defaultValue": null,
|
|
184212
|
+
"description": "Handler that is called when a key is released.",
|
|
184213
|
+
"name": "onKeyUp",
|
|
184214
|
+
"parent": {
|
|
184215
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184216
|
+
"name": "KeyboardEvents"
|
|
184217
|
+
},
|
|
184218
|
+
"declarations": [
|
|
184219
|
+
{
|
|
184220
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
184221
|
+
"name": "KeyboardEvents"
|
|
184222
|
+
}
|
|
184223
|
+
],
|
|
184224
|
+
"required": false,
|
|
184225
|
+
"type": {
|
|
184226
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
184227
|
+
}
|
|
184228
|
+
},
|
|
184229
|
+
"value": {
|
|
184230
|
+
"defaultValue": null,
|
|
184231
|
+
"description": "The current value (controlled).",
|
|
184232
|
+
"name": "value",
|
|
184233
|
+
"parent": {
|
|
184234
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184235
|
+
"name": "ValueBase"
|
|
184236
|
+
},
|
|
184237
|
+
"declarations": [
|
|
184238
|
+
{
|
|
184239
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184240
|
+
"name": "ValueBase"
|
|
184241
|
+
}
|
|
184242
|
+
],
|
|
184243
|
+
"required": false,
|
|
184244
|
+
"type": {
|
|
184245
|
+
"name": "TimeValue | null"
|
|
184246
|
+
}
|
|
184247
|
+
},
|
|
184248
|
+
"defaultValue": {
|
|
184249
|
+
"defaultValue": null,
|
|
184250
|
+
"description": "The default value (uncontrolled).",
|
|
184251
|
+
"name": "defaultValue",
|
|
184252
|
+
"parent": {
|
|
184253
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184254
|
+
"name": "ValueBase"
|
|
184255
|
+
},
|
|
184256
|
+
"declarations": [
|
|
184257
|
+
{
|
|
184258
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184259
|
+
"name": "ValueBase"
|
|
184260
|
+
}
|
|
184261
|
+
],
|
|
184262
|
+
"required": false,
|
|
184263
|
+
"type": {
|
|
184264
|
+
"name": "TimeValue | null"
|
|
184265
|
+
}
|
|
184266
|
+
},
|
|
184267
|
+
"onChange": {
|
|
184268
|
+
"defaultValue": null,
|
|
184269
|
+
"description": "Handler that is called when the value changes.",
|
|
184270
|
+
"name": "onChange",
|
|
184271
|
+
"parent": {
|
|
184272
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184273
|
+
"name": "ValueBase"
|
|
184274
|
+
},
|
|
184275
|
+
"declarations": [
|
|
184276
|
+
{
|
|
184277
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
184278
|
+
"name": "ValueBase"
|
|
184279
|
+
}
|
|
184280
|
+
],
|
|
184281
|
+
"required": false,
|
|
184282
|
+
"type": {
|
|
184283
|
+
"name": "((value: TimeValue | null) => void)"
|
|
184284
|
+
}
|
|
184285
|
+
},
|
|
184286
|
+
"id": {
|
|
184287
|
+
"defaultValue": null,
|
|
184288
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
184289
|
+
"name": "id",
|
|
183839
184290
|
"parent": {
|
|
183840
184291
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
183841
|
-
"name": "
|
|
184292
|
+
"name": "DOMProps"
|
|
183842
184293
|
},
|
|
183843
184294
|
"declarations": [
|
|
183844
184295
|
{
|
|
183845
184296
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
183846
|
-
"name": "
|
|
184297
|
+
"name": "DOMProps"
|
|
183847
184298
|
}
|
|
183848
184299
|
],
|
|
183849
184300
|
"required": false,
|
|
@@ -183851,18 +184302,18 @@
|
|
|
183851
184302
|
"name": "string"
|
|
183852
184303
|
}
|
|
183853
184304
|
},
|
|
183854
|
-
"
|
|
184305
|
+
"name": {
|
|
183855
184306
|
"defaultValue": null,
|
|
183856
|
-
"description": "
|
|
183857
|
-
"name": "
|
|
184307
|
+
"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).",
|
|
184308
|
+
"name": "name",
|
|
183858
184309
|
"parent": {
|
|
183859
184310
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
183860
|
-
"name": "
|
|
184311
|
+
"name": "InputDOMProps"
|
|
183861
184312
|
},
|
|
183862
184313
|
"declarations": [
|
|
183863
184314
|
{
|
|
183864
184315
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
183865
|
-
"name": "
|
|
184316
|
+
"name": "InputDOMProps"
|
|
183866
184317
|
}
|
|
183867
184318
|
],
|
|
183868
184319
|
"required": false,
|
|
@@ -183870,18 +184321,18 @@
|
|
|
183870
184321
|
"name": "string"
|
|
183871
184322
|
}
|
|
183872
184323
|
},
|
|
183873
|
-
"
|
|
184324
|
+
"form": {
|
|
183874
184325
|
"defaultValue": null,
|
|
183875
|
-
"description": "
|
|
183876
|
-
"name": "
|
|
184326
|
+
"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).",
|
|
184327
|
+
"name": "form",
|
|
183877
184328
|
"parent": {
|
|
183878
184329
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
183879
|
-
"name": "
|
|
184330
|
+
"name": "InputDOMProps"
|
|
183880
184331
|
},
|
|
183881
184332
|
"declarations": [
|
|
183882
184333
|
{
|
|
183883
184334
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
183884
|
-
"name": "
|
|
184335
|
+
"name": "InputDOMProps"
|
|
183885
184336
|
}
|
|
183886
184337
|
],
|
|
183887
184338
|
"required": false,
|
|
@@ -183889,18 +184340,37 @@
|
|
|
183889
184340
|
"name": "string"
|
|
183890
184341
|
}
|
|
183891
184342
|
},
|
|
183892
|
-
"
|
|
184343
|
+
"slot": {
|
|
183893
184344
|
"defaultValue": null,
|
|
183894
|
-
"description": "
|
|
183895
|
-
"name": "
|
|
184345
|
+
"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.",
|
|
184346
|
+
"name": "slot",
|
|
183896
184347
|
"parent": {
|
|
183897
|
-
"fileName": "flow/node_modules/.pnpm
|
|
183898
|
-
"name": "
|
|
184348
|
+
"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",
|
|
184349
|
+
"name": "SlotProps"
|
|
183899
184350
|
},
|
|
183900
184351
|
"declarations": [
|
|
183901
184352
|
{
|
|
183902
|
-
"fileName": "flow/node_modules/.pnpm
|
|
183903
|
-
"name": "
|
|
184353
|
+
"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",
|
|
184354
|
+
"name": "SlotProps"
|
|
184355
|
+
}
|
|
184356
|
+
],
|
|
184357
|
+
"required": false,
|
|
184358
|
+
"type": {
|
|
184359
|
+
"name": "string | null"
|
|
184360
|
+
}
|
|
184361
|
+
},
|
|
184362
|
+
"autoComplete": {
|
|
184363
|
+
"defaultValue": null,
|
|
184364
|
+
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
184365
|
+
"name": "autoComplete",
|
|
184366
|
+
"parent": {
|
|
184367
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184368
|
+
"name": "AriaDatePickerProps"
|
|
184369
|
+
},
|
|
184370
|
+
"declarations": [
|
|
184371
|
+
{
|
|
184372
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184373
|
+
"name": "AriaDatePickerProps"
|
|
183904
184374
|
}
|
|
183905
184375
|
],
|
|
183906
184376
|
"required": false,
|
|
@@ -183908,6 +184378,226 @@
|
|
|
183908
184378
|
"name": "string"
|
|
183909
184379
|
}
|
|
183910
184380
|
},
|
|
184381
|
+
"pageBehavior": {
|
|
184382
|
+
"defaultValue": {
|
|
184383
|
+
"value": "visible"
|
|
184384
|
+
},
|
|
184385
|
+
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by visibleDuration (default) or one unit of visibleDuration.",
|
|
184386
|
+
"name": "pageBehavior",
|
|
184387
|
+
"parent": {
|
|
184388
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184389
|
+
"name": "DatePickerBase"
|
|
184390
|
+
},
|
|
184391
|
+
"declarations": [
|
|
184392
|
+
{
|
|
184393
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184394
|
+
"name": "DatePickerBase"
|
|
184395
|
+
}
|
|
184396
|
+
],
|
|
184397
|
+
"required": false,
|
|
184398
|
+
"type": {
|
|
184399
|
+
"name": "PageBehavior"
|
|
184400
|
+
}
|
|
184401
|
+
},
|
|
184402
|
+
"firstDayOfWeek": {
|
|
184403
|
+
"defaultValue": null,
|
|
184404
|
+
"description": "The day that starts the week.",
|
|
184405
|
+
"name": "firstDayOfWeek",
|
|
184406
|
+
"parent": {
|
|
184407
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184408
|
+
"name": "DatePickerBase"
|
|
184409
|
+
},
|
|
184410
|
+
"declarations": [
|
|
184411
|
+
{
|
|
184412
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184413
|
+
"name": "DatePickerBase"
|
|
184414
|
+
}
|
|
184415
|
+
],
|
|
184416
|
+
"required": false,
|
|
184417
|
+
"type": {
|
|
184418
|
+
"name": "\"sun\" | \"mon\" | \"tue\" | \"wed\" | \"thu\" | \"fri\" | \"sat\""
|
|
184419
|
+
}
|
|
184420
|
+
},
|
|
184421
|
+
"isDateUnavailable": {
|
|
184422
|
+
"defaultValue": null,
|
|
184423
|
+
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is unavailable.",
|
|
184424
|
+
"name": "isDateUnavailable",
|
|
184425
|
+
"parent": {
|
|
184426
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184427
|
+
"name": "DateFieldBase"
|
|
184428
|
+
},
|
|
184429
|
+
"declarations": [
|
|
184430
|
+
{
|
|
184431
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
184432
|
+
"name": "DateFieldBase"
|
|
184433
|
+
}
|
|
184434
|
+
],
|
|
184435
|
+
"required": false,
|
|
184436
|
+
"type": {
|
|
184437
|
+
"name": "((date: DateValue) => boolean)"
|
|
184438
|
+
}
|
|
184439
|
+
},
|
|
184440
|
+
"shouldCloseOnSelect": {
|
|
184441
|
+
"defaultValue": {
|
|
184442
|
+
"value": "true"
|
|
184443
|
+
},
|
|
184444
|
+
"description": "Determines whether the date picker popover should close automatically when a date is selected.",
|
|
184445
|
+
"name": "shouldCloseOnSelect",
|
|
184446
|
+
"parent": {
|
|
184447
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.3_react@19.2.4/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
184448
|
+
"name": "DateRangePickerStateOptions"
|
|
184449
|
+
},
|
|
184450
|
+
"declarations": [
|
|
184451
|
+
{
|
|
184452
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.3_react@19.2.4/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
184453
|
+
"name": "DateRangePickerStateOptions"
|
|
184454
|
+
}
|
|
184455
|
+
],
|
|
184456
|
+
"required": false,
|
|
184457
|
+
"type": {
|
|
184458
|
+
"name": "boolean | (() => boolean)"
|
|
184459
|
+
}
|
|
184460
|
+
},
|
|
184461
|
+
"children": {
|
|
184462
|
+
"defaultValue": null,
|
|
184463
|
+
"description": "",
|
|
184464
|
+
"name": "children",
|
|
184465
|
+
"declarations": [
|
|
184466
|
+
{
|
|
184467
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
184468
|
+
"name": "TypeLiteral"
|
|
184469
|
+
}
|
|
184470
|
+
],
|
|
184471
|
+
"required": false,
|
|
184472
|
+
"type": {
|
|
184473
|
+
"name": "ReactNode"
|
|
184474
|
+
}
|
|
184475
|
+
},
|
|
184476
|
+
"wrapWith": {
|
|
184477
|
+
"defaultValue": null,
|
|
184478
|
+
"description": "",
|
|
184479
|
+
"name": "wrapWith",
|
|
184480
|
+
"parent": {
|
|
184481
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
184482
|
+
"name": "FlowComponentProps"
|
|
184483
|
+
},
|
|
184484
|
+
"declarations": [
|
|
184485
|
+
{
|
|
184486
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
184487
|
+
"name": "FlowComponentProps"
|
|
184488
|
+
}
|
|
184489
|
+
],
|
|
184490
|
+
"required": false,
|
|
184491
|
+
"type": {
|
|
184492
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
184493
|
+
}
|
|
184494
|
+
},
|
|
184495
|
+
"tunnelId": {
|
|
184496
|
+
"defaultValue": null,
|
|
184497
|
+
"description": "@internal",
|
|
184498
|
+
"name": "tunnelId",
|
|
184499
|
+
"parent": {
|
|
184500
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
184501
|
+
"name": "PropsWithTunnel"
|
|
184502
|
+
},
|
|
184503
|
+
"declarations": [
|
|
184504
|
+
{
|
|
184505
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
184506
|
+
"name": "PropsWithTunnel"
|
|
184507
|
+
}
|
|
184508
|
+
],
|
|
184509
|
+
"required": false,
|
|
184510
|
+
"type": {
|
|
184511
|
+
"name": "string | null"
|
|
184512
|
+
}
|
|
184513
|
+
},
|
|
184514
|
+
"ref": {
|
|
184515
|
+
"defaultValue": null,
|
|
184516
|
+
"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}",
|
|
184517
|
+
"name": "ref",
|
|
184518
|
+
"parent": {
|
|
184519
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
184520
|
+
"name": "RefAttributes"
|
|
184521
|
+
},
|
|
184522
|
+
"declarations": [
|
|
184523
|
+
{
|
|
184524
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
184525
|
+
"name": "RefAttributes"
|
|
184526
|
+
}
|
|
184527
|
+
],
|
|
184528
|
+
"required": false,
|
|
184529
|
+
"type": {
|
|
184530
|
+
"name": "Ref<HTMLSpanElement>"
|
|
184531
|
+
}
|
|
184532
|
+
},
|
|
184533
|
+
"key": {
|
|
184534
|
+
"defaultValue": null,
|
|
184535
|
+
"description": "",
|
|
184536
|
+
"name": "key",
|
|
184537
|
+
"parent": {
|
|
184538
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
184539
|
+
"name": "Attributes"
|
|
184540
|
+
},
|
|
184541
|
+
"declarations": [
|
|
184542
|
+
{
|
|
184543
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
184544
|
+
"name": "Attributes"
|
|
184545
|
+
}
|
|
184546
|
+
],
|
|
184547
|
+
"required": false,
|
|
184548
|
+
"type": {
|
|
184549
|
+
"name": "Key | null"
|
|
184550
|
+
}
|
|
184551
|
+
}
|
|
184552
|
+
}
|
|
184553
|
+
},
|
|
184554
|
+
{
|
|
184555
|
+
"tags": {},
|
|
184556
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
|
|
184557
|
+
"description": "",
|
|
184558
|
+
"displayName": "DateInput",
|
|
184559
|
+
"methods": [],
|
|
184560
|
+
"props": {
|
|
184561
|
+
"ref": {
|
|
184562
|
+
"defaultValue": null,
|
|
184563
|
+
"description": "",
|
|
184564
|
+
"name": "ref",
|
|
184565
|
+
"parent": {
|
|
184566
|
+
"fileName": "components/src/components/DateInput/DateInput.tsx",
|
|
184567
|
+
"name": "DateInputProps"
|
|
184568
|
+
},
|
|
184569
|
+
"declarations": [
|
|
184570
|
+
{
|
|
184571
|
+
"fileName": "components/src/components/DateInput/DateInput.tsx",
|
|
184572
|
+
"name": "DateInputProps"
|
|
184573
|
+
}
|
|
184574
|
+
],
|
|
184575
|
+
"required": false,
|
|
184576
|
+
"type": {
|
|
184577
|
+
"name": "Ref<HTMLSpanElement | null>"
|
|
184578
|
+
}
|
|
184579
|
+
},
|
|
184580
|
+
"className": {
|
|
184581
|
+
"defaultValue": {
|
|
184582
|
+
"value": "'react-aria-Tooltip'"
|
|
184583
|
+
},
|
|
184584
|
+
"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.",
|
|
184585
|
+
"name": "className",
|
|
184586
|
+
"parent": {
|
|
184587
|
+
"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",
|
|
184588
|
+
"name": "TooltipProps"
|
|
184589
|
+
},
|
|
184590
|
+
"declarations": [
|
|
184591
|
+
{
|
|
184592
|
+
"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",
|
|
184593
|
+
"name": "TooltipProps"
|
|
184594
|
+
}
|
|
184595
|
+
],
|
|
184596
|
+
"required": false,
|
|
184597
|
+
"type": {
|
|
184598
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
184599
|
+
}
|
|
184600
|
+
},
|
|
183911
184601
|
"style": {
|
|
183912
184602
|
"defaultValue": null,
|
|
183913
184603
|
"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.",
|
|
@@ -185238,485 +185928,6 @@
|
|
|
185238
185928
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
185239
185929
|
}
|
|
185240
185930
|
},
|
|
185241
|
-
"validationBehavior": {
|
|
185242
|
-
"defaultValue": {
|
|
185243
|
-
"value": "'native'"
|
|
185244
|
-
},
|
|
185245
|
-
"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.",
|
|
185246
|
-
"name": "validationBehavior",
|
|
185247
|
-
"parent": {
|
|
185248
|
-
"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",
|
|
185249
|
-
"name": "RACValidation"
|
|
185250
|
-
},
|
|
185251
|
-
"declarations": [
|
|
185252
|
-
{
|
|
185253
|
-
"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",
|
|
185254
|
-
"name": "RACValidation"
|
|
185255
|
-
}
|
|
185256
|
-
],
|
|
185257
|
-
"required": false,
|
|
185258
|
-
"type": {
|
|
185259
|
-
"name": "\"native\" | \"aria\""
|
|
185260
|
-
}
|
|
185261
|
-
},
|
|
185262
|
-
"hourCycle": {
|
|
185263
|
-
"defaultValue": null,
|
|
185264
|
-
"description": "Whether to display the time in 12 or 24 hour format. By default, this is determined by the user's locale.",
|
|
185265
|
-
"name": "hourCycle",
|
|
185266
|
-
"parent": {
|
|
185267
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185268
|
-
"name": "TimePickerProps"
|
|
185269
|
-
},
|
|
185270
|
-
"declarations": [
|
|
185271
|
-
{
|
|
185272
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185273
|
-
"name": "TimePickerProps"
|
|
185274
|
-
}
|
|
185275
|
-
],
|
|
185276
|
-
"required": false,
|
|
185277
|
-
"type": {
|
|
185278
|
-
"name": "12 | 24"
|
|
185279
|
-
}
|
|
185280
|
-
},
|
|
185281
|
-
"granularity": {
|
|
185282
|
-
"defaultValue": {
|
|
185283
|
-
"value": "'minute'"
|
|
185284
|
-
},
|
|
185285
|
-
"description": "Determines the smallest unit that is displayed in the time picker.",
|
|
185286
|
-
"name": "granularity",
|
|
185287
|
-
"parent": {
|
|
185288
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185289
|
-
"name": "TimePickerProps"
|
|
185290
|
-
},
|
|
185291
|
-
"declarations": [
|
|
185292
|
-
{
|
|
185293
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185294
|
-
"name": "TimePickerProps"
|
|
185295
|
-
}
|
|
185296
|
-
],
|
|
185297
|
-
"required": false,
|
|
185298
|
-
"type": {
|
|
185299
|
-
"name": "\"hour\" | \"minute\" | \"second\""
|
|
185300
|
-
}
|
|
185301
|
-
},
|
|
185302
|
-
"hideTimeZone": {
|
|
185303
|
-
"defaultValue": null,
|
|
185304
|
-
"description": "Whether to hide the time zone abbreviation.",
|
|
185305
|
-
"name": "hideTimeZone",
|
|
185306
|
-
"parent": {
|
|
185307
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185308
|
-
"name": "TimePickerProps"
|
|
185309
|
-
},
|
|
185310
|
-
"declarations": [
|
|
185311
|
-
{
|
|
185312
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185313
|
-
"name": "TimePickerProps"
|
|
185314
|
-
}
|
|
185315
|
-
],
|
|
185316
|
-
"required": false,
|
|
185317
|
-
"type": {
|
|
185318
|
-
"name": "boolean"
|
|
185319
|
-
}
|
|
185320
|
-
},
|
|
185321
|
-
"shouldForceLeadingZeros": {
|
|
185322
|
-
"defaultValue": null,
|
|
185323
|
-
"description": "Whether to always show leading zeros in the hour field.\nBy default, this is determined by the user's locale.",
|
|
185324
|
-
"name": "shouldForceLeadingZeros",
|
|
185325
|
-
"parent": {
|
|
185326
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185327
|
-
"name": "TimePickerProps"
|
|
185328
|
-
},
|
|
185329
|
-
"declarations": [
|
|
185330
|
-
{
|
|
185331
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185332
|
-
"name": "TimePickerProps"
|
|
185333
|
-
}
|
|
185334
|
-
],
|
|
185335
|
-
"required": false,
|
|
185336
|
-
"type": {
|
|
185337
|
-
"name": "boolean"
|
|
185338
|
-
}
|
|
185339
|
-
},
|
|
185340
|
-
"placeholderValue": {
|
|
185341
|
-
"defaultValue": null,
|
|
185342
|
-
"description": "A placeholder time that influences the format of the placeholder shown when no value is selected.\nDefaults to 12:00 AM or 00:00 depending on the hour cycle.",
|
|
185343
|
-
"name": "placeholderValue",
|
|
185344
|
-
"parent": {
|
|
185345
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185346
|
-
"name": "TimePickerProps"
|
|
185347
|
-
},
|
|
185348
|
-
"declarations": [
|
|
185349
|
-
{
|
|
185350
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185351
|
-
"name": "TimePickerProps"
|
|
185352
|
-
}
|
|
185353
|
-
],
|
|
185354
|
-
"required": false,
|
|
185355
|
-
"type": {
|
|
185356
|
-
"name": "TimeValue"
|
|
185357
|
-
}
|
|
185358
|
-
},
|
|
185359
|
-
"minValue": {
|
|
185360
|
-
"defaultValue": null,
|
|
185361
|
-
"description": "The minimum allowed time that a user may select.",
|
|
185362
|
-
"name": "minValue",
|
|
185363
|
-
"parent": {
|
|
185364
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185365
|
-
"name": "TimePickerProps"
|
|
185366
|
-
},
|
|
185367
|
-
"declarations": [
|
|
185368
|
-
{
|
|
185369
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185370
|
-
"name": "TimePickerProps"
|
|
185371
|
-
}
|
|
185372
|
-
],
|
|
185373
|
-
"required": false,
|
|
185374
|
-
"type": {
|
|
185375
|
-
"name": "TimeValue | null"
|
|
185376
|
-
}
|
|
185377
|
-
},
|
|
185378
|
-
"maxValue": {
|
|
185379
|
-
"defaultValue": null,
|
|
185380
|
-
"description": "The maximum allowed time that a user may select.",
|
|
185381
|
-
"name": "maxValue",
|
|
185382
|
-
"parent": {
|
|
185383
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185384
|
-
"name": "TimePickerProps"
|
|
185385
|
-
},
|
|
185386
|
-
"declarations": [
|
|
185387
|
-
{
|
|
185388
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185389
|
-
"name": "TimePickerProps"
|
|
185390
|
-
}
|
|
185391
|
-
],
|
|
185392
|
-
"required": false,
|
|
185393
|
-
"type": {
|
|
185394
|
-
"name": "TimeValue | null"
|
|
185395
|
-
}
|
|
185396
|
-
},
|
|
185397
|
-
"isDisabled": {
|
|
185398
|
-
"defaultValue": null,
|
|
185399
|
-
"description": "Whether the input is disabled.",
|
|
185400
|
-
"name": "isDisabled",
|
|
185401
|
-
"parent": {
|
|
185402
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185403
|
-
"name": "InputBase"
|
|
185404
|
-
},
|
|
185405
|
-
"declarations": [
|
|
185406
|
-
{
|
|
185407
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185408
|
-
"name": "InputBase"
|
|
185409
|
-
}
|
|
185410
|
-
],
|
|
185411
|
-
"required": false,
|
|
185412
|
-
"type": {
|
|
185413
|
-
"name": "boolean"
|
|
185414
|
-
}
|
|
185415
|
-
},
|
|
185416
|
-
"isReadOnly": {
|
|
185417
|
-
"defaultValue": null,
|
|
185418
|
-
"description": "Whether the input can be selected but not changed by the user.",
|
|
185419
|
-
"name": "isReadOnly",
|
|
185420
|
-
"parent": {
|
|
185421
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185422
|
-
"name": "InputBase"
|
|
185423
|
-
},
|
|
185424
|
-
"declarations": [
|
|
185425
|
-
{
|
|
185426
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185427
|
-
"name": "InputBase"
|
|
185428
|
-
}
|
|
185429
|
-
],
|
|
185430
|
-
"required": false,
|
|
185431
|
-
"type": {
|
|
185432
|
-
"name": "boolean"
|
|
185433
|
-
}
|
|
185434
|
-
},
|
|
185435
|
-
"isRequired": {
|
|
185436
|
-
"defaultValue": null,
|
|
185437
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
185438
|
-
"name": "isRequired",
|
|
185439
|
-
"parent": {
|
|
185440
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185441
|
-
"name": "Validation"
|
|
185442
|
-
},
|
|
185443
|
-
"declarations": [
|
|
185444
|
-
{
|
|
185445
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185446
|
-
"name": "Validation"
|
|
185447
|
-
}
|
|
185448
|
-
],
|
|
185449
|
-
"required": false,
|
|
185450
|
-
"type": {
|
|
185451
|
-
"name": "boolean"
|
|
185452
|
-
}
|
|
185453
|
-
},
|
|
185454
|
-
"isInvalid": {
|
|
185455
|
-
"defaultValue": null,
|
|
185456
|
-
"description": "Whether the input value is invalid.",
|
|
185457
|
-
"name": "isInvalid",
|
|
185458
|
-
"parent": {
|
|
185459
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185460
|
-
"name": "Validation"
|
|
185461
|
-
},
|
|
185462
|
-
"declarations": [
|
|
185463
|
-
{
|
|
185464
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185465
|
-
"name": "Validation"
|
|
185466
|
-
}
|
|
185467
|
-
],
|
|
185468
|
-
"required": false,
|
|
185469
|
-
"type": {
|
|
185470
|
-
"name": "boolean"
|
|
185471
|
-
}
|
|
185472
|
-
},
|
|
185473
|
-
"validate": {
|
|
185474
|
-
"defaultValue": null,
|
|
185475
|
-
"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.",
|
|
185476
|
-
"name": "validate",
|
|
185477
|
-
"parent": {
|
|
185478
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185479
|
-
"name": "Validation"
|
|
185480
|
-
},
|
|
185481
|
-
"declarations": [
|
|
185482
|
-
{
|
|
185483
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185484
|
-
"name": "Validation"
|
|
185485
|
-
}
|
|
185486
|
-
],
|
|
185487
|
-
"required": false,
|
|
185488
|
-
"type": {
|
|
185489
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
185490
|
-
}
|
|
185491
|
-
},
|
|
185492
|
-
"autoFocus": {
|
|
185493
|
-
"defaultValue": null,
|
|
185494
|
-
"description": "Whether the element should receive focus on render.",
|
|
185495
|
-
"name": "autoFocus",
|
|
185496
|
-
"parent": {
|
|
185497
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185498
|
-
"name": "FocusableProps"
|
|
185499
|
-
},
|
|
185500
|
-
"declarations": [
|
|
185501
|
-
{
|
|
185502
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185503
|
-
"name": "FocusableProps"
|
|
185504
|
-
}
|
|
185505
|
-
],
|
|
185506
|
-
"required": false,
|
|
185507
|
-
"type": {
|
|
185508
|
-
"name": "boolean"
|
|
185509
|
-
}
|
|
185510
|
-
},
|
|
185511
|
-
"onFocus": {
|
|
185512
|
-
"defaultValue": null,
|
|
185513
|
-
"description": "Handler that is called when the element receives focus.",
|
|
185514
|
-
"name": "onFocus",
|
|
185515
|
-
"parent": {
|
|
185516
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185517
|
-
"name": "FocusEvents"
|
|
185518
|
-
},
|
|
185519
|
-
"declarations": [
|
|
185520
|
-
{
|
|
185521
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185522
|
-
"name": "FocusEvents"
|
|
185523
|
-
}
|
|
185524
|
-
],
|
|
185525
|
-
"required": false,
|
|
185526
|
-
"type": {
|
|
185527
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
185528
|
-
}
|
|
185529
|
-
},
|
|
185530
|
-
"onBlur": {
|
|
185531
|
-
"defaultValue": null,
|
|
185532
|
-
"description": "Handler that is called when the element loses focus.",
|
|
185533
|
-
"name": "onBlur",
|
|
185534
|
-
"parent": {
|
|
185535
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185536
|
-
"name": "FocusEvents"
|
|
185537
|
-
},
|
|
185538
|
-
"declarations": [
|
|
185539
|
-
{
|
|
185540
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185541
|
-
"name": "FocusEvents"
|
|
185542
|
-
}
|
|
185543
|
-
],
|
|
185544
|
-
"required": false,
|
|
185545
|
-
"type": {
|
|
185546
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
185547
|
-
}
|
|
185548
|
-
},
|
|
185549
|
-
"onFocusChange": {
|
|
185550
|
-
"defaultValue": null,
|
|
185551
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
185552
|
-
"name": "onFocusChange",
|
|
185553
|
-
"parent": {
|
|
185554
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185555
|
-
"name": "FocusEvents"
|
|
185556
|
-
},
|
|
185557
|
-
"declarations": [
|
|
185558
|
-
{
|
|
185559
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185560
|
-
"name": "FocusEvents"
|
|
185561
|
-
}
|
|
185562
|
-
],
|
|
185563
|
-
"required": false,
|
|
185564
|
-
"type": {
|
|
185565
|
-
"name": "((isFocused: boolean) => void)"
|
|
185566
|
-
}
|
|
185567
|
-
},
|
|
185568
|
-
"onKeyDown": {
|
|
185569
|
-
"defaultValue": null,
|
|
185570
|
-
"description": "Handler that is called when a key is pressed.",
|
|
185571
|
-
"name": "onKeyDown",
|
|
185572
|
-
"parent": {
|
|
185573
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185574
|
-
"name": "KeyboardEvents"
|
|
185575
|
-
},
|
|
185576
|
-
"declarations": [
|
|
185577
|
-
{
|
|
185578
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185579
|
-
"name": "KeyboardEvents"
|
|
185580
|
-
}
|
|
185581
|
-
],
|
|
185582
|
-
"required": false,
|
|
185583
|
-
"type": {
|
|
185584
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
185585
|
-
}
|
|
185586
|
-
},
|
|
185587
|
-
"onKeyUp": {
|
|
185588
|
-
"defaultValue": null,
|
|
185589
|
-
"description": "Handler that is called when a key is released.",
|
|
185590
|
-
"name": "onKeyUp",
|
|
185591
|
-
"parent": {
|
|
185592
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185593
|
-
"name": "KeyboardEvents"
|
|
185594
|
-
},
|
|
185595
|
-
"declarations": [
|
|
185596
|
-
{
|
|
185597
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
185598
|
-
"name": "KeyboardEvents"
|
|
185599
|
-
}
|
|
185600
|
-
],
|
|
185601
|
-
"required": false,
|
|
185602
|
-
"type": {
|
|
185603
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
185604
|
-
}
|
|
185605
|
-
},
|
|
185606
|
-
"value": {
|
|
185607
|
-
"defaultValue": null,
|
|
185608
|
-
"description": "The current value (controlled).",
|
|
185609
|
-
"name": "value",
|
|
185610
|
-
"parent": {
|
|
185611
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185612
|
-
"name": "ValueBase"
|
|
185613
|
-
},
|
|
185614
|
-
"declarations": [
|
|
185615
|
-
{
|
|
185616
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185617
|
-
"name": "ValueBase"
|
|
185618
|
-
}
|
|
185619
|
-
],
|
|
185620
|
-
"required": false,
|
|
185621
|
-
"type": {
|
|
185622
|
-
"name": "TimeValue | null"
|
|
185623
|
-
}
|
|
185624
|
-
},
|
|
185625
|
-
"defaultValue": {
|
|
185626
|
-
"defaultValue": null,
|
|
185627
|
-
"description": "The default value (uncontrolled).",
|
|
185628
|
-
"name": "defaultValue",
|
|
185629
|
-
"parent": {
|
|
185630
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185631
|
-
"name": "ValueBase"
|
|
185632
|
-
},
|
|
185633
|
-
"declarations": [
|
|
185634
|
-
{
|
|
185635
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185636
|
-
"name": "ValueBase"
|
|
185637
|
-
}
|
|
185638
|
-
],
|
|
185639
|
-
"required": false,
|
|
185640
|
-
"type": {
|
|
185641
|
-
"name": "TimeValue | null"
|
|
185642
|
-
}
|
|
185643
|
-
},
|
|
185644
|
-
"onChange": {
|
|
185645
|
-
"defaultValue": null,
|
|
185646
|
-
"description": "Handler that is called when the value changes.",
|
|
185647
|
-
"name": "onChange",
|
|
185648
|
-
"parent": {
|
|
185649
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185650
|
-
"name": "ValueBase"
|
|
185651
|
-
},
|
|
185652
|
-
"declarations": [
|
|
185653
|
-
{
|
|
185654
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
185655
|
-
"name": "ValueBase"
|
|
185656
|
-
}
|
|
185657
|
-
],
|
|
185658
|
-
"required": false,
|
|
185659
|
-
"type": {
|
|
185660
|
-
"name": "((value: TimeValue | null) => void)"
|
|
185661
|
-
}
|
|
185662
|
-
},
|
|
185663
|
-
"id": {
|
|
185664
|
-
"defaultValue": null,
|
|
185665
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
185666
|
-
"name": "id",
|
|
185667
|
-
"parent": {
|
|
185668
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
185669
|
-
"name": "DOMProps"
|
|
185670
|
-
},
|
|
185671
|
-
"declarations": [
|
|
185672
|
-
{
|
|
185673
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
185674
|
-
"name": "DOMProps"
|
|
185675
|
-
}
|
|
185676
|
-
],
|
|
185677
|
-
"required": false,
|
|
185678
|
-
"type": {
|
|
185679
|
-
"name": "string"
|
|
185680
|
-
}
|
|
185681
|
-
},
|
|
185682
|
-
"name": {
|
|
185683
|
-
"defaultValue": null,
|
|
185684
|
-
"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).",
|
|
185685
|
-
"name": "name",
|
|
185686
|
-
"parent": {
|
|
185687
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
185688
|
-
"name": "InputDOMProps"
|
|
185689
|
-
},
|
|
185690
|
-
"declarations": [
|
|
185691
|
-
{
|
|
185692
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
185693
|
-
"name": "InputDOMProps"
|
|
185694
|
-
}
|
|
185695
|
-
],
|
|
185696
|
-
"required": false,
|
|
185697
|
-
"type": {
|
|
185698
|
-
"name": "string"
|
|
185699
|
-
}
|
|
185700
|
-
},
|
|
185701
|
-
"form": {
|
|
185702
|
-
"defaultValue": null,
|
|
185703
|
-
"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).",
|
|
185704
|
-
"name": "form",
|
|
185705
|
-
"parent": {
|
|
185706
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
185707
|
-
"name": "InputDOMProps"
|
|
185708
|
-
},
|
|
185709
|
-
"declarations": [
|
|
185710
|
-
{
|
|
185711
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
185712
|
-
"name": "InputDOMProps"
|
|
185713
|
-
}
|
|
185714
|
-
],
|
|
185715
|
-
"required": false,
|
|
185716
|
-
"type": {
|
|
185717
|
-
"name": "string"
|
|
185718
|
-
}
|
|
185719
|
-
},
|
|
185720
185931
|
"slot": {
|
|
185721
185932
|
"defaultValue": null,
|
|
185722
185933
|
"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.",
|
|
@@ -185735,196 +185946,6 @@
|
|
|
185735
185946
|
"type": {
|
|
185736
185947
|
"name": "string | null"
|
|
185737
185948
|
}
|
|
185738
|
-
},
|
|
185739
|
-
"autoComplete": {
|
|
185740
|
-
"defaultValue": null,
|
|
185741
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
185742
|
-
"name": "autoComplete",
|
|
185743
|
-
"parent": {
|
|
185744
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185745
|
-
"name": "AriaDatePickerProps"
|
|
185746
|
-
},
|
|
185747
|
-
"declarations": [
|
|
185748
|
-
{
|
|
185749
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185750
|
-
"name": "AriaDatePickerProps"
|
|
185751
|
-
}
|
|
185752
|
-
],
|
|
185753
|
-
"required": false,
|
|
185754
|
-
"type": {
|
|
185755
|
-
"name": "string"
|
|
185756
|
-
}
|
|
185757
|
-
},
|
|
185758
|
-
"pageBehavior": {
|
|
185759
|
-
"defaultValue": {
|
|
185760
|
-
"value": "visible"
|
|
185761
|
-
},
|
|
185762
|
-
"description": "Controls the behavior of paging. Pagination either works by advancing the visible page by visibleDuration (default) or one unit of visibleDuration.",
|
|
185763
|
-
"name": "pageBehavior",
|
|
185764
|
-
"parent": {
|
|
185765
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185766
|
-
"name": "DatePickerBase"
|
|
185767
|
-
},
|
|
185768
|
-
"declarations": [
|
|
185769
|
-
{
|
|
185770
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185771
|
-
"name": "DatePickerBase"
|
|
185772
|
-
}
|
|
185773
|
-
],
|
|
185774
|
-
"required": false,
|
|
185775
|
-
"type": {
|
|
185776
|
-
"name": "PageBehavior"
|
|
185777
|
-
}
|
|
185778
|
-
},
|
|
185779
|
-
"firstDayOfWeek": {
|
|
185780
|
-
"defaultValue": null,
|
|
185781
|
-
"description": "The day that starts the week.",
|
|
185782
|
-
"name": "firstDayOfWeek",
|
|
185783
|
-
"parent": {
|
|
185784
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185785
|
-
"name": "DatePickerBase"
|
|
185786
|
-
},
|
|
185787
|
-
"declarations": [
|
|
185788
|
-
{
|
|
185789
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185790
|
-
"name": "DatePickerBase"
|
|
185791
|
-
}
|
|
185792
|
-
],
|
|
185793
|
-
"required": false,
|
|
185794
|
-
"type": {
|
|
185795
|
-
"name": "\"sun\" | \"mon\" | \"tue\" | \"wed\" | \"thu\" | \"fri\" | \"sat\""
|
|
185796
|
-
}
|
|
185797
|
-
},
|
|
185798
|
-
"isDateUnavailable": {
|
|
185799
|
-
"defaultValue": null,
|
|
185800
|
-
"description": "Callback that is called for each date of the calendar. If it returns true, then the date is unavailable.",
|
|
185801
|
-
"name": "isDateUnavailable",
|
|
185802
|
-
"parent": {
|
|
185803
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185804
|
-
"name": "DateFieldBase"
|
|
185805
|
-
},
|
|
185806
|
-
"declarations": [
|
|
185807
|
-
{
|
|
185808
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+datepicker@3.13.3_react@19.2.4/node_modules/@react-types/datepicker/src/index.d.ts",
|
|
185809
|
-
"name": "DateFieldBase"
|
|
185810
|
-
}
|
|
185811
|
-
],
|
|
185812
|
-
"required": false,
|
|
185813
|
-
"type": {
|
|
185814
|
-
"name": "((date: DateValue) => boolean)"
|
|
185815
|
-
}
|
|
185816
|
-
},
|
|
185817
|
-
"shouldCloseOnSelect": {
|
|
185818
|
-
"defaultValue": {
|
|
185819
|
-
"value": "true"
|
|
185820
|
-
},
|
|
185821
|
-
"description": "Determines whether the date picker popover should close automatically when a date is selected.",
|
|
185822
|
-
"name": "shouldCloseOnSelect",
|
|
185823
|
-
"parent": {
|
|
185824
|
-
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.3_react@19.2.4/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
185825
|
-
"name": "DateRangePickerStateOptions"
|
|
185826
|
-
},
|
|
185827
|
-
"declarations": [
|
|
185828
|
-
{
|
|
185829
|
-
"fileName": "flow/node_modules/.pnpm/@react-stately+datepicker@3.15.3_react@19.2.4/node_modules/@react-stately/datepicker/dist/types.d.ts",
|
|
185830
|
-
"name": "DateRangePickerStateOptions"
|
|
185831
|
-
}
|
|
185832
|
-
],
|
|
185833
|
-
"required": false,
|
|
185834
|
-
"type": {
|
|
185835
|
-
"name": "boolean | (() => boolean)"
|
|
185836
|
-
}
|
|
185837
|
-
},
|
|
185838
|
-
"children": {
|
|
185839
|
-
"defaultValue": null,
|
|
185840
|
-
"description": "",
|
|
185841
|
-
"name": "children",
|
|
185842
|
-
"declarations": [
|
|
185843
|
-
{
|
|
185844
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
185845
|
-
"name": "TypeLiteral"
|
|
185846
|
-
}
|
|
185847
|
-
],
|
|
185848
|
-
"required": false,
|
|
185849
|
-
"type": {
|
|
185850
|
-
"name": "ReactNode"
|
|
185851
|
-
}
|
|
185852
|
-
},
|
|
185853
|
-
"wrapWith": {
|
|
185854
|
-
"defaultValue": null,
|
|
185855
|
-
"description": "",
|
|
185856
|
-
"name": "wrapWith",
|
|
185857
|
-
"parent": {
|
|
185858
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
185859
|
-
"name": "FlowComponentProps"
|
|
185860
|
-
},
|
|
185861
|
-
"declarations": [
|
|
185862
|
-
{
|
|
185863
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
185864
|
-
"name": "FlowComponentProps"
|
|
185865
|
-
}
|
|
185866
|
-
],
|
|
185867
|
-
"required": false,
|
|
185868
|
-
"type": {
|
|
185869
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
185870
|
-
}
|
|
185871
|
-
},
|
|
185872
|
-
"tunnelId": {
|
|
185873
|
-
"defaultValue": null,
|
|
185874
|
-
"description": "@internal",
|
|
185875
|
-
"name": "tunnelId",
|
|
185876
|
-
"parent": {
|
|
185877
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
185878
|
-
"name": "PropsWithTunnel"
|
|
185879
|
-
},
|
|
185880
|
-
"declarations": [
|
|
185881
|
-
{
|
|
185882
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
185883
|
-
"name": "PropsWithTunnel"
|
|
185884
|
-
}
|
|
185885
|
-
],
|
|
185886
|
-
"required": false,
|
|
185887
|
-
"type": {
|
|
185888
|
-
"name": "string | null"
|
|
185889
|
-
}
|
|
185890
|
-
},
|
|
185891
|
-
"ref": {
|
|
185892
|
-
"defaultValue": null,
|
|
185893
|
-
"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}",
|
|
185894
|
-
"name": "ref",
|
|
185895
|
-
"parent": {
|
|
185896
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
185897
|
-
"name": "RefAttributes"
|
|
185898
|
-
},
|
|
185899
|
-
"declarations": [
|
|
185900
|
-
{
|
|
185901
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
185902
|
-
"name": "RefAttributes"
|
|
185903
|
-
}
|
|
185904
|
-
],
|
|
185905
|
-
"required": false,
|
|
185906
|
-
"type": {
|
|
185907
|
-
"name": "Ref<HTMLSpanElement>"
|
|
185908
|
-
}
|
|
185909
|
-
},
|
|
185910
|
-
"key": {
|
|
185911
|
-
"defaultValue": null,
|
|
185912
|
-
"description": "",
|
|
185913
|
-
"name": "key",
|
|
185914
|
-
"parent": {
|
|
185915
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
185916
|
-
"name": "Attributes"
|
|
185917
|
-
},
|
|
185918
|
-
"declarations": [
|
|
185919
|
-
{
|
|
185920
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
185921
|
-
"name": "Attributes"
|
|
185922
|
-
}
|
|
185923
|
-
],
|
|
185924
|
-
"required": false,
|
|
185925
|
-
"type": {
|
|
185926
|
-
"name": "Key | null"
|
|
185927
|
-
}
|
|
185928
185949
|
}
|
|
185929
185950
|
}
|
|
185930
185951
|
},
|
|
@@ -222403,6 +222424,27 @@
|
|
|
222403
222424
|
"name": "\"light\" | \"dark\" | \"primary\""
|
|
222404
222425
|
}
|
|
222405
222426
|
},
|
|
222427
|
+
"size": {
|
|
222428
|
+
"defaultValue": {
|
|
222429
|
+
"value": "\"m\""
|
|
222430
|
+
},
|
|
222431
|
+
"description": "The size of the element.",
|
|
222432
|
+
"name": "size",
|
|
222433
|
+
"parent": {
|
|
222434
|
+
"fileName": "src/components/Breadcrumb/Breadcrumb.tsx",
|
|
222435
|
+
"name": "BreadcrumbProps"
|
|
222436
|
+
},
|
|
222437
|
+
"declarations": [
|
|
222438
|
+
{
|
|
222439
|
+
"fileName": "src/components/Breadcrumb/Breadcrumb.tsx",
|
|
222440
|
+
"name": "BreadcrumbProps"
|
|
222441
|
+
}
|
|
222442
|
+
],
|
|
222443
|
+
"required": false,
|
|
222444
|
+
"type": {
|
|
222445
|
+
"name": "\"s\" | \"m\""
|
|
222446
|
+
}
|
|
222447
|
+
},
|
|
222406
222448
|
"className": {
|
|
222407
222449
|
"defaultValue": {
|
|
222408
222450
|
"value": "'react-aria-Tooltip'"
|
|
@@ -234429,6 +234471,87 @@
|
|
|
234429
234471
|
}
|
|
234430
234472
|
}
|
|
234431
234473
|
},
|
|
234474
|
+
{
|
|
234475
|
+
"tags": {},
|
|
234476
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
|
|
234477
|
+
"description": "",
|
|
234478
|
+
"displayName": "Activity",
|
|
234479
|
+
"methods": [],
|
|
234480
|
+
"props": {
|
|
234481
|
+
"isActive": {
|
|
234482
|
+
"defaultValue": null,
|
|
234483
|
+
"description": "",
|
|
234484
|
+
"name": "isActive",
|
|
234485
|
+
"parent": {
|
|
234486
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
234487
|
+
"name": "ActivityProps"
|
|
234488
|
+
},
|
|
234489
|
+
"declarations": [
|
|
234490
|
+
{
|
|
234491
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
234492
|
+
"name": "ActivityProps"
|
|
234493
|
+
}
|
|
234494
|
+
],
|
|
234495
|
+
"required": false,
|
|
234496
|
+
"type": {
|
|
234497
|
+
"name": "boolean"
|
|
234498
|
+
}
|
|
234499
|
+
},
|
|
234500
|
+
"inactiveDelay": {
|
|
234501
|
+
"defaultValue": null,
|
|
234502
|
+
"description": "",
|
|
234503
|
+
"name": "inactiveDelay",
|
|
234504
|
+
"parent": {
|
|
234505
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
234506
|
+
"name": "ActivityProps"
|
|
234507
|
+
},
|
|
234508
|
+
"declarations": [
|
|
234509
|
+
{
|
|
234510
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
234511
|
+
"name": "ActivityProps"
|
|
234512
|
+
}
|
|
234513
|
+
],
|
|
234514
|
+
"required": false,
|
|
234515
|
+
"type": {
|
|
234516
|
+
"name": "number"
|
|
234517
|
+
}
|
|
234518
|
+
},
|
|
234519
|
+
"forceCustomActivity": {
|
|
234520
|
+
"defaultValue": null,
|
|
234521
|
+
"description": "@internal",
|
|
234522
|
+
"name": "forceCustomActivity",
|
|
234523
|
+
"parent": {
|
|
234524
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
234525
|
+
"name": "ActivityProps"
|
|
234526
|
+
},
|
|
234527
|
+
"declarations": [
|
|
234528
|
+
{
|
|
234529
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
234530
|
+
"name": "ActivityProps"
|
|
234531
|
+
}
|
|
234532
|
+
],
|
|
234533
|
+
"required": false,
|
|
234534
|
+
"type": {
|
|
234535
|
+
"name": "boolean"
|
|
234536
|
+
}
|
|
234537
|
+
},
|
|
234538
|
+
"children": {
|
|
234539
|
+
"defaultValue": null,
|
|
234540
|
+
"description": "",
|
|
234541
|
+
"name": "children",
|
|
234542
|
+
"declarations": [
|
|
234543
|
+
{
|
|
234544
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
234545
|
+
"name": "TypeLiteral"
|
|
234546
|
+
}
|
|
234547
|
+
],
|
|
234548
|
+
"required": false,
|
|
234549
|
+
"type": {
|
|
234550
|
+
"name": "ReactNode"
|
|
234551
|
+
}
|
|
234552
|
+
}
|
|
234553
|
+
}
|
|
234554
|
+
},
|
|
234432
234555
|
{
|
|
234433
234556
|
"tags": {
|
|
234434
234557
|
"flr-generate": "all"
|
|
@@ -239813,87 +239936,6 @@
|
|
|
239813
239936
|
}
|
|
239814
239937
|
}
|
|
239815
239938
|
},
|
|
239816
|
-
{
|
|
239817
|
-
"tags": {},
|
|
239818
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
|
|
239819
|
-
"description": "",
|
|
239820
|
-
"displayName": "Activity",
|
|
239821
|
-
"methods": [],
|
|
239822
|
-
"props": {
|
|
239823
|
-
"isActive": {
|
|
239824
|
-
"defaultValue": null,
|
|
239825
|
-
"description": "",
|
|
239826
|
-
"name": "isActive",
|
|
239827
|
-
"parent": {
|
|
239828
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239829
|
-
"name": "ActivityProps"
|
|
239830
|
-
},
|
|
239831
|
-
"declarations": [
|
|
239832
|
-
{
|
|
239833
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239834
|
-
"name": "ActivityProps"
|
|
239835
|
-
}
|
|
239836
|
-
],
|
|
239837
|
-
"required": false,
|
|
239838
|
-
"type": {
|
|
239839
|
-
"name": "boolean"
|
|
239840
|
-
}
|
|
239841
|
-
},
|
|
239842
|
-
"inactiveDelay": {
|
|
239843
|
-
"defaultValue": null,
|
|
239844
|
-
"description": "",
|
|
239845
|
-
"name": "inactiveDelay",
|
|
239846
|
-
"parent": {
|
|
239847
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239848
|
-
"name": "ActivityProps"
|
|
239849
|
-
},
|
|
239850
|
-
"declarations": [
|
|
239851
|
-
{
|
|
239852
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239853
|
-
"name": "ActivityProps"
|
|
239854
|
-
}
|
|
239855
|
-
],
|
|
239856
|
-
"required": false,
|
|
239857
|
-
"type": {
|
|
239858
|
-
"name": "number"
|
|
239859
|
-
}
|
|
239860
|
-
},
|
|
239861
|
-
"forceCustomActivity": {
|
|
239862
|
-
"defaultValue": null,
|
|
239863
|
-
"description": "@internal",
|
|
239864
|
-
"name": "forceCustomActivity",
|
|
239865
|
-
"parent": {
|
|
239866
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239867
|
-
"name": "ActivityProps"
|
|
239868
|
-
},
|
|
239869
|
-
"declarations": [
|
|
239870
|
-
{
|
|
239871
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239872
|
-
"name": "ActivityProps"
|
|
239873
|
-
}
|
|
239874
|
-
],
|
|
239875
|
-
"required": false,
|
|
239876
|
-
"type": {
|
|
239877
|
-
"name": "boolean"
|
|
239878
|
-
}
|
|
239879
|
-
},
|
|
239880
|
-
"children": {
|
|
239881
|
-
"defaultValue": null,
|
|
239882
|
-
"description": "",
|
|
239883
|
-
"name": "children",
|
|
239884
|
-
"declarations": [
|
|
239885
|
-
{
|
|
239886
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
239887
|
-
"name": "TypeLiteral"
|
|
239888
|
-
}
|
|
239889
|
-
],
|
|
239890
|
-
"required": false,
|
|
239891
|
-
"type": {
|
|
239892
|
-
"name": "ReactNode"
|
|
239893
|
-
}
|
|
239894
|
-
}
|
|
239895
|
-
}
|
|
239896
|
-
},
|
|
239897
239939
|
{
|
|
239898
239940
|
"tags": {
|
|
239899
239941
|
"flr-generate": "all"
|
|
@@ -258413,10 +258455,10 @@
|
|
|
258413
258455
|
"name": "() => ArrayIterator<any>"
|
|
258414
258456
|
}
|
|
258415
258457
|
},
|
|
258416
|
-
"__@unscopables@
|
|
258458
|
+
"__@unscopables@3186": {
|
|
258417
258459
|
"defaultValue": null,
|
|
258418
258460
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258419
|
-
"name": "__@unscopables@
|
|
258461
|
+
"name": "__@unscopables@3186",
|
|
258420
258462
|
"parent": {
|
|
258421
258463
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258422
258464
|
"name": "Array"
|
|
@@ -259249,10 +259291,10 @@
|
|
|
259249
259291
|
"name": "() => ArrayIterator<any>"
|
|
259250
259292
|
}
|
|
259251
259293
|
},
|
|
259252
|
-
"__@unscopables@
|
|
259294
|
+
"__@unscopables@3186": {
|
|
259253
259295
|
"defaultValue": null,
|
|
259254
259296
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
259255
|
-
"name": "__@unscopables@
|
|
259297
|
+
"name": "__@unscopables@3186",
|
|
259256
259298
|
"parent": {
|
|
259257
259299
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
259258
259300
|
"name": "Array"
|
|
@@ -260085,10 +260127,10 @@
|
|
|
260085
260127
|
"name": "() => ArrayIterator<any>"
|
|
260086
260128
|
}
|
|
260087
260129
|
},
|
|
260088
|
-
"__@unscopables@
|
|
260130
|
+
"__@unscopables@3186": {
|
|
260089
260131
|
"defaultValue": null,
|
|
260090
260132
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
260091
|
-
"name": "__@unscopables@
|
|
260133
|
+
"name": "__@unscopables@3186",
|
|
260092
260134
|
"parent": {
|
|
260093
260135
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
260094
260136
|
"name": "Array"
|
|
@@ -260921,10 +260963,10 @@
|
|
|
260921
260963
|
"name": "() => ArrayIterator<any>"
|
|
260922
260964
|
}
|
|
260923
260965
|
},
|
|
260924
|
-
"__@unscopables@
|
|
260966
|
+
"__@unscopables@3186": {
|
|
260925
260967
|
"defaultValue": null,
|
|
260926
260968
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
260927
|
-
"name": "__@unscopables@
|
|
260969
|
+
"name": "__@unscopables@3186",
|
|
260928
260970
|
"parent": {
|
|
260929
260971
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
260930
260972
|
"name": "Array"
|
|
@@ -261757,10 +261799,10 @@
|
|
|
261757
261799
|
"name": "() => ArrayIterator<any>"
|
|
261758
261800
|
}
|
|
261759
261801
|
},
|
|
261760
|
-
"__@unscopables@
|
|
261802
|
+
"__@unscopables@3186": {
|
|
261761
261803
|
"defaultValue": null,
|
|
261762
261804
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
261763
|
-
"name": "__@unscopables@
|
|
261805
|
+
"name": "__@unscopables@3186",
|
|
261764
261806
|
"parent": {
|
|
261765
261807
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
261766
261808
|
"name": "Array"
|
|
@@ -285849,9 +285891,9 @@
|
|
|
285849
285891
|
"tags": {
|
|
285850
285892
|
"flr-generate": "all"
|
|
285851
285893
|
},
|
|
285852
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
285894
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
285853
285895
|
"description": "",
|
|
285854
|
-
"displayName": "
|
|
285896
|
+
"displayName": "TableHeader",
|
|
285855
285897
|
"methods": [],
|
|
285856
285898
|
"props": {
|
|
285857
285899
|
"className": {
|
|
@@ -285877,16 +285919,16 @@
|
|
|
285877
285919
|
},
|
|
285878
285920
|
"columns": {
|
|
285879
285921
|
"defaultValue": null,
|
|
285880
|
-
"description": "A list of columns
|
|
285922
|
+
"description": "A list of table columns.",
|
|
285881
285923
|
"name": "columns",
|
|
285882
285924
|
"parent": {
|
|
285883
285925
|
"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",
|
|
285884
|
-
"name": "
|
|
285926
|
+
"name": "TableHeaderProps"
|
|
285885
285927
|
},
|
|
285886
285928
|
"declarations": [
|
|
285887
285929
|
{
|
|
285888
285930
|
"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",
|
|
285889
|
-
"name": "
|
|
285931
|
+
"name": "TableHeaderProps"
|
|
285890
285932
|
}
|
|
285891
285933
|
],
|
|
285892
285934
|
"required": false,
|
|
@@ -285913,25 +285955,6 @@
|
|
|
285913
285955
|
"name": "ReactNode"
|
|
285914
285956
|
}
|
|
285915
285957
|
},
|
|
285916
|
-
"value": {
|
|
285917
|
-
"defaultValue": null,
|
|
285918
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
285919
|
-
"name": "value",
|
|
285920
|
-
"parent": {
|
|
285921
|
-
"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",
|
|
285922
|
-
"name": "MenuItemProps"
|
|
285923
|
-
},
|
|
285924
|
-
"declarations": [
|
|
285925
|
-
{
|
|
285926
|
-
"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",
|
|
285927
|
-
"name": "MenuItemProps"
|
|
285928
|
-
}
|
|
285929
|
-
],
|
|
285930
|
-
"required": false,
|
|
285931
|
-
"type": {
|
|
285932
|
-
"name": "object"
|
|
285933
|
-
}
|
|
285934
|
-
},
|
|
285935
285958
|
"dependencies": {
|
|
285936
285959
|
"defaultValue": null,
|
|
285937
285960
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -285951,82 +285974,6 @@
|
|
|
285951
285974
|
"name": "readonly any[]"
|
|
285952
285975
|
}
|
|
285953
285976
|
},
|
|
285954
|
-
"textValue": {
|
|
285955
|
-
"defaultValue": null,
|
|
285956
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
285957
|
-
"name": "textValue",
|
|
285958
|
-
"parent": {
|
|
285959
|
-
"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",
|
|
285960
|
-
"name": "ListBoxItemProps"
|
|
285961
|
-
},
|
|
285962
|
-
"declarations": [
|
|
285963
|
-
{
|
|
285964
|
-
"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",
|
|
285965
|
-
"name": "ListBoxItemProps"
|
|
285966
|
-
}
|
|
285967
|
-
],
|
|
285968
|
-
"required": false,
|
|
285969
|
-
"type": {
|
|
285970
|
-
"name": "string"
|
|
285971
|
-
}
|
|
285972
|
-
},
|
|
285973
|
-
"isDisabled": {
|
|
285974
|
-
"defaultValue": null,
|
|
285975
|
-
"description": "Whether the item is disabled.",
|
|
285976
|
-
"name": "isDisabled",
|
|
285977
|
-
"parent": {
|
|
285978
|
-
"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",
|
|
285979
|
-
"name": "ListBoxItemProps"
|
|
285980
|
-
},
|
|
285981
|
-
"declarations": [
|
|
285982
|
-
{
|
|
285983
|
-
"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",
|
|
285984
|
-
"name": "ListBoxItemProps"
|
|
285985
|
-
}
|
|
285986
|
-
],
|
|
285987
|
-
"required": false,
|
|
285988
|
-
"type": {
|
|
285989
|
-
"name": "boolean"
|
|
285990
|
-
}
|
|
285991
|
-
},
|
|
285992
|
-
"onAction": {
|
|
285993
|
-
"defaultValue": null,
|
|
285994
|
-
"description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
285995
|
-
"name": "onAction",
|
|
285996
|
-
"parent": {
|
|
285997
|
-
"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",
|
|
285998
|
-
"name": "ListBoxItemProps"
|
|
285999
|
-
},
|
|
286000
|
-
"declarations": [
|
|
286001
|
-
{
|
|
286002
|
-
"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",
|
|
286003
|
-
"name": "ListBoxItemProps"
|
|
286004
|
-
}
|
|
286005
|
-
],
|
|
286006
|
-
"required": false,
|
|
286007
|
-
"type": {
|
|
286008
|
-
"name": "(() => void)"
|
|
286009
|
-
}
|
|
286010
|
-
},
|
|
286011
|
-
"id": {
|
|
286012
|
-
"defaultValue": null,
|
|
286013
|
-
"description": "The unique id of the item.",
|
|
286014
|
-
"name": "id",
|
|
286015
|
-
"parent": {
|
|
286016
|
-
"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",
|
|
286017
|
-
"name": "MenuItemProps"
|
|
286018
|
-
},
|
|
286019
|
-
"declarations": [
|
|
286020
|
-
{
|
|
286021
|
-
"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",
|
|
286022
|
-
"name": "MenuItemProps"
|
|
286023
|
-
}
|
|
286024
|
-
],
|
|
286025
|
-
"required": false,
|
|
286026
|
-
"type": {
|
|
286027
|
-
"name": "Key"
|
|
286028
|
-
}
|
|
286029
|
-
},
|
|
286030
285977
|
"style": {
|
|
286031
285978
|
"defaultValue": null,
|
|
286032
285979
|
"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.",
|
|
@@ -286046,158 +285993,6 @@
|
|
|
286046
285993
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
286047
285994
|
}
|
|
286048
285995
|
},
|
|
286049
|
-
"href": {
|
|
286050
|
-
"defaultValue": null,
|
|
286051
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
286052
|
-
"name": "href",
|
|
286053
|
-
"parent": {
|
|
286054
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286055
|
-
"name": "LinkDOMProps"
|
|
286056
|
-
},
|
|
286057
|
-
"declarations": [
|
|
286058
|
-
{
|
|
286059
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286060
|
-
"name": "LinkDOMProps"
|
|
286061
|
-
}
|
|
286062
|
-
],
|
|
286063
|
-
"required": false,
|
|
286064
|
-
"type": {
|
|
286065
|
-
"name": "string"
|
|
286066
|
-
}
|
|
286067
|
-
},
|
|
286068
|
-
"hrefLang": {
|
|
286069
|
-
"defaultValue": null,
|
|
286070
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
286071
|
-
"name": "hrefLang",
|
|
286072
|
-
"parent": {
|
|
286073
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286074
|
-
"name": "LinkDOMProps"
|
|
286075
|
-
},
|
|
286076
|
-
"declarations": [
|
|
286077
|
-
{
|
|
286078
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286079
|
-
"name": "LinkDOMProps"
|
|
286080
|
-
}
|
|
286081
|
-
],
|
|
286082
|
-
"required": false,
|
|
286083
|
-
"type": {
|
|
286084
|
-
"name": "string"
|
|
286085
|
-
}
|
|
286086
|
-
},
|
|
286087
|
-
"target": {
|
|
286088
|
-
"defaultValue": null,
|
|
286089
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
286090
|
-
"name": "target",
|
|
286091
|
-
"parent": {
|
|
286092
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286093
|
-
"name": "LinkDOMProps"
|
|
286094
|
-
},
|
|
286095
|
-
"declarations": [
|
|
286096
|
-
{
|
|
286097
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286098
|
-
"name": "LinkDOMProps"
|
|
286099
|
-
}
|
|
286100
|
-
],
|
|
286101
|
-
"required": false,
|
|
286102
|
-
"type": {
|
|
286103
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
286104
|
-
}
|
|
286105
|
-
},
|
|
286106
|
-
"rel": {
|
|
286107
|
-
"defaultValue": null,
|
|
286108
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
286109
|
-
"name": "rel",
|
|
286110
|
-
"parent": {
|
|
286111
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286112
|
-
"name": "LinkDOMProps"
|
|
286113
|
-
},
|
|
286114
|
-
"declarations": [
|
|
286115
|
-
{
|
|
286116
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286117
|
-
"name": "LinkDOMProps"
|
|
286118
|
-
}
|
|
286119
|
-
],
|
|
286120
|
-
"required": false,
|
|
286121
|
-
"type": {
|
|
286122
|
-
"name": "string"
|
|
286123
|
-
}
|
|
286124
|
-
},
|
|
286125
|
-
"download": {
|
|
286126
|
-
"defaultValue": null,
|
|
286127
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
286128
|
-
"name": "download",
|
|
286129
|
-
"parent": {
|
|
286130
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286131
|
-
"name": "LinkDOMProps"
|
|
286132
|
-
},
|
|
286133
|
-
"declarations": [
|
|
286134
|
-
{
|
|
286135
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286136
|
-
"name": "LinkDOMProps"
|
|
286137
|
-
}
|
|
286138
|
-
],
|
|
286139
|
-
"required": false,
|
|
286140
|
-
"type": {
|
|
286141
|
-
"name": "string | boolean"
|
|
286142
|
-
}
|
|
286143
|
-
},
|
|
286144
|
-
"ping": {
|
|
286145
|
-
"defaultValue": null,
|
|
286146
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
286147
|
-
"name": "ping",
|
|
286148
|
-
"parent": {
|
|
286149
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286150
|
-
"name": "LinkDOMProps"
|
|
286151
|
-
},
|
|
286152
|
-
"declarations": [
|
|
286153
|
-
{
|
|
286154
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286155
|
-
"name": "LinkDOMProps"
|
|
286156
|
-
}
|
|
286157
|
-
],
|
|
286158
|
-
"required": false,
|
|
286159
|
-
"type": {
|
|
286160
|
-
"name": "string"
|
|
286161
|
-
}
|
|
286162
|
-
},
|
|
286163
|
-
"referrerPolicy": {
|
|
286164
|
-
"defaultValue": null,
|
|
286165
|
-
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
286166
|
-
"name": "referrerPolicy",
|
|
286167
|
-
"parent": {
|
|
286168
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286169
|
-
"name": "LinkDOMProps"
|
|
286170
|
-
},
|
|
286171
|
-
"declarations": [
|
|
286172
|
-
{
|
|
286173
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286174
|
-
"name": "LinkDOMProps"
|
|
286175
|
-
}
|
|
286176
|
-
],
|
|
286177
|
-
"required": false,
|
|
286178
|
-
"type": {
|
|
286179
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
286180
|
-
}
|
|
286181
|
-
},
|
|
286182
|
-
"routerOptions": {
|
|
286183
|
-
"defaultValue": null,
|
|
286184
|
-
"description": "Options for the configured client side router.",
|
|
286185
|
-
"name": "routerOptions",
|
|
286186
|
-
"parent": {
|
|
286187
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286188
|
-
"name": "LinkDOMProps"
|
|
286189
|
-
},
|
|
286190
|
-
"declarations": [
|
|
286191
|
-
{
|
|
286192
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286193
|
-
"name": "LinkDOMProps"
|
|
286194
|
-
}
|
|
286195
|
-
],
|
|
286196
|
-
"required": false,
|
|
286197
|
-
"type": {
|
|
286198
|
-
"name": "undefined"
|
|
286199
|
-
}
|
|
286200
|
-
},
|
|
286201
285996
|
"onHoverStart": {
|
|
286202
285997
|
"defaultValue": null,
|
|
286203
285998
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -286255,120 +286050,6 @@
|
|
|
286255
286050
|
"name": "((isHovering: boolean) => void)"
|
|
286256
286051
|
}
|
|
286257
286052
|
},
|
|
286258
|
-
"onPress": {
|
|
286259
|
-
"defaultValue": null,
|
|
286260
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
286261
|
-
"name": "onPress",
|
|
286262
|
-
"parent": {
|
|
286263
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286264
|
-
"name": "PressEvents"
|
|
286265
|
-
},
|
|
286266
|
-
"declarations": [
|
|
286267
|
-
{
|
|
286268
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286269
|
-
"name": "PressEvents"
|
|
286270
|
-
}
|
|
286271
|
-
],
|
|
286272
|
-
"required": false,
|
|
286273
|
-
"type": {
|
|
286274
|
-
"name": "((e: PressEvent) => void)"
|
|
286275
|
-
}
|
|
286276
|
-
},
|
|
286277
|
-
"onPressStart": {
|
|
286278
|
-
"defaultValue": null,
|
|
286279
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
286280
|
-
"name": "onPressStart",
|
|
286281
|
-
"parent": {
|
|
286282
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286283
|
-
"name": "PressEvents"
|
|
286284
|
-
},
|
|
286285
|
-
"declarations": [
|
|
286286
|
-
{
|
|
286287
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286288
|
-
"name": "PressEvents"
|
|
286289
|
-
}
|
|
286290
|
-
],
|
|
286291
|
-
"required": false,
|
|
286292
|
-
"type": {
|
|
286293
|
-
"name": "((e: PressEvent) => void)"
|
|
286294
|
-
}
|
|
286295
|
-
},
|
|
286296
|
-
"onPressEnd": {
|
|
286297
|
-
"defaultValue": null,
|
|
286298
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
286299
|
-
"name": "onPressEnd",
|
|
286300
|
-
"parent": {
|
|
286301
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286302
|
-
"name": "PressEvents"
|
|
286303
|
-
},
|
|
286304
|
-
"declarations": [
|
|
286305
|
-
{
|
|
286306
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286307
|
-
"name": "PressEvents"
|
|
286308
|
-
}
|
|
286309
|
-
],
|
|
286310
|
-
"required": false,
|
|
286311
|
-
"type": {
|
|
286312
|
-
"name": "((e: PressEvent) => void)"
|
|
286313
|
-
}
|
|
286314
|
-
},
|
|
286315
|
-
"onPressChange": {
|
|
286316
|
-
"defaultValue": null,
|
|
286317
|
-
"description": "Handler that is called when the press state changes.",
|
|
286318
|
-
"name": "onPressChange",
|
|
286319
|
-
"parent": {
|
|
286320
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286321
|
-
"name": "PressEvents"
|
|
286322
|
-
},
|
|
286323
|
-
"declarations": [
|
|
286324
|
-
{
|
|
286325
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286326
|
-
"name": "PressEvents"
|
|
286327
|
-
}
|
|
286328
|
-
],
|
|
286329
|
-
"required": false,
|
|
286330
|
-
"type": {
|
|
286331
|
-
"name": "((isPressed: boolean) => void)"
|
|
286332
|
-
}
|
|
286333
|
-
},
|
|
286334
|
-
"onPressUp": {
|
|
286335
|
-
"defaultValue": null,
|
|
286336
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
286337
|
-
"name": "onPressUp",
|
|
286338
|
-
"parent": {
|
|
286339
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286340
|
-
"name": "PressEvents"
|
|
286341
|
-
},
|
|
286342
|
-
"declarations": [
|
|
286343
|
-
{
|
|
286344
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286345
|
-
"name": "PressEvents"
|
|
286346
|
-
}
|
|
286347
|
-
],
|
|
286348
|
-
"required": false,
|
|
286349
|
-
"type": {
|
|
286350
|
-
"name": "((e: PressEvent) => void)"
|
|
286351
|
-
}
|
|
286352
|
-
},
|
|
286353
|
-
"onClick": {
|
|
286354
|
-
"defaultValue": null,
|
|
286355
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
286356
|
-
"name": "onClick",
|
|
286357
|
-
"parent": {
|
|
286358
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286359
|
-
"name": "PressEvents"
|
|
286360
|
-
},
|
|
286361
|
-
"declarations": [
|
|
286362
|
-
{
|
|
286363
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286364
|
-
"name": "PressEvents"
|
|
286365
|
-
}
|
|
286366
|
-
],
|
|
286367
|
-
"required": false,
|
|
286368
|
-
"type": {
|
|
286369
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
286370
|
-
}
|
|
286371
|
-
},
|
|
286372
286053
|
"dir": {
|
|
286373
286054
|
"defaultValue": null,
|
|
286374
286055
|
"description": "",
|
|
@@ -286464,6 +286145,25 @@
|
|
|
286464
286145
|
"name": "\"yes\" | \"no\""
|
|
286465
286146
|
}
|
|
286466
286147
|
},
|
|
286148
|
+
"onClick": {
|
|
286149
|
+
"defaultValue": null,
|
|
286150
|
+
"description": "",
|
|
286151
|
+
"name": "onClick",
|
|
286152
|
+
"parent": {
|
|
286153
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286154
|
+
"name": "GlobalDOMEvents"
|
|
286155
|
+
},
|
|
286156
|
+
"declarations": [
|
|
286157
|
+
{
|
|
286158
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286159
|
+
"name": "GlobalDOMEvents"
|
|
286160
|
+
}
|
|
286161
|
+
],
|
|
286162
|
+
"required": false,
|
|
286163
|
+
"type": {
|
|
286164
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286165
|
+
}
|
|
286166
|
+
},
|
|
286467
286167
|
"onClickCapture": {
|
|
286468
286168
|
"defaultValue": null,
|
|
286469
286169
|
"description": "",
|
|
@@ -287660,21 +287360,6 @@
|
|
|
287660
287360
|
"type": {
|
|
287661
287361
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287662
287362
|
}
|
|
287663
|
-
},
|
|
287664
|
-
"footer": {
|
|
287665
|
-
"defaultValue": null,
|
|
287666
|
-
"description": "@internal",
|
|
287667
|
-
"name": "footer",
|
|
287668
|
-
"declarations": [
|
|
287669
|
-
{
|
|
287670
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
287671
|
-
"name": "TypeLiteral"
|
|
287672
|
-
}
|
|
287673
|
-
],
|
|
287674
|
-
"required": false,
|
|
287675
|
-
"type": {
|
|
287676
|
-
"name": "boolean"
|
|
287677
|
-
}
|
|
287678
287363
|
}
|
|
287679
287364
|
}
|
|
287680
287365
|
},
|
|
@@ -287682,9 +287367,9 @@
|
|
|
287682
287367
|
"tags": {
|
|
287683
287368
|
"flr-generate": "all"
|
|
287684
287369
|
},
|
|
287685
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
287370
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
287686
287371
|
"description": "",
|
|
287687
|
-
"displayName": "
|
|
287372
|
+
"displayName": "TableRow",
|
|
287688
287373
|
"methods": [],
|
|
287689
287374
|
"props": {
|
|
287690
287375
|
"className": {
|
|
@@ -287710,16 +287395,16 @@
|
|
|
287710
287395
|
},
|
|
287711
287396
|
"columns": {
|
|
287712
287397
|
"defaultValue": null,
|
|
287713
|
-
"description": "A list of columns
|
|
287398
|
+
"description": "A list of table columns.",
|
|
287714
287399
|
"name": "columns",
|
|
287715
287400
|
"parent": {
|
|
287716
287401
|
"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",
|
|
287717
|
-
"name": "
|
|
287402
|
+
"name": "TableHeaderProps"
|
|
287718
287403
|
},
|
|
287719
287404
|
"declarations": [
|
|
287720
287405
|
{
|
|
287721
287406
|
"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",
|
|
287722
|
-
"name": "
|
|
287407
|
+
"name": "TableHeaderProps"
|
|
287723
287408
|
}
|
|
287724
287409
|
],
|
|
287725
287410
|
"required": false,
|
|
@@ -287746,6 +287431,25 @@
|
|
|
287746
287431
|
"name": "ReactNode"
|
|
287747
287432
|
}
|
|
287748
287433
|
},
|
|
287434
|
+
"value": {
|
|
287435
|
+
"defaultValue": null,
|
|
287436
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
287437
|
+
"name": "value",
|
|
287438
|
+
"parent": {
|
|
287439
|
+
"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",
|
|
287440
|
+
"name": "MenuItemProps"
|
|
287441
|
+
},
|
|
287442
|
+
"declarations": [
|
|
287443
|
+
{
|
|
287444
|
+
"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",
|
|
287445
|
+
"name": "MenuItemProps"
|
|
287446
|
+
}
|
|
287447
|
+
],
|
|
287448
|
+
"required": false,
|
|
287449
|
+
"type": {
|
|
287450
|
+
"name": "object"
|
|
287451
|
+
}
|
|
287452
|
+
},
|
|
287749
287453
|
"dependencies": {
|
|
287750
287454
|
"defaultValue": null,
|
|
287751
287455
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -287765,6 +287469,82 @@
|
|
|
287765
287469
|
"name": "readonly any[]"
|
|
287766
287470
|
}
|
|
287767
287471
|
},
|
|
287472
|
+
"textValue": {
|
|
287473
|
+
"defaultValue": null,
|
|
287474
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
287475
|
+
"name": "textValue",
|
|
287476
|
+
"parent": {
|
|
287477
|
+
"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",
|
|
287478
|
+
"name": "ListBoxItemProps"
|
|
287479
|
+
},
|
|
287480
|
+
"declarations": [
|
|
287481
|
+
{
|
|
287482
|
+
"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",
|
|
287483
|
+
"name": "ListBoxItemProps"
|
|
287484
|
+
}
|
|
287485
|
+
],
|
|
287486
|
+
"required": false,
|
|
287487
|
+
"type": {
|
|
287488
|
+
"name": "string"
|
|
287489
|
+
}
|
|
287490
|
+
},
|
|
287491
|
+
"isDisabled": {
|
|
287492
|
+
"defaultValue": null,
|
|
287493
|
+
"description": "Whether the item is disabled.",
|
|
287494
|
+
"name": "isDisabled",
|
|
287495
|
+
"parent": {
|
|
287496
|
+
"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",
|
|
287497
|
+
"name": "ListBoxItemProps"
|
|
287498
|
+
},
|
|
287499
|
+
"declarations": [
|
|
287500
|
+
{
|
|
287501
|
+
"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",
|
|
287502
|
+
"name": "ListBoxItemProps"
|
|
287503
|
+
}
|
|
287504
|
+
],
|
|
287505
|
+
"required": false,
|
|
287506
|
+
"type": {
|
|
287507
|
+
"name": "boolean"
|
|
287508
|
+
}
|
|
287509
|
+
},
|
|
287510
|
+
"onAction": {
|
|
287511
|
+
"defaultValue": null,
|
|
287512
|
+
"description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
287513
|
+
"name": "onAction",
|
|
287514
|
+
"parent": {
|
|
287515
|
+
"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",
|
|
287516
|
+
"name": "ListBoxItemProps"
|
|
287517
|
+
},
|
|
287518
|
+
"declarations": [
|
|
287519
|
+
{
|
|
287520
|
+
"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",
|
|
287521
|
+
"name": "ListBoxItemProps"
|
|
287522
|
+
}
|
|
287523
|
+
],
|
|
287524
|
+
"required": false,
|
|
287525
|
+
"type": {
|
|
287526
|
+
"name": "(() => void)"
|
|
287527
|
+
}
|
|
287528
|
+
},
|
|
287529
|
+
"id": {
|
|
287530
|
+
"defaultValue": null,
|
|
287531
|
+
"description": "The unique id of the item.",
|
|
287532
|
+
"name": "id",
|
|
287533
|
+
"parent": {
|
|
287534
|
+
"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",
|
|
287535
|
+
"name": "MenuItemProps"
|
|
287536
|
+
},
|
|
287537
|
+
"declarations": [
|
|
287538
|
+
{
|
|
287539
|
+
"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",
|
|
287540
|
+
"name": "MenuItemProps"
|
|
287541
|
+
}
|
|
287542
|
+
],
|
|
287543
|
+
"required": false,
|
|
287544
|
+
"type": {
|
|
287545
|
+
"name": "Key"
|
|
287546
|
+
}
|
|
287547
|
+
},
|
|
287768
287548
|
"style": {
|
|
287769
287549
|
"defaultValue": null,
|
|
287770
287550
|
"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.",
|
|
@@ -287784,6 +287564,158 @@
|
|
|
287784
287564
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
287785
287565
|
}
|
|
287786
287566
|
},
|
|
287567
|
+
"href": {
|
|
287568
|
+
"defaultValue": null,
|
|
287569
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
287570
|
+
"name": "href",
|
|
287571
|
+
"parent": {
|
|
287572
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287573
|
+
"name": "LinkDOMProps"
|
|
287574
|
+
},
|
|
287575
|
+
"declarations": [
|
|
287576
|
+
{
|
|
287577
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287578
|
+
"name": "LinkDOMProps"
|
|
287579
|
+
}
|
|
287580
|
+
],
|
|
287581
|
+
"required": false,
|
|
287582
|
+
"type": {
|
|
287583
|
+
"name": "string"
|
|
287584
|
+
}
|
|
287585
|
+
},
|
|
287586
|
+
"hrefLang": {
|
|
287587
|
+
"defaultValue": null,
|
|
287588
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
287589
|
+
"name": "hrefLang",
|
|
287590
|
+
"parent": {
|
|
287591
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287592
|
+
"name": "LinkDOMProps"
|
|
287593
|
+
},
|
|
287594
|
+
"declarations": [
|
|
287595
|
+
{
|
|
287596
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287597
|
+
"name": "LinkDOMProps"
|
|
287598
|
+
}
|
|
287599
|
+
],
|
|
287600
|
+
"required": false,
|
|
287601
|
+
"type": {
|
|
287602
|
+
"name": "string"
|
|
287603
|
+
}
|
|
287604
|
+
},
|
|
287605
|
+
"target": {
|
|
287606
|
+
"defaultValue": null,
|
|
287607
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
287608
|
+
"name": "target",
|
|
287609
|
+
"parent": {
|
|
287610
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287611
|
+
"name": "LinkDOMProps"
|
|
287612
|
+
},
|
|
287613
|
+
"declarations": [
|
|
287614
|
+
{
|
|
287615
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287616
|
+
"name": "LinkDOMProps"
|
|
287617
|
+
}
|
|
287618
|
+
],
|
|
287619
|
+
"required": false,
|
|
287620
|
+
"type": {
|
|
287621
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
287622
|
+
}
|
|
287623
|
+
},
|
|
287624
|
+
"rel": {
|
|
287625
|
+
"defaultValue": null,
|
|
287626
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
287627
|
+
"name": "rel",
|
|
287628
|
+
"parent": {
|
|
287629
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287630
|
+
"name": "LinkDOMProps"
|
|
287631
|
+
},
|
|
287632
|
+
"declarations": [
|
|
287633
|
+
{
|
|
287634
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287635
|
+
"name": "LinkDOMProps"
|
|
287636
|
+
}
|
|
287637
|
+
],
|
|
287638
|
+
"required": false,
|
|
287639
|
+
"type": {
|
|
287640
|
+
"name": "string"
|
|
287641
|
+
}
|
|
287642
|
+
},
|
|
287643
|
+
"download": {
|
|
287644
|
+
"defaultValue": null,
|
|
287645
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
287646
|
+
"name": "download",
|
|
287647
|
+
"parent": {
|
|
287648
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287649
|
+
"name": "LinkDOMProps"
|
|
287650
|
+
},
|
|
287651
|
+
"declarations": [
|
|
287652
|
+
{
|
|
287653
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287654
|
+
"name": "LinkDOMProps"
|
|
287655
|
+
}
|
|
287656
|
+
],
|
|
287657
|
+
"required": false,
|
|
287658
|
+
"type": {
|
|
287659
|
+
"name": "string | boolean"
|
|
287660
|
+
}
|
|
287661
|
+
},
|
|
287662
|
+
"ping": {
|
|
287663
|
+
"defaultValue": null,
|
|
287664
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
287665
|
+
"name": "ping",
|
|
287666
|
+
"parent": {
|
|
287667
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287668
|
+
"name": "LinkDOMProps"
|
|
287669
|
+
},
|
|
287670
|
+
"declarations": [
|
|
287671
|
+
{
|
|
287672
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287673
|
+
"name": "LinkDOMProps"
|
|
287674
|
+
}
|
|
287675
|
+
],
|
|
287676
|
+
"required": false,
|
|
287677
|
+
"type": {
|
|
287678
|
+
"name": "string"
|
|
287679
|
+
}
|
|
287680
|
+
},
|
|
287681
|
+
"referrerPolicy": {
|
|
287682
|
+
"defaultValue": null,
|
|
287683
|
+
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
287684
|
+
"name": "referrerPolicy",
|
|
287685
|
+
"parent": {
|
|
287686
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287687
|
+
"name": "LinkDOMProps"
|
|
287688
|
+
},
|
|
287689
|
+
"declarations": [
|
|
287690
|
+
{
|
|
287691
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287692
|
+
"name": "LinkDOMProps"
|
|
287693
|
+
}
|
|
287694
|
+
],
|
|
287695
|
+
"required": false,
|
|
287696
|
+
"type": {
|
|
287697
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
287698
|
+
}
|
|
287699
|
+
},
|
|
287700
|
+
"routerOptions": {
|
|
287701
|
+
"defaultValue": null,
|
|
287702
|
+
"description": "Options for the configured client side router.",
|
|
287703
|
+
"name": "routerOptions",
|
|
287704
|
+
"parent": {
|
|
287705
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287706
|
+
"name": "LinkDOMProps"
|
|
287707
|
+
},
|
|
287708
|
+
"declarations": [
|
|
287709
|
+
{
|
|
287710
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287711
|
+
"name": "LinkDOMProps"
|
|
287712
|
+
}
|
|
287713
|
+
],
|
|
287714
|
+
"required": false,
|
|
287715
|
+
"type": {
|
|
287716
|
+
"name": "undefined"
|
|
287717
|
+
}
|
|
287718
|
+
},
|
|
287787
287719
|
"onHoverStart": {
|
|
287788
287720
|
"defaultValue": null,
|
|
287789
287721
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -287841,6 +287773,120 @@
|
|
|
287841
287773
|
"name": "((isHovering: boolean) => void)"
|
|
287842
287774
|
}
|
|
287843
287775
|
},
|
|
287776
|
+
"onPress": {
|
|
287777
|
+
"defaultValue": null,
|
|
287778
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
287779
|
+
"name": "onPress",
|
|
287780
|
+
"parent": {
|
|
287781
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287782
|
+
"name": "PressEvents"
|
|
287783
|
+
},
|
|
287784
|
+
"declarations": [
|
|
287785
|
+
{
|
|
287786
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287787
|
+
"name": "PressEvents"
|
|
287788
|
+
}
|
|
287789
|
+
],
|
|
287790
|
+
"required": false,
|
|
287791
|
+
"type": {
|
|
287792
|
+
"name": "((e: PressEvent) => void)"
|
|
287793
|
+
}
|
|
287794
|
+
},
|
|
287795
|
+
"onPressStart": {
|
|
287796
|
+
"defaultValue": null,
|
|
287797
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
287798
|
+
"name": "onPressStart",
|
|
287799
|
+
"parent": {
|
|
287800
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287801
|
+
"name": "PressEvents"
|
|
287802
|
+
},
|
|
287803
|
+
"declarations": [
|
|
287804
|
+
{
|
|
287805
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287806
|
+
"name": "PressEvents"
|
|
287807
|
+
}
|
|
287808
|
+
],
|
|
287809
|
+
"required": false,
|
|
287810
|
+
"type": {
|
|
287811
|
+
"name": "((e: PressEvent) => void)"
|
|
287812
|
+
}
|
|
287813
|
+
},
|
|
287814
|
+
"onPressEnd": {
|
|
287815
|
+
"defaultValue": null,
|
|
287816
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
287817
|
+
"name": "onPressEnd",
|
|
287818
|
+
"parent": {
|
|
287819
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287820
|
+
"name": "PressEvents"
|
|
287821
|
+
},
|
|
287822
|
+
"declarations": [
|
|
287823
|
+
{
|
|
287824
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287825
|
+
"name": "PressEvents"
|
|
287826
|
+
}
|
|
287827
|
+
],
|
|
287828
|
+
"required": false,
|
|
287829
|
+
"type": {
|
|
287830
|
+
"name": "((e: PressEvent) => void)"
|
|
287831
|
+
}
|
|
287832
|
+
},
|
|
287833
|
+
"onPressChange": {
|
|
287834
|
+
"defaultValue": null,
|
|
287835
|
+
"description": "Handler that is called when the press state changes.",
|
|
287836
|
+
"name": "onPressChange",
|
|
287837
|
+
"parent": {
|
|
287838
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287839
|
+
"name": "PressEvents"
|
|
287840
|
+
},
|
|
287841
|
+
"declarations": [
|
|
287842
|
+
{
|
|
287843
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287844
|
+
"name": "PressEvents"
|
|
287845
|
+
}
|
|
287846
|
+
],
|
|
287847
|
+
"required": false,
|
|
287848
|
+
"type": {
|
|
287849
|
+
"name": "((isPressed: boolean) => void)"
|
|
287850
|
+
}
|
|
287851
|
+
},
|
|
287852
|
+
"onPressUp": {
|
|
287853
|
+
"defaultValue": null,
|
|
287854
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
287855
|
+
"name": "onPressUp",
|
|
287856
|
+
"parent": {
|
|
287857
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287858
|
+
"name": "PressEvents"
|
|
287859
|
+
},
|
|
287860
|
+
"declarations": [
|
|
287861
|
+
{
|
|
287862
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287863
|
+
"name": "PressEvents"
|
|
287864
|
+
}
|
|
287865
|
+
],
|
|
287866
|
+
"required": false,
|
|
287867
|
+
"type": {
|
|
287868
|
+
"name": "((e: PressEvent) => void)"
|
|
287869
|
+
}
|
|
287870
|
+
},
|
|
287871
|
+
"onClick": {
|
|
287872
|
+
"defaultValue": null,
|
|
287873
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
287874
|
+
"name": "onClick",
|
|
287875
|
+
"parent": {
|
|
287876
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287877
|
+
"name": "PressEvents"
|
|
287878
|
+
},
|
|
287879
|
+
"declarations": [
|
|
287880
|
+
{
|
|
287881
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287882
|
+
"name": "PressEvents"
|
|
287883
|
+
}
|
|
287884
|
+
],
|
|
287885
|
+
"required": false,
|
|
287886
|
+
"type": {
|
|
287887
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
287888
|
+
}
|
|
287889
|
+
},
|
|
287844
287890
|
"dir": {
|
|
287845
287891
|
"defaultValue": null,
|
|
287846
287892
|
"description": "",
|
|
@@ -287936,25 +287982,6 @@
|
|
|
287936
287982
|
"name": "\"yes\" | \"no\""
|
|
287937
287983
|
}
|
|
287938
287984
|
},
|
|
287939
|
-
"onClick": {
|
|
287940
|
-
"defaultValue": null,
|
|
287941
|
-
"description": "",
|
|
287942
|
-
"name": "onClick",
|
|
287943
|
-
"parent": {
|
|
287944
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287945
|
-
"name": "GlobalDOMEvents"
|
|
287946
|
-
},
|
|
287947
|
-
"declarations": [
|
|
287948
|
-
{
|
|
287949
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287950
|
-
"name": "GlobalDOMEvents"
|
|
287951
|
-
}
|
|
287952
|
-
],
|
|
287953
|
-
"required": false,
|
|
287954
|
-
"type": {
|
|
287955
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
287956
|
-
}
|
|
287957
|
-
},
|
|
287958
287985
|
"onClickCapture": {
|
|
287959
287986
|
"defaultValue": null,
|
|
287960
287987
|
"description": "",
|
|
@@ -289151,6 +289178,21 @@
|
|
|
289151
289178
|
"type": {
|
|
289152
289179
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
289153
289180
|
}
|
|
289181
|
+
},
|
|
289182
|
+
"footer": {
|
|
289183
|
+
"defaultValue": null,
|
|
289184
|
+
"description": "@internal",
|
|
289185
|
+
"name": "footer",
|
|
289186
|
+
"declarations": [
|
|
289187
|
+
{
|
|
289188
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
289189
|
+
"name": "TypeLiteral"
|
|
289190
|
+
}
|
|
289191
|
+
],
|
|
289192
|
+
"required": false,
|
|
289193
|
+
"type": {
|
|
289194
|
+
"name": "boolean"
|
|
289195
|
+
}
|
|
289154
289196
|
}
|
|
289155
289197
|
}
|
|
289156
289198
|
},
|
|
@@ -289186,16 +289228,16 @@
|
|
|
289186
289228
|
},
|
|
289187
289229
|
"columns": {
|
|
289188
289230
|
"defaultValue": null,
|
|
289189
|
-
"description": "A list of columns
|
|
289231
|
+
"description": "A list of table columns.",
|
|
289190
289232
|
"name": "columns",
|
|
289191
289233
|
"parent": {
|
|
289192
289234
|
"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",
|
|
289193
|
-
"name": "
|
|
289235
|
+
"name": "TableHeaderProps"
|
|
289194
289236
|
},
|
|
289195
289237
|
"declarations": [
|
|
289196
289238
|
{
|
|
289197
289239
|
"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",
|
|
289198
|
-
"name": "
|
|
289240
|
+
"name": "TableHeaderProps"
|
|
289199
289241
|
}
|
|
289200
289242
|
],
|
|
289201
289243
|
"required": false,
|
|
@@ -308530,6 +308572,27 @@
|
|
|
308530
308572
|
"name": "WhiteSpace"
|
|
308531
308573
|
}
|
|
308532
308574
|
},
|
|
308575
|
+
"size": {
|
|
308576
|
+
"defaultValue": {
|
|
308577
|
+
"value": "\"m\""
|
|
308578
|
+
},
|
|
308579
|
+
"description": "The size of the element.",
|
|
308580
|
+
"name": "size",
|
|
308581
|
+
"parent": {
|
|
308582
|
+
"fileName": "components/src/components/Link/Link.tsx",
|
|
308583
|
+
"name": "LinkProps"
|
|
308584
|
+
},
|
|
308585
|
+
"declarations": [
|
|
308586
|
+
{
|
|
308587
|
+
"fileName": "components/src/components/Link/Link.tsx",
|
|
308588
|
+
"name": "LinkProps"
|
|
308589
|
+
}
|
|
308590
|
+
],
|
|
308591
|
+
"required": false,
|
|
308592
|
+
"type": {
|
|
308593
|
+
"name": "\"s\" | \"m\""
|
|
308594
|
+
}
|
|
308595
|
+
},
|
|
308533
308596
|
"unstyled": {
|
|
308534
308597
|
"defaultValue": null,
|
|
308535
308598
|
"description": "@internal",
|
|
@@ -310713,6 +310776,34 @@
|
|
|
310713
310776
|
}
|
|
310714
310777
|
}
|
|
310715
310778
|
},
|
|
310779
|
+
{
|
|
310780
|
+
"tags": {},
|
|
310781
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310782
|
+
"description": "",
|
|
310783
|
+
"displayName": "DeleteButton",
|
|
310784
|
+
"methods": [],
|
|
310785
|
+
"props": {
|
|
310786
|
+
"onDelete": {
|
|
310787
|
+
"defaultValue": null,
|
|
310788
|
+
"description": "",
|
|
310789
|
+
"name": "onDelete",
|
|
310790
|
+
"parent": {
|
|
310791
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310792
|
+
"name": "Props"
|
|
310793
|
+
},
|
|
310794
|
+
"declarations": [
|
|
310795
|
+
{
|
|
310796
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310797
|
+
"name": "Props"
|
|
310798
|
+
}
|
|
310799
|
+
],
|
|
310800
|
+
"required": true,
|
|
310801
|
+
"type": {
|
|
310802
|
+
"name": "() => void"
|
|
310803
|
+
}
|
|
310804
|
+
}
|
|
310805
|
+
}
|
|
310806
|
+
},
|
|
310716
310807
|
{
|
|
310717
310808
|
"tags": {},
|
|
310718
310809
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -310779,34 +310870,6 @@
|
|
|
310779
310870
|
}
|
|
310780
310871
|
}
|
|
310781
310872
|
},
|
|
310782
|
-
{
|
|
310783
|
-
"tags": {},
|
|
310784
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310785
|
-
"description": "",
|
|
310786
|
-
"displayName": "DeleteButton",
|
|
310787
|
-
"methods": [],
|
|
310788
|
-
"props": {
|
|
310789
|
-
"onDelete": {
|
|
310790
|
-
"defaultValue": null,
|
|
310791
|
-
"description": "",
|
|
310792
|
-
"name": "onDelete",
|
|
310793
|
-
"parent": {
|
|
310794
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310795
|
-
"name": "Props"
|
|
310796
|
-
},
|
|
310797
|
-
"declarations": [
|
|
310798
|
-
{
|
|
310799
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310800
|
-
"name": "Props"
|
|
310801
|
-
}
|
|
310802
|
-
],
|
|
310803
|
-
"required": true,
|
|
310804
|
-
"type": {
|
|
310805
|
-
"name": "() => void"
|
|
310806
|
-
}
|
|
310807
|
-
}
|
|
310808
|
-
}
|
|
310809
|
-
},
|
|
310810
310873
|
{
|
|
310811
310874
|
"tags": {},
|
|
310812
310875
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -311164,174 +311227,19 @@
|
|
|
311164
311227
|
"name": "Key | null"
|
|
311165
311228
|
}
|
|
311166
311229
|
},
|
|
311167
|
-
"children": {
|
|
311168
|
-
"defaultValue": null,
|
|
311169
|
-
"description": "",
|
|
311170
|
-
"name": "children",
|
|
311171
|
-
"declarations": [
|
|
311172
|
-
{
|
|
311173
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311174
|
-
"name": "TypeLiteral"
|
|
311175
|
-
}
|
|
311176
|
-
],
|
|
311177
|
-
"required": false,
|
|
311178
|
-
"type": {
|
|
311179
|
-
"name": "ReactNode"
|
|
311180
|
-
}
|
|
311181
|
-
}
|
|
311182
|
-
}
|
|
311183
|
-
},
|
|
311184
|
-
{
|
|
311185
|
-
"tags": {
|
|
311186
|
-
"flr-generate": "all"
|
|
311187
|
-
},
|
|
311188
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311189
|
-
"description": "",
|
|
311190
|
-
"displayName": "ContextMenuSection",
|
|
311191
|
-
"methods": [],
|
|
311192
|
-
"props": {
|
|
311193
|
-
"children": {
|
|
311194
|
-
"defaultValue": null,
|
|
311195
|
-
"description": "",
|
|
311196
|
-
"name": "children",
|
|
311197
|
-
"declarations": [
|
|
311198
|
-
{
|
|
311199
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311200
|
-
"name": "TypeLiteral"
|
|
311201
|
-
}
|
|
311202
|
-
],
|
|
311203
|
-
"required": false,
|
|
311204
|
-
"type": {
|
|
311205
|
-
"name": "ReactNode"
|
|
311206
|
-
}
|
|
311207
|
-
},
|
|
311208
|
-
"wrapWith": {
|
|
311209
|
-
"defaultValue": null,
|
|
311210
|
-
"description": "",
|
|
311211
|
-
"name": "wrapWith",
|
|
311212
|
-
"parent": {
|
|
311213
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311214
|
-
"name": "FlowComponentProps"
|
|
311215
|
-
},
|
|
311216
|
-
"declarations": [
|
|
311217
|
-
{
|
|
311218
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311219
|
-
"name": "FlowComponentProps"
|
|
311220
|
-
}
|
|
311221
|
-
],
|
|
311222
|
-
"required": false,
|
|
311223
|
-
"type": {
|
|
311224
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311225
|
-
}
|
|
311226
|
-
},
|
|
311227
|
-
"tunnelId": {
|
|
311228
|
-
"defaultValue": null,
|
|
311229
|
-
"description": "@internal",
|
|
311230
|
-
"name": "tunnelId",
|
|
311231
|
-
"parent": {
|
|
311232
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311233
|
-
"name": "PropsWithTunnel"
|
|
311234
|
-
},
|
|
311235
|
-
"declarations": [
|
|
311236
|
-
{
|
|
311237
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311238
|
-
"name": "PropsWithTunnel"
|
|
311239
|
-
}
|
|
311240
|
-
],
|
|
311241
|
-
"required": false,
|
|
311242
|
-
"type": {
|
|
311243
|
-
"name": "string | null"
|
|
311244
|
-
}
|
|
311245
|
-
},
|
|
311246
|
-
"ref": {
|
|
311247
|
-
"defaultValue": null,
|
|
311248
|
-
"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}",
|
|
311249
|
-
"name": "ref",
|
|
311250
|
-
"parent": {
|
|
311251
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311252
|
-
"name": "RefAttributes"
|
|
311253
|
-
},
|
|
311254
|
-
"declarations": [
|
|
311255
|
-
{
|
|
311256
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311257
|
-
"name": "RefAttributes"
|
|
311258
|
-
}
|
|
311259
|
-
],
|
|
311260
|
-
"required": false,
|
|
311261
|
-
"type": {
|
|
311262
|
-
"name": "Ref<HTMLSpanElement>"
|
|
311263
|
-
}
|
|
311264
|
-
},
|
|
311265
|
-
"key": {
|
|
311266
|
-
"defaultValue": null,
|
|
311267
|
-
"description": "",
|
|
311268
|
-
"name": "key",
|
|
311269
|
-
"parent": {
|
|
311270
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311271
|
-
"name": "Attributes"
|
|
311272
|
-
},
|
|
311273
|
-
"declarations": [
|
|
311274
|
-
{
|
|
311275
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311276
|
-
"name": "Attributes"
|
|
311277
|
-
}
|
|
311278
|
-
],
|
|
311279
|
-
"required": false,
|
|
311280
|
-
"type": {
|
|
311281
|
-
"name": "Key | null"
|
|
311282
|
-
}
|
|
311283
|
-
},
|
|
311284
|
-
"selectedKeys": {
|
|
311285
|
-
"defaultValue": null,
|
|
311286
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
311287
|
-
"name": "selectedKeys",
|
|
311288
|
-
"parent": {
|
|
311289
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311290
|
-
"name": "MultipleSelection"
|
|
311291
|
-
},
|
|
311292
|
-
"declarations": [
|
|
311293
|
-
{
|
|
311294
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311295
|
-
"name": "MultipleSelection"
|
|
311296
|
-
}
|
|
311297
|
-
],
|
|
311298
|
-
"required": false,
|
|
311299
|
-
"type": {
|
|
311300
|
-
"name": "\"all\" | Iterable<Key>"
|
|
311301
|
-
}
|
|
311302
|
-
},
|
|
311303
|
-
"defaultSelectedKeys": {
|
|
311304
|
-
"defaultValue": null,
|
|
311305
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
311306
|
-
"name": "defaultSelectedKeys",
|
|
311307
|
-
"parent": {
|
|
311308
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311309
|
-
"name": "MultipleSelection"
|
|
311310
|
-
},
|
|
311311
|
-
"declarations": [
|
|
311312
|
-
{
|
|
311313
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311314
|
-
"name": "MultipleSelection"
|
|
311315
|
-
}
|
|
311316
|
-
],
|
|
311317
|
-
"required": false,
|
|
311318
|
-
"type": {
|
|
311319
|
-
"name": "\"all\" | Iterable<Key>"
|
|
311320
|
-
}
|
|
311321
|
-
},
|
|
311322
|
-
"selectionMode": {
|
|
311230
|
+
"children": {
|
|
311323
311231
|
"defaultValue": null,
|
|
311324
311232
|
"description": "",
|
|
311325
|
-
"name": "
|
|
311233
|
+
"name": "children",
|
|
311326
311234
|
"declarations": [
|
|
311327
311235
|
{
|
|
311328
|
-
"fileName": "
|
|
311236
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311329
311237
|
"name": "TypeLiteral"
|
|
311330
311238
|
}
|
|
311331
311239
|
],
|
|
311332
311240
|
"required": false,
|
|
311333
311241
|
"type": {
|
|
311334
|
-
"name": "
|
|
311242
|
+
"name": "ReactNode"
|
|
311335
311243
|
}
|
|
311336
311244
|
}
|
|
311337
311245
|
}
|
|
@@ -313137,6 +313045,161 @@
|
|
|
313137
313045
|
}
|
|
313138
313046
|
}
|
|
313139
313047
|
},
|
|
313048
|
+
{
|
|
313049
|
+
"tags": {
|
|
313050
|
+
"flr-generate": "all"
|
|
313051
|
+
},
|
|
313052
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
313053
|
+
"description": "",
|
|
313054
|
+
"displayName": "ContextMenuSection",
|
|
313055
|
+
"methods": [],
|
|
313056
|
+
"props": {
|
|
313057
|
+
"children": {
|
|
313058
|
+
"defaultValue": null,
|
|
313059
|
+
"description": "",
|
|
313060
|
+
"name": "children",
|
|
313061
|
+
"declarations": [
|
|
313062
|
+
{
|
|
313063
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313064
|
+
"name": "TypeLiteral"
|
|
313065
|
+
}
|
|
313066
|
+
],
|
|
313067
|
+
"required": false,
|
|
313068
|
+
"type": {
|
|
313069
|
+
"name": "ReactNode"
|
|
313070
|
+
}
|
|
313071
|
+
},
|
|
313072
|
+
"wrapWith": {
|
|
313073
|
+
"defaultValue": null,
|
|
313074
|
+
"description": "",
|
|
313075
|
+
"name": "wrapWith",
|
|
313076
|
+
"parent": {
|
|
313077
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
313078
|
+
"name": "FlowComponentProps"
|
|
313079
|
+
},
|
|
313080
|
+
"declarations": [
|
|
313081
|
+
{
|
|
313082
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
313083
|
+
"name": "FlowComponentProps"
|
|
313084
|
+
}
|
|
313085
|
+
],
|
|
313086
|
+
"required": false,
|
|
313087
|
+
"type": {
|
|
313088
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
313089
|
+
}
|
|
313090
|
+
},
|
|
313091
|
+
"tunnelId": {
|
|
313092
|
+
"defaultValue": null,
|
|
313093
|
+
"description": "@internal",
|
|
313094
|
+
"name": "tunnelId",
|
|
313095
|
+
"parent": {
|
|
313096
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
313097
|
+
"name": "PropsWithTunnel"
|
|
313098
|
+
},
|
|
313099
|
+
"declarations": [
|
|
313100
|
+
{
|
|
313101
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
313102
|
+
"name": "PropsWithTunnel"
|
|
313103
|
+
}
|
|
313104
|
+
],
|
|
313105
|
+
"required": false,
|
|
313106
|
+
"type": {
|
|
313107
|
+
"name": "string | null"
|
|
313108
|
+
}
|
|
313109
|
+
},
|
|
313110
|
+
"ref": {
|
|
313111
|
+
"defaultValue": null,
|
|
313112
|
+
"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}",
|
|
313113
|
+
"name": "ref",
|
|
313114
|
+
"parent": {
|
|
313115
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313116
|
+
"name": "RefAttributes"
|
|
313117
|
+
},
|
|
313118
|
+
"declarations": [
|
|
313119
|
+
{
|
|
313120
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313121
|
+
"name": "RefAttributes"
|
|
313122
|
+
}
|
|
313123
|
+
],
|
|
313124
|
+
"required": false,
|
|
313125
|
+
"type": {
|
|
313126
|
+
"name": "Ref<HTMLSpanElement>"
|
|
313127
|
+
}
|
|
313128
|
+
},
|
|
313129
|
+
"key": {
|
|
313130
|
+
"defaultValue": null,
|
|
313131
|
+
"description": "",
|
|
313132
|
+
"name": "key",
|
|
313133
|
+
"parent": {
|
|
313134
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313135
|
+
"name": "Attributes"
|
|
313136
|
+
},
|
|
313137
|
+
"declarations": [
|
|
313138
|
+
{
|
|
313139
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313140
|
+
"name": "Attributes"
|
|
313141
|
+
}
|
|
313142
|
+
],
|
|
313143
|
+
"required": false,
|
|
313144
|
+
"type": {
|
|
313145
|
+
"name": "Key | null"
|
|
313146
|
+
}
|
|
313147
|
+
},
|
|
313148
|
+
"selectedKeys": {
|
|
313149
|
+
"defaultValue": null,
|
|
313150
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
313151
|
+
"name": "selectedKeys",
|
|
313152
|
+
"parent": {
|
|
313153
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313154
|
+
"name": "MultipleSelection"
|
|
313155
|
+
},
|
|
313156
|
+
"declarations": [
|
|
313157
|
+
{
|
|
313158
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313159
|
+
"name": "MultipleSelection"
|
|
313160
|
+
}
|
|
313161
|
+
],
|
|
313162
|
+
"required": false,
|
|
313163
|
+
"type": {
|
|
313164
|
+
"name": "\"all\" | Iterable<Key>"
|
|
313165
|
+
}
|
|
313166
|
+
},
|
|
313167
|
+
"defaultSelectedKeys": {
|
|
313168
|
+
"defaultValue": null,
|
|
313169
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
313170
|
+
"name": "defaultSelectedKeys",
|
|
313171
|
+
"parent": {
|
|
313172
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313173
|
+
"name": "MultipleSelection"
|
|
313174
|
+
},
|
|
313175
|
+
"declarations": [
|
|
313176
|
+
{
|
|
313177
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313178
|
+
"name": "MultipleSelection"
|
|
313179
|
+
}
|
|
313180
|
+
],
|
|
313181
|
+
"required": false,
|
|
313182
|
+
"type": {
|
|
313183
|
+
"name": "\"all\" | Iterable<Key>"
|
|
313184
|
+
}
|
|
313185
|
+
},
|
|
313186
|
+
"selectionMode": {
|
|
313187
|
+
"defaultValue": null,
|
|
313188
|
+
"description": "",
|
|
313189
|
+
"name": "selectionMode",
|
|
313190
|
+
"declarations": [
|
|
313191
|
+
{
|
|
313192
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
313193
|
+
"name": "TypeLiteral"
|
|
313194
|
+
}
|
|
313195
|
+
],
|
|
313196
|
+
"required": false,
|
|
313197
|
+
"type": {
|
|
313198
|
+
"name": "ContextMenuSelectionMode"
|
|
313199
|
+
}
|
|
313200
|
+
}
|
|
313201
|
+
}
|
|
313202
|
+
},
|
|
313140
313203
|
{
|
|
313141
313204
|
"tags": {
|
|
313142
313205
|
"flr-generate": "all"
|
|
@@ -337226,6 +337289,53 @@
|
|
|
337226
337289
|
"methods": [],
|
|
337227
337290
|
"props": {}
|
|
337228
337291
|
},
|
|
337292
|
+
{
|
|
337293
|
+
"tags": {},
|
|
337294
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337295
|
+
"description": "",
|
|
337296
|
+
"displayName": "SearchField",
|
|
337297
|
+
"methods": [],
|
|
337298
|
+
"props": {
|
|
337299
|
+
"search": {
|
|
337300
|
+
"defaultValue": null,
|
|
337301
|
+
"description": "",
|
|
337302
|
+
"name": "search",
|
|
337303
|
+
"parent": {
|
|
337304
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337305
|
+
"name": "Props"
|
|
337306
|
+
},
|
|
337307
|
+
"declarations": [
|
|
337308
|
+
{
|
|
337309
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337310
|
+
"name": "Props"
|
|
337311
|
+
}
|
|
337312
|
+
],
|
|
337313
|
+
"required": true,
|
|
337314
|
+
"type": {
|
|
337315
|
+
"name": "Search<never>"
|
|
337316
|
+
}
|
|
337317
|
+
},
|
|
337318
|
+
"className": {
|
|
337319
|
+
"defaultValue": null,
|
|
337320
|
+
"description": "The elements class name.",
|
|
337321
|
+
"name": "className",
|
|
337322
|
+
"parent": {
|
|
337323
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
337324
|
+
"name": "PropsWithClassName"
|
|
337325
|
+
},
|
|
337326
|
+
"declarations": [
|
|
337327
|
+
{
|
|
337328
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
337329
|
+
"name": "PropsWithClassName"
|
|
337330
|
+
}
|
|
337331
|
+
],
|
|
337332
|
+
"required": false,
|
|
337333
|
+
"type": {
|
|
337334
|
+
"name": "string"
|
|
337335
|
+
}
|
|
337336
|
+
}
|
|
337337
|
+
}
|
|
337338
|
+
},
|
|
337229
337339
|
{
|
|
337230
337340
|
"tags": {},
|
|
337231
337341
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
@@ -337292,50 +337402,11 @@
|
|
|
337292
337402
|
},
|
|
337293
337403
|
{
|
|
337294
337404
|
"tags": {},
|
|
337295
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
337405
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337296
337406
|
"description": "",
|
|
337297
|
-
"displayName": "
|
|
337407
|
+
"displayName": "ActiveFilters",
|
|
337298
337408
|
"methods": [],
|
|
337299
|
-
"props": {
|
|
337300
|
-
"search": {
|
|
337301
|
-
"defaultValue": null,
|
|
337302
|
-
"description": "",
|
|
337303
|
-
"name": "search",
|
|
337304
|
-
"parent": {
|
|
337305
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337306
|
-
"name": "Props"
|
|
337307
|
-
},
|
|
337308
|
-
"declarations": [
|
|
337309
|
-
{
|
|
337310
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337311
|
-
"name": "Props"
|
|
337312
|
-
}
|
|
337313
|
-
],
|
|
337314
|
-
"required": true,
|
|
337315
|
-
"type": {
|
|
337316
|
-
"name": "Search<never>"
|
|
337317
|
-
}
|
|
337318
|
-
},
|
|
337319
|
-
"className": {
|
|
337320
|
-
"defaultValue": null,
|
|
337321
|
-
"description": "The elements class name.",
|
|
337322
|
-
"name": "className",
|
|
337323
|
-
"parent": {
|
|
337324
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
337325
|
-
"name": "PropsWithClassName"
|
|
337326
|
-
},
|
|
337327
|
-
"declarations": [
|
|
337328
|
-
{
|
|
337329
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
337330
|
-
"name": "PropsWithClassName"
|
|
337331
|
-
}
|
|
337332
|
-
],
|
|
337333
|
-
"required": false,
|
|
337334
|
-
"type": {
|
|
337335
|
-
"name": "string"
|
|
337336
|
-
}
|
|
337337
|
-
}
|
|
337338
|
-
}
|
|
337409
|
+
"props": {}
|
|
337339
337410
|
},
|
|
337340
337411
|
{
|
|
337341
337412
|
"tags": {},
|
|
@@ -337389,14 +337460,6 @@
|
|
|
337389
337460
|
"methods": [],
|
|
337390
337461
|
"props": {}
|
|
337391
337462
|
},
|
|
337392
|
-
{
|
|
337393
|
-
"tags": {},
|
|
337394
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337395
|
-
"description": "",
|
|
337396
|
-
"displayName": "ActiveFilters",
|
|
337397
|
-
"methods": [],
|
|
337398
|
-
"props": {}
|
|
337399
|
-
},
|
|
337400
337463
|
{
|
|
337401
337464
|
"tags": {},
|
|
337402
337465
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|