@mittwald/flow-react-components 0.2.0-alpha.52 → 0.2.0-alpha.54
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 +1393 -1269
- package/dist/css/all.css +1 -1
- package/dist/js/components/Message/Message.mjs +3 -6
- package/dist/js/components/Message/Message.mjs.map +1 -1
- package/dist/js/components/MessageSeparator/MessageSeparator.mjs +20 -0
- package/dist/js/components/MessageSeparator/MessageSeparator.mjs.map +1 -0
- package/dist/js/components/MessageSeparator/MessageSeparator.module.scss.mjs +13 -0
- package/dist/js/components/MessageSeparator/MessageSeparator.module.scss.mjs.map +1 -0
- package/dist/js/components/MessageThread/MessageThread.mjs +15 -1
- package/dist/js/components/MessageThread/MessageThread.mjs.map +1 -1
- package/dist/js/components/MessageThread/MessageThread.module.scss.mjs +8 -2
- package/dist/js/components/MessageThread/MessageThread.module.scss.mjs.map +1 -1
- package/dist/js/components/propTypes/index.mjs +1 -0
- package/dist/js/components/propTypes/index.mjs.map +1 -1
- package/dist/js/index.mjs +1 -0
- package/dist/js/index.mjs.map +1 -1
- package/dist/types/components/Message/Message.d.ts +4 -3
- package/dist/types/components/Message/Message.d.ts.map +1 -1
- package/dist/types/components/MessageSeparator/MessageSeparator.d.ts +7 -0
- package/dist/types/components/MessageSeparator/MessageSeparator.d.ts.map +1 -0
- package/dist/types/components/MessageSeparator/index.d.ts +4 -0
- package/dist/types/components/MessageSeparator/index.d.ts.map +1 -0
- package/dist/types/components/MessageSeparator/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/MessageSeparator/stories/Default.stories.d.ts.map +1 -0
- package/dist/types/components/MessageSeparator/view.d.ts +8 -0
- package/dist/types/components/MessageSeparator/view.d.ts.map +1 -0
- package/dist/types/components/MessageThread/MessageThread.d.ts +4 -0
- package/dist/types/components/MessageThread/MessageThread.d.ts.map +1 -1
- package/dist/types/components/MessageThread/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/MessageThread/view.d.ts +8 -0
- package/dist/types/components/MessageThread/view.d.ts.map +1 -0
- package/dist/types/components/propTypes/index.d.ts +2 -0
- package/dist/types/components/propTypes/index.d.ts.map +1 -1
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/dist/types/lib/propsContext/propsContext.d.ts +2 -0
- package/dist/types/lib/propsContext/propsContext.d.ts.map +1 -1
- package/dist/types/views/MessageSeparatorView.d.ts +5 -0
- package/dist/types/views/MessageSeparatorView.d.ts.map +1 -0
- package/dist/types/views/MessageThreadView.d.ts +5 -0
- package/dist/types/views/MessageThreadView.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -55457,7 +55457,10 @@
|
|
|
55457
55457
|
}
|
|
55458
55458
|
},
|
|
55459
55459
|
{
|
|
55460
|
-
"tags": {
|
|
55460
|
+
"tags": {
|
|
55461
|
+
"flr-generate": "all",
|
|
55462
|
+
"flr-clear-props-context": ""
|
|
55463
|
+
},
|
|
55461
55464
|
"filePath": "src/components/MessageThread/MessageThread.tsx",
|
|
55462
55465
|
"description": "",
|
|
55463
55466
|
"displayName": "MessageThread",
|
|
@@ -55499,12 +55502,57 @@
|
|
|
55499
55502
|
}
|
|
55500
55503
|
}
|
|
55501
55504
|
},
|
|
55505
|
+
{
|
|
55506
|
+
"tags": {
|
|
55507
|
+
"flr-generate": "all"
|
|
55508
|
+
},
|
|
55509
|
+
"filePath": "src/components/MessageSeparator/MessageSeparator.tsx",
|
|
55510
|
+
"description": "",
|
|
55511
|
+
"displayName": "MessageSeparator",
|
|
55512
|
+
"methods": [],
|
|
55513
|
+
"props": {
|
|
55514
|
+
"children": {
|
|
55515
|
+
"defaultValue": null,
|
|
55516
|
+
"description": "",
|
|
55517
|
+
"name": "children",
|
|
55518
|
+
"declarations": [
|
|
55519
|
+
{
|
|
55520
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55521
|
+
"name": "TypeLiteral"
|
|
55522
|
+
}
|
|
55523
|
+
],
|
|
55524
|
+
"required": false,
|
|
55525
|
+
"type": {
|
|
55526
|
+
"name": "ReactNode"
|
|
55527
|
+
}
|
|
55528
|
+
},
|
|
55529
|
+
"className": {
|
|
55530
|
+
"defaultValue": null,
|
|
55531
|
+
"description": "The elements class name.",
|
|
55532
|
+
"name": "className",
|
|
55533
|
+
"parent": {
|
|
55534
|
+
"fileName": "src/lib/types/props.ts",
|
|
55535
|
+
"name": "PropsWithClassName"
|
|
55536
|
+
},
|
|
55537
|
+
"declarations": [
|
|
55538
|
+
{
|
|
55539
|
+
"fileName": "src/lib/types/props.ts",
|
|
55540
|
+
"name": "PropsWithClassName"
|
|
55541
|
+
}
|
|
55542
|
+
],
|
|
55543
|
+
"required": false,
|
|
55544
|
+
"type": {
|
|
55545
|
+
"name": "string"
|
|
55546
|
+
}
|
|
55547
|
+
}
|
|
55548
|
+
}
|
|
55549
|
+
},
|
|
55502
55550
|
{
|
|
55503
55551
|
"tags": {
|
|
55504
55552
|
"flr-generate": "all",
|
|
55505
55553
|
"flr-clear-props-context": ""
|
|
55506
55554
|
},
|
|
55507
|
-
"filePath": "src/components/Message/Message.tsx",
|
|
55555
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Message/Message.tsx",
|
|
55508
55556
|
"description": "",
|
|
55509
55557
|
"displayName": "Message",
|
|
55510
55558
|
"methods": [],
|
|
@@ -55516,12 +55564,12 @@
|
|
|
55516
55564
|
"description": "Determines the color and orientation of the message.",
|
|
55517
55565
|
"name": "type",
|
|
55518
55566
|
"parent": {
|
|
55519
|
-
"fileName": "src/components/Message/Message.tsx",
|
|
55567
|
+
"fileName": "components/src/components/Message/Message.tsx",
|
|
55520
55568
|
"name": "MessageProps"
|
|
55521
55569
|
},
|
|
55522
55570
|
"declarations": [
|
|
55523
55571
|
{
|
|
55524
|
-
"fileName": "src/components/Message/Message.tsx",
|
|
55572
|
+
"fileName": "components/src/components/Message/Message.tsx",
|
|
55525
55573
|
"name": "MessageProps"
|
|
55526
55574
|
}
|
|
55527
55575
|
],
|
|
@@ -55563,6 +55611,82 @@
|
|
|
55563
55611
|
"type": {
|
|
55564
55612
|
"name": "string"
|
|
55565
55613
|
}
|
|
55614
|
+
},
|
|
55615
|
+
"wrapWith": {
|
|
55616
|
+
"defaultValue": null,
|
|
55617
|
+
"description": "",
|
|
55618
|
+
"name": "wrapWith",
|
|
55619
|
+
"parent": {
|
|
55620
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
55621
|
+
"name": "FlowComponentProps"
|
|
55622
|
+
},
|
|
55623
|
+
"declarations": [
|
|
55624
|
+
{
|
|
55625
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
55626
|
+
"name": "FlowComponentProps"
|
|
55627
|
+
}
|
|
55628
|
+
],
|
|
55629
|
+
"required": false,
|
|
55630
|
+
"type": {
|
|
55631
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
55632
|
+
}
|
|
55633
|
+
},
|
|
55634
|
+
"tunnelId": {
|
|
55635
|
+
"defaultValue": null,
|
|
55636
|
+
"description": "@internal",
|
|
55637
|
+
"name": "tunnelId",
|
|
55638
|
+
"parent": {
|
|
55639
|
+
"fileName": "src/lib/types/props.ts",
|
|
55640
|
+
"name": "PropsWithTunnel"
|
|
55641
|
+
},
|
|
55642
|
+
"declarations": [
|
|
55643
|
+
{
|
|
55644
|
+
"fileName": "src/lib/types/props.ts",
|
|
55645
|
+
"name": "PropsWithTunnel"
|
|
55646
|
+
}
|
|
55647
|
+
],
|
|
55648
|
+
"required": false,
|
|
55649
|
+
"type": {
|
|
55650
|
+
"name": "string | null"
|
|
55651
|
+
}
|
|
55652
|
+
},
|
|
55653
|
+
"ref": {
|
|
55654
|
+
"defaultValue": null,
|
|
55655
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
55656
|
+
"name": "ref",
|
|
55657
|
+
"parent": {
|
|
55658
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55659
|
+
"name": "RefAttributes"
|
|
55660
|
+
},
|
|
55661
|
+
"declarations": [
|
|
55662
|
+
{
|
|
55663
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55664
|
+
"name": "RefAttributes"
|
|
55665
|
+
}
|
|
55666
|
+
],
|
|
55667
|
+
"required": false,
|
|
55668
|
+
"type": {
|
|
55669
|
+
"name": "Ref<HTMLDivElement>"
|
|
55670
|
+
}
|
|
55671
|
+
},
|
|
55672
|
+
"key": {
|
|
55673
|
+
"defaultValue": null,
|
|
55674
|
+
"description": "",
|
|
55675
|
+
"name": "key",
|
|
55676
|
+
"parent": {
|
|
55677
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55678
|
+
"name": "Attributes"
|
|
55679
|
+
},
|
|
55680
|
+
"declarations": [
|
|
55681
|
+
{
|
|
55682
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
55683
|
+
"name": "Attributes"
|
|
55684
|
+
}
|
|
55685
|
+
],
|
|
55686
|
+
"required": false,
|
|
55687
|
+
"type": {
|
|
55688
|
+
"name": "Key | null"
|
|
55689
|
+
}
|
|
55566
55690
|
}
|
|
55567
55691
|
}
|
|
55568
55692
|
},
|
|
@@ -149986,6 +150110,776 @@
|
|
|
149986
150110
|
}
|
|
149987
150111
|
}
|
|
149988
150112
|
},
|
|
150113
|
+
{
|
|
150114
|
+
"tags": {},
|
|
150115
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/ContextMenu.tsx",
|
|
150116
|
+
"description": "",
|
|
150117
|
+
"displayName": "ContextMenu",
|
|
150118
|
+
"methods": [],
|
|
150119
|
+
"props": {
|
|
150120
|
+
"selectionMode": {
|
|
150121
|
+
"defaultValue": null,
|
|
150122
|
+
"description": "The type of selection that is allowed in the context menu.",
|
|
150123
|
+
"name": "selectionMode",
|
|
150124
|
+
"parent": {
|
|
150125
|
+
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
150126
|
+
"name": "ContextMenuProps"
|
|
150127
|
+
},
|
|
150128
|
+
"declarations": [
|
|
150129
|
+
{
|
|
150130
|
+
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
150131
|
+
"name": "ContextMenuProps"
|
|
150132
|
+
}
|
|
150133
|
+
],
|
|
150134
|
+
"required": false,
|
|
150135
|
+
"type": {
|
|
150136
|
+
"name": "ContextMenuSelectionMode"
|
|
150137
|
+
}
|
|
150138
|
+
},
|
|
150139
|
+
"width": {
|
|
150140
|
+
"defaultValue": null,
|
|
150141
|
+
"description": "Sets the context menu to a fixed width.",
|
|
150142
|
+
"name": "width",
|
|
150143
|
+
"parent": {
|
|
150144
|
+
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
150145
|
+
"name": "ContextMenuProps"
|
|
150146
|
+
},
|
|
150147
|
+
"declarations": [
|
|
150148
|
+
{
|
|
150149
|
+
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
150150
|
+
"name": "ContextMenuProps"
|
|
150151
|
+
}
|
|
150152
|
+
],
|
|
150153
|
+
"required": false,
|
|
150154
|
+
"type": {
|
|
150155
|
+
"name": "string | number"
|
|
150156
|
+
}
|
|
150157
|
+
},
|
|
150158
|
+
"children": {
|
|
150159
|
+
"defaultValue": null,
|
|
150160
|
+
"description": "",
|
|
150161
|
+
"name": "children",
|
|
150162
|
+
"declarations": [
|
|
150163
|
+
{
|
|
150164
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
150165
|
+
"name": "TypeLiteral"
|
|
150166
|
+
}
|
|
150167
|
+
],
|
|
150168
|
+
"required": false,
|
|
150169
|
+
"type": {
|
|
150170
|
+
"name": "ReactNode"
|
|
150171
|
+
}
|
|
150172
|
+
},
|
|
150173
|
+
"arrowBoundaryOffset": {
|
|
150174
|
+
"defaultValue": {
|
|
150175
|
+
"value": "0"
|
|
150176
|
+
},
|
|
150177
|
+
"description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
|
|
150178
|
+
"name": "arrowBoundaryOffset",
|
|
150179
|
+
"parent": {
|
|
150180
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150181
|
+
"name": "AriaPositionProps"
|
|
150182
|
+
},
|
|
150183
|
+
"declarations": [
|
|
150184
|
+
{
|
|
150185
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150186
|
+
"name": "AriaPositionProps"
|
|
150187
|
+
}
|
|
150188
|
+
],
|
|
150189
|
+
"required": false,
|
|
150190
|
+
"type": {
|
|
150191
|
+
"name": "number"
|
|
150192
|
+
}
|
|
150193
|
+
},
|
|
150194
|
+
"triggerRef": {
|
|
150195
|
+
"defaultValue": null,
|
|
150196
|
+
"description": "The ref for the element which the popover positions itself with respect to.\n\nWhen used within a trigger component such as DialogTrigger, MenuTrigger, Select, etc.,\nthis is set automatically. It is only required when used standalone.",
|
|
150197
|
+
"name": "triggerRef",
|
|
150198
|
+
"parent": {
|
|
150199
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150200
|
+
"name": "PopoverProps"
|
|
150201
|
+
},
|
|
150202
|
+
"declarations": [
|
|
150203
|
+
{
|
|
150204
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150205
|
+
"name": "PopoverProps"
|
|
150206
|
+
}
|
|
150207
|
+
],
|
|
150208
|
+
"required": false,
|
|
150209
|
+
"type": {
|
|
150210
|
+
"name": "RefObject<Element | null>"
|
|
150211
|
+
}
|
|
150212
|
+
},
|
|
150213
|
+
"isEntering": {
|
|
150214
|
+
"defaultValue": null,
|
|
150215
|
+
"description": "Whether the popover is currently performing an entry animation.",
|
|
150216
|
+
"name": "isEntering",
|
|
150217
|
+
"parent": {
|
|
150218
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150219
|
+
"name": "PopoverProps"
|
|
150220
|
+
},
|
|
150221
|
+
"declarations": [
|
|
150222
|
+
{
|
|
150223
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150224
|
+
"name": "PopoverProps"
|
|
150225
|
+
}
|
|
150226
|
+
],
|
|
150227
|
+
"required": false,
|
|
150228
|
+
"type": {
|
|
150229
|
+
"name": "boolean"
|
|
150230
|
+
}
|
|
150231
|
+
},
|
|
150232
|
+
"isExiting": {
|
|
150233
|
+
"defaultValue": null,
|
|
150234
|
+
"description": "Whether the popover is currently performing an exit animation.",
|
|
150235
|
+
"name": "isExiting",
|
|
150236
|
+
"parent": {
|
|
150237
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150238
|
+
"name": "PopoverProps"
|
|
150239
|
+
},
|
|
150240
|
+
"declarations": [
|
|
150241
|
+
{
|
|
150242
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150243
|
+
"name": "PopoverProps"
|
|
150244
|
+
}
|
|
150245
|
+
],
|
|
150246
|
+
"required": false,
|
|
150247
|
+
"type": {
|
|
150248
|
+
"name": "boolean"
|
|
150249
|
+
}
|
|
150250
|
+
},
|
|
150251
|
+
"UNSTABLE_portalContainer": {
|
|
150252
|
+
"defaultValue": {
|
|
150253
|
+
"value": "document.body"
|
|
150254
|
+
},
|
|
150255
|
+
"description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.",
|
|
150256
|
+
"name": "UNSTABLE_portalContainer",
|
|
150257
|
+
"parent": {
|
|
150258
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150259
|
+
"name": "PopoverProps"
|
|
150260
|
+
},
|
|
150261
|
+
"declarations": [
|
|
150262
|
+
{
|
|
150263
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150264
|
+
"name": "PopoverProps"
|
|
150265
|
+
}
|
|
150266
|
+
],
|
|
150267
|
+
"required": false,
|
|
150268
|
+
"type": {
|
|
150269
|
+
"name": "Element"
|
|
150270
|
+
}
|
|
150271
|
+
},
|
|
150272
|
+
"placement": {
|
|
150273
|
+
"defaultValue": {
|
|
150274
|
+
"value": "'bottom'"
|
|
150275
|
+
},
|
|
150276
|
+
"description": "The placement of the element with respect to its anchor element.",
|
|
150277
|
+
"name": "placement",
|
|
150278
|
+
"parent": {
|
|
150279
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150280
|
+
"name": "PositionProps"
|
|
150281
|
+
},
|
|
150282
|
+
"declarations": [
|
|
150283
|
+
{
|
|
150284
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150285
|
+
"name": "PositionProps"
|
|
150286
|
+
}
|
|
150287
|
+
],
|
|
150288
|
+
"required": false,
|
|
150289
|
+
"type": {
|
|
150290
|
+
"name": "Placement"
|
|
150291
|
+
}
|
|
150292
|
+
},
|
|
150293
|
+
"containerPadding": {
|
|
150294
|
+
"defaultValue": {
|
|
150295
|
+
"value": "12"
|
|
150296
|
+
},
|
|
150297
|
+
"description": "The placement padding that should be applied between the element and its\nsurrounding container.",
|
|
150298
|
+
"name": "containerPadding",
|
|
150299
|
+
"parent": {
|
|
150300
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150301
|
+
"name": "PositionProps"
|
|
150302
|
+
},
|
|
150303
|
+
"declarations": [
|
|
150304
|
+
{
|
|
150305
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150306
|
+
"name": "PositionProps"
|
|
150307
|
+
}
|
|
150308
|
+
],
|
|
150309
|
+
"required": false,
|
|
150310
|
+
"type": {
|
|
150311
|
+
"name": "number"
|
|
150312
|
+
}
|
|
150313
|
+
},
|
|
150314
|
+
"offset": {
|
|
150315
|
+
"defaultValue": {
|
|
150316
|
+
"value": "8"
|
|
150317
|
+
},
|
|
150318
|
+
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
150319
|
+
"name": "offset",
|
|
150320
|
+
"parent": {
|
|
150321
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150322
|
+
"name": "PopoverProps"
|
|
150323
|
+
},
|
|
150324
|
+
"declarations": [
|
|
150325
|
+
{
|
|
150326
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150327
|
+
"name": "PopoverProps"
|
|
150328
|
+
}
|
|
150329
|
+
],
|
|
150330
|
+
"required": false,
|
|
150331
|
+
"type": {
|
|
150332
|
+
"name": "number"
|
|
150333
|
+
}
|
|
150334
|
+
},
|
|
150335
|
+
"crossOffset": {
|
|
150336
|
+
"defaultValue": {
|
|
150337
|
+
"value": "0"
|
|
150338
|
+
},
|
|
150339
|
+
"description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
|
|
150340
|
+
"name": "crossOffset",
|
|
150341
|
+
"parent": {
|
|
150342
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150343
|
+
"name": "PositionProps"
|
|
150344
|
+
},
|
|
150345
|
+
"declarations": [
|
|
150346
|
+
{
|
|
150347
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150348
|
+
"name": "PositionProps"
|
|
150349
|
+
}
|
|
150350
|
+
],
|
|
150351
|
+
"required": false,
|
|
150352
|
+
"type": {
|
|
150353
|
+
"name": "number"
|
|
150354
|
+
}
|
|
150355
|
+
},
|
|
150356
|
+
"shouldFlip": {
|
|
150357
|
+
"defaultValue": {
|
|
150358
|
+
"value": "true"
|
|
150359
|
+
},
|
|
150360
|
+
"description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
|
|
150361
|
+
"name": "shouldFlip",
|
|
150362
|
+
"parent": {
|
|
150363
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150364
|
+
"name": "PositionProps"
|
|
150365
|
+
},
|
|
150366
|
+
"declarations": [
|
|
150367
|
+
{
|
|
150368
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150369
|
+
"name": "PositionProps"
|
|
150370
|
+
}
|
|
150371
|
+
],
|
|
150372
|
+
"required": false,
|
|
150373
|
+
"type": {
|
|
150374
|
+
"name": "boolean"
|
|
150375
|
+
}
|
|
150376
|
+
},
|
|
150377
|
+
"isOpen": {
|
|
150378
|
+
"defaultValue": null,
|
|
150379
|
+
"description": "Whether the overlay is open by default (controlled).",
|
|
150380
|
+
"name": "isOpen",
|
|
150381
|
+
"parent": {
|
|
150382
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150383
|
+
"name": "OverlayTriggerProps"
|
|
150384
|
+
},
|
|
150385
|
+
"declarations": [
|
|
150386
|
+
{
|
|
150387
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150388
|
+
"name": "OverlayTriggerProps"
|
|
150389
|
+
}
|
|
150390
|
+
],
|
|
150391
|
+
"required": false,
|
|
150392
|
+
"type": {
|
|
150393
|
+
"name": "boolean"
|
|
150394
|
+
}
|
|
150395
|
+
},
|
|
150396
|
+
"defaultOpen": {
|
|
150397
|
+
"defaultValue": null,
|
|
150398
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
150399
|
+
"name": "defaultOpen",
|
|
150400
|
+
"parent": {
|
|
150401
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150402
|
+
"name": "OverlayTriggerProps"
|
|
150403
|
+
},
|
|
150404
|
+
"declarations": [
|
|
150405
|
+
{
|
|
150406
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150407
|
+
"name": "OverlayTriggerProps"
|
|
150408
|
+
}
|
|
150409
|
+
],
|
|
150410
|
+
"required": false,
|
|
150411
|
+
"type": {
|
|
150412
|
+
"name": "boolean"
|
|
150413
|
+
}
|
|
150414
|
+
},
|
|
150415
|
+
"onOpenChange": {
|
|
150416
|
+
"defaultValue": null,
|
|
150417
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
150418
|
+
"name": "onOpenChange",
|
|
150419
|
+
"parent": {
|
|
150420
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150421
|
+
"name": "OverlayTriggerProps"
|
|
150422
|
+
},
|
|
150423
|
+
"declarations": [
|
|
150424
|
+
{
|
|
150425
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
150426
|
+
"name": "OverlayTriggerProps"
|
|
150427
|
+
}
|
|
150428
|
+
],
|
|
150429
|
+
"required": false,
|
|
150430
|
+
"type": {
|
|
150431
|
+
"name": "((isOpen: boolean) => void)"
|
|
150432
|
+
}
|
|
150433
|
+
},
|
|
150434
|
+
"className": {
|
|
150435
|
+
"defaultValue": null,
|
|
150436
|
+
"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.",
|
|
150437
|
+
"name": "className",
|
|
150438
|
+
"parent": {
|
|
150439
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150440
|
+
"name": "StyleRenderProps"
|
|
150441
|
+
},
|
|
150442
|
+
"declarations": [
|
|
150443
|
+
{
|
|
150444
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150445
|
+
"name": "StyleRenderProps"
|
|
150446
|
+
}
|
|
150447
|
+
],
|
|
150448
|
+
"required": false,
|
|
150449
|
+
"type": {
|
|
150450
|
+
"name": "string | ((values: PopoverRenderProps & { defaultClassName: string; }) => string)"
|
|
150451
|
+
}
|
|
150452
|
+
},
|
|
150453
|
+
"style": {
|
|
150454
|
+
"defaultValue": null,
|
|
150455
|
+
"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.",
|
|
150456
|
+
"name": "style",
|
|
150457
|
+
"parent": {
|
|
150458
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150459
|
+
"name": "StyleRenderProps"
|
|
150460
|
+
},
|
|
150461
|
+
"declarations": [
|
|
150462
|
+
{
|
|
150463
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150464
|
+
"name": "StyleRenderProps"
|
|
150465
|
+
}
|
|
150466
|
+
],
|
|
150467
|
+
"required": false,
|
|
150468
|
+
"type": {
|
|
150469
|
+
"name": "CSSProperties | ((values: PopoverRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
150470
|
+
}
|
|
150471
|
+
},
|
|
150472
|
+
"slot": {
|
|
150473
|
+
"defaultValue": null,
|
|
150474
|
+
"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.",
|
|
150475
|
+
"name": "slot",
|
|
150476
|
+
"parent": {
|
|
150477
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150478
|
+
"name": "SlotProps"
|
|
150479
|
+
},
|
|
150480
|
+
"declarations": [
|
|
150481
|
+
{
|
|
150482
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150483
|
+
"name": "SlotProps"
|
|
150484
|
+
}
|
|
150485
|
+
],
|
|
150486
|
+
"required": false,
|
|
150487
|
+
"type": {
|
|
150488
|
+
"name": "string | null"
|
|
150489
|
+
}
|
|
150490
|
+
},
|
|
150491
|
+
"boundaryElement": {
|
|
150492
|
+
"defaultValue": {
|
|
150493
|
+
"value": "document.body"
|
|
150494
|
+
},
|
|
150495
|
+
"description": "Element that that serves as the positioning boundary.",
|
|
150496
|
+
"name": "boundaryElement",
|
|
150497
|
+
"parent": {
|
|
150498
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150499
|
+
"name": "AriaPositionProps"
|
|
150500
|
+
},
|
|
150501
|
+
"declarations": [
|
|
150502
|
+
{
|
|
150503
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150504
|
+
"name": "AriaPositionProps"
|
|
150505
|
+
}
|
|
150506
|
+
],
|
|
150507
|
+
"required": false,
|
|
150508
|
+
"type": {
|
|
150509
|
+
"name": "Element"
|
|
150510
|
+
}
|
|
150511
|
+
},
|
|
150512
|
+
"scrollRef": {
|
|
150513
|
+
"defaultValue": {
|
|
150514
|
+
"value": "overlayRef"
|
|
150515
|
+
},
|
|
150516
|
+
"description": "A ref for the scrollable region within the overlay.",
|
|
150517
|
+
"name": "scrollRef",
|
|
150518
|
+
"parent": {
|
|
150519
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150520
|
+
"name": "AriaPositionProps"
|
|
150521
|
+
},
|
|
150522
|
+
"declarations": [
|
|
150523
|
+
{
|
|
150524
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150525
|
+
"name": "AriaPositionProps"
|
|
150526
|
+
}
|
|
150527
|
+
],
|
|
150528
|
+
"required": false,
|
|
150529
|
+
"type": {
|
|
150530
|
+
"name": "RefObject<Element | null>"
|
|
150531
|
+
}
|
|
150532
|
+
},
|
|
150533
|
+
"shouldUpdatePosition": {
|
|
150534
|
+
"defaultValue": {
|
|
150535
|
+
"value": "true"
|
|
150536
|
+
},
|
|
150537
|
+
"description": "Whether the overlay should update its position automatically.",
|
|
150538
|
+
"name": "shouldUpdatePosition",
|
|
150539
|
+
"parent": {
|
|
150540
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150541
|
+
"name": "AriaPositionProps"
|
|
150542
|
+
},
|
|
150543
|
+
"declarations": [
|
|
150544
|
+
{
|
|
150545
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150546
|
+
"name": "AriaPositionProps"
|
|
150547
|
+
}
|
|
150548
|
+
],
|
|
150549
|
+
"required": false,
|
|
150550
|
+
"type": {
|
|
150551
|
+
"name": "boolean"
|
|
150552
|
+
}
|
|
150553
|
+
},
|
|
150554
|
+
"maxHeight": {
|
|
150555
|
+
"defaultValue": null,
|
|
150556
|
+
"description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
|
|
150557
|
+
"name": "maxHeight",
|
|
150558
|
+
"parent": {
|
|
150559
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150560
|
+
"name": "AriaPositionProps"
|
|
150561
|
+
},
|
|
150562
|
+
"declarations": [
|
|
150563
|
+
{
|
|
150564
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150565
|
+
"name": "AriaPositionProps"
|
|
150566
|
+
}
|
|
150567
|
+
],
|
|
150568
|
+
"required": false,
|
|
150569
|
+
"type": {
|
|
150570
|
+
"name": "number"
|
|
150571
|
+
}
|
|
150572
|
+
},
|
|
150573
|
+
"isNonModal": {
|
|
150574
|
+
"defaultValue": null,
|
|
150575
|
+
"description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
|
|
150576
|
+
"name": "isNonModal",
|
|
150577
|
+
"parent": {
|
|
150578
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150579
|
+
"name": "AriaPopoverProps"
|
|
150580
|
+
},
|
|
150581
|
+
"declarations": [
|
|
150582
|
+
{
|
|
150583
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150584
|
+
"name": "AriaPopoverProps"
|
|
150585
|
+
}
|
|
150586
|
+
],
|
|
150587
|
+
"required": false,
|
|
150588
|
+
"type": {
|
|
150589
|
+
"name": "boolean"
|
|
150590
|
+
}
|
|
150591
|
+
},
|
|
150592
|
+
"isKeyboardDismissDisabled": {
|
|
150593
|
+
"defaultValue": {
|
|
150594
|
+
"value": "false"
|
|
150595
|
+
},
|
|
150596
|
+
"description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
|
|
150597
|
+
"name": "isKeyboardDismissDisabled",
|
|
150598
|
+
"parent": {
|
|
150599
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150600
|
+
"name": "AriaPopoverProps"
|
|
150601
|
+
},
|
|
150602
|
+
"declarations": [
|
|
150603
|
+
{
|
|
150604
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150605
|
+
"name": "AriaPopoverProps"
|
|
150606
|
+
}
|
|
150607
|
+
],
|
|
150608
|
+
"required": false,
|
|
150609
|
+
"type": {
|
|
150610
|
+
"name": "boolean"
|
|
150611
|
+
}
|
|
150612
|
+
},
|
|
150613
|
+
"shouldCloseOnInteractOutside": {
|
|
150614
|
+
"defaultValue": null,
|
|
150615
|
+
"description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
|
|
150616
|
+
"name": "shouldCloseOnInteractOutside",
|
|
150617
|
+
"parent": {
|
|
150618
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150619
|
+
"name": "AriaPopoverProps"
|
|
150620
|
+
},
|
|
150621
|
+
"declarations": [
|
|
150622
|
+
{
|
|
150623
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
150624
|
+
"name": "AriaPopoverProps"
|
|
150625
|
+
}
|
|
150626
|
+
],
|
|
150627
|
+
"required": false,
|
|
150628
|
+
"type": {
|
|
150629
|
+
"name": "((element: Element) => boolean)"
|
|
150630
|
+
}
|
|
150631
|
+
},
|
|
150632
|
+
"trigger": {
|
|
150633
|
+
"defaultValue": null,
|
|
150634
|
+
"description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
|
|
150635
|
+
"name": "trigger",
|
|
150636
|
+
"parent": {
|
|
150637
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150638
|
+
"name": "PopoverProps"
|
|
150639
|
+
},
|
|
150640
|
+
"declarations": [
|
|
150641
|
+
{
|
|
150642
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
150643
|
+
"name": "PopoverProps"
|
|
150644
|
+
}
|
|
150645
|
+
],
|
|
150646
|
+
"required": false,
|
|
150647
|
+
"type": {
|
|
150648
|
+
"name": "string"
|
|
150649
|
+
}
|
|
150650
|
+
},
|
|
150651
|
+
"isDialogContent": {
|
|
150652
|
+
"defaultValue": null,
|
|
150653
|
+
"description": "Whether the popover contains a dialog.",
|
|
150654
|
+
"name": "isDialogContent",
|
|
150655
|
+
"parent": {
|
|
150656
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
150657
|
+
"name": "PopoverProps"
|
|
150658
|
+
},
|
|
150659
|
+
"declarations": [
|
|
150660
|
+
{
|
|
150661
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
150662
|
+
"name": "PopoverProps"
|
|
150663
|
+
}
|
|
150664
|
+
],
|
|
150665
|
+
"required": false,
|
|
150666
|
+
"type": {
|
|
150667
|
+
"name": "boolean"
|
|
150668
|
+
}
|
|
150669
|
+
},
|
|
150670
|
+
"controller": {
|
|
150671
|
+
"defaultValue": null,
|
|
150672
|
+
"description": "An overlay controller to control the popover state.",
|
|
150673
|
+
"name": "controller",
|
|
150674
|
+
"parent": {
|
|
150675
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
150676
|
+
"name": "PopoverProps"
|
|
150677
|
+
},
|
|
150678
|
+
"declarations": [
|
|
150679
|
+
{
|
|
150680
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
150681
|
+
"name": "PopoverProps"
|
|
150682
|
+
}
|
|
150683
|
+
],
|
|
150684
|
+
"required": false,
|
|
150685
|
+
"type": {
|
|
150686
|
+
"name": "OverlayController"
|
|
150687
|
+
}
|
|
150688
|
+
},
|
|
150689
|
+
"padding": {
|
|
150690
|
+
"defaultValue": {
|
|
150691
|
+
"value": "\"m\""
|
|
150692
|
+
},
|
|
150693
|
+
"description": "The popovers padding.",
|
|
150694
|
+
"name": "padding",
|
|
150695
|
+
"parent": {
|
|
150696
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
150697
|
+
"name": "PopoverProps"
|
|
150698
|
+
},
|
|
150699
|
+
"declarations": [
|
|
150700
|
+
{
|
|
150701
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
150702
|
+
"name": "PopoverProps"
|
|
150703
|
+
}
|
|
150704
|
+
],
|
|
150705
|
+
"required": false,
|
|
150706
|
+
"type": {
|
|
150707
|
+
"name": "\"s\" | \"m\""
|
|
150708
|
+
}
|
|
150709
|
+
},
|
|
150710
|
+
"onAction": {
|
|
150711
|
+
"defaultValue": null,
|
|
150712
|
+
"description": "Handler that is called when an item is selected.",
|
|
150713
|
+
"name": "onAction",
|
|
150714
|
+
"parent": {
|
|
150715
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
150716
|
+
"name": "MenuProps"
|
|
150717
|
+
},
|
|
150718
|
+
"declarations": [
|
|
150719
|
+
{
|
|
150720
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
150721
|
+
"name": "MenuProps"
|
|
150722
|
+
}
|
|
150723
|
+
],
|
|
150724
|
+
"required": false,
|
|
150725
|
+
"type": {
|
|
150726
|
+
"name": "((key: Key) => void)"
|
|
150727
|
+
}
|
|
150728
|
+
},
|
|
150729
|
+
"onSelectionChange": {
|
|
150730
|
+
"defaultValue": null,
|
|
150731
|
+
"description": "Handler that is called when the selection changes.",
|
|
150732
|
+
"name": "onSelectionChange",
|
|
150733
|
+
"parent": {
|
|
150734
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
150735
|
+
"name": "MultipleSelection"
|
|
150736
|
+
},
|
|
150737
|
+
"declarations": [
|
|
150738
|
+
{
|
|
150739
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
150740
|
+
"name": "MultipleSelection"
|
|
150741
|
+
}
|
|
150742
|
+
],
|
|
150743
|
+
"required": false,
|
|
150744
|
+
"type": {
|
|
150745
|
+
"name": "((keys: Selection) => void)"
|
|
150746
|
+
}
|
|
150747
|
+
},
|
|
150748
|
+
"disabledKeys": {
|
|
150749
|
+
"defaultValue": null,
|
|
150750
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
150751
|
+
"name": "disabledKeys",
|
|
150752
|
+
"parent": {
|
|
150753
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
150754
|
+
"name": "CollectionBase"
|
|
150755
|
+
},
|
|
150756
|
+
"declarations": [
|
|
150757
|
+
{
|
|
150758
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
150759
|
+
"name": "CollectionBase"
|
|
150760
|
+
}
|
|
150761
|
+
],
|
|
150762
|
+
"required": false,
|
|
150763
|
+
"type": {
|
|
150764
|
+
"name": "Iterable<Key>"
|
|
150765
|
+
}
|
|
150766
|
+
},
|
|
150767
|
+
"selectedKeys": {
|
|
150768
|
+
"defaultValue": null,
|
|
150769
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
150770
|
+
"name": "selectedKeys",
|
|
150771
|
+
"parent": {
|
|
150772
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
150773
|
+
"name": "MultipleSelection"
|
|
150774
|
+
},
|
|
150775
|
+
"declarations": [
|
|
150776
|
+
{
|
|
150777
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
150778
|
+
"name": "MultipleSelection"
|
|
150779
|
+
}
|
|
150780
|
+
],
|
|
150781
|
+
"required": false,
|
|
150782
|
+
"type": {
|
|
150783
|
+
"name": "\"all\" | Iterable<Key>"
|
|
150784
|
+
}
|
|
150785
|
+
},
|
|
150786
|
+
"defaultSelectedKeys": {
|
|
150787
|
+
"defaultValue": null,
|
|
150788
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
150789
|
+
"name": "defaultSelectedKeys",
|
|
150790
|
+
"parent": {
|
|
150791
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
150792
|
+
"name": "MultipleSelection"
|
|
150793
|
+
},
|
|
150794
|
+
"declarations": [
|
|
150795
|
+
{
|
|
150796
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
150797
|
+
"name": "MultipleSelection"
|
|
150798
|
+
}
|
|
150799
|
+
],
|
|
150800
|
+
"required": false,
|
|
150801
|
+
"type": {
|
|
150802
|
+
"name": "\"all\" | Iterable<Key>"
|
|
150803
|
+
}
|
|
150804
|
+
},
|
|
150805
|
+
"wrapWith": {
|
|
150806
|
+
"defaultValue": null,
|
|
150807
|
+
"description": "",
|
|
150808
|
+
"name": "wrapWith",
|
|
150809
|
+
"parent": {
|
|
150810
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
150811
|
+
"name": "FlowComponentProps"
|
|
150812
|
+
},
|
|
150813
|
+
"declarations": [
|
|
150814
|
+
{
|
|
150815
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
150816
|
+
"name": "FlowComponentProps"
|
|
150817
|
+
}
|
|
150818
|
+
],
|
|
150819
|
+
"required": false,
|
|
150820
|
+
"type": {
|
|
150821
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
150822
|
+
}
|
|
150823
|
+
},
|
|
150824
|
+
"tunnelId": {
|
|
150825
|
+
"defaultValue": null,
|
|
150826
|
+
"description": "@internal",
|
|
150827
|
+
"name": "tunnelId",
|
|
150828
|
+
"parent": {
|
|
150829
|
+
"fileName": "src/lib/types/props.ts",
|
|
150830
|
+
"name": "PropsWithTunnel"
|
|
150831
|
+
},
|
|
150832
|
+
"declarations": [
|
|
150833
|
+
{
|
|
150834
|
+
"fileName": "src/lib/types/props.ts",
|
|
150835
|
+
"name": "PropsWithTunnel"
|
|
150836
|
+
}
|
|
150837
|
+
],
|
|
150838
|
+
"required": false,
|
|
150839
|
+
"type": {
|
|
150840
|
+
"name": "string | null"
|
|
150841
|
+
}
|
|
150842
|
+
},
|
|
150843
|
+
"ref": {
|
|
150844
|
+
"defaultValue": null,
|
|
150845
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
150846
|
+
"name": "ref",
|
|
150847
|
+
"parent": {
|
|
150848
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
150849
|
+
"name": "RefAttributes"
|
|
150850
|
+
},
|
|
150851
|
+
"declarations": [
|
|
150852
|
+
{
|
|
150853
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
150854
|
+
"name": "RefAttributes"
|
|
150855
|
+
}
|
|
150856
|
+
],
|
|
150857
|
+
"required": false,
|
|
150858
|
+
"type": {
|
|
150859
|
+
"name": "Ref<HTMLDivElement>"
|
|
150860
|
+
}
|
|
150861
|
+
},
|
|
150862
|
+
"key": {
|
|
150863
|
+
"defaultValue": null,
|
|
150864
|
+
"description": "",
|
|
150865
|
+
"name": "key",
|
|
150866
|
+
"parent": {
|
|
150867
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
150868
|
+
"name": "Attributes"
|
|
150869
|
+
},
|
|
150870
|
+
"declarations": [
|
|
150871
|
+
{
|
|
150872
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
150873
|
+
"name": "Attributes"
|
|
150874
|
+
}
|
|
150875
|
+
],
|
|
150876
|
+
"required": false,
|
|
150877
|
+
"type": {
|
|
150878
|
+
"name": "Key | null"
|
|
150879
|
+
}
|
|
150880
|
+
}
|
|
150881
|
+
}
|
|
150882
|
+
},
|
|
149989
150883
|
{
|
|
149990
150884
|
"tags": {
|
|
149991
150885
|
"flr-generate": "all",
|
|
@@ -155348,776 +156242,6 @@
|
|
|
155348
156242
|
}
|
|
155349
156243
|
}
|
|
155350
156244
|
},
|
|
155351
|
-
{
|
|
155352
|
-
"tags": {},
|
|
155353
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/ContextMenu.tsx",
|
|
155354
|
-
"description": "",
|
|
155355
|
-
"displayName": "ContextMenu",
|
|
155356
|
-
"methods": [],
|
|
155357
|
-
"props": {
|
|
155358
|
-
"selectionMode": {
|
|
155359
|
-
"defaultValue": null,
|
|
155360
|
-
"description": "The type of selection that is allowed in the context menu.",
|
|
155361
|
-
"name": "selectionMode",
|
|
155362
|
-
"parent": {
|
|
155363
|
-
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
155364
|
-
"name": "ContextMenuProps"
|
|
155365
|
-
},
|
|
155366
|
-
"declarations": [
|
|
155367
|
-
{
|
|
155368
|
-
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
155369
|
-
"name": "ContextMenuProps"
|
|
155370
|
-
}
|
|
155371
|
-
],
|
|
155372
|
-
"required": false,
|
|
155373
|
-
"type": {
|
|
155374
|
-
"name": "ContextMenuSelectionMode"
|
|
155375
|
-
}
|
|
155376
|
-
},
|
|
155377
|
-
"width": {
|
|
155378
|
-
"defaultValue": null,
|
|
155379
|
-
"description": "Sets the context menu to a fixed width.",
|
|
155380
|
-
"name": "width",
|
|
155381
|
-
"parent": {
|
|
155382
|
-
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
155383
|
-
"name": "ContextMenuProps"
|
|
155384
|
-
},
|
|
155385
|
-
"declarations": [
|
|
155386
|
-
{
|
|
155387
|
-
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
155388
|
-
"name": "ContextMenuProps"
|
|
155389
|
-
}
|
|
155390
|
-
],
|
|
155391
|
-
"required": false,
|
|
155392
|
-
"type": {
|
|
155393
|
-
"name": "string | number"
|
|
155394
|
-
}
|
|
155395
|
-
},
|
|
155396
|
-
"children": {
|
|
155397
|
-
"defaultValue": null,
|
|
155398
|
-
"description": "",
|
|
155399
|
-
"name": "children",
|
|
155400
|
-
"declarations": [
|
|
155401
|
-
{
|
|
155402
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
155403
|
-
"name": "TypeLiteral"
|
|
155404
|
-
}
|
|
155405
|
-
],
|
|
155406
|
-
"required": false,
|
|
155407
|
-
"type": {
|
|
155408
|
-
"name": "ReactNode"
|
|
155409
|
-
}
|
|
155410
|
-
},
|
|
155411
|
-
"arrowBoundaryOffset": {
|
|
155412
|
-
"defaultValue": {
|
|
155413
|
-
"value": "0"
|
|
155414
|
-
},
|
|
155415
|
-
"description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
|
|
155416
|
-
"name": "arrowBoundaryOffset",
|
|
155417
|
-
"parent": {
|
|
155418
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155419
|
-
"name": "AriaPositionProps"
|
|
155420
|
-
},
|
|
155421
|
-
"declarations": [
|
|
155422
|
-
{
|
|
155423
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155424
|
-
"name": "AriaPositionProps"
|
|
155425
|
-
}
|
|
155426
|
-
],
|
|
155427
|
-
"required": false,
|
|
155428
|
-
"type": {
|
|
155429
|
-
"name": "number"
|
|
155430
|
-
}
|
|
155431
|
-
},
|
|
155432
|
-
"triggerRef": {
|
|
155433
|
-
"defaultValue": null,
|
|
155434
|
-
"description": "The ref for the element which the popover positions itself with respect to.\n\nWhen used within a trigger component such as DialogTrigger, MenuTrigger, Select, etc.,\nthis is set automatically. It is only required when used standalone.",
|
|
155435
|
-
"name": "triggerRef",
|
|
155436
|
-
"parent": {
|
|
155437
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155438
|
-
"name": "PopoverProps"
|
|
155439
|
-
},
|
|
155440
|
-
"declarations": [
|
|
155441
|
-
{
|
|
155442
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155443
|
-
"name": "PopoverProps"
|
|
155444
|
-
}
|
|
155445
|
-
],
|
|
155446
|
-
"required": false,
|
|
155447
|
-
"type": {
|
|
155448
|
-
"name": "RefObject<Element | null>"
|
|
155449
|
-
}
|
|
155450
|
-
},
|
|
155451
|
-
"isEntering": {
|
|
155452
|
-
"defaultValue": null,
|
|
155453
|
-
"description": "Whether the popover is currently performing an entry animation.",
|
|
155454
|
-
"name": "isEntering",
|
|
155455
|
-
"parent": {
|
|
155456
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155457
|
-
"name": "PopoverProps"
|
|
155458
|
-
},
|
|
155459
|
-
"declarations": [
|
|
155460
|
-
{
|
|
155461
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155462
|
-
"name": "PopoverProps"
|
|
155463
|
-
}
|
|
155464
|
-
],
|
|
155465
|
-
"required": false,
|
|
155466
|
-
"type": {
|
|
155467
|
-
"name": "boolean"
|
|
155468
|
-
}
|
|
155469
|
-
},
|
|
155470
|
-
"isExiting": {
|
|
155471
|
-
"defaultValue": null,
|
|
155472
|
-
"description": "Whether the popover is currently performing an exit animation.",
|
|
155473
|
-
"name": "isExiting",
|
|
155474
|
-
"parent": {
|
|
155475
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155476
|
-
"name": "PopoverProps"
|
|
155477
|
-
},
|
|
155478
|
-
"declarations": [
|
|
155479
|
-
{
|
|
155480
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155481
|
-
"name": "PopoverProps"
|
|
155482
|
-
}
|
|
155483
|
-
],
|
|
155484
|
-
"required": false,
|
|
155485
|
-
"type": {
|
|
155486
|
-
"name": "boolean"
|
|
155487
|
-
}
|
|
155488
|
-
},
|
|
155489
|
-
"UNSTABLE_portalContainer": {
|
|
155490
|
-
"defaultValue": {
|
|
155491
|
-
"value": "document.body"
|
|
155492
|
-
},
|
|
155493
|
-
"description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.",
|
|
155494
|
-
"name": "UNSTABLE_portalContainer",
|
|
155495
|
-
"parent": {
|
|
155496
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155497
|
-
"name": "PopoverProps"
|
|
155498
|
-
},
|
|
155499
|
-
"declarations": [
|
|
155500
|
-
{
|
|
155501
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155502
|
-
"name": "PopoverProps"
|
|
155503
|
-
}
|
|
155504
|
-
],
|
|
155505
|
-
"required": false,
|
|
155506
|
-
"type": {
|
|
155507
|
-
"name": "Element"
|
|
155508
|
-
}
|
|
155509
|
-
},
|
|
155510
|
-
"placement": {
|
|
155511
|
-
"defaultValue": {
|
|
155512
|
-
"value": "'bottom'"
|
|
155513
|
-
},
|
|
155514
|
-
"description": "The placement of the element with respect to its anchor element.",
|
|
155515
|
-
"name": "placement",
|
|
155516
|
-
"parent": {
|
|
155517
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155518
|
-
"name": "PositionProps"
|
|
155519
|
-
},
|
|
155520
|
-
"declarations": [
|
|
155521
|
-
{
|
|
155522
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155523
|
-
"name": "PositionProps"
|
|
155524
|
-
}
|
|
155525
|
-
],
|
|
155526
|
-
"required": false,
|
|
155527
|
-
"type": {
|
|
155528
|
-
"name": "Placement"
|
|
155529
|
-
}
|
|
155530
|
-
},
|
|
155531
|
-
"containerPadding": {
|
|
155532
|
-
"defaultValue": {
|
|
155533
|
-
"value": "12"
|
|
155534
|
-
},
|
|
155535
|
-
"description": "The placement padding that should be applied between the element and its\nsurrounding container.",
|
|
155536
|
-
"name": "containerPadding",
|
|
155537
|
-
"parent": {
|
|
155538
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155539
|
-
"name": "PositionProps"
|
|
155540
|
-
},
|
|
155541
|
-
"declarations": [
|
|
155542
|
-
{
|
|
155543
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155544
|
-
"name": "PositionProps"
|
|
155545
|
-
}
|
|
155546
|
-
],
|
|
155547
|
-
"required": false,
|
|
155548
|
-
"type": {
|
|
155549
|
-
"name": "number"
|
|
155550
|
-
}
|
|
155551
|
-
},
|
|
155552
|
-
"offset": {
|
|
155553
|
-
"defaultValue": {
|
|
155554
|
-
"value": "8"
|
|
155555
|
-
},
|
|
155556
|
-
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
155557
|
-
"name": "offset",
|
|
155558
|
-
"parent": {
|
|
155559
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155560
|
-
"name": "PopoverProps"
|
|
155561
|
-
},
|
|
155562
|
-
"declarations": [
|
|
155563
|
-
{
|
|
155564
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155565
|
-
"name": "PopoverProps"
|
|
155566
|
-
}
|
|
155567
|
-
],
|
|
155568
|
-
"required": false,
|
|
155569
|
-
"type": {
|
|
155570
|
-
"name": "number"
|
|
155571
|
-
}
|
|
155572
|
-
},
|
|
155573
|
-
"crossOffset": {
|
|
155574
|
-
"defaultValue": {
|
|
155575
|
-
"value": "0"
|
|
155576
|
-
},
|
|
155577
|
-
"description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
|
|
155578
|
-
"name": "crossOffset",
|
|
155579
|
-
"parent": {
|
|
155580
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155581
|
-
"name": "PositionProps"
|
|
155582
|
-
},
|
|
155583
|
-
"declarations": [
|
|
155584
|
-
{
|
|
155585
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155586
|
-
"name": "PositionProps"
|
|
155587
|
-
}
|
|
155588
|
-
],
|
|
155589
|
-
"required": false,
|
|
155590
|
-
"type": {
|
|
155591
|
-
"name": "number"
|
|
155592
|
-
}
|
|
155593
|
-
},
|
|
155594
|
-
"shouldFlip": {
|
|
155595
|
-
"defaultValue": {
|
|
155596
|
-
"value": "true"
|
|
155597
|
-
},
|
|
155598
|
-
"description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
|
|
155599
|
-
"name": "shouldFlip",
|
|
155600
|
-
"parent": {
|
|
155601
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155602
|
-
"name": "PositionProps"
|
|
155603
|
-
},
|
|
155604
|
-
"declarations": [
|
|
155605
|
-
{
|
|
155606
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155607
|
-
"name": "PositionProps"
|
|
155608
|
-
}
|
|
155609
|
-
],
|
|
155610
|
-
"required": false,
|
|
155611
|
-
"type": {
|
|
155612
|
-
"name": "boolean"
|
|
155613
|
-
}
|
|
155614
|
-
},
|
|
155615
|
-
"isOpen": {
|
|
155616
|
-
"defaultValue": null,
|
|
155617
|
-
"description": "Whether the overlay is open by default (controlled).",
|
|
155618
|
-
"name": "isOpen",
|
|
155619
|
-
"parent": {
|
|
155620
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155621
|
-
"name": "OverlayTriggerProps"
|
|
155622
|
-
},
|
|
155623
|
-
"declarations": [
|
|
155624
|
-
{
|
|
155625
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155626
|
-
"name": "OverlayTriggerProps"
|
|
155627
|
-
}
|
|
155628
|
-
],
|
|
155629
|
-
"required": false,
|
|
155630
|
-
"type": {
|
|
155631
|
-
"name": "boolean"
|
|
155632
|
-
}
|
|
155633
|
-
},
|
|
155634
|
-
"defaultOpen": {
|
|
155635
|
-
"defaultValue": null,
|
|
155636
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
155637
|
-
"name": "defaultOpen",
|
|
155638
|
-
"parent": {
|
|
155639
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155640
|
-
"name": "OverlayTriggerProps"
|
|
155641
|
-
},
|
|
155642
|
-
"declarations": [
|
|
155643
|
-
{
|
|
155644
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155645
|
-
"name": "OverlayTriggerProps"
|
|
155646
|
-
}
|
|
155647
|
-
],
|
|
155648
|
-
"required": false,
|
|
155649
|
-
"type": {
|
|
155650
|
-
"name": "boolean"
|
|
155651
|
-
}
|
|
155652
|
-
},
|
|
155653
|
-
"onOpenChange": {
|
|
155654
|
-
"defaultValue": null,
|
|
155655
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
155656
|
-
"name": "onOpenChange",
|
|
155657
|
-
"parent": {
|
|
155658
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155659
|
-
"name": "OverlayTriggerProps"
|
|
155660
|
-
},
|
|
155661
|
-
"declarations": [
|
|
155662
|
-
{
|
|
155663
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
155664
|
-
"name": "OverlayTriggerProps"
|
|
155665
|
-
}
|
|
155666
|
-
],
|
|
155667
|
-
"required": false,
|
|
155668
|
-
"type": {
|
|
155669
|
-
"name": "((isOpen: boolean) => void)"
|
|
155670
|
-
}
|
|
155671
|
-
},
|
|
155672
|
-
"className": {
|
|
155673
|
-
"defaultValue": null,
|
|
155674
|
-
"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.",
|
|
155675
|
-
"name": "className",
|
|
155676
|
-
"parent": {
|
|
155677
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155678
|
-
"name": "StyleRenderProps"
|
|
155679
|
-
},
|
|
155680
|
-
"declarations": [
|
|
155681
|
-
{
|
|
155682
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155683
|
-
"name": "StyleRenderProps"
|
|
155684
|
-
}
|
|
155685
|
-
],
|
|
155686
|
-
"required": false,
|
|
155687
|
-
"type": {
|
|
155688
|
-
"name": "string | ((values: PopoverRenderProps & { defaultClassName: string; }) => string)"
|
|
155689
|
-
}
|
|
155690
|
-
},
|
|
155691
|
-
"style": {
|
|
155692
|
-
"defaultValue": null,
|
|
155693
|
-
"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.",
|
|
155694
|
-
"name": "style",
|
|
155695
|
-
"parent": {
|
|
155696
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155697
|
-
"name": "StyleRenderProps"
|
|
155698
|
-
},
|
|
155699
|
-
"declarations": [
|
|
155700
|
-
{
|
|
155701
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155702
|
-
"name": "StyleRenderProps"
|
|
155703
|
-
}
|
|
155704
|
-
],
|
|
155705
|
-
"required": false,
|
|
155706
|
-
"type": {
|
|
155707
|
-
"name": "CSSProperties | ((values: PopoverRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
155708
|
-
}
|
|
155709
|
-
},
|
|
155710
|
-
"slot": {
|
|
155711
|
-
"defaultValue": null,
|
|
155712
|
-
"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.",
|
|
155713
|
-
"name": "slot",
|
|
155714
|
-
"parent": {
|
|
155715
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155716
|
-
"name": "SlotProps"
|
|
155717
|
-
},
|
|
155718
|
-
"declarations": [
|
|
155719
|
-
{
|
|
155720
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155721
|
-
"name": "SlotProps"
|
|
155722
|
-
}
|
|
155723
|
-
],
|
|
155724
|
-
"required": false,
|
|
155725
|
-
"type": {
|
|
155726
|
-
"name": "string | null"
|
|
155727
|
-
}
|
|
155728
|
-
},
|
|
155729
|
-
"boundaryElement": {
|
|
155730
|
-
"defaultValue": {
|
|
155731
|
-
"value": "document.body"
|
|
155732
|
-
},
|
|
155733
|
-
"description": "Element that that serves as the positioning boundary.",
|
|
155734
|
-
"name": "boundaryElement",
|
|
155735
|
-
"parent": {
|
|
155736
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155737
|
-
"name": "AriaPositionProps"
|
|
155738
|
-
},
|
|
155739
|
-
"declarations": [
|
|
155740
|
-
{
|
|
155741
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155742
|
-
"name": "AriaPositionProps"
|
|
155743
|
-
}
|
|
155744
|
-
],
|
|
155745
|
-
"required": false,
|
|
155746
|
-
"type": {
|
|
155747
|
-
"name": "Element"
|
|
155748
|
-
}
|
|
155749
|
-
},
|
|
155750
|
-
"scrollRef": {
|
|
155751
|
-
"defaultValue": {
|
|
155752
|
-
"value": "overlayRef"
|
|
155753
|
-
},
|
|
155754
|
-
"description": "A ref for the scrollable region within the overlay.",
|
|
155755
|
-
"name": "scrollRef",
|
|
155756
|
-
"parent": {
|
|
155757
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155758
|
-
"name": "AriaPositionProps"
|
|
155759
|
-
},
|
|
155760
|
-
"declarations": [
|
|
155761
|
-
{
|
|
155762
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155763
|
-
"name": "AriaPositionProps"
|
|
155764
|
-
}
|
|
155765
|
-
],
|
|
155766
|
-
"required": false,
|
|
155767
|
-
"type": {
|
|
155768
|
-
"name": "RefObject<Element | null>"
|
|
155769
|
-
}
|
|
155770
|
-
},
|
|
155771
|
-
"shouldUpdatePosition": {
|
|
155772
|
-
"defaultValue": {
|
|
155773
|
-
"value": "true"
|
|
155774
|
-
},
|
|
155775
|
-
"description": "Whether the overlay should update its position automatically.",
|
|
155776
|
-
"name": "shouldUpdatePosition",
|
|
155777
|
-
"parent": {
|
|
155778
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155779
|
-
"name": "AriaPositionProps"
|
|
155780
|
-
},
|
|
155781
|
-
"declarations": [
|
|
155782
|
-
{
|
|
155783
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155784
|
-
"name": "AriaPositionProps"
|
|
155785
|
-
}
|
|
155786
|
-
],
|
|
155787
|
-
"required": false,
|
|
155788
|
-
"type": {
|
|
155789
|
-
"name": "boolean"
|
|
155790
|
-
}
|
|
155791
|
-
},
|
|
155792
|
-
"maxHeight": {
|
|
155793
|
-
"defaultValue": null,
|
|
155794
|
-
"description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
|
|
155795
|
-
"name": "maxHeight",
|
|
155796
|
-
"parent": {
|
|
155797
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155798
|
-
"name": "AriaPositionProps"
|
|
155799
|
-
},
|
|
155800
|
-
"declarations": [
|
|
155801
|
-
{
|
|
155802
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155803
|
-
"name": "AriaPositionProps"
|
|
155804
|
-
}
|
|
155805
|
-
],
|
|
155806
|
-
"required": false,
|
|
155807
|
-
"type": {
|
|
155808
|
-
"name": "number"
|
|
155809
|
-
}
|
|
155810
|
-
},
|
|
155811
|
-
"isNonModal": {
|
|
155812
|
-
"defaultValue": null,
|
|
155813
|
-
"description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
|
|
155814
|
-
"name": "isNonModal",
|
|
155815
|
-
"parent": {
|
|
155816
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155817
|
-
"name": "AriaPopoverProps"
|
|
155818
|
-
},
|
|
155819
|
-
"declarations": [
|
|
155820
|
-
{
|
|
155821
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155822
|
-
"name": "AriaPopoverProps"
|
|
155823
|
-
}
|
|
155824
|
-
],
|
|
155825
|
-
"required": false,
|
|
155826
|
-
"type": {
|
|
155827
|
-
"name": "boolean"
|
|
155828
|
-
}
|
|
155829
|
-
},
|
|
155830
|
-
"isKeyboardDismissDisabled": {
|
|
155831
|
-
"defaultValue": {
|
|
155832
|
-
"value": "false"
|
|
155833
|
-
},
|
|
155834
|
-
"description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
|
|
155835
|
-
"name": "isKeyboardDismissDisabled",
|
|
155836
|
-
"parent": {
|
|
155837
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155838
|
-
"name": "AriaPopoverProps"
|
|
155839
|
-
},
|
|
155840
|
-
"declarations": [
|
|
155841
|
-
{
|
|
155842
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155843
|
-
"name": "AriaPopoverProps"
|
|
155844
|
-
}
|
|
155845
|
-
],
|
|
155846
|
-
"required": false,
|
|
155847
|
-
"type": {
|
|
155848
|
-
"name": "boolean"
|
|
155849
|
-
}
|
|
155850
|
-
},
|
|
155851
|
-
"shouldCloseOnInteractOutside": {
|
|
155852
|
-
"defaultValue": null,
|
|
155853
|
-
"description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
|
|
155854
|
-
"name": "shouldCloseOnInteractOutside",
|
|
155855
|
-
"parent": {
|
|
155856
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155857
|
-
"name": "AriaPopoverProps"
|
|
155858
|
-
},
|
|
155859
|
-
"declarations": [
|
|
155860
|
-
{
|
|
155861
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.25.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
155862
|
-
"name": "AriaPopoverProps"
|
|
155863
|
-
}
|
|
155864
|
-
],
|
|
155865
|
-
"required": false,
|
|
155866
|
-
"type": {
|
|
155867
|
-
"name": "((element: Element) => boolean)"
|
|
155868
|
-
}
|
|
155869
|
-
},
|
|
155870
|
-
"trigger": {
|
|
155871
|
-
"defaultValue": null,
|
|
155872
|
-
"description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
|
|
155873
|
-
"name": "trigger",
|
|
155874
|
-
"parent": {
|
|
155875
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155876
|
-
"name": "PopoverProps"
|
|
155877
|
-
},
|
|
155878
|
-
"declarations": [
|
|
155879
|
-
{
|
|
155880
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
155881
|
-
"name": "PopoverProps"
|
|
155882
|
-
}
|
|
155883
|
-
],
|
|
155884
|
-
"required": false,
|
|
155885
|
-
"type": {
|
|
155886
|
-
"name": "string"
|
|
155887
|
-
}
|
|
155888
|
-
},
|
|
155889
|
-
"isDialogContent": {
|
|
155890
|
-
"defaultValue": null,
|
|
155891
|
-
"description": "Whether the popover contains a dialog.",
|
|
155892
|
-
"name": "isDialogContent",
|
|
155893
|
-
"parent": {
|
|
155894
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
155895
|
-
"name": "PopoverProps"
|
|
155896
|
-
},
|
|
155897
|
-
"declarations": [
|
|
155898
|
-
{
|
|
155899
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
155900
|
-
"name": "PopoverProps"
|
|
155901
|
-
}
|
|
155902
|
-
],
|
|
155903
|
-
"required": false,
|
|
155904
|
-
"type": {
|
|
155905
|
-
"name": "boolean"
|
|
155906
|
-
}
|
|
155907
|
-
},
|
|
155908
|
-
"controller": {
|
|
155909
|
-
"defaultValue": null,
|
|
155910
|
-
"description": "An overlay controller to control the popover state.",
|
|
155911
|
-
"name": "controller",
|
|
155912
|
-
"parent": {
|
|
155913
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
155914
|
-
"name": "PopoverProps"
|
|
155915
|
-
},
|
|
155916
|
-
"declarations": [
|
|
155917
|
-
{
|
|
155918
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
155919
|
-
"name": "PopoverProps"
|
|
155920
|
-
}
|
|
155921
|
-
],
|
|
155922
|
-
"required": false,
|
|
155923
|
-
"type": {
|
|
155924
|
-
"name": "OverlayController"
|
|
155925
|
-
}
|
|
155926
|
-
},
|
|
155927
|
-
"padding": {
|
|
155928
|
-
"defaultValue": {
|
|
155929
|
-
"value": "\"m\""
|
|
155930
|
-
},
|
|
155931
|
-
"description": "The popovers padding.",
|
|
155932
|
-
"name": "padding",
|
|
155933
|
-
"parent": {
|
|
155934
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
155935
|
-
"name": "PopoverProps"
|
|
155936
|
-
},
|
|
155937
|
-
"declarations": [
|
|
155938
|
-
{
|
|
155939
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
155940
|
-
"name": "PopoverProps"
|
|
155941
|
-
}
|
|
155942
|
-
],
|
|
155943
|
-
"required": false,
|
|
155944
|
-
"type": {
|
|
155945
|
-
"name": "\"s\" | \"m\""
|
|
155946
|
-
}
|
|
155947
|
-
},
|
|
155948
|
-
"onAction": {
|
|
155949
|
-
"defaultValue": null,
|
|
155950
|
-
"description": "Handler that is called when an item is selected.",
|
|
155951
|
-
"name": "onAction",
|
|
155952
|
-
"parent": {
|
|
155953
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
155954
|
-
"name": "MenuProps"
|
|
155955
|
-
},
|
|
155956
|
-
"declarations": [
|
|
155957
|
-
{
|
|
155958
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
155959
|
-
"name": "MenuProps"
|
|
155960
|
-
}
|
|
155961
|
-
],
|
|
155962
|
-
"required": false,
|
|
155963
|
-
"type": {
|
|
155964
|
-
"name": "((key: Key) => void)"
|
|
155965
|
-
}
|
|
155966
|
-
},
|
|
155967
|
-
"onSelectionChange": {
|
|
155968
|
-
"defaultValue": null,
|
|
155969
|
-
"description": "Handler that is called when the selection changes.",
|
|
155970
|
-
"name": "onSelectionChange",
|
|
155971
|
-
"parent": {
|
|
155972
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
155973
|
-
"name": "MultipleSelection"
|
|
155974
|
-
},
|
|
155975
|
-
"declarations": [
|
|
155976
|
-
{
|
|
155977
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
155978
|
-
"name": "MultipleSelection"
|
|
155979
|
-
}
|
|
155980
|
-
],
|
|
155981
|
-
"required": false,
|
|
155982
|
-
"type": {
|
|
155983
|
-
"name": "((keys: Selection) => void)"
|
|
155984
|
-
}
|
|
155985
|
-
},
|
|
155986
|
-
"disabledKeys": {
|
|
155987
|
-
"defaultValue": null,
|
|
155988
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
155989
|
-
"name": "disabledKeys",
|
|
155990
|
-
"parent": {
|
|
155991
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
155992
|
-
"name": "CollectionBase"
|
|
155993
|
-
},
|
|
155994
|
-
"declarations": [
|
|
155995
|
-
{
|
|
155996
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
155997
|
-
"name": "CollectionBase"
|
|
155998
|
-
}
|
|
155999
|
-
],
|
|
156000
|
-
"required": false,
|
|
156001
|
-
"type": {
|
|
156002
|
-
"name": "Iterable<Key>"
|
|
156003
|
-
}
|
|
156004
|
-
},
|
|
156005
|
-
"selectedKeys": {
|
|
156006
|
-
"defaultValue": null,
|
|
156007
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
156008
|
-
"name": "selectedKeys",
|
|
156009
|
-
"parent": {
|
|
156010
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
156011
|
-
"name": "MultipleSelection"
|
|
156012
|
-
},
|
|
156013
|
-
"declarations": [
|
|
156014
|
-
{
|
|
156015
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
156016
|
-
"name": "MultipleSelection"
|
|
156017
|
-
}
|
|
156018
|
-
],
|
|
156019
|
-
"required": false,
|
|
156020
|
-
"type": {
|
|
156021
|
-
"name": "\"all\" | Iterable<Key>"
|
|
156022
|
-
}
|
|
156023
|
-
},
|
|
156024
|
-
"defaultSelectedKeys": {
|
|
156025
|
-
"defaultValue": null,
|
|
156026
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
156027
|
-
"name": "defaultSelectedKeys",
|
|
156028
|
-
"parent": {
|
|
156029
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
156030
|
-
"name": "MultipleSelection"
|
|
156031
|
-
},
|
|
156032
|
-
"declarations": [
|
|
156033
|
-
{
|
|
156034
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
156035
|
-
"name": "MultipleSelection"
|
|
156036
|
-
}
|
|
156037
|
-
],
|
|
156038
|
-
"required": false,
|
|
156039
|
-
"type": {
|
|
156040
|
-
"name": "\"all\" | Iterable<Key>"
|
|
156041
|
-
}
|
|
156042
|
-
},
|
|
156043
|
-
"wrapWith": {
|
|
156044
|
-
"defaultValue": null,
|
|
156045
|
-
"description": "",
|
|
156046
|
-
"name": "wrapWith",
|
|
156047
|
-
"parent": {
|
|
156048
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
156049
|
-
"name": "FlowComponentProps"
|
|
156050
|
-
},
|
|
156051
|
-
"declarations": [
|
|
156052
|
-
{
|
|
156053
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
156054
|
-
"name": "FlowComponentProps"
|
|
156055
|
-
}
|
|
156056
|
-
],
|
|
156057
|
-
"required": false,
|
|
156058
|
-
"type": {
|
|
156059
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
156060
|
-
}
|
|
156061
|
-
},
|
|
156062
|
-
"tunnelId": {
|
|
156063
|
-
"defaultValue": null,
|
|
156064
|
-
"description": "@internal",
|
|
156065
|
-
"name": "tunnelId",
|
|
156066
|
-
"parent": {
|
|
156067
|
-
"fileName": "src/lib/types/props.ts",
|
|
156068
|
-
"name": "PropsWithTunnel"
|
|
156069
|
-
},
|
|
156070
|
-
"declarations": [
|
|
156071
|
-
{
|
|
156072
|
-
"fileName": "src/lib/types/props.ts",
|
|
156073
|
-
"name": "PropsWithTunnel"
|
|
156074
|
-
}
|
|
156075
|
-
],
|
|
156076
|
-
"required": false,
|
|
156077
|
-
"type": {
|
|
156078
|
-
"name": "string | null"
|
|
156079
|
-
}
|
|
156080
|
-
},
|
|
156081
|
-
"ref": {
|
|
156082
|
-
"defaultValue": null,
|
|
156083
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
156084
|
-
"name": "ref",
|
|
156085
|
-
"parent": {
|
|
156086
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
156087
|
-
"name": "RefAttributes"
|
|
156088
|
-
},
|
|
156089
|
-
"declarations": [
|
|
156090
|
-
{
|
|
156091
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
156092
|
-
"name": "RefAttributes"
|
|
156093
|
-
}
|
|
156094
|
-
],
|
|
156095
|
-
"required": false,
|
|
156096
|
-
"type": {
|
|
156097
|
-
"name": "Ref<HTMLDivElement>"
|
|
156098
|
-
}
|
|
156099
|
-
},
|
|
156100
|
-
"key": {
|
|
156101
|
-
"defaultValue": null,
|
|
156102
|
-
"description": "",
|
|
156103
|
-
"name": "key",
|
|
156104
|
-
"parent": {
|
|
156105
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
156106
|
-
"name": "Attributes"
|
|
156107
|
-
},
|
|
156108
|
-
"declarations": [
|
|
156109
|
-
{
|
|
156110
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
156111
|
-
"name": "Attributes"
|
|
156112
|
-
}
|
|
156113
|
-
],
|
|
156114
|
-
"required": false,
|
|
156115
|
-
"type": {
|
|
156116
|
-
"name": "Key | null"
|
|
156117
|
-
}
|
|
156118
|
-
}
|
|
156119
|
-
}
|
|
156120
|
-
},
|
|
156121
156245
|
{
|
|
156122
156246
|
"tags": {},
|
|
156123
156247
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComboBox/ComboBox.tsx",
|
|
@@ -163749,22 +163873,6 @@
|
|
|
163749
163873
|
}
|
|
163750
163874
|
}
|
|
163751
163875
|
},
|
|
163752
|
-
{
|
|
163753
|
-
"tags": {},
|
|
163754
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/RangeCalendar.tsx",
|
|
163755
|
-
"description": "",
|
|
163756
|
-
"displayName": "RangeCalendar",
|
|
163757
|
-
"methods": [],
|
|
163758
|
-
"props": {}
|
|
163759
|
-
},
|
|
163760
|
-
{
|
|
163761
|
-
"tags": {},
|
|
163762
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/Calendar.tsx",
|
|
163763
|
-
"description": "",
|
|
163764
|
-
"displayName": "Calendar",
|
|
163765
|
-
"methods": [],
|
|
163766
|
-
"props": {}
|
|
163767
|
-
},
|
|
163768
163876
|
{
|
|
163769
163877
|
"tags": {
|
|
163770
163878
|
"flr-generate": "all",
|
|
@@ -164497,6 +164605,22 @@
|
|
|
164497
164605
|
}
|
|
164498
164606
|
}
|
|
164499
164607
|
},
|
|
164608
|
+
{
|
|
164609
|
+
"tags": {},
|
|
164610
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/RangeCalendar.tsx",
|
|
164611
|
+
"description": "",
|
|
164612
|
+
"displayName": "RangeCalendar",
|
|
164613
|
+
"methods": [],
|
|
164614
|
+
"props": {}
|
|
164615
|
+
},
|
|
164616
|
+
{
|
|
164617
|
+
"tags": {},
|
|
164618
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/Calendar.tsx",
|
|
164619
|
+
"description": "",
|
|
164620
|
+
"displayName": "Calendar",
|
|
164621
|
+
"methods": [],
|
|
164622
|
+
"props": {}
|
|
164623
|
+
},
|
|
164500
164624
|
{
|
|
164501
164625
|
"tags": {
|
|
164502
164626
|
"flr-generate": "all",
|
|
@@ -165987,122 +166111,104 @@
|
|
|
165987
166111
|
},
|
|
165988
166112
|
{
|
|
165989
166113
|
"tags": {
|
|
165990
|
-
"flr-generate": "all"
|
|
165991
|
-
"flr-clear-props-context": ""
|
|
166114
|
+
"flr-generate": "all"
|
|
165992
166115
|
},
|
|
165993
|
-
"filePath": "
|
|
166116
|
+
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
165994
166117
|
"description": "",
|
|
165995
|
-
"displayName": "
|
|
166118
|
+
"displayName": "AvatarStack",
|
|
165996
166119
|
"methods": [],
|
|
165997
166120
|
"props": {
|
|
165998
|
-
"
|
|
165999
|
-
"defaultValue": null,
|
|
166000
|
-
"description": "",
|
|
166001
|
-
"name": "children",
|
|
166002
|
-
"declarations": [
|
|
166003
|
-
{
|
|
166004
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166005
|
-
"name": "TypeLiteral"
|
|
166006
|
-
}
|
|
166007
|
-
],
|
|
166008
|
-
"required": false,
|
|
166009
|
-
"type": {
|
|
166010
|
-
"name": "ReactNode"
|
|
166011
|
-
}
|
|
166012
|
-
},
|
|
166013
|
-
"className": {
|
|
166121
|
+
"totalCount": {
|
|
166014
166122
|
"defaultValue": null,
|
|
166015
|
-
"description": "The
|
|
166016
|
-
"name": "
|
|
166123
|
+
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
166124
|
+
"name": "totalCount",
|
|
166017
166125
|
"parent": {
|
|
166018
|
-
"fileName": "src/
|
|
166019
|
-
"name": "
|
|
166126
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166127
|
+
"name": "AvatarStackProps"
|
|
166020
166128
|
},
|
|
166021
166129
|
"declarations": [
|
|
166022
166130
|
{
|
|
166023
|
-
"fileName": "src/
|
|
166024
|
-
"name": "
|
|
166131
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166132
|
+
"name": "AvatarStackProps"
|
|
166025
166133
|
}
|
|
166026
166134
|
],
|
|
166027
166135
|
"required": false,
|
|
166028
166136
|
"type": {
|
|
166029
|
-
"name": "
|
|
166137
|
+
"name": "number"
|
|
166030
166138
|
}
|
|
166031
166139
|
},
|
|
166032
|
-
"
|
|
166140
|
+
"onCountPress": {
|
|
166033
166141
|
"defaultValue": null,
|
|
166034
|
-
"description": "",
|
|
166035
|
-
"name": "
|
|
166142
|
+
"description": "The onPress action of the additional items count element",
|
|
166143
|
+
"name": "onCountPress",
|
|
166036
166144
|
"parent": {
|
|
166037
|
-
"fileName": "src/
|
|
166038
|
-
"name": "
|
|
166145
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166146
|
+
"name": "AvatarStackProps"
|
|
166039
166147
|
},
|
|
166040
166148
|
"declarations": [
|
|
166041
166149
|
{
|
|
166042
|
-
"fileName": "src/
|
|
166043
|
-
"name": "
|
|
166150
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166151
|
+
"name": "AvatarStackProps"
|
|
166044
166152
|
}
|
|
166045
166153
|
],
|
|
166046
166154
|
"required": false,
|
|
166047
166155
|
"type": {
|
|
166048
|
-
"name": "
|
|
166156
|
+
"name": "(() => void)"
|
|
166049
166157
|
}
|
|
166050
166158
|
},
|
|
166051
|
-
"
|
|
166052
|
-
"defaultValue":
|
|
166053
|
-
|
|
166054
|
-
|
|
166159
|
+
"size": {
|
|
166160
|
+
"defaultValue": {
|
|
166161
|
+
"value": "\"m\""
|
|
166162
|
+
},
|
|
166163
|
+
"description": "The size of the avatars inside the stack.",
|
|
166164
|
+
"name": "size",
|
|
166055
166165
|
"parent": {
|
|
166056
|
-
"fileName": "src/
|
|
166057
|
-
"name": "
|
|
166166
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166167
|
+
"name": "AvatarStackProps"
|
|
166058
166168
|
},
|
|
166059
166169
|
"declarations": [
|
|
166060
166170
|
{
|
|
166061
|
-
"fileName": "src/
|
|
166062
|
-
"name": "
|
|
166171
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166172
|
+
"name": "AvatarStackProps"
|
|
166063
166173
|
}
|
|
166064
166174
|
],
|
|
166065
166175
|
"required": false,
|
|
166066
166176
|
"type": {
|
|
166067
|
-
"name": "
|
|
166177
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\""
|
|
166068
166178
|
}
|
|
166069
166179
|
},
|
|
166070
|
-
"
|
|
166180
|
+
"className": {
|
|
166071
166181
|
"defaultValue": null,
|
|
166072
|
-
"description": "
|
|
166073
|
-
"name": "
|
|
166182
|
+
"description": "The elements class name.",
|
|
166183
|
+
"name": "className",
|
|
166074
166184
|
"parent": {
|
|
166075
|
-
"fileName": "
|
|
166076
|
-
"name": "
|
|
166185
|
+
"fileName": "src/lib/types/props.ts",
|
|
166186
|
+
"name": "PropsWithClassName"
|
|
166077
166187
|
},
|
|
166078
166188
|
"declarations": [
|
|
166079
166189
|
{
|
|
166080
|
-
"fileName": "
|
|
166081
|
-
"name": "
|
|
166190
|
+
"fileName": "src/lib/types/props.ts",
|
|
166191
|
+
"name": "PropsWithClassName"
|
|
166082
166192
|
}
|
|
166083
166193
|
],
|
|
166084
166194
|
"required": false,
|
|
166085
166195
|
"type": {
|
|
166086
|
-
"name": "
|
|
166196
|
+
"name": "string"
|
|
166087
166197
|
}
|
|
166088
166198
|
},
|
|
166089
|
-
"
|
|
166199
|
+
"children": {
|
|
166090
166200
|
"defaultValue": null,
|
|
166091
166201
|
"description": "",
|
|
166092
|
-
"name": "
|
|
166093
|
-
"parent": {
|
|
166094
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166095
|
-
"name": "Attributes"
|
|
166096
|
-
},
|
|
166202
|
+
"name": "children",
|
|
166097
166203
|
"declarations": [
|
|
166098
166204
|
{
|
|
166099
166205
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166100
|
-
"name": "
|
|
166206
|
+
"name": "TypeLiteral"
|
|
166101
166207
|
}
|
|
166102
166208
|
],
|
|
166103
166209
|
"required": false,
|
|
166104
166210
|
"type": {
|
|
166105
|
-
"name": "
|
|
166211
|
+
"name": "ReactNode"
|
|
166106
166212
|
}
|
|
166107
166213
|
}
|
|
166108
166214
|
}
|
|
@@ -166271,104 +166377,122 @@
|
|
|
166271
166377
|
},
|
|
166272
166378
|
{
|
|
166273
166379
|
"tags": {
|
|
166274
|
-
"flr-generate": "all"
|
|
166380
|
+
"flr-generate": "all",
|
|
166381
|
+
"flr-clear-props-context": ""
|
|
166275
166382
|
},
|
|
166276
|
-
"filePath": "src/components/
|
|
166383
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
166277
166384
|
"description": "",
|
|
166278
|
-
"displayName": "
|
|
166385
|
+
"displayName": "Align",
|
|
166279
166386
|
"methods": [],
|
|
166280
166387
|
"props": {
|
|
166281
|
-
"
|
|
166388
|
+
"children": {
|
|
166282
166389
|
"defaultValue": null,
|
|
166283
|
-
"description": "
|
|
166284
|
-
"name": "
|
|
166285
|
-
"parent": {
|
|
166286
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
166287
|
-
"name": "AvatarStackProps"
|
|
166288
|
-
},
|
|
166390
|
+
"description": "",
|
|
166391
|
+
"name": "children",
|
|
166289
166392
|
"declarations": [
|
|
166290
166393
|
{
|
|
166291
|
-
"fileName": "
|
|
166292
|
-
"name": "
|
|
166394
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166395
|
+
"name": "TypeLiteral"
|
|
166293
166396
|
}
|
|
166294
166397
|
],
|
|
166295
166398
|
"required": false,
|
|
166296
166399
|
"type": {
|
|
166297
|
-
"name": "
|
|
166400
|
+
"name": "ReactNode"
|
|
166298
166401
|
}
|
|
166299
166402
|
},
|
|
166300
|
-
"
|
|
166403
|
+
"className": {
|
|
166301
166404
|
"defaultValue": null,
|
|
166302
|
-
"description": "The
|
|
166303
|
-
"name": "
|
|
166405
|
+
"description": "The elements class name.",
|
|
166406
|
+
"name": "className",
|
|
166304
166407
|
"parent": {
|
|
166305
|
-
"fileName": "src/
|
|
166306
|
-
"name": "
|
|
166408
|
+
"fileName": "src/lib/types/props.ts",
|
|
166409
|
+
"name": "PropsWithClassName"
|
|
166307
166410
|
},
|
|
166308
166411
|
"declarations": [
|
|
166309
166412
|
{
|
|
166310
|
-
"fileName": "src/
|
|
166311
|
-
"name": "
|
|
166413
|
+
"fileName": "src/lib/types/props.ts",
|
|
166414
|
+
"name": "PropsWithClassName"
|
|
166312
166415
|
}
|
|
166313
166416
|
],
|
|
166314
166417
|
"required": false,
|
|
166315
166418
|
"type": {
|
|
166316
|
-
"name": "
|
|
166419
|
+
"name": "string"
|
|
166317
166420
|
}
|
|
166318
166421
|
},
|
|
166319
|
-
"
|
|
166320
|
-
"defaultValue":
|
|
166321
|
-
|
|
166322
|
-
|
|
166323
|
-
"description": "The size of the avatars inside the stack.",
|
|
166324
|
-
"name": "size",
|
|
166422
|
+
"wrapWith": {
|
|
166423
|
+
"defaultValue": null,
|
|
166424
|
+
"description": "",
|
|
166425
|
+
"name": "wrapWith",
|
|
166325
166426
|
"parent": {
|
|
166326
|
-
"fileName": "src/
|
|
166327
|
-
"name": "
|
|
166427
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
166428
|
+
"name": "FlowComponentProps"
|
|
166328
166429
|
},
|
|
166329
166430
|
"declarations": [
|
|
166330
166431
|
{
|
|
166331
|
-
"fileName": "src/
|
|
166332
|
-
"name": "
|
|
166432
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
166433
|
+
"name": "FlowComponentProps"
|
|
166333
166434
|
}
|
|
166334
166435
|
],
|
|
166335
166436
|
"required": false,
|
|
166336
166437
|
"type": {
|
|
166337
|
-
"name": "
|
|
166438
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
166338
166439
|
}
|
|
166339
166440
|
},
|
|
166340
|
-
"
|
|
166441
|
+
"tunnelId": {
|
|
166341
166442
|
"defaultValue": null,
|
|
166342
|
-
"description": "
|
|
166343
|
-
"name": "
|
|
166443
|
+
"description": "@internal",
|
|
166444
|
+
"name": "tunnelId",
|
|
166344
166445
|
"parent": {
|
|
166345
166446
|
"fileName": "src/lib/types/props.ts",
|
|
166346
|
-
"name": "
|
|
166447
|
+
"name": "PropsWithTunnel"
|
|
166347
166448
|
},
|
|
166348
166449
|
"declarations": [
|
|
166349
166450
|
{
|
|
166350
166451
|
"fileName": "src/lib/types/props.ts",
|
|
166351
|
-
"name": "
|
|
166452
|
+
"name": "PropsWithTunnel"
|
|
166352
166453
|
}
|
|
166353
166454
|
],
|
|
166354
166455
|
"required": false,
|
|
166355
166456
|
"type": {
|
|
166356
|
-
"name": "string"
|
|
166457
|
+
"name": "string | null"
|
|
166357
166458
|
}
|
|
166358
166459
|
},
|
|
166359
|
-
"
|
|
166460
|
+
"ref": {
|
|
166461
|
+
"defaultValue": null,
|
|
166462
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
166463
|
+
"name": "ref",
|
|
166464
|
+
"parent": {
|
|
166465
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166466
|
+
"name": "RefAttributes"
|
|
166467
|
+
},
|
|
166468
|
+
"declarations": [
|
|
166469
|
+
{
|
|
166470
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166471
|
+
"name": "RefAttributes"
|
|
166472
|
+
}
|
|
166473
|
+
],
|
|
166474
|
+
"required": false,
|
|
166475
|
+
"type": {
|
|
166476
|
+
"name": "Ref<HTMLDivElement>"
|
|
166477
|
+
}
|
|
166478
|
+
},
|
|
166479
|
+
"key": {
|
|
166360
166480
|
"defaultValue": null,
|
|
166361
166481
|
"description": "",
|
|
166362
|
-
"name": "
|
|
166482
|
+
"name": "key",
|
|
166483
|
+
"parent": {
|
|
166484
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166485
|
+
"name": "Attributes"
|
|
166486
|
+
},
|
|
166363
166487
|
"declarations": [
|
|
166364
166488
|
{
|
|
166365
166489
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166366
|
-
"name": "
|
|
166490
|
+
"name": "Attributes"
|
|
166367
166491
|
}
|
|
166368
166492
|
],
|
|
166369
166493
|
"required": false,
|
|
166370
166494
|
"type": {
|
|
166371
|
-
"name": "
|
|
166495
|
+
"name": "Key | null"
|
|
166372
166496
|
}
|
|
166373
166497
|
}
|
|
166374
166498
|
}
|
|
@@ -188040,10 +188164,10 @@
|
|
|
188040
188164
|
"name": "() => ArrayIterator<any>"
|
|
188041
188165
|
}
|
|
188042
188166
|
},
|
|
188043
|
-
"__@unscopables@
|
|
188167
|
+
"__@unscopables@3682": {
|
|
188044
188168
|
"defaultValue": null,
|
|
188045
188169
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
188046
|
-
"name": "__@unscopables@
|
|
188170
|
+
"name": "__@unscopables@3682",
|
|
188047
188171
|
"parent": {
|
|
188048
188172
|
"fileName": "flow/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
188049
188173
|
"name": "Array"
|
|
@@ -188876,10 +189000,10 @@
|
|
|
188876
189000
|
"name": "() => ArrayIterator<unknown>"
|
|
188877
189001
|
}
|
|
188878
189002
|
},
|
|
188879
|
-
"__@unscopables@
|
|
189003
|
+
"__@unscopables@3682": {
|
|
188880
189004
|
"defaultValue": null,
|
|
188881
189005
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
188882
|
-
"name": "__@unscopables@
|
|
189006
|
+
"name": "__@unscopables@3682",
|
|
188883
189007
|
"parent": {
|
|
188884
189008
|
"fileName": "flow/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
188885
189009
|
"name": "Array"
|
|
@@ -189712,10 +189836,10 @@
|
|
|
189712
189836
|
"name": "() => ArrayIterator<unknown>"
|
|
189713
189837
|
}
|
|
189714
189838
|
},
|
|
189715
|
-
"__@unscopables@
|
|
189839
|
+
"__@unscopables@3682": {
|
|
189716
189840
|
"defaultValue": null,
|
|
189717
189841
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
189718
|
-
"name": "__@unscopables@
|
|
189842
|
+
"name": "__@unscopables@3682",
|
|
189719
189843
|
"parent": {
|
|
189720
189844
|
"fileName": "flow/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
189721
189845
|
"name": "Array"
|
|
@@ -215444,177 +215568,175 @@
|
|
|
215444
215568
|
"tags": {
|
|
215445
215569
|
"flr-generate": "all"
|
|
215446
215570
|
},
|
|
215447
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
215571
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
215448
215572
|
"description": "",
|
|
215449
|
-
"displayName": "
|
|
215573
|
+
"displayName": "GridListItem",
|
|
215450
215574
|
"methods": [],
|
|
215451
215575
|
"props": {
|
|
215452
|
-
"
|
|
215576
|
+
"id": {
|
|
215453
215577
|
"defaultValue": null,
|
|
215454
|
-
"description": "
|
|
215455
|
-
"name": "
|
|
215578
|
+
"description": "The unique id of the item.",
|
|
215579
|
+
"name": "id",
|
|
215456
215580
|
"parent": {
|
|
215457
215581
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215458
|
-
"name": "
|
|
215582
|
+
"name": "GridListItemProps"
|
|
215459
215583
|
},
|
|
215460
215584
|
"declarations": [
|
|
215461
215585
|
{
|
|
215462
215586
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215463
|
-
"name": "
|
|
215587
|
+
"name": "GridListItemProps"
|
|
215464
215588
|
}
|
|
215465
215589
|
],
|
|
215466
215590
|
"required": false,
|
|
215467
215591
|
"type": {
|
|
215468
|
-
"name": "
|
|
215592
|
+
"name": "Key"
|
|
215469
215593
|
}
|
|
215470
215594
|
},
|
|
215471
|
-
"
|
|
215595
|
+
"value": {
|
|
215472
215596
|
"defaultValue": null,
|
|
215473
|
-
"description": "The
|
|
215474
|
-
"name": "
|
|
215597
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
215598
|
+
"name": "value",
|
|
215475
215599
|
"parent": {
|
|
215476
215600
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215477
|
-
"name": "
|
|
215601
|
+
"name": "GridListItemProps"
|
|
215478
215602
|
},
|
|
215479
215603
|
"declarations": [
|
|
215480
215604
|
{
|
|
215481
215605
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215482
|
-
"name": "
|
|
215606
|
+
"name": "GridListItemProps"
|
|
215483
215607
|
}
|
|
215484
215608
|
],
|
|
215485
215609
|
"required": false,
|
|
215486
215610
|
"type": {
|
|
215487
|
-
"name": "
|
|
215611
|
+
"name": "undefined"
|
|
215488
215612
|
}
|
|
215489
215613
|
},
|
|
215490
|
-
"
|
|
215614
|
+
"textValue": {
|
|
215491
215615
|
"defaultValue": null,
|
|
215492
|
-
"description": "
|
|
215493
|
-
"name": "
|
|
215616
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
215617
|
+
"name": "textValue",
|
|
215494
215618
|
"parent": {
|
|
215495
215619
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215496
|
-
"name": "
|
|
215620
|
+
"name": "GridListItemProps"
|
|
215497
215621
|
},
|
|
215498
215622
|
"declarations": [
|
|
215499
215623
|
{
|
|
215500
215624
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215501
|
-
"name": "
|
|
215625
|
+
"name": "GridListItemProps"
|
|
215502
215626
|
}
|
|
215503
215627
|
],
|
|
215504
215628
|
"required": false,
|
|
215505
215629
|
"type": {
|
|
215506
|
-
"name": "
|
|
215630
|
+
"name": "string"
|
|
215507
215631
|
}
|
|
215508
215632
|
},
|
|
215509
|
-
"
|
|
215510
|
-
"defaultValue":
|
|
215511
|
-
|
|
215512
|
-
|
|
215513
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
215514
|
-
"name": "layout",
|
|
215633
|
+
"isDisabled": {
|
|
215634
|
+
"defaultValue": null,
|
|
215635
|
+
"description": "Whether the item is disabled.",
|
|
215636
|
+
"name": "isDisabled",
|
|
215515
215637
|
"parent": {
|
|
215516
215638
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215517
|
-
"name": "
|
|
215639
|
+
"name": "GridListItemProps"
|
|
215518
215640
|
},
|
|
215519
215641
|
"declarations": [
|
|
215520
215642
|
{
|
|
215521
215643
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215522
|
-
"name": "
|
|
215644
|
+
"name": "GridListItemProps"
|
|
215523
215645
|
}
|
|
215524
215646
|
],
|
|
215525
215647
|
"required": false,
|
|
215526
215648
|
"type": {
|
|
215527
|
-
"name": "
|
|
215649
|
+
"name": "boolean"
|
|
215528
215650
|
}
|
|
215529
215651
|
},
|
|
215530
|
-
"
|
|
215652
|
+
"onAction": {
|
|
215531
215653
|
"defaultValue": null,
|
|
215532
|
-
"description": "
|
|
215533
|
-
"name": "
|
|
215654
|
+
"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.",
|
|
215655
|
+
"name": "onAction",
|
|
215534
215656
|
"parent": {
|
|
215535
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215536
|
-
"name": "
|
|
215657
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215658
|
+
"name": "GridListItemProps"
|
|
215537
215659
|
},
|
|
215538
215660
|
"declarations": [
|
|
215539
215661
|
{
|
|
215540
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215541
|
-
"name": "
|
|
215662
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215663
|
+
"name": "GridListItemProps"
|
|
215542
215664
|
}
|
|
215543
215665
|
],
|
|
215544
215666
|
"required": false,
|
|
215545
215667
|
"type": {
|
|
215546
|
-
"name": "
|
|
215668
|
+
"name": "(() => void)"
|
|
215547
215669
|
}
|
|
215548
215670
|
},
|
|
215549
|
-
"
|
|
215671
|
+
"children": {
|
|
215550
215672
|
"defaultValue": null,
|
|
215551
|
-
"description": "
|
|
215552
|
-
"name": "
|
|
215673
|
+
"description": "The children of the component. A function may be provided to alter the children based on component state.",
|
|
215674
|
+
"name": "children",
|
|
215553
215675
|
"parent": {
|
|
215554
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215555
|
-
"name": "
|
|
215676
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215677
|
+
"name": "RenderProps"
|
|
215556
215678
|
},
|
|
215557
215679
|
"declarations": [
|
|
215558
215680
|
{
|
|
215559
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215560
|
-
"name": "
|
|
215681
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215682
|
+
"name": "RenderProps"
|
|
215561
215683
|
}
|
|
215562
215684
|
],
|
|
215563
215685
|
"required": false,
|
|
215564
215686
|
"type": {
|
|
215565
|
-
"name": "
|
|
215687
|
+
"name": "ReactNode | ((values: GridListItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode)"
|
|
215566
215688
|
}
|
|
215567
215689
|
},
|
|
215568
|
-
"
|
|
215690
|
+
"className": {
|
|
215569
215691
|
"defaultValue": null,
|
|
215570
|
-
"description": "
|
|
215571
|
-
"name": "
|
|
215692
|
+
"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.",
|
|
215693
|
+
"name": "className",
|
|
215572
215694
|
"parent": {
|
|
215573
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215574
|
-
"name": "
|
|
215695
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215696
|
+
"name": "StyleRenderProps"
|
|
215575
215697
|
},
|
|
215576
215698
|
"declarations": [
|
|
215577
215699
|
{
|
|
215578
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215579
|
-
"name": "
|
|
215700
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215701
|
+
"name": "StyleRenderProps"
|
|
215580
215702
|
}
|
|
215581
215703
|
],
|
|
215582
215704
|
"required": false,
|
|
215583
215705
|
"type": {
|
|
215584
|
-
"name": "string"
|
|
215706
|
+
"name": "string | ((values: GridListItemRenderProps & { defaultClassName: string; }) => string)"
|
|
215585
215707
|
}
|
|
215586
215708
|
},
|
|
215587
|
-
"
|
|
215709
|
+
"style": {
|
|
215588
215710
|
"defaultValue": null,
|
|
215589
|
-
"description": "
|
|
215590
|
-
"name": "
|
|
215711
|
+
"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.",
|
|
215712
|
+
"name": "style",
|
|
215591
215713
|
"parent": {
|
|
215592
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215593
|
-
"name": "
|
|
215714
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215715
|
+
"name": "StyleRenderProps"
|
|
215594
215716
|
},
|
|
215595
215717
|
"declarations": [
|
|
215596
215718
|
{
|
|
215597
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215598
|
-
"name": "
|
|
215719
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215720
|
+
"name": "StyleRenderProps"
|
|
215599
215721
|
}
|
|
215600
215722
|
],
|
|
215601
215723
|
"required": false,
|
|
215602
215724
|
"type": {
|
|
215603
|
-
"name": "
|
|
215725
|
+
"name": "CSSProperties | ((values: GridListItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
215604
215726
|
}
|
|
215605
215727
|
},
|
|
215606
|
-
"
|
|
215728
|
+
"href": {
|
|
215607
215729
|
"defaultValue": null,
|
|
215608
|
-
"description": "
|
|
215609
|
-
"name": "
|
|
215730
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
215731
|
+
"name": "href",
|
|
215610
215732
|
"parent": {
|
|
215611
215733
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215612
|
-
"name": "
|
|
215734
|
+
"name": "LinkDOMProps"
|
|
215613
215735
|
},
|
|
215614
215736
|
"declarations": [
|
|
215615
215737
|
{
|
|
215616
215738
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215617
|
-
"name": "
|
|
215739
|
+
"name": "LinkDOMProps"
|
|
215618
215740
|
}
|
|
215619
215741
|
],
|
|
215620
215742
|
"required": false,
|
|
@@ -215622,373 +215744,365 @@
|
|
|
215622
215744
|
"name": "string"
|
|
215623
215745
|
}
|
|
215624
215746
|
},
|
|
215625
|
-
"
|
|
215747
|
+
"hrefLang": {
|
|
215626
215748
|
"defaultValue": null,
|
|
215627
|
-
"description": "
|
|
215628
|
-
"name": "
|
|
215749
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
215750
|
+
"name": "hrefLang",
|
|
215629
215751
|
"parent": {
|
|
215630
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
215631
|
-
"name": "
|
|
215752
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215753
|
+
"name": "LinkDOMProps"
|
|
215632
215754
|
},
|
|
215633
215755
|
"declarations": [
|
|
215634
215756
|
{
|
|
215635
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
215636
|
-
"name": "
|
|
215757
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215758
|
+
"name": "LinkDOMProps"
|
|
215637
215759
|
}
|
|
215638
215760
|
],
|
|
215639
215761
|
"required": false,
|
|
215640
215762
|
"type": {
|
|
215641
|
-
"name": "
|
|
215763
|
+
"name": "string"
|
|
215642
215764
|
}
|
|
215643
215765
|
},
|
|
215644
|
-
"
|
|
215766
|
+
"target": {
|
|
215645
215767
|
"defaultValue": null,
|
|
215646
|
-
"description": "
|
|
215647
|
-
"name": "
|
|
215768
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
215769
|
+
"name": "target",
|
|
215648
215770
|
"parent": {
|
|
215649
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215650
|
-
"name": "
|
|
215771
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215772
|
+
"name": "LinkDOMProps"
|
|
215651
215773
|
},
|
|
215652
215774
|
"declarations": [
|
|
215653
215775
|
{
|
|
215654
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215655
|
-
"name": "
|
|
215776
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215777
|
+
"name": "LinkDOMProps"
|
|
215656
215778
|
}
|
|
215657
215779
|
],
|
|
215658
215780
|
"required": false,
|
|
215659
215781
|
"type": {
|
|
215660
|
-
"name": "
|
|
215782
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
215661
215783
|
}
|
|
215662
215784
|
},
|
|
215663
|
-
"
|
|
215785
|
+
"rel": {
|
|
215664
215786
|
"defaultValue": null,
|
|
215665
|
-
"description": "
|
|
215666
|
-
"name": "
|
|
215787
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
215788
|
+
"name": "rel",
|
|
215667
215789
|
"parent": {
|
|
215668
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215669
|
-
"name": "
|
|
215790
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215791
|
+
"name": "LinkDOMProps"
|
|
215670
215792
|
},
|
|
215671
215793
|
"declarations": [
|
|
215672
215794
|
{
|
|
215673
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215674
|
-
"name": "
|
|
215795
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215796
|
+
"name": "LinkDOMProps"
|
|
215675
215797
|
}
|
|
215676
215798
|
],
|
|
215677
215799
|
"required": false,
|
|
215678
215800
|
"type": {
|
|
215679
|
-
"name": "
|
|
215801
|
+
"name": "string"
|
|
215680
215802
|
}
|
|
215681
215803
|
},
|
|
215682
|
-
"
|
|
215804
|
+
"download": {
|
|
215683
215805
|
"defaultValue": null,
|
|
215684
|
-
"description": "
|
|
215685
|
-
"name": "
|
|
215806
|
+
"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).",
|
|
215807
|
+
"name": "download",
|
|
215686
215808
|
"parent": {
|
|
215687
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215688
|
-
"name": "
|
|
215809
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215810
|
+
"name": "LinkDOMProps"
|
|
215689
215811
|
},
|
|
215690
215812
|
"declarations": [
|
|
215691
215813
|
{
|
|
215692
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215693
|
-
"name": "
|
|
215814
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215815
|
+
"name": "LinkDOMProps"
|
|
215694
215816
|
}
|
|
215695
215817
|
],
|
|
215696
215818
|
"required": false,
|
|
215697
215819
|
"type": {
|
|
215698
|
-
"name": "
|
|
215820
|
+
"name": "string | boolean"
|
|
215699
215821
|
}
|
|
215700
215822
|
},
|
|
215701
|
-
"
|
|
215823
|
+
"ping": {
|
|
215702
215824
|
"defaultValue": null,
|
|
215703
|
-
"description": "
|
|
215704
|
-
"name": "
|
|
215825
|
+
"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).",
|
|
215826
|
+
"name": "ping",
|
|
215705
215827
|
"parent": {
|
|
215706
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215707
|
-
"name": "
|
|
215828
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215829
|
+
"name": "LinkDOMProps"
|
|
215708
215830
|
},
|
|
215709
215831
|
"declarations": [
|
|
215710
215832
|
{
|
|
215711
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215712
|
-
"name": "
|
|
215833
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215834
|
+
"name": "LinkDOMProps"
|
|
215713
215835
|
}
|
|
215714
215836
|
],
|
|
215715
215837
|
"required": false,
|
|
215716
215838
|
"type": {
|
|
215717
|
-
"name": "
|
|
215839
|
+
"name": "string"
|
|
215718
215840
|
}
|
|
215719
215841
|
},
|
|
215720
|
-
"
|
|
215842
|
+
"referrerPolicy": {
|
|
215721
215843
|
"defaultValue": null,
|
|
215722
|
-
"description": "
|
|
215723
|
-
"name": "
|
|
215844
|
+
"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).",
|
|
215845
|
+
"name": "referrerPolicy",
|
|
215724
215846
|
"parent": {
|
|
215725
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215726
|
-
"name": "
|
|
215847
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215848
|
+
"name": "LinkDOMProps"
|
|
215727
215849
|
},
|
|
215728
215850
|
"declarations": [
|
|
215729
215851
|
{
|
|
215730
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215731
|
-
"name": "
|
|
215852
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215853
|
+
"name": "LinkDOMProps"
|
|
215732
215854
|
}
|
|
215733
215855
|
],
|
|
215734
215856
|
"required": false,
|
|
215735
215857
|
"type": {
|
|
215736
|
-
"name": "
|
|
215858
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
215737
215859
|
}
|
|
215738
215860
|
},
|
|
215739
|
-
"
|
|
215861
|
+
"routerOptions": {
|
|
215740
215862
|
"defaultValue": null,
|
|
215741
|
-
"description": "
|
|
215742
|
-
"name": "
|
|
215863
|
+
"description": "Options for the configured client side router.",
|
|
215864
|
+
"name": "routerOptions",
|
|
215743
215865
|
"parent": {
|
|
215744
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215745
|
-
"name": "
|
|
215866
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215867
|
+
"name": "LinkDOMProps"
|
|
215746
215868
|
},
|
|
215747
215869
|
"declarations": [
|
|
215748
215870
|
{
|
|
215749
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215750
|
-
"name": "
|
|
215871
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
215872
|
+
"name": "LinkDOMProps"
|
|
215751
215873
|
}
|
|
215752
215874
|
],
|
|
215753
215875
|
"required": false,
|
|
215754
215876
|
"type": {
|
|
215755
|
-
"name": "
|
|
215877
|
+
"name": "undefined"
|
|
215756
215878
|
}
|
|
215757
215879
|
},
|
|
215758
|
-
"
|
|
215880
|
+
"onHoverStart": {
|
|
215759
215881
|
"defaultValue": null,
|
|
215760
|
-
"description": "
|
|
215761
|
-
"name": "
|
|
215882
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
215883
|
+
"name": "onHoverStart",
|
|
215762
215884
|
"parent": {
|
|
215763
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215764
|
-
"name": "
|
|
215885
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215886
|
+
"name": "HoverEvents"
|
|
215765
215887
|
},
|
|
215766
215888
|
"declarations": [
|
|
215767
215889
|
{
|
|
215768
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
215769
|
-
"name": "
|
|
215890
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215891
|
+
"name": "HoverEvents"
|
|
215770
215892
|
}
|
|
215771
215893
|
],
|
|
215772
215894
|
"required": false,
|
|
215773
215895
|
"type": {
|
|
215774
|
-
"name": "
|
|
215896
|
+
"name": "((e: HoverEvent) => void)"
|
|
215775
215897
|
}
|
|
215776
215898
|
},
|
|
215777
|
-
"
|
|
215899
|
+
"onHoverEnd": {
|
|
215778
215900
|
"defaultValue": null,
|
|
215779
|
-
"description": "
|
|
215780
|
-
"name": "
|
|
215901
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
215902
|
+
"name": "onHoverEnd",
|
|
215781
215903
|
"parent": {
|
|
215782
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
215783
|
-
"name": "
|
|
215904
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215905
|
+
"name": "HoverEvents"
|
|
215784
215906
|
},
|
|
215785
215907
|
"declarations": [
|
|
215786
215908
|
{
|
|
215787
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
215788
|
-
"name": "
|
|
215909
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215910
|
+
"name": "HoverEvents"
|
|
215789
215911
|
}
|
|
215790
215912
|
],
|
|
215791
215913
|
"required": false,
|
|
215792
215914
|
"type": {
|
|
215793
|
-
"name": "
|
|
215915
|
+
"name": "((e: HoverEvent) => void)"
|
|
215794
215916
|
}
|
|
215795
215917
|
},
|
|
215796
|
-
"
|
|
215797
|
-
"defaultValue":
|
|
215798
|
-
|
|
215799
|
-
|
|
215800
|
-
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
215801
|
-
"name": "keyboardNavigationBehavior",
|
|
215918
|
+
"onHoverChange": {
|
|
215919
|
+
"defaultValue": null,
|
|
215920
|
+
"description": "Handler that is called when the hover state changes.",
|
|
215921
|
+
"name": "onHoverChange",
|
|
215802
215922
|
"parent": {
|
|
215803
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
215804
|
-
"name": "
|
|
215923
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215924
|
+
"name": "HoverEvents"
|
|
215805
215925
|
},
|
|
215806
215926
|
"declarations": [
|
|
215807
215927
|
{
|
|
215808
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
215809
|
-
"name": "
|
|
215928
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
215929
|
+
"name": "HoverEvents"
|
|
215810
215930
|
}
|
|
215811
215931
|
],
|
|
215812
215932
|
"required": false,
|
|
215813
215933
|
"type": {
|
|
215814
|
-
"name": "
|
|
215934
|
+
"name": "((isHovering: boolean) => void)"
|
|
215815
215935
|
}
|
|
215816
215936
|
},
|
|
215817
|
-
"
|
|
215937
|
+
"hasAction": {
|
|
215818
215938
|
"defaultValue": null,
|
|
215819
|
-
"description": "
|
|
215820
|
-
"name": "
|
|
215821
|
-
"parent": {
|
|
215822
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215823
|
-
"name": "CollectionProps"
|
|
215824
|
-
},
|
|
215939
|
+
"description": "",
|
|
215940
|
+
"name": "hasAction",
|
|
215825
215941
|
"declarations": [
|
|
215826
215942
|
{
|
|
215827
|
-
"fileName": "
|
|
215828
|
-
"name": "
|
|
215943
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
215944
|
+
"name": "TypeLiteral"
|
|
215829
215945
|
}
|
|
215830
215946
|
],
|
|
215831
215947
|
"required": false,
|
|
215832
215948
|
"type": {
|
|
215833
|
-
"name": "
|
|
215949
|
+
"name": "boolean"
|
|
215834
215950
|
}
|
|
215835
215951
|
},
|
|
215836
|
-
"
|
|
215952
|
+
"isTile": {
|
|
215837
215953
|
"defaultValue": null,
|
|
215838
|
-
"description": "
|
|
215839
|
-
"name": "
|
|
215840
|
-
"parent": {
|
|
215841
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215842
|
-
"name": "CollectionProps"
|
|
215843
|
-
},
|
|
215954
|
+
"description": "",
|
|
215955
|
+
"name": "isTile",
|
|
215844
215956
|
"declarations": [
|
|
215845
215957
|
{
|
|
215846
|
-
"fileName": "
|
|
215847
|
-
"name": "
|
|
215958
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
215959
|
+
"name": "TypeLiteral"
|
|
215848
215960
|
}
|
|
215849
215961
|
],
|
|
215850
215962
|
"required": false,
|
|
215851
215963
|
"type": {
|
|
215852
|
-
"name": "
|
|
215964
|
+
"name": "boolean"
|
|
215853
215965
|
}
|
|
215854
|
-
}
|
|
215855
|
-
|
|
215966
|
+
}
|
|
215967
|
+
}
|
|
215968
|
+
},
|
|
215969
|
+
{
|
|
215970
|
+
"tags": {
|
|
215971
|
+
"flr-generate": "all"
|
|
215972
|
+
},
|
|
215973
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
215974
|
+
"description": "",
|
|
215975
|
+
"displayName": "GridList",
|
|
215976
|
+
"methods": [],
|
|
215977
|
+
"props": {
|
|
215978
|
+
"selectionBehavior": {
|
|
215856
215979
|
"defaultValue": null,
|
|
215857
|
-
"description": "
|
|
215858
|
-
"name": "
|
|
215980
|
+
"description": "How multiple selection should behave in the collection.",
|
|
215981
|
+
"name": "selectionBehavior",
|
|
215859
215982
|
"parent": {
|
|
215860
215983
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215861
|
-
"name": "
|
|
215984
|
+
"name": "GridListProps"
|
|
215862
215985
|
},
|
|
215863
215986
|
"declarations": [
|
|
215864
215987
|
{
|
|
215865
215988
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215866
|
-
"name": "
|
|
215989
|
+
"name": "GridListProps"
|
|
215867
215990
|
}
|
|
215868
215991
|
],
|
|
215869
215992
|
"required": false,
|
|
215870
215993
|
"type": {
|
|
215871
|
-
"name": "
|
|
215994
|
+
"name": "SelectionBehavior"
|
|
215872
215995
|
}
|
|
215873
215996
|
},
|
|
215874
|
-
"
|
|
215997
|
+
"dragAndDropHooks": {
|
|
215875
215998
|
"defaultValue": null,
|
|
215876
|
-
"description": "The
|
|
215877
|
-
"name": "
|
|
215999
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the GridList.",
|
|
216000
|
+
"name": "dragAndDropHooks",
|
|
215878
216001
|
"parent": {
|
|
215879
216002
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215880
|
-
"name": "
|
|
216003
|
+
"name": "GridListProps"
|
|
215881
216004
|
},
|
|
215882
216005
|
"declarations": [
|
|
215883
216006
|
{
|
|
215884
216007
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215885
|
-
"name": "
|
|
216008
|
+
"name": "GridListProps"
|
|
215886
216009
|
}
|
|
215887
216010
|
],
|
|
215888
216011
|
"required": false,
|
|
215889
216012
|
"type": {
|
|
215890
|
-
"name": "
|
|
216013
|
+
"name": "DragAndDropHooks"
|
|
215891
216014
|
}
|
|
215892
216015
|
},
|
|
215893
|
-
"
|
|
216016
|
+
"renderEmptyState": {
|
|
215894
216017
|
"defaultValue": null,
|
|
215895
|
-
"description": "
|
|
215896
|
-
"name": "
|
|
216018
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
216019
|
+
"name": "renderEmptyState",
|
|
215897
216020
|
"parent": {
|
|
215898
216021
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215899
|
-
"name": "
|
|
216022
|
+
"name": "GridListProps"
|
|
215900
216023
|
},
|
|
215901
216024
|
"declarations": [
|
|
215902
216025
|
{
|
|
215903
216026
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215904
|
-
"name": "
|
|
216027
|
+
"name": "GridListProps"
|
|
215905
216028
|
}
|
|
215906
216029
|
],
|
|
215907
216030
|
"required": false,
|
|
215908
216031
|
"type": {
|
|
215909
|
-
"name": "
|
|
216032
|
+
"name": "((props: GridListRenderProps) => ReactNode)"
|
|
215910
216033
|
}
|
|
215911
216034
|
},
|
|
215912
|
-
"
|
|
215913
|
-
"defaultValue":
|
|
215914
|
-
|
|
215915
|
-
|
|
216035
|
+
"layout": {
|
|
216036
|
+
"defaultValue": {
|
|
216037
|
+
"value": "'stack'"
|
|
216038
|
+
},
|
|
216039
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
216040
|
+
"name": "layout",
|
|
215916
216041
|
"parent": {
|
|
215917
216042
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215918
|
-
"name": "
|
|
216043
|
+
"name": "GridListProps"
|
|
215919
216044
|
},
|
|
215920
216045
|
"declarations": [
|
|
215921
216046
|
{
|
|
215922
216047
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
215923
|
-
"name": "
|
|
216048
|
+
"name": "GridListProps"
|
|
215924
216049
|
}
|
|
215925
216050
|
],
|
|
215926
216051
|
"required": false,
|
|
215927
216052
|
"type": {
|
|
215928
|
-
"name": "
|
|
216053
|
+
"name": "\"grid\" | \"stack\""
|
|
215929
216054
|
}
|
|
215930
|
-
}
|
|
215931
|
-
|
|
215932
|
-
},
|
|
215933
|
-
{
|
|
215934
|
-
"tags": {
|
|
215935
|
-
"flr-generate": "all"
|
|
215936
|
-
},
|
|
215937
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
215938
|
-
"description": "",
|
|
215939
|
-
"displayName": "GridListItem",
|
|
215940
|
-
"methods": [],
|
|
215941
|
-
"props": {
|
|
215942
|
-
"id": {
|
|
216055
|
+
},
|
|
216056
|
+
"aria-label": {
|
|
215943
216057
|
"defaultValue": null,
|
|
215944
|
-
"description": "
|
|
215945
|
-
"name": "
|
|
216058
|
+
"description": "Defines a string value that labels the current element.",
|
|
216059
|
+
"name": "aria-label",
|
|
215946
216060
|
"parent": {
|
|
215947
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215948
|
-
"name": "
|
|
216061
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216062
|
+
"name": "AriaLabelingProps"
|
|
215949
216063
|
},
|
|
215950
216064
|
"declarations": [
|
|
215951
216065
|
{
|
|
215952
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215953
|
-
"name": "
|
|
216066
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216067
|
+
"name": "AriaLabelingProps"
|
|
215954
216068
|
}
|
|
215955
216069
|
],
|
|
215956
216070
|
"required": false,
|
|
215957
216071
|
"type": {
|
|
215958
|
-
"name": "
|
|
216072
|
+
"name": "string"
|
|
215959
216073
|
}
|
|
215960
216074
|
},
|
|
215961
|
-
"
|
|
216075
|
+
"aria-labelledby": {
|
|
215962
216076
|
"defaultValue": null,
|
|
215963
|
-
"description": "
|
|
215964
|
-
"name": "
|
|
216077
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
216078
|
+
"name": "aria-labelledby",
|
|
215965
216079
|
"parent": {
|
|
215966
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215967
|
-
"name": "
|
|
216080
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216081
|
+
"name": "AriaLabelingProps"
|
|
215968
216082
|
},
|
|
215969
216083
|
"declarations": [
|
|
215970
216084
|
{
|
|
215971
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215972
|
-
"name": "
|
|
216085
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216086
|
+
"name": "AriaLabelingProps"
|
|
215973
216087
|
}
|
|
215974
216088
|
],
|
|
215975
216089
|
"required": false,
|
|
215976
216090
|
"type": {
|
|
215977
|
-
"name": "
|
|
216091
|
+
"name": "string"
|
|
215978
216092
|
}
|
|
215979
216093
|
},
|
|
215980
|
-
"
|
|
216094
|
+
"aria-describedby": {
|
|
215981
216095
|
"defaultValue": null,
|
|
215982
|
-
"description": "
|
|
215983
|
-
"name": "
|
|
216096
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
216097
|
+
"name": "aria-describedby",
|
|
215984
216098
|
"parent": {
|
|
215985
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215986
|
-
"name": "
|
|
216099
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216100
|
+
"name": "AriaLabelingProps"
|
|
215987
216101
|
},
|
|
215988
216102
|
"declarations": [
|
|
215989
216103
|
{
|
|
215990
|
-
"fileName": "flow/node_modules/.pnpm
|
|
215991
|
-
"name": "
|
|
216104
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216105
|
+
"name": "AriaLabelingProps"
|
|
215992
216106
|
}
|
|
215993
216107
|
],
|
|
215994
216108
|
"required": false,
|
|
@@ -215996,338 +216110,348 @@
|
|
|
215996
216110
|
"name": "string"
|
|
215997
216111
|
}
|
|
215998
216112
|
},
|
|
215999
|
-
"
|
|
216113
|
+
"aria-details": {
|
|
216000
216114
|
"defaultValue": null,
|
|
216001
|
-
"description": "
|
|
216002
|
-
"name": "
|
|
216115
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
216116
|
+
"name": "aria-details",
|
|
216003
216117
|
"parent": {
|
|
216004
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216005
|
-
"name": "
|
|
216118
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216119
|
+
"name": "AriaLabelingProps"
|
|
216006
216120
|
},
|
|
216007
216121
|
"declarations": [
|
|
216008
216122
|
{
|
|
216009
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216010
|
-
"name": "
|
|
216123
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216124
|
+
"name": "AriaLabelingProps"
|
|
216011
216125
|
}
|
|
216012
216126
|
],
|
|
216013
216127
|
"required": false,
|
|
216014
216128
|
"type": {
|
|
216015
|
-
"name": "
|
|
216129
|
+
"name": "string"
|
|
216016
216130
|
}
|
|
216017
216131
|
},
|
|
216018
|
-
"
|
|
216132
|
+
"id": {
|
|
216019
216133
|
"defaultValue": null,
|
|
216020
|
-
"description": "
|
|
216021
|
-
"name": "
|
|
216134
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
216135
|
+
"name": "id",
|
|
216022
216136
|
"parent": {
|
|
216023
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216024
|
-
"name": "
|
|
216137
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216138
|
+
"name": "DOMProps"
|
|
216025
216139
|
},
|
|
216026
216140
|
"declarations": [
|
|
216027
216141
|
{
|
|
216028
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216029
|
-
"name": "
|
|
216142
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
216143
|
+
"name": "DOMProps"
|
|
216030
216144
|
}
|
|
216031
216145
|
],
|
|
216032
216146
|
"required": false,
|
|
216033
216147
|
"type": {
|
|
216034
|
-
"name": "
|
|
216148
|
+
"name": "string"
|
|
216035
216149
|
}
|
|
216036
216150
|
},
|
|
216037
|
-
"
|
|
216151
|
+
"onAction": {
|
|
216038
216152
|
"defaultValue": null,
|
|
216039
|
-
"description": "
|
|
216040
|
-
"name": "
|
|
216153
|
+
"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.",
|
|
216154
|
+
"name": "onAction",
|
|
216041
216155
|
"parent": {
|
|
216042
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216043
|
-
"name": "
|
|
216156
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216157
|
+
"name": "GridListProps"
|
|
216044
216158
|
},
|
|
216045
216159
|
"declarations": [
|
|
216046
216160
|
{
|
|
216047
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216048
|
-
"name": "
|
|
216161
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216162
|
+
"name": "GridListProps"
|
|
216049
216163
|
}
|
|
216050
216164
|
],
|
|
216051
216165
|
"required": false,
|
|
216052
216166
|
"type": {
|
|
216053
|
-
"name": "
|
|
216167
|
+
"name": "((key: Key) => void)"
|
|
216054
216168
|
}
|
|
216055
216169
|
},
|
|
216056
|
-
"
|
|
216170
|
+
"disallowEmptySelection": {
|
|
216057
216171
|
"defaultValue": null,
|
|
216058
|
-
"description": "
|
|
216059
|
-
"name": "
|
|
216172
|
+
"description": "Whether the collection allows empty selection.",
|
|
216173
|
+
"name": "disallowEmptySelection",
|
|
216060
216174
|
"parent": {
|
|
216061
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216062
|
-
"name": "
|
|
216175
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216176
|
+
"name": "MultipleSelection"
|
|
216063
216177
|
},
|
|
216064
216178
|
"declarations": [
|
|
216065
216179
|
{
|
|
216066
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216067
|
-
"name": "
|
|
216180
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216181
|
+
"name": "MultipleSelection"
|
|
216068
216182
|
}
|
|
216069
216183
|
],
|
|
216070
216184
|
"required": false,
|
|
216071
216185
|
"type": {
|
|
216072
|
-
"name": "
|
|
216186
|
+
"name": "boolean"
|
|
216073
216187
|
}
|
|
216074
216188
|
},
|
|
216075
|
-
"
|
|
216189
|
+
"onSelectionChange": {
|
|
216076
216190
|
"defaultValue": null,
|
|
216077
|
-
"description": "
|
|
216078
|
-
"name": "
|
|
216191
|
+
"description": "Handler that is called when the selection changes.",
|
|
216192
|
+
"name": "onSelectionChange",
|
|
216079
216193
|
"parent": {
|
|
216080
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216081
|
-
"name": "
|
|
216194
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216195
|
+
"name": "MultipleSelection"
|
|
216082
216196
|
},
|
|
216083
216197
|
"declarations": [
|
|
216084
216198
|
{
|
|
216085
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216086
|
-
"name": "
|
|
216199
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216200
|
+
"name": "MultipleSelection"
|
|
216087
216201
|
}
|
|
216088
216202
|
],
|
|
216089
216203
|
"required": false,
|
|
216090
216204
|
"type": {
|
|
216091
|
-
"name": "
|
|
216205
|
+
"name": "((keys: Selection) => void)"
|
|
216092
216206
|
}
|
|
216093
216207
|
},
|
|
216094
|
-
"
|
|
216208
|
+
"items": {
|
|
216095
216209
|
"defaultValue": null,
|
|
216096
|
-
"description": "
|
|
216097
|
-
"name": "
|
|
216210
|
+
"description": "Item objects in the collection.",
|
|
216211
|
+
"name": "items",
|
|
216098
216212
|
"parent": {
|
|
216099
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216100
|
-
"name": "
|
|
216213
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
216214
|
+
"name": "CollectionBase"
|
|
216101
216215
|
},
|
|
216102
216216
|
"declarations": [
|
|
216103
216217
|
{
|
|
216104
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216105
|
-
"name": "
|
|
216218
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
216219
|
+
"name": "CollectionBase"
|
|
216106
216220
|
}
|
|
216107
216221
|
],
|
|
216108
216222
|
"required": false,
|
|
216109
216223
|
"type": {
|
|
216110
|
-
"name": "
|
|
216224
|
+
"name": "Iterable<never>"
|
|
216111
216225
|
}
|
|
216112
216226
|
},
|
|
216113
|
-
"
|
|
216227
|
+
"disabledKeys": {
|
|
216114
216228
|
"defaultValue": null,
|
|
216115
|
-
"description": "
|
|
216116
|
-
"name": "
|
|
216229
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
216230
|
+
"name": "disabledKeys",
|
|
216117
216231
|
"parent": {
|
|
216118
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216119
|
-
"name": "
|
|
216232
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
216233
|
+
"name": "CollectionBase"
|
|
216120
216234
|
},
|
|
216121
216235
|
"declarations": [
|
|
216122
216236
|
{
|
|
216123
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216124
|
-
"name": "
|
|
216237
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
216238
|
+
"name": "CollectionBase"
|
|
216125
216239
|
}
|
|
216126
216240
|
],
|
|
216127
216241
|
"required": false,
|
|
216128
216242
|
"type": {
|
|
216129
|
-
"name": "
|
|
216243
|
+
"name": "Iterable<Key>"
|
|
216130
216244
|
}
|
|
216131
216245
|
},
|
|
216132
|
-
"
|
|
216246
|
+
"selectedKeys": {
|
|
216133
216247
|
"defaultValue": null,
|
|
216134
|
-
"description": "The
|
|
216135
|
-
"name": "
|
|
216248
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
216249
|
+
"name": "selectedKeys",
|
|
216136
216250
|
"parent": {
|
|
216137
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216138
|
-
"name": "
|
|
216251
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216252
|
+
"name": "MultipleSelection"
|
|
216139
216253
|
},
|
|
216140
216254
|
"declarations": [
|
|
216141
216255
|
{
|
|
216142
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216143
|
-
"name": "
|
|
216256
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216257
|
+
"name": "MultipleSelection"
|
|
216144
216258
|
}
|
|
216145
216259
|
],
|
|
216146
216260
|
"required": false,
|
|
216147
216261
|
"type": {
|
|
216148
|
-
"name": "
|
|
216262
|
+
"name": "\"all\" | Iterable<Key>"
|
|
216149
216263
|
}
|
|
216150
216264
|
},
|
|
216151
|
-
"
|
|
216265
|
+
"defaultSelectedKeys": {
|
|
216152
216266
|
"defaultValue": null,
|
|
216153
|
-
"description": "The
|
|
216154
|
-
"name": "
|
|
216267
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
216268
|
+
"name": "defaultSelectedKeys",
|
|
216155
216269
|
"parent": {
|
|
216156
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216157
|
-
"name": "
|
|
216270
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216271
|
+
"name": "MultipleSelection"
|
|
216158
216272
|
},
|
|
216159
216273
|
"declarations": [
|
|
216160
216274
|
{
|
|
216161
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216162
|
-
"name": "
|
|
216275
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216276
|
+
"name": "MultipleSelection"
|
|
216163
216277
|
}
|
|
216164
216278
|
],
|
|
216165
216279
|
"required": false,
|
|
216166
216280
|
"type": {
|
|
216167
|
-
"name": "
|
|
216281
|
+
"name": "\"all\" | Iterable<Key>"
|
|
216168
216282
|
}
|
|
216169
216283
|
},
|
|
216170
|
-
"
|
|
216284
|
+
"selectionMode": {
|
|
216171
216285
|
"defaultValue": null,
|
|
216172
|
-
"description": "
|
|
216173
|
-
"name": "
|
|
216286
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
216287
|
+
"name": "selectionMode",
|
|
216174
216288
|
"parent": {
|
|
216175
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216176
|
-
"name": "
|
|
216289
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216290
|
+
"name": "MultipleSelection"
|
|
216177
216291
|
},
|
|
216178
216292
|
"declarations": [
|
|
216179
216293
|
{
|
|
216180
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
216181
|
-
"name": "
|
|
216294
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
216295
|
+
"name": "MultipleSelection"
|
|
216182
216296
|
}
|
|
216183
216297
|
],
|
|
216184
216298
|
"required": false,
|
|
216185
216299
|
"type": {
|
|
216186
|
-
"name": "
|
|
216300
|
+
"name": "SelectionMode"
|
|
216187
216301
|
}
|
|
216188
216302
|
},
|
|
216189
|
-
"
|
|
216303
|
+
"disabledBehavior": {
|
|
216190
216304
|
"defaultValue": null,
|
|
216191
|
-
"description": "
|
|
216192
|
-
"name": "
|
|
216305
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
216306
|
+
"name": "disabledBehavior",
|
|
216193
216307
|
"parent": {
|
|
216194
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216195
|
-
"name": "
|
|
216308
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216309
|
+
"name": "GridListProps"
|
|
216196
216310
|
},
|
|
216197
216311
|
"declarations": [
|
|
216198
216312
|
{
|
|
216199
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216200
|
-
"name": "
|
|
216313
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216314
|
+
"name": "GridListProps"
|
|
216201
216315
|
}
|
|
216202
216316
|
],
|
|
216203
216317
|
"required": false,
|
|
216204
216318
|
"type": {
|
|
216205
|
-
"name": "
|
|
216319
|
+
"name": "DisabledBehavior"
|
|
216206
216320
|
}
|
|
216207
216321
|
},
|
|
216208
|
-
"
|
|
216209
|
-
"defaultValue":
|
|
216210
|
-
|
|
216211
|
-
|
|
216322
|
+
"keyboardNavigationBehavior": {
|
|
216323
|
+
"defaultValue": {
|
|
216324
|
+
"value": "'arrow'"
|
|
216325
|
+
},
|
|
216326
|
+
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
216327
|
+
"name": "keyboardNavigationBehavior",
|
|
216212
216328
|
"parent": {
|
|
216213
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216214
|
-
"name": "
|
|
216329
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216330
|
+
"name": "AriaGridListProps"
|
|
216215
216331
|
},
|
|
216216
216332
|
"declarations": [
|
|
216217
216333
|
{
|
|
216218
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
216219
|
-
"name": "
|
|
216334
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.10.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
216335
|
+
"name": "AriaGridListProps"
|
|
216220
216336
|
}
|
|
216221
216337
|
],
|
|
216222
216338
|
"required": false,
|
|
216223
216339
|
"type": {
|
|
216224
|
-
"name": "
|
|
216340
|
+
"name": "\"tab\" | \"arrow\""
|
|
216225
216341
|
}
|
|
216226
216342
|
},
|
|
216227
|
-
"
|
|
216343
|
+
"children": {
|
|
216228
216344
|
"defaultValue": null,
|
|
216229
|
-
"description": "
|
|
216230
|
-
"name": "
|
|
216345
|
+
"description": "The contents of the collection.",
|
|
216346
|
+
"name": "children",
|
|
216231
216347
|
"parent": {
|
|
216232
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216233
|
-
"name": "
|
|
216348
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216349
|
+
"name": "CollectionProps"
|
|
216234
216350
|
},
|
|
216235
216351
|
"declarations": [
|
|
216236
216352
|
{
|
|
216237
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216238
|
-
"name": "
|
|
216353
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216354
|
+
"name": "CollectionProps"
|
|
216239
216355
|
}
|
|
216240
216356
|
],
|
|
216241
216357
|
"required": false,
|
|
216242
216358
|
"type": {
|
|
216243
|
-
"name": "
|
|
216359
|
+
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
216244
216360
|
}
|
|
216245
216361
|
},
|
|
216246
|
-
"
|
|
216362
|
+
"dependencies": {
|
|
216247
216363
|
"defaultValue": null,
|
|
216248
|
-
"description": "
|
|
216249
|
-
"name": "
|
|
216364
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
216365
|
+
"name": "dependencies",
|
|
216250
216366
|
"parent": {
|
|
216251
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216252
|
-
"name": "
|
|
216367
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216368
|
+
"name": "CollectionProps"
|
|
216253
216369
|
},
|
|
216254
216370
|
"declarations": [
|
|
216255
216371
|
{
|
|
216256
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216257
|
-
"name": "
|
|
216372
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216373
|
+
"name": "CollectionProps"
|
|
216258
216374
|
}
|
|
216259
216375
|
],
|
|
216260
216376
|
"required": false,
|
|
216261
216377
|
"type": {
|
|
216262
|
-
"name": "
|
|
216378
|
+
"name": "any[]"
|
|
216263
216379
|
}
|
|
216264
216380
|
},
|
|
216265
|
-
"
|
|
216381
|
+
"className": {
|
|
216266
216382
|
"defaultValue": null,
|
|
216267
|
-
"description": "
|
|
216268
|
-
"name": "
|
|
216383
|
+
"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.",
|
|
216384
|
+
"name": "className",
|
|
216269
216385
|
"parent": {
|
|
216270
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216271
|
-
"name": "
|
|
216386
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216387
|
+
"name": "StyleRenderProps"
|
|
216272
216388
|
},
|
|
216273
216389
|
"declarations": [
|
|
216274
216390
|
{
|
|
216275
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216276
|
-
"name": "
|
|
216391
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216392
|
+
"name": "StyleRenderProps"
|
|
216277
216393
|
}
|
|
216278
216394
|
],
|
|
216279
216395
|
"required": false,
|
|
216280
216396
|
"type": {
|
|
216281
|
-
"name": "((
|
|
216397
|
+
"name": "string | ((values: GridListRenderProps & { defaultClassName: string; }) => string)"
|
|
216282
216398
|
}
|
|
216283
216399
|
},
|
|
216284
|
-
"
|
|
216400
|
+
"style": {
|
|
216285
216401
|
"defaultValue": null,
|
|
216286
|
-
"description": "
|
|
216287
|
-
"name": "
|
|
216402
|
+
"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.",
|
|
216403
|
+
"name": "style",
|
|
216288
216404
|
"parent": {
|
|
216289
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216290
|
-
"name": "
|
|
216405
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216406
|
+
"name": "StyleRenderProps"
|
|
216291
216407
|
},
|
|
216292
216408
|
"declarations": [
|
|
216293
216409
|
{
|
|
216294
|
-
"fileName": "flow/node_modules/.pnpm
|
|
216295
|
-
"name": "
|
|
216410
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216411
|
+
"name": "StyleRenderProps"
|
|
216296
216412
|
}
|
|
216297
216413
|
],
|
|
216298
216414
|
"required": false,
|
|
216299
216415
|
"type": {
|
|
216300
|
-
"name": "((
|
|
216416
|
+
"name": "CSSProperties | ((values: GridListRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
216301
216417
|
}
|
|
216302
216418
|
},
|
|
216303
|
-
"
|
|
216419
|
+
"slot": {
|
|
216304
216420
|
"defaultValue": null,
|
|
216305
|
-
"description": "",
|
|
216306
|
-
"name": "
|
|
216421
|
+
"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.",
|
|
216422
|
+
"name": "slot",
|
|
216423
|
+
"parent": {
|
|
216424
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216425
|
+
"name": "SlotProps"
|
|
216426
|
+
},
|
|
216307
216427
|
"declarations": [
|
|
216308
216428
|
{
|
|
216309
|
-
"fileName": "
|
|
216310
|
-
"name": "
|
|
216429
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216430
|
+
"name": "SlotProps"
|
|
216311
216431
|
}
|
|
216312
216432
|
],
|
|
216313
216433
|
"required": false,
|
|
216314
216434
|
"type": {
|
|
216315
|
-
"name": "
|
|
216435
|
+
"name": "string | null"
|
|
216316
216436
|
}
|
|
216317
216437
|
},
|
|
216318
|
-
"
|
|
216438
|
+
"onScroll": {
|
|
216319
216439
|
"defaultValue": null,
|
|
216320
|
-
"description": "",
|
|
216321
|
-
"name": "
|
|
216440
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
216441
|
+
"name": "onScroll",
|
|
216442
|
+
"parent": {
|
|
216443
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216444
|
+
"name": "ScrollableProps"
|
|
216445
|
+
},
|
|
216322
216446
|
"declarations": [
|
|
216323
216447
|
{
|
|
216324
|
-
"fileName": "
|
|
216325
|
-
"name": "
|
|
216448
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
216449
|
+
"name": "ScrollableProps"
|
|
216326
216450
|
}
|
|
216327
216451
|
],
|
|
216328
216452
|
"required": false,
|
|
216329
216453
|
"type": {
|
|
216330
|
-
"name": "
|
|
216454
|
+
"name": "((e: UIEvent<HTMLDivElement, UIEvent>) => void)"
|
|
216331
216455
|
}
|
|
216332
216456
|
}
|
|
216333
216457
|
}
|