@mittwald/flow-react-components 0.2.0-alpha.830 → 0.2.0-alpha.832
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 +1211 -1211
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Initials/lib/getInitialsFromString.mjs +9 -2
- package/dist/js/packages/components/src/components/Initials/lib/getInitialsFromString.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs +1 -30
- package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
- package/dist/js/packages/components/src/flags.mjs.map +1 -0
- package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs +1 -1
- package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
- package/dist/js/react-hook-form.mjs +1 -1
- package/dist/types/components/Initials/lib/getInitialsFromString.d.ts +1 -1
- package/dist/types/components/Initials/lib/getInitialsFromString.d.ts.map +1 -1
- package/dist/types/components/Initials/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Initials/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/flags.d.ts +6 -0
- package/dist/types/flags.d.ts.map +1 -0
- package/dist/types/index/default.d.ts +1 -0
- package/dist/types/index/default.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/flags.d.ts +1 -5
- package/dist/types/integrations/react-hook-form/flags.d.ts.map +1 -1
- package/package.json +6 -6
- package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs.map +0 -1
- /package/dist/js/packages/components/src/{integrations/react-hook-form/flags.mjs → flags.mjs} +0 -0
|
@@ -273011,7 +273011,7 @@
|
|
|
273011
273011
|
},
|
|
273012
273012
|
{
|
|
273013
273013
|
"tags": {},
|
|
273014
|
-
"filePath": "
|
|
273014
|
+
"filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
|
|
273015
273015
|
"description": "",
|
|
273016
273016
|
"displayName": "SubmitButton",
|
|
273017
273017
|
"methods": [],
|
|
@@ -291953,6 +291953,72 @@
|
|
|
291953
291953
|
}
|
|
291954
291954
|
}
|
|
291955
291955
|
},
|
|
291956
|
+
{
|
|
291957
|
+
"tags": {},
|
|
291958
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291959
|
+
"description": "",
|
|
291960
|
+
"displayName": "TabList",
|
|
291961
|
+
"methods": [],
|
|
291962
|
+
"props": {
|
|
291963
|
+
"selection": {
|
|
291964
|
+
"defaultValue": null,
|
|
291965
|
+
"description": "",
|
|
291966
|
+
"name": "selection",
|
|
291967
|
+
"parent": {
|
|
291968
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291969
|
+
"name": "Props"
|
|
291970
|
+
},
|
|
291971
|
+
"declarations": [
|
|
291972
|
+
{
|
|
291973
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291974
|
+
"name": "Props"
|
|
291975
|
+
}
|
|
291976
|
+
],
|
|
291977
|
+
"required": true,
|
|
291978
|
+
"type": {
|
|
291979
|
+
"name": "Key | undefined"
|
|
291980
|
+
}
|
|
291981
|
+
},
|
|
291982
|
+
"onContextMenuSelectionChange": {
|
|
291983
|
+
"defaultValue": null,
|
|
291984
|
+
"description": "",
|
|
291985
|
+
"name": "onContextMenuSelectionChange",
|
|
291986
|
+
"parent": {
|
|
291987
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291988
|
+
"name": "Props"
|
|
291989
|
+
},
|
|
291990
|
+
"declarations": [
|
|
291991
|
+
{
|
|
291992
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291993
|
+
"name": "Props"
|
|
291994
|
+
}
|
|
291995
|
+
],
|
|
291996
|
+
"required": true,
|
|
291997
|
+
"type": {
|
|
291998
|
+
"name": "(key: Key) => void"
|
|
291999
|
+
}
|
|
292000
|
+
},
|
|
292001
|
+
"disabledKeys": {
|
|
292002
|
+
"defaultValue": null,
|
|
292003
|
+
"description": "",
|
|
292004
|
+
"name": "disabledKeys",
|
|
292005
|
+
"parent": {
|
|
292006
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
292007
|
+
"name": "Props"
|
|
292008
|
+
},
|
|
292009
|
+
"declarations": [
|
|
292010
|
+
{
|
|
292011
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
292012
|
+
"name": "Props"
|
|
292013
|
+
}
|
|
292014
|
+
],
|
|
292015
|
+
"required": false,
|
|
292016
|
+
"type": {
|
|
292017
|
+
"name": "Iterable<Key>"
|
|
292018
|
+
}
|
|
292019
|
+
}
|
|
292020
|
+
}
|
|
292021
|
+
},
|
|
291956
292022
|
{
|
|
291957
292023
|
"tags": {
|
|
291958
292024
|
"flr-generate": "all"
|
|
@@ -293446,72 +293512,6 @@
|
|
|
293446
293512
|
}
|
|
293447
293513
|
}
|
|
293448
293514
|
},
|
|
293449
|
-
{
|
|
293450
|
-
"tags": {},
|
|
293451
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293452
|
-
"description": "",
|
|
293453
|
-
"displayName": "TabList",
|
|
293454
|
-
"methods": [],
|
|
293455
|
-
"props": {
|
|
293456
|
-
"selection": {
|
|
293457
|
-
"defaultValue": null,
|
|
293458
|
-
"description": "",
|
|
293459
|
-
"name": "selection",
|
|
293460
|
-
"parent": {
|
|
293461
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293462
|
-
"name": "Props"
|
|
293463
|
-
},
|
|
293464
|
-
"declarations": [
|
|
293465
|
-
{
|
|
293466
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293467
|
-
"name": "Props"
|
|
293468
|
-
}
|
|
293469
|
-
],
|
|
293470
|
-
"required": true,
|
|
293471
|
-
"type": {
|
|
293472
|
-
"name": "Key | undefined"
|
|
293473
|
-
}
|
|
293474
|
-
},
|
|
293475
|
-
"onContextMenuSelectionChange": {
|
|
293476
|
-
"defaultValue": null,
|
|
293477
|
-
"description": "",
|
|
293478
|
-
"name": "onContextMenuSelectionChange",
|
|
293479
|
-
"parent": {
|
|
293480
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293481
|
-
"name": "Props"
|
|
293482
|
-
},
|
|
293483
|
-
"declarations": [
|
|
293484
|
-
{
|
|
293485
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293486
|
-
"name": "Props"
|
|
293487
|
-
}
|
|
293488
|
-
],
|
|
293489
|
-
"required": true,
|
|
293490
|
-
"type": {
|
|
293491
|
-
"name": "(key: Key) => void"
|
|
293492
|
-
}
|
|
293493
|
-
},
|
|
293494
|
-
"disabledKeys": {
|
|
293495
|
-
"defaultValue": null,
|
|
293496
|
-
"description": "",
|
|
293497
|
-
"name": "disabledKeys",
|
|
293498
|
-
"parent": {
|
|
293499
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293500
|
-
"name": "Props"
|
|
293501
|
-
},
|
|
293502
|
-
"declarations": [
|
|
293503
|
-
{
|
|
293504
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293505
|
-
"name": "Props"
|
|
293506
|
-
}
|
|
293507
|
-
],
|
|
293508
|
-
"required": false,
|
|
293509
|
-
"type": {
|
|
293510
|
-
"name": "Iterable<Key>"
|
|
293511
|
-
}
|
|
293512
|
-
}
|
|
293513
|
-
}
|
|
293514
|
-
},
|
|
293515
293515
|
{
|
|
293516
293516
|
"tags": {},
|
|
293517
293517
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
|
|
@@ -309370,6 +309370,144 @@
|
|
|
309370
309370
|
}
|
|
309371
309371
|
}
|
|
309372
309372
|
},
|
|
309373
|
+
{
|
|
309374
|
+
"tags": {
|
|
309375
|
+
"internal": ""
|
|
309376
|
+
},
|
|
309377
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309378
|
+
"description": "",
|
|
309379
|
+
"displayName": "ValidationResultEntry",
|
|
309380
|
+
"methods": [],
|
|
309381
|
+
"props": {
|
|
309382
|
+
"result": {
|
|
309383
|
+
"defaultValue": null,
|
|
309384
|
+
"description": "",
|
|
309385
|
+
"name": "result",
|
|
309386
|
+
"parent": {
|
|
309387
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309388
|
+
"name": "Props"
|
|
309389
|
+
},
|
|
309390
|
+
"declarations": [
|
|
309391
|
+
{
|
|
309392
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309393
|
+
"name": "Props"
|
|
309394
|
+
}
|
|
309395
|
+
],
|
|
309396
|
+
"required": true,
|
|
309397
|
+
"type": {
|
|
309398
|
+
"name": "Partial<RuleValidationResult>"
|
|
309399
|
+
}
|
|
309400
|
+
},
|
|
309401
|
+
"unspecifiedRules": {
|
|
309402
|
+
"defaultValue": null,
|
|
309403
|
+
"description": "",
|
|
309404
|
+
"name": "unspecifiedRules",
|
|
309405
|
+
"parent": {
|
|
309406
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309407
|
+
"name": "Props"
|
|
309408
|
+
},
|
|
309409
|
+
"declarations": [
|
|
309410
|
+
{
|
|
309411
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309412
|
+
"name": "Props"
|
|
309413
|
+
}
|
|
309414
|
+
],
|
|
309415
|
+
"required": false,
|
|
309416
|
+
"type": {
|
|
309417
|
+
"name": "boolean"
|
|
309418
|
+
}
|
|
309419
|
+
}
|
|
309420
|
+
}
|
|
309421
|
+
},
|
|
309422
|
+
{
|
|
309423
|
+
"tags": {
|
|
309424
|
+
"internal": ""
|
|
309425
|
+
},
|
|
309426
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309427
|
+
"description": "",
|
|
309428
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
309429
|
+
"methods": [],
|
|
309430
|
+
"props": {
|
|
309431
|
+
"isDisabled": {
|
|
309432
|
+
"defaultValue": {
|
|
309433
|
+
"value": "false"
|
|
309434
|
+
},
|
|
309435
|
+
"description": "",
|
|
309436
|
+
"name": "isDisabled",
|
|
309437
|
+
"parent": {
|
|
309438
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309439
|
+
"name": "Props"
|
|
309440
|
+
},
|
|
309441
|
+
"declarations": [
|
|
309442
|
+
{
|
|
309443
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309444
|
+
"name": "Props"
|
|
309445
|
+
}
|
|
309446
|
+
],
|
|
309447
|
+
"required": false,
|
|
309448
|
+
"type": {
|
|
309449
|
+
"name": "boolean"
|
|
309450
|
+
}
|
|
309451
|
+
},
|
|
309452
|
+
"isVisible": {
|
|
309453
|
+
"defaultValue": null,
|
|
309454
|
+
"description": "",
|
|
309455
|
+
"name": "isVisible",
|
|
309456
|
+
"parent": {
|
|
309457
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309458
|
+
"name": "Props"
|
|
309459
|
+
},
|
|
309460
|
+
"declarations": [
|
|
309461
|
+
{
|
|
309462
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309463
|
+
"name": "Props"
|
|
309464
|
+
}
|
|
309465
|
+
],
|
|
309466
|
+
"required": true,
|
|
309467
|
+
"type": {
|
|
309468
|
+
"name": "boolean"
|
|
309469
|
+
}
|
|
309470
|
+
},
|
|
309471
|
+
"onPress": {
|
|
309472
|
+
"defaultValue": null,
|
|
309473
|
+
"description": "",
|
|
309474
|
+
"name": "onPress",
|
|
309475
|
+
"parent": {
|
|
309476
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309477
|
+
"name": "Props"
|
|
309478
|
+
},
|
|
309479
|
+
"declarations": [
|
|
309480
|
+
{
|
|
309481
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309482
|
+
"name": "Props"
|
|
309483
|
+
}
|
|
309484
|
+
],
|
|
309485
|
+
"required": true,
|
|
309486
|
+
"type": {
|
|
309487
|
+
"name": "ActionFn"
|
|
309488
|
+
}
|
|
309489
|
+
},
|
|
309490
|
+
"className": {
|
|
309491
|
+
"defaultValue": null,
|
|
309492
|
+
"description": "The elements class name.",
|
|
309493
|
+
"name": "className",
|
|
309494
|
+
"parent": {
|
|
309495
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
309496
|
+
"name": "PropsWithClassName"
|
|
309497
|
+
},
|
|
309498
|
+
"declarations": [
|
|
309499
|
+
{
|
|
309500
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
309501
|
+
"name": "PropsWithClassName"
|
|
309502
|
+
}
|
|
309503
|
+
],
|
|
309504
|
+
"required": false,
|
|
309505
|
+
"type": {
|
|
309506
|
+
"name": "string"
|
|
309507
|
+
}
|
|
309508
|
+
}
|
|
309509
|
+
}
|
|
309510
|
+
},
|
|
309373
309511
|
{
|
|
309374
309512
|
"tags": {},
|
|
309375
309513
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
@@ -309455,144 +309593,6 @@
|
|
|
309455
309593
|
}
|
|
309456
309594
|
}
|
|
309457
309595
|
},
|
|
309458
|
-
{
|
|
309459
|
-
"tags": {
|
|
309460
|
-
"internal": ""
|
|
309461
|
-
},
|
|
309462
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309463
|
-
"description": "",
|
|
309464
|
-
"displayName": "ValidationResultEntry",
|
|
309465
|
-
"methods": [],
|
|
309466
|
-
"props": {
|
|
309467
|
-
"result": {
|
|
309468
|
-
"defaultValue": null,
|
|
309469
|
-
"description": "",
|
|
309470
|
-
"name": "result",
|
|
309471
|
-
"parent": {
|
|
309472
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309473
|
-
"name": "Props"
|
|
309474
|
-
},
|
|
309475
|
-
"declarations": [
|
|
309476
|
-
{
|
|
309477
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309478
|
-
"name": "Props"
|
|
309479
|
-
}
|
|
309480
|
-
],
|
|
309481
|
-
"required": true,
|
|
309482
|
-
"type": {
|
|
309483
|
-
"name": "Partial<RuleValidationResult>"
|
|
309484
|
-
}
|
|
309485
|
-
},
|
|
309486
|
-
"unspecifiedRules": {
|
|
309487
|
-
"defaultValue": null,
|
|
309488
|
-
"description": "",
|
|
309489
|
-
"name": "unspecifiedRules",
|
|
309490
|
-
"parent": {
|
|
309491
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309492
|
-
"name": "Props"
|
|
309493
|
-
},
|
|
309494
|
-
"declarations": [
|
|
309495
|
-
{
|
|
309496
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
309497
|
-
"name": "Props"
|
|
309498
|
-
}
|
|
309499
|
-
],
|
|
309500
|
-
"required": false,
|
|
309501
|
-
"type": {
|
|
309502
|
-
"name": "boolean"
|
|
309503
|
-
}
|
|
309504
|
-
}
|
|
309505
|
-
}
|
|
309506
|
-
},
|
|
309507
|
-
{
|
|
309508
|
-
"tags": {
|
|
309509
|
-
"internal": ""
|
|
309510
|
-
},
|
|
309511
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309512
|
-
"description": "",
|
|
309513
|
-
"displayName": "TogglePasswordVisibilityButton",
|
|
309514
|
-
"methods": [],
|
|
309515
|
-
"props": {
|
|
309516
|
-
"isDisabled": {
|
|
309517
|
-
"defaultValue": {
|
|
309518
|
-
"value": "false"
|
|
309519
|
-
},
|
|
309520
|
-
"description": "",
|
|
309521
|
-
"name": "isDisabled",
|
|
309522
|
-
"parent": {
|
|
309523
|
-
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309524
|
-
"name": "Props"
|
|
309525
|
-
},
|
|
309526
|
-
"declarations": [
|
|
309527
|
-
{
|
|
309528
|
-
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309529
|
-
"name": "Props"
|
|
309530
|
-
}
|
|
309531
|
-
],
|
|
309532
|
-
"required": false,
|
|
309533
|
-
"type": {
|
|
309534
|
-
"name": "boolean"
|
|
309535
|
-
}
|
|
309536
|
-
},
|
|
309537
|
-
"isVisible": {
|
|
309538
|
-
"defaultValue": null,
|
|
309539
|
-
"description": "",
|
|
309540
|
-
"name": "isVisible",
|
|
309541
|
-
"parent": {
|
|
309542
|
-
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309543
|
-
"name": "Props"
|
|
309544
|
-
},
|
|
309545
|
-
"declarations": [
|
|
309546
|
-
{
|
|
309547
|
-
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309548
|
-
"name": "Props"
|
|
309549
|
-
}
|
|
309550
|
-
],
|
|
309551
|
-
"required": true,
|
|
309552
|
-
"type": {
|
|
309553
|
-
"name": "boolean"
|
|
309554
|
-
}
|
|
309555
|
-
},
|
|
309556
|
-
"onPress": {
|
|
309557
|
-
"defaultValue": null,
|
|
309558
|
-
"description": "",
|
|
309559
|
-
"name": "onPress",
|
|
309560
|
-
"parent": {
|
|
309561
|
-
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309562
|
-
"name": "Props"
|
|
309563
|
-
},
|
|
309564
|
-
"declarations": [
|
|
309565
|
-
{
|
|
309566
|
-
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
309567
|
-
"name": "Props"
|
|
309568
|
-
}
|
|
309569
|
-
],
|
|
309570
|
-
"required": true,
|
|
309571
|
-
"type": {
|
|
309572
|
-
"name": "ActionFn"
|
|
309573
|
-
}
|
|
309574
|
-
},
|
|
309575
|
-
"className": {
|
|
309576
|
-
"defaultValue": null,
|
|
309577
|
-
"description": "The elements class name.",
|
|
309578
|
-
"name": "className",
|
|
309579
|
-
"parent": {
|
|
309580
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
309581
|
-
"name": "PropsWithClassName"
|
|
309582
|
-
},
|
|
309583
|
-
"declarations": [
|
|
309584
|
-
{
|
|
309585
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
309586
|
-
"name": "PropsWithClassName"
|
|
309587
|
-
}
|
|
309588
|
-
],
|
|
309589
|
-
"required": false,
|
|
309590
|
-
"type": {
|
|
309591
|
-
"name": "string"
|
|
309592
|
-
}
|
|
309593
|
-
}
|
|
309594
|
-
}
|
|
309595
|
-
},
|
|
309596
309596
|
{
|
|
309597
309597
|
"tags": {},
|
|
309598
309598
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
@@ -319289,6 +319289,161 @@
|
|
|
319289
319289
|
}
|
|
319290
319290
|
}
|
|
319291
319291
|
},
|
|
319292
|
+
{
|
|
319293
|
+
"tags": {
|
|
319294
|
+
"flr-generate": "all"
|
|
319295
|
+
},
|
|
319296
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
319297
|
+
"description": "",
|
|
319298
|
+
"displayName": "ContextMenuSection",
|
|
319299
|
+
"methods": [],
|
|
319300
|
+
"props": {
|
|
319301
|
+
"children": {
|
|
319302
|
+
"defaultValue": null,
|
|
319303
|
+
"description": "",
|
|
319304
|
+
"name": "children",
|
|
319305
|
+
"declarations": [
|
|
319306
|
+
{
|
|
319307
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319308
|
+
"name": "TypeLiteral"
|
|
319309
|
+
}
|
|
319310
|
+
],
|
|
319311
|
+
"required": false,
|
|
319312
|
+
"type": {
|
|
319313
|
+
"name": "ReactNode"
|
|
319314
|
+
}
|
|
319315
|
+
},
|
|
319316
|
+
"wrapWith": {
|
|
319317
|
+
"defaultValue": null,
|
|
319318
|
+
"description": "",
|
|
319319
|
+
"name": "wrapWith",
|
|
319320
|
+
"parent": {
|
|
319321
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
319322
|
+
"name": "FlowComponentProps"
|
|
319323
|
+
},
|
|
319324
|
+
"declarations": [
|
|
319325
|
+
{
|
|
319326
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
319327
|
+
"name": "FlowComponentProps"
|
|
319328
|
+
}
|
|
319329
|
+
],
|
|
319330
|
+
"required": false,
|
|
319331
|
+
"type": {
|
|
319332
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
319333
|
+
}
|
|
319334
|
+
},
|
|
319335
|
+
"tunnel": {
|
|
319336
|
+
"defaultValue": null,
|
|
319337
|
+
"description": "@internal",
|
|
319338
|
+
"name": "tunnel",
|
|
319339
|
+
"parent": {
|
|
319340
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
319341
|
+
"name": "PropsWithTunnel"
|
|
319342
|
+
},
|
|
319343
|
+
"declarations": [
|
|
319344
|
+
{
|
|
319345
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
319346
|
+
"name": "PropsWithTunnel"
|
|
319347
|
+
}
|
|
319348
|
+
],
|
|
319349
|
+
"required": false,
|
|
319350
|
+
"type": {
|
|
319351
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
319352
|
+
}
|
|
319353
|
+
},
|
|
319354
|
+
"ref": {
|
|
319355
|
+
"defaultValue": null,
|
|
319356
|
+
"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}",
|
|
319357
|
+
"name": "ref",
|
|
319358
|
+
"parent": {
|
|
319359
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319360
|
+
"name": "RefAttributes"
|
|
319361
|
+
},
|
|
319362
|
+
"declarations": [
|
|
319363
|
+
{
|
|
319364
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319365
|
+
"name": "RefAttributes"
|
|
319366
|
+
}
|
|
319367
|
+
],
|
|
319368
|
+
"required": false,
|
|
319369
|
+
"type": {
|
|
319370
|
+
"name": "Ref<HTMLSpanElement>"
|
|
319371
|
+
}
|
|
319372
|
+
},
|
|
319373
|
+
"key": {
|
|
319374
|
+
"defaultValue": null,
|
|
319375
|
+
"description": "",
|
|
319376
|
+
"name": "key",
|
|
319377
|
+
"parent": {
|
|
319378
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319379
|
+
"name": "Attributes"
|
|
319380
|
+
},
|
|
319381
|
+
"declarations": [
|
|
319382
|
+
{
|
|
319383
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319384
|
+
"name": "Attributes"
|
|
319385
|
+
}
|
|
319386
|
+
],
|
|
319387
|
+
"required": false,
|
|
319388
|
+
"type": {
|
|
319389
|
+
"name": "Key | null"
|
|
319390
|
+
}
|
|
319391
|
+
},
|
|
319392
|
+
"selectedKeys": {
|
|
319393
|
+
"defaultValue": null,
|
|
319394
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
319395
|
+
"name": "selectedKeys",
|
|
319396
|
+
"parent": {
|
|
319397
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
319398
|
+
"name": "MultipleSelection"
|
|
319399
|
+
},
|
|
319400
|
+
"declarations": [
|
|
319401
|
+
{
|
|
319402
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
319403
|
+
"name": "MultipleSelection"
|
|
319404
|
+
}
|
|
319405
|
+
],
|
|
319406
|
+
"required": false,
|
|
319407
|
+
"type": {
|
|
319408
|
+
"name": "\"all\" | Iterable<Key>"
|
|
319409
|
+
}
|
|
319410
|
+
},
|
|
319411
|
+
"defaultSelectedKeys": {
|
|
319412
|
+
"defaultValue": null,
|
|
319413
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
319414
|
+
"name": "defaultSelectedKeys",
|
|
319415
|
+
"parent": {
|
|
319416
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
319417
|
+
"name": "MultipleSelection"
|
|
319418
|
+
},
|
|
319419
|
+
"declarations": [
|
|
319420
|
+
{
|
|
319421
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
319422
|
+
"name": "MultipleSelection"
|
|
319423
|
+
}
|
|
319424
|
+
],
|
|
319425
|
+
"required": false,
|
|
319426
|
+
"type": {
|
|
319427
|
+
"name": "\"all\" | Iterable<Key>"
|
|
319428
|
+
}
|
|
319429
|
+
},
|
|
319430
|
+
"selectionMode": {
|
|
319431
|
+
"defaultValue": null,
|
|
319432
|
+
"description": "",
|
|
319433
|
+
"name": "selectionMode",
|
|
319434
|
+
"declarations": [
|
|
319435
|
+
{
|
|
319436
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
319437
|
+
"name": "TypeLiteral"
|
|
319438
|
+
}
|
|
319439
|
+
],
|
|
319440
|
+
"required": false,
|
|
319441
|
+
"type": {
|
|
319442
|
+
"name": "ContextMenuSelectionMode"
|
|
319443
|
+
}
|
|
319444
|
+
}
|
|
319445
|
+
}
|
|
319446
|
+
},
|
|
319292
319447
|
{
|
|
319293
319448
|
"tags": {
|
|
319294
319449
|
"flr-generate": "all"
|
|
@@ -321090,161 +321245,6 @@
|
|
|
321090
321245
|
}
|
|
321091
321246
|
}
|
|
321092
321247
|
},
|
|
321093
|
-
{
|
|
321094
|
-
"tags": {
|
|
321095
|
-
"flr-generate": "all"
|
|
321096
|
-
},
|
|
321097
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
321098
|
-
"description": "",
|
|
321099
|
-
"displayName": "ContextMenuSection",
|
|
321100
|
-
"methods": [],
|
|
321101
|
-
"props": {
|
|
321102
|
-
"children": {
|
|
321103
|
-
"defaultValue": null,
|
|
321104
|
-
"description": "",
|
|
321105
|
-
"name": "children",
|
|
321106
|
-
"declarations": [
|
|
321107
|
-
{
|
|
321108
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321109
|
-
"name": "TypeLiteral"
|
|
321110
|
-
}
|
|
321111
|
-
],
|
|
321112
|
-
"required": false,
|
|
321113
|
-
"type": {
|
|
321114
|
-
"name": "ReactNode"
|
|
321115
|
-
}
|
|
321116
|
-
},
|
|
321117
|
-
"wrapWith": {
|
|
321118
|
-
"defaultValue": null,
|
|
321119
|
-
"description": "",
|
|
321120
|
-
"name": "wrapWith",
|
|
321121
|
-
"parent": {
|
|
321122
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
321123
|
-
"name": "FlowComponentProps"
|
|
321124
|
-
},
|
|
321125
|
-
"declarations": [
|
|
321126
|
-
{
|
|
321127
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
321128
|
-
"name": "FlowComponentProps"
|
|
321129
|
-
}
|
|
321130
|
-
],
|
|
321131
|
-
"required": false,
|
|
321132
|
-
"type": {
|
|
321133
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
321134
|
-
}
|
|
321135
|
-
},
|
|
321136
|
-
"tunnel": {
|
|
321137
|
-
"defaultValue": null,
|
|
321138
|
-
"description": "@internal",
|
|
321139
|
-
"name": "tunnel",
|
|
321140
|
-
"parent": {
|
|
321141
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
321142
|
-
"name": "PropsWithTunnel"
|
|
321143
|
-
},
|
|
321144
|
-
"declarations": [
|
|
321145
|
-
{
|
|
321146
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
321147
|
-
"name": "PropsWithTunnel"
|
|
321148
|
-
}
|
|
321149
|
-
],
|
|
321150
|
-
"required": false,
|
|
321151
|
-
"type": {
|
|
321152
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
321153
|
-
}
|
|
321154
|
-
},
|
|
321155
|
-
"ref": {
|
|
321156
|
-
"defaultValue": null,
|
|
321157
|
-
"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}",
|
|
321158
|
-
"name": "ref",
|
|
321159
|
-
"parent": {
|
|
321160
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321161
|
-
"name": "RefAttributes"
|
|
321162
|
-
},
|
|
321163
|
-
"declarations": [
|
|
321164
|
-
{
|
|
321165
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321166
|
-
"name": "RefAttributes"
|
|
321167
|
-
}
|
|
321168
|
-
],
|
|
321169
|
-
"required": false,
|
|
321170
|
-
"type": {
|
|
321171
|
-
"name": "Ref<HTMLSpanElement>"
|
|
321172
|
-
}
|
|
321173
|
-
},
|
|
321174
|
-
"key": {
|
|
321175
|
-
"defaultValue": null,
|
|
321176
|
-
"description": "",
|
|
321177
|
-
"name": "key",
|
|
321178
|
-
"parent": {
|
|
321179
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321180
|
-
"name": "Attributes"
|
|
321181
|
-
},
|
|
321182
|
-
"declarations": [
|
|
321183
|
-
{
|
|
321184
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321185
|
-
"name": "Attributes"
|
|
321186
|
-
}
|
|
321187
|
-
],
|
|
321188
|
-
"required": false,
|
|
321189
|
-
"type": {
|
|
321190
|
-
"name": "Key | null"
|
|
321191
|
-
}
|
|
321192
|
-
},
|
|
321193
|
-
"selectedKeys": {
|
|
321194
|
-
"defaultValue": null,
|
|
321195
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
321196
|
-
"name": "selectedKeys",
|
|
321197
|
-
"parent": {
|
|
321198
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
321199
|
-
"name": "MultipleSelection"
|
|
321200
|
-
},
|
|
321201
|
-
"declarations": [
|
|
321202
|
-
{
|
|
321203
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
321204
|
-
"name": "MultipleSelection"
|
|
321205
|
-
}
|
|
321206
|
-
],
|
|
321207
|
-
"required": false,
|
|
321208
|
-
"type": {
|
|
321209
|
-
"name": "\"all\" | Iterable<Key>"
|
|
321210
|
-
}
|
|
321211
|
-
},
|
|
321212
|
-
"defaultSelectedKeys": {
|
|
321213
|
-
"defaultValue": null,
|
|
321214
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
321215
|
-
"name": "defaultSelectedKeys",
|
|
321216
|
-
"parent": {
|
|
321217
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
321218
|
-
"name": "MultipleSelection"
|
|
321219
|
-
},
|
|
321220
|
-
"declarations": [
|
|
321221
|
-
{
|
|
321222
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
321223
|
-
"name": "MultipleSelection"
|
|
321224
|
-
}
|
|
321225
|
-
],
|
|
321226
|
-
"required": false,
|
|
321227
|
-
"type": {
|
|
321228
|
-
"name": "\"all\" | Iterable<Key>"
|
|
321229
|
-
}
|
|
321230
|
-
},
|
|
321231
|
-
"selectionMode": {
|
|
321232
|
-
"defaultValue": null,
|
|
321233
|
-
"description": "",
|
|
321234
|
-
"name": "selectionMode",
|
|
321235
|
-
"declarations": [
|
|
321236
|
-
{
|
|
321237
|
-
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
321238
|
-
"name": "TypeLiteral"
|
|
321239
|
-
}
|
|
321240
|
-
],
|
|
321241
|
-
"required": false,
|
|
321242
|
-
"type": {
|
|
321243
|
-
"name": "ContextMenuSelectionMode"
|
|
321244
|
-
}
|
|
321245
|
-
}
|
|
321246
|
-
}
|
|
321247
|
-
},
|
|
321248
321248
|
{
|
|
321249
321249
|
"tags": {},
|
|
321250
321250
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
|
|
@@ -323824,93 +323824,6 @@
|
|
|
323824
323824
|
}
|
|
323825
323825
|
}
|
|
323826
323826
|
},
|
|
323827
|
-
{
|
|
323828
|
-
"tags": {
|
|
323829
|
-
"flr-generate": "all"
|
|
323830
|
-
},
|
|
323831
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.tsx",
|
|
323832
|
-
"description": "",
|
|
323833
|
-
"displayName": "ChartGrid",
|
|
323834
|
-
"methods": [],
|
|
323835
|
-
"props": {
|
|
323836
|
-
"className": {
|
|
323837
|
-
"defaultValue": null,
|
|
323838
|
-
"description": "",
|
|
323839
|
-
"name": "className",
|
|
323840
|
-
"parent": {
|
|
323841
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323842
|
-
"name": "HTMLAttributes"
|
|
323843
|
-
},
|
|
323844
|
-
"declarations": [
|
|
323845
|
-
{
|
|
323846
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323847
|
-
"name": "HTMLAttributes"
|
|
323848
|
-
}
|
|
323849
|
-
],
|
|
323850
|
-
"required": false,
|
|
323851
|
-
"type": {
|
|
323852
|
-
"name": "string"
|
|
323853
|
-
}
|
|
323854
|
-
},
|
|
323855
|
-
"horizontal": {
|
|
323856
|
-
"defaultValue": null,
|
|
323857
|
-
"description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
|
|
323858
|
-
"name": "horizontal",
|
|
323859
|
-
"parent": {
|
|
323860
|
-
"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/CartesianGrid.d.ts",
|
|
323861
|
-
"name": "CartesianGridProps"
|
|
323862
|
-
},
|
|
323863
|
-
"declarations": [
|
|
323864
|
-
{
|
|
323865
|
-
"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/CartesianGrid.d.ts",
|
|
323866
|
-
"name": "CartesianGridProps"
|
|
323867
|
-
}
|
|
323868
|
-
],
|
|
323869
|
-
"required": false,
|
|
323870
|
-
"type": {
|
|
323871
|
-
"name": "GridLineType"
|
|
323872
|
-
}
|
|
323873
|
-
},
|
|
323874
|
-
"vertical": {
|
|
323875
|
-
"defaultValue": null,
|
|
323876
|
-
"description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
|
|
323877
|
-
"name": "vertical",
|
|
323878
|
-
"parent": {
|
|
323879
|
-
"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/CartesianGrid.d.ts",
|
|
323880
|
-
"name": "CartesianGridProps"
|
|
323881
|
-
},
|
|
323882
|
-
"declarations": [
|
|
323883
|
-
{
|
|
323884
|
-
"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/CartesianGrid.d.ts",
|
|
323885
|
-
"name": "CartesianGridProps"
|
|
323886
|
-
}
|
|
323887
|
-
],
|
|
323888
|
-
"required": false,
|
|
323889
|
-
"type": {
|
|
323890
|
-
"name": "GridLineType"
|
|
323891
|
-
}
|
|
323892
|
-
},
|
|
323893
|
-
"strokeDasharray": {
|
|
323894
|
-
"defaultValue": null,
|
|
323895
|
-
"description": "",
|
|
323896
|
-
"name": "strokeDasharray",
|
|
323897
|
-
"parent": {
|
|
323898
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323899
|
-
"name": "SVGAttributes"
|
|
323900
|
-
},
|
|
323901
|
-
"declarations": [
|
|
323902
|
-
{
|
|
323903
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
323904
|
-
"name": "SVGAttributes"
|
|
323905
|
-
}
|
|
323906
|
-
],
|
|
323907
|
-
"required": false,
|
|
323908
|
-
"type": {
|
|
323909
|
-
"name": "string | number"
|
|
323910
|
-
}
|
|
323911
|
-
}
|
|
323912
|
-
}
|
|
323913
|
-
},
|
|
323914
323827
|
{
|
|
323915
323828
|
"tags": {},
|
|
323916
323829
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
|
|
@@ -332810,6 +332723,93 @@
|
|
|
332810
332723
|
}
|
|
332811
332724
|
}
|
|
332812
332725
|
},
|
|
332726
|
+
{
|
|
332727
|
+
"tags": {
|
|
332728
|
+
"flr-generate": "all"
|
|
332729
|
+
},
|
|
332730
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.tsx",
|
|
332731
|
+
"description": "",
|
|
332732
|
+
"displayName": "ChartGrid",
|
|
332733
|
+
"methods": [],
|
|
332734
|
+
"props": {
|
|
332735
|
+
"className": {
|
|
332736
|
+
"defaultValue": null,
|
|
332737
|
+
"description": "",
|
|
332738
|
+
"name": "className",
|
|
332739
|
+
"parent": {
|
|
332740
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332741
|
+
"name": "HTMLAttributes"
|
|
332742
|
+
},
|
|
332743
|
+
"declarations": [
|
|
332744
|
+
{
|
|
332745
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332746
|
+
"name": "HTMLAttributes"
|
|
332747
|
+
}
|
|
332748
|
+
],
|
|
332749
|
+
"required": false,
|
|
332750
|
+
"type": {
|
|
332751
|
+
"name": "string"
|
|
332752
|
+
}
|
|
332753
|
+
},
|
|
332754
|
+
"horizontal": {
|
|
332755
|
+
"defaultValue": null,
|
|
332756
|
+
"description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
|
|
332757
|
+
"name": "horizontal",
|
|
332758
|
+
"parent": {
|
|
332759
|
+
"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/CartesianGrid.d.ts",
|
|
332760
|
+
"name": "CartesianGridProps"
|
|
332761
|
+
},
|
|
332762
|
+
"declarations": [
|
|
332763
|
+
{
|
|
332764
|
+
"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/CartesianGrid.d.ts",
|
|
332765
|
+
"name": "CartesianGridProps"
|
|
332766
|
+
}
|
|
332767
|
+
],
|
|
332768
|
+
"required": false,
|
|
332769
|
+
"type": {
|
|
332770
|
+
"name": "GridLineType"
|
|
332771
|
+
}
|
|
332772
|
+
},
|
|
332773
|
+
"vertical": {
|
|
332774
|
+
"defaultValue": null,
|
|
332775
|
+
"description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
|
|
332776
|
+
"name": "vertical",
|
|
332777
|
+
"parent": {
|
|
332778
|
+
"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/CartesianGrid.d.ts",
|
|
332779
|
+
"name": "CartesianGridProps"
|
|
332780
|
+
},
|
|
332781
|
+
"declarations": [
|
|
332782
|
+
{
|
|
332783
|
+
"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/CartesianGrid.d.ts",
|
|
332784
|
+
"name": "CartesianGridProps"
|
|
332785
|
+
}
|
|
332786
|
+
],
|
|
332787
|
+
"required": false,
|
|
332788
|
+
"type": {
|
|
332789
|
+
"name": "GridLineType"
|
|
332790
|
+
}
|
|
332791
|
+
},
|
|
332792
|
+
"strokeDasharray": {
|
|
332793
|
+
"defaultValue": null,
|
|
332794
|
+
"description": "",
|
|
332795
|
+
"name": "strokeDasharray",
|
|
332796
|
+
"parent": {
|
|
332797
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332798
|
+
"name": "SVGAttributes"
|
|
332799
|
+
},
|
|
332800
|
+
"declarations": [
|
|
332801
|
+
{
|
|
332802
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332803
|
+
"name": "SVGAttributes"
|
|
332804
|
+
}
|
|
332805
|
+
],
|
|
332806
|
+
"required": false,
|
|
332807
|
+
"type": {
|
|
332808
|
+
"name": "string | number"
|
|
332809
|
+
}
|
|
332810
|
+
}
|
|
332811
|
+
}
|
|
332812
|
+
},
|
|
332813
332813
|
{
|
|
332814
332814
|
"tags": {
|
|
332815
332815
|
"deprecated": "Use ChartGrid",
|
|
@@ -332898,6 +332898,232 @@
|
|
|
332898
332898
|
}
|
|
332899
332899
|
}
|
|
332900
332900
|
},
|
|
332901
|
+
{
|
|
332902
|
+
"tags": {
|
|
332903
|
+
"flr-generate": "all"
|
|
332904
|
+
},
|
|
332905
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
332906
|
+
"description": "",
|
|
332907
|
+
"displayName": "Area",
|
|
332908
|
+
"methods": [],
|
|
332909
|
+
"props": {
|
|
332910
|
+
"className": {
|
|
332911
|
+
"defaultValue": null,
|
|
332912
|
+
"description": "",
|
|
332913
|
+
"name": "className",
|
|
332914
|
+
"parent": {
|
|
332915
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332916
|
+
"name": "HTMLAttributes"
|
|
332917
|
+
},
|
|
332918
|
+
"declarations": [
|
|
332919
|
+
{
|
|
332920
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332921
|
+
"name": "HTMLAttributes"
|
|
332922
|
+
}
|
|
332923
|
+
],
|
|
332924
|
+
"required": false,
|
|
332925
|
+
"type": {
|
|
332926
|
+
"name": "string"
|
|
332927
|
+
}
|
|
332928
|
+
},
|
|
332929
|
+
"key": {
|
|
332930
|
+
"defaultValue": null,
|
|
332931
|
+
"description": "",
|
|
332932
|
+
"name": "key",
|
|
332933
|
+
"parent": {
|
|
332934
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332935
|
+
"name": "Attributes"
|
|
332936
|
+
},
|
|
332937
|
+
"declarations": [
|
|
332938
|
+
{
|
|
332939
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332940
|
+
"name": "Attributes"
|
|
332941
|
+
}
|
|
332942
|
+
],
|
|
332943
|
+
"required": false,
|
|
332944
|
+
"type": {
|
|
332945
|
+
"name": "Key | null"
|
|
332946
|
+
}
|
|
332947
|
+
},
|
|
332948
|
+
"type": {
|
|
332949
|
+
"defaultValue": null,
|
|
332950
|
+
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
332951
|
+
"name": "type",
|
|
332952
|
+
"parent": {
|
|
332953
|
+
"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/shape/Curve.d.ts",
|
|
332954
|
+
"name": "CurveProps"
|
|
332955
|
+
},
|
|
332956
|
+
"declarations": [
|
|
332957
|
+
{
|
|
332958
|
+
"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/shape/Curve.d.ts",
|
|
332959
|
+
"name": "CurveProps"
|
|
332960
|
+
},
|
|
332961
|
+
{
|
|
332962
|
+
"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/Line.d.ts",
|
|
332963
|
+
"name": "LineProps"
|
|
332964
|
+
}
|
|
332965
|
+
],
|
|
332966
|
+
"required": false,
|
|
332967
|
+
"type": {
|
|
332968
|
+
"name": "CurveType"
|
|
332969
|
+
}
|
|
332970
|
+
},
|
|
332971
|
+
"fillOpacity": {
|
|
332972
|
+
"defaultValue": null,
|
|
332973
|
+
"description": "",
|
|
332974
|
+
"name": "fillOpacity",
|
|
332975
|
+
"parent": {
|
|
332976
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332977
|
+
"name": "SVGAttributes"
|
|
332978
|
+
},
|
|
332979
|
+
"declarations": [
|
|
332980
|
+
{
|
|
332981
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332982
|
+
"name": "SVGAttributes"
|
|
332983
|
+
}
|
|
332984
|
+
],
|
|
332985
|
+
"required": false,
|
|
332986
|
+
"type": {
|
|
332987
|
+
"name": "string | number"
|
|
332988
|
+
}
|
|
332989
|
+
},
|
|
332990
|
+
"unit": {
|
|
332991
|
+
"defaultValue": null,
|
|
332992
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
332993
|
+
"name": "unit",
|
|
332994
|
+
"parent": {
|
|
332995
|
+
"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/Area.d.ts",
|
|
332996
|
+
"name": "AreaProps"
|
|
332997
|
+
},
|
|
332998
|
+
"declarations": [
|
|
332999
|
+
{
|
|
333000
|
+
"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/Area.d.ts",
|
|
333001
|
+
"name": "AreaProps"
|
|
333002
|
+
}
|
|
333003
|
+
],
|
|
333004
|
+
"required": false,
|
|
333005
|
+
"type": {
|
|
333006
|
+
"name": "string | number"
|
|
333007
|
+
}
|
|
333008
|
+
},
|
|
333009
|
+
"xAxisId": {
|
|
333010
|
+
"defaultValue": null,
|
|
333011
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
333012
|
+
"name": "xAxisId",
|
|
333013
|
+
"parent": {
|
|
333014
|
+
"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/Area.d.ts",
|
|
333015
|
+
"name": "AreaProps"
|
|
333016
|
+
},
|
|
333017
|
+
"declarations": [
|
|
333018
|
+
{
|
|
333019
|
+
"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/Area.d.ts",
|
|
333020
|
+
"name": "AreaProps"
|
|
333021
|
+
}
|
|
333022
|
+
],
|
|
333023
|
+
"required": false,
|
|
333024
|
+
"type": {
|
|
333025
|
+
"name": "AxisId"
|
|
333026
|
+
}
|
|
333027
|
+
},
|
|
333028
|
+
"yAxisId": {
|
|
333029
|
+
"defaultValue": null,
|
|
333030
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
333031
|
+
"name": "yAxisId",
|
|
333032
|
+
"parent": {
|
|
333033
|
+
"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/Area.d.ts",
|
|
333034
|
+
"name": "AreaProps"
|
|
333035
|
+
},
|
|
333036
|
+
"declarations": [
|
|
333037
|
+
{
|
|
333038
|
+
"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/Area.d.ts",
|
|
333039
|
+
"name": "AreaProps"
|
|
333040
|
+
}
|
|
333041
|
+
],
|
|
333042
|
+
"required": false,
|
|
333043
|
+
"type": {
|
|
333044
|
+
"name": "AxisId"
|
|
333045
|
+
}
|
|
333046
|
+
},
|
|
333047
|
+
"stackId": {
|
|
333048
|
+
"defaultValue": null,
|
|
333049
|
+
"description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
|
|
333050
|
+
"name": "stackId",
|
|
333051
|
+
"parent": {
|
|
333052
|
+
"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/Area.d.ts",
|
|
333053
|
+
"name": "AreaProps"
|
|
333054
|
+
},
|
|
333055
|
+
"declarations": [
|
|
333056
|
+
{
|
|
333057
|
+
"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/Area.d.ts",
|
|
333058
|
+
"name": "AreaProps"
|
|
333059
|
+
}
|
|
333060
|
+
],
|
|
333061
|
+
"required": false,
|
|
333062
|
+
"type": {
|
|
333063
|
+
"name": "StackId"
|
|
333064
|
+
}
|
|
333065
|
+
},
|
|
333066
|
+
"color": {
|
|
333067
|
+
"defaultValue": {
|
|
333068
|
+
"value": "\"sea-green\""
|
|
333069
|
+
},
|
|
333070
|
+
"description": "The color of the area.",
|
|
333071
|
+
"name": "color",
|
|
333072
|
+
"declarations": [
|
|
333073
|
+
{
|
|
333074
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
333075
|
+
"name": "TypeLiteral"
|
|
333076
|
+
}
|
|
333077
|
+
],
|
|
333078
|
+
"required": false,
|
|
333079
|
+
"type": {
|
|
333080
|
+
"name": "CategoricalWithCustomColor"
|
|
333081
|
+
}
|
|
333082
|
+
},
|
|
333083
|
+
"dataKey": {
|
|
333084
|
+
"defaultValue": null,
|
|
333085
|
+
"description": "",
|
|
333086
|
+
"name": "dataKey",
|
|
333087
|
+
"parent": {
|
|
333088
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
333089
|
+
"name": "DataKeyWithLabel"
|
|
333090
|
+
},
|
|
333091
|
+
"declarations": [
|
|
333092
|
+
{
|
|
333093
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
333094
|
+
"name": "DataKeyWithLabel"
|
|
333095
|
+
},
|
|
333096
|
+
{
|
|
333097
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
333098
|
+
"name": "AreaPropsByDataKeyProp"
|
|
333099
|
+
}
|
|
333100
|
+
],
|
|
333101
|
+
"required": true,
|
|
333102
|
+
"type": {
|
|
333103
|
+
"name": "string | DataKeyFn<ChartDataValue, unknown>"
|
|
333104
|
+
}
|
|
333105
|
+
},
|
|
333106
|
+
"dataKeyLabel": {
|
|
333107
|
+
"defaultValue": null,
|
|
333108
|
+
"description": "",
|
|
333109
|
+
"name": "dataKeyLabel",
|
|
333110
|
+
"parent": {
|
|
333111
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
333112
|
+
"name": "DataKeyWithLabel"
|
|
333113
|
+
},
|
|
333114
|
+
"declarations": [
|
|
333115
|
+
{
|
|
333116
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
333117
|
+
"name": "DataKeyWithLabel"
|
|
333118
|
+
}
|
|
333119
|
+
],
|
|
333120
|
+
"required": true,
|
|
333121
|
+
"type": {
|
|
333122
|
+
"name": "string"
|
|
333123
|
+
}
|
|
333124
|
+
}
|
|
333125
|
+
}
|
|
333126
|
+
},
|
|
332901
333127
|
{
|
|
332902
333128
|
"tags": {},
|
|
332903
333129
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -342240,232 +342466,6 @@
|
|
|
342240
342466
|
}
|
|
342241
342467
|
}
|
|
342242
342468
|
},
|
|
342243
|
-
{
|
|
342244
|
-
"tags": {
|
|
342245
|
-
"flr-generate": "all"
|
|
342246
|
-
},
|
|
342247
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
342248
|
-
"description": "",
|
|
342249
|
-
"displayName": "Area",
|
|
342250
|
-
"methods": [],
|
|
342251
|
-
"props": {
|
|
342252
|
-
"className": {
|
|
342253
|
-
"defaultValue": null,
|
|
342254
|
-
"description": "",
|
|
342255
|
-
"name": "className",
|
|
342256
|
-
"parent": {
|
|
342257
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342258
|
-
"name": "HTMLAttributes"
|
|
342259
|
-
},
|
|
342260
|
-
"declarations": [
|
|
342261
|
-
{
|
|
342262
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342263
|
-
"name": "HTMLAttributes"
|
|
342264
|
-
}
|
|
342265
|
-
],
|
|
342266
|
-
"required": false,
|
|
342267
|
-
"type": {
|
|
342268
|
-
"name": "string"
|
|
342269
|
-
}
|
|
342270
|
-
},
|
|
342271
|
-
"key": {
|
|
342272
|
-
"defaultValue": null,
|
|
342273
|
-
"description": "",
|
|
342274
|
-
"name": "key",
|
|
342275
|
-
"parent": {
|
|
342276
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342277
|
-
"name": "Attributes"
|
|
342278
|
-
},
|
|
342279
|
-
"declarations": [
|
|
342280
|
-
{
|
|
342281
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342282
|
-
"name": "Attributes"
|
|
342283
|
-
}
|
|
342284
|
-
],
|
|
342285
|
-
"required": false,
|
|
342286
|
-
"type": {
|
|
342287
|
-
"name": "Key | null"
|
|
342288
|
-
}
|
|
342289
|
-
},
|
|
342290
|
-
"type": {
|
|
342291
|
-
"defaultValue": null,
|
|
342292
|
-
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
342293
|
-
"name": "type",
|
|
342294
|
-
"parent": {
|
|
342295
|
-
"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/shape/Curve.d.ts",
|
|
342296
|
-
"name": "CurveProps"
|
|
342297
|
-
},
|
|
342298
|
-
"declarations": [
|
|
342299
|
-
{
|
|
342300
|
-
"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/shape/Curve.d.ts",
|
|
342301
|
-
"name": "CurveProps"
|
|
342302
|
-
},
|
|
342303
|
-
{
|
|
342304
|
-
"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/Line.d.ts",
|
|
342305
|
-
"name": "LineProps"
|
|
342306
|
-
}
|
|
342307
|
-
],
|
|
342308
|
-
"required": false,
|
|
342309
|
-
"type": {
|
|
342310
|
-
"name": "CurveType"
|
|
342311
|
-
}
|
|
342312
|
-
},
|
|
342313
|
-
"fillOpacity": {
|
|
342314
|
-
"defaultValue": null,
|
|
342315
|
-
"description": "",
|
|
342316
|
-
"name": "fillOpacity",
|
|
342317
|
-
"parent": {
|
|
342318
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342319
|
-
"name": "SVGAttributes"
|
|
342320
|
-
},
|
|
342321
|
-
"declarations": [
|
|
342322
|
-
{
|
|
342323
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
342324
|
-
"name": "SVGAttributes"
|
|
342325
|
-
}
|
|
342326
|
-
],
|
|
342327
|
-
"required": false,
|
|
342328
|
-
"type": {
|
|
342329
|
-
"name": "string | number"
|
|
342330
|
-
}
|
|
342331
|
-
},
|
|
342332
|
-
"unit": {
|
|
342333
|
-
"defaultValue": null,
|
|
342334
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
342335
|
-
"name": "unit",
|
|
342336
|
-
"parent": {
|
|
342337
|
-
"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/Area.d.ts",
|
|
342338
|
-
"name": "AreaProps"
|
|
342339
|
-
},
|
|
342340
|
-
"declarations": [
|
|
342341
|
-
{
|
|
342342
|
-
"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/Area.d.ts",
|
|
342343
|
-
"name": "AreaProps"
|
|
342344
|
-
}
|
|
342345
|
-
],
|
|
342346
|
-
"required": false,
|
|
342347
|
-
"type": {
|
|
342348
|
-
"name": "string | number"
|
|
342349
|
-
}
|
|
342350
|
-
},
|
|
342351
|
-
"xAxisId": {
|
|
342352
|
-
"defaultValue": null,
|
|
342353
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
342354
|
-
"name": "xAxisId",
|
|
342355
|
-
"parent": {
|
|
342356
|
-
"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/Area.d.ts",
|
|
342357
|
-
"name": "AreaProps"
|
|
342358
|
-
},
|
|
342359
|
-
"declarations": [
|
|
342360
|
-
{
|
|
342361
|
-
"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/Area.d.ts",
|
|
342362
|
-
"name": "AreaProps"
|
|
342363
|
-
}
|
|
342364
|
-
],
|
|
342365
|
-
"required": false,
|
|
342366
|
-
"type": {
|
|
342367
|
-
"name": "AxisId"
|
|
342368
|
-
}
|
|
342369
|
-
},
|
|
342370
|
-
"yAxisId": {
|
|
342371
|
-
"defaultValue": null,
|
|
342372
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
342373
|
-
"name": "yAxisId",
|
|
342374
|
-
"parent": {
|
|
342375
|
-
"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/Area.d.ts",
|
|
342376
|
-
"name": "AreaProps"
|
|
342377
|
-
},
|
|
342378
|
-
"declarations": [
|
|
342379
|
-
{
|
|
342380
|
-
"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/Area.d.ts",
|
|
342381
|
-
"name": "AreaProps"
|
|
342382
|
-
}
|
|
342383
|
-
],
|
|
342384
|
-
"required": false,
|
|
342385
|
-
"type": {
|
|
342386
|
-
"name": "AxisId"
|
|
342387
|
-
}
|
|
342388
|
-
},
|
|
342389
|
-
"stackId": {
|
|
342390
|
-
"defaultValue": null,
|
|
342391
|
-
"description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
|
|
342392
|
-
"name": "stackId",
|
|
342393
|
-
"parent": {
|
|
342394
|
-
"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/Area.d.ts",
|
|
342395
|
-
"name": "AreaProps"
|
|
342396
|
-
},
|
|
342397
|
-
"declarations": [
|
|
342398
|
-
{
|
|
342399
|
-
"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/Area.d.ts",
|
|
342400
|
-
"name": "AreaProps"
|
|
342401
|
-
}
|
|
342402
|
-
],
|
|
342403
|
-
"required": false,
|
|
342404
|
-
"type": {
|
|
342405
|
-
"name": "StackId"
|
|
342406
|
-
}
|
|
342407
|
-
},
|
|
342408
|
-
"color": {
|
|
342409
|
-
"defaultValue": {
|
|
342410
|
-
"value": "\"sea-green\""
|
|
342411
|
-
},
|
|
342412
|
-
"description": "The color of the area.",
|
|
342413
|
-
"name": "color",
|
|
342414
|
-
"declarations": [
|
|
342415
|
-
{
|
|
342416
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
342417
|
-
"name": "TypeLiteral"
|
|
342418
|
-
}
|
|
342419
|
-
],
|
|
342420
|
-
"required": false,
|
|
342421
|
-
"type": {
|
|
342422
|
-
"name": "CategoricalWithCustomColor"
|
|
342423
|
-
}
|
|
342424
|
-
},
|
|
342425
|
-
"dataKey": {
|
|
342426
|
-
"defaultValue": null,
|
|
342427
|
-
"description": "",
|
|
342428
|
-
"name": "dataKey",
|
|
342429
|
-
"parent": {
|
|
342430
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
342431
|
-
"name": "DataKeyWithLabel"
|
|
342432
|
-
},
|
|
342433
|
-
"declarations": [
|
|
342434
|
-
{
|
|
342435
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
342436
|
-
"name": "DataKeyWithLabel"
|
|
342437
|
-
},
|
|
342438
|
-
{
|
|
342439
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
342440
|
-
"name": "AreaPropsByDataKeyProp"
|
|
342441
|
-
}
|
|
342442
|
-
],
|
|
342443
|
-
"required": true,
|
|
342444
|
-
"type": {
|
|
342445
|
-
"name": "string | DataKeyFn<ChartDataValue, unknown>"
|
|
342446
|
-
}
|
|
342447
|
-
},
|
|
342448
|
-
"dataKeyLabel": {
|
|
342449
|
-
"defaultValue": null,
|
|
342450
|
-
"description": "",
|
|
342451
|
-
"name": "dataKeyLabel",
|
|
342452
|
-
"parent": {
|
|
342453
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
342454
|
-
"name": "DataKeyWithLabel"
|
|
342455
|
-
},
|
|
342456
|
-
"declarations": [
|
|
342457
|
-
{
|
|
342458
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
342459
|
-
"name": "DataKeyWithLabel"
|
|
342460
|
-
}
|
|
342461
|
-
],
|
|
342462
|
-
"required": true,
|
|
342463
|
-
"type": {
|
|
342464
|
-
"name": "string"
|
|
342465
|
-
}
|
|
342466
|
-
}
|
|
342467
|
-
}
|
|
342468
|
-
},
|
|
342469
342469
|
{
|
|
342470
342470
|
"tags": {
|
|
342471
342471
|
"flr-generate": "all"
|
|
@@ -344574,9 +344574,9 @@
|
|
|
344574
344574
|
"tags": {
|
|
344575
344575
|
"flr-generate": "all"
|
|
344576
344576
|
},
|
|
344577
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
344577
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
344578
344578
|
"description": "",
|
|
344579
|
-
"displayName": "
|
|
344579
|
+
"displayName": "GridList",
|
|
344580
344580
|
"methods": [],
|
|
344581
344581
|
"props": {
|
|
344582
344582
|
"className": {
|
|
@@ -344600,151 +344600,157 @@
|
|
|
344600
344600
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
344601
344601
|
}
|
|
344602
344602
|
},
|
|
344603
|
-
"
|
|
344604
|
-
"defaultValue":
|
|
344605
|
-
|
|
344606
|
-
|
|
344603
|
+
"disallowTypeAhead": {
|
|
344604
|
+
"defaultValue": {
|
|
344605
|
+
"value": "false"
|
|
344606
|
+
},
|
|
344607
|
+
"description": "Whether typeahead navigation is disabled.",
|
|
344608
|
+
"name": "disallowTypeAhead",
|
|
344607
344609
|
"parent": {
|
|
344608
344610
|
"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",
|
|
344609
|
-
"name": "
|
|
344611
|
+
"name": "GridListProps"
|
|
344610
344612
|
},
|
|
344611
344613
|
"declarations": [
|
|
344612
344614
|
{
|
|
344613
344615
|
"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",
|
|
344614
|
-
"name": "
|
|
344616
|
+
"name": "GridListProps"
|
|
344615
344617
|
}
|
|
344616
344618
|
],
|
|
344617
344619
|
"required": false,
|
|
344618
344620
|
"type": {
|
|
344619
|
-
"name": "
|
|
344621
|
+
"name": "boolean"
|
|
344620
344622
|
}
|
|
344621
344623
|
},
|
|
344622
|
-
"
|
|
344623
|
-
"defaultValue":
|
|
344624
|
-
|
|
344625
|
-
|
|
344624
|
+
"selectionBehavior": {
|
|
344625
|
+
"defaultValue": {
|
|
344626
|
+
"value": "\"toggle\""
|
|
344627
|
+
},
|
|
344628
|
+
"description": "How multiple selection should behave in the collection.",
|
|
344629
|
+
"name": "selectionBehavior",
|
|
344626
344630
|
"parent": {
|
|
344627
344631
|
"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",
|
|
344628
|
-
"name": "
|
|
344632
|
+
"name": "TableProps"
|
|
344629
344633
|
},
|
|
344630
344634
|
"declarations": [
|
|
344631
344635
|
{
|
|
344632
344636
|
"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",
|
|
344633
|
-
"name": "
|
|
344637
|
+
"name": "TableProps"
|
|
344634
344638
|
}
|
|
344635
344639
|
],
|
|
344636
344640
|
"required": false,
|
|
344637
344641
|
"type": {
|
|
344638
|
-
"name": "
|
|
344642
|
+
"name": "SelectionBehavior"
|
|
344639
344643
|
}
|
|
344640
344644
|
},
|
|
344641
|
-
"
|
|
344645
|
+
"dragAndDropHooks": {
|
|
344642
344646
|
"defaultValue": null,
|
|
344643
|
-
"description": "
|
|
344644
|
-
"name": "
|
|
344647
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
344648
|
+
"name": "dragAndDropHooks",
|
|
344645
344649
|
"parent": {
|
|
344646
344650
|
"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",
|
|
344647
|
-
"name": "
|
|
344651
|
+
"name": "TableProps"
|
|
344648
344652
|
},
|
|
344649
344653
|
"declarations": [
|
|
344650
344654
|
{
|
|
344651
344655
|
"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",
|
|
344652
|
-
"name": "
|
|
344656
|
+
"name": "TableProps"
|
|
344653
344657
|
}
|
|
344654
344658
|
],
|
|
344655
344659
|
"required": false,
|
|
344656
344660
|
"type": {
|
|
344657
|
-
"name": "
|
|
344661
|
+
"name": "DragAndDropHooks<object>"
|
|
344658
344662
|
}
|
|
344659
344663
|
},
|
|
344660
|
-
"
|
|
344664
|
+
"renderEmptyState": {
|
|
344661
344665
|
"defaultValue": null,
|
|
344662
|
-
"description": "
|
|
344663
|
-
"name": "
|
|
344666
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
344667
|
+
"name": "renderEmptyState",
|
|
344664
344668
|
"parent": {
|
|
344665
344669
|
"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",
|
|
344666
|
-
"name": "
|
|
344670
|
+
"name": "ListBoxProps"
|
|
344667
344671
|
},
|
|
344668
344672
|
"declarations": [
|
|
344669
344673
|
{
|
|
344670
344674
|
"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",
|
|
344671
|
-
"name": "
|
|
344675
|
+
"name": "ListBoxProps"
|
|
344672
344676
|
}
|
|
344673
344677
|
],
|
|
344674
344678
|
"required": false,
|
|
344675
344679
|
"type": {
|
|
344676
|
-
"name": "
|
|
344680
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
344677
344681
|
}
|
|
344678
344682
|
},
|
|
344679
|
-
"
|
|
344680
|
-
"defaultValue":
|
|
344681
|
-
|
|
344682
|
-
|
|
344683
|
+
"layout": {
|
|
344684
|
+
"defaultValue": {
|
|
344685
|
+
"value": "'stack'"
|
|
344686
|
+
},
|
|
344687
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
344688
|
+
"name": "layout",
|
|
344683
344689
|
"parent": {
|
|
344684
344690
|
"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",
|
|
344685
|
-
"name": "
|
|
344691
|
+
"name": "ListBoxProps"
|
|
344686
344692
|
},
|
|
344687
344693
|
"declarations": [
|
|
344688
344694
|
{
|
|
344689
344695
|
"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",
|
|
344690
|
-
"name": "
|
|
344696
|
+
"name": "ListBoxProps"
|
|
344691
344697
|
}
|
|
344692
344698
|
],
|
|
344693
344699
|
"required": false,
|
|
344694
344700
|
"type": {
|
|
344695
|
-
"name": "
|
|
344701
|
+
"name": "\"grid\" | \"stack\""
|
|
344696
344702
|
}
|
|
344697
344703
|
},
|
|
344698
|
-
"
|
|
344704
|
+
"id": {
|
|
344699
344705
|
"defaultValue": null,
|
|
344700
|
-
"description": "The
|
|
344701
|
-
"name": "
|
|
344706
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
344707
|
+
"name": "id",
|
|
344702
344708
|
"parent": {
|
|
344703
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344704
|
-
"name": "
|
|
344709
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344710
|
+
"name": "DOMProps"
|
|
344705
344711
|
},
|
|
344706
344712
|
"declarations": [
|
|
344707
344713
|
{
|
|
344708
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344709
|
-
"name": "
|
|
344714
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344715
|
+
"name": "DOMProps"
|
|
344710
344716
|
}
|
|
344711
344717
|
],
|
|
344712
344718
|
"required": false,
|
|
344713
344719
|
"type": {
|
|
344714
|
-
"name": "
|
|
344720
|
+
"name": "string"
|
|
344715
344721
|
}
|
|
344716
344722
|
},
|
|
344717
|
-
"
|
|
344723
|
+
"aria-label": {
|
|
344718
344724
|
"defaultValue": null,
|
|
344719
|
-
"description": "
|
|
344720
|
-
"name": "
|
|
344725
|
+
"description": "Defines a string value that labels the current element.",
|
|
344726
|
+
"name": "aria-label",
|
|
344721
344727
|
"parent": {
|
|
344722
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344723
|
-
"name": "
|
|
344728
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344729
|
+
"name": "AriaLabelingProps"
|
|
344724
344730
|
},
|
|
344725
344731
|
"declarations": [
|
|
344726
344732
|
{
|
|
344727
|
-
"fileName": "flow/node_modules/.pnpm
|
|
344728
|
-
"name": "
|
|
344733
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344734
|
+
"name": "AriaLabelingProps"
|
|
344729
344735
|
}
|
|
344730
344736
|
],
|
|
344731
344737
|
"required": false,
|
|
344732
344738
|
"type": {
|
|
344733
|
-
"name": "
|
|
344739
|
+
"name": "string"
|
|
344734
344740
|
}
|
|
344735
344741
|
},
|
|
344736
|
-
"
|
|
344742
|
+
"aria-labelledby": {
|
|
344737
344743
|
"defaultValue": null,
|
|
344738
|
-
"description": "
|
|
344739
|
-
"name": "
|
|
344744
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
344745
|
+
"name": "aria-labelledby",
|
|
344740
344746
|
"parent": {
|
|
344741
344747
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344742
|
-
"name": "
|
|
344748
|
+
"name": "AriaLabelingProps"
|
|
344743
344749
|
},
|
|
344744
344750
|
"declarations": [
|
|
344745
344751
|
{
|
|
344746
344752
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344747
|
-
"name": "
|
|
344753
|
+
"name": "AriaLabelingProps"
|
|
344748
344754
|
}
|
|
344749
344755
|
],
|
|
344750
344756
|
"required": false,
|
|
@@ -344752,18 +344758,18 @@
|
|
|
344752
344758
|
"name": "string"
|
|
344753
344759
|
}
|
|
344754
344760
|
},
|
|
344755
|
-
"
|
|
344761
|
+
"aria-describedby": {
|
|
344756
344762
|
"defaultValue": null,
|
|
344757
|
-
"description": "
|
|
344758
|
-
"name": "
|
|
344763
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
344764
|
+
"name": "aria-describedby",
|
|
344759
344765
|
"parent": {
|
|
344760
344766
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344761
|
-
"name": "
|
|
344767
|
+
"name": "AriaLabelingProps"
|
|
344762
344768
|
},
|
|
344763
344769
|
"declarations": [
|
|
344764
344770
|
{
|
|
344765
344771
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344766
|
-
"name": "
|
|
344772
|
+
"name": "AriaLabelingProps"
|
|
344767
344773
|
}
|
|
344768
344774
|
],
|
|
344769
344775
|
"required": false,
|
|
@@ -344771,308 +344777,352 @@
|
|
|
344771
344777
|
"name": "string"
|
|
344772
344778
|
}
|
|
344773
344779
|
},
|
|
344774
|
-
"
|
|
344780
|
+
"aria-details": {
|
|
344775
344781
|
"defaultValue": null,
|
|
344776
|
-
"description": "
|
|
344777
|
-
"name": "
|
|
344782
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
344783
|
+
"name": "aria-details",
|
|
344778
344784
|
"parent": {
|
|
344779
344785
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344780
|
-
"name": "
|
|
344786
|
+
"name": "AriaLabelingProps"
|
|
344781
344787
|
},
|
|
344782
344788
|
"declarations": [
|
|
344783
344789
|
{
|
|
344784
344790
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
344785
|
-
"name": "
|
|
344791
|
+
"name": "AriaLabelingProps"
|
|
344786
344792
|
}
|
|
344787
344793
|
],
|
|
344788
344794
|
"required": false,
|
|
344789
344795
|
"type": {
|
|
344790
|
-
"name": "
|
|
344796
|
+
"name": "string"
|
|
344791
344797
|
}
|
|
344792
344798
|
},
|
|
344793
|
-
"
|
|
344799
|
+
"autoFocus": {
|
|
344794
344800
|
"defaultValue": null,
|
|
344795
|
-
"description": "
|
|
344796
|
-
"name": "
|
|
344801
|
+
"description": "Whether to auto focus the gridlist or an option.",
|
|
344802
|
+
"name": "autoFocus",
|
|
344797
344803
|
"parent": {
|
|
344798
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344799
|
-
"name": "
|
|
344804
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344805
|
+
"name": "GridListProps"
|
|
344800
344806
|
},
|
|
344801
344807
|
"declarations": [
|
|
344802
344808
|
{
|
|
344803
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344804
|
-
"name": "
|
|
344809
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344810
|
+
"name": "GridListProps"
|
|
344805
344811
|
}
|
|
344806
344812
|
],
|
|
344807
344813
|
"required": false,
|
|
344808
344814
|
"type": {
|
|
344809
|
-
"name": "
|
|
344815
|
+
"name": "boolean | FocusStrategy"
|
|
344810
344816
|
}
|
|
344811
344817
|
},
|
|
344812
|
-
"
|
|
344818
|
+
"items": {
|
|
344813
344819
|
"defaultValue": null,
|
|
344814
|
-
"description": "
|
|
344815
|
-
"name": "
|
|
344820
|
+
"description": "Item objects in the collection.",
|
|
344821
|
+
"name": "items",
|
|
344816
344822
|
"parent": {
|
|
344817
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344818
|
-
"name": "
|
|
344823
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
344824
|
+
"name": "CollectionBase"
|
|
344819
344825
|
},
|
|
344820
344826
|
"declarations": [
|
|
344821
344827
|
{
|
|
344822
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344823
|
-
"name": "
|
|
344828
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
344829
|
+
"name": "CollectionBase"
|
|
344824
344830
|
}
|
|
344825
344831
|
],
|
|
344826
344832
|
"required": false,
|
|
344827
344833
|
"type": {
|
|
344828
|
-
"name": "
|
|
344834
|
+
"name": "Iterable<object>"
|
|
344829
344835
|
}
|
|
344830
344836
|
},
|
|
344831
|
-
"
|
|
344837
|
+
"disallowEmptySelection": {
|
|
344832
344838
|
"defaultValue": null,
|
|
344833
|
-
"description": "
|
|
344834
|
-
"name": "
|
|
344839
|
+
"description": "Whether the collection allows empty selection.",
|
|
344840
|
+
"name": "disallowEmptySelection",
|
|
344835
344841
|
"parent": {
|
|
344836
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344837
|
-
"name": "
|
|
344842
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344843
|
+
"name": "MultipleSelection"
|
|
344838
344844
|
},
|
|
344839
344845
|
"declarations": [
|
|
344840
344846
|
{
|
|
344841
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344842
|
-
"name": "
|
|
344847
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344848
|
+
"name": "MultipleSelection"
|
|
344843
344849
|
}
|
|
344844
344850
|
],
|
|
344845
344851
|
"required": false,
|
|
344846
344852
|
"type": {
|
|
344847
|
-
"name": "
|
|
344853
|
+
"name": "boolean"
|
|
344848
344854
|
}
|
|
344849
344855
|
},
|
|
344850
|
-
"
|
|
344856
|
+
"onSelectionChange": {
|
|
344851
344857
|
"defaultValue": null,
|
|
344852
|
-
"description": "
|
|
344853
|
-
"name": "
|
|
344858
|
+
"description": "Handler that is called when the selection changes.",
|
|
344859
|
+
"name": "onSelectionChange",
|
|
344854
344860
|
"parent": {
|
|
344855
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344856
|
-
"name": "
|
|
344861
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344862
|
+
"name": "MultipleSelection"
|
|
344857
344863
|
},
|
|
344858
344864
|
"declarations": [
|
|
344859
344865
|
{
|
|
344860
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344861
|
-
"name": "
|
|
344866
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344867
|
+
"name": "MultipleSelection"
|
|
344862
344868
|
}
|
|
344863
344869
|
],
|
|
344864
344870
|
"required": false,
|
|
344865
344871
|
"type": {
|
|
344866
|
-
"name": "
|
|
344872
|
+
"name": "((keys: Selection) => void)"
|
|
344867
344873
|
}
|
|
344868
344874
|
},
|
|
344869
|
-
"
|
|
344875
|
+
"disabledKeys": {
|
|
344870
344876
|
"defaultValue": null,
|
|
344871
|
-
"description": "
|
|
344872
|
-
"name": "
|
|
344877
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
344878
|
+
"name": "disabledKeys",
|
|
344873
344879
|
"parent": {
|
|
344874
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344875
|
-
"name": "
|
|
344880
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
344881
|
+
"name": "CollectionBase"
|
|
344876
344882
|
},
|
|
344877
344883
|
"declarations": [
|
|
344878
344884
|
{
|
|
344879
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344880
|
-
"name": "
|
|
344885
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
344886
|
+
"name": "CollectionBase"
|
|
344881
344887
|
}
|
|
344882
344888
|
],
|
|
344883
344889
|
"required": false,
|
|
344884
344890
|
"type": {
|
|
344885
|
-
"name": "
|
|
344891
|
+
"name": "Iterable<Key>"
|
|
344886
344892
|
}
|
|
344887
344893
|
},
|
|
344888
|
-
"
|
|
344889
|
-
"defaultValue":
|
|
344890
|
-
|
|
344891
|
-
|
|
344894
|
+
"escapeKeyBehavior": {
|
|
344895
|
+
"defaultValue": {
|
|
344896
|
+
"value": "'clearSelection'"
|
|
344897
|
+
},
|
|
344898
|
+
"description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
344899
|
+
"name": "escapeKeyBehavior",
|
|
344892
344900
|
"parent": {
|
|
344893
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344894
|
-
"name": "
|
|
344901
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344902
|
+
"name": "AriaGridListProps"
|
|
344895
344903
|
},
|
|
344896
344904
|
"declarations": [
|
|
344897
344905
|
{
|
|
344898
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344899
|
-
"name": "
|
|
344906
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344907
|
+
"name": "AriaGridListProps"
|
|
344900
344908
|
}
|
|
344901
344909
|
],
|
|
344902
344910
|
"required": false,
|
|
344903
344911
|
"type": {
|
|
344904
|
-
"name": "
|
|
344912
|
+
"name": "\"none\" | \"clearSelection\""
|
|
344905
344913
|
}
|
|
344906
344914
|
},
|
|
344907
|
-
"
|
|
344915
|
+
"shouldSelectOnPressUp": {
|
|
344908
344916
|
"defaultValue": null,
|
|
344909
|
-
"description": "
|
|
344910
|
-
"name": "
|
|
344917
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
344918
|
+
"name": "shouldSelectOnPressUp",
|
|
344911
344919
|
"parent": {
|
|
344912
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344913
|
-
"name": "
|
|
344920
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344921
|
+
"name": "GridListProps"
|
|
344914
344922
|
},
|
|
344915
344923
|
"declarations": [
|
|
344916
344924
|
{
|
|
344917
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344918
|
-
"name": "
|
|
344925
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344926
|
+
"name": "GridListProps"
|
|
344919
344927
|
}
|
|
344920
344928
|
],
|
|
344921
344929
|
"required": false,
|
|
344922
344930
|
"type": {
|
|
344923
|
-
"name": "
|
|
344931
|
+
"name": "boolean"
|
|
344924
344932
|
}
|
|
344925
344933
|
},
|
|
344926
|
-
"
|
|
344934
|
+
"selectionMode": {
|
|
344927
344935
|
"defaultValue": null,
|
|
344928
|
-
"description": "
|
|
344929
|
-
"name": "
|
|
344936
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
344937
|
+
"name": "selectionMode",
|
|
344930
344938
|
"parent": {
|
|
344931
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344932
|
-
"name": "
|
|
344939
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344940
|
+
"name": "MultipleSelection"
|
|
344933
344941
|
},
|
|
344934
344942
|
"declarations": [
|
|
344935
344943
|
{
|
|
344936
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344937
|
-
"name": "
|
|
344944
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344945
|
+
"name": "MultipleSelection"
|
|
344938
344946
|
}
|
|
344939
344947
|
],
|
|
344940
344948
|
"required": false,
|
|
344941
344949
|
"type": {
|
|
344942
|
-
"name": "
|
|
344950
|
+
"name": "SelectionMode"
|
|
344943
344951
|
}
|
|
344944
344952
|
},
|
|
344945
|
-
"
|
|
344953
|
+
"selectedKeys": {
|
|
344946
344954
|
"defaultValue": null,
|
|
344947
|
-
"description": "
|
|
344948
|
-
"name": "
|
|
344955
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
344956
|
+
"name": "selectedKeys",
|
|
344949
344957
|
"parent": {
|
|
344950
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344951
|
-
"name": "
|
|
344958
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344959
|
+
"name": "MultipleSelection"
|
|
344952
344960
|
},
|
|
344953
344961
|
"declarations": [
|
|
344954
344962
|
{
|
|
344955
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344956
|
-
"name": "
|
|
344963
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344964
|
+
"name": "MultipleSelection"
|
|
344957
344965
|
}
|
|
344958
344966
|
],
|
|
344959
344967
|
"required": false,
|
|
344960
344968
|
"type": {
|
|
344961
|
-
"name": "
|
|
344969
|
+
"name": "\"all\" | Iterable<Key>"
|
|
344962
344970
|
}
|
|
344963
344971
|
},
|
|
344964
|
-
"
|
|
344972
|
+
"defaultSelectedKeys": {
|
|
344965
344973
|
"defaultValue": null,
|
|
344966
|
-
"description": "
|
|
344967
|
-
"name": "
|
|
344974
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
344975
|
+
"name": "defaultSelectedKeys",
|
|
344968
344976
|
"parent": {
|
|
344969
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344970
|
-
"name": "
|
|
344977
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344978
|
+
"name": "MultipleSelection"
|
|
344971
344979
|
},
|
|
344972
344980
|
"declarations": [
|
|
344973
344981
|
{
|
|
344974
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
344975
|
-
"name": "
|
|
344982
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
344983
|
+
"name": "MultipleSelection"
|
|
344976
344984
|
}
|
|
344977
344985
|
],
|
|
344978
344986
|
"required": false,
|
|
344979
344987
|
"type": {
|
|
344980
|
-
"name": "
|
|
344988
|
+
"name": "\"all\" | Iterable<Key>"
|
|
344981
344989
|
}
|
|
344982
344990
|
},
|
|
344983
|
-
"
|
|
344991
|
+
"disabledBehavior": {
|
|
344992
|
+
"defaultValue": {
|
|
344993
|
+
"value": "\"all\""
|
|
344994
|
+
},
|
|
344995
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
344996
|
+
"name": "disabledBehavior",
|
|
344997
|
+
"parent": {
|
|
344998
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
344999
|
+
"name": "GridListProps"
|
|
345000
|
+
},
|
|
345001
|
+
"declarations": [
|
|
345002
|
+
{
|
|
345003
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
345004
|
+
"name": "GridListProps"
|
|
345005
|
+
}
|
|
345006
|
+
],
|
|
345007
|
+
"required": false,
|
|
345008
|
+
"type": {
|
|
345009
|
+
"name": "DisabledBehavior"
|
|
345010
|
+
}
|
|
345011
|
+
},
|
|
345012
|
+
"onAction": {
|
|
344984
345013
|
"defaultValue": null,
|
|
344985
|
-
"description": "Handler that is called when a
|
|
344986
|
-
"name": "
|
|
345014
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
345015
|
+
"name": "onAction",
|
|
344987
345016
|
"parent": {
|
|
344988
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344989
|
-
"name": "
|
|
345017
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
345018
|
+
"name": "GridListProps"
|
|
344990
345019
|
},
|
|
344991
345020
|
"declarations": [
|
|
344992
345021
|
{
|
|
344993
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
344994
|
-
"name": "
|
|
345022
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
345023
|
+
"name": "GridListProps"
|
|
344995
345024
|
}
|
|
344996
345025
|
],
|
|
344997
345026
|
"required": false,
|
|
344998
345027
|
"type": {
|
|
344999
|
-
"name": "((
|
|
345028
|
+
"name": "((key: Key) => void)"
|
|
345000
345029
|
}
|
|
345001
345030
|
},
|
|
345002
|
-
"
|
|
345031
|
+
"keyboardNavigationBehavior": {
|
|
345032
|
+
"defaultValue": {
|
|
345033
|
+
"value": "'arrow'"
|
|
345034
|
+
},
|
|
345035
|
+
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
345036
|
+
"name": "keyboardNavigationBehavior",
|
|
345037
|
+
"parent": {
|
|
345038
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
345039
|
+
"name": "AriaGridListProps"
|
|
345040
|
+
},
|
|
345041
|
+
"declarations": [
|
|
345042
|
+
{
|
|
345043
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
345044
|
+
"name": "AriaGridListProps"
|
|
345045
|
+
}
|
|
345046
|
+
],
|
|
345047
|
+
"required": false,
|
|
345048
|
+
"type": {
|
|
345049
|
+
"name": "\"tab\" | \"arrow\""
|
|
345050
|
+
}
|
|
345051
|
+
},
|
|
345052
|
+
"children": {
|
|
345003
345053
|
"defaultValue": null,
|
|
345004
|
-
"description": "
|
|
345005
|
-
"name": "
|
|
345054
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
345055
|
+
"name": "children",
|
|
345006
345056
|
"parent": {
|
|
345007
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345008
|
-
"name": "
|
|
345057
|
+
"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",
|
|
345058
|
+
"name": "TableProps"
|
|
345009
345059
|
},
|
|
345010
345060
|
"declarations": [
|
|
345011
345061
|
{
|
|
345012
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345013
|
-
"name": "
|
|
345062
|
+
"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",
|
|
345063
|
+
"name": "TableProps"
|
|
345014
345064
|
}
|
|
345015
345065
|
],
|
|
345016
345066
|
"required": false,
|
|
345017
345067
|
"type": {
|
|
345018
|
-
"name": "
|
|
345068
|
+
"name": "ReactNode"
|
|
345019
345069
|
}
|
|
345020
345070
|
},
|
|
345021
|
-
"
|
|
345071
|
+
"dependencies": {
|
|
345022
345072
|
"defaultValue": null,
|
|
345023
|
-
"description": "
|
|
345024
|
-
"name": "
|
|
345073
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
345074
|
+
"name": "dependencies",
|
|
345025
345075
|
"parent": {
|
|
345026
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345027
|
-
"name": "
|
|
345076
|
+
"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",
|
|
345077
|
+
"name": "CollectionProps"
|
|
345028
345078
|
},
|
|
345029
345079
|
"declarations": [
|
|
345030
345080
|
{
|
|
345031
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345032
|
-
"name": "
|
|
345081
|
+
"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",
|
|
345082
|
+
"name": "CollectionProps"
|
|
345033
345083
|
}
|
|
345034
345084
|
],
|
|
345035
345085
|
"required": false,
|
|
345036
345086
|
"type": {
|
|
345037
|
-
"name": "
|
|
345087
|
+
"name": "readonly any[]"
|
|
345038
345088
|
}
|
|
345039
345089
|
},
|
|
345040
|
-
"
|
|
345090
|
+
"style": {
|
|
345041
345091
|
"defaultValue": null,
|
|
345042
|
-
"description": "
|
|
345043
|
-
"name": "
|
|
345092
|
+
"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.",
|
|
345093
|
+
"name": "style",
|
|
345044
345094
|
"parent": {
|
|
345045
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345046
|
-
"name": "
|
|
345095
|
+
"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",
|
|
345096
|
+
"name": "StyleRenderProps"
|
|
345047
345097
|
},
|
|
345048
345098
|
"declarations": [
|
|
345049
345099
|
{
|
|
345050
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345051
|
-
"name": "
|
|
345100
|
+
"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",
|
|
345101
|
+
"name": "StyleRenderProps"
|
|
345052
345102
|
}
|
|
345053
345103
|
],
|
|
345054
345104
|
"required": false,
|
|
345055
345105
|
"type": {
|
|
345056
|
-
"name": "
|
|
345106
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
345057
345107
|
}
|
|
345058
345108
|
},
|
|
345059
|
-
"
|
|
345109
|
+
"slot": {
|
|
345060
345110
|
"defaultValue": null,
|
|
345061
|
-
"description": "",
|
|
345062
|
-
"name": "
|
|
345111
|
+
"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.",
|
|
345112
|
+
"name": "slot",
|
|
345063
345113
|
"parent": {
|
|
345064
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345065
|
-
"name": "
|
|
345114
|
+
"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",
|
|
345115
|
+
"name": "SlotProps"
|
|
345066
345116
|
},
|
|
345067
345117
|
"declarations": [
|
|
345068
345118
|
{
|
|
345069
|
-
"fileName": "flow/node_modules/.pnpm
|
|
345070
|
-
"name": "
|
|
345119
|
+
"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",
|
|
345120
|
+
"name": "SlotProps"
|
|
345071
345121
|
}
|
|
345072
345122
|
],
|
|
345073
345123
|
"required": false,
|
|
345074
345124
|
"type": {
|
|
345075
|
-
"name": "
|
|
345125
|
+
"name": "string | null"
|
|
345076
345126
|
}
|
|
345077
345127
|
},
|
|
345078
345128
|
"dir": {
|
|
@@ -345151,6 +345201,44 @@
|
|
|
345151
345201
|
"name": "boolean"
|
|
345152
345202
|
}
|
|
345153
345203
|
},
|
|
345204
|
+
"translate": {
|
|
345205
|
+
"defaultValue": null,
|
|
345206
|
+
"description": "",
|
|
345207
|
+
"name": "translate",
|
|
345208
|
+
"parent": {
|
|
345209
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
345210
|
+
"name": "GlobalDOMAttributes"
|
|
345211
|
+
},
|
|
345212
|
+
"declarations": [
|
|
345213
|
+
{
|
|
345214
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
345215
|
+
"name": "GlobalDOMAttributes"
|
|
345216
|
+
}
|
|
345217
|
+
],
|
|
345218
|
+
"required": false,
|
|
345219
|
+
"type": {
|
|
345220
|
+
"name": "\"yes\" | \"no\""
|
|
345221
|
+
}
|
|
345222
|
+
},
|
|
345223
|
+
"onClick": {
|
|
345224
|
+
"defaultValue": null,
|
|
345225
|
+
"description": "",
|
|
345226
|
+
"name": "onClick",
|
|
345227
|
+
"parent": {
|
|
345228
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
345229
|
+
"name": "GlobalDOMEvents"
|
|
345230
|
+
},
|
|
345231
|
+
"declarations": [
|
|
345232
|
+
{
|
|
345233
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
345234
|
+
"name": "GlobalDOMEvents"
|
|
345235
|
+
}
|
|
345236
|
+
],
|
|
345237
|
+
"required": false,
|
|
345238
|
+
"type": {
|
|
345239
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
345240
|
+
}
|
|
345241
|
+
},
|
|
345154
345242
|
"onClickCapture": {
|
|
345155
345243
|
"defaultValue": null,
|
|
345156
345244
|
"description": "",
|
|
@@ -346348,34 +346436,34 @@
|
|
|
346348
346436
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
346349
346437
|
}
|
|
346350
346438
|
},
|
|
346351
|
-
"
|
|
346439
|
+
"tileMaxWidth": {
|
|
346352
346440
|
"defaultValue": null,
|
|
346353
346441
|
"description": "",
|
|
346354
|
-
"name": "
|
|
346442
|
+
"name": "tileMaxWidth",
|
|
346355
346443
|
"declarations": [
|
|
346356
346444
|
{
|
|
346357
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
346445
|
+
"fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
346358
346446
|
"name": "TypeLiteral"
|
|
346359
346447
|
}
|
|
346360
346448
|
],
|
|
346361
|
-
"required":
|
|
346449
|
+
"required": true,
|
|
346362
346450
|
"type": {
|
|
346363
|
-
"name": "
|
|
346451
|
+
"name": "number"
|
|
346364
346452
|
}
|
|
346365
346453
|
},
|
|
346366
|
-
"
|
|
346454
|
+
"emptyView": {
|
|
346367
346455
|
"defaultValue": null,
|
|
346368
346456
|
"description": "",
|
|
346369
|
-
"name": "
|
|
346457
|
+
"name": "emptyView",
|
|
346370
346458
|
"declarations": [
|
|
346371
346459
|
{
|
|
346372
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
346460
|
+
"fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
346373
346461
|
"name": "TypeLiteral"
|
|
346374
346462
|
}
|
|
346375
346463
|
],
|
|
346376
346464
|
"required": false,
|
|
346377
346465
|
"type": {
|
|
346378
|
-
"name": "
|
|
346466
|
+
"name": "ReactNode"
|
|
346379
346467
|
}
|
|
346380
346468
|
}
|
|
346381
346469
|
}
|
|
@@ -346384,9 +346472,9 @@
|
|
|
346384
346472
|
"tags": {
|
|
346385
346473
|
"flr-generate": "all"
|
|
346386
346474
|
},
|
|
346387
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
346475
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
346388
346476
|
"description": "",
|
|
346389
|
-
"displayName": "
|
|
346477
|
+
"displayName": "GridListItem",
|
|
346390
346478
|
"methods": [],
|
|
346391
346479
|
"props": {
|
|
346392
346480
|
"className": {
|
|
@@ -346410,157 +346498,151 @@
|
|
|
346410
346498
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
346411
346499
|
}
|
|
346412
346500
|
},
|
|
346413
|
-
"
|
|
346414
|
-
"defaultValue":
|
|
346415
|
-
|
|
346416
|
-
|
|
346417
|
-
"description": "Whether typeahead navigation is disabled.",
|
|
346418
|
-
"name": "disallowTypeAhead",
|
|
346501
|
+
"id": {
|
|
346502
|
+
"defaultValue": null,
|
|
346503
|
+
"description": "The unique id of the item.",
|
|
346504
|
+
"name": "id",
|
|
346419
346505
|
"parent": {
|
|
346420
346506
|
"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",
|
|
346421
|
-
"name": "
|
|
346507
|
+
"name": "MenuItemProps"
|
|
346422
346508
|
},
|
|
346423
346509
|
"declarations": [
|
|
346424
346510
|
{
|
|
346425
346511
|
"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",
|
|
346426
|
-
"name": "
|
|
346512
|
+
"name": "MenuItemProps"
|
|
346427
346513
|
}
|
|
346428
346514
|
],
|
|
346429
346515
|
"required": false,
|
|
346430
346516
|
"type": {
|
|
346431
|
-
"name": "
|
|
346517
|
+
"name": "Key"
|
|
346432
346518
|
}
|
|
346433
346519
|
},
|
|
346434
|
-
"
|
|
346435
|
-
"defaultValue":
|
|
346436
|
-
|
|
346437
|
-
|
|
346438
|
-
"description": "How multiple selection should behave in the collection.",
|
|
346439
|
-
"name": "selectionBehavior",
|
|
346520
|
+
"value": {
|
|
346521
|
+
"defaultValue": null,
|
|
346522
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
346523
|
+
"name": "value",
|
|
346440
346524
|
"parent": {
|
|
346441
346525
|
"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",
|
|
346442
|
-
"name": "
|
|
346526
|
+
"name": "MenuItemProps"
|
|
346443
346527
|
},
|
|
346444
346528
|
"declarations": [
|
|
346445
346529
|
{
|
|
346446
346530
|
"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",
|
|
346447
|
-
"name": "
|
|
346531
|
+
"name": "MenuItemProps"
|
|
346448
346532
|
}
|
|
346449
346533
|
],
|
|
346450
346534
|
"required": false,
|
|
346451
346535
|
"type": {
|
|
346452
|
-
"name": "
|
|
346536
|
+
"name": "object"
|
|
346453
346537
|
}
|
|
346454
346538
|
},
|
|
346455
|
-
"
|
|
346539
|
+
"textValue": {
|
|
346456
346540
|
"defaultValue": null,
|
|
346457
|
-
"description": "
|
|
346458
|
-
"name": "
|
|
346541
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
346542
|
+
"name": "textValue",
|
|
346459
346543
|
"parent": {
|
|
346460
346544
|
"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",
|
|
346461
|
-
"name": "
|
|
346545
|
+
"name": "ListBoxItemProps"
|
|
346462
346546
|
},
|
|
346463
346547
|
"declarations": [
|
|
346464
346548
|
{
|
|
346465
346549
|
"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",
|
|
346466
|
-
"name": "
|
|
346550
|
+
"name": "ListBoxItemProps"
|
|
346467
346551
|
}
|
|
346468
346552
|
],
|
|
346469
346553
|
"required": false,
|
|
346470
346554
|
"type": {
|
|
346471
|
-
"name": "
|
|
346555
|
+
"name": "string"
|
|
346472
346556
|
}
|
|
346473
346557
|
},
|
|
346474
|
-
"
|
|
346558
|
+
"isDisabled": {
|
|
346475
346559
|
"defaultValue": null,
|
|
346476
|
-
"description": "
|
|
346477
|
-
"name": "
|
|
346560
|
+
"description": "Whether the item is disabled.",
|
|
346561
|
+
"name": "isDisabled",
|
|
346478
346562
|
"parent": {
|
|
346479
346563
|
"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",
|
|
346480
|
-
"name": "
|
|
346564
|
+
"name": "ListBoxItemProps"
|
|
346481
346565
|
},
|
|
346482
346566
|
"declarations": [
|
|
346483
346567
|
{
|
|
346484
346568
|
"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",
|
|
346485
|
-
"name": "
|
|
346569
|
+
"name": "ListBoxItemProps"
|
|
346486
346570
|
}
|
|
346487
346571
|
],
|
|
346488
346572
|
"required": false,
|
|
346489
346573
|
"type": {
|
|
346490
|
-
"name": "
|
|
346574
|
+
"name": "boolean"
|
|
346491
346575
|
}
|
|
346492
346576
|
},
|
|
346493
|
-
"
|
|
346494
|
-
"defaultValue":
|
|
346495
|
-
|
|
346496
|
-
|
|
346497
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
346498
|
-
"name": "layout",
|
|
346577
|
+
"onAction": {
|
|
346578
|
+
"defaultValue": null,
|
|
346579
|
+
"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.",
|
|
346580
|
+
"name": "onAction",
|
|
346499
346581
|
"parent": {
|
|
346500
346582
|
"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",
|
|
346501
|
-
"name": "
|
|
346583
|
+
"name": "ListBoxItemProps"
|
|
346502
346584
|
},
|
|
346503
346585
|
"declarations": [
|
|
346504
346586
|
{
|
|
346505
346587
|
"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",
|
|
346506
|
-
"name": "
|
|
346588
|
+
"name": "ListBoxItemProps"
|
|
346507
346589
|
}
|
|
346508
346590
|
],
|
|
346509
346591
|
"required": false,
|
|
346510
346592
|
"type": {
|
|
346511
|
-
"name": "
|
|
346593
|
+
"name": "(() => void)"
|
|
346512
346594
|
}
|
|
346513
346595
|
},
|
|
346514
|
-
"
|
|
346596
|
+
"children": {
|
|
346515
346597
|
"defaultValue": null,
|
|
346516
|
-
"description": "The
|
|
346517
|
-
"name": "
|
|
346598
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
346599
|
+
"name": "children",
|
|
346518
346600
|
"parent": {
|
|
346519
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346520
|
-
"name": "
|
|
346601
|
+
"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",
|
|
346602
|
+
"name": "TableProps"
|
|
346521
346603
|
},
|
|
346522
346604
|
"declarations": [
|
|
346523
346605
|
{
|
|
346524
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346525
|
-
"name": "
|
|
346606
|
+
"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",
|
|
346607
|
+
"name": "TableProps"
|
|
346526
346608
|
}
|
|
346527
346609
|
],
|
|
346528
346610
|
"required": false,
|
|
346529
346611
|
"type": {
|
|
346530
|
-
"name": "
|
|
346612
|
+
"name": "ReactNode"
|
|
346531
346613
|
}
|
|
346532
346614
|
},
|
|
346533
|
-
"
|
|
346615
|
+
"style": {
|
|
346534
346616
|
"defaultValue": null,
|
|
346535
|
-
"description": "
|
|
346536
|
-
"name": "
|
|
346617
|
+
"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.",
|
|
346618
|
+
"name": "style",
|
|
346537
346619
|
"parent": {
|
|
346538
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346539
|
-
"name": "
|
|
346620
|
+
"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",
|
|
346621
|
+
"name": "StyleRenderProps"
|
|
346540
346622
|
},
|
|
346541
346623
|
"declarations": [
|
|
346542
346624
|
{
|
|
346543
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346544
|
-
"name": "
|
|
346625
|
+
"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",
|
|
346626
|
+
"name": "StyleRenderProps"
|
|
346545
346627
|
}
|
|
346546
346628
|
],
|
|
346547
346629
|
"required": false,
|
|
346548
346630
|
"type": {
|
|
346549
|
-
"name": "
|
|
346631
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
346550
346632
|
}
|
|
346551
346633
|
},
|
|
346552
|
-
"
|
|
346634
|
+
"href": {
|
|
346553
346635
|
"defaultValue": null,
|
|
346554
|
-
"description": "
|
|
346555
|
-
"name": "
|
|
346636
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
346637
|
+
"name": "href",
|
|
346556
346638
|
"parent": {
|
|
346557
346639
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346558
|
-
"name": "
|
|
346640
|
+
"name": "LinkDOMProps"
|
|
346559
346641
|
},
|
|
346560
346642
|
"declarations": [
|
|
346561
346643
|
{
|
|
346562
346644
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346563
|
-
"name": "
|
|
346645
|
+
"name": "LinkDOMProps"
|
|
346564
346646
|
}
|
|
346565
346647
|
],
|
|
346566
346648
|
"required": false,
|
|
@@ -346568,18 +346650,18 @@
|
|
|
346568
346650
|
"name": "string"
|
|
346569
346651
|
}
|
|
346570
346652
|
},
|
|
346571
|
-
"
|
|
346653
|
+
"hrefLang": {
|
|
346572
346654
|
"defaultValue": null,
|
|
346573
|
-
"description": "
|
|
346574
|
-
"name": "
|
|
346655
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
346656
|
+
"name": "hrefLang",
|
|
346575
346657
|
"parent": {
|
|
346576
346658
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346577
|
-
"name": "
|
|
346659
|
+
"name": "LinkDOMProps"
|
|
346578
346660
|
},
|
|
346579
346661
|
"declarations": [
|
|
346580
346662
|
{
|
|
346581
346663
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346582
|
-
"name": "
|
|
346664
|
+
"name": "LinkDOMProps"
|
|
346583
346665
|
}
|
|
346584
346666
|
],
|
|
346585
346667
|
"required": false,
|
|
@@ -346587,352 +346669,308 @@
|
|
|
346587
346669
|
"name": "string"
|
|
346588
346670
|
}
|
|
346589
346671
|
},
|
|
346590
|
-
"
|
|
346672
|
+
"target": {
|
|
346591
346673
|
"defaultValue": null,
|
|
346592
|
-
"description": "
|
|
346593
|
-
"name": "
|
|
346674
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
346675
|
+
"name": "target",
|
|
346594
346676
|
"parent": {
|
|
346595
346677
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346596
|
-
"name": "
|
|
346678
|
+
"name": "LinkDOMProps"
|
|
346597
346679
|
},
|
|
346598
346680
|
"declarations": [
|
|
346599
346681
|
{
|
|
346600
346682
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346601
|
-
"name": "
|
|
346683
|
+
"name": "LinkDOMProps"
|
|
346602
346684
|
}
|
|
346603
346685
|
],
|
|
346604
346686
|
"required": false,
|
|
346605
346687
|
"type": {
|
|
346606
|
-
"name": "
|
|
346688
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
346607
346689
|
}
|
|
346608
346690
|
},
|
|
346609
|
-
"
|
|
346691
|
+
"rel": {
|
|
346610
346692
|
"defaultValue": null,
|
|
346611
|
-
"description": "
|
|
346612
|
-
"name": "
|
|
346693
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
346694
|
+
"name": "rel",
|
|
346613
346695
|
"parent": {
|
|
346614
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346615
|
-
"name": "
|
|
346696
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346697
|
+
"name": "LinkDOMProps"
|
|
346616
346698
|
},
|
|
346617
346699
|
"declarations": [
|
|
346618
346700
|
{
|
|
346619
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346620
|
-
"name": "
|
|
346701
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346702
|
+
"name": "LinkDOMProps"
|
|
346621
346703
|
}
|
|
346622
346704
|
],
|
|
346623
346705
|
"required": false,
|
|
346624
346706
|
"type": {
|
|
346625
|
-
"name": "
|
|
346707
|
+
"name": "string"
|
|
346626
346708
|
}
|
|
346627
346709
|
},
|
|
346628
|
-
"
|
|
346710
|
+
"download": {
|
|
346629
346711
|
"defaultValue": null,
|
|
346630
|
-
"description": "
|
|
346631
|
-
"name": "
|
|
346712
|
+
"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).",
|
|
346713
|
+
"name": "download",
|
|
346632
346714
|
"parent": {
|
|
346633
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346634
|
-
"name": "
|
|
346715
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346716
|
+
"name": "LinkDOMProps"
|
|
346635
346717
|
},
|
|
346636
346718
|
"declarations": [
|
|
346637
346719
|
{
|
|
346638
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346639
|
-
"name": "
|
|
346720
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346721
|
+
"name": "LinkDOMProps"
|
|
346640
346722
|
}
|
|
346641
346723
|
],
|
|
346642
346724
|
"required": false,
|
|
346643
346725
|
"type": {
|
|
346644
|
-
"name": "
|
|
346726
|
+
"name": "string | boolean"
|
|
346645
346727
|
}
|
|
346646
346728
|
},
|
|
346647
|
-
"
|
|
346729
|
+
"ping": {
|
|
346648
346730
|
"defaultValue": null,
|
|
346649
|
-
"description": "
|
|
346650
|
-
"name": "
|
|
346731
|
+
"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).",
|
|
346732
|
+
"name": "ping",
|
|
346651
346733
|
"parent": {
|
|
346652
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346653
|
-
"name": "
|
|
346734
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346735
|
+
"name": "LinkDOMProps"
|
|
346654
346736
|
},
|
|
346655
346737
|
"declarations": [
|
|
346656
346738
|
{
|
|
346657
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346658
|
-
"name": "
|
|
346739
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346740
|
+
"name": "LinkDOMProps"
|
|
346659
346741
|
}
|
|
346660
346742
|
],
|
|
346661
346743
|
"required": false,
|
|
346662
346744
|
"type": {
|
|
346663
|
-
"name": "
|
|
346745
|
+
"name": "string"
|
|
346664
346746
|
}
|
|
346665
346747
|
},
|
|
346666
|
-
"
|
|
346748
|
+
"referrerPolicy": {
|
|
346667
346749
|
"defaultValue": null,
|
|
346668
|
-
"description": "
|
|
346669
|
-
"name": "
|
|
346750
|
+
"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).",
|
|
346751
|
+
"name": "referrerPolicy",
|
|
346670
346752
|
"parent": {
|
|
346671
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346672
|
-
"name": "
|
|
346753
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346754
|
+
"name": "LinkDOMProps"
|
|
346673
346755
|
},
|
|
346674
346756
|
"declarations": [
|
|
346675
346757
|
{
|
|
346676
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346677
|
-
"name": "
|
|
346758
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346759
|
+
"name": "LinkDOMProps"
|
|
346678
346760
|
}
|
|
346679
346761
|
],
|
|
346680
346762
|
"required": false,
|
|
346681
346763
|
"type": {
|
|
346682
|
-
"name": "
|
|
346764
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
346683
346765
|
}
|
|
346684
346766
|
},
|
|
346685
|
-
"
|
|
346767
|
+
"routerOptions": {
|
|
346686
346768
|
"defaultValue": null,
|
|
346687
|
-
"description": "
|
|
346688
|
-
"name": "
|
|
346689
|
-
"parent": {
|
|
346690
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346691
|
-
"name": "CollectionBase"
|
|
346692
|
-
},
|
|
346693
|
-
"declarations": [
|
|
346694
|
-
{
|
|
346695
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346696
|
-
"name": "CollectionBase"
|
|
346697
|
-
}
|
|
346698
|
-
],
|
|
346699
|
-
"required": false,
|
|
346700
|
-
"type": {
|
|
346701
|
-
"name": "Iterable<Key>"
|
|
346702
|
-
}
|
|
346703
|
-
},
|
|
346704
|
-
"escapeKeyBehavior": {
|
|
346705
|
-
"defaultValue": {
|
|
346706
|
-
"value": "'clearSelection'"
|
|
346707
|
-
},
|
|
346708
|
-
"description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
346709
|
-
"name": "escapeKeyBehavior",
|
|
346769
|
+
"description": "Options for the configured client side router.",
|
|
346770
|
+
"name": "routerOptions",
|
|
346710
346771
|
"parent": {
|
|
346711
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346712
|
-
"name": "
|
|
346772
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346773
|
+
"name": "LinkDOMProps"
|
|
346713
346774
|
},
|
|
346714
346775
|
"declarations": [
|
|
346715
346776
|
{
|
|
346716
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346717
|
-
"name": "
|
|
346777
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346778
|
+
"name": "LinkDOMProps"
|
|
346718
346779
|
}
|
|
346719
346780
|
],
|
|
346720
346781
|
"required": false,
|
|
346721
346782
|
"type": {
|
|
346722
|
-
"name": "
|
|
346783
|
+
"name": "undefined"
|
|
346723
346784
|
}
|
|
346724
346785
|
},
|
|
346725
|
-
"
|
|
346786
|
+
"onHoverStart": {
|
|
346726
346787
|
"defaultValue": null,
|
|
346727
|
-
"description": "
|
|
346728
|
-
"name": "
|
|
346788
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
346789
|
+
"name": "onHoverStart",
|
|
346729
346790
|
"parent": {
|
|
346730
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346731
|
-
"name": "
|
|
346791
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346792
|
+
"name": "HoverEvents"
|
|
346732
346793
|
},
|
|
346733
346794
|
"declarations": [
|
|
346734
346795
|
{
|
|
346735
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346736
|
-
"name": "
|
|
346796
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346797
|
+
"name": "HoverEvents"
|
|
346737
346798
|
}
|
|
346738
346799
|
],
|
|
346739
346800
|
"required": false,
|
|
346740
346801
|
"type": {
|
|
346741
|
-
"name": "
|
|
346802
|
+
"name": "((e: HoverEvent) => void)"
|
|
346742
346803
|
}
|
|
346743
346804
|
},
|
|
346744
|
-
"
|
|
346805
|
+
"onHoverEnd": {
|
|
346745
346806
|
"defaultValue": null,
|
|
346746
|
-
"description": "
|
|
346747
|
-
"name": "
|
|
346807
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
346808
|
+
"name": "onHoverEnd",
|
|
346748
346809
|
"parent": {
|
|
346749
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346750
|
-
"name": "
|
|
346810
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346811
|
+
"name": "HoverEvents"
|
|
346751
346812
|
},
|
|
346752
346813
|
"declarations": [
|
|
346753
346814
|
{
|
|
346754
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346755
|
-
"name": "
|
|
346815
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346816
|
+
"name": "HoverEvents"
|
|
346756
346817
|
}
|
|
346757
346818
|
],
|
|
346758
346819
|
"required": false,
|
|
346759
346820
|
"type": {
|
|
346760
|
-
"name": "
|
|
346821
|
+
"name": "((e: HoverEvent) => void)"
|
|
346761
346822
|
}
|
|
346762
346823
|
},
|
|
346763
|
-
"
|
|
346824
|
+
"onHoverChange": {
|
|
346764
346825
|
"defaultValue": null,
|
|
346765
|
-
"description": "
|
|
346766
|
-
"name": "
|
|
346826
|
+
"description": "Handler that is called when the hover state changes.",
|
|
346827
|
+
"name": "onHoverChange",
|
|
346767
346828
|
"parent": {
|
|
346768
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346769
|
-
"name": "
|
|
346829
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346830
|
+
"name": "HoverEvents"
|
|
346770
346831
|
},
|
|
346771
346832
|
"declarations": [
|
|
346772
346833
|
{
|
|
346773
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346774
|
-
"name": "
|
|
346834
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346835
|
+
"name": "HoverEvents"
|
|
346775
346836
|
}
|
|
346776
346837
|
],
|
|
346777
346838
|
"required": false,
|
|
346778
346839
|
"type": {
|
|
346779
|
-
"name": "
|
|
346840
|
+
"name": "((isHovering: boolean) => void)"
|
|
346780
346841
|
}
|
|
346781
346842
|
},
|
|
346782
|
-
"
|
|
346843
|
+
"onPress": {
|
|
346783
346844
|
"defaultValue": null,
|
|
346784
|
-
"description": "
|
|
346785
|
-
"name": "
|
|
346786
|
-
"parent": {
|
|
346787
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346788
|
-
"name": "MultipleSelection"
|
|
346789
|
-
},
|
|
346790
|
-
"declarations": [
|
|
346791
|
-
{
|
|
346792
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346793
|
-
"name": "MultipleSelection"
|
|
346794
|
-
}
|
|
346795
|
-
],
|
|
346796
|
-
"required": false,
|
|
346797
|
-
"type": {
|
|
346798
|
-
"name": "\"all\" | Iterable<Key>"
|
|
346799
|
-
}
|
|
346800
|
-
},
|
|
346801
|
-
"disabledBehavior": {
|
|
346802
|
-
"defaultValue": {
|
|
346803
|
-
"value": "\"all\""
|
|
346804
|
-
},
|
|
346805
|
-
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
346806
|
-
"name": "disabledBehavior",
|
|
346845
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
346846
|
+
"name": "onPress",
|
|
346807
346847
|
"parent": {
|
|
346808
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346809
|
-
"name": "
|
|
346848
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346849
|
+
"name": "PressEvents"
|
|
346810
346850
|
},
|
|
346811
346851
|
"declarations": [
|
|
346812
346852
|
{
|
|
346813
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346814
|
-
"name": "
|
|
346853
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346854
|
+
"name": "PressEvents"
|
|
346815
346855
|
}
|
|
346816
346856
|
],
|
|
346817
346857
|
"required": false,
|
|
346818
346858
|
"type": {
|
|
346819
|
-
"name": "
|
|
346859
|
+
"name": "((e: PressEvent) => void)"
|
|
346820
346860
|
}
|
|
346821
346861
|
},
|
|
346822
|
-
"
|
|
346862
|
+
"onPressStart": {
|
|
346823
346863
|
"defaultValue": null,
|
|
346824
|
-
"description": "Handler that is called when a
|
|
346825
|
-
"name": "
|
|
346864
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
346865
|
+
"name": "onPressStart",
|
|
346826
346866
|
"parent": {
|
|
346827
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346828
|
-
"name": "
|
|
346867
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346868
|
+
"name": "PressEvents"
|
|
346829
346869
|
},
|
|
346830
346870
|
"declarations": [
|
|
346831
346871
|
{
|
|
346832
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346833
|
-
"name": "
|
|
346872
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346873
|
+
"name": "PressEvents"
|
|
346834
346874
|
}
|
|
346835
346875
|
],
|
|
346836
346876
|
"required": false,
|
|
346837
346877
|
"type": {
|
|
346838
|
-
"name": "((
|
|
346878
|
+
"name": "((e: PressEvent) => void)"
|
|
346839
346879
|
}
|
|
346840
346880
|
},
|
|
346841
|
-
"
|
|
346842
|
-
"defaultValue":
|
|
346843
|
-
|
|
346844
|
-
|
|
346845
|
-
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
346846
|
-
"name": "keyboardNavigationBehavior",
|
|
346881
|
+
"onPressEnd": {
|
|
346882
|
+
"defaultValue": null,
|
|
346883
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
346884
|
+
"name": "onPressEnd",
|
|
346847
346885
|
"parent": {
|
|
346848
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346849
|
-
"name": "
|
|
346886
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346887
|
+
"name": "PressEvents"
|
|
346850
346888
|
},
|
|
346851
346889
|
"declarations": [
|
|
346852
346890
|
{
|
|
346853
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346854
|
-
"name": "
|
|
346891
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346892
|
+
"name": "PressEvents"
|
|
346855
346893
|
}
|
|
346856
346894
|
],
|
|
346857
346895
|
"required": false,
|
|
346858
346896
|
"type": {
|
|
346859
|
-
"name": "
|
|
346897
|
+
"name": "((e: PressEvent) => void)"
|
|
346860
346898
|
}
|
|
346861
346899
|
},
|
|
346862
|
-
"
|
|
346900
|
+
"onPressChange": {
|
|
346863
346901
|
"defaultValue": null,
|
|
346864
|
-
"description": "
|
|
346865
|
-
"name": "
|
|
346902
|
+
"description": "Handler that is called when the press state changes.",
|
|
346903
|
+
"name": "onPressChange",
|
|
346866
346904
|
"parent": {
|
|
346867
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346868
|
-
"name": "
|
|
346905
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346906
|
+
"name": "PressEvents"
|
|
346869
346907
|
},
|
|
346870
346908
|
"declarations": [
|
|
346871
346909
|
{
|
|
346872
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346873
|
-
"name": "
|
|
346910
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346911
|
+
"name": "PressEvents"
|
|
346874
346912
|
}
|
|
346875
346913
|
],
|
|
346876
346914
|
"required": false,
|
|
346877
346915
|
"type": {
|
|
346878
|
-
"name": "
|
|
346916
|
+
"name": "((isPressed: boolean) => void)"
|
|
346879
346917
|
}
|
|
346880
346918
|
},
|
|
346881
|
-
"
|
|
346919
|
+
"onPressUp": {
|
|
346882
346920
|
"defaultValue": null,
|
|
346883
|
-
"description": "
|
|
346884
|
-
"name": "
|
|
346921
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
346922
|
+
"name": "onPressUp",
|
|
346885
346923
|
"parent": {
|
|
346886
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346887
|
-
"name": "
|
|
346924
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346925
|
+
"name": "PressEvents"
|
|
346888
346926
|
},
|
|
346889
346927
|
"declarations": [
|
|
346890
346928
|
{
|
|
346891
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346892
|
-
"name": "
|
|
346929
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346930
|
+
"name": "PressEvents"
|
|
346893
346931
|
}
|
|
346894
346932
|
],
|
|
346895
346933
|
"required": false,
|
|
346896
346934
|
"type": {
|
|
346897
|
-
"name": "
|
|
346935
|
+
"name": "((e: PressEvent) => void)"
|
|
346898
346936
|
}
|
|
346899
346937
|
},
|
|
346900
|
-
"
|
|
346938
|
+
"onClick": {
|
|
346901
346939
|
"defaultValue": null,
|
|
346902
|
-
"description": "
|
|
346903
|
-
"name": "
|
|
346940
|
+
"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.",
|
|
346941
|
+
"name": "onClick",
|
|
346904
346942
|
"parent": {
|
|
346905
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346906
|
-
"name": "
|
|
346943
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346944
|
+
"name": "PressEvents"
|
|
346907
346945
|
},
|
|
346908
346946
|
"declarations": [
|
|
346909
346947
|
{
|
|
346910
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346911
|
-
"name": "
|
|
346948
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
346949
|
+
"name": "PressEvents"
|
|
346912
346950
|
}
|
|
346913
346951
|
],
|
|
346914
346952
|
"required": false,
|
|
346915
346953
|
"type": {
|
|
346916
|
-
"name": "
|
|
346954
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
346917
346955
|
}
|
|
346918
346956
|
},
|
|
346919
|
-
"
|
|
346957
|
+
"translate": {
|
|
346920
346958
|
"defaultValue": null,
|
|
346921
|
-
"description": "
|
|
346922
|
-
"name": "
|
|
346959
|
+
"description": "",
|
|
346960
|
+
"name": "translate",
|
|
346923
346961
|
"parent": {
|
|
346924
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346925
|
-
"name": "
|
|
346962
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346963
|
+
"name": "GlobalDOMAttributes"
|
|
346926
346964
|
},
|
|
346927
346965
|
"declarations": [
|
|
346928
346966
|
{
|
|
346929
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346930
|
-
"name": "
|
|
346967
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346968
|
+
"name": "GlobalDOMAttributes"
|
|
346931
346969
|
}
|
|
346932
346970
|
],
|
|
346933
346971
|
"required": false,
|
|
346934
346972
|
"type": {
|
|
346935
|
-
"name": "
|
|
346973
|
+
"name": "\"yes\" | \"no\""
|
|
346936
346974
|
}
|
|
346937
346975
|
},
|
|
346938
346976
|
"dir": {
|
|
@@ -347011,44 +347049,6 @@
|
|
|
347011
347049
|
"name": "boolean"
|
|
347012
347050
|
}
|
|
347013
347051
|
},
|
|
347014
|
-
"translate": {
|
|
347015
|
-
"defaultValue": null,
|
|
347016
|
-
"description": "",
|
|
347017
|
-
"name": "translate",
|
|
347018
|
-
"parent": {
|
|
347019
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
347020
|
-
"name": "GlobalDOMAttributes"
|
|
347021
|
-
},
|
|
347022
|
-
"declarations": [
|
|
347023
|
-
{
|
|
347024
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
347025
|
-
"name": "GlobalDOMAttributes"
|
|
347026
|
-
}
|
|
347027
|
-
],
|
|
347028
|
-
"required": false,
|
|
347029
|
-
"type": {
|
|
347030
|
-
"name": "\"yes\" | \"no\""
|
|
347031
|
-
}
|
|
347032
|
-
},
|
|
347033
|
-
"onClick": {
|
|
347034
|
-
"defaultValue": null,
|
|
347035
|
-
"description": "",
|
|
347036
|
-
"name": "onClick",
|
|
347037
|
-
"parent": {
|
|
347038
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
347039
|
-
"name": "GlobalDOMEvents"
|
|
347040
|
-
},
|
|
347041
|
-
"declarations": [
|
|
347042
|
-
{
|
|
347043
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
347044
|
-
"name": "GlobalDOMEvents"
|
|
347045
|
-
}
|
|
347046
|
-
],
|
|
347047
|
-
"required": false,
|
|
347048
|
-
"type": {
|
|
347049
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
347050
|
-
}
|
|
347051
|
-
},
|
|
347052
347052
|
"onClickCapture": {
|
|
347053
347053
|
"defaultValue": null,
|
|
347054
347054
|
"description": "",
|
|
@@ -348246,34 +348246,34 @@
|
|
|
348246
348246
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
348247
348247
|
}
|
|
348248
348248
|
},
|
|
348249
|
-
"
|
|
348249
|
+
"hasAction": {
|
|
348250
348250
|
"defaultValue": null,
|
|
348251
348251
|
"description": "",
|
|
348252
|
-
"name": "
|
|
348252
|
+
"name": "hasAction",
|
|
348253
348253
|
"declarations": [
|
|
348254
348254
|
{
|
|
348255
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
348255
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
348256
348256
|
"name": "TypeLiteral"
|
|
348257
348257
|
}
|
|
348258
348258
|
],
|
|
348259
|
-
"required":
|
|
348259
|
+
"required": false,
|
|
348260
348260
|
"type": {
|
|
348261
|
-
"name": "
|
|
348261
|
+
"name": "boolean"
|
|
348262
348262
|
}
|
|
348263
348263
|
},
|
|
348264
|
-
"
|
|
348264
|
+
"isTile": {
|
|
348265
348265
|
"defaultValue": null,
|
|
348266
348266
|
"description": "",
|
|
348267
|
-
"name": "
|
|
348267
|
+
"name": "isTile",
|
|
348268
348268
|
"declarations": [
|
|
348269
348269
|
{
|
|
348270
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
348270
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
348271
348271
|
"name": "TypeLiteral"
|
|
348272
348272
|
}
|
|
348273
348273
|
],
|
|
348274
348274
|
"required": false,
|
|
348275
348275
|
"type": {
|
|
348276
|
-
"name": "
|
|
348276
|
+
"name": "boolean"
|
|
348277
348277
|
}
|
|
348278
348278
|
}
|
|
348279
348279
|
}
|
|
@@ -348466,62 +348466,6 @@
|
|
|
348466
348466
|
}
|
|
348467
348467
|
}
|
|
348468
348468
|
},
|
|
348469
|
-
{
|
|
348470
|
-
"tags": {},
|
|
348471
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348472
|
-
"description": "",
|
|
348473
|
-
"displayName": "SortingMenuItem",
|
|
348474
|
-
"methods": [],
|
|
348475
|
-
"props": {
|
|
348476
|
-
"sorting": {
|
|
348477
|
-
"defaultValue": null,
|
|
348478
|
-
"description": "",
|
|
348479
|
-
"name": "sorting",
|
|
348480
|
-
"parent": {
|
|
348481
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348482
|
-
"name": "Props"
|
|
348483
|
-
},
|
|
348484
|
-
"declarations": [
|
|
348485
|
-
{
|
|
348486
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348487
|
-
"name": "Props"
|
|
348488
|
-
}
|
|
348489
|
-
],
|
|
348490
|
-
"required": true,
|
|
348491
|
-
"type": {
|
|
348492
|
-
"name": "Sorting<never>"
|
|
348493
|
-
}
|
|
348494
|
-
}
|
|
348495
|
-
}
|
|
348496
|
-
},
|
|
348497
|
-
{
|
|
348498
|
-
"tags": {},
|
|
348499
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348500
|
-
"description": "",
|
|
348501
|
-
"displayName": "SortingContextMenu",
|
|
348502
|
-
"methods": [],
|
|
348503
|
-
"props": {
|
|
348504
|
-
"isDisabled": {
|
|
348505
|
-
"defaultValue": null,
|
|
348506
|
-
"description": "",
|
|
348507
|
-
"name": "isDisabled",
|
|
348508
|
-
"parent": {
|
|
348509
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348510
|
-
"name": "Props"
|
|
348511
|
-
},
|
|
348512
|
-
"declarations": [
|
|
348513
|
-
{
|
|
348514
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348515
|
-
"name": "Props"
|
|
348516
|
-
}
|
|
348517
|
-
],
|
|
348518
|
-
"required": false,
|
|
348519
|
-
"type": {
|
|
348520
|
-
"name": "boolean"
|
|
348521
|
-
}
|
|
348522
|
-
}
|
|
348523
|
-
}
|
|
348524
|
-
},
|
|
348525
348469
|
{
|
|
348526
348470
|
"tags": {},
|
|
348527
348471
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
@@ -348972,6 +348916,62 @@
|
|
|
348972
348916
|
}
|
|
348973
348917
|
}
|
|
348974
348918
|
},
|
|
348919
|
+
{
|
|
348920
|
+
"tags": {},
|
|
348921
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348922
|
+
"description": "",
|
|
348923
|
+
"displayName": "SortingMenuItem",
|
|
348924
|
+
"methods": [],
|
|
348925
|
+
"props": {
|
|
348926
|
+
"sorting": {
|
|
348927
|
+
"defaultValue": null,
|
|
348928
|
+
"description": "",
|
|
348929
|
+
"name": "sorting",
|
|
348930
|
+
"parent": {
|
|
348931
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348932
|
+
"name": "Props"
|
|
348933
|
+
},
|
|
348934
|
+
"declarations": [
|
|
348935
|
+
{
|
|
348936
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348937
|
+
"name": "Props"
|
|
348938
|
+
}
|
|
348939
|
+
],
|
|
348940
|
+
"required": true,
|
|
348941
|
+
"type": {
|
|
348942
|
+
"name": "Sorting<never>"
|
|
348943
|
+
}
|
|
348944
|
+
}
|
|
348945
|
+
}
|
|
348946
|
+
},
|
|
348947
|
+
{
|
|
348948
|
+
"tags": {},
|
|
348949
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348950
|
+
"description": "",
|
|
348951
|
+
"displayName": "SortingContextMenu",
|
|
348952
|
+
"methods": [],
|
|
348953
|
+
"props": {
|
|
348954
|
+
"isDisabled": {
|
|
348955
|
+
"defaultValue": null,
|
|
348956
|
+
"description": "",
|
|
348957
|
+
"name": "isDisabled",
|
|
348958
|
+
"parent": {
|
|
348959
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348960
|
+
"name": "Props"
|
|
348961
|
+
},
|
|
348962
|
+
"declarations": [
|
|
348963
|
+
{
|
|
348964
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348965
|
+
"name": "Props"
|
|
348966
|
+
}
|
|
348967
|
+
],
|
|
348968
|
+
"required": false,
|
|
348969
|
+
"type": {
|
|
348970
|
+
"name": "boolean"
|
|
348971
|
+
}
|
|
348972
|
+
}
|
|
348973
|
+
}
|
|
348974
|
+
},
|
|
348975
348975
|
{
|
|
348976
348976
|
"tags": {},
|
|
348977
348977
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|