@mittwald/flow-react-components 0.2.0-alpha.710 → 0.2.0-alpha.711
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +1522 -1495
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +8 -0
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs +4 -2
- package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.mjs +16 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormRootError/useFormRootErrorController.mjs +17 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormRootError/useFormRootErrorController.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormRootError/useMountedFormRootErrorComponent.mjs +17 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormRootError/useMountedFormRootErrorComponent.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/lib/FormRootError.mjs +13 -0
- package/dist/js/components/src/integrations/react-hook-form/lib/FormRootError.mjs.map +1 -0
- package/dist/js/react-hook-form.mjs +1 -0
- package/dist/js/react-hook-form.mjs.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Form/stories/Form.stories.d.ts +1 -0
- package/dist/types/integrations/react-hook-form/components/Form/stories/Form.stories.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.d.ts +3 -0
- package/dist/types/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/FormRootError/FormRootError.d.ts +4 -0
- package/dist/types/integrations/react-hook-form/components/FormRootError/FormRootError.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/FormRootError/index.d.ts +3 -0
- package/dist/types/integrations/react-hook-form/components/FormRootError/index.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/FormRootError/useFormRootErrorController.d.ts +7 -0
- package/dist/types/integrations/react-hook-form/components/FormRootError/useFormRootErrorController.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/FormRootError/useMountedFormRootErrorComponent.d.ts +2 -0
- package/dist/types/integrations/react-hook-form/components/FormRootError/useMountedFormRootErrorComponent.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/index.d.ts +1 -0
- package/dist/types/integrations/react-hook-form/index.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/lib/FormRootError.d.ts +6 -0
- package/dist/types/integrations/react-hook-form/lib/FormRootError.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -222370,6 +222370,30 @@
|
|
|
222370
222370
|
}
|
|
222371
222371
|
}
|
|
222372
222372
|
},
|
|
222373
|
+
{
|
|
222374
|
+
"tags": {},
|
|
222375
|
+
"filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
|
|
222376
|
+
"description": "",
|
|
222377
|
+
"displayName": "BrowserOnly",
|
|
222378
|
+
"methods": [],
|
|
222379
|
+
"props": {
|
|
222380
|
+
"children": {
|
|
222381
|
+
"defaultValue": null,
|
|
222382
|
+
"description": "",
|
|
222383
|
+
"name": "children",
|
|
222384
|
+
"declarations": [
|
|
222385
|
+
{
|
|
222386
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
222387
|
+
"name": "TypeLiteral"
|
|
222388
|
+
}
|
|
222389
|
+
],
|
|
222390
|
+
"required": false,
|
|
222391
|
+
"type": {
|
|
222392
|
+
"name": "ReactNode"
|
|
222393
|
+
}
|
|
222394
|
+
}
|
|
222395
|
+
}
|
|
222396
|
+
},
|
|
222373
222397
|
{
|
|
222374
222398
|
"tags": {
|
|
222375
222399
|
"flr-generate": "all"
|
|
@@ -223979,30 +224003,6 @@
|
|
|
223979
224003
|
}
|
|
223980
224004
|
}
|
|
223981
224005
|
},
|
|
223982
|
-
{
|
|
223983
|
-
"tags": {},
|
|
223984
|
-
"filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
|
|
223985
|
-
"description": "",
|
|
223986
|
-
"displayName": "BrowserOnly",
|
|
223987
|
-
"methods": [],
|
|
223988
|
-
"props": {
|
|
223989
|
-
"children": {
|
|
223990
|
-
"defaultValue": null,
|
|
223991
|
-
"description": "",
|
|
223992
|
-
"name": "children",
|
|
223993
|
-
"declarations": [
|
|
223994
|
-
{
|
|
223995
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
223996
|
-
"name": "TypeLiteral"
|
|
223997
|
-
}
|
|
223998
|
-
],
|
|
223999
|
-
"required": false,
|
|
224000
|
-
"type": {
|
|
224001
|
-
"name": "ReactNode"
|
|
224002
|
-
}
|
|
224003
|
-
}
|
|
224004
|
-
}
|
|
224005
|
-
},
|
|
224006
224006
|
{
|
|
224007
224007
|
"tags": {
|
|
224008
224008
|
"flr-generate": "all"
|
|
@@ -270204,6 +270204,14 @@
|
|
|
270204
270204
|
}
|
|
270205
270205
|
}
|
|
270206
270206
|
},
|
|
270207
|
+
{
|
|
270208
|
+
"tags": {},
|
|
270209
|
+
"filePath": "src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
|
|
270210
|
+
"description": "",
|
|
270211
|
+
"displayName": "FormRootError",
|
|
270212
|
+
"methods": [],
|
|
270213
|
+
"props": {}
|
|
270214
|
+
},
|
|
270207
270215
|
{
|
|
270208
270216
|
"tags": {},
|
|
270209
270217
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
@@ -270334,6 +270342,25 @@
|
|
|
270334
270342
|
"name": "AfterFormSubmitCallback"
|
|
270335
270343
|
}
|
|
270336
270344
|
},
|
|
270345
|
+
"rootErrorController": {
|
|
270346
|
+
"defaultValue": null,
|
|
270347
|
+
"description": "",
|
|
270348
|
+
"name": "rootErrorController",
|
|
270349
|
+
"parent": {
|
|
270350
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
270351
|
+
"name": "FormContextProviderProps"
|
|
270352
|
+
},
|
|
270353
|
+
"declarations": [
|
|
270354
|
+
{
|
|
270355
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
270356
|
+
"name": "FormContextProviderProps"
|
|
270357
|
+
}
|
|
270358
|
+
],
|
|
270359
|
+
"required": true,
|
|
270360
|
+
"type": {
|
|
270361
|
+
"name": "FormRootErrorController"
|
|
270362
|
+
}
|
|
270363
|
+
},
|
|
270337
270364
|
"children": {
|
|
270338
270365
|
"defaultValue": null,
|
|
270339
270366
|
"description": "",
|
|
@@ -276833,30 +276860,6 @@
|
|
|
276833
276860
|
}
|
|
276834
276861
|
}
|
|
276835
276862
|
},
|
|
276836
|
-
{
|
|
276837
|
-
"tags": {},
|
|
276838
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
276839
|
-
"description": "",
|
|
276840
|
-
"displayName": "RouterProvider",
|
|
276841
|
-
"methods": [],
|
|
276842
|
-
"props": {
|
|
276843
|
-
"children": {
|
|
276844
|
-
"defaultValue": null,
|
|
276845
|
-
"description": "",
|
|
276846
|
-
"name": "children",
|
|
276847
|
-
"declarations": [
|
|
276848
|
-
{
|
|
276849
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276850
|
-
"name": "TypeLiteral"
|
|
276851
|
-
}
|
|
276852
|
-
],
|
|
276853
|
-
"required": false,
|
|
276854
|
-
"type": {
|
|
276855
|
-
"name": "ReactNode"
|
|
276856
|
-
}
|
|
276857
|
-
}
|
|
276858
|
-
}
|
|
276859
|
-
},
|
|
276860
276863
|
{
|
|
276861
276864
|
"tags": {
|
|
276862
276865
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -282386,174 +282389,198 @@
|
|
|
282386
282389
|
}
|
|
282387
282390
|
},
|
|
282388
282391
|
{
|
|
282389
|
-
"tags": {
|
|
282390
|
-
|
|
282391
|
-
},
|
|
282392
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
|
|
282392
|
+
"tags": {},
|
|
282393
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
282393
282394
|
"description": "",
|
|
282394
|
-
"displayName": "
|
|
282395
|
+
"displayName": "RouterProvider",
|
|
282395
282396
|
"methods": [],
|
|
282396
282397
|
"props": {
|
|
282397
|
-
"
|
|
282398
|
-
"defaultValue": null,
|
|
282399
|
-
"description": "
|
|
282400
|
-
"name": "
|
|
282401
|
-
"
|
|
282402
|
-
|
|
282403
|
-
|
|
282404
|
-
|
|
282405
|
-
|
|
282406
|
-
|
|
282407
|
-
|
|
282408
|
-
|
|
282409
|
-
|
|
282410
|
-
|
|
282411
|
-
|
|
282412
|
-
|
|
282413
|
-
|
|
282414
|
-
|
|
282415
|
-
|
|
282416
|
-
"
|
|
282417
|
-
|
|
282418
|
-
|
|
282419
|
-
|
|
282420
|
-
|
|
282421
|
-
|
|
282422
|
-
|
|
282423
|
-
|
|
282424
|
-
"
|
|
282425
|
-
|
|
282426
|
-
|
|
282427
|
-
|
|
282428
|
-
|
|
282429
|
-
|
|
282430
|
-
|
|
282431
|
-
"
|
|
282432
|
-
|
|
282433
|
-
|
|
282434
|
-
|
|
282435
|
-
|
|
282436
|
-
|
|
282437
|
-
"
|
|
282438
|
-
"
|
|
282439
|
-
|
|
282440
|
-
|
|
282441
|
-
|
|
282442
|
-
|
|
282443
|
-
"
|
|
282444
|
-
|
|
282445
|
-
|
|
282446
|
-
|
|
282447
|
-
|
|
282448
|
-
|
|
282449
|
-
|
|
282450
|
-
"
|
|
282451
|
-
|
|
282452
|
-
|
|
282453
|
-
|
|
282454
|
-
|
|
282455
|
-
|
|
282456
|
-
"
|
|
282457
|
-
"
|
|
282458
|
-
|
|
282459
|
-
|
|
282460
|
-
|
|
282461
|
-
|
|
282462
|
-
"
|
|
282463
|
-
|
|
282464
|
-
|
|
282465
|
-
|
|
282466
|
-
|
|
282467
|
-
|
|
282468
|
-
|
|
282469
|
-
"
|
|
282470
|
-
|
|
282471
|
-
|
|
282472
|
-
|
|
282473
|
-
|
|
282474
|
-
|
|
282475
|
-
|
|
282476
|
-
|
|
282477
|
-
|
|
282478
|
-
|
|
282479
|
-
|
|
282480
|
-
|
|
282481
|
-
|
|
282482
|
-
|
|
282483
|
-
"
|
|
282484
|
-
|
|
282485
|
-
|
|
282486
|
-
|
|
282487
|
-
|
|
282488
|
-
|
|
282489
|
-
|
|
282490
|
-
|
|
282491
|
-
|
|
282492
|
-
|
|
282493
|
-
|
|
282494
|
-
|
|
282495
|
-
"
|
|
282496
|
-
"
|
|
282497
|
-
}
|
|
282498
|
-
|
|
282499
|
-
|
|
282500
|
-
"
|
|
282501
|
-
"
|
|
282502
|
-
|
|
282503
|
-
|
|
282504
|
-
"
|
|
282505
|
-
|
|
282506
|
-
|
|
282507
|
-
|
|
282508
|
-
|
|
282509
|
-
|
|
282510
|
-
|
|
282511
|
-
|
|
282512
|
-
|
|
282513
|
-
|
|
282514
|
-
|
|
282515
|
-
|
|
282516
|
-
"
|
|
282517
|
-
"
|
|
282518
|
-
}
|
|
282519
|
-
|
|
282520
|
-
|
|
282521
|
-
"
|
|
282522
|
-
"
|
|
282523
|
-
|
|
282524
|
-
|
|
282525
|
-
"
|
|
282526
|
-
|
|
282527
|
-
|
|
282528
|
-
|
|
282529
|
-
|
|
282530
|
-
|
|
282531
|
-
|
|
282532
|
-
|
|
282533
|
-
|
|
282534
|
-
|
|
282535
|
-
|
|
282536
|
-
|
|
282537
|
-
"
|
|
282538
|
-
"
|
|
282539
|
-
}
|
|
282540
|
-
|
|
282541
|
-
|
|
282542
|
-
"
|
|
282543
|
-
"
|
|
282544
|
-
|
|
282545
|
-
|
|
282546
|
-
"
|
|
282547
|
-
|
|
282548
|
-
|
|
282549
|
-
|
|
282550
|
-
|
|
282551
|
-
|
|
282552
|
-
|
|
282553
|
-
|
|
282554
|
-
|
|
282555
|
-
|
|
282556
|
-
|
|
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
|
+
{
|
|
282416
|
+
"tags": {
|
|
282417
|
+
"flr-generate": "all"
|
|
282418
|
+
},
|
|
282419
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.tsx",
|
|
282420
|
+
"description": "",
|
|
282421
|
+
"displayName": "TooltipTrigger",
|
|
282422
|
+
"methods": [],
|
|
282423
|
+
"props": {
|
|
282424
|
+
"isOpen": {
|
|
282425
|
+
"defaultValue": null,
|
|
282426
|
+
"description": "Whether the element is rendered.",
|
|
282427
|
+
"name": "isOpen",
|
|
282428
|
+
"parent": {
|
|
282429
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
282430
|
+
"name": "PositionProps"
|
|
282431
|
+
},
|
|
282432
|
+
"declarations": [
|
|
282433
|
+
{
|
|
282434
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
282435
|
+
"name": "PositionProps"
|
|
282436
|
+
}
|
|
282437
|
+
],
|
|
282438
|
+
"required": false,
|
|
282439
|
+
"type": {
|
|
282440
|
+
"name": "boolean"
|
|
282441
|
+
}
|
|
282442
|
+
},
|
|
282443
|
+
"defaultOpen": {
|
|
282444
|
+
"defaultValue": null,
|
|
282445
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
282446
|
+
"name": "defaultOpen",
|
|
282447
|
+
"parent": {
|
|
282448
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
282449
|
+
"name": "OverlayTriggerProps"
|
|
282450
|
+
},
|
|
282451
|
+
"declarations": [
|
|
282452
|
+
{
|
|
282453
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
282454
|
+
"name": "OverlayTriggerProps"
|
|
282455
|
+
}
|
|
282456
|
+
],
|
|
282457
|
+
"required": false,
|
|
282458
|
+
"type": {
|
|
282459
|
+
"name": "boolean"
|
|
282460
|
+
}
|
|
282461
|
+
},
|
|
282462
|
+
"onOpenChange": {
|
|
282463
|
+
"defaultValue": null,
|
|
282464
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
282465
|
+
"name": "onOpenChange",
|
|
282466
|
+
"parent": {
|
|
282467
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
282468
|
+
"name": "OverlayTriggerProps"
|
|
282469
|
+
},
|
|
282470
|
+
"declarations": [
|
|
282471
|
+
{
|
|
282472
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
282473
|
+
"name": "OverlayTriggerProps"
|
|
282474
|
+
}
|
|
282475
|
+
],
|
|
282476
|
+
"required": false,
|
|
282477
|
+
"type": {
|
|
282478
|
+
"name": "((isOpen: boolean) => void)"
|
|
282479
|
+
}
|
|
282480
|
+
},
|
|
282481
|
+
"isDisabled": {
|
|
282482
|
+
"defaultValue": null,
|
|
282483
|
+
"description": "Whether the tooltip should be disabled, independent from the trigger.",
|
|
282484
|
+
"name": "isDisabled",
|
|
282485
|
+
"parent": {
|
|
282486
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282487
|
+
"name": "TooltipTriggerProps"
|
|
282488
|
+
},
|
|
282489
|
+
"declarations": [
|
|
282490
|
+
{
|
|
282491
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282492
|
+
"name": "TooltipTriggerProps"
|
|
282493
|
+
}
|
|
282494
|
+
],
|
|
282495
|
+
"required": false,
|
|
282496
|
+
"type": {
|
|
282497
|
+
"name": "boolean"
|
|
282498
|
+
}
|
|
282499
|
+
},
|
|
282500
|
+
"trigger": {
|
|
282501
|
+
"defaultValue": {
|
|
282502
|
+
"value": "'hover'"
|
|
282503
|
+
},
|
|
282504
|
+
"description": "By default, opens for both focus and hover. Can be made to open only for focus.",
|
|
282505
|
+
"name": "trigger",
|
|
282506
|
+
"parent": {
|
|
282507
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282508
|
+
"name": "TooltipTriggerProps"
|
|
282509
|
+
},
|
|
282510
|
+
"declarations": [
|
|
282511
|
+
{
|
|
282512
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282513
|
+
"name": "TooltipTriggerProps"
|
|
282514
|
+
}
|
|
282515
|
+
],
|
|
282516
|
+
"required": false,
|
|
282517
|
+
"type": {
|
|
282518
|
+
"name": "\"hover\" | \"focus\""
|
|
282519
|
+
}
|
|
282520
|
+
},
|
|
282521
|
+
"delay": {
|
|
282522
|
+
"defaultValue": {
|
|
282523
|
+
"value": "1500"
|
|
282524
|
+
},
|
|
282525
|
+
"description": "The delay time for the tooltip to show up. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Immediate-or-delayed-appearance).",
|
|
282526
|
+
"name": "delay",
|
|
282527
|
+
"parent": {
|
|
282528
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282529
|
+
"name": "TooltipTriggerProps"
|
|
282530
|
+
},
|
|
282531
|
+
"declarations": [
|
|
282532
|
+
{
|
|
282533
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282534
|
+
"name": "TooltipTriggerProps"
|
|
282535
|
+
}
|
|
282536
|
+
],
|
|
282537
|
+
"required": false,
|
|
282538
|
+
"type": {
|
|
282539
|
+
"name": "number"
|
|
282540
|
+
}
|
|
282541
|
+
},
|
|
282542
|
+
"closeDelay": {
|
|
282543
|
+
"defaultValue": {
|
|
282544
|
+
"value": "500"
|
|
282545
|
+
},
|
|
282546
|
+
"description": "The delay time for the tooltip to close. [See guidelines](https://spectrum.adobe.com/page/tooltip/#Warmup-and-cooldown).",
|
|
282547
|
+
"name": "closeDelay",
|
|
282548
|
+
"parent": {
|
|
282549
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282550
|
+
"name": "TooltipTriggerProps"
|
|
282551
|
+
},
|
|
282552
|
+
"declarations": [
|
|
282553
|
+
{
|
|
282554
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282555
|
+
"name": "TooltipTriggerProps"
|
|
282556
|
+
}
|
|
282557
|
+
],
|
|
282558
|
+
"required": false,
|
|
282559
|
+
"type": {
|
|
282560
|
+
"name": "number"
|
|
282561
|
+
}
|
|
282562
|
+
},
|
|
282563
|
+
"shouldCloseOnPress": {
|
|
282564
|
+
"defaultValue": {
|
|
282565
|
+
"value": "true"
|
|
282566
|
+
},
|
|
282567
|
+
"description": "Whether the tooltip should close when the trigger is pressed.",
|
|
282568
|
+
"name": "shouldCloseOnPress",
|
|
282569
|
+
"parent": {
|
|
282570
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282571
|
+
"name": "TooltipTriggerProps"
|
|
282572
|
+
},
|
|
282573
|
+
"declarations": [
|
|
282574
|
+
{
|
|
282575
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tooltip@3.5.0_react@19.2.4/node_modules/@react-types/tooltip/src/index.d.ts",
|
|
282576
|
+
"name": "TooltipTriggerProps"
|
|
282577
|
+
}
|
|
282578
|
+
],
|
|
282579
|
+
"required": false,
|
|
282580
|
+
"type": {
|
|
282581
|
+
"name": "boolean"
|
|
282582
|
+
}
|
|
282583
|
+
},
|
|
282557
282584
|
"children": {
|
|
282558
282585
|
"defaultValue": null,
|
|
282559
282586
|
"description": "",
|
|
@@ -285891,9 +285918,9 @@
|
|
|
285891
285918
|
"tags": {
|
|
285892
285919
|
"flr-generate": "all"
|
|
285893
285920
|
},
|
|
285894
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
285921
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
285895
285922
|
"description": "",
|
|
285896
|
-
"displayName": "
|
|
285923
|
+
"displayName": "TableRow",
|
|
285897
285924
|
"methods": [],
|
|
285898
285925
|
"props": {
|
|
285899
285926
|
"className": {
|
|
@@ -285919,16 +285946,16 @@
|
|
|
285919
285946
|
},
|
|
285920
285947
|
"columns": {
|
|
285921
285948
|
"defaultValue": null,
|
|
285922
|
-
"description": "A list of
|
|
285949
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
285923
285950
|
"name": "columns",
|
|
285924
285951
|
"parent": {
|
|
285925
285952
|
"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",
|
|
285926
|
-
"name": "
|
|
285953
|
+
"name": "RowProps"
|
|
285927
285954
|
},
|
|
285928
285955
|
"declarations": [
|
|
285929
285956
|
{
|
|
285930
285957
|
"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",
|
|
285931
|
-
"name": "
|
|
285958
|
+
"name": "RowProps"
|
|
285932
285959
|
}
|
|
285933
285960
|
],
|
|
285934
285961
|
"required": false,
|
|
@@ -285955,6 +285982,25 @@
|
|
|
285955
285982
|
"name": "ReactNode"
|
|
285956
285983
|
}
|
|
285957
285984
|
},
|
|
285985
|
+
"value": {
|
|
285986
|
+
"defaultValue": null,
|
|
285987
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
285988
|
+
"name": "value",
|
|
285989
|
+
"parent": {
|
|
285990
|
+
"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",
|
|
285991
|
+
"name": "MenuItemProps"
|
|
285992
|
+
},
|
|
285993
|
+
"declarations": [
|
|
285994
|
+
{
|
|
285995
|
+
"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",
|
|
285996
|
+
"name": "MenuItemProps"
|
|
285997
|
+
}
|
|
285998
|
+
],
|
|
285999
|
+
"required": false,
|
|
286000
|
+
"type": {
|
|
286001
|
+
"name": "object"
|
|
286002
|
+
}
|
|
286003
|
+
},
|
|
285958
286004
|
"dependencies": {
|
|
285959
286005
|
"defaultValue": null,
|
|
285960
286006
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -285974,6 +286020,82 @@
|
|
|
285974
286020
|
"name": "readonly any[]"
|
|
285975
286021
|
}
|
|
285976
286022
|
},
|
|
286023
|
+
"textValue": {
|
|
286024
|
+
"defaultValue": null,
|
|
286025
|
+
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
286026
|
+
"name": "textValue",
|
|
286027
|
+
"parent": {
|
|
286028
|
+
"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",
|
|
286029
|
+
"name": "ListBoxItemProps"
|
|
286030
|
+
},
|
|
286031
|
+
"declarations": [
|
|
286032
|
+
{
|
|
286033
|
+
"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",
|
|
286034
|
+
"name": "ListBoxItemProps"
|
|
286035
|
+
}
|
|
286036
|
+
],
|
|
286037
|
+
"required": false,
|
|
286038
|
+
"type": {
|
|
286039
|
+
"name": "string"
|
|
286040
|
+
}
|
|
286041
|
+
},
|
|
286042
|
+
"isDisabled": {
|
|
286043
|
+
"defaultValue": null,
|
|
286044
|
+
"description": "Whether the item is disabled.",
|
|
286045
|
+
"name": "isDisabled",
|
|
286046
|
+
"parent": {
|
|
286047
|
+
"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",
|
|
286048
|
+
"name": "ListBoxItemProps"
|
|
286049
|
+
},
|
|
286050
|
+
"declarations": [
|
|
286051
|
+
{
|
|
286052
|
+
"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",
|
|
286053
|
+
"name": "ListBoxItemProps"
|
|
286054
|
+
}
|
|
286055
|
+
],
|
|
286056
|
+
"required": false,
|
|
286057
|
+
"type": {
|
|
286058
|
+
"name": "boolean"
|
|
286059
|
+
}
|
|
286060
|
+
},
|
|
286061
|
+
"onAction": {
|
|
286062
|
+
"defaultValue": null,
|
|
286063
|
+
"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.",
|
|
286064
|
+
"name": "onAction",
|
|
286065
|
+
"parent": {
|
|
286066
|
+
"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",
|
|
286067
|
+
"name": "ListBoxItemProps"
|
|
286068
|
+
},
|
|
286069
|
+
"declarations": [
|
|
286070
|
+
{
|
|
286071
|
+
"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",
|
|
286072
|
+
"name": "ListBoxItemProps"
|
|
286073
|
+
}
|
|
286074
|
+
],
|
|
286075
|
+
"required": false,
|
|
286076
|
+
"type": {
|
|
286077
|
+
"name": "(() => void)"
|
|
286078
|
+
}
|
|
286079
|
+
},
|
|
286080
|
+
"id": {
|
|
286081
|
+
"defaultValue": null,
|
|
286082
|
+
"description": "The unique id of the item.",
|
|
286083
|
+
"name": "id",
|
|
286084
|
+
"parent": {
|
|
286085
|
+
"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",
|
|
286086
|
+
"name": "MenuItemProps"
|
|
286087
|
+
},
|
|
286088
|
+
"declarations": [
|
|
286089
|
+
{
|
|
286090
|
+
"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",
|
|
286091
|
+
"name": "MenuItemProps"
|
|
286092
|
+
}
|
|
286093
|
+
],
|
|
286094
|
+
"required": false,
|
|
286095
|
+
"type": {
|
|
286096
|
+
"name": "Key"
|
|
286097
|
+
}
|
|
286098
|
+
},
|
|
285977
286099
|
"style": {
|
|
285978
286100
|
"defaultValue": null,
|
|
285979
286101
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
@@ -285993,6 +286115,158 @@
|
|
|
285993
286115
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
285994
286116
|
}
|
|
285995
286117
|
},
|
|
286118
|
+
"href": {
|
|
286119
|
+
"defaultValue": null,
|
|
286120
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
286121
|
+
"name": "href",
|
|
286122
|
+
"parent": {
|
|
286123
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286124
|
+
"name": "LinkDOMProps"
|
|
286125
|
+
},
|
|
286126
|
+
"declarations": [
|
|
286127
|
+
{
|
|
286128
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286129
|
+
"name": "LinkDOMProps"
|
|
286130
|
+
}
|
|
286131
|
+
],
|
|
286132
|
+
"required": false,
|
|
286133
|
+
"type": {
|
|
286134
|
+
"name": "string"
|
|
286135
|
+
}
|
|
286136
|
+
},
|
|
286137
|
+
"hrefLang": {
|
|
286138
|
+
"defaultValue": null,
|
|
286139
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
286140
|
+
"name": "hrefLang",
|
|
286141
|
+
"parent": {
|
|
286142
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286143
|
+
"name": "LinkDOMProps"
|
|
286144
|
+
},
|
|
286145
|
+
"declarations": [
|
|
286146
|
+
{
|
|
286147
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286148
|
+
"name": "LinkDOMProps"
|
|
286149
|
+
}
|
|
286150
|
+
],
|
|
286151
|
+
"required": false,
|
|
286152
|
+
"type": {
|
|
286153
|
+
"name": "string"
|
|
286154
|
+
}
|
|
286155
|
+
},
|
|
286156
|
+
"target": {
|
|
286157
|
+
"defaultValue": null,
|
|
286158
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
286159
|
+
"name": "target",
|
|
286160
|
+
"parent": {
|
|
286161
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286162
|
+
"name": "LinkDOMProps"
|
|
286163
|
+
},
|
|
286164
|
+
"declarations": [
|
|
286165
|
+
{
|
|
286166
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286167
|
+
"name": "LinkDOMProps"
|
|
286168
|
+
}
|
|
286169
|
+
],
|
|
286170
|
+
"required": false,
|
|
286171
|
+
"type": {
|
|
286172
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
286173
|
+
}
|
|
286174
|
+
},
|
|
286175
|
+
"rel": {
|
|
286176
|
+
"defaultValue": null,
|
|
286177
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
286178
|
+
"name": "rel",
|
|
286179
|
+
"parent": {
|
|
286180
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286181
|
+
"name": "LinkDOMProps"
|
|
286182
|
+
},
|
|
286183
|
+
"declarations": [
|
|
286184
|
+
{
|
|
286185
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286186
|
+
"name": "LinkDOMProps"
|
|
286187
|
+
}
|
|
286188
|
+
],
|
|
286189
|
+
"required": false,
|
|
286190
|
+
"type": {
|
|
286191
|
+
"name": "string"
|
|
286192
|
+
}
|
|
286193
|
+
},
|
|
286194
|
+
"download": {
|
|
286195
|
+
"defaultValue": null,
|
|
286196
|
+
"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).",
|
|
286197
|
+
"name": "download",
|
|
286198
|
+
"parent": {
|
|
286199
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286200
|
+
"name": "LinkDOMProps"
|
|
286201
|
+
},
|
|
286202
|
+
"declarations": [
|
|
286203
|
+
{
|
|
286204
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286205
|
+
"name": "LinkDOMProps"
|
|
286206
|
+
}
|
|
286207
|
+
],
|
|
286208
|
+
"required": false,
|
|
286209
|
+
"type": {
|
|
286210
|
+
"name": "string | boolean"
|
|
286211
|
+
}
|
|
286212
|
+
},
|
|
286213
|
+
"ping": {
|
|
286214
|
+
"defaultValue": null,
|
|
286215
|
+
"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).",
|
|
286216
|
+
"name": "ping",
|
|
286217
|
+
"parent": {
|
|
286218
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286219
|
+
"name": "LinkDOMProps"
|
|
286220
|
+
},
|
|
286221
|
+
"declarations": [
|
|
286222
|
+
{
|
|
286223
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286224
|
+
"name": "LinkDOMProps"
|
|
286225
|
+
}
|
|
286226
|
+
],
|
|
286227
|
+
"required": false,
|
|
286228
|
+
"type": {
|
|
286229
|
+
"name": "string"
|
|
286230
|
+
}
|
|
286231
|
+
},
|
|
286232
|
+
"referrerPolicy": {
|
|
286233
|
+
"defaultValue": null,
|
|
286234
|
+
"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).",
|
|
286235
|
+
"name": "referrerPolicy",
|
|
286236
|
+
"parent": {
|
|
286237
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286238
|
+
"name": "LinkDOMProps"
|
|
286239
|
+
},
|
|
286240
|
+
"declarations": [
|
|
286241
|
+
{
|
|
286242
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286243
|
+
"name": "LinkDOMProps"
|
|
286244
|
+
}
|
|
286245
|
+
],
|
|
286246
|
+
"required": false,
|
|
286247
|
+
"type": {
|
|
286248
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
286249
|
+
}
|
|
286250
|
+
},
|
|
286251
|
+
"routerOptions": {
|
|
286252
|
+
"defaultValue": null,
|
|
286253
|
+
"description": "Options for the configured client side router.",
|
|
286254
|
+
"name": "routerOptions",
|
|
286255
|
+
"parent": {
|
|
286256
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286257
|
+
"name": "LinkDOMProps"
|
|
286258
|
+
},
|
|
286259
|
+
"declarations": [
|
|
286260
|
+
{
|
|
286261
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286262
|
+
"name": "LinkDOMProps"
|
|
286263
|
+
}
|
|
286264
|
+
],
|
|
286265
|
+
"required": false,
|
|
286266
|
+
"type": {
|
|
286267
|
+
"name": "undefined"
|
|
286268
|
+
}
|
|
286269
|
+
},
|
|
285996
286270
|
"onHoverStart": {
|
|
285997
286271
|
"defaultValue": null,
|
|
285998
286272
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -286050,6 +286324,120 @@
|
|
|
286050
286324
|
"name": "((isHovering: boolean) => void)"
|
|
286051
286325
|
}
|
|
286052
286326
|
},
|
|
286327
|
+
"onPress": {
|
|
286328
|
+
"defaultValue": null,
|
|
286329
|
+
"description": "Handler that is called when the press is released over the target.",
|
|
286330
|
+
"name": "onPress",
|
|
286331
|
+
"parent": {
|
|
286332
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286333
|
+
"name": "PressEvents"
|
|
286334
|
+
},
|
|
286335
|
+
"declarations": [
|
|
286336
|
+
{
|
|
286337
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286338
|
+
"name": "PressEvents"
|
|
286339
|
+
}
|
|
286340
|
+
],
|
|
286341
|
+
"required": false,
|
|
286342
|
+
"type": {
|
|
286343
|
+
"name": "((e: PressEvent) => void)"
|
|
286344
|
+
}
|
|
286345
|
+
},
|
|
286346
|
+
"onPressStart": {
|
|
286347
|
+
"defaultValue": null,
|
|
286348
|
+
"description": "Handler that is called when a press interaction starts.",
|
|
286349
|
+
"name": "onPressStart",
|
|
286350
|
+
"parent": {
|
|
286351
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286352
|
+
"name": "PressEvents"
|
|
286353
|
+
},
|
|
286354
|
+
"declarations": [
|
|
286355
|
+
{
|
|
286356
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286357
|
+
"name": "PressEvents"
|
|
286358
|
+
}
|
|
286359
|
+
],
|
|
286360
|
+
"required": false,
|
|
286361
|
+
"type": {
|
|
286362
|
+
"name": "((e: PressEvent) => void)"
|
|
286363
|
+
}
|
|
286364
|
+
},
|
|
286365
|
+
"onPressEnd": {
|
|
286366
|
+
"defaultValue": null,
|
|
286367
|
+
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
286368
|
+
"name": "onPressEnd",
|
|
286369
|
+
"parent": {
|
|
286370
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286371
|
+
"name": "PressEvents"
|
|
286372
|
+
},
|
|
286373
|
+
"declarations": [
|
|
286374
|
+
{
|
|
286375
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286376
|
+
"name": "PressEvents"
|
|
286377
|
+
}
|
|
286378
|
+
],
|
|
286379
|
+
"required": false,
|
|
286380
|
+
"type": {
|
|
286381
|
+
"name": "((e: PressEvent) => void)"
|
|
286382
|
+
}
|
|
286383
|
+
},
|
|
286384
|
+
"onPressChange": {
|
|
286385
|
+
"defaultValue": null,
|
|
286386
|
+
"description": "Handler that is called when the press state changes.",
|
|
286387
|
+
"name": "onPressChange",
|
|
286388
|
+
"parent": {
|
|
286389
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286390
|
+
"name": "PressEvents"
|
|
286391
|
+
},
|
|
286392
|
+
"declarations": [
|
|
286393
|
+
{
|
|
286394
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286395
|
+
"name": "PressEvents"
|
|
286396
|
+
}
|
|
286397
|
+
],
|
|
286398
|
+
"required": false,
|
|
286399
|
+
"type": {
|
|
286400
|
+
"name": "((isPressed: boolean) => void)"
|
|
286401
|
+
}
|
|
286402
|
+
},
|
|
286403
|
+
"onPressUp": {
|
|
286404
|
+
"defaultValue": null,
|
|
286405
|
+
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
286406
|
+
"name": "onPressUp",
|
|
286407
|
+
"parent": {
|
|
286408
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286409
|
+
"name": "PressEvents"
|
|
286410
|
+
},
|
|
286411
|
+
"declarations": [
|
|
286412
|
+
{
|
|
286413
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286414
|
+
"name": "PressEvents"
|
|
286415
|
+
}
|
|
286416
|
+
],
|
|
286417
|
+
"required": false,
|
|
286418
|
+
"type": {
|
|
286419
|
+
"name": "((e: PressEvent) => void)"
|
|
286420
|
+
}
|
|
286421
|
+
},
|
|
286422
|
+
"onClick": {
|
|
286423
|
+
"defaultValue": null,
|
|
286424
|
+
"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.",
|
|
286425
|
+
"name": "onClick",
|
|
286426
|
+
"parent": {
|
|
286427
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286428
|
+
"name": "PressEvents"
|
|
286429
|
+
},
|
|
286430
|
+
"declarations": [
|
|
286431
|
+
{
|
|
286432
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
286433
|
+
"name": "PressEvents"
|
|
286434
|
+
}
|
|
286435
|
+
],
|
|
286436
|
+
"required": false,
|
|
286437
|
+
"type": {
|
|
286438
|
+
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
286439
|
+
}
|
|
286440
|
+
},
|
|
286053
286441
|
"dir": {
|
|
286054
286442
|
"defaultValue": null,
|
|
286055
286443
|
"description": "",
|
|
@@ -286145,25 +286533,6 @@
|
|
|
286145
286533
|
"name": "\"yes\" | \"no\""
|
|
286146
286534
|
}
|
|
286147
286535
|
},
|
|
286148
|
-
"onClick": {
|
|
286149
|
-
"defaultValue": null,
|
|
286150
|
-
"description": "",
|
|
286151
|
-
"name": "onClick",
|
|
286152
|
-
"parent": {
|
|
286153
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286154
|
-
"name": "GlobalDOMEvents"
|
|
286155
|
-
},
|
|
286156
|
-
"declarations": [
|
|
286157
|
-
{
|
|
286158
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
286159
|
-
"name": "GlobalDOMEvents"
|
|
286160
|
-
}
|
|
286161
|
-
],
|
|
286162
|
-
"required": false,
|
|
286163
|
-
"type": {
|
|
286164
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
286165
|
-
}
|
|
286166
|
-
},
|
|
286167
286536
|
"onClickCapture": {
|
|
286168
286537
|
"defaultValue": null,
|
|
286169
286538
|
"description": "",
|
|
@@ -287360,6 +287729,21 @@
|
|
|
287360
287729
|
"type": {
|
|
287361
287730
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
287362
287731
|
}
|
|
287732
|
+
},
|
|
287733
|
+
"footer": {
|
|
287734
|
+
"defaultValue": null,
|
|
287735
|
+
"description": "@internal",
|
|
287736
|
+
"name": "footer",
|
|
287737
|
+
"declarations": [
|
|
287738
|
+
{
|
|
287739
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
287740
|
+
"name": "TypeLiteral"
|
|
287741
|
+
}
|
|
287742
|
+
],
|
|
287743
|
+
"required": false,
|
|
287744
|
+
"type": {
|
|
287745
|
+
"name": "boolean"
|
|
287746
|
+
}
|
|
287363
287747
|
}
|
|
287364
287748
|
}
|
|
287365
287749
|
},
|
|
@@ -287367,9 +287751,9 @@
|
|
|
287367
287751
|
"tags": {
|
|
287368
287752
|
"flr-generate": "all"
|
|
287369
287753
|
},
|
|
287370
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
287754
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
287371
287755
|
"description": "",
|
|
287372
|
-
"displayName": "
|
|
287756
|
+
"displayName": "TableHeader",
|
|
287373
287757
|
"methods": [],
|
|
287374
287758
|
"props": {
|
|
287375
287759
|
"className": {
|
|
@@ -287395,16 +287779,16 @@
|
|
|
287395
287779
|
},
|
|
287396
287780
|
"columns": {
|
|
287397
287781
|
"defaultValue": null,
|
|
287398
|
-
"description": "A list of
|
|
287782
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
287399
287783
|
"name": "columns",
|
|
287400
287784
|
"parent": {
|
|
287401
287785
|
"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",
|
|
287402
|
-
"name": "
|
|
287786
|
+
"name": "RowProps"
|
|
287403
287787
|
},
|
|
287404
287788
|
"declarations": [
|
|
287405
287789
|
{
|
|
287406
287790
|
"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",
|
|
287407
|
-
"name": "
|
|
287791
|
+
"name": "RowProps"
|
|
287408
287792
|
}
|
|
287409
287793
|
],
|
|
287410
287794
|
"required": false,
|
|
@@ -287431,25 +287815,6 @@
|
|
|
287431
287815
|
"name": "ReactNode"
|
|
287432
287816
|
}
|
|
287433
287817
|
},
|
|
287434
|
-
"value": {
|
|
287435
|
-
"defaultValue": null,
|
|
287436
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
|
|
287437
|
-
"name": "value",
|
|
287438
|
-
"parent": {
|
|
287439
|
-
"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",
|
|
287440
|
-
"name": "MenuItemProps"
|
|
287441
|
-
},
|
|
287442
|
-
"declarations": [
|
|
287443
|
-
{
|
|
287444
|
-
"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",
|
|
287445
|
-
"name": "MenuItemProps"
|
|
287446
|
-
}
|
|
287447
|
-
],
|
|
287448
|
-
"required": false,
|
|
287449
|
-
"type": {
|
|
287450
|
-
"name": "object"
|
|
287451
|
-
}
|
|
287452
|
-
},
|
|
287453
287818
|
"dependencies": {
|
|
287454
287819
|
"defaultValue": null,
|
|
287455
287820
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
@@ -287469,82 +287834,6 @@
|
|
|
287469
287834
|
"name": "readonly any[]"
|
|
287470
287835
|
}
|
|
287471
287836
|
},
|
|
287472
|
-
"textValue": {
|
|
287473
|
-
"defaultValue": null,
|
|
287474
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
287475
|
-
"name": "textValue",
|
|
287476
|
-
"parent": {
|
|
287477
|
-
"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",
|
|
287478
|
-
"name": "ListBoxItemProps"
|
|
287479
|
-
},
|
|
287480
|
-
"declarations": [
|
|
287481
|
-
{
|
|
287482
|
-
"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",
|
|
287483
|
-
"name": "ListBoxItemProps"
|
|
287484
|
-
}
|
|
287485
|
-
],
|
|
287486
|
-
"required": false,
|
|
287487
|
-
"type": {
|
|
287488
|
-
"name": "string"
|
|
287489
|
-
}
|
|
287490
|
-
},
|
|
287491
|
-
"isDisabled": {
|
|
287492
|
-
"defaultValue": null,
|
|
287493
|
-
"description": "Whether the item is disabled.",
|
|
287494
|
-
"name": "isDisabled",
|
|
287495
|
-
"parent": {
|
|
287496
|
-
"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",
|
|
287497
|
-
"name": "ListBoxItemProps"
|
|
287498
|
-
},
|
|
287499
|
-
"declarations": [
|
|
287500
|
-
{
|
|
287501
|
-
"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",
|
|
287502
|
-
"name": "ListBoxItemProps"
|
|
287503
|
-
}
|
|
287504
|
-
],
|
|
287505
|
-
"required": false,
|
|
287506
|
-
"type": {
|
|
287507
|
-
"name": "boolean"
|
|
287508
|
-
}
|
|
287509
|
-
},
|
|
287510
|
-
"onAction": {
|
|
287511
|
-
"defaultValue": null,
|
|
287512
|
-
"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.",
|
|
287513
|
-
"name": "onAction",
|
|
287514
|
-
"parent": {
|
|
287515
|
-
"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",
|
|
287516
|
-
"name": "ListBoxItemProps"
|
|
287517
|
-
},
|
|
287518
|
-
"declarations": [
|
|
287519
|
-
{
|
|
287520
|
-
"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",
|
|
287521
|
-
"name": "ListBoxItemProps"
|
|
287522
|
-
}
|
|
287523
|
-
],
|
|
287524
|
-
"required": false,
|
|
287525
|
-
"type": {
|
|
287526
|
-
"name": "(() => void)"
|
|
287527
|
-
}
|
|
287528
|
-
},
|
|
287529
|
-
"id": {
|
|
287530
|
-
"defaultValue": null,
|
|
287531
|
-
"description": "The unique id of the item.",
|
|
287532
|
-
"name": "id",
|
|
287533
|
-
"parent": {
|
|
287534
|
-
"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",
|
|
287535
|
-
"name": "MenuItemProps"
|
|
287536
|
-
},
|
|
287537
|
-
"declarations": [
|
|
287538
|
-
{
|
|
287539
|
-
"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",
|
|
287540
|
-
"name": "MenuItemProps"
|
|
287541
|
-
}
|
|
287542
|
-
],
|
|
287543
|
-
"required": false,
|
|
287544
|
-
"type": {
|
|
287545
|
-
"name": "Key"
|
|
287546
|
-
}
|
|
287547
|
-
},
|
|
287548
287837
|
"style": {
|
|
287549
287838
|
"defaultValue": null,
|
|
287550
287839
|
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
@@ -287564,158 +287853,6 @@
|
|
|
287564
287853
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
287565
287854
|
}
|
|
287566
287855
|
},
|
|
287567
|
-
"href": {
|
|
287568
|
-
"defaultValue": null,
|
|
287569
|
-
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
287570
|
-
"name": "href",
|
|
287571
|
-
"parent": {
|
|
287572
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287573
|
-
"name": "LinkDOMProps"
|
|
287574
|
-
},
|
|
287575
|
-
"declarations": [
|
|
287576
|
-
{
|
|
287577
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287578
|
-
"name": "LinkDOMProps"
|
|
287579
|
-
}
|
|
287580
|
-
],
|
|
287581
|
-
"required": false,
|
|
287582
|
-
"type": {
|
|
287583
|
-
"name": "string"
|
|
287584
|
-
}
|
|
287585
|
-
},
|
|
287586
|
-
"hrefLang": {
|
|
287587
|
-
"defaultValue": null,
|
|
287588
|
-
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
287589
|
-
"name": "hrefLang",
|
|
287590
|
-
"parent": {
|
|
287591
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287592
|
-
"name": "LinkDOMProps"
|
|
287593
|
-
},
|
|
287594
|
-
"declarations": [
|
|
287595
|
-
{
|
|
287596
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287597
|
-
"name": "LinkDOMProps"
|
|
287598
|
-
}
|
|
287599
|
-
],
|
|
287600
|
-
"required": false,
|
|
287601
|
-
"type": {
|
|
287602
|
-
"name": "string"
|
|
287603
|
-
}
|
|
287604
|
-
},
|
|
287605
|
-
"target": {
|
|
287606
|
-
"defaultValue": null,
|
|
287607
|
-
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
287608
|
-
"name": "target",
|
|
287609
|
-
"parent": {
|
|
287610
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287611
|
-
"name": "LinkDOMProps"
|
|
287612
|
-
},
|
|
287613
|
-
"declarations": [
|
|
287614
|
-
{
|
|
287615
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287616
|
-
"name": "LinkDOMProps"
|
|
287617
|
-
}
|
|
287618
|
-
],
|
|
287619
|
-
"required": false,
|
|
287620
|
-
"type": {
|
|
287621
|
-
"name": "HTMLAttributeAnchorTarget"
|
|
287622
|
-
}
|
|
287623
|
-
},
|
|
287624
|
-
"rel": {
|
|
287625
|
-
"defaultValue": null,
|
|
287626
|
-
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
287627
|
-
"name": "rel",
|
|
287628
|
-
"parent": {
|
|
287629
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287630
|
-
"name": "LinkDOMProps"
|
|
287631
|
-
},
|
|
287632
|
-
"declarations": [
|
|
287633
|
-
{
|
|
287634
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287635
|
-
"name": "LinkDOMProps"
|
|
287636
|
-
}
|
|
287637
|
-
],
|
|
287638
|
-
"required": false,
|
|
287639
|
-
"type": {
|
|
287640
|
-
"name": "string"
|
|
287641
|
-
}
|
|
287642
|
-
},
|
|
287643
|
-
"download": {
|
|
287644
|
-
"defaultValue": null,
|
|
287645
|
-
"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).",
|
|
287646
|
-
"name": "download",
|
|
287647
|
-
"parent": {
|
|
287648
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287649
|
-
"name": "LinkDOMProps"
|
|
287650
|
-
},
|
|
287651
|
-
"declarations": [
|
|
287652
|
-
{
|
|
287653
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287654
|
-
"name": "LinkDOMProps"
|
|
287655
|
-
}
|
|
287656
|
-
],
|
|
287657
|
-
"required": false,
|
|
287658
|
-
"type": {
|
|
287659
|
-
"name": "string | boolean"
|
|
287660
|
-
}
|
|
287661
|
-
},
|
|
287662
|
-
"ping": {
|
|
287663
|
-
"defaultValue": null,
|
|
287664
|
-
"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).",
|
|
287665
|
-
"name": "ping",
|
|
287666
|
-
"parent": {
|
|
287667
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287668
|
-
"name": "LinkDOMProps"
|
|
287669
|
-
},
|
|
287670
|
-
"declarations": [
|
|
287671
|
-
{
|
|
287672
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287673
|
-
"name": "LinkDOMProps"
|
|
287674
|
-
}
|
|
287675
|
-
],
|
|
287676
|
-
"required": false,
|
|
287677
|
-
"type": {
|
|
287678
|
-
"name": "string"
|
|
287679
|
-
}
|
|
287680
|
-
},
|
|
287681
|
-
"referrerPolicy": {
|
|
287682
|
-
"defaultValue": null,
|
|
287683
|
-
"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).",
|
|
287684
|
-
"name": "referrerPolicy",
|
|
287685
|
-
"parent": {
|
|
287686
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287687
|
-
"name": "LinkDOMProps"
|
|
287688
|
-
},
|
|
287689
|
-
"declarations": [
|
|
287690
|
-
{
|
|
287691
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287692
|
-
"name": "LinkDOMProps"
|
|
287693
|
-
}
|
|
287694
|
-
],
|
|
287695
|
-
"required": false,
|
|
287696
|
-
"type": {
|
|
287697
|
-
"name": "HTMLAttributeReferrerPolicy"
|
|
287698
|
-
}
|
|
287699
|
-
},
|
|
287700
|
-
"routerOptions": {
|
|
287701
|
-
"defaultValue": null,
|
|
287702
|
-
"description": "Options for the configured client side router.",
|
|
287703
|
-
"name": "routerOptions",
|
|
287704
|
-
"parent": {
|
|
287705
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287706
|
-
"name": "LinkDOMProps"
|
|
287707
|
-
},
|
|
287708
|
-
"declarations": [
|
|
287709
|
-
{
|
|
287710
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
287711
|
-
"name": "LinkDOMProps"
|
|
287712
|
-
}
|
|
287713
|
-
],
|
|
287714
|
-
"required": false,
|
|
287715
|
-
"type": {
|
|
287716
|
-
"name": "undefined"
|
|
287717
|
-
}
|
|
287718
|
-
},
|
|
287719
287856
|
"onHoverStart": {
|
|
287720
287857
|
"defaultValue": null,
|
|
287721
287858
|
"description": "Handler that is called when a hover interaction starts.",
|
|
@@ -287773,120 +287910,6 @@
|
|
|
287773
287910
|
"name": "((isHovering: boolean) => void)"
|
|
287774
287911
|
}
|
|
287775
287912
|
},
|
|
287776
|
-
"onPress": {
|
|
287777
|
-
"defaultValue": null,
|
|
287778
|
-
"description": "Handler that is called when the press is released over the target.",
|
|
287779
|
-
"name": "onPress",
|
|
287780
|
-
"parent": {
|
|
287781
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287782
|
-
"name": "PressEvents"
|
|
287783
|
-
},
|
|
287784
|
-
"declarations": [
|
|
287785
|
-
{
|
|
287786
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287787
|
-
"name": "PressEvents"
|
|
287788
|
-
}
|
|
287789
|
-
],
|
|
287790
|
-
"required": false,
|
|
287791
|
-
"type": {
|
|
287792
|
-
"name": "((e: PressEvent) => void)"
|
|
287793
|
-
}
|
|
287794
|
-
},
|
|
287795
|
-
"onPressStart": {
|
|
287796
|
-
"defaultValue": null,
|
|
287797
|
-
"description": "Handler that is called when a press interaction starts.",
|
|
287798
|
-
"name": "onPressStart",
|
|
287799
|
-
"parent": {
|
|
287800
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287801
|
-
"name": "PressEvents"
|
|
287802
|
-
},
|
|
287803
|
-
"declarations": [
|
|
287804
|
-
{
|
|
287805
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287806
|
-
"name": "PressEvents"
|
|
287807
|
-
}
|
|
287808
|
-
],
|
|
287809
|
-
"required": false,
|
|
287810
|
-
"type": {
|
|
287811
|
-
"name": "((e: PressEvent) => void)"
|
|
287812
|
-
}
|
|
287813
|
-
},
|
|
287814
|
-
"onPressEnd": {
|
|
287815
|
-
"defaultValue": null,
|
|
287816
|
-
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
287817
|
-
"name": "onPressEnd",
|
|
287818
|
-
"parent": {
|
|
287819
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287820
|
-
"name": "PressEvents"
|
|
287821
|
-
},
|
|
287822
|
-
"declarations": [
|
|
287823
|
-
{
|
|
287824
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287825
|
-
"name": "PressEvents"
|
|
287826
|
-
}
|
|
287827
|
-
],
|
|
287828
|
-
"required": false,
|
|
287829
|
-
"type": {
|
|
287830
|
-
"name": "((e: PressEvent) => void)"
|
|
287831
|
-
}
|
|
287832
|
-
},
|
|
287833
|
-
"onPressChange": {
|
|
287834
|
-
"defaultValue": null,
|
|
287835
|
-
"description": "Handler that is called when the press state changes.",
|
|
287836
|
-
"name": "onPressChange",
|
|
287837
|
-
"parent": {
|
|
287838
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287839
|
-
"name": "PressEvents"
|
|
287840
|
-
},
|
|
287841
|
-
"declarations": [
|
|
287842
|
-
{
|
|
287843
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287844
|
-
"name": "PressEvents"
|
|
287845
|
-
}
|
|
287846
|
-
],
|
|
287847
|
-
"required": false,
|
|
287848
|
-
"type": {
|
|
287849
|
-
"name": "((isPressed: boolean) => void)"
|
|
287850
|
-
}
|
|
287851
|
-
},
|
|
287852
|
-
"onPressUp": {
|
|
287853
|
-
"defaultValue": null,
|
|
287854
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
287855
|
-
"name": "onPressUp",
|
|
287856
|
-
"parent": {
|
|
287857
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287858
|
-
"name": "PressEvents"
|
|
287859
|
-
},
|
|
287860
|
-
"declarations": [
|
|
287861
|
-
{
|
|
287862
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287863
|
-
"name": "PressEvents"
|
|
287864
|
-
}
|
|
287865
|
-
],
|
|
287866
|
-
"required": false,
|
|
287867
|
-
"type": {
|
|
287868
|
-
"name": "((e: PressEvent) => void)"
|
|
287869
|
-
}
|
|
287870
|
-
},
|
|
287871
|
-
"onClick": {
|
|
287872
|
-
"defaultValue": null,
|
|
287873
|
-
"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.",
|
|
287874
|
-
"name": "onClick",
|
|
287875
|
-
"parent": {
|
|
287876
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287877
|
-
"name": "PressEvents"
|
|
287878
|
-
},
|
|
287879
|
-
"declarations": [
|
|
287880
|
-
{
|
|
287881
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
287882
|
-
"name": "PressEvents"
|
|
287883
|
-
}
|
|
287884
|
-
],
|
|
287885
|
-
"required": false,
|
|
287886
|
-
"type": {
|
|
287887
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
287888
|
-
}
|
|
287889
|
-
},
|
|
287890
287913
|
"dir": {
|
|
287891
287914
|
"defaultValue": null,
|
|
287892
287915
|
"description": "",
|
|
@@ -287982,6 +288005,25 @@
|
|
|
287982
288005
|
"name": "\"yes\" | \"no\""
|
|
287983
288006
|
}
|
|
287984
288007
|
},
|
|
288008
|
+
"onClick": {
|
|
288009
|
+
"defaultValue": null,
|
|
288010
|
+
"description": "",
|
|
288011
|
+
"name": "onClick",
|
|
288012
|
+
"parent": {
|
|
288013
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288014
|
+
"name": "GlobalDOMEvents"
|
|
288015
|
+
},
|
|
288016
|
+
"declarations": [
|
|
288017
|
+
{
|
|
288018
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
288019
|
+
"name": "GlobalDOMEvents"
|
|
288020
|
+
}
|
|
288021
|
+
],
|
|
288022
|
+
"required": false,
|
|
288023
|
+
"type": {
|
|
288024
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
288025
|
+
}
|
|
288026
|
+
},
|
|
287985
288027
|
"onClickCapture": {
|
|
287986
288028
|
"defaultValue": null,
|
|
287987
288029
|
"description": "",
|
|
@@ -289178,21 +289220,6 @@
|
|
|
289178
289220
|
"type": {
|
|
289179
289221
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
289180
289222
|
}
|
|
289181
|
-
},
|
|
289182
|
-
"footer": {
|
|
289183
|
-
"defaultValue": null,
|
|
289184
|
-
"description": "@internal",
|
|
289185
|
-
"name": "footer",
|
|
289186
|
-
"declarations": [
|
|
289187
|
-
{
|
|
289188
|
-
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
289189
|
-
"name": "TypeLiteral"
|
|
289190
|
-
}
|
|
289191
|
-
],
|
|
289192
|
-
"required": false,
|
|
289193
|
-
"type": {
|
|
289194
|
-
"name": "boolean"
|
|
289195
|
-
}
|
|
289196
289223
|
}
|
|
289197
289224
|
}
|
|
289198
289225
|
},
|
|
@@ -289200,120 +289227,122 @@
|
|
|
289200
289227
|
"tags": {
|
|
289201
289228
|
"flr-generate": "all"
|
|
289202
289229
|
},
|
|
289203
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
289230
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
289204
289231
|
"description": "",
|
|
289205
|
-
"displayName": "
|
|
289232
|
+
"displayName": "TableColumn",
|
|
289206
289233
|
"methods": [],
|
|
289207
289234
|
"props": {
|
|
289208
|
-
"
|
|
289235
|
+
"horizontalAlign": {
|
|
289209
289236
|
"defaultValue": {
|
|
289210
|
-
"value": "
|
|
289237
|
+
"value": "\"start\""
|
|
289211
289238
|
},
|
|
289212
|
-
"description": "
|
|
289213
|
-
"name": "
|
|
289239
|
+
"description": "Horizontal alignment of the cell content",
|
|
289240
|
+
"name": "horizontalAlign",
|
|
289214
289241
|
"parent": {
|
|
289215
|
-
"fileName": "
|
|
289216
|
-
"name": "
|
|
289242
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
289243
|
+
"name": "TableColumnProps"
|
|
289217
289244
|
},
|
|
289218
289245
|
"declarations": [
|
|
289219
289246
|
{
|
|
289220
|
-
"fileName": "
|
|
289221
|
-
"name": "
|
|
289247
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
289248
|
+
"name": "TableColumnProps"
|
|
289222
289249
|
}
|
|
289223
289250
|
],
|
|
289224
289251
|
"required": false,
|
|
289225
289252
|
"type": {
|
|
289226
|
-
"name": "
|
|
289253
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
289227
289254
|
}
|
|
289228
289255
|
},
|
|
289229
|
-
"
|
|
289256
|
+
"width": {
|
|
289230
289257
|
"defaultValue": null,
|
|
289231
|
-
"description": "
|
|
289232
|
-
"name": "
|
|
289258
|
+
"description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
289259
|
+
"name": "width",
|
|
289233
289260
|
"parent": {
|
|
289234
289261
|
"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",
|
|
289235
|
-
"name": "
|
|
289262
|
+
"name": "ColumnProps"
|
|
289236
289263
|
},
|
|
289237
289264
|
"declarations": [
|
|
289238
289265
|
{
|
|
289239
289266
|
"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",
|
|
289240
|
-
"name": "
|
|
289267
|
+
"name": "ColumnProps"
|
|
289241
289268
|
}
|
|
289242
289269
|
],
|
|
289243
289270
|
"required": false,
|
|
289244
289271
|
"type": {
|
|
289245
|
-
"name": "
|
|
289272
|
+
"name": "ColumnSize | null"
|
|
289246
289273
|
}
|
|
289247
289274
|
},
|
|
289248
|
-
"
|
|
289249
|
-
"defaultValue":
|
|
289250
|
-
|
|
289251
|
-
|
|
289275
|
+
"className": {
|
|
289276
|
+
"defaultValue": {
|
|
289277
|
+
"value": "'react-aria-Tooltip'"
|
|
289278
|
+
},
|
|
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",
|
|
289252
289281
|
"parent": {
|
|
289253
289282
|
"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",
|
|
289254
|
-
"name": "
|
|
289283
|
+
"name": "TooltipProps"
|
|
289255
289284
|
},
|
|
289256
289285
|
"declarations": [
|
|
289257
289286
|
{
|
|
289258
289287
|
"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",
|
|
289259
|
-
"name": "
|
|
289288
|
+
"name": "TooltipProps"
|
|
289260
289289
|
}
|
|
289261
289290
|
],
|
|
289262
289291
|
"required": false,
|
|
289263
289292
|
"type": {
|
|
289264
|
-
"name": "
|
|
289293
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
289265
289294
|
}
|
|
289266
289295
|
},
|
|
289267
|
-
"
|
|
289296
|
+
"style": {
|
|
289268
289297
|
"defaultValue": null,
|
|
289269
|
-
"description": "The
|
|
289270
|
-
"name": "
|
|
289298
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
289299
|
+
"name": "style",
|
|
289271
289300
|
"parent": {
|
|
289272
289301
|
"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",
|
|
289273
|
-
"name": "
|
|
289302
|
+
"name": "StyleRenderProps"
|
|
289274
289303
|
},
|
|
289275
289304
|
"declarations": [
|
|
289276
289305
|
{
|
|
289277
289306
|
"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",
|
|
289278
|
-
"name": "
|
|
289307
|
+
"name": "StyleRenderProps"
|
|
289279
289308
|
}
|
|
289280
289309
|
],
|
|
289281
289310
|
"required": false,
|
|
289282
289311
|
"type": {
|
|
289283
|
-
"name": "
|
|
289312
|
+
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
289284
289313
|
}
|
|
289285
289314
|
},
|
|
289286
|
-
"
|
|
289315
|
+
"dir": {
|
|
289287
289316
|
"defaultValue": null,
|
|
289288
|
-
"description": "
|
|
289289
|
-
"name": "
|
|
289317
|
+
"description": "",
|
|
289318
|
+
"name": "dir",
|
|
289290
289319
|
"parent": {
|
|
289291
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289292
|
-
"name": "
|
|
289320
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289321
|
+
"name": "GlobalDOMAttributes"
|
|
289293
289322
|
},
|
|
289294
289323
|
"declarations": [
|
|
289295
289324
|
{
|
|
289296
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289297
|
-
"name": "
|
|
289325
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289326
|
+
"name": "GlobalDOMAttributes"
|
|
289298
289327
|
}
|
|
289299
289328
|
],
|
|
289300
289329
|
"required": false,
|
|
289301
289330
|
"type": {
|
|
289302
|
-
"name": "
|
|
289331
|
+
"name": "string"
|
|
289303
289332
|
}
|
|
289304
289333
|
},
|
|
289305
|
-
"
|
|
289334
|
+
"lang": {
|
|
289306
289335
|
"defaultValue": null,
|
|
289307
|
-
"description": "
|
|
289308
|
-
"name": "
|
|
289336
|
+
"description": "",
|
|
289337
|
+
"name": "lang",
|
|
289309
289338
|
"parent": {
|
|
289310
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289311
|
-
"name": "
|
|
289339
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289340
|
+
"name": "GlobalDOMAttributes"
|
|
289312
289341
|
},
|
|
289313
289342
|
"declarations": [
|
|
289314
289343
|
{
|
|
289315
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289316
|
-
"name": "
|
|
289344
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289345
|
+
"name": "GlobalDOMAttributes"
|
|
289317
289346
|
}
|
|
289318
289347
|
],
|
|
289319
289348
|
"required": false,
|
|
@@ -289321,18 +289350,18 @@
|
|
|
289321
289350
|
"name": "string"
|
|
289322
289351
|
}
|
|
289323
289352
|
},
|
|
289324
|
-
"
|
|
289353
|
+
"hidden": {
|
|
289325
289354
|
"defaultValue": null,
|
|
289326
|
-
"description": "
|
|
289327
|
-
"name": "
|
|
289355
|
+
"description": "",
|
|
289356
|
+
"name": "hidden",
|
|
289328
289357
|
"parent": {
|
|
289329
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289330
|
-
"name": "
|
|
289358
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289359
|
+
"name": "GlobalDOMAttributes"
|
|
289331
289360
|
},
|
|
289332
289361
|
"declarations": [
|
|
289333
289362
|
{
|
|
289334
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289335
|
-
"name": "
|
|
289363
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289364
|
+
"name": "GlobalDOMAttributes"
|
|
289336
289365
|
}
|
|
289337
289366
|
],
|
|
289338
289367
|
"required": false,
|
|
@@ -289340,767 +289369,349 @@
|
|
|
289340
289369
|
"name": "boolean"
|
|
289341
289370
|
}
|
|
289342
289371
|
},
|
|
289343
|
-
"
|
|
289372
|
+
"inert": {
|
|
289344
289373
|
"defaultValue": null,
|
|
289345
|
-
"description": "
|
|
289346
|
-
"name": "
|
|
289374
|
+
"description": "",
|
|
289375
|
+
"name": "inert",
|
|
289347
289376
|
"parent": {
|
|
289348
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289349
|
-
"name": "
|
|
289377
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289378
|
+
"name": "GlobalDOMAttributes"
|
|
289350
289379
|
},
|
|
289351
289380
|
"declarations": [
|
|
289352
289381
|
{
|
|
289353
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289354
|
-
"name": "
|
|
289382
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289383
|
+
"name": "GlobalDOMAttributes"
|
|
289355
289384
|
}
|
|
289356
289385
|
],
|
|
289357
289386
|
"required": false,
|
|
289358
289387
|
"type": {
|
|
289359
|
-
"name": "
|
|
289388
|
+
"name": "boolean"
|
|
289360
289389
|
}
|
|
289361
289390
|
},
|
|
289362
|
-
"
|
|
289391
|
+
"translate": {
|
|
289363
289392
|
"defaultValue": null,
|
|
289364
|
-
"description": "
|
|
289365
|
-
"name": "
|
|
289393
|
+
"description": "",
|
|
289394
|
+
"name": "translate",
|
|
289366
289395
|
"parent": {
|
|
289367
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289368
|
-
"name": "
|
|
289396
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289397
|
+
"name": "GlobalDOMAttributes"
|
|
289369
289398
|
},
|
|
289370
289399
|
"declarations": [
|
|
289371
289400
|
{
|
|
289372
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289373
|
-
"name": "
|
|
289401
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289402
|
+
"name": "GlobalDOMAttributes"
|
|
289374
289403
|
}
|
|
289375
289404
|
],
|
|
289376
289405
|
"required": false,
|
|
289377
289406
|
"type": {
|
|
289378
|
-
"name": "
|
|
289407
|
+
"name": "\"yes\" | \"no\""
|
|
289379
289408
|
}
|
|
289380
289409
|
},
|
|
289381
|
-
"
|
|
289410
|
+
"onClick": {
|
|
289382
289411
|
"defaultValue": null,
|
|
289383
|
-
"description": "
|
|
289384
|
-
"name": "
|
|
289412
|
+
"description": "",
|
|
289413
|
+
"name": "onClick",
|
|
289385
289414
|
"parent": {
|
|
289386
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289387
|
-
"name": "
|
|
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"
|
|
289388
289417
|
},
|
|
289389
289418
|
"declarations": [
|
|
289390
289419
|
{
|
|
289391
|
-
"fileName": "flow/node_modules/.pnpm
|
|
289392
|
-
"name": "
|
|
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"
|
|
289393
289422
|
}
|
|
289394
289423
|
],
|
|
289395
289424
|
"required": false,
|
|
289396
289425
|
"type": {
|
|
289397
|
-
"name": "
|
|
289426
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289398
289427
|
}
|
|
289399
289428
|
},
|
|
289400
|
-
"
|
|
289429
|
+
"onClickCapture": {
|
|
289401
289430
|
"defaultValue": null,
|
|
289402
|
-
"description": "
|
|
289403
|
-
"name": "
|
|
289431
|
+
"description": "",
|
|
289432
|
+
"name": "onClickCapture",
|
|
289404
289433
|
"parent": {
|
|
289405
289434
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289406
|
-
"name": "
|
|
289435
|
+
"name": "GlobalDOMEvents"
|
|
289407
289436
|
},
|
|
289408
289437
|
"declarations": [
|
|
289409
289438
|
{
|
|
289410
289439
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289411
|
-
"name": "
|
|
289440
|
+
"name": "GlobalDOMEvents"
|
|
289412
289441
|
}
|
|
289413
289442
|
],
|
|
289414
289443
|
"required": false,
|
|
289415
289444
|
"type": {
|
|
289416
|
-
"name": "
|
|
289445
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289417
289446
|
}
|
|
289418
289447
|
},
|
|
289419
|
-
"
|
|
289448
|
+
"onAuxClick": {
|
|
289420
289449
|
"defaultValue": null,
|
|
289421
|
-
"description": "
|
|
289422
|
-
"name": "
|
|
289450
|
+
"description": "",
|
|
289451
|
+
"name": "onAuxClick",
|
|
289423
289452
|
"parent": {
|
|
289424
289453
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289425
|
-
"name": "
|
|
289454
|
+
"name": "GlobalDOMEvents"
|
|
289426
289455
|
},
|
|
289427
289456
|
"declarations": [
|
|
289428
289457
|
{
|
|
289429
289458
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289430
|
-
"name": "
|
|
289459
|
+
"name": "GlobalDOMEvents"
|
|
289431
289460
|
}
|
|
289432
289461
|
],
|
|
289433
289462
|
"required": false,
|
|
289434
289463
|
"type": {
|
|
289435
|
-
"name": "
|
|
289464
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289436
289465
|
}
|
|
289437
289466
|
},
|
|
289438
|
-
"
|
|
289467
|
+
"onAuxClickCapture": {
|
|
289439
289468
|
"defaultValue": null,
|
|
289440
|
-
"description": "
|
|
289441
|
-
"name": "
|
|
289469
|
+
"description": "",
|
|
289470
|
+
"name": "onAuxClickCapture",
|
|
289442
289471
|
"parent": {
|
|
289443
289472
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289444
|
-
"name": "
|
|
289473
|
+
"name": "GlobalDOMEvents"
|
|
289445
289474
|
},
|
|
289446
289475
|
"declarations": [
|
|
289447
289476
|
{
|
|
289448
289477
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289449
|
-
"name": "
|
|
289478
|
+
"name": "GlobalDOMEvents"
|
|
289450
289479
|
}
|
|
289451
289480
|
],
|
|
289452
289481
|
"required": false,
|
|
289453
289482
|
"type": {
|
|
289454
|
-
"name": "
|
|
289483
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289455
289484
|
}
|
|
289456
289485
|
},
|
|
289457
|
-
"
|
|
289486
|
+
"onContextMenu": {
|
|
289458
289487
|
"defaultValue": null,
|
|
289459
|
-
"description": "
|
|
289460
|
-
"name": "
|
|
289488
|
+
"description": "",
|
|
289489
|
+
"name": "onContextMenu",
|
|
289461
289490
|
"parent": {
|
|
289462
289491
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289463
|
-
"name": "
|
|
289492
|
+
"name": "GlobalDOMEvents"
|
|
289464
289493
|
},
|
|
289465
289494
|
"declarations": [
|
|
289466
289495
|
{
|
|
289467
289496
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289468
|
-
"name": "
|
|
289497
|
+
"name": "GlobalDOMEvents"
|
|
289469
289498
|
}
|
|
289470
289499
|
],
|
|
289471
289500
|
"required": false,
|
|
289472
289501
|
"type": {
|
|
289473
|
-
"name": "
|
|
289502
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289474
289503
|
}
|
|
289475
289504
|
},
|
|
289476
|
-
"
|
|
289505
|
+
"onContextMenuCapture": {
|
|
289477
289506
|
"defaultValue": null,
|
|
289478
|
-
"description": "
|
|
289479
|
-
"name": "
|
|
289507
|
+
"description": "",
|
|
289508
|
+
"name": "onContextMenuCapture",
|
|
289480
289509
|
"parent": {
|
|
289481
289510
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289482
|
-
"name": "
|
|
289511
|
+
"name": "GlobalDOMEvents"
|
|
289483
289512
|
},
|
|
289484
289513
|
"declarations": [
|
|
289485
289514
|
{
|
|
289486
289515
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289487
|
-
"name": "
|
|
289516
|
+
"name": "GlobalDOMEvents"
|
|
289488
289517
|
}
|
|
289489
289518
|
],
|
|
289490
289519
|
"required": false,
|
|
289491
289520
|
"type": {
|
|
289492
|
-
"name": "
|
|
289521
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289493
289522
|
}
|
|
289494
289523
|
},
|
|
289495
|
-
"
|
|
289524
|
+
"onDoubleClick": {
|
|
289496
289525
|
"defaultValue": null,
|
|
289497
|
-
"description": "
|
|
289498
|
-
"name": "
|
|
289526
|
+
"description": "",
|
|
289527
|
+
"name": "onDoubleClick",
|
|
289499
289528
|
"parent": {
|
|
289500
289529
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289501
|
-
"name": "
|
|
289530
|
+
"name": "GlobalDOMEvents"
|
|
289502
289531
|
},
|
|
289503
289532
|
"declarations": [
|
|
289504
289533
|
{
|
|
289505
289534
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289506
|
-
"name": "
|
|
289535
|
+
"name": "GlobalDOMEvents"
|
|
289507
289536
|
}
|
|
289508
289537
|
],
|
|
289509
289538
|
"required": false,
|
|
289510
289539
|
"type": {
|
|
289511
|
-
"name": "
|
|
289540
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289512
289541
|
}
|
|
289513
289542
|
},
|
|
289514
|
-
"
|
|
289543
|
+
"onDoubleClickCapture": {
|
|
289515
289544
|
"defaultValue": null,
|
|
289516
|
-
"description": "
|
|
289517
|
-
"name": "
|
|
289545
|
+
"description": "",
|
|
289546
|
+
"name": "onDoubleClickCapture",
|
|
289518
289547
|
"parent": {
|
|
289519
289548
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289520
|
-
"name": "
|
|
289549
|
+
"name": "GlobalDOMEvents"
|
|
289521
289550
|
},
|
|
289522
289551
|
"declarations": [
|
|
289523
289552
|
{
|
|
289524
289553
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289525
|
-
"name": "
|
|
289554
|
+
"name": "GlobalDOMEvents"
|
|
289526
289555
|
}
|
|
289527
289556
|
],
|
|
289528
289557
|
"required": false,
|
|
289529
289558
|
"type": {
|
|
289530
|
-
"name": "
|
|
289559
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289531
289560
|
}
|
|
289532
289561
|
},
|
|
289533
|
-
"
|
|
289562
|
+
"onMouseDown": {
|
|
289534
289563
|
"defaultValue": null,
|
|
289535
|
-
"description": "
|
|
289536
|
-
"name": "
|
|
289564
|
+
"description": "",
|
|
289565
|
+
"name": "onMouseDown",
|
|
289537
289566
|
"parent": {
|
|
289538
289567
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289539
|
-
"name": "
|
|
289568
|
+
"name": "GlobalDOMEvents"
|
|
289540
289569
|
},
|
|
289541
289570
|
"declarations": [
|
|
289542
289571
|
{
|
|
289543
289572
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289544
|
-
"name": "
|
|
289573
|
+
"name": "GlobalDOMEvents"
|
|
289545
289574
|
}
|
|
289546
289575
|
],
|
|
289547
289576
|
"required": false,
|
|
289548
289577
|
"type": {
|
|
289549
|
-
"name": "
|
|
289578
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289550
289579
|
}
|
|
289551
289580
|
},
|
|
289552
|
-
"
|
|
289581
|
+
"onMouseDownCapture": {
|
|
289553
289582
|
"defaultValue": null,
|
|
289554
|
-
"description": "
|
|
289555
|
-
"name": "
|
|
289583
|
+
"description": "",
|
|
289584
|
+
"name": "onMouseDownCapture",
|
|
289556
289585
|
"parent": {
|
|
289557
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289558
|
-
"name": "
|
|
289586
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289587
|
+
"name": "GlobalDOMEvents"
|
|
289559
289588
|
},
|
|
289560
289589
|
"declarations": [
|
|
289561
289590
|
{
|
|
289562
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289563
|
-
"name": "
|
|
289591
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289592
|
+
"name": "GlobalDOMEvents"
|
|
289564
289593
|
}
|
|
289565
289594
|
],
|
|
289566
289595
|
"required": false,
|
|
289567
289596
|
"type": {
|
|
289568
|
-
"name": "
|
|
289597
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289569
289598
|
}
|
|
289570
289599
|
},
|
|
289571
|
-
"
|
|
289600
|
+
"onMouseEnter": {
|
|
289572
289601
|
"defaultValue": null,
|
|
289573
|
-
"description": "
|
|
289574
|
-
"name": "
|
|
289602
|
+
"description": "",
|
|
289603
|
+
"name": "onMouseEnter",
|
|
289575
289604
|
"parent": {
|
|
289576
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289577
|
-
"name": "
|
|
289605
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289606
|
+
"name": "GlobalDOMEvents"
|
|
289578
289607
|
},
|
|
289579
289608
|
"declarations": [
|
|
289580
289609
|
{
|
|
289581
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289582
|
-
"name": "
|
|
289610
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289611
|
+
"name": "GlobalDOMEvents"
|
|
289583
289612
|
}
|
|
289584
289613
|
],
|
|
289585
289614
|
"required": false,
|
|
289586
289615
|
"type": {
|
|
289587
|
-
"name": "
|
|
289616
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289588
289617
|
}
|
|
289589
289618
|
},
|
|
289590
|
-
"
|
|
289619
|
+
"onMouseLeave": {
|
|
289591
289620
|
"defaultValue": null,
|
|
289592
|
-
"description": "
|
|
289593
|
-
"name": "
|
|
289621
|
+
"description": "",
|
|
289622
|
+
"name": "onMouseLeave",
|
|
289594
289623
|
"parent": {
|
|
289595
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289596
|
-
"name": "
|
|
289624
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289625
|
+
"name": "GlobalDOMEvents"
|
|
289597
289626
|
},
|
|
289598
289627
|
"declarations": [
|
|
289599
289628
|
{
|
|
289600
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289601
|
-
"name": "
|
|
289629
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289630
|
+
"name": "GlobalDOMEvents"
|
|
289602
289631
|
}
|
|
289603
289632
|
],
|
|
289604
289633
|
"required": false,
|
|
289605
289634
|
"type": {
|
|
289606
|
-
"name": "
|
|
289635
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289607
289636
|
}
|
|
289608
289637
|
},
|
|
289609
|
-
"
|
|
289638
|
+
"onMouseMove": {
|
|
289610
289639
|
"defaultValue": null,
|
|
289611
|
-
"description": "
|
|
289612
|
-
"name": "
|
|
289640
|
+
"description": "",
|
|
289641
|
+
"name": "onMouseMove",
|
|
289613
289642
|
"parent": {
|
|
289614
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289615
|
-
"name": "
|
|
289643
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289644
|
+
"name": "GlobalDOMEvents"
|
|
289616
289645
|
},
|
|
289617
289646
|
"declarations": [
|
|
289618
289647
|
{
|
|
289619
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289620
|
-
"name": "
|
|
289648
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289649
|
+
"name": "GlobalDOMEvents"
|
|
289621
289650
|
}
|
|
289622
289651
|
],
|
|
289623
289652
|
"required": false,
|
|
289624
289653
|
"type": {
|
|
289625
|
-
"name": "
|
|
289654
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289626
289655
|
}
|
|
289627
289656
|
},
|
|
289628
|
-
"
|
|
289657
|
+
"onMouseMoveCapture": {
|
|
289629
289658
|
"defaultValue": null,
|
|
289630
|
-
"description": "
|
|
289631
|
-
"name": "
|
|
289659
|
+
"description": "",
|
|
289660
|
+
"name": "onMouseMoveCapture",
|
|
289632
289661
|
"parent": {
|
|
289633
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289634
|
-
"name": "
|
|
289662
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289663
|
+
"name": "GlobalDOMEvents"
|
|
289635
289664
|
},
|
|
289636
289665
|
"declarations": [
|
|
289637
289666
|
{
|
|
289638
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289639
|
-
"name": "
|
|
289667
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289668
|
+
"name": "GlobalDOMEvents"
|
|
289640
289669
|
}
|
|
289641
289670
|
],
|
|
289642
289671
|
"required": false,
|
|
289643
289672
|
"type": {
|
|
289644
|
-
"name": "
|
|
289673
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289645
289674
|
}
|
|
289646
289675
|
},
|
|
289647
|
-
"
|
|
289676
|
+
"onMouseOut": {
|
|
289648
289677
|
"defaultValue": null,
|
|
289649
|
-
"description": "
|
|
289650
|
-
"name": "
|
|
289678
|
+
"description": "",
|
|
289679
|
+
"name": "onMouseOut",
|
|
289651
289680
|
"parent": {
|
|
289652
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289653
|
-
"name": "
|
|
289681
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289682
|
+
"name": "GlobalDOMEvents"
|
|
289654
289683
|
},
|
|
289655
289684
|
"declarations": [
|
|
289656
289685
|
{
|
|
289657
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289658
|
-
"name": "
|
|
289686
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289687
|
+
"name": "GlobalDOMEvents"
|
|
289659
289688
|
}
|
|
289660
289689
|
],
|
|
289661
289690
|
"required": false,
|
|
289662
289691
|
"type": {
|
|
289663
|
-
"name": "
|
|
289692
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289664
289693
|
}
|
|
289665
289694
|
},
|
|
289666
|
-
"
|
|
289695
|
+
"onMouseOutCapture": {
|
|
289667
289696
|
"defaultValue": null,
|
|
289668
|
-
"description": "
|
|
289669
|
-
"name": "
|
|
289697
|
+
"description": "",
|
|
289698
|
+
"name": "onMouseOutCapture",
|
|
289670
289699
|
"parent": {
|
|
289671
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289672
|
-
"name": "
|
|
289700
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289701
|
+
"name": "GlobalDOMEvents"
|
|
289673
289702
|
},
|
|
289674
289703
|
"declarations": [
|
|
289675
289704
|
{
|
|
289676
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/
|
|
289677
|
-
"name": "
|
|
289705
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289706
|
+
"name": "GlobalDOMEvents"
|
|
289678
289707
|
}
|
|
289679
289708
|
],
|
|
289680
289709
|
"required": false,
|
|
289681
289710
|
"type": {
|
|
289682
|
-
"name": "
|
|
289711
|
+
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289683
289712
|
}
|
|
289684
289713
|
},
|
|
289685
|
-
"
|
|
289686
|
-
"defaultValue": null,
|
|
289687
|
-
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
289688
|
-
"name": "onPressUp",
|
|
289689
|
-
"parent": {
|
|
289690
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289691
|
-
"name": "PressEvents"
|
|
289692
|
-
},
|
|
289693
|
-
"declarations": [
|
|
289694
|
-
{
|
|
289695
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289696
|
-
"name": "PressEvents"
|
|
289697
|
-
}
|
|
289698
|
-
],
|
|
289699
|
-
"required": false,
|
|
289700
|
-
"type": {
|
|
289701
|
-
"name": "((e: PressEvent) => void)"
|
|
289702
|
-
}
|
|
289703
|
-
},
|
|
289704
|
-
"onClick": {
|
|
289705
|
-
"defaultValue": null,
|
|
289706
|
-
"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.",
|
|
289707
|
-
"name": "onClick",
|
|
289708
|
-
"parent": {
|
|
289709
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289710
|
-
"name": "PressEvents"
|
|
289711
|
-
},
|
|
289712
|
-
"declarations": [
|
|
289713
|
-
{
|
|
289714
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
|
|
289715
|
-
"name": "PressEvents"
|
|
289716
|
-
}
|
|
289717
|
-
],
|
|
289718
|
-
"required": false,
|
|
289719
|
-
"type": {
|
|
289720
|
-
"name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
|
|
289721
|
-
}
|
|
289722
|
-
},
|
|
289723
|
-
"dir": {
|
|
289724
|
-
"defaultValue": null,
|
|
289725
|
-
"description": "",
|
|
289726
|
-
"name": "dir",
|
|
289727
|
-
"parent": {
|
|
289728
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289729
|
-
"name": "GlobalDOMAttributes"
|
|
289730
|
-
},
|
|
289731
|
-
"declarations": [
|
|
289732
|
-
{
|
|
289733
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289734
|
-
"name": "GlobalDOMAttributes"
|
|
289735
|
-
}
|
|
289736
|
-
],
|
|
289737
|
-
"required": false,
|
|
289738
|
-
"type": {
|
|
289739
|
-
"name": "string"
|
|
289740
|
-
}
|
|
289741
|
-
},
|
|
289742
|
-
"lang": {
|
|
289743
|
-
"defaultValue": null,
|
|
289744
|
-
"description": "",
|
|
289745
|
-
"name": "lang",
|
|
289746
|
-
"parent": {
|
|
289747
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289748
|
-
"name": "GlobalDOMAttributes"
|
|
289749
|
-
},
|
|
289750
|
-
"declarations": [
|
|
289751
|
-
{
|
|
289752
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289753
|
-
"name": "GlobalDOMAttributes"
|
|
289754
|
-
}
|
|
289755
|
-
],
|
|
289756
|
-
"required": false,
|
|
289757
|
-
"type": {
|
|
289758
|
-
"name": "string"
|
|
289759
|
-
}
|
|
289760
|
-
},
|
|
289761
|
-
"hidden": {
|
|
289762
|
-
"defaultValue": null,
|
|
289763
|
-
"description": "",
|
|
289764
|
-
"name": "hidden",
|
|
289765
|
-
"parent": {
|
|
289766
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289767
|
-
"name": "GlobalDOMAttributes"
|
|
289768
|
-
},
|
|
289769
|
-
"declarations": [
|
|
289770
|
-
{
|
|
289771
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289772
|
-
"name": "GlobalDOMAttributes"
|
|
289773
|
-
}
|
|
289774
|
-
],
|
|
289775
|
-
"required": false,
|
|
289776
|
-
"type": {
|
|
289777
|
-
"name": "boolean"
|
|
289778
|
-
}
|
|
289779
|
-
},
|
|
289780
|
-
"inert": {
|
|
289781
|
-
"defaultValue": null,
|
|
289782
|
-
"description": "",
|
|
289783
|
-
"name": "inert",
|
|
289784
|
-
"parent": {
|
|
289785
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289786
|
-
"name": "GlobalDOMAttributes"
|
|
289787
|
-
},
|
|
289788
|
-
"declarations": [
|
|
289789
|
-
{
|
|
289790
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289791
|
-
"name": "GlobalDOMAttributes"
|
|
289792
|
-
}
|
|
289793
|
-
],
|
|
289794
|
-
"required": false,
|
|
289795
|
-
"type": {
|
|
289796
|
-
"name": "boolean"
|
|
289797
|
-
}
|
|
289798
|
-
},
|
|
289799
|
-
"translate": {
|
|
289800
|
-
"defaultValue": null,
|
|
289801
|
-
"description": "",
|
|
289802
|
-
"name": "translate",
|
|
289803
|
-
"parent": {
|
|
289804
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289805
|
-
"name": "GlobalDOMAttributes"
|
|
289806
|
-
},
|
|
289807
|
-
"declarations": [
|
|
289808
|
-
{
|
|
289809
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289810
|
-
"name": "GlobalDOMAttributes"
|
|
289811
|
-
}
|
|
289812
|
-
],
|
|
289813
|
-
"required": false,
|
|
289814
|
-
"type": {
|
|
289815
|
-
"name": "\"yes\" | \"no\""
|
|
289816
|
-
}
|
|
289817
|
-
},
|
|
289818
|
-
"onClickCapture": {
|
|
289819
|
-
"defaultValue": null,
|
|
289820
|
-
"description": "",
|
|
289821
|
-
"name": "onClickCapture",
|
|
289822
|
-
"parent": {
|
|
289823
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289824
|
-
"name": "GlobalDOMEvents"
|
|
289825
|
-
},
|
|
289826
|
-
"declarations": [
|
|
289827
|
-
{
|
|
289828
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289829
|
-
"name": "GlobalDOMEvents"
|
|
289830
|
-
}
|
|
289831
|
-
],
|
|
289832
|
-
"required": false,
|
|
289833
|
-
"type": {
|
|
289834
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289835
|
-
}
|
|
289836
|
-
},
|
|
289837
|
-
"onAuxClick": {
|
|
289838
|
-
"defaultValue": null,
|
|
289839
|
-
"description": "",
|
|
289840
|
-
"name": "onAuxClick",
|
|
289841
|
-
"parent": {
|
|
289842
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289843
|
-
"name": "GlobalDOMEvents"
|
|
289844
|
-
},
|
|
289845
|
-
"declarations": [
|
|
289846
|
-
{
|
|
289847
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289848
|
-
"name": "GlobalDOMEvents"
|
|
289849
|
-
}
|
|
289850
|
-
],
|
|
289851
|
-
"required": false,
|
|
289852
|
-
"type": {
|
|
289853
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289854
|
-
}
|
|
289855
|
-
},
|
|
289856
|
-
"onAuxClickCapture": {
|
|
289857
|
-
"defaultValue": null,
|
|
289858
|
-
"description": "",
|
|
289859
|
-
"name": "onAuxClickCapture",
|
|
289860
|
-
"parent": {
|
|
289861
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289862
|
-
"name": "GlobalDOMEvents"
|
|
289863
|
-
},
|
|
289864
|
-
"declarations": [
|
|
289865
|
-
{
|
|
289866
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289867
|
-
"name": "GlobalDOMEvents"
|
|
289868
|
-
}
|
|
289869
|
-
],
|
|
289870
|
-
"required": false,
|
|
289871
|
-
"type": {
|
|
289872
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289873
|
-
}
|
|
289874
|
-
},
|
|
289875
|
-
"onContextMenu": {
|
|
289876
|
-
"defaultValue": null,
|
|
289877
|
-
"description": "",
|
|
289878
|
-
"name": "onContextMenu",
|
|
289879
|
-
"parent": {
|
|
289880
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289881
|
-
"name": "GlobalDOMEvents"
|
|
289882
|
-
},
|
|
289883
|
-
"declarations": [
|
|
289884
|
-
{
|
|
289885
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289886
|
-
"name": "GlobalDOMEvents"
|
|
289887
|
-
}
|
|
289888
|
-
],
|
|
289889
|
-
"required": false,
|
|
289890
|
-
"type": {
|
|
289891
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289892
|
-
}
|
|
289893
|
-
},
|
|
289894
|
-
"onContextMenuCapture": {
|
|
289895
|
-
"defaultValue": null,
|
|
289896
|
-
"description": "",
|
|
289897
|
-
"name": "onContextMenuCapture",
|
|
289898
|
-
"parent": {
|
|
289899
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289900
|
-
"name": "GlobalDOMEvents"
|
|
289901
|
-
},
|
|
289902
|
-
"declarations": [
|
|
289903
|
-
{
|
|
289904
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289905
|
-
"name": "GlobalDOMEvents"
|
|
289906
|
-
}
|
|
289907
|
-
],
|
|
289908
|
-
"required": false,
|
|
289909
|
-
"type": {
|
|
289910
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289911
|
-
}
|
|
289912
|
-
},
|
|
289913
|
-
"onDoubleClick": {
|
|
289914
|
-
"defaultValue": null,
|
|
289915
|
-
"description": "",
|
|
289916
|
-
"name": "onDoubleClick",
|
|
289917
|
-
"parent": {
|
|
289918
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289919
|
-
"name": "GlobalDOMEvents"
|
|
289920
|
-
},
|
|
289921
|
-
"declarations": [
|
|
289922
|
-
{
|
|
289923
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289924
|
-
"name": "GlobalDOMEvents"
|
|
289925
|
-
}
|
|
289926
|
-
],
|
|
289927
|
-
"required": false,
|
|
289928
|
-
"type": {
|
|
289929
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289930
|
-
}
|
|
289931
|
-
},
|
|
289932
|
-
"onDoubleClickCapture": {
|
|
289933
|
-
"defaultValue": null,
|
|
289934
|
-
"description": "",
|
|
289935
|
-
"name": "onDoubleClickCapture",
|
|
289936
|
-
"parent": {
|
|
289937
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289938
|
-
"name": "GlobalDOMEvents"
|
|
289939
|
-
},
|
|
289940
|
-
"declarations": [
|
|
289941
|
-
{
|
|
289942
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289943
|
-
"name": "GlobalDOMEvents"
|
|
289944
|
-
}
|
|
289945
|
-
],
|
|
289946
|
-
"required": false,
|
|
289947
|
-
"type": {
|
|
289948
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289949
|
-
}
|
|
289950
|
-
},
|
|
289951
|
-
"onMouseDown": {
|
|
289952
|
-
"defaultValue": null,
|
|
289953
|
-
"description": "",
|
|
289954
|
-
"name": "onMouseDown",
|
|
289955
|
-
"parent": {
|
|
289956
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289957
|
-
"name": "GlobalDOMEvents"
|
|
289958
|
-
},
|
|
289959
|
-
"declarations": [
|
|
289960
|
-
{
|
|
289961
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289962
|
-
"name": "GlobalDOMEvents"
|
|
289963
|
-
}
|
|
289964
|
-
],
|
|
289965
|
-
"required": false,
|
|
289966
|
-
"type": {
|
|
289967
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289968
|
-
}
|
|
289969
|
-
},
|
|
289970
|
-
"onMouseDownCapture": {
|
|
289971
|
-
"defaultValue": null,
|
|
289972
|
-
"description": "",
|
|
289973
|
-
"name": "onMouseDownCapture",
|
|
289974
|
-
"parent": {
|
|
289975
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289976
|
-
"name": "GlobalDOMEvents"
|
|
289977
|
-
},
|
|
289978
|
-
"declarations": [
|
|
289979
|
-
{
|
|
289980
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289981
|
-
"name": "GlobalDOMEvents"
|
|
289982
|
-
}
|
|
289983
|
-
],
|
|
289984
|
-
"required": false,
|
|
289985
|
-
"type": {
|
|
289986
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
289987
|
-
}
|
|
289988
|
-
},
|
|
289989
|
-
"onMouseEnter": {
|
|
289990
|
-
"defaultValue": null,
|
|
289991
|
-
"description": "",
|
|
289992
|
-
"name": "onMouseEnter",
|
|
289993
|
-
"parent": {
|
|
289994
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
289995
|
-
"name": "GlobalDOMEvents"
|
|
289996
|
-
},
|
|
289997
|
-
"declarations": [
|
|
289998
|
-
{
|
|
289999
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290000
|
-
"name": "GlobalDOMEvents"
|
|
290001
|
-
}
|
|
290002
|
-
],
|
|
290003
|
-
"required": false,
|
|
290004
|
-
"type": {
|
|
290005
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
290006
|
-
}
|
|
290007
|
-
},
|
|
290008
|
-
"onMouseLeave": {
|
|
290009
|
-
"defaultValue": null,
|
|
290010
|
-
"description": "",
|
|
290011
|
-
"name": "onMouseLeave",
|
|
290012
|
-
"parent": {
|
|
290013
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290014
|
-
"name": "GlobalDOMEvents"
|
|
290015
|
-
},
|
|
290016
|
-
"declarations": [
|
|
290017
|
-
{
|
|
290018
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290019
|
-
"name": "GlobalDOMEvents"
|
|
290020
|
-
}
|
|
290021
|
-
],
|
|
290022
|
-
"required": false,
|
|
290023
|
-
"type": {
|
|
290024
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
290025
|
-
}
|
|
290026
|
-
},
|
|
290027
|
-
"onMouseMove": {
|
|
290028
|
-
"defaultValue": null,
|
|
290029
|
-
"description": "",
|
|
290030
|
-
"name": "onMouseMove",
|
|
290031
|
-
"parent": {
|
|
290032
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290033
|
-
"name": "GlobalDOMEvents"
|
|
290034
|
-
},
|
|
290035
|
-
"declarations": [
|
|
290036
|
-
{
|
|
290037
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290038
|
-
"name": "GlobalDOMEvents"
|
|
290039
|
-
}
|
|
290040
|
-
],
|
|
290041
|
-
"required": false,
|
|
290042
|
-
"type": {
|
|
290043
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
290044
|
-
}
|
|
290045
|
-
},
|
|
290046
|
-
"onMouseMoveCapture": {
|
|
290047
|
-
"defaultValue": null,
|
|
290048
|
-
"description": "",
|
|
290049
|
-
"name": "onMouseMoveCapture",
|
|
290050
|
-
"parent": {
|
|
290051
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290052
|
-
"name": "GlobalDOMEvents"
|
|
290053
|
-
},
|
|
290054
|
-
"declarations": [
|
|
290055
|
-
{
|
|
290056
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290057
|
-
"name": "GlobalDOMEvents"
|
|
290058
|
-
}
|
|
290059
|
-
],
|
|
290060
|
-
"required": false,
|
|
290061
|
-
"type": {
|
|
290062
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
290063
|
-
}
|
|
290064
|
-
},
|
|
290065
|
-
"onMouseOut": {
|
|
290066
|
-
"defaultValue": null,
|
|
290067
|
-
"description": "",
|
|
290068
|
-
"name": "onMouseOut",
|
|
290069
|
-
"parent": {
|
|
290070
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290071
|
-
"name": "GlobalDOMEvents"
|
|
290072
|
-
},
|
|
290073
|
-
"declarations": [
|
|
290074
|
-
{
|
|
290075
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290076
|
-
"name": "GlobalDOMEvents"
|
|
290077
|
-
}
|
|
290078
|
-
],
|
|
290079
|
-
"required": false,
|
|
290080
|
-
"type": {
|
|
290081
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
290082
|
-
}
|
|
290083
|
-
},
|
|
290084
|
-
"onMouseOutCapture": {
|
|
290085
|
-
"defaultValue": null,
|
|
290086
|
-
"description": "",
|
|
290087
|
-
"name": "onMouseOutCapture",
|
|
290088
|
-
"parent": {
|
|
290089
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290090
|
-
"name": "GlobalDOMEvents"
|
|
290091
|
-
},
|
|
290092
|
-
"declarations": [
|
|
290093
|
-
{
|
|
290094
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290095
|
-
"name": "GlobalDOMEvents"
|
|
290096
|
-
}
|
|
290097
|
-
],
|
|
290098
|
-
"required": false,
|
|
290099
|
-
"type": {
|
|
290100
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
290101
|
-
}
|
|
290102
|
-
},
|
|
290103
|
-
"onMouseOver": {
|
|
289714
|
+
"onMouseOver": {
|
|
290104
289715
|
"defaultValue": null,
|
|
290105
289716
|
"description": "",
|
|
290106
289717
|
"name": "onMouseOver",
|
|
@@ -291012,20 +290623,153 @@
|
|
|
291012
290623
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
291013
290624
|
}
|
|
291014
290625
|
},
|
|
291015
|
-
"
|
|
290626
|
+
"id": {
|
|
291016
290627
|
"defaultValue": null,
|
|
291017
|
-
"description": "
|
|
291018
|
-
"name": "
|
|
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
|
+
},
|
|
291019
290634
|
"declarations": [
|
|
291020
290635
|
{
|
|
291021
|
-
"fileName": "
|
|
291022
|
-
"name": "
|
|
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"
|
|
291023
290695
|
}
|
|
291024
290696
|
],
|
|
291025
290697
|
"required": false,
|
|
291026
290698
|
"type": {
|
|
291027
290699
|
"name": "boolean"
|
|
291028
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": {
|
|
290760
|
+
"defaultValue": null,
|
|
290761
|
+
"description": "",
|
|
290762
|
+
"name": "children",
|
|
290763
|
+
"declarations": [
|
|
290764
|
+
{
|
|
290765
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
290766
|
+
"name": "TypeLiteral"
|
|
290767
|
+
}
|
|
290768
|
+
],
|
|
290769
|
+
"required": false,
|
|
290770
|
+
"type": {
|
|
290771
|
+
"name": "ReactNode"
|
|
290772
|
+
}
|
|
291029
290773
|
}
|
|
291030
290774
|
}
|
|
291031
290775
|
},
|
|
@@ -291033,70 +290777,182 @@
|
|
|
291033
290777
|
"tags": {
|
|
291034
290778
|
"flr-generate": "all"
|
|
291035
290779
|
},
|
|
291036
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
290780
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
291037
290781
|
"description": "",
|
|
291038
|
-
"displayName": "
|
|
290782
|
+
"displayName": "TableFooterRow",
|
|
291039
290783
|
"methods": [],
|
|
291040
290784
|
"props": {
|
|
291041
|
-
"
|
|
290785
|
+
"className": {
|
|
291042
290786
|
"defaultValue": {
|
|
291043
|
-
"value": "
|
|
290787
|
+
"value": "'react-aria-Tooltip'"
|
|
291044
290788
|
},
|
|
291045
|
-
"description": "
|
|
291046
|
-
"name": "
|
|
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",
|
|
291047
290791
|
"parent": {
|
|
291048
|
-
"fileName": "
|
|
291049
|
-
"name": "
|
|
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"
|
|
291050
290794
|
},
|
|
291051
290795
|
"declarations": [
|
|
291052
290796
|
{
|
|
291053
|
-
"fileName": "
|
|
291054
|
-
"name": "
|
|
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"
|
|
291055
290799
|
}
|
|
291056
290800
|
],
|
|
291057
290801
|
"required": false,
|
|
291058
290802
|
"type": {
|
|
291059
|
-
"name": "
|
|
290803
|
+
"name": "ClassNameOrFunction<TooltipRenderProps>"
|
|
291060
290804
|
}
|
|
291061
290805
|
},
|
|
291062
|
-
"
|
|
290806
|
+
"columns": {
|
|
291063
290807
|
"defaultValue": null,
|
|
291064
|
-
"description": "
|
|
291065
|
-
"name": "
|
|
290808
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
290809
|
+
"name": "columns",
|
|
291066
290810
|
"parent": {
|
|
291067
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",
|
|
291068
|
-
"name": "
|
|
290812
|
+
"name": "RowProps"
|
|
291069
290813
|
},
|
|
291070
290814
|
"declarations": [
|
|
291071
290815
|
{
|
|
291072
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",
|
|
291073
|
-
"name": "
|
|
290817
|
+
"name": "RowProps"
|
|
291074
290818
|
}
|
|
291075
290819
|
],
|
|
291076
290820
|
"required": false,
|
|
291077
290821
|
"type": {
|
|
291078
|
-
"name": "
|
|
290822
|
+
"name": "Iterable<never>"
|
|
291079
290823
|
}
|
|
291080
290824
|
},
|
|
291081
|
-
"
|
|
291082
|
-
"defaultValue":
|
|
291083
|
-
|
|
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"
|
|
291084
290832
|
},
|
|
291085
|
-
"
|
|
291086
|
-
|
|
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",
|
|
291087
290848
|
"parent": {
|
|
291088
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",
|
|
291089
|
-
"name": "
|
|
290850
|
+
"name": "MenuItemProps"
|
|
291090
290851
|
},
|
|
291091
290852
|
"declarations": [
|
|
291092
290853
|
{
|
|
291093
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",
|
|
291094
|
-
"name": "
|
|
290855
|
+
"name": "MenuItemProps"
|
|
291095
290856
|
}
|
|
291096
290857
|
],
|
|
291097
290858
|
"required": false,
|
|
291098
290859
|
"type": {
|
|
291099
|
-
"name": "
|
|
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"
|
|
290870
|
+
},
|
|
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",
|
|
290886
|
+
"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"
|
|
290889
|
+
},
|
|
290890
|
+
"declarations": [
|
|
290891
|
+
{
|
|
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"
|
|
290894
|
+
}
|
|
290895
|
+
],
|
|
290896
|
+
"required": false,
|
|
290897
|
+
"type": {
|
|
290898
|
+
"name": "string"
|
|
290899
|
+
}
|
|
290900
|
+
},
|
|
290901
|
+
"isDisabled": {
|
|
290902
|
+
"defaultValue": null,
|
|
290903
|
+
"description": "Whether the item is disabled.",
|
|
290904
|
+
"name": "isDisabled",
|
|
290905
|
+
"parent": {
|
|
290906
|
+
"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"
|
|
290908
|
+
},
|
|
290909
|
+
"declarations": [
|
|
290910
|
+
{
|
|
290911
|
+
"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"
|
|
290913
|
+
}
|
|
290914
|
+
],
|
|
290915
|
+
"required": false,
|
|
290916
|
+
"type": {
|
|
290917
|
+
"name": "boolean"
|
|
290918
|
+
}
|
|
290919
|
+
},
|
|
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"
|
|
290927
|
+
},
|
|
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",
|
|
290943
|
+
"parent": {
|
|
290944
|
+
"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"
|
|
290946
|
+
},
|
|
290947
|
+
"declarations": [
|
|
290948
|
+
{
|
|
290949
|
+
"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"
|
|
290951
|
+
}
|
|
290952
|
+
],
|
|
290953
|
+
"required": false,
|
|
290954
|
+
"type": {
|
|
290955
|
+
"name": "Key"
|
|
291100
290956
|
}
|
|
291101
290957
|
},
|
|
291102
290958
|
"style": {
|
|
@@ -291118,6 +290974,329 @@
|
|
|
291118
290974
|
"name": "StyleOrFunction<TooltipRenderProps>"
|
|
291119
290975
|
}
|
|
291120
290976
|
},
|
|
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
|
+
},
|
|
291121
291300
|
"dir": {
|
|
291122
291301
|
"defaultValue": null,
|
|
291123
291302
|
"description": "",
|
|
@@ -291213,25 +291392,6 @@
|
|
|
291213
291392
|
"name": "\"yes\" | \"no\""
|
|
291214
291393
|
}
|
|
291215
291394
|
},
|
|
291216
|
-
"onClick": {
|
|
291217
|
-
"defaultValue": null,
|
|
291218
|
-
"description": "",
|
|
291219
|
-
"name": "onClick",
|
|
291220
|
-
"parent": {
|
|
291221
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
291222
|
-
"name": "GlobalDOMEvents"
|
|
291223
|
-
},
|
|
291224
|
-
"declarations": [
|
|
291225
|
-
{
|
|
291226
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
|
|
291227
|
-
"name": "GlobalDOMEvents"
|
|
291228
|
-
}
|
|
291229
|
-
],
|
|
291230
|
-
"required": false,
|
|
291231
|
-
"type": {
|
|
291232
|
-
"name": "MouseEventHandler<HTMLDivElement>"
|
|
291233
|
-
}
|
|
291234
|
-
},
|
|
291235
291395
|
"onClickCapture": {
|
|
291236
291396
|
"defaultValue": null,
|
|
291237
291397
|
"description": "",
|
|
@@ -292429,152 +292589,19 @@
|
|
|
292429
292589
|
"name": "TransitionEventHandler<HTMLDivElement>"
|
|
292430
292590
|
}
|
|
292431
292591
|
},
|
|
292432
|
-
"
|
|
292433
|
-
"defaultValue": null,
|
|
292434
|
-
"description": "The unique id of the item.",
|
|
292435
|
-
"name": "id",
|
|
292436
|
-
"parent": {
|
|
292437
|
-
"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",
|
|
292438
|
-
"name": "MenuItemProps"
|
|
292439
|
-
},
|
|
292440
|
-
"declarations": [
|
|
292441
|
-
{
|
|
292442
|
-
"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",
|
|
292443
|
-
"name": "MenuItemProps"
|
|
292444
|
-
}
|
|
292445
|
-
],
|
|
292446
|
-
"required": false,
|
|
292447
|
-
"type": {
|
|
292448
|
-
"name": "Key"
|
|
292449
|
-
}
|
|
292450
|
-
},
|
|
292451
|
-
"textValue": {
|
|
292452
|
-
"defaultValue": null,
|
|
292453
|
-
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
292454
|
-
"name": "textValue",
|
|
292455
|
-
"parent": {
|
|
292456
|
-
"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",
|
|
292457
|
-
"name": "ListBoxItemProps"
|
|
292458
|
-
},
|
|
292459
|
-
"declarations": [
|
|
292460
|
-
{
|
|
292461
|
-
"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",
|
|
292462
|
-
"name": "ListBoxItemProps"
|
|
292463
|
-
}
|
|
292464
|
-
],
|
|
292465
|
-
"required": false,
|
|
292466
|
-
"type": {
|
|
292467
|
-
"name": "string"
|
|
292468
|
-
}
|
|
292469
|
-
},
|
|
292470
|
-
"allowsSorting": {
|
|
292471
|
-
"defaultValue": null,
|
|
292472
|
-
"description": "Whether the column allows sorting.",
|
|
292473
|
-
"name": "allowsSorting",
|
|
292474
|
-
"parent": {
|
|
292475
|
-
"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",
|
|
292476
|
-
"name": "ColumnProps"
|
|
292477
|
-
},
|
|
292478
|
-
"declarations": [
|
|
292479
|
-
{
|
|
292480
|
-
"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",
|
|
292481
|
-
"name": "ColumnProps"
|
|
292482
|
-
}
|
|
292483
|
-
],
|
|
292484
|
-
"required": false,
|
|
292485
|
-
"type": {
|
|
292486
|
-
"name": "boolean"
|
|
292487
|
-
}
|
|
292488
|
-
},
|
|
292489
|
-
"isRowHeader": {
|
|
292490
|
-
"defaultValue": null,
|
|
292491
|
-
"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.",
|
|
292492
|
-
"name": "isRowHeader",
|
|
292493
|
-
"parent": {
|
|
292494
|
-
"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",
|
|
292495
|
-
"name": "ColumnProps"
|
|
292496
|
-
},
|
|
292497
|
-
"declarations": [
|
|
292498
|
-
{
|
|
292499
|
-
"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",
|
|
292500
|
-
"name": "ColumnProps"
|
|
292501
|
-
}
|
|
292502
|
-
],
|
|
292503
|
-
"required": false,
|
|
292504
|
-
"type": {
|
|
292505
|
-
"name": "boolean"
|
|
292506
|
-
}
|
|
292507
|
-
},
|
|
292508
|
-
"defaultWidth": {
|
|
292509
|
-
"defaultValue": null,
|
|
292510
|
-
"description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
292511
|
-
"name": "defaultWidth",
|
|
292512
|
-
"parent": {
|
|
292513
|
-
"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",
|
|
292514
|
-
"name": "ColumnProps"
|
|
292515
|
-
},
|
|
292516
|
-
"declarations": [
|
|
292517
|
-
{
|
|
292518
|
-
"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",
|
|
292519
|
-
"name": "ColumnProps"
|
|
292520
|
-
}
|
|
292521
|
-
],
|
|
292522
|
-
"required": false,
|
|
292523
|
-
"type": {
|
|
292524
|
-
"name": "ColumnSize | null"
|
|
292525
|
-
}
|
|
292526
|
-
},
|
|
292527
|
-
"minWidth": {
|
|
292528
|
-
"defaultValue": null,
|
|
292529
|
-
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
292530
|
-
"name": "minWidth",
|
|
292531
|
-
"parent": {
|
|
292532
|
-
"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",
|
|
292533
|
-
"name": "ColumnProps"
|
|
292534
|
-
},
|
|
292535
|
-
"declarations": [
|
|
292536
|
-
{
|
|
292537
|
-
"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",
|
|
292538
|
-
"name": "ColumnProps"
|
|
292539
|
-
}
|
|
292540
|
-
],
|
|
292541
|
-
"required": false,
|
|
292542
|
-
"type": {
|
|
292543
|
-
"name": "ColumnStaticSize | null"
|
|
292544
|
-
}
|
|
292545
|
-
},
|
|
292546
|
-
"maxWidth": {
|
|
292547
|
-
"defaultValue": null,
|
|
292548
|
-
"description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
292549
|
-
"name": "maxWidth",
|
|
292550
|
-
"parent": {
|
|
292551
|
-
"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",
|
|
292552
|
-
"name": "ColumnProps"
|
|
292553
|
-
},
|
|
292554
|
-
"declarations": [
|
|
292555
|
-
{
|
|
292556
|
-
"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",
|
|
292557
|
-
"name": "ColumnProps"
|
|
292558
|
-
}
|
|
292559
|
-
],
|
|
292560
|
-
"required": false,
|
|
292561
|
-
"type": {
|
|
292562
|
-
"name": "ColumnStaticSize | null"
|
|
292563
|
-
}
|
|
292564
|
-
},
|
|
292565
|
-
"children": {
|
|
292592
|
+
"footer": {
|
|
292566
292593
|
"defaultValue": null,
|
|
292567
|
-
"description": "",
|
|
292568
|
-
"name": "
|
|
292594
|
+
"description": "@internal",
|
|
292595
|
+
"name": "footer",
|
|
292569
292596
|
"declarations": [
|
|
292570
292597
|
{
|
|
292571
|
-
"fileName": "
|
|
292598
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
292572
292599
|
"name": "TypeLiteral"
|
|
292573
292600
|
}
|
|
292574
292601
|
],
|
|
292575
292602
|
"required": false,
|
|
292576
292603
|
"type": {
|
|
292577
|
-
"name": "
|
|
292604
|
+
"name": "boolean"
|
|
292578
292605
|
}
|
|
292579
292606
|
}
|
|
292580
292607
|
}
|
|
@@ -307649,14 +307676,6 @@
|
|
|
307649
307676
|
}
|
|
307650
307677
|
}
|
|
307651
307678
|
},
|
|
307652
|
-
{
|
|
307653
|
-
"tags": {},
|
|
307654
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
307655
|
-
"description": "",
|
|
307656
|
-
"displayName": "OffCanvasSuspenseFallback",
|
|
307657
|
-
"methods": [],
|
|
307658
|
-
"props": {}
|
|
307659
|
-
},
|
|
307660
307679
|
{
|
|
307661
307680
|
"tags": {},
|
|
307662
307681
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -307795,6 +307814,14 @@
|
|
|
307795
307814
|
}
|
|
307796
307815
|
}
|
|
307797
307816
|
},
|
|
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
|
+
},
|
|
307798
307825
|
{
|
|
307799
307826
|
"tags": {},
|
|
307800
307827
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
@@ -337217,42 +337244,6 @@
|
|
|
337217
337244
|
"methods": [],
|
|
337218
337245
|
"props": {}
|
|
337219
337246
|
},
|
|
337220
|
-
{
|
|
337221
|
-
"tags": {},
|
|
337222
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
337223
|
-
"description": "",
|
|
337224
|
-
"displayName": "ViewModeMenuItem",
|
|
337225
|
-
"methods": [],
|
|
337226
|
-
"props": {
|
|
337227
|
-
"viewMode": {
|
|
337228
|
-
"defaultValue": null,
|
|
337229
|
-
"description": "",
|
|
337230
|
-
"name": "viewMode",
|
|
337231
|
-
"parent": {
|
|
337232
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
337233
|
-
"name": "Props"
|
|
337234
|
-
},
|
|
337235
|
-
"declarations": [
|
|
337236
|
-
{
|
|
337237
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
337238
|
-
"name": "Props"
|
|
337239
|
-
}
|
|
337240
|
-
],
|
|
337241
|
-
"required": true,
|
|
337242
|
-
"type": {
|
|
337243
|
-
"name": "ListViewMode"
|
|
337244
|
-
}
|
|
337245
|
-
}
|
|
337246
|
-
}
|
|
337247
|
-
},
|
|
337248
|
-
{
|
|
337249
|
-
"tags": {},
|
|
337250
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
337251
|
-
"description": "",
|
|
337252
|
-
"displayName": "ViewModeContextMenu",
|
|
337253
|
-
"methods": [],
|
|
337254
|
-
"props": {}
|
|
337255
|
-
},
|
|
337256
337247
|
{
|
|
337257
337248
|
"tags": {},
|
|
337258
337249
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
@@ -337289,53 +337280,6 @@
|
|
|
337289
337280
|
"methods": [],
|
|
337290
337281
|
"props": {}
|
|
337291
337282
|
},
|
|
337292
|
-
{
|
|
337293
|
-
"tags": {},
|
|
337294
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337295
|
-
"description": "",
|
|
337296
|
-
"displayName": "SearchField",
|
|
337297
|
-
"methods": [],
|
|
337298
|
-
"props": {
|
|
337299
|
-
"search": {
|
|
337300
|
-
"defaultValue": null,
|
|
337301
|
-
"description": "",
|
|
337302
|
-
"name": "search",
|
|
337303
|
-
"parent": {
|
|
337304
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337305
|
-
"name": "Props"
|
|
337306
|
-
},
|
|
337307
|
-
"declarations": [
|
|
337308
|
-
{
|
|
337309
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
337310
|
-
"name": "Props"
|
|
337311
|
-
}
|
|
337312
|
-
],
|
|
337313
|
-
"required": true,
|
|
337314
|
-
"type": {
|
|
337315
|
-
"name": "Search<never>"
|
|
337316
|
-
}
|
|
337317
|
-
},
|
|
337318
|
-
"className": {
|
|
337319
|
-
"defaultValue": null,
|
|
337320
|
-
"description": "The elements class name.",
|
|
337321
|
-
"name": "className",
|
|
337322
|
-
"parent": {
|
|
337323
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
337324
|
-
"name": "PropsWithClassName"
|
|
337325
|
-
},
|
|
337326
|
-
"declarations": [
|
|
337327
|
-
{
|
|
337328
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
337329
|
-
"name": "PropsWithClassName"
|
|
337330
|
-
}
|
|
337331
|
-
],
|
|
337332
|
-
"required": false,
|
|
337333
|
-
"type": {
|
|
337334
|
-
"name": "string"
|
|
337335
|
-
}
|
|
337336
|
-
}
|
|
337337
|
-
}
|
|
337338
|
-
},
|
|
337339
337283
|
{
|
|
337340
337284
|
"tags": {},
|
|
337341
337285
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
@@ -337460,6 +337404,89 @@
|
|
|
337460
337404
|
"methods": [],
|
|
337461
337405
|
"props": {}
|
|
337462
337406
|
},
|
|
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
|
+
},
|
|
337463
337490
|
{
|
|
337464
337491
|
"tags": {},
|
|
337465
337492
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|