@mittwald/flow-react-components 0.2.0-alpha.711 → 0.2.0-alpha.713

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +1174 -1131
  3. package/dist/js/components/src/components/Action/AbortActionError.mjs +19 -0
  4. package/dist/js/components/src/components/Action/AbortActionError.mjs.map +1 -0
  5. package/dist/js/components/src/components/Action/lib/abortAction.mjs +10 -0
  6. package/dist/js/components/src/components/Action/lib/abortAction.mjs.map +1 -0
  7. package/dist/js/components/src/components/Action/models/ActionExecution.mjs +3 -3
  8. package/dist/js/components/src/components/Action/models/ActionExecution.mjs.map +1 -1
  9. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +4 -1
  10. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
  11. package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs +7 -3
  12. package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs.map +1 -1
  13. package/dist/js/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.mjs +13 -0
  14. package/dist/js/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.mjs.map +1 -0
  15. package/dist/js/default.mjs +2 -1
  16. package/dist/js/default.mjs.map +1 -1
  17. package/dist/js/react-hook-form.mjs +1 -0
  18. package/dist/js/react-hook-form.mjs.map +1 -1
  19. package/dist/types/components/Action/AbortActionError.d.ts +6 -0
  20. package/dist/types/components/Action/AbortActionError.d.ts.map +1 -0
  21. package/dist/types/components/Action/index.d.ts +2 -1
  22. package/dist/types/components/Action/index.d.ts.map +1 -1
  23. package/dist/types/components/Action/lib/abortAction.d.ts +2 -0
  24. package/dist/types/components/Action/lib/abortAction.d.ts.map +1 -0
  25. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
  26. package/dist/types/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.d.ts.map +1 -1
  27. package/dist/types/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.d.ts +12 -0
  28. package/dist/types/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.d.ts.map +1 -0
  29. package/dist/types/integrations/react-hook-form/components/FormSettingsProvider/index.d.ts +2 -0
  30. package/dist/types/integrations/react-hook-form/components/FormSettingsProvider/index.d.ts.map +1 -0
  31. package/dist/types/integrations/react-hook-form/index.d.ts +1 -0
  32. package/dist/types/integrations/react-hook-form/index.d.ts.map +1 -1
  33. package/package.json +4 -4
  34. package/dist/js/components/src/components/Action/MutedActionError.mjs +0 -19
  35. package/dist/js/components/src/components/Action/MutedActionError.mjs.map +0 -1
  36. package/dist/types/components/Action/MutedActionError.d.ts +0 -6
  37. package/dist/types/components/Action/MutedActionError.d.ts.map +0 -1
@@ -56038,220 +56038,6 @@
56038
56038
  }
56039
56039
  }
56040
56040
  },
56041
- {
56042
- "tags": {},
56043
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
56044
- "description": "",
56045
- "displayName": "Overlay",
56046
- "methods": [],
56047
- "props": {
56048
- "ref": {
56049
- "defaultValue": null,
56050
- "description": "",
56051
- "name": "ref",
56052
- "parent": {
56053
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56054
- "name": "OverlayProps"
56055
- },
56056
- "declarations": [
56057
- {
56058
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56059
- "name": "OverlayProps"
56060
- }
56061
- ],
56062
- "required": false,
56063
- "type": {
56064
- "name": "Ref<HTMLDivElement>"
56065
- }
56066
- },
56067
- "controller": {
56068
- "defaultValue": null,
56069
- "description": "The controller to control the overlay state.",
56070
- "name": "controller",
56071
- "parent": {
56072
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56073
- "name": "OverlayProps"
56074
- },
56075
- "declarations": [
56076
- {
56077
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56078
- "name": "OverlayProps"
56079
- }
56080
- ],
56081
- "required": false,
56082
- "type": {
56083
- "name": "OverlayController"
56084
- }
56085
- },
56086
- "isDismissable": {
56087
- "defaultValue": null,
56088
- "description": "Whether the overlay can be closed by clicking outside of it.",
56089
- "name": "isDismissable",
56090
- "parent": {
56091
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56092
- "name": "OverlayProps"
56093
- },
56094
- "declarations": [
56095
- {
56096
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56097
- "name": "OverlayProps"
56098
- }
56099
- ],
56100
- "required": false,
56101
- "type": {
56102
- "name": "boolean"
56103
- }
56104
- },
56105
- "overlayType": {
56106
- "defaultValue": null,
56107
- "description": "Whether the overlay is a modal or a light box.",
56108
- "name": "overlayType",
56109
- "parent": {
56110
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56111
- "name": "OverlayProps"
56112
- },
56113
- "declarations": [
56114
- {
56115
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56116
- "name": "OverlayProps"
56117
- }
56118
- ],
56119
- "required": false,
56120
- "type": {
56121
- "name": "\"LightBox\" | \"Modal\""
56122
- }
56123
- },
56124
- "isOpen": {
56125
- "defaultValue": null,
56126
- "description": "",
56127
- "name": "isOpen",
56128
- "parent": {
56129
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56130
- "name": "OverlayProps"
56131
- },
56132
- "declarations": [
56133
- {
56134
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56135
- "name": "OverlayProps"
56136
- }
56137
- ],
56138
- "required": false,
56139
- "type": {
56140
- "name": "boolean"
56141
- }
56142
- },
56143
- "isDefaultOpen": {
56144
- "defaultValue": null,
56145
- "description": "",
56146
- "name": "isDefaultOpen",
56147
- "parent": {
56148
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56149
- "name": "OverlayProps"
56150
- },
56151
- "declarations": [
56152
- {
56153
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56154
- "name": "OverlayProps"
56155
- }
56156
- ],
56157
- "required": false,
56158
- "type": {
56159
- "name": "boolean"
56160
- }
56161
- },
56162
- "onOpen": {
56163
- "defaultValue": null,
56164
- "description": "",
56165
- "name": "onOpen",
56166
- "parent": {
56167
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56168
- "name": "OverlayProps"
56169
- },
56170
- "declarations": [
56171
- {
56172
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56173
- "name": "OverlayProps"
56174
- }
56175
- ],
56176
- "required": false,
56177
- "type": {
56178
- "name": "OverlayOpenHandler"
56179
- }
56180
- },
56181
- "onClose": {
56182
- "defaultValue": null,
56183
- "description": "",
56184
- "name": "onClose",
56185
- "parent": {
56186
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56187
- "name": "OverlayProps"
56188
- },
56189
- "declarations": [
56190
- {
56191
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56192
- "name": "OverlayProps"
56193
- }
56194
- ],
56195
- "required": false,
56196
- "type": {
56197
- "name": "OverlayCloseHandler"
56198
- }
56199
- },
56200
- "onOpenChange": {
56201
- "defaultValue": null,
56202
- "description": "",
56203
- "name": "onOpenChange",
56204
- "parent": {
56205
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56206
- "name": "OverlayProps"
56207
- },
56208
- "declarations": [
56209
- {
56210
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56211
- "name": "OverlayProps"
56212
- }
56213
- ],
56214
- "required": false,
56215
- "type": {
56216
- "name": "OverlayOpenStateHandler"
56217
- }
56218
- },
56219
- "children": {
56220
- "defaultValue": null,
56221
- "description": "",
56222
- "name": "children",
56223
- "declarations": [
56224
- {
56225
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
56226
- "name": "TypeLiteral"
56227
- }
56228
- ],
56229
- "required": false,
56230
- "type": {
56231
- "name": "ReactNode"
56232
- }
56233
- },
56234
- "className": {
56235
- "defaultValue": null,
56236
- "description": "The elements class name.",
56237
- "name": "className",
56238
- "parent": {
56239
- "fileName": "components/src/lib/types/props.ts",
56240
- "name": "PropsWithClassName"
56241
- },
56242
- "declarations": [
56243
- {
56244
- "fileName": "components/src/lib/types/props.ts",
56245
- "name": "PropsWithClassName"
56246
- }
56247
- ],
56248
- "required": false,
56249
- "type": {
56250
- "name": "string"
56251
- }
56252
- }
56253
- }
56254
- },
56255
56041
  {
56256
56042
  "tags": {},
56257
56043
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
@@ -58352,6 +58138,220 @@
58352
58138
  }
58353
58139
  }
58354
58140
  },
