@mittwald/flow-react-components 0.2.0-alpha.194 → 0.2.0-alpha.196
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +388 -385
- package/dist/js/components/src/components/ComboBox/ComboBox.mjs.map +1 -1
- package/dist/types/components/ComboBox/ComboBox.d.ts +4 -0
- package/dist/types/components/ComboBox/ComboBox.d.ts.map +1 -1
- package/dist/types/components/ComboBox/index.d.ts +1 -0
- package/dist/types/components/ComboBox/index.d.ts.map +1 -1
- package/dist/types/components/ComboBox/view.d.ts +8 -0
- package/dist/types/components/ComboBox/view.d.ts.map +1 -0
- package/dist/types/views/ComboBoxView.d.ts +5 -0
- package/dist/types/views/ComboBoxView.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -158211,7 +158211,10 @@
|
|
|
158211
158211
|
}
|
|
158212
158212
|
},
|
|
158213
158213
|
{
|
|
158214
|
-
"tags": {
|
|
158214
|
+
"tags": {
|
|
158215
|
+
"flr-generate": "all",
|
|
158216
|
+
"flr-clear-props-context": ""
|
|
158217
|
+
},
|
|
158215
158218
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComboBox/ComboBox.tsx",
|
|
158216
158219
|
"description": "",
|
|
158217
158220
|
"displayName": "ComboBox",
|
|
@@ -248982,175 +248985,179 @@
|
|
|
248982
248985
|
"tags": {
|
|
248983
248986
|
"flr-generate": "all"
|
|
248984
248987
|
},
|
|
248985
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
248988
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
248986
248989
|
"description": "",
|
|
248987
|
-
"displayName": "
|
|
248990
|
+
"displayName": "GridList",
|
|
248988
248991
|
"methods": [],
|
|
248989
248992
|
"props": {
|
|
248990
|
-
"
|
|
248991
|
-
"defaultValue":
|
|
248992
|
-
|
|
248993
|
-
|
|
248993
|
+
"disallowTypeAhead": {
|
|
248994
|
+
"defaultValue": {
|
|
248995
|
+
"value": "false"
|
|
248996
|
+
},
|
|
248997
|
+
"description": "Whether typeahead navigation is disabled.",
|
|
248998
|
+
"name": "disallowTypeAhead",
|
|
248994
248999
|
"parent": {
|
|
248995
249000
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
248996
|
-
"name": "
|
|
249001
|
+
"name": "GridListProps"
|
|
248997
249002
|
},
|
|
248998
249003
|
"declarations": [
|
|
248999
249004
|
{
|
|
249000
249005
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249001
|
-
"name": "
|
|
249006
|
+
"name": "GridListProps"
|
|
249002
249007
|
}
|
|
249003
249008
|
],
|
|
249004
249009
|
"required": false,
|
|
249005
249010
|
"type": {
|
|
249006
|
-
"name": "
|
|
249011
|
+
"name": "boolean"
|
|
249007
249012
|
}
|
|
249008
249013
|
},
|
|
249009
|
-
"
|
|
249014
|
+
"selectionBehavior": {
|
|
249010
249015
|
"defaultValue": null,
|
|
249011
|
-
"description": "
|
|
249012
|
-
"name": "
|
|
249016
|
+
"description": "How multiple selection should behave in the collection.",
|
|
249017
|
+
"name": "selectionBehavior",
|
|
249013
249018
|
"parent": {
|
|
249014
249019
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249015
|
-
"name": "
|
|
249020
|
+
"name": "GridListProps"
|
|
249016
249021
|
},
|
|
249017
249022
|
"declarations": [
|
|
249018
249023
|
{
|
|
249019
249024
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249020
|
-
"name": "
|
|
249025
|
+
"name": "GridListProps"
|
|
249021
249026
|
}
|
|
249022
249027
|
],
|
|
249023
249028
|
"required": false,
|
|
249024
249029
|
"type": {
|
|
249025
|
-
"name": "
|
|
249030
|
+
"name": "SelectionBehavior"
|
|
249026
249031
|
}
|
|
249027
249032
|
},
|
|
249028
|
-
"
|
|
249033
|
+
"dragAndDropHooks": {
|
|
249029
249034
|
"defaultValue": null,
|
|
249030
|
-
"description": "
|
|
249031
|
-
"name": "
|
|
249035
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the GridList.",
|
|
249036
|
+
"name": "dragAndDropHooks",
|
|
249032
249037
|
"parent": {
|
|
249033
249038
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249034
|
-
"name": "
|
|
249039
|
+
"name": "GridListProps"
|
|
249035
249040
|
},
|
|
249036
249041
|
"declarations": [
|
|
249037
249042
|
{
|
|
249038
249043
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249039
|
-
"name": "
|
|
249044
|
+
"name": "GridListProps"
|
|
249040
249045
|
}
|
|
249041
249046
|
],
|
|
249042
249047
|
"required": false,
|
|
249043
249048
|
"type": {
|
|
249044
|
-
"name": "
|
|
249049
|
+
"name": "DragAndDropHooks"
|
|
249045
249050
|
}
|
|
249046
249051
|
},
|
|
249047
|
-
"
|
|
249052
|
+
"renderEmptyState": {
|
|
249048
249053
|
"defaultValue": null,
|
|
249049
|
-
"description": "
|
|
249050
|
-
"name": "
|
|
249054
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
249055
|
+
"name": "renderEmptyState",
|
|
249051
249056
|
"parent": {
|
|
249052
249057
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249053
|
-
"name": "
|
|
249058
|
+
"name": "GridListProps"
|
|
249054
249059
|
},
|
|
249055
249060
|
"declarations": [
|
|
249056
249061
|
{
|
|
249057
249062
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249058
|
-
"name": "
|
|
249063
|
+
"name": "GridListProps"
|
|
249059
249064
|
}
|
|
249060
249065
|
],
|
|
249061
249066
|
"required": false,
|
|
249062
249067
|
"type": {
|
|
249063
|
-
"name": "
|
|
249068
|
+
"name": "((props: GridListRenderProps) => ReactNode)"
|
|
249064
249069
|
}
|
|
249065
249070
|
},
|
|
249066
|
-
"
|
|
249067
|
-
"defaultValue":
|
|
249068
|
-
|
|
249069
|
-
|
|
249071
|
+
"layout": {
|
|
249072
|
+
"defaultValue": {
|
|
249073
|
+
"value": "'stack'"
|
|
249074
|
+
},
|
|
249075
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
249076
|
+
"name": "layout",
|
|
249070
249077
|
"parent": {
|
|
249071
249078
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249072
|
-
"name": "
|
|
249079
|
+
"name": "GridListProps"
|
|
249073
249080
|
},
|
|
249074
249081
|
"declarations": [
|
|
249075
249082
|
{
|
|
249076
249083
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249077
|
-
"name": "
|
|
249084
|
+
"name": "GridListProps"
|
|
249078
249085
|
}
|
|
249079
249086
|
],
|
|
249080
249087
|
"required": false,
|
|
249081
249088
|
"type": {
|
|
249082
|
-
"name": "
|
|
249089
|
+
"name": "\"grid\" | \"stack\""
|
|
249083
249090
|
}
|
|
249084
249091
|
},
|
|
249085
|
-
"
|
|
249092
|
+
"id": {
|
|
249086
249093
|
"defaultValue": null,
|
|
249087
|
-
"description": "The
|
|
249088
|
-
"name": "
|
|
249094
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
249095
|
+
"name": "id",
|
|
249089
249096
|
"parent": {
|
|
249090
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249091
|
-
"name": "
|
|
249097
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249098
|
+
"name": "DOMProps"
|
|
249092
249099
|
},
|
|
249093
249100
|
"declarations": [
|
|
249094
249101
|
{
|
|
249095
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249096
|
-
"name": "
|
|
249102
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249103
|
+
"name": "DOMProps"
|
|
249097
249104
|
}
|
|
249098
249105
|
],
|
|
249099
249106
|
"required": false,
|
|
249100
249107
|
"type": {
|
|
249101
|
-
"name": "
|
|
249108
|
+
"name": "string"
|
|
249102
249109
|
}
|
|
249103
249110
|
},
|
|
249104
|
-
"
|
|
249111
|
+
"aria-describedby": {
|
|
249105
249112
|
"defaultValue": null,
|
|
249106
|
-
"description": "
|
|
249107
|
-
"name": "
|
|
249113
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
249114
|
+
"name": "aria-describedby",
|
|
249108
249115
|
"parent": {
|
|
249109
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249110
|
-
"name": "
|
|
249116
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249117
|
+
"name": "AriaLabelingProps"
|
|
249111
249118
|
},
|
|
249112
249119
|
"declarations": [
|
|
249113
249120
|
{
|
|
249114
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249115
|
-
"name": "
|
|
249121
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249122
|
+
"name": "AriaLabelingProps"
|
|
249116
249123
|
}
|
|
249117
249124
|
],
|
|
249118
249125
|
"required": false,
|
|
249119
249126
|
"type": {
|
|
249120
|
-
"name": "string
|
|
249127
|
+
"name": "string"
|
|
249121
249128
|
}
|
|
249122
249129
|
},
|
|
249123
|
-
"
|
|
249130
|
+
"aria-details": {
|
|
249124
249131
|
"defaultValue": null,
|
|
249125
|
-
"description": "
|
|
249126
|
-
"name": "
|
|
249132
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
249133
|
+
"name": "aria-details",
|
|
249127
249134
|
"parent": {
|
|
249128
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249129
|
-
"name": "
|
|
249135
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249136
|
+
"name": "AriaLabelingProps"
|
|
249130
249137
|
},
|
|
249131
249138
|
"declarations": [
|
|
249132
249139
|
{
|
|
249133
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249134
|
-
"name": "
|
|
249140
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249141
|
+
"name": "AriaLabelingProps"
|
|
249135
249142
|
}
|
|
249136
249143
|
],
|
|
249137
249144
|
"required": false,
|
|
249138
249145
|
"type": {
|
|
249139
|
-
"name": "
|
|
249146
|
+
"name": "string"
|
|
249140
249147
|
}
|
|
249141
249148
|
},
|
|
249142
|
-
"
|
|
249149
|
+
"aria-label": {
|
|
249143
249150
|
"defaultValue": null,
|
|
249144
|
-
"description": "
|
|
249145
|
-
"name": "
|
|
249151
|
+
"description": "Defines a string value that labels the current element.",
|
|
249152
|
+
"name": "aria-label",
|
|
249146
249153
|
"parent": {
|
|
249147
249154
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249148
|
-
"name": "
|
|
249155
|
+
"name": "AriaLabelingProps"
|
|
249149
249156
|
},
|
|
249150
249157
|
"declarations": [
|
|
249151
249158
|
{
|
|
249152
249159
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249153
|
-
"name": "
|
|
249160
|
+
"name": "AriaLabelingProps"
|
|
249154
249161
|
}
|
|
249155
249162
|
],
|
|
249156
249163
|
"required": false,
|
|
@@ -249158,18 +249165,18 @@
|
|
|
249158
249165
|
"name": "string"
|
|
249159
249166
|
}
|
|
249160
249167
|
},
|
|
249161
|
-
"
|
|
249168
|
+
"aria-labelledby": {
|
|
249162
249169
|
"defaultValue": null,
|
|
249163
|
-
"description": "
|
|
249164
|
-
"name": "
|
|
249170
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
249171
|
+
"name": "aria-labelledby",
|
|
249165
249172
|
"parent": {
|
|
249166
249173
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249167
|
-
"name": "
|
|
249174
|
+
"name": "AriaLabelingProps"
|
|
249168
249175
|
},
|
|
249169
249176
|
"declarations": [
|
|
249170
249177
|
{
|
|
249171
249178
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249172
|
-
"name": "
|
|
249179
|
+
"name": "AriaLabelingProps"
|
|
249173
249180
|
}
|
|
249174
249181
|
],
|
|
249175
249182
|
"required": false,
|
|
@@ -249177,386 +249184,392 @@
|
|
|
249177
249184
|
"name": "string"
|
|
249178
249185
|
}
|
|
249179
249186
|
},
|
|
249180
|
-
"
|
|
249187
|
+
"autoFocus": {
|
|
249181
249188
|
"defaultValue": null,
|
|
249182
|
-
"description": "
|
|
249183
|
-
"name": "
|
|
249189
|
+
"description": "Whether to auto focus the gridlist or an option.",
|
|
249190
|
+
"name": "autoFocus",
|
|
249184
249191
|
"parent": {
|
|
249185
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249186
|
-
"name": "
|
|
249192
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
249193
|
+
"name": "GridListProps"
|
|
249187
249194
|
},
|
|
249188
249195
|
"declarations": [
|
|
249189
249196
|
{
|
|
249190
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249191
|
-
"name": "
|
|
249197
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
249198
|
+
"name": "GridListProps"
|
|
249192
249199
|
}
|
|
249193
249200
|
],
|
|
249194
249201
|
"required": false,
|
|
249195
249202
|
"type": {
|
|
249196
|
-
"name": "
|
|
249203
|
+
"name": "boolean | FocusStrategy"
|
|
249197
249204
|
}
|
|
249198
249205
|
},
|
|
249199
|
-
"
|
|
249206
|
+
"items": {
|
|
249200
249207
|
"defaultValue": null,
|
|
249201
|
-
"description": "
|
|
249202
|
-
"name": "
|
|
249208
|
+
"description": "Item objects in the collection.",
|
|
249209
|
+
"name": "items",
|
|
249203
249210
|
"parent": {
|
|
249204
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249205
|
-
"name": "
|
|
249211
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
249212
|
+
"name": "CollectionBase"
|
|
249206
249213
|
},
|
|
249207
249214
|
"declarations": [
|
|
249208
249215
|
{
|
|
249209
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249210
|
-
"name": "
|
|
249216
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
249217
|
+
"name": "CollectionBase"
|
|
249211
249218
|
}
|
|
249212
249219
|
],
|
|
249213
249220
|
"required": false,
|
|
249214
249221
|
"type": {
|
|
249215
|
-
"name": "
|
|
249222
|
+
"name": "Iterable<never>"
|
|
249216
249223
|
}
|
|
249217
249224
|
},
|
|
249218
|
-
"
|
|
249225
|
+
"disallowEmptySelection": {
|
|
249219
249226
|
"defaultValue": null,
|
|
249220
|
-
"description": "
|
|
249221
|
-
"name": "
|
|
249227
|
+
"description": "Whether the collection allows empty selection.",
|
|
249228
|
+
"name": "disallowEmptySelection",
|
|
249222
249229
|
"parent": {
|
|
249223
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249224
|
-
"name": "
|
|
249230
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249231
|
+
"name": "MultipleSelection"
|
|
249225
249232
|
},
|
|
249226
249233
|
"declarations": [
|
|
249227
249234
|
{
|
|
249228
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249229
|
-
"name": "
|
|
249235
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249236
|
+
"name": "MultipleSelection"
|
|
249230
249237
|
}
|
|
249231
249238
|
],
|
|
249232
249239
|
"required": false,
|
|
249233
249240
|
"type": {
|
|
249234
|
-
"name": "
|
|
249241
|
+
"name": "boolean"
|
|
249235
249242
|
}
|
|
249236
249243
|
},
|
|
249237
|
-
"
|
|
249244
|
+
"onSelectionChange": {
|
|
249238
249245
|
"defaultValue": null,
|
|
249239
|
-
"description": "
|
|
249240
|
-
"name": "
|
|
249246
|
+
"description": "Handler that is called when the selection changes.",
|
|
249247
|
+
"name": "onSelectionChange",
|
|
249241
249248
|
"parent": {
|
|
249242
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249243
|
-
"name": "
|
|
249249
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249250
|
+
"name": "MultipleSelection"
|
|
249244
249251
|
},
|
|
249245
249252
|
"declarations": [
|
|
249246
249253
|
{
|
|
249247
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249248
|
-
"name": "
|
|
249254
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249255
|
+
"name": "MultipleSelection"
|
|
249249
249256
|
}
|
|
249250
249257
|
],
|
|
249251
249258
|
"required": false,
|
|
249252
249259
|
"type": {
|
|
249253
|
-
"name": "
|
|
249260
|
+
"name": "((keys: Selection) => void)"
|
|
249254
249261
|
}
|
|
249255
249262
|
},
|
|
249256
|
-
"
|
|
249263
|
+
"disabledKeys": {
|
|
249257
249264
|
"defaultValue": null,
|
|
249258
|
-
"description": "
|
|
249259
|
-
"name": "
|
|
249265
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
249266
|
+
"name": "disabledKeys",
|
|
249260
249267
|
"parent": {
|
|
249261
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249262
|
-
"name": "
|
|
249268
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
249269
|
+
"name": "CollectionBase"
|
|
249263
249270
|
},
|
|
249264
249271
|
"declarations": [
|
|
249265
249272
|
{
|
|
249266
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249267
|
-
"name": "
|
|
249273
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
249274
|
+
"name": "CollectionBase"
|
|
249268
249275
|
}
|
|
249269
249276
|
],
|
|
249270
249277
|
"required": false,
|
|
249271
249278
|
"type": {
|
|
249272
|
-
"name": "
|
|
249279
|
+
"name": "Iterable<Key>"
|
|
249273
249280
|
}
|
|
249274
249281
|
},
|
|
249275
|
-
"
|
|
249282
|
+
"selectionMode": {
|
|
249276
249283
|
"defaultValue": null,
|
|
249277
|
-
"description": "
|
|
249278
|
-
"name": "
|
|
249284
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
249285
|
+
"name": "selectionMode",
|
|
249279
249286
|
"parent": {
|
|
249280
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249281
|
-
"name": "
|
|
249287
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249288
|
+
"name": "MultipleSelection"
|
|
249282
249289
|
},
|
|
249283
249290
|
"declarations": [
|
|
249284
249291
|
{
|
|
249285
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249286
|
-
"name": "
|
|
249292
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249293
|
+
"name": "MultipleSelection"
|
|
249287
249294
|
}
|
|
249288
249295
|
],
|
|
249289
249296
|
"required": false,
|
|
249290
249297
|
"type": {
|
|
249291
|
-
"name": "
|
|
249298
|
+
"name": "SelectionMode"
|
|
249292
249299
|
}
|
|
249293
249300
|
},
|
|
249294
|
-
"
|
|
249301
|
+
"selectedKeys": {
|
|
249295
249302
|
"defaultValue": null,
|
|
249296
|
-
"description": "
|
|
249297
|
-
"name": "
|
|
249303
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
249304
|
+
"name": "selectedKeys",
|
|
249298
249305
|
"parent": {
|
|
249299
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249300
|
-
"name": "
|
|
249306
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249307
|
+
"name": "MultipleSelection"
|
|
249301
249308
|
},
|
|
249302
249309
|
"declarations": [
|
|
249303
249310
|
{
|
|
249304
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249305
|
-
"name": "
|
|
249311
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249312
|
+
"name": "MultipleSelection"
|
|
249306
249313
|
}
|
|
249307
249314
|
],
|
|
249308
249315
|
"required": false,
|
|
249309
249316
|
"type": {
|
|
249310
|
-
"name": "
|
|
249317
|
+
"name": "\"all\" | Iterable<Key>"
|
|
249311
249318
|
}
|
|
249312
249319
|
},
|
|
249313
|
-
"
|
|
249320
|
+
"defaultSelectedKeys": {
|
|
249314
249321
|
"defaultValue": null,
|
|
249315
|
-
"description": "
|
|
249316
|
-
"name": "
|
|
249322
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
249323
|
+
"name": "defaultSelectedKeys",
|
|
249317
249324
|
"parent": {
|
|
249318
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249319
|
-
"name": "
|
|
249325
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249326
|
+
"name": "MultipleSelection"
|
|
249320
249327
|
},
|
|
249321
249328
|
"declarations": [
|
|
249322
249329
|
{
|
|
249323
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249324
|
-
"name": "
|
|
249330
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
249331
|
+
"name": "MultipleSelection"
|
|
249325
249332
|
}
|
|
249326
249333
|
],
|
|
249327
249334
|
"required": false,
|
|
249328
249335
|
"type": {
|
|
249329
|
-
"name": "
|
|
249336
|
+
"name": "\"all\" | Iterable<Key>"
|
|
249330
249337
|
}
|
|
249331
249338
|
},
|
|
249332
|
-
"
|
|
249339
|
+
"disabledBehavior": {
|
|
249333
249340
|
"defaultValue": null,
|
|
249334
|
-
"description": "
|
|
249335
|
-
"name": "
|
|
249341
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
249342
|
+
"name": "disabledBehavior",
|
|
249336
249343
|
"parent": {
|
|
249337
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249338
|
-
"name": "
|
|
249344
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
249345
|
+
"name": "GridListProps"
|
|
249339
249346
|
},
|
|
249340
249347
|
"declarations": [
|
|
249341
249348
|
{
|
|
249342
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249343
|
-
"name": "
|
|
249349
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
249350
|
+
"name": "GridListProps"
|
|
249344
249351
|
}
|
|
249345
249352
|
],
|
|
249346
249353
|
"required": false,
|
|
249347
249354
|
"type": {
|
|
249348
|
-
"name": "
|
|
249355
|
+
"name": "DisabledBehavior"
|
|
249349
249356
|
}
|
|
249350
249357
|
},
|
|
249351
|
-
"
|
|
249358
|
+
"onAction": {
|
|
249352
249359
|
"defaultValue": null,
|
|
249353
|
-
"description": "",
|
|
249354
|
-
"name": "
|
|
249360
|
+
"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.",
|
|
249361
|
+
"name": "onAction",
|
|
249362
|
+
"parent": {
|
|
249363
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
249364
|
+
"name": "GridListProps"
|
|
249365
|
+
},
|
|
249355
249366
|
"declarations": [
|
|
249356
249367
|
{
|
|
249357
|
-
"fileName": "
|
|
249358
|
-
"name": "
|
|
249368
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
249369
|
+
"name": "GridListProps"
|
|
249359
249370
|
}
|
|
249360
249371
|
],
|
|
249361
249372
|
"required": false,
|
|
249362
249373
|
"type": {
|
|
249363
|
-
"name": "
|
|
249374
|
+
"name": "((key: Key) => void)"
|
|
249364
249375
|
}
|
|
249365
249376
|
},
|
|
249366
|
-
"
|
|
249367
|
-
"defaultValue":
|
|
249368
|
-
|
|
249369
|
-
|
|
249377
|
+
"keyboardNavigationBehavior": {
|
|
249378
|
+
"defaultValue": {
|
|
249379
|
+
"value": "'arrow'"
|
|
249380
|
+
},
|
|
249381
|
+
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
249382
|
+
"name": "keyboardNavigationBehavior",
|
|
249383
|
+
"parent": {
|
|
249384
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
249385
|
+
"name": "AriaGridListProps"
|
|
249386
|
+
},
|
|
249370
249387
|
"declarations": [
|
|
249371
249388
|
{
|
|
249372
|
-
"fileName": "
|
|
249373
|
-
"name": "
|
|
249389
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.11.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
249390
|
+
"name": "AriaGridListProps"
|
|
249374
249391
|
}
|
|
249375
249392
|
],
|
|
249376
249393
|
"required": false,
|
|
249377
249394
|
"type": {
|
|
249378
|
-
"name": "
|
|
249395
|
+
"name": "\"tab\" | \"arrow\""
|
|
249379
249396
|
}
|
|
249380
|
-
}
|
|
249381
|
-
|
|
249382
|
-
|
|
249383
|
-
|
|
249384
|
-
|
|
249385
|
-
"flr-generate": "all"
|
|
249386
|
-
},
|
|
249387
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
249388
|
-
"description": "",
|
|
249389
|
-
"displayName": "GridList",
|
|
249390
|
-
"methods": [],
|
|
249391
|
-
"props": {
|
|
249392
|
-
"disallowTypeAhead": {
|
|
249393
|
-
"defaultValue": {
|
|
249394
|
-
"value": "false"
|
|
249395
|
-
},
|
|
249396
|
-
"description": "Whether typeahead navigation is disabled.",
|
|
249397
|
-
"name": "disallowTypeAhead",
|
|
249397
|
+
},
|
|
249398
|
+
"children": {
|
|
249399
|
+
"defaultValue": null,
|
|
249400
|
+
"description": "The contents of the collection.",
|
|
249401
|
+
"name": "children",
|
|
249398
249402
|
"parent": {
|
|
249399
249403
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249400
|
-
"name": "
|
|
249404
|
+
"name": "CollectionProps"
|
|
249401
249405
|
},
|
|
249402
249406
|
"declarations": [
|
|
249403
249407
|
{
|
|
249404
249408
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249405
|
-
"name": "
|
|
249409
|
+
"name": "CollectionProps"
|
|
249406
249410
|
}
|
|
249407
249411
|
],
|
|
249408
249412
|
"required": false,
|
|
249409
249413
|
"type": {
|
|
249410
|
-
"name": "
|
|
249414
|
+
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
249411
249415
|
}
|
|
249412
249416
|
},
|
|
249413
|
-
"
|
|
249417
|
+
"dependencies": {
|
|
249414
249418
|
"defaultValue": null,
|
|
249415
|
-
"description": "
|
|
249416
|
-
"name": "
|
|
249419
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
249420
|
+
"name": "dependencies",
|
|
249417
249421
|
"parent": {
|
|
249418
249422
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249419
|
-
"name": "
|
|
249423
|
+
"name": "CollectionProps"
|
|
249420
249424
|
},
|
|
249421
249425
|
"declarations": [
|
|
249422
249426
|
{
|
|
249423
249427
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249424
|
-
"name": "
|
|
249428
|
+
"name": "CollectionProps"
|
|
249425
249429
|
}
|
|
249426
249430
|
],
|
|
249427
249431
|
"required": false,
|
|
249428
249432
|
"type": {
|
|
249429
|
-
"name": "
|
|
249433
|
+
"name": "readonly any[]"
|
|
249430
249434
|
}
|
|
249431
249435
|
},
|
|
249432
|
-
"
|
|
249436
|
+
"className": {
|
|
249433
249437
|
"defaultValue": null,
|
|
249434
|
-
"description": "The
|
|
249435
|
-
"name": "
|
|
249438
|
+
"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.",
|
|
249439
|
+
"name": "className",
|
|
249436
249440
|
"parent": {
|
|
249437
249441
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249438
|
-
"name": "
|
|
249442
|
+
"name": "StyleRenderProps"
|
|
249439
249443
|
},
|
|
249440
249444
|
"declarations": [
|
|
249441
249445
|
{
|
|
249442
249446
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249443
|
-
"name": "
|
|
249447
|
+
"name": "StyleRenderProps"
|
|
249444
249448
|
}
|
|
249445
249449
|
],
|
|
249446
249450
|
"required": false,
|
|
249447
249451
|
"type": {
|
|
249448
|
-
"name": "
|
|
249452
|
+
"name": "string | ((values: GridListRenderProps & { defaultClassName: string; }) => string)"
|
|
249449
249453
|
}
|
|
249450
249454
|
},
|
|
249451
|
-
"
|
|
249455
|
+
"style": {
|
|
249452
249456
|
"defaultValue": null,
|
|
249453
|
-
"description": "
|
|
249454
|
-
"name": "
|
|
249457
|
+
"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.",
|
|
249458
|
+
"name": "style",
|
|
249455
249459
|
"parent": {
|
|
249456
249460
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249457
|
-
"name": "
|
|
249461
|
+
"name": "StyleRenderProps"
|
|
249458
249462
|
},
|
|
249459
249463
|
"declarations": [
|
|
249460
249464
|
{
|
|
249461
249465
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249462
|
-
"name": "
|
|
249466
|
+
"name": "StyleRenderProps"
|
|
249463
249467
|
}
|
|
249464
249468
|
],
|
|
249465
249469
|
"required": false,
|
|
249466
249470
|
"type": {
|
|
249467
|
-
"name": "((
|
|
249471
|
+
"name": "CSSProperties | ((values: GridListRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
249468
249472
|
}
|
|
249469
249473
|
},
|
|
249470
|
-
"
|
|
249471
|
-
"defaultValue":
|
|
249472
|
-
|
|
249473
|
-
|
|
249474
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
249475
|
-
"name": "layout",
|
|
249474
|
+
"slot": {
|
|
249475
|
+
"defaultValue": null,
|
|
249476
|
+
"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.",
|
|
249477
|
+
"name": "slot",
|
|
249476
249478
|
"parent": {
|
|
249477
249479
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249478
|
-
"name": "
|
|
249480
|
+
"name": "SlotProps"
|
|
249479
249481
|
},
|
|
249480
249482
|
"declarations": [
|
|
249481
249483
|
{
|
|
249482
249484
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249483
|
-
"name": "
|
|
249485
|
+
"name": "SlotProps"
|
|
249484
249486
|
}
|
|
249485
249487
|
],
|
|
249486
249488
|
"required": false,
|
|
249487
249489
|
"type": {
|
|
249488
|
-
"name": "
|
|
249490
|
+
"name": "string | null"
|
|
249489
249491
|
}
|
|
249490
249492
|
},
|
|
249491
|
-
"
|
|
249493
|
+
"onScroll": {
|
|
249492
249494
|
"defaultValue": null,
|
|
249493
|
-
"description": "
|
|
249494
|
-
"name": "
|
|
249495
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
249496
|
+
"name": "onScroll",
|
|
249495
249497
|
"parent": {
|
|
249496
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249497
|
-
"name": "
|
|
249498
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249499
|
+
"name": "ScrollableProps"
|
|
249498
249500
|
},
|
|
249499
249501
|
"declarations": [
|
|
249500
249502
|
{
|
|
249501
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249502
|
-
"name": "
|
|
249503
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249504
|
+
"name": "ScrollableProps"
|
|
249503
249505
|
}
|
|
249504
249506
|
],
|
|
249505
249507
|
"required": false,
|
|
249506
249508
|
"type": {
|
|
249507
|
-
"name": "
|
|
249509
|
+
"name": "((e: UIEvent<HTMLDivElement, UIEvent>) => void)"
|
|
249508
249510
|
}
|
|
249509
|
-
}
|
|
249510
|
-
|
|
249511
|
+
}
|
|
249512
|
+
}
|
|
249513
|
+
},
|
|
249514
|
+
{
|
|
249515
|
+
"tags": {
|
|
249516
|
+
"flr-generate": "all"
|
|
249517
|
+
},
|
|
249518
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
249519
|
+
"description": "",
|
|
249520
|
+
"displayName": "GridListItem",
|
|
249521
|
+
"methods": [],
|
|
249522
|
+
"props": {
|
|
249523
|
+
"id": {
|
|
249511
249524
|
"defaultValue": null,
|
|
249512
|
-
"description": "
|
|
249513
|
-
"name": "
|
|
249525
|
+
"description": "The unique id of the item.",
|
|
249526
|
+
"name": "id",
|
|
249514
249527
|
"parent": {
|
|
249515
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249516
|
-
"name": "
|
|
249528
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249529
|
+
"name": "GridListItemProps"
|
|
249517
249530
|
},
|
|
249518
249531
|
"declarations": [
|
|
249519
249532
|
{
|
|
249520
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249521
|
-
"name": "
|
|
249533
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249534
|
+
"name": "GridListItemProps"
|
|
249522
249535
|
}
|
|
249523
249536
|
],
|
|
249524
249537
|
"required": false,
|
|
249525
249538
|
"type": {
|
|
249526
|
-
"name": "
|
|
249539
|
+
"name": "Key"
|
|
249527
249540
|
}
|
|
249528
249541
|
},
|
|
249529
|
-
"
|
|
249542
|
+
"value": {
|
|
249530
249543
|
"defaultValue": null,
|
|
249531
|
-
"description": "
|
|
249532
|
-
"name": "
|
|
249544
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
249545
|
+
"name": "value",
|
|
249533
249546
|
"parent": {
|
|
249534
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249535
|
-
"name": "
|
|
249547
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249548
|
+
"name": "GridListItemProps"
|
|
249536
249549
|
},
|
|
249537
249550
|
"declarations": [
|
|
249538
249551
|
{
|
|
249539
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249540
|
-
"name": "
|
|
249552
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249553
|
+
"name": "GridListItemProps"
|
|
249541
249554
|
}
|
|
249542
249555
|
],
|
|
249543
249556
|
"required": false,
|
|
249544
249557
|
"type": {
|
|
249545
|
-
"name": "
|
|
249558
|
+
"name": "undefined"
|
|
249546
249559
|
}
|
|
249547
249560
|
},
|
|
249548
|
-
"
|
|
249561
|
+
"textValue": {
|
|
249549
249562
|
"defaultValue": null,
|
|
249550
|
-
"description": "
|
|
249551
|
-
"name": "
|
|
249563
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
249564
|
+
"name": "textValue",
|
|
249552
249565
|
"parent": {
|
|
249553
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249554
|
-
"name": "
|
|
249566
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249567
|
+
"name": "GridListItemProps"
|
|
249555
249568
|
},
|
|
249556
249569
|
"declarations": [
|
|
249557
249570
|
{
|
|
249558
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249559
|
-
"name": "
|
|
249571
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249572
|
+
"name": "GridListItemProps"
|
|
249560
249573
|
}
|
|
249561
249574
|
],
|
|
249562
249575
|
"required": false,
|
|
@@ -249564,348 +249577,338 @@
|
|
|
249564
249577
|
"name": "string"
|
|
249565
249578
|
}
|
|
249566
249579
|
},
|
|
249567
|
-
"
|
|
249580
|
+
"isDisabled": {
|
|
249568
249581
|
"defaultValue": null,
|
|
249569
|
-
"description": "
|
|
249570
|
-
"name": "
|
|
249582
|
+
"description": "Whether the item is disabled.",
|
|
249583
|
+
"name": "isDisabled",
|
|
249571
249584
|
"parent": {
|
|
249572
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249573
|
-
"name": "
|
|
249585
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249586
|
+
"name": "GridListItemProps"
|
|
249574
249587
|
},
|
|
249575
249588
|
"declarations": [
|
|
249576
249589
|
{
|
|
249577
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249578
|
-
"name": "
|
|
249590
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249591
|
+
"name": "GridListItemProps"
|
|
249579
249592
|
}
|
|
249580
249593
|
],
|
|
249581
249594
|
"required": false,
|
|
249582
249595
|
"type": {
|
|
249583
|
-
"name": "
|
|
249596
|
+
"name": "boolean"
|
|
249584
249597
|
}
|
|
249585
249598
|
},
|
|
249586
|
-
"
|
|
249599
|
+
"onAction": {
|
|
249587
249600
|
"defaultValue": null,
|
|
249588
|
-
"description": "
|
|
249589
|
-
"name": "
|
|
249601
|
+
"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.",
|
|
249602
|
+
"name": "onAction",
|
|
249590
249603
|
"parent": {
|
|
249591
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249592
|
-
"name": "
|
|
249604
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249605
|
+
"name": "GridListItemProps"
|
|
249593
249606
|
},
|
|
249594
249607
|
"declarations": [
|
|
249595
249608
|
{
|
|
249596
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249597
|
-
"name": "
|
|
249609
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249610
|
+
"name": "GridListItemProps"
|
|
249598
249611
|
}
|
|
249599
249612
|
],
|
|
249600
249613
|
"required": false,
|
|
249601
249614
|
"type": {
|
|
249602
|
-
"name": "
|
|
249615
|
+
"name": "(() => void)"
|
|
249603
249616
|
}
|
|
249604
249617
|
},
|
|
249605
|
-
"
|
|
249618
|
+
"children": {
|
|
249606
249619
|
"defaultValue": null,
|
|
249607
|
-
"description": "
|
|
249608
|
-
"name": "
|
|
249620
|
+
"description": "The children of the component. A function may be provided to alter the children based on component state.",
|
|
249621
|
+
"name": "children",
|
|
249609
249622
|
"parent": {
|
|
249610
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249611
|
-
"name": "
|
|
249623
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249624
|
+
"name": "RenderProps"
|
|
249612
249625
|
},
|
|
249613
249626
|
"declarations": [
|
|
249614
249627
|
{
|
|
249615
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249616
|
-
"name": "
|
|
249628
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249629
|
+
"name": "RenderProps"
|
|
249617
249630
|
}
|
|
249618
249631
|
],
|
|
249619
249632
|
"required": false,
|
|
249620
249633
|
"type": {
|
|
249621
|
-
"name": "
|
|
249634
|
+
"name": "ReactNode | ((values: GridListItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode)"
|
|
249622
249635
|
}
|
|
249623
249636
|
},
|
|
249624
|
-
"
|
|
249637
|
+
"className": {
|
|
249625
249638
|
"defaultValue": null,
|
|
249626
|
-
"description": "
|
|
249627
|
-
"name": "
|
|
249639
|
+
"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.",
|
|
249640
|
+
"name": "className",
|
|
249628
249641
|
"parent": {
|
|
249629
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249630
|
-
"name": "
|
|
249642
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249643
|
+
"name": "StyleRenderProps"
|
|
249631
249644
|
},
|
|
249632
249645
|
"declarations": [
|
|
249633
249646
|
{
|
|
249634
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249635
|
-
"name": "
|
|
249647
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249648
|
+
"name": "StyleRenderProps"
|
|
249636
249649
|
}
|
|
249637
249650
|
],
|
|
249638
249651
|
"required": false,
|
|
249639
249652
|
"type": {
|
|
249640
|
-
"name": "
|
|
249653
|
+
"name": "string | ((values: GridListItemRenderProps & { defaultClassName: string; }) => string)"
|
|
249641
249654
|
}
|
|
249642
249655
|
},
|
|
249643
|
-
"
|
|
249656
|
+
"style": {
|
|
249644
249657
|
"defaultValue": null,
|
|
249645
|
-
"description": "
|
|
249646
|
-
"name": "
|
|
249658
|
+
"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.",
|
|
249659
|
+
"name": "style",
|
|
249647
249660
|
"parent": {
|
|
249648
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249649
|
-
"name": "
|
|
249661
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249662
|
+
"name": "StyleRenderProps"
|
|
249650
249663
|
},
|
|
249651
249664
|
"declarations": [
|
|
249652
249665
|
{
|
|
249653
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249654
|
-
"name": "
|
|
249666
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249667
|
+
"name": "StyleRenderProps"
|
|
249655
249668
|
}
|
|
249656
249669
|
],
|
|
249657
249670
|
"required": false,
|
|
249658
249671
|
"type": {
|
|
249659
|
-
"name": "((
|
|
249672
|
+
"name": "CSSProperties | ((values: GridListItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
249660
249673
|
}
|
|
249661
249674
|
},
|
|
249662
|
-
"
|
|
249675
|
+
"href": {
|
|
249663
249676
|
"defaultValue": null,
|
|
249664
|
-
"description": "
|
|
249665
|
-
"name": "
|
|
249677
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
249678
|
+
"name": "href",
|
|
249666
249679
|
"parent": {
|
|
249667
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249668
|
-
"name": "
|
|
249680
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249681
|
+
"name": "LinkDOMProps"
|
|
249669
249682
|
},
|
|
249670
249683
|
"declarations": [
|
|
249671
249684
|
{
|
|
249672
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249673
|
-
"name": "
|
|
249685
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249686
|
+
"name": "LinkDOMProps"
|
|
249674
249687
|
}
|
|
249675
249688
|
],
|
|
249676
249689
|
"required": false,
|
|
249677
249690
|
"type": {
|
|
249678
|
-
"name": "
|
|
249691
|
+
"name": "string"
|
|
249679
249692
|
}
|
|
249680
249693
|
},
|
|
249681
|
-
"
|
|
249694
|
+
"hrefLang": {
|
|
249682
249695
|
"defaultValue": null,
|
|
249683
|
-
"description": "
|
|
249684
|
-
"name": "
|
|
249696
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
249697
|
+
"name": "hrefLang",
|
|
249685
249698
|
"parent": {
|
|
249686
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249687
|
-
"name": "
|
|
249699
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249700
|
+
"name": "LinkDOMProps"
|
|
249688
249701
|
},
|
|
249689
249702
|
"declarations": [
|
|
249690
249703
|
{
|
|
249691
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249692
|
-
"name": "
|
|
249704
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249705
|
+
"name": "LinkDOMProps"
|
|
249693
249706
|
}
|
|
249694
249707
|
],
|
|
249695
249708
|
"required": false,
|
|
249696
249709
|
"type": {
|
|
249697
|
-
"name": "
|
|
249710
|
+
"name": "string"
|
|
249698
249711
|
}
|
|
249699
249712
|
},
|
|
249700
|
-
"
|
|
249713
|
+
"target": {
|
|
249701
249714
|
"defaultValue": null,
|
|
249702
|
-
"description": "The
|
|
249703
|
-
"name": "
|
|
249715
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
249716
|
+
"name": "target",
|
|
249704
249717
|
"parent": {
|
|
249705
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249706
|
-
"name": "
|
|
249718
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249719
|
+
"name": "LinkDOMProps"
|
|
249707
249720
|
},
|
|
249708
249721
|
"declarations": [
|
|
249709
249722
|
{
|
|
249710
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249711
|
-
"name": "
|
|
249723
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249724
|
+
"name": "LinkDOMProps"
|
|
249712
249725
|
}
|
|
249713
249726
|
],
|
|
249714
249727
|
"required": false,
|
|
249715
249728
|
"type": {
|
|
249716
|
-
"name": "
|
|
249729
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
249717
249730
|
}
|
|
249718
249731
|
},
|
|
249719
|
-
"
|
|
249732
|
+
"rel": {
|
|
249720
249733
|
"defaultValue": null,
|
|
249721
|
-
"description": "The
|
|
249722
|
-
"name": "
|
|
249734
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
249735
|
+
"name": "rel",
|
|
249723
249736
|
"parent": {
|
|
249724
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249725
|
-
"name": "
|
|
249737
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249738
|
+
"name": "LinkDOMProps"
|
|
249726
249739
|
},
|
|
249727
249740
|
"declarations": [
|
|
249728
249741
|
{
|
|
249729
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/
|
|
249730
|
-
"name": "
|
|
249742
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249743
|
+
"name": "LinkDOMProps"
|
|
249731
249744
|
}
|
|
249732
249745
|
],
|
|
249733
249746
|
"required": false,
|
|
249734
249747
|
"type": {
|
|
249735
|
-
"name": "
|
|
249748
|
+
"name": "string"
|
|
249736
249749
|
}
|
|
249737
249750
|
},
|
|
249738
|
-
"
|
|
249751
|
+
"download": {
|
|
249739
249752
|
"defaultValue": null,
|
|
249740
|
-
"description": "
|
|
249741
|
-
"name": "
|
|
249753
|
+
"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).",
|
|
249754
|
+
"name": "download",
|
|
249742
249755
|
"parent": {
|
|
249743
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249744
|
-
"name": "
|
|
249756
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249757
|
+
"name": "LinkDOMProps"
|
|
249745
249758
|
},
|
|
249746
249759
|
"declarations": [
|
|
249747
249760
|
{
|
|
249748
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249749
|
-
"name": "
|
|
249761
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249762
|
+
"name": "LinkDOMProps"
|
|
249750
249763
|
}
|
|
249751
249764
|
],
|
|
249752
249765
|
"required": false,
|
|
249753
249766
|
"type": {
|
|
249754
|
-
"name": "
|
|
249767
|
+
"name": "string | boolean"
|
|
249755
249768
|
}
|
|
249756
249769
|
},
|
|
249757
|
-
"
|
|
249770
|
+
"ping": {
|
|
249758
249771
|
"defaultValue": null,
|
|
249759
|
-
"description": "
|
|
249760
|
-
"name": "
|
|
249772
|
+
"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).",
|
|
249773
|
+
"name": "ping",
|
|
249761
249774
|
"parent": {
|
|
249762
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249763
|
-
"name": "
|
|
249775
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249776
|
+
"name": "LinkDOMProps"
|
|
249764
249777
|
},
|
|
249765
249778
|
"declarations": [
|
|
249766
249779
|
{
|
|
249767
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249768
|
-
"name": "
|
|
249780
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249781
|
+
"name": "LinkDOMProps"
|
|
249769
249782
|
}
|
|
249770
249783
|
],
|
|
249771
249784
|
"required": false,
|
|
249772
249785
|
"type": {
|
|
249773
|
-
"name": "
|
|
249786
|
+
"name": "string"
|
|
249774
249787
|
}
|
|
249775
249788
|
},
|
|
249776
|
-
"
|
|
249777
|
-
"defaultValue":
|
|
249778
|
-
|
|
249779
|
-
|
|
249780
|
-
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
249781
|
-
"name": "keyboardNavigationBehavior",
|
|
249789
|
+
"referrerPolicy": {
|
|
249790
|
+
"defaultValue": null,
|
|
249791
|
+
"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).",
|
|
249792
|
+
"name": "referrerPolicy",
|
|
249782
249793
|
"parent": {
|
|
249783
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249784
|
-
"name": "
|
|
249794
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249795
|
+
"name": "LinkDOMProps"
|
|
249785
249796
|
},
|
|
249786
249797
|
"declarations": [
|
|
249787
249798
|
{
|
|
249788
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
249789
|
-
"name": "
|
|
249799
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249800
|
+
"name": "LinkDOMProps"
|
|
249790
249801
|
}
|
|
249791
249802
|
],
|
|
249792
249803
|
"required": false,
|
|
249793
249804
|
"type": {
|
|
249794
|
-
"name": "
|
|
249805
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
249795
249806
|
}
|
|
249796
249807
|
},
|
|
249797
|
-
"
|
|
249808
|
+
"routerOptions": {
|
|
249798
249809
|
"defaultValue": null,
|
|
249799
|
-
"description": "
|
|
249800
|
-
"name": "
|
|
249810
|
+
"description": "Options for the configured client side router.",
|
|
249811
|
+
"name": "routerOptions",
|
|
249801
249812
|
"parent": {
|
|
249802
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249803
|
-
"name": "
|
|
249813
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249814
|
+
"name": "LinkDOMProps"
|
|
249804
249815
|
},
|
|
249805
249816
|
"declarations": [
|
|
249806
249817
|
{
|
|
249807
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249808
|
-
"name": "
|
|
249818
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
249819
|
+
"name": "LinkDOMProps"
|
|
249809
249820
|
}
|
|
249810
249821
|
],
|
|
249811
249822
|
"required": false,
|
|
249812
249823
|
"type": {
|
|
249813
|
-
"name": "
|
|
249824
|
+
"name": "undefined"
|
|
249814
249825
|
}
|
|
249815
249826
|
},
|
|
249816
|
-
"
|
|
249827
|
+
"onHoverStart": {
|
|
249817
249828
|
"defaultValue": null,
|
|
249818
|
-
"description": "
|
|
249819
|
-
"name": "
|
|
249829
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
249830
|
+
"name": "onHoverStart",
|
|
249820
249831
|
"parent": {
|
|
249821
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249822
|
-
"name": "
|
|
249832
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
249833
|
+
"name": "HoverEvents"
|
|
249823
249834
|
},
|
|
249824
249835
|
"declarations": [
|
|
249825
249836
|
{
|
|
249826
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249827
|
-
"name": "
|
|
249837
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
249838
|
+
"name": "HoverEvents"
|
|
249828
249839
|
}
|
|
249829
249840
|
],
|
|
249830
249841
|
"required": false,
|
|
249831
249842
|
"type": {
|
|
249832
|
-
"name": "
|
|
249843
|
+
"name": "((e: HoverEvent) => void)"
|
|
249833
249844
|
}
|
|
249834
249845
|
},
|
|
249835
|
-
"
|
|
249846
|
+
"onHoverEnd": {
|
|
249836
249847
|
"defaultValue": null,
|
|
249837
|
-
"description": "
|
|
249838
|
-
"name": "
|
|
249848
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
249849
|
+
"name": "onHoverEnd",
|
|
249839
249850
|
"parent": {
|
|
249840
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249841
|
-
"name": "
|
|
249851
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
249852
|
+
"name": "HoverEvents"
|
|
249842
249853
|
},
|
|
249843
249854
|
"declarations": [
|
|
249844
249855
|
{
|
|
249845
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249846
|
-
"name": "
|
|
249856
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
249857
|
+
"name": "HoverEvents"
|
|
249847
249858
|
}
|
|
249848
249859
|
],
|
|
249849
249860
|
"required": false,
|
|
249850
249861
|
"type": {
|
|
249851
|
-
"name": "
|
|
249862
|
+
"name": "((e: HoverEvent) => void)"
|
|
249852
249863
|
}
|
|
249853
249864
|
},
|
|
249854
|
-
"
|
|
249865
|
+
"onHoverChange": {
|
|
249855
249866
|
"defaultValue": null,
|
|
249856
|
-
"description": "
|
|
249857
|
-
"name": "
|
|
249867
|
+
"description": "Handler that is called when the hover state changes.",
|
|
249868
|
+
"name": "onHoverChange",
|
|
249858
249869
|
"parent": {
|
|
249859
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249860
|
-
"name": "
|
|
249870
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
249871
|
+
"name": "HoverEvents"
|
|
249861
249872
|
},
|
|
249862
249873
|
"declarations": [
|
|
249863
249874
|
{
|
|
249864
|
-
"fileName": "flow/node_modules/.pnpm
|
|
249865
|
-
"name": "
|
|
249875
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
249876
|
+
"name": "HoverEvents"
|
|
249866
249877
|
}
|
|
249867
249878
|
],
|
|
249868
249879
|
"required": false,
|
|
249869
249880
|
"type": {
|
|
249870
|
-
"name": "
|
|
249881
|
+
"name": "((isHovering: boolean) => void)"
|
|
249871
249882
|
}
|
|
249872
249883
|
},
|
|
249873
|
-
"
|
|
249884
|
+
"hasAction": {
|
|
249874
249885
|
"defaultValue": null,
|
|
249875
|
-
"description": "
|
|
249876
|
-
"name": "
|
|
249877
|
-
"parent": {
|
|
249878
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249879
|
-
"name": "SlotProps"
|
|
249880
|
-
},
|
|
249886
|
+
"description": "",
|
|
249887
|
+
"name": "hasAction",
|
|
249881
249888
|
"declarations": [
|
|
249882
249889
|
{
|
|
249883
|
-
"fileName": "
|
|
249884
|
-
"name": "
|
|
249890
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
249891
|
+
"name": "TypeLiteral"
|
|
249885
249892
|
}
|
|
249886
249893
|
],
|
|
249887
249894
|
"required": false,
|
|
249888
249895
|
"type": {
|
|
249889
|
-
"name": "
|
|
249896
|
+
"name": "boolean"
|
|
249890
249897
|
}
|
|
249891
249898
|
},
|
|
249892
|
-
"
|
|
249899
|
+
"isTile": {
|
|
249893
249900
|
"defaultValue": null,
|
|
249894
|
-
"description": "
|
|
249895
|
-
"name": "
|
|
249896
|
-
"parent": {
|
|
249897
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
249898
|
-
"name": "ScrollableProps"
|
|
249899
|
-
},
|
|
249901
|
+
"description": "",
|
|
249902
|
+
"name": "isTile",
|
|
249900
249903
|
"declarations": [
|
|
249901
249904
|
{
|
|
249902
|
-
"fileName": "
|
|
249903
|
-
"name": "
|
|
249905
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
249906
|
+
"name": "TypeLiteral"
|
|
249904
249907
|
}
|
|
249905
249908
|
],
|
|
249906
249909
|
"required": false,
|
|
249907
249910
|
"type": {
|
|
249908
|
-
"name": "
|
|
249911
|
+
"name": "boolean"
|
|
249909
249912
|
}
|
|
249910
249913
|
}
|
|
249911
249914
|
}
|