@mittwald/flow-react-components 0.2.0-alpha.696 → 0.2.0-alpha.698
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +999 -999
- package/dist/js/components/src/components/List/components/Header/components/SearchField/SearchField.mjs +1 -1
- package/dist/js/components/src/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -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/TableHeader/TableHeader.tsx",
|
|
285853
285853
|
"description": "",
|
|
285854
|
-
"displayName": "
|
|
285854
|
+
"displayName": "TableHeader",
|
|
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 columns
|
|
285880
|
+
"description": "A list of table columns.",
|
|
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": "TableHeaderProps"
|
|
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": "TableHeaderProps"
|
|
285890
285890
|
}
|
|
285891
285891
|
],
|
|
285892
285892
|
"required": false,
|
|
@@ -285913,25 +285913,6 @@
|
|
|
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
|
-
},
|
|
285935
285916
|
"dependencies": {
|
|
285936
285917
|
"defaultValue": null,
|
|
285937
285918
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -285951,113 +285932,113 @@
|
|
|
285951
285932
|
"name": "readonly any[]"
|
|
285952
285933
|
}
|
|
285953
285934
|
},
|
|
285954
|
-
"
|
|
285935
|
+
"style": {
|
|
285955
285936
|
"defaultValue": null,
|
|
285956
|
-
"description": "
|
|
285957
|
-
"name": "
|
|
285937
|
+
"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.",
|
|
285938
|
+
"name": "style",
|
|
285958
285939
|
"parent": {
|
|
285959
285940
|
"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": "
|
|
285941
|
+
"name": "StyleRenderProps"
|
|
285961
285942
|
},
|
|
285962
285943
|
"declarations": [
|
|
285963
285944
|
{
|
|
285964
285945
|
"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": "
|
|
285946
|
+
"name": "StyleRenderProps"
|
|
285966
285947
|
}
|
|
285967
285948
|
],
|
|
285968
285949
|
"required": false,
|
|
285969
285950
|
"type": {
|
|
285970
|
-
"name": "
|
|
285951
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
285971
285952
|
}
|
|
285972
285953
|
},
|
|
285973
|
-
"
|
|
285954
|
+
"onHoverStart": {
|
|
285974
285955
|
"defaultValue": null,
|
|
285975
|
-
"description": "
|
|
285976
|
-
"name": "
|
|
285956
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
285957
|
+
"name": "onHoverStart",
|
|
285977
285958
|
"parent": {
|
|
285978
|
-
"fileName": "flow/node_modules/.pnpm
|
|
285979
|
-
"name": "
|
|
285959
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
285960
|
+
"name": "HoverEvents"
|
|
285980
285961
|
},
|
|
285981
285962
|
"declarations": [
|
|
285982
285963
|
{
|
|
285983
|
-
"fileName": "flow/node_modules/.pnpm
|
|
285984
|
-
"name": "
|
|
285964
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
285965
|
+
"name": "HoverEvents"
|
|
285985
285966
|
}
|
|
285986
285967
|
],
|
|
285987
285968
|
"required": false,
|
|
285988
285969
|
"type": {
|
|
285989
|
-
"name": "
|
|
285970
|
+
"name": "((e: HoverEvent) => void)"
|
|
285990
285971
|
}
|
|
285991
285972
|
},
|
|
285992
|
-
"
|
|
285973
|
+
"onHoverEnd": {
|
|
285993
285974
|
"defaultValue": null,
|
|
285994
|
-
"description": "Handler that is called when a
|
|
285995
|
-
"name": "
|
|
285975
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
285976
|
+
"name": "onHoverEnd",
|
|
285996
285977
|
"parent": {
|
|
285997
|
-
"fileName": "flow/node_modules/.pnpm
|
|
285998
|
-
"name": "
|
|
285978
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
285979
|
+
"name": "HoverEvents"
|
|
285999
285980
|
},
|
|
286000
285981
|
"declarations": [
|
|
286001
285982
|
{
|
|
286002
|
-
"fileName": "flow/node_modules/.pnpm
|
|
286003
|
-
"name": "
|
|
285983
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
285984
|
+
"name": "HoverEvents"
|
|
286004
285985
|
}
|
|
286005
285986
|
],
|
|
286006
285987
|
"required": false,
|
|
286007
285988
|
"type": {
|
|
286008
|
-
"name": "(() => void)"
|
|
285989
|
+
"name": "((e: HoverEvent) => void)"
|
|
286009
285990
|
}
|
|
286010
285991
|
},
|
|
286011
|
-
"
|
|
285992
|
+
"onHoverChange": {
|
|
286012
285993
|
"defaultValue": null,
|
|
286013
|
-
"description": "
|
|
286014
|
-
"name": "
|
|
285994
|
+
"description": "Handler that is called when the hover state changes.",
|
|
285995
|
+
"name": "onHoverChange",
|
|
286015
285996
|
"parent": {
|
|
286016
|
-
"fileName": "flow/node_modules/.pnpm
|
|
286017
|
-
"name": "
|
|
285997
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
285998
|
+
"name": "HoverEvents"
|
|
286018
285999
|
},
|
|
286019
286000
|
"declarations": [
|
|
286020
286001
|
{
|
|
286021
|
-
"fileName": "flow/node_modules/.pnpm
|
|
286022
|
-
"name": "
|
|
286002
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286003
|
+
"name": "HoverEvents"
|
|
286023
286004
|
}
|
|
286024
286005
|
],
|
|
286025
286006
|
"required": false,
|
|
286026
286007
|
"type": {
|
|
286027
|
-
"name": "
|
|
286008
|
+
"name": "((isHovering: boolean) => void)"
|
|
286028
286009
|
}
|
|
286029
286010
|
},
|
|
286030
|
-
"
|
|
286011
|
+
"dir": {
|
|
286031
286012
|
"defaultValue": null,
|
|
286032
|
-
"description": "
|
|
286033
|
-
"name": "
|
|
286013
|
+
"description": "",
|
|
286014
|
+
"name": "dir",
|
|
286034
286015
|
"parent": {
|
|
286035
|
-
"fileName": "flow/node_modules/.pnpm
|
|
286036
|
-
"name": "
|
|
286016
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286017
|
+
"name": "GlobalDOMAttributes"
|
|
286037
286018
|
},
|
|
286038
286019
|
"declarations": [
|
|
286039
286020
|
{
|
|
286040
|
-
"fileName": "flow/node_modules/.pnpm
|
|
286041
|
-
"name": "
|
|
286021
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286022
|
+
"name": "GlobalDOMAttributes"
|
|
286042
286023
|
}
|
|
286043
286024
|
],
|
|
286044
286025
|
"required": false,
|
|
286045
286026
|
"type": {
|
|
286046
|
-
"name": "
|
|
286027
|
+
"name": "string"
|
|
286047
286028
|
}
|
|
286048
286029
|
},
|
|
286049
|
-
"
|
|
286030
|
+
"lang": {
|
|
286050
286031
|
"defaultValue": null,
|
|
286051
|
-
"description": "
|
|
286052
|
-
"name": "
|
|
286032
|
+
"description": "",
|
|
286033
|
+
"name": "lang",
|
|
286053
286034
|
"parent": {
|
|
286054
286035
|
"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": "
|
|
286036
|
+
"name": "GlobalDOMAttributes"
|
|
286056
286037
|
},
|
|
286057
286038
|
"declarations": [
|
|
286058
286039
|
{
|
|
286059
286040
|
"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": "
|
|
286041
|
+
"name": "GlobalDOMAttributes"
|
|
286061
286042
|
}
|
|
286062
286043
|
],
|
|
286063
286044
|
"required": false,
|
|
@@ -286065,409 +286046,409 @@
|
|
|
286065
286046
|
"name": "string"
|
|
286066
286047
|
}
|
|
286067
286048
|
},
|
|
286068
|
-
"
|
|
286049
|
+
"hidden": {
|
|
286069
286050
|
"defaultValue": null,
|
|
286070
|
-
"description": "
|
|
286071
|
-
"name": "
|
|
286051
|
+
"description": "",
|
|
286052
|
+
"name": "hidden",
|
|
286072
286053
|
"parent": {
|
|
286073
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",
|
|
286074
|
-
"name": "
|
|
286055
|
+
"name": "GlobalDOMAttributes"
|
|
286075
286056
|
},
|
|
286076
286057
|
"declarations": [
|
|
286077
286058
|
{
|
|
286078
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",
|
|
286079
|
-
"name": "
|
|
286060
|
+
"name": "GlobalDOMAttributes"
|
|
286080
286061
|
}
|
|
286081
286062
|
],
|
|
286082
286063
|
"required": false,
|
|
286083
286064
|
"type": {
|
|
286084
|
-
"name": "
|
|
286065
|
+
"name": "boolean"
|
|
286085
286066
|
}
|
|
286086
286067
|
},
|
|
286087
|
-
"
|
|
286068
|
+
"inert": {
|
|
286088
286069
|
"defaultValue": null,
|
|
286089
|
-
"description": "
|
|
286090
|
-
"name": "
|
|
286070
|
+
"description": "",
|
|
286071
|
+
"name": "inert",
|
|
286091
286072
|
"parent": {
|
|
286092
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",
|
|
286093
|
-
"name": "
|
|
286074
|
+
"name": "GlobalDOMAttributes"
|
|
286094
286075
|
},
|
|
286095
286076
|
"declarations": [
|
|
286096
286077
|
{
|
|
286097
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",
|
|
286098
|
-
"name": "
|
|
286079
|
+
"name": "GlobalDOMAttributes"
|
|
286099
286080
|
}
|
|
286100
286081
|
],
|
|
286101
286082
|
"required": false,
|
|
286102
286083
|
"type": {
|
|
286103
|
-
"name": "
|
|
286084
|
+
"name": "boolean"
|
|
286104
286085
|
}
|
|
286105
286086
|
},
|
|
286106
|
-
"
|
|
286087
|
+
"translate": {
|
|
286107
286088
|
"defaultValue": null,
|
|
286108
|
-
"description": "
|
|
286109
|
-
"name": "
|
|
286089
|
+
"description": "",
|
|
286090
|
+
"name": "translate",
|
|
286110
286091
|
"parent": {
|
|
286111
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",
|
|
286112
|
-
"name": "
|
|
286093
|
+
"name": "GlobalDOMAttributes"
|
|
286113
286094
|
},
|
|
286114
286095
|
"declarations": [
|
|
286115
286096
|
{
|
|
286116
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",
|
|
286117
|
-
"name": "
|
|
286098
|
+
"name": "GlobalDOMAttributes"
|
|
286118
286099
|
}
|
|
286119
286100
|
],
|
|
286120
286101
|
"required": false,
|
|
286121
286102
|
"type": {
|
|
286122
|
-
"name": "
|
|
286103
|
+
"name": "\"yes\" | \"no\""
|
|
286123
286104
|
}
|
|
286124
286105
|
},
|
|
286125
|
-
"
|
|
286106
|
+
"onClick": {
|
|
286126
286107
|
"defaultValue": null,
|
|
286127
|
-
"description": "
|
|
286128
|
-
"name": "
|
|
286108
|
+
"description": "",
|
|
286109
|
+
"name": "onClick",
|
|
286129
286110
|
"parent": {
|
|
286130
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",
|
|
286131
|
-
"name": "
|
|
286112
|
+
"name": "GlobalDOMEvents"
|
|
286132
286113
|
},
|
|
286133
286114
|
"declarations": [
|
|
286134
286115
|
{
|
|
286135
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",
|
|
286136
|
-
"name": "
|
|
286117
|
+
"name": "GlobalDOMEvents"
|
|
286137
286118
|
}
|
|
286138
286119
|
],
|
|
286139
286120
|
"required": false,
|
|
286140
286121
|
"type": {
|
|
286141
|
-
"name": "
|
|
286122
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286142
286123
|
}
|
|
286143
286124
|
},
|
|
286144
|
-
"
|
|
286125
|
+
"onClickCapture": {
|
|
286145
286126
|
"defaultValue": null,
|
|
286146
|
-
"description": "
|
|
286147
|
-
"name": "
|
|
286127
|
+
"description": "",
|
|
286128
|
+
"name": "onClickCapture",
|
|
286148
286129
|
"parent": {
|
|
286149
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",
|
|
286150
|
-
"name": "
|
|
286131
|
+
"name": "GlobalDOMEvents"
|
|
286151
286132
|
},
|
|
286152
286133
|
"declarations": [
|
|
286153
286134
|
{
|
|
286154
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",
|
|
286155
|
-
"name": "
|
|
286136
|
+
"name": "GlobalDOMEvents"
|
|
286156
286137
|
}
|
|
286157
286138
|
],
|
|
286158
286139
|
"required": false,
|
|
286159
286140
|
"type": {
|
|
286160
|
-
"name": "
|
|
286141
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286161
286142
|
}
|
|
286162
286143
|
},
|
|
286163
|
-
"
|
|
286144
|
+
"onAuxClick": {
|
|
286164
286145
|
"defaultValue": null,
|
|
286165
|
-
"description": "
|
|
286166
|
-
"name": "
|
|
286146
|
+
"description": "",
|
|
286147
|
+
"name": "onAuxClick",
|
|
286167
286148
|
"parent": {
|
|
286168
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",
|
|
286169
|
-
"name": "
|
|
286150
|
+
"name": "GlobalDOMEvents"
|
|
286170
286151
|
},
|
|
286171
286152
|
"declarations": [
|
|
286172
286153
|
{
|
|
286173
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",
|
|
286174
|
-
"name": "
|
|
286155
|
+
"name": "GlobalDOMEvents"
|
|
286175
286156
|
}
|
|
286176
286157
|
],
|
|
286177
286158
|
"required": false,
|
|
286178
286159
|
"type": {
|
|
286179
|
-
"name": "
|
|
286160
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286180
286161
|
}
|
|
286181
286162
|
},
|
|
286182
|
-
"
|
|
286163
|
+
"onAuxClickCapture": {
|
|
286183
286164
|
"defaultValue": null,
|
|
286184
|
-
"description": "
|
|
286185
|
-
"name": "
|
|
286165
|
+
"description": "",
|
|
286166
|
+
"name": "onAuxClickCapture",
|
|
286186
286167
|
"parent": {
|
|
286187
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",
|
|
286188
|
-
"name": "
|
|
286169
|
+
"name": "GlobalDOMEvents"
|
|
286189
286170
|
},
|
|
286190
286171
|
"declarations": [
|
|
286191
286172
|
{
|
|
286192
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",
|
|
286193
|
-
"name": "
|
|
286174
|
+
"name": "GlobalDOMEvents"
|
|
286194
286175
|
}
|
|
286195
286176
|
],
|
|
286196
286177
|
"required": false,
|
|
286197
286178
|
"type": {
|
|
286198
|
-
"name": "
|
|
286179
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286199
286180
|
}
|
|
286200
286181
|
},
|
|
286201
|
-
"
|
|
286182
|
+
"onContextMenu": {
|
|
286202
286183
|
"defaultValue": null,
|
|
286203
|
-
"description": "
|
|
286204
|
-
"name": "
|
|
286184
|
+
"description": "",
|
|
286185
|
+
"name": "onContextMenu",
|
|
286205
286186
|
"parent": {
|
|
286206
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286207
|
-
"name": "
|
|
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": "GlobalDOMEvents"
|
|
286208
286189
|
},
|
|
286209
286190
|
"declarations": [
|
|
286210
286191
|
{
|
|
286211
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286212
|
-
"name": "
|
|
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": "GlobalDOMEvents"
|
|
286213
286194
|
}
|
|
286214
286195
|
],
|
|
286215
286196
|
"required": false,
|
|
286216
286197
|
"type": {
|
|
286217
|
-
"name": "
|
|
286198
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286218
286199
|
}
|
|
286219
286200
|
},
|
|
286220
|
-
"
|
|
286201
|
+
"onContextMenuCapture": {
|
|
286221
286202
|
"defaultValue": null,
|
|
286222
|
-
"description": "
|
|
286223
|
-
"name": "
|
|
286203
|
+
"description": "",
|
|
286204
|
+
"name": "onContextMenuCapture",
|
|
286224
286205
|
"parent": {
|
|
286225
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286226
|
-
"name": "
|
|
286206
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286207
|
+
"name": "GlobalDOMEvents"
|
|
286227
286208
|
},
|
|
286228
286209
|
"declarations": [
|
|
286229
286210
|
{
|
|
286230
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286231
|
-
"name": "
|
|
286211
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286212
|
+
"name": "GlobalDOMEvents"
|
|
286232
286213
|
}
|
|
286233
286214
|
],
|
|
286234
286215
|
"required": false,
|
|
286235
286216
|
"type": {
|
|
286236
|
-
"name": "
|
|
286217
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286237
286218
|
}
|
|
286238
286219
|
},
|
|
286239
|
-
"
|
|
286220
|
+
"onDoubleClick": {
|
|
286240
286221
|
"defaultValue": null,
|
|
286241
|
-
"description": "
|
|
286242
|
-
"name": "
|
|
286222
|
+
"description": "",
|
|
286223
|
+
"name": "onDoubleClick",
|
|
286243
286224
|
"parent": {
|
|
286244
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286245
|
-
"name": "
|
|
286225
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286226
|
+
"name": "GlobalDOMEvents"
|
|
286246
286227
|
},
|
|
286247
286228
|
"declarations": [
|
|
286248
286229
|
{
|
|
286249
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286250
|
-
"name": "
|
|
286230
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286231
|
+
"name": "GlobalDOMEvents"
|
|
286251
286232
|
}
|
|
286252
286233
|
],
|
|
286253
286234
|
"required": false,
|
|
286254
286235
|
"type": {
|
|
286255
|
-
"name": "
|
|
286236
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286256
286237
|
}
|
|
286257
286238
|
},
|
|
286258
|
-
"
|
|
286239
|
+
"onDoubleClickCapture": {
|
|
286259
286240
|
"defaultValue": null,
|
|
286260
|
-
"description": "
|
|
286261
|
-
"name": "
|
|
286241
|
+
"description": "",
|
|
286242
|
+
"name": "onDoubleClickCapture",
|
|
286262
286243
|
"parent": {
|
|
286263
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286264
|
-
"name": "
|
|
286244
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286245
|
+
"name": "GlobalDOMEvents"
|
|
286265
286246
|
},
|
|
286266
286247
|
"declarations": [
|
|
286267
286248
|
{
|
|
286268
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286269
|
-
"name": "
|
|
286249
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286250
|
+
"name": "GlobalDOMEvents"
|
|
286270
286251
|
}
|
|
286271
286252
|
],
|
|
286272
286253
|
"required": false,
|
|
286273
286254
|
"type": {
|
|
286274
|
-
"name": "
|
|
286255
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286275
286256
|
}
|
|
286276
286257
|
},
|
|
286277
|
-
"
|
|
286258
|
+
"onMouseDown": {
|
|
286278
286259
|
"defaultValue": null,
|
|
286279
|
-
"description": "
|
|
286280
|
-
"name": "
|
|
286260
|
+
"description": "",
|
|
286261
|
+
"name": "onMouseDown",
|
|
286281
286262
|
"parent": {
|
|
286282
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286283
|
-
"name": "
|
|
286263
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286264
|
+
"name": "GlobalDOMEvents"
|
|
286284
286265
|
},
|
|
286285
286266
|
"declarations": [
|
|
286286
286267
|
{
|
|
286287
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286288
|
-
"name": "
|
|
286268
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286269
|
+
"name": "GlobalDOMEvents"
|
|
286289
286270
|
}
|
|
286290
286271
|
],
|
|
286291
286272
|
"required": false,
|
|
286292
286273
|
"type": {
|
|
286293
|
-
"name": "
|
|
286274
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286294
286275
|
}
|
|
286295
286276
|
},
|
|
286296
|
-
"
|
|
286277
|
+
"onMouseDownCapture": {
|
|
286297
286278
|
"defaultValue": null,
|
|
286298
|
-
"description": "
|
|
286299
|
-
"name": "
|
|
286279
|
+
"description": "",
|
|
286280
|
+
"name": "onMouseDownCapture",
|
|
286300
286281
|
"parent": {
|
|
286301
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286302
|
-
"name": "
|
|
286282
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286283
|
+
"name": "GlobalDOMEvents"
|
|
286303
286284
|
},
|
|
286304
286285
|
"declarations": [
|
|
286305
286286
|
{
|
|
286306
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286307
|
-
"name": "
|
|
286287
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286288
|
+
"name": "GlobalDOMEvents"
|
|
286308
286289
|
}
|
|
286309
286290
|
],
|
|
286310
286291
|
"required": false,
|
|
286311
286292
|
"type": {
|
|
286312
|
-
"name": "
|
|
286293
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286313
286294
|
}
|
|
286314
286295
|
},
|
|
286315
|
-
"
|
|
286296
|
+
"onMouseEnter": {
|
|
286316
286297
|
"defaultValue": null,
|
|
286317
|
-
"description": "
|
|
286318
|
-
"name": "
|
|
286298
|
+
"description": "",
|
|
286299
|
+
"name": "onMouseEnter",
|
|
286319
286300
|
"parent": {
|
|
286320
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286321
|
-
"name": "
|
|
286301
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286302
|
+
"name": "GlobalDOMEvents"
|
|
286322
286303
|
},
|
|
286323
286304
|
"declarations": [
|
|
286324
286305
|
{
|
|
286325
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286326
|
-
"name": "
|
|
286306
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286307
|
+
"name": "GlobalDOMEvents"
|
|
286327
286308
|
}
|
|
286328
286309
|
],
|
|
286329
286310
|
"required": false,
|
|
286330
286311
|
"type": {
|
|
286331
|
-
"name": "
|
|
286312
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286332
286313
|
}
|
|
286333
286314
|
},
|
|
286334
|
-
"
|
|
286315
|
+
"onMouseLeave": {
|
|
286335
286316
|
"defaultValue": null,
|
|
286336
|
-
"description": "
|
|
286337
|
-
"name": "
|
|
286317
|
+
"description": "",
|
|
286318
|
+
"name": "onMouseLeave",
|
|
286338
286319
|
"parent": {
|
|
286339
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286340
|
-
"name": "
|
|
286320
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286321
|
+
"name": "GlobalDOMEvents"
|
|
286341
286322
|
},
|
|
286342
286323
|
"declarations": [
|
|
286343
286324
|
{
|
|
286344
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286345
|
-
"name": "
|
|
286325
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286326
|
+
"name": "GlobalDOMEvents"
|
|
286346
286327
|
}
|
|
286347
286328
|
],
|
|
286348
286329
|
"required": false,
|
|
286349
286330
|
"type": {
|
|
286350
|
-
"name": "
|
|
286331
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286351
286332
|
}
|
|
286352
286333
|
},
|
|
286353
|
-
"
|
|
286334
|
+
"onMouseMove": {
|
|
286354
286335
|
"defaultValue": null,
|
|
286355
|
-
"description": "
|
|
286356
|
-
"name": "
|
|
286336
|
+
"description": "",
|
|
286337
|
+
"name": "onMouseMove",
|
|
286357
286338
|
"parent": {
|
|
286358
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286359
|
-
"name": "
|
|
286339
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286340
|
+
"name": "GlobalDOMEvents"
|
|
286360
286341
|
},
|
|
286361
286342
|
"declarations": [
|
|
286362
286343
|
{
|
|
286363
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
286364
|
-
"name": "
|
|
286344
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286345
|
+
"name": "GlobalDOMEvents"
|
|
286365
286346
|
}
|
|
286366
286347
|
],
|
|
286367
286348
|
"required": false,
|
|
286368
286349
|
"type": {
|
|
286369
|
-
"name": "
|
|
286350
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286370
286351
|
}
|
|
286371
286352
|
},
|
|
286372
|
-
"
|
|
286353
|
+
"onMouseMoveCapture": {
|
|
286373
286354
|
"defaultValue": null,
|
|
286374
286355
|
"description": "",
|
|
286375
|
-
"name": "
|
|
286356
|
+
"name": "onMouseMoveCapture",
|
|
286376
286357
|
"parent": {
|
|
286377
286358
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286378
|
-
"name": "
|
|
286359
|
+
"name": "GlobalDOMEvents"
|
|
286379
286360
|
},
|
|
286380
286361
|
"declarations": [
|
|
286381
286362
|
{
|
|
286382
286363
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286383
|
-
"name": "
|
|
286364
|
+
"name": "GlobalDOMEvents"
|
|
286384
286365
|
}
|
|
286385
286366
|
],
|
|
286386
286367
|
"required": false,
|
|
286387
286368
|
"type": {
|
|
286388
|
-
"name": "
|
|
286369
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286389
286370
|
}
|
|
286390
286371
|
},
|
|
286391
|
-
"
|
|
286372
|
+
"onMouseOut": {
|
|
286392
286373
|
"defaultValue": null,
|
|
286393
286374
|
"description": "",
|
|
286394
|
-
"name": "
|
|
286375
|
+
"name": "onMouseOut",
|
|
286395
286376
|
"parent": {
|
|
286396
286377
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286397
|
-
"name": "
|
|
286378
|
+
"name": "GlobalDOMEvents"
|
|
286398
286379
|
},
|
|
286399
286380
|
"declarations": [
|
|
286400
286381
|
{
|
|
286401
286382
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286402
|
-
"name": "
|
|
286383
|
+
"name": "GlobalDOMEvents"
|
|
286403
286384
|
}
|
|
286404
286385
|
],
|
|
286405
286386
|
"required": false,
|
|
286406
286387
|
"type": {
|
|
286407
|
-
"name": "
|
|
286388
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286408
286389
|
}
|
|
286409
286390
|
},
|
|
286410
|
-
"
|
|
286391
|
+
"onMouseOutCapture": {
|
|
286411
286392
|
"defaultValue": null,
|
|
286412
286393
|
"description": "",
|
|
286413
|
-
"name": "
|
|
286394
|
+
"name": "onMouseOutCapture",
|
|
286414
286395
|
"parent": {
|
|
286415
286396
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286416
|
-
"name": "
|
|
286397
|
+
"name": "GlobalDOMEvents"
|
|
286417
286398
|
},
|
|
286418
286399
|
"declarations": [
|
|
286419
286400
|
{
|
|
286420
286401
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286421
|
-
"name": "
|
|
286402
|
+
"name": "GlobalDOMEvents"
|
|
286422
286403
|
}
|
|
286423
286404
|
],
|
|
286424
286405
|
"required": false,
|
|
286425
286406
|
"type": {
|
|
286426
|
-
"name": "
|
|
286407
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286427
286408
|
}
|
|
286428
286409
|
},
|
|
286429
|
-
"
|
|
286410
|
+
"onMouseOver": {
|
|
286430
286411
|
"defaultValue": null,
|
|
286431
286412
|
"description": "",
|
|
286432
|
-
"name": "
|
|
286413
|
+
"name": "onMouseOver",
|
|
286433
286414
|
"parent": {
|
|
286434
286415
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286435
|
-
"name": "
|
|
286416
|
+
"name": "GlobalDOMEvents"
|
|
286436
286417
|
},
|
|
286437
286418
|
"declarations": [
|
|
286438
286419
|
{
|
|
286439
286420
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286440
|
-
"name": "
|
|
286421
|
+
"name": "GlobalDOMEvents"
|
|
286441
286422
|
}
|
|
286442
286423
|
],
|
|
286443
286424
|
"required": false,
|
|
286444
286425
|
"type": {
|
|
286445
|
-
"name": "
|
|
286426
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286446
286427
|
}
|
|
286447
286428
|
},
|
|
286448
|
-
"
|
|
286429
|
+
"onMouseOverCapture": {
|
|
286449
286430
|
"defaultValue": null,
|
|
286450
286431
|
"description": "",
|
|
286451
|
-
"name": "
|
|
286432
|
+
"name": "onMouseOverCapture",
|
|
286452
286433
|
"parent": {
|
|
286453
286434
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286454
|
-
"name": "
|
|
286435
|
+
"name": "GlobalDOMEvents"
|
|
286455
286436
|
},
|
|
286456
286437
|
"declarations": [
|
|
286457
286438
|
{
|
|
286458
286439
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286459
|
-
"name": "
|
|
286440
|
+
"name": "GlobalDOMEvents"
|
|
286460
286441
|
}
|
|
286461
286442
|
],
|
|
286462
286443
|
"required": false,
|
|
286463
286444
|
"type": {
|
|
286464
|
-
"name": "
|
|
286445
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286465
286446
|
}
|
|
286466
286447
|
},
|
|
286467
|
-
"
|
|
286448
|
+
"onMouseUp": {
|
|
286468
286449
|
"defaultValue": null,
|
|
286469
286450
|
"description": "",
|
|
286470
|
-
"name": "
|
|
286451
|
+
"name": "onMouseUp",
|
|
286471
286452
|
"parent": {
|
|
286472
286453
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286473
286454
|
"name": "GlobalDOMEvents"
|
|
@@ -286483,10 +286464,10 @@
|
|
|
286483
286464
|
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286484
286465
|
}
|
|
286485
286466
|
},
|
|
286486
|
-
"
|
|
286467
|
+
"onMouseUpCapture": {
|
|
286487
286468
|
"defaultValue": null,
|
|
286488
286469
|
"description": "",
|
|
286489
|
-
"name": "
|
|
286470
|
+
"name": "onMouseUpCapture",
|
|
286490
286471
|
"parent": {
|
|
286491
286472
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286492
286473
|
"name": "GlobalDOMEvents"
|
|
@@ -286502,10 +286483,10 @@
|
|
|
286502
286483
|
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286503
286484
|
}
|
|
286504
286485
|
},
|
|
286505
|
-
"
|
|
286486
|
+
"onTouchCancel": {
|
|
286506
286487
|
"defaultValue": null,
|
|
286507
286488
|
"description": "",
|
|
286508
|
-
"name": "
|
|
286489
|
+
"name": "onTouchCancel",
|
|
286509
286490
|
"parent": {
|
|
286510
286491
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286511
286492
|
"name": "GlobalDOMEvents"
|
|
@@ -286518,13 +286499,13 @@
|
|
|
286518
286499
|
],
|
|
286519
286500
|
"required": false,
|
|
286520
286501
|
"type": {
|
|
286521
|
-
"name": "
|
|
286502
|
+
"name": "TouchEventHandler<HTMLDivElement>"
|
|
286522
286503
|
}
|
|
286523
286504
|
},
|
|
286524
|
-
"
|
|
286505
|
+
"onTouchCancelCapture": {
|
|
286525
286506
|
"defaultValue": null,
|
|
286526
286507
|
"description": "",
|
|
286527
|
-
"name": "
|
|
286508
|
+
"name": "onTouchCancelCapture",
|
|
286528
286509
|
"parent": {
|
|
286529
286510
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286530
286511
|
"name": "GlobalDOMEvents"
|
|
@@ -286537,13 +286518,13 @@
|
|
|
286537
286518
|
],
|
|
286538
286519
|
"required": false,
|
|
286539
286520
|
"type": {
|
|
286540
|
-
"name": "
|
|
286521
|
+
"name": "TouchEventHandler<HTMLDivElement>"
|
|
286541
286522
|
}
|
|
286542
286523
|
},
|
|
286543
|
-
"
|
|
286524
|
+
"onTouchEnd": {
|
|
286544
286525
|
"defaultValue": null,
|
|
286545
286526
|
"description": "",
|
|
286546
|
-
"name": "
|
|
286527
|
+
"name": "onTouchEnd",
|
|
286547
286528
|
"parent": {
|
|
286548
286529
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286549
286530
|
"name": "GlobalDOMEvents"
|
|
@@ -286556,13 +286537,13 @@
|
|
|
286556
286537
|
],
|
|
286557
286538
|
"required": false,
|
|
286558
286539
|
"type": {
|
|
286559
|
-
"name": "
|
|
286540
|
+
"name": "TouchEventHandler<HTMLDivElement>"
|
|
286560
286541
|
}
|
|
286561
286542
|
},
|
|
286562
|
-
"
|
|
286543
|
+
"onTouchEndCapture": {
|
|
286563
286544
|
"defaultValue": null,
|
|
286564
286545
|
"description": "",
|
|
286565
|
-
"name": "
|
|
286546
|
+
"name": "onTouchEndCapture",
|
|
286566
286547
|
"parent": {
|
|
286567
286548
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286568
286549
|
"name": "GlobalDOMEvents"
|
|
@@ -286575,13 +286556,13 @@
|
|
|
286575
286556
|
],
|
|
286576
286557
|
"required": false,
|
|
286577
286558
|
"type": {
|
|
286578
|
-
"name": "
|
|
286559
|
+
"name": "TouchEventHandler<HTMLDivElement>"
|
|
286579
286560
|
}
|
|
286580
286561
|
},
|
|
286581
|
-
"
|
|
286562
|
+
"onTouchMove": {
|
|
286582
286563
|
"defaultValue": null,
|
|
286583
286564
|
"description": "",
|
|
286584
|
-
"name": "
|
|
286565
|
+
"name": "onTouchMove",
|
|
286585
286566
|
"parent": {
|
|
286586
286567
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286587
286568
|
"name": "GlobalDOMEvents"
|
|
@@ -286594,13 +286575,13 @@
|
|
|
286594
286575
|
],
|
|
286595
286576
|
"required": false,
|
|
286596
286577
|
"type": {
|
|
286597
|
-
"name": "
|
|
286578
|
+
"name": "TouchEventHandler<HTMLDivElement>"
|
|
286598
286579
|
}
|
|
286599
286580
|
},
|
|
286600
|
-
"
|
|
286581
|
+
"onTouchMoveCapture": {
|
|
286601
286582
|
"defaultValue": null,
|
|
286602
286583
|
"description": "",
|
|
286603
|
-
"name": "
|
|
286584
|
+
"name": "onTouchMoveCapture",
|
|
286604
286585
|
"parent": {
|
|
286605
286586
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286606
286587
|
"name": "GlobalDOMEvents"
|
|
@@ -286613,13 +286594,13 @@
|
|
|
286613
286594
|
],
|
|
286614
286595
|
"required": false,
|
|
286615
286596
|
"type": {
|
|
286616
|
-
"name": "
|
|
286597
|
+
"name": "TouchEventHandler<HTMLDivElement>"
|
|
286617
286598
|
}
|
|
286618
286599
|
},
|
|
286619
|
-
"
|
|
286600
|
+
"onTouchStart": {
|
|
286620
286601
|
"defaultValue": null,
|
|
286621
286602
|
"description": "",
|
|
286622
|
-
"name": "
|
|
286603
|
+
"name": "onTouchStart",
|
|
286623
286604
|
"parent": {
|
|
286624
286605
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286625
286606
|
"name": "GlobalDOMEvents"
|
|
@@ -286632,13 +286613,13 @@
|
|
|
286632
286613
|
],
|
|
286633
286614
|
"required": false,
|
|
286634
286615
|
"type": {
|
|
286635
|
-
"name": "
|
|
286616
|
+
"name": "TouchEventHandler<HTMLDivElement>"
|
|
286636
286617
|
}
|
|
286637
286618
|
},
|
|
286638
|
-
"
|
|
286619
|
+
"onTouchStartCapture": {
|
|
286639
286620
|
"defaultValue": null,
|
|
286640
286621
|
"description": "",
|
|
286641
|
-
"name": "
|
|
286622
|
+
"name": "onTouchStartCapture",
|
|
286642
286623
|
"parent": {
|
|
286643
286624
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286644
286625
|
"name": "GlobalDOMEvents"
|
|
@@ -286651,13 +286632,13 @@
|
|
|
286651
286632
|
],
|
|
286652
286633
|
"required": false,
|
|
286653
286634
|
"type": {
|
|
286654
|
-
"name": "
|
|
286635
|
+
"name": "TouchEventHandler<HTMLDivElement>"
|
|
286655
286636
|
}
|
|
286656
286637
|
},
|
|
286657
|
-
"
|
|
286638
|
+
"onPointerDown": {
|
|
286658
286639
|
"defaultValue": null,
|
|
286659
286640
|
"description": "",
|
|
286660
|
-
"name": "
|
|
286641
|
+
"name": "onPointerDown",
|
|
286661
286642
|
"parent": {
|
|
286662
286643
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286663
286644
|
"name": "GlobalDOMEvents"
|
|
@@ -286670,13 +286651,13 @@
|
|
|
286670
286651
|
],
|
|
286671
286652
|
"required": false,
|
|
286672
286653
|
"type": {
|
|
286673
|
-
"name": "
|
|
286654
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286674
286655
|
}
|
|
286675
286656
|
},
|
|
286676
|
-
"
|
|
286657
|
+
"onPointerDownCapture": {
|
|
286677
286658
|
"defaultValue": null,
|
|
286678
286659
|
"description": "",
|
|
286679
|
-
"name": "
|
|
286660
|
+
"name": "onPointerDownCapture",
|
|
286680
286661
|
"parent": {
|
|
286681
286662
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286682
286663
|
"name": "GlobalDOMEvents"
|
|
@@ -286689,13 +286670,13 @@
|
|
|
286689
286670
|
],
|
|
286690
286671
|
"required": false,
|
|
286691
286672
|
"type": {
|
|
286692
|
-
"name": "
|
|
286673
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286693
286674
|
}
|
|
286694
286675
|
},
|
|
286695
|
-
"
|
|
286676
|
+
"onPointerMove": {
|
|
286696
286677
|
"defaultValue": null,
|
|
286697
286678
|
"description": "",
|
|
286698
|
-
"name": "
|
|
286679
|
+
"name": "onPointerMove",
|
|
286699
286680
|
"parent": {
|
|
286700
286681
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286701
286682
|
"name": "GlobalDOMEvents"
|
|
@@ -286708,13 +286689,13 @@
|
|
|
286708
286689
|
],
|
|
286709
286690
|
"required": false,
|
|
286710
286691
|
"type": {
|
|
286711
|
-
"name": "
|
|
286692
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286712
286693
|
}
|
|
286713
286694
|
},
|
|
286714
|
-
"
|
|
286695
|
+
"onPointerMoveCapture": {
|
|
286715
286696
|
"defaultValue": null,
|
|
286716
286697
|
"description": "",
|
|
286717
|
-
"name": "
|
|
286698
|
+
"name": "onPointerMoveCapture",
|
|
286718
286699
|
"parent": {
|
|
286719
286700
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286720
286701
|
"name": "GlobalDOMEvents"
|
|
@@ -286727,13 +286708,13 @@
|
|
|
286727
286708
|
],
|
|
286728
286709
|
"required": false,
|
|
286729
286710
|
"type": {
|
|
286730
|
-
"name": "
|
|
286711
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286731
286712
|
}
|
|
286732
286713
|
},
|
|
286733
|
-
"
|
|
286714
|
+
"onPointerUp": {
|
|
286734
286715
|
"defaultValue": null,
|
|
286735
286716
|
"description": "",
|
|
286736
|
-
"name": "
|
|
286717
|
+
"name": "onPointerUp",
|
|
286737
286718
|
"parent": {
|
|
286738
286719
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286739
286720
|
"name": "GlobalDOMEvents"
|
|
@@ -286746,13 +286727,13 @@
|
|
|
286746
286727
|
],
|
|
286747
286728
|
"required": false,
|
|
286748
286729
|
"type": {
|
|
286749
|
-
"name": "
|
|
286730
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286750
286731
|
}
|
|
286751
286732
|
},
|
|
286752
|
-
"
|
|
286733
|
+
"onPointerUpCapture": {
|
|
286753
286734
|
"defaultValue": null,
|
|
286754
286735
|
"description": "",
|
|
286755
|
-
"name": "
|
|
286736
|
+
"name": "onPointerUpCapture",
|
|
286756
286737
|
"parent": {
|
|
286757
286738
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286758
286739
|
"name": "GlobalDOMEvents"
|
|
@@ -286765,13 +286746,13 @@
|
|
|
286765
286746
|
],
|
|
286766
286747
|
"required": false,
|
|
286767
286748
|
"type": {
|
|
286768
|
-
"name": "
|
|
286749
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286769
286750
|
}
|
|
286770
286751
|
},
|
|
286771
|
-
"
|
|
286752
|
+
"onPointerCancel": {
|
|
286772
286753
|
"defaultValue": null,
|
|
286773
286754
|
"description": "",
|
|
286774
|
-
"name": "
|
|
286755
|
+
"name": "onPointerCancel",
|
|
286775
286756
|
"parent": {
|
|
286776
286757
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286777
286758
|
"name": "GlobalDOMEvents"
|
|
@@ -286784,13 +286765,13 @@
|
|
|
286784
286765
|
],
|
|
286785
286766
|
"required": false,
|
|
286786
286767
|
"type": {
|
|
286787
|
-
"name": "
|
|
286768
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286788
286769
|
}
|
|
286789
286770
|
},
|
|
286790
|
-
"
|
|
286771
|
+
"onPointerCancelCapture": {
|
|
286791
286772
|
"defaultValue": null,
|
|
286792
286773
|
"description": "",
|
|
286793
|
-
"name": "
|
|
286774
|
+
"name": "onPointerCancelCapture",
|
|
286794
286775
|
"parent": {
|
|
286795
286776
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286796
286777
|
"name": "GlobalDOMEvents"
|
|
@@ -286803,13 +286784,13 @@
|
|
|
286803
286784
|
],
|
|
286804
286785
|
"required": false,
|
|
286805
286786
|
"type": {
|
|
286806
|
-
"name": "
|
|
286787
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286807
286788
|
}
|
|
286808
286789
|
},
|
|
286809
|
-
"
|
|
286790
|
+
"onPointerEnter": {
|
|
286810
286791
|
"defaultValue": null,
|
|
286811
286792
|
"description": "",
|
|
286812
|
-
"name": "
|
|
286793
|
+
"name": "onPointerEnter",
|
|
286813
286794
|
"parent": {
|
|
286814
286795
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286815
286796
|
"name": "GlobalDOMEvents"
|
|
@@ -286822,13 +286803,13 @@
|
|
|
286822
286803
|
],
|
|
286823
286804
|
"required": false,
|
|
286824
286805
|
"type": {
|
|
286825
|
-
"name": "
|
|
286806
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286826
286807
|
}
|
|
286827
286808
|
},
|
|
286828
|
-
"
|
|
286809
|
+
"onPointerLeave": {
|
|
286829
286810
|
"defaultValue": null,
|
|
286830
286811
|
"description": "",
|
|
286831
|
-
"name": "
|
|
286812
|
+
"name": "onPointerLeave",
|
|
286832
286813
|
"parent": {
|
|
286833
286814
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286834
286815
|
"name": "GlobalDOMEvents"
|
|
@@ -286841,13 +286822,13 @@
|
|
|
286841
286822
|
],
|
|
286842
286823
|
"required": false,
|
|
286843
286824
|
"type": {
|
|
286844
|
-
"name": "
|
|
286825
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286845
286826
|
}
|
|
286846
286827
|
},
|
|
286847
|
-
"
|
|
286828
|
+
"onPointerOver": {
|
|
286848
286829
|
"defaultValue": null,
|
|
286849
286830
|
"description": "",
|
|
286850
|
-
"name": "
|
|
286831
|
+
"name": "onPointerOver",
|
|
286851
286832
|
"parent": {
|
|
286852
286833
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286853
286834
|
"name": "GlobalDOMEvents"
|
|
@@ -286860,13 +286841,13 @@
|
|
|
286860
286841
|
],
|
|
286861
286842
|
"required": false,
|
|
286862
286843
|
"type": {
|
|
286863
|
-
"name": "
|
|
286844
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286864
286845
|
}
|
|
286865
286846
|
},
|
|
286866
|
-
"
|
|
286847
|
+
"onPointerOverCapture": {
|
|
286867
286848
|
"defaultValue": null,
|
|
286868
286849
|
"description": "",
|
|
286869
|
-
"name": "
|
|
286850
|
+
"name": "onPointerOverCapture",
|
|
286870
286851
|
"parent": {
|
|
286871
286852
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286872
286853
|
"name": "GlobalDOMEvents"
|
|
@@ -286879,13 +286860,13 @@
|
|
|
286879
286860
|
],
|
|
286880
286861
|
"required": false,
|
|
286881
286862
|
"type": {
|
|
286882
|
-
"name": "
|
|
286863
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286883
286864
|
}
|
|
286884
286865
|
},
|
|
286885
|
-
"
|
|
286866
|
+
"onPointerOut": {
|
|
286886
286867
|
"defaultValue": null,
|
|
286887
286868
|
"description": "",
|
|
286888
|
-
"name": "
|
|
286869
|
+
"name": "onPointerOut",
|
|
286889
286870
|
"parent": {
|
|
286890
286871
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286891
286872
|
"name": "GlobalDOMEvents"
|
|
@@ -286898,13 +286879,13 @@
|
|
|
286898
286879
|
],
|
|
286899
286880
|
"required": false,
|
|
286900
286881
|
"type": {
|
|
286901
|
-
"name": "
|
|
286882
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286902
286883
|
}
|
|
286903
286884
|
},
|
|
286904
|
-
"
|
|
286885
|
+
"onPointerOutCapture": {
|
|
286905
286886
|
"defaultValue": null,
|
|
286906
286887
|
"description": "",
|
|
286907
|
-
"name": "
|
|
286888
|
+
"name": "onPointerOutCapture",
|
|
286908
286889
|
"parent": {
|
|
286909
286890
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286910
286891
|
"name": "GlobalDOMEvents"
|
|
@@ -286917,13 +286898,13 @@
|
|
|
286917
286898
|
],
|
|
286918
286899
|
"required": false,
|
|
286919
286900
|
"type": {
|
|
286920
|
-
"name": "
|
|
286901
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286921
286902
|
}
|
|
286922
286903
|
},
|
|
286923
|
-
"
|
|
286904
|
+
"onGotPointerCapture": {
|
|
286924
286905
|
"defaultValue": null,
|
|
286925
286906
|
"description": "",
|
|
286926
|
-
"name": "
|
|
286907
|
+
"name": "onGotPointerCapture",
|
|
286927
286908
|
"parent": {
|
|
286928
286909
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286929
286910
|
"name": "GlobalDOMEvents"
|
|
@@ -286936,13 +286917,13 @@
|
|
|
286936
286917
|
],
|
|
286937
286918
|
"required": false,
|
|
286938
286919
|
"type": {
|
|
286939
|
-
"name": "
|
|
286920
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286940
286921
|
}
|
|
286941
286922
|
},
|
|
286942
|
-
"
|
|
286923
|
+
"onGotPointerCaptureCapture": {
|
|
286943
286924
|
"defaultValue": null,
|
|
286944
286925
|
"description": "",
|
|
286945
|
-
"name": "
|
|
286926
|
+
"name": "onGotPointerCaptureCapture",
|
|
286946
286927
|
"parent": {
|
|
286947
286928
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286948
286929
|
"name": "GlobalDOMEvents"
|
|
@@ -286955,13 +286936,13 @@
|
|
|
286955
286936
|
],
|
|
286956
286937
|
"required": false,
|
|
286957
286938
|
"type": {
|
|
286958
|
-
"name": "
|
|
286939
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286959
286940
|
}
|
|
286960
286941
|
},
|
|
286961
|
-
"
|
|
286942
|
+
"onLostPointerCapture": {
|
|
286962
286943
|
"defaultValue": null,
|
|
286963
286944
|
"description": "",
|
|
286964
|
-
"name": "
|
|
286945
|
+
"name": "onLostPointerCapture",
|
|
286965
286946
|
"parent": {
|
|
286966
286947
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286967
286948
|
"name": "GlobalDOMEvents"
|
|
@@ -286974,13 +286955,13 @@
|
|
|
286974
286955
|
],
|
|
286975
286956
|
"required": false,
|
|
286976
286957
|
"type": {
|
|
286977
|
-
"name": "
|
|
286958
|
+
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286978
286959
|
}
|
|
286979
286960
|
},
|
|
286980
|
-
"
|
|
286961
|
+
"onLostPointerCaptureCapture": {
|
|
286981
286962
|
"defaultValue": null,
|
|
286982
286963
|
"description": "",
|
|
286983
|
-
"name": "
|
|
286964
|
+
"name": "onLostPointerCaptureCapture",
|
|
286984
286965
|
"parent": {
|
|
286985
286966
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286986
286967
|
"name": "GlobalDOMEvents"
|
|
@@ -286996,10 +286977,10 @@
|
|
|
286996
286977
|
"name": "PointerEventHandler<HTMLDivElement>"
|
|
286997
286978
|
}
|
|
286998
286979
|
},
|
|
286999
|
-
"
|
|
286980
|
+
"onScroll": {
|
|
287000
286981
|
"defaultValue": null,
|
|
287001
286982
|
"description": "",
|
|
287002
|
-
"name": "
|
|
286983
|
+
"name": "onScroll",
|
|
287003
286984
|
"parent": {
|
|
287004
286985
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287005
286986
|
"name": "GlobalDOMEvents"
|
|
@@ -287012,13 +286993,13 @@
|
|
|
287012
286993
|
],
|
|
287013
286994
|
"required": false,
|
|
287014
286995
|
"type": {
|
|
287015
|
-
"name": "
|
|
286996
|
+
"name": "UIEventHandler<HTMLDivElement>"
|
|
287016
286997
|
}
|
|
287017
286998
|
},
|
|
287018
|
-
"
|
|
286999
|
+
"onScrollCapture": {
|
|
287019
287000
|
"defaultValue": null,
|
|
287020
287001
|
"description": "",
|
|
287021
|
-
"name": "
|
|
287002
|
+
"name": "onScrollCapture",
|
|
287022
287003
|
"parent": {
|
|
287023
287004
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287024
287005
|
"name": "GlobalDOMEvents"
|
|
@@ -287031,13 +287012,13 @@
|
|
|
287031
287012
|
],
|
|
287032
287013
|
"required": false,
|
|
287033
287014
|
"type": {
|
|
287034
|
-
"name": "
|
|
287015
|
+
"name": "UIEventHandler<HTMLDivElement>"
|
|
287035
287016
|
}
|
|
287036
287017
|
},
|
|
287037
|
-
"
|
|
287018
|
+
"onWheel": {
|
|
287038
287019
|
"defaultValue": null,
|
|
287039
287020
|
"description": "",
|
|
287040
|
-
"name": "
|
|
287021
|
+
"name": "onWheel",
|
|
287041
287022
|
"parent": {
|
|
287042
287023
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287043
287024
|
"name": "GlobalDOMEvents"
|
|
@@ -287050,13 +287031,13 @@
|
|
|
287050
287031
|
],
|
|
287051
287032
|
"required": false,
|
|
287052
287033
|
"type": {
|
|
287053
|
-
"name": "
|
|
287034
|
+
"name": "WheelEventHandler<HTMLDivElement>"
|
|
287054
287035
|
}
|
|
287055
287036
|
},
|
|
287056
|
-
"
|
|
287037
|
+
"onWheelCapture": {
|
|
287057
287038
|
"defaultValue": null,
|
|
287058
287039
|
"description": "",
|
|
287059
|
-
"name": "
|
|
287040
|
+
"name": "onWheelCapture",
|
|
287060
287041
|
"parent": {
|
|
287061
287042
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287062
287043
|
"name": "GlobalDOMEvents"
|
|
@@ -287069,13 +287050,13 @@
|
|
|
287069
287050
|
],
|
|
287070
287051
|
"required": false,
|
|
287071
287052
|
"type": {
|
|
287072
|
-
"name": "
|
|
287053
|
+
"name": "WheelEventHandler<HTMLDivElement>"
|
|
287073
287054
|
}
|
|
287074
287055
|
},
|
|
287075
|
-
"
|
|
287056
|
+
"onAnimationStart": {
|
|
287076
287057
|
"defaultValue": null,
|
|
287077
287058
|
"description": "",
|
|
287078
|
-
"name": "
|
|
287059
|
+
"name": "onAnimationStart",
|
|
287079
287060
|
"parent": {
|
|
287080
287061
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287081
287062
|
"name": "GlobalDOMEvents"
|
|
@@ -287088,13 +287069,13 @@
|
|
|
287088
287069
|
],
|
|
287089
287070
|
"required": false,
|
|
287090
287071
|
"type": {
|
|
287091
|
-
"name": "
|
|
287072
|
+
"name": "AnimationEventHandler<HTMLDivElement>"
|
|
287092
287073
|
}
|
|
287093
287074
|
},
|
|
287094
|
-
"
|
|
287075
|
+
"onAnimationStartCapture": {
|
|
287095
287076
|
"defaultValue": null,
|
|
287096
287077
|
"description": "",
|
|
287097
|
-
"name": "
|
|
287078
|
+
"name": "onAnimationStartCapture",
|
|
287098
287079
|
"parent": {
|
|
287099
287080
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287100
287081
|
"name": "GlobalDOMEvents"
|
|
@@ -287107,13 +287088,13 @@
|
|
|
287107
287088
|
],
|
|
287108
287089
|
"required": false,
|
|
287109
287090
|
"type": {
|
|
287110
|
-
"name": "
|
|
287091
|
+
"name": "AnimationEventHandler<HTMLDivElement>"
|
|
287111
287092
|
}
|
|
287112
287093
|
},
|
|
287113
|
-
"
|
|
287094
|
+
"onAnimationEnd": {
|
|
287114
287095
|
"defaultValue": null,
|
|
287115
287096
|
"description": "",
|
|
287116
|
-
"name": "
|
|
287097
|
+
"name": "onAnimationEnd",
|
|
287117
287098
|
"parent": {
|
|
287118
287099
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287119
287100
|
"name": "GlobalDOMEvents"
|
|
@@ -287126,13 +287107,13 @@
|
|
|
287126
287107
|
],
|
|
287127
287108
|
"required": false,
|
|
287128
287109
|
"type": {
|
|
287129
|
-
"name": "
|
|
287110
|
+
"name": "AnimationEventHandler<HTMLDivElement>"
|
|
287130
287111
|
}
|
|
287131
287112
|
},
|
|
287132
|
-
"
|
|
287113
|
+
"onAnimationEndCapture": {
|
|
287133
287114
|
"defaultValue": null,
|
|
287134
287115
|
"description": "",
|
|
287135
|
-
"name": "
|
|
287116
|
+
"name": "onAnimationEndCapture",
|
|
287136
287117
|
"parent": {
|
|
287137
287118
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287138
287119
|
"name": "GlobalDOMEvents"
|
|
@@ -287145,13 +287126,13 @@
|
|
|
287145
287126
|
],
|
|
287146
287127
|
"required": false,
|
|
287147
287128
|
"type": {
|
|
287148
|
-
"name": "
|
|
287129
|
+
"name": "AnimationEventHandler<HTMLDivElement>"
|
|
287149
287130
|
}
|
|
287150
287131
|
},
|
|
287151
|
-
"
|
|
287132
|
+
"onAnimationIteration": {
|
|
287152
287133
|
"defaultValue": null,
|
|
287153
287134
|
"description": "",
|
|
287154
|
-
"name": "
|
|
287135
|
+
"name": "onAnimationIteration",
|
|
287155
287136
|
"parent": {
|
|
287156
287137
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287157
287138
|
"name": "GlobalDOMEvents"
|
|
@@ -287164,13 +287145,13 @@
|
|
|
287164
287145
|
],
|
|
287165
287146
|
"required": false,
|
|
287166
287147
|
"type": {
|
|
287167
|
-
"name": "
|
|
287148
|
+
"name": "AnimationEventHandler<HTMLDivElement>"
|
|
287168
287149
|
}
|
|
287169
287150
|
},
|
|
287170
|
-
"
|
|
287151
|
+
"onAnimationIterationCapture": {
|
|
287171
287152
|
"defaultValue": null,
|
|
287172
287153
|
"description": "",
|
|
287173
|
-
"name": "
|
|
287154
|
+
"name": "onAnimationIterationCapture",
|
|
287174
287155
|
"parent": {
|
|
287175
287156
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287176
287157
|
"name": "GlobalDOMEvents"
|
|
@@ -287183,13 +287164,13 @@
|
|
|
287183
287164
|
],
|
|
287184
287165
|
"required": false,
|
|
287185
287166
|
"type": {
|
|
287186
|
-
"name": "
|
|
287167
|
+
"name": "AnimationEventHandler<HTMLDivElement>"
|
|
287187
287168
|
}
|
|
287188
287169
|
},
|
|
287189
|
-
"
|
|
287170
|
+
"onTransitionCancel": {
|
|
287190
287171
|
"defaultValue": null,
|
|
287191
287172
|
"description": "",
|
|
287192
|
-
"name": "
|
|
287173
|
+
"name": "onTransitionCancel",
|
|
287193
287174
|
"parent": {
|
|
287194
287175
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287195
287176
|
"name": "GlobalDOMEvents"
|
|
@@ -287202,13 +287183,13 @@
|
|
|
287202
287183
|
],
|
|
287203
287184
|
"required": false,
|
|
287204
287185
|
"type": {
|
|
287205
|
-
"name": "
|
|
287186
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287206
287187
|
}
|
|
287207
287188
|
},
|
|
287208
|
-
"
|
|
287189
|
+
"onTransitionCancelCapture": {
|
|
287209
287190
|
"defaultValue": null,
|
|
287210
287191
|
"description": "",
|
|
287211
|
-
"name": "
|
|
287192
|
+
"name": "onTransitionCancelCapture",
|
|
287212
287193
|
"parent": {
|
|
287213
287194
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287214
287195
|
"name": "GlobalDOMEvents"
|
|
@@ -287221,13 +287202,13 @@
|
|
|
287221
287202
|
],
|
|
287222
287203
|
"required": false,
|
|
287223
287204
|
"type": {
|
|
287224
|
-
"name": "
|
|
287205
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287225
287206
|
}
|
|
287226
287207
|
},
|
|
287227
|
-
"
|
|
287208
|
+
"onTransitionEnd": {
|
|
287228
287209
|
"defaultValue": null,
|
|
287229
287210
|
"description": "",
|
|
287230
|
-
"name": "
|
|
287211
|
+
"name": "onTransitionEnd",
|
|
287231
287212
|
"parent": {
|
|
287232
287213
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287233
287214
|
"name": "GlobalDOMEvents"
|
|
@@ -287240,13 +287221,13 @@
|
|
|
287240
287221
|
],
|
|
287241
287222
|
"required": false,
|
|
287242
287223
|
"type": {
|
|
287243
|
-
"name": "
|
|
287224
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287244
287225
|
}
|
|
287245
287226
|
},
|
|
287246
|
-
"
|
|
287227
|
+
"onTransitionEndCapture": {
|
|
287247
287228
|
"defaultValue": null,
|
|
287248
287229
|
"description": "",
|
|
287249
|
-
"name": "
|
|
287230
|
+
"name": "onTransitionEndCapture",
|
|
287250
287231
|
"parent": {
|
|
287251
287232
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287252
287233
|
"name": "GlobalDOMEvents"
|
|
@@ -287259,13 +287240,13 @@
|
|
|
287259
287240
|
],
|
|
287260
287241
|
"required": false,
|
|
287261
287242
|
"type": {
|
|
287262
|
-
"name": "
|
|
287243
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287263
287244
|
}
|
|
287264
287245
|
},
|
|
287265
|
-
"
|
|
287246
|
+
"onTransitionRun": {
|
|
287266
287247
|
"defaultValue": null,
|
|
287267
287248
|
"description": "",
|
|
287268
|
-
"name": "
|
|
287249
|
+
"name": "onTransitionRun",
|
|
287269
287250
|
"parent": {
|
|
287270
287251
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287271
287252
|
"name": "GlobalDOMEvents"
|
|
@@ -287278,13 +287259,13 @@
|
|
|
287278
287259
|
],
|
|
287279
287260
|
"required": false,
|
|
287280
287261
|
"type": {
|
|
287281
|
-
"name": "
|
|
287262
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287282
287263
|
}
|
|
287283
287264
|
},
|
|
287284
|
-
"
|
|
287265
|
+
"onTransitionRunCapture": {
|
|
287285
287266
|
"defaultValue": null,
|
|
287286
287267
|
"description": "",
|
|
287287
|
-
"name": "
|
|
287268
|
+
"name": "onTransitionRunCapture",
|
|
287288
287269
|
"parent": {
|
|
287289
287270
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287290
287271
|
"name": "GlobalDOMEvents"
|
|
@@ -287297,13 +287278,13 @@
|
|
|
287297
287278
|
],
|
|
287298
287279
|
"required": false,
|
|
287299
287280
|
"type": {
|
|
287300
|
-
"name": "
|
|
287281
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287301
287282
|
}
|
|
287302
287283
|
},
|
|
287303
|
-
"
|
|
287284
|
+
"onTransitionStart": {
|
|
287304
287285
|
"defaultValue": null,
|
|
287305
287286
|
"description": "",
|
|
287306
|
-
"name": "
|
|
287287
|
+
"name": "onTransitionStart",
|
|
287307
287288
|
"parent": {
|
|
287308
287289
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287309
287290
|
"name": "GlobalDOMEvents"
|
|
@@ -287316,13 +287297,13 @@
|
|
|
287316
287297
|
],
|
|
287317
287298
|
"required": false,
|
|
287318
287299
|
"type": {
|
|
287319
|
-
"name": "
|
|
287300
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287320
287301
|
}
|
|
287321
287302
|
},
|
|
287322
|
-
"
|
|
287303
|
+
"onTransitionStartCapture": {
|
|
287323
287304
|
"defaultValue": null,
|
|
287324
287305
|
"description": "",
|
|
287325
|
-
"name": "
|
|
287306
|
+
"name": "onTransitionStartCapture",
|
|
287326
287307
|
"parent": {
|
|
287327
287308
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287328
287309
|
"name": "GlobalDOMEvents"
|
|
@@ -287335,510 +287316,533 @@
|
|
|
287335
287316
|
],
|
|
287336
287317
|
"required": false,
|
|
287337
287318
|
"type": {
|
|
287338
|
-
"name": "
|
|
287319
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287339
287320
|
}
|
|
287340
|
-
}
|
|
287341
|
-
|
|
287342
|
-
|
|
287343
|
-
|
|
287344
|
-
|
|
287321
|
+
}
|
|
287322
|
+
}
|
|
287323
|
+
},
|
|
287324
|
+
{
|
|
287325
|
+
"tags": {
|
|
287326
|
+
"flr-generate": "all"
|
|
287327
|
+
},
|
|
287328
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
287329
|
+
"description": "",
|
|
287330
|
+
"displayName": "TableRow",
|
|
287331
|
+
"methods": [],
|
|
287332
|
+
"props": {
|
|
287333
|
+
"className": {
|
|
287334
|
+
"defaultValue": {
|
|
287335
|
+
"value": "'react-aria-Tooltip'"
|
|
287336
|
+
},
|
|
287337
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
287338
|
+
"name": "className",
|
|
287345
287339
|
"parent": {
|
|
287346
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287347
|
-
"name": "
|
|
287340
|
+
"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",
|
|
287341
|
+
"name": "TooltipProps"
|
|
287348
287342
|
},
|
|
287349
287343
|
"declarations": [
|
|
287350
287344
|
{
|
|
287351
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287352
|
-
"name": "
|
|
287345
|
+
"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",
|
|
287346
|
+
"name": "TooltipProps"
|
|
287353
287347
|
}
|
|
287354
287348
|
],
|
|
287355
287349
|
"required": false,
|
|
287356
287350
|
"type": {
|
|
287357
|
-
"name": "
|
|
287351
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
287358
287352
|
}
|
|
287359
287353
|
},
|
|
287360
|
-
"
|
|
287354
|
+
"columns": {
|
|
287361
287355
|
"defaultValue": null,
|
|
287362
|
-
"description": "",
|
|
287363
|
-
"name": "
|
|
287356
|
+
"description": "A list of table columns.",
|
|
287357
|
+
"name": "columns",
|
|
287364
287358
|
"parent": {
|
|
287365
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287366
|
-
"name": "
|
|
287359
|
+
"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": "TableHeaderProps"
|
|
287367
287361
|
},
|
|
287368
287362
|
"declarations": [
|
|
287369
287363
|
{
|
|
287370
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287371
|
-
"name": "
|
|
287364
|
+
"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": "TableHeaderProps"
|
|
287372
287366
|
}
|
|
287373
287367
|
],
|
|
287374
287368
|
"required": false,
|
|
287375
287369
|
"type": {
|
|
287376
|
-
"name": "
|
|
287370
|
+
"name": "Iterable<never>"
|
|
287377
287371
|
}
|
|
287378
287372
|
},
|
|
287379
|
-
"
|
|
287373
|
+
"children": {
|
|
287380
287374
|
"defaultValue": null,
|
|
287381
|
-
"description": "",
|
|
287382
|
-
"name": "
|
|
287375
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
287376
|
+
"name": "children",
|
|
287383
287377
|
"parent": {
|
|
287384
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287385
|
-
"name": "
|
|
287378
|
+
"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",
|
|
287379
|
+
"name": "TableProps"
|
|
287386
287380
|
},
|
|
287387
287381
|
"declarations": [
|
|
287388
287382
|
{
|
|
287389
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287390
|
-
"name": "
|
|
287383
|
+
"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",
|
|
287384
|
+
"name": "TableProps"
|
|
287391
287385
|
}
|
|
287392
287386
|
],
|
|
287393
287387
|
"required": false,
|
|
287394
287388
|
"type": {
|
|
287395
|
-
"name": "
|
|
287389
|
+
"name": "ReactNode"
|
|
287396
287390
|
}
|
|
287397
287391
|
},
|
|
287398
|
-
"
|
|
287392
|
+
"value": {
|
|
287399
287393
|
"defaultValue": null,
|
|
287400
|
-
"description": "",
|
|
287401
|
-
"name": "
|
|
287394
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
287395
|
+
"name": "value",
|
|
287402
287396
|
"parent": {
|
|
287403
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287404
|
-
"name": "
|
|
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"
|
|
287405
287399
|
},
|
|
287406
287400
|
"declarations": [
|
|
287407
287401
|
{
|
|
287408
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287409
|
-
"name": "
|
|
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"
|
|
287410
287404
|
}
|
|
287411
287405
|
],
|
|
287412
287406
|
"required": false,
|
|
287413
287407
|
"type": {
|
|
287414
|
-
"name": "
|
|
287408
|
+
"name": "object"
|
|
287415
287409
|
}
|
|
287416
287410
|
},
|
|
287417
|
-
"
|
|
287411
|
+
"dependencies": {
|
|
287418
287412
|
"defaultValue": null,
|
|
287419
|
-
"description": "",
|
|
287420
|
-
"name": "
|
|
287413
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
287414
|
+
"name": "dependencies",
|
|
287421
287415
|
"parent": {
|
|
287422
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287423
|
-
"name": "
|
|
287416
|
+
"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",
|
|
287417
|
+
"name": "CollectionProps"
|
|
287424
287418
|
},
|
|
287425
287419
|
"declarations": [
|
|
287426
287420
|
{
|
|
287427
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287428
|
-
"name": "
|
|
287421
|
+
"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",
|
|
287422
|
+
"name": "CollectionProps"
|
|
287429
287423
|
}
|
|
287430
287424
|
],
|
|
287431
287425
|
"required": false,
|
|
287432
287426
|
"type": {
|
|
287433
|
-
"name": "
|
|
287427
|
+
"name": "readonly any[]"
|
|
287434
287428
|
}
|
|
287435
287429
|
},
|
|
287436
|
-
"
|
|
287430
|
+
"textValue": {
|
|
287437
287431
|
"defaultValue": null,
|
|
287438
|
-
"description": "",
|
|
287439
|
-
"name": "
|
|
287432
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
287433
|
+
"name": "textValue",
|
|
287440
287434
|
"parent": {
|
|
287441
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287442
|
-
"name": "
|
|
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"
|
|
287443
287437
|
},
|
|
287444
287438
|
"declarations": [
|
|
287445
287439
|
{
|
|
287446
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287447
|
-
"name": "
|
|
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"
|
|
287448
287442
|
}
|
|
287449
287443
|
],
|
|
287450
287444
|
"required": false,
|
|
287451
287445
|
"type": {
|
|
287452
|
-
"name": "
|
|
287446
|
+
"name": "string"
|
|
287453
287447
|
}
|
|
287454
287448
|
},
|
|
287455
|
-
"
|
|
287449
|
+
"isDisabled": {
|
|
287456
287450
|
"defaultValue": null,
|
|
287457
|
-
"description": "",
|
|
287458
|
-
"name": "
|
|
287451
|
+
"description": "Whether the item is disabled.",
|
|
287452
|
+
"name": "isDisabled",
|
|
287459
287453
|
"parent": {
|
|
287460
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287461
|
-
"name": "
|
|
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"
|
|
287462
287456
|
},
|
|
287463
287457
|
"declarations": [
|
|
287464
287458
|
{
|
|
287465
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287466
|
-
"name": "
|
|
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"
|
|
287467
287461
|
}
|
|
287468
287462
|
],
|
|
287469
287463
|
"required": false,
|
|
287470
287464
|
"type": {
|
|
287471
|
-
"name": "
|
|
287465
|
+
"name": "boolean"
|
|
287472
287466
|
}
|
|
287473
287467
|
},
|
|
287474
|
-
"
|
|
287468
|
+
"onAction": {
|
|
287475
287469
|
"defaultValue": null,
|
|
287476
|
-
"description": "",
|
|
287477
|
-
"name": "
|
|
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",
|
|
287478
287472
|
"parent": {
|
|
287479
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287480
|
-
"name": "
|
|
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"
|
|
287481
287475
|
},
|
|
287482
287476
|
"declarations": [
|
|
287483
287477
|
{
|
|
287484
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287485
|
-
"name": "
|
|
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"
|
|
287486
287480
|
}
|
|
287487
287481
|
],
|
|
287488
287482
|
"required": false,
|
|
287489
287483
|
"type": {
|
|
287490
|
-
"name": "
|
|
287484
|
+
"name": "(() => void)"
|
|
287491
287485
|
}
|
|
287492
287486
|
},
|
|
287493
|
-
"
|
|
287487
|
+
"id": {
|
|
287494
287488
|
"defaultValue": null,
|
|
287495
|
-
"description": "",
|
|
287496
|
-
"name": "
|
|
287489
|
+
"description": "The unique id of the item.",
|
|
287490
|
+
"name": "id",
|
|
287497
287491
|
"parent": {
|
|
287498
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287499
|
-
"name": "
|
|
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"
|
|
287500
287494
|
},
|
|
287501
287495
|
"declarations": [
|
|
287502
287496
|
{
|
|
287503
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287504
|
-
"name": "
|
|
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"
|
|
287505
287499
|
}
|
|
287506
287500
|
],
|
|
287507
287501
|
"required": false,
|
|
287508
287502
|
"type": {
|
|
287509
|
-
"name": "
|
|
287503
|
+
"name": "Key"
|
|
287510
287504
|
}
|
|
287511
287505
|
},
|
|
287512
|
-
"
|
|
287506
|
+
"style": {
|
|
287513
287507
|
"defaultValue": null,
|
|
287514
|
-
"description": "",
|
|
287515
|
-
"name": "
|
|
287508
|
+
"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.",
|
|
287509
|
+
"name": "style",
|
|
287510
|
+
"parent": {
|
|
287511
|
+
"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",
|
|
287512
|
+
"name": "StyleRenderProps"
|
|
287513
|
+
},
|
|
287514
|
+
"declarations": [
|
|
287515
|
+
{
|
|
287516
|
+
"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",
|
|
287517
|
+
"name": "StyleRenderProps"
|
|
287518
|
+
}
|
|
287519
|
+
],
|
|
287520
|
+
"required": false,
|
|
287521
|
+
"type": {
|
|
287522
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
287523
|
+
}
|
|
287524
|
+
},
|
|
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",
|
|
287516
287529
|
"parent": {
|
|
287517
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",
|
|
287518
|
-
"name": "
|
|
287531
|
+
"name": "LinkDOMProps"
|
|
287519
287532
|
},
|
|
287520
287533
|
"declarations": [
|
|
287521
287534
|
{
|
|
287522
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",
|
|
287523
|
-
"name": "
|
|
287536
|
+
"name": "LinkDOMProps"
|
|
287524
287537
|
}
|
|
287525
287538
|
],
|
|
287526
287539
|
"required": false,
|
|
287527
287540
|
"type": {
|
|
287528
|
-
"name": "
|
|
287541
|
+
"name": "string"
|
|
287529
287542
|
}
|
|
287530
287543
|
},
|
|
287531
|
-
"
|
|
287544
|
+
"hrefLang": {
|
|
287532
287545
|
"defaultValue": null,
|
|
287533
|
-
"description": "",
|
|
287534
|
-
"name": "
|
|
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",
|
|
287535
287548
|
"parent": {
|
|
287536
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",
|
|
287537
|
-
"name": "
|
|
287550
|
+
"name": "LinkDOMProps"
|
|
287538
287551
|
},
|
|
287539
287552
|
"declarations": [
|
|
287540
287553
|
{
|
|
287541
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",
|
|
287542
|
-
"name": "
|
|
287555
|
+
"name": "LinkDOMProps"
|
|
287543
287556
|
}
|
|
287544
287557
|
],
|
|
287545
287558
|
"required": false,
|
|
287546
287559
|
"type": {
|
|
287547
|
-
"name": "
|
|
287560
|
+
"name": "string"
|
|
287548
287561
|
}
|
|
287549
287562
|
},
|
|
287550
|
-
"
|
|
287563
|
+
"target": {
|
|
287551
287564
|
"defaultValue": null,
|
|
287552
|
-
"description": "",
|
|
287553
|
-
"name": "
|
|
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",
|
|
287554
287567
|
"parent": {
|
|
287555
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",
|
|
287556
|
-
"name": "
|
|
287569
|
+
"name": "LinkDOMProps"
|
|
287557
287570
|
},
|
|
287558
287571
|
"declarations": [
|
|
287559
287572
|
{
|
|
287560
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",
|
|
287561
|
-
"name": "
|
|
287574
|
+
"name": "LinkDOMProps"
|
|
287562
287575
|
}
|
|
287563
287576
|
],
|
|
287564
287577
|
"required": false,
|
|
287565
287578
|
"type": {
|
|
287566
|
-
"name": "
|
|
287579
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
287567
287580
|
}
|
|
287568
287581
|
},
|
|
287569
|
-
"
|
|
287582
|
+
"rel": {
|
|
287570
287583
|
"defaultValue": null,
|
|
287571
|
-
"description": "",
|
|
287572
|
-
"name": "
|
|
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",
|
|
287573
287586
|
"parent": {
|
|
287574
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",
|
|
287575
|
-
"name": "
|
|
287588
|
+
"name": "LinkDOMProps"
|
|
287576
287589
|
},
|
|
287577
287590
|
"declarations": [
|
|
287578
287591
|
{
|
|
287579
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",
|
|
287580
|
-
"name": "
|
|
287593
|
+
"name": "LinkDOMProps"
|
|
287581
287594
|
}
|
|
287582
287595
|
],
|
|
287583
287596
|
"required": false,
|
|
287584
287597
|
"type": {
|
|
287585
|
-
"name": "
|
|
287598
|
+
"name": "string"
|
|
287586
287599
|
}
|
|
287587
287600
|
},
|
|
287588
|
-
"
|
|
287601
|
+
"download": {
|
|
287589
287602
|
"defaultValue": null,
|
|
287590
|
-
"description": "",
|
|
287591
|
-
"name": "
|
|
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",
|
|
287592
287605
|
"parent": {
|
|
287593
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",
|
|
287594
|
-
"name": "
|
|
287607
|
+
"name": "LinkDOMProps"
|
|
287595
287608
|
},
|
|
287596
287609
|
"declarations": [
|
|
287597
287610
|
{
|
|
287598
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",
|
|
287599
|
-
"name": "
|
|
287612
|
+
"name": "LinkDOMProps"
|
|
287600
287613
|
}
|
|
287601
287614
|
],
|
|
287602
287615
|
"required": false,
|
|
287603
287616
|
"type": {
|
|
287604
|
-
"name": "
|
|
287617
|
+
"name": "string | boolean"
|
|
287605
287618
|
}
|
|
287606
287619
|
},
|
|
287607
|
-
"
|
|
287620
|
+
"ping": {
|
|
287608
287621
|
"defaultValue": null,
|
|
287609
|
-
"description": "",
|
|
287610
|
-
"name": "
|
|
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",
|
|
287611
287624
|
"parent": {
|
|
287612
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",
|
|
287613
|
-
"name": "
|
|
287626
|
+
"name": "LinkDOMProps"
|
|
287614
287627
|
},
|
|
287615
287628
|
"declarations": [
|
|
287616
287629
|
{
|
|
287617
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",
|
|
287618
|
-
"name": "
|
|
287631
|
+
"name": "LinkDOMProps"
|
|
287619
287632
|
}
|
|
287620
287633
|
],
|
|
287621
287634
|
"required": false,
|
|
287622
287635
|
"type": {
|
|
287623
|
-
"name": "
|
|
287636
|
+
"name": "string"
|
|
287624
287637
|
}
|
|
287625
287638
|
},
|
|
287626
|
-
"
|
|
287639
|
+
"referrerPolicy": {
|
|
287627
287640
|
"defaultValue": null,
|
|
287628
|
-
"description": "",
|
|
287629
|
-
"name": "
|
|
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",
|
|
287630
287643
|
"parent": {
|
|
287631
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",
|
|
287632
|
-
"name": "
|
|
287645
|
+
"name": "LinkDOMProps"
|
|
287633
287646
|
},
|
|
287634
287647
|
"declarations": [
|
|
287635
287648
|
{
|
|
287636
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",
|
|
287637
|
-
"name": "
|
|
287650
|
+
"name": "LinkDOMProps"
|
|
287638
287651
|
}
|
|
287639
287652
|
],
|
|
287640
287653
|
"required": false,
|
|
287641
287654
|
"type": {
|
|
287642
|
-
"name": "
|
|
287655
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
287643
287656
|
}
|
|
287644
287657
|
},
|
|
287645
|
-
"
|
|
287658
|
+
"routerOptions": {
|
|
287646
287659
|
"defaultValue": null,
|
|
287647
|
-
"description": "",
|
|
287648
|
-
"name": "
|
|
287660
|
+
"description": "Options for the configured client side router.",
|
|
287661
|
+
"name": "routerOptions",
|
|
287649
287662
|
"parent": {
|
|
287650
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",
|
|
287651
|
-
"name": "
|
|
287664
|
+
"name": "LinkDOMProps"
|
|
287652
287665
|
},
|
|
287653
287666
|
"declarations": [
|
|
287654
287667
|
{
|
|
287655
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",
|
|
287656
|
-
"name": "
|
|
287669
|
+
"name": "LinkDOMProps"
|
|
287657
287670
|
}
|
|
287658
287671
|
],
|
|
287659
287672
|
"required": false,
|
|
287660
287673
|
"type": {
|
|
287661
|
-
"name": "
|
|
287674
|
+
"name": "undefined"
|
|
287662
287675
|
}
|
|
287663
287676
|
},
|
|
287664
|
-
"
|
|
287677
|
+
"onHoverStart": {
|
|
287665
287678
|
"defaultValue": null,
|
|
287666
|
-
"description": "
|
|
287667
|
-
"name": "
|
|
287679
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
287680
|
+
"name": "onHoverStart",
|
|
287681
|
+
"parent": {
|
|
287682
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287683
|
+
"name": "HoverEvents"
|
|
287684
|
+
},
|
|
287668
287685
|
"declarations": [
|
|
287669
287686
|
{
|
|
287670
|
-
"fileName": "
|
|
287671
|
-
"name": "
|
|
287687
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287688
|
+
"name": "HoverEvents"
|
|
287672
287689
|
}
|
|
287673
287690
|
],
|
|
287674
287691
|
"required": false,
|
|
287675
287692
|
"type": {
|
|
287676
|
-
"name": "
|
|
287693
|
+
"name": "((e: HoverEvent) => void)"
|
|
287677
287694
|
}
|
|
287678
|
-
}
|
|
287679
|
-
|
|
287680
|
-
|
|
287681
|
-
|
|
287682
|
-
|
|
287683
|
-
"flr-generate": "all"
|
|
287684
|
-
},
|
|
287685
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
287686
|
-
"description": "",
|
|
287687
|
-
"displayName": "TableHeader",
|
|
287688
|
-
"methods": [],
|
|
287689
|
-
"props": {
|
|
287690
|
-
"className": {
|
|
287691
|
-
"defaultValue": {
|
|
287692
|
-
"value": "'react-aria-Tooltip'"
|
|
287693
|
-
},
|
|
287694
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
287695
|
-
"name": "className",
|
|
287695
|
+
},
|
|
287696
|
+
"onHoverEnd": {
|
|
287697
|
+
"defaultValue": null,
|
|
287698
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
287699
|
+
"name": "onHoverEnd",
|
|
287696
287700
|
"parent": {
|
|
287697
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287698
|
-
"name": "
|
|
287701
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287702
|
+
"name": "HoverEvents"
|
|
287699
287703
|
},
|
|
287700
287704
|
"declarations": [
|
|
287701
287705
|
{
|
|
287702
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287703
|
-
"name": "
|
|
287706
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287707
|
+
"name": "HoverEvents"
|
|
287704
287708
|
}
|
|
287705
287709
|
],
|
|
287706
287710
|
"required": false,
|
|
287707
287711
|
"type": {
|
|
287708
|
-
"name": "
|
|
287712
|
+
"name": "((e: HoverEvent) => void)"
|
|
287709
287713
|
}
|
|
287710
287714
|
},
|
|
287711
|
-
"
|
|
287715
|
+
"onHoverChange": {
|
|
287712
287716
|
"defaultValue": null,
|
|
287713
|
-
"description": "
|
|
287714
|
-
"name": "
|
|
287717
|
+
"description": "Handler that is called when the hover state changes.",
|
|
287718
|
+
"name": "onHoverChange",
|
|
287715
287719
|
"parent": {
|
|
287716
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287717
|
-
"name": "
|
|
287720
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287721
|
+
"name": "HoverEvents"
|
|
287718
287722
|
},
|
|
287719
287723
|
"declarations": [
|
|
287720
287724
|
{
|
|
287721
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287722
|
-
"name": "
|
|
287725
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287726
|
+
"name": "HoverEvents"
|
|
287723
287727
|
}
|
|
287724
287728
|
],
|
|
287725
287729
|
"required": false,
|
|
287726
287730
|
"type": {
|
|
287727
|
-
"name": "
|
|
287731
|
+
"name": "((isHovering: boolean) => void)"
|
|
287728
287732
|
}
|
|
287729
287733
|
},
|
|
287730
|
-
"
|
|
287734
|
+
"onPress": {
|
|
287731
287735
|
"defaultValue": null,
|
|
287732
|
-
"description": "
|
|
287733
|
-
"name": "
|
|
287736
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
287737
|
+
"name": "onPress",
|
|
287734
287738
|
"parent": {
|
|
287735
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287736
|
-
"name": "
|
|
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"
|
|
287737
287741
|
},
|
|
287738
287742
|
"declarations": [
|
|
287739
287743
|
{
|
|
287740
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287741
|
-
"name": "
|
|
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"
|
|
287742
287746
|
}
|
|
287743
287747
|
],
|
|
287744
287748
|
"required": false,
|
|
287745
287749
|
"type": {
|
|
287746
|
-
"name": "
|
|
287750
|
+
"name": "((e: PressEvent) => void)"
|
|
287747
287751
|
}
|
|
287748
287752
|
},
|
|
287749
|
-
"
|
|
287753
|
+
"onPressStart": {
|
|
287750
287754
|
"defaultValue": null,
|
|
287751
|
-
"description": "
|
|
287752
|
-
"name": "
|
|
287755
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
287756
|
+
"name": "onPressStart",
|
|
287753
287757
|
"parent": {
|
|
287754
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287755
|
-
"name": "
|
|
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"
|
|
287756
287760
|
},
|
|
287757
287761
|
"declarations": [
|
|
287758
287762
|
{
|
|
287759
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287760
|
-
"name": "
|
|
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"
|
|
287761
287765
|
}
|
|
287762
287766
|
],
|
|
287763
287767
|
"required": false,
|
|
287764
287768
|
"type": {
|
|
287765
|
-
"name": "
|
|
287769
|
+
"name": "((e: PressEvent) => void)"
|
|
287766
287770
|
}
|
|
287767
287771
|
},
|
|
287768
|
-
"
|
|
287772
|
+
"onPressEnd": {
|
|
287769
287773
|
"defaultValue": null,
|
|
287770
|
-
"description": "
|
|
287771
|
-
"name": "
|
|
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",
|
|
287772
287776
|
"parent": {
|
|
287773
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287774
|
-
"name": "
|
|
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"
|
|
287775
287779
|
},
|
|
287776
287780
|
"declarations": [
|
|
287777
287781
|
{
|
|
287778
|
-
"fileName": "flow/node_modules/.pnpm
|
|
287779
|
-
"name": "
|
|
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"
|
|
287780
287784
|
}
|
|
287781
287785
|
],
|
|
287782
287786
|
"required": false,
|
|
287783
287787
|
"type": {
|
|
287784
|
-
"name": "
|
|
287788
|
+
"name": "((e: PressEvent) => void)"
|
|
287785
287789
|
}
|
|
287786
287790
|
},
|
|
287787
|
-
"
|
|
287791
|
+
"onPressChange": {
|
|
287788
287792
|
"defaultValue": null,
|
|
287789
|
-
"description": "Handler that is called when
|
|
287790
|
-
"name": "
|
|
287793
|
+
"description": "Handler that is called when the press state changes.",
|
|
287794
|
+
"name": "onPressChange",
|
|
287791
287795
|
"parent": {
|
|
287792
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",
|
|
287793
|
-
"name": "
|
|
287797
|
+
"name": "PressEvents"
|
|
287794
287798
|
},
|
|
287795
287799
|
"declarations": [
|
|
287796
287800
|
{
|
|
287797
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",
|
|
287798
|
-
"name": "
|
|
287802
|
+
"name": "PressEvents"
|
|
287799
287803
|
}
|
|
287800
287804
|
],
|
|
287801
287805
|
"required": false,
|
|
287802
287806
|
"type": {
|
|
287803
|
-
"name": "((
|
|
287807
|
+
"name": "((isPressed: boolean) => void)"
|
|
287804
287808
|
}
|
|
287805
287809
|
},
|
|
287806
|
-
"
|
|
287810
|
+
"onPressUp": {
|
|
287807
287811
|
"defaultValue": null,
|
|
287808
|
-
"description": "Handler that is called when a
|
|
287809
|
-
"name": "
|
|
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",
|
|
287810
287814
|
"parent": {
|
|
287811
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",
|
|
287812
|
-
"name": "
|
|
287816
|
+
"name": "PressEvents"
|
|
287813
287817
|
},
|
|
287814
287818
|
"declarations": [
|
|
287815
287819
|
{
|
|
287816
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",
|
|
287817
|
-
"name": "
|
|
287821
|
+
"name": "PressEvents"
|
|
287818
287822
|
}
|
|
287819
287823
|
],
|
|
287820
287824
|
"required": false,
|
|
287821
287825
|
"type": {
|
|
287822
|
-
"name": "((e:
|
|
287826
|
+
"name": "((e: PressEvent) => void)"
|
|
287823
287827
|
}
|
|
287824
287828
|
},
|
|
287825
|
-
"
|
|
287829
|
+
"onClick": {
|
|
287826
287830
|
"defaultValue": null,
|
|
287827
|
-
"description": "
|
|
287828
|
-
"name": "
|
|
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",
|
|
287829
287833
|
"parent": {
|
|
287830
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",
|
|
287831
|
-
"name": "
|
|
287835
|
+
"name": "PressEvents"
|
|
287832
287836
|
},
|
|
287833
287837
|
"declarations": [
|
|
287834
287838
|
{
|
|
287835
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",
|
|
287836
|
-
"name": "
|
|
287840
|
+
"name": "PressEvents"
|
|
287837
287841
|
}
|
|
287838
287842
|
],
|
|
287839
287843
|
"required": false,
|
|
287840
287844
|
"type": {
|
|
287841
|
-
"name": "((
|
|
287845
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
287842
287846
|
}
|
|
287843
287847
|
},
|
|
287844
287848
|
"dir": {
|
|
@@ -287936,25 +287940,6 @@
|
|
|
287936
287940
|
"name": "\"yes\" | \"no\""
|
|
287937
287941
|
}
|
|
287938
287942
|
},
|
|
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
|
-
},
|
|
287958
287943
|
"onClickCapture": {
|
|
287959
287944
|
"defaultValue": null,
|
|
287960
287945
|
"description": "",
|
|
@@ -289151,6 +289136,21 @@
|
|
|
289151
289136
|
"type": {
|
|
289152
289137
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
289153
289138
|
}
|
|
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 columns
|
|
289189
|
+
"description": "A list of table columns.",
|
|
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": "TableHeaderProps"
|
|
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": "TableHeaderProps"
|
|
289199
289199
|
}
|
|
289200
289200
|
],
|
|
289201
289201
|
"required": false,
|
|
@@ -297471,9 +297471,9 @@
|
|
|
297471
297471
|
"tags": {
|
|
297472
297472
|
"flr-generate": "all"
|
|
297473
297473
|
},
|
|
297474
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
297474
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
297475
297475
|
"description": "",
|
|
297476
|
-
"displayName": "
|
|
297476
|
+
"displayName": "RadioButton",
|
|
297477
297477
|
"methods": [],
|
|
297478
297478
|
"props": {
|
|
297479
297479
|
"className": {
|
|
@@ -299361,9 +299361,9 @@
|
|
|
299361
299361
|
"tags": {
|
|
299362
299362
|
"flr-generate": "all"
|
|
299363
299363
|
},
|
|
299364
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
299364
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
299365
299365
|
"description": "",
|
|
299366
|
-
"displayName": "
|
|
299366
|
+
"displayName": "Radio",
|
|
299367
299367
|
"methods": [],
|
|
299368
299368
|
"props": {
|
|
299369
299369
|
"className": {
|
|
@@ -301814,53 +301814,6 @@
|
|
|
301814
301814
|
}
|
|
301815
301815
|
}
|
|
301816
301816
|
},
|
|
301817
|
-
{
|
|
301818
|
-
"tags": {},
|
|
301819
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301820
|
-
"description": "",
|
|
301821
|
-
"displayName": "PasswordGenerateButton",
|
|
301822
|
-
"methods": [],
|
|
301823
|
-
"props": {
|
|
301824
|
-
"isDisabled": {
|
|
301825
|
-
"defaultValue": null,
|
|
301826
|
-
"description": "",
|
|
301827
|
-
"name": "isDisabled",
|
|
301828
|
-
"parent": {
|
|
301829
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301830
|
-
"name": "Props"
|
|
301831
|
-
},
|
|
301832
|
-
"declarations": [
|
|
301833
|
-
{
|
|
301834
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301835
|
-
"name": "Props"
|
|
301836
|
-
}
|
|
301837
|
-
],
|
|
301838
|
-
"required": false,
|
|
301839
|
-
"type": {
|
|
301840
|
-
"name": "boolean"
|
|
301841
|
-
}
|
|
301842
|
-
},
|
|
301843
|
-
"onGeneratePasswordAction": {
|
|
301844
|
-
"defaultValue": null,
|
|
301845
|
-
"description": "",
|
|
301846
|
-
"name": "onGeneratePasswordAction",
|
|
301847
|
-
"parent": {
|
|
301848
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301849
|
-
"name": "Props"
|
|
301850
|
-
},
|
|
301851
|
-
"declarations": [
|
|
301852
|
-
{
|
|
301853
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301854
|
-
"name": "Props"
|
|
301855
|
-
}
|
|
301856
|
-
],
|
|
301857
|
-
"required": false,
|
|
301858
|
-
"type": {
|
|
301859
|
-
"name": "ActionFn"
|
|
301860
|
-
}
|
|
301861
|
-
}
|
|
301862
|
-
}
|
|
301863
|
-
},
|
|
301864
301817
|
{
|
|
301865
301818
|
"tags": {
|
|
301866
301819
|
"internal": ""
|
|
@@ -301943,7 +301896,54 @@
|
|
|
301943
301896
|
],
|
|
301944
301897
|
"required": true,
|
|
301945
301898
|
"type": {
|
|
301946
|
-
"name": "ResolvedPolicyValidationResult"
|
|
301899
|
+
"name": "ResolvedPolicyValidationResult"
|
|
301900
|
+
}
|
|
301901
|
+
}
|
|
301902
|
+
}
|
|
301903
|
+
},
|
|
301904
|
+
{
|
|
301905
|
+
"tags": {},
|
|
301906
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301907
|
+
"description": "",
|
|
301908
|
+
"displayName": "PasswordGenerateButton",
|
|
301909
|
+
"methods": [],
|
|
301910
|
+
"props": {
|
|
301911
|
+
"isDisabled": {
|
|
301912
|
+
"defaultValue": null,
|
|
301913
|
+
"description": "",
|
|
301914
|
+
"name": "isDisabled",
|
|
301915
|
+
"parent": {
|
|
301916
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301917
|
+
"name": "Props"
|
|
301918
|
+
},
|
|
301919
|
+
"declarations": [
|
|
301920
|
+
{
|
|
301921
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301922
|
+
"name": "Props"
|
|
301923
|
+
}
|
|
301924
|
+
],
|
|
301925
|
+
"required": false,
|
|
301926
|
+
"type": {
|
|
301927
|
+
"name": "boolean"
|
|
301928
|
+
}
|
|
301929
|
+
},
|
|
301930
|
+
"onGeneratePasswordAction": {
|
|
301931
|
+
"defaultValue": null,
|
|
301932
|
+
"description": "",
|
|
301933
|
+
"name": "onGeneratePasswordAction",
|
|
301934
|
+
"parent": {
|
|
301935
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301936
|
+
"name": "Props"
|
|
301937
|
+
},
|
|
301938
|
+
"declarations": [
|
|
301939
|
+
{
|
|
301940
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301941
|
+
"name": "Props"
|
|
301942
|
+
}
|
|
301943
|
+
],
|
|
301944
|
+
"required": false,
|
|
301945
|
+
"type": {
|
|
301946
|
+
"name": "ActionFn"
|
|
301947
301947
|
}
|
|
301948
301948
|
}
|
|
301949
301949
|
}
|
|
@@ -311181,161 +311181,6 @@
|
|
|
311181
311181
|
}
|
|
311182
311182
|
}
|
|
311183
311183
|
},
|
|
311184
|
-
{
|
|
311185
|
-
"tags": {
|
|
311186
|
-
"flr-generate": "all"
|
|
311187
|
-
},
|
|
311188
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311189
|
-
"description": "",
|
|
311190
|
-
"displayName": "ContextMenuSection",
|
|
311191
|
-
"methods": [],
|
|
311192
|
-
"props": {
|
|
311193
|
-
"children": {
|
|
311194
|
-
"defaultValue": null,
|
|
311195
|
-
"description": "",
|
|
311196
|
-
"name": "children",
|
|
311197
|
-
"declarations": [
|
|
311198
|
-
{
|
|
311199
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311200
|
-
"name": "TypeLiteral"
|
|
311201
|
-
}
|
|
311202
|
-
],
|
|
311203
|
-
"required": false,
|
|
311204
|
-
"type": {
|
|
311205
|
-
"name": "ReactNode"
|
|
311206
|
-
}
|
|
311207
|
-
},
|
|
311208
|
-
"wrapWith": {
|
|
311209
|
-
"defaultValue": null,
|
|
311210
|
-
"description": "",
|
|
311211
|
-
"name": "wrapWith",
|
|
311212
|
-
"parent": {
|
|
311213
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311214
|
-
"name": "FlowComponentProps"
|
|
311215
|
-
},
|
|
311216
|
-
"declarations": [
|
|
311217
|
-
{
|
|
311218
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311219
|
-
"name": "FlowComponentProps"
|
|
311220
|
-
}
|
|
311221
|
-
],
|
|
311222
|
-
"required": false,
|
|
311223
|
-
"type": {
|
|
311224
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311225
|
-
}
|
|
311226
|
-
},
|
|
311227
|
-
"tunnelId": {
|
|
311228
|
-
"defaultValue": null,
|
|
311229
|
-
"description": "@internal",
|
|
311230
|
-
"name": "tunnelId",
|
|
311231
|
-
"parent": {
|
|
311232
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311233
|
-
"name": "PropsWithTunnel"
|
|
311234
|
-
},
|
|
311235
|
-
"declarations": [
|
|
311236
|
-
{
|
|
311237
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311238
|
-
"name": "PropsWithTunnel"
|
|
311239
|
-
}
|
|
311240
|
-
],
|
|
311241
|
-
"required": false,
|
|
311242
|
-
"type": {
|
|
311243
|
-
"name": "string | null"
|
|
311244
|
-
}
|
|
311245
|
-
},
|
|
311246
|
-
"ref": {
|
|
311247
|
-
"defaultValue": null,
|
|
311248
|
-
"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}",
|
|
311249
|
-
"name": "ref",
|
|
311250
|
-
"parent": {
|
|
311251
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311252
|
-
"name": "RefAttributes"
|
|
311253
|
-
},
|
|
311254
|
-
"declarations": [
|
|
311255
|
-
{
|
|
311256
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311257
|
-
"name": "RefAttributes"
|
|
311258
|
-
}
|
|
311259
|
-
],
|
|
311260
|
-
"required": false,
|
|
311261
|
-
"type": {
|
|
311262
|
-
"name": "Ref<HTMLSpanElement>"
|
|
311263
|
-
}
|
|
311264
|
-
},
|
|
311265
|
-
"key": {
|
|
311266
|
-
"defaultValue": null,
|
|
311267
|
-
"description": "",
|
|
311268
|
-
"name": "key",
|
|
311269
|
-
"parent": {
|
|
311270
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311271
|
-
"name": "Attributes"
|
|
311272
|
-
},
|
|
311273
|
-
"declarations": [
|
|
311274
|
-
{
|
|
311275
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311276
|
-
"name": "Attributes"
|
|
311277
|
-
}
|
|
311278
|
-
],
|
|
311279
|
-
"required": false,
|
|
311280
|
-
"type": {
|
|
311281
|
-
"name": "Key | null"
|
|
311282
|
-
}
|
|
311283
|
-
},
|
|
311284
|
-
"selectedKeys": {
|
|
311285
|
-
"defaultValue": null,
|
|
311286
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
311287
|
-
"name": "selectedKeys",
|
|
311288
|
-
"parent": {
|
|
311289
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311290
|
-
"name": "MultipleSelection"
|
|
311291
|
-
},
|
|
311292
|
-
"declarations": [
|
|
311293
|
-
{
|
|
311294
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311295
|
-
"name": "MultipleSelection"
|
|
311296
|
-
}
|
|
311297
|
-
],
|
|
311298
|
-
"required": false,
|
|
311299
|
-
"type": {
|
|
311300
|
-
"name": "\"all\" | Iterable<Key>"
|
|
311301
|
-
}
|
|
311302
|
-
},
|
|
311303
|
-
"defaultSelectedKeys": {
|
|
311304
|
-
"defaultValue": null,
|
|
311305
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
311306
|
-
"name": "defaultSelectedKeys",
|
|
311307
|
-
"parent": {
|
|
311308
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311309
|
-
"name": "MultipleSelection"
|
|
311310
|
-
},
|
|
311311
|
-
"declarations": [
|
|
311312
|
-
{
|
|
311313
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
311314
|
-
"name": "MultipleSelection"
|
|
311315
|
-
}
|
|
311316
|
-
],
|
|
311317
|
-
"required": false,
|
|
311318
|
-
"type": {
|
|
311319
|
-
"name": "\"all\" | Iterable<Key>"
|
|
311320
|
-
}
|
|
311321
|
-
},
|
|
311322
|
-
"selectionMode": {
|
|
311323
|
-
"defaultValue": null,
|
|
311324
|
-
"description": "",
|
|
311325
|
-
"name": "selectionMode",
|
|
311326
|
-
"declarations": [
|
|
311327
|
-
{
|
|
311328
|
-
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
311329
|
-
"name": "TypeLiteral"
|
|
311330
|
-
}
|
|
311331
|
-
],
|
|
311332
|
-
"required": false,
|
|
311333
|
-
"type": {
|
|
311334
|
-
"name": "ContextMenuSelectionMode"
|
|
311335
|
-
}
|
|
311336
|
-
}
|
|
311337
|
-
}
|
|
311338
|
-
},
|
|
311339
311184
|
{
|
|
311340
311185
|
"tags": {
|
|
311341
311186
|
"flr-generate": "all"
|
|
@@ -313050,51 +312895,153 @@
|
|
|
313050
312895
|
},
|
|
313051
312896
|
"declarations": [
|
|
313052
312897
|
{
|
|
313053
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
313054
|
-
"name": "GlobalDOMEvents"
|
|
312898
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
312899
|
+
"name": "GlobalDOMEvents"
|
|
312900
|
+
}
|
|
312901
|
+
],
|
|
312902
|
+
"required": false,
|
|
312903
|
+
"type": {
|
|
312904
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
312905
|
+
}
|
|
312906
|
+
},
|
|
312907
|
+
"onTransitionStart": {
|
|
312908
|
+
"defaultValue": null,
|
|
312909
|
+
"description": "",
|
|
312910
|
+
"name": "onTransitionStart",
|
|
312911
|
+
"parent": {
|
|
312912
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
312913
|
+
"name": "GlobalDOMEvents"
|
|
312914
|
+
},
|
|
312915
|
+
"declarations": [
|
|
312916
|
+
{
|
|
312917
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
312918
|
+
"name": "GlobalDOMEvents"
|
|
312919
|
+
}
|
|
312920
|
+
],
|
|
312921
|
+
"required": false,
|
|
312922
|
+
"type": {
|
|
312923
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
312924
|
+
}
|
|
312925
|
+
},
|
|
312926
|
+
"onTransitionStartCapture": {
|
|
312927
|
+
"defaultValue": null,
|
|
312928
|
+
"description": "",
|
|
312929
|
+
"name": "onTransitionStartCapture",
|
|
312930
|
+
"parent": {
|
|
312931
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
312932
|
+
"name": "GlobalDOMEvents"
|
|
312933
|
+
},
|
|
312934
|
+
"declarations": [
|
|
312935
|
+
{
|
|
312936
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
312937
|
+
"name": "GlobalDOMEvents"
|
|
312938
|
+
}
|
|
312939
|
+
],
|
|
312940
|
+
"required": false,
|
|
312941
|
+
"type": {
|
|
312942
|
+
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
312943
|
+
}
|
|
312944
|
+
},
|
|
312945
|
+
"ref": {
|
|
312946
|
+
"defaultValue": null,
|
|
312947
|
+
"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}",
|
|
312948
|
+
"name": "ref",
|
|
312949
|
+
"parent": {
|
|
312950
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312951
|
+
"name": "RefAttributes"
|
|
312952
|
+
},
|
|
312953
|
+
"declarations": [
|
|
312954
|
+
{
|
|
312955
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312956
|
+
"name": "RefAttributes"
|
|
312957
|
+
}
|
|
312958
|
+
],
|
|
312959
|
+
"required": false,
|
|
312960
|
+
"type": {
|
|
312961
|
+
"name": "Ref<HTMLSpanElement>"
|
|
312962
|
+
}
|
|
312963
|
+
},
|
|
312964
|
+
"key": {
|
|
312965
|
+
"defaultValue": null,
|
|
312966
|
+
"description": "",
|
|
312967
|
+
"name": "key",
|
|
312968
|
+
"parent": {
|
|
312969
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312970
|
+
"name": "Attributes"
|
|
312971
|
+
},
|
|
312972
|
+
"declarations": [
|
|
312973
|
+
{
|
|
312974
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
312975
|
+
"name": "Attributes"
|
|
312976
|
+
}
|
|
312977
|
+
],
|
|
312978
|
+
"required": false,
|
|
312979
|
+
"type": {
|
|
312980
|
+
"name": "Key | null"
|
|
312981
|
+
}
|
|
312982
|
+
}
|
|
312983
|
+
}
|
|
312984
|
+
},
|
|
312985
|
+
{
|
|
312986
|
+
"tags": {
|
|
312987
|
+
"flr-generate": "all"
|
|
312988
|
+
},
|
|
312989
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
312990
|
+
"description": "",
|
|
312991
|
+
"displayName": "ContextMenuSection",
|
|
312992
|
+
"methods": [],
|
|
312993
|
+
"props": {
|
|
312994
|
+
"children": {
|
|
312995
|
+
"defaultValue": null,
|
|
312996
|
+
"description": "",
|
|
312997
|
+
"name": "children",
|
|
312998
|
+
"declarations": [
|
|
312999
|
+
{
|
|
313000
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313001
|
+
"name": "TypeLiteral"
|
|
313055
313002
|
}
|
|
313056
313003
|
],
|
|
313057
313004
|
"required": false,
|
|
313058
313005
|
"type": {
|
|
313059
|
-
"name": "
|
|
313006
|
+
"name": "ReactNode"
|
|
313060
313007
|
}
|
|
313061
313008
|
},
|
|
313062
|
-
"
|
|
313009
|
+
"wrapWith": {
|
|
313063
313010
|
"defaultValue": null,
|
|
313064
313011
|
"description": "",
|
|
313065
|
-
"name": "
|
|
313012
|
+
"name": "wrapWith",
|
|
313066
313013
|
"parent": {
|
|
313067
|
-
"fileName": "
|
|
313068
|
-
"name": "
|
|
313014
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
313015
|
+
"name": "FlowComponentProps"
|
|
313069
313016
|
},
|
|
313070
313017
|
"declarations": [
|
|
313071
313018
|
{
|
|
313072
|
-
"fileName": "
|
|
313073
|
-
"name": "
|
|
313019
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
313020
|
+
"name": "FlowComponentProps"
|
|
313074
313021
|
}
|
|
313075
313022
|
],
|
|
313076
313023
|
"required": false,
|
|
313077
313024
|
"type": {
|
|
313078
|
-
"name": "
|
|
313025
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
313079
313026
|
}
|
|
313080
313027
|
},
|
|
313081
|
-
"
|
|
313028
|
+
"tunnelId": {
|
|
313082
313029
|
"defaultValue": null,
|
|
313083
|
-
"description": "",
|
|
313084
|
-
"name": "
|
|
313030
|
+
"description": "@internal",
|
|
313031
|
+
"name": "tunnelId",
|
|
313085
313032
|
"parent": {
|
|
313086
|
-
"fileName": "
|
|
313087
|
-
"name": "
|
|
313033
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
313034
|
+
"name": "PropsWithTunnel"
|
|
313088
313035
|
},
|
|
313089
313036
|
"declarations": [
|
|
313090
313037
|
{
|
|
313091
|
-
"fileName": "
|
|
313092
|
-
"name": "
|
|
313038
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
313039
|
+
"name": "PropsWithTunnel"
|
|
313093
313040
|
}
|
|
313094
313041
|
],
|
|
313095
313042
|
"required": false,
|
|
313096
313043
|
"type": {
|
|
313097
|
-
"name": "
|
|
313044
|
+
"name": "string | null"
|
|
313098
313045
|
}
|
|
313099
313046
|
},
|
|
313100
313047
|
"ref": {
|
|
@@ -313134,6 +313081,59 @@
|
|
|
313134
313081
|
"type": {
|
|
313135
313082
|
"name": "Key | null"
|
|
313136
313083
|
}
|
|
313084
|
+
},
|
|
313085
|
+
"selectedKeys": {
|
|
313086
|
+
"defaultValue": null,
|
|
313087
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
313088
|
+
"name": "selectedKeys",
|
|
313089
|
+
"parent": {
|
|
313090
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313091
|
+
"name": "MultipleSelection"
|
|
313092
|
+
},
|
|
313093
|
+
"declarations": [
|
|
313094
|
+
{
|
|
313095
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313096
|
+
"name": "MultipleSelection"
|
|
313097
|
+
}
|
|
313098
|
+
],
|
|
313099
|
+
"required": false,
|
|
313100
|
+
"type": {
|
|
313101
|
+
"name": "\"all\" | Iterable<Key>"
|
|
313102
|
+
}
|
|
313103
|
+
},
|
|
313104
|
+
"defaultSelectedKeys": {
|
|
313105
|
+
"defaultValue": null,
|
|
313106
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
313107
|
+
"name": "defaultSelectedKeys",
|
|
313108
|
+
"parent": {
|
|
313109
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313110
|
+
"name": "MultipleSelection"
|
|
313111
|
+
},
|
|
313112
|
+
"declarations": [
|
|
313113
|
+
{
|
|
313114
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
313115
|
+
"name": "MultipleSelection"
|
|
313116
|
+
}
|
|
313117
|
+
],
|
|
313118
|
+
"required": false,
|
|
313119
|
+
"type": {
|
|
313120
|
+
"name": "\"all\" | Iterable<Key>"
|
|
313121
|
+
}
|
|
313122
|
+
},
|
|
313123
|
+
"selectionMode": {
|
|
313124
|
+
"defaultValue": null,
|
|
313125
|
+
"description": "",
|
|
313126
|
+
"name": "selectionMode",
|
|
313127
|
+
"declarations": [
|
|
313128
|
+
{
|
|
313129
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
313130
|
+
"name": "TypeLiteral"
|
|
313131
|
+
}
|
|
313132
|
+
],
|
|
313133
|
+
"required": false,
|
|
313134
|
+
"type": {
|
|
313135
|
+
"name": "ContextMenuSelectionMode"
|
|
313136
|
+
}
|
|
313137
313137
|
}
|
|
313138
313138
|
}
|
|
313139
313139
|
},
|
|
@@ -313276,102 +313276,271 @@
|
|
|
313276
313276
|
],
|
|
313277
313277
|
"required": false,
|
|
313278
313278
|
"type": {
|
|
313279
|
-
"name": "boolean"
|
|
313279
|
+
"name": "boolean"
|
|
313280
|
+
}
|
|
313281
|
+
},
|
|
313282
|
+
"interval": {
|
|
313283
|
+
"defaultValue": null,
|
|
313284
|
+
"description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
313285
|
+
"name": "interval",
|
|
313286
|
+
"parent": {
|
|
313287
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313288
|
+
"name": "YAxisProps"
|
|
313289
|
+
},
|
|
313290
|
+
"declarations": [
|
|
313291
|
+
{
|
|
313292
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313293
|
+
"name": "YAxisProps"
|
|
313294
|
+
}
|
|
313295
|
+
],
|
|
313296
|
+
"required": false,
|
|
313297
|
+
"type": {
|
|
313298
|
+
"name": "AxisInterval"
|
|
313299
|
+
}
|
|
313300
|
+
},
|
|
313301
|
+
"minTickGap": {
|
|
313302
|
+
"defaultValue": null,
|
|
313303
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313304
|
+
"name": "minTickGap",
|
|
313305
|
+
"parent": {
|
|
313306
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313307
|
+
"name": "YAxisProps"
|
|
313308
|
+
},
|
|
313309
|
+
"declarations": [
|
|
313310
|
+
{
|
|
313311
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313312
|
+
"name": "YAxisProps"
|
|
313313
|
+
}
|
|
313314
|
+
],
|
|
313315
|
+
"required": false,
|
|
313316
|
+
"type": {
|
|
313317
|
+
"name": "number"
|
|
313318
|
+
}
|
|
313319
|
+
},
|
|
313320
|
+
"domain": {
|
|
313321
|
+
"defaultValue": null,
|
|
313322
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
313323
|
+
"name": "domain",
|
|
313324
|
+
"parent": {
|
|
313325
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313326
|
+
"name": "YAxisProps"
|
|
313327
|
+
},
|
|
313328
|
+
"declarations": [
|
|
313329
|
+
{
|
|
313330
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313331
|
+
"name": "YAxisProps"
|
|
313332
|
+
}
|
|
313333
|
+
],
|
|
313334
|
+
"required": false,
|
|
313335
|
+
"type": {
|
|
313336
|
+
"name": "AxisDomain"
|
|
313337
|
+
}
|
|
313338
|
+
},
|
|
313339
|
+
"unit": {
|
|
313340
|
+
"defaultValue": null,
|
|
313341
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
313342
|
+
"name": "unit",
|
|
313343
|
+
"parent": {
|
|
313344
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313345
|
+
"name": "BaseAxisProps"
|
|
313346
|
+
},
|
|
313347
|
+
"declarations": [
|
|
313348
|
+
{
|
|
313349
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313350
|
+
"name": "BaseAxisProps"
|
|
313351
|
+
}
|
|
313352
|
+
],
|
|
313353
|
+
"required": false,
|
|
313354
|
+
"type": {
|
|
313355
|
+
"name": "string"
|
|
313356
|
+
}
|
|
313357
|
+
},
|
|
313358
|
+
"tickFormatter": {
|
|
313359
|
+
"defaultValue": null,
|
|
313360
|
+
"description": "The formatter function of tick.",
|
|
313361
|
+
"name": "tickFormatter",
|
|
313362
|
+
"parent": {
|
|
313363
|
+
"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",
|
|
313364
|
+
"name": "RenderableAxisProps"
|
|
313365
|
+
},
|
|
313366
|
+
"declarations": [
|
|
313367
|
+
{
|
|
313368
|
+
"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",
|
|
313369
|
+
"name": "RenderableAxisProps"
|
|
313370
|
+
}
|
|
313371
|
+
],
|
|
313372
|
+
"required": false,
|
|
313373
|
+
"type": {
|
|
313374
|
+
"name": "((value: any, index: number) => string)"
|
|
313375
|
+
}
|
|
313376
|
+
}
|
|
313377
|
+
}
|
|
313378
|
+
},
|
|
313379
|
+
{
|
|
313380
|
+
"tags": {
|
|
313381
|
+
"flr-generate": "all"
|
|
313382
|
+
},
|
|
313383
|
+
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313384
|
+
"description": "",
|
|
313385
|
+
"displayName": "Line",
|
|
313386
|
+
"methods": [],
|
|
313387
|
+
"props": {
|
|
313388
|
+
"color": {
|
|
313389
|
+
"defaultValue": {
|
|
313390
|
+
"value": "\"sea-green\""
|
|
313391
|
+
},
|
|
313392
|
+
"description": "The color of the line.",
|
|
313393
|
+
"name": "color",
|
|
313394
|
+
"parent": {
|
|
313395
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313396
|
+
"name": "LineProps"
|
|
313397
|
+
},
|
|
313398
|
+
"declarations": [
|
|
313399
|
+
{
|
|
313400
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313401
|
+
"name": "LineProps"
|
|
313402
|
+
}
|
|
313403
|
+
],
|
|
313404
|
+
"required": false,
|
|
313405
|
+
"type": {
|
|
313406
|
+
"name": "CategoricalWithCustomColor"
|
|
313407
|
+
}
|
|
313408
|
+
},
|
|
313409
|
+
"className": {
|
|
313410
|
+
"defaultValue": null,
|
|
313411
|
+
"description": "",
|
|
313412
|
+
"name": "className",
|
|
313413
|
+
"parent": {
|
|
313414
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313415
|
+
"name": "HTMLAttributes"
|
|
313416
|
+
},
|
|
313417
|
+
"declarations": [
|
|
313418
|
+
{
|
|
313419
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313420
|
+
"name": "HTMLAttributes"
|
|
313421
|
+
}
|
|
313422
|
+
],
|
|
313423
|
+
"required": false,
|
|
313424
|
+
"type": {
|
|
313425
|
+
"name": "string"
|
|
313426
|
+
}
|
|
313427
|
+
},
|
|
313428
|
+
"key": {
|
|
313429
|
+
"defaultValue": null,
|
|
313430
|
+
"description": "",
|
|
313431
|
+
"name": "key",
|
|
313432
|
+
"parent": {
|
|
313433
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313434
|
+
"name": "Attributes"
|
|
313435
|
+
},
|
|
313436
|
+
"declarations": [
|
|
313437
|
+
{
|
|
313438
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313439
|
+
"name": "Attributes"
|
|
313440
|
+
}
|
|
313441
|
+
],
|
|
313442
|
+
"required": false,
|
|
313443
|
+
"type": {
|
|
313444
|
+
"name": "Key | null"
|
|
313280
313445
|
}
|
|
313281
313446
|
},
|
|
313282
|
-
"
|
|
313447
|
+
"type": {
|
|
313283
313448
|
"defaultValue": null,
|
|
313284
|
-
"description": "
|
|
313285
|
-
"name": "
|
|
313449
|
+
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
313450
|
+
"name": "type",
|
|
313286
313451
|
"parent": {
|
|
313287
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/
|
|
313288
|
-
"name": "
|
|
313452
|
+
"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/shape/Curve.d.ts",
|
|
313453
|
+
"name": "CurveProps"
|
|
313289
313454
|
},
|
|
313290
313455
|
"declarations": [
|
|
313291
313456
|
{
|
|
313292
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/
|
|
313293
|
-
"name": "
|
|
313457
|
+
"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/shape/Curve.d.ts",
|
|
313458
|
+
"name": "CurveProps"
|
|
313459
|
+
},
|
|
313460
|
+
{
|
|
313461
|
+
"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/Line.d.ts",
|
|
313462
|
+
"name": "LineProps"
|
|
313294
313463
|
}
|
|
313295
313464
|
],
|
|
313296
313465
|
"required": false,
|
|
313297
313466
|
"type": {
|
|
313298
|
-
"name": "
|
|
313467
|
+
"name": "CurveType"
|
|
313299
313468
|
}
|
|
313300
313469
|
},
|
|
313301
|
-
"
|
|
313470
|
+
"dataKey": {
|
|
313302
313471
|
"defaultValue": null,
|
|
313303
|
-
"description": "
|
|
313304
|
-
"name": "
|
|
313472
|
+
"description": "Decides how to extract the value of this Line 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 Line.",
|
|
313473
|
+
"name": "dataKey",
|
|
313305
313474
|
"parent": {
|
|
313306
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313307
|
-
"name": "
|
|
313475
|
+
"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/Line.d.ts",
|
|
313476
|
+
"name": "LineProps"
|
|
313308
313477
|
},
|
|
313309
313478
|
"declarations": [
|
|
313310
313479
|
{
|
|
313311
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313312
|
-
"name": "
|
|
313480
|
+
"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/Line.d.ts",
|
|
313481
|
+
"name": "LineProps"
|
|
313313
313482
|
}
|
|
313314
313483
|
],
|
|
313315
313484
|
"required": false,
|
|
313316
313485
|
"type": {
|
|
313317
|
-
"name": "
|
|
313486
|
+
"name": "DataKey<any>"
|
|
313318
313487
|
}
|
|
313319
313488
|
},
|
|
313320
|
-
"
|
|
313489
|
+
"unit": {
|
|
313321
313490
|
"defaultValue": null,
|
|
313322
|
-
"description": "
|
|
313323
|
-
"name": "
|
|
313491
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
313492
|
+
"name": "unit",
|
|
313324
313493
|
"parent": {
|
|
313325
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313326
|
-
"name": "
|
|
313494
|
+
"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/Line.d.ts",
|
|
313495
|
+
"name": "LineProps"
|
|
313327
313496
|
},
|
|
313328
313497
|
"declarations": [
|
|
313329
313498
|
{
|
|
313330
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
313331
|
-
"name": "
|
|
313499
|
+
"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/Line.d.ts",
|
|
313500
|
+
"name": "LineProps"
|
|
313332
313501
|
}
|
|
313333
313502
|
],
|
|
313334
313503
|
"required": false,
|
|
313335
313504
|
"type": {
|
|
313336
|
-
"name": "
|
|
313505
|
+
"name": "string | number | null"
|
|
313337
313506
|
}
|
|
313338
313507
|
},
|
|
313339
|
-
"
|
|
313508
|
+
"xAxisId": {
|
|
313340
313509
|
"defaultValue": null,
|
|
313341
|
-
"description": "The
|
|
313342
|
-
"name": "
|
|
313510
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
313511
|
+
"name": "xAxisId",
|
|
313343
313512
|
"parent": {
|
|
313344
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/
|
|
313345
|
-
"name": "
|
|
313513
|
+
"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/Line.d.ts",
|
|
313514
|
+
"name": "LineProps"
|
|
313346
313515
|
},
|
|
313347
313516
|
"declarations": [
|
|
313348
313517
|
{
|
|
313349
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/
|
|
313350
|
-
"name": "
|
|
313518
|
+
"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/Line.d.ts",
|
|
313519
|
+
"name": "LineProps"
|
|
313351
313520
|
}
|
|
313352
313521
|
],
|
|
313353
313522
|
"required": false,
|
|
313354
313523
|
"type": {
|
|
313355
|
-
"name": "
|
|
313524
|
+
"name": "AxisId"
|
|
313356
313525
|
}
|
|
313357
313526
|
},
|
|
313358
|
-
"
|
|
313527
|
+
"yAxisId": {
|
|
313359
313528
|
"defaultValue": null,
|
|
313360
|
-
"description": "The
|
|
313361
|
-
"name": "
|
|
313529
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
313530
|
+
"name": "yAxisId",
|
|
313362
313531
|
"parent": {
|
|
313363
|
-
"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/
|
|
313364
|
-
"name": "
|
|
313532
|
+
"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/Line.d.ts",
|
|
313533
|
+
"name": "LineProps"
|
|
313365
313534
|
},
|
|
313366
313535
|
"declarations": [
|
|
313367
313536
|
{
|
|
313368
|
-
"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/
|
|
313369
|
-
"name": "
|
|
313537
|
+
"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/Line.d.ts",
|
|
313538
|
+
"name": "LineProps"
|
|
313370
313539
|
}
|
|
313371
313540
|
],
|
|
313372
313541
|
"required": false,
|
|
313373
313542
|
"type": {
|
|
313374
|
-
"name": "
|
|
313543
|
+
"name": "AxisId"
|
|
313375
313544
|
}
|
|
313376
313545
|
}
|
|
313377
313546
|
}
|
|
@@ -313634,175 +313803,6 @@
|
|
|
313634
313803
|
}
|
|
313635
313804
|
}
|
|
313636
313805
|
},
|
|
313637
|
-
{
|
|
313638
|
-
"tags": {
|
|
313639
|
-
"flr-generate": "all"
|
|
313640
|
-
},
|
|
313641
|
-
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313642
|
-
"description": "",
|
|
313643
|
-
"displayName": "Line",
|
|
313644
|
-
"methods": [],
|
|
313645
|
-
"props": {
|
|
313646
|
-
"color": {
|
|
313647
|
-
"defaultValue": {
|
|
313648
|
-
"value": "\"sea-green\""
|
|
313649
|
-
},
|
|
313650
|
-
"description": "The color of the line.",
|
|
313651
|
-
"name": "color",
|
|
313652
|
-
"parent": {
|
|
313653
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313654
|
-
"name": "LineProps"
|
|
313655
|
-
},
|
|
313656
|
-
"declarations": [
|
|
313657
|
-
{
|
|
313658
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313659
|
-
"name": "LineProps"
|
|
313660
|
-
}
|
|
313661
|
-
],
|
|
313662
|
-
"required": false,
|
|
313663
|
-
"type": {
|
|
313664
|
-
"name": "CategoricalWithCustomColor"
|
|
313665
|
-
}
|
|
313666
|
-
},
|
|
313667
|
-
"className": {
|
|
313668
|
-
"defaultValue": null,
|
|
313669
|
-
"description": "",
|
|
313670
|
-
"name": "className",
|
|
313671
|
-
"parent": {
|
|
313672
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313673
|
-
"name": "HTMLAttributes"
|
|
313674
|
-
},
|
|
313675
|
-
"declarations": [
|
|
313676
|
-
{
|
|
313677
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313678
|
-
"name": "HTMLAttributes"
|
|
313679
|
-
}
|
|
313680
|
-
],
|
|
313681
|
-
"required": false,
|
|
313682
|
-
"type": {
|
|
313683
|
-
"name": "string"
|
|
313684
|
-
}
|
|
313685
|
-
},
|
|
313686
|
-
"key": {
|
|
313687
|
-
"defaultValue": null,
|
|
313688
|
-
"description": "",
|
|
313689
|
-
"name": "key",
|
|
313690
|
-
"parent": {
|
|
313691
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313692
|
-
"name": "Attributes"
|
|
313693
|
-
},
|
|
313694
|
-
"declarations": [
|
|
313695
|
-
{
|
|
313696
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313697
|
-
"name": "Attributes"
|
|
313698
|
-
}
|
|
313699
|
-
],
|
|
313700
|
-
"required": false,
|
|
313701
|
-
"type": {
|
|
313702
|
-
"name": "Key | null"
|
|
313703
|
-
}
|
|
313704
|
-
},
|
|
313705
|
-
"type": {
|
|
313706
|
-
"defaultValue": null,
|
|
313707
|
-
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
313708
|
-
"name": "type",
|
|
313709
|
-
"parent": {
|
|
313710
|
-
"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/shape/Curve.d.ts",
|
|
313711
|
-
"name": "CurveProps"
|
|
313712
|
-
},
|
|
313713
|
-
"declarations": [
|
|
313714
|
-
{
|
|
313715
|
-
"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/shape/Curve.d.ts",
|
|
313716
|
-
"name": "CurveProps"
|
|
313717
|
-
},
|
|
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/Line.d.ts",
|
|
313720
|
-
"name": "LineProps"
|
|
313721
|
-
}
|
|
313722
|
-
],
|
|
313723
|
-
"required": false,
|
|
313724
|
-
"type": {
|
|
313725
|
-
"name": "CurveType"
|
|
313726
|
-
}
|
|
313727
|
-
},
|
|
313728
|
-
"dataKey": {
|
|
313729
|
-
"defaultValue": null,
|
|
313730
|
-
"description": "Decides how to extract the value of this Line 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 Line.",
|
|
313731
|
-
"name": "dataKey",
|
|
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/Line.d.ts",
|
|
313734
|
-
"name": "LineProps"
|
|
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/Line.d.ts",
|
|
313739
|
-
"name": "LineProps"
|
|
313740
|
-
}
|
|
313741
|
-
],
|
|
313742
|
-
"required": false,
|
|
313743
|
-
"type": {
|
|
313744
|
-
"name": "DataKey<any>"
|
|
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/cartesian/Line.d.ts",
|
|
313753
|
-
"name": "LineProps"
|
|
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/cartesian/Line.d.ts",
|
|
313758
|
-
"name": "LineProps"
|
|
313759
|
-
}
|
|
313760
|
-
],
|
|
313761
|
-
"required": false,
|
|
313762
|
-
"type": {
|
|
313763
|
-
"name": "string | number | null"
|
|
313764
|
-
}
|
|
313765
|
-
},
|
|
313766
|
-
"xAxisId": {
|
|
313767
|
-
"defaultValue": null,
|
|
313768
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
313769
|
-
"name": "xAxisId",
|
|
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/cartesian/Line.d.ts",
|
|
313772
|
-
"name": "LineProps"
|
|
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/cartesian/Line.d.ts",
|
|
313777
|
-
"name": "LineProps"
|
|
313778
|
-
}
|
|
313779
|
-
],
|
|
313780
|
-
"required": false,
|
|
313781
|
-
"type": {
|
|
313782
|
-
"name": "AxisId"
|
|
313783
|
-
}
|
|
313784
|
-
},
|
|
313785
|
-
"yAxisId": {
|
|
313786
|
-
"defaultValue": null,
|
|
313787
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
313788
|
-
"name": "yAxisId",
|
|
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/cartesian/Line.d.ts",
|
|
313791
|
-
"name": "LineProps"
|
|
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/cartesian/Line.d.ts",
|
|
313796
|
-
"name": "LineProps"
|
|
313797
|
-
}
|
|
313798
|
-
],
|
|
313799
|
-
"required": false,
|
|
313800
|
-
"type": {
|
|
313801
|
-
"name": "AxisId"
|
|
313802
|
-
}
|
|
313803
|
-
}
|
|
313804
|
-
}
|
|
313805
|
-
},
|
|
313806
313806
|
{
|
|
313807
313807
|
"tags": {
|
|
313808
313808
|
"internal": ""
|