58141
+ {
58142
+ "tags": {},
58143
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
58144
+ "description": "",
58145
+ "displayName": "Overlay",
58146
+ "methods": [],
58147
+ "props": {
58148
+ "ref": {
58149
+ "defaultValue": null,
58150
+ "description": "",
58151
+ "name": "ref",
58152
+ "parent": {
58153
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58154
+ "name": "OverlayProps"
58155
+ },
58156
+ "declarations": [
58157
+ {
58158
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58159
+ "name": "OverlayProps"
58160
+ }
58161
+ ],
58162
+ "required": false,
58163
+ "type": {
58164
+ "name": "Ref<HTMLDivElement>"
58165
+ }
58166
+ },
58167
+ "controller": {
58168
+ "defaultValue": null,
58169
+ "description": "The controller to control the overlay state.",
58170
+ "name": "controller",
58171
+ "parent": {
58172
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58173
+ "name": "OverlayProps"
58174
+ },
58175
+ "declarations": [
58176
+ {
58177
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58178
+ "name": "OverlayProps"
58179
+ }
58180
+ ],
58181
+ "required": false,
58182
+ "type": {
58183
+ "name": "OverlayController"
58184
+ }
58185
+ },
58186
+ "isDismissable": {
58187
+ "defaultValue": null,
58188
+ "description": "Whether the overlay can be closed by clicking outside of it.",
58189
+ "name": "isDismissable",
58190
+ "parent": {
58191
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58192
+ "name": "OverlayProps"
58193
+ },
58194
+ "declarations": [
58195
+ {
58196
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58197
+ "name": "OverlayProps"
58198
+ }
58199
+ ],
58200
+ "required": false,
58201
+ "type": {
58202
+ "name": "boolean"
58203
+ }
58204
+ },
58205
+ "overlayType": {
58206
+ "defaultValue": null,
58207
+ "description": "Whether the overlay is a modal or a light box.",
58208
+ "name": "overlayType",
58209
+ "parent": {
58210
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58211
+ "name": "OverlayProps"
58212
+ },
58213
+ "declarations": [
58214
+ {
58215
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58216
+ "name": "OverlayProps"
58217
+ }
58218
+ ],
58219
+ "required": false,
58220
+ "type": {
58221
+ "name": "\"LightBox\" | \"Modal\""
58222
+ }
58223
+ },
58224
+ "isOpen": {
58225
+ "defaultValue": null,
58226
+ "description": "",
58227
+ "name": "isOpen",
58228
+ "parent": {
58229
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58230
+ "name": "OverlayProps"
58231
+ },
58232
+ "declarations": [
58233
+ {
58234
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58235
+ "name": "OverlayProps"
58236
+ }
58237
+ ],
58238
+ "required": false,
58239
+ "type": {
58240
+ "name": "boolean"
58241
+ }
58242
+ },
58243
+ "isDefaultOpen": {
58244
+ "defaultValue": null,
58245
+ "description": "",
58246
+ "name": "isDefaultOpen",
58247
+ "parent": {
58248
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58249
+ "name": "OverlayProps"
58250
+ },
58251
+ "declarations": [
58252
+ {
58253
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58254
+ "name": "OverlayProps"
58255
+ }
58256
+ ],
58257
+ "required": false,
58258
+ "type": {
58259
+ "name": "boolean"
58260
+ }
58261
+ },
58262
+ "onOpen": {
58263
+ "defaultValue": null,
58264
+ "description": "",
58265
+ "name": "onOpen",
58266
+ "parent": {
58267
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58268
+ "name": "OverlayProps"
58269
+ },
58270
+ "declarations": [
58271
+ {
58272
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58273
+ "name": "OverlayProps"
58274
+ }
58275
+ ],
58276
+ "required": false,
58277
+ "type": {
58278
+ "name": "OverlayOpenHandler"
58279
+ }
58280
+ },
58281
+ "onClose": {
58282
+ "defaultValue": null,
58283
+ "description": "",
58284
+ "name": "onClose",
58285
+ "parent": {
58286
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58287
+ "name": "OverlayProps"
58288
+ },
58289
+ "declarations": [
58290
+ {
58291
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58292
+ "name": "OverlayProps"
58293
+ }
58294
+ ],
58295
+ "required": false,
58296
+ "type": {
58297
+ "name": "OverlayCloseHandler"
58298
+ }
58299
+ },
58300
+ "onOpenChange": {
58301
+ "defaultValue": null,
58302
+ "description": "",
58303
+ "name": "onOpenChange",
58304
+ "parent": {
58305
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58306
+ "name": "OverlayProps"
58307
+ },
58308
+ "declarations": [
58309
+ {
58310
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
58311
+ "name": "OverlayProps"
58312
+ }
58313
+ ],
58314
+ "required": false,
58315
+ "type": {
58316
+ "name": "OverlayOpenStateHandler"
58317
+ }
58318
+ },
58319
+ "children": {
58320
+ "defaultValue": null,
58321
+ "description": "",
58322
+ "name": "children",
58323
+ "declarations": [
58324
+ {
58325
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
58326
+ "name": "TypeLiteral"
58327
+ }
58328
+ ],
58329
+ "required": false,
58330
+ "type": {
58331
+ "name": "ReactNode"
58332
+ }
58333
+ },
58334
+ "className": {
58335
+ "defaultValue": null,
58336
+ "description": "The elements class name.",
58337
+ "name": "className",
58338
+ "parent": {
58339
+ "fileName": "components/src/lib/types/props.ts",
58340
+ "name": "PropsWithClassName"
58341
+ },
58342
+ "declarations": [
58343
+ {
58344
+ "fileName": "components/src/lib/types/props.ts",
58345
+ "name": "PropsWithClassName"
58346
+ }
58347
+ ],
58348
+ "required": false,
58349
+ "type": {
58350
+ "name": "string"
58351
+ }
58352
+ }
58353
+ }
58354
+ },
58355
58355
  {
58356
58356
  "tags": {
58357
58357
  "flr-generate": "all"
@@ -270204,6 +270204,49 @@
270204
270204
  }
270205
270205
  }
270206
270206
  },
270207
+ {
270208
+ "tags": {},
270209
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
270210
+ "description": "",
270211
+ "displayName": "FormSettingsProvider",
270212
+ "methods": [],
270213
+ "props": {
270214
+ "submitInterceptor": {
270215
+ "defaultValue": null,
270216
+ "description": "",
270217
+ "name": "submitInterceptor",
270218
+ "parent": {
270219
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
270220
+ "name": "Context"
270221
+ },
270222
+ "declarations": [
270223
+ {
270224
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
270225
+ "name": "Context"
270226
+ }
270227
+ ],
270228
+ "required": false,
270229
+ "type": {
270230
+ "name": "SubmitInterceptor"
270231
+ }
270232
+ },
270233
+ "children": {
270234
+ "defaultValue": null,
270235
+ "description": "",
270236
+ "name": "children",
270237
+ "declarations": [
270238
+ {
270239
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
270240
+ "name": "TypeLiteral"
270241
+ }
270242
+ ],
270243
+ "required": false,
270244
+ "type": {
270245
+ "name": "ReactNode"
270246
+ }
270247
+ }
270248
+ }
270249
+ },
270207
270250
  {
270208
270251
  "tags": {},
270209
270252
  "filePath": "src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
@@ -276860,6 +276903,30 @@
276860
276903
  }
276861
276904
  }
276862
276905
  },
276906
+ {
276907
+ "tags": {},
276908
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
276909
+ "description": "",
276910
+ "displayName": "RouterProvider",
276911
+ "methods": [],
276912
+ "props": {
276913
+ "children": {
276914
+ "defaultValue": null,
276915
+ "description": "",
276916
+ "name": "children",
276917
+ "declarations": [
276918
+ {
276919
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
276920
+ "name": "TypeLiteral"
276921
+ }
276922
+ ],
276923
+ "required": false,
276924
+ "type": {
276925
+ "name": "ReactNode"
276926
+ }
276927
+ }
276928
+ }
276929
+ },
276863
276930
  {
276864
276931
  "tags": {
276865
276932
  "deprecated": "Use RouterProvider instead"
@@ -282388,30 +282455,6 @@
282388
282455
  }
282389
282456
  }
282390
282457
  },
