@mittwald/flow-react-components 0.2.0-alpha.612 → 0.2.0-alpha.613
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 +1032 -1032
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +1 -0
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
- package/dist/js/components/src/components/CartesianChart/components/Area/Area.mjs +10 -3
- package/dist/js/components/src/components/CartesianChart/components/Area/Area.mjs.map +1 -1
- package/dist/js/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs +3 -8
- package/dist/js/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs.map +1 -1
- package/dist/js/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs +1 -8
- package/dist/js/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs.map +1 -1
- package/dist/js/components/src/components/CartesianChart/components/Line/Line.mjs +6 -4
- package/dist/js/components/src/components/CartesianChart/components/Line/Line.mjs.map +1 -1
- package/dist/js/components/src/components/Color/Color.mjs.map +1 -1
- package/dist/js/components/src/components/DonutChart/DonutChart.mjs.map +1 -1
- package/dist/js/components/src/components/DonutChart/components/DonutChartFill.mjs +3 -1
- package/dist/js/components/src/components/DonutChart/components/DonutChartFill.mjs.map +1 -1
- package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.mjs +5 -2
- package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.mjs.map +1 -1
- package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs +1 -13
- package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs.map +1 -1
- package/dist/js/components/src/lib/tokens/CategoricalColors.mjs +10 -0
- package/dist/js/components/src/lib/tokens/CategoricalColors.mjs.map +1 -0
- package/dist/js/components/src/lib/tokens/isCategoricalColor.mjs +11 -0
- package/dist/js/components/src/lib/tokens/isCategoricalColor.mjs.map +1 -0
- package/dist/js/design-tokens/dist/variables.json.mjs +3 -1
- package/dist/js/design-tokens/dist/variables.json.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/CartesianChart/components/Area/Area.d.ts +2 -2
- package/dist/types/components/CartesianChart/components/Area/Area.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/components/ChartLegend/LegendContent.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipContent.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/components/Line/Line.d.ts +2 -2
- package/dist/types/components/CartesianChart/components/Line/Line.d.ts.map +1 -1
- package/dist/types/components/Color/Color.d.ts +2 -1
- package/dist/types/components/Color/Color.d.ts.map +1 -1
- package/dist/types/components/DonutChart/DonutChart.d.ts +2 -2
- package/dist/types/components/DonutChart/DonutChart.d.ts.map +1 -1
- package/dist/types/components/DonutChart/components/DonutChartFill.d.ts.map +1 -1
- package/dist/types/components/Legend/components/LegendItem/LegendItem.d.ts +2 -2
- package/dist/types/components/Legend/components/LegendItem/LegendItem.d.ts.map +1 -1
- package/dist/types/components/Legend/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/lib/tokens/CategoricalColors.d.ts +1 -0
- package/dist/types/lib/tokens/CategoricalColors.d.ts.map +1 -1
- package/dist/types/lib/tokens/isCategoricalColor.d.ts +3 -0
- package/dist/types/lib/tokens/isCategoricalColor.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -56559,119 +56559,26 @@
|
|
|
56559
56559
|
}
|
|
56560
56560
|
},
|
|
56561
56561
|
{
|
|
56562
|
-
"tags": {
|
|
56563
|
-
|
|
56562
|
+
"tags": {
|
|
56563
|
+
"flr-generate": "all"
|
|
56564
|
+
},
|
|
56565
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
|
|
56564
56566
|
"description": "",
|
|
56565
|
-
"displayName": "
|
|
56567
|
+
"displayName": "Option",
|
|
56566
56568
|
"methods": [],
|
|
56567
56569
|
"props": {
|
|
56568
|
-
"
|
|
56569
|
-
"defaultValue": null,
|
|
56570
|
-
"description": "An overlay controller to control the popover state.",
|
|
56571
|
-
"name": "controller",
|
|
56572
|
-
"parent": {
|
|
56573
|
-
"fileName": "components/src/components/Options/Options.tsx",
|
|
56574
|
-
"name": "OptionsProps"
|
|
56575
|
-
},
|
|
56576
|
-
"declarations": [
|
|
56577
|
-
{
|
|
56578
|
-
"fileName": "components/src/components/Options/Options.tsx",
|
|
56579
|
-
"name": "OptionsProps"
|
|
56580
|
-
}
|
|
56581
|
-
],
|
|
56582
|
-
"required": true,
|
|
56583
|
-
"type": {
|
|
56584
|
-
"name": "OverlayController"
|
|
56585
|
-
}
|
|
56586
|
-
},
|
|
56587
|
-
"renderEmptyState": {
|
|
56588
|
-
"defaultValue": null,
|
|
56589
|
-
"description": "Provides content to display when there are no items in the list.",
|
|
56590
|
-
"name": "renderEmptyState",
|
|
56591
|
-
"parent": {
|
|
56592
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56593
|
-
"name": "ListBoxProps"
|
|
56594
|
-
},
|
|
56595
|
-
"declarations": [
|
|
56596
|
-
{
|
|
56597
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56598
|
-
"name": "ListBoxProps"
|
|
56599
|
-
}
|
|
56600
|
-
],
|
|
56601
|
-
"required": false,
|
|
56602
|
-
"type": {
|
|
56603
|
-
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
56604
|
-
}
|
|
56605
|
-
},
|
|
56606
|
-
"onAction": {
|
|
56607
|
-
"defaultValue": null,
|
|
56608
|
-
"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.",
|
|
56609
|
-
"name": "onAction",
|
|
56610
|
-
"parent": {
|
|
56611
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
56612
|
-
"name": "AriaListBoxProps"
|
|
56613
|
-
},
|
|
56614
|
-
"declarations": [
|
|
56615
|
-
{
|
|
56616
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
56617
|
-
"name": "AriaListBoxProps"
|
|
56618
|
-
}
|
|
56619
|
-
],
|
|
56620
|
-
"required": false,
|
|
56621
|
-
"type": {
|
|
56622
|
-
"name": "((key: Key) => void)"
|
|
56623
|
-
}
|
|
56624
|
-
},
|
|
56625
|
-
"withTip": {
|
|
56626
|
-
"defaultValue": null,
|
|
56627
|
-
"description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
|
|
56628
|
-
"name": "withTip",
|
|
56629
|
-
"parent": {
|
|
56630
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
56631
|
-
"name": "PopoverProps"
|
|
56632
|
-
},
|
|
56633
|
-
"declarations": [
|
|
56634
|
-
{
|
|
56635
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
56636
|
-
"name": "PopoverProps"
|
|
56637
|
-
}
|
|
56638
|
-
],
|
|
56639
|
-
"required": false,
|
|
56640
|
-
"type": {
|
|
56641
|
-
"name": "boolean"
|
|
56642
|
-
}
|
|
56643
|
-
},
|
|
56644
|
-
"isDialogContent": {
|
|
56645
|
-
"defaultValue": null,
|
|
56646
|
-
"description": "Whether the popover contains a dialog.",
|
|
56647
|
-
"name": "isDialogContent",
|
|
56648
|
-
"parent": {
|
|
56649
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
56650
|
-
"name": "PopoverProps"
|
|
56651
|
-
},
|
|
56652
|
-
"declarations": [
|
|
56653
|
-
{
|
|
56654
|
-
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
56655
|
-
"name": "PopoverProps"
|
|
56656
|
-
}
|
|
56657
|
-
],
|
|
56658
|
-
"required": false,
|
|
56659
|
-
"type": {
|
|
56660
|
-
"name": "boolean"
|
|
56661
|
-
}
|
|
56662
|
-
},
|
|
56663
|
-
"width": {
|
|
56570
|
+
"value": {
|
|
56664
56571
|
"defaultValue": null,
|
|
56665
|
-
"description": "
|
|
56666
|
-
"name": "
|
|
56572
|
+
"description": "",
|
|
56573
|
+
"name": "value",
|
|
56667
56574
|
"parent": {
|
|
56668
|
-
"fileName": "components/src/components/
|
|
56669
|
-
"name": "
|
|
56575
|
+
"fileName": "components/src/components/Option/Option.tsx",
|
|
56576
|
+
"name": "OptionProps"
|
|
56670
56577
|
},
|
|
56671
56578
|
"declarations": [
|
|
56672
56579
|
{
|
|
56673
|
-
"fileName": "components/src/components/
|
|
56674
|
-
"name": "
|
|
56580
|
+
"fileName": "components/src/components/Option/Option.tsx",
|
|
56581
|
+
"name": "OptionProps"
|
|
56675
56582
|
}
|
|
56676
56583
|
],
|
|
56677
56584
|
"required": false,
|
|
@@ -56679,336 +56586,18 @@
|
|
|
56679
56586
|
"name": "string | number"
|
|
56680
56587
|
}
|
|
56681
56588
|
},
|
|
56682
|
-
"arrowBoundaryOffset": {
|
|
56683
|
-
"defaultValue": {
|
|
56684
|
-
"value": "0"
|
|
56685
|
-
},
|
|
56686
|
-
"description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
|
|
56687
|
-
"name": "arrowBoundaryOffset",
|
|
56688
|
-
"parent": {
|
|
56689
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
56690
|
-
"name": "AriaPositionProps"
|
|
56691
|
-
},
|
|
56692
|
-
"declarations": [
|
|
56693
|
-
{
|
|
56694
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
56695
|
-
"name": "AriaPositionProps"
|
|
56696
|
-
}
|
|
56697
|
-
],
|
|
56698
|
-
"required": false,
|
|
56699
|
-
"type": {
|
|
56700
|
-
"name": "number"
|
|
56701
|
-
}
|
|
56702
|
-
},
|
|
56703
|
-
"triggerRef": {
|
|
56704
|
-
"defaultValue": null,
|
|
56705
|
-
"description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used standalone.",
|
|
56706
|
-
"name": "triggerRef",
|
|
56707
|
-
"parent": {
|
|
56708
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56709
|
-
"name": "TooltipProps"
|
|
56710
|
-
},
|
|
56711
|
-
"declarations": [
|
|
56712
|
-
{
|
|
56713
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56714
|
-
"name": "TooltipProps"
|
|
56715
|
-
}
|
|
56716
|
-
],
|
|
56717
|
-
"required": false,
|
|
56718
|
-
"type": {
|
|
56719
|
-
"name": "RefObject<Element | null>"
|
|
56720
|
-
}
|
|
56721
|
-
},
|
|
56722
|
-
"isEntering": {
|
|
56723
|
-
"defaultValue": null,
|
|
56724
|
-
"description": "Whether the tooltip is currently performing an entry animation.",
|
|
56725
|
-
"name": "isEntering",
|
|
56726
|
-
"parent": {
|
|
56727
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56728
|
-
"name": "TooltipProps"
|
|
56729
|
-
},
|
|
56730
|
-
"declarations": [
|
|
56731
|
-
{
|
|
56732
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56733
|
-
"name": "TooltipProps"
|
|
56734
|
-
}
|
|
56735
|
-
],
|
|
56736
|
-
"required": false,
|
|
56737
|
-
"type": {
|
|
56738
|
-
"name": "boolean"
|
|
56739
|
-
}
|
|
56740
|
-
},
|
|
56741
|
-
"isExiting": {
|
|
56742
|
-
"defaultValue": null,
|
|
56743
|
-
"description": "Whether the tooltip is currently performing an exit animation.",
|
|
56744
|
-
"name": "isExiting",
|
|
56745
|
-
"parent": {
|
|
56746
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56747
|
-
"name": "TooltipProps"
|
|
56748
|
-
},
|
|
56749
|
-
"declarations": [
|
|
56750
|
-
{
|
|
56751
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56752
|
-
"name": "TooltipProps"
|
|
56753
|
-
}
|
|
56754
|
-
],
|
|
56755
|
-
"required": false,
|
|
56756
|
-
"type": {
|
|
56757
|
-
"name": "boolean"
|
|
56758
|
-
}
|
|
56759
|
-
},
|
|
56760
|
-
"UNSTABLE_portalContainer": {
|
|
56761
|
-
"defaultValue": {
|
|
56762
|
-
"value": "document.body"
|
|
56763
|
-
},
|
|
56764
|
-
"description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
|
|
56765
|
-
"name": "UNSTABLE_portalContainer",
|
|
56766
|
-
"parent": {
|
|
56767
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56768
|
-
"name": "TooltipProps"
|
|
56769
|
-
},
|
|
56770
|
-
"declarations": [
|
|
56771
|
-
{
|
|
56772
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56773
|
-
"name": "TooltipProps"
|
|
56774
|
-
}
|
|
56775
|
-
],
|
|
56776
|
-
"required": false,
|
|
56777
|
-
"type": {
|
|
56778
|
-
"name": "Element"
|
|
56779
|
-
}
|
|
56780
|
-
},
|
|
56781
|
-
"placement": {
|
|
56782
|
-
"defaultValue": {
|
|
56783
|
-
"value": "'bottom'"
|
|
56784
|
-
},
|
|
56785
|
-
"description": "The placement of the element with respect to its anchor element.",
|
|
56786
|
-
"name": "placement",
|
|
56787
|
-
"parent": {
|
|
56788
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56789
|
-
"name": "PositionProps"
|
|
56790
|
-
},
|
|
56791
|
-
"declarations": [
|
|
56792
|
-
{
|
|
56793
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56794
|
-
"name": "PositionProps"
|
|
56795
|
-
}
|
|
56796
|
-
],
|
|
56797
|
-
"required": false,
|
|
56798
|
-
"type": {
|
|
56799
|
-
"name": "Placement"
|
|
56800
|
-
}
|
|
56801
|
-
},
|
|
56802
|
-
"containerPadding": {
|
|
56803
|
-
"defaultValue": {
|
|
56804
|
-
"value": "12"
|
|
56805
|
-
},
|
|
56806
|
-
"description": "The placement padding that should be applied between the element and its\nsurrounding container.",
|
|
56807
|
-
"name": "containerPadding",
|
|
56808
|
-
"parent": {
|
|
56809
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56810
|
-
"name": "PositionProps"
|
|
56811
|
-
},
|
|
56812
|
-
"declarations": [
|
|
56813
|
-
{
|
|
56814
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56815
|
-
"name": "PositionProps"
|
|
56816
|
-
}
|
|
56817
|
-
],
|
|
56818
|
-
"required": false,
|
|
56819
|
-
"type": {
|
|
56820
|
-
"name": "number"
|
|
56821
|
-
}
|
|
56822
|
-
},
|
|
56823
|
-
"offset": {
|
|
56824
|
-
"defaultValue": {
|
|
56825
|
-
"value": "8"
|
|
56826
|
-
},
|
|
56827
|
-
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
56828
|
-
"name": "offset",
|
|
56829
|
-
"parent": {
|
|
56830
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56831
|
-
"name": "PopoverProps"
|
|
56832
|
-
},
|
|
56833
|
-
"declarations": [
|
|
56834
|
-
{
|
|
56835
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56836
|
-
"name": "PopoverProps"
|
|
56837
|
-
}
|
|
56838
|
-
],
|
|
56839
|
-
"required": false,
|
|
56840
|
-
"type": {
|
|
56841
|
-
"name": "number"
|
|
56842
|
-
}
|
|
56843
|
-
},
|
|
56844
|
-
"crossOffset": {
|
|
56845
|
-
"defaultValue": {
|
|
56846
|
-
"value": "0"
|
|
56847
|
-
},
|
|
56848
|
-
"description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
|
|
56849
|
-
"name": "crossOffset",
|
|
56850
|
-
"parent": {
|
|
56851
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56852
|
-
"name": "PositionProps"
|
|
56853
|
-
},
|
|
56854
|
-
"declarations": [
|
|
56855
|
-
{
|
|
56856
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56857
|
-
"name": "PositionProps"
|
|
56858
|
-
}
|
|
56859
|
-
],
|
|
56860
|
-
"required": false,
|
|
56861
|
-
"type": {
|
|
56862
|
-
"name": "number"
|
|
56863
|
-
}
|
|
56864
|
-
},
|
|
56865
|
-
"shouldFlip": {
|
|
56866
|
-
"defaultValue": {
|
|
56867
|
-
"value": "true"
|
|
56868
|
-
},
|
|
56869
|
-
"description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
|
|
56870
|
-
"name": "shouldFlip",
|
|
56871
|
-
"parent": {
|
|
56872
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56873
|
-
"name": "PositionProps"
|
|
56874
|
-
},
|
|
56875
|
-
"declarations": [
|
|
56876
|
-
{
|
|
56877
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56878
|
-
"name": "PositionProps"
|
|
56879
|
-
}
|
|
56880
|
-
],
|
|
56881
|
-
"required": false,
|
|
56882
|
-
"type": {
|
|
56883
|
-
"name": "boolean"
|
|
56884
|
-
}
|
|
56885
|
-
},
|
|
56886
|
-
"isOpen": {
|
|
56887
|
-
"defaultValue": null,
|
|
56888
|
-
"description": "Whether the element is rendered.",
|
|
56889
|
-
"name": "isOpen",
|
|
56890
|
-
"parent": {
|
|
56891
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56892
|
-
"name": "PositionProps"
|
|
56893
|
-
},
|
|
56894
|
-
"declarations": [
|
|
56895
|
-
{
|
|
56896
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56897
|
-
"name": "PositionProps"
|
|
56898
|
-
}
|
|
56899
|
-
],
|
|
56900
|
-
"required": false,
|
|
56901
|
-
"type": {
|
|
56902
|
-
"name": "boolean"
|
|
56903
|
-
}
|
|
56904
|
-
},
|
|
56905
|
-
"defaultOpen": {
|
|
56906
|
-
"defaultValue": null,
|
|
56907
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
56908
|
-
"name": "defaultOpen",
|
|
56909
|
-
"parent": {
|
|
56910
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56911
|
-
"name": "OverlayTriggerProps"
|
|
56912
|
-
},
|
|
56913
|
-
"declarations": [
|
|
56914
|
-
{
|
|
56915
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56916
|
-
"name": "OverlayTriggerProps"
|
|
56917
|
-
}
|
|
56918
|
-
],
|
|
56919
|
-
"required": false,
|
|
56920
|
-
"type": {
|
|
56921
|
-
"name": "boolean"
|
|
56922
|
-
}
|
|
56923
|
-
},
|
|
56924
|
-
"onOpenChange": {
|
|
56925
|
-
"defaultValue": null,
|
|
56926
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
56927
|
-
"name": "onOpenChange",
|
|
56928
|
-
"parent": {
|
|
56929
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56930
|
-
"name": "OverlayTriggerProps"
|
|
56931
|
-
},
|
|
56932
|
-
"declarations": [
|
|
56933
|
-
{
|
|
56934
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
56935
|
-
"name": "OverlayTriggerProps"
|
|
56936
|
-
}
|
|
56937
|
-
],
|
|
56938
|
-
"required": false,
|
|
56939
|
-
"type": {
|
|
56940
|
-
"name": "((isOpen: boolean) => void)"
|
|
56941
|
-
}
|
|
56942
|
-
},
|
|
56943
56589
|
"aria-label": {
|
|
56944
56590
|
"defaultValue": null,
|
|
56945
|
-
"description": "
|
|
56591
|
+
"description": "An accessibility label for this item.",
|
|
56946
56592
|
"name": "aria-label",
|
|
56947
56593
|
"parent": {
|
|
56948
|
-
"fileName": "flow/node_modules/.pnpm
|
|
56949
|
-
"name": "
|
|
56950
|
-
},
|
|
56951
|
-
"declarations": [
|
|
56952
|
-
{
|
|
56953
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
56954
|
-
"name": "AriaLabelingProps"
|
|
56955
|
-
}
|
|
56956
|
-
],
|
|
56957
|
-
"required": false,
|
|
56958
|
-
"type": {
|
|
56959
|
-
"name": "string"
|
|
56960
|
-
}
|
|
56961
|
-
},
|
|
56962
|
-
"aria-labelledby": {
|
|
56963
|
-
"defaultValue": null,
|
|
56964
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
56965
|
-
"name": "aria-labelledby",
|
|
56966
|
-
"parent": {
|
|
56967
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
56968
|
-
"name": "AriaLabelingProps"
|
|
56969
|
-
},
|
|
56970
|
-
"declarations": [
|
|
56971
|
-
{
|
|
56972
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
56973
|
-
"name": "AriaLabelingProps"
|
|
56974
|
-
}
|
|
56975
|
-
],
|
|
56976
|
-
"required": false,
|
|
56977
|
-
"type": {
|
|
56978
|
-
"name": "string"
|
|
56979
|
-
}
|
|
56980
|
-
},
|
|
56981
|
-
"aria-describedby": {
|
|
56982
|
-
"defaultValue": null,
|
|
56983
|
-
"description": "Identifies the element (or elements) that describes the object.",
|
|
56984
|
-
"name": "aria-describedby",
|
|
56985
|
-
"parent": {
|
|
56986
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
56987
|
-
"name": "AriaLabelingProps"
|
|
56988
|
-
},
|
|
56989
|
-
"declarations": [
|
|
56990
|
-
{
|
|
56991
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
56992
|
-
"name": "AriaLabelingProps"
|
|
56993
|
-
}
|
|
56994
|
-
],
|
|
56995
|
-
"required": false,
|
|
56996
|
-
"type": {
|
|
56997
|
-
"name": "string"
|
|
56998
|
-
}
|
|
56999
|
-
},
|
|
57000
|
-
"aria-details": {
|
|
57001
|
-
"defaultValue": null,
|
|
57002
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
57003
|
-
"name": "aria-details",
|
|
57004
|
-
"parent": {
|
|
57005
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
57006
|
-
"name": "AriaLabelingProps"
|
|
56594
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56595
|
+
"name": "ListBoxItemProps"
|
|
57007
56596
|
},
|
|
57008
56597
|
"declarations": [
|
|
57009
56598
|
{
|
|
57010
|
-
"fileName": "flow/node_modules/.pnpm
|
|
57011
|
-
"name": "
|
|
56599
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
56600
|
+
"name": "ListBoxItemProps"
|
|
57012
56601
|
}
|
|
57013
56602
|
],
|
|
57014
56603
|
"required": false,
|
|
@@ -57151,21 +56740,21 @@
|
|
|
57151
56740
|
},
|
|
57152
56741
|
"onClick": {
|
|
57153
56742
|
"defaultValue": null,
|
|
57154
|
-
"description": "",
|
|
56743
|
+
"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.",
|
|
57155
56744
|
"name": "onClick",
|
|
57156
56745
|
"parent": {
|
|
57157
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
57158
|
-
"name": "
|
|
56746
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
56747
|
+
"name": "PressEvents"
|
|
57159
56748
|
},
|
|
57160
56749
|
"declarations": [
|
|
57161
56750
|
{
|
|
57162
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
57163
|
-
"name": "
|
|
56751
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
56752
|
+
"name": "PressEvents"
|
|
57164
56753
|
}
|
|
57165
56754
|
],
|
|
57166
56755
|
"required": false,
|
|
57167
56756
|
"type": {
|
|
57168
|
-
"name": "
|
|
56757
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
57169
56758
|
}
|
|
57170
56759
|
},
|
|
57171
56760
|
"onClickCapture": {
|
|
@@ -58365,202 +57954,365 @@
|
|
|
58365
57954
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
58366
57955
|
}
|
|
58367
57956
|
},
|
|
58368
|
-
"
|
|
57957
|
+
"isDisabled": {
|
|
58369
57958
|
"defaultValue": null,
|
|
58370
|
-
"description": "
|
|
58371
|
-
"name": "
|
|
57959
|
+
"description": "Whether the item is disabled.",
|
|
57960
|
+
"name": "isDisabled",
|
|
58372
57961
|
"parent": {
|
|
58373
57962
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58374
|
-
"name": "
|
|
57963
|
+
"name": "ListBoxItemProps"
|
|
58375
57964
|
},
|
|
58376
57965
|
"declarations": [
|
|
58377
57966
|
{
|
|
58378
57967
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58379
|
-
"name": "
|
|
57968
|
+
"name": "ListBoxItemProps"
|
|
58380
57969
|
}
|
|
58381
57970
|
],
|
|
58382
57971
|
"required": false,
|
|
58383
57972
|
"type": {
|
|
58384
|
-
"name": "
|
|
57973
|
+
"name": "boolean"
|
|
58385
57974
|
}
|
|
58386
57975
|
},
|
|
58387
|
-
"
|
|
58388
|
-
"defaultValue":
|
|
58389
|
-
|
|
57976
|
+
"rel": {
|
|
57977
|
+
"defaultValue": null,
|
|
57978
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
57979
|
+
"name": "rel",
|
|
57980
|
+
"parent": {
|
|
57981
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
57982
|
+
"name": "LinkDOMProps"
|
|
58390
57983
|
},
|
|
58391
|
-
"
|
|
58392
|
-
|
|
57984
|
+
"declarations": [
|
|
57985
|
+
{
|
|
57986
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
57987
|
+
"name": "LinkDOMProps"
|
|
57988
|
+
}
|
|
57989
|
+
],
|
|
57990
|
+
"required": false,
|
|
57991
|
+
"type": {
|
|
57992
|
+
"name": "string"
|
|
57993
|
+
}
|
|
57994
|
+
},
|
|
57995
|
+
"onHoverStart": {
|
|
57996
|
+
"defaultValue": null,
|
|
57997
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
57998
|
+
"name": "onHoverStart",
|
|
58393
57999
|
"parent": {
|
|
58394
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58395
|
-
"name": "
|
|
58000
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58001
|
+
"name": "HoverEvents"
|
|
58396
58002
|
},
|
|
58397
58003
|
"declarations": [
|
|
58398
58004
|
{
|
|
58399
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58400
|
-
"name": "
|
|
58005
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58006
|
+
"name": "HoverEvents"
|
|
58401
58007
|
}
|
|
58402
58008
|
],
|
|
58403
58009
|
"required": false,
|
|
58404
58010
|
"type": {
|
|
58405
|
-
"name": "
|
|
58011
|
+
"name": "((e: HoverEvent) => void)"
|
|
58406
58012
|
}
|
|
58407
58013
|
},
|
|
58408
|
-
"
|
|
58014
|
+
"onHoverEnd": {
|
|
58409
58015
|
"defaultValue": null,
|
|
58410
|
-
"description": "
|
|
58411
|
-
"name": "
|
|
58016
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
58017
|
+
"name": "onHoverEnd",
|
|
58412
58018
|
"parent": {
|
|
58413
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58414
|
-
"name": "
|
|
58019
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58020
|
+
"name": "HoverEvents"
|
|
58415
58021
|
},
|
|
58416
58022
|
"declarations": [
|
|
58417
58023
|
{
|
|
58418
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58419
|
-
"name": "
|
|
58024
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58025
|
+
"name": "HoverEvents"
|
|
58420
58026
|
}
|
|
58421
58027
|
],
|
|
58422
58028
|
"required": false,
|
|
58423
58029
|
"type": {
|
|
58424
|
-
"name": "
|
|
58030
|
+
"name": "((e: HoverEvent) => void)"
|
|
58425
58031
|
}
|
|
58426
58032
|
},
|
|
58427
|
-
"
|
|
58428
|
-
"defaultValue":
|
|
58429
|
-
|
|
58033
|
+
"onHoverChange": {
|
|
58034
|
+
"defaultValue": null,
|
|
58035
|
+
"description": "Handler that is called when the hover state changes.",
|
|
58036
|
+
"name": "onHoverChange",
|
|
58037
|
+
"parent": {
|
|
58038
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58039
|
+
"name": "HoverEvents"
|
|
58430
58040
|
},
|
|
58431
|
-
"
|
|
58432
|
-
|
|
58041
|
+
"declarations": [
|
|
58042
|
+
{
|
|
58043
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58044
|
+
"name": "HoverEvents"
|
|
58045
|
+
}
|
|
58046
|
+
],
|
|
58047
|
+
"required": false,
|
|
58048
|
+
"type": {
|
|
58049
|
+
"name": "((isHovering: boolean) => void)"
|
|
58050
|
+
}
|
|
58051
|
+
},
|
|
58052
|
+
"target": {
|
|
58053
|
+
"defaultValue": null,
|
|
58054
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
58055
|
+
"name": "target",
|
|
58433
58056
|
"parent": {
|
|
58434
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58435
|
-
"name": "
|
|
58057
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58058
|
+
"name": "LinkDOMProps"
|
|
58436
58059
|
},
|
|
58437
58060
|
"declarations": [
|
|
58438
58061
|
{
|
|
58439
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58440
|
-
"name": "
|
|
58062
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58063
|
+
"name": "LinkDOMProps"
|
|
58441
58064
|
}
|
|
58442
58065
|
],
|
|
58443
58066
|
"required": false,
|
|
58444
58067
|
"type": {
|
|
58445
|
-
"name": "
|
|
58068
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
58446
58069
|
}
|
|
58447
58070
|
},
|
|
58448
|
-
"
|
|
58449
|
-
"defaultValue":
|
|
58450
|
-
|
|
58071
|
+
"textValue": {
|
|
58072
|
+
"defaultValue": null,
|
|
58073
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
58074
|
+
"name": "textValue",
|
|
58075
|
+
"parent": {
|
|
58076
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58077
|
+
"name": "ListBoxItemProps"
|
|
58451
58078
|
},
|
|
58452
|
-
"
|
|
58453
|
-
|
|
58079
|
+
"declarations": [
|
|
58080
|
+
{
|
|
58081
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58082
|
+
"name": "ListBoxItemProps"
|
|
58083
|
+
}
|
|
58084
|
+
],
|
|
58085
|
+
"required": false,
|
|
58086
|
+
"type": {
|
|
58087
|
+
"name": "string"
|
|
58088
|
+
}
|
|
58089
|
+
},
|
|
58090
|
+
"onAction": {
|
|
58091
|
+
"defaultValue": null,
|
|
58092
|
+
"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.",
|
|
58093
|
+
"name": "onAction",
|
|
58454
58094
|
"parent": {
|
|
58455
|
-
"fileName": "flow/node_modules/.pnpm
|
|
58456
|
-
"name": "
|
|
58095
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58096
|
+
"name": "ListBoxItemProps"
|
|
58457
58097
|
},
|
|
58458
58098
|
"declarations": [
|
|
58459
58099
|
{
|
|
58460
|
-
"fileName": "flow/node_modules/.pnpm
|
|
58461
|
-
"name": "
|
|
58100
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58101
|
+
"name": "ListBoxItemProps"
|
|
58462
58102
|
}
|
|
58463
58103
|
],
|
|
58464
58104
|
"required": false,
|
|
58465
58105
|
"type": {
|
|
58466
|
-
"name": "
|
|
58106
|
+
"name": "(() => void)"
|
|
58467
58107
|
}
|
|
58468
58108
|
},
|
|
58469
|
-
"
|
|
58109
|
+
"href": {
|
|
58470
58110
|
"defaultValue": null,
|
|
58471
|
-
"description": "
|
|
58472
|
-
"name": "
|
|
58111
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
58112
|
+
"name": "href",
|
|
58473
58113
|
"parent": {
|
|
58474
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58475
|
-
"name": "
|
|
58114
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58115
|
+
"name": "LinkDOMProps"
|
|
58476
58116
|
},
|
|
58477
58117
|
"declarations": [
|
|
58478
58118
|
{
|
|
58479
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58480
|
-
"name": "
|
|
58119
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58120
|
+
"name": "LinkDOMProps"
|
|
58481
58121
|
}
|
|
58482
58122
|
],
|
|
58483
58123
|
"required": false,
|
|
58484
58124
|
"type": {
|
|
58485
|
-
"name": "
|
|
58125
|
+
"name": "string"
|
|
58486
58126
|
}
|
|
58487
58127
|
},
|
|
58488
|
-
"
|
|
58128
|
+
"hrefLang": {
|
|
58489
58129
|
"defaultValue": null,
|
|
58490
|
-
"description": "
|
|
58491
|
-
"name": "
|
|
58130
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
58131
|
+
"name": "hrefLang",
|
|
58492
58132
|
"parent": {
|
|
58493
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58494
|
-
"name": "
|
|
58133
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58134
|
+
"name": "LinkDOMProps"
|
|
58495
58135
|
},
|
|
58496
58136
|
"declarations": [
|
|
58497
58137
|
{
|
|
58498
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58499
|
-
"name": "
|
|
58138
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58139
|
+
"name": "LinkDOMProps"
|
|
58500
58140
|
}
|
|
58501
58141
|
],
|
|
58502
58142
|
"required": false,
|
|
58503
58143
|
"type": {
|
|
58504
|
-
"name": "
|
|
58144
|
+
"name": "string"
|
|
58505
58145
|
}
|
|
58506
58146
|
},
|
|
58507
|
-
"
|
|
58508
|
-
"defaultValue":
|
|
58509
|
-
|
|
58147
|
+
"download": {
|
|
58148
|
+
"defaultValue": null,
|
|
58149
|
+
"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).",
|
|
58150
|
+
"name": "download",
|
|
58151
|
+
"parent": {
|
|
58152
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58153
|
+
"name": "LinkDOMProps"
|
|
58510
58154
|
},
|
|
58511
|
-
"
|
|
58512
|
-
|
|
58155
|
+
"declarations": [
|
|
58156
|
+
{
|
|
58157
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58158
|
+
"name": "LinkDOMProps"
|
|
58159
|
+
}
|
|
58160
|
+
],
|
|
58161
|
+
"required": false,
|
|
58162
|
+
"type": {
|
|
58163
|
+
"name": "string | boolean"
|
|
58164
|
+
}
|
|
58165
|
+
},
|
|
58166
|
+
"ping": {
|
|
58167
|
+
"defaultValue": null,
|
|
58168
|
+
"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).",
|
|
58169
|
+
"name": "ping",
|
|
58513
58170
|
"parent": {
|
|
58514
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58515
|
-
"name": "
|
|
58171
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58172
|
+
"name": "LinkDOMProps"
|
|
58516
58173
|
},
|
|
58517
58174
|
"declarations": [
|
|
58518
58175
|
{
|
|
58519
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58520
|
-
"name": "
|
|
58176
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58177
|
+
"name": "LinkDOMProps"
|
|
58521
58178
|
}
|
|
58522
58179
|
],
|
|
58523
58180
|
"required": false,
|
|
58524
58181
|
"type": {
|
|
58525
|
-
"name": "
|
|
58182
|
+
"name": "string"
|
|
58526
58183
|
}
|
|
58527
58184
|
},
|
|
58528
|
-
"
|
|
58185
|
+
"referrerPolicy": {
|
|
58529
58186
|
"defaultValue": null,
|
|
58530
|
-
"description": "
|
|
58531
|
-
"name": "
|
|
58187
|
+
"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).",
|
|
58188
|
+
"name": "referrerPolicy",
|
|
58532
58189
|
"parent": {
|
|
58533
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58534
|
-
"name": "
|
|
58190
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58191
|
+
"name": "LinkDOMProps"
|
|
58535
58192
|
},
|
|
58536
58193
|
"declarations": [
|
|
58537
58194
|
{
|
|
58538
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
58539
|
-
"name": "
|
|
58195
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58196
|
+
"name": "LinkDOMProps"
|
|
58540
58197
|
}
|
|
58541
58198
|
],
|
|
58542
58199
|
"required": false,
|
|
58543
58200
|
"type": {
|
|
58544
|
-
"name": "
|
|
58201
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
58545
58202
|
}
|
|
58546
58203
|
},
|
|
58547
|
-
"
|
|
58204
|
+
"routerOptions": {
|
|
58548
58205
|
"defaultValue": null,
|
|
58549
|
-
"description": "
|
|
58550
|
-
"name": "
|
|
58206
|
+
"description": "Options for the configured client side router.",
|
|
58207
|
+
"name": "routerOptions",
|
|
58551
58208
|
"parent": {
|
|
58552
|
-
"fileName": "flow/node_modules/.pnpm
|
|
58553
|
-
"name": "
|
|
58209
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58210
|
+
"name": "LinkDOMProps"
|
|
58554
58211
|
},
|
|
58555
58212
|
"declarations": [
|
|
58556
58213
|
{
|
|
58557
|
-
"fileName": "flow/node_modules/.pnpm
|
|
58558
|
-
"name": "
|
|
58214
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58215
|
+
"name": "LinkDOMProps"
|
|
58559
58216
|
}
|
|
58560
58217
|
],
|
|
58561
58218
|
"required": false,
|
|
58562
58219
|
"type": {
|
|
58563
|
-
"name": "
|
|
58220
|
+
"name": "undefined"
|
|
58221
|
+
}
|
|
58222
|
+
},
|
|
58223
|
+
"onPress": {
|
|
58224
|
+
"defaultValue": null,
|
|
58225
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
58226
|
+
"name": "onPress",
|
|
58227
|
+
"parent": {
|
|
58228
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58229
|
+
"name": "PressEvents"
|
|
58230
|
+
},
|
|
58231
|
+
"declarations": [
|
|
58232
|
+
{
|
|
58233
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58234
|
+
"name": "PressEvents"
|
|
58235
|
+
}
|
|
58236
|
+
],
|
|
58237
|
+
"required": false,
|
|
58238
|
+
"type": {
|
|
58239
|
+
"name": "((e: PressEvent) => void)"
|
|
58240
|
+
}
|
|
58241
|
+
},
|
|
58242
|
+
"onPressStart": {
|
|
58243
|
+
"defaultValue": null,
|
|
58244
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
58245
|
+
"name": "onPressStart",
|
|
58246
|
+
"parent": {
|
|
58247
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58248
|
+
"name": "PressEvents"
|
|
58249
|
+
},
|
|
58250
|
+
"declarations": [
|
|
58251
|
+
{
|
|
58252
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58253
|
+
"name": "PressEvents"
|
|
58254
|
+
}
|
|
58255
|
+
],
|
|
58256
|
+
"required": false,
|
|
58257
|
+
"type": {
|
|
58258
|
+
"name": "((e: PressEvent) => void)"
|
|
58259
|
+
}
|
|
58260
|
+
},
|
|
58261
|
+
"onPressEnd": {
|
|
58262
|
+
"defaultValue": null,
|
|
58263
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
58264
|
+
"name": "onPressEnd",
|
|
58265
|
+
"parent": {
|
|
58266
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58267
|
+
"name": "PressEvents"
|
|
58268
|
+
},
|
|
58269
|
+
"declarations": [
|
|
58270
|
+
{
|
|
58271
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58272
|
+
"name": "PressEvents"
|
|
58273
|
+
}
|
|
58274
|
+
],
|
|
58275
|
+
"required": false,
|
|
58276
|
+
"type": {
|
|
58277
|
+
"name": "((e: PressEvent) => void)"
|
|
58278
|
+
}
|
|
58279
|
+
},
|
|
58280
|
+
"onPressChange": {
|
|
58281
|
+
"defaultValue": null,
|
|
58282
|
+
"description": "Handler that is called when the press state changes.",
|
|
58283
|
+
"name": "onPressChange",
|
|
58284
|
+
"parent": {
|
|
58285
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58286
|
+
"name": "PressEvents"
|
|
58287
|
+
},
|
|
58288
|
+
"declarations": [
|
|
58289
|
+
{
|
|
58290
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58291
|
+
"name": "PressEvents"
|
|
58292
|
+
}
|
|
58293
|
+
],
|
|
58294
|
+
"required": false,
|
|
58295
|
+
"type": {
|
|
58296
|
+
"name": "((isPressed: boolean) => void)"
|
|
58297
|
+
}
|
|
58298
|
+
},
|
|
58299
|
+
"onPressUp": {
|
|
58300
|
+
"defaultValue": null,
|
|
58301
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
58302
|
+
"name": "onPressUp",
|
|
58303
|
+
"parent": {
|
|
58304
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58305
|
+
"name": "PressEvents"
|
|
58306
|
+
},
|
|
58307
|
+
"declarations": [
|
|
58308
|
+
{
|
|
58309
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
58310
|
+
"name": "PressEvents"
|
|
58311
|
+
}
|
|
58312
|
+
],
|
|
58313
|
+
"required": false,
|
|
58314
|
+
"type": {
|
|
58315
|
+
"name": "((e: PressEvent) => void)"
|
|
58564
58316
|
}
|
|
58565
58317
|
},
|
|
58566
58318
|
"children": {
|
|
@@ -58657,26 +58409,119 @@
|
|
|
58657
58409
|
}
|
|
58658
58410
|
},
|
|
58659
58411
|
{
|
|
58660
|
-
"tags": {
|
|
58661
|
-
|
|
58662
|
-
},
|
|
58663
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
|
|
58412
|
+
"tags": {},
|
|
58413
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
|
|
58664
58414
|
"description": "",
|
|
58665
|
-
"displayName": "
|
|
58415
|
+
"displayName": "Options",
|
|
58666
58416
|
"methods": [],
|
|
58667
58417
|
"props": {
|
|
58668
|
-
"
|
|
58418
|
+
"controller": {
|
|
58669
58419
|
"defaultValue": null,
|
|
58670
|
-
"description": "",
|
|
58671
|
-
"name": "
|
|
58420
|
+
"description": "An overlay controller to control the popover state.",
|
|
58421
|
+
"name": "controller",
|
|
58672
58422
|
"parent": {
|
|
58673
|
-
"fileName": "components/src/components/
|
|
58674
|
-
"name": "
|
|
58423
|
+
"fileName": "components/src/components/Options/Options.tsx",
|
|
58424
|
+
"name": "OptionsProps"
|
|
58675
58425
|
},
|
|
58676
58426
|
"declarations": [
|
|
58677
58427
|
{
|
|
58678
|
-
"fileName": "components/src/components/
|
|
58679
|
-
"name": "
|
|
58428
|
+
"fileName": "components/src/components/Options/Options.tsx",
|
|
58429
|
+
"name": "OptionsProps"
|
|
58430
|
+
}
|
|
58431
|
+
],
|
|
58432
|
+
"required": true,
|
|
58433
|
+
"type": {
|
|
58434
|
+
"name": "OverlayController"
|
|
58435
|
+
}
|
|
58436
|
+
},
|
|
58437
|
+
"onAction": {
|
|
58438
|
+
"defaultValue": null,
|
|
58439
|
+
"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.",
|
|
58440
|
+
"name": "onAction",
|
|
58441
|
+
"parent": {
|
|
58442
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
58443
|
+
"name": "AriaListBoxProps"
|
|
58444
|
+
},
|
|
58445
|
+
"declarations": [
|
|
58446
|
+
{
|
|
58447
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
58448
|
+
"name": "AriaListBoxProps"
|
|
58449
|
+
}
|
|
58450
|
+
],
|
|
58451
|
+
"required": false,
|
|
58452
|
+
"type": {
|
|
58453
|
+
"name": "((key: Key) => void)"
|
|
58454
|
+
}
|
|
58455
|
+
},
|
|
58456
|
+
"renderEmptyState": {
|
|
58457
|
+
"defaultValue": null,
|
|
58458
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
58459
|
+
"name": "renderEmptyState",
|
|
58460
|
+
"parent": {
|
|
58461
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58462
|
+
"name": "ListBoxProps"
|
|
58463
|
+
},
|
|
58464
|
+
"declarations": [
|
|
58465
|
+
{
|
|
58466
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58467
|
+
"name": "ListBoxProps"
|
|
58468
|
+
}
|
|
58469
|
+
],
|
|
58470
|
+
"required": false,
|
|
58471
|
+
"type": {
|
|
58472
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
58473
|
+
}
|
|
58474
|
+
},
|
|
58475
|
+
"withTip": {
|
|
58476
|
+
"defaultValue": null,
|
|
58477
|
+
"description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
|
|
58478
|
+
"name": "withTip",
|
|
58479
|
+
"parent": {
|
|
58480
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
58481
|
+
"name": "PopoverProps"
|
|
58482
|
+
},
|
|
58483
|
+
"declarations": [
|
|
58484
|
+
{
|
|
58485
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
58486
|
+
"name": "PopoverProps"
|
|
58487
|
+
}
|
|
58488
|
+
],
|
|
58489
|
+
"required": false,
|
|
58490
|
+
"type": {
|
|
58491
|
+
"name": "boolean"
|
|
58492
|
+
}
|
|
58493
|
+
},
|
|
58494
|
+
"isDialogContent": {
|
|
58495
|
+
"defaultValue": null,
|
|
58496
|
+
"description": "Whether the popover contains a dialog.",
|
|
58497
|
+
"name": "isDialogContent",
|
|
58498
|
+
"parent": {
|
|
58499
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
58500
|
+
"name": "PopoverProps"
|
|
58501
|
+
},
|
|
58502
|
+
"declarations": [
|
|
58503
|
+
{
|
|
58504
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
58505
|
+
"name": "PopoverProps"
|
|
58506
|
+
}
|
|
58507
|
+
],
|
|
58508
|
+
"required": false,
|
|
58509
|
+
"type": {
|
|
58510
|
+
"name": "boolean"
|
|
58511
|
+
}
|
|
58512
|
+
},
|
|
58513
|
+
"width": {
|
|
58514
|
+
"defaultValue": null,
|
|
58515
|
+
"description": "A fixed width for the popover.",
|
|
58516
|
+
"name": "width",
|
|
58517
|
+
"parent": {
|
|
58518
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
58519
|
+
"name": "PopoverProps"
|
|
58520
|
+
},
|
|
58521
|
+
"declarations": [
|
|
58522
|
+
{
|
|
58523
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
58524
|
+
"name": "PopoverProps"
|
|
58680
58525
|
}
|
|
58681
58526
|
],
|
|
58682
58527
|
"required": false,
|
|
@@ -58684,18 +58529,336 @@
|
|
|
58684
58529
|
"name": "string | number"
|
|
58685
58530
|
}
|
|
58686
58531
|
},
|
|
58687
|
-
"
|
|
58532
|
+
"arrowBoundaryOffset": {
|
|
58533
|
+
"defaultValue": {
|
|
58534
|
+
"value": "0"
|
|
58535
|
+
},
|
|
58536
|
+
"description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
|
|
58537
|
+
"name": "arrowBoundaryOffset",
|
|
58538
|
+
"parent": {
|
|
58539
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
58540
|
+
"name": "AriaPositionProps"
|
|
58541
|
+
},
|
|
58542
|
+
"declarations": [
|
|
58543
|
+
{
|
|
58544
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
58545
|
+
"name": "AriaPositionProps"
|
|
58546
|
+
}
|
|
58547
|
+
],
|
|
58548
|
+
"required": false,
|
|
58549
|
+
"type": {
|
|
58550
|
+
"name": "number"
|
|
58551
|
+
}
|
|
58552
|
+
},
|
|
58553
|
+
"triggerRef": {
|
|
58688
58554
|
"defaultValue": null,
|
|
58689
|
-
"description": "
|
|
58690
|
-
"name": "
|
|
58555
|
+
"description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used standalone.",
|
|
58556
|
+
"name": "triggerRef",
|
|
58691
58557
|
"parent": {
|
|
58692
58558
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58693
|
-
"name": "
|
|
58559
|
+
"name": "TooltipProps"
|
|
58694
58560
|
},
|
|
58695
58561
|
"declarations": [
|
|
58696
58562
|
{
|
|
58697
58563
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58698
|
-
"name": "
|
|
58564
|
+
"name": "TooltipProps"
|
|
58565
|
+
}
|
|
58566
|
+
],
|
|
58567
|
+
"required": false,
|
|
58568
|
+
"type": {
|
|
58569
|
+
"name": "RefObject<Element | null>"
|
|
58570
|
+
}
|
|
58571
|
+
},
|
|
58572
|
+
"isEntering": {
|
|
58573
|
+
"defaultValue": null,
|
|
58574
|
+
"description": "Whether the tooltip is currently performing an entry animation.",
|
|
58575
|
+
"name": "isEntering",
|
|
58576
|
+
"parent": {
|
|
58577
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58578
|
+
"name": "TooltipProps"
|
|
58579
|
+
},
|
|
58580
|
+
"declarations": [
|
|
58581
|
+
{
|
|
58582
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58583
|
+
"name": "TooltipProps"
|
|
58584
|
+
}
|
|
58585
|
+
],
|
|
58586
|
+
"required": false,
|
|
58587
|
+
"type": {
|
|
58588
|
+
"name": "boolean"
|
|
58589
|
+
}
|
|
58590
|
+
},
|
|
58591
|
+
"isExiting": {
|
|
58592
|
+
"defaultValue": null,
|
|
58593
|
+
"description": "Whether the tooltip is currently performing an exit animation.",
|
|
58594
|
+
"name": "isExiting",
|
|
58595
|
+
"parent": {
|
|
58596
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58597
|
+
"name": "TooltipProps"
|
|
58598
|
+
},
|
|
58599
|
+
"declarations": [
|
|
58600
|
+
{
|
|
58601
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58602
|
+
"name": "TooltipProps"
|
|
58603
|
+
}
|
|
58604
|
+
],
|
|
58605
|
+
"required": false,
|
|
58606
|
+
"type": {
|
|
58607
|
+
"name": "boolean"
|
|
58608
|
+
}
|
|
58609
|
+
},
|
|
58610
|
+
"UNSTABLE_portalContainer": {
|
|
58611
|
+
"defaultValue": {
|
|
58612
|
+
"value": "document.body"
|
|
58613
|
+
},
|
|
58614
|
+
"description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
|
|
58615
|
+
"name": "UNSTABLE_portalContainer",
|
|
58616
|
+
"parent": {
|
|
58617
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58618
|
+
"name": "TooltipProps"
|
|
58619
|
+
},
|
|
58620
|
+
"declarations": [
|
|
58621
|
+
{
|
|
58622
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58623
|
+
"name": "TooltipProps"
|
|
58624
|
+
}
|
|
58625
|
+
],
|
|
58626
|
+
"required": false,
|
|
58627
|
+
"type": {
|
|
58628
|
+
"name": "Element"
|
|
58629
|
+
}
|
|
58630
|
+
},
|
|
58631
|
+
"placement": {
|
|
58632
|
+
"defaultValue": {
|
|
58633
|
+
"value": "'bottom'"
|
|
58634
|
+
},
|
|
58635
|
+
"description": "The placement of the element with respect to its anchor element.",
|
|
58636
|
+
"name": "placement",
|
|
58637
|
+
"parent": {
|
|
58638
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58639
|
+
"name": "PositionProps"
|
|
58640
|
+
},
|
|
58641
|
+
"declarations": [
|
|
58642
|
+
{
|
|
58643
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58644
|
+
"name": "PositionProps"
|
|
58645
|
+
}
|
|
58646
|
+
],
|
|
58647
|
+
"required": false,
|
|
58648
|
+
"type": {
|
|
58649
|
+
"name": "Placement"
|
|
58650
|
+
}
|
|
58651
|
+
},
|
|
58652
|
+
"containerPadding": {
|
|
58653
|
+
"defaultValue": {
|
|
58654
|
+
"value": "12"
|
|
58655
|
+
},
|
|
58656
|
+
"description": "The placement padding that should be applied between the element and its\nsurrounding container.",
|
|
58657
|
+
"name": "containerPadding",
|
|
58658
|
+
"parent": {
|
|
58659
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58660
|
+
"name": "PositionProps"
|
|
58661
|
+
},
|
|
58662
|
+
"declarations": [
|
|
58663
|
+
{
|
|
58664
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58665
|
+
"name": "PositionProps"
|
|
58666
|
+
}
|
|
58667
|
+
],
|
|
58668
|
+
"required": false,
|
|
58669
|
+
"type": {
|
|
58670
|
+
"name": "number"
|
|
58671
|
+
}
|
|
58672
|
+
},
|
|
58673
|
+
"offset": {
|
|
58674
|
+
"defaultValue": {
|
|
58675
|
+
"value": "8"
|
|
58676
|
+
},
|
|
58677
|
+
"description": "The additional offset applied along the main axis between the element and its\nanchor element.",
|
|
58678
|
+
"name": "offset",
|
|
58679
|
+
"parent": {
|
|
58680
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58681
|
+
"name": "PopoverProps"
|
|
58682
|
+
},
|
|
58683
|
+
"declarations": [
|
|
58684
|
+
{
|
|
58685
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
58686
|
+
"name": "PopoverProps"
|
|
58687
|
+
}
|
|
58688
|
+
],
|
|
58689
|
+
"required": false,
|
|
58690
|
+
"type": {
|
|
58691
|
+
"name": "number"
|
|
58692
|
+
}
|
|
58693
|
+
},
|
|
58694
|
+
"crossOffset": {
|
|
58695
|
+
"defaultValue": {
|
|
58696
|
+
"value": "0"
|
|
58697
|
+
},
|
|
58698
|
+
"description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
|
|
58699
|
+
"name": "crossOffset",
|
|
58700
|
+
"parent": {
|
|
58701
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58702
|
+
"name": "PositionProps"
|
|
58703
|
+
},
|
|
58704
|
+
"declarations": [
|
|
58705
|
+
{
|
|
58706
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58707
|
+
"name": "PositionProps"
|
|
58708
|
+
}
|
|
58709
|
+
],
|
|
58710
|
+
"required": false,
|
|
58711
|
+
"type": {
|
|
58712
|
+
"name": "number"
|
|
58713
|
+
}
|
|
58714
|
+
},
|
|
58715
|
+
"shouldFlip": {
|
|
58716
|
+
"defaultValue": {
|
|
58717
|
+
"value": "true"
|
|
58718
|
+
},
|
|
58719
|
+
"description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
|
|
58720
|
+
"name": "shouldFlip",
|
|
58721
|
+
"parent": {
|
|
58722
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58723
|
+
"name": "PositionProps"
|
|
58724
|
+
},
|
|
58725
|
+
"declarations": [
|
|
58726
|
+
{
|
|
58727
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58728
|
+
"name": "PositionProps"
|
|
58729
|
+
}
|
|
58730
|
+
],
|
|
58731
|
+
"required": false,
|
|
58732
|
+
"type": {
|
|
58733
|
+
"name": "boolean"
|
|
58734
|
+
}
|
|
58735
|
+
},
|
|
58736
|
+
"isOpen": {
|
|
58737
|
+
"defaultValue": null,
|
|
58738
|
+
"description": "Whether the element is rendered.",
|
|
58739
|
+
"name": "isOpen",
|
|
58740
|
+
"parent": {
|
|
58741
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58742
|
+
"name": "PositionProps"
|
|
58743
|
+
},
|
|
58744
|
+
"declarations": [
|
|
58745
|
+
{
|
|
58746
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58747
|
+
"name": "PositionProps"
|
|
58748
|
+
}
|
|
58749
|
+
],
|
|
58750
|
+
"required": false,
|
|
58751
|
+
"type": {
|
|
58752
|
+
"name": "boolean"
|
|
58753
|
+
}
|
|
58754
|
+
},
|
|
58755
|
+
"defaultOpen": {
|
|
58756
|
+
"defaultValue": null,
|
|
58757
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
58758
|
+
"name": "defaultOpen",
|
|
58759
|
+
"parent": {
|
|
58760
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58761
|
+
"name": "OverlayTriggerProps"
|
|
58762
|
+
},
|
|
58763
|
+
"declarations": [
|
|
58764
|
+
{
|
|
58765
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58766
|
+
"name": "OverlayTriggerProps"
|
|
58767
|
+
}
|
|
58768
|
+
],
|
|
58769
|
+
"required": false,
|
|
58770
|
+
"type": {
|
|
58771
|
+
"name": "boolean"
|
|
58772
|
+
}
|
|
58773
|
+
},
|
|
58774
|
+
"onOpenChange": {
|
|
58775
|
+
"defaultValue": null,
|
|
58776
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
58777
|
+
"name": "onOpenChange",
|
|
58778
|
+
"parent": {
|
|
58779
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58780
|
+
"name": "OverlayTriggerProps"
|
|
58781
|
+
},
|
|
58782
|
+
"declarations": [
|
|
58783
|
+
{
|
|
58784
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
58785
|
+
"name": "OverlayTriggerProps"
|
|
58786
|
+
}
|
|
58787
|
+
],
|
|
58788
|
+
"required": false,
|
|
58789
|
+
"type": {
|
|
58790
|
+
"name": "((isOpen: boolean) => void)"
|
|
58791
|
+
}
|
|
58792
|
+
},
|
|
58793
|
+
"aria-label": {
|
|
58794
|
+
"defaultValue": null,
|
|
58795
|
+
"description": "Defines a string value that labels the current element.",
|
|
58796
|
+
"name": "aria-label",
|
|
58797
|
+
"parent": {
|
|
58798
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58799
|
+
"name": "AriaLabelingProps"
|
|
58800
|
+
},
|
|
58801
|
+
"declarations": [
|
|
58802
|
+
{
|
|
58803
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58804
|
+
"name": "AriaLabelingProps"
|
|
58805
|
+
}
|
|
58806
|
+
],
|
|
58807
|
+
"required": false,
|
|
58808
|
+
"type": {
|
|
58809
|
+
"name": "string"
|
|
58810
|
+
}
|
|
58811
|
+
},
|
|
58812
|
+
"aria-labelledby": {
|
|
58813
|
+
"defaultValue": null,
|
|
58814
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
58815
|
+
"name": "aria-labelledby",
|
|
58816
|
+
"parent": {
|
|
58817
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58818
|
+
"name": "AriaLabelingProps"
|
|
58819
|
+
},
|
|
58820
|
+
"declarations": [
|
|
58821
|
+
{
|
|
58822
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58823
|
+
"name": "AriaLabelingProps"
|
|
58824
|
+
}
|
|
58825
|
+
],
|
|
58826
|
+
"required": false,
|
|
58827
|
+
"type": {
|
|
58828
|
+
"name": "string"
|
|
58829
|
+
}
|
|
58830
|
+
},
|
|
58831
|
+
"aria-describedby": {
|
|
58832
|
+
"defaultValue": null,
|
|
58833
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
58834
|
+
"name": "aria-describedby",
|
|
58835
|
+
"parent": {
|
|
58836
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58837
|
+
"name": "AriaLabelingProps"
|
|
58838
|
+
},
|
|
58839
|
+
"declarations": [
|
|
58840
|
+
{
|
|
58841
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58842
|
+
"name": "AriaLabelingProps"
|
|
58843
|
+
}
|
|
58844
|
+
],
|
|
58845
|
+
"required": false,
|
|
58846
|
+
"type": {
|
|
58847
|
+
"name": "string"
|
|
58848
|
+
}
|
|
58849
|
+
},
|
|
58850
|
+
"aria-details": {
|
|
58851
|
+
"defaultValue": null,
|
|
58852
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
58853
|
+
"name": "aria-details",
|
|
58854
|
+
"parent": {
|
|
58855
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58856
|
+
"name": "AriaLabelingProps"
|
|
58857
|
+
},
|
|
58858
|
+
"declarations": [
|
|
58859
|
+
{
|
|
58860
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
58861
|
+
"name": "AriaLabelingProps"
|
|
58699
58862
|
}
|
|
58700
58863
|
],
|
|
58701
58864
|
"required": false,
|
|
@@ -58838,21 +59001,21 @@
|
|
|
58838
59001
|
},
|
|
58839
59002
|
"onClick": {
|
|
58840
59003
|
"defaultValue": null,
|
|
58841
|
-
"description": "
|
|
59004
|
+
"description": "",
|
|
58842
59005
|
"name": "onClick",
|
|
58843
59006
|
"parent": {
|
|
58844
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
58845
|
-
"name": "
|
|
59007
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
59008
|
+
"name": "GlobalDOMEvents"
|
|
58846
59009
|
},
|
|
58847
59010
|
"declarations": [
|
|
58848
59011
|
{
|
|
58849
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/
|
|
58850
|
-
"name": "
|
|
59012
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
59013
|
+
"name": "GlobalDOMEvents"
|
|
58851
59014
|
}
|
|
58852
59015
|
],
|
|
58853
59016
|
"required": false,
|
|
58854
59017
|
"type": {
|
|
58855
|
-
"name": "
|
|
59018
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
58856
59019
|
}
|
|
58857
59020
|
},
|
|
58858
59021
|
"onClickCapture": {
|
|
@@ -60052,365 +60215,202 @@
|
|
|
60052
60215
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
60053
60216
|
}
|
|
60054
60217
|
},
|
|
60055
|
-
"
|
|
60218
|
+
"slot": {
|
|
60056
60219
|
"defaultValue": null,
|
|
60057
|
-
"description": "
|
|
60058
|
-
"name": "
|
|
60220
|
+
"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.",
|
|
60221
|
+
"name": "slot",
|
|
60059
60222
|
"parent": {
|
|
60060
60223
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
60061
|
-
"name": "
|
|
60224
|
+
"name": "SlotProps"
|
|
60062
60225
|
},
|
|
60063
60226
|
"declarations": [
|
|
60064
60227
|
{
|
|
60065
60228
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
60066
|
-
"name": "
|
|
60067
|
-
}
|
|
60068
|
-
],
|
|
60069
|
-
"required": false,
|
|
60070
|
-
"type": {
|
|
60071
|
-
"name": "boolean"
|
|
60072
|
-
}
|
|
60073
|
-
},
|
|
60074
|
-
"rel": {
|
|
60075
|
-
"defaultValue": null,
|
|
60076
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
60077
|
-
"name": "rel",
|
|
60078
|
-
"parent": {
|
|
60079
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
60080
|
-
"name": "LinkDOMProps"
|
|
60081
|
-
},
|
|
60082
|
-
"declarations": [
|
|
60083
|
-
{
|
|
60084
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
60085
|
-
"name": "LinkDOMProps"
|
|
60086
|
-
}
|
|
60087
|
-
],
|
|
60088
|
-
"required": false,
|
|
60089
|
-
"type": {
|
|
60090
|
-
"name": "string"
|
|
60091
|
-
}
|
|
60092
|
-
},
|
|
60093
|
-
"onHoverStart": {
|
|
60094
|
-
"defaultValue": null,
|
|
60095
|
-
"description": "Handler that is called when a hover interaction starts.",
|
|
60096
|
-
"name": "onHoverStart",
|
|
60097
|
-
"parent": {
|
|
60098
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
60099
|
-
"name": "HoverEvents"
|
|
60100
|
-
},
|
|
60101
|
-
"declarations": [
|
|
60102
|
-
{
|
|
60103
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
60104
|
-
"name": "HoverEvents"
|
|
60105
|
-
}
|
|
60106
|
-
],
|
|
60107
|
-
"required": false,
|
|
60108
|
-
"type": {
|
|
60109
|
-
"name": "((e: HoverEvent) => void)"
|
|
60110
|
-
}
|
|
60111
|
-
},
|
|
60112
|
-
"onHoverEnd": {
|
|
60113
|
-
"defaultValue": null,
|
|
60114
|
-
"description": "Handler that is called when a hover interaction ends.",
|
|
60115
|
-
"name": "onHoverEnd",
|
|
60116
|
-
"parent": {
|
|
60117
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
60118
|
-
"name": "HoverEvents"
|
|
60119
|
-
},
|
|
60120
|
-
"declarations": [
|
|
60121
|
-
{
|
|
60122
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
60123
|
-
"name": "HoverEvents"
|
|
60124
|
-
}
|
|
60125
|
-
],
|
|
60126
|
-
"required": false,
|
|
60127
|
-
"type": {
|
|
60128
|
-
"name": "((e: HoverEvent) => void)"
|
|
60129
|
-
}
|
|
60130
|
-
},
|
|
60131
|
-
"onHoverChange": {
|
|
60132
|
-
"defaultValue": null,
|
|
60133
|
-
"description": "Handler that is called when the hover state changes.",
|
|
60134
|
-
"name": "onHoverChange",
|
|
60135
|
-
"parent": {
|
|
60136
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
60137
|
-
"name": "HoverEvents"
|
|
60138
|
-
},
|
|
60139
|
-
"declarations": [
|
|
60140
|
-
{
|
|
60141
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
60142
|
-
"name": "HoverEvents"
|
|
60143
|
-
}
|
|
60144
|
-
],
|
|
60145
|
-
"required": false,
|
|
60146
|
-
"type": {
|
|
60147
|
-
"name": "((isHovering: boolean) => void)"
|
|
60148
|
-
}
|
|
60149
|
-
},
|
|
60150
|
-
"target": {
|
|
60151
|
-
"defaultValue": null,
|
|
60152
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
60153
|
-
"name": "target",
|
|
60154
|
-
"parent": {
|
|
60155
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
60156
|
-
"name": "LinkDOMProps"
|
|
60157
|
-
},
|
|
60158
|
-
"declarations": [
|
|
60159
|
-
{
|
|
60160
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
60161
|
-
"name": "LinkDOMProps"
|
|
60229
|
+
"name": "SlotProps"
|
|
60162
60230
|
}
|
|
60163
60231
|
],
|
|
60164
60232
|
"required": false,
|
|
60165
60233
|
"type": {
|
|
60166
|
-
"name": "
|
|
60234
|
+
"name": "string | null"
|
|
60167
60235
|
}
|
|
60168
60236
|
},
|
|
60169
|
-
"
|
|
60170
|
-
"defaultValue":
|
|
60171
|
-
|
|
60172
|
-
"name": "onAction",
|
|
60173
|
-
"parent": {
|
|
60174
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
60175
|
-
"name": "ListBoxItemProps"
|
|
60237
|
+
"boundaryElement": {
|
|
60238
|
+
"defaultValue": {
|
|
60239
|
+
"value": "document.body"
|
|
60176
60240
|
},
|
|
60177
|
-
"
|
|
60178
|
-
|
|
60179
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
60180
|
-
"name": "ListBoxItemProps"
|
|
60181
|
-
}
|
|
60182
|
-
],
|
|
60183
|
-
"required": false,
|
|
60184
|
-
"type": {
|
|
60185
|
-
"name": "(() => void)"
|
|
60186
|
-
}
|
|
60187
|
-
},
|
|
60188
|
-
"textValue": {
|
|
60189
|
-
"defaultValue": null,
|
|
60190
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
60191
|
-
"name": "textValue",
|
|
60241
|
+
"description": "Element that that serves as the positioning boundary.",
|
|
60242
|
+
"name": "boundaryElement",
|
|
60192
60243
|
"parent": {
|
|
60193
|
-
"fileName": "flow/node_modules/.pnpm
|
|
60194
|
-
"name": "
|
|
60244
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60245
|
+
"name": "AriaPositionProps"
|
|
60195
60246
|
},
|
|
60196
60247
|
"declarations": [
|
|
60197
60248
|
{
|
|
60198
|
-
"fileName": "flow/node_modules/.pnpm
|
|
60199
|
-
"name": "
|
|
60249
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60250
|
+
"name": "AriaPositionProps"
|
|
60200
60251
|
}
|
|
60201
60252
|
],
|
|
60202
60253
|
"required": false,
|
|
60203
60254
|
"type": {
|
|
60204
|
-
"name": "
|
|
60255
|
+
"name": "Element"
|
|
60205
60256
|
}
|
|
60206
60257
|
},
|
|
60207
|
-
"
|
|
60258
|
+
"arrowRef": {
|
|
60208
60259
|
"defaultValue": null,
|
|
60209
|
-
"description": "A
|
|
60210
|
-
"name": "
|
|
60260
|
+
"description": "A ref for the popover arrow element.",
|
|
60261
|
+
"name": "arrowRef",
|
|
60211
60262
|
"parent": {
|
|
60212
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60213
|
-
"name": "
|
|
60263
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60264
|
+
"name": "AriaPopoverProps"
|
|
60214
60265
|
},
|
|
60215
60266
|
"declarations": [
|
|
60216
60267
|
{
|
|
60217
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60218
|
-
"name": "
|
|
60268
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60269
|
+
"name": "AriaPopoverProps"
|
|
60219
60270
|
}
|
|
60220
60271
|
],
|
|
60221
60272
|
"required": false,
|
|
60222
60273
|
"type": {
|
|
60223
|
-
"name": "
|
|
60274
|
+
"name": "RefObject<Element | null>"
|
|
60224
60275
|
}
|
|
60225
60276
|
},
|
|
60226
|
-
"
|
|
60227
|
-
"defaultValue":
|
|
60228
|
-
|
|
60229
|
-
"name": "hrefLang",
|
|
60230
|
-
"parent": {
|
|
60231
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
60232
|
-
"name": "LinkDOMProps"
|
|
60277
|
+
"scrollRef": {
|
|
60278
|
+
"defaultValue": {
|
|
60279
|
+
"value": "overlayRef"
|
|
60233
60280
|
},
|
|
60234
|
-
"
|
|
60235
|
-
|
|
60236
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
60237
|
-
"name": "LinkDOMProps"
|
|
60238
|
-
}
|
|
60239
|
-
],
|
|
60240
|
-
"required": false,
|
|
60241
|
-
"type": {
|
|
60242
|
-
"name": "string"
|
|
60243
|
-
}
|
|
60244
|
-
},
|
|
60245
|
-
"download": {
|
|
60246
|
-
"defaultValue": null,
|
|
60247
|
-
"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).",
|
|
60248
|
-
"name": "download",
|
|
60281
|
+
"description": "A ref for the scrollable region within the overlay.",
|
|
60282
|
+
"name": "scrollRef",
|
|
60249
60283
|
"parent": {
|
|
60250
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60251
|
-
"name": "
|
|
60284
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60285
|
+
"name": "AriaPositionProps"
|
|
60252
60286
|
},
|
|
60253
60287
|
"declarations": [
|
|
60254
60288
|
{
|
|
60255
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60256
|
-
"name": "
|
|
60289
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60290
|
+
"name": "AriaPositionProps"
|
|
60257
60291
|
}
|
|
60258
60292
|
],
|
|
60259
60293
|
"required": false,
|
|
60260
60294
|
"type": {
|
|
60261
|
-
"name": "
|
|
60295
|
+
"name": "RefObject<Element | null>"
|
|
60262
60296
|
}
|
|
60263
60297
|
},
|
|
60264
|
-
"
|
|
60265
|
-
"defaultValue":
|
|
60266
|
-
|
|
60267
|
-
"name": "ping",
|
|
60268
|
-
"parent": {
|
|
60269
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
60270
|
-
"name": "LinkDOMProps"
|
|
60298
|
+
"shouldUpdatePosition": {
|
|
60299
|
+
"defaultValue": {
|
|
60300
|
+
"value": "true"
|
|
60271
60301
|
},
|
|
60272
|
-
"
|
|
60273
|
-
|
|
60274
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
|
|
60275
|
-
"name": "LinkDOMProps"
|
|
60276
|
-
}
|
|
60277
|
-
],
|
|
60278
|
-
"required": false,
|
|
60279
|
-
"type": {
|
|
60280
|
-
"name": "string"
|
|
60281
|
-
}
|
|
60282
|
-
},
|
|
60283
|
-
"referrerPolicy": {
|
|
60284
|
-
"defaultValue": null,
|
|
60285
|
-
"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).",
|
|
60286
|
-
"name": "referrerPolicy",
|
|
60302
|
+
"description": "Whether the overlay should update its position automatically.",
|
|
60303
|
+
"name": "shouldUpdatePosition",
|
|
60287
60304
|
"parent": {
|
|
60288
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60289
|
-
"name": "
|
|
60305
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60306
|
+
"name": "AriaPositionProps"
|
|
60290
60307
|
},
|
|
60291
60308
|
"declarations": [
|
|
60292
60309
|
{
|
|
60293
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60294
|
-
"name": "
|
|
60310
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60311
|
+
"name": "AriaPositionProps"
|
|
60295
60312
|
}
|
|
60296
60313
|
],
|
|
60297
60314
|
"required": false,
|
|
60298
60315
|
"type": {
|
|
60299
|
-
"name": "
|
|
60316
|
+
"name": "boolean"
|
|
60300
60317
|
}
|
|
60301
60318
|
},
|
|
60302
|
-
"
|
|
60319
|
+
"maxHeight": {
|
|
60303
60320
|
"defaultValue": null,
|
|
60304
|
-
"description": "
|
|
60305
|
-
"name": "
|
|
60321
|
+
"description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
|
|
60322
|
+
"name": "maxHeight",
|
|
60306
60323
|
"parent": {
|
|
60307
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60308
|
-
"name": "
|
|
60324
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60325
|
+
"name": "AriaPositionProps"
|
|
60309
60326
|
},
|
|
60310
60327
|
"declarations": [
|
|
60311
60328
|
{
|
|
60312
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60313
|
-
"name": "
|
|
60329
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60330
|
+
"name": "AriaPositionProps"
|
|
60314
60331
|
}
|
|
60315
60332
|
],
|
|
60316
60333
|
"required": false,
|
|
60317
60334
|
"type": {
|
|
60318
|
-
"name": "
|
|
60335
|
+
"name": "number"
|
|
60319
60336
|
}
|
|
60320
60337
|
},
|
|
60321
|
-
"
|
|
60338
|
+
"isNonModal": {
|
|
60322
60339
|
"defaultValue": null,
|
|
60323
|
-
"description": "
|
|
60324
|
-
"name": "
|
|
60340
|
+
"description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
|
|
60341
|
+
"name": "isNonModal",
|
|
60325
60342
|
"parent": {
|
|
60326
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60327
|
-
"name": "
|
|
60343
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60344
|
+
"name": "AriaPopoverProps"
|
|
60328
60345
|
},
|
|
60329
60346
|
"declarations": [
|
|
60330
60347
|
{
|
|
60331
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60332
|
-
"name": "
|
|
60348
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60349
|
+
"name": "AriaPopoverProps"
|
|
60333
60350
|
}
|
|
60334
60351
|
],
|
|
60335
60352
|
"required": false,
|
|
60336
60353
|
"type": {
|
|
60337
|
-
"name": "
|
|
60354
|
+
"name": "boolean"
|
|
60338
60355
|
}
|
|
60339
60356
|
},
|
|
60340
|
-
"
|
|
60341
|
-
"defaultValue":
|
|
60342
|
-
|
|
60343
|
-
"name": "onPressStart",
|
|
60344
|
-
"parent": {
|
|
60345
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
60346
|
-
"name": "PressEvents"
|
|
60357
|
+
"isKeyboardDismissDisabled": {
|
|
60358
|
+
"defaultValue": {
|
|
60359
|
+
"value": "false"
|
|
60347
60360
|
},
|
|
60348
|
-
"
|
|
60349
|
-
|
|
60350
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
|
|
60351
|
-
"name": "PressEvents"
|
|
60352
|
-
}
|
|
60353
|
-
],
|
|
60354
|
-
"required": false,
|
|
60355
|
-
"type": {
|
|
60356
|
-
"name": "((e: PressEvent) => void)"
|
|
60357
|
-
}
|
|
60358
|
-
},
|
|
60359
|
-
"onPressEnd": {
|
|
60360
|
-
"defaultValue": null,
|
|
60361
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
60362
|
-
"name": "onPressEnd",
|
|
60361
|
+
"description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
|
|
60362
|
+
"name": "isKeyboardDismissDisabled",
|
|
60363
60363
|
"parent": {
|
|
60364
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60365
|
-
"name": "
|
|
60364
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60365
|
+
"name": "AriaPopoverProps"
|
|
60366
60366
|
},
|
|
60367
60367
|
"declarations": [
|
|
60368
60368
|
{
|
|
60369
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60370
|
-
"name": "
|
|
60369
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60370
|
+
"name": "AriaPopoverProps"
|
|
60371
60371
|
}
|
|
60372
60372
|
],
|
|
60373
60373
|
"required": false,
|
|
60374
60374
|
"type": {
|
|
60375
|
-
"name": "
|
|
60375
|
+
"name": "boolean"
|
|
60376
60376
|
}
|
|
60377
60377
|
},
|
|
60378
|
-
"
|
|
60378
|
+
"shouldCloseOnInteractOutside": {
|
|
60379
60379
|
"defaultValue": null,
|
|
60380
|
-
"description": "
|
|
60381
|
-
"name": "
|
|
60380
|
+
"description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
|
|
60381
|
+
"name": "shouldCloseOnInteractOutside",
|
|
60382
60382
|
"parent": {
|
|
60383
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60384
|
-
"name": "
|
|
60383
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60384
|
+
"name": "AriaPopoverProps"
|
|
60385
60385
|
},
|
|
60386
60386
|
"declarations": [
|
|
60387
60387
|
{
|
|
60388
|
-
"fileName": "flow/node_modules/.pnpm/@react-
|
|
60389
|
-
"name": "
|
|
60388
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
|
|
60389
|
+
"name": "AriaPopoverProps"
|
|
60390
60390
|
}
|
|
60391
60391
|
],
|
|
60392
60392
|
"required": false,
|
|
60393
60393
|
"type": {
|
|
60394
|
-
"name": "((
|
|
60394
|
+
"name": "((element: Element) => boolean)"
|
|
60395
60395
|
}
|
|
60396
60396
|
},
|
|
60397
|
-
"
|
|
60397
|
+
"trigger": {
|
|
60398
60398
|
"defaultValue": null,
|
|
60399
|
-
"description": "
|
|
60400
|
-
"name": "
|
|
60399
|
+
"description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
|
|
60400
|
+
"name": "trigger",
|
|
60401
60401
|
"parent": {
|
|
60402
|
-
"fileName": "flow/node_modules/.pnpm
|
|
60403
|
-
"name": "
|
|
60402
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
60403
|
+
"name": "PopoverProps"
|
|
60404
60404
|
},
|
|
60405
60405
|
"declarations": [
|
|
60406
60406
|
{
|
|
60407
|
-
"fileName": "flow/node_modules/.pnpm
|
|
60408
|
-
"name": "
|
|
60407
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
60408
|
+
"name": "PopoverProps"
|
|
60409
60409
|
}
|
|
60410
60410
|
],
|
|
60411
60411
|
"required": false,
|
|
60412
60412
|
"type": {
|
|
60413
|
-
"name": "
|
|
60413
|
+
"name": "string"
|
|
60414
60414
|
}
|
|
60415
60415
|
},
|
|
60416
60416
|
"children": {
|
|
@@ -80915,10 +80915,10 @@
|
|
|
80915
80915
|
"name": "HTMLAttributeAnchorTarget"
|
|
80916
80916
|
}
|
|
80917
80917
|
},
|
|
80918
|
-
"
|
|
80918
|
+
"textValue": {
|
|
80919
80919
|
"defaultValue": null,
|
|
80920
|
-
"description": "
|
|
80921
|
-
"name": "
|
|
80920
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
80921
|
+
"name": "textValue",
|
|
80922
80922
|
"parent": {
|
|
80923
80923
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
80924
80924
|
"name": "ListBoxItemProps"
|
|
@@ -80931,13 +80931,13 @@
|
|
|
80931
80931
|
],
|
|
80932
80932
|
"required": false,
|
|
80933
80933
|
"type": {
|
|
80934
|
-
"name": "
|
|
80934
|
+
"name": "string"
|
|
80935
80935
|
}
|
|
80936
80936
|
},
|
|
80937
|
-
"
|
|
80937
|
+
"onAction": {
|
|
80938
80938
|
"defaultValue": null,
|
|
80939
|
-
"description": "
|
|
80940
|
-
"name": "
|
|
80939
|
+
"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.",
|
|
80940
|
+
"name": "onAction",
|
|
80941
80941
|
"parent": {
|
|
80942
80942
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
80943
80943
|
"name": "ListBoxItemProps"
|
|
@@ -80950,7 +80950,7 @@
|
|
|
80950
80950
|
],
|
|
80951
80951
|
"required": false,
|
|
80952
80952
|
"type": {
|
|
80953
|
-
"name": "
|
|
80953
|
+
"name": "(() => void)"
|
|
80954
80954
|
}
|
|
80955
80955
|
},
|
|
80956
80956
|
"href": {
|
|
@@ -187665,42 +187665,42 @@
|
|
|
187665
187665
|
"name": "\"grid\" | \"stack\""
|
|
187666
187666
|
}
|
|
187667
187667
|
},
|
|
187668
|
-
"
|
|
187668
|
+
"onAction": {
|
|
187669
187669
|
"defaultValue": null,
|
|
187670
|
-
"description": "
|
|
187671
|
-
"name": "
|
|
187670
|
+
"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.",
|
|
187671
|
+
"name": "onAction",
|
|
187672
187672
|
"parent": {
|
|
187673
|
-
"fileName": "flow/node_modules/.pnpm
|
|
187674
|
-
"name": "
|
|
187673
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187674
|
+
"name": "AriaListBoxProps"
|
|
187675
187675
|
},
|
|
187676
187676
|
"declarations": [
|
|
187677
187677
|
{
|
|
187678
|
-
"fileName": "flow/node_modules/.pnpm
|
|
187679
|
-
"name": "
|
|
187678
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
|
|
187679
|
+
"name": "AriaListBoxProps"
|
|
187680
187680
|
}
|
|
187681
187681
|
],
|
|
187682
187682
|
"required": false,
|
|
187683
187683
|
"type": {
|
|
187684
|
-
"name": "((
|
|
187684
|
+
"name": "((key: Key) => void)"
|
|
187685
187685
|
}
|
|
187686
187686
|
},
|
|
187687
|
-
"
|
|
187687
|
+
"renderEmptyState": {
|
|
187688
187688
|
"defaultValue": null,
|
|
187689
|
-
"description": "
|
|
187690
|
-
"name": "
|
|
187689
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
187690
|
+
"name": "renderEmptyState",
|
|
187691
187691
|
"parent": {
|
|
187692
|
-
"fileName": "flow/node_modules/.pnpm
|
|
187693
|
-
"name": "
|
|
187692
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187693
|
+
"name": "ListBoxProps"
|
|
187694
187694
|
},
|
|
187695
187695
|
"declarations": [
|
|
187696
187696
|
{
|
|
187697
|
-
"fileName": "flow/node_modules/.pnpm
|
|
187698
|
-
"name": "
|
|
187697
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
187698
|
+
"name": "ListBoxProps"
|
|
187699
187699
|
}
|
|
187700
187700
|
],
|
|
187701
187701
|
"required": false,
|
|
187702
187702
|
"type": {
|
|
187703
|
-
"name": "((
|
|
187703
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
187704
187704
|
}
|
|
187705
187705
|
},
|
|
187706
187706
|
"shouldFocusOnHover": {
|
|
@@ -199772,42 +199772,42 @@
|
|
|
199772
199772
|
"name": "\"all\" | Iterable<Key>"
|
|
199773
199773
|
}
|
|
199774
199774
|
},
|
|
199775
|
-
"
|
|
199775
|
+
"onAction": {
|
|
199776
199776
|
"defaultValue": null,
|
|
199777
|
-
"description": "
|
|
199778
|
-
"name": "
|
|
199777
|
+
"description": "Handler that is called when an item is selected.",
|
|
199778
|
+
"name": "onAction",
|
|
199779
199779
|
"parent": {
|
|
199780
|
-
"fileName": "flow/node_modules/.pnpm
|
|
199781
|
-
"name": "
|
|
199780
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
|
|
199781
|
+
"name": "MenuProps"
|
|
199782
199782
|
},
|
|
199783
199783
|
"declarations": [
|
|
199784
199784
|
{
|
|
199785
|
-
"fileName": "flow/node_modules/.pnpm
|
|
199786
|
-
"name": "
|
|
199785
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
|
|
199786
|
+
"name": "MenuProps"
|
|
199787
199787
|
}
|
|
199788
199788
|
],
|
|
199789
199789
|
"required": false,
|
|
199790
199790
|
"type": {
|
|
199791
|
-
"name": "((
|
|
199791
|
+
"name": "((key: Key) => void)"
|
|
199792
199792
|
}
|
|
199793
199793
|
},
|
|
199794
|
-
"
|
|
199794
|
+
"renderEmptyState": {
|
|
199795
199795
|
"defaultValue": null,
|
|
199796
|
-
"description": "
|
|
199797
|
-
"name": "
|
|
199796
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
199797
|
+
"name": "renderEmptyState",
|
|
199798
199798
|
"parent": {
|
|
199799
|
-
"fileName": "flow/node_modules/.pnpm
|
|
199800
|
-
"name": "
|
|
199799
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
199800
|
+
"name": "ListBoxProps"
|
|
199801
199801
|
},
|
|
199802
199802
|
"declarations": [
|
|
199803
199803
|
{
|
|
199804
|
-
"fileName": "flow/node_modules/.pnpm
|
|
199805
|
-
"name": "
|
|
199804
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
199805
|
+
"name": "ListBoxProps"
|
|
199806
199806
|
}
|
|
199807
199807
|
],
|
|
199808
199808
|
"required": false,
|
|
199809
199809
|
"type": {
|
|
199810
|
-
"name": "((
|
|
199810
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
199811
199811
|
}
|
|
199812
199812
|
}
|
|
199813
199813
|
}
|
|
@@ -212959,7 +212959,7 @@
|
|
|
212959
212959
|
],
|
|
212960
212960
|
"required": false,
|
|
212961
212961
|
"type": {
|
|
212962
|
-
"name": "
|
|
212962
|
+
"name": "FlowWithCustomColor"
|
|
212963
212963
|
}
|
|
212964
212964
|
},
|
|
212965
212965
|
"children": {
|
|
@@ -297993,9 +297993,9 @@
|
|
|
297993
297993
|
"tags": {
|
|
297994
297994
|
"flr-generate": "all"
|
|
297995
297995
|
},
|
|
297996
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/
|
|
297996
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
|
|
297997
297997
|
"description": "",
|
|
297998
|
-
"displayName": "
|
|
297998
|
+
"displayName": "MenuTrigger",
|
|
297999
297999
|
"methods": [],
|
|
298000
298000
|
"props": {
|
|
298001
298001
|
"children": {
|
|
@@ -298017,6 +298017,27 @@
|
|
|
298017
298017
|
"name": "ReactNode"
|
|
298018
298018
|
}
|
|
298019
298019
|
},
|
|
298020
|
+
"trigger": {
|
|
298021
|
+
"defaultValue": {
|
|
298022
|
+
"value": "'press'"
|
|
298023
|
+
},
|
|
298024
|
+
"description": "How the menu is triggered.",
|
|
298025
|
+
"name": "trigger",
|
|
298026
|
+
"parent": {
|
|
298027
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
|
|
298028
|
+
"name": "MenuTriggerProps"
|
|
298029
|
+
},
|
|
298030
|
+
"declarations": [
|
|
298031
|
+
{
|
|
298032
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
|
|
298033
|
+
"name": "MenuTriggerProps"
|
|
298034
|
+
}
|
|
298035
|
+
],
|
|
298036
|
+
"required": false,
|
|
298037
|
+
"type": {
|
|
298038
|
+
"name": "MenuTriggerType"
|
|
298039
|
+
}
|
|
298040
|
+
},
|
|
298020
298041
|
"isOpen": {
|
|
298021
298042
|
"defaultValue": null,
|
|
298022
298043
|
"description": "Whether the element is rendered.",
|
|
@@ -298073,6 +298094,82 @@
|
|
|
298073
298094
|
"type": {
|
|
298074
298095
|
"name": "((isOpen: boolean) => void)"
|
|
298075
298096
|
}
|
|
298097
|
+
},
|
|
298098
|
+
"wrapWith": {
|
|
298099
|
+
"defaultValue": null,
|
|
298100
|
+
"description": "",
|
|
298101
|
+
"name": "wrapWith",
|
|
298102
|
+
"parent": {
|
|
298103
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298104
|
+
"name": "FlowComponentProps"
|
|
298105
|
+
},
|
|
298106
|
+
"declarations": [
|
|
298107
|
+
{
|
|
298108
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298109
|
+
"name": "FlowComponentProps"
|
|
298110
|
+
}
|
|
298111
|
+
],
|
|
298112
|
+
"required": false,
|
|
298113
|
+
"type": {
|
|
298114
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
298115
|
+
}
|
|
298116
|
+
},
|
|
298117
|
+
"tunnelId": {
|
|
298118
|
+
"defaultValue": null,
|
|
298119
|
+
"description": "@internal",
|
|
298120
|
+
"name": "tunnelId",
|
|
298121
|
+
"parent": {
|
|
298122
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
298123
|
+
"name": "PropsWithTunnel"
|
|
298124
|
+
},
|
|
298125
|
+
"declarations": [
|
|
298126
|
+
{
|
|
298127
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
298128
|
+
"name": "PropsWithTunnel"
|
|
298129
|
+
}
|
|
298130
|
+
],
|
|
298131
|
+
"required": false,
|
|
298132
|
+
"type": {
|
|
298133
|
+
"name": "string | null"
|
|
298134
|
+
}
|
|
298135
|
+
},
|
|
298136
|
+
"ref": {
|
|
298137
|
+
"defaultValue": null,
|
|
298138
|
+
"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}",
|
|
298139
|
+
"name": "ref",
|
|
298140
|
+
"parent": {
|
|
298141
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
298142
|
+
"name": "RefAttributes"
|
|
298143
|
+
},
|
|
298144
|
+
"declarations": [
|
|
298145
|
+
{
|
|
298146
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
298147
|
+
"name": "RefAttributes"
|
|
298148
|
+
}
|
|
298149
|
+
],
|
|
298150
|
+
"required": false,
|
|
298151
|
+
"type": {
|
|
298152
|
+
"name": "Ref<HTMLSpanElement>"
|
|
298153
|
+
}
|
|
298154
|
+
},
|
|
298155
|
+
"key": {
|
|
298156
|
+
"defaultValue": null,
|
|
298157
|
+
"description": "",
|
|
298158
|
+
"name": "key",
|
|
298159
|
+
"parent": {
|
|
298160
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
298161
|
+
"name": "Attributes"
|
|
298162
|
+
},
|
|
298163
|
+
"declarations": [
|
|
298164
|
+
{
|
|
298165
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
298166
|
+
"name": "Attributes"
|
|
298167
|
+
}
|
|
298168
|
+
],
|
|
298169
|
+
"required": false,
|
|
298170
|
+
"type": {
|
|
298171
|
+
"name": "Key | null"
|
|
298172
|
+
}
|
|
298076
298173
|
}
|
|
298077
298174
|
}
|
|
298078
298175
|
},
|
|
@@ -298080,9 +298177,9 @@
|
|
|
298080
298177
|
"tags": {
|
|
298081
298178
|
"flr-generate": "all"
|
|
298082
298179
|
},
|
|
298083
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/
|
|
298180
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
298084
298181
|
"description": "",
|
|
298085
|
-
"displayName": "
|
|
298182
|
+
"displayName": "DialogTrigger",
|
|
298086
298183
|
"methods": [],
|
|
298087
298184
|
"props": {
|
|
298088
298185
|
"children": {
|
|
@@ -298104,27 +298201,6 @@
|
|
|
298104
298201
|
"name": "ReactNode"
|
|
298105
298202
|
}
|
|
298106
298203
|
},
|
|
298107
|
-
"trigger": {
|
|
298108
|
-
"defaultValue": {
|
|
298109
|
-
"value": "'press'"
|
|
298110
|
-
},
|
|
298111
|
-
"description": "How the menu is triggered.",
|
|
298112
|
-
"name": "trigger",
|
|
298113
|
-
"parent": {
|
|
298114
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
|
|
298115
|
-
"name": "MenuTriggerProps"
|
|
298116
|
-
},
|
|
298117
|
-
"declarations": [
|
|
298118
|
-
{
|
|
298119
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
|
|
298120
|
-
"name": "MenuTriggerProps"
|
|
298121
|
-
}
|
|
298122
|
-
],
|
|
298123
|
-
"required": false,
|
|
298124
|
-
"type": {
|
|
298125
|
-
"name": "MenuTriggerType"
|
|
298126
|
-
}
|
|
298127
|
-
},
|
|
298128
298204
|
"isOpen": {
|
|
298129
298205
|
"defaultValue": null,
|
|
298130
298206
|
"description": "Whether the element is rendered.",
|
|
@@ -298181,82 +298257,6 @@
|
|
|
298181
298257
|
"type": {
|
|
298182
298258
|
"name": "((isOpen: boolean) => void)"
|
|
298183
298259
|
}
|
|
298184
|
-
},
|
|
298185
|
-
"wrapWith": {
|
|
298186
|
-
"defaultValue": null,
|
|
298187
|
-
"description": "",
|
|
298188
|
-
"name": "wrapWith",
|
|
298189
|
-
"parent": {
|
|
298190
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298191
|
-
"name": "FlowComponentProps"
|
|
298192
|
-
},
|
|
298193
|
-
"declarations": [
|
|
298194
|
-
{
|
|
298195
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298196
|
-
"name": "FlowComponentProps"
|
|
298197
|
-
}
|
|
298198
|
-
],
|
|
298199
|
-
"required": false,
|
|
298200
|
-
"type": {
|
|
298201
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
298202
|
-
}
|
|
298203
|
-
},
|
|
298204
|
-
"tunnelId": {
|
|
298205
|
-
"defaultValue": null,
|
|
298206
|
-
"description": "@internal",
|
|
298207
|
-
"name": "tunnelId",
|
|
298208
|
-
"parent": {
|
|
298209
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298210
|
-
"name": "PropsWithTunnel"
|
|
298211
|
-
},
|
|
298212
|
-
"declarations": [
|
|
298213
|
-
{
|
|
298214
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298215
|
-
"name": "PropsWithTunnel"
|
|
298216
|
-
}
|
|
298217
|
-
],
|
|
298218
|
-
"required": false,
|
|
298219
|
-
"type": {
|
|
298220
|
-
"name": "string | null"
|
|
298221
|
-
}
|
|
298222
|
-
},
|
|
298223
|
-
"ref": {
|
|
298224
|
-
"defaultValue": null,
|
|
298225
|
-
"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}",
|
|
298226
|
-
"name": "ref",
|
|
298227
|
-
"parent": {
|
|
298228
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
298229
|
-
"name": "RefAttributes"
|
|
298230
|
-
},
|
|
298231
|
-
"declarations": [
|
|
298232
|
-
{
|
|
298233
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
298234
|
-
"name": "RefAttributes"
|
|
298235
|
-
}
|
|
298236
|
-
],
|
|
298237
|
-
"required": false,
|
|
298238
|
-
"type": {
|
|
298239
|
-
"name": "Ref<HTMLSpanElement>"
|
|
298240
|
-
}
|
|
298241
|
-
},
|
|
298242
|
-
"key": {
|
|
298243
|
-
"defaultValue": null,
|
|
298244
|
-
"description": "",
|
|
298245
|
-
"name": "key",
|
|
298246
|
-
"parent": {
|
|
298247
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
298248
|
-
"name": "Attributes"
|
|
298249
|
-
},
|
|
298250
|
-
"declarations": [
|
|
298251
|
-
{
|
|
298252
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
298253
|
-
"name": "Attributes"
|
|
298254
|
-
}
|
|
298255
|
-
],
|
|
298256
|
-
"required": false,
|
|
298257
|
-
"type": {
|
|
298258
|
-
"name": "Key | null"
|
|
298259
|
-
}
|
|
298260
298260
|
}
|
|
298261
298261
|
}
|
|
298262
298262
|
},
|
|
@@ -306698,7 +306698,7 @@
|
|
|
306698
306698
|
],
|
|
306699
306699
|
"required": false,
|
|
306700
306700
|
"type": {
|
|
306701
|
-
"name": "
|
|
306701
|
+
"name": "CategoricalWithCustomColor"
|
|
306702
306702
|
}
|
|
306703
306703
|
},
|
|
306704
306704
|
"children": {
|
|
@@ -309692,7 +309692,7 @@
|
|
|
309692
309692
|
],
|
|
309693
309693
|
"required": false,
|
|
309694
309694
|
"type": {
|
|
309695
|
-
"name": "
|
|
309695
|
+
"name": "CategoricalWithCustomColor"
|
|
309696
309696
|
}
|
|
309697
309697
|
},
|
|
309698
309698
|
"className": {
|
|
@@ -318897,6 +318897,93 @@
|
|
|
318897
318897
|
}
|
|
318898
318898
|
}
|
|
318899
318899
|
},
|
|
318900
|
+
{
|
|
318901
|
+
"tags": {
|
|
318902
|
+
"flr-generate": "all"
|
|
318903
|
+
},
|
|
318904
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
318905
|
+
"description": "",
|
|
318906
|
+
"displayName": "CartesianGrid",
|
|
318907
|
+
"methods": [],
|
|
318908
|
+
"props": {
|
|
318909
|
+
"className": {
|
|
318910
|
+
"defaultValue": null,
|
|
318911
|
+
"description": "",
|
|
318912
|
+
"name": "className",
|
|
318913
|
+
"parent": {
|
|
318914
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
318915
|
+
"name": "HTMLAttributes"
|
|
318916
|
+
},
|
|
318917
|
+
"declarations": [
|
|
318918
|
+
{
|
|
318919
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
318920
|
+
"name": "HTMLAttributes"
|
|
318921
|
+
}
|
|
318922
|
+
],
|
|
318923
|
+
"required": false,
|
|
318924
|
+
"type": {
|
|
318925
|
+
"name": "string"
|
|
318926
|
+
}
|
|
318927
|
+
},
|
|
318928
|
+
"horizontal": {
|
|
318929
|
+
"defaultValue": null,
|
|
318930
|
+
"description": "",
|
|
318931
|
+
"name": "horizontal",
|
|
318932
|
+
"parent": {
|
|
318933
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
318934
|
+
"name": "CartesianGridProps"
|
|
318935
|
+
},
|
|
318936
|
+
"declarations": [
|
|
318937
|
+
{
|
|
318938
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
318939
|
+
"name": "CartesianGridProps"
|
|
318940
|
+
}
|
|
318941
|
+
],
|
|
318942
|
+
"required": false,
|
|
318943
|
+
"type": {
|
|
318944
|
+
"name": "GridLineType"
|
|
318945
|
+
}
|
|
318946
|
+
},
|
|
318947
|
+
"vertical": {
|
|
318948
|
+
"defaultValue": null,
|
|
318949
|
+
"description": "",
|
|
318950
|
+
"name": "vertical",
|
|
318951
|
+
"parent": {
|
|
318952
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
318953
|
+
"name": "CartesianGridProps"
|
|
318954
|
+
},
|
|
318955
|
+
"declarations": [
|
|
318956
|
+
{
|
|
318957
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
318958
|
+
"name": "CartesianGridProps"
|
|
318959
|
+
}
|
|
318960
|
+
],
|
|
318961
|
+
"required": false,
|
|
318962
|
+
"type": {
|
|
318963
|
+
"name": "GridLineType"
|
|
318964
|
+
}
|
|
318965
|
+
},
|
|
318966
|
+
"strokeDasharray": {
|
|
318967
|
+
"defaultValue": null,
|
|
318968
|
+
"description": "",
|
|
318969
|
+
"name": "strokeDasharray",
|
|
318970
|
+
"parent": {
|
|
318971
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
318972
|
+
"name": "SVGAttributes"
|
|
318973
|
+
},
|
|
318974
|
+
"declarations": [
|
|
318975
|
+
{
|
|
318976
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
318977
|
+
"name": "SVGAttributes"
|
|
318978
|
+
}
|
|
318979
|
+
],
|
|
318980
|
+
"required": false,
|
|
318981
|
+
"type": {
|
|
318982
|
+
"name": "string | number"
|
|
318983
|
+
}
|
|
318984
|
+
}
|
|
318985
|
+
}
|
|
318986
|
+
},
|
|
318900
318987
|
{
|
|
318901
318988
|
"tags": {},
|
|
318902
318989
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -328178,93 +328265,6 @@
|
|
|
328178
328265
|
}
|
|
328179
328266
|
}
|
|
328180
328267
|
},
|
|
328181
|
-
{
|
|
328182
|
-
"tags": {
|
|
328183
|
-
"flr-generate": "all"
|
|
328184
|
-
},
|
|
328185
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
328186
|
-
"description": "",
|
|
328187
|
-
"displayName": "CartesianGrid",
|
|
328188
|
-
"methods": [],
|
|
328189
|
-
"props": {
|
|
328190
|
-
"className": {
|
|
328191
|
-
"defaultValue": null,
|
|
328192
|
-
"description": "",
|
|
328193
|
-
"name": "className",
|
|
328194
|
-
"parent": {
|
|
328195
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
328196
|
-
"name": "HTMLAttributes"
|
|
328197
|
-
},
|
|
328198
|
-
"declarations": [
|
|
328199
|
-
{
|
|
328200
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
328201
|
-
"name": "HTMLAttributes"
|
|
328202
|
-
}
|
|
328203
|
-
],
|
|
328204
|
-
"required": false,
|
|
328205
|
-
"type": {
|
|
328206
|
-
"name": "string"
|
|
328207
|
-
}
|
|
328208
|
-
},
|
|
328209
|
-
"horizontal": {
|
|
328210
|
-
"defaultValue": null,
|
|
328211
|
-
"description": "",
|
|
328212
|
-
"name": "horizontal",
|
|
328213
|
-
"parent": {
|
|
328214
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
328215
|
-
"name": "CartesianGridProps"
|
|
328216
|
-
},
|
|
328217
|
-
"declarations": [
|
|
328218
|
-
{
|
|
328219
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
328220
|
-
"name": "CartesianGridProps"
|
|
328221
|
-
}
|
|
328222
|
-
],
|
|
328223
|
-
"required": false,
|
|
328224
|
-
"type": {
|
|
328225
|
-
"name": "GridLineType"
|
|
328226
|
-
}
|
|
328227
|
-
},
|
|
328228
|
-
"vertical": {
|
|
328229
|
-
"defaultValue": null,
|
|
328230
|
-
"description": "",
|
|
328231
|
-
"name": "vertical",
|
|
328232
|
-
"parent": {
|
|
328233
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
328234
|
-
"name": "CartesianGridProps"
|
|
328235
|
-
},
|
|
328236
|
-
"declarations": [
|
|
328237
|
-
{
|
|
328238
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
328239
|
-
"name": "CartesianGridProps"
|
|
328240
|
-
}
|
|
328241
|
-
],
|
|
328242
|
-
"required": false,
|
|
328243
|
-
"type": {
|
|
328244
|
-
"name": "GridLineType"
|
|
328245
|
-
}
|
|
328246
|
-
},
|
|
328247
|
-
"strokeDasharray": {
|
|
328248
|
-
"defaultValue": null,
|
|
328249
|
-
"description": "",
|
|
328250
|
-
"name": "strokeDasharray",
|
|
328251
|
-
"parent": {
|
|
328252
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
328253
|
-
"name": "SVGAttributes"
|
|
328254
|
-
},
|
|
328255
|
-
"declarations": [
|
|
328256
|
-
{
|
|
328257
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
328258
|
-
"name": "SVGAttributes"
|
|
328259
|
-
}
|
|
328260
|
-
],
|
|
328261
|
-
"required": false,
|
|
328262
|
-
"type": {
|
|
328263
|
-
"name": "string | number"
|
|
328264
|
-
}
|
|
328265
|
-
}
|
|
328266
|
-
}
|
|
328267
|
-
},
|
|
328268
328268
|
{
|
|
328269
328269
|
"tags": {
|
|
328270
328270
|
"flr-generate": "all"
|
|
@@ -328292,7 +328292,7 @@
|
|
|
328292
328292
|
],
|
|
328293
328293
|
"required": false,
|
|
328294
328294
|
"type": {
|
|
328295
|
-
"name": "
|
|
328295
|
+
"name": "CategoricalWithCustomColor"
|
|
328296
328296
|
}
|
|
328297
328297
|
},
|
|
328298
328298
|
"className": {
|
|
@@ -332652,6 +332652,14 @@
|
|
|
332652
332652
|
}
|
|
332653
332653
|
}
|
|
332654
332654
|
},
|
|
332655
|
+
{
|
|
332656
|
+
"tags": {},
|
|
332657
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
332658
|
+
"description": "",
|
|
332659
|
+
"displayName": "ActiveFilters",
|
|
332660
|
+
"methods": [],
|
|
332661
|
+
"props": {}
|
|
332662
|
+
},
|
|
332655
332663
|
{
|
|
332656
332664
|
"tags": {},
|
|
332657
332665
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
@@ -332724,14 +332732,6 @@
|
|
|
332724
332732
|
"methods": [],
|
|
332725
332733
|
"props": {}
|
|
332726
332734
|
},
|
|
332727
|
-
{
|
|
332728
|
-
"tags": {},
|
|
332729
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
332730
|
-
"description": "",
|
|
332731
|
-
"displayName": "ActiveFilters",
|
|
332732
|
-
"methods": [],
|
|
332733
|
-
"props": {}
|
|
332734
|
-
},
|
|
332735
332735
|
{
|
|
332736
332736
|
"tags": {},
|
|
332737
332737
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|