@mittwald/flow-react-components 0.2.0-alpha.700 → 0.2.0-alpha.702
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +1087 -1087
- package/dist/js/components/src/components/Icon/components/icons/IconContractPartner.mjs +14 -0
- package/dist/js/components/src/components/Icon/components/icons/IconContractPartner.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconInvoice.mjs +14 -0
- package/dist/js/components/src/components/Icon/components/icons/IconInvoice.mjs.map +1 -0
- package/dist/js/default.mjs +2 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +2 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/Icon/components/icons/IconContractPartner.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconContractPartner.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconInvoice.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconInvoice.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +2 -0
- package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -195703,42 +195703,23 @@
|
|
|
195703
195703
|
"tags": {
|
|
195704
195704
|
"flr-generate": "all"
|
|
195705
195705
|
},
|
|
195706
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
195706
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/ContextualHelp.tsx",
|
|
195707
195707
|
"description": "",
|
|
195708
|
-
"displayName": "
|
|
195708
|
+
"displayName": "ContextualHelp",
|
|
195709
195709
|
"methods": [],
|
|
195710
195710
|
"props": {
|
|
195711
|
-
"selectionMode": {
|
|
195712
|
-
"defaultValue": null,
|
|
195713
|
-
"description": "The type of selection that is allowed in the context menu.",
|
|
195714
|
-
"name": "selectionMode",
|
|
195715
|
-
"parent": {
|
|
195716
|
-
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
195717
|
-
"name": "ContextMenuProps"
|
|
195718
|
-
},
|
|
195719
|
-
"declarations": [
|
|
195720
|
-
{
|
|
195721
|
-
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
195722
|
-
"name": "ContextMenuProps"
|
|
195723
|
-
}
|
|
195724
|
-
],
|
|
195725
|
-
"required": false,
|
|
195726
|
-
"type": {
|
|
195727
|
-
"name": "ContextMenuSelectionMode"
|
|
195728
|
-
}
|
|
195729
|
-
},
|
|
195730
195711
|
"width": {
|
|
195731
195712
|
"defaultValue": null,
|
|
195732
|
-
"description": "
|
|
195713
|
+
"description": "A fixed width for the popover.",
|
|
195733
195714
|
"name": "width",
|
|
195734
195715
|
"parent": {
|
|
195735
|
-
"fileName": "components/src/components/
|
|
195736
|
-
"name": "
|
|
195716
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
195717
|
+
"name": "PopoverProps"
|
|
195737
195718
|
},
|
|
195738
195719
|
"declarations": [
|
|
195739
195720
|
{
|
|
195740
|
-
"fileName": "components/src/components/
|
|
195741
|
-
"name": "
|
|
195721
|
+
"fileName": "components/src/components/Popover/Popover.tsx",
|
|
195722
|
+
"name": "PopoverProps"
|
|
195742
195723
|
}
|
|
195743
195724
|
],
|
|
195744
195725
|
"required": false,
|
|
@@ -197760,144 +197741,49 @@
|
|
|
197760
197741
|
"type": {
|
|
197761
197742
|
"name": "OverlayController"
|
|
197762
197743
|
}
|
|
197763
|
-
}
|
|
197764
|
-
|
|
197765
|
-
|
|
197766
|
-
|
|
197767
|
-
|
|
197768
|
-
|
|
197769
|
-
|
|
197770
|
-
|
|
197771
|
-
|
|
197772
|
-
|
|
197773
|
-
|
|
197774
|
-
|
|
197775
|
-
|
|
197776
|
-
}
|
|
197777
|
-
],
|
|
197778
|
-
"required": false,
|
|
197779
|
-
"type": {
|
|
197780
|
-
"name": "((keys: Selection) => void)"
|
|
197781
|
-
}
|
|
197782
|
-
},
|
|
197783
|
-
"disabledKeys": {
|
|
197784
|
-
"defaultValue": null,
|
|
197785
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
197786
|
-
"name": "disabledKeys",
|
|
197787
|
-
"parent": {
|
|
197788
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
197789
|
-
"name": "CollectionBase"
|
|
197790
|
-
},
|
|
197791
|
-
"declarations": [
|
|
197792
|
-
{
|
|
197793
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
197794
|
-
"name": "CollectionBase"
|
|
197795
|
-
}
|
|
197796
|
-
],
|
|
197797
|
-
"required": false,
|
|
197798
|
-
"type": {
|
|
197799
|
-
"name": "Iterable<Key>"
|
|
197800
|
-
}
|
|
197801
|
-
},
|
|
197802
|
-
"selectedKeys": {
|
|
197803
|
-
"defaultValue": null,
|
|
197804
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
197805
|
-
"name": "selectedKeys",
|
|
197806
|
-
"parent": {
|
|
197807
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
197808
|
-
"name": "MultipleSelection"
|
|
197809
|
-
},
|
|
197810
|
-
"declarations": [
|
|
197811
|
-
{
|
|
197812
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
197813
|
-
"name": "MultipleSelection"
|
|
197814
|
-
}
|
|
197815
|
-
],
|
|
197816
|
-
"required": false,
|
|
197817
|
-
"type": {
|
|
197818
|
-
"name": "\"all\" | Iterable<Key>"
|
|
197819
|
-
}
|
|
197820
|
-
},
|
|
197821
|
-
"defaultSelectedKeys": {
|
|
197822
|
-
"defaultValue": null,
|
|
197823
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
197824
|
-
"name": "defaultSelectedKeys",
|
|
197825
|
-
"parent": {
|
|
197826
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
197827
|
-
"name": "MultipleSelection"
|
|
197828
|
-
},
|
|
197829
|
-
"declarations": [
|
|
197830
|
-
{
|
|
197831
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
197832
|
-
"name": "MultipleSelection"
|
|
197833
|
-
}
|
|
197834
|
-
],
|
|
197835
|
-
"required": false,
|
|
197836
|
-
"type": {
|
|
197837
|
-
"name": "\"all\" | Iterable<Key>"
|
|
197838
|
-
}
|
|
197839
|
-
},
|
|
197840
|
-
"renderEmptyState": {
|
|
197744
|
+
}
|
|
197745
|
+
}
|
|
197746
|
+
},
|
|
197747
|
+
{
|
|
197748
|
+
"tags": {
|
|
197749
|
+
"flr-generate": "all"
|
|
197750
|
+
},
|
|
197751
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/ContextMenu.tsx",
|
|
197752
|
+
"description": "",
|
|
197753
|
+
"displayName": "ContextMenu",
|
|
197754
|
+
"methods": [],
|
|
197755
|
+
"props": {
|
|
197756
|
+
"selectionMode": {
|
|
197841
197757
|
"defaultValue": null,
|
|
197842
|
-
"description": "
|
|
197843
|
-
"name": "
|
|
197758
|
+
"description": "The type of selection that is allowed in the context menu.",
|
|
197759
|
+
"name": "selectionMode",
|
|
197844
197760
|
"parent": {
|
|
197845
|
-
"fileName": "
|
|
197846
|
-
"name": "
|
|
197761
|
+
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
197762
|
+
"name": "ContextMenuProps"
|
|
197847
197763
|
},
|
|
197848
197764
|
"declarations": [
|
|
197849
197765
|
{
|
|
197850
|
-
"fileName": "
|
|
197851
|
-
"name": "
|
|
197766
|
+
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
197767
|
+
"name": "ContextMenuProps"
|
|
197852
197768
|
}
|
|
197853
197769
|
],
|
|
197854
197770
|
"required": false,
|
|
197855
197771
|
"type": {
|
|
197856
|
-
"name": "
|
|
197772
|
+
"name": "ContextMenuSelectionMode"
|
|
197857
197773
|
}
|
|
197858
197774
|
},
|
|
197859
|
-
"onAction": {
|
|
197860
|
-
"defaultValue": null,
|
|
197861
|
-
"description": "Handler that is called when an item is selected.",
|
|
197862
|
-
"name": "onAction",
|
|
197863
|
-
"parent": {
|
|
197864
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
|
|
197865
|
-
"name": "MenuProps"
|
|
197866
|
-
},
|
|
197867
|
-
"declarations": [
|
|
197868
|
-
{
|
|
197869
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
|
|
197870
|
-
"name": "MenuProps"
|
|
197871
|
-
}
|
|
197872
|
-
],
|
|
197873
|
-
"required": false,
|
|
197874
|
-
"type": {
|
|
197875
|
-
"name": "((key: Key) => void)"
|
|
197876
|
-
}
|
|
197877
|
-
}
|
|
197878
|
-
}
|
|
197879
|
-
},
|
|
197880
|
-
{
|
|
197881
|
-
"tags": {
|
|
197882
|
-
"flr-generate": "all"
|
|
197883
|
-
},
|
|
197884
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/ContextualHelp.tsx",
|
|
197885
|
-
"description": "",
|
|
197886
|
-
"displayName": "ContextualHelp",
|
|
197887
|
-
"methods": [],
|
|
197888
|
-
"props": {
|
|
197889
197775
|
"width": {
|
|
197890
197776
|
"defaultValue": null,
|
|
197891
|
-
"description": "
|
|
197777
|
+
"description": "Sets the context menu to a fixed width.",
|
|
197892
197778
|
"name": "width",
|
|
197893
197779
|
"parent": {
|
|
197894
|
-
"fileName": "components/src/components/
|
|
197895
|
-
"name": "
|
|
197780
|
+
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
197781
|
+
"name": "ContextMenuProps"
|
|
197896
197782
|
},
|
|
197897
197783
|
"declarations": [
|
|
197898
197784
|
{
|
|
197899
|
-
"fileName": "components/src/components/
|
|
197900
|
-
"name": "
|
|
197785
|
+
"fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
|
|
197786
|
+
"name": "ContextMenuProps"
|
|
197901
197787
|
}
|
|
197902
197788
|
],
|
|
197903
197789
|
"required": false,
|
|
@@ -199919,6 +199805,120 @@
|
|
|
199919
199805
|
"type": {
|
|
199920
199806
|
"name": "OverlayController"
|
|
199921
199807
|
}
|
|
199808
|
+
},
|
|
199809
|
+
"onSelectionChange": {
|
|
199810
|
+
"defaultValue": null,
|
|
199811
|
+
"description": "Handler that is called when the selection changes.",
|
|
199812
|
+
"name": "onSelectionChange",
|
|
199813
|
+
"parent": {
|
|
199814
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
199815
|
+
"name": "MultipleSelection"
|
|
199816
|
+
},
|
|
199817
|
+
"declarations": [
|
|
199818
|
+
{
|
|
199819
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
199820
|
+
"name": "MultipleSelection"
|
|
199821
|
+
}
|
|
199822
|
+
],
|
|
199823
|
+
"required": false,
|
|
199824
|
+
"type": {
|
|
199825
|
+
"name": "((keys: Selection) => void)"
|
|
199826
|
+
}
|
|
199827
|
+
},
|
|
199828
|
+
"disabledKeys": {
|
|
199829
|
+
"defaultValue": null,
|
|
199830
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
199831
|
+
"name": "disabledKeys",
|
|
199832
|
+
"parent": {
|
|
199833
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
199834
|
+
"name": "CollectionBase"
|
|
199835
|
+
},
|
|
199836
|
+
"declarations": [
|
|
199837
|
+
{
|
|
199838
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
|
|
199839
|
+
"name": "CollectionBase"
|
|
199840
|
+
}
|
|
199841
|
+
],
|
|
199842
|
+
"required": false,
|
|
199843
|
+
"type": {
|
|
199844
|
+
"name": "Iterable<Key>"
|
|
199845
|
+
}
|
|
199846
|
+
},
|
|
199847
|
+
"selectedKeys": {
|
|
199848
|
+
"defaultValue": null,
|
|
199849
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
199850
|
+
"name": "selectedKeys",
|
|
199851
|
+
"parent": {
|
|
199852
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
199853
|
+
"name": "MultipleSelection"
|
|
199854
|
+
},
|
|
199855
|
+
"declarations": [
|
|
199856
|
+
{
|
|
199857
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
199858
|
+
"name": "MultipleSelection"
|
|
199859
|
+
}
|
|
199860
|
+
],
|
|
199861
|
+
"required": false,
|
|
199862
|
+
"type": {
|
|
199863
|
+
"name": "\"all\" | Iterable<Key>"
|
|
199864
|
+
}
|
|
199865
|
+
},
|
|
199866
|
+
"defaultSelectedKeys": {
|
|
199867
|
+
"defaultValue": null,
|
|
199868
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
199869
|
+
"name": "defaultSelectedKeys",
|
|
199870
|
+
"parent": {
|
|
199871
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
199872
|
+
"name": "MultipleSelection"
|
|
199873
|
+
},
|
|
199874
|
+
"declarations": [
|
|
199875
|
+
{
|
|
199876
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
199877
|
+
"name": "MultipleSelection"
|
|
199878
|
+
}
|
|
199879
|
+
],
|
|
199880
|
+
"required": false,
|
|
199881
|
+
"type": {
|
|
199882
|
+
"name": "\"all\" | Iterable<Key>"
|
|
199883
|
+
}
|
|
199884
|
+
},
|
|
199885
|
+
"renderEmptyState": {
|
|
199886
|
+
"defaultValue": null,
|
|
199887
|
+
"description": "Provides content to display when there are no items in the list.",
|
|
199888
|
+
"name": "renderEmptyState",
|
|
199889
|
+
"parent": {
|
|
199890
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
199891
|
+
"name": "ListBoxProps"
|
|
199892
|
+
},
|
|
199893
|
+
"declarations": [
|
|
199894
|
+
{
|
|
199895
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
199896
|
+
"name": "ListBoxProps"
|
|
199897
|
+
}
|
|
199898
|
+
],
|
|
199899
|
+
"required": false,
|
|
199900
|
+
"type": {
|
|
199901
|
+
"name": "((props: ListBoxRenderProps) => ReactNode)"
|
|
199902
|
+
}
|
|
199903
|
+
},
|
|
199904
|
+
"onAction": {
|
|
199905
|
+
"defaultValue": null,
|
|
199906
|
+
"description": "Handler that is called when an item is selected.",
|
|
199907
|
+
"name": "onAction",
|
|
199908
|
+
"parent": {
|
|
199909
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
|
|
199910
|
+
"name": "MenuProps"
|
|
199911
|
+
},
|
|
199912
|
+
"declarations": [
|
|
199913
|
+
{
|
|
199914
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
|
|
199915
|
+
"name": "MenuProps"
|
|
199916
|
+
}
|
|
199917
|
+
],
|
|
199918
|
+
"required": false,
|
|
199919
|
+
"type": {
|
|
199920
|
+
"name": "((key: Key) => void)"
|
|
199921
|
+
}
|
|
199922
199922
|
}
|
|
199923
199923
|
}
|
|
199924
199924
|
},
|
|
@@ -276791,6 +276791,30 @@
|
|
|
276791
276791
|
}
|
|
276792
276792
|
}
|
|
276793
276793
|
},
|
|
276794
|
+
{
|
|
276795
|
+
"tags": {},
|
|
276796
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
276797
|
+
"description": "",
|
|
276798
|
+
"displayName": "RouterProvider",
|
|
276799
|
+
"methods": [],
|
|
276800
|
+
"props": {
|
|
276801
|
+
"children": {
|
|
276802
|
+
"defaultValue": null,
|
|
276803
|
+
"description": "",
|
|
276804
|
+
"name": "children",
|
|
276805
|
+
"declarations": [
|
|
276806
|
+
{
|
|
276807
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276808
|
+
"name": "TypeLiteral"
|
|
276809
|
+
}
|
|
276810
|
+
],
|
|
276811
|
+
"required": false,
|
|
276812
|
+
"type": {
|
|
276813
|
+
"name": "ReactNode"
|
|
276814
|
+
}
|
|
276815
|
+
}
|
|
276816
|
+
}
|
|
276817
|
+
},
|
|
276794
276818
|
{
|
|
276795
276819
|
"tags": {
|
|
276796
276820
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -282319,30 +282343,6 @@
|
|
|
282319
282343
|
}
|
|
282320
282344
|
}
|
|
282321
282345
|
},
|
|
282322
|
-
{
|
|
282323
|
-
"tags": {},
|
|
282324
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
282325
|
-
"description": "",
|
|
282326
|
-
"displayName": "RouterProvider",
|
|
282327
|
-
"methods": [],
|
|
282328
|
-
"props": {
|
|
282329
|
-
"children": {
|
|
282330
|
-
"defaultValue": null,
|
|
282331
|
-
"description": "",
|
|
282332
|
-
"name": "children",
|
|
282333
|
-
"declarations": [
|
|
282334
|
-
{
|
|
282335
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
282336
|
-
"name": "TypeLiteral"
|
|
282337
|
-
}
|
|
282338
|
-
],
|
|
282339
|
-
"required": false,
|
|
282340
|
-
"type": {
|
|
282341
|
-
"name": "ReactNode"
|
|
282342
|
-
}
|
|
282343
|
-
}
|
|
282344
|
-
}
|
|
282345
|
-
},
|
|
282346
282346
|
{
|
|
282347
282347
|
"tags": {
|
|
282348
282348
|
"flr-generate": "all"
|
|
@@ -282529,6 +282529,72 @@
|
|
|
282529
282529
|
}
|
|
282530
282530
|
}
|
|
282531
282531
|
},
|
|
282532
|
+
{
|
|
282533
|
+
"tags": {},
|
|
282534
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282535
|
+
"description": "",
|
|
282536
|
+
"displayName": "TabList",
|
|
282537
|
+
"methods": [],
|
|
282538
|
+
"props": {
|
|
282539
|
+
"selection": {
|
|
282540
|
+
"defaultValue": null,
|
|
282541
|
+
"description": "",
|
|
282542
|
+
"name": "selection",
|
|
282543
|
+
"parent": {
|
|
282544
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282545
|
+
"name": "Props"
|
|
282546
|
+
},
|
|
282547
|
+
"declarations": [
|
|
282548
|
+
{
|
|
282549
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282550
|
+
"name": "Props"
|
|
282551
|
+
}
|
|
282552
|
+
],
|
|
282553
|
+
"required": true,
|
|
282554
|
+
"type": {
|
|
282555
|
+
"name": "Key | undefined"
|
|
282556
|
+
}
|
|
282557
|
+
},
|
|
282558
|
+
"onContextMenuSelectionChange": {
|
|
282559
|
+
"defaultValue": null,
|
|
282560
|
+
"description": "",
|
|
282561
|
+
"name": "onContextMenuSelectionChange",
|
|
282562
|
+
"parent": {
|
|
282563
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282564
|
+
"name": "Props"
|
|
282565
|
+
},
|
|
282566
|
+
"declarations": [
|
|
282567
|
+
{
|
|
282568
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282569
|
+
"name": "Props"
|
|
282570
|
+
}
|
|
282571
|
+
],
|
|
282572
|
+
"required": true,
|
|
282573
|
+
"type": {
|
|
282574
|
+
"name": "(key: Key) => void"
|
|
282575
|
+
}
|
|
282576
|
+
},
|
|
282577
|
+
"disabledKeys": {
|
|
282578
|
+
"defaultValue": null,
|
|
282579
|
+
"description": "",
|
|
282580
|
+
"name": "disabledKeys",
|
|
282581
|
+
"parent": {
|
|
282582
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282583
|
+
"name": "Props"
|
|
282584
|
+
},
|
|
282585
|
+
"declarations": [
|
|
282586
|
+
{
|
|
282587
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282588
|
+
"name": "Props"
|
|
282589
|
+
}
|
|
282590
|
+
],
|
|
282591
|
+
"required": false,
|
|
282592
|
+
"type": {
|
|
282593
|
+
"name": "Iterable<Key>"
|
|
282594
|
+
}
|
|
282595
|
+
}
|
|
282596
|
+
}
|
|
282597
|
+
},
|
|
282532
282598
|
{
|
|
282533
282599
|
"tags": {
|
|
282534
282600
|
"flr-generate": "all"
|
|
@@ -284286,72 +284352,6 @@
|
|
|
284286
284352
|
}
|
|
284287
284353
|
}
|
|
284288
284354
|
},
|
|
284289
|
-
{
|
|
284290
|
-
"tags": {},
|
|
284291
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284292
|
-
"description": "",
|
|
284293
|
-
"displayName": "TabList",
|
|
284294
|
-
"methods": [],
|
|
284295
|
-
"props": {
|
|
284296
|
-
"selection": {
|
|
284297
|
-
"defaultValue": null,
|
|
284298
|
-
"description": "",
|
|
284299
|
-
"name": "selection",
|
|
284300
|
-
"parent": {
|
|
284301
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284302
|
-
"name": "Props"
|
|
284303
|
-
},
|
|
284304
|
-
"declarations": [
|
|
284305
|
-
{
|
|
284306
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284307
|
-
"name": "Props"
|
|
284308
|
-
}
|
|
284309
|
-
],
|
|
284310
|
-
"required": true,
|
|
284311
|
-
"type": {
|
|
284312
|
-
"name": "Key | undefined"
|
|
284313
|
-
}
|
|
284314
|
-
},
|
|
284315
|
-
"onContextMenuSelectionChange": {
|
|
284316
|
-
"defaultValue": null,
|
|
284317
|
-
"description": "",
|
|
284318
|
-
"name": "onContextMenuSelectionChange",
|
|
284319
|
-
"parent": {
|
|
284320
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284321
|
-
"name": "Props"
|
|
284322
|
-
},
|
|
284323
|
-
"declarations": [
|
|
284324
|
-
{
|
|
284325
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284326
|
-
"name": "Props"
|
|
284327
|
-
}
|
|
284328
|
-
],
|
|
284329
|
-
"required": true,
|
|
284330
|
-
"type": {
|
|
284331
|
-
"name": "(key: Key) => void"
|
|
284332
|
-
}
|
|
284333
|
-
},
|
|
284334
|
-
"disabledKeys": {
|
|
284335
|
-
"defaultValue": null,
|
|
284336
|
-
"description": "",
|
|
284337
|
-
"name": "disabledKeys",
|
|
284338
|
-
"parent": {
|
|
284339
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284340
|
-
"name": "Props"
|
|
284341
|
-
},
|
|
284342
|
-
"declarations": [
|
|
284343
|
-
{
|
|
284344
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284345
|
-
"name": "Props"
|
|
284346
|
-
}
|
|
284347
|
-
],
|
|
284348
|
-
"required": false,
|
|
284349
|
-
"type": {
|
|
284350
|
-
"name": "Iterable<Key>"
|
|
284351
|
-
}
|
|
284352
|
-
}
|
|
284353
|
-
}
|
|
284354
|
-
},
|
|
284355
284355
|
{
|
|
284356
284356
|
"tags": {
|
|
284357
284357
|
"flr-generate": "all"
|
|
@@ -285849,9 +285849,9 @@
|
|
|
285849
285849
|
"tags": {
|
|
285850
285850
|
"flr-generate": "all"
|
|
285851
285851
|
},
|
|
285852
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
285852
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
285853
285853
|
"description": "",
|
|
285854
|
-
"displayName": "
|
|
285854
|
+
"displayName": "TableRow",
|
|
285855
285855
|
"methods": [],
|
|
285856
285856
|
"props": {
|
|
285857
285857
|
"className": {
|
|
@@ -285877,16 +285877,16 @@
|
|
|
285877
285877
|
},
|
|
285878
285878
|
"columns": {
|
|
285879
285879
|
"defaultValue": null,
|
|
285880
|
-
"description": "A list of
|
|
285880
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
285881
285881
|
"name": "columns",
|
|
285882
285882
|
"parent": {
|
|
285883
285883
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285884
|
-
"name": "
|
|
285884
|
+
"name": "RowProps"
|
|
285885
285885
|
},
|
|
285886
285886
|
"declarations": [
|
|
285887
285887
|
{
|
|
285888
285888
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285889
|
-
"name": "
|
|
285889
|
+
"name": "RowProps"
|
|
285890
285890
|
}
|
|
285891
285891
|
],
|
|
285892
285892
|
"required": false,
|
|
@@ -285913,6 +285913,25 @@
|
|
|
285913
285913
|
"name": "ReactNode"
|
|
285914
285914
|
}
|
|
285915
285915
|
},
|
|
285916
|
+
"value": {
|
|
285917
|
+
"defaultValue": null,
|
|
285918
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
285919
|
+
"name": "value",
|
|
285920
|
+
"parent": {
|
|
285921
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285922
|
+
"name": "MenuItemProps"
|
|
285923
|
+
},
|
|
285924
|
+
"declarations": [
|
|
285925
|
+
{
|
|
285926
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285927
|
+
"name": "MenuItemProps"
|
|
285928
|
+
}
|
|
285929
|
+
],
|
|
285930
|
+
"required": false,
|
|
285931
|
+
"type": {
|
|
285932
|
+
"name": "object"
|
|
285933
|
+
}
|
|
285934
|
+
},
|
|
285916
285935
|
"dependencies": {
|
|
285917
285936
|
"defaultValue": null,
|
|
285918
285937
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -285932,6 +285951,82 @@
|
|
|
285932
285951
|
"name": "readonly any[]"
|
|
285933
285952
|
}
|
|
285934
285953
|
},
|
|
285954
|
+
"textValue": {
|
|
285955
|
+
"defaultValue": null,
|
|
285956
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
285957
|
+
"name": "textValue",
|
|
285958
|
+
"parent": {
|
|
285959
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285960
|
+
"name": "ListBoxItemProps"
|
|
285961
|
+
},
|
|
285962
|
+
"declarations": [
|
|
285963
|
+
{
|
|
285964
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285965
|
+
"name": "ListBoxItemProps"
|
|
285966
|
+
}
|
|
285967
|
+
],
|
|
285968
|
+
"required": false,
|
|
285969
|
+
"type": {
|
|
285970
|
+
"name": "string"
|
|
285971
|
+
}
|
|
285972
|
+
},
|
|
285973
|
+
"isDisabled": {
|
|
285974
|
+
"defaultValue": null,
|
|
285975
|
+
"description": "Whether the item is disabled.",
|
|
285976
|
+
"name": "isDisabled",
|
|
285977
|
+
"parent": {
|
|
285978
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285979
|
+
"name": "ListBoxItemProps"
|
|
285980
|
+
},
|
|
285981
|
+
"declarations": [
|
|
285982
|
+
{
|
|
285983
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285984
|
+
"name": "ListBoxItemProps"
|
|
285985
|
+
}
|
|
285986
|
+
],
|
|
285987
|
+
"required": false,
|
|
285988
|
+
"type": {
|
|
285989
|
+
"name": "boolean"
|
|
285990
|
+
}
|
|
285991
|
+
},
|
|
285992
|
+
"onAction": {
|
|
285993
|
+
"defaultValue": null,
|
|
285994
|
+
"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.",
|
|
285995
|
+
"name": "onAction",
|
|
285996
|
+
"parent": {
|
|
285997
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
285998
|
+
"name": "ListBoxItemProps"
|
|
285999
|
+
},
|
|
286000
|
+
"declarations": [
|
|
286001
|
+
{
|
|
286002
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
286003
|
+
"name": "ListBoxItemProps"
|
|
286004
|
+
}
|
|
286005
|
+
],
|
|
286006
|
+
"required": false,
|
|
286007
|
+
"type": {
|
|
286008
|
+
"name": "(() => void)"
|
|
286009
|
+
}
|
|
286010
|
+
},
|
|
286011
|
+
"id": {
|
|
286012
|
+
"defaultValue": null,
|
|
286013
|
+
"description": "The unique id of the item.",
|
|
286014
|
+
"name": "id",
|
|
286015
|
+
"parent": {
|
|
286016
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
286017
|
+
"name": "MenuItemProps"
|
|
286018
|
+
},
|
|
286019
|
+
"declarations": [
|
|
286020
|
+
{
|
|
286021
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
286022
|
+
"name": "MenuItemProps"
|
|
286023
|
+
}
|
|
286024
|
+
],
|
|
286025
|
+
"required": false,
|
|
286026
|
+
"type": {
|
|
286027
|
+
"name": "Key"
|
|
286028
|
+
}
|
|
286029
|
+
},
|
|
285935
286030
|
"style": {
|
|
285936
286031
|
"defaultValue": null,
|
|
285937
286032
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
@@ -285951,6 +286046,158 @@
|
|
|
285951
286046
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
285952
286047
|
}
|
|
285953
286048
|
},
|
|
286049
|
+
"href": {
|
|
286050
|
+
"defaultValue": null,
|
|
286051
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
286052
|
+
"name": "href",
|
|
286053
|
+
"parent": {
|
|
286054
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286055
|
+
"name": "LinkDOMProps"
|
|
286056
|
+
},
|
|
286057
|
+
"declarations": [
|
|
286058
|
+
{
|
|
286059
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286060
|
+
"name": "LinkDOMProps"
|
|
286061
|
+
}
|
|
286062
|
+
],
|
|
286063
|
+
"required": false,
|
|
286064
|
+
"type": {
|
|
286065
|
+
"name": "string"
|
|
286066
|
+
}
|
|
286067
|
+
},
|
|
286068
|
+
"hrefLang": {
|
|
286069
|
+
"defaultValue": null,
|
|
286070
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
286071
|
+
"name": "hrefLang",
|
|
286072
|
+
"parent": {
|
|
286073
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286074
|
+
"name": "LinkDOMProps"
|
|
286075
|
+
},
|
|
286076
|
+
"declarations": [
|
|
286077
|
+
{
|
|
286078
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286079
|
+
"name": "LinkDOMProps"
|
|
286080
|
+
}
|
|
286081
|
+
],
|
|
286082
|
+
"required": false,
|
|
286083
|
+
"type": {
|
|
286084
|
+
"name": "string"
|
|
286085
|
+
}
|
|
286086
|
+
},
|
|
286087
|
+
"target": {
|
|
286088
|
+
"defaultValue": null,
|
|
286089
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
286090
|
+
"name": "target",
|
|
286091
|
+
"parent": {
|
|
286092
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286093
|
+
"name": "LinkDOMProps"
|
|
286094
|
+
},
|
|
286095
|
+
"declarations": [
|
|
286096
|
+
{
|
|
286097
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286098
|
+
"name": "LinkDOMProps"
|
|
286099
|
+
}
|
|
286100
|
+
],
|
|
286101
|
+
"required": false,
|
|
286102
|
+
"type": {
|
|
286103
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
286104
|
+
}
|
|
286105
|
+
},
|
|
286106
|
+
"rel": {
|
|
286107
|
+
"defaultValue": null,
|
|
286108
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
286109
|
+
"name": "rel",
|
|
286110
|
+
"parent": {
|
|
286111
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286112
|
+
"name": "LinkDOMProps"
|
|
286113
|
+
},
|
|
286114
|
+
"declarations": [
|
|
286115
|
+
{
|
|
286116
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286117
|
+
"name": "LinkDOMProps"
|
|
286118
|
+
}
|
|
286119
|
+
],
|
|
286120
|
+
"required": false,
|
|
286121
|
+
"type": {
|
|
286122
|
+
"name": "string"
|
|
286123
|
+
}
|
|
286124
|
+
},
|
|
286125
|
+
"download": {
|
|
286126
|
+
"defaultValue": null,
|
|
286127
|
+
"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).",
|
|
286128
|
+
"name": "download",
|
|
286129
|
+
"parent": {
|
|
286130
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286131
|
+
"name": "LinkDOMProps"
|
|
286132
|
+
},
|
|
286133
|
+
"declarations": [
|
|
286134
|
+
{
|
|
286135
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286136
|
+
"name": "LinkDOMProps"
|
|
286137
|
+
}
|
|
286138
|
+
],
|
|
286139
|
+
"required": false,
|
|
286140
|
+
"type": {
|
|
286141
|
+
"name": "string | boolean"
|
|
286142
|
+
}
|
|
286143
|
+
},
|
|
286144
|
+
"ping": {
|
|
286145
|
+
"defaultValue": null,
|
|
286146
|
+
"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).",
|
|
286147
|
+
"name": "ping",
|
|
286148
|
+
"parent": {
|
|
286149
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286150
|
+
"name": "LinkDOMProps"
|
|
286151
|
+
},
|
|
286152
|
+
"declarations": [
|
|
286153
|
+
{
|
|
286154
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286155
|
+
"name": "LinkDOMProps"
|
|
286156
|
+
}
|
|
286157
|
+
],
|
|
286158
|
+
"required": false,
|
|
286159
|
+
"type": {
|
|
286160
|
+
"name": "string"
|
|
286161
|
+
}
|
|
286162
|
+
},
|
|
286163
|
+
"referrerPolicy": {
|
|
286164
|
+
"defaultValue": null,
|
|
286165
|
+
"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).",
|
|
286166
|
+
"name": "referrerPolicy",
|
|
286167
|
+
"parent": {
|
|
286168
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286169
|
+
"name": "LinkDOMProps"
|
|
286170
|
+
},
|
|
286171
|
+
"declarations": [
|
|
286172
|
+
{
|
|
286173
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286174
|
+
"name": "LinkDOMProps"
|
|
286175
|
+
}
|
|
286176
|
+
],
|
|
286177
|
+
"required": false,
|
|
286178
|
+
"type": {
|
|
286179
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
286180
|
+
}
|
|
286181
|
+
},
|
|
286182
|
+
"routerOptions": {
|
|
286183
|
+
"defaultValue": null,
|
|
286184
|
+
"description": "Options for the configured client side router.",
|
|
286185
|
+
"name": "routerOptions",
|
|
286186
|
+
"parent": {
|
|
286187
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286188
|
+
"name": "LinkDOMProps"
|
|
286189
|
+
},
|
|
286190
|
+
"declarations": [
|
|
286191
|
+
{
|
|
286192
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286193
|
+
"name": "LinkDOMProps"
|
|
286194
|
+
}
|
|
286195
|
+
],
|
|
286196
|
+
"required": false,
|
|
286197
|
+
"type": {
|
|
286198
|
+
"name": "undefined"
|
|
286199
|
+
}
|
|
286200
|
+
},
|
|
285954
286201
|
"onHoverStart": {
|
|
285955
286202
|
"defaultValue": null,
|
|
285956
286203
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -286008,6 +286255,120 @@
|
|
|
286008
286255
|
"name": "((isHovering: boolean) => void)"
|
|
286009
286256
|
}
|
|
286010
286257
|
},
|
|
286258
|
+
"onPress": {
|
|
286259
|
+
"defaultValue": null,
|
|
286260
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
286261
|
+
"name": "onPress",
|
|
286262
|
+
"parent": {
|
|
286263
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286264
|
+
"name": "PressEvents"
|
|
286265
|
+
},
|
|
286266
|
+
"declarations": [
|
|
286267
|
+
{
|
|
286268
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286269
|
+
"name": "PressEvents"
|
|
286270
|
+
}
|
|
286271
|
+
],
|
|
286272
|
+
"required": false,
|
|
286273
|
+
"type": {
|
|
286274
|
+
"name": "((e: PressEvent) => void)"
|
|
286275
|
+
}
|
|
286276
|
+
},
|
|
286277
|
+
"onPressStart": {
|
|
286278
|
+
"defaultValue": null,
|
|
286279
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
286280
|
+
"name": "onPressStart",
|
|
286281
|
+
"parent": {
|
|
286282
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286283
|
+
"name": "PressEvents"
|
|
286284
|
+
},
|
|
286285
|
+
"declarations": [
|
|
286286
|
+
{
|
|
286287
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286288
|
+
"name": "PressEvents"
|
|
286289
|
+
}
|
|
286290
|
+
],
|
|
286291
|
+
"required": false,
|
|
286292
|
+
"type": {
|
|
286293
|
+
"name": "((e: PressEvent) => void)"
|
|
286294
|
+
}
|
|
286295
|
+
},
|
|
286296
|
+
"onPressEnd": {
|
|
286297
|
+
"defaultValue": null,
|
|
286298
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
286299
|
+
"name": "onPressEnd",
|
|
286300
|
+
"parent": {
|
|
286301
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286302
|
+
"name": "PressEvents"
|
|
286303
|
+
},
|
|
286304
|
+
"declarations": [
|
|
286305
|
+
{
|
|
286306
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286307
|
+
"name": "PressEvents"
|
|
286308
|
+
}
|
|
286309
|
+
],
|
|
286310
|
+
"required": false,
|
|
286311
|
+
"type": {
|
|
286312
|
+
"name": "((e: PressEvent) => void)"
|
|
286313
|
+
}
|
|
286314
|
+
},
|
|
286315
|
+
"onPressChange": {
|
|
286316
|
+
"defaultValue": null,
|
|
286317
|
+
"description": "Handler that is called when the press state changes.",
|
|
286318
|
+
"name": "onPressChange",
|
|
286319
|
+
"parent": {
|
|
286320
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286321
|
+
"name": "PressEvents"
|
|
286322
|
+
},
|
|
286323
|
+
"declarations": [
|
|
286324
|
+
{
|
|
286325
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286326
|
+
"name": "PressEvents"
|
|
286327
|
+
}
|
|
286328
|
+
],
|
|
286329
|
+
"required": false,
|
|
286330
|
+
"type": {
|
|
286331
|
+
"name": "((isPressed: boolean) => void)"
|
|
286332
|
+
}
|
|
286333
|
+
},
|
|
286334
|
+
"onPressUp": {
|
|
286335
|
+
"defaultValue": null,
|
|
286336
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
286337
|
+
"name": "onPressUp",
|
|
286338
|
+
"parent": {
|
|
286339
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286340
|
+
"name": "PressEvents"
|
|
286341
|
+
},
|
|
286342
|
+
"declarations": [
|
|
286343
|
+
{
|
|
286344
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286345
|
+
"name": "PressEvents"
|
|
286346
|
+
}
|
|
286347
|
+
],
|
|
286348
|
+
"required": false,
|
|
286349
|
+
"type": {
|
|
286350
|
+
"name": "((e: PressEvent) => void)"
|
|
286351
|
+
}
|
|
286352
|
+
},
|
|
286353
|
+
"onClick": {
|
|
286354
|
+
"defaultValue": null,
|
|
286355
|
+
"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.",
|
|
286356
|
+
"name": "onClick",
|
|
286357
|
+
"parent": {
|
|
286358
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286359
|
+
"name": "PressEvents"
|
|
286360
|
+
},
|
|
286361
|
+
"declarations": [
|
|
286362
|
+
{
|
|
286363
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286364
|
+
"name": "PressEvents"
|
|
286365
|
+
}
|
|
286366
|
+
],
|
|
286367
|
+
"required": false,
|
|
286368
|
+
"type": {
|
|
286369
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
286370
|
+
}
|
|
286371
|
+
},
|
|
286011
286372
|
"dir": {
|
|
286012
286373
|
"defaultValue": null,
|
|
286013
286374
|
"description": "",
|
|
@@ -286103,25 +286464,6 @@
|
|
|
286103
286464
|
"name": "\"yes\" | \"no\""
|
|
286104
286465
|
}
|
|
286105
286466
|
},
|
|
286106
|
-
"onClick": {
|
|
286107
|
-
"defaultValue": null,
|
|
286108
|
-
"description": "",
|
|
286109
|
-
"name": "onClick",
|
|
286110
|
-
"parent": {
|
|
286111
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286112
|
-
"name": "GlobalDOMEvents"
|
|
286113
|
-
},
|
|
286114
|
-
"declarations": [
|
|
286115
|
-
{
|
|
286116
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286117
|
-
"name": "GlobalDOMEvents"
|
|
286118
|
-
}
|
|
286119
|
-
],
|
|
286120
|
-
"required": false,
|
|
286121
|
-
"type": {
|
|
286122
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286123
|
-
}
|
|
286124
|
-
},
|
|
286125
286467
|
"onClickCapture": {
|
|
286126
286468
|
"defaultValue": null,
|
|
286127
286469
|
"description": "",
|
|
@@ -287318,6 +287660,21 @@
|
|
|
287318
287660
|
"type": {
|
|
287319
287661
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287320
287662
|
}
|
|
287663
|
+
},
|
|
287664
|
+
"footer": {
|
|
287665
|
+
"defaultValue": null,
|
|
287666
|
+
"description": "@internal",
|
|
287667
|
+
"name": "footer",
|
|
287668
|
+
"declarations": [
|
|
287669
|
+
{
|
|
287670
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
287671
|
+
"name": "TypeLiteral"
|
|
287672
|
+
}
|
|
287673
|
+
],
|
|
287674
|
+
"required": false,
|
|
287675
|
+
"type": {
|
|
287676
|
+
"name": "boolean"
|
|
287677
|
+
}
|
|
287321
287678
|
}
|
|
287322
287679
|
}
|
|
287323
287680
|
},
|
|
@@ -287325,9 +287682,9 @@
|
|
|
287325
287682
|
"tags": {
|
|
287326
287683
|
"flr-generate": "all"
|
|
287327
287684
|
},
|
|
287328
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
287685
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
287329
287686
|
"description": "",
|
|
287330
|
-
"displayName": "
|
|
287687
|
+
"displayName": "TableHeader",
|
|
287331
287688
|
"methods": [],
|
|
287332
287689
|
"props": {
|
|
287333
287690
|
"className": {
|
|
@@ -287353,16 +287710,16 @@
|
|
|
287353
287710
|
},
|
|
287354
287711
|
"columns": {
|
|
287355
287712
|
"defaultValue": null,
|
|
287356
|
-
"description": "A list of
|
|
287713
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
287357
287714
|
"name": "columns",
|
|
287358
287715
|
"parent": {
|
|
287359
287716
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287360
|
-
"name": "
|
|
287717
|
+
"name": "RowProps"
|
|
287361
287718
|
},
|
|
287362
287719
|
"declarations": [
|
|
287363
287720
|
{
|
|
287364
287721
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287365
|
-
"name": "
|
|
287722
|
+
"name": "RowProps"
|
|
287366
287723
|
}
|
|
287367
287724
|
],
|
|
287368
287725
|
"required": false,
|
|
@@ -287389,25 +287746,6 @@
|
|
|
287389
287746
|
"name": "ReactNode"
|
|
287390
287747
|
}
|
|
287391
287748
|
},
|
|
287392
|
-
"value": {
|
|
287393
|
-
"defaultValue": null,
|
|
287394
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
287395
|
-
"name": "value",
|
|
287396
|
-
"parent": {
|
|
287397
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287398
|
-
"name": "MenuItemProps"
|
|
287399
|
-
},
|
|
287400
|
-
"declarations": [
|
|
287401
|
-
{
|
|
287402
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287403
|
-
"name": "MenuItemProps"
|
|
287404
|
-
}
|
|
287405
|
-
],
|
|
287406
|
-
"required": false,
|
|
287407
|
-
"type": {
|
|
287408
|
-
"name": "object"
|
|
287409
|
-
}
|
|
287410
|
-
},
|
|
287411
287749
|
"dependencies": {
|
|
287412
287750
|
"defaultValue": null,
|
|
287413
287751
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -287427,82 +287765,6 @@
|
|
|
287427
287765
|
"name": "readonly any[]"
|
|
287428
287766
|
}
|
|
287429
287767
|
},
|
|
287430
|
-
"textValue": {
|
|
287431
|
-
"defaultValue": null,
|
|
287432
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
287433
|
-
"name": "textValue",
|
|
287434
|
-
"parent": {
|
|
287435
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287436
|
-
"name": "ListBoxItemProps"
|
|
287437
|
-
},
|
|
287438
|
-
"declarations": [
|
|
287439
|
-
{
|
|
287440
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287441
|
-
"name": "ListBoxItemProps"
|
|
287442
|
-
}
|
|
287443
|
-
],
|
|
287444
|
-
"required": false,
|
|
287445
|
-
"type": {
|
|
287446
|
-
"name": "string"
|
|
287447
|
-
}
|
|
287448
|
-
},
|
|
287449
|
-
"isDisabled": {
|
|
287450
|
-
"defaultValue": null,
|
|
287451
|
-
"description": "Whether the item is disabled.",
|
|
287452
|
-
"name": "isDisabled",
|
|
287453
|
-
"parent": {
|
|
287454
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287455
|
-
"name": "ListBoxItemProps"
|
|
287456
|
-
},
|
|
287457
|
-
"declarations": [
|
|
287458
|
-
{
|
|
287459
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287460
|
-
"name": "ListBoxItemProps"
|
|
287461
|
-
}
|
|
287462
|
-
],
|
|
287463
|
-
"required": false,
|
|
287464
|
-
"type": {
|
|
287465
|
-
"name": "boolean"
|
|
287466
|
-
}
|
|
287467
|
-
},
|
|
287468
|
-
"onAction": {
|
|
287469
|
-
"defaultValue": null,
|
|
287470
|
-
"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.",
|
|
287471
|
-
"name": "onAction",
|
|
287472
|
-
"parent": {
|
|
287473
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287474
|
-
"name": "ListBoxItemProps"
|
|
287475
|
-
},
|
|
287476
|
-
"declarations": [
|
|
287477
|
-
{
|
|
287478
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287479
|
-
"name": "ListBoxItemProps"
|
|
287480
|
-
}
|
|
287481
|
-
],
|
|
287482
|
-
"required": false,
|
|
287483
|
-
"type": {
|
|
287484
|
-
"name": "(() => void)"
|
|
287485
|
-
}
|
|
287486
|
-
},
|
|
287487
|
-
"id": {
|
|
287488
|
-
"defaultValue": null,
|
|
287489
|
-
"description": "The unique id of the item.",
|
|
287490
|
-
"name": "id",
|
|
287491
|
-
"parent": {
|
|
287492
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287493
|
-
"name": "MenuItemProps"
|
|
287494
|
-
},
|
|
287495
|
-
"declarations": [
|
|
287496
|
-
{
|
|
287497
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
287498
|
-
"name": "MenuItemProps"
|
|
287499
|
-
}
|
|
287500
|
-
],
|
|
287501
|
-
"required": false,
|
|
287502
|
-
"type": {
|
|
287503
|
-
"name": "Key"
|
|
287504
|
-
}
|
|
287505
|
-
},
|
|
287506
287768
|
"style": {
|
|
287507
287769
|
"defaultValue": null,
|
|
287508
287770
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
@@ -287522,158 +287784,6 @@
|
|
|
287522
287784
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
287523
287785
|
}
|
|
287524
287786
|
},
|
|
287525
|
-
"href": {
|
|
287526
|
-
"defaultValue": null,
|
|
287527
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
287528
|
-
"name": "href",
|
|
287529
|
-
"parent": {
|
|
287530
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287531
|
-
"name": "LinkDOMProps"
|
|
287532
|
-
},
|
|
287533
|
-
"declarations": [
|
|
287534
|
-
{
|
|
287535
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287536
|
-
"name": "LinkDOMProps"
|
|
287537
|
-
}
|
|
287538
|
-
],
|
|
287539
|
-
"required": false,
|
|
287540
|
-
"type": {
|
|
287541
|
-
"name": "string"
|
|
287542
|
-
}
|
|
287543
|
-
},
|
|
287544
|
-
"hrefLang": {
|
|
287545
|
-
"defaultValue": null,
|
|
287546
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
287547
|
-
"name": "hrefLang",
|
|
287548
|
-
"parent": {
|
|
287549
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287550
|
-
"name": "LinkDOMProps"
|
|
287551
|
-
},
|
|
287552
|
-
"declarations": [
|
|
287553
|
-
{
|
|
287554
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287555
|
-
"name": "LinkDOMProps"
|
|
287556
|
-
}
|
|
287557
|
-
],
|
|
287558
|
-
"required": false,
|
|
287559
|
-
"type": {
|
|
287560
|
-
"name": "string"
|
|
287561
|
-
}
|
|
287562
|
-
},
|
|
287563
|
-
"target": {
|
|
287564
|
-
"defaultValue": null,
|
|
287565
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
287566
|
-
"name": "target",
|
|
287567
|
-
"parent": {
|
|
287568
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287569
|
-
"name": "LinkDOMProps"
|
|
287570
|
-
},
|
|
287571
|
-
"declarations": [
|
|
287572
|
-
{
|
|
287573
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287574
|
-
"name": "LinkDOMProps"
|
|
287575
|
-
}
|
|
287576
|
-
],
|
|
287577
|
-
"required": false,
|
|
287578
|
-
"type": {
|
|
287579
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
287580
|
-
}
|
|
287581
|
-
},
|
|
287582
|
-
"rel": {
|
|
287583
|
-
"defaultValue": null,
|
|
287584
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
287585
|
-
"name": "rel",
|
|
287586
|
-
"parent": {
|
|
287587
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287588
|
-
"name": "LinkDOMProps"
|
|
287589
|
-
},
|
|
287590
|
-
"declarations": [
|
|
287591
|
-
{
|
|
287592
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287593
|
-
"name": "LinkDOMProps"
|
|
287594
|
-
}
|
|
287595
|
-
],
|
|
287596
|
-
"required": false,
|
|
287597
|
-
"type": {
|
|
287598
|
-
"name": "string"
|
|
287599
|
-
}
|
|
287600
|
-
},
|
|
287601
|
-
"download": {
|
|
287602
|
-
"defaultValue": null,
|
|
287603
|
-
"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).",
|
|
287604
|
-
"name": "download",
|
|
287605
|
-
"parent": {
|
|
287606
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287607
|
-
"name": "LinkDOMProps"
|
|
287608
|
-
},
|
|
287609
|
-
"declarations": [
|
|
287610
|
-
{
|
|
287611
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287612
|
-
"name": "LinkDOMProps"
|
|
287613
|
-
}
|
|
287614
|
-
],
|
|
287615
|
-
"required": false,
|
|
287616
|
-
"type": {
|
|
287617
|
-
"name": "string | boolean"
|
|
287618
|
-
}
|
|
287619
|
-
},
|
|
287620
|
-
"ping": {
|
|
287621
|
-
"defaultValue": null,
|
|
287622
|
-
"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).",
|
|
287623
|
-
"name": "ping",
|
|
287624
|
-
"parent": {
|
|
287625
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287626
|
-
"name": "LinkDOMProps"
|
|
287627
|
-
},
|
|
287628
|
-
"declarations": [
|
|
287629
|
-
{
|
|
287630
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287631
|
-
"name": "LinkDOMProps"
|
|
287632
|
-
}
|
|
287633
|
-
],
|
|
287634
|
-
"required": false,
|
|
287635
|
-
"type": {
|
|
287636
|
-
"name": "string"
|
|
287637
|
-
}
|
|
287638
|
-
},
|
|
287639
|
-
"referrerPolicy": {
|
|
287640
|
-
"defaultValue": null,
|
|
287641
|
-
"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).",
|
|
287642
|
-
"name": "referrerPolicy",
|
|
287643
|
-
"parent": {
|
|
287644
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287645
|
-
"name": "LinkDOMProps"
|
|
287646
|
-
},
|
|
287647
|
-
"declarations": [
|
|
287648
|
-
{
|
|
287649
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287650
|
-
"name": "LinkDOMProps"
|
|
287651
|
-
}
|
|
287652
|
-
],
|
|
287653
|
-
"required": false,
|
|
287654
|
-
"type": {
|
|
287655
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
287656
|
-
}
|
|
287657
|
-
},
|
|
287658
|
-
"routerOptions": {
|
|
287659
|
-
"defaultValue": null,
|
|
287660
|
-
"description": "Options for the configured client side router.",
|
|
287661
|
-
"name": "routerOptions",
|
|
287662
|
-
"parent": {
|
|
287663
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287664
|
-
"name": "LinkDOMProps"
|
|
287665
|
-
},
|
|
287666
|
-
"declarations": [
|
|
287667
|
-
{
|
|
287668
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287669
|
-
"name": "LinkDOMProps"
|
|
287670
|
-
}
|
|
287671
|
-
],
|
|
287672
|
-
"required": false,
|
|
287673
|
-
"type": {
|
|
287674
|
-
"name": "undefined"
|
|
287675
|
-
}
|
|
287676
|
-
},
|
|
287677
287787
|
"onHoverStart": {
|
|
287678
287788
|
"defaultValue": null,
|
|
287679
287789
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -287731,120 +287841,6 @@
|
|
|
287731
287841
|
"name": "((isHovering: boolean) => void)"
|
|
287732
287842
|
}
|
|
287733
287843
|
},
|
|
287734
|
-
"onPress": {
|
|
287735
|
-
"defaultValue": null,
|
|
287736
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
287737
|
-
"name": "onPress",
|
|
287738
|
-
"parent": {
|
|
287739
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287740
|
-
"name": "PressEvents"
|
|
287741
|
-
},
|
|
287742
|
-
"declarations": [
|
|
287743
|
-
{
|
|
287744
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287745
|
-
"name": "PressEvents"
|
|
287746
|
-
}
|
|
287747
|
-
],
|
|
287748
|
-
"required": false,
|
|
287749
|
-
"type": {
|
|
287750
|
-
"name": "((e: PressEvent) => void)"
|
|
287751
|
-
}
|
|
287752
|
-
},
|
|
287753
|
-
"onPressStart": {
|
|
287754
|
-
"defaultValue": null,
|
|
287755
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
287756
|
-
"name": "onPressStart",
|
|
287757
|
-
"parent": {
|
|
287758
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287759
|
-
"name": "PressEvents"
|
|
287760
|
-
},
|
|
287761
|
-
"declarations": [
|
|
287762
|
-
{
|
|
287763
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287764
|
-
"name": "PressEvents"
|
|
287765
|
-
}
|
|
287766
|
-
],
|
|
287767
|
-
"required": false,
|
|
287768
|
-
"type": {
|
|
287769
|
-
"name": "((e: PressEvent) => void)"
|
|
287770
|
-
}
|
|
287771
|
-
},
|
|
287772
|
-
"onPressEnd": {
|
|
287773
|
-
"defaultValue": null,
|
|
287774
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
287775
|
-
"name": "onPressEnd",
|
|
287776
|
-
"parent": {
|
|
287777
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287778
|
-
"name": "PressEvents"
|
|
287779
|
-
},
|
|
287780
|
-
"declarations": [
|
|
287781
|
-
{
|
|
287782
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287783
|
-
"name": "PressEvents"
|
|
287784
|
-
}
|
|
287785
|
-
],
|
|
287786
|
-
"required": false,
|
|
287787
|
-
"type": {
|
|
287788
|
-
"name": "((e: PressEvent) => void)"
|
|
287789
|
-
}
|
|
287790
|
-
},
|
|
287791
|
-
"onPressChange": {
|
|
287792
|
-
"defaultValue": null,
|
|
287793
|
-
"description": "Handler that is called when the press state changes.",
|
|
287794
|
-
"name": "onPressChange",
|
|
287795
|
-
"parent": {
|
|
287796
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287797
|
-
"name": "PressEvents"
|
|
287798
|
-
},
|
|
287799
|
-
"declarations": [
|
|
287800
|
-
{
|
|
287801
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287802
|
-
"name": "PressEvents"
|
|
287803
|
-
}
|
|
287804
|
-
],
|
|
287805
|
-
"required": false,
|
|
287806
|
-
"type": {
|
|
287807
|
-
"name": "((isPressed: boolean) => void)"
|
|
287808
|
-
}
|
|
287809
|
-
},
|
|
287810
|
-
"onPressUp": {
|
|
287811
|
-
"defaultValue": null,
|
|
287812
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
287813
|
-
"name": "onPressUp",
|
|
287814
|
-
"parent": {
|
|
287815
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287816
|
-
"name": "PressEvents"
|
|
287817
|
-
},
|
|
287818
|
-
"declarations": [
|
|
287819
|
-
{
|
|
287820
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287821
|
-
"name": "PressEvents"
|
|
287822
|
-
}
|
|
287823
|
-
],
|
|
287824
|
-
"required": false,
|
|
287825
|
-
"type": {
|
|
287826
|
-
"name": "((e: PressEvent) => void)"
|
|
287827
|
-
}
|
|
287828
|
-
},
|
|
287829
|
-
"onClick": {
|
|
287830
|
-
"defaultValue": null,
|
|
287831
|
-
"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.",
|
|
287832
|
-
"name": "onClick",
|
|
287833
|
-
"parent": {
|
|
287834
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287835
|
-
"name": "PressEvents"
|
|
287836
|
-
},
|
|
287837
|
-
"declarations": [
|
|
287838
|
-
{
|
|
287839
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287840
|
-
"name": "PressEvents"
|
|
287841
|
-
}
|
|
287842
|
-
],
|
|
287843
|
-
"required": false,
|
|
287844
|
-
"type": {
|
|
287845
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
287846
|
-
}
|
|
287847
|
-
},
|
|
287848
287844
|
"dir": {
|
|
287849
287845
|
"defaultValue": null,
|
|
287850
287846
|
"description": "",
|
|
@@ -287940,6 +287936,25 @@
|
|
|
287940
287936
|
"name": "\"yes\" | \"no\""
|
|
287941
287937
|
}
|
|
287942
287938
|
},
|
|
287939
|
+
"onClick": {
|
|
287940
|
+
"defaultValue": null,
|
|
287941
|
+
"description": "",
|
|
287942
|
+
"name": "onClick",
|
|
287943
|
+
"parent": {
|
|
287944
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287945
|
+
"name": "GlobalDOMEvents"
|
|
287946
|
+
},
|
|
287947
|
+
"declarations": [
|
|
287948
|
+
{
|
|
287949
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287950
|
+
"name": "GlobalDOMEvents"
|
|
287951
|
+
}
|
|
287952
|
+
],
|
|
287953
|
+
"required": false,
|
|
287954
|
+
"type": {
|
|
287955
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
287956
|
+
}
|
|
287957
|
+
},
|
|
287943
287958
|
"onClickCapture": {
|
|
287944
287959
|
"defaultValue": null,
|
|
287945
287960
|
"description": "",
|
|
@@ -289136,21 +289151,6 @@
|
|
|
289136
289151
|
"type": {
|
|
289137
289152
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
289138
289153
|
}
|
|
289139
|
-
},
|
|
289140
|
-
"footer": {
|
|
289141
|
-
"defaultValue": null,
|
|
289142
|
-
"description": "@internal",
|
|
289143
|
-
"name": "footer",
|
|
289144
|
-
"declarations": [
|
|
289145
|
-
{
|
|
289146
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
289147
|
-
"name": "TypeLiteral"
|
|
289148
|
-
}
|
|
289149
|
-
],
|
|
289150
|
-
"required": false,
|
|
289151
|
-
"type": {
|
|
289152
|
-
"name": "boolean"
|
|
289153
|
-
}
|
|
289154
289154
|
}
|
|
289155
289155
|
}
|
|
289156
289156
|
},
|
|
@@ -289186,16 +289186,16 @@
|
|
|
289186
289186
|
},
|
|
289187
289187
|
"columns": {
|
|
289188
289188
|
"defaultValue": null,
|
|
289189
|
-
"description": "A list of
|
|
289189
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
289190
289190
|
"name": "columns",
|
|
289191
289191
|
"parent": {
|
|
289192
289192
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289193
|
-
"name": "
|
|
289193
|
+
"name": "RowProps"
|
|
289194
289194
|
},
|
|
289195
289195
|
"declarations": [
|
|
289196
289196
|
{
|
|
289197
289197
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
289198
|
-
"name": "
|
|
289198
|
+
"name": "RowProps"
|
|
289199
289199
|
}
|
|
289200
289200
|
],
|
|
289201
289201
|
"required": false,
|
|
@@ -301640,6 +301640,91 @@
|
|
|
301640
301640
|
}
|
|
301641
301641
|
}
|
|
301642
301642
|
},
|
|
301643
|
+
{
|
|
301644
|
+
"tags": {},
|
|
301645
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301646
|
+
"description": "",
|
|
301647
|
+
"displayName": "ValidationResultButton",
|
|
301648
|
+
"methods": [],
|
|
301649
|
+
"props": {
|
|
301650
|
+
"policyValidationResult": {
|
|
301651
|
+
"defaultValue": null,
|
|
301652
|
+
"description": "",
|
|
301653
|
+
"name": "policyValidationResult",
|
|
301654
|
+
"parent": {
|
|
301655
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301656
|
+
"name": "Props"
|
|
301657
|
+
},
|
|
301658
|
+
"declarations": [
|
|
301659
|
+
{
|
|
301660
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301661
|
+
"name": "Props"
|
|
301662
|
+
}
|
|
301663
|
+
],
|
|
301664
|
+
"required": false,
|
|
301665
|
+
"type": {
|
|
301666
|
+
"name": "ResolvedPolicyValidationResult"
|
|
301667
|
+
}
|
|
301668
|
+
},
|
|
301669
|
+
"isDisabled": {
|
|
301670
|
+
"defaultValue": null,
|
|
301671
|
+
"description": "",
|
|
301672
|
+
"name": "isDisabled",
|
|
301673
|
+
"parent": {
|
|
301674
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301675
|
+
"name": "Props"
|
|
301676
|
+
},
|
|
301677
|
+
"declarations": [
|
|
301678
|
+
{
|
|
301679
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301680
|
+
"name": "Props"
|
|
301681
|
+
}
|
|
301682
|
+
],
|
|
301683
|
+
"required": false,
|
|
301684
|
+
"type": {
|
|
301685
|
+
"name": "boolean"
|
|
301686
|
+
}
|
|
301687
|
+
},
|
|
301688
|
+
"isEmptyValue": {
|
|
301689
|
+
"defaultValue": null,
|
|
301690
|
+
"description": "",
|
|
301691
|
+
"name": "isEmptyValue",
|
|
301692
|
+
"parent": {
|
|
301693
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301694
|
+
"name": "Props"
|
|
301695
|
+
},
|
|
301696
|
+
"declarations": [
|
|
301697
|
+
{
|
|
301698
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301699
|
+
"name": "Props"
|
|
301700
|
+
}
|
|
301701
|
+
],
|
|
301702
|
+
"required": true,
|
|
301703
|
+
"type": {
|
|
301704
|
+
"name": "boolean"
|
|
301705
|
+
}
|
|
301706
|
+
},
|
|
301707
|
+
"className": {
|
|
301708
|
+
"defaultValue": null,
|
|
301709
|
+
"description": "The elements class name.",
|
|
301710
|
+
"name": "className",
|
|
301711
|
+
"parent": {
|
|
301712
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301713
|
+
"name": "PropsWithClassName"
|
|
301714
|
+
},
|
|
301715
|
+
"declarations": [
|
|
301716
|
+
{
|
|
301717
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301718
|
+
"name": "PropsWithClassName"
|
|
301719
|
+
}
|
|
301720
|
+
],
|
|
301721
|
+
"required": false,
|
|
301722
|
+
"type": {
|
|
301723
|
+
"name": "string"
|
|
301724
|
+
}
|
|
301725
|
+
}
|
|
301726
|
+
}
|
|
301727
|
+
},
|
|
301643
301728
|
{
|
|
301644
301729
|
"tags": {
|
|
301645
301730
|
"internal": ""
|
|
@@ -301729,91 +301814,6 @@
|
|
|
301729
301814
|
}
|
|
301730
301815
|
}
|
|
301731
301816
|
},
|
|
301732
|
-
{
|
|
301733
|
-
"tags": {},
|
|
301734
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301735
|
-
"description": "",
|
|
301736
|
-
"displayName": "ValidationResultButton",
|
|
301737
|
-
"methods": [],
|
|
301738
|
-
"props": {
|
|
301739
|
-
"policyValidationResult": {
|
|
301740
|
-
"defaultValue": null,
|
|
301741
|
-
"description": "",
|
|
301742
|
-
"name": "policyValidationResult",
|
|
301743
|
-
"parent": {
|
|
301744
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301745
|
-
"name": "Props"
|
|
301746
|
-
},
|
|
301747
|
-
"declarations": [
|
|
301748
|
-
{
|
|
301749
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301750
|
-
"name": "Props"
|
|
301751
|
-
}
|
|
301752
|
-
],
|
|
301753
|
-
"required": false,
|
|
301754
|
-
"type": {
|
|
301755
|
-
"name": "ResolvedPolicyValidationResult"
|
|
301756
|
-
}
|
|
301757
|
-
},
|
|
301758
|
-
"isDisabled": {
|
|
301759
|
-
"defaultValue": null,
|
|
301760
|
-
"description": "",
|
|
301761
|
-
"name": "isDisabled",
|
|
301762
|
-
"parent": {
|
|
301763
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301764
|
-
"name": "Props"
|
|
301765
|
-
},
|
|
301766
|
-
"declarations": [
|
|
301767
|
-
{
|
|
301768
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301769
|
-
"name": "Props"
|
|
301770
|
-
}
|
|
301771
|
-
],
|
|
301772
|
-
"required": false,
|
|
301773
|
-
"type": {
|
|
301774
|
-
"name": "boolean"
|
|
301775
|
-
}
|
|
301776
|
-
},
|
|
301777
|
-
"isEmptyValue": {
|
|
301778
|
-
"defaultValue": null,
|
|
301779
|
-
"description": "",
|
|
301780
|
-
"name": "isEmptyValue",
|
|
301781
|
-
"parent": {
|
|
301782
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301783
|
-
"name": "Props"
|
|
301784
|
-
},
|
|
301785
|
-
"declarations": [
|
|
301786
|
-
{
|
|
301787
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301788
|
-
"name": "Props"
|
|
301789
|
-
}
|
|
301790
|
-
],
|
|
301791
|
-
"required": true,
|
|
301792
|
-
"type": {
|
|
301793
|
-
"name": "boolean"
|
|
301794
|
-
}
|
|
301795
|
-
},
|
|
301796
|
-
"className": {
|
|
301797
|
-
"defaultValue": null,
|
|
301798
|
-
"description": "The elements class name.",
|
|
301799
|
-
"name": "className",
|
|
301800
|
-
"parent": {
|
|
301801
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301802
|
-
"name": "PropsWithClassName"
|
|
301803
|
-
},
|
|
301804
|
-
"declarations": [
|
|
301805
|
-
{
|
|
301806
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301807
|
-
"name": "PropsWithClassName"
|
|
301808
|
-
}
|
|
301809
|
-
],
|
|
301810
|
-
"required": false,
|
|
301811
|
-
"type": {
|
|
301812
|
-
"name": "string"
|
|
301813
|
-
}
|
|
301814
|
-
}
|
|
301815
|
-
}
|
|
301816
|
-
},
|
|
301817
301817
|
{
|
|
301818
301818
|
"tags": {},
|
|
301819
301819
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
@@ -310687,56 +310687,56 @@
|
|
|
310687
310687
|
},
|
|
310688
310688
|
{
|
|
310689
310689
|
"tags": {},
|
|
310690
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
310690
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310691
310691
|
"description": "",
|
|
310692
|
-
"displayName": "
|
|
310692
|
+
"displayName": "DeleteButton",
|
|
310693
310693
|
"methods": [],
|
|
310694
310694
|
"props": {
|
|
310695
|
-
"
|
|
310695
|
+
"onDelete": {
|
|
310696
310696
|
"defaultValue": null,
|
|
310697
310697
|
"description": "",
|
|
310698
|
-
"name": "
|
|
310698
|
+
"name": "onDelete",
|
|
310699
310699
|
"parent": {
|
|
310700
|
-
"fileName": "components/src/components/FileCard/components/
|
|
310700
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310701
310701
|
"name": "Props"
|
|
310702
310702
|
},
|
|
310703
310703
|
"declarations": [
|
|
310704
310704
|
{
|
|
310705
|
-
"fileName": "components/src/components/FileCard/components/
|
|
310705
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310706
310706
|
"name": "Props"
|
|
310707
310707
|
}
|
|
310708
310708
|
],
|
|
310709
310709
|
"required": true,
|
|
310710
310710
|
"type": {
|
|
310711
|
-
"name": "
|
|
310711
|
+
"name": "() => void"
|
|
310712
310712
|
}
|
|
310713
310713
|
}
|
|
310714
310714
|
}
|
|
310715
310715
|
},
|
|
310716
310716
|
{
|
|
310717
310717
|
"tags": {},
|
|
310718
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
310718
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
310719
310719
|
"description": "",
|
|
310720
|
-
"displayName": "
|
|
310720
|
+
"displayName": "FileSizeText",
|
|
310721
310721
|
"methods": [],
|
|
310722
310722
|
"props": {
|
|
310723
|
-
"
|
|
310723
|
+
"sizeInBytes": {
|
|
310724
310724
|
"defaultValue": null,
|
|
310725
310725
|
"description": "",
|
|
310726
|
-
"name": "
|
|
310726
|
+
"name": "sizeInBytes",
|
|
310727
310727
|
"parent": {
|
|
310728
|
-
"fileName": "components/src/components/FileCard/components/
|
|
310728
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
310729
310729
|
"name": "Props"
|
|
310730
310730
|
},
|
|
310731
310731
|
"declarations": [
|
|
310732
310732
|
{
|
|
310733
|
-
"fileName": "components/src/components/FileCard/components/
|
|
310733
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
310734
310734
|
"name": "Props"
|
|
310735
310735
|
}
|
|
310736
310736
|
],
|
|
310737
310737
|
"required": true,
|
|
310738
310738
|
"type": {
|
|
310739
|
-
"name": "
|
|
310739
|
+
"name": "number"
|
|
310740
310740
|
}
|
|
310741
310741
|
}
|
|
310742
310742
|
}
|
|
@@ -310905,9 +310905,9 @@
|
|
|
310905
310905
|
"tags": {
|
|
310906
310906
|
"flr-generate": "all"
|
|
310907
310907
|
},
|
|
310908
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
310908
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
310909
310909
|
"description": "",
|
|
310910
|
-
"displayName": "
|
|
310910
|
+
"displayName": "ContextualHelpTrigger",
|
|
310911
310911
|
"methods": [],
|
|
310912
310912
|
"props": {
|
|
310913
310913
|
"isDefaultOpen": {
|
|
@@ -311196,6 +311196,146 @@
|
|
|
311196
311196
|
}
|
|
311197
311197
|
}
|
|
311198
311198
|
},
|
|
311199
|
+
{
|
|
311200
|
+
"tags": {
|
|
311201
|
+
"flr-generate": "all"
|
|
311202
|
+
},
|
|
311203
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
311204
|
+
"description": "",
|
|
311205
|
+
"displayName": "ContextMenuTrigger",
|
|
311206
|
+
"methods": [],
|
|
311207
|
+
"props": {
|
|
311208
|
+
"isDefaultOpen": {
|
|
311209
|
+
"defaultValue": null,
|
|
311210
|
+
"description": "Whether the overlay should be open initially.",
|
|
311211
|
+
"name": "isDefaultOpen",
|
|
311212
|
+
"parent": {
|
|
311213
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311214
|
+
"name": "OverlayTriggerProps"
|
|
311215
|
+
},
|
|
311216
|
+
"declarations": [
|
|
311217
|
+
{
|
|
311218
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311219
|
+
"name": "OverlayTriggerProps"
|
|
311220
|
+
}
|
|
311221
|
+
],
|
|
311222
|
+
"required": false,
|
|
311223
|
+
"type": {
|
|
311224
|
+
"name": "boolean"
|
|
311225
|
+
}
|
|
311226
|
+
},
|
|
311227
|
+
"controller": {
|
|
311228
|
+
"defaultValue": null,
|
|
311229
|
+
"description": "A controller to control the state of the overlay.",
|
|
311230
|
+
"name": "controller",
|
|
311231
|
+
"parent": {
|
|
311232
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311233
|
+
"name": "OverlayTriggerProps"
|
|
311234
|
+
},
|
|
311235
|
+
"declarations": [
|
|
311236
|
+
{
|
|
311237
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311238
|
+
"name": "OverlayTriggerProps"
|
|
311239
|
+
}
|
|
311240
|
+
],
|
|
311241
|
+
"required": false,
|
|
311242
|
+
"type": {
|
|
311243
|
+
"name": "OverlayController"
|
|
311244
|
+
}
|
|
311245
|
+
},
|
|
311246
|
+
"wrapWith": {
|
|
311247
|
+
"defaultValue": null,
|
|
311248
|
+
"description": "",
|
|
311249
|
+
"name": "wrapWith",
|
|
311250
|
+
"parent": {
|
|
311251
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311252
|
+
"name": "FlowComponentProps"
|
|
311253
|
+
},
|
|
311254
|
+
"declarations": [
|
|
311255
|
+
{
|
|
311256
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311257
|
+
"name": "FlowComponentProps"
|
|
311258
|
+
}
|
|
311259
|
+
],
|
|
311260
|
+
"required": false,
|
|
311261
|
+
"type": {
|
|
311262
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311263
|
+
}
|
|
311264
|
+
},
|
|
311265
|
+
"tunnelId": {
|
|
311266
|
+
"defaultValue": null,
|
|
311267
|
+
"description": "@internal",
|
|
311268
|
+
"name": "tunnelId",
|
|
311269
|
+
"parent": {
|
|
311270
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311271
|
+
"name": "PropsWithTunnel"
|
|
311272
|
+
},
|
|
311273
|
+
"declarations": [
|
|
311274
|
+
{
|
|
311275
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311276
|
+
"name": "PropsWithTunnel"
|
|
311277
|
+
}
|
|
311278
|
+
],
|
|
311279
|
+
"required": false,
|
|
311280
|
+
"type": {
|
|
311281
|
+
"name": "string | null"
|
|
311282
|
+
}
|
|
311283
|
+
},
|
|
311284
|
+
"ref": {
|
|
311285
|
+
"defaultValue": null,
|
|
311286
|
+
"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}",
|
|
311287
|
+
"name": "ref",
|
|
311288
|
+
"parent": {
|
|
311289
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311290
|
+
"name": "RefAttributes"
|
|
311291
|
+
},
|
|
311292
|
+
"declarations": [
|
|
311293
|
+
{
|
|
311294
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311295
|
+
"name": "RefAttributes"
|
|
311296
|
+
}
|
|
311297
|
+
],
|
|
311298
|
+
"required": false,
|
|
311299
|
+
"type": {
|
|
311300
|
+
"name": "Ref<HTMLSpanElement>"
|
|
311301
|
+
}
|
|
311302
|
+
},
|
|
311303
|
+
"key": {
|
|
311304
|
+
"defaultValue": null,
|
|
311305
|
+
"description": "",
|
|
311306
|
+
"name": "key",
|
|
311307
|
+
"parent": {
|
|
311308
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311309
|
+
"name": "Attributes"
|
|
311310
|
+
},
|
|
311311
|
+
"declarations": [
|
|
311312
|
+
{
|
|
311313
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311314
|
+
"name": "Attributes"
|
|
311315
|
+
}
|
|
311316
|
+
],
|
|
311317
|
+
"required": false,
|
|
311318
|
+
"type": {
|
|
311319
|
+
"name": "Key | null"
|
|
311320
|
+
}
|
|
311321
|
+
},
|
|
311322
|
+
"children": {
|
|
311323
|
+
"defaultValue": null,
|
|
311324
|
+
"description": "",
|
|
311325
|
+
"name": "children",
|
|
311326
|
+
"declarations": [
|
|
311327
|
+
{
|
|
311328
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311329
|
+
"name": "TypeLiteral"
|
|
311330
|
+
}
|
|
311331
|
+
],
|
|
311332
|
+
"required": false,
|
|
311333
|
+
"type": {
|
|
311334
|
+
"name": "ReactNode"
|
|
311335
|
+
}
|
|
311336
|
+
}
|
|
311337
|
+
}
|
|
311338
|
+
},
|
|
311199
311339
|
{
|
|
311200
311340
|
"tags": {
|
|
311201
311341
|
"flr-generate": "all"
|
|
@@ -313001,149 +313141,9 @@
|
|
|
313001
313141
|
"tags": {
|
|
313002
313142
|
"flr-generate": "all"
|
|
313003
313143
|
},
|
|
313004
|
-
"filePath": "
|
|
313005
|
-
"description": "",
|
|
313006
|
-
"displayName": "ContextualHelpTrigger",
|
|
313007
|
-
"methods": [],
|
|
313008
|
-
"props": {
|
|
313009
|
-
"isDefaultOpen": {
|
|
313010
|
-
"defaultValue": null,
|
|
313011
|
-
"description": "Whether the overlay should be open initially.",
|
|
313012
|
-
"name": "isDefaultOpen",
|
|
313013
|
-
"parent": {
|
|
313014
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
313015
|
-
"name": "OverlayTriggerProps"
|
|
313016
|
-
},
|
|
313017
|
-
"declarations": [
|
|
313018
|
-
{
|
|
313019
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
313020
|
-
"name": "OverlayTriggerProps"
|
|
313021
|
-
}
|
|
313022
|
-
],
|
|
313023
|
-
"required": false,
|
|
313024
|
-
"type": {
|
|
313025
|
-
"name": "boolean"
|
|
313026
|
-
}
|
|
313027
|
-
},
|
|
313028
|
-
"controller": {
|
|
313029
|
-
"defaultValue": null,
|
|
313030
|
-
"description": "A controller to control the state of the overlay.",
|
|
313031
|
-
"name": "controller",
|
|
313032
|
-
"parent": {
|
|
313033
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
313034
|
-
"name": "OverlayTriggerProps"
|
|
313035
|
-
},
|
|
313036
|
-
"declarations": [
|
|
313037
|
-
{
|
|
313038
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
313039
|
-
"name": "OverlayTriggerProps"
|
|
313040
|
-
}
|
|
313041
|
-
],
|
|
313042
|
-
"required": false,
|
|
313043
|
-
"type": {
|
|
313044
|
-
"name": "OverlayController"
|
|
313045
|
-
}
|
|
313046
|
-
},
|
|
313047
|
-
"wrapWith": {
|
|
313048
|
-
"defaultValue": null,
|
|
313049
|
-
"description": "",
|
|
313050
|
-
"name": "wrapWith",
|
|
313051
|
-
"parent": {
|
|
313052
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
313053
|
-
"name": "FlowComponentProps"
|
|
313054
|
-
},
|
|
313055
|
-
"declarations": [
|
|
313056
|
-
{
|
|
313057
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
313058
|
-
"name": "FlowComponentProps"
|
|
313059
|
-
}
|
|
313060
|
-
],
|
|
313061
|
-
"required": false,
|
|
313062
|
-
"type": {
|
|
313063
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
313064
|
-
}
|
|
313065
|
-
},
|
|
313066
|
-
"tunnelId": {
|
|
313067
|
-
"defaultValue": null,
|
|
313068
|
-
"description": "@internal",
|
|
313069
|
-
"name": "tunnelId",
|
|
313070
|
-
"parent": {
|
|
313071
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
313072
|
-
"name": "PropsWithTunnel"
|
|
313073
|
-
},
|
|
313074
|
-
"declarations": [
|
|
313075
|
-
{
|
|
313076
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
313077
|
-
"name": "PropsWithTunnel"
|
|
313078
|
-
}
|
|
313079
|
-
],
|
|
313080
|
-
"required": false,
|
|
313081
|
-
"type": {
|
|
313082
|
-
"name": "string | null"
|
|
313083
|
-
}
|
|
313084
|
-
},
|
|
313085
|
-
"ref": {
|
|
313086
|
-
"defaultValue": null,
|
|
313087
|
-
"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}",
|
|
313088
|
-
"name": "ref",
|
|
313089
|
-
"parent": {
|
|
313090
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313091
|
-
"name": "RefAttributes"
|
|
313092
|
-
},
|
|
313093
|
-
"declarations": [
|
|
313094
|
-
{
|
|
313095
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313096
|
-
"name": "RefAttributes"
|
|
313097
|
-
}
|
|
313098
|
-
],
|
|
313099
|
-
"required": false,
|
|
313100
|
-
"type": {
|
|
313101
|
-
"name": "Ref<HTMLSpanElement>"
|
|
313102
|
-
}
|
|
313103
|
-
},
|
|
313104
|
-
"key": {
|
|
313105
|
-
"defaultValue": null,
|
|
313106
|
-
"description": "",
|
|
313107
|
-
"name": "key",
|
|
313108
|
-
"parent": {
|
|
313109
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313110
|
-
"name": "Attributes"
|
|
313111
|
-
},
|
|
313112
|
-
"declarations": [
|
|
313113
|
-
{
|
|
313114
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313115
|
-
"name": "Attributes"
|
|
313116
|
-
}
|
|
313117
|
-
],
|
|
313118
|
-
"required": false,
|
|
313119
|
-
"type": {
|
|
313120
|
-
"name": "Key | null"
|
|
313121
|
-
}
|
|
313122
|
-
},
|
|
313123
|
-
"children": {
|
|
313124
|
-
"defaultValue": null,
|
|
313125
|
-
"description": "",
|
|
313126
|
-
"name": "children",
|
|
313127
|
-
"declarations": [
|
|
313128
|
-
{
|
|
313129
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313130
|
-
"name": "TypeLiteral"
|
|
313131
|
-
}
|
|
313132
|
-
],
|
|
313133
|
-
"required": false,
|
|
313134
|
-
"type": {
|
|
313135
|
-
"name": "ReactNode"
|
|
313136
|
-
}
|
|
313137
|
-
}
|
|
313138
|
-
}
|
|
313139
|
-
},
|
|
313140
|
-
{
|
|
313141
|
-
"tags": {
|
|
313142
|
-
"flr-generate": "all"
|
|
313143
|
-
},
|
|
313144
|
-
"filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
313144
|
+
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
313145
313145
|
"description": "",
|
|
313146
|
-
"displayName": "
|
|
313146
|
+
"displayName": "XAxis",
|
|
313147
313147
|
"methods": [],
|
|
313148
313148
|
"props": {
|
|
313149
313149
|
"className": {
|
|
@@ -313224,16 +313224,16 @@
|
|
|
313224
313224
|
},
|
|
313225
313225
|
"scale": {
|
|
313226
313226
|
"defaultValue": null,
|
|
313227
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <
|
|
313227
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
313228
313228
|
"name": "scale",
|
|
313229
313229
|
"parent": {
|
|
313230
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313231
|
-
"name": "
|
|
313230
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313231
|
+
"name": "XAxisProps"
|
|
313232
313232
|
},
|
|
313233
313233
|
"declarations": [
|
|
313234
313234
|
{
|
|
313235
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313236
|
-
"name": "
|
|
313235
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313236
|
+
"name": "XAxisProps"
|
|
313237
313237
|
}
|
|
313238
313238
|
],
|
|
313239
313239
|
"required": false,
|
|
@@ -313279,18 +313279,37 @@
|
|
|
313279
313279
|
"name": "boolean"
|
|
313280
313280
|
}
|
|
313281
313281
|
},
|
|
313282
|
+
"allowDataOverflow": {
|
|
313283
|
+
"defaultValue": null,
|
|
313284
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
313285
|
+
"name": "allowDataOverflow",
|
|
313286
|
+
"parent": {
|
|
313287
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313288
|
+
"name": "RenderableAxisProps"
|
|
313289
|
+
},
|
|
313290
|
+
"declarations": [
|
|
313291
|
+
{
|
|
313292
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313293
|
+
"name": "RenderableAxisProps"
|
|
313294
|
+
}
|
|
313295
|
+
],
|
|
313296
|
+
"required": false,
|
|
313297
|
+
"type": {
|
|
313298
|
+
"name": "boolean"
|
|
313299
|
+
}
|
|
313300
|
+
},
|
|
313282
313301
|
"interval": {
|
|
313283
313302
|
"defaultValue": null,
|
|
313284
|
-
"description": "If set 0, all the ticks will be shown. If set
|
|
313303
|
+
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
313285
313304
|
"name": "interval",
|
|
313286
313305
|
"parent": {
|
|
313287
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313288
|
-
"name": "
|
|
313306
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313307
|
+
"name": "XAxisProps"
|
|
313289
313308
|
},
|
|
313290
313309
|
"declarations": [
|
|
313291
313310
|
{
|
|
313292
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313293
|
-
"name": "
|
|
313311
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313312
|
+
"name": "XAxisProps"
|
|
313294
313313
|
}
|
|
313295
313314
|
],
|
|
313296
313315
|
"required": false,
|
|
@@ -313303,13 +313322,13 @@
|
|
|
313303
313322
|
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313304
313323
|
"name": "minTickGap",
|
|
313305
313324
|
"parent": {
|
|
313306
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313307
|
-
"name": "
|
|
313325
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313326
|
+
"name": "XAxisProps"
|
|
313308
313327
|
},
|
|
313309
313328
|
"declarations": [
|
|
313310
313329
|
{
|
|
313311
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313312
|
-
"name": "
|
|
313330
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313331
|
+
"name": "XAxisProps"
|
|
313313
313332
|
}
|
|
313314
313333
|
],
|
|
313315
313334
|
"required": false,
|
|
@@ -313319,16 +313338,16 @@
|
|
|
313319
313338
|
},
|
|
313320
313339
|
"domain": {
|
|
313321
313340
|
"defaultValue": null,
|
|
313322
|
-
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <
|
|
313341
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
313323
313342
|
"name": "domain",
|
|
313324
313343
|
"parent": {
|
|
313325
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313326
|
-
"name": "
|
|
313344
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313345
|
+
"name": "XAxisProps"
|
|
313327
313346
|
},
|
|
313328
313347
|
"declarations": [
|
|
313329
313348
|
{
|
|
313330
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313331
|
-
"name": "
|
|
313349
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313350
|
+
"name": "XAxisProps"
|
|
313332
313351
|
}
|
|
313333
313352
|
],
|
|
313334
313353
|
"required": false,
|
|
@@ -313380,9 +313399,9 @@
|
|
|
313380
313399
|
"tags": {
|
|
313381
313400
|
"flr-generate": "all"
|
|
313382
313401
|
},
|
|
313383
|
-
"filePath": "src/components/CartesianChart/components/
|
|
313402
|
+
"filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
313384
313403
|
"description": "",
|
|
313385
|
-
"displayName": "
|
|
313404
|
+
"displayName": "YAxis",
|
|
313386
313405
|
"methods": [],
|
|
313387
313406
|
"props": {
|
|
313388
313407
|
"className": {
|
|
@@ -313463,16 +313482,16 @@
|
|
|
313463
313482
|
},
|
|
313464
313483
|
"scale": {
|
|
313465
313484
|
"defaultValue": null,
|
|
313466
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <
|
|
313485
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
|
|
313467
313486
|
"name": "scale",
|
|
313468
313487
|
"parent": {
|
|
313469
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313470
|
-
"name": "
|
|
313488
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313489
|
+
"name": "YAxisProps"
|
|
313471
313490
|
},
|
|
313472
313491
|
"declarations": [
|
|
313473
313492
|
{
|
|
313474
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313475
|
-
"name": "
|
|
313493
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313494
|
+
"name": "YAxisProps"
|
|
313476
313495
|
}
|
|
313477
313496
|
],
|
|
313478
313497
|
"required": false,
|
|
@@ -313520,16 +313539,16 @@
|
|
|
313520
313539
|
},
|
|
313521
313540
|
"interval": {
|
|
313522
313541
|
"defaultValue": null,
|
|
313523
|
-
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\"
|
|
313542
|
+
"description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
313524
313543
|
"name": "interval",
|
|
313525
313544
|
"parent": {
|
|
313526
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313527
|
-
"name": "
|
|
313545
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313546
|
+
"name": "YAxisProps"
|
|
313528
313547
|
},
|
|
313529
313548
|
"declarations": [
|
|
313530
313549
|
{
|
|
313531
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313532
|
-
"name": "
|
|
313550
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313551
|
+
"name": "YAxisProps"
|
|
313533
313552
|
}
|
|
313534
313553
|
],
|
|
313535
313554
|
"required": false,
|
|
@@ -313542,13 +313561,13 @@
|
|
|
313542
313561
|
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313543
313562
|
"name": "minTickGap",
|
|
313544
313563
|
"parent": {
|
|
313545
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313546
|
-
"name": "
|
|
313564
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313565
|
+
"name": "YAxisProps"
|
|
313547
313566
|
},
|
|
313548
313567
|
"declarations": [
|
|
313549
313568
|
{
|
|
313550
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313551
|
-
"name": "
|
|
313569
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313570
|
+
"name": "YAxisProps"
|
|
313552
313571
|
}
|
|
313553
313572
|
],
|
|
313554
313573
|
"required": false,
|
|
@@ -313558,16 +313577,16 @@
|
|
|
313558
313577
|
},
|
|
313559
313578
|
"domain": {
|
|
313560
313579
|
"defaultValue": null,
|
|
313561
|
-
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <
|
|
313580
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
313562
313581
|
"name": "domain",
|
|
313563
313582
|
"parent": {
|
|
313564
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313565
|
-
"name": "
|
|
313583
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313584
|
+
"name": "YAxisProps"
|
|
313566
313585
|
},
|
|
313567
313586
|
"declarations": [
|
|
313568
313587
|
{
|
|
313569
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313570
|
-
"name": "
|
|
313588
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313589
|
+
"name": "YAxisProps"
|
|
313571
313590
|
}
|
|
313572
313591
|
],
|
|
313573
313592
|
"required": false,
|
|
@@ -313612,25 +313631,6 @@
|
|
|
313612
313631
|
"type": {
|
|
313613
313632
|
"name": "((value: any, index: number) => string)"
|
|
313614
313633
|
}
|
|
313615
|
-
},
|
|
313616
|
-
"allowDataOverflow": {
|
|
313617
|
-
"defaultValue": null,
|
|
313618
|
-
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
313619
|
-
"name": "allowDataOverflow",
|
|
313620
|
-
"parent": {
|
|
313621
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313622
|
-
"name": "RenderableAxisProps"
|
|
313623
|
-
},
|
|
313624
|
-
"declarations": [
|
|
313625
|
-
{
|
|
313626
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313627
|
-
"name": "RenderableAxisProps"
|
|
313628
|
-
}
|
|
313629
|
-
],
|
|
313630
|
-
"required": false,
|
|
313631
|
-
"type": {
|
|
313632
|
-
"name": "boolean"
|
|
313633
|
-
}
|
|
313634
313634
|
}
|
|
313635
313635
|
}
|
|
313636
313636
|
},
|
|
@@ -333329,6 +333329,138 @@
|
|
|
333329
333329
|
}
|
|
333330
333330
|
}
|
|
333331
333331
|
},
|
|
333332
|
+
{
|
|
333333
|
+
"tags": {},
|
|
333334
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333335
|
+
"description": "",
|
|
333336
|
+
"displayName": "Item",
|
|
333337
|
+
"methods": [],
|
|
333338
|
+
"props": {
|
|
333339
|
+
"id": {
|
|
333340
|
+
"defaultValue": null,
|
|
333341
|
+
"description": "",
|
|
333342
|
+
"name": "id",
|
|
333343
|
+
"parent": {
|
|
333344
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333345
|
+
"name": "Props"
|
|
333346
|
+
},
|
|
333347
|
+
"declarations": [
|
|
333348
|
+
{
|
|
333349
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333350
|
+
"name": "Props"
|
|
333351
|
+
}
|
|
333352
|
+
],
|
|
333353
|
+
"required": true,
|
|
333354
|
+
"type": {
|
|
333355
|
+
"name": "Key"
|
|
333356
|
+
}
|
|
333357
|
+
},
|
|
333358
|
+
"data": {
|
|
333359
|
+
"defaultValue": null,
|
|
333360
|
+
"description": "",
|
|
333361
|
+
"name": "data",
|
|
333362
|
+
"parent": {
|
|
333363
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333364
|
+
"name": "Props"
|
|
333365
|
+
},
|
|
333366
|
+
"declarations": [
|
|
333367
|
+
{
|
|
333368
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333369
|
+
"name": "Props"
|
|
333370
|
+
}
|
|
333371
|
+
],
|
|
333372
|
+
"required": true,
|
|
333373
|
+
"type": {
|
|
333374
|
+
"name": "never"
|
|
333375
|
+
}
|
|
333376
|
+
},
|
|
333377
|
+
"children": {
|
|
333378
|
+
"defaultValue": null,
|
|
333379
|
+
"description": "",
|
|
333380
|
+
"name": "children",
|
|
333381
|
+
"declarations": [
|
|
333382
|
+
{
|
|
333383
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
333384
|
+
"name": "TypeLiteral"
|
|
333385
|
+
}
|
|
333386
|
+
],
|
|
333387
|
+
"required": false,
|
|
333388
|
+
"type": {
|
|
333389
|
+
"name": "ReactNode"
|
|
333390
|
+
}
|
|
333391
|
+
}
|
|
333392
|
+
}
|
|
333393
|
+
},
|
|
333394
|
+
{
|
|
333395
|
+
"tags": {},
|
|
333396
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333397
|
+
"description": "",
|
|
333398
|
+
"displayName": "ItemContainer",
|
|
333399
|
+
"methods": [],
|
|
333400
|
+
"props": {
|
|
333401
|
+
"id": {
|
|
333402
|
+
"defaultValue": null,
|
|
333403
|
+
"description": "",
|
|
333404
|
+
"name": "id",
|
|
333405
|
+
"parent": {
|
|
333406
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333407
|
+
"name": "Props"
|
|
333408
|
+
},
|
|
333409
|
+
"declarations": [
|
|
333410
|
+
{
|
|
333411
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333412
|
+
"name": "Props"
|
|
333413
|
+
}
|
|
333414
|
+
],
|
|
333415
|
+
"required": true,
|
|
333416
|
+
"type": {
|
|
333417
|
+
"name": "Key"
|
|
333418
|
+
}
|
|
333419
|
+
},
|
|
333420
|
+
"data": {
|
|
333421
|
+
"defaultValue": null,
|
|
333422
|
+
"description": "",
|
|
333423
|
+
"name": "data",
|
|
333424
|
+
"parent": {
|
|
333425
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333426
|
+
"name": "Props"
|
|
333427
|
+
},
|
|
333428
|
+
"declarations": [
|
|
333429
|
+
{
|
|
333430
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333431
|
+
"name": "Props"
|
|
333432
|
+
}
|
|
333433
|
+
],
|
|
333434
|
+
"required": true,
|
|
333435
|
+
"type": {
|
|
333436
|
+
"name": "never"
|
|
333437
|
+
}
|
|
333438
|
+
},
|
|
333439
|
+
"children": {
|
|
333440
|
+
"defaultValue": null,
|
|
333441
|
+
"description": "",
|
|
333442
|
+
"name": "children",
|
|
333443
|
+
"declarations": [
|
|
333444
|
+
{
|
|
333445
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
333446
|
+
"name": "TypeLiteral"
|
|
333447
|
+
}
|
|
333448
|
+
],
|
|
333449
|
+
"required": false,
|
|
333450
|
+
"type": {
|
|
333451
|
+
"name": "ReactNode"
|
|
333452
|
+
}
|
|
333453
|
+
}
|
|
333454
|
+
}
|
|
333455
|
+
},
|
|
333456
|
+
{
|
|
333457
|
+
"tags": {},
|
|
333458
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
333459
|
+
"description": "",
|
|
333460
|
+
"displayName": "FallbackItems",
|
|
333461
|
+
"methods": [],
|
|
333462
|
+
"props": {}
|
|
333463
|
+
},
|
|
333332
333464
|
{
|
|
333333
333465
|
"tags": {
|
|
333334
333466
|
"flr-generate": "all"
|
|
@@ -337024,133 +337156,37 @@
|
|
|
337024
337156
|
},
|
|
337025
337157
|
{
|
|
337026
337158
|
"tags": {},
|
|
337027
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/
|
|
337028
|
-
"description": "",
|
|
337029
|
-
"displayName": "Item",
|
|
337030
|
-
"methods": [],
|
|
337031
|
-
"props": {
|
|
337032
|
-
"id": {
|
|
337033
|
-
"defaultValue": null,
|
|
337034
|
-
"description": "",
|
|
337035
|
-
"name": "id",
|
|
337036
|
-
"parent": {
|
|
337037
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337038
|
-
"name": "Props"
|
|
337039
|
-
},
|
|
337040
|
-
"declarations": [
|
|
337041
|
-
{
|
|
337042
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337043
|
-
"name": "Props"
|
|
337044
|
-
}
|
|
337045
|
-
],
|
|
337046
|
-
"required": true,
|
|
337047
|
-
"type": {
|
|
337048
|
-
"name": "Key"
|
|
337049
|
-
}
|
|
337050
|
-
},
|
|
337051
|
-
"data": {
|
|
337052
|
-
"defaultValue": null,
|
|
337053
|
-
"description": "",
|
|
337054
|
-
"name": "data",
|
|
337055
|
-
"parent": {
|
|
337056
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337057
|
-
"name": "Props"
|
|
337058
|
-
},
|
|
337059
|
-
"declarations": [
|
|
337060
|
-
{
|
|
337061
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337062
|
-
"name": "Props"
|
|
337063
|
-
}
|
|
337064
|
-
],
|
|
337065
|
-
"required": true,
|
|
337066
|
-
"type": {
|
|
337067
|
-
"name": "never"
|
|
337068
|
-
}
|
|
337069
|
-
},
|
|
337070
|
-
"children": {
|
|
337071
|
-
"defaultValue": null,
|
|
337072
|
-
"description": "",
|
|
337073
|
-
"name": "children",
|
|
337074
|
-
"declarations": [
|
|
337075
|
-
{
|
|
337076
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
337077
|
-
"name": "TypeLiteral"
|
|
337078
|
-
}
|
|
337079
|
-
],
|
|
337080
|
-
"required": false,
|
|
337081
|
-
"type": {
|
|
337082
|
-
"name": "ReactNode"
|
|
337083
|
-
}
|
|
337084
|
-
}
|
|
337085
|
-
}
|
|
337086
|
-
},
|
|
337087
|
-
{
|
|
337088
|
-
"tags": {},
|
|
337089
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337159
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337090
337160
|
"description": "",
|
|
337091
|
-
"displayName": "
|
|
337161
|
+
"displayName": "SortingMenuItem",
|
|
337092
337162
|
"methods": [],
|
|
337093
337163
|
"props": {
|
|
337094
|
-
"
|
|
337095
|
-
"defaultValue": null,
|
|
337096
|
-
"description": "",
|
|
337097
|
-
"name": "id",
|
|
337098
|
-
"parent": {
|
|
337099
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337100
|
-
"name": "Props"
|
|
337101
|
-
},
|
|
337102
|
-
"declarations": [
|
|
337103
|
-
{
|
|
337104
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337105
|
-
"name": "Props"
|
|
337106
|
-
}
|
|
337107
|
-
],
|
|
337108
|
-
"required": true,
|
|
337109
|
-
"type": {
|
|
337110
|
-
"name": "Key"
|
|
337111
|
-
}
|
|
337112
|
-
},
|
|
337113
|
-
"data": {
|
|
337164
|
+
"sorting": {
|
|
337114
337165
|
"defaultValue": null,
|
|
337115
337166
|
"description": "",
|
|
337116
|
-
"name": "
|
|
337167
|
+
"name": "sorting",
|
|
337117
337168
|
"parent": {
|
|
337118
|
-
"fileName": "components/src/components/List/components/
|
|
337169
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337119
337170
|
"name": "Props"
|
|
337120
337171
|
},
|
|
337121
337172
|
"declarations": [
|
|
337122
337173
|
{
|
|
337123
|
-
"fileName": "components/src/components/List/components/
|
|
337174
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337124
337175
|
"name": "Props"
|
|
337125
337176
|
}
|
|
337126
337177
|
],
|
|
337127
337178
|
"required": true,
|
|
337128
337179
|
"type": {
|
|
337129
|
-
"name": "never"
|
|
337130
|
-
}
|
|
337131
|
-
},
|
|
337132
|
-
"children": {
|
|
337133
|
-
"defaultValue": null,
|
|
337134
|
-
"description": "",
|
|
337135
|
-
"name": "children",
|
|
337136
|
-
"declarations": [
|
|
337137
|
-
{
|
|
337138
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
337139
|
-
"name": "TypeLiteral"
|
|
337140
|
-
}
|
|
337141
|
-
],
|
|
337142
|
-
"required": false,
|
|
337143
|
-
"type": {
|
|
337144
|
-
"name": "ReactNode"
|
|
337180
|
+
"name": "Sorting<never>"
|
|
337145
337181
|
}
|
|
337146
337182
|
}
|
|
337147
337183
|
}
|
|
337148
337184
|
},
|
|
337149
337185
|
{
|
|
337150
337186
|
"tags": {},
|
|
337151
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/
|
|
337187
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
337152
337188
|
"description": "",
|
|
337153
|
-
"displayName": "
|
|
337189
|
+
"displayName": "SortingContextMenu",
|
|
337154
337190
|
"methods": [],
|
|
337155
337191
|
"props": {}
|
|
337156
337192
|
},
|
|
@@ -337190,42 +337226,6 @@
|
|
|
337190
337226
|
"methods": [],
|
|
337191
337227
|
"props": {}
|
|
337192
337228
|
},
|
|
337193
|
-
{
|
|
337194
|
-
"tags": {},
|
|
337195
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337196
|
-
"description": "",
|
|
337197
|
-
"displayName": "SortingMenuItem",
|
|
337198
|
-
"methods": [],
|
|
337199
|
-
"props": {
|
|
337200
|
-
"sorting": {
|
|
337201
|
-
"defaultValue": null,
|
|
337202
|
-
"description": "",
|
|
337203
|
-
"name": "sorting",
|
|
337204
|
-
"parent": {
|
|
337205
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337206
|
-
"name": "Props"
|
|
337207
|
-
},
|
|
337208
|
-
"declarations": [
|
|
337209
|
-
{
|
|
337210
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337211
|
-
"name": "Props"
|
|
337212
|
-
}
|
|
337213
|
-
],
|
|
337214
|
-
"required": true,
|
|
337215
|
-
"type": {
|
|
337216
|
-
"name": "Sorting<never>"
|
|
337217
|
-
}
|
|
337218
|
-
}
|
|
337219
|
-
}
|
|
337220
|
-
},
|
|
337221
|
-
{
|
|
337222
|
-
"tags": {},
|
|
337223
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
337224
|
-
"description": "",
|
|
337225
|
-
"displayName": "SortingContextMenu",
|
|
337226
|
-
"methods": [],
|
|
337227
|
-
"props": {}
|
|
337228
|
-
},
|
|
337229
337229
|
{
|
|
337230
337230
|
"tags": {},
|
|
337231
337231
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|