282391
- {
282392
- "tags": {},
282393
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
282394
- "description": "",
282395
- "displayName": "RouterProvider",
282396
- "methods": [],
282397
- "props": {
282398
- "children": {
282399
- "defaultValue": null,
282400
- "description": "",
282401
- "name": "children",
282402
- "declarations": [
282403
- {
282404
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
282405
- "name": "TypeLiteral"
282406
- }
282407
- ],
282408
- "required": false,
282409
- "type": {
282410
- "name": "ReactNode"
282411
- }
282412
- }
282413
- }
282414
- },
282415
282458
  {
282416
282459
  "tags": {
282417
282460
  "flr-generate": "all"
@@ -289227,70 +289270,182 @@
289227
289270
  "tags": {
289228
289271
  "flr-generate": "all"
289229
289272
  },
289230
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
289273
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
289231
289274
  "description": "",
289232
- "displayName": "TableColumn",
289275
+ "displayName": "TableFooterRow",
289233
289276
  "methods": [],
289234
289277
  "props": {
289235
- "horizontalAlign": {
289278
+ "className": {
289236
289279
  "defaultValue": {
289237
- "value": "\"start\""
289280
+ "value": "'react-aria-Tooltip'"
289238
289281
  },
289239
- "description": "Horizontal alignment of the cell content",
289240
- "name": "horizontalAlign",
289282
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
289283
+ "name": "className",
289241
289284
  "parent": {
289242
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
289243
- "name": "TableColumnProps"
289285
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289286
+ "name": "TooltipProps"
289244
289287
  },
289245
289288
  "declarations": [
289246
289289
  {
289247
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
289248
- "name": "TableColumnProps"
289290
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289291
+ "name": "TooltipProps"
289249
289292
  }
289250
289293
  ],
289251
289294
  "required": false,
289252
289295
  "type": {
289253
- "name": "\"start\" | \"end\" | \"center\""
289296
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
289254
289297
  }
289255
289298
  },
289256
- "width": {
289299
+ "columns": {
289257
289300
  "defaultValue": null,
289258
- "description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
289259
- "name": "width",
289301
+ "description": "A list of columns used when dynamically rendering cells.",
289302
+ "name": "columns",
289260
289303
  "parent": {
289261
289304
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289262
- "name": "ColumnProps"
289305
+ "name": "RowProps"
289263
289306
  },
289264
289307
  "declarations": [
289265
289308
  {
289266
289309
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289267
- "name": "ColumnProps"
289310
+ "name": "RowProps"
289268
289311
  }
289269
289312
  ],
289270
289313
  "required": false,
289271
289314
  "type": {
289272
- "name": "ColumnSize | null"
289315
+ "name": "Iterable<never>"
289273
289316
  }
289274
289317
  },
289275
- "className": {
289276
- "defaultValue": {
289277
- "value": "'react-aria-Tooltip'"
289318
+ "children": {
289319
+ "defaultValue": null,
289320
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
289321
+ "name": "children",
289322
+ "parent": {
289323
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289324
+ "name": "TableProps"
289278
289325
  },
289279
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
289280
- "name": "className",
289326
+ "declarations": [
289327
+ {
289328
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289329
+ "name": "TableProps"
289330
+ }
289331
+ ],
289332
+ "required": false,
289333
+ "type": {
289334
+ "name": "ReactNode"
289335
+ }
289336
+ },
289337
+ "value": {
289338
+ "defaultValue": null,
289339
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
289340
+ "name": "value",
289281
289341
  "parent": {
289282
289342
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289283
- "name": "TooltipProps"
289343
+ "name": "MenuItemProps"
289284
289344
  },
289285
289345
  "declarations": [
289286
289346
  {
289287
289347
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289288
- "name": "TooltipProps"
289348
+ "name": "MenuItemProps"
289289
289349
  }
289290
289350
  ],
289291
289351
  "required": false,
289292
289352
  "type": {
289293
- "name": "ClassNameOrFunction<TooltipRenderProps>"
289353
+ "name": "object"
289354
+ }
289355
+ },
289356
+ "dependencies": {
289357
+ "defaultValue": null,
289358
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
289359
+ "name": "dependencies",
289360
+ "parent": {
289361
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289362
+ "name": "CollectionProps"
289363
+ },
289364
+ "declarations": [
289365
+ {
289366
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289367
+ "name": "CollectionProps"
289368
+ }
289369
+ ],
289370
+ "required": false,
289371
+ "type": {
289372
+ "name": "readonly any[]"
289373
+ }
289374
+ },
289375
+ "textValue": {
289376
+ "defaultValue": null,
289377
+ "description": "A string representation of the item's contents, used for features like typeahead.",
289378
+ "name": "textValue",
289379
+ "parent": {
289380
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289381
+ "name": "ListBoxItemProps"
289382
+ },
289383
+ "declarations": [
289384
+ {
289385
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289386
+ "name": "ListBoxItemProps"
289387
+ }
289388
+ ],
289389
+ "required": false,
289390
+ "type": {
289391
+ "name": "string"
289392
+ }
289393
+ },
289394
+ "isDisabled": {
289395
+ "defaultValue": null,
289396
+ "description": "Whether the item is disabled.",
289397
+ "name": "isDisabled",
289398
+ "parent": {
289399
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289400
+ "name": "ListBoxItemProps"
289401
+ },
289402
+ "declarations": [
289403
+ {
289404
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289405
+ "name": "ListBoxItemProps"
289406
+ }
289407
+ ],
289408
+ "required": false,
289409
+ "type": {
289410
+ "name": "boolean"
289411
+ }
289412
+ },
289413
+ "onAction": {
289414
+ "defaultValue": null,
289415
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
289416
+ "name": "onAction",
289417
+ "parent": {
289418
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289419
+ "name": "ListBoxItemProps"
289420
+ },
289421
+ "declarations": [
289422
+ {
289423
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289424
+ "name": "ListBoxItemProps"
289425
+ }
289426
+ ],
289427
+ "required": false,
289428
+ "type": {
289429
+ "name": "(() => void)"
289430
+ }
289431
+ },
289432
+ "id": {
289433
+ "defaultValue": null,
289434
+ "description": "The unique id of the item.",
289435
+ "name": "id",
289436
+ "parent": {
289437
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289438
+ "name": "MenuItemProps"
289439
+ },
289440
+ "declarations": [
289441
+ {
289442
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289443
+ "name": "MenuItemProps"
289444
+ }
289445
+ ],
289446
+ "required": false,
289447
+ "type": {
289448
+ "name": "Key"
289294
289449
  }
289295
289450
  },
289296
289451
  "style": {
@@ -289312,6 +289467,329 @@
289312
289467
  "name": "StyleOrFunction<TooltipRenderProps>"
289313
289468
  }
289314
289469
  },
289470
+ "href": {
289471
+ "defaultValue": null,
289472
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
289473
+ "name": "href",
289474
+ "parent": {
289475
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289476
+ "name": "LinkDOMProps"
289477
+ },
289478
+ "declarations": [
289479
+ {
289480
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289481
+ "name": "LinkDOMProps"
289482
+ }
289483
+ ],
289484
+ "required": false,
289485
+ "type": {
289486
+ "name": "string"
289487
+ }
289488
+ },
289489
+ "hrefLang": {
289490
+ "defaultValue": null,
289491
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
289492
+ "name": "hrefLang",
289493
+ "parent": {
289494
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289495
+ "name": "LinkDOMProps"
289496
+ },
289497
+ "declarations": [
289498
+ {
289499
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289500
+ "name": "LinkDOMProps"
289501
+ }
289502
+ ],
289503
+ "required": false,
289504
+ "type": {
289505
+ "name": "string"
289506
+ }
289507
+ },
289508
+ "target": {
289509
+ "defaultValue": null,
289510
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
289511
+ "name": "target",
289512
+ "parent": {
289513
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289514
+ "name": "LinkDOMProps"
289515
+ },
289516
+ "declarations": [
289517
+ {
289518
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289519
+ "name": "LinkDOMProps"
289520
+ }
289521
+ ],
289522
+ "required": false,
289523
+ "type": {
289524
+ "name": "HTMLAttributeAnchorTarget"
289525
+ }
289526
+ },
289527
+ "rel": {
289528
+ "defaultValue": null,
289529
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
289530
+ "name": "rel",
289531
+ "parent": {
289532
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289533
+ "name": "LinkDOMProps"
289534
+ },
289535
+ "declarations": [
289536
+ {
289537
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289538
+ "name": "LinkDOMProps"
289539
+ }
289540
+ ],
289541
+ "required": false,
289542
+ "type": {
289543
+ "name": "string"
289544
+ }
289545
+ },
289546
+ "download": {
289547
+ "defaultValue": null,
289548
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
289549
+ "name": "download",
289550
+ "parent": {
289551
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289552
+ "name": "LinkDOMProps"
289553
+ },
289554
+ "declarations": [
289555
+ {
289556
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289557
+ "name": "LinkDOMProps"
289558
+ }
289559
+ ],
289560
+ "required": false,
289561
+ "type": {
289562
+ "name": "string | boolean"
289563
+ }
289564
+ },
289565
+ "ping": {
289566
+ "defaultValue": null,
289567
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
289568
+ "name": "ping",
289569
+ "parent": {
289570
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289571
+ "name": "LinkDOMProps"
289572
+ },
289573
+ "declarations": [
289574
+ {
289575
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289576
+ "name": "LinkDOMProps"
289577
+ }
289578
+ ],
289579
+ "required": false,
289580
+ "type": {
289581
+ "name": "string"
289582
+ }
289583
+ },
289584
+ "referrerPolicy": {
289585
+ "defaultValue": null,
289586
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
289587
+ "name": "referrerPolicy",
289588
+ "parent": {
289589
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289590
+ "name": "LinkDOMProps"
289591
+ },
289592
+ "declarations": [
289593
+ {
289594
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289595
+ "name": "LinkDOMProps"
289596
+ }
289597
+ ],
289598
+ "required": false,
289599
+ "type": {
289600
+ "name": "HTMLAttributeReferrerPolicy"
289601
+ }
289602
+ },
289603
+ "routerOptions": {
289604
+ "defaultValue": null,
289605
+ "description": "Options for the configured client side router.",
289606
+ "name": "routerOptions",
289607
+ "parent": {
289608
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289609
+ "name": "LinkDOMProps"
289610
+ },
289611
+ "declarations": [
289612
+ {
289613
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289614
+ "name": "LinkDOMProps"
289615
+ }
289616
+ ],
289617
+ "required": false,
289618
+ "type": {
289619
+ "name": "undefined"
289620
+ }
289621
+ },
289622
+ "onHoverStart": {
289623
+ "defaultValue": null,
289624
+ "description": "Handler that is called when a hover interaction starts.",
289625
+ "name": "onHoverStart",
289626
+ "parent": {
289627
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289628
+ "name": "HoverEvents"
289629
+ },
289630
+ "declarations": [
289631
+ {
289632
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289633
+ "name": "HoverEvents"
289634
+ }
289635
+ ],
289636
+ "required": false,
289637
+ "type": {
289638
+ "name": "((e: HoverEvent) => void)"
289639
+ }
289640
+ },
289641
+ "onHoverEnd": {
289642
+ "defaultValue": null,
289643
+ "description": "Handler that is called when a hover interaction ends.",
289644
+ "name": "onHoverEnd",
289645
+ "parent": {
289646
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289647
+ "name": "HoverEvents"
289648
+ },
289649
+ "declarations": [
289650
+ {
289651
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289652
+ "name": "HoverEvents"
289653
+ }
289654
+ ],
289655
+ "required": false,
289656
+ "type": {
289657
+ "name": "((e: HoverEvent) => void)"
289658
+ }
289659
+ },
289660
+ "onHoverChange": {
289661
+ "defaultValue": null,
289662
+ "description": "Handler that is called when the hover state changes.",
289663
+ "name": "onHoverChange",
289664
+ "parent": {
289665
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289666
+ "name": "HoverEvents"
289667
+ },
289668
+ "declarations": [
289669
+ {
289670
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289671
+ "name": "HoverEvents"
289672
+ }
289673
+ ],
289674
+ "required": false,
289675
+ "type": {
289676
+ "name": "((isHovering: boolean) => void)"
289677
+ }
289678
+ },
289679
+ "onPress": {
289680
+ "defaultValue": null,
289681
+ "description": "Handler that is called when the press is released over the target.",
289682
+ "name": "onPress",
289683
+ "parent": {
289684
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289685
+ "name": "PressEvents"
289686
+ },
289687
+ "declarations": [
289688
+ {
289689
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289690
+ "name": "PressEvents"
289691
+ }
289692
+ ],
289693
+ "required": false,
289694
+ "type": {
289695
+ "name": "((e: PressEvent) => void)"
289696
+ }
289697
+ },
289698
+ "onPressStart": {
289699
+ "defaultValue": null,
289700
+ "description": "Handler that is called when a press interaction starts.",
289701
+ "name": "onPressStart",
289702
+ "parent": {
289703
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289704
+ "name": "PressEvents"
289705
+ },
289706
+ "declarations": [
289707
+ {
289708
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289709
+ "name": "PressEvents"
289710
+ }
289711
+ ],
289712
+ "required": false,
289713
+ "type": {
289714
+ "name": "((e: PressEvent) => void)"
289715
+ }
289716
+ },
289717
+ "onPressEnd": {
289718
+ "defaultValue": null,
289719
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
289720
+ "name": "onPressEnd",
289721
+ "parent": {
289722
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289723
+ "name": "PressEvents"
289724
+ },
289725
+ "declarations": [
289726
+ {
289727
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289728
+ "name": "PressEvents"
289729
+ }
289730
+ ],
289731
+ "required": false,
289732
+ "type": {
289733
+ "name": "((e: PressEvent) => void)"
289734
+ }
289735
+ },
289736
+ "onPressChange": {
289737
+ "defaultValue": null,
289738
+ "description": "Handler that is called when the press state changes.",
289739
+ "name": "onPressChange",
289740
+ "parent": {
289741
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289742
+ "name": "PressEvents"
289743
+ },
289744
+ "declarations": [
289745
+ {
289746
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289747
+ "name": "PressEvents"
289748
+ }
289749
+ ],
289750
+ "required": false,
289751
+ "type": {
289752
+ "name": "((isPressed: boolean) => void)"
289753
+ }
289754
+ },
289755
+ "onPressUp": {
289756
+ "defaultValue": null,
289757
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
289758
+ "name": "onPressUp",
289759
+ "parent": {
289760
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289761
+ "name": "PressEvents"
289762
+ },
289763
+ "declarations": [
289764
+ {
289765
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289766
+ "name": "PressEvents"
289767
+ }
289768
+ ],
289769
+ "required": false,
289770
+ "type": {
289771
+ "name": "((e: PressEvent) => void)"
289772
+ }
289773
+ },
289774
+ "onClick": {
289775
+ "defaultValue": null,
289776
+ "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.",
289777
+ "name": "onClick",
289778
+ "parent": {
289779
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289780
+ "name": "PressEvents"
289781
+ },
289782
+ "declarations": [
289783
+ {
289784
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
289785
+ "name": "PressEvents"
289786
+ }
289787
+ ],
289788
+ "required": false,
289789
+ "type": {
289790
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
289791
+ }
289792
+ },
289315
289793
  "dir": {
289316
289794
  "defaultValue": null,
289317
289795
  "description": "",
@@ -289407,25 +289885,6 @@
289407
289885
  "name": "\"yes\" | \"no\""
289408
289886
  }
289409
289887
  },
289410
- "onClick": {
289411
- "defaultValue": null,
289412
- "description": "",
289413
- "name": "onClick",
289414
- "parent": {
289415
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289416
- "name": "GlobalDOMEvents"
289417
- },
289418
- "declarations": [
289419
- {
289420
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289421
- "name": "GlobalDOMEvents"
289422
- }
289423
- ],
289424
- "required": false,
289425
- "type": {
289426
- "name": "MouseEventHandler<HTMLDivElement>"
289427
- }
289428
- },
289429
289888
  "onClickCapture": {
289430
289889
  "defaultValue": null,
289431
289890
  "description": "",
@@ -290623,152 +291082,19 @@
290623
291082
  "name": "TransitionEventHandler<HTMLDivElement>"
290624
291083
  }
290625
291084
  },
290626
- "id": {
290627
- "defaultValue": null,
290628
- "description": "The unique id of the item.",
290629
- "name": "id",
290630
- "parent": {
290631
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290632
- "name": "MenuItemProps"
290633
- },
290634
- "declarations": [
290635
- {
290636
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290637
- "name": "MenuItemProps"
290638
- }
290639
- ],
290640
- "required": false,
290641
- "type": {
290642
- "name": "Key"
290643
- }
290644
- },
290645
- "textValue": {
290646
- "defaultValue": null,
290647
- "description": "A string representation of the item's contents, used for features like typeahead.",
290648
- "name": "textValue",
290649
- "parent": {
290650
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290651
- "name": "ListBoxItemProps"
290652
- },
290653
- "declarations": [
290654
- {
290655
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290656
- "name": "ListBoxItemProps"
290657
- }
290658
- ],
290659
- "required": false,
290660
- "type": {
290661
- "name": "string"
290662
- }
290663
- },
290664
- "allowsSorting": {
290665
- "defaultValue": null,
290666
- "description": "Whether the column allows sorting.",
290667
- "name": "allowsSorting",
290668
- "parent": {
290669
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290670
- "name": "ColumnProps"
290671
- },
290672
- "declarations": [
290673
- {
290674
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290675
- "name": "ColumnProps"
290676
- }
290677
- ],
290678
- "required": false,
290679
- "type": {
290680
- "name": "boolean"
290681
- }
290682
- },
290683
- "isRowHeader": {
290684
- "defaultValue": null,
290685
- "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
290686
- "name": "isRowHeader",
290687
- "parent": {
290688
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290689
- "name": "ColumnProps"
290690
- },
290691
- "declarations": [
290692
- {
290693
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290694
- "name": "ColumnProps"
290695
- }
290696
- ],
290697
- "required": false,
290698
- "type": {
290699
- "name": "boolean"
290700
- }
290701
- },
290702
- "defaultWidth": {
290703
- "defaultValue": null,
290704
- "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290705
- "name": "defaultWidth",
290706
- "parent": {
290707
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290708
- "name": "ColumnProps"
290709
- },
290710
- "declarations": [
290711
- {
290712
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290713
- "name": "ColumnProps"
290714
- }
290715
- ],
290716
- "required": false,
290717
- "type": {
290718
- "name": "ColumnSize | null"
290719
- }
290720
- },
290721
- "minWidth": {
290722
- "defaultValue": null,
290723
- "description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290724
- "name": "minWidth",
290725
- "parent": {
290726
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290727
- "name": "ColumnProps"
290728
- },
290729
- "declarations": [
290730
- {
290731
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290732
- "name": "ColumnProps"
290733
- }
290734
- ],
290735
- "required": false,
290736
- "type": {
290737
- "name": "ColumnStaticSize | null"
290738
- }
290739
- },
290740
- "maxWidth": {
290741
- "defaultValue": null,
290742
- "description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290743
- "name": "maxWidth",
290744
- "parent": {
290745
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290746
- "name": "ColumnProps"
290747
- },
290748
- "declarations": [
290749
- {
290750
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290751
- "name": "ColumnProps"
290752
- }
290753
- ],
290754
- "required": false,
290755
- "type": {
290756
- "name": "ColumnStaticSize | null"
290757
- }
290758
- },
290759
- "children": {
291085
+ "footer": {
290760
291086
  "defaultValue": null,
290761
- "description": "",
290762
- "name": "children",
291087
+ "description": "@internal",
291088
+ "name": "footer",
290763
291089
  "declarations": [
290764
291090
  {
290765
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
291091
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
290766
291092
  "name": "TypeLiteral"
290767
291093
  }
290768
291094
  ],
290769
291095
  "required": false,
290770
291096
  "type": {
290771
- "name": "ReactNode"
291097
+ "name": "boolean"
290772
291098
  }
290773
291099
  }
290774
291100
  }
@@ -290777,182 +291103,70 @@
290777
291103
  "tags": {
290778
291104
  "flr-generate": "all"
290779
291105
  },
290780
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
291106
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
290781
291107
  "description": "",
290782
- "displayName": "TableFooterRow",
291108
+ "displayName": "TableColumn",
290783
291109
  "methods": [],
290784
291110
  "props": {
290785
- "className": {
291111
+ "horizontalAlign": {
290786
291112
  "defaultValue": {
290787
- "value": "'react-aria-Tooltip'"
290788
- },
290789
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
290790
- "name": "className",
290791
- "parent": {
290792
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290793
- "name": "TooltipProps"
290794
- },
290795
- "declarations": [
290796
- {
290797
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290798
- "name": "TooltipProps"
290799
- }
290800
- ],
290801
- "required": false,
290802
- "type": {
290803
- "name": "ClassNameOrFunction<TooltipRenderProps>"
290804
- }
290805
- },
290806
- "columns": {
290807
- "defaultValue": null,
290808
- "description": "A list of columns used when dynamically rendering cells.",
290809
- "name": "columns",
290810
- "parent": {
290811
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290812
- "name": "RowProps"
290813
- },
290814
- "declarations": [
290815
- {
290816
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290817
- "name": "RowProps"
290818
- }
290819
- ],
290820
- "required": false,
290821
- "type": {
290822
- "name": "Iterable<never>"
290823
- }
290824
- },
290825
- "children": {
290826
- "defaultValue": null,
290827
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
290828
- "name": "children",
290829
- "parent": {
290830
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290831
- "name": "TableProps"
290832
- },
290833
- "declarations": [
290834
- {
290835
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290836
- "name": "TableProps"
290837
- }
290838
- ],
290839
- "required": false,
290840
- "type": {
290841
- "name": "ReactNode"
290842
- }
290843
- },
290844
- "value": {
290845
- "defaultValue": null,
290846
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
290847
- "name": "value",
290848
- "parent": {
290849
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290850
- "name": "MenuItemProps"
290851
- },
290852
- "declarations": [
290853
- {
290854
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290855
- "name": "MenuItemProps"
290856
- }
290857
- ],
290858
- "required": false,
290859
- "type": {
290860
- "name": "object"
290861
- }
290862
- },
290863
- "dependencies": {
290864
- "defaultValue": null,
290865
- "description": "Values that should invalidate the item cache when using dynamic collections.",
290866
- "name": "dependencies",
290867
- "parent": {
290868
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290869
- "name": "CollectionProps"
291113
+ "value": "\"start\""
290870
291114
  },
290871
- "declarations": [
290872
- {
290873
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290874
- "name": "CollectionProps"
290875
- }
290876
- ],
290877
- "required": false,
290878
- "type": {
290879
- "name": "readonly any[]"
290880
- }
290881
- },
290882
- "textValue": {
290883
- "defaultValue": null,
290884
- "description": "A string representation of the item's contents, used for features like typeahead.",
290885
- "name": "textValue",
291115
+ "description": "Horizontal alignment of the cell content",
291116
+ "name": "horizontalAlign",
290886
291117
  "parent": {
290887
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290888
- "name": "ListBoxItemProps"
291118
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
291119
+ "name": "TableColumnProps"
290889
291120
  },
290890
291121
  "declarations": [
290891
291122
  {
290892
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290893
- "name": "ListBoxItemProps"
291123
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
291124
+ "name": "TableColumnProps"
290894
291125
  }
290895
291126
  ],
290896
291127
  "required": false,
290897
291128
  "type": {
290898
- "name": "string"
291129
+ "name": "\"start\" | \"end\" | \"center\""
290899
291130
  }
290900
291131
  },
290901
- "isDisabled": {
291132
+ "width": {
290902
291133
  "defaultValue": null,
290903
- "description": "Whether the item is disabled.",
290904
- "name": "isDisabled",
291134
+ "description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
291135
+ "name": "width",
290905
291136
  "parent": {
290906
291137
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290907
- "name": "ListBoxItemProps"
291138
+ "name": "ColumnProps"
290908
291139
  },
290909
291140
  "declarations": [
290910
291141
  {
290911
291142
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290912
- "name": "ListBoxItemProps"
291143
+ "name": "ColumnProps"
290913
291144
  }
290914
291145
  ],
290915
291146
  "required": false,
290916
291147
  "type": {
290917
- "name": "boolean"
291148
+ "name": "ColumnSize | null"
290918
291149
  }
290919
291150
  },
290920
- "onAction": {
290921
- "defaultValue": null,
290922
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
290923
- "name": "onAction",
290924
- "parent": {
290925
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290926
- "name": "ListBoxItemProps"
291151
+ "className": {
291152
+ "defaultValue": {
291153
+ "value": "'react-aria-Tooltip'"
290927
291154
  },
290928
- "declarations": [
290929
- {
290930
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290931
- "name": "ListBoxItemProps"
290932
- }
290933
- ],
290934
- "required": false,
290935
- "type": {
290936
- "name": "(() => void)"
290937
- }
290938
- },
290939
- "id": {
290940
- "defaultValue": null,
290941
- "description": "The unique id of the item.",
290942
- "name": "id",
291155
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
291156
+ "name": "className",
290943
291157
  "parent": {
290944
291158
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290945
- "name": "MenuItemProps"
291159
+ "name": "TooltipProps"
290946
291160
  },
290947
291161
  "declarations": [
290948
291162
  {
290949
291163
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
290950
- "name": "MenuItemProps"
291164
+ "name": "TooltipProps"
290951
291165
  }
290952
291166
  ],
290953
291167
  "required": false,
290954
291168
  "type": {
290955
- "name": "Key"
291169
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
290956
291170
  }
290957
291171
  },
290958
291172
  "style": {
@@ -290974,329 +291188,6 @@
290974
291188
  "name": "StyleOrFunction<TooltipRenderProps>"
290975
291189
  }
290976
291190
  },
290977
- "href": {
290978
- "defaultValue": null,
290979
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
290980
- "name": "href",
290981
- "parent": {
290982
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
290983
- "name": "LinkDOMProps"
290984
- },
290985
- "declarations": [
290986
- {
290987
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
290988
- "name": "LinkDOMProps"
290989
- }
290990
- ],
290991
- "required": false,
290992
- "type": {
290993
- "name": "string"
290994
- }
290995
- },
290996
- "hrefLang": {
290997
- "defaultValue": null,
290998
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
290999
- "name": "hrefLang",
291000
- "parent": {
291001
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291002
- "name": "LinkDOMProps"
291003
- },
291004
- "declarations": [
291005
- {
291006
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291007
- "name": "LinkDOMProps"
291008
- }
291009
- ],
291010
- "required": false,
291011
- "type": {
291012
- "name": "string"
291013
- }
291014
- },
291015
- "target": {
291016
- "defaultValue": null,
291017
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
291018
- "name": "target",
291019
- "parent": {
291020
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291021
- "name": "LinkDOMProps"
291022
- },
291023
- "declarations": [
291024
- {
291025
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291026
- "name": "LinkDOMProps"
291027
- }
291028
- ],
291029
- "required": false,
291030
- "type": {
291031
- "name": "HTMLAttributeAnchorTarget"
291032
- }
291033
- },
291034
- "rel": {
291035
- "defaultValue": null,
291036
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
291037
- "name": "rel",
291038
- "parent": {
291039
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291040
- "name": "LinkDOMProps"
291041
- },
291042
- "declarations": [
291043
- {
291044
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291045
- "name": "LinkDOMProps"
291046
- }
291047
- ],
291048
- "required": false,
291049
- "type": {
291050
- "name": "string"
291051
- }
291052
- },
291053
- "download": {
291054
- "defaultValue": null,
291055
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
291056
- "name": "download",
291057
- "parent": {
291058
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291059
- "name": "LinkDOMProps"
291060
- },
291061
- "declarations": [
291062
- {
291063
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291064
- "name": "LinkDOMProps"
291065
- }
291066
- ],
291067
- "required": false,
291068
- "type": {
291069
- "name": "string | boolean"
291070
- }
291071
- },
291072
- "ping": {
291073
- "defaultValue": null,
291074
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
291075
- "name": "ping",
291076
- "parent": {
291077
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291078
- "name": "LinkDOMProps"
291079
- },
291080
- "declarations": [
291081
- {
291082
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291083
- "name": "LinkDOMProps"
291084
- }
291085
- ],
291086
- "required": false,
291087
- "type": {
291088
- "name": "string"
291089
- }
291090
- },
291091
- "referrerPolicy": {
291092
- "defaultValue": null,
291093
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
291094
- "name": "referrerPolicy",
291095
- "parent": {
291096
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291097
- "name": "LinkDOMProps"
291098
- },
291099
- "declarations": [
291100
- {
291101
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291102
- "name": "LinkDOMProps"
291103
- }
291104
- ],
291105
- "required": false,
291106
- "type": {
291107
- "name": "HTMLAttributeReferrerPolicy"
291108
- }
291109
- },
291110
- "routerOptions": {
291111
- "defaultValue": null,
291112
- "description": "Options for the configured client side router.",
291113
- "name": "routerOptions",
291114
- "parent": {
291115
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291116
- "name": "LinkDOMProps"
291117
- },
291118
- "declarations": [
291119
- {
291120
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291121
- "name": "LinkDOMProps"
291122
- }
291123
- ],
291124
- "required": false,
291125
- "type": {
291126
- "name": "undefined"
291127
- }
291128
- },
291129
- "onHoverStart": {
291130
- "defaultValue": null,
291131
- "description": "Handler that is called when a hover interaction starts.",
291132
- "name": "onHoverStart",
291133
- "parent": {
291134
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291135
- "name": "HoverEvents"
291136
- },
291137
- "declarations": [
291138
- {
291139
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291140
- "name": "HoverEvents"
291141
- }
291142
- ],
291143
- "required": false,
291144
- "type": {
291145
- "name": "((e: HoverEvent) => void)"
291146
- }
291147
- },
291148
- "onHoverEnd": {
291149
- "defaultValue": null,
291150
- "description": "Handler that is called when a hover interaction ends.",
291151
- "name": "onHoverEnd",
291152
- "parent": {
291153
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291154
- "name": "HoverEvents"
291155
- },
291156
- "declarations": [
291157
- {
291158
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291159
- "name": "HoverEvents"
291160
- }
291161
- ],
291162
- "required": false,
291163
- "type": {
291164
- "name": "((e: HoverEvent) => void)"
291165
- }
291166
- },
291167
- "onHoverChange": {
291168
- "defaultValue": null,
291169
- "description": "Handler that is called when the hover state changes.",
291170
- "name": "onHoverChange",
291171
- "parent": {
291172
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291173
- "name": "HoverEvents"
291174
- },
291175
- "declarations": [
291176
- {
291177
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291178
- "name": "HoverEvents"
291179
- }
291180
- ],
291181
- "required": false,
291182
- "type": {
291183
- "name": "((isHovering: boolean) => void)"
291184
- }
291185
- },
291186
- "onPress": {
291187
- "defaultValue": null,
291188
- "description": "Handler that is called when the press is released over the target.",
291189
- "name": "onPress",
291190
- "parent": {
291191
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291192
- "name": "PressEvents"
291193
- },
291194
- "declarations": [
291195
- {
291196
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291197
- "name": "PressEvents"
291198
- }
291199
- ],
291200
- "required": false,
291201
- "type": {
291202
- "name": "((e: PressEvent) => void)"
291203
- }
291204
- },
291205
- "onPressStart": {
291206
- "defaultValue": null,
291207
- "description": "Handler that is called when a press interaction starts.",
291208
- "name": "onPressStart",
291209
- "parent": {
291210
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291211
- "name": "PressEvents"
291212
- },
291213
- "declarations": [
291214
- {
291215
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291216
- "name": "PressEvents"
291217
- }
291218
- ],
291219
- "required": false,
291220
- "type": {
291221
- "name": "((e: PressEvent) => void)"
291222
- }
291223
- },
291224
- "onPressEnd": {
291225
- "defaultValue": null,
291226
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
291227
- "name": "onPressEnd",
291228
- "parent": {
291229
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291230
- "name": "PressEvents"
291231
- },
291232
- "declarations": [
291233
- {
291234
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291235
- "name": "PressEvents"
291236
- }
291237
- ],
291238
- "required": false,
291239
- "type": {
291240
- "name": "((e: PressEvent) => void)"
291241
- }
291242
- },
291243
- "onPressChange": {
291244
- "defaultValue": null,
291245
- "description": "Handler that is called when the press state changes.",
291246
- "name": "onPressChange",
291247
- "parent": {
291248
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291249
- "name": "PressEvents"
291250
- },
291251
- "declarations": [
291252
- {
291253
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291254
- "name": "PressEvents"
291255
- }
291256
- ],
291257
- "required": false,
291258
- "type": {
291259
- "name": "((isPressed: boolean) => void)"
291260
- }
291261
- },
291262
- "onPressUp": {
291263
- "defaultValue": null,
291264
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
291265
- "name": "onPressUp",
291266
- "parent": {
291267
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291268
- "name": "PressEvents"
291269
- },
291270
- "declarations": [
291271
- {
291272
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291273
- "name": "PressEvents"
291274
- }
291275
- ],
291276
- "required": false,
291277
- "type": {
291278
- "name": "((e: PressEvent) => void)"
291279
- }
291280
- },
291281
- "onClick": {
291282
- "defaultValue": null,
291283
- "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.",
291284
- "name": "onClick",
291285
- "parent": {
291286
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291287
- "name": "PressEvents"
291288
- },
291289
- "declarations": [
291290
- {
291291
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
291292
- "name": "PressEvents"
291293
- }
291294
- ],
291295
- "required": false,
291296
- "type": {
291297
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
291298
- }
291299
- },
291300
291191
  "dir": {
291301
291192
  "defaultValue": null,
291302
291193
  "description": "",
@@ -291392,6 +291283,25 @@
291392
291283
  "name": "\"yes\" | \"no\""
291393
291284
  }
291394
291285
  },
291286
+ "onClick": {
291287
+ "defaultValue": null,
291288
+ "description": "",
291289
+ "name": "onClick",
291290
+ "parent": {
291291
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291292
+ "name": "GlobalDOMEvents"
291293
+ },
291294
+ "declarations": [
291295
+ {
291296
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
291297
+ "name": "GlobalDOMEvents"
291298
+ }
291299
+ ],
291300
+ "required": false,
291301
+ "type": {
291302
+ "name": "MouseEventHandler<HTMLDivElement>"
291303
+ }
291304
+ },
291395
291305
  "onClickCapture": {
291396
291306
  "defaultValue": null,
291397
291307
  "description": "",
@@ -292589,20 +292499,153 @@
292589
292499
  "name": "TransitionEventHandler<HTMLDivElement>"
292590
292500
  }
292591
292501
  },
292592
- "footer": {
292502
+ "id": {
292593
292503
  "defaultValue": null,
292594
- "description": "@internal",
292595
- "name": "footer",
292504
+ "description": "The unique id of the item.",
292505
+ "name": "id",
292506
+ "parent": {
292507
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292508
+ "name": "MenuItemProps"
292509
+ },
292596
292510
  "declarations": [
292597
292511
  {
292598
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
292599
- "name": "TypeLiteral"
292512
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292513
+ "name": "MenuItemProps"
292514
+ }
292515
+ ],
292516
+ "required": false,
292517
+ "type": {
292518
+ "name": "Key"
292519
+ }
292520
+ },
292521
+ "textValue": {
292522
+ "defaultValue": null,
292523
+ "description": "A string representation of the item's contents, used for features like typeahead.",
292524
+ "name": "textValue",
292525
+ "parent": {
292526
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292527
+ "name": "ListBoxItemProps"
292528
+ },
292529
+ "declarations": [
292530
+ {
292531
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292532
+ "name": "ListBoxItemProps"
292533
+ }
292534
+ ],
292535
+ "required": false,
292536
+ "type": {
292537
+ "name": "string"
292538
+ }
292539
+ },
292540
+ "allowsSorting": {
292541
+ "defaultValue": null,
292542
+ "description": "Whether the column allows sorting.",
292543
+ "name": "allowsSorting",
292544
+ "parent": {
292545
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292546
+ "name": "ColumnProps"
292547
+ },
292548
+ "declarations": [
292549
+ {
292550
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292551
+ "name": "ColumnProps"
292600
292552
  }
292601
292553
  ],
292602
292554
  "required": false,
292603
292555
  "type": {
292604
292556
  "name": "boolean"
292605
292557
  }
292558
+ },
292559
+ "isRowHeader": {
292560
+ "defaultValue": null,
292561
+ "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
292562
+ "name": "isRowHeader",
292563
+ "parent": {
292564
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292565
+ "name": "ColumnProps"
292566
+ },
292567
+ "declarations": [
292568
+ {
292569
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292570
+ "name": "ColumnProps"
292571
+ }
292572
+ ],
292573
+ "required": false,
292574
+ "type": {
292575
+ "name": "boolean"
292576
+ }
292577
+ },
292578
+ "defaultWidth": {
292579
+ "defaultValue": null,
292580
+ "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
292581
+ "name": "defaultWidth",
292582
+ "parent": {
292583
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292584
+ "name": "ColumnProps"
292585
+ },
292586
+ "declarations": [
292587
+ {
292588
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292589
+ "name": "ColumnProps"
292590
+ }
292591
+ ],
292592
+ "required": false,
292593
+ "type": {
292594
+ "name": "ColumnSize | null"
292595
+ }
292596
+ },
292597
+ "minWidth": {
292598
+ "defaultValue": null,
292599
+ "description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
292600
+ "name": "minWidth",
292601
+ "parent": {
292602
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292603
+ "name": "ColumnProps"
292604
+ },
292605
+ "declarations": [
292606
+ {
292607
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292608
+ "name": "ColumnProps"
292609
+ }
292610
+ ],
292611
+ "required": false,
292612
+ "type": {
292613
+ "name": "ColumnStaticSize | null"
292614
+ }
292615
+ },
292616
+ "maxWidth": {
292617
+ "defaultValue": null,
292618
+ "description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
292619
+ "name": "maxWidth",
292620
+ "parent": {
292621
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292622
+ "name": "ColumnProps"
292623
+ },
292624
+ "declarations": [
292625
+ {
292626
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
292627
+ "name": "ColumnProps"
292628
+ }
292629
+ ],
292630
+ "required": false,
292631
+ "type": {
292632
+ "name": "ColumnStaticSize | null"
292633
+ }
292634
+ },
292635
+ "children": {
292636
+ "defaultValue": null,
292637
+ "description": "",
292638
+ "name": "children",
292639
+ "declarations": [
292640
+ {
292641
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
292642
+ "name": "TypeLiteral"
292643
+ }
292644
+ ],
292645
+ "required": false,
292646
+ "type": {
292647
+ "name": "ReactNode"
292648
+ }
292606
292649
  }
292607
292650
  }
292608
292651
  },
@@ -307676,6 +307719,14 @@
307676
307719
  }
307677
307720
  }
307678
307721
  },
307722
+ {
307723
+ "tags": {},
307724
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
307725
+ "description": "",
307726
+ "displayName": "OffCanvasSuspenseFallback",
307727
+ "methods": [],
307728
+ "props": {}
307729
+ },
307679
307730
  {
307680
307731
  "tags": {},
307681
307732
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -307814,14 +307865,6 @@
307814
307865
  }
307815
307866
  }
307816
307867
  },
