@mittwald/flow-react-components 0.2.0-alpha.46 → 0.2.0-alpha.48
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 +8 -0
- package/dist/assets/doc-properties.json +504 -504
- package/package.json +4 -4
|
@@ -194262,9 +194262,9 @@
|
|
|
194262
194262
|
"flr-generate": "all",
|
|
194263
194263
|
"flr-clear-props-context": ""
|
|
194264
194264
|
},
|
|
194265
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
194265
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
194266
194266
|
"description": "",
|
|
194267
|
-
"displayName": "
|
|
194267
|
+
"displayName": "RadioButton",
|
|
194268
194268
|
"methods": [],
|
|
194269
194269
|
"props": {
|
|
194270
194270
|
"aria-label": {
|
|
@@ -194745,9 +194745,9 @@
|
|
|
194745
194745
|
"flr-generate": "all",
|
|
194746
194746
|
"flr-clear-props-context": ""
|
|
194747
194747
|
},
|
|
194748
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
194748
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
194749
194749
|
"description": "",
|
|
194750
|
-
"displayName": "
|
|
194750
|
+
"displayName": "Radio",
|
|
194751
194751
|
"methods": [],
|
|
194752
194752
|
"props": {
|
|
194753
194753
|
"aria-label": {
|
|
@@ -209012,57 +209012,6 @@
|
|
|
209012
209012
|
}
|
|
209013
209013
|
}
|
|
209014
209014
|
},
|
|
209015
|
-
{
|
|
209016
|
-
"tags": {},
|
|
209017
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.tsx",
|
|
209018
|
-
"description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).",
|
|
209019
|
-
"displayName": "AutoFormResetEffect",
|
|
209020
|
-
"methods": [],
|
|
209021
|
-
"props": {}
|
|
209022
|
-
},
|
|
209023
|
-
{
|
|
209024
|
-
"tags": {},
|
|
209025
|
-
"filePath": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209026
|
-
"description": "",
|
|
209027
|
-
"displayName": "SubmitButtonStateProvider",
|
|
209028
|
-
"methods": [],
|
|
209029
|
-
"props": {
|
|
209030
|
-
"isAsyncSubmit": {
|
|
209031
|
-
"defaultValue": null,
|
|
209032
|
-
"description": "",
|
|
209033
|
-
"name": "isAsyncSubmit",
|
|
209034
|
-
"parent": {
|
|
209035
|
-
"fileName": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209036
|
-
"name": "Props"
|
|
209037
|
-
},
|
|
209038
|
-
"declarations": [
|
|
209039
|
-
{
|
|
209040
|
-
"fileName": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209041
|
-
"name": "Props"
|
|
209042
|
-
}
|
|
209043
|
-
],
|
|
209044
|
-
"required": true,
|
|
209045
|
-
"type": {
|
|
209046
|
-
"name": "MutableRefObject<boolean>"
|
|
209047
|
-
}
|
|
209048
|
-
},
|
|
209049
|
-
"children": {
|
|
209050
|
-
"defaultValue": null,
|
|
209051
|
-
"description": "",
|
|
209052
|
-
"name": "children",
|
|
209053
|
-
"declarations": [
|
|
209054
|
-
{
|
|
209055
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209056
|
-
"name": "TypeLiteral"
|
|
209057
|
-
}
|
|
209058
|
-
],
|
|
209059
|
-
"required": false,
|
|
209060
|
-
"type": {
|
|
209061
|
-
"name": "ReactNode"
|
|
209062
|
-
}
|
|
209063
|
-
}
|
|
209064
|
-
}
|
|
209065
|
-
},
|
|
209066
209015
|
{
|
|
209067
209016
|
"tags": {},
|
|
209068
209017
|
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
@@ -209411,6 +209360,57 @@
|
|
|
209411
209360
|
}
|
|
209412
209361
|
}
|
|
209413
209362
|
},
|
|
209363
|
+
{
|
|
209364
|
+
"tags": {},
|
|
209365
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.tsx",
|
|
209366
|
+
"description": "This effect has its own component to prevent unnecessary re-renders of the\nentire form when the form state changes (useFormState).",
|
|
209367
|
+
"displayName": "AutoFormResetEffect",
|
|
209368
|
+
"methods": [],
|
|
209369
|
+
"props": {}
|
|
209370
|
+
},
|
|
209371
|
+
{
|
|
209372
|
+
"tags": {},
|
|
209373
|
+
"filePath": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209374
|
+
"description": "",
|
|
209375
|
+
"displayName": "SubmitButtonStateProvider",
|
|
209376
|
+
"methods": [],
|
|
209377
|
+
"props": {
|
|
209378
|
+
"isAsyncSubmit": {
|
|
209379
|
+
"defaultValue": null,
|
|
209380
|
+
"description": "",
|
|
209381
|
+
"name": "isAsyncSubmit",
|
|
209382
|
+
"parent": {
|
|
209383
|
+
"fileName": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209384
|
+
"name": "Props"
|
|
209385
|
+
},
|
|
209386
|
+
"declarations": [
|
|
209387
|
+
{
|
|
209388
|
+
"fileName": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209389
|
+
"name": "Props"
|
|
209390
|
+
}
|
|
209391
|
+
],
|
|
209392
|
+
"required": true,
|
|
209393
|
+
"type": {
|
|
209394
|
+
"name": "MutableRefObject<boolean>"
|
|
209395
|
+
}
|
|
209396
|
+
},
|
|
209397
|
+
"children": {
|
|
209398
|
+
"defaultValue": null,
|
|
209399
|
+
"description": "",
|
|
209400
|
+
"name": "children",
|
|
209401
|
+
"declarations": [
|
|
209402
|
+
{
|
|
209403
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209404
|
+
"name": "TypeLiteral"
|
|
209405
|
+
}
|
|
209406
|
+
],
|
|
209407
|
+
"required": false,
|
|
209408
|
+
"type": {
|
|
209409
|
+
"name": "ReactNode"
|
|
209410
|
+
}
|
|
209411
|
+
}
|
|
209412
|
+
}
|
|
209413
|
+
},
|
|
209414
209414
|
{
|
|
209415
209415
|
"tags": {},
|
|
209416
209416
|
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
@@ -215441,255 +215441,235 @@
|
|
|
215441
215441
|
}
|
|
215442
215442
|
},
|
|
215443
215443
|
{
|
|
215444
|
-
"tags": {
|
|
215445
|
-
|
|
215444
|
+
"tags": {
|
|
215445
|
+
"flr-generate": "all"
|
|
215446
|
+
},
|
|
215447
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
215446
215448
|
"description": "",
|
|
215447
|
-
"displayName": "
|
|
215449
|
+
"displayName": "GridListItem",
|
|
215448
215450
|
"methods": [],
|
|
215449
215451
|
"props": {
|
|
215450
215452
|
"id": {
|
|
215451
215453
|
"defaultValue": null,
|
|
215452
|
-
"description": "",
|
|
215454
|
+
"description": "The unique id of the item.",
|
|
215453
215455
|
"name": "id",
|
|
215454
215456
|
"parent": {
|
|
215455
|
-
"fileName": "
|
|
215456
|
-
"name": "
|
|
215457
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215458
|
+
"name": "GridListItemProps"
|
|
215457
215459
|
},
|
|
215458
215460
|
"declarations": [
|
|
215459
215461
|
{
|
|
215460
|
-
"fileName": "
|
|
215461
|
-
"name": "
|
|
215462
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215463
|
+
"name": "GridListItemProps"
|
|
215462
215464
|
}
|
|
215463
215465
|
],
|
|
215464
|
-
"required":
|
|
215466
|
+
"required": false,
|
|
215465
215467
|
"type": {
|
|
215466
215468
|
"name": "Key"
|
|
215467
215469
|
}
|
|
215468
215470
|
},
|
|
215469
|
-
"
|
|
215471
|
+
"value": {
|
|
215470
215472
|
"defaultValue": null,
|
|
215471
|
-
"description": "",
|
|
215472
|
-
"name": "
|
|
215473
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
215474
|
+
"name": "value",
|
|
215473
215475
|
"parent": {
|
|
215474
|
-
"fileName": "
|
|
215475
|
-
"name": "
|
|
215476
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215477
|
+
"name": "GridListItemProps"
|
|
215476
215478
|
},
|
|
215477
215479
|
"declarations": [
|
|
215478
215480
|
{
|
|
215479
|
-
"fileName": "
|
|
215480
|
-
"name": "
|
|
215481
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215482
|
+
"name": "GridListItemProps"
|
|
215481
215483
|
}
|
|
215482
215484
|
],
|
|
215483
|
-
"required":
|
|
215485
|
+
"required": false,
|
|
215484
215486
|
"type": {
|
|
215485
|
-
"name": "
|
|
215487
|
+
"name": "undefined"
|
|
215486
215488
|
}
|
|
215487
215489
|
},
|
|
215488
|
-
"
|
|
215490
|
+
"textValue": {
|
|
215489
215491
|
"defaultValue": null,
|
|
215490
|
-
"description": "",
|
|
215491
|
-
"name": "
|
|
215492
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
215493
|
+
"name": "textValue",
|
|
215494
|
+
"parent": {
|
|
215495
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215496
|
+
"name": "GridListItemProps"
|
|
215497
|
+
},
|
|
215492
215498
|
"declarations": [
|
|
215493
215499
|
{
|
|
215494
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215495
|
-
"name": "
|
|
215500
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215501
|
+
"name": "GridListItemProps"
|
|
215496
215502
|
}
|
|
215497
215503
|
],
|
|
215498
215504
|
"required": false,
|
|
215499
215505
|
"type": {
|
|
215500
|
-
"name": "
|
|
215506
|
+
"name": "string"
|
|
215501
215507
|
}
|
|
215502
|
-
}
|
|
215503
|
-
|
|
215504
|
-
},
|
|
215505
|
-
{
|
|
215506
|
-
"tags": {},
|
|
215507
|
-
"filePath": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
215508
|
-
"description": "",
|
|
215509
|
-
"displayName": "ItemContainer",
|
|
215510
|
-
"methods": [],
|
|
215511
|
-
"props": {
|
|
215512
|
-
"id": {
|
|
215508
|
+
},
|
|
215509
|
+
"isDisabled": {
|
|
215513
215510
|
"defaultValue": null,
|
|
215514
|
-
"description": "",
|
|
215515
|
-
"name": "
|
|
215511
|
+
"description": "Whether the item is disabled.",
|
|
215512
|
+
"name": "isDisabled",
|
|
215516
215513
|
"parent": {
|
|
215517
|
-
"fileName": "
|
|
215518
|
-
"name": "
|
|
215514
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215515
|
+
"name": "GridListItemProps"
|
|
215519
215516
|
},
|
|
215520
215517
|
"declarations": [
|
|
215521
215518
|
{
|
|
215522
|
-
"fileName": "
|
|
215523
|
-
"name": "
|
|
215519
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215520
|
+
"name": "GridListItemProps"
|
|
215524
215521
|
}
|
|
215525
215522
|
],
|
|
215526
|
-
"required":
|
|
215523
|
+
"required": false,
|
|
215527
215524
|
"type": {
|
|
215528
|
-
"name": "
|
|
215525
|
+
"name": "boolean"
|
|
215529
215526
|
}
|
|
215530
215527
|
},
|
|
215531
|
-
"
|
|
215528
|
+
"onAction": {
|
|
215532
215529
|
"defaultValue": null,
|
|
215533
|
-
"description": "",
|
|
215534
|
-
"name": "
|
|
215530
|
+
"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.",
|
|
215531
|
+
"name": "onAction",
|
|
215535
215532
|
"parent": {
|
|
215536
|
-
"fileName": "
|
|
215537
|
-
"name": "
|
|
215533
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215534
|
+
"name": "GridListItemProps"
|
|
215538
215535
|
},
|
|
215539
215536
|
"declarations": [
|
|
215540
215537
|
{
|
|
215541
|
-
"fileName": "
|
|
215542
|
-
"name": "
|
|
215538
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215539
|
+
"name": "GridListItemProps"
|
|
215543
215540
|
}
|
|
215544
215541
|
],
|
|
215545
|
-
"required":
|
|
215542
|
+
"required": false,
|
|
215546
215543
|
"type": {
|
|
215547
|
-
"name": "
|
|
215544
|
+
"name": "(() => void)"
|
|
215548
215545
|
}
|
|
215549
215546
|
},
|
|
215550
215547
|
"children": {
|
|
215551
215548
|
"defaultValue": null,
|
|
215552
|
-
"description": "",
|
|
215549
|
+
"description": "The children of the component. A function may be provided to alter the children based on component state.",
|
|
215553
215550
|
"name": "children",
|
|
215551
|
+
"parent": {
|
|
215552
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215553
|
+
"name": "RenderProps"
|
|
215554
|
+
},
|
|
215554
215555
|
"declarations": [
|
|
215555
215556
|
{
|
|
215556
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215557
|
-
"name": "
|
|
215557
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215558
|
+
"name": "RenderProps"
|
|
215558
215559
|
}
|
|
215559
215560
|
],
|
|
215560
215561
|
"required": false,
|
|
215561
215562
|
"type": {
|
|
215562
|
-
"name": "ReactNode"
|
|
215563
|
+
"name": "ReactNode | ((values: GridListItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode)"
|
|
215563
215564
|
}
|
|
215564
|
-
}
|
|
215565
|
-
|
|
215566
|
-
},
|
|
215567
|
-
{
|
|
215568
|
-
"tags": {},
|
|
215569
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
215570
|
-
"description": "",
|
|
215571
|
-
"displayName": "FallbackItems",
|
|
215572
|
-
"methods": [],
|
|
215573
|
-
"props": {}
|
|
215574
|
-
},
|
|
215575
|
-
{
|
|
215576
|
-
"tags": {
|
|
215577
|
-
"flr-generate": "all"
|
|
215578
|
-
},
|
|
215579
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
215580
|
-
"description": "",
|
|
215581
|
-
"displayName": "GridList",
|
|
215582
|
-
"methods": [],
|
|
215583
|
-
"props": {
|
|
215584
|
-
"selectionBehavior": {
|
|
215565
|
+
},
|
|
215566
|
+
"className": {
|
|
215585
215567
|
"defaultValue": null,
|
|
215586
|
-
"description": "
|
|
215587
|
-
"name": "
|
|
215568
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
215569
|
+
"name": "className",
|
|
215588
215570
|
"parent": {
|
|
215589
215571
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215590
|
-
"name": "
|
|
215572
|
+
"name": "StyleRenderProps"
|
|
215591
215573
|
},
|
|
215592
215574
|
"declarations": [
|
|
215593
215575
|
{
|
|
215594
215576
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215595
|
-
"name": "
|
|
215577
|
+
"name": "StyleRenderProps"
|
|
215596
215578
|
}
|
|
215597
215579
|
],
|
|
215598
215580
|
"required": false,
|
|
215599
215581
|
"type": {
|
|
215600
|
-
"name": "
|
|
215582
|
+
"name": "string | ((values: GridListItemRenderProps & { defaultClassName: string; }) => string)"
|
|
215601
215583
|
}
|
|
215602
215584
|
},
|
|
215603
|
-
"
|
|
215585
|
+
"style": {
|
|
215604
215586
|
"defaultValue": null,
|
|
215605
|
-
"description": "The
|
|
215606
|
-
"name": "
|
|
215587
|
+
"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.",
|
|
215588
|
+
"name": "style",
|
|
215607
215589
|
"parent": {
|
|
215608
215590
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215609
|
-
"name": "
|
|
215591
|
+
"name": "StyleRenderProps"
|
|
215610
215592
|
},
|
|
215611
215593
|
"declarations": [
|
|
215612
215594
|
{
|
|
215613
215595
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215614
|
-
"name": "
|
|
215596
|
+
"name": "StyleRenderProps"
|
|
215615
215597
|
}
|
|
215616
215598
|
],
|
|
215617
215599
|
"required": false,
|
|
215618
215600
|
"type": {
|
|
215619
|
-
"name": "
|
|
215601
|
+
"name": "CSSProperties | ((values: GridListItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
215620
215602
|
}
|
|
215621
215603
|
},
|
|
215622
|
-
"
|
|
215604
|
+
"href": {
|
|
215623
215605
|
"defaultValue": null,
|
|
215624
|
-
"description": "
|
|
215625
|
-
"name": "
|
|
215606
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
215607
|
+
"name": "href",
|
|
215626
215608
|
"parent": {
|
|
215627
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215628
|
-
"name": "
|
|
215609
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215610
|
+
"name": "LinkDOMProps"
|
|
215629
215611
|
},
|
|
215630
215612
|
"declarations": [
|
|
215631
215613
|
{
|
|
215632
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215633
|
-
"name": "
|
|
215614
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215615
|
+
"name": "LinkDOMProps"
|
|
215634
215616
|
}
|
|
215635
215617
|
],
|
|
215636
215618
|
"required": false,
|
|
215637
215619
|
"type": {
|
|
215638
|
-
"name": "
|
|
215620
|
+
"name": "string"
|
|
215639
215621
|
}
|
|
215640
215622
|
},
|
|
215641
|
-
"
|
|
215642
|
-
"defaultValue":
|
|
215643
|
-
|
|
215644
|
-
|
|
215645
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
215646
|
-
"name": "layout",
|
|
215623
|
+
"hrefLang": {
|
|
215624
|
+
"defaultValue": null,
|
|
215625
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
215626
|
+
"name": "hrefLang",
|
|
215647
215627
|
"parent": {
|
|
215648
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215649
|
-
"name": "
|
|
215628
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215629
|
+
"name": "LinkDOMProps"
|
|
215650
215630
|
},
|
|
215651
215631
|
"declarations": [
|
|
215652
215632
|
{
|
|
215653
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215654
|
-
"name": "
|
|
215633
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215634
|
+
"name": "LinkDOMProps"
|
|
215655
215635
|
}
|
|
215656
215636
|
],
|
|
215657
215637
|
"required": false,
|
|
215658
215638
|
"type": {
|
|
215659
|
-
"name": "
|
|
215639
|
+
"name": "string"
|
|
215660
215640
|
}
|
|
215661
215641
|
},
|
|
215662
|
-
"
|
|
215642
|
+
"target": {
|
|
215663
215643
|
"defaultValue": null,
|
|
215664
|
-
"description": "
|
|
215665
|
-
"name": "
|
|
215644
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
215645
|
+
"name": "target",
|
|
215666
215646
|
"parent": {
|
|
215667
215647
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215668
|
-
"name": "
|
|
215648
|
+
"name": "LinkDOMProps"
|
|
215669
215649
|
},
|
|
215670
215650
|
"declarations": [
|
|
215671
215651
|
{
|
|
215672
215652
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215673
|
-
"name": "
|
|
215653
|
+
"name": "LinkDOMProps"
|
|
215674
215654
|
}
|
|
215675
215655
|
],
|
|
215676
215656
|
"required": false,
|
|
215677
215657
|
"type": {
|
|
215678
|
-
"name": "
|
|
215658
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
215679
215659
|
}
|
|
215680
215660
|
},
|
|
215681
|
-
"
|
|
215661
|
+
"rel": {
|
|
215682
215662
|
"defaultValue": null,
|
|
215683
|
-
"description": "
|
|
215684
|
-
"name": "
|
|
215663
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
215664
|
+
"name": "rel",
|
|
215685
215665
|
"parent": {
|
|
215686
215666
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215687
|
-
"name": "
|
|
215667
|
+
"name": "LinkDOMProps"
|
|
215688
215668
|
},
|
|
215689
215669
|
"declarations": [
|
|
215690
215670
|
{
|
|
215691
215671
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215692
|
-
"name": "
|
|
215672
|
+
"name": "LinkDOMProps"
|
|
215693
215673
|
}
|
|
215694
215674
|
],
|
|
215695
215675
|
"required": false,
|
|
@@ -215697,37 +215677,37 @@
|
|
|
215697
215677
|
"name": "string"
|
|
215698
215678
|
}
|
|
215699
215679
|
},
|
|
215700
|
-
"
|
|
215680
|
+
"download": {
|
|
215701
215681
|
"defaultValue": null,
|
|
215702
|
-
"description": "
|
|
215703
|
-
"name": "
|
|
215682
|
+
"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).",
|
|
215683
|
+
"name": "download",
|
|
215704
215684
|
"parent": {
|
|
215705
215685
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215706
|
-
"name": "
|
|
215686
|
+
"name": "LinkDOMProps"
|
|
215707
215687
|
},
|
|
215708
215688
|
"declarations": [
|
|
215709
215689
|
{
|
|
215710
215690
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215711
|
-
"name": "
|
|
215691
|
+
"name": "LinkDOMProps"
|
|
215712
215692
|
}
|
|
215713
215693
|
],
|
|
215714
215694
|
"required": false,
|
|
215715
215695
|
"type": {
|
|
215716
|
-
"name": "string"
|
|
215696
|
+
"name": "string | boolean"
|
|
215717
215697
|
}
|
|
215718
215698
|
},
|
|
215719
|
-
"
|
|
215699
|
+
"ping": {
|
|
215720
215700
|
"defaultValue": null,
|
|
215721
|
-
"description": "
|
|
215722
|
-
"name": "
|
|
215701
|
+
"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).",
|
|
215702
|
+
"name": "ping",
|
|
215723
215703
|
"parent": {
|
|
215724
215704
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215725
|
-
"name": "
|
|
215705
|
+
"name": "LinkDOMProps"
|
|
215726
215706
|
},
|
|
215727
215707
|
"declarations": [
|
|
215728
215708
|
{
|
|
215729
215709
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215730
|
-
"name": "
|
|
215710
|
+
"name": "LinkDOMProps"
|
|
215731
215711
|
}
|
|
215732
215712
|
],
|
|
215733
215713
|
"required": false,
|
|
@@ -215735,735 +215715,755 @@
|
|
|
215735
215715
|
"name": "string"
|
|
215736
215716
|
}
|
|
215737
215717
|
},
|
|
215738
|
-
"
|
|
215718
|
+
"referrerPolicy": {
|
|
215739
215719
|
"defaultValue": null,
|
|
215740
|
-
"description": "
|
|
215741
|
-
"name": "
|
|
215720
|
+
"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).",
|
|
215721
|
+
"name": "referrerPolicy",
|
|
215742
215722
|
"parent": {
|
|
215743
215723
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215744
|
-
"name": "
|
|
215724
|
+
"name": "LinkDOMProps"
|
|
215745
215725
|
},
|
|
215746
215726
|
"declarations": [
|
|
215747
215727
|
{
|
|
215748
215728
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215749
|
-
"name": "
|
|
215729
|
+
"name": "LinkDOMProps"
|
|
215750
215730
|
}
|
|
215751
215731
|
],
|
|
215752
215732
|
"required": false,
|
|
215753
215733
|
"type": {
|
|
215754
|
-
"name": "
|
|
215734
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
215755
215735
|
}
|
|
215756
215736
|
},
|
|
215757
|
-
"
|
|
215737
|
+
"routerOptions": {
|
|
215758
215738
|
"defaultValue": null,
|
|
215759
|
-
"description": "
|
|
215760
|
-
"name": "
|
|
215739
|
+
"description": "Options for the configured client side router.",
|
|
215740
|
+
"name": "routerOptions",
|
|
215761
215741
|
"parent": {
|
|
215762
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
215763
|
-
"name": "
|
|
215742
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215743
|
+
"name": "LinkDOMProps"
|
|
215764
215744
|
},
|
|
215765
215745
|
"declarations": [
|
|
215766
215746
|
{
|
|
215767
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
215768
|
-
"name": "
|
|
215747
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215748
|
+
"name": "LinkDOMProps"
|
|
215769
215749
|
}
|
|
215770
215750
|
],
|
|
215771
215751
|
"required": false,
|
|
215772
215752
|
"type": {
|
|
215773
|
-
"name": "
|
|
215753
|
+
"name": "undefined"
|
|
215774
215754
|
}
|
|
215775
215755
|
},
|
|
215776
|
-
"
|
|
215756
|
+
"onHoverStart": {
|
|
215777
215757
|
"defaultValue": null,
|
|
215778
|
-
"description": "
|
|
215779
|
-
"name": "
|
|
215758
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
215759
|
+
"name": "onHoverStart",
|
|
215780
215760
|
"parent": {
|
|
215781
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215782
|
-
"name": "
|
|
215761
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215762
|
+
"name": "HoverEvents"
|
|
215783
215763
|
},
|
|
215784
215764
|
"declarations": [
|
|
215785
215765
|
{
|
|
215786
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215787
|
-
"name": "
|
|
215766
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215767
|
+
"name": "HoverEvents"
|
|
215788
215768
|
}
|
|
215789
215769
|
],
|
|
215790
215770
|
"required": false,
|
|
215791
215771
|
"type": {
|
|
215792
|
-
"name": "
|
|
215772
|
+
"name": "((e: HoverEvent) => void)"
|
|
215793
215773
|
}
|
|
215794
215774
|
},
|
|
215795
|
-
"
|
|
215775
|
+
"onHoverEnd": {
|
|
215796
215776
|
"defaultValue": null,
|
|
215797
|
-
"description": "Handler that is called when
|
|
215798
|
-
"name": "
|
|
215777
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
215778
|
+
"name": "onHoverEnd",
|
|
215799
215779
|
"parent": {
|
|
215800
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215801
|
-
"name": "
|
|
215780
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215781
|
+
"name": "HoverEvents"
|
|
215802
215782
|
},
|
|
215803
215783
|
"declarations": [
|
|
215804
215784
|
{
|
|
215805
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215806
|
-
"name": "
|
|
215785
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215786
|
+
"name": "HoverEvents"
|
|
215807
215787
|
}
|
|
215808
215788
|
],
|
|
215809
215789
|
"required": false,
|
|
215810
215790
|
"type": {
|
|
215811
|
-
"name": "((
|
|
215791
|
+
"name": "((e: HoverEvent) => void)"
|
|
215812
215792
|
}
|
|
215813
215793
|
},
|
|
215814
|
-
"
|
|
215794
|
+
"onHoverChange": {
|
|
215815
215795
|
"defaultValue": null,
|
|
215816
|
-
"description": "
|
|
215817
|
-
"name": "
|
|
215796
|
+
"description": "Handler that is called when the hover state changes.",
|
|
215797
|
+
"name": "onHoverChange",
|
|
215818
215798
|
"parent": {
|
|
215819
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215820
|
-
"name": "
|
|
215799
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215800
|
+
"name": "HoverEvents"
|
|
215821
215801
|
},
|
|
215822
215802
|
"declarations": [
|
|
215823
215803
|
{
|
|
215824
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215825
|
-
"name": "
|
|
215804
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215805
|
+
"name": "HoverEvents"
|
|
215826
215806
|
}
|
|
215827
215807
|
],
|
|
215828
215808
|
"required": false,
|
|
215829
215809
|
"type": {
|
|
215830
|
-
"name": "
|
|
215810
|
+
"name": "((isHovering: boolean) => void)"
|
|
215831
215811
|
}
|
|
215832
215812
|
},
|
|
215833
|
-
"
|
|
215813
|
+
"hasAction": {
|
|
215834
215814
|
"defaultValue": null,
|
|
215835
|
-
"description": "
|
|
215836
|
-
"name": "
|
|
215837
|
-
"parent": {
|
|
215838
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
215839
|
-
"name": "CollectionBase"
|
|
215840
|
-
},
|
|
215815
|
+
"description": "",
|
|
215816
|
+
"name": "hasAction",
|
|
215841
215817
|
"declarations": [
|
|
215842
215818
|
{
|
|
215843
|
-
"fileName": "
|
|
215844
|
-
"name": "
|
|
215819
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
215820
|
+
"name": "TypeLiteral"
|
|
215845
215821
|
}
|
|
215846
215822
|
],
|
|
215847
215823
|
"required": false,
|
|
215848
215824
|
"type": {
|
|
215849
|
-
"name": "
|
|
215825
|
+
"name": "boolean"
|
|
215850
215826
|
}
|
|
215851
215827
|
},
|
|
215852
|
-
"
|
|
215828
|
+
"isTile": {
|
|
215853
215829
|
"defaultValue": null,
|
|
215854
|
-
"description": "
|
|
215855
|
-
"name": "
|
|
215856
|
-
"parent": {
|
|
215857
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
215858
|
-
"name": "MultipleSelection"
|
|
215859
|
-
},
|
|
215830
|
+
"description": "",
|
|
215831
|
+
"name": "isTile",
|
|
215860
215832
|
"declarations": [
|
|
215861
215833
|
{
|
|
215862
|
-
"fileName": "
|
|
215863
|
-
"name": "
|
|
215834
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
215835
|
+
"name": "TypeLiteral"
|
|
215864
215836
|
}
|
|
215865
215837
|
],
|
|
215866
215838
|
"required": false,
|
|
215867
215839
|
"type": {
|
|
215868
|
-
"name": "
|
|
215840
|
+
"name": "boolean"
|
|
215869
215841
|
}
|
|
215870
|
-
}
|
|
215871
|
-
|
|
215842
|
+
}
|
|
215843
|
+
}
|
|
215844
|
+
},
|
|
215845
|
+
{
|
|
215846
|
+
"tags": {
|
|
215847
|
+
"flr-generate": "all"
|
|
215848
|
+
},
|
|
215849
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
215850
|
+
"description": "",
|
|
215851
|
+
"displayName": "GridList",
|
|
215852
|
+
"methods": [],
|
|
215853
|
+
"props": {
|
|
215854
|
+
"selectionBehavior": {
|
|
215872
215855
|
"defaultValue": null,
|
|
215873
|
-
"description": "
|
|
215874
|
-
"name": "
|
|
215856
|
+
"description": "How multiple selection should behave in the collection.",
|
|
215857
|
+
"name": "selectionBehavior",
|
|
215875
215858
|
"parent": {
|
|
215876
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215877
|
-
"name": "
|
|
215859
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215860
|
+
"name": "GridListProps"
|
|
215878
215861
|
},
|
|
215879
215862
|
"declarations": [
|
|
215880
215863
|
{
|
|
215881
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215882
|
-
"name": "
|
|
215864
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215865
|
+
"name": "GridListProps"
|
|
215883
215866
|
}
|
|
215884
215867
|
],
|
|
215885
215868
|
"required": false,
|
|
215886
215869
|
"type": {
|
|
215887
|
-
"name": "
|
|
215870
|
+
"name": "SelectionBehavior"
|
|
215888
215871
|
}
|
|
215889
215872
|
},
|
|
215890
|
-
"
|
|
215873
|
+
"dragAndDropHooks": {
|
|
215891
215874
|
"defaultValue": null,
|
|
215892
|
-
"description": "The
|
|
215893
|
-
"name": "
|
|
215875
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the GridList.",
|
|
215876
|
+
"name": "dragAndDropHooks",
|
|
215894
215877
|
"parent": {
|
|
215895
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215896
|
-
"name": "
|
|
215878
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215879
|
+
"name": "GridListProps"
|
|
215897
215880
|
},
|
|
215898
215881
|
"declarations": [
|
|
215899
215882
|
{
|
|
215900
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215901
|
-
"name": "
|
|
215883
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215884
|
+
"name": "GridListProps"
|
|
215902
215885
|
}
|
|
215903
215886
|
],
|
|
215904
215887
|
"required": false,
|
|
215905
215888
|
"type": {
|
|
215906
|
-
"name": "
|
|
215889
|
+
"name": "DragAndDropHooks"
|
|
215907
215890
|
}
|
|
215908
215891
|
},
|
|
215909
|
-
"
|
|
215892
|
+
"renderEmptyState": {
|
|
215910
215893
|
"defaultValue": null,
|
|
215911
|
-
"description": "
|
|
215912
|
-
"name": "
|
|
215894
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
215895
|
+
"name": "renderEmptyState",
|
|
215913
215896
|
"parent": {
|
|
215914
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215897
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215915
215898
|
"name": "GridListProps"
|
|
215916
215899
|
},
|
|
215917
215900
|
"declarations": [
|
|
215918
215901
|
{
|
|
215919
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215902
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215920
215903
|
"name": "GridListProps"
|
|
215921
215904
|
}
|
|
215922
215905
|
],
|
|
215923
215906
|
"required": false,
|
|
215924
215907
|
"type": {
|
|
215925
|
-
"name": "
|
|
215908
|
+
"name": "((props: GridListRenderProps) => ReactNode)"
|
|
215926
215909
|
}
|
|
215927
215910
|
},
|
|
215928
|
-
"
|
|
215911
|
+
"layout": {
|
|
215929
215912
|
"defaultValue": {
|
|
215930
|
-
"value": "'
|
|
215913
|
+
"value": "'stack'"
|
|
215931
215914
|
},
|
|
215932
|
-
"description": "Whether
|
|
215933
|
-
"name": "
|
|
215915
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
215916
|
+
"name": "layout",
|
|
215934
215917
|
"parent": {
|
|
215935
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215936
|
-
"name": "
|
|
215918
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215919
|
+
"name": "GridListProps"
|
|
215937
215920
|
},
|
|
215938
215921
|
"declarations": [
|
|
215939
215922
|
{
|
|
215940
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215941
|
-
"name": "
|
|
215923
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215924
|
+
"name": "GridListProps"
|
|
215942
215925
|
}
|
|
215943
215926
|
],
|
|
215944
215927
|
"required": false,
|
|
215945
215928
|
"type": {
|
|
215946
|
-
"name": "\"
|
|
215929
|
+
"name": "\"grid\" | \"stack\""
|
|
215947
215930
|
}
|
|
215948
215931
|
},
|
|
215949
|
-
"
|
|
215932
|
+
"aria-label": {
|
|
215950
215933
|
"defaultValue": null,
|
|
215951
|
-
"description": "
|
|
215952
|
-
"name": "
|
|
215934
|
+
"description": "Defines a string value that labels the current element.",
|
|
215935
|
+
"name": "aria-label",
|
|
215953
215936
|
"parent": {
|
|
215954
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215955
|
-
"name": "
|
|
215937
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215938
|
+
"name": "AriaLabelingProps"
|
|
215956
215939
|
},
|
|
215957
215940
|
"declarations": [
|
|
215958
215941
|
{
|
|
215959
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215960
|
-
"name": "
|
|
215942
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215943
|
+
"name": "AriaLabelingProps"
|
|
215961
215944
|
}
|
|
215962
215945
|
],
|
|
215963
215946
|
"required": false,
|
|
215964
215947
|
"type": {
|
|
215965
|
-
"name": "
|
|
215948
|
+
"name": "string"
|
|
215966
215949
|
}
|
|
215967
215950
|
},
|
|
215968
|
-
"
|
|
215951
|
+
"aria-labelledby": {
|
|
215969
215952
|
"defaultValue": null,
|
|
215970
|
-
"description": "
|
|
215971
|
-
"name": "
|
|
215953
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
215954
|
+
"name": "aria-labelledby",
|
|
215972
215955
|
"parent": {
|
|
215973
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215974
|
-
"name": "
|
|
215956
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215957
|
+
"name": "AriaLabelingProps"
|
|
215975
215958
|
},
|
|
215976
215959
|
"declarations": [
|
|
215977
215960
|
{
|
|
215978
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215979
|
-
"name": "
|
|
215961
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215962
|
+
"name": "AriaLabelingProps"
|
|
215980
215963
|
}
|
|
215981
215964
|
],
|
|
215982
215965
|
"required": false,
|
|
215983
215966
|
"type": {
|
|
215984
|
-
"name": "
|
|
215967
|
+
"name": "string"
|
|
215985
215968
|
}
|
|
215986
215969
|
},
|
|
215987
|
-
"
|
|
215970
|
+
"aria-describedby": {
|
|
215988
215971
|
"defaultValue": null,
|
|
215989
|
-
"description": "
|
|
215990
|
-
"name": "
|
|
215972
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
215973
|
+
"name": "aria-describedby",
|
|
215991
215974
|
"parent": {
|
|
215992
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215993
|
-
"name": "
|
|
215975
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215976
|
+
"name": "AriaLabelingProps"
|
|
215994
215977
|
},
|
|
215995
215978
|
"declarations": [
|
|
215996
215979
|
{
|
|
215997
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215998
|
-
"name": "
|
|
215980
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215981
|
+
"name": "AriaLabelingProps"
|
|
215999
215982
|
}
|
|
216000
215983
|
],
|
|
216001
215984
|
"required": false,
|
|
216002
215985
|
"type": {
|
|
216003
|
-
"name": "string
|
|
215986
|
+
"name": "string"
|
|
216004
215987
|
}
|
|
216005
215988
|
},
|
|
216006
|
-
"
|
|
215989
|
+
"aria-details": {
|
|
216007
215990
|
"defaultValue": null,
|
|
216008
|
-
"description": "
|
|
216009
|
-
"name": "
|
|
215991
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
215992
|
+
"name": "aria-details",
|
|
216010
215993
|
"parent": {
|
|
216011
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216012
|
-
"name": "
|
|
215994
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215995
|
+
"name": "AriaLabelingProps"
|
|
216013
215996
|
},
|
|
216014
215997
|
"declarations": [
|
|
216015
215998
|
{
|
|
216016
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216017
|
-
"name": "
|
|
215999
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216000
|
+
"name": "AriaLabelingProps"
|
|
216018
216001
|
}
|
|
216019
216002
|
],
|
|
216020
216003
|
"required": false,
|
|
216021
216004
|
"type": {
|
|
216022
|
-
"name": "
|
|
216005
|
+
"name": "string"
|
|
216023
216006
|
}
|
|
216024
216007
|
},
|
|
216025
|
-
"
|
|
216008
|
+
"id": {
|
|
216026
216009
|
"defaultValue": null,
|
|
216027
|
-
"description": "
|
|
216028
|
-
"name": "
|
|
216010
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
216011
|
+
"name": "id",
|
|
216029
216012
|
"parent": {
|
|
216030
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216031
|
-
"name": "
|
|
216013
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216014
|
+
"name": "DOMProps"
|
|
216032
216015
|
},
|
|
216033
216016
|
"declarations": [
|
|
216034
216017
|
{
|
|
216035
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216036
|
-
"name": "
|
|
216018
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216019
|
+
"name": "DOMProps"
|
|
216037
216020
|
}
|
|
216038
216021
|
],
|
|
216039
216022
|
"required": false,
|
|
216040
216023
|
"type": {
|
|
216041
|
-
"name": "string
|
|
216024
|
+
"name": "string"
|
|
216042
216025
|
}
|
|
216043
216026
|
},
|
|
216044
|
-
"
|
|
216027
|
+
"onAction": {
|
|
216045
216028
|
"defaultValue": null,
|
|
216046
|
-
"description": "Handler that is called when a user
|
|
216047
|
-
"name": "
|
|
216029
|
+
"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.",
|
|
216030
|
+
"name": "onAction",
|
|
216048
216031
|
"parent": {
|
|
216049
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216050
|
-
"name": "
|
|
216032
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216033
|
+
"name": "GridListProps"
|
|
216051
216034
|
},
|
|
216052
216035
|
"declarations": [
|
|
216053
216036
|
{
|
|
216054
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216055
|
-
"name": "
|
|
216037
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216038
|
+
"name": "GridListProps"
|
|
216056
216039
|
}
|
|
216057
216040
|
],
|
|
216058
216041
|
"required": false,
|
|
216059
216042
|
"type": {
|
|
216060
|
-
"name": "((
|
|
216043
|
+
"name": "((key: Key) => void)"
|
|
216061
216044
|
}
|
|
216062
|
-
}
|
|
216063
|
-
|
|
216064
|
-
},
|
|
216065
|
-
{
|
|
216066
|
-
"tags": {
|
|
216067
|
-
"flr-generate": "all"
|
|
216068
|
-
},
|
|
216069
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
216070
|
-
"description": "",
|
|
216071
|
-
"displayName": "GridListItem",
|
|
216072
|
-
"methods": [],
|
|
216073
|
-
"props": {
|
|
216074
|
-
"id": {
|
|
216045
|
+
},
|
|
216046
|
+
"disallowEmptySelection": {
|
|
216075
216047
|
"defaultValue": null,
|
|
216076
|
-
"description": "
|
|
216077
|
-
"name": "
|
|
216048
|
+
"description": "Whether the collection allows empty selection.",
|
|
216049
|
+
"name": "disallowEmptySelection",
|
|
216078
216050
|
"parent": {
|
|
216079
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216080
|
-
"name": "
|
|
216051
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216052
|
+
"name": "MultipleSelection"
|
|
216081
216053
|
},
|
|
216082
216054
|
"declarations": [
|
|
216083
216055
|
{
|
|
216084
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216085
|
-
"name": "
|
|
216056
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216057
|
+
"name": "MultipleSelection"
|
|
216086
216058
|
}
|
|
216087
216059
|
],
|
|
216088
216060
|
"required": false,
|
|
216089
216061
|
"type": {
|
|
216090
|
-
"name": "
|
|
216062
|
+
"name": "boolean"
|
|
216091
216063
|
}
|
|
216092
216064
|
},
|
|
216093
|
-
"
|
|
216065
|
+
"onSelectionChange": {
|
|
216094
216066
|
"defaultValue": null,
|
|
216095
|
-
"description": "
|
|
216096
|
-
"name": "
|
|
216067
|
+
"description": "Handler that is called when the selection changes.",
|
|
216068
|
+
"name": "onSelectionChange",
|
|
216097
216069
|
"parent": {
|
|
216098
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216099
|
-
"name": "
|
|
216070
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216071
|
+
"name": "MultipleSelection"
|
|
216100
216072
|
},
|
|
216101
216073
|
"declarations": [
|
|
216102
216074
|
{
|
|
216103
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216104
|
-
"name": "
|
|
216075
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216076
|
+
"name": "MultipleSelection"
|
|
216105
216077
|
}
|
|
216106
216078
|
],
|
|
216107
216079
|
"required": false,
|
|
216108
216080
|
"type": {
|
|
216109
|
-
"name": "
|
|
216081
|
+
"name": "((keys: Selection) => void)"
|
|
216110
216082
|
}
|
|
216111
216083
|
},
|
|
216112
|
-
"
|
|
216084
|
+
"items": {
|
|
216113
216085
|
"defaultValue": null,
|
|
216114
|
-
"description": "
|
|
216115
|
-
"name": "
|
|
216086
|
+
"description": "Item objects in the collection.",
|
|
216087
|
+
"name": "items",
|
|
216116
216088
|
"parent": {
|
|
216117
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216118
|
-
"name": "
|
|
216089
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
216090
|
+
"name": "CollectionBase"
|
|
216119
216091
|
},
|
|
216120
216092
|
"declarations": [
|
|
216121
216093
|
{
|
|
216122
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216123
|
-
"name": "
|
|
216094
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
216095
|
+
"name": "CollectionBase"
|
|
216124
216096
|
}
|
|
216125
216097
|
],
|
|
216126
216098
|
"required": false,
|
|
216127
216099
|
"type": {
|
|
216128
|
-
"name": "
|
|
216100
|
+
"name": "Iterable<never>"
|
|
216129
216101
|
}
|
|
216130
216102
|
},
|
|
216131
|
-
"
|
|
216103
|
+
"disabledKeys": {
|
|
216132
216104
|
"defaultValue": null,
|
|
216133
|
-
"description": "
|
|
216134
|
-
"name": "
|
|
216105
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
216106
|
+
"name": "disabledKeys",
|
|
216135
216107
|
"parent": {
|
|
216136
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216137
|
-
"name": "
|
|
216108
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
216109
|
+
"name": "CollectionBase"
|
|
216138
216110
|
},
|
|
216139
216111
|
"declarations": [
|
|
216140
216112
|
{
|
|
216141
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216142
|
-
"name": "
|
|
216113
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
216114
|
+
"name": "CollectionBase"
|
|
216143
216115
|
}
|
|
216144
216116
|
],
|
|
216145
216117
|
"required": false,
|
|
216146
216118
|
"type": {
|
|
216147
|
-
"name": "
|
|
216119
|
+
"name": "Iterable<Key>"
|
|
216148
216120
|
}
|
|
216149
216121
|
},
|
|
216150
|
-
"
|
|
216122
|
+
"selectedKeys": {
|
|
216151
216123
|
"defaultValue": null,
|
|
216152
|
-
"description": "
|
|
216153
|
-
"name": "
|
|
216124
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
216125
|
+
"name": "selectedKeys",
|
|
216154
216126
|
"parent": {
|
|
216155
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216156
|
-
"name": "
|
|
216127
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216128
|
+
"name": "MultipleSelection"
|
|
216157
216129
|
},
|
|
216158
216130
|
"declarations": [
|
|
216159
216131
|
{
|
|
216160
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216161
|
-
"name": "
|
|
216132
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216133
|
+
"name": "MultipleSelection"
|
|
216162
216134
|
}
|
|
216163
216135
|
],
|
|
216164
216136
|
"required": false,
|
|
216165
216137
|
"type": {
|
|
216166
|
-
"name": "
|
|
216138
|
+
"name": "\"all\" | Iterable<Key>"
|
|
216167
216139
|
}
|
|
216168
216140
|
},
|
|
216169
|
-
"
|
|
216141
|
+
"defaultSelectedKeys": {
|
|
216170
216142
|
"defaultValue": null,
|
|
216171
|
-
"description": "The
|
|
216172
|
-
"name": "
|
|
216143
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
216144
|
+
"name": "defaultSelectedKeys",
|
|
216173
216145
|
"parent": {
|
|
216174
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216175
|
-
"name": "
|
|
216146
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216147
|
+
"name": "MultipleSelection"
|
|
216176
216148
|
},
|
|
216177
216149
|
"declarations": [
|
|
216178
216150
|
{
|
|
216179
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216180
|
-
"name": "
|
|
216151
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216152
|
+
"name": "MultipleSelection"
|
|
216181
216153
|
}
|
|
216182
216154
|
],
|
|
216183
216155
|
"required": false,
|
|
216184
216156
|
"type": {
|
|
216185
|
-
"name": "
|
|
216157
|
+
"name": "\"all\" | Iterable<Key>"
|
|
216186
216158
|
}
|
|
216187
216159
|
},
|
|
216188
|
-
"
|
|
216160
|
+
"selectionMode": {
|
|
216189
216161
|
"defaultValue": null,
|
|
216190
|
-
"description": "The
|
|
216191
|
-
"name": "
|
|
216162
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
216163
|
+
"name": "selectionMode",
|
|
216192
216164
|
"parent": {
|
|
216193
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216194
|
-
"name": "
|
|
216165
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216166
|
+
"name": "MultipleSelection"
|
|
216195
216167
|
},
|
|
216196
216168
|
"declarations": [
|
|
216197
216169
|
{
|
|
216198
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216199
|
-
"name": "
|
|
216170
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216171
|
+
"name": "MultipleSelection"
|
|
216200
216172
|
}
|
|
216201
216173
|
],
|
|
216202
216174
|
"required": false,
|
|
216203
216175
|
"type": {
|
|
216204
|
-
"name": "
|
|
216176
|
+
"name": "SelectionMode"
|
|
216205
216177
|
}
|
|
216206
216178
|
},
|
|
216207
|
-
"
|
|
216179
|
+
"disabledBehavior": {
|
|
216208
216180
|
"defaultValue": null,
|
|
216209
|
-
"description": "
|
|
216210
|
-
"name": "
|
|
216181
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
216182
|
+
"name": "disabledBehavior",
|
|
216211
216183
|
"parent": {
|
|
216212
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216213
|
-
"name": "
|
|
216184
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216185
|
+
"name": "GridListProps"
|
|
216214
216186
|
},
|
|
216215
216187
|
"declarations": [
|
|
216216
216188
|
{
|
|
216217
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216218
|
-
"name": "
|
|
216189
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216190
|
+
"name": "GridListProps"
|
|
216219
216191
|
}
|
|
216220
216192
|
],
|
|
216221
216193
|
"required": false,
|
|
216222
216194
|
"type": {
|
|
216223
|
-
"name": "
|
|
216195
|
+
"name": "DisabledBehavior"
|
|
216224
216196
|
}
|
|
216225
216197
|
},
|
|
216226
|
-
"
|
|
216227
|
-
"defaultValue":
|
|
216228
|
-
|
|
216229
|
-
|
|
216198
|
+
"keyboardNavigationBehavior": {
|
|
216199
|
+
"defaultValue": {
|
|
216200
|
+
"value": "'arrow'"
|
|
216201
|
+
},
|
|
216202
|
+
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
216203
|
+
"name": "keyboardNavigationBehavior",
|
|
216230
216204
|
"parent": {
|
|
216231
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216232
|
-
"name": "
|
|
216205
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216206
|
+
"name": "AriaGridListProps"
|
|
216233
216207
|
},
|
|
216234
216208
|
"declarations": [
|
|
216235
216209
|
{
|
|
216236
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216237
|
-
"name": "
|
|
216210
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216211
|
+
"name": "AriaGridListProps"
|
|
216238
216212
|
}
|
|
216239
216213
|
],
|
|
216240
216214
|
"required": false,
|
|
216241
216215
|
"type": {
|
|
216242
|
-
"name": "
|
|
216216
|
+
"name": "\"tab\" | \"arrow\""
|
|
216243
216217
|
}
|
|
216244
216218
|
},
|
|
216245
|
-
"
|
|
216219
|
+
"children": {
|
|
216246
216220
|
"defaultValue": null,
|
|
216247
|
-
"description": "
|
|
216248
|
-
"name": "
|
|
216221
|
+
"description": "The contents of the collection.",
|
|
216222
|
+
"name": "children",
|
|
216249
216223
|
"parent": {
|
|
216250
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216251
|
-
"name": "
|
|
216224
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216225
|
+
"name": "CollectionProps"
|
|
216252
216226
|
},
|
|
216253
216227
|
"declarations": [
|
|
216254
216228
|
{
|
|
216255
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216256
|
-
"name": "
|
|
216229
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216230
|
+
"name": "CollectionProps"
|
|
216257
216231
|
}
|
|
216258
216232
|
],
|
|
216259
216233
|
"required": false,
|
|
216260
216234
|
"type": {
|
|
216261
|
-
"name": "
|
|
216235
|
+
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
216262
216236
|
}
|
|
216263
216237
|
},
|
|
216264
|
-
"
|
|
216238
|
+
"dependencies": {
|
|
216265
216239
|
"defaultValue": null,
|
|
216266
|
-
"description": "
|
|
216267
|
-
"name": "
|
|
216240
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
216241
|
+
"name": "dependencies",
|
|
216268
216242
|
"parent": {
|
|
216269
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216270
|
-
"name": "
|
|
216243
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216244
|
+
"name": "CollectionProps"
|
|
216271
216245
|
},
|
|
216272
216246
|
"declarations": [
|
|
216273
216247
|
{
|
|
216274
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216275
|
-
"name": "
|
|
216248
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216249
|
+
"name": "CollectionProps"
|
|
216276
216250
|
}
|
|
216277
216251
|
],
|
|
216278
216252
|
"required": false,
|
|
216279
216253
|
"type": {
|
|
216280
|
-
"name": "
|
|
216254
|
+
"name": "any[]"
|
|
216281
216255
|
}
|
|
216282
216256
|
},
|
|
216283
|
-
"
|
|
216257
|
+
"className": {
|
|
216284
216258
|
"defaultValue": null,
|
|
216285
|
-
"description": "The
|
|
216286
|
-
"name": "
|
|
216259
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
216260
|
+
"name": "className",
|
|
216287
216261
|
"parent": {
|
|
216288
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216289
|
-
"name": "
|
|
216262
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216263
|
+
"name": "StyleRenderProps"
|
|
216290
216264
|
},
|
|
216291
216265
|
"declarations": [
|
|
216292
216266
|
{
|
|
216293
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216294
|
-
"name": "
|
|
216267
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216268
|
+
"name": "StyleRenderProps"
|
|
216295
216269
|
}
|
|
216296
216270
|
],
|
|
216297
216271
|
"required": false,
|
|
216298
216272
|
"type": {
|
|
216299
|
-
"name": "string"
|
|
216273
|
+
"name": "string | ((values: GridListRenderProps & { defaultClassName: string; }) => string)"
|
|
216300
216274
|
}
|
|
216301
216275
|
},
|
|
216302
|
-
"
|
|
216276
|
+
"style": {
|
|
216303
216277
|
"defaultValue": null,
|
|
216304
|
-
"description": "
|
|
216305
|
-
"name": "
|
|
216278
|
+
"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.",
|
|
216279
|
+
"name": "style",
|
|
216306
216280
|
"parent": {
|
|
216307
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216308
|
-
"name": "
|
|
216281
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216282
|
+
"name": "StyleRenderProps"
|
|
216309
216283
|
},
|
|
216310
216284
|
"declarations": [
|
|
216311
216285
|
{
|
|
216312
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216313
|
-
"name": "
|
|
216286
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216287
|
+
"name": "StyleRenderProps"
|
|
216314
216288
|
}
|
|
216315
216289
|
],
|
|
216316
216290
|
"required": false,
|
|
216317
216291
|
"type": {
|
|
216318
|
-
"name": "
|
|
216292
|
+
"name": "CSSProperties | ((values: GridListRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
216319
216293
|
}
|
|
216320
216294
|
},
|
|
216321
|
-
"
|
|
216295
|
+
"slot": {
|
|
216322
216296
|
"defaultValue": null,
|
|
216323
|
-
"description": "A
|
|
216324
|
-
"name": "
|
|
216297
|
+
"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.",
|
|
216298
|
+
"name": "slot",
|
|
216325
216299
|
"parent": {
|
|
216326
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216327
|
-
"name": "
|
|
216300
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216301
|
+
"name": "SlotProps"
|
|
216328
216302
|
},
|
|
216329
216303
|
"declarations": [
|
|
216330
216304
|
{
|
|
216331
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216332
|
-
"name": "
|
|
216305
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216306
|
+
"name": "SlotProps"
|
|
216333
216307
|
}
|
|
216334
216308
|
],
|
|
216335
216309
|
"required": false,
|
|
216336
216310
|
"type": {
|
|
216337
|
-
"name": "string"
|
|
216311
|
+
"name": "string | null"
|
|
216338
216312
|
}
|
|
216339
216313
|
},
|
|
216340
|
-
"
|
|
216314
|
+
"onScroll": {
|
|
216341
216315
|
"defaultValue": null,
|
|
216342
|
-
"description": "
|
|
216343
|
-
"name": "
|
|
216316
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
216317
|
+
"name": "onScroll",
|
|
216344
216318
|
"parent": {
|
|
216345
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216346
|
-
"name": "
|
|
216319
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216320
|
+
"name": "ScrollableProps"
|
|
216347
216321
|
},
|
|
216348
216322
|
"declarations": [
|
|
216349
216323
|
{
|
|
216350
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216351
|
-
"name": "
|
|
216324
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216325
|
+
"name": "ScrollableProps"
|
|
216352
216326
|
}
|
|
216353
216327
|
],
|
|
216354
216328
|
"required": false,
|
|
216355
216329
|
"type": {
|
|
216356
|
-
"name": "
|
|
216330
|
+
"name": "((e: UIEvent<HTMLDivElement, UIEvent>) => void)"
|
|
216357
216331
|
}
|
|
216358
|
-
}
|
|
216359
|
-
|
|
216332
|
+
}
|
|
216333
|
+
}
|
|
216334
|
+
},
|
|
216335
|
+
{
|
|
216336
|
+
"tags": {},
|
|
216337
|
+
"filePath": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216338
|
+
"description": "",
|
|
216339
|
+
"displayName": "Item",
|
|
216340
|
+
"methods": [],
|
|
216341
|
+
"props": {
|
|
216342
|
+
"id": {
|
|
216360
216343
|
"defaultValue": null,
|
|
216361
|
-
"description": "
|
|
216362
|
-
"name": "
|
|
216344
|
+
"description": "",
|
|
216345
|
+
"name": "id",
|
|
216363
216346
|
"parent": {
|
|
216364
|
-
"fileName": "
|
|
216365
|
-
"name": "
|
|
216347
|
+
"fileName": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216348
|
+
"name": "Props"
|
|
216366
216349
|
},
|
|
216367
216350
|
"declarations": [
|
|
216368
216351
|
{
|
|
216369
|
-
"fileName": "
|
|
216370
|
-
"name": "
|
|
216352
|
+
"fileName": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216353
|
+
"name": "Props"
|
|
216371
216354
|
}
|
|
216372
216355
|
],
|
|
216373
|
-
"required":
|
|
216356
|
+
"required": true,
|
|
216374
216357
|
"type": {
|
|
216375
|
-
"name": "
|
|
216358
|
+
"name": "Key"
|
|
216376
216359
|
}
|
|
216377
216360
|
},
|
|
216378
|
-
"
|
|
216361
|
+
"data": {
|
|
216379
216362
|
"defaultValue": null,
|
|
216380
|
-
"description": "
|
|
216381
|
-
"name": "
|
|
216363
|
+
"description": "",
|
|
216364
|
+
"name": "data",
|
|
216382
216365
|
"parent": {
|
|
216383
|
-
"fileName": "
|
|
216384
|
-
"name": "
|
|
216366
|
+
"fileName": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216367
|
+
"name": "Props"
|
|
216385
216368
|
},
|
|
216386
216369
|
"declarations": [
|
|
216387
216370
|
{
|
|
216388
|
-
"fileName": "
|
|
216389
|
-
"name": "
|
|
216371
|
+
"fileName": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216372
|
+
"name": "Props"
|
|
216390
216373
|
}
|
|
216391
216374
|
],
|
|
216392
|
-
"required":
|
|
216375
|
+
"required": true,
|
|
216393
216376
|
"type": {
|
|
216394
|
-
"name": "
|
|
216377
|
+
"name": "never"
|
|
216395
216378
|
}
|
|
216396
216379
|
},
|
|
216397
|
-
"
|
|
216380
|
+
"children": {
|
|
216398
216381
|
"defaultValue": null,
|
|
216399
|
-
"description": "
|
|
216400
|
-
"name": "
|
|
216401
|
-
"parent": {
|
|
216402
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
216403
|
-
"name": "HoverEvents"
|
|
216404
|
-
},
|
|
216382
|
+
"description": "",
|
|
216383
|
+
"name": "children",
|
|
216405
216384
|
"declarations": [
|
|
216406
216385
|
{
|
|
216407
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
216408
|
-
"name": "
|
|
216386
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
216387
|
+
"name": "TypeLiteral"
|
|
216409
216388
|
}
|
|
216410
216389
|
],
|
|
216411
216390
|
"required": false,
|
|
216412
216391
|
"type": {
|
|
216413
|
-
"name": "
|
|
216392
|
+
"name": "ReactNode"
|
|
216414
216393
|
}
|
|
216415
|
-
}
|
|
216416
|
-
|
|
216394
|
+
}
|
|
216395
|
+
}
|
|
216396
|
+
},
|
|
216397
|
+
{
|
|
216398
|
+
"tags": {},
|
|
216399
|
+
"filePath": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216400
|
+
"description": "",
|
|
216401
|
+
"displayName": "ItemContainer",
|
|
216402
|
+
"methods": [],
|
|
216403
|
+
"props": {
|
|
216404
|
+
"id": {
|
|
216417
216405
|
"defaultValue": null,
|
|
216418
|
-
"description": "
|
|
216419
|
-
"name": "
|
|
216406
|
+
"description": "",
|
|
216407
|
+
"name": "id",
|
|
216420
216408
|
"parent": {
|
|
216421
|
-
"fileName": "
|
|
216422
|
-
"name": "
|
|
216409
|
+
"fileName": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216410
|
+
"name": "Props"
|
|
216423
216411
|
},
|
|
216424
216412
|
"declarations": [
|
|
216425
216413
|
{
|
|
216426
|
-
"fileName": "
|
|
216427
|
-
"name": "
|
|
216414
|
+
"fileName": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216415
|
+
"name": "Props"
|
|
216428
216416
|
}
|
|
216429
216417
|
],
|
|
216430
|
-
"required":
|
|
216418
|
+
"required": true,
|
|
216431
216419
|
"type": {
|
|
216432
|
-
"name": "
|
|
216420
|
+
"name": "Key"
|
|
216433
216421
|
}
|
|
216434
216422
|
},
|
|
216435
|
-
"
|
|
216423
|
+
"data": {
|
|
216436
216424
|
"defaultValue": null,
|
|
216437
216425
|
"description": "",
|
|
216438
|
-
"name": "
|
|
216426
|
+
"name": "data",
|
|
216427
|
+
"parent": {
|
|
216428
|
+
"fileName": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216429
|
+
"name": "Props"
|
|
216430
|
+
},
|
|
216439
216431
|
"declarations": [
|
|
216440
216432
|
{
|
|
216441
|
-
"fileName": "
|
|
216442
|
-
"name": "
|
|
216433
|
+
"fileName": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
216434
|
+
"name": "Props"
|
|
216443
216435
|
}
|
|
216444
216436
|
],
|
|
216445
|
-
"required":
|
|
216437
|
+
"required": true,
|
|
216446
216438
|
"type": {
|
|
216447
|
-
"name": "
|
|
216439
|
+
"name": "never"
|
|
216448
216440
|
}
|
|
216449
216441
|
},
|
|
216450
|
-
"
|
|
216442
|
+
"children": {
|
|
216451
216443
|
"defaultValue": null,
|
|
216452
216444
|
"description": "",
|
|
216453
|
-
"name": "
|
|
216445
|
+
"name": "children",
|
|
216454
216446
|
"declarations": [
|
|
216455
216447
|
{
|
|
216456
|
-
"fileName": "
|
|
216448
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
216457
216449
|
"name": "TypeLiteral"
|
|
216458
216450
|
}
|
|
216459
216451
|
],
|
|
216460
216452
|
"required": false,
|
|
216461
216453
|
"type": {
|
|
216462
|
-
"name": "
|
|
216454
|
+
"name": "ReactNode"
|
|
216463
216455
|
}
|
|
216464
216456
|
}
|
|
216465
216457
|
}
|
|
216466
216458
|
},
|
|
216459
|
+
{
|
|
216460
|
+
"tags": {},
|
|
216461
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
216462
|
+
"description": "",
|
|
216463
|
+
"displayName": "FallbackItems",
|
|
216464
|
+
"methods": [],
|
|
216465
|
+
"props": {}
|
|
216466
|
+
},
|
|
216467
216467
|
{
|
|
216468
216468
|
"tags": {},
|
|
216469
216469
|
"filePath": "src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx",
|