@mittwald/flow-react-components 0.2.0-alpha.527 → 0.2.0-alpha.528
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +828 -828
- package/dist/js/components/src/components/List/model/loading/IncrementalLoader.mjs +9 -12
- package/dist/js/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -34644,11 +34644,125 @@
|
|
|
34644
34644
|
"tags": {
|
|
34645
34645
|
"flr-generate": "all"
|
|
34646
34646
|
},
|
|
34647
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
34647
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/Select.tsx",
|
|
34648
34648
|
"description": "",
|
|
34649
|
-
"displayName": "
|
|
34649
|
+
"displayName": "Select",
|
|
34650
34650
|
"methods": [],
|
|
34651
34651
|
"props": {
|
|
34652
|
+
"onChange": {
|
|
34653
|
+
"defaultValue": null,
|
|
34654
|
+
"description": "Handler that is called when the selected value changes.",
|
|
34655
|
+
"name": "onChange",
|
|
34656
|
+
"parent": {
|
|
34657
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34658
|
+
"name": "SelectProps"
|
|
34659
|
+
},
|
|
34660
|
+
"declarations": [
|
|
34661
|
+
{
|
|
34662
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34663
|
+
"name": "SelectProps"
|
|
34664
|
+
}
|
|
34665
|
+
],
|
|
34666
|
+
"required": false,
|
|
34667
|
+
"type": {
|
|
34668
|
+
"name": "((value: Key | null) => void)"
|
|
34669
|
+
}
|
|
34670
|
+
},
|
|
34671
|
+
"controller": {
|
|
34672
|
+
"defaultValue": null,
|
|
34673
|
+
"description": "An overlay controller to control the select option popover state.",
|
|
34674
|
+
"name": "controller",
|
|
34675
|
+
"parent": {
|
|
34676
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34677
|
+
"name": "SelectProps"
|
|
34678
|
+
},
|
|
34679
|
+
"declarations": [
|
|
34680
|
+
{
|
|
34681
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34682
|
+
"name": "SelectProps"
|
|
34683
|
+
}
|
|
34684
|
+
],
|
|
34685
|
+
"required": false,
|
|
34686
|
+
"type": {
|
|
34687
|
+
"name": "OverlayController"
|
|
34688
|
+
}
|
|
34689
|
+
},
|
|
34690
|
+
"isReadOnly": {
|
|
34691
|
+
"defaultValue": null,
|
|
34692
|
+
"description": "Whether the component is read only.",
|
|
34693
|
+
"name": "isReadOnly",
|
|
34694
|
+
"parent": {
|
|
34695
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34696
|
+
"name": "SelectProps"
|
|
34697
|
+
},
|
|
34698
|
+
"declarations": [
|
|
34699
|
+
{
|
|
34700
|
+
"fileName": "components/src/components/Select/Select.tsx",
|
|
34701
|
+
"name": "SelectProps"
|
|
34702
|
+
}
|
|
34703
|
+
],
|
|
34704
|
+
"required": false,
|
|
34705
|
+
"type": {
|
|
34706
|
+
"name": "boolean"
|
|
34707
|
+
}
|
|
34708
|
+
},
|
|
34709
|
+
"isOpen": {
|
|
34710
|
+
"defaultValue": null,
|
|
34711
|
+
"description": "Sets the open state of the menu.",
|
|
34712
|
+
"name": "isOpen",
|
|
34713
|
+
"parent": {
|
|
34714
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34715
|
+
"name": "SelectProps"
|
|
34716
|
+
},
|
|
34717
|
+
"declarations": [
|
|
34718
|
+
{
|
|
34719
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34720
|
+
"name": "SelectProps"
|
|
34721
|
+
}
|
|
34722
|
+
],
|
|
34723
|
+
"required": false,
|
|
34724
|
+
"type": {
|
|
34725
|
+
"name": "boolean"
|
|
34726
|
+
}
|
|
34727
|
+
},
|
|
34728
|
+
"defaultOpen": {
|
|
34729
|
+
"defaultValue": null,
|
|
34730
|
+
"description": "Sets the default open state of the menu.",
|
|
34731
|
+
"name": "defaultOpen",
|
|
34732
|
+
"parent": {
|
|
34733
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34734
|
+
"name": "SelectProps"
|
|
34735
|
+
},
|
|
34736
|
+
"declarations": [
|
|
34737
|
+
{
|
|
34738
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34739
|
+
"name": "SelectProps"
|
|
34740
|
+
}
|
|
34741
|
+
],
|
|
34742
|
+
"required": false,
|
|
34743
|
+
"type": {
|
|
34744
|
+
"name": "boolean"
|
|
34745
|
+
}
|
|
34746
|
+
},
|
|
34747
|
+
"onOpenChange": {
|
|
34748
|
+
"defaultValue": null,
|
|
34749
|
+
"description": "Method that is called when the open state of the menu changes.",
|
|
34750
|
+
"name": "onOpenChange",
|
|
34751
|
+
"parent": {
|
|
34752
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34753
|
+
"name": "SelectProps"
|
|
34754
|
+
},
|
|
34755
|
+
"declarations": [
|
|
34756
|
+
{
|
|
34757
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
34758
|
+
"name": "SelectProps"
|
|
34759
|
+
}
|
|
34760
|
+
],
|
|
34761
|
+
"required": false,
|
|
34762
|
+
"type": {
|
|
34763
|
+
"name": "((isOpen: boolean) => void)"
|
|
34764
|
+
}
|
|
34765
|
+
},
|
|
34652
34766
|
"aria-label": {
|
|
34653
34767
|
"defaultValue": null,
|
|
34654
34768
|
"description": "Defines a string value that labels the current element.",
|
|
@@ -34725,25 +34839,6 @@
|
|
|
34725
34839
|
"name": "string"
|
|
34726
34840
|
}
|
|
34727
34841
|
},
|
|
34728
|
-
"className": {
|
|
34729
|
-
"defaultValue": null,
|
|
34730
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
34731
|
-
"name": "className",
|
|
34732
|
-
"parent": {
|
|
34733
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34734
|
-
"name": "StyleRenderProps"
|
|
34735
|
-
},
|
|
34736
|
-
"declarations": [
|
|
34737
|
-
{
|
|
34738
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
34739
|
-
"name": "StyleRenderProps"
|
|
34740
|
-
}
|
|
34741
|
-
],
|
|
34742
|
-
"required": false,
|
|
34743
|
-
"type": {
|
|
34744
|
-
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
34745
|
-
}
|
|
34746
|
-
},
|
|
34747
34842
|
"style": {
|
|
34748
34843
|
"defaultValue": null,
|
|
34749
34844
|
"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.",
|
|
@@ -36074,6 +36169,255 @@
|
|
|
36074
36169
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
36075
36170
|
}
|
|
36076
36171
|
},
|
|
36172
|
+
"validationBehavior": {
|
|
36173
|
+
"defaultValue": {
|
|
36174
|
+
"value": "'native'"
|
|
36175
|
+
},
|
|
36176
|
+
"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.",
|
|
36177
|
+
"name": "validationBehavior",
|
|
36178
|
+
"parent": {
|
|
36179
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36180
|
+
"name": "RACValidation"
|
|
36181
|
+
},
|
|
36182
|
+
"declarations": [
|
|
36183
|
+
{
|
|
36184
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36185
|
+
"name": "RACValidation"
|
|
36186
|
+
}
|
|
36187
|
+
],
|
|
36188
|
+
"required": false,
|
|
36189
|
+
"type": {
|
|
36190
|
+
"name": "\"native\" | \"aria\""
|
|
36191
|
+
}
|
|
36192
|
+
},
|
|
36193
|
+
"isDisabled": {
|
|
36194
|
+
"defaultValue": null,
|
|
36195
|
+
"description": "Whether the input is disabled.",
|
|
36196
|
+
"name": "isDisabled",
|
|
36197
|
+
"parent": {
|
|
36198
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36199
|
+
"name": "InputBase"
|
|
36200
|
+
},
|
|
36201
|
+
"declarations": [
|
|
36202
|
+
{
|
|
36203
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36204
|
+
"name": "InputBase"
|
|
36205
|
+
}
|
|
36206
|
+
],
|
|
36207
|
+
"required": false,
|
|
36208
|
+
"type": {
|
|
36209
|
+
"name": "boolean"
|
|
36210
|
+
}
|
|
36211
|
+
},
|
|
36212
|
+
"isRequired": {
|
|
36213
|
+
"defaultValue": null,
|
|
36214
|
+
"description": "Whether user input is required on the input before form submission.",
|
|
36215
|
+
"name": "isRequired",
|
|
36216
|
+
"parent": {
|
|
36217
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36218
|
+
"name": "Validation"
|
|
36219
|
+
},
|
|
36220
|
+
"declarations": [
|
|
36221
|
+
{
|
|
36222
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36223
|
+
"name": "Validation"
|
|
36224
|
+
}
|
|
36225
|
+
],
|
|
36226
|
+
"required": false,
|
|
36227
|
+
"type": {
|
|
36228
|
+
"name": "boolean"
|
|
36229
|
+
}
|
|
36230
|
+
},
|
|
36231
|
+
"isInvalid": {
|
|
36232
|
+
"defaultValue": null,
|
|
36233
|
+
"description": "Whether the input value is invalid.",
|
|
36234
|
+
"name": "isInvalid",
|
|
36235
|
+
"parent": {
|
|
36236
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36237
|
+
"name": "Validation"
|
|
36238
|
+
},
|
|
36239
|
+
"declarations": [
|
|
36240
|
+
{
|
|
36241
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36242
|
+
"name": "Validation"
|
|
36243
|
+
}
|
|
36244
|
+
],
|
|
36245
|
+
"required": false,
|
|
36246
|
+
"type": {
|
|
36247
|
+
"name": "boolean"
|
|
36248
|
+
}
|
|
36249
|
+
},
|
|
36250
|
+
"validate": {
|
|
36251
|
+
"defaultValue": null,
|
|
36252
|
+
"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.",
|
|
36253
|
+
"name": "validate",
|
|
36254
|
+
"parent": {
|
|
36255
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36256
|
+
"name": "Validation"
|
|
36257
|
+
},
|
|
36258
|
+
"declarations": [
|
|
36259
|
+
{
|
|
36260
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36261
|
+
"name": "Validation"
|
|
36262
|
+
}
|
|
36263
|
+
],
|
|
36264
|
+
"required": false,
|
|
36265
|
+
"type": {
|
|
36266
|
+
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
36267
|
+
}
|
|
36268
|
+
},
|
|
36269
|
+
"autoFocus": {
|
|
36270
|
+
"defaultValue": null,
|
|
36271
|
+
"description": "Whether the element should receive focus on render.",
|
|
36272
|
+
"name": "autoFocus",
|
|
36273
|
+
"parent": {
|
|
36274
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36275
|
+
"name": "FocusableProps"
|
|
36276
|
+
},
|
|
36277
|
+
"declarations": [
|
|
36278
|
+
{
|
|
36279
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36280
|
+
"name": "FocusableProps"
|
|
36281
|
+
}
|
|
36282
|
+
],
|
|
36283
|
+
"required": false,
|
|
36284
|
+
"type": {
|
|
36285
|
+
"name": "boolean"
|
|
36286
|
+
}
|
|
36287
|
+
},
|
|
36288
|
+
"onFocus": {
|
|
36289
|
+
"defaultValue": null,
|
|
36290
|
+
"description": "Handler that is called when the element receives focus.",
|
|
36291
|
+
"name": "onFocus",
|
|
36292
|
+
"parent": {
|
|
36293
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36294
|
+
"name": "FocusEvents"
|
|
36295
|
+
},
|
|
36296
|
+
"declarations": [
|
|
36297
|
+
{
|
|
36298
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36299
|
+
"name": "FocusEvents"
|
|
36300
|
+
}
|
|
36301
|
+
],
|
|
36302
|
+
"required": false,
|
|
36303
|
+
"type": {
|
|
36304
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
36305
|
+
}
|
|
36306
|
+
},
|
|
36307
|
+
"onBlur": {
|
|
36308
|
+
"defaultValue": null,
|
|
36309
|
+
"description": "Handler that is called when the element loses focus.",
|
|
36310
|
+
"name": "onBlur",
|
|
36311
|
+
"parent": {
|
|
36312
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36313
|
+
"name": "FocusEvents"
|
|
36314
|
+
},
|
|
36315
|
+
"declarations": [
|
|
36316
|
+
{
|
|
36317
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36318
|
+
"name": "FocusEvents"
|
|
36319
|
+
}
|
|
36320
|
+
],
|
|
36321
|
+
"required": false,
|
|
36322
|
+
"type": {
|
|
36323
|
+
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
36324
|
+
}
|
|
36325
|
+
},
|
|
36326
|
+
"onFocusChange": {
|
|
36327
|
+
"defaultValue": null,
|
|
36328
|
+
"description": "Handler that is called when the element's focus status changes.",
|
|
36329
|
+
"name": "onFocusChange",
|
|
36330
|
+
"parent": {
|
|
36331
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36332
|
+
"name": "FocusEvents"
|
|
36333
|
+
},
|
|
36334
|
+
"declarations": [
|
|
36335
|
+
{
|
|
36336
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36337
|
+
"name": "FocusEvents"
|
|
36338
|
+
}
|
|
36339
|
+
],
|
|
36340
|
+
"required": false,
|
|
36341
|
+
"type": {
|
|
36342
|
+
"name": "((isFocused: boolean) => void)"
|
|
36343
|
+
}
|
|
36344
|
+
},
|
|
36345
|
+
"onKeyDown": {
|
|
36346
|
+
"defaultValue": null,
|
|
36347
|
+
"description": "Handler that is called when a key is pressed.",
|
|
36348
|
+
"name": "onKeyDown",
|
|
36349
|
+
"parent": {
|
|
36350
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36351
|
+
"name": "KeyboardEvents"
|
|
36352
|
+
},
|
|
36353
|
+
"declarations": [
|
|
36354
|
+
{
|
|
36355
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36356
|
+
"name": "KeyboardEvents"
|
|
36357
|
+
}
|
|
36358
|
+
],
|
|
36359
|
+
"required": false,
|
|
36360
|
+
"type": {
|
|
36361
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
36362
|
+
}
|
|
36363
|
+
},
|
|
36364
|
+
"onKeyUp": {
|
|
36365
|
+
"defaultValue": null,
|
|
36366
|
+
"description": "Handler that is called when a key is released.",
|
|
36367
|
+
"name": "onKeyUp",
|
|
36368
|
+
"parent": {
|
|
36369
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36370
|
+
"name": "KeyboardEvents"
|
|
36371
|
+
},
|
|
36372
|
+
"declarations": [
|
|
36373
|
+
{
|
|
36374
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
36375
|
+
"name": "KeyboardEvents"
|
|
36376
|
+
}
|
|
36377
|
+
],
|
|
36378
|
+
"required": false,
|
|
36379
|
+
"type": {
|
|
36380
|
+
"name": "((e: KeyboardEvent) => void)"
|
|
36381
|
+
}
|
|
36382
|
+
},
|
|
36383
|
+
"value": {
|
|
36384
|
+
"defaultValue": null,
|
|
36385
|
+
"description": "The current value (controlled).",
|
|
36386
|
+
"name": "value",
|
|
36387
|
+
"parent": {
|
|
36388
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36389
|
+
"name": "ValueBase"
|
|
36390
|
+
},
|
|
36391
|
+
"declarations": [
|
|
36392
|
+
{
|
|
36393
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36394
|
+
"name": "ValueBase"
|
|
36395
|
+
}
|
|
36396
|
+
],
|
|
36397
|
+
"required": false,
|
|
36398
|
+
"type": {
|
|
36399
|
+
"name": "TimeValue | null"
|
|
36400
|
+
}
|
|
36401
|
+
},
|
|
36402
|
+
"defaultValue": {
|
|
36403
|
+
"defaultValue": null,
|
|
36404
|
+
"description": "The default value (uncontrolled).",
|
|
36405
|
+
"name": "defaultValue",
|
|
36406
|
+
"parent": {
|
|
36407
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36408
|
+
"name": "ValueBase"
|
|
36409
|
+
},
|
|
36410
|
+
"declarations": [
|
|
36411
|
+
{
|
|
36412
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
36413
|
+
"name": "ValueBase"
|
|
36414
|
+
}
|
|
36415
|
+
],
|
|
36416
|
+
"required": false,
|
|
36417
|
+
"type": {
|
|
36418
|
+
"name": "TimeValue | null"
|
|
36419
|
+
}
|
|
36420
|
+
},
|
|
36077
36421
|
"id": {
|
|
36078
36422
|
"defaultValue": null,
|
|
36079
36423
|
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
@@ -36093,6 +36437,44 @@
|
|
|
36093
36437
|
"name": "string"
|
|
36094
36438
|
}
|
|
36095
36439
|
},
|
|
36440
|
+
"name": {
|
|
36441
|
+
"defaultValue": null,
|
|
36442
|
+
"description": "The name of the input, used when submitting an HTML form.",
|
|
36443
|
+
"name": "name",
|
|
36444
|
+
"parent": {
|
|
36445
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36446
|
+
"name": "AriaSelectProps"
|
|
36447
|
+
},
|
|
36448
|
+
"declarations": [
|
|
36449
|
+
{
|
|
36450
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36451
|
+
"name": "AriaSelectProps"
|
|
36452
|
+
}
|
|
36453
|
+
],
|
|
36454
|
+
"required": false,
|
|
36455
|
+
"type": {
|
|
36456
|
+
"name": "string"
|
|
36457
|
+
}
|
|
36458
|
+
},
|
|
36459
|
+
"form": {
|
|
36460
|
+
"defaultValue": null,
|
|
36461
|
+
"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).",
|
|
36462
|
+
"name": "form",
|
|
36463
|
+
"parent": {
|
|
36464
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36465
|
+
"name": "AriaSelectProps"
|
|
36466
|
+
},
|
|
36467
|
+
"declarations": [
|
|
36468
|
+
{
|
|
36469
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36470
|
+
"name": "AriaSelectProps"
|
|
36471
|
+
}
|
|
36472
|
+
],
|
|
36473
|
+
"required": false,
|
|
36474
|
+
"type": {
|
|
36475
|
+
"name": "string"
|
|
36476
|
+
}
|
|
36477
|
+
},
|
|
36096
36478
|
"slot": {
|
|
36097
36479
|
"defaultValue": null,
|
|
36098
36480
|
"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.",
|
|
@@ -36112,97 +36494,86 @@
|
|
|
36112
36494
|
"name": "string | null"
|
|
36113
36495
|
}
|
|
36114
36496
|
},
|
|
36115
|
-
"
|
|
36497
|
+
"placeholder": {
|
|
36116
36498
|
"defaultValue": null,
|
|
36117
|
-
"description": "
|
|
36118
|
-
"name": "
|
|
36499
|
+
"description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
|
|
36500
|
+
"name": "placeholder",
|
|
36119
36501
|
"parent": {
|
|
36120
|
-
"fileName": "flow/node_modules/.pnpm
|
|
36121
|
-
"name": "
|
|
36502
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36503
|
+
"name": "InputProps"
|
|
36122
36504
|
},
|
|
36123
36505
|
"declarations": [
|
|
36124
36506
|
{
|
|
36125
|
-
"fileName": "flow/node_modules/.pnpm
|
|
36126
|
-
"name": "
|
|
36507
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36508
|
+
"name": "InputProps"
|
|
36127
36509
|
}
|
|
36128
36510
|
],
|
|
36129
36511
|
"required": false,
|
|
36130
36512
|
"type": {
|
|
36131
36513
|
"name": "string"
|
|
36132
36514
|
}
|
|
36133
|
-
}
|
|
36134
|
-
|
|
36135
|
-
},
|
|
36136
|
-
{
|
|
36137
|
-
"tags": {
|
|
36138
|
-
"flr-generate": "all"
|
|
36139
|
-
},
|
|
36140
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/Select.tsx",
|
|
36141
|
-
"description": "",
|
|
36142
|
-
"displayName": "Select",
|
|
36143
|
-
"methods": [],
|
|
36144
|
-
"props": {
|
|
36145
|
-
"onChange": {
|
|
36515
|
+
},
|
|
36516
|
+
"excludeFromTabOrder": {
|
|
36146
36517
|
"defaultValue": null,
|
|
36147
|
-
"description": "
|
|
36148
|
-
"name": "
|
|
36518
|
+
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
36519
|
+
"name": "excludeFromTabOrder",
|
|
36149
36520
|
"parent": {
|
|
36150
|
-
"fileName": "
|
|
36151
|
-
"name": "
|
|
36521
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
36522
|
+
"name": "FocusableDOMProps"
|
|
36152
36523
|
},
|
|
36153
36524
|
"declarations": [
|
|
36154
36525
|
{
|
|
36155
|
-
"fileName": "
|
|
36156
|
-
"name": "
|
|
36526
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
36527
|
+
"name": "FocusableDOMProps"
|
|
36157
36528
|
}
|
|
36158
36529
|
],
|
|
36159
36530
|
"required": false,
|
|
36160
36531
|
"type": {
|
|
36161
|
-
"name": "
|
|
36532
|
+
"name": "boolean"
|
|
36162
36533
|
}
|
|
36163
36534
|
},
|
|
36164
|
-
"
|
|
36535
|
+
"autoComplete": {
|
|
36165
36536
|
"defaultValue": null,
|
|
36166
|
-
"description": "
|
|
36167
|
-
"name": "
|
|
36537
|
+
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
36538
|
+
"name": "autoComplete",
|
|
36168
36539
|
"parent": {
|
|
36169
|
-
"fileName": "
|
|
36170
|
-
"name": "
|
|
36540
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36541
|
+
"name": "AriaSelectProps"
|
|
36171
36542
|
},
|
|
36172
36543
|
"declarations": [
|
|
36173
36544
|
{
|
|
36174
|
-
"fileName": "
|
|
36175
|
-
"name": "
|
|
36545
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36546
|
+
"name": "AriaSelectProps"
|
|
36176
36547
|
}
|
|
36177
36548
|
],
|
|
36178
36549
|
"required": false,
|
|
36179
36550
|
"type": {
|
|
36180
|
-
"name": "
|
|
36551
|
+
"name": "string"
|
|
36181
36552
|
}
|
|
36182
36553
|
},
|
|
36183
|
-
"
|
|
36554
|
+
"onSelectionChange": {
|
|
36184
36555
|
"defaultValue": null,
|
|
36185
|
-
"description": "
|
|
36186
|
-
"name": "
|
|
36556
|
+
"description": "Handler that is called when the selection changes.\n@deprecated",
|
|
36557
|
+
"name": "onSelectionChange",
|
|
36187
36558
|
"parent": {
|
|
36188
|
-
"fileName": "
|
|
36559
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36189
36560
|
"name": "SelectProps"
|
|
36190
36561
|
},
|
|
36191
36562
|
"declarations": [
|
|
36192
36563
|
{
|
|
36193
|
-
"fileName": "
|
|
36564
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36194
36565
|
"name": "SelectProps"
|
|
36195
36566
|
}
|
|
36196
36567
|
],
|
|
36197
36568
|
"required": false,
|
|
36198
36569
|
"type": {
|
|
36199
|
-
"name": "
|
|
36570
|
+
"name": "((key: Key | null) => void)"
|
|
36200
36571
|
}
|
|
36201
36572
|
},
|
|
36202
|
-
"
|
|
36573
|
+
"selectedKey": {
|
|
36203
36574
|
"defaultValue": null,
|
|
36204
|
-
"description": "
|
|
36205
|
-
"name": "
|
|
36575
|
+
"description": "The currently selected key in the collection (controlled).\n@deprecated",
|
|
36576
|
+
"name": "selectedKey",
|
|
36206
36577
|
"parent": {
|
|
36207
36578
|
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36208
36579
|
"name": "SelectProps"
|
|
@@ -36215,13 +36586,13 @@
|
|
|
36215
36586
|
],
|
|
36216
36587
|
"required": false,
|
|
36217
36588
|
"type": {
|
|
36218
|
-
"name": "
|
|
36589
|
+
"name": "Key | null"
|
|
36219
36590
|
}
|
|
36220
36591
|
},
|
|
36221
|
-
"
|
|
36592
|
+
"defaultSelectedKey": {
|
|
36222
36593
|
"defaultValue": null,
|
|
36223
|
-
"description": "
|
|
36224
|
-
"name": "
|
|
36594
|
+
"description": "The initial selected key in the collection (uncontrolled).\n@deprecated",
|
|
36595
|
+
"name": "defaultSelectedKey",
|
|
36225
36596
|
"parent": {
|
|
36226
36597
|
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36227
36598
|
"name": "SelectProps"
|
|
@@ -36234,13 +36605,34 @@
|
|
|
36234
36605
|
],
|
|
36235
36606
|
"required": false,
|
|
36236
36607
|
"type": {
|
|
36237
|
-
"name": "
|
|
36608
|
+
"name": "Key"
|
|
36238
36609
|
}
|
|
36239
36610
|
},
|
|
36240
|
-
"
|
|
36611
|
+
"disabledKeys": {
|
|
36241
36612
|
"defaultValue": null,
|
|
36242
|
-
"description": "
|
|
36243
|
-
"name": "
|
|
36613
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
36614
|
+
"name": "disabledKeys",
|
|
36615
|
+
"parent": {
|
|
36616
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
36617
|
+
"name": "CollectionBase"
|
|
36618
|
+
},
|
|
36619
|
+
"declarations": [
|
|
36620
|
+
{
|
|
36621
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
36622
|
+
"name": "CollectionBase"
|
|
36623
|
+
}
|
|
36624
|
+
],
|
|
36625
|
+
"required": false,
|
|
36626
|
+
"type": {
|
|
36627
|
+
"name": "Iterable<Key>"
|
|
36628
|
+
}
|
|
36629
|
+
},
|
|
36630
|
+
"selectionMode": {
|
|
36631
|
+
"defaultValue": {
|
|
36632
|
+
"value": "'single'"
|
|
36633
|
+
},
|
|
36634
|
+
"description": "Whether single or multiple selection is enabled.",
|
|
36635
|
+
"name": "selectionMode",
|
|
36244
36636
|
"parent": {
|
|
36245
36637
|
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
36246
36638
|
"name": "SelectProps"
|
|
@@ -36253,9 +36645,130 @@
|
|
|
36253
36645
|
],
|
|
36254
36646
|
"required": false,
|
|
36255
36647
|
"type": {
|
|
36256
|
-
"name": "
|
|
36648
|
+
"name": "\"single\""
|
|
36649
|
+
}
|
|
36650
|
+
},
|
|
36651
|
+
"children": {
|
|
36652
|
+
"defaultValue": null,
|
|
36653
|
+
"description": "",
|
|
36654
|
+
"name": "children",
|
|
36655
|
+
"declarations": [
|
|
36656
|
+
{
|
|
36657
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36658
|
+
"name": "TypeLiteral"
|
|
36659
|
+
}
|
|
36660
|
+
],
|
|
36661
|
+
"required": false,
|
|
36662
|
+
"type": {
|
|
36663
|
+
"name": "ReactNode"
|
|
36664
|
+
}
|
|
36665
|
+
},
|
|
36666
|
+
"wrapWith": {
|
|
36667
|
+
"defaultValue": null,
|
|
36668
|
+
"description": "",
|
|
36669
|
+
"name": "wrapWith",
|
|
36670
|
+
"parent": {
|
|
36671
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
36672
|
+
"name": "FlowComponentProps"
|
|
36673
|
+
},
|
|
36674
|
+
"declarations": [
|
|
36675
|
+
{
|
|
36676
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
36677
|
+
"name": "FlowComponentProps"
|
|
36678
|
+
}
|
|
36679
|
+
],
|
|
36680
|
+
"required": false,
|
|
36681
|
+
"type": {
|
|
36682
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
36683
|
+
}
|
|
36684
|
+
},
|
|
36685
|
+
"tunnelId": {
|
|
36686
|
+
"defaultValue": null,
|
|
36687
|
+
"description": "@internal",
|
|
36688
|
+
"name": "tunnelId",
|
|
36689
|
+
"parent": {
|
|
36690
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
36691
|
+
"name": "PropsWithTunnel"
|
|
36692
|
+
},
|
|
36693
|
+
"declarations": [
|
|
36694
|
+
{
|
|
36695
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
36696
|
+
"name": "PropsWithTunnel"
|
|
36697
|
+
}
|
|
36698
|
+
],
|
|
36699
|
+
"required": false,
|
|
36700
|
+
"type": {
|
|
36701
|
+
"name": "string | null"
|
|
36702
|
+
}
|
|
36703
|
+
},
|
|
36704
|
+
"ref": {
|
|
36705
|
+
"defaultValue": null,
|
|
36706
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
36707
|
+
"name": "ref",
|
|
36708
|
+
"parent": {
|
|
36709
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36710
|
+
"name": "RefAttributes"
|
|
36711
|
+
},
|
|
36712
|
+
"declarations": [
|
|
36713
|
+
{
|
|
36714
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36715
|
+
"name": "RefAttributes"
|
|
36716
|
+
}
|
|
36717
|
+
],
|
|
36718
|
+
"required": false,
|
|
36719
|
+
"type": {
|
|
36720
|
+
"name": "Ref<HTMLInputElement>"
|
|
36257
36721
|
}
|
|
36258
36722
|
},
|
|
36723
|
+
"key": {
|
|
36724
|
+
"defaultValue": null,
|
|
36725
|
+
"description": "",
|
|
36726
|
+
"name": "key",
|
|
36727
|
+
"parent": {
|
|
36728
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36729
|
+
"name": "Attributes"
|
|
36730
|
+
},
|
|
36731
|
+
"declarations": [
|
|
36732
|
+
{
|
|
36733
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
36734
|
+
"name": "Attributes"
|
|
36735
|
+
}
|
|
36736
|
+
],
|
|
36737
|
+
"required": false,
|
|
36738
|
+
"type": {
|
|
36739
|
+
"name": "Key | null"
|
|
36740
|
+
}
|
|
36741
|
+
},
|
|
36742
|
+
"className": {
|
|
36743
|
+
"defaultValue": null,
|
|
36744
|
+
"description": "The elements class name.",
|
|
36745
|
+
"name": "className",
|
|
36746
|
+
"parent": {
|
|
36747
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
36748
|
+
"name": "PropsWithClassName"
|
|
36749
|
+
},
|
|
36750
|
+
"declarations": [
|
|
36751
|
+
{
|
|
36752
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
36753
|
+
"name": "PropsWithClassName"
|
|
36754
|
+
}
|
|
36755
|
+
],
|
|
36756
|
+
"required": false,
|
|
36757
|
+
"type": {
|
|
36758
|
+
"name": "string"
|
|
36759
|
+
}
|
|
36760
|
+
}
|
|
36761
|
+
}
|
|
36762
|
+
},
|
|
36763
|
+
{
|
|
36764
|
+
"tags": {
|
|
36765
|
+
"flr-generate": "all"
|
|
36766
|
+
},
|
|
36767
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Separator/Separator.tsx",
|
|
36768
|
+
"description": "",
|
|
36769
|
+
"displayName": "Separator",
|
|
36770
|
+
"methods": [],
|
|
36771
|
+
"props": {
|
|
36259
36772
|
"aria-label": {
|
|
36260
36773
|
"defaultValue": null,
|
|
36261
36774
|
"description": "Defines a string value that labels the current element.",
|
|
@@ -36332,6 +36845,25 @@
|
|
|
36332
36845
|
"name": "string"
|
|
36333
36846
|
}
|
|
36334
36847
|
},
|
|
36848
|
+
"className": {
|
|
36849
|
+
"defaultValue": null,
|
|
36850
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
36851
|
+
"name": "className",
|
|
36852
|
+
"parent": {
|
|
36853
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36854
|
+
"name": "StyleRenderProps"
|
|
36855
|
+
},
|
|
36856
|
+
"declarations": [
|
|
36857
|
+
{
|
|
36858
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
36859
|
+
"name": "StyleRenderProps"
|
|
36860
|
+
}
|
|
36861
|
+
],
|
|
36862
|
+
"required": false,
|
|
36863
|
+
"type": {
|
|
36864
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
36865
|
+
}
|
|
36866
|
+
},
|
|
36335
36867
|
"style": {
|
|
36336
36868
|
"defaultValue": null,
|
|
36337
36869
|
"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.",
|
|
@@ -37662,255 +38194,6 @@
|
|
|
37662
38194
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
37663
38195
|
}
|
|
37664
38196
|
},
|
|
37665
|
-
"validationBehavior": {
|
|
37666
|
-
"defaultValue": {
|
|
37667
|
-
"value": "'native'"
|
|
37668
|
-
},
|
|
37669
|
-
"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.",
|
|
37670
|
-
"name": "validationBehavior",
|
|
37671
|
-
"parent": {
|
|
37672
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
37673
|
-
"name": "RACValidation"
|
|
37674
|
-
},
|
|
37675
|
-
"declarations": [
|
|
37676
|
-
{
|
|
37677
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
37678
|
-
"name": "RACValidation"
|
|
37679
|
-
}
|
|
37680
|
-
],
|
|
37681
|
-
"required": false,
|
|
37682
|
-
"type": {
|
|
37683
|
-
"name": "\"native\" | \"aria\""
|
|
37684
|
-
}
|
|
37685
|
-
},
|
|
37686
|
-
"isDisabled": {
|
|
37687
|
-
"defaultValue": null,
|
|
37688
|
-
"description": "Whether the input is disabled.",
|
|
37689
|
-
"name": "isDisabled",
|
|
37690
|
-
"parent": {
|
|
37691
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37692
|
-
"name": "InputBase"
|
|
37693
|
-
},
|
|
37694
|
-
"declarations": [
|
|
37695
|
-
{
|
|
37696
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37697
|
-
"name": "InputBase"
|
|
37698
|
-
}
|
|
37699
|
-
],
|
|
37700
|
-
"required": false,
|
|
37701
|
-
"type": {
|
|
37702
|
-
"name": "boolean"
|
|
37703
|
-
}
|
|
37704
|
-
},
|
|
37705
|
-
"isRequired": {
|
|
37706
|
-
"defaultValue": null,
|
|
37707
|
-
"description": "Whether user input is required on the input before form submission.",
|
|
37708
|
-
"name": "isRequired",
|
|
37709
|
-
"parent": {
|
|
37710
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37711
|
-
"name": "Validation"
|
|
37712
|
-
},
|
|
37713
|
-
"declarations": [
|
|
37714
|
-
{
|
|
37715
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37716
|
-
"name": "Validation"
|
|
37717
|
-
}
|
|
37718
|
-
],
|
|
37719
|
-
"required": false,
|
|
37720
|
-
"type": {
|
|
37721
|
-
"name": "boolean"
|
|
37722
|
-
}
|
|
37723
|
-
},
|
|
37724
|
-
"isInvalid": {
|
|
37725
|
-
"defaultValue": null,
|
|
37726
|
-
"description": "Whether the input value is invalid.",
|
|
37727
|
-
"name": "isInvalid",
|
|
37728
|
-
"parent": {
|
|
37729
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37730
|
-
"name": "Validation"
|
|
37731
|
-
},
|
|
37732
|
-
"declarations": [
|
|
37733
|
-
{
|
|
37734
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37735
|
-
"name": "Validation"
|
|
37736
|
-
}
|
|
37737
|
-
],
|
|
37738
|
-
"required": false,
|
|
37739
|
-
"type": {
|
|
37740
|
-
"name": "boolean"
|
|
37741
|
-
}
|
|
37742
|
-
},
|
|
37743
|
-
"validate": {
|
|
37744
|
-
"defaultValue": null,
|
|
37745
|
-
"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.",
|
|
37746
|
-
"name": "validate",
|
|
37747
|
-
"parent": {
|
|
37748
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37749
|
-
"name": "Validation"
|
|
37750
|
-
},
|
|
37751
|
-
"declarations": [
|
|
37752
|
-
{
|
|
37753
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37754
|
-
"name": "Validation"
|
|
37755
|
-
}
|
|
37756
|
-
],
|
|
37757
|
-
"required": false,
|
|
37758
|
-
"type": {
|
|
37759
|
-
"name": "((value: TimeValue) => true | ValidationError | null)"
|
|
37760
|
-
}
|
|
37761
|
-
},
|
|
37762
|
-
"autoFocus": {
|
|
37763
|
-
"defaultValue": null,
|
|
37764
|
-
"description": "Whether the element should receive focus on render.",
|
|
37765
|
-
"name": "autoFocus",
|
|
37766
|
-
"parent": {
|
|
37767
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37768
|
-
"name": "FocusableProps"
|
|
37769
|
-
},
|
|
37770
|
-
"declarations": [
|
|
37771
|
-
{
|
|
37772
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37773
|
-
"name": "FocusableProps"
|
|
37774
|
-
}
|
|
37775
|
-
],
|
|
37776
|
-
"required": false,
|
|
37777
|
-
"type": {
|
|
37778
|
-
"name": "boolean"
|
|
37779
|
-
}
|
|
37780
|
-
},
|
|
37781
|
-
"onFocus": {
|
|
37782
|
-
"defaultValue": null,
|
|
37783
|
-
"description": "Handler that is called when the element receives focus.",
|
|
37784
|
-
"name": "onFocus",
|
|
37785
|
-
"parent": {
|
|
37786
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37787
|
-
"name": "FocusEvents"
|
|
37788
|
-
},
|
|
37789
|
-
"declarations": [
|
|
37790
|
-
{
|
|
37791
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37792
|
-
"name": "FocusEvents"
|
|
37793
|
-
}
|
|
37794
|
-
],
|
|
37795
|
-
"required": false,
|
|
37796
|
-
"type": {
|
|
37797
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
37798
|
-
}
|
|
37799
|
-
},
|
|
37800
|
-
"onBlur": {
|
|
37801
|
-
"defaultValue": null,
|
|
37802
|
-
"description": "Handler that is called when the element loses focus.",
|
|
37803
|
-
"name": "onBlur",
|
|
37804
|
-
"parent": {
|
|
37805
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37806
|
-
"name": "FocusEvents"
|
|
37807
|
-
},
|
|
37808
|
-
"declarations": [
|
|
37809
|
-
{
|
|
37810
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37811
|
-
"name": "FocusEvents"
|
|
37812
|
-
}
|
|
37813
|
-
],
|
|
37814
|
-
"required": false,
|
|
37815
|
-
"type": {
|
|
37816
|
-
"name": "((e: FocusEvent<Element, Element>) => void)"
|
|
37817
|
-
}
|
|
37818
|
-
},
|
|
37819
|
-
"onFocusChange": {
|
|
37820
|
-
"defaultValue": null,
|
|
37821
|
-
"description": "Handler that is called when the element's focus status changes.",
|
|
37822
|
-
"name": "onFocusChange",
|
|
37823
|
-
"parent": {
|
|
37824
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37825
|
-
"name": "FocusEvents"
|
|
37826
|
-
},
|
|
37827
|
-
"declarations": [
|
|
37828
|
-
{
|
|
37829
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37830
|
-
"name": "FocusEvents"
|
|
37831
|
-
}
|
|
37832
|
-
],
|
|
37833
|
-
"required": false,
|
|
37834
|
-
"type": {
|
|
37835
|
-
"name": "((isFocused: boolean) => void)"
|
|
37836
|
-
}
|
|
37837
|
-
},
|
|
37838
|
-
"onKeyDown": {
|
|
37839
|
-
"defaultValue": null,
|
|
37840
|
-
"description": "Handler that is called when a key is pressed.",
|
|
37841
|
-
"name": "onKeyDown",
|
|
37842
|
-
"parent": {
|
|
37843
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37844
|
-
"name": "KeyboardEvents"
|
|
37845
|
-
},
|
|
37846
|
-
"declarations": [
|
|
37847
|
-
{
|
|
37848
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37849
|
-
"name": "KeyboardEvents"
|
|
37850
|
-
}
|
|
37851
|
-
],
|
|
37852
|
-
"required": false,
|
|
37853
|
-
"type": {
|
|
37854
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
37855
|
-
}
|
|
37856
|
-
},
|
|
37857
|
-
"onKeyUp": {
|
|
37858
|
-
"defaultValue": null,
|
|
37859
|
-
"description": "Handler that is called when a key is released.",
|
|
37860
|
-
"name": "onKeyUp",
|
|
37861
|
-
"parent": {
|
|
37862
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37863
|
-
"name": "KeyboardEvents"
|
|
37864
|
-
},
|
|
37865
|
-
"declarations": [
|
|
37866
|
-
{
|
|
37867
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
37868
|
-
"name": "KeyboardEvents"
|
|
37869
|
-
}
|
|
37870
|
-
],
|
|
37871
|
-
"required": false,
|
|
37872
|
-
"type": {
|
|
37873
|
-
"name": "((e: KeyboardEvent) => void)"
|
|
37874
|
-
}
|
|
37875
|
-
},
|
|
37876
|
-
"value": {
|
|
37877
|
-
"defaultValue": null,
|
|
37878
|
-
"description": "The current value (controlled).",
|
|
37879
|
-
"name": "value",
|
|
37880
|
-
"parent": {
|
|
37881
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37882
|
-
"name": "ValueBase"
|
|
37883
|
-
},
|
|
37884
|
-
"declarations": [
|
|
37885
|
-
{
|
|
37886
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37887
|
-
"name": "ValueBase"
|
|
37888
|
-
}
|
|
37889
|
-
],
|
|
37890
|
-
"required": false,
|
|
37891
|
-
"type": {
|
|
37892
|
-
"name": "TimeValue | null"
|
|
37893
|
-
}
|
|
37894
|
-
},
|
|
37895
|
-
"defaultValue": {
|
|
37896
|
-
"defaultValue": null,
|
|
37897
|
-
"description": "The default value (uncontrolled).",
|
|
37898
|
-
"name": "defaultValue",
|
|
37899
|
-
"parent": {
|
|
37900
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37901
|
-
"name": "ValueBase"
|
|
37902
|
-
},
|
|
37903
|
-
"declarations": [
|
|
37904
|
-
{
|
|
37905
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
37906
|
-
"name": "ValueBase"
|
|
37907
|
-
}
|
|
37908
|
-
],
|
|
37909
|
-
"required": false,
|
|
37910
|
-
"type": {
|
|
37911
|
-
"name": "TimeValue | null"
|
|
37912
|
-
}
|
|
37913
|
-
},
|
|
37914
38197
|
"id": {
|
|
37915
38198
|
"defaultValue": null,
|
|
37916
38199
|
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
@@ -37930,44 +38213,6 @@
|
|
|
37930
38213
|
"name": "string"
|
|
37931
38214
|
}
|
|
37932
38215
|
},
|
|
37933
|
-
"name": {
|
|
37934
|
-
"defaultValue": null,
|
|
37935
|
-
"description": "The name of the input, used when submitting an HTML form.",
|
|
37936
|
-
"name": "name",
|
|
37937
|
-
"parent": {
|
|
37938
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37939
|
-
"name": "AriaSelectProps"
|
|
37940
|
-
},
|
|
37941
|
-
"declarations": [
|
|
37942
|
-
{
|
|
37943
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37944
|
-
"name": "AriaSelectProps"
|
|
37945
|
-
}
|
|
37946
|
-
],
|
|
37947
|
-
"required": false,
|
|
37948
|
-
"type": {
|
|
37949
|
-
"name": "string"
|
|
37950
|
-
}
|
|
37951
|
-
},
|
|
37952
|
-
"form": {
|
|
37953
|
-
"defaultValue": null,
|
|
37954
|
-
"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).",
|
|
37955
|
-
"name": "form",
|
|
37956
|
-
"parent": {
|
|
37957
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37958
|
-
"name": "AriaSelectProps"
|
|
37959
|
-
},
|
|
37960
|
-
"declarations": [
|
|
37961
|
-
{
|
|
37962
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
37963
|
-
"name": "AriaSelectProps"
|
|
37964
|
-
}
|
|
37965
|
-
],
|
|
37966
|
-
"required": false,
|
|
37967
|
-
"type": {
|
|
37968
|
-
"name": "string"
|
|
37969
|
-
}
|
|
37970
|
-
},
|
|
37971
38216
|
"slot": {
|
|
37972
38217
|
"defaultValue": null,
|
|
37973
38218
|
"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.",
|
|
@@ -37987,263 +38232,18 @@
|
|
|
37987
38232
|
"name": "string | null"
|
|
37988
38233
|
}
|
|
37989
38234
|
},
|
|
37990
|
-
"
|
|
37991
|
-
"defaultValue": null,
|
|
37992
|
-
"description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
|
|
37993
|
-
"name": "placeholder",
|
|
37994
|
-
"parent": {
|
|
37995
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
37996
|
-
"name": "InputProps"
|
|
37997
|
-
},
|
|
37998
|
-
"declarations": [
|
|
37999
|
-
{
|
|
38000
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
38001
|
-
"name": "InputProps"
|
|
38002
|
-
}
|
|
38003
|
-
],
|
|
38004
|
-
"required": false,
|
|
38005
|
-
"type": {
|
|
38006
|
-
"name": "string"
|
|
38007
|
-
}
|
|
38008
|
-
},
|
|
38009
|
-
"excludeFromTabOrder": {
|
|
38010
|
-
"defaultValue": null,
|
|
38011
|
-
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
38012
|
-
"name": "excludeFromTabOrder",
|
|
38013
|
-
"parent": {
|
|
38014
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
38015
|
-
"name": "FocusableDOMProps"
|
|
38016
|
-
},
|
|
38017
|
-
"declarations": [
|
|
38018
|
-
{
|
|
38019
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
38020
|
-
"name": "FocusableDOMProps"
|
|
38021
|
-
}
|
|
38022
|
-
],
|
|
38023
|
-
"required": false,
|
|
38024
|
-
"type": {
|
|
38025
|
-
"name": "boolean"
|
|
38026
|
-
}
|
|
38027
|
-
},
|
|
38028
|
-
"autoComplete": {
|
|
38029
|
-
"defaultValue": null,
|
|
38030
|
-
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
|
|
38031
|
-
"name": "autoComplete",
|
|
38032
|
-
"parent": {
|
|
38033
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38034
|
-
"name": "AriaSelectProps"
|
|
38035
|
-
},
|
|
38036
|
-
"declarations": [
|
|
38037
|
-
{
|
|
38038
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38039
|
-
"name": "AriaSelectProps"
|
|
38040
|
-
}
|
|
38041
|
-
],
|
|
38042
|
-
"required": false,
|
|
38043
|
-
"type": {
|
|
38044
|
-
"name": "string"
|
|
38045
|
-
}
|
|
38046
|
-
},
|
|
38047
|
-
"onSelectionChange": {
|
|
38048
|
-
"defaultValue": null,
|
|
38049
|
-
"description": "Handler that is called when the selection changes.\n@deprecated",
|
|
38050
|
-
"name": "onSelectionChange",
|
|
38051
|
-
"parent": {
|
|
38052
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38053
|
-
"name": "SelectProps"
|
|
38054
|
-
},
|
|
38055
|
-
"declarations": [
|
|
38056
|
-
{
|
|
38057
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38058
|
-
"name": "SelectProps"
|
|
38059
|
-
}
|
|
38060
|
-
],
|
|
38061
|
-
"required": false,
|
|
38062
|
-
"type": {
|
|
38063
|
-
"name": "((key: Key | null) => void)"
|
|
38064
|
-
}
|
|
38065
|
-
},
|
|
38066
|
-
"selectedKey": {
|
|
38067
|
-
"defaultValue": null,
|
|
38068
|
-
"description": "The currently selected key in the collection (controlled).\n@deprecated",
|
|
38069
|
-
"name": "selectedKey",
|
|
38070
|
-
"parent": {
|
|
38071
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38072
|
-
"name": "SelectProps"
|
|
38073
|
-
},
|
|
38074
|
-
"declarations": [
|
|
38075
|
-
{
|
|
38076
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38077
|
-
"name": "SelectProps"
|
|
38078
|
-
}
|
|
38079
|
-
],
|
|
38080
|
-
"required": false,
|
|
38081
|
-
"type": {
|
|
38082
|
-
"name": "Key | null"
|
|
38083
|
-
}
|
|
38084
|
-
},
|
|
38085
|
-
"defaultSelectedKey": {
|
|
38086
|
-
"defaultValue": null,
|
|
38087
|
-
"description": "The initial selected key in the collection (uncontrolled).\n@deprecated",
|
|
38088
|
-
"name": "defaultSelectedKey",
|
|
38089
|
-
"parent": {
|
|
38090
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38091
|
-
"name": "SelectProps"
|
|
38092
|
-
},
|
|
38093
|
-
"declarations": [
|
|
38094
|
-
{
|
|
38095
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38096
|
-
"name": "SelectProps"
|
|
38097
|
-
}
|
|
38098
|
-
],
|
|
38099
|
-
"required": false,
|
|
38100
|
-
"type": {
|
|
38101
|
-
"name": "Key"
|
|
38102
|
-
}
|
|
38103
|
-
},
|
|
38104
|
-
"disabledKeys": {
|
|
38105
|
-
"defaultValue": null,
|
|
38106
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
38107
|
-
"name": "disabledKeys",
|
|
38108
|
-
"parent": {
|
|
38109
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
38110
|
-
"name": "CollectionBase"
|
|
38111
|
-
},
|
|
38112
|
-
"declarations": [
|
|
38113
|
-
{
|
|
38114
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
38115
|
-
"name": "CollectionBase"
|
|
38116
|
-
}
|
|
38117
|
-
],
|
|
38118
|
-
"required": false,
|
|
38119
|
-
"type": {
|
|
38120
|
-
"name": "Iterable<Key>"
|
|
38121
|
-
}
|
|
38122
|
-
},
|
|
38123
|
-
"selectionMode": {
|
|
38124
|
-
"defaultValue": {
|
|
38125
|
-
"value": "'single'"
|
|
38126
|
-
},
|
|
38127
|
-
"description": "Whether single or multiple selection is enabled.",
|
|
38128
|
-
"name": "selectionMode",
|
|
38129
|
-
"parent": {
|
|
38130
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38131
|
-
"name": "SelectProps"
|
|
38132
|
-
},
|
|
38133
|
-
"declarations": [
|
|
38134
|
-
{
|
|
38135
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+select@3.11.0_react@19.2.0/node_modules/@react-types/select/src/index.d.ts",
|
|
38136
|
-
"name": "SelectProps"
|
|
38137
|
-
}
|
|
38138
|
-
],
|
|
38139
|
-
"required": false,
|
|
38140
|
-
"type": {
|
|
38141
|
-
"name": "\"single\""
|
|
38142
|
-
}
|
|
38143
|
-
},
|
|
38144
|
-
"children": {
|
|
38145
|
-
"defaultValue": null,
|
|
38146
|
-
"description": "",
|
|
38147
|
-
"name": "children",
|
|
38148
|
-
"declarations": [
|
|
38149
|
-
{
|
|
38150
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38151
|
-
"name": "TypeLiteral"
|
|
38152
|
-
}
|
|
38153
|
-
],
|
|
38154
|
-
"required": false,
|
|
38155
|
-
"type": {
|
|
38156
|
-
"name": "ReactNode"
|
|
38157
|
-
}
|
|
38158
|
-
},
|
|
38159
|
-
"wrapWith": {
|
|
38160
|
-
"defaultValue": null,
|
|
38161
|
-
"description": "",
|
|
38162
|
-
"name": "wrapWith",
|
|
38163
|
-
"parent": {
|
|
38164
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
38165
|
-
"name": "FlowComponentProps"
|
|
38166
|
-
},
|
|
38167
|
-
"declarations": [
|
|
38168
|
-
{
|
|
38169
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
38170
|
-
"name": "FlowComponentProps"
|
|
38171
|
-
}
|
|
38172
|
-
],
|
|
38173
|
-
"required": false,
|
|
38174
|
-
"type": {
|
|
38175
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
38176
|
-
}
|
|
38177
|
-
},
|
|
38178
|
-
"tunnelId": {
|
|
38179
|
-
"defaultValue": null,
|
|
38180
|
-
"description": "@internal",
|
|
38181
|
-
"name": "tunnelId",
|
|
38182
|
-
"parent": {
|
|
38183
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
38184
|
-
"name": "PropsWithTunnel"
|
|
38185
|
-
},
|
|
38186
|
-
"declarations": [
|
|
38187
|
-
{
|
|
38188
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
38189
|
-
"name": "PropsWithTunnel"
|
|
38190
|
-
}
|
|
38191
|
-
],
|
|
38192
|
-
"required": false,
|
|
38193
|
-
"type": {
|
|
38194
|
-
"name": "string | null"
|
|
38195
|
-
}
|
|
38196
|
-
},
|
|
38197
|
-
"ref": {
|
|
38198
|
-
"defaultValue": null,
|
|
38199
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
38200
|
-
"name": "ref",
|
|
38201
|
-
"parent": {
|
|
38202
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38203
|
-
"name": "RefAttributes"
|
|
38204
|
-
},
|
|
38205
|
-
"declarations": [
|
|
38206
|
-
{
|
|
38207
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38208
|
-
"name": "RefAttributes"
|
|
38209
|
-
}
|
|
38210
|
-
],
|
|
38211
|
-
"required": false,
|
|
38212
|
-
"type": {
|
|
38213
|
-
"name": "Ref<HTMLInputElement>"
|
|
38214
|
-
}
|
|
38215
|
-
},
|
|
38216
|
-
"key": {
|
|
38217
|
-
"defaultValue": null,
|
|
38218
|
-
"description": "",
|
|
38219
|
-
"name": "key",
|
|
38220
|
-
"parent": {
|
|
38221
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38222
|
-
"name": "Attributes"
|
|
38223
|
-
},
|
|
38224
|
-
"declarations": [
|
|
38225
|
-
{
|
|
38226
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
38227
|
-
"name": "Attributes"
|
|
38228
|
-
}
|
|
38229
|
-
],
|
|
38230
|
-
"required": false,
|
|
38231
|
-
"type": {
|
|
38232
|
-
"name": "Key | null"
|
|
38233
|
-
}
|
|
38234
|
-
},
|
|
38235
|
-
"className": {
|
|
38235
|
+
"elementType": {
|
|
38236
38236
|
"defaultValue": null,
|
|
38237
|
-
"description": "The
|
|
38238
|
-
"name": "
|
|
38237
|
+
"description": "The HTML element type that will be used to render the separator.",
|
|
38238
|
+
"name": "elementType",
|
|
38239
38239
|
"parent": {
|
|
38240
|
-
"fileName": "
|
|
38241
|
-
"name": "
|
|
38240
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+separator@3.4.13_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/separator/dist/types.d.ts",
|
|
38241
|
+
"name": "SeparatorProps"
|
|
38242
38242
|
},
|
|
38243
38243
|
"declarations": [
|
|
38244
38244
|
{
|
|
38245
|
-
"fileName": "
|
|
38246
|
-
"name": "
|
|
38245
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+separator@3.4.13_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/separator/dist/types.d.ts",
|
|
38246
|
+
"name": "SeparatorProps"
|
|
38247
38247
|
}
|
|
38248
38248
|
],
|
|
38249
38249
|
"required": false,
|
|
@@ -291835,6 +291835,204 @@
|
|
|
291835
291835
|
}
|
|
291836
291836
|
}
|
|
291837
291837
|
},
|
|
291838
|
+
{
|
|
291839
|
+
"tags": {},
|
|
291840
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
|
|
291841
|
+
"description": "",
|
|
291842
|
+
"displayName": "TooltipContent",
|
|
291843
|
+
"methods": [],
|
|
291844
|
+
"props": {
|
|
291845
|
+
"label": {
|
|
291846
|
+
"defaultValue": null,
|
|
291847
|
+
"description": "",
|
|
291848
|
+
"name": "label",
|
|
291849
|
+
"declarations": [
|
|
291850
|
+
{
|
|
291851
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291852
|
+
"name": "TypeLiteral"
|
|
291853
|
+
}
|
|
291854
|
+
],
|
|
291855
|
+
"required": false,
|
|
291856
|
+
"type": {
|
|
291857
|
+
"name": "string | number"
|
|
291858
|
+
}
|
|
291859
|
+
},
|
|
291860
|
+
"active": {
|
|
291861
|
+
"defaultValue": null,
|
|
291862
|
+
"description": "If true, then Tooltip is always displayed, once an activeIndex is set by mouse over, or programmatically.\nIf false, then Tooltip is never displayed.\nIf active is undefined, Recharts will control when the Tooltip displays. This includes mouse and keyboard controls.",
|
|
291863
|
+
"name": "active",
|
|
291864
|
+
"declarations": [
|
|
291865
|
+
{
|
|
291866
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291867
|
+
"name": "TypeLiteral"
|
|
291868
|
+
},
|
|
291869
|
+
{
|
|
291870
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291871
|
+
"name": "TypeLiteral"
|
|
291872
|
+
}
|
|
291873
|
+
],
|
|
291874
|
+
"required": false,
|
|
291875
|
+
"type": {
|
|
291876
|
+
"name": "boolean"
|
|
291877
|
+
}
|
|
291878
|
+
},
|
|
291879
|
+
"payload": {
|
|
291880
|
+
"defaultValue": null,
|
|
291881
|
+
"description": "",
|
|
291882
|
+
"name": "payload",
|
|
291883
|
+
"declarations": [
|
|
291884
|
+
{
|
|
291885
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291886
|
+
"name": "TypeLiteral"
|
|
291887
|
+
}
|
|
291888
|
+
],
|
|
291889
|
+
"required": true,
|
|
291890
|
+
"type": {
|
|
291891
|
+
"name": "any[]"
|
|
291892
|
+
}
|
|
291893
|
+
},
|
|
291894
|
+
"wrapperClassName": {
|
|
291895
|
+
"defaultValue": null,
|
|
291896
|
+
"description": "",
|
|
291897
|
+
"name": "wrapperClassName",
|
|
291898
|
+
"parent": {
|
|
291899
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
291900
|
+
"name": "Props"
|
|
291901
|
+
},
|
|
291902
|
+
"declarations": [
|
|
291903
|
+
{
|
|
291904
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
291905
|
+
"name": "Props"
|
|
291906
|
+
}
|
|
291907
|
+
],
|
|
291908
|
+
"required": false,
|
|
291909
|
+
"type": {
|
|
291910
|
+
"name": "string"
|
|
291911
|
+
}
|
|
291912
|
+
},
|
|
291913
|
+
"formatter": {
|
|
291914
|
+
"defaultValue": null,
|
|
291915
|
+
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
291916
|
+
"name": "formatter",
|
|
291917
|
+
"parent": {
|
|
291918
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291919
|
+
"name": "WithTooltipFormatters"
|
|
291920
|
+
},
|
|
291921
|
+
"declarations": [
|
|
291922
|
+
{
|
|
291923
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291924
|
+
"name": "WithTooltipFormatters"
|
|
291925
|
+
}
|
|
291926
|
+
],
|
|
291927
|
+
"required": false,
|
|
291928
|
+
"type": {
|
|
291929
|
+
"name": "TooltipLineFormatter"
|
|
291930
|
+
}
|
|
291931
|
+
},
|
|
291932
|
+
"headingFormatter": {
|
|
291933
|
+
"defaultValue": null,
|
|
291934
|
+
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
291935
|
+
"name": "headingFormatter",
|
|
291936
|
+
"parent": {
|
|
291937
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291938
|
+
"name": "WithTooltipFormatters"
|
|
291939
|
+
},
|
|
291940
|
+
"declarations": [
|
|
291941
|
+
{
|
|
291942
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291943
|
+
"name": "WithTooltipFormatters"
|
|
291944
|
+
}
|
|
291945
|
+
],
|
|
291946
|
+
"required": false,
|
|
291947
|
+
"type": {
|
|
291948
|
+
"name": "TooltipHeadingFormatter"
|
|
291949
|
+
}
|
|
291950
|
+
}
|
|
291951
|
+
}
|
|
291952
|
+
},
|
|
291953
|
+
{
|
|
291954
|
+
"tags": {
|
|
291955
|
+
"flr-generate": "all"
|
|
291956
|
+
},
|
|
291957
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291958
|
+
"description": "",
|
|
291959
|
+
"displayName": "ChartTooltip",
|
|
291960
|
+
"methods": [],
|
|
291961
|
+
"props": {
|
|
291962
|
+
"wrapperClassName": {
|
|
291963
|
+
"defaultValue": null,
|
|
291964
|
+
"description": "",
|
|
291965
|
+
"name": "wrapperClassName",
|
|
291966
|
+
"parent": {
|
|
291967
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
291968
|
+
"name": "Props"
|
|
291969
|
+
},
|
|
291970
|
+
"declarations": [
|
|
291971
|
+
{
|
|
291972
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
291973
|
+
"name": "Props"
|
|
291974
|
+
}
|
|
291975
|
+
],
|
|
291976
|
+
"required": false,
|
|
291977
|
+
"type": {
|
|
291978
|
+
"name": "string"
|
|
291979
|
+
}
|
|
291980
|
+
},
|
|
291981
|
+
"allowEscapeViewBox": {
|
|
291982
|
+
"defaultValue": null,
|
|
291983
|
+
"description": "",
|
|
291984
|
+
"name": "allowEscapeViewBox",
|
|
291985
|
+
"declarations": [
|
|
291986
|
+
{
|
|
291987
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291988
|
+
"name": "TypeLiteral"
|
|
291989
|
+
}
|
|
291990
|
+
],
|
|
291991
|
+
"required": false,
|
|
291992
|
+
"type": {
|
|
291993
|
+
"name": "AllowInDimension"
|
|
291994
|
+
}
|
|
291995
|
+
},
|
|
291996
|
+
"formatter": {
|
|
291997
|
+
"defaultValue": null,
|
|
291998
|
+
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
291999
|
+
"name": "formatter",
|
|
292000
|
+
"parent": {
|
|
292001
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
292002
|
+
"name": "WithTooltipFormatters"
|
|
292003
|
+
},
|
|
292004
|
+
"declarations": [
|
|
292005
|
+
{
|
|
292006
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
292007
|
+
"name": "WithTooltipFormatters"
|
|
292008
|
+
}
|
|
292009
|
+
],
|
|
292010
|
+
"required": false,
|
|
292011
|
+
"type": {
|
|
292012
|
+
"name": "TooltipLineFormatter"
|
|
292013
|
+
}
|
|
292014
|
+
},
|
|
292015
|
+
"headingFormatter": {
|
|
292016
|
+
"defaultValue": null,
|
|
292017
|
+
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
292018
|
+
"name": "headingFormatter",
|
|
292019
|
+
"parent": {
|
|
292020
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
292021
|
+
"name": "WithTooltipFormatters"
|
|
292022
|
+
},
|
|
292023
|
+
"declarations": [
|
|
292024
|
+
{
|
|
292025
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
292026
|
+
"name": "WithTooltipFormatters"
|
|
292027
|
+
}
|
|
292028
|
+
],
|
|
292029
|
+
"required": false,
|
|
292030
|
+
"type": {
|
|
292031
|
+
"name": "TooltipHeadingFormatter"
|
|
292032
|
+
}
|
|
292033
|
+
}
|
|
292034
|
+
}
|
|
292035
|
+
},
|
|
291838
292036
|
{
|
|
291839
292037
|
"tags": {},
|
|
291840
292038
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
|
|
@@ -300535,10 +300733,10 @@
|
|
|
300535
300733
|
"name": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>"
|
|
300536
300734
|
}
|
|
300537
300735
|
},
|
|
300538
|
-
"
|
|
300736
|
+
"payload": {
|
|
300539
300737
|
"defaultValue": null,
|
|
300540
|
-
"description": "",
|
|
300541
|
-
"name": "
|
|
300738
|
+
"description": "DefaultLegendContent.payload is omitted from Legend props.\nA custom payload can be passed here if desired or it can be passed from the Legend \"content\" callback.",
|
|
300739
|
+
"name": "payload",
|
|
300542
300740
|
"parent": {
|
|
300543
300741
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300544
300742
|
"name": "InternalProps"
|
|
@@ -300551,13 +300749,13 @@
|
|
|
300551
300749
|
],
|
|
300552
300750
|
"required": false,
|
|
300553
300751
|
"type": {
|
|
300554
|
-
"name": "
|
|
300752
|
+
"name": "readonly LegendPayload[]"
|
|
300555
300753
|
}
|
|
300556
300754
|
},
|
|
300557
|
-
"
|
|
300755
|
+
"itemSorter": {
|
|
300558
300756
|
"defaultValue": null,
|
|
300559
300757
|
"description": "",
|
|
300560
|
-
"name": "
|
|
300758
|
+
"name": "itemSorter",
|
|
300561
300759
|
"parent": {
|
|
300562
300760
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300563
300761
|
"name": "InternalProps"
|
|
@@ -300570,13 +300768,13 @@
|
|
|
300570
300768
|
],
|
|
300571
300769
|
"required": false,
|
|
300572
300770
|
"type": {
|
|
300573
|
-
"name": "
|
|
300771
|
+
"name": "\"value\" | \"dataKey\" | ((item: LegendPayload) => string | number)"
|
|
300574
300772
|
}
|
|
300575
300773
|
},
|
|
300576
|
-
"
|
|
300774
|
+
"iconSize": {
|
|
300577
300775
|
"defaultValue": null,
|
|
300578
300776
|
"description": "",
|
|
300579
|
-
"name": "
|
|
300777
|
+
"name": "iconSize",
|
|
300580
300778
|
"parent": {
|
|
300581
300779
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300582
300780
|
"name": "InternalProps"
|
|
@@ -300589,13 +300787,13 @@
|
|
|
300589
300787
|
],
|
|
300590
300788
|
"required": false,
|
|
300591
300789
|
"type": {
|
|
300592
|
-
"name": "
|
|
300790
|
+
"name": "number"
|
|
300593
300791
|
}
|
|
300594
300792
|
},
|
|
300595
|
-
"
|
|
300793
|
+
"iconType": {
|
|
300596
300794
|
"defaultValue": null,
|
|
300597
|
-
"description": "
|
|
300598
|
-
"name": "
|
|
300795
|
+
"description": "",
|
|
300796
|
+
"name": "iconType",
|
|
300599
300797
|
"parent": {
|
|
300600
300798
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300601
300799
|
"name": "InternalProps"
|
|
@@ -300608,13 +300806,13 @@
|
|
|
300608
300806
|
],
|
|
300609
300807
|
"required": false,
|
|
300610
300808
|
"type": {
|
|
300611
|
-
"name": "
|
|
300809
|
+
"name": "IconType"
|
|
300612
300810
|
}
|
|
300613
300811
|
},
|
|
300614
|
-
"
|
|
300812
|
+
"inactiveColor": {
|
|
300615
300813
|
"defaultValue": null,
|
|
300616
300814
|
"description": "",
|
|
300617
|
-
"name": "
|
|
300815
|
+
"name": "inactiveColor",
|
|
300618
300816
|
"parent": {
|
|
300619
300817
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300620
300818
|
"name": "InternalProps"
|
|
@@ -300627,7 +300825,7 @@
|
|
|
300627
300825
|
],
|
|
300628
300826
|
"required": false,
|
|
300629
300827
|
"type": {
|
|
300630
|
-
"name": "
|
|
300828
|
+
"name": "string"
|
|
300631
300829
|
}
|
|
300632
300830
|
},
|
|
300633
300831
|
"formatter": {
|
|
@@ -300719,204 +300917,6 @@
|
|
|
300719
300917
|
}
|
|
300720
300918
|
}
|
|
300721
300919
|
},
|
|
300722
|
-
{
|
|
300723
|
-
"tags": {},
|
|
300724
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
|
|
300725
|
-
"description": "",
|
|
300726
|
-
"displayName": "TooltipContent",
|
|
300727
|
-
"methods": [],
|
|
300728
|
-
"props": {
|
|
300729
|
-
"label": {
|
|
300730
|
-
"defaultValue": null,
|
|
300731
|
-
"description": "",
|
|
300732
|
-
"name": "label",
|
|
300733
|
-
"declarations": [
|
|
300734
|
-
{
|
|
300735
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300736
|
-
"name": "TypeLiteral"
|
|
300737
|
-
}
|
|
300738
|
-
],
|
|
300739
|
-
"required": false,
|
|
300740
|
-
"type": {
|
|
300741
|
-
"name": "string | number"
|
|
300742
|
-
}
|
|
300743
|
-
},
|
|
300744
|
-
"payload": {
|
|
300745
|
-
"defaultValue": null,
|
|
300746
|
-
"description": "",
|
|
300747
|
-
"name": "payload",
|
|
300748
|
-
"declarations": [
|
|
300749
|
-
{
|
|
300750
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300751
|
-
"name": "TypeLiteral"
|
|
300752
|
-
}
|
|
300753
|
-
],
|
|
300754
|
-
"required": true,
|
|
300755
|
-
"type": {
|
|
300756
|
-
"name": "any[]"
|
|
300757
|
-
}
|
|
300758
|
-
},
|
|
300759
|
-
"active": {
|
|
300760
|
-
"defaultValue": null,
|
|
300761
|
-
"description": "If true, then Tooltip is always displayed, once an activeIndex is set by mouse over, or programmatically.\nIf false, then Tooltip is never displayed.\nIf active is undefined, Recharts will control when the Tooltip displays. This includes mouse and keyboard controls.",
|
|
300762
|
-
"name": "active",
|
|
300763
|
-
"declarations": [
|
|
300764
|
-
{
|
|
300765
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300766
|
-
"name": "TypeLiteral"
|
|
300767
|
-
},
|
|
300768
|
-
{
|
|
300769
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300770
|
-
"name": "TypeLiteral"
|
|
300771
|
-
}
|
|
300772
|
-
],
|
|
300773
|
-
"required": false,
|
|
300774
|
-
"type": {
|
|
300775
|
-
"name": "boolean"
|
|
300776
|
-
}
|
|
300777
|
-
},
|
|
300778
|
-
"wrapperClassName": {
|
|
300779
|
-
"defaultValue": null,
|
|
300780
|
-
"description": "",
|
|
300781
|
-
"name": "wrapperClassName",
|
|
300782
|
-
"parent": {
|
|
300783
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
300784
|
-
"name": "Props"
|
|
300785
|
-
},
|
|
300786
|
-
"declarations": [
|
|
300787
|
-
{
|
|
300788
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
300789
|
-
"name": "Props"
|
|
300790
|
-
}
|
|
300791
|
-
],
|
|
300792
|
-
"required": false,
|
|
300793
|
-
"type": {
|
|
300794
|
-
"name": "string"
|
|
300795
|
-
}
|
|
300796
|
-
},
|
|
300797
|
-
"formatter": {
|
|
300798
|
-
"defaultValue": null,
|
|
300799
|
-
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
300800
|
-
"name": "formatter",
|
|
300801
|
-
"parent": {
|
|
300802
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300803
|
-
"name": "WithTooltipFormatters"
|
|
300804
|
-
},
|
|
300805
|
-
"declarations": [
|
|
300806
|
-
{
|
|
300807
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300808
|
-
"name": "WithTooltipFormatters"
|
|
300809
|
-
}
|
|
300810
|
-
],
|
|
300811
|
-
"required": false,
|
|
300812
|
-
"type": {
|
|
300813
|
-
"name": "TooltipLineFormatter"
|
|
300814
|
-
}
|
|
300815
|
-
},
|
|
300816
|
-
"headingFormatter": {
|
|
300817
|
-
"defaultValue": null,
|
|
300818
|
-
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
300819
|
-
"name": "headingFormatter",
|
|
300820
|
-
"parent": {
|
|
300821
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300822
|
-
"name": "WithTooltipFormatters"
|
|
300823
|
-
},
|
|
300824
|
-
"declarations": [
|
|
300825
|
-
{
|
|
300826
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300827
|
-
"name": "WithTooltipFormatters"
|
|
300828
|
-
}
|
|
300829
|
-
],
|
|
300830
|
-
"required": false,
|
|
300831
|
-
"type": {
|
|
300832
|
-
"name": "TooltipHeadingFormatter"
|
|
300833
|
-
}
|
|
300834
|
-
}
|
|
300835
|
-
}
|
|
300836
|
-
},
|
|
300837
|
-
{
|
|
300838
|
-
"tags": {
|
|
300839
|
-
"flr-generate": "all"
|
|
300840
|
-
},
|
|
300841
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300842
|
-
"description": "",
|
|
300843
|
-
"displayName": "ChartTooltip",
|
|
300844
|
-
"methods": [],
|
|
300845
|
-
"props": {
|
|
300846
|
-
"wrapperClassName": {
|
|
300847
|
-
"defaultValue": null,
|
|
300848
|
-
"description": "",
|
|
300849
|
-
"name": "wrapperClassName",
|
|
300850
|
-
"parent": {
|
|
300851
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
300852
|
-
"name": "Props"
|
|
300853
|
-
},
|
|
300854
|
-
"declarations": [
|
|
300855
|
-
{
|
|
300856
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
300857
|
-
"name": "Props"
|
|
300858
|
-
}
|
|
300859
|
-
],
|
|
300860
|
-
"required": false,
|
|
300861
|
-
"type": {
|
|
300862
|
-
"name": "string"
|
|
300863
|
-
}
|
|
300864
|
-
},
|
|
300865
|
-
"allowEscapeViewBox": {
|
|
300866
|
-
"defaultValue": null,
|
|
300867
|
-
"description": "",
|
|
300868
|
-
"name": "allowEscapeViewBox",
|
|
300869
|
-
"declarations": [
|
|
300870
|
-
{
|
|
300871
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300872
|
-
"name": "TypeLiteral"
|
|
300873
|
-
}
|
|
300874
|
-
],
|
|
300875
|
-
"required": false,
|
|
300876
|
-
"type": {
|
|
300877
|
-
"name": "AllowInDimension"
|
|
300878
|
-
}
|
|
300879
|
-
},
|
|
300880
|
-
"formatter": {
|
|
300881
|
-
"defaultValue": null,
|
|
300882
|
-
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
300883
|
-
"name": "formatter",
|
|
300884
|
-
"parent": {
|
|
300885
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300886
|
-
"name": "WithTooltipFormatters"
|
|
300887
|
-
},
|
|
300888
|
-
"declarations": [
|
|
300889
|
-
{
|
|
300890
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300891
|
-
"name": "WithTooltipFormatters"
|
|
300892
|
-
}
|
|
300893
|
-
],
|
|
300894
|
-
"required": false,
|
|
300895
|
-
"type": {
|
|
300896
|
-
"name": "TooltipLineFormatter"
|
|
300897
|
-
}
|
|
300898
|
-
},
|
|
300899
|
-
"headingFormatter": {
|
|
300900
|
-
"defaultValue": null,
|
|
300901
|
-
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
300902
|
-
"name": "headingFormatter",
|
|
300903
|
-
"parent": {
|
|
300904
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300905
|
-
"name": "WithTooltipFormatters"
|
|
300906
|
-
},
|
|
300907
|
-
"declarations": [
|
|
300908
|
-
{
|
|
300909
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300910
|
-
"name": "WithTooltipFormatters"
|
|
300911
|
-
}
|
|
300912
|
-
],
|
|
300913
|
-
"required": false,
|
|
300914
|
-
"type": {
|
|
300915
|
-
"name": "TooltipHeadingFormatter"
|
|
300916
|
-
}
|
|
300917
|
-
}
|
|
300918
|
-
}
|
|
300919
|
-
},
|
|
300920
300920
|
{
|
|
300921
300921
|
"tags": {
|
|
300922
300922
|
"flr-generate": "all"
|