307817
- {
307818
- "tags": {},
307819
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
307820
- "description": "",
307821
- "displayName": "OffCanvasSuspenseFallback",
307822
- "methods": [],
307823
- "props": {}
307824
- },
307825
307868
  {
307826
307869
  "tags": {},
307827
307870
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
@@ -311271,161 +311314,6 @@
311271
311314
  }
311272
311315
  }
311273
311316
  },
311274
- {
311275
- "tags": {
311276
- "flr-generate": "all"
311277
- },
311278
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311279
- "description": "",
311280
- "displayName": "ContextMenuSection",
311281
- "methods": [],
311282
- "props": {
311283
- "children": {
311284
- "defaultValue": null,
311285
- "description": "",
311286
- "name": "children",
311287
- "declarations": [
311288
- {
311289
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311290
- "name": "TypeLiteral"
311291
- }
311292
- ],
311293
- "required": false,
311294
- "type": {
311295
- "name": "ReactNode"
311296
- }
311297
- },
311298
- "wrapWith": {
311299
- "defaultValue": null,
311300
- "description": "",
311301
- "name": "wrapWith",
311302
- "parent": {
311303
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311304
- "name": "FlowComponentProps"
311305
- },
311306
- "declarations": [
311307
- {
311308
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311309
- "name": "FlowComponentProps"
311310
- }
311311
- ],
311312
- "required": false,
311313
- "type": {
311314
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
311315
- }
311316
- },
311317
- "tunnelId": {
311318
- "defaultValue": null,
311319
- "description": "@internal",
311320
- "name": "tunnelId",
311321
- "parent": {
311322
- "fileName": "components/src/lib/types/props.ts",
311323
- "name": "PropsWithTunnel"
311324
- },
311325
- "declarations": [
311326
- {
311327
- "fileName": "components/src/lib/types/props.ts",
311328
- "name": "PropsWithTunnel"
311329
- }
311330
- ],
311331
- "required": false,
311332
- "type": {
311333
- "name": "string | null"
311334
- }
311335
- },
311336
- "ref": {
311337
- "defaultValue": null,
311338
- "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}",
311339
- "name": "ref",
311340
- "parent": {
311341
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311342
- "name": "RefAttributes"
311343
- },
311344
- "declarations": [
311345
- {
311346
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311347
- "name": "RefAttributes"
311348
- }
311349
- ],
311350
- "required": false,
311351
- "type": {
311352
- "name": "Ref<HTMLSpanElement>"
311353
- }
311354
- },
311355
- "key": {
311356
- "defaultValue": null,
311357
- "description": "",
311358
- "name": "key",
311359
- "parent": {
311360
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311361
- "name": "Attributes"
311362
- },
311363
- "declarations": [
311364
- {
311365
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311366
- "name": "Attributes"
311367
- }
311368
- ],
311369
- "required": false,
311370
- "type": {
311371
- "name": "Key | null"
311372
- }
311373
- },
311374
- "selectedKeys": {
311375
- "defaultValue": null,
311376
- "description": "The currently selected keys in the collection (controlled).",
311377
- "name": "selectedKeys",
311378
- "parent": {
311379
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311380
- "name": "MultipleSelection"
311381
- },
311382
- "declarations": [
311383
- {
311384
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311385
- "name": "MultipleSelection"
311386
- }
311387
- ],
311388
- "required": false,
311389
- "type": {
311390
- "name": "\"all\" | Iterable<Key>"
311391
- }
311392
- },
311393
- "defaultSelectedKeys": {
311394
- "defaultValue": null,
311395
- "description": "The initial selected keys in the collection (uncontrolled).",
311396
- "name": "defaultSelectedKeys",
311397
- "parent": {
311398
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311399
- "name": "MultipleSelection"
311400
- },
311401
- "declarations": [
311402
- {
311403
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311404
- "name": "MultipleSelection"
311405
- }
311406
- ],
311407
- "required": false,
311408
- "type": {
311409
- "name": "\"all\" | Iterable<Key>"
311410
- }
311411
- },
311412
- "selectionMode": {
311413
- "defaultValue": null,
311414
- "description": "",
311415
- "name": "selectionMode",
311416
- "declarations": [
311417
- {
311418
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311419
- "name": "TypeLiteral"
311420
- }
311421
- ],
311422
- "required": false,
311423
- "type": {
311424
- "name": "ContextMenuSelectionMode"
311425
- }
311426
- }
311427
- }
311428
- },
311429
311317
  {
311430
311318
  "tags": {
311431
311319
  "flr-generate": "all"
@@ -313227,6 +313115,161 @@
313227
313115
  }
313228
313116
  }
