@mittwald/flow-react-components 0.2.0-alpha.91 → 0.2.0-alpha.92
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 +4 -0
- package/dist/assets/doc-properties.json +894 -894
- package/package.json +4 -4
|
@@ -119623,6 +119623,211 @@
|
|
|
119623
119623
|
}
|
|
119624
119624
|
}
|
|
119625
119625
|
},
|
|
119626
|
+
{
|
|
119627
|
+
"tags": {
|
|
119628
|
+
"flr-generate": "all"
|
|
119629
|
+
},
|
|
119630
|
+
"filePath": "src/components/Flex/Flex.tsx",
|
|
119631
|
+
"description": "",
|
|
119632
|
+
"displayName": "Flex",
|
|
119633
|
+
"methods": [],
|
|
119634
|
+
"props": {
|
|
119635
|
+
"direction": {
|
|
119636
|
+
"defaultValue": {
|
|
119637
|
+
"value": "\"row\""
|
|
119638
|
+
},
|
|
119639
|
+
"description": "The flexDirection value of the element.",
|
|
119640
|
+
"name": "direction",
|
|
119641
|
+
"parent": {
|
|
119642
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119643
|
+
"name": "FlexProps"
|
|
119644
|
+
},
|
|
119645
|
+
"declarations": [
|
|
119646
|
+
{
|
|
119647
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119648
|
+
"name": "FlexProps"
|
|
119649
|
+
}
|
|
119650
|
+
],
|
|
119651
|
+
"required": false,
|
|
119652
|
+
"type": {
|
|
119653
|
+
"name": "FlexDirection"
|
|
119654
|
+
}
|
|
119655
|
+
},
|
|
119656
|
+
"align": {
|
|
119657
|
+
"defaultValue": {
|
|
119658
|
+
"value": "\"start\""
|
|
119659
|
+
},
|
|
119660
|
+
"description": "The alignItems value of the element.",
|
|
119661
|
+
"name": "align",
|
|
119662
|
+
"parent": {
|
|
119663
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119664
|
+
"name": "FlexProps"
|
|
119665
|
+
},
|
|
119666
|
+
"declarations": [
|
|
119667
|
+
{
|
|
119668
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119669
|
+
"name": "FlexProps"
|
|
119670
|
+
}
|
|
119671
|
+
],
|
|
119672
|
+
"required": false,
|
|
119673
|
+
"type": {
|
|
119674
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
119675
|
+
}
|
|
119676
|
+
},
|
|
119677
|
+
"justify": {
|
|
119678
|
+
"defaultValue": {
|
|
119679
|
+
"value": "\"start\""
|
|
119680
|
+
},
|
|
119681
|
+
"description": "The justifyContent value of the element.",
|
|
119682
|
+
"name": "justify",
|
|
119683
|
+
"parent": {
|
|
119684
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119685
|
+
"name": "FlexProps"
|
|
119686
|
+
},
|
|
119687
|
+
"declarations": [
|
|
119688
|
+
{
|
|
119689
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119690
|
+
"name": "FlexProps"
|
|
119691
|
+
}
|
|
119692
|
+
],
|
|
119693
|
+
"required": false,
|
|
119694
|
+
"type": {
|
|
119695
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
119696
|
+
}
|
|
119697
|
+
},
|
|
119698
|
+
"gap": {
|
|
119699
|
+
"defaultValue": null,
|
|
119700
|
+
"description": "The gap size of the element.",
|
|
119701
|
+
"name": "gap",
|
|
119702
|
+
"parent": {
|
|
119703
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119704
|
+
"name": "FlexProps"
|
|
119705
|
+
},
|
|
119706
|
+
"declarations": [
|
|
119707
|
+
{
|
|
119708
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119709
|
+
"name": "FlexProps"
|
|
119710
|
+
}
|
|
119711
|
+
],
|
|
119712
|
+
"required": false,
|
|
119713
|
+
"type": {
|
|
119714
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
119715
|
+
}
|
|
119716
|
+
},
|
|
119717
|
+
"columnGap": {
|
|
119718
|
+
"defaultValue": null,
|
|
119719
|
+
"description": "The columnGap size of the element.",
|
|
119720
|
+
"name": "columnGap",
|
|
119721
|
+
"parent": {
|
|
119722
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119723
|
+
"name": "FlexProps"
|
|
119724
|
+
},
|
|
119725
|
+
"declarations": [
|
|
119726
|
+
{
|
|
119727
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119728
|
+
"name": "FlexProps"
|
|
119729
|
+
}
|
|
119730
|
+
],
|
|
119731
|
+
"required": false,
|
|
119732
|
+
"type": {
|
|
119733
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
119734
|
+
}
|
|
119735
|
+
},
|
|
119736
|
+
"rowGap": {
|
|
119737
|
+
"defaultValue": null,
|
|
119738
|
+
"description": "The rowGap size of the element.",
|
|
119739
|
+
"name": "rowGap",
|
|
119740
|
+
"parent": {
|
|
119741
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119742
|
+
"name": "FlexProps"
|
|
119743
|
+
},
|
|
119744
|
+
"declarations": [
|
|
119745
|
+
{
|
|
119746
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119747
|
+
"name": "FlexProps"
|
|
119748
|
+
}
|
|
119749
|
+
],
|
|
119750
|
+
"required": false,
|
|
119751
|
+
"type": {
|
|
119752
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
119753
|
+
}
|
|
119754
|
+
},
|
|
119755
|
+
"grow": {
|
|
119756
|
+
"defaultValue": null,
|
|
119757
|
+
"description": "Whether the element should grow.",
|
|
119758
|
+
"name": "grow",
|
|
119759
|
+
"parent": {
|
|
119760
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119761
|
+
"name": "FlexProps"
|
|
119762
|
+
},
|
|
119763
|
+
"declarations": [
|
|
119764
|
+
{
|
|
119765
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119766
|
+
"name": "FlexProps"
|
|
119767
|
+
}
|
|
119768
|
+
],
|
|
119769
|
+
"required": false,
|
|
119770
|
+
"type": {
|
|
119771
|
+
"name": "boolean"
|
|
119772
|
+
}
|
|
119773
|
+
},
|
|
119774
|
+
"wrap": {
|
|
119775
|
+
"defaultValue": {
|
|
119776
|
+
"value": "\"nowrap\""
|
|
119777
|
+
},
|
|
119778
|
+
"description": "The flexWrap value of the element.",
|
|
119779
|
+
"name": "wrap",
|
|
119780
|
+
"parent": {
|
|
119781
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119782
|
+
"name": "FlexProps"
|
|
119783
|
+
},
|
|
119784
|
+
"declarations": [
|
|
119785
|
+
{
|
|
119786
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119787
|
+
"name": "FlexProps"
|
|
119788
|
+
}
|
|
119789
|
+
],
|
|
119790
|
+
"required": false,
|
|
119791
|
+
"type": {
|
|
119792
|
+
"name": "FlexWrap"
|
|
119793
|
+
}
|
|
119794
|
+
},
|
|
119795
|
+
"children": {
|
|
119796
|
+
"defaultValue": null,
|
|
119797
|
+
"description": "",
|
|
119798
|
+
"name": "children",
|
|
119799
|
+
"declarations": [
|
|
119800
|
+
{
|
|
119801
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
119802
|
+
"name": "TypeLiteral"
|
|
119803
|
+
}
|
|
119804
|
+
],
|
|
119805
|
+
"required": false,
|
|
119806
|
+
"type": {
|
|
119807
|
+
"name": "ReactNode"
|
|
119808
|
+
}
|
|
119809
|
+
},
|
|
119810
|
+
"className": {
|
|
119811
|
+
"defaultValue": null,
|
|
119812
|
+
"description": "The elements class name.",
|
|
119813
|
+
"name": "className",
|
|
119814
|
+
"parent": {
|
|
119815
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
119816
|
+
"name": "PropsWithClassName"
|
|
119817
|
+
},
|
|
119818
|
+
"declarations": [
|
|
119819
|
+
{
|
|
119820
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
119821
|
+
"name": "PropsWithClassName"
|
|
119822
|
+
}
|
|
119823
|
+
],
|
|
119824
|
+
"required": false,
|
|
119825
|
+
"type": {
|
|
119826
|
+
"name": "string"
|
|
119827
|
+
}
|
|
119828
|
+
}
|
|
119829
|
+
}
|
|
119830
|
+
},
|
|
119626
119831
|
{
|
|
119627
119832
|
"tags": {
|
|
119628
119833
|
"flr-generate": "all",
|
|
@@ -119980,211 +120185,6 @@
|
|
|
119980
120185
|
}
|
|
119981
120186
|
}
|
|
119982
120187
|
},
|
|
119983
|
-
{
|
|
119984
|
-
"tags": {
|
|
119985
|
-
"flr-generate": "all"
|
|
119986
|
-
},
|
|
119987
|
-
"filePath": "src/components/Flex/Flex.tsx",
|
|
119988
|
-
"description": "",
|
|
119989
|
-
"displayName": "Flex",
|
|
119990
|
-
"methods": [],
|
|
119991
|
-
"props": {
|
|
119992
|
-
"direction": {
|
|
119993
|
-
"defaultValue": {
|
|
119994
|
-
"value": "\"row\""
|
|
119995
|
-
},
|
|
119996
|
-
"description": "The flexDirection value of the element.",
|
|
119997
|
-
"name": "direction",
|
|
119998
|
-
"parent": {
|
|
119999
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120000
|
-
"name": "FlexProps"
|
|
120001
|
-
},
|
|
120002
|
-
"declarations": [
|
|
120003
|
-
{
|
|
120004
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120005
|
-
"name": "FlexProps"
|
|
120006
|
-
}
|
|
120007
|
-
],
|
|
120008
|
-
"required": false,
|
|
120009
|
-
"type": {
|
|
120010
|
-
"name": "FlexDirection"
|
|
120011
|
-
}
|
|
120012
|
-
},
|
|
120013
|
-
"align": {
|
|
120014
|
-
"defaultValue": {
|
|
120015
|
-
"value": "\"start\""
|
|
120016
|
-
},
|
|
120017
|
-
"description": "The alignItems value of the element.",
|
|
120018
|
-
"name": "align",
|
|
120019
|
-
"parent": {
|
|
120020
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120021
|
-
"name": "FlexProps"
|
|
120022
|
-
},
|
|
120023
|
-
"declarations": [
|
|
120024
|
-
{
|
|
120025
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120026
|
-
"name": "FlexProps"
|
|
120027
|
-
}
|
|
120028
|
-
],
|
|
120029
|
-
"required": false,
|
|
120030
|
-
"type": {
|
|
120031
|
-
"name": "\"start\" | \"end\" | \"center\""
|
|
120032
|
-
}
|
|
120033
|
-
},
|
|
120034
|
-
"justify": {
|
|
120035
|
-
"defaultValue": {
|
|
120036
|
-
"value": "\"start\""
|
|
120037
|
-
},
|
|
120038
|
-
"description": "The justifyContent value of the element.",
|
|
120039
|
-
"name": "justify",
|
|
120040
|
-
"parent": {
|
|
120041
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120042
|
-
"name": "FlexProps"
|
|
120043
|
-
},
|
|
120044
|
-
"declarations": [
|
|
120045
|
-
{
|
|
120046
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120047
|
-
"name": "FlexProps"
|
|
120048
|
-
}
|
|
120049
|
-
],
|
|
120050
|
-
"required": false,
|
|
120051
|
-
"type": {
|
|
120052
|
-
"name": "\"start\" | \"end\" | \"center\""
|
|
120053
|
-
}
|
|
120054
|
-
},
|
|
120055
|
-
"gap": {
|
|
120056
|
-
"defaultValue": null,
|
|
120057
|
-
"description": "The gap size of the element.",
|
|
120058
|
-
"name": "gap",
|
|
120059
|
-
"parent": {
|
|
120060
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120061
|
-
"name": "FlexProps"
|
|
120062
|
-
},
|
|
120063
|
-
"declarations": [
|
|
120064
|
-
{
|
|
120065
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120066
|
-
"name": "FlexProps"
|
|
120067
|
-
}
|
|
120068
|
-
],
|
|
120069
|
-
"required": false,
|
|
120070
|
-
"type": {
|
|
120071
|
-
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
120072
|
-
}
|
|
120073
|
-
},
|
|
120074
|
-
"columnGap": {
|
|
120075
|
-
"defaultValue": null,
|
|
120076
|
-
"description": "The columnGap size of the element.",
|
|
120077
|
-
"name": "columnGap",
|
|
120078
|
-
"parent": {
|
|
120079
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120080
|
-
"name": "FlexProps"
|
|
120081
|
-
},
|
|
120082
|
-
"declarations": [
|
|
120083
|
-
{
|
|
120084
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120085
|
-
"name": "FlexProps"
|
|
120086
|
-
}
|
|
120087
|
-
],
|
|
120088
|
-
"required": false,
|
|
120089
|
-
"type": {
|
|
120090
|
-
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
120091
|
-
}
|
|
120092
|
-
},
|
|
120093
|
-
"rowGap": {
|
|
120094
|
-
"defaultValue": null,
|
|
120095
|
-
"description": "The rowGap size of the element.",
|
|
120096
|
-
"name": "rowGap",
|
|
120097
|
-
"parent": {
|
|
120098
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120099
|
-
"name": "FlexProps"
|
|
120100
|
-
},
|
|
120101
|
-
"declarations": [
|
|
120102
|
-
{
|
|
120103
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120104
|
-
"name": "FlexProps"
|
|
120105
|
-
}
|
|
120106
|
-
],
|
|
120107
|
-
"required": false,
|
|
120108
|
-
"type": {
|
|
120109
|
-
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
120110
|
-
}
|
|
120111
|
-
},
|
|
120112
|
-
"grow": {
|
|
120113
|
-
"defaultValue": null,
|
|
120114
|
-
"description": "Whether the element should grow.",
|
|
120115
|
-
"name": "grow",
|
|
120116
|
-
"parent": {
|
|
120117
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120118
|
-
"name": "FlexProps"
|
|
120119
|
-
},
|
|
120120
|
-
"declarations": [
|
|
120121
|
-
{
|
|
120122
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120123
|
-
"name": "FlexProps"
|
|
120124
|
-
}
|
|
120125
|
-
],
|
|
120126
|
-
"required": false,
|
|
120127
|
-
"type": {
|
|
120128
|
-
"name": "boolean"
|
|
120129
|
-
}
|
|
120130
|
-
},
|
|
120131
|
-
"wrap": {
|
|
120132
|
-
"defaultValue": {
|
|
120133
|
-
"value": "\"nowrap\""
|
|
120134
|
-
},
|
|
120135
|
-
"description": "The flexWrap value of the element.",
|
|
120136
|
-
"name": "wrap",
|
|
120137
|
-
"parent": {
|
|
120138
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120139
|
-
"name": "FlexProps"
|
|
120140
|
-
},
|
|
120141
|
-
"declarations": [
|
|
120142
|
-
{
|
|
120143
|
-
"fileName": "src/components/Flex/Flex.tsx",
|
|
120144
|
-
"name": "FlexProps"
|
|
120145
|
-
}
|
|
120146
|
-
],
|
|
120147
|
-
"required": false,
|
|
120148
|
-
"type": {
|
|
120149
|
-
"name": "FlexWrap"
|
|
120150
|
-
}
|
|
120151
|
-
},
|
|
120152
|
-
"children": {
|
|
120153
|
-
"defaultValue": null,
|
|
120154
|
-
"description": "",
|
|
120155
|
-
"name": "children",
|
|
120156
|
-
"declarations": [
|
|
120157
|
-
{
|
|
120158
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120159
|
-
"name": "TypeLiteral"
|
|
120160
|
-
}
|
|
120161
|
-
],
|
|
120162
|
-
"required": false,
|
|
120163
|
-
"type": {
|
|
120164
|
-
"name": "ReactNode"
|
|
120165
|
-
}
|
|
120166
|
-
},
|
|
120167
|
-
"className": {
|
|
120168
|
-
"defaultValue": null,
|
|
120169
|
-
"description": "The elements class name.",
|
|
120170
|
-
"name": "className",
|
|
120171
|
-
"parent": {
|
|
120172
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
120173
|
-
"name": "PropsWithClassName"
|
|
120174
|
-
},
|
|
120175
|
-
"declarations": [
|
|
120176
|
-
{
|
|
120177
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
120178
|
-
"name": "PropsWithClassName"
|
|
120179
|
-
}
|
|
120180
|
-
],
|
|
120181
|
-
"required": false,
|
|
120182
|
-
"type": {
|
|
120183
|
-
"name": "string"
|
|
120184
|
-
}
|
|
120185
|
-
}
|
|
120186
|
-
}
|
|
120187
|
-
},
|
|
120188
120188
|
{
|
|
120189
120189
|
"tags": {
|
|
120190
120190
|
"flr-generate": "all",
|
|
@@ -166949,110 +166949,6 @@
|
|
|
166949
166949
|
}
|
|
166950
166950
|
}
|
|
166951
166951
|
},
|
|
166952
|
-
{
|
|
166953
|
-
"tags": {
|
|
166954
|
-
"flr-generate": "all"
|
|
166955
|
-
},
|
|
166956
|
-
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166957
|
-
"description": "",
|
|
166958
|
-
"displayName": "AvatarStack",
|
|
166959
|
-
"methods": [],
|
|
166960
|
-
"props": {
|
|
166961
|
-
"totalCount": {
|
|
166962
|
-
"defaultValue": null,
|
|
166963
|
-
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
166964
|
-
"name": "totalCount",
|
|
166965
|
-
"parent": {
|
|
166966
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166967
|
-
"name": "AvatarStackProps"
|
|
166968
|
-
},
|
|
166969
|
-
"declarations": [
|
|
166970
|
-
{
|
|
166971
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166972
|
-
"name": "AvatarStackProps"
|
|
166973
|
-
}
|
|
166974
|
-
],
|
|
166975
|
-
"required": false,
|
|
166976
|
-
"type": {
|
|
166977
|
-
"name": "number"
|
|
166978
|
-
}
|
|
166979
|
-
},
|
|
166980
|
-
"onCountPress": {
|
|
166981
|
-
"defaultValue": null,
|
|
166982
|
-
"description": "The onPress action of the additional items count element",
|
|
166983
|
-
"name": "onCountPress",
|
|
166984
|
-
"parent": {
|
|
166985
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166986
|
-
"name": "AvatarStackProps"
|
|
166987
|
-
},
|
|
166988
|
-
"declarations": [
|
|
166989
|
-
{
|
|
166990
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166991
|
-
"name": "AvatarStackProps"
|
|
166992
|
-
}
|
|
166993
|
-
],
|
|
166994
|
-
"required": false,
|
|
166995
|
-
"type": {
|
|
166996
|
-
"name": "(() => void)"
|
|
166997
|
-
}
|
|
166998
|
-
},
|
|
166999
|
-
"size": {
|
|
167000
|
-
"defaultValue": {
|
|
167001
|
-
"value": "\"m\""
|
|
167002
|
-
},
|
|
167003
|
-
"description": "The size of the avatars inside the stack.",
|
|
167004
|
-
"name": "size",
|
|
167005
|
-
"parent": {
|
|
167006
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167007
|
-
"name": "AvatarStackProps"
|
|
167008
|
-
},
|
|
167009
|
-
"declarations": [
|
|
167010
|
-
{
|
|
167011
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167012
|
-
"name": "AvatarStackProps"
|
|
167013
|
-
}
|
|
167014
|
-
],
|
|
167015
|
-
"required": false,
|
|
167016
|
-
"type": {
|
|
167017
|
-
"name": "\"s\" | \"m\" | \"l\" | \"xs\""
|
|
167018
|
-
}
|
|
167019
|
-
},
|
|
167020
|
-
"className": {
|
|
167021
|
-
"defaultValue": null,
|
|
167022
|
-
"description": "The elements class name.",
|
|
167023
|
-
"name": "className",
|
|
167024
|
-
"parent": {
|
|
167025
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
167026
|
-
"name": "PropsWithClassName"
|
|
167027
|
-
},
|
|
167028
|
-
"declarations": [
|
|
167029
|
-
{
|
|
167030
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
167031
|
-
"name": "PropsWithClassName"
|
|
167032
|
-
}
|
|
167033
|
-
],
|
|
167034
|
-
"required": false,
|
|
167035
|
-
"type": {
|
|
167036
|
-
"name": "string"
|
|
167037
|
-
}
|
|
167038
|
-
},
|
|
167039
|
-
"children": {
|
|
167040
|
-
"defaultValue": null,
|
|
167041
|
-
"description": "",
|
|
167042
|
-
"name": "children",
|
|
167043
|
-
"declarations": [
|
|
167044
|
-
{
|
|
167045
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
167046
|
-
"name": "TypeLiteral"
|
|
167047
|
-
}
|
|
167048
|
-
],
|
|
167049
|
-
"required": false,
|
|
167050
|
-
"type": {
|
|
167051
|
-
"name": "ReactNode"
|
|
167052
|
-
}
|
|
167053
|
-
}
|
|
167054
|
-
}
|
|
167055
|
-
},
|
|
167056
166952
|
{
|
|
167057
166953
|
"tags": {
|
|
167058
166954
|
"flr-generate": "all",
|
|
@@ -167215,6 +167111,110 @@
|
|
|
167215
167111
|
}
|
|
167216
167112
|
}
|
|
167217
167113
|
},
|
|
167114
|
+
{
|
|
167115
|
+
"tags": {
|
|
167116
|
+
"flr-generate": "all"
|
|
167117
|
+
},
|
|
167118
|
+
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167119
|
+
"description": "",
|
|
167120
|
+
"displayName": "AvatarStack",
|
|
167121
|
+
"methods": [],
|
|
167122
|
+
"props": {
|
|
167123
|
+
"totalCount": {
|
|
167124
|
+
"defaultValue": null,
|
|
167125
|
+
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
167126
|
+
"name": "totalCount",
|
|
167127
|
+
"parent": {
|
|
167128
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167129
|
+
"name": "AvatarStackProps"
|
|
167130
|
+
},
|
|
167131
|
+
"declarations": [
|
|
167132
|
+
{
|
|
167133
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167134
|
+
"name": "AvatarStackProps"
|
|
167135
|
+
}
|
|
167136
|
+
],
|
|
167137
|
+
"required": false,
|
|
167138
|
+
"type": {
|
|
167139
|
+
"name": "number"
|
|
167140
|
+
}
|
|
167141
|
+
},
|
|
167142
|
+
"onCountPress": {
|
|
167143
|
+
"defaultValue": null,
|
|
167144
|
+
"description": "The onPress action of the additional items count element",
|
|
167145
|
+
"name": "onCountPress",
|
|
167146
|
+
"parent": {
|
|
167147
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167148
|
+
"name": "AvatarStackProps"
|
|
167149
|
+
},
|
|
167150
|
+
"declarations": [
|
|
167151
|
+
{
|
|
167152
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167153
|
+
"name": "AvatarStackProps"
|
|
167154
|
+
}
|
|
167155
|
+
],
|
|
167156
|
+
"required": false,
|
|
167157
|
+
"type": {
|
|
167158
|
+
"name": "(() => void)"
|
|
167159
|
+
}
|
|
167160
|
+
},
|
|
167161
|
+
"size": {
|
|
167162
|
+
"defaultValue": {
|
|
167163
|
+
"value": "\"m\""
|
|
167164
|
+
},
|
|
167165
|
+
"description": "The size of the avatars inside the stack.",
|
|
167166
|
+
"name": "size",
|
|
167167
|
+
"parent": {
|
|
167168
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167169
|
+
"name": "AvatarStackProps"
|
|
167170
|
+
},
|
|
167171
|
+
"declarations": [
|
|
167172
|
+
{
|
|
167173
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
167174
|
+
"name": "AvatarStackProps"
|
|
167175
|
+
}
|
|
167176
|
+
],
|
|
167177
|
+
"required": false,
|
|
167178
|
+
"type": {
|
|
167179
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\""
|
|
167180
|
+
}
|
|
167181
|
+
},
|
|
167182
|
+
"className": {
|
|
167183
|
+
"defaultValue": null,
|
|
167184
|
+
"description": "The elements class name.",
|
|
167185
|
+
"name": "className",
|
|
167186
|
+
"parent": {
|
|
167187
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
167188
|
+
"name": "PropsWithClassName"
|
|
167189
|
+
},
|
|
167190
|
+
"declarations": [
|
|
167191
|
+
{
|
|
167192
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
167193
|
+
"name": "PropsWithClassName"
|
|
167194
|
+
}
|
|
167195
|
+
],
|
|
167196
|
+
"required": false,
|
|
167197
|
+
"type": {
|
|
167198
|
+
"name": "string"
|
|
167199
|
+
}
|
|
167200
|
+
},
|
|
167201
|
+
"children": {
|
|
167202
|
+
"defaultValue": null,
|
|
167203
|
+
"description": "",
|
|
167204
|
+
"name": "children",
|
|
167205
|
+
"declarations": [
|
|
167206
|
+
{
|
|
167207
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
167208
|
+
"name": "TypeLiteral"
|
|
167209
|
+
}
|
|
167210
|
+
],
|
|
167211
|
+
"required": false,
|
|
167212
|
+
"type": {
|
|
167213
|
+
"name": "ReactNode"
|
|
167214
|
+
}
|
|
167215
|
+
}
|
|
167216
|
+
}
|
|
167217
|
+
},
|
|
167218
167218
|
{
|
|
167219
167219
|
"tags": {
|
|
167220
167220
|
"flr-generate": "all",
|
|
@@ -192524,6 +192524,169 @@
|
|
|
192524
192524
|
}
|
|
192525
192525
|
}
|
|
192526
192526
|
},
|
|
192527
|
+
{
|
|
192528
|
+
"tags": {
|
|
192529
|
+
"flr-generate": "all"
|
|
192530
|
+
},
|
|
192531
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
192532
|
+
"description": "",
|
|
192533
|
+
"displayName": "TableHeader",
|
|
192534
|
+
"methods": [],
|
|
192535
|
+
"props": {
|
|
192536
|
+
"columns": {
|
|
192537
|
+
"defaultValue": null,
|
|
192538
|
+
"description": "A list of table columns.",
|
|
192539
|
+
"name": "columns",
|
|
192540
|
+
"parent": {
|
|
192541
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192542
|
+
"name": "TableHeaderProps"
|
|
192543
|
+
},
|
|
192544
|
+
"declarations": [
|
|
192545
|
+
{
|
|
192546
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192547
|
+
"name": "TableHeaderProps"
|
|
192548
|
+
}
|
|
192549
|
+
],
|
|
192550
|
+
"required": false,
|
|
192551
|
+
"type": {
|
|
192552
|
+
"name": "Iterable<never>"
|
|
192553
|
+
}
|
|
192554
|
+
},
|
|
192555
|
+
"children": {
|
|
192556
|
+
"defaultValue": null,
|
|
192557
|
+
"description": "A list of `Column(s)` or a function. If the latter, a list of columns must be provided using the `columns` prop.",
|
|
192558
|
+
"name": "children",
|
|
192559
|
+
"parent": {
|
|
192560
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192561
|
+
"name": "TableHeaderProps"
|
|
192562
|
+
},
|
|
192563
|
+
"declarations": [
|
|
192564
|
+
{
|
|
192565
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192566
|
+
"name": "TableHeaderProps"
|
|
192567
|
+
}
|
|
192568
|
+
],
|
|
192569
|
+
"required": false,
|
|
192570
|
+
"type": {
|
|
192571
|
+
"name": "ReactNode | ((item: never) => ReactElement<unknown, string | JSXElementConstructor<any>>)"
|
|
192572
|
+
}
|
|
192573
|
+
},
|
|
192574
|
+
"dependencies": {
|
|
192575
|
+
"defaultValue": null,
|
|
192576
|
+
"description": "Values that should invalidate the column cache when using dynamic collections.",
|
|
192577
|
+
"name": "dependencies",
|
|
192578
|
+
"parent": {
|
|
192579
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192580
|
+
"name": "TableHeaderProps"
|
|
192581
|
+
},
|
|
192582
|
+
"declarations": [
|
|
192583
|
+
{
|
|
192584
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192585
|
+
"name": "TableHeaderProps"
|
|
192586
|
+
}
|
|
192587
|
+
],
|
|
192588
|
+
"required": false,
|
|
192589
|
+
"type": {
|
|
192590
|
+
"name": "readonly any[]"
|
|
192591
|
+
}
|
|
192592
|
+
},
|
|
192593
|
+
"className": {
|
|
192594
|
+
"defaultValue": null,
|
|
192595
|
+
"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.",
|
|
192596
|
+
"name": "className",
|
|
192597
|
+
"parent": {
|
|
192598
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192599
|
+
"name": "StyleRenderProps"
|
|
192600
|
+
},
|
|
192601
|
+
"declarations": [
|
|
192602
|
+
{
|
|
192603
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192604
|
+
"name": "StyleRenderProps"
|
|
192605
|
+
}
|
|
192606
|
+
],
|
|
192607
|
+
"required": false,
|
|
192608
|
+
"type": {
|
|
192609
|
+
"name": "string | ((values: TableHeaderRenderProps & { defaultClassName: string; }) => string)"
|
|
192610
|
+
}
|
|
192611
|
+
},
|
|
192612
|
+
"style": {
|
|
192613
|
+
"defaultValue": null,
|
|
192614
|
+
"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.",
|
|
192615
|
+
"name": "style",
|
|
192616
|
+
"parent": {
|
|
192617
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192618
|
+
"name": "StyleRenderProps"
|
|
192619
|
+
},
|
|
192620
|
+
"declarations": [
|
|
192621
|
+
{
|
|
192622
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192623
|
+
"name": "StyleRenderProps"
|
|
192624
|
+
}
|
|
192625
|
+
],
|
|
192626
|
+
"required": false,
|
|
192627
|
+
"type": {
|
|
192628
|
+
"name": "CSSProperties | ((values: TableHeaderRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
192629
|
+
}
|
|
192630
|
+
},
|
|
192631
|
+
"onHoverStart": {
|
|
192632
|
+
"defaultValue": null,
|
|
192633
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
192634
|
+
"name": "onHoverStart",
|
|
192635
|
+
"parent": {
|
|
192636
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
192637
|
+
"name": "HoverEvents"
|
|
192638
|
+
},
|
|
192639
|
+
"declarations": [
|
|
192640
|
+
{
|
|
192641
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
192642
|
+
"name": "HoverEvents"
|
|
192643
|
+
}
|
|
192644
|
+
],
|
|
192645
|
+
"required": false,
|
|
192646
|
+
"type": {
|
|
192647
|
+
"name": "((e: HoverEvent) => void)"
|
|
192648
|
+
}
|
|
192649
|
+
},
|
|
192650
|
+
"onHoverEnd": {
|
|
192651
|
+
"defaultValue": null,
|
|
192652
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
192653
|
+
"name": "onHoverEnd",
|
|
192654
|
+
"parent": {
|
|
192655
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
192656
|
+
"name": "HoverEvents"
|
|
192657
|
+
},
|
|
192658
|
+
"declarations": [
|
|
192659
|
+
{
|
|
192660
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
192661
|
+
"name": "HoverEvents"
|
|
192662
|
+
}
|
|
192663
|
+
],
|
|
192664
|
+
"required": false,
|
|
192665
|
+
"type": {
|
|
192666
|
+
"name": "((e: HoverEvent) => void)"
|
|
192667
|
+
}
|
|
192668
|
+
},
|
|
192669
|
+
"onHoverChange": {
|
|
192670
|
+
"defaultValue": null,
|
|
192671
|
+
"description": "Handler that is called when the hover state changes.",
|
|
192672
|
+
"name": "onHoverChange",
|
|
192673
|
+
"parent": {
|
|
192674
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
192675
|
+
"name": "HoverEvents"
|
|
192676
|
+
},
|
|
192677
|
+
"declarations": [
|
|
192678
|
+
{
|
|
192679
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
192680
|
+
"name": "HoverEvents"
|
|
192681
|
+
}
|
|
192682
|
+
],
|
|
192683
|
+
"required": false,
|
|
192684
|
+
"type": {
|
|
192685
|
+
"name": "((isHovering: boolean) => void)"
|
|
192686
|
+
}
|
|
192687
|
+
}
|
|
192688
|
+
}
|
|
192689
|
+
},
|
|
192527
192690
|
{
|
|
192528
192691
|
"tags": {
|
|
192529
192692
|
"flr-generate": "all"
|
|
@@ -192949,169 +193112,6 @@
|
|
|
192949
193112
|
}
|
|
192950
193113
|
}
|
|
192951
193114
|
},
|
|
192952
|
-
{
|
|
192953
|
-
"tags": {
|
|
192954
|
-
"flr-generate": "all"
|
|
192955
|
-
},
|
|
192956
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
192957
|
-
"description": "",
|
|
192958
|
-
"displayName": "TableHeader",
|
|
192959
|
-
"methods": [],
|
|
192960
|
-
"props": {
|
|
192961
|
-
"columns": {
|
|
192962
|
-
"defaultValue": null,
|
|
192963
|
-
"description": "A list of table columns.",
|
|
192964
|
-
"name": "columns",
|
|
192965
|
-
"parent": {
|
|
192966
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192967
|
-
"name": "TableHeaderProps"
|
|
192968
|
-
},
|
|
192969
|
-
"declarations": [
|
|
192970
|
-
{
|
|
192971
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192972
|
-
"name": "TableHeaderProps"
|
|
192973
|
-
}
|
|
192974
|
-
],
|
|
192975
|
-
"required": false,
|
|
192976
|
-
"type": {
|
|
192977
|
-
"name": "Iterable<never>"
|
|
192978
|
-
}
|
|
192979
|
-
},
|
|
192980
|
-
"children": {
|
|
192981
|
-
"defaultValue": null,
|
|
192982
|
-
"description": "A list of `Column(s)` or a function. If the latter, a list of columns must be provided using the `columns` prop.",
|
|
192983
|
-
"name": "children",
|
|
192984
|
-
"parent": {
|
|
192985
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192986
|
-
"name": "TableHeaderProps"
|
|
192987
|
-
},
|
|
192988
|
-
"declarations": [
|
|
192989
|
-
{
|
|
192990
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
192991
|
-
"name": "TableHeaderProps"
|
|
192992
|
-
}
|
|
192993
|
-
],
|
|
192994
|
-
"required": false,
|
|
192995
|
-
"type": {
|
|
192996
|
-
"name": "ReactNode | ((item: never) => ReactElement<unknown, string | JSXElementConstructor<any>>)"
|
|
192997
|
-
}
|
|
192998
|
-
},
|
|
192999
|
-
"dependencies": {
|
|
193000
|
-
"defaultValue": null,
|
|
193001
|
-
"description": "Values that should invalidate the column cache when using dynamic collections.",
|
|
193002
|
-
"name": "dependencies",
|
|
193003
|
-
"parent": {
|
|
193004
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
193005
|
-
"name": "TableHeaderProps"
|
|
193006
|
-
},
|
|
193007
|
-
"declarations": [
|
|
193008
|
-
{
|
|
193009
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
193010
|
-
"name": "TableHeaderProps"
|
|
193011
|
-
}
|
|
193012
|
-
],
|
|
193013
|
-
"required": false,
|
|
193014
|
-
"type": {
|
|
193015
|
-
"name": "readonly any[]"
|
|
193016
|
-
}
|
|
193017
|
-
},
|
|
193018
|
-
"className": {
|
|
193019
|
-
"defaultValue": null,
|
|
193020
|
-
"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.",
|
|
193021
|
-
"name": "className",
|
|
193022
|
-
"parent": {
|
|
193023
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
193024
|
-
"name": "StyleRenderProps"
|
|
193025
|
-
},
|
|
193026
|
-
"declarations": [
|
|
193027
|
-
{
|
|
193028
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
193029
|
-
"name": "StyleRenderProps"
|
|
193030
|
-
}
|
|
193031
|
-
],
|
|
193032
|
-
"required": false,
|
|
193033
|
-
"type": {
|
|
193034
|
-
"name": "string | ((values: TableHeaderRenderProps & { defaultClassName: string; }) => string)"
|
|
193035
|
-
}
|
|
193036
|
-
},
|
|
193037
|
-
"style": {
|
|
193038
|
-
"defaultValue": null,
|
|
193039
|
-
"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.",
|
|
193040
|
-
"name": "style",
|
|
193041
|
-
"parent": {
|
|
193042
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
193043
|
-
"name": "StyleRenderProps"
|
|
193044
|
-
},
|
|
193045
|
-
"declarations": [
|
|
193046
|
-
{
|
|
193047
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
193048
|
-
"name": "StyleRenderProps"
|
|
193049
|
-
}
|
|
193050
|
-
],
|
|
193051
|
-
"required": false,
|
|
193052
|
-
"type": {
|
|
193053
|
-
"name": "CSSProperties | ((values: TableHeaderRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
193054
|
-
}
|
|
193055
|
-
},
|
|
193056
|
-
"onHoverStart": {
|
|
193057
|
-
"defaultValue": null,
|
|
193058
|
-
"description": "Handler that is called when a hover interaction starts.",
|
|
193059
|
-
"name": "onHoverStart",
|
|
193060
|
-
"parent": {
|
|
193061
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
193062
|
-
"name": "HoverEvents"
|
|
193063
|
-
},
|
|
193064
|
-
"declarations": [
|
|
193065
|
-
{
|
|
193066
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
193067
|
-
"name": "HoverEvents"
|
|
193068
|
-
}
|
|
193069
|
-
],
|
|
193070
|
-
"required": false,
|
|
193071
|
-
"type": {
|
|
193072
|
-
"name": "((e: HoverEvent) => void)"
|
|
193073
|
-
}
|
|
193074
|
-
},
|
|
193075
|
-
"onHoverEnd": {
|
|
193076
|
-
"defaultValue": null,
|
|
193077
|
-
"description": "Handler that is called when a hover interaction ends.",
|
|
193078
|
-
"name": "onHoverEnd",
|
|
193079
|
-
"parent": {
|
|
193080
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
193081
|
-
"name": "HoverEvents"
|
|
193082
|
-
},
|
|
193083
|
-
"declarations": [
|
|
193084
|
-
{
|
|
193085
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
193086
|
-
"name": "HoverEvents"
|
|
193087
|
-
}
|
|
193088
|
-
],
|
|
193089
|
-
"required": false,
|
|
193090
|
-
"type": {
|
|
193091
|
-
"name": "((e: HoverEvent) => void)"
|
|
193092
|
-
}
|
|
193093
|
-
},
|
|
193094
|
-
"onHoverChange": {
|
|
193095
|
-
"defaultValue": null,
|
|
193096
|
-
"description": "Handler that is called when the hover state changes.",
|
|
193097
|
-
"name": "onHoverChange",
|
|
193098
|
-
"parent": {
|
|
193099
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
193100
|
-
"name": "HoverEvents"
|
|
193101
|
-
},
|
|
193102
|
-
"declarations": [
|
|
193103
|
-
{
|
|
193104
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
193105
|
-
"name": "HoverEvents"
|
|
193106
|
-
}
|
|
193107
|
-
],
|
|
193108
|
-
"required": false,
|
|
193109
|
-
"type": {
|
|
193110
|
-
"name": "((isHovering: boolean) => void)"
|
|
193111
|
-
}
|
|
193112
|
-
}
|
|
193113
|
-
}
|
|
193114
|
-
},
|
|
193115
193115
|
{
|
|
193116
193116
|
"tags": {
|
|
193117
193117
|
"flr-generate": "all"
|
|
@@ -202440,6 +202440,14 @@
|
|
|
202440
202440
|
"methods": [],
|
|
202441
202441
|
"props": {}
|
|
202442
202442
|
},
|
|
202443
|
+
{
|
|
202444
|
+
"tags": {},
|
|
202445
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
202446
|
+
"description": "",
|
|
202447
|
+
"displayName": "Table",
|
|
202448
|
+
"methods": [],
|
|
202449
|
+
"props": {}
|
|
202450
|
+
},
|
|
202443
202451
|
{
|
|
202444
202452
|
"tags": {
|
|
202445
202453
|
"flr-generate": "all"
|
|
@@ -202629,14 +202637,6 @@
|
|
|
202629
202637
|
"methods": [],
|
|
202630
202638
|
"props": {}
|
|
202631
202639
|
},
|
|
202632
|
-
{
|
|
202633
|
-
"tags": {},
|
|
202634
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
202635
|
-
"description": "",
|
|
202636
|
-
"displayName": "Table",
|
|
202637
|
-
"methods": [],
|
|
202638
|
-
"props": {}
|
|
202639
|
-
},
|
|
202640
202640
|
{
|
|
202641
202641
|
"tags": {},
|
|
202642
202642
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
@@ -210422,7 +210422,31 @@
|
|
|
210422
210422
|
},
|
|
210423
210423
|
{
|
|
210424
210424
|
"tags": {},
|
|
210425
|
-
"filePath": "src/integrations/nextjs/components/
|
|
210425
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
210426
|
+
"description": "",
|
|
210427
|
+
"displayName": "LinkProvider",
|
|
210428
|
+
"methods": [],
|
|
210429
|
+
"props": {
|
|
210430
|
+
"children": {
|
|
210431
|
+
"defaultValue": null,
|
|
210432
|
+
"description": "",
|
|
210433
|
+
"name": "children",
|
|
210434
|
+
"declarations": [
|
|
210435
|
+
{
|
|
210436
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
210437
|
+
"name": "TypeLiteral"
|
|
210438
|
+
}
|
|
210439
|
+
],
|
|
210440
|
+
"required": false,
|
|
210441
|
+
"type": {
|
|
210442
|
+
"name": "ReactNode"
|
|
210443
|
+
}
|
|
210444
|
+
}
|
|
210445
|
+
}
|
|
210446
|
+
},
|
|
210447
|
+
{
|
|
210448
|
+
"tags": {},
|
|
210449
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
210426
210450
|
"description": "",
|
|
210427
210451
|
"displayName": "Link",
|
|
210428
210452
|
"methods": [],
|
|
@@ -210432,12 +210456,12 @@
|
|
|
210432
210456
|
"description": "",
|
|
210433
210457
|
"name": "ref",
|
|
210434
210458
|
"parent": {
|
|
210435
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
210459
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
210436
210460
|
"name": "Props"
|
|
210437
210461
|
},
|
|
210438
210462
|
"declarations": [
|
|
210439
210463
|
{
|
|
210440
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
210464
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
210441
210465
|
"name": "Props"
|
|
210442
210466
|
}
|
|
210443
210467
|
],
|
|
@@ -210451,12 +210475,12 @@
|
|
|
210451
210475
|
"description": "",
|
|
210452
210476
|
"name": "isDisabled",
|
|
210453
210477
|
"parent": {
|
|
210454
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
210478
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
210455
210479
|
"name": "Props"
|
|
210456
210480
|
},
|
|
210457
210481
|
"declarations": [
|
|
210458
210482
|
{
|
|
210459
|
-
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
210483
|
+
"fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
210460
210484
|
"name": "Props"
|
|
210461
210485
|
}
|
|
210462
210486
|
],
|
|
@@ -215882,30 +215906,6 @@
|
|
|
215882
215906
|
}
|
|
215883
215907
|
}
|
|
215884
215908
|
},
|
|
215885
|
-
{
|
|
215886
|
-
"tags": {},
|
|
215887
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
215888
|
-
"description": "",
|
|
215889
|
-
"displayName": "LinkProvider",
|
|
215890
|
-
"methods": [],
|
|
215891
|
-
"props": {
|
|
215892
|
-
"children": {
|
|
215893
|
-
"defaultValue": null,
|
|
215894
|
-
"description": "",
|
|
215895
|
-
"name": "children",
|
|
215896
|
-
"declarations": [
|
|
215897
|
-
{
|
|
215898
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
215899
|
-
"name": "TypeLiteral"
|
|
215900
|
-
}
|
|
215901
|
-
],
|
|
215902
|
-
"required": false,
|
|
215903
|
-
"type": {
|
|
215904
|
-
"name": "ReactNode"
|
|
215905
|
-
}
|
|
215906
|
-
}
|
|
215907
|
-
}
|
|
215908
|
-
},
|
|
215909
215909
|
{
|
|
215910
215910
|
"tags": {},
|
|
215911
215911
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableLoadingView.tsx",
|
|
@@ -216453,179 +216453,175 @@
|
|
|
216453
216453
|
"tags": {
|
|
216454
216454
|
"flr-generate": "all"
|
|
216455
216455
|
},
|
|
216456
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
216456
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
216457
216457
|
"description": "",
|
|
216458
|
-
"displayName": "
|
|
216458
|
+
"displayName": "GridListItem",
|
|
216459
216459
|
"methods": [],
|
|
216460
216460
|
"props": {
|
|
216461
|
-
"
|
|
216462
|
-
"defaultValue":
|
|
216463
|
-
|
|
216464
|
-
|
|
216465
|
-
"description": "Whether typeahead navigation is disabled.",
|
|
216466
|
-
"name": "disallowTypeAhead",
|
|
216461
|
+
"id": {
|
|
216462
|
+
"defaultValue": null,
|
|
216463
|
+
"description": "The unique id of the item.",
|
|
216464
|
+
"name": "id",
|
|
216467
216465
|
"parent": {
|
|
216468
216466
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216469
|
-
"name": "
|
|
216467
|
+
"name": "GridListItemProps"
|
|
216470
216468
|
},
|
|
216471
216469
|
"declarations": [
|
|
216472
216470
|
{
|
|
216473
216471
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216474
|
-
"name": "
|
|
216472
|
+
"name": "GridListItemProps"
|
|
216475
216473
|
}
|
|
216476
216474
|
],
|
|
216477
216475
|
"required": false,
|
|
216478
216476
|
"type": {
|
|
216479
|
-
"name": "
|
|
216477
|
+
"name": "Key"
|
|
216480
216478
|
}
|
|
216481
216479
|
},
|
|
216482
|
-
"
|
|
216480
|
+
"value": {
|
|
216483
216481
|
"defaultValue": null,
|
|
216484
|
-
"description": "
|
|
216485
|
-
"name": "
|
|
216482
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
216483
|
+
"name": "value",
|
|
216486
216484
|
"parent": {
|
|
216487
216485
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216488
|
-
"name": "
|
|
216486
|
+
"name": "GridListItemProps"
|
|
216489
216487
|
},
|
|
216490
216488
|
"declarations": [
|
|
216491
216489
|
{
|
|
216492
216490
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216493
|
-
"name": "
|
|
216491
|
+
"name": "GridListItemProps"
|
|
216494
216492
|
}
|
|
216495
216493
|
],
|
|
216496
216494
|
"required": false,
|
|
216497
216495
|
"type": {
|
|
216498
|
-
"name": "
|
|
216496
|
+
"name": "undefined"
|
|
216499
216497
|
}
|
|
216500
216498
|
},
|
|
216501
|
-
"
|
|
216499
|
+
"textValue": {
|
|
216502
216500
|
"defaultValue": null,
|
|
216503
|
-
"description": "
|
|
216504
|
-
"name": "
|
|
216501
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
216502
|
+
"name": "textValue",
|
|
216505
216503
|
"parent": {
|
|
216506
216504
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216507
|
-
"name": "
|
|
216505
|
+
"name": "GridListItemProps"
|
|
216508
216506
|
},
|
|
216509
216507
|
"declarations": [
|
|
216510
216508
|
{
|
|
216511
216509
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216512
|
-
"name": "
|
|
216510
|
+
"name": "GridListItemProps"
|
|
216513
216511
|
}
|
|
216514
216512
|
],
|
|
216515
216513
|
"required": false,
|
|
216516
216514
|
"type": {
|
|
216517
|
-
"name": "
|
|
216515
|
+
"name": "string"
|
|
216518
216516
|
}
|
|
216519
216517
|
},
|
|
216520
|
-
"
|
|
216518
|
+
"isDisabled": {
|
|
216521
216519
|
"defaultValue": null,
|
|
216522
|
-
"description": "
|
|
216523
|
-
"name": "
|
|
216520
|
+
"description": "Whether the item is disabled.",
|
|
216521
|
+
"name": "isDisabled",
|
|
216524
216522
|
"parent": {
|
|
216525
216523
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216526
|
-
"name": "
|
|
216524
|
+
"name": "GridListItemProps"
|
|
216527
216525
|
},
|
|
216528
216526
|
"declarations": [
|
|
216529
216527
|
{
|
|
216530
216528
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216531
|
-
"name": "
|
|
216529
|
+
"name": "GridListItemProps"
|
|
216532
216530
|
}
|
|
216533
216531
|
],
|
|
216534
216532
|
"required": false,
|
|
216535
216533
|
"type": {
|
|
216536
|
-
"name": "
|
|
216534
|
+
"name": "boolean"
|
|
216537
216535
|
}
|
|
216538
216536
|
},
|
|
216539
|
-
"
|
|
216540
|
-
"defaultValue":
|
|
216541
|
-
|
|
216542
|
-
|
|
216543
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
216544
|
-
"name": "layout",
|
|
216537
|
+
"onAction": {
|
|
216538
|
+
"defaultValue": null,
|
|
216539
|
+
"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.",
|
|
216540
|
+
"name": "onAction",
|
|
216545
216541
|
"parent": {
|
|
216546
216542
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216547
|
-
"name": "
|
|
216543
|
+
"name": "GridListItemProps"
|
|
216548
216544
|
},
|
|
216549
216545
|
"declarations": [
|
|
216550
216546
|
{
|
|
216551
216547
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216552
|
-
"name": "
|
|
216548
|
+
"name": "GridListItemProps"
|
|
216553
216549
|
}
|
|
216554
216550
|
],
|
|
216555
216551
|
"required": false,
|
|
216556
216552
|
"type": {
|
|
216557
|
-
"name": "
|
|
216553
|
+
"name": "(() => void)"
|
|
216558
216554
|
}
|
|
216559
216555
|
},
|
|
216560
|
-
"
|
|
216556
|
+
"children": {
|
|
216561
216557
|
"defaultValue": null,
|
|
216562
|
-
"description": "
|
|
216563
|
-
"name": "
|
|
216558
|
+
"description": "The children of the component. A function may be provided to alter the children based on component state.",
|
|
216559
|
+
"name": "children",
|
|
216564
216560
|
"parent": {
|
|
216565
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216566
|
-
"name": "
|
|
216561
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216562
|
+
"name": "RenderProps"
|
|
216567
216563
|
},
|
|
216568
216564
|
"declarations": [
|
|
216569
216565
|
{
|
|
216570
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216571
|
-
"name": "
|
|
216566
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216567
|
+
"name": "RenderProps"
|
|
216572
216568
|
}
|
|
216573
216569
|
],
|
|
216574
216570
|
"required": false,
|
|
216575
216571
|
"type": {
|
|
216576
|
-
"name": "
|
|
216572
|
+
"name": "ReactNode | ((values: GridListItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode)"
|
|
216577
216573
|
}
|
|
216578
216574
|
},
|
|
216579
|
-
"
|
|
216575
|
+
"className": {
|
|
216580
216576
|
"defaultValue": null,
|
|
216581
|
-
"description": "
|
|
216582
|
-
"name": "
|
|
216577
|
+
"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.",
|
|
216578
|
+
"name": "className",
|
|
216583
216579
|
"parent": {
|
|
216584
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216585
|
-
"name": "
|
|
216580
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216581
|
+
"name": "StyleRenderProps"
|
|
216586
216582
|
},
|
|
216587
216583
|
"declarations": [
|
|
216588
216584
|
{
|
|
216589
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216590
|
-
"name": "
|
|
216585
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216586
|
+
"name": "StyleRenderProps"
|
|
216591
216587
|
}
|
|
216592
216588
|
],
|
|
216593
216589
|
"required": false,
|
|
216594
216590
|
"type": {
|
|
216595
|
-
"name": "string"
|
|
216591
|
+
"name": "string | ((values: GridListItemRenderProps & { defaultClassName: string; }) => string)"
|
|
216596
216592
|
}
|
|
216597
216593
|
},
|
|
216598
|
-
"
|
|
216594
|
+
"style": {
|
|
216599
216595
|
"defaultValue": null,
|
|
216600
|
-
"description": "
|
|
216601
|
-
"name": "
|
|
216596
|
+
"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.",
|
|
216597
|
+
"name": "style",
|
|
216602
216598
|
"parent": {
|
|
216603
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216604
|
-
"name": "
|
|
216599
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216600
|
+
"name": "StyleRenderProps"
|
|
216605
216601
|
},
|
|
216606
216602
|
"declarations": [
|
|
216607
216603
|
{
|
|
216608
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216609
|
-
"name": "
|
|
216604
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216605
|
+
"name": "StyleRenderProps"
|
|
216610
216606
|
}
|
|
216611
216607
|
],
|
|
216612
216608
|
"required": false,
|
|
216613
216609
|
"type": {
|
|
216614
|
-
"name": "
|
|
216610
|
+
"name": "CSSProperties | ((values: GridListItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
216615
216611
|
}
|
|
216616
216612
|
},
|
|
216617
|
-
"
|
|
216613
|
+
"href": {
|
|
216618
216614
|
"defaultValue": null,
|
|
216619
|
-
"description": "
|
|
216620
|
-
"name": "
|
|
216615
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
216616
|
+
"name": "href",
|
|
216621
216617
|
"parent": {
|
|
216622
216618
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216623
|
-
"name": "
|
|
216619
|
+
"name": "LinkDOMProps"
|
|
216624
216620
|
},
|
|
216625
216621
|
"declarations": [
|
|
216626
216622
|
{
|
|
216627
216623
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216628
|
-
"name": "
|
|
216624
|
+
"name": "LinkDOMProps"
|
|
216629
216625
|
}
|
|
216630
216626
|
],
|
|
216631
216627
|
"required": false,
|
|
@@ -216633,411 +216629,405 @@
|
|
|
216633
216629
|
"name": "string"
|
|
216634
216630
|
}
|
|
216635
216631
|
},
|
|
216636
|
-
"
|
|
216632
|
+
"hrefLang": {
|
|
216637
216633
|
"defaultValue": null,
|
|
216638
|
-
"description": "
|
|
216639
|
-
"name": "
|
|
216634
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
216635
|
+
"name": "hrefLang",
|
|
216640
216636
|
"parent": {
|
|
216641
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216642
|
-
"name": "
|
|
216637
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216638
|
+
"name": "LinkDOMProps"
|
|
216643
216639
|
},
|
|
216644
216640
|
"declarations": [
|
|
216645
216641
|
{
|
|
216646
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216647
|
-
"name": "
|
|
216642
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216643
|
+
"name": "LinkDOMProps"
|
|
216648
216644
|
}
|
|
216649
216645
|
],
|
|
216650
216646
|
"required": false,
|
|
216651
216647
|
"type": {
|
|
216652
|
-
"name": "
|
|
216648
|
+
"name": "string"
|
|
216653
216649
|
}
|
|
216654
216650
|
},
|
|
216655
|
-
"
|
|
216651
|
+
"target": {
|
|
216656
216652
|
"defaultValue": null,
|
|
216657
|
-
"description": "The
|
|
216658
|
-
"name": "
|
|
216653
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
216654
|
+
"name": "target",
|
|
216659
216655
|
"parent": {
|
|
216660
216656
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216661
|
-
"name": "
|
|
216657
|
+
"name": "LinkDOMProps"
|
|
216662
216658
|
},
|
|
216663
216659
|
"declarations": [
|
|
216664
216660
|
{
|
|
216665
216661
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216666
|
-
"name": "
|
|
216662
|
+
"name": "LinkDOMProps"
|
|
216667
216663
|
}
|
|
216668
216664
|
],
|
|
216669
216665
|
"required": false,
|
|
216670
216666
|
"type": {
|
|
216671
|
-
"name": "
|
|
216667
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
216672
216668
|
}
|
|
216673
216669
|
},
|
|
216674
|
-
"
|
|
216670
|
+
"rel": {
|
|
216675
216671
|
"defaultValue": null,
|
|
216676
|
-
"description": "
|
|
216677
|
-
"name": "
|
|
216672
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
216673
|
+
"name": "rel",
|
|
216678
216674
|
"parent": {
|
|
216679
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216680
|
-
"name": "
|
|
216675
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216676
|
+
"name": "LinkDOMProps"
|
|
216681
216677
|
},
|
|
216682
216678
|
"declarations": [
|
|
216683
216679
|
{
|
|
216684
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216685
|
-
"name": "
|
|
216680
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216681
|
+
"name": "LinkDOMProps"
|
|
216686
216682
|
}
|
|
216687
216683
|
],
|
|
216688
216684
|
"required": false,
|
|
216689
216685
|
"type": {
|
|
216690
|
-
"name": "
|
|
216686
|
+
"name": "string"
|
|
216691
216687
|
}
|
|
216692
216688
|
},
|
|
216693
|
-
"
|
|
216689
|
+
"download": {
|
|
216694
216690
|
"defaultValue": null,
|
|
216695
|
-
"description": "
|
|
216696
|
-
"name": "
|
|
216691
|
+
"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).",
|
|
216692
|
+
"name": "download",
|
|
216697
216693
|
"parent": {
|
|
216698
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216699
|
-
"name": "
|
|
216694
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216695
|
+
"name": "LinkDOMProps"
|
|
216700
216696
|
},
|
|
216701
216697
|
"declarations": [
|
|
216702
216698
|
{
|
|
216703
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216704
|
-
"name": "
|
|
216699
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216700
|
+
"name": "LinkDOMProps"
|
|
216705
216701
|
}
|
|
216706
216702
|
],
|
|
216707
216703
|
"required": false,
|
|
216708
216704
|
"type": {
|
|
216709
|
-
"name": "boolean"
|
|
216705
|
+
"name": "string | boolean"
|
|
216710
216706
|
}
|
|
216711
216707
|
},
|
|
216712
|
-
"
|
|
216708
|
+
"ping": {
|
|
216713
216709
|
"defaultValue": null,
|
|
216714
|
-
"description": "
|
|
216715
|
-
"name": "
|
|
216710
|
+
"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).",
|
|
216711
|
+
"name": "ping",
|
|
216716
216712
|
"parent": {
|
|
216717
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216718
|
-
"name": "
|
|
216713
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216714
|
+
"name": "LinkDOMProps"
|
|
216719
216715
|
},
|
|
216720
216716
|
"declarations": [
|
|
216721
216717
|
{
|
|
216722
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216723
|
-
"name": "
|
|
216718
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216719
|
+
"name": "LinkDOMProps"
|
|
216724
216720
|
}
|
|
216725
216721
|
],
|
|
216726
216722
|
"required": false,
|
|
216727
216723
|
"type": {
|
|
216728
|
-
"name": "
|
|
216724
|
+
"name": "string"
|
|
216729
216725
|
}
|
|
216730
216726
|
},
|
|
216731
|
-
"
|
|
216727
|
+
"referrerPolicy": {
|
|
216732
216728
|
"defaultValue": null,
|
|
216733
|
-
"description": "
|
|
216734
|
-
"name": "
|
|
216729
|
+
"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).",
|
|
216730
|
+
"name": "referrerPolicy",
|
|
216735
216731
|
"parent": {
|
|
216736
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216737
|
-
"name": "
|
|
216732
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216733
|
+
"name": "LinkDOMProps"
|
|
216738
216734
|
},
|
|
216739
216735
|
"declarations": [
|
|
216740
216736
|
{
|
|
216741
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216742
|
-
"name": "
|
|
216737
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216738
|
+
"name": "LinkDOMProps"
|
|
216743
216739
|
}
|
|
216744
216740
|
],
|
|
216745
216741
|
"required": false,
|
|
216746
216742
|
"type": {
|
|
216747
|
-
"name": "
|
|
216743
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
216748
216744
|
}
|
|
216749
216745
|
},
|
|
216750
|
-
"
|
|
216746
|
+
"routerOptions": {
|
|
216751
216747
|
"defaultValue": null,
|
|
216752
|
-
"description": "
|
|
216753
|
-
"name": "
|
|
216748
|
+
"description": "Options for the configured client side router.",
|
|
216749
|
+
"name": "routerOptions",
|
|
216754
216750
|
"parent": {
|
|
216755
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216756
|
-
"name": "
|
|
216751
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216752
|
+
"name": "LinkDOMProps"
|
|
216757
216753
|
},
|
|
216758
216754
|
"declarations": [
|
|
216759
216755
|
{
|
|
216760
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216761
|
-
"name": "
|
|
216756
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216757
|
+
"name": "LinkDOMProps"
|
|
216762
216758
|
}
|
|
216763
216759
|
],
|
|
216764
216760
|
"required": false,
|
|
216765
216761
|
"type": {
|
|
216766
|
-
"name": "
|
|
216762
|
+
"name": "undefined"
|
|
216767
216763
|
}
|
|
216768
216764
|
},
|
|
216769
|
-
"
|
|
216765
|
+
"onHoverStart": {
|
|
216770
216766
|
"defaultValue": null,
|
|
216771
|
-
"description": "
|
|
216772
|
-
"name": "
|
|
216767
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
216768
|
+
"name": "onHoverStart",
|
|
216773
216769
|
"parent": {
|
|
216774
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216775
|
-
"name": "
|
|
216770
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
216771
|
+
"name": "HoverEvents"
|
|
216776
216772
|
},
|
|
216777
216773
|
"declarations": [
|
|
216778
216774
|
{
|
|
216779
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216780
|
-
"name": "
|
|
216775
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
216776
|
+
"name": "HoverEvents"
|
|
216781
216777
|
}
|
|
216782
216778
|
],
|
|
216783
216779
|
"required": false,
|
|
216784
216780
|
"type": {
|
|
216785
|
-
"name": "
|
|
216781
|
+
"name": "((e: HoverEvent) => void)"
|
|
216786
216782
|
}
|
|
216787
216783
|
},
|
|
216788
|
-
"
|
|
216784
|
+
"onHoverEnd": {
|
|
216789
216785
|
"defaultValue": null,
|
|
216790
|
-
"description": "
|
|
216791
|
-
"name": "
|
|
216786
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
216787
|
+
"name": "onHoverEnd",
|
|
216792
216788
|
"parent": {
|
|
216793
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216794
|
-
"name": "
|
|
216789
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
216790
|
+
"name": "HoverEvents"
|
|
216795
216791
|
},
|
|
216796
216792
|
"declarations": [
|
|
216797
216793
|
{
|
|
216798
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216799
|
-
"name": "
|
|
216794
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
216795
|
+
"name": "HoverEvents"
|
|
216800
216796
|
}
|
|
216801
216797
|
],
|
|
216802
216798
|
"required": false,
|
|
216803
216799
|
"type": {
|
|
216804
|
-
"name": "
|
|
216800
|
+
"name": "((e: HoverEvent) => void)"
|
|
216805
216801
|
}
|
|
216806
216802
|
},
|
|
216807
|
-
"
|
|
216803
|
+
"onHoverChange": {
|
|
216808
216804
|
"defaultValue": null,
|
|
216809
|
-
"description": "
|
|
216810
|
-
"name": "
|
|
216805
|
+
"description": "Handler that is called when the hover state changes.",
|
|
216806
|
+
"name": "onHoverChange",
|
|
216811
216807
|
"parent": {
|
|
216812
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216813
|
-
"name": "
|
|
216808
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
216809
|
+
"name": "HoverEvents"
|
|
216814
216810
|
},
|
|
216815
216811
|
"declarations": [
|
|
216816
216812
|
{
|
|
216817
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216818
|
-
"name": "
|
|
216813
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
216814
|
+
"name": "HoverEvents"
|
|
216819
216815
|
}
|
|
216820
216816
|
],
|
|
216821
216817
|
"required": false,
|
|
216822
216818
|
"type": {
|
|
216823
|
-
"name": "
|
|
216819
|
+
"name": "((isHovering: boolean) => void)"
|
|
216824
216820
|
}
|
|
216825
216821
|
},
|
|
216826
|
-
"
|
|
216822
|
+
"hasAction": {
|
|
216827
216823
|
"defaultValue": null,
|
|
216828
|
-
"description": "
|
|
216829
|
-
"name": "
|
|
216830
|
-
"parent": {
|
|
216831
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216832
|
-
"name": "GridListProps"
|
|
216833
|
-
},
|
|
216824
|
+
"description": "",
|
|
216825
|
+
"name": "hasAction",
|
|
216834
216826
|
"declarations": [
|
|
216835
216827
|
{
|
|
216836
|
-
"fileName": "
|
|
216837
|
-
"name": "
|
|
216828
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
216829
|
+
"name": "TypeLiteral"
|
|
216838
216830
|
}
|
|
216839
216831
|
],
|
|
216840
216832
|
"required": false,
|
|
216841
216833
|
"type": {
|
|
216842
|
-
"name": "
|
|
216834
|
+
"name": "boolean"
|
|
216843
216835
|
}
|
|
216844
216836
|
},
|
|
216845
|
-
"
|
|
216846
|
-
"defaultValue":
|
|
216847
|
-
|
|
216848
|
-
|
|
216849
|
-
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
216850
|
-
"name": "keyboardNavigationBehavior",
|
|
216851
|
-
"parent": {
|
|
216852
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216853
|
-
"name": "AriaGridListProps"
|
|
216854
|
-
},
|
|
216837
|
+
"isTile": {
|
|
216838
|
+
"defaultValue": null,
|
|
216839
|
+
"description": "",
|
|
216840
|
+
"name": "isTile",
|
|
216855
216841
|
"declarations": [
|
|
216856
216842
|
{
|
|
216857
|
-
"fileName": "
|
|
216858
|
-
"name": "
|
|
216843
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
216844
|
+
"name": "TypeLiteral"
|
|
216859
216845
|
}
|
|
216860
216846
|
],
|
|
216861
216847
|
"required": false,
|
|
216862
216848
|
"type": {
|
|
216863
|
-
"name": "
|
|
216849
|
+
"name": "boolean"
|
|
216864
216850
|
}
|
|
216865
|
-
}
|
|
216866
|
-
|
|
216867
|
-
|
|
216868
|
-
|
|
216869
|
-
|
|
216851
|
+
}
|
|
216852
|
+
}
|
|
216853
|
+
},
|
|
216854
|
+
{
|
|
216855
|
+
"tags": {
|
|
216856
|
+
"flr-generate": "all"
|
|
216857
|
+
},
|
|
216858
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
216859
|
+
"description": "",
|
|
216860
|
+
"displayName": "GridList",
|
|
216861
|
+
"methods": [],
|
|
216862
|
+
"props": {
|
|
216863
|
+
"disallowTypeAhead": {
|
|
216864
|
+
"defaultValue": {
|
|
216865
|
+
"value": "false"
|
|
216866
|
+
},
|
|
216867
|
+
"description": "Whether typeahead navigation is disabled.",
|
|
216868
|
+
"name": "disallowTypeAhead",
|
|
216870
216869
|
"parent": {
|
|
216871
216870
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216872
|
-
"name": "
|
|
216871
|
+
"name": "GridListProps"
|
|
216873
216872
|
},
|
|
216874
216873
|
"declarations": [
|
|
216875
216874
|
{
|
|
216876
216875
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216877
|
-
"name": "
|
|
216876
|
+
"name": "GridListProps"
|
|
216878
216877
|
}
|
|
216879
216878
|
],
|
|
216880
216879
|
"required": false,
|
|
216881
216880
|
"type": {
|
|
216882
|
-
"name": "
|
|
216881
|
+
"name": "boolean"
|
|
216883
216882
|
}
|
|
216884
216883
|
},
|
|
216885
|
-
"
|
|
216884
|
+
"selectionBehavior": {
|
|
216886
216885
|
"defaultValue": null,
|
|
216887
|
-
"description": "
|
|
216888
|
-
"name": "
|
|
216886
|
+
"description": "How multiple selection should behave in the collection.",
|
|
216887
|
+
"name": "selectionBehavior",
|
|
216889
216888
|
"parent": {
|
|
216890
216889
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216891
|
-
"name": "
|
|
216890
|
+
"name": "GridListProps"
|
|
216892
216891
|
},
|
|
216893
216892
|
"declarations": [
|
|
216894
216893
|
{
|
|
216895
216894
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216896
|
-
"name": "
|
|
216895
|
+
"name": "GridListProps"
|
|
216897
216896
|
}
|
|
216898
216897
|
],
|
|
216899
216898
|
"required": false,
|
|
216900
216899
|
"type": {
|
|
216901
|
-
"name": "
|
|
216900
|
+
"name": "SelectionBehavior"
|
|
216902
216901
|
}
|
|
216903
216902
|
},
|
|
216904
|
-
"
|
|
216903
|
+
"dragAndDropHooks": {
|
|
216905
216904
|
"defaultValue": null,
|
|
216906
|
-
"description": "The
|
|
216907
|
-
"name": "
|
|
216905
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the GridList.",
|
|
216906
|
+
"name": "dragAndDropHooks",
|
|
216908
216907
|
"parent": {
|
|
216909
216908
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216910
|
-
"name": "
|
|
216909
|
+
"name": "GridListProps"
|
|
216911
216910
|
},
|
|
216912
216911
|
"declarations": [
|
|
216913
216912
|
{
|
|
216914
216913
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216915
|
-
"name": "
|
|
216914
|
+
"name": "GridListProps"
|
|
216916
216915
|
}
|
|
216917
216916
|
],
|
|
216918
216917
|
"required": false,
|
|
216919
216918
|
"type": {
|
|
216920
|
-
"name": "
|
|
216919
|
+
"name": "DragAndDropHooks"
|
|
216921
216920
|
}
|
|
216922
216921
|
},
|
|
216923
|
-
"
|
|
216922
|
+
"renderEmptyState": {
|
|
216924
216923
|
"defaultValue": null,
|
|
216925
|
-
"description": "
|
|
216926
|
-
"name": "
|
|
216924
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
216925
|
+
"name": "renderEmptyState",
|
|
216927
216926
|
"parent": {
|
|
216928
216927
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216929
|
-
"name": "
|
|
216928
|
+
"name": "GridListProps"
|
|
216930
216929
|
},
|
|
216931
216930
|
"declarations": [
|
|
216932
216931
|
{
|
|
216933
216932
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216934
|
-
"name": "
|
|
216933
|
+
"name": "GridListProps"
|
|
216935
216934
|
}
|
|
216936
216935
|
],
|
|
216937
216936
|
"required": false,
|
|
216938
216937
|
"type": {
|
|
216939
|
-
"name": "
|
|
216938
|
+
"name": "((props: GridListRenderProps) => ReactNode)"
|
|
216940
216939
|
}
|
|
216941
216940
|
},
|
|
216942
|
-
"
|
|
216943
|
-
"defaultValue":
|
|
216944
|
-
|
|
216945
|
-
|
|
216941
|
+
"layout": {
|
|
216942
|
+
"defaultValue": {
|
|
216943
|
+
"value": "'stack'"
|
|
216944
|
+
},
|
|
216945
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
216946
|
+
"name": "layout",
|
|
216946
216947
|
"parent": {
|
|
216947
216948
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216948
|
-
"name": "
|
|
216949
|
+
"name": "GridListProps"
|
|
216949
216950
|
},
|
|
216950
216951
|
"declarations": [
|
|
216951
216952
|
{
|
|
216952
216953
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216953
|
-
"name": "
|
|
216954
|
+
"name": "GridListProps"
|
|
216954
216955
|
}
|
|
216955
216956
|
],
|
|
216956
216957
|
"required": false,
|
|
216957
216958
|
"type": {
|
|
216958
|
-
"name": "
|
|
216959
|
+
"name": "\"grid\" | \"stack\""
|
|
216959
216960
|
}
|
|
216960
216961
|
},
|
|
216961
|
-
"
|
|
216962
|
+
"aria-label": {
|
|
216962
216963
|
"defaultValue": null,
|
|
216963
|
-
"description": "
|
|
216964
|
-
"name": "
|
|
216964
|
+
"description": "Defines a string value that labels the current element.",
|
|
216965
|
+
"name": "aria-label",
|
|
216965
216966
|
"parent": {
|
|
216966
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216967
|
-
"name": "
|
|
216967
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216968
|
+
"name": "AriaLabelingProps"
|
|
216968
216969
|
},
|
|
216969
216970
|
"declarations": [
|
|
216970
216971
|
{
|
|
216971
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216972
|
-
"name": "
|
|
216972
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216973
|
+
"name": "AriaLabelingProps"
|
|
216973
216974
|
}
|
|
216974
216975
|
],
|
|
216975
216976
|
"required": false,
|
|
216976
216977
|
"type": {
|
|
216977
|
-
"name": "
|
|
216978
|
+
"name": "string"
|
|
216978
216979
|
}
|
|
216979
|
-
}
|
|
216980
|
-
|
|
216981
|
-
},
|
|
216982
|
-
{
|
|
216983
|
-
"tags": {
|
|
216984
|
-
"flr-generate": "all"
|
|
216985
|
-
},
|
|
216986
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
216987
|
-
"description": "",
|
|
216988
|
-
"displayName": "GridListItem",
|
|
216989
|
-
"methods": [],
|
|
216990
|
-
"props": {
|
|
216991
|
-
"id": {
|
|
216980
|
+
},
|
|
216981
|
+
"aria-labelledby": {
|
|
216992
216982
|
"defaultValue": null,
|
|
216993
|
-
"description": "
|
|
216994
|
-
"name": "
|
|
216983
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
216984
|
+
"name": "aria-labelledby",
|
|
216995
216985
|
"parent": {
|
|
216996
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216997
|
-
"name": "
|
|
216986
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216987
|
+
"name": "AriaLabelingProps"
|
|
216998
216988
|
},
|
|
216999
216989
|
"declarations": [
|
|
217000
216990
|
{
|
|
217001
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217002
|
-
"name": "
|
|
216991
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216992
|
+
"name": "AriaLabelingProps"
|
|
217003
216993
|
}
|
|
217004
216994
|
],
|
|
217005
216995
|
"required": false,
|
|
217006
216996
|
"type": {
|
|
217007
|
-
"name": "
|
|
216997
|
+
"name": "string"
|
|
217008
216998
|
}
|
|
217009
216999
|
},
|
|
217010
|
-
"
|
|
217000
|
+
"aria-describedby": {
|
|
217011
217001
|
"defaultValue": null,
|
|
217012
|
-
"description": "
|
|
217013
|
-
"name": "
|
|
217002
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
217003
|
+
"name": "aria-describedby",
|
|
217014
217004
|
"parent": {
|
|
217015
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217016
|
-
"name": "
|
|
217005
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
217006
|
+
"name": "AriaLabelingProps"
|
|
217017
217007
|
},
|
|
217018
217008
|
"declarations": [
|
|
217019
217009
|
{
|
|
217020
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217021
|
-
"name": "
|
|
217010
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
217011
|
+
"name": "AriaLabelingProps"
|
|
217022
217012
|
}
|
|
217023
217013
|
],
|
|
217024
217014
|
"required": false,
|
|
217025
217015
|
"type": {
|
|
217026
|
-
"name": "
|
|
217016
|
+
"name": "string"
|
|
217027
217017
|
}
|
|
217028
217018
|
},
|
|
217029
|
-
"
|
|
217019
|
+
"aria-details": {
|
|
217030
217020
|
"defaultValue": null,
|
|
217031
|
-
"description": "
|
|
217032
|
-
"name": "
|
|
217021
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
217022
|
+
"name": "aria-details",
|
|
217033
217023
|
"parent": {
|
|
217034
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217035
|
-
"name": "
|
|
217024
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
217025
|
+
"name": "AriaLabelingProps"
|
|
217036
217026
|
},
|
|
217037
217027
|
"declarations": [
|
|
217038
217028
|
{
|
|
217039
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217040
|
-
"name": "
|
|
217029
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
217030
|
+
"name": "AriaLabelingProps"
|
|
217041
217031
|
}
|
|
217042
217032
|
],
|
|
217043
217033
|
"required": false,
|
|
@@ -217045,338 +217035,348 @@
|
|
|
217045
217035
|
"name": "string"
|
|
217046
217036
|
}
|
|
217047
217037
|
},
|
|
217048
|
-
"
|
|
217038
|
+
"autoFocus": {
|
|
217049
217039
|
"defaultValue": null,
|
|
217050
|
-
"description": "Whether the
|
|
217051
|
-
"name": "
|
|
217040
|
+
"description": "Whether to auto focus the gridlist or an option.",
|
|
217041
|
+
"name": "autoFocus",
|
|
217052
217042
|
"parent": {
|
|
217053
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217054
|
-
"name": "
|
|
217043
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
217044
|
+
"name": "GridListProps"
|
|
217055
217045
|
},
|
|
217056
217046
|
"declarations": [
|
|
217057
217047
|
{
|
|
217058
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217059
|
-
"name": "
|
|
217048
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
217049
|
+
"name": "GridListProps"
|
|
217060
217050
|
}
|
|
217061
217051
|
],
|
|
217062
217052
|
"required": false,
|
|
217063
217053
|
"type": {
|
|
217064
|
-
"name": "boolean"
|
|
217054
|
+
"name": "boolean | FocusStrategy"
|
|
217065
217055
|
}
|
|
217066
217056
|
},
|
|
217067
|
-
"
|
|
217057
|
+
"id": {
|
|
217068
217058
|
"defaultValue": null,
|
|
217069
|
-
"description": "
|
|
217070
|
-
"name": "
|
|
217059
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
217060
|
+
"name": "id",
|
|
217071
217061
|
"parent": {
|
|
217072
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217073
|
-
"name": "
|
|
217062
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
217063
|
+
"name": "DOMProps"
|
|
217074
217064
|
},
|
|
217075
217065
|
"declarations": [
|
|
217076
217066
|
{
|
|
217077
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217078
|
-
"name": "
|
|
217067
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
217068
|
+
"name": "DOMProps"
|
|
217079
217069
|
}
|
|
217080
217070
|
],
|
|
217081
217071
|
"required": false,
|
|
217082
217072
|
"type": {
|
|
217083
|
-
"name": "
|
|
217073
|
+
"name": "string"
|
|
217084
217074
|
}
|
|
217085
217075
|
},
|
|
217086
|
-
"
|
|
217076
|
+
"onAction": {
|
|
217087
217077
|
"defaultValue": null,
|
|
217088
|
-
"description": "
|
|
217089
|
-
"name": "
|
|
217078
|
+
"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.",
|
|
217079
|
+
"name": "onAction",
|
|
217090
217080
|
"parent": {
|
|
217091
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217092
|
-
"name": "
|
|
217081
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
217082
|
+
"name": "GridListProps"
|
|
217093
217083
|
},
|
|
217094
217084
|
"declarations": [
|
|
217095
217085
|
{
|
|
217096
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217097
|
-
"name": "
|
|
217086
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
217087
|
+
"name": "GridListProps"
|
|
217098
217088
|
}
|
|
217099
217089
|
],
|
|
217100
217090
|
"required": false,
|
|
217101
217091
|
"type": {
|
|
217102
|
-
"name": "
|
|
217092
|
+
"name": "((key: Key) => void)"
|
|
217103
217093
|
}
|
|
217104
217094
|
},
|
|
217105
|
-
"
|
|
217095
|
+
"disallowEmptySelection": {
|
|
217106
217096
|
"defaultValue": null,
|
|
217107
|
-
"description": "
|
|
217108
|
-
"name": "
|
|
217097
|
+
"description": "Whether the collection allows empty selection.",
|
|
217098
|
+
"name": "disallowEmptySelection",
|
|
217109
217099
|
"parent": {
|
|
217110
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217111
|
-
"name": "
|
|
217100
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217101
|
+
"name": "MultipleSelection"
|
|
217112
217102
|
},
|
|
217113
217103
|
"declarations": [
|
|
217114
217104
|
{
|
|
217115
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217116
|
-
"name": "
|
|
217105
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217106
|
+
"name": "MultipleSelection"
|
|
217117
217107
|
}
|
|
217118
217108
|
],
|
|
217119
217109
|
"required": false,
|
|
217120
217110
|
"type": {
|
|
217121
|
-
"name": "
|
|
217111
|
+
"name": "boolean"
|
|
217122
217112
|
}
|
|
217123
217113
|
},
|
|
217124
|
-
"
|
|
217114
|
+
"onSelectionChange": {
|
|
217125
217115
|
"defaultValue": null,
|
|
217126
|
-
"description": "
|
|
217127
|
-
"name": "
|
|
217116
|
+
"description": "Handler that is called when the selection changes.",
|
|
217117
|
+
"name": "onSelectionChange",
|
|
217128
217118
|
"parent": {
|
|
217129
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217130
|
-
"name": "
|
|
217119
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217120
|
+
"name": "MultipleSelection"
|
|
217131
217121
|
},
|
|
217132
217122
|
"declarations": [
|
|
217133
217123
|
{
|
|
217134
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217135
|
-
"name": "
|
|
217124
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217125
|
+
"name": "MultipleSelection"
|
|
217136
217126
|
}
|
|
217137
217127
|
],
|
|
217138
217128
|
"required": false,
|
|
217139
217129
|
"type": {
|
|
217140
|
-
"name": "
|
|
217130
|
+
"name": "((keys: Selection) => void)"
|
|
217141
217131
|
}
|
|
217142
217132
|
},
|
|
217143
|
-
"
|
|
217133
|
+
"items": {
|
|
217144
217134
|
"defaultValue": null,
|
|
217145
|
-
"description": "
|
|
217146
|
-
"name": "
|
|
217135
|
+
"description": "Item objects in the collection.",
|
|
217136
|
+
"name": "items",
|
|
217147
217137
|
"parent": {
|
|
217148
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217149
|
-
"name": "
|
|
217138
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
217139
|
+
"name": "CollectionBase"
|
|
217150
217140
|
},
|
|
217151
217141
|
"declarations": [
|
|
217152
217142
|
{
|
|
217153
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217154
|
-
"name": "
|
|
217143
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
217144
|
+
"name": "CollectionBase"
|
|
217155
217145
|
}
|
|
217156
217146
|
],
|
|
217157
217147
|
"required": false,
|
|
217158
217148
|
"type": {
|
|
217159
|
-
"name": "
|
|
217149
|
+
"name": "Iterable<never>"
|
|
217160
217150
|
}
|
|
217161
217151
|
},
|
|
217162
|
-
"
|
|
217152
|
+
"disabledKeys": {
|
|
217163
217153
|
"defaultValue": null,
|
|
217164
|
-
"description": "
|
|
217165
|
-
"name": "
|
|
217154
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
217155
|
+
"name": "disabledKeys",
|
|
217166
217156
|
"parent": {
|
|
217167
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217168
|
-
"name": "
|
|
217157
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
217158
|
+
"name": "CollectionBase"
|
|
217169
217159
|
},
|
|
217170
217160
|
"declarations": [
|
|
217171
217161
|
{
|
|
217172
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217173
|
-
"name": "
|
|
217162
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
217163
|
+
"name": "CollectionBase"
|
|
217174
217164
|
}
|
|
217175
217165
|
],
|
|
217176
217166
|
"required": false,
|
|
217177
217167
|
"type": {
|
|
217178
|
-
"name": "
|
|
217168
|
+
"name": "Iterable<Key>"
|
|
217179
217169
|
}
|
|
217180
217170
|
},
|
|
217181
|
-
"
|
|
217171
|
+
"selectedKeys": {
|
|
217182
217172
|
"defaultValue": null,
|
|
217183
|
-
"description": "The
|
|
217184
|
-
"name": "
|
|
217173
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
217174
|
+
"name": "selectedKeys",
|
|
217185
217175
|
"parent": {
|
|
217186
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217187
|
-
"name": "
|
|
217176
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217177
|
+
"name": "MultipleSelection"
|
|
217188
217178
|
},
|
|
217189
217179
|
"declarations": [
|
|
217190
217180
|
{
|
|
217191
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217192
|
-
"name": "
|
|
217181
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217182
|
+
"name": "MultipleSelection"
|
|
217193
217183
|
}
|
|
217194
217184
|
],
|
|
217195
217185
|
"required": false,
|
|
217196
217186
|
"type": {
|
|
217197
|
-
"name": "
|
|
217187
|
+
"name": "\"all\" | Iterable<Key>"
|
|
217198
217188
|
}
|
|
217199
217189
|
},
|
|
217200
|
-
"
|
|
217190
|
+
"defaultSelectedKeys": {
|
|
217201
217191
|
"defaultValue": null,
|
|
217202
|
-
"description": "The
|
|
217203
|
-
"name": "
|
|
217192
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
217193
|
+
"name": "defaultSelectedKeys",
|
|
217204
217194
|
"parent": {
|
|
217205
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217206
|
-
"name": "
|
|
217195
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217196
|
+
"name": "MultipleSelection"
|
|
217207
217197
|
},
|
|
217208
217198
|
"declarations": [
|
|
217209
217199
|
{
|
|
217210
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217211
|
-
"name": "
|
|
217200
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217201
|
+
"name": "MultipleSelection"
|
|
217212
217202
|
}
|
|
217213
217203
|
],
|
|
217214
217204
|
"required": false,
|
|
217215
217205
|
"type": {
|
|
217216
|
-
"name": "
|
|
217206
|
+
"name": "\"all\" | Iterable<Key>"
|
|
217217
217207
|
}
|
|
217218
217208
|
},
|
|
217219
|
-
"
|
|
217209
|
+
"selectionMode": {
|
|
217220
217210
|
"defaultValue": null,
|
|
217221
|
-
"description": "
|
|
217222
|
-
"name": "
|
|
217211
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
217212
|
+
"name": "selectionMode",
|
|
217223
217213
|
"parent": {
|
|
217224
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217225
|
-
"name": "
|
|
217214
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217215
|
+
"name": "MultipleSelection"
|
|
217226
217216
|
},
|
|
217227
217217
|
"declarations": [
|
|
217228
217218
|
{
|
|
217229
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
217230
|
-
"name": "
|
|
217219
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
217220
|
+
"name": "MultipleSelection"
|
|
217231
217221
|
}
|
|
217232
217222
|
],
|
|
217233
217223
|
"required": false,
|
|
217234
217224
|
"type": {
|
|
217235
|
-
"name": "
|
|
217225
|
+
"name": "SelectionMode"
|
|
217236
217226
|
}
|
|
217237
217227
|
},
|
|
217238
|
-
"
|
|
217228
|
+
"disabledBehavior": {
|
|
217239
217229
|
"defaultValue": null,
|
|
217240
|
-
"description": "
|
|
217241
|
-
"name": "
|
|
217230
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
217231
|
+
"name": "disabledBehavior",
|
|
217242
217232
|
"parent": {
|
|
217243
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
217244
|
-
"name": "
|
|
217233
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
217234
|
+
"name": "GridListProps"
|
|
217245
217235
|
},
|
|
217246
217236
|
"declarations": [
|
|
217247
217237
|
{
|
|
217248
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
217249
|
-
"name": "
|
|
217238
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
217239
|
+
"name": "GridListProps"
|
|
217250
217240
|
}
|
|
217251
217241
|
],
|
|
217252
217242
|
"required": false,
|
|
217253
217243
|
"type": {
|
|
217254
|
-
"name": "
|
|
217244
|
+
"name": "DisabledBehavior"
|
|
217255
217245
|
}
|
|
217256
217246
|
},
|
|
217257
|
-
"
|
|
217258
|
-
"defaultValue":
|
|
217259
|
-
|
|
217260
|
-
|
|
217247
|
+
"keyboardNavigationBehavior": {
|
|
217248
|
+
"defaultValue": {
|
|
217249
|
+
"value": "'arrow'"
|
|
217250
|
+
},
|
|
217251
|
+
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
217252
|
+
"name": "keyboardNavigationBehavior",
|
|
217261
217253
|
"parent": {
|
|
217262
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
217263
|
-
"name": "
|
|
217254
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
217255
|
+
"name": "AriaGridListProps"
|
|
217264
217256
|
},
|
|
217265
217257
|
"declarations": [
|
|
217266
217258
|
{
|
|
217267
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
217268
|
-
"name": "
|
|
217259
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
217260
|
+
"name": "AriaGridListProps"
|
|
217269
217261
|
}
|
|
217270
217262
|
],
|
|
217271
217263
|
"required": false,
|
|
217272
217264
|
"type": {
|
|
217273
|
-
"name": "
|
|
217265
|
+
"name": "\"tab\" | \"arrow\""
|
|
217274
217266
|
}
|
|
217275
217267
|
},
|
|
217276
|
-
"
|
|
217268
|
+
"children": {
|
|
217277
217269
|
"defaultValue": null,
|
|
217278
|
-
"description": "
|
|
217279
|
-
"name": "
|
|
217270
|
+
"description": "The contents of the collection.",
|
|
217271
|
+
"name": "children",
|
|
217280
217272
|
"parent": {
|
|
217281
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217282
|
-
"name": "
|
|
217273
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217274
|
+
"name": "CollectionProps"
|
|
217283
217275
|
},
|
|
217284
217276
|
"declarations": [
|
|
217285
217277
|
{
|
|
217286
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217287
|
-
"name": "
|
|
217278
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217279
|
+
"name": "CollectionProps"
|
|
217288
217280
|
}
|
|
217289
217281
|
],
|
|
217290
217282
|
"required": false,
|
|
217291
217283
|
"type": {
|
|
217292
|
-
"name": "
|
|
217284
|
+
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
217293
217285
|
}
|
|
217294
217286
|
},
|
|
217295
|
-
"
|
|
217287
|
+
"dependencies": {
|
|
217296
217288
|
"defaultValue": null,
|
|
217297
|
-
"description": "
|
|
217298
|
-
"name": "
|
|
217289
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
217290
|
+
"name": "dependencies",
|
|
217299
217291
|
"parent": {
|
|
217300
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217301
|
-
"name": "
|
|
217292
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217293
|
+
"name": "CollectionProps"
|
|
217302
217294
|
},
|
|
217303
217295
|
"declarations": [
|
|
217304
217296
|
{
|
|
217305
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217306
|
-
"name": "
|
|
217297
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217298
|
+
"name": "CollectionProps"
|
|
217307
217299
|
}
|
|
217308
217300
|
],
|
|
217309
217301
|
"required": false,
|
|
217310
217302
|
"type": {
|
|
217311
|
-
"name": "
|
|
217303
|
+
"name": "readonly any[]"
|
|
217312
217304
|
}
|
|
217313
217305
|
},
|
|
217314
|
-
"
|
|
217306
|
+
"className": {
|
|
217315
217307
|
"defaultValue": null,
|
|
217316
|
-
"description": "
|
|
217317
|
-
"name": "
|
|
217308
|
+
"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.",
|
|
217309
|
+
"name": "className",
|
|
217318
217310
|
"parent": {
|
|
217319
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217320
|
-
"name": "
|
|
217311
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217312
|
+
"name": "StyleRenderProps"
|
|
217321
217313
|
},
|
|
217322
217314
|
"declarations": [
|
|
217323
217315
|
{
|
|
217324
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217325
|
-
"name": "
|
|
217316
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217317
|
+
"name": "StyleRenderProps"
|
|
217326
217318
|
}
|
|
217327
217319
|
],
|
|
217328
217320
|
"required": false,
|
|
217329
217321
|
"type": {
|
|
217330
|
-
"name": "((
|
|
217322
|
+
"name": "string | ((values: GridListRenderProps & { defaultClassName: string; }) => string)"
|
|
217331
217323
|
}
|
|
217332
217324
|
},
|
|
217333
|
-
"
|
|
217325
|
+
"style": {
|
|
217334
217326
|
"defaultValue": null,
|
|
217335
|
-
"description": "
|
|
217336
|
-
"name": "
|
|
217327
|
+
"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.",
|
|
217328
|
+
"name": "style",
|
|
217337
217329
|
"parent": {
|
|
217338
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217339
|
-
"name": "
|
|
217330
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217331
|
+
"name": "StyleRenderProps"
|
|
217340
217332
|
},
|
|
217341
217333
|
"declarations": [
|
|
217342
217334
|
{
|
|
217343
|
-
"fileName": "flow/node_modules/.pnpm
|
|
217344
|
-
"name": "
|
|
217335
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217336
|
+
"name": "StyleRenderProps"
|
|
217345
217337
|
}
|
|
217346
217338
|
],
|
|
217347
217339
|
"required": false,
|
|
217348
217340
|
"type": {
|
|
217349
|
-
"name": "((
|
|
217341
|
+
"name": "CSSProperties | ((values: GridListRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
217350
217342
|
}
|
|
217351
217343
|
},
|
|
217352
|
-
"
|
|
217344
|
+
"slot": {
|
|
217353
217345
|
"defaultValue": null,
|
|
217354
|
-
"description": "",
|
|
217355
|
-
"name": "
|
|
217346
|
+
"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.",
|
|
217347
|
+
"name": "slot",
|
|
217348
|
+
"parent": {
|
|
217349
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217350
|
+
"name": "SlotProps"
|
|
217351
|
+
},
|
|
217356
217352
|
"declarations": [
|
|
217357
217353
|
{
|
|
217358
|
-
"fileName": "
|
|
217359
|
-
"name": "
|
|
217354
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217355
|
+
"name": "SlotProps"
|
|
217360
217356
|
}
|
|
217361
217357
|
],
|
|
217362
217358
|
"required": false,
|
|
217363
217359
|
"type": {
|
|
217364
|
-
"name": "
|
|
217360
|
+
"name": "string | null"
|
|
217365
217361
|
}
|
|
217366
217362
|
},
|
|
217367
|
-
"
|
|
217363
|
+
"onScroll": {
|
|
217368
217364
|
"defaultValue": null,
|
|
217369
|
-
"description": "",
|
|
217370
|
-
"name": "
|
|
217365
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
217366
|
+
"name": "onScroll",
|
|
217367
|
+
"parent": {
|
|
217368
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217369
|
+
"name": "ScrollableProps"
|
|
217370
|
+
},
|
|
217371
217371
|
"declarations": [
|
|
217372
217372
|
{
|
|
217373
|
-
"fileName": "
|
|
217374
|
-
"name": "
|
|
217373
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
217374
|
+
"name": "ScrollableProps"
|
|
217375
217375
|
}
|
|
217376
217376
|
],
|
|
217377
217377
|
"required": false,
|
|
217378
217378
|
"type": {
|
|
217379
|
-
"name": "
|
|
217379
|
+
"name": "((e: UIEvent<HTMLDivElement, UIEvent>) => void)"
|
|
217380
217380
|
}
|
|
217381
217381
|
}
|
|
217382
217382
|
}
|