@mittwald/flow-react-components 0.2.0-alpha.700 → 0.2.0-alpha.701
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +1221 -1221
- 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
|
},
|
|
@@ -270309,173 +270309,6 @@
|
|
|
270309
270309
|
}
|
|
270310
270310
|
}
|
|
270311
270311
|
},
|
|
270312
|
-
{
|
|
270313
|
-
"tags": {},
|
|
270314
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
270315
|
-
"description": "",
|
|
270316
|
-
"displayName": "FormSubmitAction",
|
|
270317
|
-
"methods": [],
|
|
270318
|
-
"props": {
|
|
270319
|
-
"showFeedback": {
|
|
270320
|
-
"defaultValue": null,
|
|
270321
|
-
"description": "",
|
|
270322
|
-
"name": "showFeedback",
|
|
270323
|
-
"parent": {
|
|
270324
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
270325
|
-
"name": "ActionProps"
|
|
270326
|
-
},
|
|
270327
|
-
"declarations": [
|
|
270328
|
-
{
|
|
270329
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
270330
|
-
"name": "ActionProps"
|
|
270331
|
-
}
|
|
270332
|
-
],
|
|
270333
|
-
"required": false,
|
|
270334
|
-
"type": {
|
|
270335
|
-
"name": "boolean"
|
|
270336
|
-
}
|
|
270337
|
-
},
|
|
270338
|
-
"children": {
|
|
270339
|
-
"defaultValue": null,
|
|
270340
|
-
"description": "",
|
|
270341
|
-
"name": "children",
|
|
270342
|
-
"declarations": [
|
|
270343
|
-
{
|
|
270344
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
270345
|
-
"name": "TypeLiteral"
|
|
270346
|
-
}
|
|
270347
|
-
],
|
|
270348
|
-
"required": false,
|
|
270349
|
-
"type": {
|
|
270350
|
-
"name": "ReactNode"
|
|
270351
|
-
}
|
|
270352
|
-
}
|
|
270353
|
-
}
|
|
270354
|
-
},
|
|
270355
|
-
{
|
|
270356
|
-
"tags": {},
|
|
270357
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
270358
|
-
"description": "",
|
|
270359
|
-
"displayName": "FormResetAction",
|
|
270360
|
-
"methods": [],
|
|
270361
|
-
"props": {
|
|
270362
|
-
"showFeedback": {
|
|
270363
|
-
"defaultValue": null,
|
|
270364
|
-
"description": "",
|
|
270365
|
-
"name": "showFeedback",
|
|
270366
|
-
"parent": {
|
|
270367
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
270368
|
-
"name": "ActionProps"
|
|
270369
|
-
},
|
|
270370
|
-
"declarations": [
|
|
270371
|
-
{
|
|
270372
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
270373
|
-
"name": "ActionProps"
|
|
270374
|
-
}
|
|
270375
|
-
],
|
|
270376
|
-
"required": false,
|
|
270377
|
-
"type": {
|
|
270378
|
-
"name": "boolean"
|
|
270379
|
-
}
|
|
270380
|
-
},
|
|
270381
|
-
"children": {
|
|
270382
|
-
"defaultValue": null,
|
|
270383
|
-
"description": "",
|
|
270384
|
-
"name": "children",
|
|
270385
|
-
"declarations": [
|
|
270386
|
-
{
|
|
270387
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
270388
|
-
"name": "TypeLiteral"
|
|
270389
|
-
}
|
|
270390
|
-
],
|
|
270391
|
-
"required": false,
|
|
270392
|
-
"type": {
|
|
270393
|
-
"name": "ReactNode"
|
|
270394
|
-
}
|
|
270395
|
-
}
|
|
270396
|
-
}
|
|
270397
|
-
},
|
|
270398
|
-
{
|
|
270399
|
-
"tags": {},
|
|
270400
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270401
|
-
"description": "",
|
|
270402
|
-
"displayName": "FormAction",
|
|
270403
|
-
"methods": [],
|
|
270404
|
-
"props": {
|
|
270405
|
-
"reset": {
|
|
270406
|
-
"defaultValue": null,
|
|
270407
|
-
"description": "",
|
|
270408
|
-
"name": "reset",
|
|
270409
|
-
"parent": {
|
|
270410
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270411
|
-
"name": "FormActionProps"
|
|
270412
|
-
},
|
|
270413
|
-
"declarations": [
|
|
270414
|
-
{
|
|
270415
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270416
|
-
"name": "FormActionProps"
|
|
270417
|
-
}
|
|
270418
|
-
],
|
|
270419
|
-
"required": false,
|
|
270420
|
-
"type": {
|
|
270421
|
-
"name": "boolean"
|
|
270422
|
-
}
|
|
270423
|
-
},
|
|
270424
|
-
"submit": {
|
|
270425
|
-
"defaultValue": null,
|
|
270426
|
-
"description": "",
|
|
270427
|
-
"name": "submit",
|
|
270428
|
-
"parent": {
|
|
270429
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270430
|
-
"name": "FormActionProps"
|
|
270431
|
-
},
|
|
270432
|
-
"declarations": [
|
|
270433
|
-
{
|
|
270434
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270435
|
-
"name": "FormActionProps"
|
|
270436
|
-
}
|
|
270437
|
-
],
|
|
270438
|
-
"required": false,
|
|
270439
|
-
"type": {
|
|
270440
|
-
"name": "boolean"
|
|
270441
|
-
}
|
|
270442
|
-
},
|
|
270443
|
-
"children": {
|
|
270444
|
-
"defaultValue": null,
|
|
270445
|
-
"description": "",
|
|
270446
|
-
"name": "children",
|
|
270447
|
-
"declarations": [
|
|
270448
|
-
{
|
|
270449
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
270450
|
-
"name": "TypeLiteral"
|
|
270451
|
-
}
|
|
270452
|
-
],
|
|
270453
|
-
"required": false,
|
|
270454
|
-
"type": {
|
|
270455
|
-
"name": "ReactNode"
|
|
270456
|
-
}
|
|
270457
|
-
},
|
|
270458
|
-
"showFeedback": {
|
|
270459
|
-
"defaultValue": null,
|
|
270460
|
-
"description": "",
|
|
270461
|
-
"name": "showFeedback",
|
|
270462
|
-
"parent": {
|
|
270463
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
270464
|
-
"name": "ActionProps"
|
|
270465
|
-
},
|
|
270466
|
-
"declarations": [
|
|
270467
|
-
{
|
|
270468
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
270469
|
-
"name": "ActionProps"
|
|
270470
|
-
}
|
|
270471
|
-
],
|
|
270472
|
-
"required": false,
|
|
270473
|
-
"type": {
|
|
270474
|
-
"name": "boolean"
|
|
270475
|
-
}
|
|
270476
|
-
}
|
|
270477
|
-
}
|
|
270478
|
-
},
|
|
270479
270312
|
{
|
|
270480
270313
|
"tags": {},
|
|
270481
270314
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
@@ -276791,6 +276624,173 @@
|
|
|
276791
276624
|
}
|
|
276792
276625
|
}
|
|
276793
276626
|
},
|
|
276627
|
+
{
|
|
276628
|
+
"tags": {},
|
|
276629
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
276630
|
+
"description": "",
|
|
276631
|
+
"displayName": "FormSubmitAction",
|
|
276632
|
+
"methods": [],
|
|
276633
|
+
"props": {
|
|
276634
|
+
"showFeedback": {
|
|
276635
|
+
"defaultValue": null,
|
|
276636
|
+
"description": "",
|
|
276637
|
+
"name": "showFeedback",
|
|
276638
|
+
"parent": {
|
|
276639
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
276640
|
+
"name": "ActionProps"
|
|
276641
|
+
},
|
|
276642
|
+
"declarations": [
|
|
276643
|
+
{
|
|
276644
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
276645
|
+
"name": "ActionProps"
|
|
276646
|
+
}
|
|
276647
|
+
],
|
|
276648
|
+
"required": false,
|
|
276649
|
+
"type": {
|
|
276650
|
+
"name": "boolean"
|
|
276651
|
+
}
|
|
276652
|
+
},
|
|
276653
|
+
"children": {
|
|
276654
|
+
"defaultValue": null,
|
|
276655
|
+
"description": "",
|
|
276656
|
+
"name": "children",
|
|
276657
|
+
"declarations": [
|
|
276658
|
+
{
|
|
276659
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276660
|
+
"name": "TypeLiteral"
|
|
276661
|
+
}
|
|
276662
|
+
],
|
|
276663
|
+
"required": false,
|
|
276664
|
+
"type": {
|
|
276665
|
+
"name": "ReactNode"
|
|
276666
|
+
}
|
|
276667
|
+
}
|
|
276668
|
+
}
|
|
276669
|
+
},
|
|
276670
|
+
{
|
|
276671
|
+
"tags": {},
|
|
276672
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
276673
|
+
"description": "",
|
|
276674
|
+
"displayName": "FormResetAction",
|
|
276675
|
+
"methods": [],
|
|
276676
|
+
"props": {
|
|
276677
|
+
"showFeedback": {
|
|
276678
|
+
"defaultValue": null,
|
|
276679
|
+
"description": "",
|
|
276680
|
+
"name": "showFeedback",
|
|
276681
|
+
"parent": {
|
|
276682
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
276683
|
+
"name": "ActionProps"
|
|
276684
|
+
},
|
|
276685
|
+
"declarations": [
|
|
276686
|
+
{
|
|
276687
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
276688
|
+
"name": "ActionProps"
|
|
276689
|
+
}
|
|
276690
|
+
],
|
|
276691
|
+
"required": false,
|
|
276692
|
+
"type": {
|
|
276693
|
+
"name": "boolean"
|
|
276694
|
+
}
|
|
276695
|
+
},
|
|
276696
|
+
"children": {
|
|
276697
|
+
"defaultValue": null,
|
|
276698
|
+
"description": "",
|
|
276699
|
+
"name": "children",
|
|
276700
|
+
"declarations": [
|
|
276701
|
+
{
|
|
276702
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276703
|
+
"name": "TypeLiteral"
|
|
276704
|
+
}
|
|
276705
|
+
],
|
|
276706
|
+
"required": false,
|
|
276707
|
+
"type": {
|
|
276708
|
+
"name": "ReactNode"
|
|
276709
|
+
}
|
|
276710
|
+
}
|
|
276711
|
+
}
|
|
276712
|
+
},
|
|
276713
|
+
{
|
|
276714
|
+
"tags": {},
|
|
276715
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276716
|
+
"description": "",
|
|
276717
|
+
"displayName": "FormAction",
|
|
276718
|
+
"methods": [],
|
|
276719
|
+
"props": {
|
|
276720
|
+
"reset": {
|
|
276721
|
+
"defaultValue": null,
|
|
276722
|
+
"description": "",
|
|
276723
|
+
"name": "reset",
|
|
276724
|
+
"parent": {
|
|
276725
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276726
|
+
"name": "FormActionProps"
|
|
276727
|
+
},
|
|
276728
|
+
"declarations": [
|
|
276729
|
+
{
|
|
276730
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276731
|
+
"name": "FormActionProps"
|
|
276732
|
+
}
|
|
276733
|
+
],
|
|
276734
|
+
"required": false,
|
|
276735
|
+
"type": {
|
|
276736
|
+
"name": "boolean"
|
|
276737
|
+
}
|
|
276738
|
+
},
|
|
276739
|
+
"submit": {
|
|
276740
|
+
"defaultValue": null,
|
|
276741
|
+
"description": "",
|
|
276742
|
+
"name": "submit",
|
|
276743
|
+
"parent": {
|
|
276744
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276745
|
+
"name": "FormActionProps"
|
|
276746
|
+
},
|
|
276747
|
+
"declarations": [
|
|
276748
|
+
{
|
|
276749
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276750
|
+
"name": "FormActionProps"
|
|
276751
|
+
}
|
|
276752
|
+
],
|
|
276753
|
+
"required": false,
|
|
276754
|
+
"type": {
|
|
276755
|
+
"name": "boolean"
|
|
276756
|
+
}
|
|
276757
|
+
},
|
|
276758
|
+
"children": {
|
|
276759
|
+
"defaultValue": null,
|
|
276760
|
+
"description": "",
|
|
276761
|
+
"name": "children",
|
|
276762
|
+
"declarations": [
|
|
276763
|
+
{
|
|
276764
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276765
|
+
"name": "TypeLiteral"
|
|
276766
|
+
}
|
|
276767
|
+
],
|
|
276768
|
+
"required": false,
|
|
276769
|
+
"type": {
|
|
276770
|
+
"name": "ReactNode"
|
|
276771
|
+
}
|
|
276772
|
+
},
|
|
276773
|
+
"showFeedback": {
|
|
276774
|
+
"defaultValue": null,
|
|
276775
|
+
"description": "",
|
|
276776
|
+
"name": "showFeedback",
|
|
276777
|
+
"parent": {
|
|
276778
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
276779
|
+
"name": "ActionProps"
|
|
276780
|
+
},
|
|
276781
|
+
"declarations": [
|
|
276782
|
+
{
|
|
276783
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
276784
|
+
"name": "ActionProps"
|
|
276785
|
+
}
|
|
276786
|
+
],
|
|
276787
|
+
"required": false,
|
|
276788
|
+
"type": {
|
|
276789
|
+
"name": "boolean"
|
|
276790
|
+
}
|
|
276791
|
+
}
|
|
276792
|
+
}
|
|
276793
|
+
},
|
|
276794
276794
|
{
|
|
276795
276795
|
"tags": {
|
|
276796
276796
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -276817,6 +276817,30 @@
|
|
|
276817
276817
|
}
|
|
276818
276818
|
}
|
|
276819
276819
|
},
|
|
276820
|
+
{
|
|
276821
|
+
"tags": {},
|
|
276822
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
276823
|
+
"description": "",
|
|
276824
|
+
"displayName": "RouterProvider",
|
|
276825
|
+
"methods": [],
|
|
276826
|
+
"props": {
|
|
276827
|
+
"children": {
|
|
276828
|
+
"defaultValue": null,
|
|
276829
|
+
"description": "",
|
|
276830
|
+
"name": "children",
|
|
276831
|
+
"declarations": [
|
|
276832
|
+
{
|
|
276833
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276834
|
+
"name": "TypeLiteral"
|
|
276835
|
+
}
|
|
276836
|
+
],
|
|
276837
|
+
"required": false,
|
|
276838
|
+
"type": {
|
|
276839
|
+
"name": "ReactNode"
|
|
276840
|
+
}
|
|
276841
|
+
}
|
|
276842
|
+
}
|
|
276843
|
+
},
|
|
276820
276844
|
{
|
|
276821
276845
|
"tags": {
|
|
276822
276846
|
"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"
|
|
@@ -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,
|
|
@@ -301385,34 +301385,6 @@
|
|
|
301385
301385
|
}
|
|
301386
301386
|
}
|
|
301387
301387
|
},
|
|
301388
|
-
{
|
|
301389
|
-
"tags": {},
|
|
301390
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
301391
|
-
"description": "",
|
|
301392
|
-
"displayName": "PopoverTip",
|
|
301393
|
-
"methods": [],
|
|
301394
|
-
"props": {
|
|
301395
|
-
"className": {
|
|
301396
|
-
"defaultValue": null,
|
|
301397
|
-
"description": "The elements class name.",
|
|
301398
|
-
"name": "className",
|
|
301399
|
-
"parent": {
|
|
301400
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301401
|
-
"name": "PropsWithClassName"
|
|
301402
|
-
},
|
|
301403
|
-
"declarations": [
|
|
301404
|
-
{
|
|
301405
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301406
|
-
"name": "PropsWithClassName"
|
|
301407
|
-
}
|
|
301408
|
-
],
|
|
301409
|
-
"required": false,
|
|
301410
|
-
"type": {
|
|
301411
|
-
"name": "string"
|
|
301412
|
-
}
|
|
301413
|
-
}
|
|
301414
|
-
}
|
|
301415
|
-
},
|
|
301416
301388
|
{
|
|
301417
301389
|
"tags": {
|
|
301418
301390
|
"flr-generate": "all"
|
|
@@ -301591,6 +301563,34 @@
|
|
|
301591
301563
|
}
|
|
301592
301564
|
}
|
|
301593
301565
|
},
|
|
301566
|
+
{
|
|
301567
|
+
"tags": {},
|
|
301568
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
301569
|
+
"description": "",
|
|
301570
|
+
"displayName": "PopoverTip",
|
|
301571
|
+
"methods": [],
|
|
301572
|
+
"props": {
|
|
301573
|
+
"className": {
|
|
301574
|
+
"defaultValue": null,
|
|
301575
|
+
"description": "The elements class name.",
|
|
301576
|
+
"name": "className",
|
|
301577
|
+
"parent": {
|
|
301578
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301579
|
+
"name": "PropsWithClassName"
|
|
301580
|
+
},
|
|
301581
|
+
"declarations": [
|
|
301582
|
+
{
|
|
301583
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301584
|
+
"name": "PropsWithClassName"
|
|
301585
|
+
}
|
|
301586
|
+
],
|
|
301587
|
+
"required": false,
|
|
301588
|
+
"type": {
|
|
301589
|
+
"name": "string"
|
|
301590
|
+
}
|
|
301591
|
+
}
|
|
301592
|
+
}
|
|
301593
|
+
},
|
|
301594
301594
|
{
|
|
301595
301595
|
"tags": {
|
|
301596
301596
|
"internal": ""
|
|
@@ -301641,71 +301641,67 @@
|
|
|
301641
301641
|
}
|
|
301642
301642
|
},
|
|
301643
301643
|
{
|
|
301644
|
-
"tags": {
|
|
301645
|
-
|
|
301646
|
-
},
|
|
301647
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301644
|
+
"tags": {},
|
|
301645
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301648
301646
|
"description": "",
|
|
301649
|
-
"displayName": "
|
|
301647
|
+
"displayName": "ValidationResultButton",
|
|
301650
301648
|
"methods": [],
|
|
301651
301649
|
"props": {
|
|
301652
|
-
"
|
|
301653
|
-
"defaultValue":
|
|
301654
|
-
"value": "false"
|
|
301655
|
-
},
|
|
301650
|
+
"policyValidationResult": {
|
|
301651
|
+
"defaultValue": null,
|
|
301656
301652
|
"description": "",
|
|
301657
|
-
"name": "
|
|
301653
|
+
"name": "policyValidationResult",
|
|
301658
301654
|
"parent": {
|
|
301659
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301655
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301660
301656
|
"name": "Props"
|
|
301661
301657
|
},
|
|
301662
301658
|
"declarations": [
|
|
301663
301659
|
{
|
|
301664
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301660
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301665
301661
|
"name": "Props"
|
|
301666
301662
|
}
|
|
301667
301663
|
],
|
|
301668
301664
|
"required": false,
|
|
301669
301665
|
"type": {
|
|
301670
|
-
"name": "
|
|
301666
|
+
"name": "ResolvedPolicyValidationResult"
|
|
301671
301667
|
}
|
|
301672
301668
|
},
|
|
301673
|
-
"
|
|
301669
|
+
"isDisabled": {
|
|
301674
301670
|
"defaultValue": null,
|
|
301675
301671
|
"description": "",
|
|
301676
|
-
"name": "
|
|
301672
|
+
"name": "isDisabled",
|
|
301677
301673
|
"parent": {
|
|
301678
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301674
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301679
301675
|
"name": "Props"
|
|
301680
301676
|
},
|
|
301681
301677
|
"declarations": [
|
|
301682
301678
|
{
|
|
301683
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301679
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301684
301680
|
"name": "Props"
|
|
301685
301681
|
}
|
|
301686
301682
|
],
|
|
301687
|
-
"required":
|
|
301683
|
+
"required": false,
|
|
301688
301684
|
"type": {
|
|
301689
301685
|
"name": "boolean"
|
|
301690
301686
|
}
|
|
301691
301687
|
},
|
|
301692
|
-
"
|
|
301688
|
+
"isEmptyValue": {
|
|
301693
301689
|
"defaultValue": null,
|
|
301694
301690
|
"description": "",
|
|
301695
|
-
"name": "
|
|
301691
|
+
"name": "isEmptyValue",
|
|
301696
301692
|
"parent": {
|
|
301697
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301693
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301698
301694
|
"name": "Props"
|
|
301699
301695
|
},
|
|
301700
301696
|
"declarations": [
|
|
301701
301697
|
{
|
|
301702
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301698
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301703
301699
|
"name": "Props"
|
|
301704
301700
|
}
|
|
301705
301701
|
],
|
|
301706
301702
|
"required": true,
|
|
301707
301703
|
"type": {
|
|
301708
|
-
"name": "
|
|
301704
|
+
"name": "boolean"
|
|
301709
301705
|
}
|
|
301710
301706
|
},
|
|
301711
301707
|
"className": {
|
|
@@ -301730,67 +301726,71 @@
|
|
|
301730
301726
|
}
|
|
301731
301727
|
},
|
|
301732
301728
|
{
|
|
301733
|
-
"tags": {
|
|
301734
|
-
|
|
301729
|
+
"tags": {
|
|
301730
|
+
"internal": ""
|
|
301731
|
+
},
|
|
301732
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301735
301733
|
"description": "",
|
|
301736
|
-
"displayName": "
|
|
301734
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
301737
301735
|
"methods": [],
|
|
301738
301736
|
"props": {
|
|
301739
|
-
"
|
|
301740
|
-
"defaultValue":
|
|
301737
|
+
"isDisabled": {
|
|
301738
|
+
"defaultValue": {
|
|
301739
|
+
"value": "false"
|
|
301740
|
+
},
|
|
301741
301741
|
"description": "",
|
|
301742
|
-
"name": "
|
|
301742
|
+
"name": "isDisabled",
|
|
301743
301743
|
"parent": {
|
|
301744
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301744
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301745
301745
|
"name": "Props"
|
|
301746
301746
|
},
|
|
301747
301747
|
"declarations": [
|
|
301748
301748
|
{
|
|
301749
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301749
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301750
301750
|
"name": "Props"
|
|
301751
301751
|
}
|
|
301752
301752
|
],
|
|
301753
301753
|
"required": false,
|
|
301754
301754
|
"type": {
|
|
301755
|
-
"name": "
|
|
301755
|
+
"name": "boolean"
|
|
301756
301756
|
}
|
|
301757
301757
|
},
|
|
301758
|
-
"
|
|
301758
|
+
"isVisible": {
|
|
301759
301759
|
"defaultValue": null,
|
|
301760
301760
|
"description": "",
|
|
301761
|
-
"name": "
|
|
301761
|
+
"name": "isVisible",
|
|
301762
301762
|
"parent": {
|
|
301763
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301763
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301764
301764
|
"name": "Props"
|
|
301765
301765
|
},
|
|
301766
301766
|
"declarations": [
|
|
301767
301767
|
{
|
|
301768
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301768
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301769
301769
|
"name": "Props"
|
|
301770
301770
|
}
|
|
301771
301771
|
],
|
|
301772
|
-
"required":
|
|
301772
|
+
"required": true,
|
|
301773
301773
|
"type": {
|
|
301774
301774
|
"name": "boolean"
|
|
301775
301775
|
}
|
|
301776
301776
|
},
|
|
301777
|
-
"
|
|
301777
|
+
"onPress": {
|
|
301778
301778
|
"defaultValue": null,
|
|
301779
301779
|
"description": "",
|
|
301780
|
-
"name": "
|
|
301780
|
+
"name": "onPress",
|
|
301781
301781
|
"parent": {
|
|
301782
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301782
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301783
301783
|
"name": "Props"
|
|
301784
301784
|
},
|
|
301785
301785
|
"declarations": [
|
|
301786
301786
|
{
|
|
301787
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301787
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301788
301788
|
"name": "Props"
|
|
301789
301789
|
}
|
|
301790
301790
|
],
|
|
301791
301791
|
"required": true,
|
|
301792
301792
|
"type": {
|
|
301793
|
-
"name": "
|
|
301793
|
+
"name": "ActionFn"
|
|
301794
301794
|
}
|
|
301795
301795
|
},
|
|
301796
301796
|
"className": {
|
|
@@ -310901,6 +310901,146 @@
|
|
|
310901
310901
|
}
|
|
310902
310902
|
}
|
|
310903
310903
|
},
|
|
310904
|
+
{
|
|
310905
|
+
"tags": {
|
|
310906
|
+
"flr-generate": "all"
|
|
310907
|
+
},
|
|
310908
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
310909
|
+
"description": "",
|
|
310910
|
+
"displayName": "ContextualHelpTrigger",
|
|
310911
|
+
"methods": [],
|
|
310912
|
+
"props": {
|
|
310913
|
+
"isDefaultOpen": {
|
|
310914
|
+
"defaultValue": null,
|
|
310915
|
+
"description": "Whether the overlay should be open initially.",
|
|
310916
|
+
"name": "isDefaultOpen",
|
|
310917
|
+
"parent": {
|
|
310918
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
310919
|
+
"name": "OverlayTriggerProps"
|
|
310920
|
+
},
|
|
310921
|
+
"declarations": [
|
|
310922
|
+
{
|
|
310923
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
310924
|
+
"name": "OverlayTriggerProps"
|
|
310925
|
+
}
|
|
310926
|
+
],
|
|
310927
|
+
"required": false,
|
|
310928
|
+
"type": {
|
|
310929
|
+
"name": "boolean"
|
|
310930
|
+
}
|
|
310931
|
+
},
|
|
310932
|
+
"controller": {
|
|
310933
|
+
"defaultValue": null,
|
|
310934
|
+
"description": "A controller to control the state of the overlay.",
|
|
310935
|
+
"name": "controller",
|
|
310936
|
+
"parent": {
|
|
310937
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
310938
|
+
"name": "OverlayTriggerProps"
|
|
310939
|
+
},
|
|
310940
|
+
"declarations": [
|
|
310941
|
+
{
|
|
310942
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
310943
|
+
"name": "OverlayTriggerProps"
|
|
310944
|
+
}
|
|
310945
|
+
],
|
|
310946
|
+
"required": false,
|
|
310947
|
+
"type": {
|
|
310948
|
+
"name": "OverlayController"
|
|
310949
|
+
}
|
|
310950
|
+
},
|
|
310951
|
+
"wrapWith": {
|
|
310952
|
+
"defaultValue": null,
|
|
310953
|
+
"description": "",
|
|
310954
|
+
"name": "wrapWith",
|
|
310955
|
+
"parent": {
|
|
310956
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
310957
|
+
"name": "FlowComponentProps"
|
|
310958
|
+
},
|
|
310959
|
+
"declarations": [
|
|
310960
|
+
{
|
|
310961
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
310962
|
+
"name": "FlowComponentProps"
|
|
310963
|
+
}
|
|
310964
|
+
],
|
|
310965
|
+
"required": false,
|
|
310966
|
+
"type": {
|
|
310967
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
310968
|
+
}
|
|
310969
|
+
},
|
|
310970
|
+
"tunnelId": {
|
|
310971
|
+
"defaultValue": null,
|
|
310972
|
+
"description": "@internal",
|
|
310973
|
+
"name": "tunnelId",
|
|
310974
|
+
"parent": {
|
|
310975
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
310976
|
+
"name": "PropsWithTunnel"
|
|
310977
|
+
},
|
|
310978
|
+
"declarations": [
|
|
310979
|
+
{
|
|
310980
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
310981
|
+
"name": "PropsWithTunnel"
|
|
310982
|
+
}
|
|
310983
|
+
],
|
|
310984
|
+
"required": false,
|
|
310985
|
+
"type": {
|
|
310986
|
+
"name": "string | null"
|
|
310987
|
+
}
|
|
310988
|
+
},
|
|
310989
|
+
"ref": {
|
|
310990
|
+
"defaultValue": null,
|
|
310991
|
+
"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}",
|
|
310992
|
+
"name": "ref",
|
|
310993
|
+
"parent": {
|
|
310994
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
310995
|
+
"name": "RefAttributes"
|
|
310996
|
+
},
|
|
310997
|
+
"declarations": [
|
|
310998
|
+
{
|
|
310999
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311000
|
+
"name": "RefAttributes"
|
|
311001
|
+
}
|
|
311002
|
+
],
|
|
311003
|
+
"required": false,
|
|
311004
|
+
"type": {
|
|
311005
|
+
"name": "Ref<HTMLSpanElement>"
|
|
311006
|
+
}
|
|
311007
|
+
},
|
|
311008
|
+
"key": {
|
|
311009
|
+
"defaultValue": null,
|
|
311010
|
+
"description": "",
|
|
311011
|
+
"name": "key",
|
|
311012
|
+
"parent": {
|
|
311013
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311014
|
+
"name": "Attributes"
|
|
311015
|
+
},
|
|
311016
|
+
"declarations": [
|
|
311017
|
+
{
|
|
311018
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311019
|
+
"name": "Attributes"
|
|
311020
|
+
}
|
|
311021
|
+
],
|
|
311022
|
+
"required": false,
|
|
311023
|
+
"type": {
|
|
311024
|
+
"name": "Key | null"
|
|
311025
|
+
}
|
|
311026
|
+
},
|
|
311027
|
+
"children": {
|
|
311028
|
+
"defaultValue": null,
|
|
311029
|
+
"description": "",
|
|
311030
|
+
"name": "children",
|
|
311031
|
+
"declarations": [
|
|
311032
|
+
{
|
|
311033
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311034
|
+
"name": "TypeLiteral"
|
|
311035
|
+
}
|
|
311036
|
+
],
|
|
311037
|
+
"required": false,
|
|
311038
|
+
"type": {
|
|
311039
|
+
"name": "ReactNode"
|
|
311040
|
+
}
|
|
311041
|
+
}
|
|
311042
|
+
}
|
|
311043
|
+
},
|
|
310904
311044
|
{
|
|
310905
311045
|
"tags": {
|
|
310906
311046
|
"flr-generate": "all"
|
|
@@ -312997,146 +313137,6 @@
|
|
|
312997
313137
|
}
|
|
312998
313138
|
}
|
|
312999
313139
|
},
|
|
313000
|
-
{
|
|
313001
|
-
"tags": {
|
|
313002
|
-
"flr-generate": "all"
|
|
313003
|
-
},
|
|
313004
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
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
313140
|
{
|
|
313141
313141
|
"tags": {
|
|
313142
313142
|
"flr-generate": "all"
|
|
@@ -313376,264 +313376,6 @@
|
|
|
313376
313376
|
}
|
|
313377
313377
|
}
|
|
313378
313378
|
},
|
|
313379
|
-
{
|
|
313380
|
-
"tags": {
|
|
313381
|
-
"flr-generate": "all"
|
|
313382
|
-
},
|
|
313383
|
-
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
313384
|
-
"description": "",
|
|
313385
|
-
"displayName": "XAxis",
|
|
313386
|
-
"methods": [],
|
|
313387
|
-
"props": {
|
|
313388
|
-
"className": {
|
|
313389
|
-
"defaultValue": null,
|
|
313390
|
-
"description": "",
|
|
313391
|
-
"name": "className",
|
|
313392
|
-
"parent": {
|
|
313393
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313394
|
-
"name": "HTMLAttributes"
|
|
313395
|
-
},
|
|
313396
|
-
"declarations": [
|
|
313397
|
-
{
|
|
313398
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313399
|
-
"name": "HTMLAttributes"
|
|
313400
|
-
}
|
|
313401
|
-
],
|
|
313402
|
-
"required": false,
|
|
313403
|
-
"type": {
|
|
313404
|
-
"name": "string"
|
|
313405
|
-
}
|
|
313406
|
-
},
|
|
313407
|
-
"type": {
|
|
313408
|
-
"defaultValue": null,
|
|
313409
|
-
"description": "",
|
|
313410
|
-
"name": "type",
|
|
313411
|
-
"parent": {
|
|
313412
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313413
|
-
"name": "SVGAttributes"
|
|
313414
|
-
},
|
|
313415
|
-
"declarations": [
|
|
313416
|
-
{
|
|
313417
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313418
|
-
"name": "SVGAttributes"
|
|
313419
|
-
}
|
|
313420
|
-
],
|
|
313421
|
-
"required": false,
|
|
313422
|
-
"type": {
|
|
313423
|
-
"name": "string"
|
|
313424
|
-
}
|
|
313425
|
-
},
|
|
313426
|
-
"hide": {
|
|
313427
|
-
"defaultValue": null,
|
|
313428
|
-
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
313429
|
-
"name": "hide",
|
|
313430
|
-
"parent": {
|
|
313431
|
-
"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",
|
|
313432
|
-
"name": "RenderableAxisProps"
|
|
313433
|
-
},
|
|
313434
|
-
"declarations": [
|
|
313435
|
-
{
|
|
313436
|
-
"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",
|
|
313437
|
-
"name": "RenderableAxisProps"
|
|
313438
|
-
}
|
|
313439
|
-
],
|
|
313440
|
-
"required": false,
|
|
313441
|
-
"type": {
|
|
313442
|
-
"name": "boolean"
|
|
313443
|
-
}
|
|
313444
|
-
},
|
|
313445
|
-
"orientation": {
|
|
313446
|
-
"defaultValue": null,
|
|
313447
|
-
"description": "",
|
|
313448
|
-
"name": "orientation",
|
|
313449
|
-
"parent": {
|
|
313450
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313451
|
-
"name": "SVGAttributes"
|
|
313452
|
-
},
|
|
313453
|
-
"declarations": [
|
|
313454
|
-
{
|
|
313455
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313456
|
-
"name": "SVGAttributes"
|
|
313457
|
-
}
|
|
313458
|
-
],
|
|
313459
|
-
"required": false,
|
|
313460
|
-
"type": {
|
|
313461
|
-
"name": "string | number"
|
|
313462
|
-
}
|
|
313463
|
-
},
|
|
313464
|
-
"scale": {
|
|
313465
|
-
"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 <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
313467
|
-
"name": "scale",
|
|
313468
|
-
"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/XAxis.d.ts",
|
|
313470
|
-
"name": "XAxisProps"
|
|
313471
|
-
},
|
|
313472
|
-
"declarations": [
|
|
313473
|
-
{
|
|
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/XAxis.d.ts",
|
|
313475
|
-
"name": "XAxisProps"
|
|
313476
|
-
}
|
|
313477
|
-
],
|
|
313478
|
-
"required": false,
|
|
313479
|
-
"type": {
|
|
313480
|
-
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
313481
|
-
}
|
|
313482
|
-
},
|
|
313483
|
-
"dataKey": {
|
|
313484
|
-
"defaultValue": null,
|
|
313485
|
-
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
313486
|
-
"name": "dataKey",
|
|
313487
|
-
"parent": {
|
|
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/util/types.d.ts",
|
|
313489
|
-
"name": "BaseAxisProps"
|
|
313490
|
-
},
|
|
313491
|
-
"declarations": [
|
|
313492
|
-
{
|
|
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/util/types.d.ts",
|
|
313494
|
-
"name": "BaseAxisProps"
|
|
313495
|
-
}
|
|
313496
|
-
],
|
|
313497
|
-
"required": false,
|
|
313498
|
-
"type": {
|
|
313499
|
-
"name": "DataKey<any>"
|
|
313500
|
-
}
|
|
313501
|
-
},
|
|
313502
|
-
"allowDecimals": {
|
|
313503
|
-
"defaultValue": null,
|
|
313504
|
-
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
313505
|
-
"name": "allowDecimals",
|
|
313506
|
-
"parent": {
|
|
313507
|
-
"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",
|
|
313508
|
-
"name": "RenderableAxisProps"
|
|
313509
|
-
},
|
|
313510
|
-
"declarations": [
|
|
313511
|
-
{
|
|
313512
|
-
"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",
|
|
313513
|
-
"name": "RenderableAxisProps"
|
|
313514
|
-
}
|
|
313515
|
-
],
|
|
313516
|
-
"required": false,
|
|
313517
|
-
"type": {
|
|
313518
|
-
"name": "boolean"
|
|
313519
|
-
}
|
|
313520
|
-
},
|
|
313521
|
-
"interval": {
|
|
313522
|
-
"defaultValue": null,
|
|
313523
|
-
"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",
|
|
313524
|
-
"name": "interval",
|
|
313525
|
-
"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/XAxis.d.ts",
|
|
313527
|
-
"name": "XAxisProps"
|
|
313528
|
-
},
|
|
313529
|
-
"declarations": [
|
|
313530
|
-
{
|
|
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/XAxis.d.ts",
|
|
313532
|
-
"name": "XAxisProps"
|
|
313533
|
-
}
|
|
313534
|
-
],
|
|
313535
|
-
"required": false,
|
|
313536
|
-
"type": {
|
|
313537
|
-
"name": "AxisInterval"
|
|
313538
|
-
}
|
|
313539
|
-
},
|
|
313540
|
-
"minTickGap": {
|
|
313541
|
-
"defaultValue": null,
|
|
313542
|
-
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313543
|
-
"name": "minTickGap",
|
|
313544
|
-
"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/XAxis.d.ts",
|
|
313546
|
-
"name": "XAxisProps"
|
|
313547
|
-
},
|
|
313548
|
-
"declarations": [
|
|
313549
|
-
{
|
|
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/XAxis.d.ts",
|
|
313551
|
-
"name": "XAxisProps"
|
|
313552
|
-
}
|
|
313553
|
-
],
|
|
313554
|
-
"required": false,
|
|
313555
|
-
"type": {
|
|
313556
|
-
"name": "number"
|
|
313557
|
-
}
|
|
313558
|
-
},
|
|
313559
|
-
"domain": {
|
|
313560
|
-
"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 <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 />",
|
|
313562
|
-
"name": "domain",
|
|
313563
|
-
"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/XAxis.d.ts",
|
|
313565
|
-
"name": "XAxisProps"
|
|
313566
|
-
},
|
|
313567
|
-
"declarations": [
|
|
313568
|
-
{
|
|
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/XAxis.d.ts",
|
|
313570
|
-
"name": "XAxisProps"
|
|
313571
|
-
}
|
|
313572
|
-
],
|
|
313573
|
-
"required": false,
|
|
313574
|
-
"type": {
|
|
313575
|
-
"name": "AxisDomain"
|
|
313576
|
-
}
|
|
313577
|
-
},
|
|
313578
|
-
"unit": {
|
|
313579
|
-
"defaultValue": null,
|
|
313580
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
313581
|
-
"name": "unit",
|
|
313582
|
-
"parent": {
|
|
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/util/types.d.ts",
|
|
313584
|
-
"name": "BaseAxisProps"
|
|
313585
|
-
},
|
|
313586
|
-
"declarations": [
|
|
313587
|
-
{
|
|
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/util/types.d.ts",
|
|
313589
|
-
"name": "BaseAxisProps"
|
|
313590
|
-
}
|
|
313591
|
-
],
|
|
313592
|
-
"required": false,
|
|
313593
|
-
"type": {
|
|
313594
|
-
"name": "string"
|
|
313595
|
-
}
|
|
313596
|
-
},
|
|
313597
|
-
"tickFormatter": {
|
|
313598
|
-
"defaultValue": null,
|
|
313599
|
-
"description": "The formatter function of tick.",
|
|
313600
|
-
"name": "tickFormatter",
|
|
313601
|
-
"parent": {
|
|
313602
|
-
"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",
|
|
313603
|
-
"name": "RenderableAxisProps"
|
|
313604
|
-
},
|
|
313605
|
-
"declarations": [
|
|
313606
|
-
{
|
|
313607
|
-
"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",
|
|
313608
|
-
"name": "RenderableAxisProps"
|
|
313609
|
-
}
|
|
313610
|
-
],
|
|
313611
|
-
"required": false,
|
|
313612
|
-
"type": {
|
|
313613
|
-
"name": "((value: any, index: number) => string)"
|
|
313614
|
-
}
|
|
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
|
-
}
|
|
313635
|
-
}
|
|
313636
|
-
},
|
|
313637
313379
|
{
|
|
313638
313380
|
"tags": {
|
|
313639
313381
|
"flr-generate": "all"
|
|
@@ -313803,6 +313545,264 @@
|
|
|
313803
313545
|
}
|
|
313804
313546
|
}
|
|
313805
313547
|
},
|
|
313548
|
+
{
|
|
313549
|
+
"tags": {
|
|
313550
|
+
"flr-generate": "all"
|
|
313551
|
+
},
|
|
313552
|
+
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
313553
|
+
"description": "",
|
|
313554
|
+
"displayName": "XAxis",
|
|
313555
|
+
"methods": [],
|
|
313556
|
+
"props": {
|
|
313557
|
+
"className": {
|
|
313558
|
+
"defaultValue": null,
|
|
313559
|
+
"description": "",
|
|
313560
|
+
"name": "className",
|
|
313561
|
+
"parent": {
|
|
313562
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313563
|
+
"name": "HTMLAttributes"
|
|
313564
|
+
},
|
|
313565
|
+
"declarations": [
|
|
313566
|
+
{
|
|
313567
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313568
|
+
"name": "HTMLAttributes"
|
|
313569
|
+
}
|
|
313570
|
+
],
|
|
313571
|
+
"required": false,
|
|
313572
|
+
"type": {
|
|
313573
|
+
"name": "string"
|
|
313574
|
+
}
|
|
313575
|
+
},
|
|
313576
|
+
"type": {
|
|
313577
|
+
"defaultValue": null,
|
|
313578
|
+
"description": "",
|
|
313579
|
+
"name": "type",
|
|
313580
|
+
"parent": {
|
|
313581
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313582
|
+
"name": "SVGAttributes"
|
|
313583
|
+
},
|
|
313584
|
+
"declarations": [
|
|
313585
|
+
{
|
|
313586
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313587
|
+
"name": "SVGAttributes"
|
|
313588
|
+
}
|
|
313589
|
+
],
|
|
313590
|
+
"required": false,
|
|
313591
|
+
"type": {
|
|
313592
|
+
"name": "string"
|
|
313593
|
+
}
|
|
313594
|
+
},
|
|
313595
|
+
"hide": {
|
|
313596
|
+
"defaultValue": null,
|
|
313597
|
+
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
313598
|
+
"name": "hide",
|
|
313599
|
+
"parent": {
|
|
313600
|
+
"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",
|
|
313601
|
+
"name": "RenderableAxisProps"
|
|
313602
|
+
},
|
|
313603
|
+
"declarations": [
|
|
313604
|
+
{
|
|
313605
|
+
"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",
|
|
313606
|
+
"name": "RenderableAxisProps"
|
|
313607
|
+
}
|
|
313608
|
+
],
|
|
313609
|
+
"required": false,
|
|
313610
|
+
"type": {
|
|
313611
|
+
"name": "boolean"
|
|
313612
|
+
}
|
|
313613
|
+
},
|
|
313614
|
+
"orientation": {
|
|
313615
|
+
"defaultValue": null,
|
|
313616
|
+
"description": "",
|
|
313617
|
+
"name": "orientation",
|
|
313618
|
+
"parent": {
|
|
313619
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313620
|
+
"name": "SVGAttributes"
|
|
313621
|
+
},
|
|
313622
|
+
"declarations": [
|
|
313623
|
+
{
|
|
313624
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313625
|
+
"name": "SVGAttributes"
|
|
313626
|
+
}
|
|
313627
|
+
],
|
|
313628
|
+
"required": false,
|
|
313629
|
+
"type": {
|
|
313630
|
+
"name": "string | number"
|
|
313631
|
+
}
|
|
313632
|
+
},
|
|
313633
|
+
"scale": {
|
|
313634
|
+
"defaultValue": null,
|
|
313635
|
+
"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} />",
|
|
313636
|
+
"name": "scale",
|
|
313637
|
+
"parent": {
|
|
313638
|
+
"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",
|
|
313639
|
+
"name": "XAxisProps"
|
|
313640
|
+
},
|
|
313641
|
+
"declarations": [
|
|
313642
|
+
{
|
|
313643
|
+
"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",
|
|
313644
|
+
"name": "XAxisProps"
|
|
313645
|
+
}
|
|
313646
|
+
],
|
|
313647
|
+
"required": false,
|
|
313648
|
+
"type": {
|
|
313649
|
+
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
313650
|
+
}
|
|
313651
|
+
},
|
|
313652
|
+
"dataKey": {
|
|
313653
|
+
"defaultValue": null,
|
|
313654
|
+
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
313655
|
+
"name": "dataKey",
|
|
313656
|
+
"parent": {
|
|
313657
|
+
"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",
|
|
313658
|
+
"name": "BaseAxisProps"
|
|
313659
|
+
},
|
|
313660
|
+
"declarations": [
|
|
313661
|
+
{
|
|
313662
|
+
"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",
|
|
313663
|
+
"name": "BaseAxisProps"
|
|
313664
|
+
}
|
|
313665
|
+
],
|
|
313666
|
+
"required": false,
|
|
313667
|
+
"type": {
|
|
313668
|
+
"name": "DataKey<any>"
|
|
313669
|
+
}
|
|
313670
|
+
},
|
|
313671
|
+
"allowDecimals": {
|
|
313672
|
+
"defaultValue": null,
|
|
313673
|
+
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
313674
|
+
"name": "allowDecimals",
|
|
313675
|
+
"parent": {
|
|
313676
|
+
"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",
|
|
313677
|
+
"name": "RenderableAxisProps"
|
|
313678
|
+
},
|
|
313679
|
+
"declarations": [
|
|
313680
|
+
{
|
|
313681
|
+
"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",
|
|
313682
|
+
"name": "RenderableAxisProps"
|
|
313683
|
+
}
|
|
313684
|
+
],
|
|
313685
|
+
"required": false,
|
|
313686
|
+
"type": {
|
|
313687
|
+
"name": "boolean"
|
|
313688
|
+
}
|
|
313689
|
+
},
|
|
313690
|
+
"interval": {
|
|
313691
|
+
"defaultValue": null,
|
|
313692
|
+
"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",
|
|
313693
|
+
"name": "interval",
|
|
313694
|
+
"parent": {
|
|
313695
|
+
"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",
|
|
313696
|
+
"name": "XAxisProps"
|
|
313697
|
+
},
|
|
313698
|
+
"declarations": [
|
|
313699
|
+
{
|
|
313700
|
+
"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",
|
|
313701
|
+
"name": "XAxisProps"
|
|
313702
|
+
}
|
|
313703
|
+
],
|
|
313704
|
+
"required": false,
|
|
313705
|
+
"type": {
|
|
313706
|
+
"name": "AxisInterval"
|
|
313707
|
+
}
|
|
313708
|
+
},
|
|
313709
|
+
"minTickGap": {
|
|
313710
|
+
"defaultValue": null,
|
|
313711
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313712
|
+
"name": "minTickGap",
|
|
313713
|
+
"parent": {
|
|
313714
|
+
"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",
|
|
313715
|
+
"name": "XAxisProps"
|
|
313716
|
+
},
|
|
313717
|
+
"declarations": [
|
|
313718
|
+
{
|
|
313719
|
+
"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",
|
|
313720
|
+
"name": "XAxisProps"
|
|
313721
|
+
}
|
|
313722
|
+
],
|
|
313723
|
+
"required": false,
|
|
313724
|
+
"type": {
|
|
313725
|
+
"name": "number"
|
|
313726
|
+
}
|
|
313727
|
+
},
|
|
313728
|
+
"domain": {
|
|
313729
|
+
"defaultValue": null,
|
|
313730
|
+
"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 />",
|
|
313731
|
+
"name": "domain",
|
|
313732
|
+
"parent": {
|
|
313733
|
+
"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",
|
|
313734
|
+
"name": "XAxisProps"
|
|
313735
|
+
},
|
|
313736
|
+
"declarations": [
|
|
313737
|
+
{
|
|
313738
|
+
"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",
|
|
313739
|
+
"name": "XAxisProps"
|
|
313740
|
+
}
|
|
313741
|
+
],
|
|
313742
|
+
"required": false,
|
|
313743
|
+
"type": {
|
|
313744
|
+
"name": "AxisDomain"
|
|
313745
|
+
}
|
|
313746
|
+
},
|
|
313747
|
+
"unit": {
|
|
313748
|
+
"defaultValue": null,
|
|
313749
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
313750
|
+
"name": "unit",
|
|
313751
|
+
"parent": {
|
|
313752
|
+
"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",
|
|
313753
|
+
"name": "BaseAxisProps"
|
|
313754
|
+
},
|
|
313755
|
+
"declarations": [
|
|
313756
|
+
{
|
|
313757
|
+
"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",
|
|
313758
|
+
"name": "BaseAxisProps"
|
|
313759
|
+
}
|
|
313760
|
+
],
|
|
313761
|
+
"required": false,
|
|
313762
|
+
"type": {
|
|
313763
|
+
"name": "string"
|
|
313764
|
+
}
|
|
313765
|
+
},
|
|
313766
|
+
"tickFormatter": {
|
|
313767
|
+
"defaultValue": null,
|
|
313768
|
+
"description": "The formatter function of tick.",
|
|
313769
|
+
"name": "tickFormatter",
|
|
313770
|
+
"parent": {
|
|
313771
|
+
"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",
|
|
313772
|
+
"name": "RenderableAxisProps"
|
|
313773
|
+
},
|
|
313774
|
+
"declarations": [
|
|
313775
|
+
{
|
|
313776
|
+
"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",
|
|
313777
|
+
"name": "RenderableAxisProps"
|
|
313778
|
+
}
|
|
313779
|
+
],
|
|
313780
|
+
"required": false,
|
|
313781
|
+
"type": {
|
|
313782
|
+
"name": "((value: any, index: number) => string)"
|
|
313783
|
+
}
|
|
313784
|
+
},
|
|
313785
|
+
"allowDataOverflow": {
|
|
313786
|
+
"defaultValue": null,
|
|
313787
|
+
"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",
|
|
313788
|
+
"name": "allowDataOverflow",
|
|
313789
|
+
"parent": {
|
|
313790
|
+
"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",
|
|
313791
|
+
"name": "RenderableAxisProps"
|
|
313792
|
+
},
|
|
313793
|
+
"declarations": [
|
|
313794
|
+
{
|
|
313795
|
+
"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",
|
|
313796
|
+
"name": "RenderableAxisProps"
|
|
313797
|
+
}
|
|
313798
|
+
],
|
|
313799
|
+
"required": false,
|
|
313800
|
+
"type": {
|
|
313801
|
+
"name": "boolean"
|
|
313802
|
+
}
|
|
313803
|
+
}
|
|
313804
|
+
}
|
|
313805
|
+
},
|
|
313806
313806
|
{
|
|
313807
313807
|
"tags": {
|
|
313808
313808
|
"internal": ""
|
|
@@ -337337,6 +337337,14 @@
|
|
|
337337
337337
|
}
|
|
337338
337338
|
}
|
|
337339
337339
|
},
|
|
337340
|
+
{
|
|
337341
|
+
"tags": {},
|
|
337342
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337343
|
+
"description": "",
|
|
337344
|
+
"displayName": "ActiveFilters",
|
|
337345
|
+
"methods": [],
|
|
337346
|
+
"props": {}
|
|
337347
|
+
},
|
|
337340
337348
|
{
|
|
337341
337349
|
"tags": {},
|
|
337342
337350
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
@@ -337389,14 +337397,6 @@
|
|
|
337389
337397
|
"methods": [],
|
|
337390
337398
|
"props": {}
|
|
337391
337399
|
},
|
|
337392
|
-
{
|
|
337393
|
-
"tags": {},
|
|
337394
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337395
|
-
"description": "",
|
|
337396
|
-
"displayName": "ActiveFilters",
|
|
337397
|
-
"methods": [],
|
|
337398
|
-
"props": {}
|
|
337399
|
-
},
|
|
337400
337400
|
{
|
|
337401
337401
|
"tags": {},
|
|
337402
337402
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|