313229
313117
  },
313118
+ {
313119
+ "tags": {
313120
+ "flr-generate": "all"
313121
+ },
313122
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
313123
+ "description": "",
313124
+ "displayName": "ContextMenuSection",
313125
+ "methods": [],
313126
+ "props": {
313127
+ "children": {
313128
+ "defaultValue": null,
313129
+ "description": "",
313130
+ "name": "children",
313131
+ "declarations": [
313132
+ {
313133
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313134
+ "name": "TypeLiteral"
313135
+ }
313136
+ ],
313137
+ "required": false,
313138
+ "type": {
313139
+ "name": "ReactNode"
313140
+ }
313141
+ },
313142
+ "wrapWith": {
313143
+ "defaultValue": null,
313144
+ "description": "",
313145
+ "name": "wrapWith",
313146
+ "parent": {
313147
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
313148
+ "name": "FlowComponentProps"
313149
+ },
313150
+ "declarations": [
313151
+ {
313152
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
313153
+ "name": "FlowComponentProps"
313154
+ }
313155
+ ],
313156
+ "required": false,
313157
+ "type": {
313158
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
313159
+ }
313160
+ },
313161
+ "tunnelId": {
313162
+ "defaultValue": null,
313163
+ "description": "@internal",
313164
+ "name": "tunnelId",
313165
+ "parent": {
313166
+ "fileName": "components/src/lib/types/props.ts",
313167
+ "name": "PropsWithTunnel"
313168
+ },
313169
+ "declarations": [
313170
+ {
313171
+ "fileName": "components/src/lib/types/props.ts",
313172
+ "name": "PropsWithTunnel"
313173
+ }
313174
+ ],
313175
+ "required": false,
313176
+ "type": {
313177
+ "name": "string | null"
313178
+ }
313179
+ },
313180
+ "ref": {
313181
+ "defaultValue": null,
313182
+ "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}",
313183
+ "name": "ref",
313184
+ "parent": {
313185
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313186
+ "name": "RefAttributes"
313187
+ },
313188
+ "declarations": [
313189
+ {
313190
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313191
+ "name": "RefAttributes"
313192
+ }
313193
+ ],
313194
+ "required": false,
313195
+ "type": {
313196
+ "name": "Ref<HTMLSpanElement>"
313197
+ }
313198
+ },
313199
+ "key": {
313200
+ "defaultValue": null,
313201
+ "description": "",
313202
+ "name": "key",
313203
+ "parent": {
313204
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313205
+ "name": "Attributes"
313206
+ },
313207
+ "declarations": [
313208
+ {
313209
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313210
+ "name": "Attributes"
313211
+ }
313212
+ ],
313213
+ "required": false,
313214
+ "type": {
313215
+ "name": "Key | null"
313216
+ }
313217
+ },
313218
+ "selectedKeys": {
313219
+ "defaultValue": null,
313220
+ "description": "The currently selected keys in the collection (controlled).",
313221
+ "name": "selectedKeys",
313222
+ "parent": {
313223
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313224
+ "name": "MultipleSelection"
313225
+ },
313226
+ "declarations": [
313227
+ {
313228
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313229
+ "name": "MultipleSelection"
313230
+ }
313231
+ ],
313232
+ "required": false,
313233
+ "type": {
313234
+ "name": "\"all\" | Iterable<Key>"
313235
+ }
313236
+ },
313237
+ "defaultSelectedKeys": {
313238
+ "defaultValue": null,
313239
+ "description": "The initial selected keys in the collection (uncontrolled).",
313240
+ "name": "defaultSelectedKeys",
313241
+ "parent": {
313242
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313243
+ "name": "MultipleSelection"
313244
+ },
313245
+ "declarations": [
313246
+ {
313247
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313248
+ "name": "MultipleSelection"
313249
+ }
313250
+ ],
313251
+ "required": false,
313252
+ "type": {
313253
+ "name": "\"all\" | Iterable<Key>"
313254
+ }
313255
+ },
313256
+ "selectionMode": {
313257
+ "defaultValue": null,
313258
+ "description": "",
313259
+ "name": "selectionMode",
313260
+ "declarations": [
313261
+ {
313262
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
313263
+ "name": "TypeLiteral"
313264
+ }
313265
+ ],
313266
+ "required": false,
313267
+ "type": {
313268
+ "name": "ContextMenuSelectionMode"
313269
+ }
313270
+ }
313271
+ }
313272
+ },
313230
313273
  {
313231
313274
  "tags": {
313232
313275
  "flr-generate": "all"
@@ -337244,6 +337287,42 @@
337244
337287
  "methods": [],
337245
337288
  "props": {}
337246
337289
  },
337290
+ {
337291
+ "tags": {},
337292
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337293
+ "description": "",
337294
+ "displayName": "ViewModeMenuItem",
337295
+ "methods": [],
337296
+ "props": {
337297
+ "viewMode": {
337298
+ "defaultValue": null,
337299
+ "description": "",
337300
+ "name": "viewMode",
337301
+ "parent": {
337302
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337303
+ "name": "Props"
337304
+ },
337305
+ "declarations": [
337306
+ {
337307
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337308
+ "name": "Props"
337309
+ }
337310
+ ],
337311
+ "required": true,
337312
+ "type": {
337313
+ "name": "ListViewMode"
337314
+ }
337315
+ }
337316
+ }
337317
+ },
337318
+ {
337319
+ "tags": {},
337320
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
337321
+ "description": "",
337322
+ "displayName": "ViewModeContextMenu",
337323
+ "methods": [],
337324
+ "props": {}
337325
+ },
337247
337326
  {
337248
337327
  "tags": {},
337249
337328
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
@@ -337280,6 +337359,53 @@
337280
337359
  "methods": [],
337281
337360
  "props": {}
337282
337361
  },
337362
+ {
337363
+ "tags": {},
337364
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337365
+ "description": "",
337366
+ "displayName": "SearchField",
337367
+ "methods": [],
337368
+ "props": {
337369
+ "search": {
337370
+ "defaultValue": null,
337371
+ "description": "",
337372
+ "name": "search",
337373
+ "parent": {
337374
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337375
+ "name": "Props"
337376
+ },
337377
+ "declarations": [
337378
+ {
337379
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337380
+ "name": "Props"
337381
+ }
337382
+ ],
337383
+ "required": true,
337384
+ "type": {
337385
+ "name": "Search<never>"
337386
+ }
337387
+ },
337388
+ "className": {
337389
+ "defaultValue": null,
337390
+ "description": "The elements class name.",
337391
+ "name": "className",
337392
+ "parent": {
337393
+ "fileName": "components/src/lib/types/props.ts",
337394
+ "name": "PropsWithClassName"
337395
+ },
337396
+ "declarations": [
337397
+ {
337398
+ "fileName": "components/src/lib/types/props.ts",
337399
+ "name": "PropsWithClassName"
337400
+ }
337401
+ ],
337402
+ "required": false,
337403
+ "type": {
337404
+ "name": "string"
337405
+ }
337406
+ }
337407
+ }
337408
+ },
337283
337409
  {
337284
337410
  "tags": {},
337285
337411
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
@@ -337404,89 +337530,6 @@
337404
337530
  "methods": [],
337405
337531
  "props": {}
337406
337532
  },
337407
- {
337408
- "tags": {},
337409
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337410
- "description": "",
337411
- "displayName": "SearchField",
337412
- "methods": [],
337413
- "props": {
337414
- "search": {
337415
- "defaultValue": null,
337416
- "description": "",
337417
- "name": "search",
337418
- "parent": {
337419
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337420
- "name": "Props"
337421
- },
337422
- "declarations": [
337423
- {
337424
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337425
- "name": "Props"
337426
- }
337427
- ],
337428
- "required": true,
337429
- "type": {
337430
- "name": "Search<never>"
337431
- }
337432
- },
337433
- "className": {
337434
- "defaultValue": null,
337435
- "description": "The elements class name.",
337436
- "name": "className",
337437
- "parent": {
337438
- "fileName": "components/src/lib/types/props.ts",
337439
- "name": "PropsWithClassName"
337440
- },
337441
- "declarations": [
337442
- {
337443
- "fileName": "components/src/lib/types/props.ts",
337444
- "name": "PropsWithClassName"
337445
- }
337446
- ],
337447
- "required": false,
337448
- "type": {
337449
- "name": "string"
337450
- }
337451
- }
337452
- }
337453
- },
337454
- {
337455
- "tags": {},
337456
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337457
- "description": "",
337458
- "displayName": "ViewModeMenuItem",
337459
- "methods": [],
337460
- "props": {
337461
- "viewMode": {
337462
- "defaultValue": null,
337463
- "description": "",
337464
- "name": "viewMode",
337465
- "parent": {
337466
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337467
- "name": "Props"
337468
- },
337469
- "declarations": [
337470
- {
337471
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
337472
- "name": "Props"
337473
- }
337474
- ],
337475
- "required": true,
337476
- "type": {
337477
- "name": "ListViewMode"
337478
- }
337479
- }
337480
- }
337481
- },
337482
- {
337483
- "tags": {},
337484
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
337485
- "description": "",
337486
- "displayName": "ViewModeContextMenu",
337487
- "methods": [],
337488
- "props": {}
337489
- },
337490
337533
  {
337491
337534
  "tags": {},
337492
337535
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",