@mittwald/flow-react-components 0.2.0-alpha.969 → 0.2.0-alpha.970
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +1082 -1082
- package/dist/js/node_modules/.pnpm/@lezer_lr@1.4.10/node_modules/@lezer/lr/dist/index.mjs +1 -1
- package/dist/types/components/CodeEditor/extensions/gutterSpacer.d.ts +1 -1
- package/dist/types/components/CodeEditor/extensions/gutterSpacer.d.ts.map +1 -1
- package/dist/types/components/CodeEditor/themes/defaultEditorTheme.d.ts +1 -1
- package/dist/types/components/CodeEditor/themes/defaultEditorTheme.d.ts.map +1 -1
- package/package.json +9 -6
- package/dist/js/node_modules/.pnpm/@lezer_common@1.5.2/node_modules/@lezer/common/dist/index.mjs +0 -1617
- package/dist/js/node_modules/.pnpm/@lezer_common@1.5.2/node_modules/@lezer/common/dist/index.mjs.map +0 -1
|
@@ -56993,6 +56993,239 @@
|
|
|
56993
56993
|
}
|
|
56994
56994
|
}
|
|
56995
56995
|
},
|
|
56996
|
+
{
|
|
56997
|
+
"tags": {},
|
|
56998
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
56999
|
+
"description": "",
|
|
57000
|
+
"displayName": "Overlay",
|
|
57001
|
+
"methods": [],
|
|
57002
|
+
"props": {
|
|
57003
|
+
"ref": {
|
|
57004
|
+
"defaultValue": null,
|
|
57005
|
+
"description": "",
|
|
57006
|
+
"name": "ref",
|
|
57007
|
+
"parent": {
|
|
57008
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57009
|
+
"name": "OverlayProps"
|
|
57010
|
+
},
|
|
57011
|
+
"declarations": [
|
|
57012
|
+
{
|
|
57013
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57014
|
+
"name": "OverlayProps"
|
|
57015
|
+
}
|
|
57016
|
+
],
|
|
57017
|
+
"required": false,
|
|
57018
|
+
"type": {
|
|
57019
|
+
"name": "Ref<HTMLDivElement>"
|
|
57020
|
+
}
|
|
57021
|
+
},
|
|
57022
|
+
"controller": {
|
|
57023
|
+
"defaultValue": null,
|
|
57024
|
+
"description": "The controller to control the overlay state.",
|
|
57025
|
+
"name": "controller",
|
|
57026
|
+
"parent": {
|
|
57027
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57028
|
+
"name": "OverlayProps"
|
|
57029
|
+
},
|
|
57030
|
+
"declarations": [
|
|
57031
|
+
{
|
|
57032
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57033
|
+
"name": "OverlayProps"
|
|
57034
|
+
}
|
|
57035
|
+
],
|
|
57036
|
+
"required": false,
|
|
57037
|
+
"type": {
|
|
57038
|
+
"name": "OverlayController"
|
|
57039
|
+
}
|
|
57040
|
+
},
|
|
57041
|
+
"isDismissable": {
|
|
57042
|
+
"defaultValue": null,
|
|
57043
|
+
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
57044
|
+
"name": "isDismissable",
|
|
57045
|
+
"parent": {
|
|
57046
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57047
|
+
"name": "OverlayProps"
|
|
57048
|
+
},
|
|
57049
|
+
"declarations": [
|
|
57050
|
+
{
|
|
57051
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57052
|
+
"name": "OverlayProps"
|
|
57053
|
+
}
|
|
57054
|
+
],
|
|
57055
|
+
"required": false,
|
|
57056
|
+
"type": {
|
|
57057
|
+
"name": "boolean"
|
|
57058
|
+
}
|
|
57059
|
+
},
|
|
57060
|
+
"overlayType": {
|
|
57061
|
+
"defaultValue": null,
|
|
57062
|
+
"description": "Whether the overlay is a modal or a light box.",
|
|
57063
|
+
"name": "overlayType",
|
|
57064
|
+
"parent": {
|
|
57065
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57066
|
+
"name": "OverlayProps"
|
|
57067
|
+
},
|
|
57068
|
+
"declarations": [
|
|
57069
|
+
{
|
|
57070
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57071
|
+
"name": "OverlayProps"
|
|
57072
|
+
}
|
|
57073
|
+
],
|
|
57074
|
+
"required": false,
|
|
57075
|
+
"type": {
|
|
57076
|
+
"name": "\"LightBox\" | \"Modal\""
|
|
57077
|
+
}
|
|
57078
|
+
},
|
|
57079
|
+
"isOpen": {
|
|
57080
|
+
"defaultValue": null,
|
|
57081
|
+
"description": "",
|
|
57082
|
+
"name": "isOpen",
|
|
57083
|
+
"parent": {
|
|
57084
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57085
|
+
"name": "OverlayProps"
|
|
57086
|
+
},
|
|
57087
|
+
"declarations": [
|
|
57088
|
+
{
|
|
57089
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57090
|
+
"name": "OverlayProps"
|
|
57091
|
+
}
|
|
57092
|
+
],
|
|
57093
|
+
"required": false,
|
|
57094
|
+
"type": {
|
|
57095
|
+
"name": "boolean"
|
|
57096
|
+
}
|
|
57097
|
+
},
|
|
57098
|
+
"isDefaultOpen": {
|
|
57099
|
+
"defaultValue": null,
|
|
57100
|
+
"description": "",
|
|
57101
|
+
"name": "isDefaultOpen",
|
|
57102
|
+
"parent": {
|
|
57103
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57104
|
+
"name": "OverlayProps"
|
|
57105
|
+
},
|
|
57106
|
+
"declarations": [
|
|
57107
|
+
{
|
|
57108
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57109
|
+
"name": "OverlayProps"
|
|
57110
|
+
}
|
|
57111
|
+
],
|
|
57112
|
+
"required": false,
|
|
57113
|
+
"type": {
|
|
57114
|
+
"name": "boolean"
|
|
57115
|
+
}
|
|
57116
|
+
},
|
|
57117
|
+
"onOpen": {
|
|
57118
|
+
"defaultValue": null,
|
|
57119
|
+
"description": "",
|
|
57120
|
+
"name": "onOpen",
|
|
57121
|
+
"parent": {
|
|
57122
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57123
|
+
"name": "OverlayProps"
|
|
57124
|
+
},
|
|
57125
|
+
"declarations": [
|
|
57126
|
+
{
|
|
57127
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57128
|
+
"name": "OverlayProps"
|
|
57129
|
+
}
|
|
57130
|
+
],
|
|
57131
|
+
"required": false,
|
|
57132
|
+
"type": {
|
|
57133
|
+
"name": "OverlayOpenHandler"
|
|
57134
|
+
}
|
|
57135
|
+
},
|
|
57136
|
+
"onClose": {
|
|
57137
|
+
"defaultValue": null,
|
|
57138
|
+
"description": "",
|
|
57139
|
+
"name": "onClose",
|
|
57140
|
+
"parent": {
|
|
57141
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57142
|
+
"name": "OverlayProps"
|
|
57143
|
+
},
|
|
57144
|
+
"declarations": [
|
|
57145
|
+
{
|
|
57146
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57147
|
+
"name": "OverlayProps"
|
|
57148
|
+
}
|
|
57149
|
+
],
|
|
57150
|
+
"required": false,
|
|
57151
|
+
"type": {
|
|
57152
|
+
"name": "OverlayCloseHandler"
|
|
57153
|
+
}
|
|
57154
|
+
},
|
|
57155
|
+
"onOpenChange": {
|
|
57156
|
+
"defaultValue": null,
|
|
57157
|
+
"description": "",
|
|
57158
|
+
"name": "onOpenChange",
|
|
57159
|
+
"parent": {
|
|
57160
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57161
|
+
"name": "OverlayProps"
|
|
57162
|
+
},
|
|
57163
|
+
"declarations": [
|
|
57164
|
+
{
|
|
57165
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
57166
|
+
"name": "OverlayProps"
|
|
57167
|
+
}
|
|
57168
|
+
],
|
|
57169
|
+
"required": false,
|
|
57170
|
+
"type": {
|
|
57171
|
+
"name": "OverlayOpenStateHandler"
|
|
57172
|
+
}
|
|
57173
|
+
},
|
|
57174
|
+
"children": {
|
|
57175
|
+
"defaultValue": null,
|
|
57176
|
+
"description": "",
|
|
57177
|
+
"name": "children",
|
|
57178
|
+
"declarations": [
|
|
57179
|
+
{
|
|
57180
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
57181
|
+
"name": "TypeLiteral"
|
|
57182
|
+
}
|
|
57183
|
+
],
|
|
57184
|
+
"required": false,
|
|
57185
|
+
"type": {
|
|
57186
|
+
"name": "ReactNode"
|
|
57187
|
+
}
|
|
57188
|
+
},
|
|
57189
|
+
"className": {
|
|
57190
|
+
"defaultValue": null,
|
|
57191
|
+
"description": "The elements class name.",
|
|
57192
|
+
"name": "className",
|
|
57193
|
+
"parent": {
|
|
57194
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
57195
|
+
"name": "PropsWithClassName"
|
|
57196
|
+
},
|
|
57197
|
+
"declarations": [
|
|
57198
|
+
{
|
|
57199
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
57200
|
+
"name": "PropsWithClassName"
|
|
57201
|
+
}
|
|
57202
|
+
],
|
|
57203
|
+
"required": false,
|
|
57204
|
+
"type": {
|
|
57205
|
+
"name": "string"
|
|
57206
|
+
}
|
|
57207
|
+
},
|
|
57208
|
+
"aria-labelledby": {
|
|
57209
|
+
"defaultValue": null,
|
|
57210
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
57211
|
+
"name": "aria-labelledby",
|
|
57212
|
+
"parent": {
|
|
57213
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
57214
|
+
"name": "AriaLabelingProps"
|
|
57215
|
+
},
|
|
57216
|
+
"declarations": [
|
|
57217
|
+
{
|
|
57218
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
57219
|
+
"name": "AriaLabelingProps"
|
|
57220
|
+
}
|
|
57221
|
+
],
|
|
57222
|
+
"required": false,
|
|
57223
|
+
"type": {
|
|
57224
|
+
"name": "string"
|
|
57225
|
+
}
|
|
57226
|
+
}
|
|
57227
|
+
}
|
|
57228
|
+
},
|
|
56996
57229
|
{
|
|
56997
57230
|
"tags": {},
|
|
56998
57231
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
|
|
@@ -59133,239 +59366,6 @@
|
|
|
59133
59366
|
}
|
|
59134
59367
|
}
|
|
59135
59368
|
},
|
|
59136
|
-
{
|
|
59137
|
-
"tags": {},
|
|
59138
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
59139
|
-
"description": "",
|
|
59140
|
-
"displayName": "Overlay",
|
|
59141
|
-
"methods": [],
|
|
59142
|
-
"props": {
|
|
59143
|
-
"ref": {
|
|
59144
|
-
"defaultValue": null,
|
|
59145
|
-
"description": "",
|
|
59146
|
-
"name": "ref",
|
|
59147
|
-
"parent": {
|
|
59148
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59149
|
-
"name": "OverlayProps"
|
|
59150
|
-
},
|
|
59151
|
-
"declarations": [
|
|
59152
|
-
{
|
|
59153
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59154
|
-
"name": "OverlayProps"
|
|
59155
|
-
}
|
|
59156
|
-
],
|
|
59157
|
-
"required": false,
|
|
59158
|
-
"type": {
|
|
59159
|
-
"name": "Ref<HTMLDivElement>"
|
|
59160
|
-
}
|
|
59161
|
-
},
|
|
59162
|
-
"controller": {
|
|
59163
|
-
"defaultValue": null,
|
|
59164
|
-
"description": "The controller to control the overlay state.",
|
|
59165
|
-
"name": "controller",
|
|
59166
|
-
"parent": {
|
|
59167
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59168
|
-
"name": "OverlayProps"
|
|
59169
|
-
},
|
|
59170
|
-
"declarations": [
|
|
59171
|
-
{
|
|
59172
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59173
|
-
"name": "OverlayProps"
|
|
59174
|
-
}
|
|
59175
|
-
],
|
|
59176
|
-
"required": false,
|
|
59177
|
-
"type": {
|
|
59178
|
-
"name": "OverlayController"
|
|
59179
|
-
}
|
|
59180
|
-
},
|
|
59181
|
-
"isDismissable": {
|
|
59182
|
-
"defaultValue": null,
|
|
59183
|
-
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
59184
|
-
"name": "isDismissable",
|
|
59185
|
-
"parent": {
|
|
59186
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59187
|
-
"name": "OverlayProps"
|
|
59188
|
-
},
|
|
59189
|
-
"declarations": [
|
|
59190
|
-
{
|
|
59191
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59192
|
-
"name": "OverlayProps"
|
|
59193
|
-
}
|
|
59194
|
-
],
|
|
59195
|
-
"required": false,
|
|
59196
|
-
"type": {
|
|
59197
|
-
"name": "boolean"
|
|
59198
|
-
}
|
|
59199
|
-
},
|
|
59200
|
-
"overlayType": {
|
|
59201
|
-
"defaultValue": null,
|
|
59202
|
-
"description": "Whether the overlay is a modal or a light box.",
|
|
59203
|
-
"name": "overlayType",
|
|
59204
|
-
"parent": {
|
|
59205
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59206
|
-
"name": "OverlayProps"
|
|
59207
|
-
},
|
|
59208
|
-
"declarations": [
|
|
59209
|
-
{
|
|
59210
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59211
|
-
"name": "OverlayProps"
|
|
59212
|
-
}
|
|
59213
|
-
],
|
|
59214
|
-
"required": false,
|
|
59215
|
-
"type": {
|
|
59216
|
-
"name": "\"LightBox\" | \"Modal\""
|
|
59217
|
-
}
|
|
59218
|
-
},
|
|
59219
|
-
"isOpen": {
|
|
59220
|
-
"defaultValue": null,
|
|
59221
|
-
"description": "",
|
|
59222
|
-
"name": "isOpen",
|
|
59223
|
-
"parent": {
|
|
59224
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59225
|
-
"name": "OverlayProps"
|
|
59226
|
-
},
|
|
59227
|
-
"declarations": [
|
|
59228
|
-
{
|
|
59229
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59230
|
-
"name": "OverlayProps"
|
|
59231
|
-
}
|
|
59232
|
-
],
|
|
59233
|
-
"required": false,
|
|
59234
|
-
"type": {
|
|
59235
|
-
"name": "boolean"
|
|
59236
|
-
}
|
|
59237
|
-
},
|
|
59238
|
-
"isDefaultOpen": {
|
|
59239
|
-
"defaultValue": null,
|
|
59240
|
-
"description": "",
|
|
59241
|
-
"name": "isDefaultOpen",
|
|
59242
|
-
"parent": {
|
|
59243
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59244
|
-
"name": "OverlayProps"
|
|
59245
|
-
},
|
|
59246
|
-
"declarations": [
|
|
59247
|
-
{
|
|
59248
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59249
|
-
"name": "OverlayProps"
|
|
59250
|
-
}
|
|
59251
|
-
],
|
|
59252
|
-
"required": false,
|
|
59253
|
-
"type": {
|
|
59254
|
-
"name": "boolean"
|
|
59255
|
-
}
|
|
59256
|
-
},
|
|
59257
|
-
"onOpen": {
|
|
59258
|
-
"defaultValue": null,
|
|
59259
|
-
"description": "",
|
|
59260
|
-
"name": "onOpen",
|
|
59261
|
-
"parent": {
|
|
59262
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59263
|
-
"name": "OverlayProps"
|
|
59264
|
-
},
|
|
59265
|
-
"declarations": [
|
|
59266
|
-
{
|
|
59267
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59268
|
-
"name": "OverlayProps"
|
|
59269
|
-
}
|
|
59270
|
-
],
|
|
59271
|
-
"required": false,
|
|
59272
|
-
"type": {
|
|
59273
|
-
"name": "OverlayOpenHandler"
|
|
59274
|
-
}
|
|
59275
|
-
},
|
|
59276
|
-
"onClose": {
|
|
59277
|
-
"defaultValue": null,
|
|
59278
|
-
"description": "",
|
|
59279
|
-
"name": "onClose",
|
|
59280
|
-
"parent": {
|
|
59281
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59282
|
-
"name": "OverlayProps"
|
|
59283
|
-
},
|
|
59284
|
-
"declarations": [
|
|
59285
|
-
{
|
|
59286
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59287
|
-
"name": "OverlayProps"
|
|
59288
|
-
}
|
|
59289
|
-
],
|
|
59290
|
-
"required": false,
|
|
59291
|
-
"type": {
|
|
59292
|
-
"name": "OverlayCloseHandler"
|
|
59293
|
-
}
|
|
59294
|
-
},
|
|
59295
|
-
"onOpenChange": {
|
|
59296
|
-
"defaultValue": null,
|
|
59297
|
-
"description": "",
|
|
59298
|
-
"name": "onOpenChange",
|
|
59299
|
-
"parent": {
|
|
59300
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59301
|
-
"name": "OverlayProps"
|
|
59302
|
-
},
|
|
59303
|
-
"declarations": [
|
|
59304
|
-
{
|
|
59305
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
59306
|
-
"name": "OverlayProps"
|
|
59307
|
-
}
|
|
59308
|
-
],
|
|
59309
|
-
"required": false,
|
|
59310
|
-
"type": {
|
|
59311
|
-
"name": "OverlayOpenStateHandler"
|
|
59312
|
-
}
|
|
59313
|
-
},
|
|
59314
|
-
"children": {
|
|
59315
|
-
"defaultValue": null,
|
|
59316
|
-
"description": "",
|
|
59317
|
-
"name": "children",
|
|
59318
|
-
"declarations": [
|
|
59319
|
-
{
|
|
59320
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
59321
|
-
"name": "TypeLiteral"
|
|
59322
|
-
}
|
|
59323
|
-
],
|
|
59324
|
-
"required": false,
|
|
59325
|
-
"type": {
|
|
59326
|
-
"name": "ReactNode"
|
|
59327
|
-
}
|
|
59328
|
-
},
|
|
59329
|
-
"className": {
|
|
59330
|
-
"defaultValue": null,
|
|
59331
|
-
"description": "The elements class name.",
|
|
59332
|
-
"name": "className",
|
|
59333
|
-
"parent": {
|
|
59334
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
59335
|
-
"name": "PropsWithClassName"
|
|
59336
|
-
},
|
|
59337
|
-
"declarations": [
|
|
59338
|
-
{
|
|
59339
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
59340
|
-
"name": "PropsWithClassName"
|
|
59341
|
-
}
|
|
59342
|
-
],
|
|
59343
|
-
"required": false,
|
|
59344
|
-
"type": {
|
|
59345
|
-
"name": "string"
|
|
59346
|
-
}
|
|
59347
|
-
},
|
|
59348
|
-
"aria-labelledby": {
|
|
59349
|
-
"defaultValue": null,
|
|
59350
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
59351
|
-
"name": "aria-labelledby",
|
|
59352
|
-
"parent": {
|
|
59353
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
59354
|
-
"name": "AriaLabelingProps"
|
|
59355
|
-
},
|
|
59356
|
-
"declarations": [
|
|
59357
|
-
{
|
|
59358
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
59359
|
-
"name": "AriaLabelingProps"
|
|
59360
|
-
}
|
|
59361
|
-
],
|
|
59362
|
-
"required": false,
|
|
59363
|
-
"type": {
|
|
59364
|
-
"name": "string"
|
|
59365
|
-
}
|
|
59366
|
-
}
|
|
59367
|
-
}
|
|
59368
|
-
},
|
|
59369
59369
|
{
|
|
59370
59370
|
"tags": {
|
|
59371
59371
|
"flr-generate": "all"
|
|
@@ -185503,89 +185503,6 @@
|
|
|
185503
185503
|
}
|
|
185504
185504
|
}
|
|
185505
185505
|
},
|
|
185506
|
-
{
|
|
185507
|
-
"tags": {
|
|
185508
|
-
"flr-generate": "all"
|
|
185509
|
-
},
|
|
185510
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
185511
|
-
"description": "",
|
|
185512
|
-
"displayName": "Div",
|
|
185513
|
-
"methods": [],
|
|
185514
|
-
"props": {
|
|
185515
|
-
"children": {
|
|
185516
|
-
"defaultValue": null,
|
|
185517
|
-
"description": "",
|
|
185518
|
-
"name": "children",
|
|
185519
|
-
"declarations": [
|
|
185520
|
-
{
|
|
185521
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
185522
|
-
"name": "TypeLiteral"
|
|
185523
|
-
}
|
|
185524
|
-
],
|
|
185525
|
-
"required": false,
|
|
185526
|
-
"type": {
|
|
185527
|
-
"name": "ReactNode"
|
|
185528
|
-
}
|
|
185529
|
-
},
|
|
185530
|
-
"className": {
|
|
185531
|
-
"defaultValue": null,
|
|
185532
|
-
"description": "The elements class name.",
|
|
185533
|
-
"name": "className",
|
|
185534
|
-
"parent": {
|
|
185535
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
185536
|
-
"name": "PropsWithClassName"
|
|
185537
|
-
},
|
|
185538
|
-
"declarations": [
|
|
185539
|
-
{
|
|
185540
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
185541
|
-
"name": "PropsWithClassName"
|
|
185542
|
-
}
|
|
185543
|
-
],
|
|
185544
|
-
"required": false,
|
|
185545
|
-
"type": {
|
|
185546
|
-
"name": "string"
|
|
185547
|
-
}
|
|
185548
|
-
},
|
|
185549
|
-
"ref": {
|
|
185550
|
-
"defaultValue": null,
|
|
185551
|
-
"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}",
|
|
185552
|
-
"name": "ref",
|
|
185553
|
-
"parent": {
|
|
185554
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
185555
|
-
"name": "RefAttributes"
|
|
185556
|
-
},
|
|
185557
|
-
"declarations": [
|
|
185558
|
-
{
|
|
185559
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
185560
|
-
"name": "RefAttributes"
|
|
185561
|
-
}
|
|
185562
|
-
],
|
|
185563
|
-
"required": false,
|
|
185564
|
-
"type": {
|
|
185565
|
-
"name": "Ref<HTMLSpanElement>"
|
|
185566
|
-
}
|
|
185567
|
-
},
|
|
185568
|
-
"key": {
|
|
185569
|
-
"defaultValue": null,
|
|
185570
|
-
"description": "",
|
|
185571
|
-
"name": "key",
|
|
185572
|
-
"parent": {
|
|
185573
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
185574
|
-
"name": "Attributes"
|
|
185575
|
-
},
|
|
185576
|
-
"declarations": [
|
|
185577
|
-
{
|
|
185578
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
185579
|
-
"name": "Attributes"
|
|
185580
|
-
}
|
|
185581
|
-
],
|
|
185582
|
-
"required": false,
|
|
185583
|
-
"type": {
|
|
185584
|
-
"name": "Key | null"
|
|
185585
|
-
}
|
|
185586
|
-
}
|
|
185587
|
-
}
|
|
185588
|
-
},
|
|
185589
185506
|
{
|
|
185590
185507
|
"tags": {
|
|
185591
185508
|
"flr-generate": "all"
|
|
@@ -187300,6 +187217,89 @@
|
|
|
187300
187217
|
}
|
|
187301
187218
|
}
|
|
187302
187219
|
},
|
|
187220
|
+
{
|
|
187221
|
+
"tags": {
|
|
187222
|
+
"flr-generate": "all"
|
|
187223
|
+
},
|
|
187224
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
187225
|
+
"description": "",
|
|
187226
|
+
"displayName": "Div",
|
|
187227
|
+
"methods": [],
|
|
187228
|
+
"props": {
|
|
187229
|
+
"children": {
|
|
187230
|
+
"defaultValue": null,
|
|
187231
|
+
"description": "",
|
|
187232
|
+
"name": "children",
|
|
187233
|
+
"declarations": [
|
|
187234
|
+
{
|
|
187235
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
187236
|
+
"name": "TypeLiteral"
|
|
187237
|
+
}
|
|
187238
|
+
],
|
|
187239
|
+
"required": false,
|
|
187240
|
+
"type": {
|
|
187241
|
+
"name": "ReactNode"
|
|
187242
|
+
}
|
|
187243
|
+
},
|
|
187244
|
+
"className": {
|
|
187245
|
+
"defaultValue": null,
|
|
187246
|
+
"description": "The elements class name.",
|
|
187247
|
+
"name": "className",
|
|
187248
|
+
"parent": {
|
|
187249
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
187250
|
+
"name": "PropsWithClassName"
|
|
187251
|
+
},
|
|
187252
|
+
"declarations": [
|
|
187253
|
+
{
|
|
187254
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
187255
|
+
"name": "PropsWithClassName"
|
|
187256
|
+
}
|
|
187257
|
+
],
|
|
187258
|
+
"required": false,
|
|
187259
|
+
"type": {
|
|
187260
|
+
"name": "string"
|
|
187261
|
+
}
|
|
187262
|
+
},
|
|
187263
|
+
"ref": {
|
|
187264
|
+
"defaultValue": null,
|
|
187265
|
+
"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}",
|
|
187266
|
+
"name": "ref",
|
|
187267
|
+
"parent": {
|
|
187268
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
187269
|
+
"name": "RefAttributes"
|
|
187270
|
+
},
|
|
187271
|
+
"declarations": [
|
|
187272
|
+
{
|
|
187273
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
187274
|
+
"name": "RefAttributes"
|
|
187275
|
+
}
|
|
187276
|
+
],
|
|
187277
|
+
"required": false,
|
|
187278
|
+
"type": {
|
|
187279
|
+
"name": "Ref<HTMLSpanElement>"
|
|
187280
|
+
}
|
|
187281
|
+
},
|
|
187282
|
+
"key": {
|
|
187283
|
+
"defaultValue": null,
|
|
187284
|
+
"description": "",
|
|
187285
|
+
"name": "key",
|
|
187286
|
+
"parent": {
|
|
187287
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
187288
|
+
"name": "Attributes"
|
|
187289
|
+
},
|
|
187290
|
+
"declarations": [
|
|
187291
|
+
{
|
|
187292
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
187293
|
+
"name": "Attributes"
|
|
187294
|
+
}
|
|
187295
|
+
],
|
|
187296
|
+
"required": false,
|
|
187297
|
+
"type": {
|
|
187298
|
+
"name": "Key | null"
|
|
187299
|
+
}
|
|
187300
|
+
}
|
|
187301
|
+
}
|
|
187302
|
+
},
|
|
187303
187303
|
{
|
|
187304
187304
|
"tags": {},
|
|
187305
187305
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DeprecationWarningProvider/DeprecationWarningProvider.tsx",
|
|
@@ -300722,44 +300722,44 @@
|
|
|
300722
300722
|
"tags": {
|
|
300723
300723
|
"flr-generate": "all"
|
|
300724
300724
|
},
|
|
300725
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
300725
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
300726
300726
|
"description": "",
|
|
300727
|
-
"displayName": "
|
|
300727
|
+
"displayName": "TableHeader",
|
|
300728
300728
|
"methods": [],
|
|
300729
300729
|
"props": {
|
|
300730
300730
|
"className": {
|
|
300731
300731
|
"defaultValue": {
|
|
300732
|
-
"value": "'react-aria-
|
|
300732
|
+
"value": "'react-aria-TableHeader'"
|
|
300733
300733
|
},
|
|
300734
300734
|
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
300735
300735
|
"name": "className",
|
|
300736
300736
|
"parent": {
|
|
300737
300737
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300738
|
-
"name": "
|
|
300738
|
+
"name": "TableHeaderProps"
|
|
300739
300739
|
},
|
|
300740
300740
|
"declarations": [
|
|
300741
300741
|
{
|
|
300742
300742
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300743
|
-
"name": "
|
|
300743
|
+
"name": "TableHeaderProps"
|
|
300744
300744
|
}
|
|
300745
300745
|
],
|
|
300746
300746
|
"required": false,
|
|
300747
300747
|
"type": {
|
|
300748
|
-
"name": "ClassNameOrFunction<
|
|
300748
|
+
"name": "ClassNameOrFunction<TableHeaderRenderProps>"
|
|
300749
300749
|
}
|
|
300750
300750
|
},
|
|
300751
300751
|
"columns": {
|
|
300752
300752
|
"defaultValue": null,
|
|
300753
|
-
"description": "A list of columns
|
|
300753
|
+
"description": "A list of table columns.",
|
|
300754
300754
|
"name": "columns",
|
|
300755
300755
|
"parent": {
|
|
300756
300756
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300757
|
-
"name": "
|
|
300757
|
+
"name": "TableHeaderProps"
|
|
300758
300758
|
},
|
|
300759
300759
|
"declarations": [
|
|
300760
300760
|
{
|
|
300761
300761
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300762
|
-
"name": "
|
|
300762
|
+
"name": "TableHeaderProps"
|
|
300763
300763
|
}
|
|
300764
300764
|
],
|
|
300765
300765
|
"required": false,
|
|
@@ -300786,37 +300786,18 @@
|
|
|
300786
300786
|
"name": "ReactNode"
|
|
300787
300787
|
}
|
|
300788
300788
|
},
|
|
300789
|
-
"value": {
|
|
300790
|
-
"defaultValue": null,
|
|
300791
|
-
"description": "The object value that this row represents. When using dynamic collections, this is set\nautomatically.",
|
|
300792
|
-
"name": "value",
|
|
300793
|
-
"parent": {
|
|
300794
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300795
|
-
"name": "RowProps"
|
|
300796
|
-
},
|
|
300797
|
-
"declarations": [
|
|
300798
|
-
{
|
|
300799
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300800
|
-
"name": "RowProps"
|
|
300801
|
-
}
|
|
300802
|
-
],
|
|
300803
|
-
"required": false,
|
|
300804
|
-
"type": {
|
|
300805
|
-
"name": "undefined"
|
|
300806
|
-
}
|
|
300807
|
-
},
|
|
300808
300789
|
"dependencies": {
|
|
300809
300790
|
"defaultValue": null,
|
|
300810
|
-
"description": "Values that should invalidate the
|
|
300791
|
+
"description": "Values that should invalidate the column cache when using dynamic collections.",
|
|
300811
300792
|
"name": "dependencies",
|
|
300812
300793
|
"parent": {
|
|
300813
300794
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300814
|
-
"name": "
|
|
300795
|
+
"name": "TableHeaderProps"
|
|
300815
300796
|
},
|
|
300816
300797
|
"declarations": [
|
|
300817
300798
|
{
|
|
300818
300799
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300819
|
-
"name": "
|
|
300800
|
+
"name": "TableHeaderProps"
|
|
300820
300801
|
}
|
|
300821
300802
|
],
|
|
300822
300803
|
"required": false,
|
|
@@ -300824,122 +300805,6 @@
|
|
|
300824
300805
|
"name": "readonly any[]"
|
|
300825
300806
|
}
|
|
300826
300807
|
},
|
|
300827
|
-
"textValue": {
|
|
300828
|
-
"defaultValue": null,
|
|
300829
|
-
"description": "A string representation of the row's contents, used for features like typeahead.",
|
|
300830
|
-
"name": "textValue",
|
|
300831
|
-
"parent": {
|
|
300832
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300833
|
-
"name": "RowProps"
|
|
300834
|
-
},
|
|
300835
|
-
"declarations": [
|
|
300836
|
-
{
|
|
300837
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300838
|
-
"name": "RowProps"
|
|
300839
|
-
}
|
|
300840
|
-
],
|
|
300841
|
-
"required": false,
|
|
300842
|
-
"type": {
|
|
300843
|
-
"name": "string"
|
|
300844
|
-
}
|
|
300845
|
-
},
|
|
300846
|
-
"isDisabled": {
|
|
300847
|
-
"defaultValue": null,
|
|
300848
|
-
"description": "Whether the row is disabled.",
|
|
300849
|
-
"name": "isDisabled",
|
|
300850
|
-
"parent": {
|
|
300851
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300852
|
-
"name": "RowProps"
|
|
300853
|
-
},
|
|
300854
|
-
"declarations": [
|
|
300855
|
-
{
|
|
300856
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300857
|
-
"name": "RowProps"
|
|
300858
|
-
}
|
|
300859
|
-
],
|
|
300860
|
-
"required": false,
|
|
300861
|
-
"type": {
|
|
300862
|
-
"name": "boolean"
|
|
300863
|
-
}
|
|
300864
|
-
},
|
|
300865
|
-
"disabledBehavior": {
|
|
300866
|
-
"defaultValue": {
|
|
300867
|
-
"value": "'all'"
|
|
300868
|
-
},
|
|
300869
|
-
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
300870
|
-
"name": "disabledBehavior",
|
|
300871
|
-
"parent": {
|
|
300872
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300873
|
-
"name": "TableProps"
|
|
300874
|
-
},
|
|
300875
|
-
"declarations": [
|
|
300876
|
-
{
|
|
300877
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300878
|
-
"name": "TableProps"
|
|
300879
|
-
}
|
|
300880
|
-
],
|
|
300881
|
-
"required": false,
|
|
300882
|
-
"type": {
|
|
300883
|
-
"name": "DisabledBehavior"
|
|
300884
|
-
}
|
|
300885
|
-
},
|
|
300886
|
-
"onAction": {
|
|
300887
|
-
"defaultValue": null,
|
|
300888
|
-
"description": "Handler that is called when a user performs an action on the row. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
|
|
300889
|
-
"name": "onAction",
|
|
300890
|
-
"parent": {
|
|
300891
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300892
|
-
"name": "RowProps"
|
|
300893
|
-
},
|
|
300894
|
-
"declarations": [
|
|
300895
|
-
{
|
|
300896
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300897
|
-
"name": "RowProps"
|
|
300898
|
-
}
|
|
300899
|
-
],
|
|
300900
|
-
"required": false,
|
|
300901
|
-
"type": {
|
|
300902
|
-
"name": "(() => void)"
|
|
300903
|
-
}
|
|
300904
|
-
},
|
|
300905
|
-
"id": {
|
|
300906
|
-
"defaultValue": null,
|
|
300907
|
-
"description": "The unique id of the row.",
|
|
300908
|
-
"name": "id",
|
|
300909
|
-
"parent": {
|
|
300910
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300911
|
-
"name": "RowProps"
|
|
300912
|
-
},
|
|
300913
|
-
"declarations": [
|
|
300914
|
-
{
|
|
300915
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300916
|
-
"name": "RowProps"
|
|
300917
|
-
}
|
|
300918
|
-
],
|
|
300919
|
-
"required": false,
|
|
300920
|
-
"type": {
|
|
300921
|
-
"name": "Key"
|
|
300922
|
-
}
|
|
300923
|
-
},
|
|
300924
|
-
"hasChildItems": {
|
|
300925
|
-
"defaultValue": null,
|
|
300926
|
-
"description": "Whether this row has children, even if not loaded yet.",
|
|
300927
|
-
"name": "hasChildItems",
|
|
300928
|
-
"parent": {
|
|
300929
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300930
|
-
"name": "RowProps"
|
|
300931
|
-
},
|
|
300932
|
-
"declarations": [
|
|
300933
|
-
{
|
|
300934
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
300935
|
-
"name": "RowProps"
|
|
300936
|
-
}
|
|
300937
|
-
],
|
|
300938
|
-
"required": false,
|
|
300939
|
-
"type": {
|
|
300940
|
-
"name": "boolean"
|
|
300941
|
-
}
|
|
300942
|
-
},
|
|
300943
300808
|
"style": {
|
|
300944
300809
|
"defaultValue": null,
|
|
300945
300810
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
@@ -300978,158 +300843,6 @@
|
|
|
300978
300843
|
"name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
|
|
300979
300844
|
}
|
|
300980
300845
|
},
|
|
300981
|
-
"href": {
|
|
300982
|
-
"defaultValue": null,
|
|
300983
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
300984
|
-
"name": "href",
|
|
300985
|
-
"parent": {
|
|
300986
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300987
|
-
"name": "LinkDOMProps"
|
|
300988
|
-
},
|
|
300989
|
-
"declarations": [
|
|
300990
|
-
{
|
|
300991
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300992
|
-
"name": "LinkDOMProps"
|
|
300993
|
-
}
|
|
300994
|
-
],
|
|
300995
|
-
"required": false,
|
|
300996
|
-
"type": {
|
|
300997
|
-
"name": "string"
|
|
300998
|
-
}
|
|
300999
|
-
},
|
|
301000
|
-
"hrefLang": {
|
|
301001
|
-
"defaultValue": null,
|
|
301002
|
-
"description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
301003
|
-
"name": "hrefLang",
|
|
301004
|
-
"parent": {
|
|
301005
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301006
|
-
"name": "LinkDOMProps"
|
|
301007
|
-
},
|
|
301008
|
-
"declarations": [
|
|
301009
|
-
{
|
|
301010
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301011
|
-
"name": "LinkDOMProps"
|
|
301012
|
-
}
|
|
301013
|
-
],
|
|
301014
|
-
"required": false,
|
|
301015
|
-
"type": {
|
|
301016
|
-
"name": "string"
|
|
301017
|
-
}
|
|
301018
|
-
},
|
|
301019
|
-
"target": {
|
|
301020
|
-
"defaultValue": null,
|
|
301021
|
-
"description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
301022
|
-
"name": "target",
|
|
301023
|
-
"parent": {
|
|
301024
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301025
|
-
"name": "LinkDOMProps"
|
|
301026
|
-
},
|
|
301027
|
-
"declarations": [
|
|
301028
|
-
{
|
|
301029
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301030
|
-
"name": "LinkDOMProps"
|
|
301031
|
-
}
|
|
301032
|
-
],
|
|
301033
|
-
"required": false,
|
|
301034
|
-
"type": {
|
|
301035
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
301036
|
-
}
|
|
301037
|
-
},
|
|
301038
|
-
"rel": {
|
|
301039
|
-
"defaultValue": null,
|
|
301040
|
-
"description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
301041
|
-
"name": "rel",
|
|
301042
|
-
"parent": {
|
|
301043
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301044
|
-
"name": "LinkDOMProps"
|
|
301045
|
-
},
|
|
301046
|
-
"declarations": [
|
|
301047
|
-
{
|
|
301048
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301049
|
-
"name": "LinkDOMProps"
|
|
301050
|
-
}
|
|
301051
|
-
],
|
|
301052
|
-
"required": false,
|
|
301053
|
-
"type": {
|
|
301054
|
-
"name": "string"
|
|
301055
|
-
}
|
|
301056
|
-
},
|
|
301057
|
-
"download": {
|
|
301058
|
-
"defaultValue": null,
|
|
301059
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
301060
|
-
"name": "download",
|
|
301061
|
-
"parent": {
|
|
301062
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301063
|
-
"name": "LinkDOMProps"
|
|
301064
|
-
},
|
|
301065
|
-
"declarations": [
|
|
301066
|
-
{
|
|
301067
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301068
|
-
"name": "LinkDOMProps"
|
|
301069
|
-
}
|
|
301070
|
-
],
|
|
301071
|
-
"required": false,
|
|
301072
|
-
"type": {
|
|
301073
|
-
"name": "string | boolean"
|
|
301074
|
-
}
|
|
301075
|
-
},
|
|
301076
|
-
"ping": {
|
|
301077
|
-
"defaultValue": null,
|
|
301078
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
301079
|
-
"name": "ping",
|
|
301080
|
-
"parent": {
|
|
301081
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301082
|
-
"name": "LinkDOMProps"
|
|
301083
|
-
},
|
|
301084
|
-
"declarations": [
|
|
301085
|
-
{
|
|
301086
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301087
|
-
"name": "LinkDOMProps"
|
|
301088
|
-
}
|
|
301089
|
-
],
|
|
301090
|
-
"required": false,
|
|
301091
|
-
"type": {
|
|
301092
|
-
"name": "string"
|
|
301093
|
-
}
|
|
301094
|
-
},
|
|
301095
|
-
"referrerPolicy": {
|
|
301096
|
-
"defaultValue": null,
|
|
301097
|
-
"description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
301098
|
-
"name": "referrerPolicy",
|
|
301099
|
-
"parent": {
|
|
301100
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301101
|
-
"name": "LinkDOMProps"
|
|
301102
|
-
},
|
|
301103
|
-
"declarations": [
|
|
301104
|
-
{
|
|
301105
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301106
|
-
"name": "LinkDOMProps"
|
|
301107
|
-
}
|
|
301108
|
-
],
|
|
301109
|
-
"required": false,
|
|
301110
|
-
"type": {
|
|
301111
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
301112
|
-
}
|
|
301113
|
-
},
|
|
301114
|
-
"routerOptions": {
|
|
301115
|
-
"defaultValue": null,
|
|
301116
|
-
"description": "Options for the configured client side router.",
|
|
301117
|
-
"name": "routerOptions",
|
|
301118
|
-
"parent": {
|
|
301119
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301120
|
-
"name": "LinkDOMProps"
|
|
301121
|
-
},
|
|
301122
|
-
"declarations": [
|
|
301123
|
-
{
|
|
301124
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301125
|
-
"name": "LinkDOMProps"
|
|
301126
|
-
}
|
|
301127
|
-
],
|
|
301128
|
-
"required": false,
|
|
301129
|
-
"type": {
|
|
301130
|
-
"name": "undefined"
|
|
301131
|
-
}
|
|
301132
|
-
},
|
|
301133
300846
|
"onHoverStart": {
|
|
301134
300847
|
"defaultValue": null,
|
|
301135
300848
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -301187,124 +300900,29 @@
|
|
|
301187
300900
|
"name": "((isHovering: boolean) => void)"
|
|
301188
300901
|
}
|
|
301189
300902
|
},
|
|
301190
|
-
"
|
|
301191
|
-
"defaultValue": null,
|
|
301192
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
301193
|
-
"name": "onPress",
|
|
301194
|
-
"parent": {
|
|
301195
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301196
|
-
"name": "PressEvents"
|
|
301197
|
-
},
|
|
301198
|
-
"declarations": [
|
|
301199
|
-
{
|
|
301200
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301201
|
-
"name": "PressEvents"
|
|
301202
|
-
}
|
|
301203
|
-
],
|
|
301204
|
-
"required": false,
|
|
301205
|
-
"type": {
|
|
301206
|
-
"name": "((e: PressEvent) => void)"
|
|
301207
|
-
}
|
|
301208
|
-
},
|
|
301209
|
-
"onPressStart": {
|
|
301210
|
-
"defaultValue": null,
|
|
301211
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
301212
|
-
"name": "onPressStart",
|
|
301213
|
-
"parent": {
|
|
301214
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301215
|
-
"name": "PressEvents"
|
|
301216
|
-
},
|
|
301217
|
-
"declarations": [
|
|
301218
|
-
{
|
|
301219
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301220
|
-
"name": "PressEvents"
|
|
301221
|
-
}
|
|
301222
|
-
],
|
|
301223
|
-
"required": false,
|
|
301224
|
-
"type": {
|
|
301225
|
-
"name": "((e: PressEvent) => void)"
|
|
301226
|
-
}
|
|
301227
|
-
},
|
|
301228
|
-
"onPressEnd": {
|
|
301229
|
-
"defaultValue": null,
|
|
301230
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
301231
|
-
"name": "onPressEnd",
|
|
301232
|
-
"parent": {
|
|
301233
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301234
|
-
"name": "PressEvents"
|
|
301235
|
-
},
|
|
301236
|
-
"declarations": [
|
|
301237
|
-
{
|
|
301238
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301239
|
-
"name": "PressEvents"
|
|
301240
|
-
}
|
|
301241
|
-
],
|
|
301242
|
-
"required": false,
|
|
301243
|
-
"type": {
|
|
301244
|
-
"name": "((e: PressEvent) => void)"
|
|
301245
|
-
}
|
|
301246
|
-
},
|
|
301247
|
-
"onPressChange": {
|
|
301248
|
-
"defaultValue": null,
|
|
301249
|
-
"description": "Handler that is called when the press state changes.",
|
|
301250
|
-
"name": "onPressChange",
|
|
301251
|
-
"parent": {
|
|
301252
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301253
|
-
"name": "PressEvents"
|
|
301254
|
-
},
|
|
301255
|
-
"declarations": [
|
|
301256
|
-
{
|
|
301257
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301258
|
-
"name": "PressEvents"
|
|
301259
|
-
}
|
|
301260
|
-
],
|
|
301261
|
-
"required": false,
|
|
301262
|
-
"type": {
|
|
301263
|
-
"name": "((isPressed: boolean) => void)"
|
|
301264
|
-
}
|
|
301265
|
-
},
|
|
301266
|
-
"onPressUp": {
|
|
301267
|
-
"defaultValue": null,
|
|
301268
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
301269
|
-
"name": "onPressUp",
|
|
301270
|
-
"parent": {
|
|
301271
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301272
|
-
"name": "PressEvents"
|
|
301273
|
-
},
|
|
301274
|
-
"declarations": [
|
|
301275
|
-
{
|
|
301276
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
301277
|
-
"name": "PressEvents"
|
|
301278
|
-
}
|
|
301279
|
-
],
|
|
301280
|
-
"required": false,
|
|
301281
|
-
"type": {
|
|
301282
|
-
"name": "((e: PressEvent) => void)"
|
|
301283
|
-
}
|
|
301284
|
-
},
|
|
301285
|
-
"onClick": {
|
|
300903
|
+
"dir": {
|
|
301286
300904
|
"defaultValue": null,
|
|
301287
|
-
"description": "
|
|
301288
|
-
"name": "
|
|
300905
|
+
"description": "",
|
|
300906
|
+
"name": "dir",
|
|
301289
300907
|
"parent": {
|
|
301290
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/
|
|
301291
|
-
"name": "
|
|
300908
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300909
|
+
"name": "GlobalDOMAttributes"
|
|
301292
300910
|
},
|
|
301293
300911
|
"declarations": [
|
|
301294
300912
|
{
|
|
301295
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/
|
|
301296
|
-
"name": "
|
|
300913
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
300914
|
+
"name": "GlobalDOMAttributes"
|
|
301297
300915
|
}
|
|
301298
300916
|
],
|
|
301299
300917
|
"required": false,
|
|
301300
300918
|
"type": {
|
|
301301
|
-
"name": "
|
|
300919
|
+
"name": "string"
|
|
301302
300920
|
}
|
|
301303
300921
|
},
|
|
301304
|
-
"
|
|
300922
|
+
"lang": {
|
|
301305
300923
|
"defaultValue": null,
|
|
301306
300924
|
"description": "",
|
|
301307
|
-
"name": "
|
|
300925
|
+
"name": "lang",
|
|
301308
300926
|
"parent": {
|
|
301309
300927
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301310
300928
|
"name": "GlobalDOMAttributes"
|
|
@@ -301317,13 +300935,13 @@
|
|
|
301317
300935
|
],
|
|
301318
300936
|
"required": false,
|
|
301319
300937
|
"type": {
|
|
301320
|
-
"name": "
|
|
300938
|
+
"name": "string"
|
|
301321
300939
|
}
|
|
301322
300940
|
},
|
|
301323
|
-
"
|
|
300941
|
+
"hidden": {
|
|
301324
300942
|
"defaultValue": null,
|
|
301325
300943
|
"description": "",
|
|
301326
|
-
"name": "
|
|
300944
|
+
"name": "hidden",
|
|
301327
300945
|
"parent": {
|
|
301328
300946
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301329
300947
|
"name": "GlobalDOMAttributes"
|
|
@@ -301336,13 +300954,13 @@
|
|
|
301336
300954
|
],
|
|
301337
300955
|
"required": false,
|
|
301338
300956
|
"type": {
|
|
301339
|
-
"name": "
|
|
300957
|
+
"name": "boolean"
|
|
301340
300958
|
}
|
|
301341
300959
|
},
|
|
301342
|
-
"
|
|
300960
|
+
"inert": {
|
|
301343
300961
|
"defaultValue": null,
|
|
301344
300962
|
"description": "",
|
|
301345
|
-
"name": "
|
|
300963
|
+
"name": "inert",
|
|
301346
300964
|
"parent": {
|
|
301347
300965
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301348
300966
|
"name": "GlobalDOMAttributes"
|
|
@@ -301355,13 +300973,13 @@
|
|
|
301355
300973
|
],
|
|
301356
300974
|
"required": false,
|
|
301357
300975
|
"type": {
|
|
301358
|
-
"name": "
|
|
300976
|
+
"name": "boolean"
|
|
301359
300977
|
}
|
|
301360
300978
|
},
|
|
301361
|
-
"
|
|
300979
|
+
"translate": {
|
|
301362
300980
|
"defaultValue": null,
|
|
301363
300981
|
"description": "",
|
|
301364
|
-
"name": "
|
|
300982
|
+
"name": "translate",
|
|
301365
300983
|
"parent": {
|
|
301366
300984
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301367
300985
|
"name": "GlobalDOMAttributes"
|
|
@@ -301374,26 +300992,26 @@
|
|
|
301374
300992
|
],
|
|
301375
300993
|
"required": false,
|
|
301376
300994
|
"type": {
|
|
301377
|
-
"name": "
|
|
300995
|
+
"name": "\"yes\" | \"no\""
|
|
301378
300996
|
}
|
|
301379
300997
|
},
|
|
301380
|
-
"
|
|
300998
|
+
"onClick": {
|
|
301381
300999
|
"defaultValue": null,
|
|
301382
301000
|
"description": "",
|
|
301383
|
-
"name": "
|
|
301001
|
+
"name": "onClick",
|
|
301384
301002
|
"parent": {
|
|
301385
301003
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301386
|
-
"name": "
|
|
301004
|
+
"name": "GlobalDOMEvents"
|
|
301387
301005
|
},
|
|
301388
301006
|
"declarations": [
|
|
301389
301007
|
{
|
|
301390
301008
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
301391
|
-
"name": "
|
|
301009
|
+
"name": "GlobalDOMEvents"
|
|
301392
301010
|
}
|
|
301393
301011
|
],
|
|
301394
301012
|
"required": false,
|
|
301395
301013
|
"type": {
|
|
301396
|
-
"name": "
|
|
301014
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
301397
301015
|
}
|
|
301398
301016
|
},
|
|
301399
301017
|
"onClickCapture": {
|
|
@@ -302592,21 +302210,6 @@
|
|
|
302592
302210
|
"type": {
|
|
302593
302211
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
302594
302212
|
}
|
|
302595
|
-
},
|
|
302596
|
-
"footer": {
|
|
302597
|
-
"defaultValue": null,
|
|
302598
|
-
"description": "@internal",
|
|
302599
|
-
"name": "footer",
|
|
302600
|
-
"declarations": [
|
|
302601
|
-
{
|
|
302602
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
302603
|
-
"name": "TypeLiteral"
|
|
302604
|
-
}
|
|
302605
|
-
],
|
|
302606
|
-
"required": false,
|
|
302607
|
-
"type": {
|
|
302608
|
-
"name": "boolean"
|
|
302609
|
-
}
|
|
302610
302213
|
}
|
|
302611
302214
|
}
|
|
302612
302215
|
},
|
|
@@ -302614,44 +302217,44 @@
|
|
|
302614
302217
|
"tags": {
|
|
302615
302218
|
"flr-generate": "all"
|
|
302616
302219
|
},
|
|
302617
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
302220
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
302618
302221
|
"description": "",
|
|
302619
|
-
"displayName": "
|
|
302222
|
+
"displayName": "TableRow",
|
|
302620
302223
|
"methods": [],
|
|
302621
302224
|
"props": {
|
|
302622
302225
|
"className": {
|
|
302623
302226
|
"defaultValue": {
|
|
302624
|
-
"value": "'react-aria-
|
|
302227
|
+
"value": "'react-aria-TableHeader'"
|
|
302625
302228
|
},
|
|
302626
302229
|
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
302627
302230
|
"name": "className",
|
|
302628
302231
|
"parent": {
|
|
302629
302232
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302630
|
-
"name": "
|
|
302233
|
+
"name": "TableHeaderProps"
|
|
302631
302234
|
},
|
|
302632
302235
|
"declarations": [
|
|
302633
302236
|
{
|
|
302634
302237
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302635
|
-
"name": "
|
|
302238
|
+
"name": "TableHeaderProps"
|
|
302636
302239
|
}
|
|
302637
302240
|
],
|
|
302638
302241
|
"required": false,
|
|
302639
302242
|
"type": {
|
|
302640
|
-
"name": "ClassNameOrFunction<
|
|
302243
|
+
"name": "ClassNameOrFunction<TableHeaderRenderProps>"
|
|
302641
302244
|
}
|
|
302642
302245
|
},
|
|
302643
302246
|
"columns": {
|
|
302644
302247
|
"defaultValue": null,
|
|
302645
|
-
"description": "A list of columns
|
|
302248
|
+
"description": "A list of table columns.",
|
|
302646
302249
|
"name": "columns",
|
|
302647
302250
|
"parent": {
|
|
302648
302251
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302649
|
-
"name": "
|
|
302252
|
+
"name": "TableHeaderProps"
|
|
302650
302253
|
},
|
|
302651
302254
|
"declarations": [
|
|
302652
302255
|
{
|
|
302653
302256
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302654
|
-
"name": "
|
|
302257
|
+
"name": "TableHeaderProps"
|
|
302655
302258
|
}
|
|
302656
302259
|
],
|
|
302657
302260
|
"required": false,
|
|
@@ -302678,10 +302281,48 @@
|
|
|
302678
302281
|
"name": "ReactNode"
|
|
302679
302282
|
}
|
|
302680
302283
|
},
|
|
302284
|
+
"value": {
|
|
302285
|
+
"defaultValue": null,
|
|
302286
|
+
"description": "The object value that this row represents. When using dynamic collections, this is set\nautomatically.",
|
|
302287
|
+
"name": "value",
|
|
302288
|
+
"parent": {
|
|
302289
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302290
|
+
"name": "RowProps"
|
|
302291
|
+
},
|
|
302292
|
+
"declarations": [
|
|
302293
|
+
{
|
|
302294
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302295
|
+
"name": "RowProps"
|
|
302296
|
+
}
|
|
302297
|
+
],
|
|
302298
|
+
"required": false,
|
|
302299
|
+
"type": {
|
|
302300
|
+
"name": "undefined"
|
|
302301
|
+
}
|
|
302302
|
+
},
|
|
302681
302303
|
"dependencies": {
|
|
302682
302304
|
"defaultValue": null,
|
|
302683
|
-
"description": "Values that should invalidate the
|
|
302305
|
+
"description": "Values that should invalidate the column cache when using dynamic collections.",
|
|
302684
302306
|
"name": "dependencies",
|
|
302307
|
+
"parent": {
|
|
302308
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302309
|
+
"name": "TableHeaderProps"
|
|
302310
|
+
},
|
|
302311
|
+
"declarations": [
|
|
302312
|
+
{
|
|
302313
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302314
|
+
"name": "TableHeaderProps"
|
|
302315
|
+
}
|
|
302316
|
+
],
|
|
302317
|
+
"required": false,
|
|
302318
|
+
"type": {
|
|
302319
|
+
"name": "readonly any[]"
|
|
302320
|
+
}
|
|
302321
|
+
},
|
|
302322
|
+
"textValue": {
|
|
302323
|
+
"defaultValue": null,
|
|
302324
|
+
"description": "A string representation of the row's contents, used for features like typeahead.",
|
|
302325
|
+
"name": "textValue",
|
|
302685
302326
|
"parent": {
|
|
302686
302327
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302687
302328
|
"name": "RowProps"
|
|
@@ -302694,7 +302335,104 @@
|
|
|
302694
302335
|
],
|
|
302695
302336
|
"required": false,
|
|
302696
302337
|
"type": {
|
|
302697
|
-
"name": "
|
|
302338
|
+
"name": "string"
|
|
302339
|
+
}
|
|
302340
|
+
},
|
|
302341
|
+
"isDisabled": {
|
|
302342
|
+
"defaultValue": null,
|
|
302343
|
+
"description": "Whether the row is disabled.",
|
|
302344
|
+
"name": "isDisabled",
|
|
302345
|
+
"parent": {
|
|
302346
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302347
|
+
"name": "RowProps"
|
|
302348
|
+
},
|
|
302349
|
+
"declarations": [
|
|
302350
|
+
{
|
|
302351
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302352
|
+
"name": "RowProps"
|
|
302353
|
+
}
|
|
302354
|
+
],
|
|
302355
|
+
"required": false,
|
|
302356
|
+
"type": {
|
|
302357
|
+
"name": "boolean"
|
|
302358
|
+
}
|
|
302359
|
+
},
|
|
302360
|
+
"disabledBehavior": {
|
|
302361
|
+
"defaultValue": {
|
|
302362
|
+
"value": "'all'"
|
|
302363
|
+
},
|
|
302364
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
302365
|
+
"name": "disabledBehavior",
|
|
302366
|
+
"parent": {
|
|
302367
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302368
|
+
"name": "TableProps"
|
|
302369
|
+
},
|
|
302370
|
+
"declarations": [
|
|
302371
|
+
{
|
|
302372
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302373
|
+
"name": "TableProps"
|
|
302374
|
+
}
|
|
302375
|
+
],
|
|
302376
|
+
"required": false,
|
|
302377
|
+
"type": {
|
|
302378
|
+
"name": "DisabledBehavior"
|
|
302379
|
+
}
|
|
302380
|
+
},
|
|
302381
|
+
"onAction": {
|
|
302382
|
+
"defaultValue": null,
|
|
302383
|
+
"description": "Handler that is called when a user performs an action on the row. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
|
|
302384
|
+
"name": "onAction",
|
|
302385
|
+
"parent": {
|
|
302386
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302387
|
+
"name": "RowProps"
|
|
302388
|
+
},
|
|
302389
|
+
"declarations": [
|
|
302390
|
+
{
|
|
302391
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302392
|
+
"name": "RowProps"
|
|
302393
|
+
}
|
|
302394
|
+
],
|
|
302395
|
+
"required": false,
|
|
302396
|
+
"type": {
|
|
302397
|
+
"name": "(() => void)"
|
|
302398
|
+
}
|
|
302399
|
+
},
|
|
302400
|
+
"id": {
|
|
302401
|
+
"defaultValue": null,
|
|
302402
|
+
"description": "The unique id of the row.",
|
|
302403
|
+
"name": "id",
|
|
302404
|
+
"parent": {
|
|
302405
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302406
|
+
"name": "RowProps"
|
|
302407
|
+
},
|
|
302408
|
+
"declarations": [
|
|
302409
|
+
{
|
|
302410
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302411
|
+
"name": "RowProps"
|
|
302412
|
+
}
|
|
302413
|
+
],
|
|
302414
|
+
"required": false,
|
|
302415
|
+
"type": {
|
|
302416
|
+
"name": "Key"
|
|
302417
|
+
}
|
|
302418
|
+
},
|
|
302419
|
+
"hasChildItems": {
|
|
302420
|
+
"defaultValue": null,
|
|
302421
|
+
"description": "Whether this row has children, even if not loaded yet.",
|
|
302422
|
+
"name": "hasChildItems",
|
|
302423
|
+
"parent": {
|
|
302424
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302425
|
+
"name": "RowProps"
|
|
302426
|
+
},
|
|
302427
|
+
"declarations": [
|
|
302428
|
+
{
|
|
302429
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
302430
|
+
"name": "RowProps"
|
|
302431
|
+
}
|
|
302432
|
+
],
|
|
302433
|
+
"required": false,
|
|
302434
|
+
"type": {
|
|
302435
|
+
"name": "boolean"
|
|
302698
302436
|
}
|
|
302699
302437
|
},
|
|
302700
302438
|
"style": {
|
|
@@ -302735,6 +302473,158 @@
|
|
|
302735
302473
|
"name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
|
|
302736
302474
|
}
|
|
302737
302475
|
},
|
|
302476
|
+
"href": {
|
|
302477
|
+
"defaultValue": null,
|
|
302478
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
302479
|
+
"name": "href",
|
|
302480
|
+
"parent": {
|
|
302481
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302482
|
+
"name": "LinkDOMProps"
|
|
302483
|
+
},
|
|
302484
|
+
"declarations": [
|
|
302485
|
+
{
|
|
302486
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302487
|
+
"name": "LinkDOMProps"
|
|
302488
|
+
}
|
|
302489
|
+
],
|
|
302490
|
+
"required": false,
|
|
302491
|
+
"type": {
|
|
302492
|
+
"name": "string"
|
|
302493
|
+
}
|
|
302494
|
+
},
|
|
302495
|
+
"hrefLang": {
|
|
302496
|
+
"defaultValue": null,
|
|
302497
|
+
"description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
302498
|
+
"name": "hrefLang",
|
|
302499
|
+
"parent": {
|
|
302500
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302501
|
+
"name": "LinkDOMProps"
|
|
302502
|
+
},
|
|
302503
|
+
"declarations": [
|
|
302504
|
+
{
|
|
302505
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302506
|
+
"name": "LinkDOMProps"
|
|
302507
|
+
}
|
|
302508
|
+
],
|
|
302509
|
+
"required": false,
|
|
302510
|
+
"type": {
|
|
302511
|
+
"name": "string"
|
|
302512
|
+
}
|
|
302513
|
+
},
|
|
302514
|
+
"target": {
|
|
302515
|
+
"defaultValue": null,
|
|
302516
|
+
"description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
302517
|
+
"name": "target",
|
|
302518
|
+
"parent": {
|
|
302519
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302520
|
+
"name": "LinkDOMProps"
|
|
302521
|
+
},
|
|
302522
|
+
"declarations": [
|
|
302523
|
+
{
|
|
302524
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302525
|
+
"name": "LinkDOMProps"
|
|
302526
|
+
}
|
|
302527
|
+
],
|
|
302528
|
+
"required": false,
|
|
302529
|
+
"type": {
|
|
302530
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
302531
|
+
}
|
|
302532
|
+
},
|
|
302533
|
+
"rel": {
|
|
302534
|
+
"defaultValue": null,
|
|
302535
|
+
"description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
302536
|
+
"name": "rel",
|
|
302537
|
+
"parent": {
|
|
302538
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302539
|
+
"name": "LinkDOMProps"
|
|
302540
|
+
},
|
|
302541
|
+
"declarations": [
|
|
302542
|
+
{
|
|
302543
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302544
|
+
"name": "LinkDOMProps"
|
|
302545
|
+
}
|
|
302546
|
+
],
|
|
302547
|
+
"required": false,
|
|
302548
|
+
"type": {
|
|
302549
|
+
"name": "string"
|
|
302550
|
+
}
|
|
302551
|
+
},
|
|
302552
|
+
"download": {
|
|
302553
|
+
"defaultValue": null,
|
|
302554
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
302555
|
+
"name": "download",
|
|
302556
|
+
"parent": {
|
|
302557
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302558
|
+
"name": "LinkDOMProps"
|
|
302559
|
+
},
|
|
302560
|
+
"declarations": [
|
|
302561
|
+
{
|
|
302562
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302563
|
+
"name": "LinkDOMProps"
|
|
302564
|
+
}
|
|
302565
|
+
],
|
|
302566
|
+
"required": false,
|
|
302567
|
+
"type": {
|
|
302568
|
+
"name": "string | boolean"
|
|
302569
|
+
}
|
|
302570
|
+
},
|
|
302571
|
+
"ping": {
|
|
302572
|
+
"defaultValue": null,
|
|
302573
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
302574
|
+
"name": "ping",
|
|
302575
|
+
"parent": {
|
|
302576
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302577
|
+
"name": "LinkDOMProps"
|
|
302578
|
+
},
|
|
302579
|
+
"declarations": [
|
|
302580
|
+
{
|
|
302581
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302582
|
+
"name": "LinkDOMProps"
|
|
302583
|
+
}
|
|
302584
|
+
],
|
|
302585
|
+
"required": false,
|
|
302586
|
+
"type": {
|
|
302587
|
+
"name": "string"
|
|
302588
|
+
}
|
|
302589
|
+
},
|
|
302590
|
+
"referrerPolicy": {
|
|
302591
|
+
"defaultValue": null,
|
|
302592
|
+
"description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
302593
|
+
"name": "referrerPolicy",
|
|
302594
|
+
"parent": {
|
|
302595
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302596
|
+
"name": "LinkDOMProps"
|
|
302597
|
+
},
|
|
302598
|
+
"declarations": [
|
|
302599
|
+
{
|
|
302600
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302601
|
+
"name": "LinkDOMProps"
|
|
302602
|
+
}
|
|
302603
|
+
],
|
|
302604
|
+
"required": false,
|
|
302605
|
+
"type": {
|
|
302606
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
302607
|
+
}
|
|
302608
|
+
},
|
|
302609
|
+
"routerOptions": {
|
|
302610
|
+
"defaultValue": null,
|
|
302611
|
+
"description": "Options for the configured client side router.",
|
|
302612
|
+
"name": "routerOptions",
|
|
302613
|
+
"parent": {
|
|
302614
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302615
|
+
"name": "LinkDOMProps"
|
|
302616
|
+
},
|
|
302617
|
+
"declarations": [
|
|
302618
|
+
{
|
|
302619
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302620
|
+
"name": "LinkDOMProps"
|
|
302621
|
+
}
|
|
302622
|
+
],
|
|
302623
|
+
"required": false,
|
|
302624
|
+
"type": {
|
|
302625
|
+
"name": "undefined"
|
|
302626
|
+
}
|
|
302627
|
+
},
|
|
302738
302628
|
"onHoverStart": {
|
|
302739
302629
|
"defaultValue": null,
|
|
302740
302630
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -302792,29 +302682,124 @@
|
|
|
302792
302682
|
"name": "((isHovering: boolean) => void)"
|
|
302793
302683
|
}
|
|
302794
302684
|
},
|
|
302795
|
-
"
|
|
302685
|
+
"onPress": {
|
|
302796
302686
|
"defaultValue": null,
|
|
302797
|
-
"description": "",
|
|
302798
|
-
"name": "
|
|
302687
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
302688
|
+
"name": "onPress",
|
|
302799
302689
|
"parent": {
|
|
302800
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/
|
|
302801
|
-
"name": "
|
|
302690
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302691
|
+
"name": "PressEvents"
|
|
302802
302692
|
},
|
|
302803
302693
|
"declarations": [
|
|
302804
302694
|
{
|
|
302805
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/
|
|
302806
|
-
"name": "
|
|
302695
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302696
|
+
"name": "PressEvents"
|
|
302807
302697
|
}
|
|
302808
302698
|
],
|
|
302809
302699
|
"required": false,
|
|
302810
302700
|
"type": {
|
|
302811
|
-
"name": "
|
|
302701
|
+
"name": "((e: PressEvent) => void)"
|
|
302812
302702
|
}
|
|
302813
302703
|
},
|
|
302814
|
-
"
|
|
302704
|
+
"onPressStart": {
|
|
302705
|
+
"defaultValue": null,
|
|
302706
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
302707
|
+
"name": "onPressStart",
|
|
302708
|
+
"parent": {
|
|
302709
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302710
|
+
"name": "PressEvents"
|
|
302711
|
+
},
|
|
302712
|
+
"declarations": [
|
|
302713
|
+
{
|
|
302714
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302715
|
+
"name": "PressEvents"
|
|
302716
|
+
}
|
|
302717
|
+
],
|
|
302718
|
+
"required": false,
|
|
302719
|
+
"type": {
|
|
302720
|
+
"name": "((e: PressEvent) => void)"
|
|
302721
|
+
}
|
|
302722
|
+
},
|
|
302723
|
+
"onPressEnd": {
|
|
302724
|
+
"defaultValue": null,
|
|
302725
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
302726
|
+
"name": "onPressEnd",
|
|
302727
|
+
"parent": {
|
|
302728
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302729
|
+
"name": "PressEvents"
|
|
302730
|
+
},
|
|
302731
|
+
"declarations": [
|
|
302732
|
+
{
|
|
302733
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302734
|
+
"name": "PressEvents"
|
|
302735
|
+
}
|
|
302736
|
+
],
|
|
302737
|
+
"required": false,
|
|
302738
|
+
"type": {
|
|
302739
|
+
"name": "((e: PressEvent) => void)"
|
|
302740
|
+
}
|
|
302741
|
+
},
|
|
302742
|
+
"onPressChange": {
|
|
302743
|
+
"defaultValue": null,
|
|
302744
|
+
"description": "Handler that is called when the press state changes.",
|
|
302745
|
+
"name": "onPressChange",
|
|
302746
|
+
"parent": {
|
|
302747
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302748
|
+
"name": "PressEvents"
|
|
302749
|
+
},
|
|
302750
|
+
"declarations": [
|
|
302751
|
+
{
|
|
302752
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302753
|
+
"name": "PressEvents"
|
|
302754
|
+
}
|
|
302755
|
+
],
|
|
302756
|
+
"required": false,
|
|
302757
|
+
"type": {
|
|
302758
|
+
"name": "((isPressed: boolean) => void)"
|
|
302759
|
+
}
|
|
302760
|
+
},
|
|
302761
|
+
"onPressUp": {
|
|
302762
|
+
"defaultValue": null,
|
|
302763
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
302764
|
+
"name": "onPressUp",
|
|
302765
|
+
"parent": {
|
|
302766
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302767
|
+
"name": "PressEvents"
|
|
302768
|
+
},
|
|
302769
|
+
"declarations": [
|
|
302770
|
+
{
|
|
302771
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302772
|
+
"name": "PressEvents"
|
|
302773
|
+
}
|
|
302774
|
+
],
|
|
302775
|
+
"required": false,
|
|
302776
|
+
"type": {
|
|
302777
|
+
"name": "((e: PressEvent) => void)"
|
|
302778
|
+
}
|
|
302779
|
+
},
|
|
302780
|
+
"onClick": {
|
|
302781
|
+
"defaultValue": null,
|
|
302782
|
+
"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.",
|
|
302783
|
+
"name": "onClick",
|
|
302784
|
+
"parent": {
|
|
302785
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302786
|
+
"name": "PressEvents"
|
|
302787
|
+
},
|
|
302788
|
+
"declarations": [
|
|
302789
|
+
{
|
|
302790
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
|
|
302791
|
+
"name": "PressEvents"
|
|
302792
|
+
}
|
|
302793
|
+
],
|
|
302794
|
+
"required": false,
|
|
302795
|
+
"type": {
|
|
302796
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
302797
|
+
}
|
|
302798
|
+
},
|
|
302799
|
+
"translate": {
|
|
302815
302800
|
"defaultValue": null,
|
|
302816
302801
|
"description": "",
|
|
302817
|
-
"name": "
|
|
302802
|
+
"name": "translate",
|
|
302818
302803
|
"parent": {
|
|
302819
302804
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302820
302805
|
"name": "GlobalDOMAttributes"
|
|
@@ -302827,13 +302812,13 @@
|
|
|
302827
302812
|
],
|
|
302828
302813
|
"required": false,
|
|
302829
302814
|
"type": {
|
|
302830
|
-
"name": "
|
|
302815
|
+
"name": "\"yes\" | \"no\""
|
|
302831
302816
|
}
|
|
302832
302817
|
},
|
|
302833
|
-
"
|
|
302818
|
+
"dir": {
|
|
302834
302819
|
"defaultValue": null,
|
|
302835
302820
|
"description": "",
|
|
302836
|
-
"name": "
|
|
302821
|
+
"name": "dir",
|
|
302837
302822
|
"parent": {
|
|
302838
302823
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302839
302824
|
"name": "GlobalDOMAttributes"
|
|
@@ -302846,13 +302831,13 @@
|
|
|
302846
302831
|
],
|
|
302847
302832
|
"required": false,
|
|
302848
302833
|
"type": {
|
|
302849
|
-
"name": "
|
|
302834
|
+
"name": "string"
|
|
302850
302835
|
}
|
|
302851
302836
|
},
|
|
302852
|
-
"
|
|
302837
|
+
"lang": {
|
|
302853
302838
|
"defaultValue": null,
|
|
302854
302839
|
"description": "",
|
|
302855
|
-
"name": "
|
|
302840
|
+
"name": "lang",
|
|
302856
302841
|
"parent": {
|
|
302857
302842
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302858
302843
|
"name": "GlobalDOMAttributes"
|
|
@@ -302865,13 +302850,13 @@
|
|
|
302865
302850
|
],
|
|
302866
302851
|
"required": false,
|
|
302867
302852
|
"type": {
|
|
302868
|
-
"name": "
|
|
302853
|
+
"name": "string"
|
|
302869
302854
|
}
|
|
302870
302855
|
},
|
|
302871
|
-
"
|
|
302856
|
+
"hidden": {
|
|
302872
302857
|
"defaultValue": null,
|
|
302873
302858
|
"description": "",
|
|
302874
|
-
"name": "
|
|
302859
|
+
"name": "hidden",
|
|
302875
302860
|
"parent": {
|
|
302876
302861
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302877
302862
|
"name": "GlobalDOMAttributes"
|
|
@@ -302884,26 +302869,26 @@
|
|
|
302884
302869
|
],
|
|
302885
302870
|
"required": false,
|
|
302886
302871
|
"type": {
|
|
302887
|
-
"name": "
|
|
302872
|
+
"name": "boolean"
|
|
302888
302873
|
}
|
|
302889
302874
|
},
|
|
302890
|
-
"
|
|
302875
|
+
"inert": {
|
|
302891
302876
|
"defaultValue": null,
|
|
302892
302877
|
"description": "",
|
|
302893
|
-
"name": "
|
|
302878
|
+
"name": "inert",
|
|
302894
302879
|
"parent": {
|
|
302895
302880
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302896
|
-
"name": "
|
|
302881
|
+
"name": "GlobalDOMAttributes"
|
|
302897
302882
|
},
|
|
302898
302883
|
"declarations": [
|
|
302899
302884
|
{
|
|
302900
302885
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302901
|
-
"name": "
|
|
302886
|
+
"name": "GlobalDOMAttributes"
|
|
302902
302887
|
}
|
|
302903
302888
|
],
|
|
302904
302889
|
"required": false,
|
|
302905
302890
|
"type": {
|
|
302906
|
-
"name": "
|
|
302891
|
+
"name": "boolean"
|
|
302907
302892
|
}
|
|
302908
302893
|
},
|
|
302909
302894
|
"onClickCapture": {
|
|
@@ -304102,6 +304087,21 @@
|
|
|
304102
304087
|
"type": {
|
|
304103
304088
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
304104
304089
|
}
|
|
304090
|
+
},
|
|
304091
|
+
"footer": {
|
|
304092
|
+
"defaultValue": null,
|
|
304093
|
+
"description": "@internal",
|
|
304094
|
+
"name": "footer",
|
|
304095
|
+
"declarations": [
|
|
304096
|
+
{
|
|
304097
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
304098
|
+
"name": "TypeLiteral"
|
|
304099
|
+
}
|
|
304100
|
+
],
|
|
304101
|
+
"required": false,
|
|
304102
|
+
"type": {
|
|
304103
|
+
"name": "boolean"
|
|
304104
|
+
}
|
|
304105
304105
|
}
|
|
304106
304106
|
}
|
|
304107
304107
|
},
|
|
@@ -304116,37 +304116,37 @@
|
|
|
304116
304116
|
"props": {
|
|
304117
304117
|
"className": {
|
|
304118
304118
|
"defaultValue": {
|
|
304119
|
-
"value": "'react-aria-
|
|
304119
|
+
"value": "'react-aria-TableHeader'"
|
|
304120
304120
|
},
|
|
304121
304121
|
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
304122
304122
|
"name": "className",
|
|
304123
304123
|
"parent": {
|
|
304124
304124
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
304125
|
-
"name": "
|
|
304125
|
+
"name": "TableHeaderProps"
|
|
304126
304126
|
},
|
|
304127
304127
|
"declarations": [
|
|
304128
304128
|
{
|
|
304129
304129
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
304130
|
-
"name": "
|
|
304130
|
+
"name": "TableHeaderProps"
|
|
304131
304131
|
}
|
|
304132
304132
|
],
|
|
304133
304133
|
"required": false,
|
|
304134
304134
|
"type": {
|
|
304135
|
-
"name": "ClassNameOrFunction<
|
|
304135
|
+
"name": "ClassNameOrFunction<TableHeaderRenderProps>"
|
|
304136
304136
|
}
|
|
304137
304137
|
},
|
|
304138
304138
|
"columns": {
|
|
304139
304139
|
"defaultValue": null,
|
|
304140
|
-
"description": "A list of columns
|
|
304140
|
+
"description": "A list of table columns.",
|
|
304141
304141
|
"name": "columns",
|
|
304142
304142
|
"parent": {
|
|
304143
304143
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
304144
|
-
"name": "
|
|
304144
|
+
"name": "TableHeaderProps"
|
|
304145
304145
|
},
|
|
304146
304146
|
"declarations": [
|
|
304147
304147
|
{
|
|
304148
304148
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
304149
|
-
"name": "
|
|
304149
|
+
"name": "TableHeaderProps"
|
|
304150
304150
|
}
|
|
304151
304151
|
],
|
|
304152
304152
|
"required": false,
|
|
@@ -304194,16 +304194,16 @@
|
|
|
304194
304194
|
},
|
|
304195
304195
|
"dependencies": {
|
|
304196
304196
|
"defaultValue": null,
|
|
304197
|
-
"description": "Values that should invalidate the
|
|
304197
|
+
"description": "Values that should invalidate the column cache when using dynamic collections.",
|
|
304198
304198
|
"name": "dependencies",
|
|
304199
304199
|
"parent": {
|
|
304200
304200
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
304201
|
-
"name": "
|
|
304201
|
+
"name": "TableHeaderProps"
|
|
304202
304202
|
},
|
|
304203
304203
|
"declarations": [
|
|
304204
304204
|
{
|
|
304205
304205
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
304206
|
-
"name": "
|
|
304206
|
+
"name": "TableHeaderProps"
|
|
304207
304207
|
}
|
|
304208
304208
|
],
|
|
304209
304209
|
"required": false,
|
|
@@ -306105,23 +306105,23 @@
|
|
|
306105
306105
|
},
|
|
306106
306106
|
"className": {
|
|
306107
306107
|
"defaultValue": {
|
|
306108
|
-
"value": "'react-aria-
|
|
306108
|
+
"value": "'react-aria-TableHeader'"
|
|
306109
306109
|
},
|
|
306110
306110
|
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
306111
306111
|
"name": "className",
|
|
306112
306112
|
"parent": {
|
|
306113
306113
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
306114
|
-
"name": "
|
|
306114
|
+
"name": "TableHeaderProps"
|
|
306115
306115
|
},
|
|
306116
306116
|
"declarations": [
|
|
306117
306117
|
{
|
|
306118
306118
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
306119
|
-
"name": "
|
|
306119
|
+
"name": "TableHeaderProps"
|
|
306120
306120
|
}
|
|
306121
306121
|
],
|
|
306122
306122
|
"required": false,
|
|
306123
306123
|
"type": {
|
|
306124
|
-
"name": "ClassNameOrFunction<
|
|
306124
|
+
"name": "ClassNameOrFunction<TableHeaderRenderProps>"
|
|
306125
306125
|
}
|
|
306126
306126
|
},
|
|
306127
306127
|
"render": {
|
|
@@ -307532,108 +307532,144 @@
|
|
|
307532
307532
|
"tags": {
|
|
307533
307533
|
"flr-generate": "all"
|
|
307534
307534
|
},
|
|
307535
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
307535
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
|
|
307536
307536
|
"description": "",
|
|
307537
|
-
"displayName": "
|
|
307537
|
+
"displayName": "TableBody",
|
|
307538
307538
|
"methods": [],
|
|
307539
307539
|
"props": {
|
|
307540
|
-
"
|
|
307541
|
-
"defaultValue":
|
|
307542
|
-
|
|
307543
|
-
|
|
307540
|
+
"className": {
|
|
307541
|
+
"defaultValue": {
|
|
307542
|
+
"value": "'react-aria-TableHeader'"
|
|
307543
|
+
},
|
|
307544
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
307545
|
+
"name": "className",
|
|
307544
307546
|
"parent": {
|
|
307545
|
-
"fileName": "
|
|
307546
|
-
"name": "
|
|
307547
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
307548
|
+
"name": "TableHeaderProps"
|
|
307547
307549
|
},
|
|
307548
307550
|
"declarations": [
|
|
307549
307551
|
{
|
|
307550
|
-
"fileName": "
|
|
307551
|
-
"name": "
|
|
307552
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
307553
|
+
"name": "TableHeaderProps"
|
|
307552
307554
|
}
|
|
307553
307555
|
],
|
|
307554
307556
|
"required": false,
|
|
307555
307557
|
"type": {
|
|
307556
|
-
"name": "
|
|
307558
|
+
"name": "ClassNameOrFunction<TableHeaderRenderProps>"
|
|
307557
307559
|
}
|
|
307558
307560
|
},
|
|
307559
|
-
"
|
|
307560
|
-
"defaultValue":
|
|
307561
|
-
|
|
307561
|
+
"renderEmptyState": {
|
|
307562
|
+
"defaultValue": null,
|
|
307563
|
+
"description": "Provides content to display when there are no rows in the table.",
|
|
307564
|
+
"name": "renderEmptyState",
|
|
307565
|
+
"parent": {
|
|
307566
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
307567
|
+
"name": "TableBodyProps"
|
|
307562
307568
|
},
|
|
307563
|
-
"
|
|
307564
|
-
|
|
307569
|
+
"declarations": [
|
|
307570
|
+
{
|
|
307571
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
307572
|
+
"name": "TableBodyProps"
|
|
307573
|
+
}
|
|
307574
|
+
],
|
|
307575
|
+
"required": false,
|
|
307576
|
+
"type": {
|
|
307577
|
+
"name": "((props: TableBodyRenderProps) => ReactNode)"
|
|
307578
|
+
}
|
|
307579
|
+
},
|
|
307580
|
+
"children": {
|
|
307581
|
+
"defaultValue": null,
|
|
307582
|
+
"description": "The contents of the collection.",
|
|
307583
|
+
"name": "children",
|
|
307565
307584
|
"parent": {
|
|
307566
|
-
"fileName": "
|
|
307567
|
-
"name": "
|
|
307585
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
307586
|
+
"name": "CollectionProps"
|
|
307568
307587
|
},
|
|
307569
307588
|
"declarations": [
|
|
307570
307589
|
{
|
|
307571
|
-
"fileName": "
|
|
307572
|
-
"name": "
|
|
307590
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
307591
|
+
"name": "CollectionProps"
|
|
307573
307592
|
}
|
|
307574
307593
|
],
|
|
307575
307594
|
"required": false,
|
|
307576
307595
|
"type": {
|
|
307577
|
-
"name": "
|
|
307596
|
+
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
307578
307597
|
}
|
|
307579
307598
|
},
|
|
307580
|
-
"
|
|
307599
|
+
"items": {
|
|
307581
307600
|
"defaultValue": null,
|
|
307582
|
-
"description": "
|
|
307583
|
-
"name": "
|
|
307601
|
+
"description": "Item objects in the collection.",
|
|
307602
|
+
"name": "items",
|
|
307584
307603
|
"parent": {
|
|
307585
|
-
"fileName": "flow/node_modules/.pnpm
|
|
307586
|
-
"name": "
|
|
307604
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/collections.d.ts",
|
|
307605
|
+
"name": "CollectionBase"
|
|
307587
307606
|
},
|
|
307588
307607
|
"declarations": [
|
|
307589
307608
|
{
|
|
307590
|
-
"fileName": "flow/node_modules/.pnpm
|
|
307591
|
-
"name": "
|
|
307609
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/collections.d.ts",
|
|
307610
|
+
"name": "CollectionBase"
|
|
307592
307611
|
}
|
|
307593
307612
|
],
|
|
307594
307613
|
"required": false,
|
|
307595
307614
|
"type": {
|
|
307596
|
-
"name": "
|
|
307615
|
+
"name": "Iterable<object>"
|
|
307597
307616
|
}
|
|
307598
307617
|
},
|
|
307599
|
-
"
|
|
307618
|
+
"dependencies": {
|
|
307600
307619
|
"defaultValue": null,
|
|
307601
|
-
"description": "",
|
|
307602
|
-
"name": "
|
|
307620
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
307621
|
+
"name": "dependencies",
|
|
307603
307622
|
"parent": {
|
|
307604
|
-
"fileName": "flow/node_modules/.pnpm
|
|
307605
|
-
"name": "
|
|
307623
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
307624
|
+
"name": "CollectionProps"
|
|
307606
307625
|
},
|
|
307607
307626
|
"declarations": [
|
|
307608
307627
|
{
|
|
307609
|
-
"fileName": "flow/node_modules/.pnpm
|
|
307610
|
-
"name": "
|
|
307628
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
307629
|
+
"name": "CollectionProps"
|
|
307611
307630
|
}
|
|
307612
307631
|
],
|
|
307613
307632
|
"required": false,
|
|
307614
307633
|
"type": {
|
|
307615
|
-
"name": "
|
|
307634
|
+
"name": "readonly any[]"
|
|
307616
307635
|
}
|
|
307617
307636
|
},
|
|
307618
|
-
"
|
|
307619
|
-
"defaultValue":
|
|
307620
|
-
|
|
307637
|
+
"style": {
|
|
307638
|
+
"defaultValue": null,
|
|
307639
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
307640
|
+
"name": "style",
|
|
307641
|
+
"parent": {
|
|
307642
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
307643
|
+
"name": "StyleRenderProps"
|
|
307621
307644
|
},
|
|
307622
|
-
"
|
|
307623
|
-
|
|
307645
|
+
"declarations": [
|
|
307646
|
+
{
|
|
307647
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
307648
|
+
"name": "StyleRenderProps"
|
|
307649
|
+
}
|
|
307650
|
+
],
|
|
307651
|
+
"required": false,
|
|
307652
|
+
"type": {
|
|
307653
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
307654
|
+
}
|
|
307655
|
+
},
|
|
307656
|
+
"render": {
|
|
307657
|
+
"defaultValue": null,
|
|
307658
|
+
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
|
|
307659
|
+
"name": "render",
|
|
307624
307660
|
"parent": {
|
|
307625
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
307626
|
-
"name": "
|
|
307661
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
307662
|
+
"name": "DOMRenderProps"
|
|
307627
307663
|
},
|
|
307628
307664
|
"declarations": [
|
|
307629
307665
|
{
|
|
307630
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
307631
|
-
"name": "
|
|
307666
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
307667
|
+
"name": "DOMRenderProps"
|
|
307632
307668
|
}
|
|
307633
307669
|
],
|
|
307634
307670
|
"required": false,
|
|
307635
307671
|
"type": {
|
|
307636
|
-
"name": "
|
|
307672
|
+
"name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
|
|
307637
307673
|
}
|
|
307638
307674
|
},
|
|
307639
307675
|
"dir": {
|
|
@@ -307712,6 +307748,25 @@
|
|
|
307712
307748
|
"name": "boolean"
|
|
307713
307749
|
}
|
|
307714
307750
|
},
|
|
307751
|
+
"translate": {
|
|
307752
|
+
"defaultValue": null,
|
|
307753
|
+
"description": "",
|
|
307754
|
+
"name": "translate",
|
|
307755
|
+
"parent": {
|
|
307756
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
307757
|
+
"name": "GlobalDOMAttributes"
|
|
307758
|
+
},
|
|
307759
|
+
"declarations": [
|
|
307760
|
+
{
|
|
307761
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
307762
|
+
"name": "GlobalDOMAttributes"
|
|
307763
|
+
}
|
|
307764
|
+
],
|
|
307765
|
+
"required": false,
|
|
307766
|
+
"type": {
|
|
307767
|
+
"name": "\"yes\" | \"no\""
|
|
307768
|
+
}
|
|
307769
|
+
},
|
|
307715
307770
|
"onClick": {
|
|
307716
307771
|
"defaultValue": null,
|
|
307717
307772
|
"description": "",
|
|
@@ -308927,59 +308982,6 @@
|
|
|
308927
308982
|
"type": {
|
|
308928
308983
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
308929
308984
|
}
|
|
308930
|
-
},
|
|
308931
|
-
"textValue": {
|
|
308932
|
-
"defaultValue": null,
|
|
308933
|
-
"description": "A string representation of the row's contents, used for features like typeahead.",
|
|
308934
|
-
"name": "textValue",
|
|
308935
|
-
"parent": {
|
|
308936
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
308937
|
-
"name": "RowProps"
|
|
308938
|
-
},
|
|
308939
|
-
"declarations": [
|
|
308940
|
-
{
|
|
308941
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
308942
|
-
"name": "RowProps"
|
|
308943
|
-
}
|
|
308944
|
-
],
|
|
308945
|
-
"required": false,
|
|
308946
|
-
"type": {
|
|
308947
|
-
"name": "string"
|
|
308948
|
-
}
|
|
308949
|
-
},
|
|
308950
|
-
"colSpan": {
|
|
308951
|
-
"defaultValue": null,
|
|
308952
|
-
"description": "Indicates how many columns the data cell spans.",
|
|
308953
|
-
"name": "colSpan",
|
|
308954
|
-
"parent": {
|
|
308955
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
308956
|
-
"name": "CellProps"
|
|
308957
|
-
},
|
|
308958
|
-
"declarations": [
|
|
308959
|
-
{
|
|
308960
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
308961
|
-
"name": "CellProps"
|
|
308962
|
-
}
|
|
308963
|
-
],
|
|
308964
|
-
"required": false,
|
|
308965
|
-
"type": {
|
|
308966
|
-
"name": "number"
|
|
308967
|
-
}
|
|
308968
|
-
},
|
|
308969
|
-
"children": {
|
|
308970
|
-
"defaultValue": null,
|
|
308971
|
-
"description": "",
|
|
308972
|
-
"name": "children",
|
|
308973
|
-
"declarations": [
|
|
308974
|
-
{
|
|
308975
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
308976
|
-
"name": "TypeLiteral"
|
|
308977
|
-
}
|
|
308978
|
-
],
|
|
308979
|
-
"required": false,
|
|
308980
|
-
"type": {
|
|
308981
|
-
"name": "ReactNode"
|
|
308982
|
-
}
|
|
308983
308985
|
}
|
|
308984
308986
|
}
|
|
308985
308987
|
},
|
|
@@ -308987,144 +308989,108 @@
|
|
|
308987
308989
|
"tags": {
|
|
308988
308990
|
"flr-generate": "all"
|
|
308989
308991
|
},
|
|
308990
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
308992
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
308991
308993
|
"description": "",
|
|
308992
|
-
"displayName": "
|
|
308994
|
+
"displayName": "TableCell",
|
|
308993
308995
|
"methods": [],
|
|
308994
308996
|
"props": {
|
|
308995
|
-
"
|
|
308996
|
-
"defaultValue": {
|
|
308997
|
-
"value": "'react-aria-Row'"
|
|
308998
|
-
},
|
|
308999
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
309000
|
-
"name": "className",
|
|
309001
|
-
"parent": {
|
|
309002
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
309003
|
-
"name": "RowProps"
|
|
309004
|
-
},
|
|
309005
|
-
"declarations": [
|
|
309006
|
-
{
|
|
309007
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
309008
|
-
"name": "RowProps"
|
|
309009
|
-
}
|
|
309010
|
-
],
|
|
309011
|
-
"required": false,
|
|
309012
|
-
"type": {
|
|
309013
|
-
"name": "ClassNameOrFunction<RowRenderProps>"
|
|
309014
|
-
}
|
|
309015
|
-
},
|
|
309016
|
-
"renderEmptyState": {
|
|
308997
|
+
"rowHeader": {
|
|
309017
308998
|
"defaultValue": null,
|
|
309018
|
-
"description": "
|
|
309019
|
-
"name": "
|
|
308999
|
+
"description": "Use cell as row header",
|
|
309000
|
+
"name": "rowHeader",
|
|
309020
309001
|
"parent": {
|
|
309021
|
-
"fileName": "
|
|
309022
|
-
"name": "
|
|
309002
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
309003
|
+
"name": "TableCellProps"
|
|
309023
309004
|
},
|
|
309024
309005
|
"declarations": [
|
|
309025
309006
|
{
|
|
309026
|
-
"fileName": "
|
|
309027
|
-
"name": "
|
|
309007
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
309008
|
+
"name": "TableCellProps"
|
|
309028
309009
|
}
|
|
309029
309010
|
],
|
|
309030
309011
|
"required": false,
|
|
309031
309012
|
"type": {
|
|
309032
|
-
"name": "
|
|
309013
|
+
"name": "boolean"
|
|
309033
309014
|
}
|
|
309034
309015
|
},
|
|
309035
|
-
"
|
|
309036
|
-
"defaultValue":
|
|
309037
|
-
|
|
309038
|
-
"name": "children",
|
|
309039
|
-
"parent": {
|
|
309040
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
309041
|
-
"name": "CollectionProps"
|
|
309016
|
+
"horizontalAlign": {
|
|
309017
|
+
"defaultValue": {
|
|
309018
|
+
"value": "\"start\""
|
|
309042
309019
|
},
|
|
309043
|
-
"
|
|
309044
|
-
|
|
309045
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
309046
|
-
"name": "CollectionProps"
|
|
309047
|
-
}
|
|
309048
|
-
],
|
|
309049
|
-
"required": false,
|
|
309050
|
-
"type": {
|
|
309051
|
-
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
309052
|
-
}
|
|
309053
|
-
},
|
|
309054
|
-
"items": {
|
|
309055
|
-
"defaultValue": null,
|
|
309056
|
-
"description": "Item objects in the collection.",
|
|
309057
|
-
"name": "items",
|
|
309020
|
+
"description": "Horizontal alignment of the cell content",
|
|
309021
|
+
"name": "horizontalAlign",
|
|
309058
309022
|
"parent": {
|
|
309059
|
-
"fileName": "
|
|
309060
|
-
"name": "
|
|
309023
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
309024
|
+
"name": "TableCellProps"
|
|
309061
309025
|
},
|
|
309062
309026
|
"declarations": [
|
|
309063
309027
|
{
|
|
309064
|
-
"fileName": "
|
|
309065
|
-
"name": "
|
|
309028
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
309029
|
+
"name": "TableCellProps"
|
|
309066
309030
|
}
|
|
309067
309031
|
],
|
|
309068
309032
|
"required": false,
|
|
309069
309033
|
"type": {
|
|
309070
|
-
"name": "
|
|
309034
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
309071
309035
|
}
|
|
309072
309036
|
},
|
|
309073
|
-
"
|
|
309037
|
+
"id": {
|
|
309074
309038
|
"defaultValue": null,
|
|
309075
|
-
"description": "
|
|
309076
|
-
"name": "
|
|
309039
|
+
"description": "The unique id of the row.",
|
|
309040
|
+
"name": "id",
|
|
309077
309041
|
"parent": {
|
|
309078
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
309079
|
-
"name": "
|
|
309042
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
309043
|
+
"name": "RowProps"
|
|
309080
309044
|
},
|
|
309081
309045
|
"declarations": [
|
|
309082
309046
|
{
|
|
309083
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
309084
|
-
"name": "
|
|
309047
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
309048
|
+
"name": "RowProps"
|
|
309085
309049
|
}
|
|
309086
309050
|
],
|
|
309087
309051
|
"required": false,
|
|
309088
309052
|
"type": {
|
|
309089
|
-
"name": "
|
|
309053
|
+
"name": "Key"
|
|
309090
309054
|
}
|
|
309091
309055
|
},
|
|
309092
|
-
"
|
|
309056
|
+
"translate": {
|
|
309093
309057
|
"defaultValue": null,
|
|
309094
|
-
"description": "
|
|
309095
|
-
"name": "
|
|
309058
|
+
"description": "",
|
|
309059
|
+
"name": "translate",
|
|
309096
309060
|
"parent": {
|
|
309097
|
-
"fileName": "flow/node_modules/.pnpm
|
|
309098
|
-
"name": "
|
|
309061
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
309062
|
+
"name": "GlobalDOMAttributes"
|
|
309099
309063
|
},
|
|
309100
309064
|
"declarations": [
|
|
309101
309065
|
{
|
|
309102
|
-
"fileName": "flow/node_modules/.pnpm
|
|
309103
|
-
"name": "
|
|
309066
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
309067
|
+
"name": "GlobalDOMAttributes"
|
|
309104
309068
|
}
|
|
309105
309069
|
],
|
|
309106
309070
|
"required": false,
|
|
309107
309071
|
"type": {
|
|
309108
|
-
"name": "
|
|
309072
|
+
"name": "\"yes\" | \"no\""
|
|
309109
309073
|
}
|
|
309110
309074
|
},
|
|
309111
|
-
"
|
|
309112
|
-
"defaultValue":
|
|
309113
|
-
|
|
309114
|
-
|
|
309075
|
+
"className": {
|
|
309076
|
+
"defaultValue": {
|
|
309077
|
+
"value": "'react-aria-TableHeader'"
|
|
309078
|
+
},
|
|
309079
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
309080
|
+
"name": "className",
|
|
309115
309081
|
"parent": {
|
|
309116
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
309117
|
-
"name": "
|
|
309082
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
309083
|
+
"name": "TableHeaderProps"
|
|
309118
309084
|
},
|
|
309119
309085
|
"declarations": [
|
|
309120
309086
|
{
|
|
309121
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/
|
|
309122
|
-
"name": "
|
|
309087
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
309088
|
+
"name": "TableHeaderProps"
|
|
309123
309089
|
}
|
|
309124
309090
|
],
|
|
309125
309091
|
"required": false,
|
|
309126
309092
|
"type": {
|
|
309127
|
-
"name": "
|
|
309093
|
+
"name": "ClassNameOrFunction<TableHeaderRenderProps>"
|
|
309128
309094
|
}
|
|
309129
309095
|
},
|
|
309130
309096
|
"dir": {
|
|
@@ -309203,25 +309169,6 @@
|
|
|
309203
309169
|
"name": "boolean"
|
|
309204
309170
|
}
|
|
309205
309171
|
},
|
|
309206
|
-
"translate": {
|
|
309207
|
-
"defaultValue": null,
|
|
309208
|
-
"description": "",
|
|
309209
|
-
"name": "translate",
|
|
309210
|
-
"parent": {
|
|
309211
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
309212
|
-
"name": "GlobalDOMAttributes"
|
|
309213
|
-
},
|
|
309214
|
-
"declarations": [
|
|
309215
|
-
{
|
|
309216
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
|
|
309217
|
-
"name": "GlobalDOMAttributes"
|
|
309218
|
-
}
|
|
309219
|
-
],
|
|
309220
|
-
"required": false,
|
|
309221
|
-
"type": {
|
|
309222
|
-
"name": "\"yes\" | \"no\""
|
|
309223
|
-
}
|
|
309224
|
-
},
|
|
309225
309172
|
"onClick": {
|
|
309226
309173
|
"defaultValue": null,
|
|
309227
309174
|
"description": "",
|
|
@@ -310437,6 +310384,59 @@
|
|
|
310437
310384
|
"type": {
|
|
310438
310385
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
310439
310386
|
}
|
|
310387
|
+
},
|
|
310388
|
+
"textValue": {
|
|
310389
|
+
"defaultValue": null,
|
|
310390
|
+
"description": "A string representation of the row's contents, used for features like typeahead.",
|
|
310391
|
+
"name": "textValue",
|
|
310392
|
+
"parent": {
|
|
310393
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
310394
|
+
"name": "RowProps"
|
|
310395
|
+
},
|
|
310396
|
+
"declarations": [
|
|
310397
|
+
{
|
|
310398
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
310399
|
+
"name": "RowProps"
|
|
310400
|
+
}
|
|
310401
|
+
],
|
|
310402
|
+
"required": false,
|
|
310403
|
+
"type": {
|
|
310404
|
+
"name": "string"
|
|
310405
|
+
}
|
|
310406
|
+
},
|
|
310407
|
+
"colSpan": {
|
|
310408
|
+
"defaultValue": null,
|
|
310409
|
+
"description": "Indicates how many columns the data cell spans.",
|
|
310410
|
+
"name": "colSpan",
|
|
310411
|
+
"parent": {
|
|
310412
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
310413
|
+
"name": "CellProps"
|
|
310414
|
+
},
|
|
310415
|
+
"declarations": [
|
|
310416
|
+
{
|
|
310417
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Table.d.ts",
|
|
310418
|
+
"name": "CellProps"
|
|
310419
|
+
}
|
|
310420
|
+
],
|
|
310421
|
+
"required": false,
|
|
310422
|
+
"type": {
|
|
310423
|
+
"name": "number"
|
|
310424
|
+
}
|
|
310425
|
+
},
|
|
310426
|
+
"children": {
|
|
310427
|
+
"defaultValue": null,
|
|
310428
|
+
"description": "",
|
|
310429
|
+
"name": "children",
|
|
310430
|
+
"declarations": [
|
|
310431
|
+
{
|
|
310432
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
310433
|
+
"name": "TypeLiteral"
|
|
310434
|
+
}
|
|
310435
|
+
],
|
|
310436
|
+
"required": false,
|
|
310437
|
+
"type": {
|
|
310438
|
+
"name": "ReactNode"
|
|
310439
|
+
}
|
|
310440
310440
|
}
|
|
310441
310441
|
}
|
|
310442
310442
|
},
|
|
@@ -316847,67 +316847,71 @@
|
|
|
316847
316847
|
}
|
|
316848
316848
|
},
|
|
316849
316849
|
{
|
|
316850
|
-
"tags": {
|
|
316851
|
-
|
|
316850
|
+
"tags": {
|
|
316851
|
+
"internal": ""
|
|
316852
|
+
},
|
|
316853
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
316852
316854
|
"description": "",
|
|
316853
|
-
"displayName": "
|
|
316855
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
316854
316856
|
"methods": [],
|
|
316855
316857
|
"props": {
|
|
316856
|
-
"
|
|
316857
|
-
"defaultValue":
|
|
316858
|
+
"isDisabled": {
|
|
316859
|
+
"defaultValue": {
|
|
316860
|
+
"value": "false"
|
|
316861
|
+
},
|
|
316858
316862
|
"description": "",
|
|
316859
|
-
"name": "
|
|
316863
|
+
"name": "isDisabled",
|
|
316860
316864
|
"parent": {
|
|
316861
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316865
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
316862
316866
|
"name": "Props"
|
|
316863
316867
|
},
|
|
316864
316868
|
"declarations": [
|
|
316865
316869
|
{
|
|
316866
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316870
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
316867
316871
|
"name": "Props"
|
|
316868
316872
|
}
|
|
316869
316873
|
],
|
|
316870
316874
|
"required": false,
|
|
316871
316875
|
"type": {
|
|
316872
|
-
"name": "
|
|
316876
|
+
"name": "boolean"
|
|
316873
316877
|
}
|
|
316874
316878
|
},
|
|
316875
|
-
"
|
|
316879
|
+
"isVisible": {
|
|
316876
316880
|
"defaultValue": null,
|
|
316877
316881
|
"description": "",
|
|
316878
|
-
"name": "
|
|
316882
|
+
"name": "isVisible",
|
|
316879
316883
|
"parent": {
|
|
316880
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316884
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
316881
316885
|
"name": "Props"
|
|
316882
316886
|
},
|
|
316883
316887
|
"declarations": [
|
|
316884
316888
|
{
|
|
316885
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316889
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
316886
316890
|
"name": "Props"
|
|
316887
316891
|
}
|
|
316888
316892
|
],
|
|
316889
|
-
"required":
|
|
316893
|
+
"required": true,
|
|
316890
316894
|
"type": {
|
|
316891
316895
|
"name": "boolean"
|
|
316892
316896
|
}
|
|
316893
316897
|
},
|
|
316894
|
-
"
|
|
316898
|
+
"onPress": {
|
|
316895
316899
|
"defaultValue": null,
|
|
316896
316900
|
"description": "",
|
|
316897
|
-
"name": "
|
|
316901
|
+
"name": "onPress",
|
|
316898
316902
|
"parent": {
|
|
316899
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316903
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
316900
316904
|
"name": "Props"
|
|
316901
316905
|
},
|
|
316902
316906
|
"declarations": [
|
|
316903
316907
|
{
|
|
316904
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316908
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
316905
316909
|
"name": "Props"
|
|
316906
316910
|
}
|
|
316907
316911
|
],
|
|
316908
316912
|
"required": true,
|
|
316909
316913
|
"type": {
|
|
316910
|
-
"name": "
|
|
316914
|
+
"name": "ActionFn"
|
|
316911
316915
|
}
|
|
316912
316916
|
},
|
|
316913
316917
|
"className": {
|
|
@@ -316932,71 +316936,67 @@
|
|
|
316932
316936
|
}
|
|
316933
316937
|
},
|
|
316934
316938
|
{
|
|
316935
|
-
"tags": {
|
|
316936
|
-
|
|
316937
|
-
},
|
|
316938
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
316939
|
+
"tags": {},
|
|
316940
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
316939
316941
|
"description": "",
|
|
316940
|
-
"displayName": "
|
|
316942
|
+
"displayName": "ValidationResultButton",
|
|
316941
316943
|
"methods": [],
|
|
316942
316944
|
"props": {
|
|
316943
|
-
"
|
|
316944
|
-
"defaultValue":
|
|
316945
|
-
"value": "false"
|
|
316946
|
-
},
|
|
316945
|
+
"policyValidationResult": {
|
|
316946
|
+
"defaultValue": null,
|
|
316947
316947
|
"description": "",
|
|
316948
|
-
"name": "
|
|
316948
|
+
"name": "policyValidationResult",
|
|
316949
316949
|
"parent": {
|
|
316950
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316950
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
316951
316951
|
"name": "Props"
|
|
316952
316952
|
},
|
|
316953
316953
|
"declarations": [
|
|
316954
316954
|
{
|
|
316955
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316955
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
316956
316956
|
"name": "Props"
|
|
316957
316957
|
}
|
|
316958
316958
|
],
|
|
316959
316959
|
"required": false,
|
|
316960
316960
|
"type": {
|
|
316961
|
-
"name": "
|
|
316961
|
+
"name": "ResolvedPolicyValidationResult"
|
|
316962
316962
|
}
|
|
316963
316963
|
},
|
|
316964
|
-
"
|
|
316964
|
+
"isDisabled": {
|
|
316965
316965
|
"defaultValue": null,
|
|
316966
316966
|
"description": "",
|
|
316967
|
-
"name": "
|
|
316967
|
+
"name": "isDisabled",
|
|
316968
316968
|
"parent": {
|
|
316969
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316969
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
316970
316970
|
"name": "Props"
|
|
316971
316971
|
},
|
|
316972
316972
|
"declarations": [
|
|
316973
316973
|
{
|
|
316974
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316974
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
316975
316975
|
"name": "Props"
|
|
316976
316976
|
}
|
|
316977
316977
|
],
|
|
316978
|
-
"required":
|
|
316978
|
+
"required": false,
|
|
316979
316979
|
"type": {
|
|
316980
316980
|
"name": "boolean"
|
|
316981
316981
|
}
|
|
316982
316982
|
},
|
|
316983
|
-
"
|
|
316983
|
+
"isEmptyValue": {
|
|
316984
316984
|
"defaultValue": null,
|
|
316985
316985
|
"description": "",
|
|
316986
|
-
"name": "
|
|
316986
|
+
"name": "isEmptyValue",
|
|
316987
316987
|
"parent": {
|
|
316988
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316988
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
316989
316989
|
"name": "Props"
|
|
316990
316990
|
},
|
|
316991
316991
|
"declarations": [
|
|
316992
316992
|
{
|
|
316993
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
316993
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
316994
316994
|
"name": "Props"
|
|
316995
316995
|
}
|
|
316996
316996
|
],
|
|
316997
316997
|
"required": true,
|
|
316998
316998
|
"type": {
|
|
316999
|
-
"name": "
|
|
316999
|
+
"name": "boolean"
|
|
317000
317000
|
}
|
|
317001
317001
|
},
|
|
317002
317002
|
"className": {
|
|
@@ -323364,6 +323364,16 @@
|
|
|
323364
323364
|
}
|
|
323365
323365
|
}
|
|
323366
323366
|
},
|
|
323367
|
+
{
|
|
323368
|
+
"tags": {
|
|
323369
|
+
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
323370
|
+
},
|
|
323371
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
323372
|
+
"description": "",
|
|
323373
|
+
"displayName": "EmptyView",
|
|
323374
|
+
"methods": [],
|
|
323375
|
+
"props": {}
|
|
323376
|
+
},
|
|
323367
323377
|
{
|
|
323368
323378
|
"tags": {
|
|
323369
323379
|
"flr-generate": "all"
|
|
@@ -323432,16 +323442,6 @@
|
|
|
323432
323442
|
}
|
|
323433
323443
|
}
|
|
323434
323444
|
},
|
|
323435
|
-
{
|
|
323436
|
-
"tags": {
|
|
323437
|
-
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
323438
|
-
},
|
|
323439
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
323440
|
-
"description": "",
|
|
323441
|
-
"displayName": "EmptyView",
|
|
323442
|
-
"methods": [],
|
|
323443
|
-
"props": {}
|
|
323444
|
-
},
|
|
323445
323445
|
{
|
|
323446
323446
|
"tags": {},
|
|
323447
323447
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
@@ -326501,6 +326501,34 @@
|
|
|
326501
326501
|
}
|
|
326502
326502
|
}
|
|
326503
326503
|
},
|
|
326504
|
+
{
|
|
326505
|
+
"tags": {},
|
|
326506
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
326507
|
+
"description": "",
|
|
326508
|
+
"displayName": "DeleteButton",
|
|
326509
|
+
"methods": [],
|
|
326510
|
+
"props": {
|
|
326511
|
+
"onDelete": {
|
|
326512
|
+
"defaultValue": null,
|
|
326513
|
+
"description": "",
|
|
326514
|
+
"name": "onDelete",
|
|
326515
|
+
"parent": {
|
|
326516
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
326517
|
+
"name": "Props"
|
|
326518
|
+
},
|
|
326519
|
+
"declarations": [
|
|
326520
|
+
{
|
|
326521
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
326522
|
+
"name": "Props"
|
|
326523
|
+
}
|
|
326524
|
+
],
|
|
326525
|
+
"required": true,
|
|
326526
|
+
"type": {
|
|
326527
|
+
"name": "() => void"
|
|
326528
|
+
}
|
|
326529
|
+
}
|
|
326530
|
+
}
|
|
326531
|
+
},
|
|
326504
326532
|
{
|
|
326505
326533
|
"tags": {},
|
|
326506
326534
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -326567,34 +326595,6 @@
|
|
|
326567
326595
|
}
|
|
326568
326596
|
}
|
|
326569
326597
|
},
|
|
326570
|
-
{
|
|
326571
|
-
"tags": {},
|
|
326572
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
326573
|
-
"description": "",
|
|
326574
|
-
"displayName": "DeleteButton",
|
|
326575
|
-
"methods": [],
|
|
326576
|
-
"props": {
|
|
326577
|
-
"onDelete": {
|
|
326578
|
-
"defaultValue": null,
|
|
326579
|
-
"description": "",
|
|
326580
|
-
"name": "onDelete",
|
|
326581
|
-
"parent": {
|
|
326582
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
326583
|
-
"name": "Props"
|
|
326584
|
-
},
|
|
326585
|
-
"declarations": [
|
|
326586
|
-
{
|
|
326587
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
326588
|
-
"name": "Props"
|
|
326589
|
-
}
|
|
326590
|
-
],
|
|
326591
|
-
"required": true,
|
|
326592
|
-
"type": {
|
|
326593
|
-
"name": "() => void"
|
|
326594
|
-
}
|
|
326595
|
-
}
|
|
326596
|
-
}
|
|
326597
|
-
},
|
|
326598
326598
|
{
|
|
326599
326599
|
"tags": {},
|
|
326600
326600
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|