@mittwald/flow-react-components 0.2.0-alpha.851 → 0.2.0-alpha.852
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 +6 -0
- package/dist/assets/doc-properties.json +1110 -1110
- package/dist/css/all.css +1 -1
- package/dist/js/packages/components/src/components/FileField/FileField.mjs +29 -20
- package/dist/js/packages/components/src/components/FileField/FileField.mjs.map +1 -1
- package/dist/js/packages/components/src/components/FileField/FileField.module.scss.mjs +9 -0
- package/dist/js/packages/components/src/components/FileField/FileField.module.scss.mjs.map +1 -0
- package/dist/js/packages/components/src/components/FileField/components/FileInput.mjs +3 -1
- package/dist/js/packages/components/src/components/FileField/components/FileInput.mjs.map +1 -1
- package/dist/js/packages/components/src/components/FileField/components/FileInput.module.scss.mjs +1 -3
- package/dist/js/packages/components/src/components/FileField/components/FileInput.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/TextArea/TextArea.mjs +7 -0
- package/dist/js/packages/components/src/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/types/components/FileField/FileField.d.ts.map +1 -1
- package/dist/types/components/FileField/components/FileInput.d.ts.map +1 -1
- package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -134196,89 +134196,68 @@
|
|
|
134196
134196
|
"tags": {
|
|
134197
134197
|
"flr-generate": "all"
|
|
134198
134198
|
},
|
|
134199
|
-
"filePath": "
|
|
134199
|
+
"filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
134200
134200
|
"description": "",
|
|
134201
|
-
"displayName": "
|
|
134201
|
+
"displayName": "HeaderNavigation",
|
|
134202
134202
|
"methods": [],
|
|
134203
134203
|
"props": {
|
|
134204
|
-
"size": {
|
|
134205
|
-
"defaultValue": null,
|
|
134206
|
-
"description": "The font size of the heading.",
|
|
134207
|
-
"name": "size",
|
|
134208
|
-
"parent": {
|
|
134209
|
-
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
134210
|
-
"name": "HeadingProps"
|
|
134211
|
-
},
|
|
134212
|
-
"declarations": [
|
|
134213
|
-
{
|
|
134214
|
-
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
134215
|
-
"name": "HeadingProps"
|
|
134216
|
-
}
|
|
134217
|
-
],
|
|
134218
|
-
"required": false,
|
|
134219
|
-
"type": {
|
|
134220
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
|
|
134221
|
-
}
|
|
134222
|
-
},
|
|
134223
134204
|
"color": {
|
|
134224
134205
|
"defaultValue": {
|
|
134225
134206
|
"value": "\"default\""
|
|
134226
134207
|
},
|
|
134227
|
-
"description": "The color of the
|
|
134208
|
+
"description": "The color of the header navigation.",
|
|
134228
134209
|
"name": "color",
|
|
134229
134210
|
"parent": {
|
|
134230
|
-
"fileName": "
|
|
134231
|
-
"name": "
|
|
134211
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
134212
|
+
"name": "HeaderNavigationProps"
|
|
134232
134213
|
},
|
|
134233
134214
|
"declarations": [
|
|
134234
134215
|
{
|
|
134235
|
-
"fileName": "
|
|
134236
|
-
"name": "
|
|
134216
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
134217
|
+
"name": "HeaderNavigationProps"
|
|
134237
134218
|
}
|
|
134238
134219
|
],
|
|
134239
134220
|
"required": false,
|
|
134240
134221
|
"type": {
|
|
134241
|
-
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\"
|
|
134222
|
+
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
|
|
134242
134223
|
}
|
|
134243
134224
|
},
|
|
134244
|
-
"
|
|
134245
|
-
"defaultValue":
|
|
134246
|
-
|
|
134247
|
-
|
|
134248
|
-
"description": "The text-wrap property of the text.",
|
|
134249
|
-
"name": "wrap",
|
|
134225
|
+
"ref": {
|
|
134226
|
+
"defaultValue": null,
|
|
134227
|
+
"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}",
|
|
134228
|
+
"name": "ref",
|
|
134250
134229
|
"parent": {
|
|
134251
|
-
"fileName": "
|
|
134252
|
-
"name": "
|
|
134230
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
134231
|
+
"name": "RefAttributes"
|
|
134253
134232
|
},
|
|
134254
134233
|
"declarations": [
|
|
134255
134234
|
{
|
|
134256
|
-
"fileName": "
|
|
134257
|
-
"name": "
|
|
134235
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
134236
|
+
"name": "RefAttributes"
|
|
134258
134237
|
}
|
|
134259
134238
|
],
|
|
134260
134239
|
"required": false,
|
|
134261
134240
|
"type": {
|
|
134262
|
-
"name": "
|
|
134241
|
+
"name": "Ref<HTMLSpanElement>"
|
|
134263
134242
|
}
|
|
134264
134243
|
},
|
|
134265
|
-
"
|
|
134244
|
+
"key": {
|
|
134266
134245
|
"defaultValue": null,
|
|
134267
134246
|
"description": "",
|
|
134268
|
-
"name": "
|
|
134247
|
+
"name": "key",
|
|
134269
134248
|
"parent": {
|
|
134270
|
-
"fileName": "flow/node_modules/.pnpm
|
|
134271
|
-
"name": "
|
|
134249
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
134250
|
+
"name": "Attributes"
|
|
134272
134251
|
},
|
|
134273
134252
|
"declarations": [
|
|
134274
134253
|
{
|
|
134275
|
-
"fileName": "flow/node_modules/.pnpm
|
|
134276
|
-
"name": "
|
|
134254
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
134255
|
+
"name": "Attributes"
|
|
134277
134256
|
}
|
|
134278
134257
|
],
|
|
134279
134258
|
"required": false,
|
|
134280
134259
|
"type": {
|
|
134281
|
-
"name": "
|
|
134260
|
+
"name": "Key | null"
|
|
134282
134261
|
}
|
|
134283
134262
|
},
|
|
134284
134263
|
"defaultChecked": {
|
|
@@ -139543,185 +139522,96 @@
|
|
|
139543
139522
|
"type": {
|
|
139544
139523
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
139545
139524
|
}
|
|
139546
|
-
}
|
|
139547
|
-
|
|
139548
|
-
|
|
139549
|
-
|
|
139550
|
-
|
|
139551
|
-
|
|
139552
|
-
|
|
139553
|
-
|
|
139554
|
-
|
|
139555
|
-
|
|
139556
|
-
|
|
139557
|
-
|
|
139558
|
-
|
|
139559
|
-
}
|
|
139560
|
-
],
|
|
139561
|
-
"required": false,
|
|
139562
|
-
"type": {
|
|
139563
|
-
"name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
|
|
139564
|
-
}
|
|
139565
|
-
},
|
|
139566
|
-
"wrapWith": {
|
|
139567
|
-
"defaultValue": null,
|
|
139568
|
-
"description": "",
|
|
139569
|
-
"name": "wrapWith",
|
|
139570
|
-
"parent": {
|
|
139571
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
139572
|
-
"name": "FlowComponentProps"
|
|
139573
|
-
},
|
|
139574
|
-
"declarations": [
|
|
139575
|
-
{
|
|
139576
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
139577
|
-
"name": "FlowComponentProps"
|
|
139578
|
-
}
|
|
139579
|
-
],
|
|
139580
|
-
"required": false,
|
|
139581
|
-
"type": {
|
|
139582
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
139583
|
-
}
|
|
139584
|
-
},
|
|
139585
|
-
"tunnel": {
|
|
139586
|
-
"defaultValue": null,
|
|
139587
|
-
"description": "@internal",
|
|
139588
|
-
"name": "tunnel",
|
|
139589
|
-
"parent": {
|
|
139590
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
139591
|
-
"name": "PropsWithTunnel"
|
|
139592
|
-
},
|
|
139593
|
-
"declarations": [
|
|
139594
|
-
{
|
|
139595
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
139596
|
-
"name": "PropsWithTunnel"
|
|
139597
|
-
}
|
|
139598
|
-
],
|
|
139599
|
-
"required": false,
|
|
139600
|
-
"type": {
|
|
139601
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
139602
|
-
}
|
|
139603
|
-
},
|
|
139604
|
-
"ref": {
|
|
139605
|
-
"defaultValue": null,
|
|
139606
|
-
"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}",
|
|
139607
|
-
"name": "ref",
|
|
139608
|
-
"parent": {
|
|
139609
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
139610
|
-
"name": "RefAttributes"
|
|
139611
|
-
},
|
|
139612
|
-
"declarations": [
|
|
139613
|
-
{
|
|
139614
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
139615
|
-
"name": "RefAttributes"
|
|
139616
|
-
}
|
|
139617
|
-
],
|
|
139618
|
-
"required": false,
|
|
139619
|
-
"type": {
|
|
139620
|
-
"name": "Ref<HTMLSpanElement>"
|
|
139621
|
-
}
|
|
139622
|
-
},
|
|
139623
|
-
"key": {
|
|
139525
|
+
}
|
|
139526
|
+
}
|
|
139527
|
+
},
|
|
139528
|
+
{
|
|
139529
|
+
"tags": {
|
|
139530
|
+
"flr-generate": "all"
|
|
139531
|
+
},
|
|
139532
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
|
|
139533
|
+
"description": "",
|
|
139534
|
+
"displayName": "Heading",
|
|
139535
|
+
"methods": [],
|
|
139536
|
+
"props": {
|
|
139537
|
+
"size": {
|
|
139624
139538
|
"defaultValue": null,
|
|
139625
|
-
"description": "",
|
|
139626
|
-
"name": "
|
|
139539
|
+
"description": "The font size of the heading.",
|
|
139540
|
+
"name": "size",
|
|
139627
139541
|
"parent": {
|
|
139628
|
-
"fileName": "
|
|
139629
|
-
"name": "
|
|
139542
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
139543
|
+
"name": "HeadingProps"
|
|
139630
139544
|
},
|
|
139631
139545
|
"declarations": [
|
|
139632
139546
|
{
|
|
139633
|
-
"fileName": "
|
|
139634
|
-
"name": "
|
|
139547
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
139548
|
+
"name": "HeadingProps"
|
|
139635
139549
|
}
|
|
139636
139550
|
],
|
|
139637
139551
|
"required": false,
|
|
139638
139552
|
"type": {
|
|
139639
|
-
"name": "
|
|
139553
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
|
|
139640
139554
|
}
|
|
139641
139555
|
},
|
|
139642
|
-
"elementType": {
|
|
139643
|
-
"defaultValue": null,
|
|
139644
|
-
"description": "",
|
|
139645
|
-
"name": "elementType",
|
|
139646
|
-
"declarations": [
|
|
139647
|
-
{
|
|
139648
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
139649
|
-
"name": "TypeLiteral"
|
|
139650
|
-
}
|
|
139651
|
-
],
|
|
139652
|
-
"required": false,
|
|
139653
|
-
"type": {
|
|
139654
|
-
"name": "\"span\" | \"p\" | ExoticComponent<{}>"
|
|
139655
|
-
}
|
|
139656
|
-
}
|
|
139657
|
-
}
|
|
139658
|
-
},
|
|
139659
|
-
{
|
|
139660
|
-
"tags": {
|
|
139661
|
-
"flr-generate": "all"
|
|
139662
|
-
},
|
|
139663
|
-
"filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
139664
|
-
"description": "",
|
|
139665
|
-
"displayName": "HeaderNavigation",
|
|
139666
|
-
"methods": [],
|
|
139667
|
-
"props": {
|
|
139668
139556
|
"color": {
|
|
139669
139557
|
"defaultValue": {
|
|
139670
139558
|
"value": "\"default\""
|
|
139671
139559
|
},
|
|
139672
|
-
"description": "The color of the
|
|
139560
|
+
"description": "The color of the heading.",
|
|
139673
139561
|
"name": "color",
|
|
139674
139562
|
"parent": {
|
|
139675
|
-
"fileName": "src/components/
|
|
139676
|
-
"name": "
|
|
139563
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
139564
|
+
"name": "HeadingProps"
|
|
139677
139565
|
},
|
|
139678
139566
|
"declarations": [
|
|
139679
139567
|
{
|
|
139680
|
-
"fileName": "src/components/
|
|
139681
|
-
"name": "
|
|
139568
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
139569
|
+
"name": "HeadingProps"
|
|
139682
139570
|
}
|
|
139683
139571
|
],
|
|
139684
139572
|
"required": false,
|
|
139685
139573
|
"type": {
|
|
139686
|
-
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
|
|
139574
|
+
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\""
|
|
139687
139575
|
}
|
|
139688
139576
|
},
|
|
139689
|
-
"
|
|
139690
|
-
"defaultValue":
|
|
139691
|
-
|
|
139692
|
-
|
|
139577
|
+
"wrap": {
|
|
139578
|
+
"defaultValue": {
|
|
139579
|
+
"value": "undefined"
|
|
139580
|
+
},
|
|
139581
|
+
"description": "The text-wrap property of the text.",
|
|
139582
|
+
"name": "wrap",
|
|
139693
139583
|
"parent": {
|
|
139694
|
-
"fileName": "
|
|
139695
|
-
"name": "
|
|
139584
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
139585
|
+
"name": "HeadingProps"
|
|
139696
139586
|
},
|
|
139697
139587
|
"declarations": [
|
|
139698
139588
|
{
|
|
139699
|
-
"fileName": "
|
|
139700
|
-
"name": "
|
|
139589
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
139590
|
+
"name": "HeadingProps"
|
|
139701
139591
|
}
|
|
139702
139592
|
],
|
|
139703
139593
|
"required": false,
|
|
139704
139594
|
"type": {
|
|
139705
|
-
"name": "
|
|
139595
|
+
"name": "\"wrap\" | \"balance\""
|
|
139706
139596
|
}
|
|
139707
139597
|
},
|
|
139708
|
-
"
|
|
139598
|
+
"level": {
|
|
139709
139599
|
"defaultValue": null,
|
|
139710
139600
|
"description": "",
|
|
139711
|
-
"name": "
|
|
139601
|
+
"name": "level",
|
|
139712
139602
|
"parent": {
|
|
139713
|
-
"fileName": "flow/node_modules/.pnpm
|
|
139714
|
-
"name": "
|
|
139603
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
139604
|
+
"name": "HeadingProps"
|
|
139715
139605
|
},
|
|
139716
139606
|
"declarations": [
|
|
139717
139607
|
{
|
|
139718
|
-
"fileName": "flow/node_modules/.pnpm
|
|
139719
|
-
"name": "
|
|
139608
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
139609
|
+
"name": "HeadingProps"
|
|
139720
139610
|
}
|
|
139721
139611
|
],
|
|
139722
139612
|
"required": false,
|
|
139723
139613
|
"type": {
|
|
139724
|
-
"name": "
|
|
139614
|
+
"name": "number"
|
|
139725
139615
|
}
|
|
139726
139616
|
},
|
|
139727
139617
|
"defaultChecked": {
|
|
@@ -144986,6 +144876,116 @@
|
|
|
144986
144876
|
"type": {
|
|
144987
144877
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
144988
144878
|
}
|
|
144879
|
+
},
|
|
144880
|
+
"render": {
|
|
144881
|
+
"defaultValue": null,
|
|
144882
|
+
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n* You must render the expected element type (e.g. if `<button>` is expected, you cannot render an `<a>`).\n* Only a single root DOM element can be rendered (no fragments).\n* You must pass through props and ref to the underlying DOM element, merging with your own prop as appropriate.",
|
|
144883
|
+
"name": "render",
|
|
144884
|
+
"parent": {
|
|
144885
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
144886
|
+
"name": "DOMRenderProps"
|
|
144887
|
+
},
|
|
144888
|
+
"declarations": [
|
|
144889
|
+
{
|
|
144890
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
144891
|
+
"name": "DOMRenderProps"
|
|
144892
|
+
}
|
|
144893
|
+
],
|
|
144894
|
+
"required": false,
|
|
144895
|
+
"type": {
|
|
144896
|
+
"name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
|
|
144897
|
+
}
|
|
144898
|
+
},
|
|
144899
|
+
"wrapWith": {
|
|
144900
|
+
"defaultValue": null,
|
|
144901
|
+
"description": "",
|
|
144902
|
+
"name": "wrapWith",
|
|
144903
|
+
"parent": {
|
|
144904
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
144905
|
+
"name": "FlowComponentProps"
|
|
144906
|
+
},
|
|
144907
|
+
"declarations": [
|
|
144908
|
+
{
|
|
144909
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
144910
|
+
"name": "FlowComponentProps"
|
|
144911
|
+
}
|
|
144912
|
+
],
|
|
144913
|
+
"required": false,
|
|
144914
|
+
"type": {
|
|
144915
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
144916
|
+
}
|
|
144917
|
+
},
|
|
144918
|
+
"tunnel": {
|
|
144919
|
+
"defaultValue": null,
|
|
144920
|
+
"description": "@internal",
|
|
144921
|
+
"name": "tunnel",
|
|
144922
|
+
"parent": {
|
|
144923
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
144924
|
+
"name": "PropsWithTunnel"
|
|
144925
|
+
},
|
|
144926
|
+
"declarations": [
|
|
144927
|
+
{
|
|
144928
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
144929
|
+
"name": "PropsWithTunnel"
|
|
144930
|
+
}
|
|
144931
|
+
],
|
|
144932
|
+
"required": false,
|
|
144933
|
+
"type": {
|
|
144934
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
144935
|
+
}
|
|
144936
|
+
},
|
|
144937
|
+
"ref": {
|
|
144938
|
+
"defaultValue": null,
|
|
144939
|
+
"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}",
|
|
144940
|
+
"name": "ref",
|
|
144941
|
+
"parent": {
|
|
144942
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144943
|
+
"name": "RefAttributes"
|
|
144944
|
+
},
|
|
144945
|
+
"declarations": [
|
|
144946
|
+
{
|
|
144947
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144948
|
+
"name": "RefAttributes"
|
|
144949
|
+
}
|
|
144950
|
+
],
|
|
144951
|
+
"required": false,
|
|
144952
|
+
"type": {
|
|
144953
|
+
"name": "Ref<HTMLSpanElement>"
|
|
144954
|
+
}
|
|
144955
|
+
},
|
|
144956
|
+
"key": {
|
|
144957
|
+
"defaultValue": null,
|
|
144958
|
+
"description": "",
|
|
144959
|
+
"name": "key",
|
|
144960
|
+
"parent": {
|
|
144961
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144962
|
+
"name": "Attributes"
|
|
144963
|
+
},
|
|
144964
|
+
"declarations": [
|
|
144965
|
+
{
|
|
144966
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144967
|
+
"name": "Attributes"
|
|
144968
|
+
}
|
|
144969
|
+
],
|
|
144970
|
+
"required": false,
|
|
144971
|
+
"type": {
|
|
144972
|
+
"name": "Key | null"
|
|
144973
|
+
}
|
|
144974
|
+
},
|
|
144975
|
+
"elementType": {
|
|
144976
|
+
"defaultValue": null,
|
|
144977
|
+
"description": "",
|
|
144978
|
+
"name": "elementType",
|
|
144979
|
+
"declarations": [
|
|
144980
|
+
{
|
|
144981
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
144982
|
+
"name": "TypeLiteral"
|
|
144983
|
+
}
|
|
144984
|
+
],
|
|
144985
|
+
"required": false,
|
|
144986
|
+
"type": {
|
|
144987
|
+
"name": "\"span\" | \"p\" | ExoticComponent<{}>"
|
|
144988
|
+
}
|
|
144989
144989
|
}
|
|
144990
144990
|
}
|
|
144991
144991
|
},
|
|
@@ -179872,6 +179872,89 @@
|
|
|
179872
179872
|
}
|
|
179873
179873
|
}
|
|
179874
179874
|
},
|
|
179875
|
+
{
|
|
179876
|
+
"tags": {
|
|
179877
|
+
"flr-generate": "all"
|
|
179878
|
+
},
|
|
179879
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
179880
|
+
"description": "",
|
|
179881
|
+
"displayName": "Div",
|
|
179882
|
+
"methods": [],
|
|
179883
|
+
"props": {
|
|
179884
|
+
"children": {
|
|
179885
|
+
"defaultValue": null,
|
|
179886
|
+
"description": "",
|
|
179887
|
+
"name": "children",
|
|
179888
|
+
"declarations": [
|
|
179889
|
+
{
|
|
179890
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
179891
|
+
"name": "TypeLiteral"
|
|
179892
|
+
}
|
|
179893
|
+
],
|
|
179894
|
+
"required": false,
|
|
179895
|
+
"type": {
|
|
179896
|
+
"name": "ReactNode"
|
|
179897
|
+
}
|
|
179898
|
+
},
|
|
179899
|
+
"className": {
|
|
179900
|
+
"defaultValue": null,
|
|
179901
|
+
"description": "The elements class name.",
|
|
179902
|
+
"name": "className",
|
|
179903
|
+
"parent": {
|
|
179904
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
179905
|
+
"name": "PropsWithClassName"
|
|
179906
|
+
},
|
|
179907
|
+
"declarations": [
|
|
179908
|
+
{
|
|
179909
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
179910
|
+
"name": "PropsWithClassName"
|
|
179911
|
+
}
|
|
179912
|
+
],
|
|
179913
|
+
"required": false,
|
|
179914
|
+
"type": {
|
|
179915
|
+
"name": "string"
|
|
179916
|
+
}
|
|
179917
|
+
},
|
|
179918
|
+
"ref": {
|
|
179919
|
+
"defaultValue": null,
|
|
179920
|
+
"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}",
|
|
179921
|
+
"name": "ref",
|
|
179922
|
+
"parent": {
|
|
179923
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
179924
|
+
"name": "RefAttributes"
|
|
179925
|
+
},
|
|
179926
|
+
"declarations": [
|
|
179927
|
+
{
|
|
179928
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
179929
|
+
"name": "RefAttributes"
|
|
179930
|
+
}
|
|
179931
|
+
],
|
|
179932
|
+
"required": false,
|
|
179933
|
+
"type": {
|
|
179934
|
+
"name": "Ref<HTMLSpanElement>"
|
|
179935
|
+
}
|
|
179936
|
+
},
|
|
179937
|
+
"key": {
|
|
179938
|
+
"defaultValue": null,
|
|
179939
|
+
"description": "",
|
|
179940
|
+
"name": "key",
|
|
179941
|
+
"parent": {
|
|
179942
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
179943
|
+
"name": "Attributes"
|
|
179944
|
+
},
|
|
179945
|
+
"declarations": [
|
|
179946
|
+
{
|
|
179947
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
179948
|
+
"name": "Attributes"
|
|
179949
|
+
}
|
|
179950
|
+
],
|
|
179951
|
+
"required": false,
|
|
179952
|
+
"type": {
|
|
179953
|
+
"name": "Key | null"
|
|
179954
|
+
}
|
|
179955
|
+
}
|
|
179956
|
+
}
|
|
179957
|
+
},
|
|
179875
179958
|
{
|
|
179876
179959
|
"tags": {
|
|
179877
179960
|
"flr-generate": "all"
|
|
@@ -181586,89 +181669,6 @@
|
|
|
181586
181669
|
}
|
|
181587
181670
|
}
|
|
181588
181671
|
},
|
|
181589
|
-
{
|
|
181590
|
-
"tags": {
|
|
181591
|
-
"flr-generate": "all"
|
|
181592
|
-
},
|
|
181593
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
181594
|
-
"description": "",
|
|
181595
|
-
"displayName": "Div",
|
|
181596
|
-
"methods": [],
|
|
181597
|
-
"props": {
|
|
181598
|
-
"children": {
|
|
181599
|
-
"defaultValue": null,
|
|
181600
|
-
"description": "",
|
|
181601
|
-
"name": "children",
|
|
181602
|
-
"declarations": [
|
|
181603
|
-
{
|
|
181604
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
181605
|
-
"name": "TypeLiteral"
|
|
181606
|
-
}
|
|
181607
|
-
],
|
|
181608
|
-
"required": false,
|
|
181609
|
-
"type": {
|
|
181610
|
-
"name": "ReactNode"
|
|
181611
|
-
}
|
|
181612
|
-
},
|
|
181613
|
-
"className": {
|
|
181614
|
-
"defaultValue": null,
|
|
181615
|
-
"description": "The elements class name.",
|
|
181616
|
-
"name": "className",
|
|
181617
|
-
"parent": {
|
|
181618
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
181619
|
-
"name": "PropsWithClassName"
|
|
181620
|
-
},
|
|
181621
|
-
"declarations": [
|
|
181622
|
-
{
|
|
181623
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
181624
|
-
"name": "PropsWithClassName"
|
|
181625
|
-
}
|
|
181626
|
-
],
|
|
181627
|
-
"required": false,
|
|
181628
|
-
"type": {
|
|
181629
|
-
"name": "string"
|
|
181630
|
-
}
|
|
181631
|
-
},
|
|
181632
|
-
"ref": {
|
|
181633
|
-
"defaultValue": null,
|
|
181634
|
-
"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}",
|
|
181635
|
-
"name": "ref",
|
|
181636
|
-
"parent": {
|
|
181637
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
181638
|
-
"name": "RefAttributes"
|
|
181639
|
-
},
|
|
181640
|
-
"declarations": [
|
|
181641
|
-
{
|
|
181642
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
181643
|
-
"name": "RefAttributes"
|
|
181644
|
-
}
|
|
181645
|
-
],
|
|
181646
|
-
"required": false,
|
|
181647
|
-
"type": {
|
|
181648
|
-
"name": "Ref<HTMLSpanElement>"
|
|
181649
|
-
}
|
|
181650
|
-
},
|
|
181651
|
-
"key": {
|
|
181652
|
-
"defaultValue": null,
|
|
181653
|
-
"description": "",
|
|
181654
|
-
"name": "key",
|
|
181655
|
-
"parent": {
|
|
181656
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
181657
|
-
"name": "Attributes"
|
|
181658
|
-
},
|
|
181659
|
-
"declarations": [
|
|
181660
|
-
{
|
|
181661
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
181662
|
-
"name": "Attributes"
|
|
181663
|
-
}
|
|
181664
|
-
],
|
|
181665
|
-
"required": false,
|
|
181666
|
-
"type": {
|
|
181667
|
-
"name": "Key | null"
|
|
181668
|
-
}
|
|
181669
|
-
}
|
|
181670
|
-
}
|
|
181671
|
-
},
|
|
181672
181672
|
{
|
|
181673
181673
|
"tags": {
|
|
181674
181674
|
"flr-generate": "all"
|
|
@@ -285588,30 +285588,6 @@
|
|
|
285588
285588
|
}
|
|
285589
285589
|
}
|
|
285590
285590
|
},
|
|
285591
|
-
{
|
|
285592
|
-
"tags": {},
|
|
285593
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
285594
|
-
"description": "",
|
|
285595
|
-
"displayName": "RouterProvider",
|
|
285596
|
-
"methods": [],
|
|
285597
|
-
"props": {
|
|
285598
|
-
"children": {
|
|
285599
|
-
"defaultValue": null,
|
|
285600
|
-
"description": "",
|
|
285601
|
-
"name": "children",
|
|
285602
|
-
"declarations": [
|
|
285603
|
-
{
|
|
285604
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
285605
|
-
"name": "TypeLiteral"
|
|
285606
|
-
}
|
|
285607
|
-
],
|
|
285608
|
-
"required": false,
|
|
285609
|
-
"type": {
|
|
285610
|
-
"name": "ReactNode"
|
|
285611
|
-
}
|
|
285612
|
-
}
|
|
285613
|
-
}
|
|
285614
|
-
},
|
|
285615
285591
|
{
|
|
285616
285592
|
"tags": {
|
|
285617
285593
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -291115,174 +291091,198 @@
|
|
|
291115
291091
|
}
|
|
291116
291092
|
},
|
|
291117
291093
|
{
|
|
291118
|
-
"tags": {
|
|
291119
|
-
|
|
291120
|
-
},
|
|
291121
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
|
|
291094
|
+
"tags": {},
|
|
291095
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
291122
291096
|
"description": "",
|
|
291123
|
-
"displayName": "
|
|
291097
|
+
"displayName": "RouterProvider",
|
|
291124
291098
|
"methods": [],
|
|
291125
291099
|
"props": {
|
|
291126
|
-
"
|
|
291127
|
-
"defaultValue": null,
|
|
291128
|
-
"description": "
|
|
291129
|
-
"name": "
|
|
291130
|
-
"
|
|
291131
|
-
|
|
291132
|
-
|
|
291133
|
-
|
|
291134
|
-
|
|
291135
|
-
|
|
291136
|
-
|
|
291137
|
-
|
|
291138
|
-
|
|
291139
|
-
|
|
291140
|
-
|
|
291141
|
-
|
|
291142
|
-
|
|
291143
|
-
|
|
291144
|
-
|
|
291145
|
-
"
|
|
291146
|
-
|
|
291147
|
-
|
|
291148
|
-
|
|
291149
|
-
|
|
291150
|
-
|
|
291151
|
-
|
|
291152
|
-
|
|
291153
|
-
"
|
|
291154
|
-
|
|
291155
|
-
|
|
291156
|
-
|
|
291157
|
-
|
|
291158
|
-
|
|
291159
|
-
|
|
291160
|
-
"
|
|
291161
|
-
|
|
291162
|
-
|
|
291163
|
-
|
|
291164
|
-
|
|
291165
|
-
|
|
291166
|
-
"
|
|
291167
|
-
"
|
|
291168
|
-
|
|
291169
|
-
|
|
291170
|
-
|
|
291171
|
-
|
|
291172
|
-
"
|
|
291173
|
-
|
|
291174
|
-
|
|
291175
|
-
|
|
291176
|
-
|
|
291177
|
-
|
|
291178
|
-
|
|
291179
|
-
"
|
|
291180
|
-
|
|
291181
|
-
|
|
291182
|
-
|
|
291183
|
-
|
|
291184
|
-
|
|
291185
|
-
"
|
|
291186
|
-
"
|
|
291187
|
-
|
|
291188
|
-
|
|
291189
|
-
|
|
291190
|
-
|
|
291191
|
-
"
|
|
291192
|
-
|
|
291193
|
-
|
|
291194
|
-
|
|
291195
|
-
|
|
291196
|
-
|
|
291197
|
-
|
|
291198
|
-
"
|
|
291199
|
-
|
|
291200
|
-
|
|
291201
|
-
|
|
291202
|
-
|
|
291203
|
-
|
|
291204
|
-
|
|
291205
|
-
|
|
291206
|
-
|
|
291207
|
-
|
|
291208
|
-
|
|
291209
|
-
|
|
291210
|
-
|
|
291211
|
-
|
|
291212
|
-
"
|
|
291213
|
-
|
|
291214
|
-
|
|
291215
|
-
|
|
291216
|
-
|
|
291217
|
-
|
|
291218
|
-
|
|
291219
|
-
|
|
291220
|
-
|
|
291221
|
-
|
|
291222
|
-
|
|
291223
|
-
|
|
291224
|
-
"
|
|
291225
|
-
"
|
|
291226
|
-
}
|
|
291227
|
-
|
|
291228
|
-
|
|
291229
|
-
"
|
|
291230
|
-
"
|
|
291231
|
-
|
|
291232
|
-
|
|
291233
|
-
"
|
|
291234
|
-
|
|
291235
|
-
|
|
291236
|
-
|
|
291237
|
-
|
|
291238
|
-
|
|
291239
|
-
|
|
291240
|
-
|
|
291241
|
-
|
|
291242
|
-
|
|
291243
|
-
|
|
291244
|
-
|
|
291245
|
-
"
|
|
291246
|
-
"
|
|
291247
|
-
}
|
|
291248
|
-
|
|
291249
|
-
|
|
291250
|
-
"
|
|
291251
|
-
"
|
|
291252
|
-
|
|
291253
|
-
|
|
291254
|
-
"
|
|
291255
|
-
|
|
291256
|
-
|
|
291257
|
-
|
|
291258
|
-
|
|
291259
|
-
|
|
291260
|
-
|
|
291261
|
-
|
|
291262
|
-
|
|
291263
|
-
|
|
291264
|
-
|
|
291265
|
-
|
|
291266
|
-
"
|
|
291267
|
-
"
|
|
291268
|
-
}
|
|
291269
|
-
|
|
291270
|
-
|
|
291271
|
-
"
|
|
291272
|
-
"
|
|
291273
|
-
|
|
291274
|
-
|
|
291275
|
-
"
|
|
291276
|
-
|
|
291277
|
-
|
|
291278
|
-
|
|
291279
|
-
|
|
291280
|
-
|
|
291281
|
-
|
|
291282
|
-
|
|
291283
|
-
|
|
291284
|
-
|
|
291285
|
-
|
|
291100
|
+
"children": {
|
|
291101
|
+
"defaultValue": null,
|
|
291102
|
+
"description": "",
|
|
291103
|
+
"name": "children",
|
|
291104
|
+
"declarations": [
|
|
291105
|
+
{
|
|
291106
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
291107
|
+
"name": "TypeLiteral"
|
|
291108
|
+
}
|
|
291109
|
+
],
|
|
291110
|
+
"required": false,
|
|
291111
|
+
"type": {
|
|
291112
|
+
"name": "ReactNode"
|
|
291113
|
+
}
|
|
291114
|
+
}
|
|
291115
|
+
}
|
|
291116
|
+
},
|
|
291117
|
+
{
|
|
291118
|
+
"tags": {
|
|
291119
|
+
"flr-generate": "all"
|
|
291120
|
+
},
|
|
291121
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
|
|
291122
|
+
"description": "",
|
|
291123
|
+
"displayName": "TooltipTrigger",
|
|
291124
|
+
"methods": [],
|
|
291125
|
+
"props": {
|
|
291126
|
+
"isOpen": {
|
|
291127
|
+
"defaultValue": null,
|
|
291128
|
+
"description": "Whether the element is rendered.",
|
|
291129
|
+
"name": "isOpen",
|
|
291130
|
+
"parent": {
|
|
291131
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291132
|
+
"name": "PositionProps"
|
|
291133
|
+
},
|
|
291134
|
+
"declarations": [
|
|
291135
|
+
{
|
|
291136
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291137
|
+
"name": "PositionProps"
|
|
291138
|
+
}
|
|
291139
|
+
],
|
|
291140
|
+
"required": false,
|
|
291141
|
+
"type": {
|
|
291142
|
+
"name": "boolean"
|
|
291143
|
+
}
|
|
291144
|
+
},
|
|
291145
|
+
"defaultOpen": {
|
|
291146
|
+
"defaultValue": null,
|
|
291147
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
291148
|
+
"name": "defaultOpen",
|
|
291149
|
+
"parent": {
|
|
291150
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291151
|
+
"name": "OverlayTriggerProps"
|
|
291152
|
+
},
|
|
291153
|
+
"declarations": [
|
|
291154
|
+
{
|
|
291155
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291156
|
+
"name": "OverlayTriggerProps"
|
|
291157
|
+
}
|
|
291158
|
+
],
|
|
291159
|
+
"required": false,
|
|
291160
|
+
"type": {
|
|
291161
|
+
"name": "boolean"
|
|
291162
|
+
}
|
|
291163
|
+
},
|
|
291164
|
+
"onOpenChange": {
|
|
291165
|
+
"defaultValue": null,
|
|
291166
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
291167
|
+
"name": "onOpenChange",
|
|
291168
|
+
"parent": {
|
|
291169
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291170
|
+
"name": "OverlayTriggerProps"
|
|
291171
|
+
},
|
|
291172
|
+
"declarations": [
|
|
291173
|
+
{
|
|
291174
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.4_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
291175
|
+
"name": "OverlayTriggerProps"
|
|
291176
|
+
}
|
|
291177
|
+
],
|
|
291178
|
+
"required": false,
|
|
291179
|
+
"type": {
|
|
291180
|
+
"name": "((isOpen: boolean) => void)"
|
|
291181
|
+
}
|
|
291182
|
+
},
|
|
291183
|
+
"isDisabled": {
|
|
291184
|
+
"defaultValue": null,
|
|
291185
|
+
"description": "Whether the tooltip should be disabled, independent from the trigger.",
|
|
291186
|
+
"name": "isDisabled",
|
|
291187
|
+
"parent": {
|
|
291188
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291189
|
+
"name": "TooltipTriggerProps"
|
|
291190
|
+
},
|
|
291191
|
+
"declarations": [
|
|
291192
|
+
{
|
|
291193
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291194
|
+
"name": "TooltipTriggerProps"
|
|
291195
|
+
}
|
|
291196
|
+
],
|
|
291197
|
+
"required": false,
|
|
291198
|
+
"type": {
|
|
291199
|
+
"name": "boolean"
|
|
291200
|
+
}
|
|
291201
|
+
},
|
|
291202
|
+
"trigger": {
|
|
291203
|
+
"defaultValue": {
|
|
291204
|
+
"value": "'hover'"
|
|
291205
|
+
},
|
|
291206
|
+
"description": "By default, opens for both focus and hover. Can be made to open only for focus.",
|
|
291207
|
+
"name": "trigger",
|
|
291208
|
+
"parent": {
|
|
291209
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291210
|
+
"name": "TooltipTriggerProps"
|
|
291211
|
+
},
|
|
291212
|
+
"declarations": [
|
|
291213
|
+
{
|
|
291214
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291215
|
+
"name": "TooltipTriggerProps"
|
|
291216
|
+
}
|
|
291217
|
+
],
|
|
291218
|
+
"required": false,
|
|
291219
|
+
"type": {
|
|
291220
|
+
"name": "\"hover\" | \"focus\""
|
|
291221
|
+
}
|
|
291222
|
+
},
|
|
291223
|
+
"delay": {
|
|
291224
|
+
"defaultValue": {
|
|
291225
|
+
"value": "1500"
|
|
291226
|
+
},
|
|
291227
|
+
"description": "The delay time for the tooltip to show up. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Immediate-or-delayed-appearance).",
|
|
291228
|
+
"name": "delay",
|
|
291229
|
+
"parent": {
|
|
291230
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291231
|
+
"name": "TooltipTriggerProps"
|
|
291232
|
+
},
|
|
291233
|
+
"declarations": [
|
|
291234
|
+
{
|
|
291235
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291236
|
+
"name": "TooltipTriggerProps"
|
|
291237
|
+
}
|
|
291238
|
+
],
|
|
291239
|
+
"required": false,
|
|
291240
|
+
"type": {
|
|
291241
|
+
"name": "number"
|
|
291242
|
+
}
|
|
291243
|
+
},
|
|
291244
|
+
"closeDelay": {
|
|
291245
|
+
"defaultValue": {
|
|
291246
|
+
"value": "500"
|
|
291247
|
+
},
|
|
291248
|
+
"description": "The delay time for the tooltip to close. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Warmup-and-cooldown).",
|
|
291249
|
+
"name": "closeDelay",
|
|
291250
|
+
"parent": {
|
|
291251
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291252
|
+
"name": "TooltipTriggerProps"
|
|
291253
|
+
},
|
|
291254
|
+
"declarations": [
|
|
291255
|
+
{
|
|
291256
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291257
|
+
"name": "TooltipTriggerProps"
|
|
291258
|
+
}
|
|
291259
|
+
],
|
|
291260
|
+
"required": false,
|
|
291261
|
+
"type": {
|
|
291262
|
+
"name": "number"
|
|
291263
|
+
}
|
|
291264
|
+
},
|
|
291265
|
+
"shouldCloseOnPress": {
|
|
291266
|
+
"defaultValue": {
|
|
291267
|
+
"value": "true"
|
|
291268
|
+
},
|
|
291269
|
+
"description": "Whether the tooltip should close when the trigger is pressed.",
|
|
291270
|
+
"name": "shouldCloseOnPress",
|
|
291271
|
+
"parent": {
|
|
291272
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291273
|
+
"name": "TooltipTriggerProps"
|
|
291274
|
+
},
|
|
291275
|
+
"declarations": [
|
|
291276
|
+
{
|
|
291277
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.2_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
291278
|
+
"name": "TooltipTriggerProps"
|
|
291279
|
+
}
|
|
291280
|
+
],
|
|
291281
|
+
"required": false,
|
|
291282
|
+
"type": {
|
|
291283
|
+
"name": "boolean"
|
|
291284
|
+
}
|
|
291285
|
+
},
|
|
291286
291286
|
"children": {
|
|
291287
291287
|
"defaultValue": null,
|
|
291288
291288
|
"description": "",
|
|
@@ -317451,14 +317451,6 @@
|
|
|
317451
317451
|
"methods": [],
|
|
317452
317452
|
"props": {}
|
|
317453
317453
|
},
|
|
317454
|
-
{
|
|
317455
|
-
"tags": {},
|
|
317456
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
317457
|
-
"description": "",
|
|
317458
|
-
"displayName": "Table",
|
|
317459
|
-
"methods": [],
|
|
317460
|
-
"props": {}
|
|
317461
|
-
},
|
|
317462
317454
|
{
|
|
317463
317455
|
"tags": {
|
|
317464
317456
|
"flr-generate": "all"
|
|
@@ -317582,6 +317574,14 @@
|
|
|
317582
317574
|
}
|
|
317583
317575
|
}
|
|
317584
317576
|
},
|
|
317577
|
+
{
|
|
317578
|
+
"tags": {},
|
|
317579
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
317580
|
+
"description": "",
|
|
317581
|
+
"displayName": "Table",
|
|
317582
|
+
"methods": [],
|
|
317583
|
+
"props": {}
|
|
317584
|
+
},
|
|
317585
317585
|
{
|
|
317586
317586
|
"tags": {},
|
|
317587
317587
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -346103,9 +346103,9 @@
|
|
|
346103
346103
|
"tags": {
|
|
346104
346104
|
"flr-generate": "all"
|
|
346105
346105
|
},
|
|
346106
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
346106
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
346107
346107
|
"description": "",
|
|
346108
|
-
"displayName": "
|
|
346108
|
+
"displayName": "GridList",
|
|
346109
346109
|
"methods": [],
|
|
346110
346110
|
"props": {
|
|
346111
346111
|
"className": {
|
|
@@ -346129,170 +346129,176 @@
|
|
|
346129
346129
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
346130
346130
|
}
|
|
346131
346131
|
},
|
|
346132
|
-
"
|
|
346133
|
-
"defaultValue":
|
|
346134
|
-
|
|
346135
|
-
|
|
346132
|
+
"disallowTypeAhead": {
|
|
346133
|
+
"defaultValue": {
|
|
346134
|
+
"value": "false"
|
|
346135
|
+
},
|
|
346136
|
+
"description": "Whether typeahead navigation is disabled.",
|
|
346137
|
+
"name": "disallowTypeAhead",
|
|
346136
346138
|
"parent": {
|
|
346137
346139
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346138
|
-
"name": "
|
|
346140
|
+
"name": "GridListProps"
|
|
346139
346141
|
},
|
|
346140
346142
|
"declarations": [
|
|
346141
346143
|
{
|
|
346142
346144
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346143
|
-
"name": "
|
|
346145
|
+
"name": "GridListProps"
|
|
346144
346146
|
}
|
|
346145
346147
|
],
|
|
346146
346148
|
"required": false,
|
|
346147
346149
|
"type": {
|
|
346148
|
-
"name": "
|
|
346150
|
+
"name": "boolean"
|
|
346149
346151
|
}
|
|
346150
346152
|
},
|
|
346151
|
-
"
|
|
346152
|
-
"defaultValue":
|
|
346153
|
-
|
|
346154
|
-
|
|
346153
|
+
"selectionBehavior": {
|
|
346154
|
+
"defaultValue": {
|
|
346155
|
+
"value": "\"toggle\""
|
|
346156
|
+
},
|
|
346157
|
+
"description": "How multiple selection should behave in the collection.",
|
|
346158
|
+
"name": "selectionBehavior",
|
|
346155
346159
|
"parent": {
|
|
346156
346160
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346157
|
-
"name": "
|
|
346161
|
+
"name": "TableProps"
|
|
346158
346162
|
},
|
|
346159
346163
|
"declarations": [
|
|
346160
346164
|
{
|
|
346161
346165
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346162
|
-
"name": "
|
|
346166
|
+
"name": "TableProps"
|
|
346163
346167
|
}
|
|
346164
346168
|
],
|
|
346165
346169
|
"required": false,
|
|
346166
346170
|
"type": {
|
|
346167
|
-
"name": "
|
|
346171
|
+
"name": "SelectionBehavior"
|
|
346168
346172
|
}
|
|
346169
346173
|
},
|
|
346170
|
-
"
|
|
346174
|
+
"dragAndDropHooks": {
|
|
346171
346175
|
"defaultValue": null,
|
|
346172
|
-
"description": "
|
|
346173
|
-
"name": "
|
|
346176
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
346177
|
+
"name": "dragAndDropHooks",
|
|
346174
346178
|
"parent": {
|
|
346175
346179
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346176
|
-
"name": "
|
|
346180
|
+
"name": "TableProps"
|
|
346177
346181
|
},
|
|
346178
346182
|
"declarations": [
|
|
346179
346183
|
{
|
|
346180
346184
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346181
|
-
"name": "
|
|
346185
|
+
"name": "TableProps"
|
|
346182
346186
|
}
|
|
346183
346187
|
],
|
|
346184
346188
|
"required": false,
|
|
346185
346189
|
"type": {
|
|
346186
|
-
"name": "
|
|
346190
|
+
"name": "DragAndDropHooks<object>"
|
|
346187
346191
|
}
|
|
346188
346192
|
},
|
|
346189
|
-
"
|
|
346193
|
+
"renderEmptyState": {
|
|
346190
346194
|
"defaultValue": null,
|
|
346191
|
-
"description": "
|
|
346192
|
-
"name": "
|
|
346195
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
346196
|
+
"name": "renderEmptyState",
|
|
346193
346197
|
"parent": {
|
|
346194
346198
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346195
|
-
"name": "
|
|
346199
|
+
"name": "ListBoxProps"
|
|
346196
346200
|
},
|
|
346197
346201
|
"declarations": [
|
|
346198
346202
|
{
|
|
346199
346203
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346200
|
-
"name": "
|
|
346204
|
+
"name": "ListBoxProps"
|
|
346201
346205
|
}
|
|
346202
346206
|
],
|
|
346203
346207
|
"required": false,
|
|
346204
346208
|
"type": {
|
|
346205
|
-
"name": "
|
|
346209
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
346206
346210
|
}
|
|
346207
346211
|
},
|
|
346208
|
-
"
|
|
346209
|
-
"defaultValue":
|
|
346210
|
-
|
|
346211
|
-
|
|
346212
|
+
"layout": {
|
|
346213
|
+
"defaultValue": {
|
|
346214
|
+
"value": "'stack'"
|
|
346215
|
+
},
|
|
346216
|
+
"description": "Whether the items are arranged in a stack or grid.",
|
|
346217
|
+
"name": "layout",
|
|
346212
346218
|
"parent": {
|
|
346213
346219
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346214
|
-
"name": "
|
|
346220
|
+
"name": "ListBoxProps"
|
|
346215
346221
|
},
|
|
346216
346222
|
"declarations": [
|
|
346217
346223
|
{
|
|
346218
346224
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346219
|
-
"name": "
|
|
346225
|
+
"name": "ListBoxProps"
|
|
346220
346226
|
}
|
|
346221
346227
|
],
|
|
346222
346228
|
"required": false,
|
|
346223
346229
|
"type": {
|
|
346224
|
-
"name": "
|
|
346230
|
+
"name": "\"grid\" | \"stack\""
|
|
346225
346231
|
}
|
|
346226
346232
|
},
|
|
346227
|
-
"
|
|
346233
|
+
"id": {
|
|
346228
346234
|
"defaultValue": null,
|
|
346229
|
-
"description": "The
|
|
346230
|
-
"name": "
|
|
346235
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
346236
|
+
"name": "id",
|
|
346231
346237
|
"parent": {
|
|
346232
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346233
|
-
"name": "
|
|
346238
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346239
|
+
"name": "DOMProps"
|
|
346234
346240
|
},
|
|
346235
346241
|
"declarations": [
|
|
346236
346242
|
{
|
|
346237
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346238
|
-
"name": "
|
|
346243
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346244
|
+
"name": "DOMProps"
|
|
346239
346245
|
}
|
|
346240
346246
|
],
|
|
346241
346247
|
"required": false,
|
|
346242
346248
|
"type": {
|
|
346243
|
-
"name": "
|
|
346249
|
+
"name": "string"
|
|
346244
346250
|
}
|
|
346245
346251
|
},
|
|
346246
|
-
"
|
|
346252
|
+
"aria-label": {
|
|
346247
346253
|
"defaultValue": null,
|
|
346248
|
-
"description": "
|
|
346249
|
-
"name": "
|
|
346254
|
+
"description": "Defines a string value that labels the current element.",
|
|
346255
|
+
"name": "aria-label",
|
|
346250
346256
|
"parent": {
|
|
346251
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346252
|
-
"name": "
|
|
346257
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346258
|
+
"name": "AriaLabelingProps"
|
|
346253
346259
|
},
|
|
346254
346260
|
"declarations": [
|
|
346255
346261
|
{
|
|
346256
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346257
|
-
"name": "
|
|
346262
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346263
|
+
"name": "AriaLabelingProps"
|
|
346258
346264
|
}
|
|
346259
346265
|
],
|
|
346260
346266
|
"required": false,
|
|
346261
346267
|
"type": {
|
|
346262
|
-
"name": "
|
|
346268
|
+
"name": "string"
|
|
346263
346269
|
}
|
|
346264
346270
|
},
|
|
346265
|
-
"
|
|
346271
|
+
"aria-labelledby": {
|
|
346266
346272
|
"defaultValue": null,
|
|
346267
|
-
"description": "
|
|
346268
|
-
"name": "
|
|
346273
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
346274
|
+
"name": "aria-labelledby",
|
|
346269
346275
|
"parent": {
|
|
346270
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346271
|
-
"name": "
|
|
346276
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346277
|
+
"name": "AriaLabelingProps"
|
|
346272
346278
|
},
|
|
346273
346279
|
"declarations": [
|
|
346274
346280
|
{
|
|
346275
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346276
|
-
"name": "
|
|
346281
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346282
|
+
"name": "AriaLabelingProps"
|
|
346277
346283
|
}
|
|
346278
346284
|
],
|
|
346279
346285
|
"required": false,
|
|
346280
346286
|
"type": {
|
|
346281
|
-
"name": "
|
|
346287
|
+
"name": "string"
|
|
346282
346288
|
}
|
|
346283
346289
|
},
|
|
346284
|
-
"
|
|
346290
|
+
"aria-describedby": {
|
|
346285
346291
|
"defaultValue": null,
|
|
346286
|
-
"description": "
|
|
346287
|
-
"name": "
|
|
346292
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
346293
|
+
"name": "aria-describedby",
|
|
346288
346294
|
"parent": {
|
|
346289
346295
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346290
|
-
"name": "
|
|
346296
|
+
"name": "AriaLabelingProps"
|
|
346291
346297
|
},
|
|
346292
346298
|
"declarations": [
|
|
346293
346299
|
{
|
|
346294
346300
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346295
|
-
"name": "
|
|
346301
|
+
"name": "AriaLabelingProps"
|
|
346296
346302
|
}
|
|
346297
346303
|
],
|
|
346298
346304
|
"required": false,
|
|
@@ -346300,18 +346306,18 @@
|
|
|
346300
346306
|
"name": "string"
|
|
346301
346307
|
}
|
|
346302
346308
|
},
|
|
346303
|
-
"
|
|
346309
|
+
"aria-details": {
|
|
346304
346310
|
"defaultValue": null,
|
|
346305
|
-
"description": "
|
|
346306
|
-
"name": "
|
|
346311
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
346312
|
+
"name": "aria-details",
|
|
346307
346313
|
"parent": {
|
|
346308
346314
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346309
|
-
"name": "
|
|
346315
|
+
"name": "AriaLabelingProps"
|
|
346310
346316
|
},
|
|
346311
346317
|
"declarations": [
|
|
346312
346318
|
{
|
|
346313
346319
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346314
|
-
"name": "
|
|
346320
|
+
"name": "AriaLabelingProps"
|
|
346315
346321
|
}
|
|
346316
346322
|
],
|
|
346317
346323
|
"required": false,
|
|
@@ -346319,308 +346325,352 @@
|
|
|
346319
346325
|
"name": "string"
|
|
346320
346326
|
}
|
|
346321
346327
|
},
|
|
346322
|
-
"
|
|
346328
|
+
"autoFocus": {
|
|
346323
346329
|
"defaultValue": null,
|
|
346324
|
-
"description": "
|
|
346325
|
-
"name": "
|
|
346330
|
+
"description": "Whether to auto focus the gridlist or an option.",
|
|
346331
|
+
"name": "autoFocus",
|
|
346326
346332
|
"parent": {
|
|
346327
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346328
|
-
"name": "
|
|
346333
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346334
|
+
"name": "GridListProps"
|
|
346329
346335
|
},
|
|
346330
346336
|
"declarations": [
|
|
346331
346337
|
{
|
|
346332
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346333
|
-
"name": "
|
|
346338
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346339
|
+
"name": "GridListProps"
|
|
346334
346340
|
}
|
|
346335
346341
|
],
|
|
346336
346342
|
"required": false,
|
|
346337
346343
|
"type": {
|
|
346338
|
-
"name": "
|
|
346344
|
+
"name": "boolean | FocusStrategy"
|
|
346339
346345
|
}
|
|
346340
346346
|
},
|
|
346341
|
-
"
|
|
346347
|
+
"items": {
|
|
346342
346348
|
"defaultValue": null,
|
|
346343
|
-
"description": "
|
|
346344
|
-
"name": "
|
|
346349
|
+
"description": "Item objects in the collection.",
|
|
346350
|
+
"name": "items",
|
|
346345
346351
|
"parent": {
|
|
346346
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346347
|
-
"name": "
|
|
346352
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346353
|
+
"name": "CollectionBase"
|
|
346348
346354
|
},
|
|
346349
346355
|
"declarations": [
|
|
346350
346356
|
{
|
|
346351
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346352
|
-
"name": "
|
|
346357
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346358
|
+
"name": "CollectionBase"
|
|
346353
346359
|
}
|
|
346354
346360
|
],
|
|
346355
346361
|
"required": false,
|
|
346356
346362
|
"type": {
|
|
346357
|
-
"name": "
|
|
346363
|
+
"name": "Iterable<object>"
|
|
346358
346364
|
}
|
|
346359
346365
|
},
|
|
346360
|
-
"
|
|
346366
|
+
"disallowEmptySelection": {
|
|
346361
346367
|
"defaultValue": null,
|
|
346362
|
-
"description": "
|
|
346363
|
-
"name": "
|
|
346368
|
+
"description": "Whether the collection allows empty selection.",
|
|
346369
|
+
"name": "disallowEmptySelection",
|
|
346364
346370
|
"parent": {
|
|
346365
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346366
|
-
"name": "
|
|
346371
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346372
|
+
"name": "MultipleSelection"
|
|
346367
346373
|
},
|
|
346368
346374
|
"declarations": [
|
|
346369
346375
|
{
|
|
346370
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346371
|
-
"name": "
|
|
346376
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346377
|
+
"name": "MultipleSelection"
|
|
346372
346378
|
}
|
|
346373
346379
|
],
|
|
346374
346380
|
"required": false,
|
|
346375
346381
|
"type": {
|
|
346376
|
-
"name": "
|
|
346382
|
+
"name": "boolean"
|
|
346377
346383
|
}
|
|
346378
346384
|
},
|
|
346379
|
-
"
|
|
346385
|
+
"defaultSelectedKeys": {
|
|
346380
346386
|
"defaultValue": null,
|
|
346381
|
-
"description": "
|
|
346382
|
-
"name": "
|
|
346387
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
346388
|
+
"name": "defaultSelectedKeys",
|
|
346383
346389
|
"parent": {
|
|
346384
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346385
|
-
"name": "
|
|
346390
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346391
|
+
"name": "MultipleSelection"
|
|
346386
346392
|
},
|
|
346387
346393
|
"declarations": [
|
|
346388
346394
|
{
|
|
346389
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346390
|
-
"name": "
|
|
346395
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346396
|
+
"name": "MultipleSelection"
|
|
346391
346397
|
}
|
|
346392
346398
|
],
|
|
346393
346399
|
"required": false,
|
|
346394
346400
|
"type": {
|
|
346395
|
-
"name": "
|
|
346401
|
+
"name": "\"all\" | Iterable<Key>"
|
|
346396
346402
|
}
|
|
346397
346403
|
},
|
|
346398
|
-
"
|
|
346404
|
+
"onSelectionChange": {
|
|
346399
346405
|
"defaultValue": null,
|
|
346400
|
-
"description": "
|
|
346401
|
-
"name": "
|
|
346406
|
+
"description": "Handler that is called when the selection changes.",
|
|
346407
|
+
"name": "onSelectionChange",
|
|
346402
346408
|
"parent": {
|
|
346403
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346404
|
-
"name": "
|
|
346409
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346410
|
+
"name": "MultipleSelection"
|
|
346405
346411
|
},
|
|
346406
346412
|
"declarations": [
|
|
346407
346413
|
{
|
|
346408
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346409
|
-
"name": "
|
|
346414
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346415
|
+
"name": "MultipleSelection"
|
|
346410
346416
|
}
|
|
346411
346417
|
],
|
|
346412
346418
|
"required": false,
|
|
346413
346419
|
"type": {
|
|
346414
|
-
"name": "
|
|
346420
|
+
"name": "((keys: Selection) => void)"
|
|
346415
346421
|
}
|
|
346416
346422
|
},
|
|
346417
|
-
"
|
|
346423
|
+
"disabledKeys": {
|
|
346418
346424
|
"defaultValue": null,
|
|
346419
|
-
"description": "
|
|
346420
|
-
"name": "
|
|
346425
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
346426
|
+
"name": "disabledKeys",
|
|
346421
346427
|
"parent": {
|
|
346422
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346423
|
-
"name": "
|
|
346428
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346429
|
+
"name": "CollectionBase"
|
|
346424
346430
|
},
|
|
346425
346431
|
"declarations": [
|
|
346426
346432
|
{
|
|
346427
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346428
|
-
"name": "
|
|
346433
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
346434
|
+
"name": "CollectionBase"
|
|
346429
346435
|
}
|
|
346430
346436
|
],
|
|
346431
346437
|
"required": false,
|
|
346432
346438
|
"type": {
|
|
346433
|
-
"name": "
|
|
346439
|
+
"name": "Iterable<Key>"
|
|
346434
346440
|
}
|
|
346435
346441
|
},
|
|
346436
|
-
"
|
|
346437
|
-
"defaultValue":
|
|
346438
|
-
|
|
346439
|
-
|
|
346442
|
+
"escapeKeyBehavior": {
|
|
346443
|
+
"defaultValue": {
|
|
346444
|
+
"value": "'clearSelection'"
|
|
346445
|
+
},
|
|
346446
|
+
"description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
346447
|
+
"name": "escapeKeyBehavior",
|
|
346440
346448
|
"parent": {
|
|
346441
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346442
|
-
"name": "
|
|
346449
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346450
|
+
"name": "AriaGridListProps"
|
|
346443
346451
|
},
|
|
346444
346452
|
"declarations": [
|
|
346445
346453
|
{
|
|
346446
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346447
|
-
"name": "
|
|
346454
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346455
|
+
"name": "AriaGridListProps"
|
|
346448
346456
|
}
|
|
346449
346457
|
],
|
|
346450
346458
|
"required": false,
|
|
346451
346459
|
"type": {
|
|
346452
|
-
"name": "
|
|
346460
|
+
"name": "\"none\" | \"clearSelection\""
|
|
346453
346461
|
}
|
|
346454
346462
|
},
|
|
346455
|
-
"
|
|
346463
|
+
"shouldSelectOnPressUp": {
|
|
346456
346464
|
"defaultValue": null,
|
|
346457
|
-
"description": "
|
|
346458
|
-
"name": "
|
|
346465
|
+
"description": "Whether selection should occur on press up instead of press down.",
|
|
346466
|
+
"name": "shouldSelectOnPressUp",
|
|
346459
346467
|
"parent": {
|
|
346460
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346461
|
-
"name": "
|
|
346468
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346469
|
+
"name": "GridListProps"
|
|
346462
346470
|
},
|
|
346463
346471
|
"declarations": [
|
|
346464
346472
|
{
|
|
346465
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346466
|
-
"name": "
|
|
346473
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346474
|
+
"name": "GridListProps"
|
|
346467
346475
|
}
|
|
346468
346476
|
],
|
|
346469
346477
|
"required": false,
|
|
346470
346478
|
"type": {
|
|
346471
|
-
"name": "
|
|
346479
|
+
"name": "boolean"
|
|
346472
346480
|
}
|
|
346473
346481
|
},
|
|
346474
|
-
"
|
|
346482
|
+
"selectionMode": {
|
|
346475
346483
|
"defaultValue": null,
|
|
346476
|
-
"description": "
|
|
346477
|
-
"name": "
|
|
346484
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
346485
|
+
"name": "selectionMode",
|
|
346478
346486
|
"parent": {
|
|
346479
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346480
|
-
"name": "
|
|
346487
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346488
|
+
"name": "MultipleSelection"
|
|
346481
346489
|
},
|
|
346482
346490
|
"declarations": [
|
|
346483
346491
|
{
|
|
346484
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346485
|
-
"name": "
|
|
346492
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346493
|
+
"name": "MultipleSelection"
|
|
346486
346494
|
}
|
|
346487
346495
|
],
|
|
346488
346496
|
"required": false,
|
|
346489
346497
|
"type": {
|
|
346490
|
-
"name": "
|
|
346498
|
+
"name": "SelectionMode"
|
|
346491
346499
|
}
|
|
346492
346500
|
},
|
|
346493
|
-
"
|
|
346501
|
+
"selectedKeys": {
|
|
346494
346502
|
"defaultValue": null,
|
|
346495
|
-
"description": "
|
|
346496
|
-
"name": "
|
|
346503
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
346504
|
+
"name": "selectedKeys",
|
|
346497
346505
|
"parent": {
|
|
346498
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346499
|
-
"name": "
|
|
346506
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346507
|
+
"name": "MultipleSelection"
|
|
346500
346508
|
},
|
|
346501
346509
|
"declarations": [
|
|
346502
346510
|
{
|
|
346503
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
346504
|
-
"name": "
|
|
346511
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
346512
|
+
"name": "MultipleSelection"
|
|
346505
346513
|
}
|
|
346506
346514
|
],
|
|
346507
346515
|
"required": false,
|
|
346508
346516
|
"type": {
|
|
346509
|
-
"name": "
|
|
346517
|
+
"name": "\"all\" | Iterable<Key>"
|
|
346510
346518
|
}
|
|
346511
346519
|
},
|
|
346512
|
-
"
|
|
346520
|
+
"disabledBehavior": {
|
|
346521
|
+
"defaultValue": {
|
|
346522
|
+
"value": "\"all\""
|
|
346523
|
+
},
|
|
346524
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
346525
|
+
"name": "disabledBehavior",
|
|
346526
|
+
"parent": {
|
|
346527
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346528
|
+
"name": "GridListProps"
|
|
346529
|
+
},
|
|
346530
|
+
"declarations": [
|
|
346531
|
+
{
|
|
346532
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346533
|
+
"name": "GridListProps"
|
|
346534
|
+
}
|
|
346535
|
+
],
|
|
346536
|
+
"required": false,
|
|
346537
|
+
"type": {
|
|
346538
|
+
"name": "DisabledBehavior"
|
|
346539
|
+
}
|
|
346540
|
+
},
|
|
346541
|
+
"onAction": {
|
|
346513
346542
|
"defaultValue": null,
|
|
346514
|
-
"description": "Handler that is called when a
|
|
346515
|
-
"name": "
|
|
346543
|
+
"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.",
|
|
346544
|
+
"name": "onAction",
|
|
346516
346545
|
"parent": {
|
|
346517
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346518
|
-
"name": "
|
|
346546
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346547
|
+
"name": "GridListProps"
|
|
346519
346548
|
},
|
|
346520
346549
|
"declarations": [
|
|
346521
346550
|
{
|
|
346522
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
346523
|
-
"name": "
|
|
346551
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346552
|
+
"name": "GridListProps"
|
|
346524
346553
|
}
|
|
346525
346554
|
],
|
|
346526
346555
|
"required": false,
|
|
346527
346556
|
"type": {
|
|
346528
|
-
"name": "((
|
|
346557
|
+
"name": "((key: Key) => void)"
|
|
346529
346558
|
}
|
|
346530
346559
|
},
|
|
346531
|
-
"
|
|
346560
|
+
"keyboardNavigationBehavior": {
|
|
346561
|
+
"defaultValue": {
|
|
346562
|
+
"value": "'arrow'"
|
|
346563
|
+
},
|
|
346564
|
+
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
346565
|
+
"name": "keyboardNavigationBehavior",
|
|
346566
|
+
"parent": {
|
|
346567
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346568
|
+
"name": "AriaGridListProps"
|
|
346569
|
+
},
|
|
346570
|
+
"declarations": [
|
|
346571
|
+
{
|
|
346572
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
346573
|
+
"name": "AriaGridListProps"
|
|
346574
|
+
}
|
|
346575
|
+
],
|
|
346576
|
+
"required": false,
|
|
346577
|
+
"type": {
|
|
346578
|
+
"name": "\"tab\" | \"arrow\""
|
|
346579
|
+
}
|
|
346580
|
+
},
|
|
346581
|
+
"children": {
|
|
346532
346582
|
"defaultValue": null,
|
|
346533
|
-
"description": "
|
|
346534
|
-
"name": "
|
|
346583
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
346584
|
+
"name": "children",
|
|
346535
346585
|
"parent": {
|
|
346536
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346537
|
-
"name": "
|
|
346586
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346587
|
+
"name": "TableProps"
|
|
346538
346588
|
},
|
|
346539
346589
|
"declarations": [
|
|
346540
346590
|
{
|
|
346541
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346542
|
-
"name": "
|
|
346591
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346592
|
+
"name": "TableProps"
|
|
346543
346593
|
}
|
|
346544
346594
|
],
|
|
346545
346595
|
"required": false,
|
|
346546
346596
|
"type": {
|
|
346547
|
-
"name": "
|
|
346597
|
+
"name": "ReactNode"
|
|
346548
346598
|
}
|
|
346549
346599
|
},
|
|
346550
|
-
"
|
|
346600
|
+
"dependencies": {
|
|
346551
346601
|
"defaultValue": null,
|
|
346552
|
-
"description": "
|
|
346553
|
-
"name": "
|
|
346602
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
346603
|
+
"name": "dependencies",
|
|
346554
346604
|
"parent": {
|
|
346555
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346556
|
-
"name": "
|
|
346605
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346606
|
+
"name": "CollectionProps"
|
|
346557
346607
|
},
|
|
346558
346608
|
"declarations": [
|
|
346559
346609
|
{
|
|
346560
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346561
|
-
"name": "
|
|
346610
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346611
|
+
"name": "CollectionProps"
|
|
346562
346612
|
}
|
|
346563
346613
|
],
|
|
346564
346614
|
"required": false,
|
|
346565
346615
|
"type": {
|
|
346566
|
-
"name": "
|
|
346616
|
+
"name": "readonly any[]"
|
|
346567
346617
|
}
|
|
346568
346618
|
},
|
|
346569
|
-
"
|
|
346619
|
+
"style": {
|
|
346570
346620
|
"defaultValue": null,
|
|
346571
|
-
"description": "
|
|
346572
|
-
"name": "
|
|
346621
|
+
"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.",
|
|
346622
|
+
"name": "style",
|
|
346573
346623
|
"parent": {
|
|
346574
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346575
|
-
"name": "
|
|
346624
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346625
|
+
"name": "StyleRenderProps"
|
|
346576
346626
|
},
|
|
346577
346627
|
"declarations": [
|
|
346578
346628
|
{
|
|
346579
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346580
|
-
"name": "
|
|
346629
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346630
|
+
"name": "StyleRenderProps"
|
|
346581
346631
|
}
|
|
346582
346632
|
],
|
|
346583
346633
|
"required": false,
|
|
346584
346634
|
"type": {
|
|
346585
|
-
"name": "
|
|
346635
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
346586
346636
|
}
|
|
346587
346637
|
},
|
|
346588
|
-
"
|
|
346638
|
+
"render": {
|
|
346589
346639
|
"defaultValue": null,
|
|
346590
|
-
"description": "
|
|
346591
|
-
"name": "
|
|
346640
|
+
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n* You must render the expected element type (e.g. if `<button>` is expected, you cannot render an `<a>`).\n* Only a single root DOM element can be rendered (no fragments).\n* You must pass through props and ref to the underlying DOM element, merging with your own prop as appropriate.",
|
|
346641
|
+
"name": "render",
|
|
346592
346642
|
"parent": {
|
|
346593
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346594
|
-
"name": "
|
|
346643
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346644
|
+
"name": "DOMRenderProps"
|
|
346595
346645
|
},
|
|
346596
346646
|
"declarations": [
|
|
346597
346647
|
{
|
|
346598
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346599
|
-
"name": "
|
|
346648
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346649
|
+
"name": "DOMRenderProps"
|
|
346600
346650
|
}
|
|
346601
346651
|
],
|
|
346602
346652
|
"required": false,
|
|
346603
346653
|
"type": {
|
|
346604
|
-
"name": "
|
|
346654
|
+
"name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
|
|
346605
346655
|
}
|
|
346606
346656
|
},
|
|
346607
|
-
"
|
|
346657
|
+
"slot": {
|
|
346608
346658
|
"defaultValue": null,
|
|
346609
|
-
"description": "",
|
|
346610
|
-
"name": "
|
|
346659
|
+
"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.",
|
|
346660
|
+
"name": "slot",
|
|
346611
346661
|
"parent": {
|
|
346612
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346613
|
-
"name": "
|
|
346662
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346663
|
+
"name": "SlotProps"
|
|
346614
346664
|
},
|
|
346615
346665
|
"declarations": [
|
|
346616
346666
|
{
|
|
346617
|
-
"fileName": "flow/node_modules/.pnpm
|
|
346618
|
-
"name": "
|
|
346667
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
346668
|
+
"name": "SlotProps"
|
|
346619
346669
|
}
|
|
346620
346670
|
],
|
|
346621
346671
|
"required": false,
|
|
346622
346672
|
"type": {
|
|
346623
|
-
"name": "
|
|
346673
|
+
"name": "string | null"
|
|
346624
346674
|
}
|
|
346625
346675
|
},
|
|
346626
346676
|
"dir": {
|
|
@@ -346699,6 +346749,44 @@
|
|
|
346699
346749
|
"name": "boolean"
|
|
346700
346750
|
}
|
|
346701
346751
|
},
|
|
346752
|
+
"translate": {
|
|
346753
|
+
"defaultValue": null,
|
|
346754
|
+
"description": "",
|
|
346755
|
+
"name": "translate",
|
|
346756
|
+
"parent": {
|
|
346757
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346758
|
+
"name": "GlobalDOMAttributes"
|
|
346759
|
+
},
|
|
346760
|
+
"declarations": [
|
|
346761
|
+
{
|
|
346762
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346763
|
+
"name": "GlobalDOMAttributes"
|
|
346764
|
+
}
|
|
346765
|
+
],
|
|
346766
|
+
"required": false,
|
|
346767
|
+
"type": {
|
|
346768
|
+
"name": "\"yes\" | \"no\""
|
|
346769
|
+
}
|
|
346770
|
+
},
|
|
346771
|
+
"onClick": {
|
|
346772
|
+
"defaultValue": null,
|
|
346773
|
+
"description": "",
|
|
346774
|
+
"name": "onClick",
|
|
346775
|
+
"parent": {
|
|
346776
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346777
|
+
"name": "GlobalDOMEvents"
|
|
346778
|
+
},
|
|
346779
|
+
"declarations": [
|
|
346780
|
+
{
|
|
346781
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
346782
|
+
"name": "GlobalDOMEvents"
|
|
346783
|
+
}
|
|
346784
|
+
],
|
|
346785
|
+
"required": false,
|
|
346786
|
+
"type": {
|
|
346787
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
346788
|
+
}
|
|
346789
|
+
},
|
|
346702
346790
|
"onClickCapture": {
|
|
346703
346791
|
"defaultValue": null,
|
|
346704
346792
|
"description": "",
|
|
@@ -347896,34 +347984,34 @@
|
|
|
347896
347984
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
347897
347985
|
}
|
|
347898
347986
|
},
|
|
347899
|
-
"
|
|
347987
|
+
"tileMaxWidth": {
|
|
347900
347988
|
"defaultValue": null,
|
|
347901
347989
|
"description": "",
|
|
347902
|
-
"name": "
|
|
347990
|
+
"name": "tileMaxWidth",
|
|
347903
347991
|
"declarations": [
|
|
347904
347992
|
{
|
|
347905
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
347993
|
+
"fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
347906
347994
|
"name": "TypeLiteral"
|
|
347907
347995
|
}
|
|
347908
347996
|
],
|
|
347909
|
-
"required":
|
|
347997
|
+
"required": true,
|
|
347910
347998
|
"type": {
|
|
347911
|
-
"name": "
|
|
347999
|
+
"name": "number"
|
|
347912
348000
|
}
|
|
347913
348001
|
},
|
|
347914
|
-
"
|
|
348002
|
+
"emptyView": {
|
|
347915
348003
|
"defaultValue": null,
|
|
347916
348004
|
"description": "",
|
|
347917
|
-
"name": "
|
|
348005
|
+
"name": "emptyView",
|
|
347918
348006
|
"declarations": [
|
|
347919
348007
|
{
|
|
347920
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
348008
|
+
"fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
|
|
347921
348009
|
"name": "TypeLiteral"
|
|
347922
348010
|
}
|
|
347923
348011
|
],
|
|
347924
348012
|
"required": false,
|
|
347925
348013
|
"type": {
|
|
347926
|
-
"name": "
|
|
348014
|
+
"name": "ReactNode"
|
|
347927
348015
|
}
|
|
347928
348016
|
}
|
|
347929
348017
|
}
|
|
@@ -347932,9 +348020,9 @@
|
|
|
347932
348020
|
"tags": {
|
|
347933
348021
|
"flr-generate": "all"
|
|
347934
348022
|
},
|
|
347935
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/
|
|
348023
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
347936
348024
|
"description": "",
|
|
347937
|
-
"displayName": "
|
|
348025
|
+
"displayName": "GridListItem",
|
|
347938
348026
|
"methods": [],
|
|
347939
348027
|
"props": {
|
|
347940
348028
|
"className": {
|
|
@@ -347958,195 +348046,56 @@
|
|
|
347958
348046
|
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
347959
348047
|
}
|
|
347960
348048
|
},
|
|
347961
|
-
"
|
|
347962
|
-
"defaultValue": {
|
|
347963
|
-
"value": "false"
|
|
347964
|
-
},
|
|
347965
|
-
"description": "Whether typeahead navigation is disabled.",
|
|
347966
|
-
"name": "disallowTypeAhead",
|
|
347967
|
-
"parent": {
|
|
347968
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
347969
|
-
"name": "GridListProps"
|
|
347970
|
-
},
|
|
347971
|
-
"declarations": [
|
|
347972
|
-
{
|
|
347973
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
347974
|
-
"name": "GridListProps"
|
|
347975
|
-
}
|
|
347976
|
-
],
|
|
347977
|
-
"required": false,
|
|
347978
|
-
"type": {
|
|
347979
|
-
"name": "boolean"
|
|
347980
|
-
}
|
|
347981
|
-
},
|
|
347982
|
-
"selectionBehavior": {
|
|
347983
|
-
"defaultValue": {
|
|
347984
|
-
"value": "\"toggle\""
|
|
347985
|
-
},
|
|
347986
|
-
"description": "How multiple selection should behave in the collection.",
|
|
347987
|
-
"name": "selectionBehavior",
|
|
347988
|
-
"parent": {
|
|
347989
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
347990
|
-
"name": "TableProps"
|
|
347991
|
-
},
|
|
347992
|
-
"declarations": [
|
|
347993
|
-
{
|
|
347994
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
347995
|
-
"name": "TableProps"
|
|
347996
|
-
}
|
|
347997
|
-
],
|
|
347998
|
-
"required": false,
|
|
347999
|
-
"type": {
|
|
348000
|
-
"name": "SelectionBehavior"
|
|
348001
|
-
}
|
|
348002
|
-
},
|
|
348003
|
-
"dragAndDropHooks": {
|
|
348049
|
+
"id": {
|
|
348004
348050
|
"defaultValue": null,
|
|
348005
|
-
"description": "The
|
|
348006
|
-
"name": "
|
|
348051
|
+
"description": "The unique id of the item.",
|
|
348052
|
+
"name": "id",
|
|
348007
348053
|
"parent": {
|
|
348008
348054
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348009
|
-
"name": "
|
|
348055
|
+
"name": "MenuItemProps"
|
|
348010
348056
|
},
|
|
348011
348057
|
"declarations": [
|
|
348012
348058
|
{
|
|
348013
348059
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348014
|
-
"name": "
|
|
348060
|
+
"name": "MenuItemProps"
|
|
348015
348061
|
}
|
|
348016
348062
|
],
|
|
348017
348063
|
"required": false,
|
|
348018
348064
|
"type": {
|
|
348019
|
-
"name": "
|
|
348065
|
+
"name": "Key"
|
|
348020
348066
|
}
|
|
348021
348067
|
},
|
|
348022
|
-
"
|
|
348068
|
+
"value": {
|
|
348023
348069
|
"defaultValue": null,
|
|
348024
|
-
"description": "
|
|
348025
|
-
"name": "
|
|
348070
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
348071
|
+
"name": "value",
|
|
348026
348072
|
"parent": {
|
|
348027
348073
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348028
|
-
"name": "
|
|
348074
|
+
"name": "MenuItemProps"
|
|
348029
348075
|
},
|
|
348030
348076
|
"declarations": [
|
|
348031
348077
|
{
|
|
348032
348078
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348033
|
-
"name": "
|
|
348079
|
+
"name": "MenuItemProps"
|
|
348034
348080
|
}
|
|
348035
348081
|
],
|
|
348036
348082
|
"required": false,
|
|
348037
348083
|
"type": {
|
|
348038
|
-
"name": "
|
|
348084
|
+
"name": "object"
|
|
348039
348085
|
}
|
|
348040
348086
|
},
|
|
348041
|
-
"
|
|
348042
|
-
"defaultValue":
|
|
348043
|
-
|
|
348044
|
-
|
|
348045
|
-
"description": "Whether the items are arranged in a stack or grid.",
|
|
348046
|
-
"name": "layout",
|
|
348087
|
+
"textValue": {
|
|
348088
|
+
"defaultValue": null,
|
|
348089
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
348090
|
+
"name": "textValue",
|
|
348047
348091
|
"parent": {
|
|
348048
348092
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348049
|
-
"name": "
|
|
348093
|
+
"name": "ListBoxItemProps"
|
|
348050
348094
|
},
|
|
348051
348095
|
"declarations": [
|
|
348052
348096
|
{
|
|
348053
348097
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348054
|
-
"name": "
|
|
348055
|
-
}
|
|
348056
|
-
],
|
|
348057
|
-
"required": false,
|
|
348058
|
-
"type": {
|
|
348059
|
-
"name": "\"grid\" | \"stack\""
|
|
348060
|
-
}
|
|
348061
|
-
},
|
|
348062
|
-
"id": {
|
|
348063
|
-
"defaultValue": null,
|
|
348064
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
348065
|
-
"name": "id",
|
|
348066
|
-
"parent": {
|
|
348067
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348068
|
-
"name": "DOMProps"
|
|
348069
|
-
},
|
|
348070
|
-
"declarations": [
|
|
348071
|
-
{
|
|
348072
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348073
|
-
"name": "DOMProps"
|
|
348074
|
-
}
|
|
348075
|
-
],
|
|
348076
|
-
"required": false,
|
|
348077
|
-
"type": {
|
|
348078
|
-
"name": "string"
|
|
348079
|
-
}
|
|
348080
|
-
},
|
|
348081
|
-
"aria-label": {
|
|
348082
|
-
"defaultValue": null,
|
|
348083
|
-
"description": "Defines a string value that labels the current element.",
|
|
348084
|
-
"name": "aria-label",
|
|
348085
|
-
"parent": {
|
|
348086
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348087
|
-
"name": "AriaLabelingProps"
|
|
348088
|
-
},
|
|
348089
|
-
"declarations": [
|
|
348090
|
-
{
|
|
348091
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348092
|
-
"name": "AriaLabelingProps"
|
|
348093
|
-
}
|
|
348094
|
-
],
|
|
348095
|
-
"required": false,
|
|
348096
|
-
"type": {
|
|
348097
|
-
"name": "string"
|
|
348098
|
-
}
|
|
348099
|
-
},
|
|
348100
|
-
"aria-labelledby": {
|
|
348101
|
-
"defaultValue": null,
|
|
348102
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
348103
|
-
"name": "aria-labelledby",
|
|
348104
|
-
"parent": {
|
|
348105
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348106
|
-
"name": "AriaLabelingProps"
|
|
348107
|
-
},
|
|
348108
|
-
"declarations": [
|
|
348109
|
-
{
|
|
348110
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348111
|
-
"name": "AriaLabelingProps"
|
|
348112
|
-
}
|
|
348113
|
-
],
|
|
348114
|
-
"required": false,
|
|
348115
|
-
"type": {
|
|
348116
|
-
"name": "string"
|
|
348117
|
-
}
|
|
348118
|
-
},
|
|
348119
|
-
"aria-describedby": {
|
|
348120
|
-
"defaultValue": null,
|
|
348121
|
-
"description": "Identifies the element (or elements) that describes the object.",
|
|
348122
|
-
"name": "aria-describedby",
|
|
348123
|
-
"parent": {
|
|
348124
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348125
|
-
"name": "AriaLabelingProps"
|
|
348126
|
-
},
|
|
348127
|
-
"declarations": [
|
|
348128
|
-
{
|
|
348129
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348130
|
-
"name": "AriaLabelingProps"
|
|
348131
|
-
}
|
|
348132
|
-
],
|
|
348133
|
-
"required": false,
|
|
348134
|
-
"type": {
|
|
348135
|
-
"name": "string"
|
|
348136
|
-
}
|
|
348137
|
-
},
|
|
348138
|
-
"aria-details": {
|
|
348139
|
-
"defaultValue": null,
|
|
348140
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
348141
|
-
"name": "aria-details",
|
|
348142
|
-
"parent": {
|
|
348143
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348144
|
-
"name": "AriaLabelingProps"
|
|
348145
|
-
},
|
|
348146
|
-
"declarations": [
|
|
348147
|
-
{
|
|
348148
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348149
|
-
"name": "AriaLabelingProps"
|
|
348098
|
+
"name": "ListBoxItemProps"
|
|
348150
348099
|
}
|
|
348151
348100
|
],
|
|
348152
348101
|
"required": false,
|
|
@@ -348154,153 +348103,18 @@
|
|
|
348154
348103
|
"name": "string"
|
|
348155
348104
|
}
|
|
348156
348105
|
},
|
|
348157
|
-
"
|
|
348158
|
-
"defaultValue": null,
|
|
348159
|
-
"description": "Whether to auto focus the gridlist or an option.",
|
|
348160
|
-
"name": "autoFocus",
|
|
348161
|
-
"parent": {
|
|
348162
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
348163
|
-
"name": "GridListProps"
|
|
348164
|
-
},
|
|
348165
|
-
"declarations": [
|
|
348166
|
-
{
|
|
348167
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
348168
|
-
"name": "GridListProps"
|
|
348169
|
-
}
|
|
348170
|
-
],
|
|
348171
|
-
"required": false,
|
|
348172
|
-
"type": {
|
|
348173
|
-
"name": "boolean | FocusStrategy"
|
|
348174
|
-
}
|
|
348175
|
-
},
|
|
348176
|
-
"items": {
|
|
348177
|
-
"defaultValue": null,
|
|
348178
|
-
"description": "Item objects in the collection.",
|
|
348179
|
-
"name": "items",
|
|
348180
|
-
"parent": {
|
|
348181
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
348182
|
-
"name": "CollectionBase"
|
|
348183
|
-
},
|
|
348184
|
-
"declarations": [
|
|
348185
|
-
{
|
|
348186
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
348187
|
-
"name": "CollectionBase"
|
|
348188
|
-
}
|
|
348189
|
-
],
|
|
348190
|
-
"required": false,
|
|
348191
|
-
"type": {
|
|
348192
|
-
"name": "Iterable<object>"
|
|
348193
|
-
}
|
|
348194
|
-
},
|
|
348195
|
-
"disallowEmptySelection": {
|
|
348196
|
-
"defaultValue": null,
|
|
348197
|
-
"description": "Whether the collection allows empty selection.",
|
|
348198
|
-
"name": "disallowEmptySelection",
|
|
348199
|
-
"parent": {
|
|
348200
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348201
|
-
"name": "MultipleSelection"
|
|
348202
|
-
},
|
|
348203
|
-
"declarations": [
|
|
348204
|
-
{
|
|
348205
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348206
|
-
"name": "MultipleSelection"
|
|
348207
|
-
}
|
|
348208
|
-
],
|
|
348209
|
-
"required": false,
|
|
348210
|
-
"type": {
|
|
348211
|
-
"name": "boolean"
|
|
348212
|
-
}
|
|
348213
|
-
},
|
|
348214
|
-
"defaultSelectedKeys": {
|
|
348215
|
-
"defaultValue": null,
|
|
348216
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
348217
|
-
"name": "defaultSelectedKeys",
|
|
348218
|
-
"parent": {
|
|
348219
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348220
|
-
"name": "MultipleSelection"
|
|
348221
|
-
},
|
|
348222
|
-
"declarations": [
|
|
348223
|
-
{
|
|
348224
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348225
|
-
"name": "MultipleSelection"
|
|
348226
|
-
}
|
|
348227
|
-
],
|
|
348228
|
-
"required": false,
|
|
348229
|
-
"type": {
|
|
348230
|
-
"name": "\"all\" | Iterable<Key>"
|
|
348231
|
-
}
|
|
348232
|
-
},
|
|
348233
|
-
"onSelectionChange": {
|
|
348234
|
-
"defaultValue": null,
|
|
348235
|
-
"description": "Handler that is called when the selection changes.",
|
|
348236
|
-
"name": "onSelectionChange",
|
|
348237
|
-
"parent": {
|
|
348238
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348239
|
-
"name": "MultipleSelection"
|
|
348240
|
-
},
|
|
348241
|
-
"declarations": [
|
|
348242
|
-
{
|
|
348243
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348244
|
-
"name": "MultipleSelection"
|
|
348245
|
-
}
|
|
348246
|
-
],
|
|
348247
|
-
"required": false,
|
|
348248
|
-
"type": {
|
|
348249
|
-
"name": "((keys: Selection) => void)"
|
|
348250
|
-
}
|
|
348251
|
-
},
|
|
348252
|
-
"disabledKeys": {
|
|
348253
|
-
"defaultValue": null,
|
|
348254
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
348255
|
-
"name": "disabledKeys",
|
|
348256
|
-
"parent": {
|
|
348257
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
348258
|
-
"name": "CollectionBase"
|
|
348259
|
-
},
|
|
348260
|
-
"declarations": [
|
|
348261
|
-
{
|
|
348262
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
348263
|
-
"name": "CollectionBase"
|
|
348264
|
-
}
|
|
348265
|
-
],
|
|
348266
|
-
"required": false,
|
|
348267
|
-
"type": {
|
|
348268
|
-
"name": "Iterable<Key>"
|
|
348269
|
-
}
|
|
348270
|
-
},
|
|
348271
|
-
"escapeKeyBehavior": {
|
|
348272
|
-
"defaultValue": {
|
|
348273
|
-
"value": "'clearSelection'"
|
|
348274
|
-
},
|
|
348275
|
-
"description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
348276
|
-
"name": "escapeKeyBehavior",
|
|
348277
|
-
"parent": {
|
|
348278
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
348279
|
-
"name": "AriaGridListProps"
|
|
348280
|
-
},
|
|
348281
|
-
"declarations": [
|
|
348282
|
-
{
|
|
348283
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
348284
|
-
"name": "AriaGridListProps"
|
|
348285
|
-
}
|
|
348286
|
-
],
|
|
348287
|
-
"required": false,
|
|
348288
|
-
"type": {
|
|
348289
|
-
"name": "\"none\" | \"clearSelection\""
|
|
348290
|
-
}
|
|
348291
|
-
},
|
|
348292
|
-
"shouldSelectOnPressUp": {
|
|
348106
|
+
"isDisabled": {
|
|
348293
348107
|
"defaultValue": null,
|
|
348294
|
-
"description": "Whether
|
|
348295
|
-
"name": "
|
|
348108
|
+
"description": "Whether the item is disabled.",
|
|
348109
|
+
"name": "isDisabled",
|
|
348296
348110
|
"parent": {
|
|
348297
|
-
"fileName": "flow/node_modules/.pnpm
|
|
348298
|
-
"name": "
|
|
348111
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348112
|
+
"name": "ListBoxItemProps"
|
|
348299
348113
|
},
|
|
348300
348114
|
"declarations": [
|
|
348301
348115
|
{
|
|
348302
|
-
"fileName": "flow/node_modules/.pnpm
|
|
348303
|
-
"name": "
|
|
348116
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348117
|
+
"name": "ListBoxItemProps"
|
|
348304
348118
|
}
|
|
348305
348119
|
],
|
|
348306
348120
|
"required": false,
|
|
@@ -348308,103 +348122,23 @@
|
|
|
348308
348122
|
"name": "boolean"
|
|
348309
348123
|
}
|
|
348310
348124
|
},
|
|
348311
|
-
"selectionMode": {
|
|
348312
|
-
"defaultValue": null,
|
|
348313
|
-
"description": "The type of selection that is allowed in the collection.",
|
|
348314
|
-
"name": "selectionMode",
|
|
348315
|
-
"parent": {
|
|
348316
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348317
|
-
"name": "MultipleSelection"
|
|
348318
|
-
},
|
|
348319
|
-
"declarations": [
|
|
348320
|
-
{
|
|
348321
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348322
|
-
"name": "MultipleSelection"
|
|
348323
|
-
}
|
|
348324
|
-
],
|
|
348325
|
-
"required": false,
|
|
348326
|
-
"type": {
|
|
348327
|
-
"name": "SelectionMode"
|
|
348328
|
-
}
|
|
348329
|
-
},
|
|
348330
|
-
"selectedKeys": {
|
|
348331
|
-
"defaultValue": null,
|
|
348332
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
348333
|
-
"name": "selectedKeys",
|
|
348334
|
-
"parent": {
|
|
348335
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348336
|
-
"name": "MultipleSelection"
|
|
348337
|
-
},
|
|
348338
|
-
"declarations": [
|
|
348339
|
-
{
|
|
348340
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
348341
|
-
"name": "MultipleSelection"
|
|
348342
|
-
}
|
|
348343
|
-
],
|
|
348344
|
-
"required": false,
|
|
348345
|
-
"type": {
|
|
348346
|
-
"name": "\"all\" | Iterable<Key>"
|
|
348347
|
-
}
|
|
348348
|
-
},
|
|
348349
|
-
"disabledBehavior": {
|
|
348350
|
-
"defaultValue": {
|
|
348351
|
-
"value": "\"all\""
|
|
348352
|
-
},
|
|
348353
|
-
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
348354
|
-
"name": "disabledBehavior",
|
|
348355
|
-
"parent": {
|
|
348356
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
348357
|
-
"name": "GridListProps"
|
|
348358
|
-
},
|
|
348359
|
-
"declarations": [
|
|
348360
|
-
{
|
|
348361
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
348362
|
-
"name": "GridListProps"
|
|
348363
|
-
}
|
|
348364
|
-
],
|
|
348365
|
-
"required": false,
|
|
348366
|
-
"type": {
|
|
348367
|
-
"name": "DisabledBehavior"
|
|
348368
|
-
}
|
|
348369
|
-
},
|
|
348370
348125
|
"onAction": {
|
|
348371
348126
|
"defaultValue": null,
|
|
348372
|
-
"description": "Handler that is called when a user performs an action on
|
|
348127
|
+
"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.",
|
|
348373
348128
|
"name": "onAction",
|
|
348374
348129
|
"parent": {
|
|
348375
|
-
"fileName": "flow/node_modules/.pnpm
|
|
348376
|
-
"name": "
|
|
348377
|
-
},
|
|
348378
|
-
"declarations": [
|
|
348379
|
-
{
|
|
348380
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
348381
|
-
"name": "GridListProps"
|
|
348382
|
-
}
|
|
348383
|
-
],
|
|
348384
|
-
"required": false,
|
|
348385
|
-
"type": {
|
|
348386
|
-
"name": "((key: Key) => void)"
|
|
348387
|
-
}
|
|
348388
|
-
},
|
|
348389
|
-
"keyboardNavigationBehavior": {
|
|
348390
|
-
"defaultValue": {
|
|
348391
|
-
"value": "'arrow'"
|
|
348392
|
-
},
|
|
348393
|
-
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
348394
|
-
"name": "keyboardNavigationBehavior",
|
|
348395
|
-
"parent": {
|
|
348396
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
|
|
348397
|
-
"name": "AriaGridListProps"
|
|
348130
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348131
|
+
"name": "ListBoxItemProps"
|
|
348398
348132
|
},
|
|
348399
348133
|
"declarations": [
|
|
348400
348134
|
{
|
|
348401
|
-
"fileName": "flow/node_modules/.pnpm
|
|
348402
|
-
"name": "
|
|
348135
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348136
|
+
"name": "ListBoxItemProps"
|
|
348403
348137
|
}
|
|
348404
348138
|
],
|
|
348405
348139
|
"required": false,
|
|
348406
348140
|
"type": {
|
|
348407
|
-
"name": "
|
|
348141
|
+
"name": "(() => void)"
|
|
348408
348142
|
}
|
|
348409
348143
|
},
|
|
348410
348144
|
"children": {
|
|
@@ -348426,25 +348160,6 @@
|
|
|
348426
348160
|
"name": "ReactNode"
|
|
348427
348161
|
}
|
|
348428
348162
|
},
|
|
348429
|
-
"dependencies": {
|
|
348430
|
-
"defaultValue": null,
|
|
348431
|
-
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
348432
|
-
"name": "dependencies",
|
|
348433
|
-
"parent": {
|
|
348434
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348435
|
-
"name": "CollectionProps"
|
|
348436
|
-
},
|
|
348437
|
-
"declarations": [
|
|
348438
|
-
{
|
|
348439
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.16.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
348440
|
-
"name": "CollectionProps"
|
|
348441
|
-
}
|
|
348442
|
-
],
|
|
348443
|
-
"required": false,
|
|
348444
|
-
"type": {
|
|
348445
|
-
"name": "readonly any[]"
|
|
348446
|
-
}
|
|
348447
|
-
},
|
|
348448
348163
|
"style": {
|
|
348449
348164
|
"defaultValue": null,
|
|
348450
348165
|
"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.",
|
|
@@ -348483,37 +348198,37 @@
|
|
|
348483
348198
|
"name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
|
|
348484
348199
|
}
|
|
348485
348200
|
},
|
|
348486
|
-
"
|
|
348201
|
+
"href": {
|
|
348487
348202
|
"defaultValue": null,
|
|
348488
|
-
"description": "A
|
|
348489
|
-
"name": "
|
|
348203
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
348204
|
+
"name": "href",
|
|
348490
348205
|
"parent": {
|
|
348491
|
-
"fileName": "flow/node_modules/.pnpm
|
|
348492
|
-
"name": "
|
|
348206
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348207
|
+
"name": "LinkDOMProps"
|
|
348493
348208
|
},
|
|
348494
348209
|
"declarations": [
|
|
348495
348210
|
{
|
|
348496
|
-
"fileName": "flow/node_modules/.pnpm
|
|
348497
|
-
"name": "
|
|
348211
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348212
|
+
"name": "LinkDOMProps"
|
|
348498
348213
|
}
|
|
348499
348214
|
],
|
|
348500
348215
|
"required": false,
|
|
348501
348216
|
"type": {
|
|
348502
|
-
"name": "string
|
|
348217
|
+
"name": "string"
|
|
348503
348218
|
}
|
|
348504
348219
|
},
|
|
348505
|
-
"
|
|
348220
|
+
"hrefLang": {
|
|
348506
348221
|
"defaultValue": null,
|
|
348507
|
-
"description": "",
|
|
348508
|
-
"name": "
|
|
348222
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
348223
|
+
"name": "hrefLang",
|
|
348509
348224
|
"parent": {
|
|
348510
348225
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348511
|
-
"name": "
|
|
348226
|
+
"name": "LinkDOMProps"
|
|
348512
348227
|
},
|
|
348513
348228
|
"declarations": [
|
|
348514
348229
|
{
|
|
348515
348230
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348516
|
-
"name": "
|
|
348231
|
+
"name": "LinkDOMProps"
|
|
348517
348232
|
}
|
|
348518
348233
|
],
|
|
348519
348234
|
"required": false,
|
|
@@ -348521,10 +348236,295 @@
|
|
|
348521
348236
|
"name": "string"
|
|
348522
348237
|
}
|
|
348523
348238
|
},
|
|
348524
|
-
"
|
|
348239
|
+
"target": {
|
|
348240
|
+
"defaultValue": null,
|
|
348241
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
348242
|
+
"name": "target",
|
|
348243
|
+
"parent": {
|
|
348244
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348245
|
+
"name": "LinkDOMProps"
|
|
348246
|
+
},
|
|
348247
|
+
"declarations": [
|
|
348248
|
+
{
|
|
348249
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348250
|
+
"name": "LinkDOMProps"
|
|
348251
|
+
}
|
|
348252
|
+
],
|
|
348253
|
+
"required": false,
|
|
348254
|
+
"type": {
|
|
348255
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
348256
|
+
}
|
|
348257
|
+
},
|
|
348258
|
+
"rel": {
|
|
348259
|
+
"defaultValue": null,
|
|
348260
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
348261
|
+
"name": "rel",
|
|
348262
|
+
"parent": {
|
|
348263
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348264
|
+
"name": "LinkDOMProps"
|
|
348265
|
+
},
|
|
348266
|
+
"declarations": [
|
|
348267
|
+
{
|
|
348268
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348269
|
+
"name": "LinkDOMProps"
|
|
348270
|
+
}
|
|
348271
|
+
],
|
|
348272
|
+
"required": false,
|
|
348273
|
+
"type": {
|
|
348274
|
+
"name": "string"
|
|
348275
|
+
}
|
|
348276
|
+
},
|
|
348277
|
+
"download": {
|
|
348278
|
+
"defaultValue": null,
|
|
348279
|
+
"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).",
|
|
348280
|
+
"name": "download",
|
|
348281
|
+
"parent": {
|
|
348282
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348283
|
+
"name": "LinkDOMProps"
|
|
348284
|
+
},
|
|
348285
|
+
"declarations": [
|
|
348286
|
+
{
|
|
348287
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348288
|
+
"name": "LinkDOMProps"
|
|
348289
|
+
}
|
|
348290
|
+
],
|
|
348291
|
+
"required": false,
|
|
348292
|
+
"type": {
|
|
348293
|
+
"name": "string | boolean"
|
|
348294
|
+
}
|
|
348295
|
+
},
|
|
348296
|
+
"ping": {
|
|
348297
|
+
"defaultValue": null,
|
|
348298
|
+
"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).",
|
|
348299
|
+
"name": "ping",
|
|
348300
|
+
"parent": {
|
|
348301
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348302
|
+
"name": "LinkDOMProps"
|
|
348303
|
+
},
|
|
348304
|
+
"declarations": [
|
|
348305
|
+
{
|
|
348306
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348307
|
+
"name": "LinkDOMProps"
|
|
348308
|
+
}
|
|
348309
|
+
],
|
|
348310
|
+
"required": false,
|
|
348311
|
+
"type": {
|
|
348312
|
+
"name": "string"
|
|
348313
|
+
}
|
|
348314
|
+
},
|
|
348315
|
+
"referrerPolicy": {
|
|
348316
|
+
"defaultValue": null,
|
|
348317
|
+
"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).",
|
|
348318
|
+
"name": "referrerPolicy",
|
|
348319
|
+
"parent": {
|
|
348320
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348321
|
+
"name": "LinkDOMProps"
|
|
348322
|
+
},
|
|
348323
|
+
"declarations": [
|
|
348324
|
+
{
|
|
348325
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348326
|
+
"name": "LinkDOMProps"
|
|
348327
|
+
}
|
|
348328
|
+
],
|
|
348329
|
+
"required": false,
|
|
348330
|
+
"type": {
|
|
348331
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
348332
|
+
}
|
|
348333
|
+
},
|
|
348334
|
+
"routerOptions": {
|
|
348335
|
+
"defaultValue": null,
|
|
348336
|
+
"description": "Options for the configured client side router.",
|
|
348337
|
+
"name": "routerOptions",
|
|
348338
|
+
"parent": {
|
|
348339
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348340
|
+
"name": "LinkDOMProps"
|
|
348341
|
+
},
|
|
348342
|
+
"declarations": [
|
|
348343
|
+
{
|
|
348344
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348345
|
+
"name": "LinkDOMProps"
|
|
348346
|
+
}
|
|
348347
|
+
],
|
|
348348
|
+
"required": false,
|
|
348349
|
+
"type": {
|
|
348350
|
+
"name": "undefined"
|
|
348351
|
+
}
|
|
348352
|
+
},
|
|
348353
|
+
"onHoverStart": {
|
|
348354
|
+
"defaultValue": null,
|
|
348355
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
348356
|
+
"name": "onHoverStart",
|
|
348357
|
+
"parent": {
|
|
348358
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348359
|
+
"name": "HoverEvents"
|
|
348360
|
+
},
|
|
348361
|
+
"declarations": [
|
|
348362
|
+
{
|
|
348363
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348364
|
+
"name": "HoverEvents"
|
|
348365
|
+
}
|
|
348366
|
+
],
|
|
348367
|
+
"required": false,
|
|
348368
|
+
"type": {
|
|
348369
|
+
"name": "((e: HoverEvent) => void)"
|
|
348370
|
+
}
|
|
348371
|
+
},
|
|
348372
|
+
"onHoverEnd": {
|
|
348373
|
+
"defaultValue": null,
|
|
348374
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
348375
|
+
"name": "onHoverEnd",
|
|
348376
|
+
"parent": {
|
|
348377
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348378
|
+
"name": "HoverEvents"
|
|
348379
|
+
},
|
|
348380
|
+
"declarations": [
|
|
348381
|
+
{
|
|
348382
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348383
|
+
"name": "HoverEvents"
|
|
348384
|
+
}
|
|
348385
|
+
],
|
|
348386
|
+
"required": false,
|
|
348387
|
+
"type": {
|
|
348388
|
+
"name": "((e: HoverEvent) => void)"
|
|
348389
|
+
}
|
|
348390
|
+
},
|
|
348391
|
+
"onHoverChange": {
|
|
348392
|
+
"defaultValue": null,
|
|
348393
|
+
"description": "Handler that is called when the hover state changes.",
|
|
348394
|
+
"name": "onHoverChange",
|
|
348395
|
+
"parent": {
|
|
348396
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348397
|
+
"name": "HoverEvents"
|
|
348398
|
+
},
|
|
348399
|
+
"declarations": [
|
|
348400
|
+
{
|
|
348401
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348402
|
+
"name": "HoverEvents"
|
|
348403
|
+
}
|
|
348404
|
+
],
|
|
348405
|
+
"required": false,
|
|
348406
|
+
"type": {
|
|
348407
|
+
"name": "((isHovering: boolean) => void)"
|
|
348408
|
+
}
|
|
348409
|
+
},
|
|
348410
|
+
"onPress": {
|
|
348411
|
+
"defaultValue": null,
|
|
348412
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
348413
|
+
"name": "onPress",
|
|
348414
|
+
"parent": {
|
|
348415
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348416
|
+
"name": "PressEvents"
|
|
348417
|
+
},
|
|
348418
|
+
"declarations": [
|
|
348419
|
+
{
|
|
348420
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348421
|
+
"name": "PressEvents"
|
|
348422
|
+
}
|
|
348423
|
+
],
|
|
348424
|
+
"required": false,
|
|
348425
|
+
"type": {
|
|
348426
|
+
"name": "((e: PressEvent) => void)"
|
|
348427
|
+
}
|
|
348428
|
+
},
|
|
348429
|
+
"onPressStart": {
|
|
348430
|
+
"defaultValue": null,
|
|
348431
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
348432
|
+
"name": "onPressStart",
|
|
348433
|
+
"parent": {
|
|
348434
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348435
|
+
"name": "PressEvents"
|
|
348436
|
+
},
|
|
348437
|
+
"declarations": [
|
|
348438
|
+
{
|
|
348439
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348440
|
+
"name": "PressEvents"
|
|
348441
|
+
}
|
|
348442
|
+
],
|
|
348443
|
+
"required": false,
|
|
348444
|
+
"type": {
|
|
348445
|
+
"name": "((e: PressEvent) => void)"
|
|
348446
|
+
}
|
|
348447
|
+
},
|
|
348448
|
+
"onPressEnd": {
|
|
348449
|
+
"defaultValue": null,
|
|
348450
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
348451
|
+
"name": "onPressEnd",
|
|
348452
|
+
"parent": {
|
|
348453
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348454
|
+
"name": "PressEvents"
|
|
348455
|
+
},
|
|
348456
|
+
"declarations": [
|
|
348457
|
+
{
|
|
348458
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348459
|
+
"name": "PressEvents"
|
|
348460
|
+
}
|
|
348461
|
+
],
|
|
348462
|
+
"required": false,
|
|
348463
|
+
"type": {
|
|
348464
|
+
"name": "((e: PressEvent) => void)"
|
|
348465
|
+
}
|
|
348466
|
+
},
|
|
348467
|
+
"onPressChange": {
|
|
348468
|
+
"defaultValue": null,
|
|
348469
|
+
"description": "Handler that is called when the press state changes.",
|
|
348470
|
+
"name": "onPressChange",
|
|
348471
|
+
"parent": {
|
|
348472
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348473
|
+
"name": "PressEvents"
|
|
348474
|
+
},
|
|
348475
|
+
"declarations": [
|
|
348476
|
+
{
|
|
348477
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348478
|
+
"name": "PressEvents"
|
|
348479
|
+
}
|
|
348480
|
+
],
|
|
348481
|
+
"required": false,
|
|
348482
|
+
"type": {
|
|
348483
|
+
"name": "((isPressed: boolean) => void)"
|
|
348484
|
+
}
|
|
348485
|
+
},
|
|
348486
|
+
"onPressUp": {
|
|
348487
|
+
"defaultValue": null,
|
|
348488
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
348489
|
+
"name": "onPressUp",
|
|
348490
|
+
"parent": {
|
|
348491
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348492
|
+
"name": "PressEvents"
|
|
348493
|
+
},
|
|
348494
|
+
"declarations": [
|
|
348495
|
+
{
|
|
348496
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348497
|
+
"name": "PressEvents"
|
|
348498
|
+
}
|
|
348499
|
+
],
|
|
348500
|
+
"required": false,
|
|
348501
|
+
"type": {
|
|
348502
|
+
"name": "((e: PressEvent) => void)"
|
|
348503
|
+
}
|
|
348504
|
+
},
|
|
348505
|
+
"onClick": {
|
|
348506
|
+
"defaultValue": null,
|
|
348507
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
|
|
348508
|
+
"name": "onClick",
|
|
348509
|
+
"parent": {
|
|
348510
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348511
|
+
"name": "PressEvents"
|
|
348512
|
+
},
|
|
348513
|
+
"declarations": [
|
|
348514
|
+
{
|
|
348515
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
348516
|
+
"name": "PressEvents"
|
|
348517
|
+
}
|
|
348518
|
+
],
|
|
348519
|
+
"required": false,
|
|
348520
|
+
"type": {
|
|
348521
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
348522
|
+
}
|
|
348523
|
+
},
|
|
348524
|
+
"translate": {
|
|
348525
348525
|
"defaultValue": null,
|
|
348526
348526
|
"description": "",
|
|
348527
|
-
"name": "
|
|
348527
|
+
"name": "translate",
|
|
348528
348528
|
"parent": {
|
|
348529
348529
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348530
348530
|
"name": "GlobalDOMAttributes"
|
|
@@ -348537,13 +348537,13 @@
|
|
|
348537
348537
|
],
|
|
348538
348538
|
"required": false,
|
|
348539
348539
|
"type": {
|
|
348540
|
-
"name": "
|
|
348540
|
+
"name": "\"yes\" | \"no\""
|
|
348541
348541
|
}
|
|
348542
348542
|
},
|
|
348543
|
-
"
|
|
348543
|
+
"dir": {
|
|
348544
348544
|
"defaultValue": null,
|
|
348545
348545
|
"description": "",
|
|
348546
|
-
"name": "
|
|
348546
|
+
"name": "dir",
|
|
348547
348547
|
"parent": {
|
|
348548
348548
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348549
348549
|
"name": "GlobalDOMAttributes"
|
|
@@ -348556,13 +348556,13 @@
|
|
|
348556
348556
|
],
|
|
348557
348557
|
"required": false,
|
|
348558
348558
|
"type": {
|
|
348559
|
-
"name": "
|
|
348559
|
+
"name": "string"
|
|
348560
348560
|
}
|
|
348561
348561
|
},
|
|
348562
|
-
"
|
|
348562
|
+
"lang": {
|
|
348563
348563
|
"defaultValue": null,
|
|
348564
348564
|
"description": "",
|
|
348565
|
-
"name": "
|
|
348565
|
+
"name": "lang",
|
|
348566
348566
|
"parent": {
|
|
348567
348567
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348568
348568
|
"name": "GlobalDOMAttributes"
|
|
@@ -348575,13 +348575,13 @@
|
|
|
348575
348575
|
],
|
|
348576
348576
|
"required": false,
|
|
348577
348577
|
"type": {
|
|
348578
|
-
"name": "
|
|
348578
|
+
"name": "string"
|
|
348579
348579
|
}
|
|
348580
348580
|
},
|
|
348581
|
-
"
|
|
348581
|
+
"hidden": {
|
|
348582
348582
|
"defaultValue": null,
|
|
348583
348583
|
"description": "",
|
|
348584
|
-
"name": "
|
|
348584
|
+
"name": "hidden",
|
|
348585
348585
|
"parent": {
|
|
348586
348586
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348587
348587
|
"name": "GlobalDOMAttributes"
|
|
@@ -348594,26 +348594,26 @@
|
|
|
348594
348594
|
],
|
|
348595
348595
|
"required": false,
|
|
348596
348596
|
"type": {
|
|
348597
|
-
"name": "
|
|
348597
|
+
"name": "boolean"
|
|
348598
348598
|
}
|
|
348599
348599
|
},
|
|
348600
|
-
"
|
|
348600
|
+
"inert": {
|
|
348601
348601
|
"defaultValue": null,
|
|
348602
348602
|
"description": "",
|
|
348603
|
-
"name": "
|
|
348603
|
+
"name": "inert",
|
|
348604
348604
|
"parent": {
|
|
348605
348605
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348606
|
-
"name": "
|
|
348606
|
+
"name": "GlobalDOMAttributes"
|
|
348607
348607
|
},
|
|
348608
348608
|
"declarations": [
|
|
348609
348609
|
{
|
|
348610
348610
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
348611
|
-
"name": "
|
|
348611
|
+
"name": "GlobalDOMAttributes"
|
|
348612
348612
|
}
|
|
348613
348613
|
],
|
|
348614
348614
|
"required": false,
|
|
348615
348615
|
"type": {
|
|
348616
|
-
"name": "
|
|
348616
|
+
"name": "boolean"
|
|
348617
348617
|
}
|
|
348618
348618
|
},
|
|
348619
348619
|
"onClickCapture": {
|
|
@@ -349813,34 +349813,34 @@
|
|
|
349813
349813
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
349814
349814
|
}
|
|
349815
349815
|
},
|
|
349816
|
-
"
|
|
349816
|
+
"hasAction": {
|
|
349817
349817
|
"defaultValue": null,
|
|
349818
349818
|
"description": "",
|
|
349819
|
-
"name": "
|
|
349819
|
+
"name": "hasAction",
|
|
349820
349820
|
"declarations": [
|
|
349821
349821
|
{
|
|
349822
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
349822
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
349823
349823
|
"name": "TypeLiteral"
|
|
349824
349824
|
}
|
|
349825
349825
|
],
|
|
349826
|
-
"required":
|
|
349826
|
+
"required": false,
|
|
349827
349827
|
"type": {
|
|
349828
|
-
"name": "
|
|
349828
|
+
"name": "boolean"
|
|
349829
349829
|
}
|
|
349830
349830
|
},
|
|
349831
|
-
"
|
|
349831
|
+
"isTile": {
|
|
349832
349832
|
"defaultValue": null,
|
|
349833
349833
|
"description": "",
|
|
349834
|
-
"name": "
|
|
349834
|
+
"name": "isTile",
|
|
349835
349835
|
"declarations": [
|
|
349836
349836
|
{
|
|
349837
|
-
"fileName": "components/src/components/List/components/Items/views/
|
|
349837
|
+
"fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
|
|
349838
349838
|
"name": "TypeLiteral"
|
|
349839
349839
|
}
|
|
349840
349840
|
],
|
|
349841
349841
|
"required": false,
|
|
349842
349842
|
"type": {
|
|
349843
|
-
"name": "
|
|
349843
|
+
"name": "boolean"
|
|
349844
349844
|
}
|
|
349845
349845
|
}
|
|
349846
349846
|
}
|