@mittwald/flow-react-components 0.2.0-alpha.693 → 0.2.0-alpha.695
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +1397 -1378
- package/dist/js/components/src/components/Tabs/Tabs.mjs +7 -8
- package/dist/js/components/src/components/Tabs/Tabs.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +8 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/types/components/Tabs/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Tabs/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts +4 -0
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -47662,91 +47662,11 @@
|
|
|
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/RadioGroup/RadioGroup.tsx",
|
|
47666
47666
|
"description": "",
|
|
47667
|
-
"displayName": "
|
|
47667
|
+
"displayName": "RadioGroup",
|
|
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
|
-
},
|
|
47750
47670
|
"className": {
|
|
47751
47671
|
"defaultValue": {
|
|
47752
47672
|
"value": "'react-aria-Tooltip'"
|
|
@@ -49174,67 +49094,234 @@
|
|
|
49174
49094
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
49175
49095
|
}
|
|
49176
49096
|
},
|
|
49177
|
-
"
|
|
49097
|
+
"validationBehavior": {
|
|
49178
49098
|
"defaultValue": {
|
|
49179
|
-
"value": "
|
|
49099
|
+
"value": "'native'"
|
|
49180
49100
|
},
|
|
49181
|
-
"description": "
|
|
49182
|
-
"name": "
|
|
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",
|
|
49183
49103
|
"parent": {
|
|
49184
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49185
|
-
"name": "
|
|
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"
|
|
49186
49106
|
},
|
|
49187
49107
|
"declarations": [
|
|
49188
49108
|
{
|
|
49189
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49190
|
-
"name": "
|
|
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"
|
|
49191
49111
|
}
|
|
49192
49112
|
],
|
|
49193
49113
|
"required": false,
|
|
49194
49114
|
"type": {
|
|
49195
|
-
"name": "
|
|
49115
|
+
"name": "\"native\" | \"aria\""
|
|
49196
49116
|
}
|
|
49197
49117
|
},
|
|
49198
|
-
"
|
|
49199
|
-
"defaultValue":
|
|
49200
|
-
|
|
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"
|
|
49201
49125
|
},
|
|
49202
|
-
"
|
|
49203
|
-
|
|
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",
|
|
49204
49141
|
"parent": {
|
|
49205
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49206
|
-
"name": "
|
|
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"
|
|
49207
49144
|
},
|
|
49208
49145
|
"declarations": [
|
|
49209
49146
|
{
|
|
49210
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49211
|
-
"name": "
|
|
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"
|
|
49212
49149
|
}
|
|
49213
49150
|
],
|
|
49214
49151
|
"required": false,
|
|
49215
49152
|
"type": {
|
|
49216
|
-
"name": "
|
|
49153
|
+
"name": "boolean"
|
|
49217
49154
|
}
|
|
49218
49155
|
},
|
|
49219
|
-
"
|
|
49220
|
-
"defaultValue":
|
|
49221
|
-
|
|
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"
|
|
49222
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"
|
|
49201
|
+
},
|
|
49202
|
+
"declarations": [
|
|
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",
|
|
49217
|
+
"parent": {
|
|
49218
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
49219
|
+
"name": "FocusEvents"
|
|
49220
|
+
},
|
|
49221
|
+
"declarations": [
|
|
49222
|
+
{
|
|
49223
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
49224
|
+
"name": "FocusEvents"
|
|
49225
|
+
}
|
|
49226
|
+
],
|
|
49227
|
+
"required": false,
|
|
49228
|
+
"type": {
|
|
49229
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
49230
|
+
}
|
|
49231
|
+
},
|
|
49232
|
+
"onBlur": {
|
|
49233
|
+
"defaultValue": null,
|
|
49234
|
+
"description": "Handler that is called when the element loses focus.",
|
|
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"
|
|
49239
|
+
},
|
|
49240
|
+
"declarations": [
|
|
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",
|
|
49255
|
+
"parent": {
|
|
49256
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
49257
|
+
"name": "FocusEvents"
|
|
49258
|
+
},
|
|
49259
|
+
"declarations": [
|
|
49260
|
+
{
|
|
49261
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
49262
|
+
"name": "FocusEvents"
|
|
49263
|
+
}
|
|
49264
|
+
],
|
|
49265
|
+
"required": false,
|
|
49266
|
+
"type": {
|
|
49267
|
+
"name": "((isFocused: boolean) => void)"
|
|
49268
|
+
}
|
|
49269
|
+
},
|
|
49270
|
+
"value": {
|
|
49271
|
+
"defaultValue": null,
|
|
49223
49272
|
"description": "The current value (controlled).",
|
|
49224
49273
|
"name": "value",
|
|
49225
49274
|
"parent": {
|
|
49226
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49227
|
-
"name": "
|
|
49275
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49276
|
+
"name": "ValueBase"
|
|
49228
49277
|
},
|
|
49229
49278
|
"declarations": [
|
|
49230
49279
|
{
|
|
49231
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49232
|
-
"name": "
|
|
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"
|
|
49233
49282
|
}
|
|
49234
49283
|
],
|
|
49235
49284
|
"required": false,
|
|
49236
49285
|
"type": {
|
|
49237
|
-
"name": "
|
|
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"
|
|
49315
|
+
},
|
|
49316
|
+
"declarations": [
|
|
49317
|
+
{
|
|
49318
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
49319
|
+
"name": "ValueBase"
|
|
49320
|
+
}
|
|
49321
|
+
],
|
|
49322
|
+
"required": false,
|
|
49323
|
+
"type": {
|
|
49324
|
+
"name": "((value: TimeValue | null) => void)"
|
|
49238
49325
|
}
|
|
49239
49326
|
},
|
|
49240
49327
|
"id": {
|
|
@@ -49256,112 +49343,116 @@
|
|
|
49256
49343
|
"name": "string"
|
|
49257
49344
|
}
|
|
49258
49345
|
},
|
|
49259
|
-
"
|
|
49346
|
+
"name": {
|
|
49260
49347
|
"defaultValue": null,
|
|
49261
|
-
"description": "
|
|
49262
|
-
"name": "
|
|
49348
|
+
"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).",
|
|
49349
|
+
"name": "name",
|
|
49263
49350
|
"parent": {
|
|
49264
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49265
|
-
"name": "
|
|
49351
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
49352
|
+
"name": "InputDOMProps"
|
|
49266
49353
|
},
|
|
49267
49354
|
"declarations": [
|
|
49268
49355
|
{
|
|
49269
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49270
|
-
"name": "
|
|
49356
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
49357
|
+
"name": "InputDOMProps"
|
|
49271
49358
|
}
|
|
49272
49359
|
],
|
|
49273
49360
|
"required": false,
|
|
49274
49361
|
"type": {
|
|
49275
|
-
"name": "string
|
|
49362
|
+
"name": "string"
|
|
49276
49363
|
}
|
|
49277
49364
|
},
|
|
49278
|
-
"
|
|
49279
|
-
"defaultValue":
|
|
49280
|
-
|
|
49281
|
-
|
|
49282
|
-
"description": "The display format of the value label.",
|
|
49283
|
-
"name": "formatOptions",
|
|
49365
|
+
"form": {
|
|
49366
|
+
"defaultValue": null,
|
|
49367
|
+
"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).",
|
|
49368
|
+
"name": "form",
|
|
49284
49369
|
"parent": {
|
|
49285
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49286
|
-
"name": "
|
|
49370
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
49371
|
+
"name": "InputDOMProps"
|
|
49287
49372
|
},
|
|
49288
49373
|
"declarations": [
|
|
49289
49374
|
{
|
|
49290
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49291
|
-
"name": "
|
|
49375
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
49376
|
+
"name": "InputDOMProps"
|
|
49292
49377
|
}
|
|
49293
49378
|
],
|
|
49294
49379
|
"required": false,
|
|
49295
49380
|
"type": {
|
|
49296
|
-
"name": "
|
|
49381
|
+
"name": "string"
|
|
49297
49382
|
}
|
|
49298
49383
|
},
|
|
49299
|
-
"
|
|
49384
|
+
"slot": {
|
|
49300
49385
|
"defaultValue": null,
|
|
49301
|
-
"description": "
|
|
49302
|
-
"name": "
|
|
49386
|
+
"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.",
|
|
49387
|
+
"name": "slot",
|
|
49303
49388
|
"parent": {
|
|
49304
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49305
|
-
"name": "
|
|
49389
|
+
"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",
|
|
49390
|
+
"name": "SlotProps"
|
|
49306
49391
|
},
|
|
49307
49392
|
"declarations": [
|
|
49308
49393
|
{
|
|
49309
|
-
"fileName": "flow/node_modules/.pnpm
|
|
49310
|
-
"name": "
|
|
49394
|
+
"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",
|
|
49395
|
+
"name": "SlotProps"
|
|
49311
49396
|
}
|
|
49312
49397
|
],
|
|
49313
49398
|
"required": false,
|
|
49314
49399
|
"type": {
|
|
49315
|
-
"name": "
|
|
49400
|
+
"name": "string | null"
|
|
49316
49401
|
}
|
|
49317
49402
|
},
|
|
49318
|
-
"
|
|
49403
|
+
"aria-errormessage": {
|
|
49319
49404
|
"defaultValue": null,
|
|
49320
|
-
"description": "
|
|
49321
|
-
"name": "
|
|
49405
|
+
"description": "Identifies the element that provides an error message for the object.",
|
|
49406
|
+
"name": "aria-errormessage",
|
|
49322
49407
|
"parent": {
|
|
49323
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49324
|
-
"name": "
|
|
49408
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
49409
|
+
"name": "AriaValidationProps"
|
|
49325
49410
|
},
|
|
49326
49411
|
"declarations": [
|
|
49327
49412
|
{
|
|
49328
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
49329
|
-
"name": "
|
|
49413
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
49414
|
+
"name": "AriaValidationProps"
|
|
49330
49415
|
}
|
|
49331
49416
|
],
|
|
49332
49417
|
"required": false,
|
|
49333
49418
|
"type": {
|
|
49334
|
-
"name": "
|
|
49419
|
+
"name": "string"
|
|
49335
49420
|
}
|
|
49336
49421
|
},
|
|
49337
|
-
"
|
|
49338
|
-
"defaultValue":
|
|
49339
|
-
|
|
49340
|
-
|
|
49422
|
+
"orientation": {
|
|
49423
|
+
"defaultValue": {
|
|
49424
|
+
"value": "'vertical'"
|
|
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
|
+
},
|
|
49341
49432
|
"declarations": [
|
|
49342
49433
|
{
|
|
49343
|
-
"fileName": "flow/node_modules/.pnpm/@types+
|
|
49344
|
-
"name": "
|
|
49434
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
|
|
49435
|
+
"name": "RadioGroupProps"
|
|
49345
49436
|
}
|
|
49346
49437
|
],
|
|
49347
49438
|
"required": false,
|
|
49348
49439
|
"type": {
|
|
49349
|
-
"name": "
|
|
49440
|
+
"name": "Orientation"
|
|
49350
49441
|
}
|
|
49351
49442
|
},
|
|
49352
|
-
"
|
|
49443
|
+
"children": {
|
|
49353
49444
|
"defaultValue": null,
|
|
49354
|
-
"description": "
|
|
49355
|
-
"name": "
|
|
49445
|
+
"description": "",
|
|
49446
|
+
"name": "children",
|
|
49356
49447
|
"declarations": [
|
|
49357
49448
|
{
|
|
49358
|
-
"fileName": "
|
|
49449
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
49359
49450
|
"name": "TypeLiteral"
|
|
49360
49451
|
}
|
|
49361
49452
|
],
|
|
49362
49453
|
"required": false,
|
|
49363
49454
|
"type": {
|
|
49364
|
-
"name": "
|
|
49455
|
+
"name": "ReactNode"
|
|
49365
49456
|
}
|
|
49366
49457
|
},
|
|
49367
49458
|
"wrapWith": {
|
|
@@ -49439,6 +49530,63 @@
|
|
|
49439
49530
|
"type": {
|
|
49440
49531
|
"name": "Key | null"
|
|
49441
49532
|
}
|
|
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
|
+
}
|
|
49442
49590
|
}
|
|
49443
49591
|
}
|
|
49444
49592
|
},
|
|
@@ -49446,11 +49594,91 @@
|
|
|
49446
49594
|
"tags": {
|
|
49447
49595
|
"flr-generate": "all"
|
|
49448
49596
|
},
|
|
49449
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
49597
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49450
49598
|
"description": "",
|
|
49451
|
-
"displayName": "
|
|
49599
|
+
"displayName": "ProgressBar",
|
|
49452
49600
|
"methods": [],
|
|
49453
49601
|
"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
|
+
},
|
|
49454
49682
|
"className": {
|
|
49455
49683
|
"defaultValue": {
|
|
49456
49684
|
"value": "'react-aria-Tooltip'"
|
|
@@ -50878,234 +51106,67 @@
|
|
|
50878
51106
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
50879
51107
|
}
|
|
50880
51108
|
},
|
|
50881
|
-
"
|
|
51109
|
+
"minValue": {
|
|
50882
51110
|
"defaultValue": {
|
|
50883
|
-
"value": "
|
|
50884
|
-
},
|
|
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",
|
|
50887
|
-
"parent": {
|
|
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"
|
|
50890
|
-
},
|
|
50891
|
-
"declarations": [
|
|
50892
|
-
{
|
|
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"
|
|
50895
|
-
}
|
|
50896
|
-
],
|
|
50897
|
-
"required": false,
|
|
50898
|
-
"type": {
|
|
50899
|
-
"name": "\"native\" | \"aria\""
|
|
50900
|
-
}
|
|
50901
|
-
},
|
|
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"
|
|
50909
|
-
},
|
|
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",
|
|
50925
|
-
"parent": {
|
|
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"
|
|
50928
|
-
},
|
|
50929
|
-
"declarations": [
|
|
50930
|
-
{
|
|
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"
|
|
50933
|
-
}
|
|
50934
|
-
],
|
|
50935
|
-
"required": false,
|
|
50936
|
-
"type": {
|
|
50937
|
-
"name": "boolean"
|
|
50938
|
-
}
|
|
50939
|
-
},
|
|
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"
|
|
51111
|
+
"value": "0"
|
|
50985
51112
|
},
|
|
50986
|
-
"
|
|
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",
|
|
51113
|
+
"description": "The smallest value allowed for the input.",
|
|
51114
|
+
"name": "minValue",
|
|
51001
51115
|
"parent": {
|
|
51002
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51003
|
-
"name": "
|
|
51116
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51117
|
+
"name": "ProgressBaseProps"
|
|
51004
51118
|
},
|
|
51005
51119
|
"declarations": [
|
|
51006
51120
|
{
|
|
51007
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51008
|
-
"name": "
|
|
51121
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51122
|
+
"name": "ProgressBaseProps"
|
|
51009
51123
|
}
|
|
51010
51124
|
],
|
|
51011
51125
|
"required": false,
|
|
51012
51126
|
"type": {
|
|
51013
|
-
"name": "
|
|
51127
|
+
"name": "number"
|
|
51014
51128
|
}
|
|
51015
51129
|
},
|
|
51016
|
-
"
|
|
51017
|
-
"defaultValue":
|
|
51018
|
-
|
|
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"
|
|
51130
|
+
"maxValue": {
|
|
51131
|
+
"defaultValue": {
|
|
51132
|
+
"value": "100"
|
|
51023
51133
|
},
|
|
51024
|
-
"
|
|
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",
|
|
51134
|
+
"description": "The largest value allowed for the input.",
|
|
51135
|
+
"name": "maxValue",
|
|
51039
51136
|
"parent": {
|
|
51040
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51041
|
-
"name": "
|
|
51137
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51138
|
+
"name": "ProgressBaseProps"
|
|
51042
51139
|
},
|
|
51043
51140
|
"declarations": [
|
|
51044
51141
|
{
|
|
51045
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51046
|
-
"name": "
|
|
51142
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51143
|
+
"name": "ProgressBaseProps"
|
|
51047
51144
|
}
|
|
51048
51145
|
],
|
|
51049
51146
|
"required": false,
|
|
51050
51147
|
"type": {
|
|
51051
|
-
"name": "
|
|
51148
|
+
"name": "number"
|
|
51052
51149
|
}
|
|
51053
51150
|
},
|
|
51054
51151
|
"value": {
|
|
51055
|
-
"defaultValue":
|
|
51152
|
+
"defaultValue": {
|
|
51153
|
+
"value": "0"
|
|
51154
|
+
},
|
|
51056
51155
|
"description": "The current value (controlled).",
|
|
51057
51156
|
"name": "value",
|
|
51058
51157
|
"parent": {
|
|
51059
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51060
|
-
"name": "
|
|
51061
|
-
},
|
|
51062
|
-
"declarations": [
|
|
51063
|
-
{
|
|
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"
|
|
51066
|
-
}
|
|
51067
|
-
],
|
|
51068
|
-
"required": false,
|
|
51069
|
-
"type": {
|
|
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"
|
|
51158
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51159
|
+
"name": "ProgressBaseProps"
|
|
51099
51160
|
},
|
|
51100
51161
|
"declarations": [
|
|
51101
51162
|
{
|
|
51102
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51103
|
-
"name": "
|
|
51163
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51164
|
+
"name": "ProgressBaseProps"
|
|
51104
51165
|
}
|
|
51105
51166
|
],
|
|
51106
51167
|
"required": false,
|
|
51107
51168
|
"type": {
|
|
51108
|
-
"name": "
|
|
51169
|
+
"name": "number"
|
|
51109
51170
|
}
|
|
51110
51171
|
},
|
|
51111
51172
|
"id": {
|
|
@@ -51127,44 +51188,6 @@
|
|
|
51127
51188
|
"name": "string"
|
|
51128
51189
|
}
|
|
51129
51190
|
},
|
|
51130
|
-
"name": {
|
|
51131
|
-
"defaultValue": null,
|
|
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",
|
|
51134
|
-
"parent": {
|
|
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"
|
|
51137
|
-
},
|
|
51138
|
-
"declarations": [
|
|
51139
|
-
{
|
|
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"
|
|
51142
|
-
}
|
|
51143
|
-
],
|
|
51144
|
-
"required": false,
|
|
51145
|
-
"type": {
|
|
51146
|
-
"name": "string"
|
|
51147
|
-
}
|
|
51148
|
-
},
|
|
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",
|
|
51153
|
-
"parent": {
|
|
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"
|
|
51156
|
-
},
|
|
51157
|
-
"declarations": [
|
|
51158
|
-
{
|
|
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"
|
|
51161
|
-
}
|
|
51162
|
-
],
|
|
51163
|
-
"required": false,
|
|
51164
|
-
"type": {
|
|
51165
|
-
"name": "string"
|
|
51166
|
-
}
|
|
51167
|
-
},
|
|
51168
51191
|
"slot": {
|
|
51169
51192
|
"defaultValue": null,
|
|
51170
51193
|
"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.",
|
|
@@ -51184,44 +51207,63 @@
|
|
|
51184
51207
|
"name": "string | null"
|
|
51185
51208
|
}
|
|
51186
51209
|
},
|
|
51187
|
-
"
|
|
51188
|
-
"defaultValue":
|
|
51189
|
-
|
|
51190
|
-
|
|
51210
|
+
"formatOptions": {
|
|
51211
|
+
"defaultValue": {
|
|
51212
|
+
"value": "{style: 'percent'}"
|
|
51213
|
+
},
|
|
51214
|
+
"description": "The display format of the value label.",
|
|
51215
|
+
"name": "formatOptions",
|
|
51191
51216
|
"parent": {
|
|
51192
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51193
|
-
"name": "
|
|
51217
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51218
|
+
"name": "ProgressBarBaseProps"
|
|
51194
51219
|
},
|
|
51195
51220
|
"declarations": [
|
|
51196
51221
|
{
|
|
51197
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51198
|
-
"name": "
|
|
51222
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51223
|
+
"name": "ProgressBarBaseProps"
|
|
51199
51224
|
}
|
|
51200
51225
|
],
|
|
51201
51226
|
"required": false,
|
|
51202
51227
|
"type": {
|
|
51203
|
-
"name": "
|
|
51228
|
+
"name": "NumberFormatOptions"
|
|
51204
51229
|
}
|
|
51205
51230
|
},
|
|
51206
|
-
"
|
|
51207
|
-
"defaultValue":
|
|
51208
|
-
|
|
51231
|
+
"isIndeterminate": {
|
|
51232
|
+
"defaultValue": null,
|
|
51233
|
+
"description": "Whether presentation is indeterminate when progress isn't known.",
|
|
51234
|
+
"name": "isIndeterminate",
|
|
51235
|
+
"parent": {
|
|
51236
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51237
|
+
"name": "ProgressBarProps"
|
|
51209
51238
|
},
|
|
51210
|
-
"
|
|
51211
|
-
|
|
51239
|
+
"declarations": [
|
|
51240
|
+
{
|
|
51241
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51242
|
+
"name": "ProgressBarProps"
|
|
51243
|
+
}
|
|
51244
|
+
],
|
|
51245
|
+
"required": false,
|
|
51246
|
+
"type": {
|
|
51247
|
+
"name": "boolean"
|
|
51248
|
+
}
|
|
51249
|
+
},
|
|
51250
|
+
"valueLabel": {
|
|
51251
|
+
"defaultValue": null,
|
|
51252
|
+
"description": "The content to display as the value's label (e.g. 1 of 4).",
|
|
51253
|
+
"name": "valueLabel",
|
|
51212
51254
|
"parent": {
|
|
51213
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51214
|
-
"name": "
|
|
51255
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51256
|
+
"name": "ProgressBarBaseProps"
|
|
51215
51257
|
},
|
|
51216
51258
|
"declarations": [
|
|
51217
51259
|
{
|
|
51218
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+
|
|
51219
|
-
"name": "
|
|
51260
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
|
|
51261
|
+
"name": "ProgressBarBaseProps"
|
|
51220
51262
|
}
|
|
51221
51263
|
],
|
|
51222
51264
|
"required": false,
|
|
51223
51265
|
"type": {
|
|
51224
|
-
"name": "
|
|
51266
|
+
"name": "ReactNode"
|
|
51225
51267
|
}
|
|
51226
51268
|
},
|
|
51227
51269
|
"children": {
|
|
@@ -51239,6 +51281,21 @@
|
|
|
51239
51281
|
"name": "ReactNode"
|
|
51240
51282
|
}
|
|
51241
51283
|
},
|
|
51284
|
+
"status": {
|
|
51285
|
+
"defaultValue": null,
|
|
51286
|
+
"description": "The elements status",
|
|
51287
|
+
"name": "status",
|
|
51288
|
+
"declarations": [
|
|
51289
|
+
{
|
|
51290
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
51291
|
+
"name": "TypeLiteral"
|
|
51292
|
+
}
|
|
51293
|
+
],
|
|
51294
|
+
"required": false,
|
|
51295
|
+
"type": {
|
|
51296
|
+
"name": "Status"
|
|
51297
|
+
}
|
|
51298
|
+
},
|
|
51242
51299
|
"wrapWith": {
|
|
51243
51300
|
"defaultValue": null,
|
|
51244
51301
|
"description": "",
|
|
@@ -51314,63 +51371,6 @@
|
|
|
51314
51371
|
"type": {
|
|
51315
51372
|
"name": "Key | null"
|
|
51316
51373
|
}
|
|
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
|
},
|
|
@@ -258413,10 +258413,10 @@
|
|
|
258413
258413
|
"name": "() => ArrayIterator<any>"
|
|
258414
258414
|
}
|
|
258415
258415
|
},
|
|
258416
|
-
"__@unscopables@
|
|
258416
|
+
"__@unscopables@3218": {
|
|
258417
258417
|
"defaultValue": null,
|
|
258418
258418
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258419
|
-
"name": "__@unscopables@
|
|
258419
|
+
"name": "__@unscopables@3218",
|
|
258420
258420
|
"parent": {
|
|
258421
258421
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258422
258422
|
"name": "Array"
|
|
@@ -259249,10 +259249,10 @@
|
|
|
259249
259249
|
"name": "() => ArrayIterator<any>"
|
|
259250
259250
|
}
|
|
259251
259251
|
},
|
|
259252
|
-
"__@unscopables@
|
|
259252
|
+
"__@unscopables@3218": {
|
|
259253
259253
|
"defaultValue": null,
|
|
259254
259254
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
259255
|
-
"name": "__@unscopables@
|
|
259255
|
+
"name": "__@unscopables@3218",
|
|
259256
259256
|
"parent": {
|
|
259257
259257
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
259258
259258
|
"name": "Array"
|
|
@@ -260085,10 +260085,10 @@
|
|
|
260085
260085
|
"name": "() => ArrayIterator<any>"
|
|
260086
260086
|
}
|
|
260087
260087
|
},
|
|
260088
|
-
"__@unscopables@
|
|
260088
|
+
"__@unscopables@3218": {
|
|
260089
260089
|
"defaultValue": null,
|
|
260090
260090
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
260091
|
-
"name": "__@unscopables@
|
|
260091
|
+
"name": "__@unscopables@3218",
|
|
260092
260092
|
"parent": {
|
|
260093
260093
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
260094
260094
|
"name": "Array"
|
|
@@ -260921,10 +260921,10 @@
|
|
|
260921
260921
|
"name": "() => ArrayIterator<any>"
|
|
260922
260922
|
}
|
|
260923
260923
|
},
|
|
260924
|
-
"__@unscopables@
|
|
260924
|
+
"__@unscopables@3218": {
|
|
260925
260925
|
"defaultValue": null,
|
|
260926
260926
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
260927
|
-
"name": "__@unscopables@
|
|
260927
|
+
"name": "__@unscopables@3218",
|
|
260928
260928
|
"parent": {
|
|
260929
260929
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
260930
260930
|
"name": "Array"
|
|
@@ -261757,10 +261757,10 @@
|
|
|
261757
261757
|
"name": "() => ArrayIterator<any>"
|
|
261758
261758
|
}
|
|
261759
261759
|
},
|
|
261760
|
-
"__@unscopables@
|
|
261760
|
+
"__@unscopables@3218": {
|
|
261761
261761
|
"defaultValue": null,
|
|
261762
261762
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
261763
|
-
"name": "__@unscopables@
|
|
261763
|
+
"name": "__@unscopables@3218",
|
|
261764
261764
|
"parent": {
|
|
261765
261765
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
261766
261766
|
"name": "Array"
|
|
@@ -270559,6 +270559,25 @@
|
|
|
270559
270559
|
"name": "boolean"
|
|
270560
270560
|
}
|
|
270561
270561
|
},
|
|
270562
|
+
"autoReset": {
|
|
270563
|
+
"defaultValue": null,
|
|
270564
|
+
"description": "",
|
|
270565
|
+
"name": "autoReset",
|
|
270566
|
+
"parent": {
|
|
270567
|
+
"fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
270568
|
+
"name": "FormProps"
|
|
270569
|
+
},
|
|
270570
|
+
"declarations": [
|
|
270571
|
+
{
|
|
270572
|
+
"fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
270573
|
+
"name": "FormProps"
|
|
270574
|
+
}
|
|
270575
|
+
],
|
|
270576
|
+
"required": false,
|
|
270577
|
+
"type": {
|
|
270578
|
+
"name": "boolean | FormAutoResetOptions"
|
|
270579
|
+
}
|
|
270580
|
+
},
|
|
270562
270581
|
"children": {
|
|
270563
270582
|
"defaultValue": null,
|
|
270564
270583
|
"description": "",
|
|
@@ -276773,12 +276792,10 @@
|
|
|
276773
276792
|
}
|
|
276774
276793
|
},
|
|
276775
276794
|
{
|
|
276776
|
-
"tags": {
|
|
276777
|
-
|
|
276778
|
-
},
|
|
276779
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
276795
|
+
"tags": {},
|
|
276796
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
276780
276797
|
"description": "",
|
|
276781
|
-
"displayName": "
|
|
276798
|
+
"displayName": "RouterProvider",
|
|
276782
276799
|
"methods": [],
|
|
276783
276800
|
"props": {
|
|
276784
276801
|
"children": {
|
|
@@ -276799,10 +276816,12 @@
|
|
|
276799
276816
|
}
|
|
276800
276817
|
},
|
|
276801
276818
|
{
|
|
276802
|
-
"tags": {
|
|
276803
|
-
|
|
276819
|
+
"tags": {
|
|
276820
|
+
"deprecated": "Use RouterProvider instead"
|
|
276821
|
+
},
|
|
276822
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
276804
276823
|
"description": "",
|
|
276805
|
-
"displayName": "
|
|
276824
|
+
"displayName": "LinkProvider",
|
|
276806
276825
|
"methods": [],
|
|
276807
276826
|
"props": {
|
|
276808
276827
|
"children": {
|
|
@@ -284267,6 +284286,72 @@
|
|
|
284267
284286
|
}
|
|
284268
284287
|
}
|
|
284269
284288
|
},
|
|
284289
|
+
{
|
|
284290
|
+
"tags": {},
|
|
284291
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284292
|
+
"description": "",
|
|
284293
|
+
"displayName": "TabList",
|
|
284294
|
+
"methods": [],
|
|
284295
|
+
"props": {
|
|
284296
|
+
"selection": {
|
|
284297
|
+
"defaultValue": null,
|
|
284298
|
+
"description": "",
|
|
284299
|
+
"name": "selection",
|
|
284300
|
+
"parent": {
|
|
284301
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284302
|
+
"name": "Props"
|
|
284303
|
+
},
|
|
284304
|
+
"declarations": [
|
|
284305
|
+
{
|
|
284306
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284307
|
+
"name": "Props"
|
|
284308
|
+
}
|
|
284309
|
+
],
|
|
284310
|
+
"required": true,
|
|
284311
|
+
"type": {
|
|
284312
|
+
"name": "Key | undefined"
|
|
284313
|
+
}
|
|
284314
|
+
},
|
|
284315
|
+
"onContextMenuSelectionChange": {
|
|
284316
|
+
"defaultValue": null,
|
|
284317
|
+
"description": "",
|
|
284318
|
+
"name": "onContextMenuSelectionChange",
|
|
284319
|
+
"parent": {
|
|
284320
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284321
|
+
"name": "Props"
|
|
284322
|
+
},
|
|
284323
|
+
"declarations": [
|
|
284324
|
+
{
|
|
284325
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284326
|
+
"name": "Props"
|
|
284327
|
+
}
|
|
284328
|
+
],
|
|
284329
|
+
"required": true,
|
|
284330
|
+
"type": {
|
|
284331
|
+
"name": "(key: Key) => void"
|
|
284332
|
+
}
|
|
284333
|
+
},
|
|
284334
|
+
"disabledKeys": {
|
|
284335
|
+
"defaultValue": null,
|
|
284336
|
+
"description": "",
|
|
284337
|
+
"name": "disabledKeys",
|
|
284338
|
+
"parent": {
|
|
284339
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284340
|
+
"name": "Props"
|
|
284341
|
+
},
|
|
284342
|
+
"declarations": [
|
|
284343
|
+
{
|
|
284344
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284345
|
+
"name": "Props"
|
|
284346
|
+
}
|
|
284347
|
+
],
|
|
284348
|
+
"required": false,
|
|
284349
|
+
"type": {
|
|
284350
|
+
"name": "Iterable<Key>"
|
|
284351
|
+
}
|
|
284352
|
+
}
|
|
284353
|
+
}
|
|
284354
|
+
},
|
|
284270
284355
|
{
|
|
284271
284356
|
"tags": {
|
|
284272
284357
|
"flr-generate": "all"
|
|
@@ -285760,72 +285845,6 @@
|
|
|
285760
285845
|
}
|
|
285761
285846
|
}
|
|
285762
285847
|
},
|
|
285763
|
-
{
|
|
285764
|
-
"tags": {},
|
|
285765
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
285766
|
-
"description": "",
|
|
285767
|
-
"displayName": "TabList",
|
|
285768
|
-
"methods": [],
|
|
285769
|
-
"props": {
|
|
285770
|
-
"selection": {
|
|
285771
|
-
"defaultValue": null,
|
|
285772
|
-
"description": "",
|
|
285773
|
-
"name": "selection",
|
|
285774
|
-
"parent": {
|
|
285775
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
285776
|
-
"name": "Props"
|
|
285777
|
-
},
|
|
285778
|
-
"declarations": [
|
|
285779
|
-
{
|
|
285780
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
285781
|
-
"name": "Props"
|
|
285782
|
-
}
|
|
285783
|
-
],
|
|
285784
|
-
"required": true,
|
|
285785
|
-
"type": {
|
|
285786
|
-
"name": "Key | undefined"
|
|
285787
|
-
}
|
|
285788
|
-
},
|
|
285789
|
-
"onContextMenuSelectionChange": {
|
|
285790
|
-
"defaultValue": null,
|
|
285791
|
-
"description": "",
|
|
285792
|
-
"name": "onContextMenuSelectionChange",
|
|
285793
|
-
"parent": {
|
|
285794
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
285795
|
-
"name": "Props"
|
|
285796
|
-
},
|
|
285797
|
-
"declarations": [
|
|
285798
|
-
{
|
|
285799
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
285800
|
-
"name": "Props"
|
|
285801
|
-
}
|
|
285802
|
-
],
|
|
285803
|
-
"required": true,
|
|
285804
|
-
"type": {
|
|
285805
|
-
"name": "(key: Key) => void"
|
|
285806
|
-
}
|
|
285807
|
-
},
|
|
285808
|
-
"disabledKeys": {
|
|
285809
|
-
"defaultValue": null,
|
|
285810
|
-
"description": "",
|
|
285811
|
-
"name": "disabledKeys",
|
|
285812
|
-
"parent": {
|
|
285813
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
285814
|
-
"name": "Props"
|
|
285815
|
-
},
|
|
285816
|
-
"declarations": [
|
|
285817
|
-
{
|
|
285818
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
285819
|
-
"name": "Props"
|
|
285820
|
-
}
|
|
285821
|
-
],
|
|
285822
|
-
"required": false,
|
|
285823
|
-
"type": {
|
|
285824
|
-
"name": "Iterable<Key>"
|
|
285825
|
-
}
|
|
285826
|
-
}
|
|
285827
|
-
}
|
|
285828
|
-
},
|
|
285829
285848
|
{
|
|
285830
285849
|
"tags": {
|
|
285831
285850
|
"flr-generate": "all"
|
|
@@ -287663,9 +287682,9 @@
|
|
|
287663
287682
|
"tags": {
|
|
287664
287683
|
"flr-generate": "all"
|
|
287665
287684
|
},
|
|
287666
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
287685
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
287667
287686
|
"description": "",
|
|
287668
|
-
"displayName": "
|
|
287687
|
+
"displayName": "TableFooterRow",
|
|
287669
287688
|
"methods": [],
|
|
287670
287689
|
"props": {
|
|
287671
287690
|
"className": {
|
|
@@ -287727,6 +287746,25 @@
|
|
|
287727
287746
|
"name": "ReactNode"
|
|
287728
287747
|
}
|
|
287729
287748
|
},
|
|
287749
|
+
"value": {
|
|
287750
|
+
"defaultValue": null,
|
|
287751
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
287752
|
+
"name": "value",
|
|
287753
|
+
"parent": {
|
|
287754
|
+
"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",
|
|
287755
|
+
"name": "MenuItemProps"
|
|
287756
|
+
},
|
|
287757
|
+
"declarations": [
|
|
287758
|
+
{
|
|
287759
|
+
"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",
|
|
287760
|
+
"name": "MenuItemProps"
|
|
287761
|
+
}
|
|
287762
|
+
],
|
|
287763
|
+
"required": false,
|
|
287764
|
+
"type": {
|
|
287765
|
+
"name": "object"
|
|
287766
|
+
}
|
|
287767
|
+
},
|
|
287730
287768
|
"dependencies": {
|
|
287731
287769
|
"defaultValue": null,
|
|
287732
287770
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -287746,6 +287784,82 @@
|
|
|
287746
287784
|
"name": "readonly any[]"
|
|
287747
287785
|
}
|
|
287748
287786
|
},
|
|
287787
|
+
"textValue": {
|
|
287788
|
+
"defaultValue": null,
|
|
287789
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
287790
|
+
"name": "textValue",
|
|
287791
|
+
"parent": {
|
|
287792
|
+
"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",
|
|
287793
|
+
"name": "ListBoxItemProps"
|
|
287794
|
+
},
|
|
287795
|
+
"declarations": [
|
|
287796
|
+
{
|
|
287797
|
+
"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",
|
|
287798
|
+
"name": "ListBoxItemProps"
|
|
287799
|
+
}
|
|
287800
|
+
],
|
|
287801
|
+
"required": false,
|
|
287802
|
+
"type": {
|
|
287803
|
+
"name": "string"
|
|
287804
|
+
}
|
|
287805
|
+
},
|
|
287806
|
+
"isDisabled": {
|
|
287807
|
+
"defaultValue": null,
|
|
287808
|
+
"description": "Whether the item is disabled.",
|
|
287809
|
+
"name": "isDisabled",
|
|
287810
|
+
"parent": {
|
|
287811
|
+
"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",
|
|
287812
|
+
"name": "ListBoxItemProps"
|
|
287813
|
+
},
|
|
287814
|
+
"declarations": [
|
|
287815
|
+
{
|
|
287816
|
+
"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",
|
|
287817
|
+
"name": "ListBoxItemProps"
|
|
287818
|
+
}
|
|
287819
|
+
],
|
|
287820
|
+
"required": false,
|
|
287821
|
+
"type": {
|
|
287822
|
+
"name": "boolean"
|
|
287823
|
+
}
|
|
287824
|
+
},
|
|
287825
|
+
"onAction": {
|
|
287826
|
+
"defaultValue": null,
|
|
287827
|
+
"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.",
|
|
287828
|
+
"name": "onAction",
|
|
287829
|
+
"parent": {
|
|
287830
|
+
"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",
|
|
287831
|
+
"name": "ListBoxItemProps"
|
|
287832
|
+
},
|
|
287833
|
+
"declarations": [
|
|
287834
|
+
{
|
|
287835
|
+
"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",
|
|
287836
|
+
"name": "ListBoxItemProps"
|
|
287837
|
+
}
|
|
287838
|
+
],
|
|
287839
|
+
"required": false,
|
|
287840
|
+
"type": {
|
|
287841
|
+
"name": "(() => void)"
|
|
287842
|
+
}
|
|
287843
|
+
},
|
|
287844
|
+
"id": {
|
|
287845
|
+
"defaultValue": null,
|
|
287846
|
+
"description": "The unique id of the item.",
|
|
287847
|
+
"name": "id",
|
|
287848
|
+
"parent": {
|
|
287849
|
+
"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",
|
|
287850
|
+
"name": "MenuItemProps"
|
|
287851
|
+
},
|
|
287852
|
+
"declarations": [
|
|
287853
|
+
{
|
|
287854
|
+
"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",
|
|
287855
|
+
"name": "MenuItemProps"
|
|
287856
|
+
}
|
|
287857
|
+
],
|
|
287858
|
+
"required": false,
|
|
287859
|
+
"type": {
|
|
287860
|
+
"name": "Key"
|
|
287861
|
+
}
|
|
287862
|
+
},
|
|
287749
287863
|
"style": {
|
|
287750
287864
|
"defaultValue": null,
|
|
287751
287865
|
"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.",
|
|
@@ -287765,6 +287879,158 @@
|
|
|
287765
287879
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
287766
287880
|
}
|
|
287767
287881
|
},
|
|
287882
|
+
"href": {
|
|
287883
|
+
"defaultValue": null,
|
|
287884
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
287885
|
+
"name": "href",
|
|
287886
|
+
"parent": {
|
|
287887
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287888
|
+
"name": "LinkDOMProps"
|
|
287889
|
+
},
|
|
287890
|
+
"declarations": [
|
|
287891
|
+
{
|
|
287892
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287893
|
+
"name": "LinkDOMProps"
|
|
287894
|
+
}
|
|
287895
|
+
],
|
|
287896
|
+
"required": false,
|
|
287897
|
+
"type": {
|
|
287898
|
+
"name": "string"
|
|
287899
|
+
}
|
|
287900
|
+
},
|
|
287901
|
+
"hrefLang": {
|
|
287902
|
+
"defaultValue": null,
|
|
287903
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
287904
|
+
"name": "hrefLang",
|
|
287905
|
+
"parent": {
|
|
287906
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287907
|
+
"name": "LinkDOMProps"
|
|
287908
|
+
},
|
|
287909
|
+
"declarations": [
|
|
287910
|
+
{
|
|
287911
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287912
|
+
"name": "LinkDOMProps"
|
|
287913
|
+
}
|
|
287914
|
+
],
|
|
287915
|
+
"required": false,
|
|
287916
|
+
"type": {
|
|
287917
|
+
"name": "string"
|
|
287918
|
+
}
|
|
287919
|
+
},
|
|
287920
|
+
"target": {
|
|
287921
|
+
"defaultValue": null,
|
|
287922
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
287923
|
+
"name": "target",
|
|
287924
|
+
"parent": {
|
|
287925
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287926
|
+
"name": "LinkDOMProps"
|
|
287927
|
+
},
|
|
287928
|
+
"declarations": [
|
|
287929
|
+
{
|
|
287930
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287931
|
+
"name": "LinkDOMProps"
|
|
287932
|
+
}
|
|
287933
|
+
],
|
|
287934
|
+
"required": false,
|
|
287935
|
+
"type": {
|
|
287936
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
287937
|
+
}
|
|
287938
|
+
},
|
|
287939
|
+
"rel": {
|
|
287940
|
+
"defaultValue": null,
|
|
287941
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
287942
|
+
"name": "rel",
|
|
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": "LinkDOMProps"
|
|
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": "LinkDOMProps"
|
|
287951
|
+
}
|
|
287952
|
+
],
|
|
287953
|
+
"required": false,
|
|
287954
|
+
"type": {
|
|
287955
|
+
"name": "string"
|
|
287956
|
+
}
|
|
287957
|
+
},
|
|
287958
|
+
"download": {
|
|
287959
|
+
"defaultValue": null,
|
|
287960
|
+
"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).",
|
|
287961
|
+
"name": "download",
|
|
287962
|
+
"parent": {
|
|
287963
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287964
|
+
"name": "LinkDOMProps"
|
|
287965
|
+
},
|
|
287966
|
+
"declarations": [
|
|
287967
|
+
{
|
|
287968
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287969
|
+
"name": "LinkDOMProps"
|
|
287970
|
+
}
|
|
287971
|
+
],
|
|
287972
|
+
"required": false,
|
|
287973
|
+
"type": {
|
|
287974
|
+
"name": "string | boolean"
|
|
287975
|
+
}
|
|
287976
|
+
},
|
|
287977
|
+
"ping": {
|
|
287978
|
+
"defaultValue": null,
|
|
287979
|
+
"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).",
|
|
287980
|
+
"name": "ping",
|
|
287981
|
+
"parent": {
|
|
287982
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287983
|
+
"name": "LinkDOMProps"
|
|
287984
|
+
},
|
|
287985
|
+
"declarations": [
|
|
287986
|
+
{
|
|
287987
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287988
|
+
"name": "LinkDOMProps"
|
|
287989
|
+
}
|
|
287990
|
+
],
|
|
287991
|
+
"required": false,
|
|
287992
|
+
"type": {
|
|
287993
|
+
"name": "string"
|
|
287994
|
+
}
|
|
287995
|
+
},
|
|
287996
|
+
"referrerPolicy": {
|
|
287997
|
+
"defaultValue": null,
|
|
287998
|
+
"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).",
|
|
287999
|
+
"name": "referrerPolicy",
|
|
288000
|
+
"parent": {
|
|
288001
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288002
|
+
"name": "LinkDOMProps"
|
|
288003
|
+
},
|
|
288004
|
+
"declarations": [
|
|
288005
|
+
{
|
|
288006
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288007
|
+
"name": "LinkDOMProps"
|
|
288008
|
+
}
|
|
288009
|
+
],
|
|
288010
|
+
"required": false,
|
|
288011
|
+
"type": {
|
|
288012
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
288013
|
+
}
|
|
288014
|
+
},
|
|
288015
|
+
"routerOptions": {
|
|
288016
|
+
"defaultValue": null,
|
|
288017
|
+
"description": "Options for the configured client side router.",
|
|
288018
|
+
"name": "routerOptions",
|
|
288019
|
+
"parent": {
|
|
288020
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288021
|
+
"name": "LinkDOMProps"
|
|
288022
|
+
},
|
|
288023
|
+
"declarations": [
|
|
288024
|
+
{
|
|
288025
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288026
|
+
"name": "LinkDOMProps"
|
|
288027
|
+
}
|
|
288028
|
+
],
|
|
288029
|
+
"required": false,
|
|
288030
|
+
"type": {
|
|
288031
|
+
"name": "undefined"
|
|
288032
|
+
}
|
|
288033
|
+
},
|
|
287768
288034
|
"onHoverStart": {
|
|
287769
288035
|
"defaultValue": null,
|
|
287770
288036
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -287822,6 +288088,120 @@
|
|
|
287822
288088
|
"name": "((isHovering: boolean) => void)"
|
|
287823
288089
|
}
|
|
287824
288090
|
},
|
|
288091
|
+
"onPress": {
|
|
288092
|
+
"defaultValue": null,
|
|
288093
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
288094
|
+
"name": "onPress",
|
|
288095
|
+
"parent": {
|
|
288096
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288097
|
+
"name": "PressEvents"
|
|
288098
|
+
},
|
|
288099
|
+
"declarations": [
|
|
288100
|
+
{
|
|
288101
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288102
|
+
"name": "PressEvents"
|
|
288103
|
+
}
|
|
288104
|
+
],
|
|
288105
|
+
"required": false,
|
|
288106
|
+
"type": {
|
|
288107
|
+
"name": "((e: PressEvent) => void)"
|
|
288108
|
+
}
|
|
288109
|
+
},
|
|
288110
|
+
"onPressStart": {
|
|
288111
|
+
"defaultValue": null,
|
|
288112
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
288113
|
+
"name": "onPressStart",
|
|
288114
|
+
"parent": {
|
|
288115
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288116
|
+
"name": "PressEvents"
|
|
288117
|
+
},
|
|
288118
|
+
"declarations": [
|
|
288119
|
+
{
|
|
288120
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288121
|
+
"name": "PressEvents"
|
|
288122
|
+
}
|
|
288123
|
+
],
|
|
288124
|
+
"required": false,
|
|
288125
|
+
"type": {
|
|
288126
|
+
"name": "((e: PressEvent) => void)"
|
|
288127
|
+
}
|
|
288128
|
+
},
|
|
288129
|
+
"onPressEnd": {
|
|
288130
|
+
"defaultValue": null,
|
|
288131
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
288132
|
+
"name": "onPressEnd",
|
|
288133
|
+
"parent": {
|
|
288134
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288135
|
+
"name": "PressEvents"
|
|
288136
|
+
},
|
|
288137
|
+
"declarations": [
|
|
288138
|
+
{
|
|
288139
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288140
|
+
"name": "PressEvents"
|
|
288141
|
+
}
|
|
288142
|
+
],
|
|
288143
|
+
"required": false,
|
|
288144
|
+
"type": {
|
|
288145
|
+
"name": "((e: PressEvent) => void)"
|
|
288146
|
+
}
|
|
288147
|
+
},
|
|
288148
|
+
"onPressChange": {
|
|
288149
|
+
"defaultValue": null,
|
|
288150
|
+
"description": "Handler that is called when the press state changes.",
|
|
288151
|
+
"name": "onPressChange",
|
|
288152
|
+
"parent": {
|
|
288153
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288154
|
+
"name": "PressEvents"
|
|
288155
|
+
},
|
|
288156
|
+
"declarations": [
|
|
288157
|
+
{
|
|
288158
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288159
|
+
"name": "PressEvents"
|
|
288160
|
+
}
|
|
288161
|
+
],
|
|
288162
|
+
"required": false,
|
|
288163
|
+
"type": {
|
|
288164
|
+
"name": "((isPressed: boolean) => void)"
|
|
288165
|
+
}
|
|
288166
|
+
},
|
|
288167
|
+
"onPressUp": {
|
|
288168
|
+
"defaultValue": null,
|
|
288169
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
288170
|
+
"name": "onPressUp",
|
|
288171
|
+
"parent": {
|
|
288172
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288173
|
+
"name": "PressEvents"
|
|
288174
|
+
},
|
|
288175
|
+
"declarations": [
|
|
288176
|
+
{
|
|
288177
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288178
|
+
"name": "PressEvents"
|
|
288179
|
+
}
|
|
288180
|
+
],
|
|
288181
|
+
"required": false,
|
|
288182
|
+
"type": {
|
|
288183
|
+
"name": "((e: PressEvent) => void)"
|
|
288184
|
+
}
|
|
288185
|
+
},
|
|
288186
|
+
"onClick": {
|
|
288187
|
+
"defaultValue": null,
|
|
288188
|
+
"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.",
|
|
288189
|
+
"name": "onClick",
|
|
288190
|
+
"parent": {
|
|
288191
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288192
|
+
"name": "PressEvents"
|
|
288193
|
+
},
|
|
288194
|
+
"declarations": [
|
|
288195
|
+
{
|
|
288196
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
288197
|
+
"name": "PressEvents"
|
|
288198
|
+
}
|
|
288199
|
+
],
|
|
288200
|
+
"required": false,
|
|
288201
|
+
"type": {
|
|
288202
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
288203
|
+
}
|
|
288204
|
+
},
|
|
287825
288205
|
"dir": {
|
|
287826
288206
|
"defaultValue": null,
|
|
287827
288207
|
"description": "",
|
|
@@ -287917,25 +288297,6 @@
|
|
|
287917
288297
|
"name": "\"yes\" | \"no\""
|
|
287918
288298
|
}
|
|
287919
288299
|
},
|
|
287920
|
-
"onClick": {
|
|
287921
|
-
"defaultValue": null,
|
|
287922
|
-
"description": "",
|
|
287923
|
-
"name": "onClick",
|
|
287924
|
-
"parent": {
|
|
287925
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287926
|
-
"name": "GlobalDOMEvents"
|
|
287927
|
-
},
|
|
287928
|
-
"declarations": [
|
|
287929
|
-
{
|
|
287930
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287931
|
-
"name": "GlobalDOMEvents"
|
|
287932
|
-
}
|
|
287933
|
-
],
|
|
287934
|
-
"required": false,
|
|
287935
|
-
"type": {
|
|
287936
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
287937
|
-
}
|
|
287938
|
-
},
|
|
287939
288300
|
"onClickCapture": {
|
|
287940
288301
|
"defaultValue": null,
|
|
287941
288302
|
"description": "",
|
|
@@ -289132,6 +289493,21 @@
|
|
|
289132
289493
|
"type": {
|
|
289133
289494
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
289134
289495
|
}
|
|
289496
|
+
},
|
|
289497
|
+
"footer": {
|
|
289498
|
+
"defaultValue": null,
|
|
289499
|
+
"description": "@internal",
|
|
289500
|
+
"name": "footer",
|
|
289501
|
+
"declarations": [
|
|
289502
|
+
{
|
|
289503
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
289504
|
+
"name": "TypeLiteral"
|
|
289505
|
+
}
|
|
289506
|
+
],
|
|
289507
|
+
"required": false,
|
|
289508
|
+
"type": {
|
|
289509
|
+
"name": "boolean"
|
|
289510
|
+
}
|
|
289135
289511
|
}
|
|
289136
289512
|
}
|
|
289137
289513
|
},
|
|
@@ -289139,9 +289515,9 @@
|
|
|
289139
289515
|
"tags": {
|
|
289140
289516
|
"flr-generate": "all"
|
|
289141
289517
|
},
|
|
289142
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
289518
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
289143
289519
|
"description": "",
|
|
289144
|
-
"displayName": "
|
|
289520
|
+
"displayName": "TableHeader",
|
|
289145
289521
|
"methods": [],
|
|
289146
289522
|
"props": {
|
|
289147
289523
|
"className": {
|
|
@@ -289203,25 +289579,6 @@
|
|
|
289203
289579
|
"name": "ReactNode"
|
|
289204
289580
|
}
|
|
289205
289581
|
},
|
|
289206
|
-
"value": {
|
|
289207
|
-
"defaultValue": null,
|
|
289208
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
289209
|
-
"name": "value",
|
|
289210
|
-
"parent": {
|
|
289211
|
-
"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",
|
|
289212
|
-
"name": "MenuItemProps"
|
|
289213
|
-
},
|
|
289214
|
-
"declarations": [
|
|
289215
|
-
{
|
|
289216
|
-
"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",
|
|
289217
|
-
"name": "MenuItemProps"
|
|
289218
|
-
}
|
|
289219
|
-
],
|
|
289220
|
-
"required": false,
|
|
289221
|
-
"type": {
|
|
289222
|
-
"name": "object"
|
|
289223
|
-
}
|
|
289224
|
-
},
|
|
289225
289582
|
"dependencies": {
|
|
289226
289583
|
"defaultValue": null,
|
|
289227
289584
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -289241,82 +289598,6 @@
|
|
|
289241
289598
|
"name": "readonly any[]"
|
|
289242
289599
|
}
|
|
289243
289600
|
},
|
|
289244
|
-
"textValue": {
|
|
289245
|
-
"defaultValue": null,
|
|
289246
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
289247
|
-
"name": "textValue",
|
|
289248
|
-
"parent": {
|
|
289249
|
-
"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",
|
|
289250
|
-
"name": "ListBoxItemProps"
|
|
289251
|
-
},
|
|
289252
|
-
"declarations": [
|
|
289253
|
-
{
|
|
289254
|
-
"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",
|
|
289255
|
-
"name": "ListBoxItemProps"
|
|
289256
|
-
}
|
|
289257
|
-
],
|
|
289258
|
-
"required": false,
|
|
289259
|
-
"type": {
|
|
289260
|
-
"name": "string"
|
|
289261
|
-
}
|
|
289262
|
-
},
|
|
289263
|
-
"isDisabled": {
|
|
289264
|
-
"defaultValue": null,
|
|
289265
|
-
"description": "Whether the item is disabled.",
|
|
289266
|
-
"name": "isDisabled",
|
|
289267
|
-
"parent": {
|
|
289268
|
-
"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",
|
|
289269
|
-
"name": "ListBoxItemProps"
|
|
289270
|
-
},
|
|
289271
|
-
"declarations": [
|
|
289272
|
-
{
|
|
289273
|
-
"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",
|
|
289274
|
-
"name": "ListBoxItemProps"
|
|
289275
|
-
}
|
|
289276
|
-
],
|
|
289277
|
-
"required": false,
|
|
289278
|
-
"type": {
|
|
289279
|
-
"name": "boolean"
|
|
289280
|
-
}
|
|
289281
|
-
},
|
|
289282
|
-
"onAction": {
|
|
289283
|
-
"defaultValue": null,
|
|
289284
|
-
"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.",
|
|
289285
|
-
"name": "onAction",
|
|
289286
|
-
"parent": {
|
|
289287
|
-
"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",
|
|
289288
|
-
"name": "ListBoxItemProps"
|
|
289289
|
-
},
|
|
289290
|
-
"declarations": [
|
|
289291
|
-
{
|
|
289292
|
-
"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",
|
|
289293
|
-
"name": "ListBoxItemProps"
|
|
289294
|
-
}
|
|
289295
|
-
],
|
|
289296
|
-
"required": false,
|
|
289297
|
-
"type": {
|
|
289298
|
-
"name": "(() => void)"
|
|
289299
|
-
}
|
|
289300
|
-
},
|
|
289301
|
-
"id": {
|
|
289302
|
-
"defaultValue": null,
|
|
289303
|
-
"description": "The unique id of the item.",
|
|
289304
|
-
"name": "id",
|
|
289305
|
-
"parent": {
|
|
289306
|
-
"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",
|
|
289307
|
-
"name": "MenuItemProps"
|
|
289308
|
-
},
|
|
289309
|
-
"declarations": [
|
|
289310
|
-
{
|
|
289311
|
-
"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",
|
|
289312
|
-
"name": "MenuItemProps"
|
|
289313
|
-
}
|
|
289314
|
-
],
|
|
289315
|
-
"required": false,
|
|
289316
|
-
"type": {
|
|
289317
|
-
"name": "Key"
|
|
289318
|
-
}
|
|
289319
|
-
},
|
|
289320
289601
|
"style": {
|
|
289321
289602
|
"defaultValue": null,
|
|
289322
289603
|
"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.",
|
|
@@ -289336,158 +289617,6 @@
|
|
|
289336
289617
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
289337
289618
|
}
|
|
289338
289619
|
},
|
|
289339
|
-
"href": {
|
|
289340
|
-
"defaultValue": null,
|
|
289341
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
289342
|
-
"name": "href",
|
|
289343
|
-
"parent": {
|
|
289344
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289345
|
-
"name": "LinkDOMProps"
|
|
289346
|
-
},
|
|
289347
|
-
"declarations": [
|
|
289348
|
-
{
|
|
289349
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289350
|
-
"name": "LinkDOMProps"
|
|
289351
|
-
}
|
|
289352
|
-
],
|
|
289353
|
-
"required": false,
|
|
289354
|
-
"type": {
|
|
289355
|
-
"name": "string"
|
|
289356
|
-
}
|
|
289357
|
-
},
|
|
289358
|
-
"hrefLang": {
|
|
289359
|
-
"defaultValue": null,
|
|
289360
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
289361
|
-
"name": "hrefLang",
|
|
289362
|
-
"parent": {
|
|
289363
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289364
|
-
"name": "LinkDOMProps"
|
|
289365
|
-
},
|
|
289366
|
-
"declarations": [
|
|
289367
|
-
{
|
|
289368
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289369
|
-
"name": "LinkDOMProps"
|
|
289370
|
-
}
|
|
289371
|
-
],
|
|
289372
|
-
"required": false,
|
|
289373
|
-
"type": {
|
|
289374
|
-
"name": "string"
|
|
289375
|
-
}
|
|
289376
|
-
},
|
|
289377
|
-
"target": {
|
|
289378
|
-
"defaultValue": null,
|
|
289379
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
289380
|
-
"name": "target",
|
|
289381
|
-
"parent": {
|
|
289382
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289383
|
-
"name": "LinkDOMProps"
|
|
289384
|
-
},
|
|
289385
|
-
"declarations": [
|
|
289386
|
-
{
|
|
289387
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289388
|
-
"name": "LinkDOMProps"
|
|
289389
|
-
}
|
|
289390
|
-
],
|
|
289391
|
-
"required": false,
|
|
289392
|
-
"type": {
|
|
289393
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
289394
|
-
}
|
|
289395
|
-
},
|
|
289396
|
-
"rel": {
|
|
289397
|
-
"defaultValue": null,
|
|
289398
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
289399
|
-
"name": "rel",
|
|
289400
|
-
"parent": {
|
|
289401
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289402
|
-
"name": "LinkDOMProps"
|
|
289403
|
-
},
|
|
289404
|
-
"declarations": [
|
|
289405
|
-
{
|
|
289406
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289407
|
-
"name": "LinkDOMProps"
|
|
289408
|
-
}
|
|
289409
|
-
],
|
|
289410
|
-
"required": false,
|
|
289411
|
-
"type": {
|
|
289412
|
-
"name": "string"
|
|
289413
|
-
}
|
|
289414
|
-
},
|
|
289415
|
-
"download": {
|
|
289416
|
-
"defaultValue": null,
|
|
289417
|
-
"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).",
|
|
289418
|
-
"name": "download",
|
|
289419
|
-
"parent": {
|
|
289420
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289421
|
-
"name": "LinkDOMProps"
|
|
289422
|
-
},
|
|
289423
|
-
"declarations": [
|
|
289424
|
-
{
|
|
289425
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289426
|
-
"name": "LinkDOMProps"
|
|
289427
|
-
}
|
|
289428
|
-
],
|
|
289429
|
-
"required": false,
|
|
289430
|
-
"type": {
|
|
289431
|
-
"name": "string | boolean"
|
|
289432
|
-
}
|
|
289433
|
-
},
|
|
289434
|
-
"ping": {
|
|
289435
|
-
"defaultValue": null,
|
|
289436
|
-
"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).",
|
|
289437
|
-
"name": "ping",
|
|
289438
|
-
"parent": {
|
|
289439
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289440
|
-
"name": "LinkDOMProps"
|
|
289441
|
-
},
|
|
289442
|
-
"declarations": [
|
|
289443
|
-
{
|
|
289444
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289445
|
-
"name": "LinkDOMProps"
|
|
289446
|
-
}
|
|
289447
|
-
],
|
|
289448
|
-
"required": false,
|
|
289449
|
-
"type": {
|
|
289450
|
-
"name": "string"
|
|
289451
|
-
}
|
|
289452
|
-
},
|
|
289453
|
-
"referrerPolicy": {
|
|
289454
|
-
"defaultValue": null,
|
|
289455
|
-
"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).",
|
|
289456
|
-
"name": "referrerPolicy",
|
|
289457
|
-
"parent": {
|
|
289458
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289459
|
-
"name": "LinkDOMProps"
|
|
289460
|
-
},
|
|
289461
|
-
"declarations": [
|
|
289462
|
-
{
|
|
289463
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289464
|
-
"name": "LinkDOMProps"
|
|
289465
|
-
}
|
|
289466
|
-
],
|
|
289467
|
-
"required": false,
|
|
289468
|
-
"type": {
|
|
289469
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
289470
|
-
}
|
|
289471
|
-
},
|
|
289472
|
-
"routerOptions": {
|
|
289473
|
-
"defaultValue": null,
|
|
289474
|
-
"description": "Options for the configured client side router.",
|
|
289475
|
-
"name": "routerOptions",
|
|
289476
|
-
"parent": {
|
|
289477
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289478
|
-
"name": "LinkDOMProps"
|
|
289479
|
-
},
|
|
289480
|
-
"declarations": [
|
|
289481
|
-
{
|
|
289482
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289483
|
-
"name": "LinkDOMProps"
|
|
289484
|
-
}
|
|
289485
|
-
],
|
|
289486
|
-
"required": false,
|
|
289487
|
-
"type": {
|
|
289488
|
-
"name": "undefined"
|
|
289489
|
-
}
|
|
289490
|
-
},
|
|
289491
289620
|
"onHoverStart": {
|
|
289492
289621
|
"defaultValue": null,
|
|
289493
289622
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -289545,120 +289674,6 @@
|
|
|
289545
289674
|
"name": "((isHovering: boolean) => void)"
|
|
289546
289675
|
}
|
|
289547
289676
|
},
|
|
289548
|
-
"onPress": {
|
|
289549
|
-
"defaultValue": null,
|
|
289550
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
289551
|
-
"name": "onPress",
|
|
289552
|
-
"parent": {
|
|
289553
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289554
|
-
"name": "PressEvents"
|
|
289555
|
-
},
|
|
289556
|
-
"declarations": [
|
|
289557
|
-
{
|
|
289558
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289559
|
-
"name": "PressEvents"
|
|
289560
|
-
}
|
|
289561
|
-
],
|
|
289562
|
-
"required": false,
|
|
289563
|
-
"type": {
|
|
289564
|
-
"name": "((e: PressEvent) => void)"
|
|
289565
|
-
}
|
|
289566
|
-
},
|
|
289567
|
-
"onPressStart": {
|
|
289568
|
-
"defaultValue": null,
|
|
289569
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
289570
|
-
"name": "onPressStart",
|
|
289571
|
-
"parent": {
|
|
289572
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289573
|
-
"name": "PressEvents"
|
|
289574
|
-
},
|
|
289575
|
-
"declarations": [
|
|
289576
|
-
{
|
|
289577
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289578
|
-
"name": "PressEvents"
|
|
289579
|
-
}
|
|
289580
|
-
],
|
|
289581
|
-
"required": false,
|
|
289582
|
-
"type": {
|
|
289583
|
-
"name": "((e: PressEvent) => void)"
|
|
289584
|
-
}
|
|
289585
|
-
},
|
|
289586
|
-
"onPressEnd": {
|
|
289587
|
-
"defaultValue": null,
|
|
289588
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
289589
|
-
"name": "onPressEnd",
|
|
289590
|
-
"parent": {
|
|
289591
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289592
|
-
"name": "PressEvents"
|
|
289593
|
-
},
|
|
289594
|
-
"declarations": [
|
|
289595
|
-
{
|
|
289596
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289597
|
-
"name": "PressEvents"
|
|
289598
|
-
}
|
|
289599
|
-
],
|
|
289600
|
-
"required": false,
|
|
289601
|
-
"type": {
|
|
289602
|
-
"name": "((e: PressEvent) => void)"
|
|
289603
|
-
}
|
|
289604
|
-
},
|
|
289605
|
-
"onPressChange": {
|
|
289606
|
-
"defaultValue": null,
|
|
289607
|
-
"description": "Handler that is called when the press state changes.",
|
|
289608
|
-
"name": "onPressChange",
|
|
289609
|
-
"parent": {
|
|
289610
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289611
|
-
"name": "PressEvents"
|
|
289612
|
-
},
|
|
289613
|
-
"declarations": [
|
|
289614
|
-
{
|
|
289615
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289616
|
-
"name": "PressEvents"
|
|
289617
|
-
}
|
|
289618
|
-
],
|
|
289619
|
-
"required": false,
|
|
289620
|
-
"type": {
|
|
289621
|
-
"name": "((isPressed: boolean) => void)"
|
|
289622
|
-
}
|
|
289623
|
-
},
|
|
289624
|
-
"onPressUp": {
|
|
289625
|
-
"defaultValue": null,
|
|
289626
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
289627
|
-
"name": "onPressUp",
|
|
289628
|
-
"parent": {
|
|
289629
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289630
|
-
"name": "PressEvents"
|
|
289631
|
-
},
|
|
289632
|
-
"declarations": [
|
|
289633
|
-
{
|
|
289634
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289635
|
-
"name": "PressEvents"
|
|
289636
|
-
}
|
|
289637
|
-
],
|
|
289638
|
-
"required": false,
|
|
289639
|
-
"type": {
|
|
289640
|
-
"name": "((e: PressEvent) => void)"
|
|
289641
|
-
}
|
|
289642
|
-
},
|
|
289643
|
-
"onClick": {
|
|
289644
|
-
"defaultValue": null,
|
|
289645
|
-
"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.",
|
|
289646
|
-
"name": "onClick",
|
|
289647
|
-
"parent": {
|
|
289648
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289649
|
-
"name": "PressEvents"
|
|
289650
|
-
},
|
|
289651
|
-
"declarations": [
|
|
289652
|
-
{
|
|
289653
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289654
|
-
"name": "PressEvents"
|
|
289655
|
-
}
|
|
289656
|
-
],
|
|
289657
|
-
"required": false,
|
|
289658
|
-
"type": {
|
|
289659
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
289660
|
-
}
|
|
289661
|
-
},
|
|
289662
289677
|
"dir": {
|
|
289663
289678
|
"defaultValue": null,
|
|
289664
289679
|
"description": "",
|
|
@@ -289754,6 +289769,25 @@
|
|
|
289754
289769
|
"name": "\"yes\" | \"no\""
|
|
289755
289770
|
}
|
|
289756
289771
|
},
|
|
289772
|
+
"onClick": {
|
|
289773
|
+
"defaultValue": null,
|
|
289774
|
+
"description": "",
|
|
289775
|
+
"name": "onClick",
|
|
289776
|
+
"parent": {
|
|
289777
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289778
|
+
"name": "GlobalDOMEvents"
|
|
289779
|
+
},
|
|
289780
|
+
"declarations": [
|
|
289781
|
+
{
|
|
289782
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289783
|
+
"name": "GlobalDOMEvents"
|
|
289784
|
+
}
|
|
289785
|
+
],
|
|
289786
|
+
"required": false,
|
|
289787
|
+
"type": {
|
|
289788
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289789
|
+
}
|
|
289790
|
+
},
|
|
289757
289791
|
"onClickCapture": {
|
|
289758
289792
|
"defaultValue": null,
|
|
289759
289793
|
"description": "",
|
|
@@ -290950,21 +290984,6 @@
|
|
|
290950
290984
|
"type": {
|
|
290951
290985
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
290952
290986
|
}
|
|
290953
|
-
},
|
|
290954
|
-
"footer": {
|
|
290955
|
-
"defaultValue": null,
|
|
290956
|
-
"description": "@internal",
|
|
290957
|
-
"name": "footer",
|
|
290958
|
-
"declarations": [
|
|
290959
|
-
{
|
|
290960
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
290961
|
-
"name": "TypeLiteral"
|
|
290962
|
-
}
|
|
290963
|
-
],
|
|
290964
|
-
"required": false,
|
|
290965
|
-
"type": {
|
|
290966
|
-
"name": "boolean"
|
|
290967
|
-
}
|
|
290968
290987
|
}
|
|
290969
290988
|
}
|
|
290970
290989
|
},
|
|
@@ -301228,6 +301247,34 @@
|
|
|
301228
301247
|
}
|
|
301229
301248
|
}
|
|
301230
301249
|
},
|
|
301250
|
+
{
|
|
301251
|
+
"tags": {},
|
|
301252
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
301253
|
+
"description": "",
|
|
301254
|
+
"displayName": "PopoverTip",
|
|
301255
|
+
"methods": [],
|
|
301256
|
+
"props": {
|
|
301257
|
+
"className": {
|
|
301258
|
+
"defaultValue": null,
|
|
301259
|
+
"description": "The elements class name.",
|
|
301260
|
+
"name": "className",
|
|
301261
|
+
"parent": {
|
|
301262
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301263
|
+
"name": "PropsWithClassName"
|
|
301264
|
+
},
|
|
301265
|
+
"declarations": [
|
|
301266
|
+
{
|
|
301267
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301268
|
+
"name": "PropsWithClassName"
|
|
301269
|
+
}
|
|
301270
|
+
],
|
|
301271
|
+
"required": false,
|
|
301272
|
+
"type": {
|
|
301273
|
+
"name": "string"
|
|
301274
|
+
}
|
|
301275
|
+
}
|
|
301276
|
+
}
|
|
301277
|
+
},
|
|
301231
301278
|
{
|
|
301232
301279
|
"tags": {},
|
|
301233
301280
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
|
|
@@ -301366,34 +301413,6 @@
|
|
|
301366
301413
|
}
|
|
301367
301414
|
}
|
|
301368
301415
|
},
|
|
301369
|
-
{
|
|
301370
|
-
"tags": {},
|
|
301371
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
301372
|
-
"description": "",
|
|
301373
|
-
"displayName": "PopoverTip",
|
|
301374
|
-
"methods": [],
|
|
301375
|
-
"props": {
|
|
301376
|
-
"className": {
|
|
301377
|
-
"defaultValue": null,
|
|
301378
|
-
"description": "The elements class name.",
|
|
301379
|
-
"name": "className",
|
|
301380
|
-
"parent": {
|
|
301381
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301382
|
-
"name": "PropsWithClassName"
|
|
301383
|
-
},
|
|
301384
|
-
"declarations": [
|
|
301385
|
-
{
|
|
301386
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301387
|
-
"name": "PropsWithClassName"
|
|
301388
|
-
}
|
|
301389
|
-
],
|
|
301390
|
-
"required": false,
|
|
301391
|
-
"type": {
|
|
301392
|
-
"name": "string"
|
|
301393
|
-
}
|
|
301394
|
-
}
|
|
301395
|
-
}
|
|
301396
|
-
},
|
|
301397
301416
|
{
|
|
301398
301417
|
"tags": {
|
|
301399
301418
|
"flr-generate": "all"
|
|
@@ -301622,71 +301641,67 @@
|
|
|
301622
301641
|
}
|
|
301623
301642
|
},
|
|
301624
301643
|
{
|
|
301625
|
-
"tags": {
|
|
301626
|
-
|
|
301627
|
-
},
|
|
301628
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301644
|
+
"tags": {},
|
|
301645
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301629
301646
|
"description": "",
|
|
301630
|
-
"displayName": "
|
|
301647
|
+
"displayName": "ValidationResultButton",
|
|
301631
301648
|
"methods": [],
|
|
301632
301649
|
"props": {
|
|
301633
|
-
"
|
|
301634
|
-
"defaultValue":
|
|
301635
|
-
"value": "false"
|
|
301636
|
-
},
|
|
301650
|
+
"policyValidationResult": {
|
|
301651
|
+
"defaultValue": null,
|
|
301637
301652
|
"description": "",
|
|
301638
|
-
"name": "
|
|
301653
|
+
"name": "policyValidationResult",
|
|
301639
301654
|
"parent": {
|
|
301640
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301655
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301641
301656
|
"name": "Props"
|
|
301642
301657
|
},
|
|
301643
301658
|
"declarations": [
|
|
301644
301659
|
{
|
|
301645
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301660
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301646
301661
|
"name": "Props"
|
|
301647
301662
|
}
|
|
301648
301663
|
],
|
|
301649
301664
|
"required": false,
|
|
301650
301665
|
"type": {
|
|
301651
|
-
"name": "
|
|
301666
|
+
"name": "ResolvedPolicyValidationResult"
|
|
301652
301667
|
}
|
|
301653
301668
|
},
|
|
301654
|
-
"
|
|
301669
|
+
"isDisabled": {
|
|
301655
301670
|
"defaultValue": null,
|
|
301656
301671
|
"description": "",
|
|
301657
|
-
"name": "
|
|
301672
|
+
"name": "isDisabled",
|
|
301658
301673
|
"parent": {
|
|
301659
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301674
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301660
301675
|
"name": "Props"
|
|
301661
301676
|
},
|
|
301662
301677
|
"declarations": [
|
|
301663
301678
|
{
|
|
301664
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301679
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301665
301680
|
"name": "Props"
|
|
301666
301681
|
}
|
|
301667
301682
|
],
|
|
301668
|
-
"required":
|
|
301683
|
+
"required": false,
|
|
301669
301684
|
"type": {
|
|
301670
301685
|
"name": "boolean"
|
|
301671
301686
|
}
|
|
301672
301687
|
},
|
|
301673
|
-
"
|
|
301688
|
+
"isEmptyValue": {
|
|
301674
301689
|
"defaultValue": null,
|
|
301675
301690
|
"description": "",
|
|
301676
|
-
"name": "
|
|
301691
|
+
"name": "isEmptyValue",
|
|
301677
301692
|
"parent": {
|
|
301678
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301693
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301679
301694
|
"name": "Props"
|
|
301680
301695
|
},
|
|
301681
301696
|
"declarations": [
|
|
301682
301697
|
{
|
|
301683
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301698
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301684
301699
|
"name": "Props"
|
|
301685
301700
|
}
|
|
301686
301701
|
],
|
|
301687
301702
|
"required": true,
|
|
301688
301703
|
"type": {
|
|
301689
|
-
"name": "
|
|
301704
|
+
"name": "boolean"
|
|
301690
301705
|
}
|
|
301691
301706
|
},
|
|
301692
301707
|
"className": {
|
|
@@ -301711,67 +301726,71 @@
|
|
|
301711
301726
|
}
|
|
301712
301727
|
},
|
|
301713
301728
|
{
|
|
301714
|
-
"tags": {
|
|
301715
|
-
|
|
301729
|
+
"tags": {
|
|
301730
|
+
"internal": ""
|
|
301731
|
+
},
|
|
301732
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301716
301733
|
"description": "",
|
|
301717
|
-
"displayName": "
|
|
301734
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
301718
301735
|
"methods": [],
|
|
301719
301736
|
"props": {
|
|
301720
|
-
"
|
|
301721
|
-
"defaultValue":
|
|
301737
|
+
"isDisabled": {
|
|
301738
|
+
"defaultValue": {
|
|
301739
|
+
"value": "false"
|
|
301740
|
+
},
|
|
301722
301741
|
"description": "",
|
|
301723
|
-
"name": "
|
|
301742
|
+
"name": "isDisabled",
|
|
301724
301743
|
"parent": {
|
|
301725
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301744
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301726
301745
|
"name": "Props"
|
|
301727
301746
|
},
|
|
301728
301747
|
"declarations": [
|
|
301729
301748
|
{
|
|
301730
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301749
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301731
301750
|
"name": "Props"
|
|
301732
301751
|
}
|
|
301733
301752
|
],
|
|
301734
301753
|
"required": false,
|
|
301735
301754
|
"type": {
|
|
301736
|
-
"name": "
|
|
301755
|
+
"name": "boolean"
|
|
301737
301756
|
}
|
|
301738
301757
|
},
|
|
301739
|
-
"
|
|
301758
|
+
"isVisible": {
|
|
301740
301759
|
"defaultValue": null,
|
|
301741
301760
|
"description": "",
|
|
301742
|
-
"name": "
|
|
301761
|
+
"name": "isVisible",
|
|
301743
301762
|
"parent": {
|
|
301744
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301763
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301745
301764
|
"name": "Props"
|
|
301746
301765
|
},
|
|
301747
301766
|
"declarations": [
|
|
301748
301767
|
{
|
|
301749
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301768
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301750
301769
|
"name": "Props"
|
|
301751
301770
|
}
|
|
301752
301771
|
],
|
|
301753
|
-
"required":
|
|
301772
|
+
"required": true,
|
|
301754
301773
|
"type": {
|
|
301755
301774
|
"name": "boolean"
|
|
301756
301775
|
}
|
|
301757
301776
|
},
|
|
301758
|
-
"
|
|
301777
|
+
"onPress": {
|
|
301759
301778
|
"defaultValue": null,
|
|
301760
301779
|
"description": "",
|
|
301761
|
-
"name": "
|
|
301780
|
+
"name": "onPress",
|
|
301762
301781
|
"parent": {
|
|
301763
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301782
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301764
301783
|
"name": "Props"
|
|
301765
301784
|
},
|
|
301766
301785
|
"declarations": [
|
|
301767
301786
|
{
|
|
301768
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301787
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301769
301788
|
"name": "Props"
|
|
301770
301789
|
}
|
|
301771
301790
|
],
|
|
301772
301791
|
"required": true,
|
|
301773
301792
|
"type": {
|
|
301774
|
-
"name": "
|
|
301793
|
+
"name": "ActionFn"
|
|
301775
301794
|
}
|
|
301776
301795
|
},
|
|
301777
301796
|
"className": {
|
|
@@ -307596,6 +307615,14 @@
|
|
|
307596
307615
|
"methods": [],
|
|
307597
307616
|
"props": {}
|
|
307598
307617
|
},
|
|
307618
|
+
{
|
|
307619
|
+
"tags": {},
|
|
307620
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
307621
|
+
"description": "",
|
|
307622
|
+
"displayName": "ConfirmUnsavedChangesModal",
|
|
307623
|
+
"methods": [],
|
|
307624
|
+
"props": {}
|
|
307625
|
+
},
|
|
307599
307626
|
{
|
|
307600
307627
|
"tags": {},
|
|
307601
307628
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -307734,14 +307761,6 @@
|
|
|
307734
307761
|
}
|
|
307735
307762
|
}
|
|
307736
307763
|
},
|
|
307737
|
-
{
|
|
307738
|
-
"tags": {},
|
|
307739
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
307740
|
-
"description": "",
|
|
307741
|
-
"displayName": "ConfirmUnsavedChangesModal",
|
|
307742
|
-
"methods": [],
|
|
307743
|
-
"props": {}
|
|
307744
|
-
},
|
|
307745
307764
|
{
|
|
307746
307765
|
"tags": {
|
|
307747
307766
|
"flr-generate": "all"
|
|
@@ -311026,47 +311045,24 @@
|
|
|
311026
311045
|
"tags": {
|
|
311027
311046
|
"flr-generate": "all"
|
|
311028
311047
|
},
|
|
311029
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/
|
|
311048
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311030
311049
|
"description": "",
|
|
311031
|
-
"displayName": "
|
|
311050
|
+
"displayName": "ContextMenuSection",
|
|
311032
311051
|
"methods": [],
|
|
311033
311052
|
"props": {
|
|
311034
|
-
"
|
|
311035
|
-
"defaultValue": null,
|
|
311036
|
-
"description": "Whether the overlay should be open initially.",
|
|
311037
|
-
"name": "isDefaultOpen",
|
|
311038
|
-
"parent": {
|
|
311039
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311040
|
-
"name": "OverlayTriggerProps"
|
|
311041
|
-
},
|
|
311042
|
-
"declarations": [
|
|
311043
|
-
{
|
|
311044
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311045
|
-
"name": "OverlayTriggerProps"
|
|
311046
|
-
}
|
|
311047
|
-
],
|
|
311048
|
-
"required": false,
|
|
311049
|
-
"type": {
|
|
311050
|
-
"name": "boolean"
|
|
311051
|
-
}
|
|
311052
|
-
},
|
|
311053
|
-
"controller": {
|
|
311053
|
+
"children": {
|
|
311054
311054
|
"defaultValue": null,
|
|
311055
|
-
"description": "
|
|
311056
|
-
"name": "
|
|
311057
|
-
"parent": {
|
|
311058
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311059
|
-
"name": "OverlayTriggerProps"
|
|
311060
|
-
},
|
|
311055
|
+
"description": "",
|
|
311056
|
+
"name": "children",
|
|
311061
311057
|
"declarations": [
|
|
311062
311058
|
{
|
|
311063
|
-
"fileName": "
|
|
311064
|
-
"name": "
|
|
311059
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311060
|
+
"name": "TypeLiteral"
|
|
311065
311061
|
}
|
|
311066
311062
|
],
|
|
311067
311063
|
"required": false,
|
|
311068
311064
|
"type": {
|
|
311069
|
-
"name": "
|
|
311065
|
+
"name": "ReactNode"
|
|
311070
311066
|
}
|
|
311071
311067
|
},
|
|
311072
311068
|
"wrapWith": {
|
|
@@ -311145,19 +311141,57 @@
|
|
|
311145
311141
|
"name": "Key | null"
|
|
311146
311142
|
}
|
|
311147
311143
|
},
|
|
311148
|
-
"
|
|
311144
|
+
"selectedKeys": {
|
|
311145
|
+
"defaultValue": null,
|
|
311146
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
311147
|
+
"name": "selectedKeys",
|
|
311148
|
+
"parent": {
|
|
311149
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311150
|
+
"name": "MultipleSelection"
|
|
311151
|
+
},
|
|
311152
|
+
"declarations": [
|
|
311153
|
+
{
|
|
311154
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311155
|
+
"name": "MultipleSelection"
|
|
311156
|
+
}
|
|
311157
|
+
],
|
|
311158
|
+
"required": false,
|
|
311159
|
+
"type": {
|
|
311160
|
+
"name": "\"all\" | Iterable<Key>"
|
|
311161
|
+
}
|
|
311162
|
+
},
|
|
311163
|
+
"defaultSelectedKeys": {
|
|
311164
|
+
"defaultValue": null,
|
|
311165
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
311166
|
+
"name": "defaultSelectedKeys",
|
|
311167
|
+
"parent": {
|
|
311168
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311169
|
+
"name": "MultipleSelection"
|
|
311170
|
+
},
|
|
311171
|
+
"declarations": [
|
|
311172
|
+
{
|
|
311173
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311174
|
+
"name": "MultipleSelection"
|
|
311175
|
+
}
|
|
311176
|
+
],
|
|
311177
|
+
"required": false,
|
|
311178
|
+
"type": {
|
|
311179
|
+
"name": "\"all\" | Iterable<Key>"
|
|
311180
|
+
}
|
|
311181
|
+
},
|
|
311182
|
+
"selectionMode": {
|
|
311149
311183
|
"defaultValue": null,
|
|
311150
311184
|
"description": "",
|
|
311151
|
-
"name": "
|
|
311185
|
+
"name": "selectionMode",
|
|
311152
311186
|
"declarations": [
|
|
311153
311187
|
{
|
|
311154
|
-
"fileName": "
|
|
311188
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311155
311189
|
"name": "TypeLiteral"
|
|
311156
311190
|
}
|
|
311157
311191
|
],
|
|
311158
311192
|
"required": false,
|
|
311159
311193
|
"type": {
|
|
311160
|
-
"name": "
|
|
311194
|
+
"name": "ContextMenuSelectionMode"
|
|
311161
311195
|
}
|
|
311162
311196
|
}
|
|
311163
311197
|
}
|
|
@@ -311166,24 +311200,47 @@
|
|
|
311166
311200
|
"tags": {
|
|
311167
311201
|
"flr-generate": "all"
|
|
311168
311202
|
},
|
|
311169
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/
|
|
311203
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
311170
311204
|
"description": "",
|
|
311171
|
-
"displayName": "
|
|
311205
|
+
"displayName": "ContextMenuTrigger",
|
|
311172
311206
|
"methods": [],
|
|
311173
311207
|
"props": {
|
|
311174
|
-
"
|
|
311208
|
+
"isDefaultOpen": {
|
|
311175
311209
|
"defaultValue": null,
|
|
311176
|
-
"description": "",
|
|
311177
|
-
"name": "
|
|
311210
|
+
"description": "Whether the overlay should be open initially.",
|
|
311211
|
+
"name": "isDefaultOpen",
|
|
311212
|
+
"parent": {
|
|
311213
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311214
|
+
"name": "OverlayTriggerProps"
|
|
311215
|
+
},
|
|
311178
311216
|
"declarations": [
|
|
311179
311217
|
{
|
|
311180
|
-
"fileName": "
|
|
311181
|
-
"name": "
|
|
311218
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311219
|
+
"name": "OverlayTriggerProps"
|
|
311182
311220
|
}
|
|
311183
311221
|
],
|
|
311184
311222
|
"required": false,
|
|
311185
311223
|
"type": {
|
|
311186
|
-
"name": "
|
|
311224
|
+
"name": "boolean"
|
|
311225
|
+
}
|
|
311226
|
+
},
|
|
311227
|
+
"controller": {
|
|
311228
|
+
"defaultValue": null,
|
|
311229
|
+
"description": "A controller to control the state of the overlay.",
|
|
311230
|
+
"name": "controller",
|
|
311231
|
+
"parent": {
|
|
311232
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311233
|
+
"name": "OverlayTriggerProps"
|
|
311234
|
+
},
|
|
311235
|
+
"declarations": [
|
|
311236
|
+
{
|
|
311237
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311238
|
+
"name": "OverlayTriggerProps"
|
|
311239
|
+
}
|
|
311240
|
+
],
|
|
311241
|
+
"required": false,
|
|
311242
|
+
"type": {
|
|
311243
|
+
"name": "OverlayController"
|
|
311187
311244
|
}
|
|
311188
311245
|
},
|
|
311189
311246
|
"wrapWith": {
|
|
@@ -311262,57 +311319,19 @@
|
|
|
311262
311319
|
"name": "Key | null"
|
|
311263
311320
|
}
|
|
311264
311321
|
},
|
|
311265
|
-
"
|
|
311266
|
-
"defaultValue": null,
|
|
311267
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
311268
|
-
"name": "selectedKeys",
|
|
311269
|
-
"parent": {
|
|
311270
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311271
|
-
"name": "MultipleSelection"
|
|
311272
|
-
},
|
|
311273
|
-
"declarations": [
|
|
311274
|
-
{
|
|
311275
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311276
|
-
"name": "MultipleSelection"
|
|
311277
|
-
}
|
|
311278
|
-
],
|
|
311279
|
-
"required": false,
|
|
311280
|
-
"type": {
|
|
311281
|
-
"name": "\"all\" | Iterable<Key>"
|
|
311282
|
-
}
|
|
311283
|
-
},
|
|
311284
|
-
"defaultSelectedKeys": {
|
|
311285
|
-
"defaultValue": null,
|
|
311286
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
311287
|
-
"name": "defaultSelectedKeys",
|
|
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
|
-
"selectionMode": {
|
|
311322
|
+
"children": {
|
|
311304
311323
|
"defaultValue": null,
|
|
311305
311324
|
"description": "",
|
|
311306
|
-
"name": "
|
|
311325
|
+
"name": "children",
|
|
311307
311326
|
"declarations": [
|
|
311308
311327
|
{
|
|
311309
|
-
"fileName": "
|
|
311328
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311310
311329
|
"name": "TypeLiteral"
|
|
311311
311330
|
}
|
|
311312
311331
|
],
|
|
311313
311332
|
"required": false,
|
|
311314
311333
|
"type": {
|
|
311315
|
-
"name": "
|
|
311334
|
+
"name": "ReactNode"
|
|
311316
311335
|
}
|
|
311317
311336
|
}
|
|
311318
311337
|
}
|
|
@@ -313357,6 +313376,264 @@
|
|
|
313357
313376
|
}
|
|
313358
313377
|
}
|
|
313359
313378
|
},
|
|
313379
|
+
{
|
|
313380
|
+
"tags": {
|
|
313381
|
+
"flr-generate": "all"
|
|
313382
|
+
},
|
|
313383
|
+
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
313384
|
+
"description": "",
|
|
313385
|
+
"displayName": "XAxis",
|
|
313386
|
+
"methods": [],
|
|
313387
|
+
"props": {
|
|
313388
|
+
"className": {
|
|
313389
|
+
"defaultValue": null,
|
|
313390
|
+
"description": "",
|
|
313391
|
+
"name": "className",
|
|
313392
|
+
"parent": {
|
|
313393
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313394
|
+
"name": "HTMLAttributes"
|
|
313395
|
+
},
|
|
313396
|
+
"declarations": [
|
|
313397
|
+
{
|
|
313398
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313399
|
+
"name": "HTMLAttributes"
|
|
313400
|
+
}
|
|
313401
|
+
],
|
|
313402
|
+
"required": false,
|
|
313403
|
+
"type": {
|
|
313404
|
+
"name": "string"
|
|
313405
|
+
}
|
|
313406
|
+
},
|
|
313407
|
+
"type": {
|
|
313408
|
+
"defaultValue": null,
|
|
313409
|
+
"description": "",
|
|
313410
|
+
"name": "type",
|
|
313411
|
+
"parent": {
|
|
313412
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313413
|
+
"name": "SVGAttributes"
|
|
313414
|
+
},
|
|
313415
|
+
"declarations": [
|
|
313416
|
+
{
|
|
313417
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313418
|
+
"name": "SVGAttributes"
|
|
313419
|
+
}
|
|
313420
|
+
],
|
|
313421
|
+
"required": false,
|
|
313422
|
+
"type": {
|
|
313423
|
+
"name": "string"
|
|
313424
|
+
}
|
|
313425
|
+
},
|
|
313426
|
+
"hide": {
|
|
313427
|
+
"defaultValue": null,
|
|
313428
|
+
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
313429
|
+
"name": "hide",
|
|
313430
|
+
"parent": {
|
|
313431
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313432
|
+
"name": "RenderableAxisProps"
|
|
313433
|
+
},
|
|
313434
|
+
"declarations": [
|
|
313435
|
+
{
|
|
313436
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313437
|
+
"name": "RenderableAxisProps"
|
|
313438
|
+
}
|
|
313439
|
+
],
|
|
313440
|
+
"required": false,
|
|
313441
|
+
"type": {
|
|
313442
|
+
"name": "boolean"
|
|
313443
|
+
}
|
|
313444
|
+
},
|
|
313445
|
+
"orientation": {
|
|
313446
|
+
"defaultValue": null,
|
|
313447
|
+
"description": "",
|
|
313448
|
+
"name": "orientation",
|
|
313449
|
+
"parent": {
|
|
313450
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313451
|
+
"name": "SVGAttributes"
|
|
313452
|
+
},
|
|
313453
|
+
"declarations": [
|
|
313454
|
+
{
|
|
313455
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313456
|
+
"name": "SVGAttributes"
|
|
313457
|
+
}
|
|
313458
|
+
],
|
|
313459
|
+
"required": false,
|
|
313460
|
+
"type": {
|
|
313461
|
+
"name": "string | number"
|
|
313462
|
+
}
|
|
313463
|
+
},
|
|
313464
|
+
"scale": {
|
|
313465
|
+
"defaultValue": null,
|
|
313466
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
313467
|
+
"name": "scale",
|
|
313468
|
+
"parent": {
|
|
313469
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313470
|
+
"name": "XAxisProps"
|
|
313471
|
+
},
|
|
313472
|
+
"declarations": [
|
|
313473
|
+
{
|
|
313474
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313475
|
+
"name": "XAxisProps"
|
|
313476
|
+
}
|
|
313477
|
+
],
|
|
313478
|
+
"required": false,
|
|
313479
|
+
"type": {
|
|
313480
|
+
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
313481
|
+
}
|
|
313482
|
+
},
|
|
313483
|
+
"dataKey": {
|
|
313484
|
+
"defaultValue": null,
|
|
313485
|
+
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
313486
|
+
"name": "dataKey",
|
|
313487
|
+
"parent": {
|
|
313488
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313489
|
+
"name": "BaseAxisProps"
|
|
313490
|
+
},
|
|
313491
|
+
"declarations": [
|
|
313492
|
+
{
|
|
313493
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313494
|
+
"name": "BaseAxisProps"
|
|
313495
|
+
}
|
|
313496
|
+
],
|
|
313497
|
+
"required": false,
|
|
313498
|
+
"type": {
|
|
313499
|
+
"name": "DataKey<any>"
|
|
313500
|
+
}
|
|
313501
|
+
},
|
|
313502
|
+
"allowDecimals": {
|
|
313503
|
+
"defaultValue": null,
|
|
313504
|
+
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
313505
|
+
"name": "allowDecimals",
|
|
313506
|
+
"parent": {
|
|
313507
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313508
|
+
"name": "RenderableAxisProps"
|
|
313509
|
+
},
|
|
313510
|
+
"declarations": [
|
|
313511
|
+
{
|
|
313512
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313513
|
+
"name": "RenderableAxisProps"
|
|
313514
|
+
}
|
|
313515
|
+
],
|
|
313516
|
+
"required": false,
|
|
313517
|
+
"type": {
|
|
313518
|
+
"name": "boolean"
|
|
313519
|
+
}
|
|
313520
|
+
},
|
|
313521
|
+
"interval": {
|
|
313522
|
+
"defaultValue": null,
|
|
313523
|
+
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
313524
|
+
"name": "interval",
|
|
313525
|
+
"parent": {
|
|
313526
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313527
|
+
"name": "XAxisProps"
|
|
313528
|
+
},
|
|
313529
|
+
"declarations": [
|
|
313530
|
+
{
|
|
313531
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313532
|
+
"name": "XAxisProps"
|
|
313533
|
+
}
|
|
313534
|
+
],
|
|
313535
|
+
"required": false,
|
|
313536
|
+
"type": {
|
|
313537
|
+
"name": "AxisInterval"
|
|
313538
|
+
}
|
|
313539
|
+
},
|
|
313540
|
+
"minTickGap": {
|
|
313541
|
+
"defaultValue": null,
|
|
313542
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313543
|
+
"name": "minTickGap",
|
|
313544
|
+
"parent": {
|
|
313545
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313546
|
+
"name": "XAxisProps"
|
|
313547
|
+
},
|
|
313548
|
+
"declarations": [
|
|
313549
|
+
{
|
|
313550
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313551
|
+
"name": "XAxisProps"
|
|
313552
|
+
}
|
|
313553
|
+
],
|
|
313554
|
+
"required": false,
|
|
313555
|
+
"type": {
|
|
313556
|
+
"name": "number"
|
|
313557
|
+
}
|
|
313558
|
+
},
|
|
313559
|
+
"domain": {
|
|
313560
|
+
"defaultValue": null,
|
|
313561
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
313562
|
+
"name": "domain",
|
|
313563
|
+
"parent": {
|
|
313564
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313565
|
+
"name": "XAxisProps"
|
|
313566
|
+
},
|
|
313567
|
+
"declarations": [
|
|
313568
|
+
{
|
|
313569
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313570
|
+
"name": "XAxisProps"
|
|
313571
|
+
}
|
|
313572
|
+
],
|
|
313573
|
+
"required": false,
|
|
313574
|
+
"type": {
|
|
313575
|
+
"name": "AxisDomain"
|
|
313576
|
+
}
|
|
313577
|
+
},
|
|
313578
|
+
"unit": {
|
|
313579
|
+
"defaultValue": null,
|
|
313580
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
313581
|
+
"name": "unit",
|
|
313582
|
+
"parent": {
|
|
313583
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313584
|
+
"name": "BaseAxisProps"
|
|
313585
|
+
},
|
|
313586
|
+
"declarations": [
|
|
313587
|
+
{
|
|
313588
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313589
|
+
"name": "BaseAxisProps"
|
|
313590
|
+
}
|
|
313591
|
+
],
|
|
313592
|
+
"required": false,
|
|
313593
|
+
"type": {
|
|
313594
|
+
"name": "string"
|
|
313595
|
+
}
|
|
313596
|
+
},
|
|
313597
|
+
"tickFormatter": {
|
|
313598
|
+
"defaultValue": null,
|
|
313599
|
+
"description": "The formatter function of tick.",
|
|
313600
|
+
"name": "tickFormatter",
|
|
313601
|
+
"parent": {
|
|
313602
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313603
|
+
"name": "RenderableAxisProps"
|
|
313604
|
+
},
|
|
313605
|
+
"declarations": [
|
|
313606
|
+
{
|
|
313607
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313608
|
+
"name": "RenderableAxisProps"
|
|
313609
|
+
}
|
|
313610
|
+
],
|
|
313611
|
+
"required": false,
|
|
313612
|
+
"type": {
|
|
313613
|
+
"name": "((value: any, index: number) => string)"
|
|
313614
|
+
}
|
|
313615
|
+
},
|
|
313616
|
+
"allowDataOverflow": {
|
|
313617
|
+
"defaultValue": null,
|
|
313618
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
313619
|
+
"name": "allowDataOverflow",
|
|
313620
|
+
"parent": {
|
|
313621
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313622
|
+
"name": "RenderableAxisProps"
|
|
313623
|
+
},
|
|
313624
|
+
"declarations": [
|
|
313625
|
+
{
|
|
313626
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313627
|
+
"name": "RenderableAxisProps"
|
|
313628
|
+
}
|
|
313629
|
+
],
|
|
313630
|
+
"required": false,
|
|
313631
|
+
"type": {
|
|
313632
|
+
"name": "boolean"
|
|
313633
|
+
}
|
|
313634
|
+
}
|
|
313635
|
+
}
|
|
313636
|
+
},
|
|
313360
313637
|
{
|
|
313361
313638
|
"tags": {
|
|
313362
313639
|
"flr-generate": "all"
|
|
@@ -313526,264 +313803,6 @@
|
|
|
313526
313803
|
}
|
|
313527
313804
|
}
|
|
313528
313805
|
},
|
|
313529
|
-
{
|
|
313530
|
-
"tags": {
|
|
313531
|
-
"flr-generate": "all"
|
|
313532
|
-
},
|
|
313533
|
-
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
313534
|
-
"description": "",
|
|
313535
|
-
"displayName": "XAxis",
|
|
313536
|
-
"methods": [],
|
|
313537
|
-
"props": {
|
|
313538
|
-
"className": {
|
|
313539
|
-
"defaultValue": null,
|
|
313540
|
-
"description": "",
|
|
313541
|
-
"name": "className",
|
|
313542
|
-
"parent": {
|
|
313543
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313544
|
-
"name": "HTMLAttributes"
|
|
313545
|
-
},
|
|
313546
|
-
"declarations": [
|
|
313547
|
-
{
|
|
313548
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313549
|
-
"name": "HTMLAttributes"
|
|
313550
|
-
}
|
|
313551
|
-
],
|
|
313552
|
-
"required": false,
|
|
313553
|
-
"type": {
|
|
313554
|
-
"name": "string"
|
|
313555
|
-
}
|
|
313556
|
-
},
|
|
313557
|
-
"type": {
|
|
313558
|
-
"defaultValue": null,
|
|
313559
|
-
"description": "",
|
|
313560
|
-
"name": "type",
|
|
313561
|
-
"parent": {
|
|
313562
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313563
|
-
"name": "SVGAttributes"
|
|
313564
|
-
},
|
|
313565
|
-
"declarations": [
|
|
313566
|
-
{
|
|
313567
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313568
|
-
"name": "SVGAttributes"
|
|
313569
|
-
}
|
|
313570
|
-
],
|
|
313571
|
-
"required": false,
|
|
313572
|
-
"type": {
|
|
313573
|
-
"name": "string"
|
|
313574
|
-
}
|
|
313575
|
-
},
|
|
313576
|
-
"hide": {
|
|
313577
|
-
"defaultValue": null,
|
|
313578
|
-
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
313579
|
-
"name": "hide",
|
|
313580
|
-
"parent": {
|
|
313581
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313582
|
-
"name": "RenderableAxisProps"
|
|
313583
|
-
},
|
|
313584
|
-
"declarations": [
|
|
313585
|
-
{
|
|
313586
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313587
|
-
"name": "RenderableAxisProps"
|
|
313588
|
-
}
|
|
313589
|
-
],
|
|
313590
|
-
"required": false,
|
|
313591
|
-
"type": {
|
|
313592
|
-
"name": "boolean"
|
|
313593
|
-
}
|
|
313594
|
-
},
|
|
313595
|
-
"orientation": {
|
|
313596
|
-
"defaultValue": null,
|
|
313597
|
-
"description": "",
|
|
313598
|
-
"name": "orientation",
|
|
313599
|
-
"parent": {
|
|
313600
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313601
|
-
"name": "SVGAttributes"
|
|
313602
|
-
},
|
|
313603
|
-
"declarations": [
|
|
313604
|
-
{
|
|
313605
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313606
|
-
"name": "SVGAttributes"
|
|
313607
|
-
}
|
|
313608
|
-
],
|
|
313609
|
-
"required": false,
|
|
313610
|
-
"type": {
|
|
313611
|
-
"name": "string | number"
|
|
313612
|
-
}
|
|
313613
|
-
},
|
|
313614
|
-
"scale": {
|
|
313615
|
-
"defaultValue": null,
|
|
313616
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
313617
|
-
"name": "scale",
|
|
313618
|
-
"parent": {
|
|
313619
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313620
|
-
"name": "XAxisProps"
|
|
313621
|
-
},
|
|
313622
|
-
"declarations": [
|
|
313623
|
-
{
|
|
313624
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313625
|
-
"name": "XAxisProps"
|
|
313626
|
-
}
|
|
313627
|
-
],
|
|
313628
|
-
"required": false,
|
|
313629
|
-
"type": {
|
|
313630
|
-
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
313631
|
-
}
|
|
313632
|
-
},
|
|
313633
|
-
"dataKey": {
|
|
313634
|
-
"defaultValue": null,
|
|
313635
|
-
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
313636
|
-
"name": "dataKey",
|
|
313637
|
-
"parent": {
|
|
313638
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313639
|
-
"name": "BaseAxisProps"
|
|
313640
|
-
},
|
|
313641
|
-
"declarations": [
|
|
313642
|
-
{
|
|
313643
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313644
|
-
"name": "BaseAxisProps"
|
|
313645
|
-
}
|
|
313646
|
-
],
|
|
313647
|
-
"required": false,
|
|
313648
|
-
"type": {
|
|
313649
|
-
"name": "DataKey<any>"
|
|
313650
|
-
}
|
|
313651
|
-
},
|
|
313652
|
-
"allowDecimals": {
|
|
313653
|
-
"defaultValue": null,
|
|
313654
|
-
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
313655
|
-
"name": "allowDecimals",
|
|
313656
|
-
"parent": {
|
|
313657
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313658
|
-
"name": "RenderableAxisProps"
|
|
313659
|
-
},
|
|
313660
|
-
"declarations": [
|
|
313661
|
-
{
|
|
313662
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313663
|
-
"name": "RenderableAxisProps"
|
|
313664
|
-
}
|
|
313665
|
-
],
|
|
313666
|
-
"required": false,
|
|
313667
|
-
"type": {
|
|
313668
|
-
"name": "boolean"
|
|
313669
|
-
}
|
|
313670
|
-
},
|
|
313671
|
-
"interval": {
|
|
313672
|
-
"defaultValue": null,
|
|
313673
|
-
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
313674
|
-
"name": "interval",
|
|
313675
|
-
"parent": {
|
|
313676
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313677
|
-
"name": "XAxisProps"
|
|
313678
|
-
},
|
|
313679
|
-
"declarations": [
|
|
313680
|
-
{
|
|
313681
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313682
|
-
"name": "XAxisProps"
|
|
313683
|
-
}
|
|
313684
|
-
],
|
|
313685
|
-
"required": false,
|
|
313686
|
-
"type": {
|
|
313687
|
-
"name": "AxisInterval"
|
|
313688
|
-
}
|
|
313689
|
-
},
|
|
313690
|
-
"minTickGap": {
|
|
313691
|
-
"defaultValue": null,
|
|
313692
|
-
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313693
|
-
"name": "minTickGap",
|
|
313694
|
-
"parent": {
|
|
313695
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313696
|
-
"name": "XAxisProps"
|
|
313697
|
-
},
|
|
313698
|
-
"declarations": [
|
|
313699
|
-
{
|
|
313700
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313701
|
-
"name": "XAxisProps"
|
|
313702
|
-
}
|
|
313703
|
-
],
|
|
313704
|
-
"required": false,
|
|
313705
|
-
"type": {
|
|
313706
|
-
"name": "number"
|
|
313707
|
-
}
|
|
313708
|
-
},
|
|
313709
|
-
"domain": {
|
|
313710
|
-
"defaultValue": null,
|
|
313711
|
-
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
313712
|
-
"name": "domain",
|
|
313713
|
-
"parent": {
|
|
313714
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313715
|
-
"name": "XAxisProps"
|
|
313716
|
-
},
|
|
313717
|
-
"declarations": [
|
|
313718
|
-
{
|
|
313719
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313720
|
-
"name": "XAxisProps"
|
|
313721
|
-
}
|
|
313722
|
-
],
|
|
313723
|
-
"required": false,
|
|
313724
|
-
"type": {
|
|
313725
|
-
"name": "AxisDomain"
|
|
313726
|
-
}
|
|
313727
|
-
},
|
|
313728
|
-
"unit": {
|
|
313729
|
-
"defaultValue": null,
|
|
313730
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
313731
|
-
"name": "unit",
|
|
313732
|
-
"parent": {
|
|
313733
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313734
|
-
"name": "BaseAxisProps"
|
|
313735
|
-
},
|
|
313736
|
-
"declarations": [
|
|
313737
|
-
{
|
|
313738
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313739
|
-
"name": "BaseAxisProps"
|
|
313740
|
-
}
|
|
313741
|
-
],
|
|
313742
|
-
"required": false,
|
|
313743
|
-
"type": {
|
|
313744
|
-
"name": "string"
|
|
313745
|
-
}
|
|
313746
|
-
},
|
|
313747
|
-
"tickFormatter": {
|
|
313748
|
-
"defaultValue": null,
|
|
313749
|
-
"description": "The formatter function of tick.",
|
|
313750
|
-
"name": "tickFormatter",
|
|
313751
|
-
"parent": {
|
|
313752
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313753
|
-
"name": "RenderableAxisProps"
|
|
313754
|
-
},
|
|
313755
|
-
"declarations": [
|
|
313756
|
-
{
|
|
313757
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313758
|
-
"name": "RenderableAxisProps"
|
|
313759
|
-
}
|
|
313760
|
-
],
|
|
313761
|
-
"required": false,
|
|
313762
|
-
"type": {
|
|
313763
|
-
"name": "((value: any, index: number) => string)"
|
|
313764
|
-
}
|
|
313765
|
-
},
|
|
313766
|
-
"allowDataOverflow": {
|
|
313767
|
-
"defaultValue": null,
|
|
313768
|
-
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
313769
|
-
"name": "allowDataOverflow",
|
|
313770
|
-
"parent": {
|
|
313771
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313772
|
-
"name": "RenderableAxisProps"
|
|
313773
|
-
},
|
|
313774
|
-
"declarations": [
|
|
313775
|
-
{
|
|
313776
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313777
|
-
"name": "RenderableAxisProps"
|
|
313778
|
-
}
|
|
313779
|
-
],
|
|
313780
|
-
"required": false,
|
|
313781
|
-
"type": {
|
|
313782
|
-
"name": "boolean"
|
|
313783
|
-
}
|
|
313784
|
-
}
|
|
313785
|
-
}
|
|
313786
|
-
},
|
|
313787
313806
|
{
|
|
313788
313807
|
"tags": {
|
|
313789
313808
|
"internal": ""
|
|
@@ -337318,6 +337337,14 @@
|
|
|
337318
337337
|
}
|
|
337319
337338
|
}
|
|
337320
337339
|
},
|
|
337340
|
+
{
|
|
337341
|
+
"tags": {},
|
|
337342
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337343
|
+
"description": "",
|
|
337344
|
+
"displayName": "ActiveFilters",
|
|
337345
|
+
"methods": [],
|
|
337346
|
+
"props": {}
|
|
337347
|
+
},
|
|
337321
337348
|
{
|
|
337322
337349
|
"tags": {},
|
|
337323
337350
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
@@ -337370,14 +337397,6 @@
|
|
|
337370
337397
|
"methods": [],
|
|
337371
337398
|
"props": {}
|
|
337372
337399
|
},
|
|
337373
|
-
{
|
|
337374
|
-
"tags": {},
|
|
337375
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337376
|
-
"description": "",
|
|
337377
|
-
"displayName": "ActiveFilters",
|
|
337378
|
-
"methods": [],
|
|
337379
|
-
"props": {}
|
|
337380
|
-
},
|
|
337381
337400
|
{
|
|
337382
337401
|
"tags": {},
|
|
337383
337402
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|