@mittwald/flow-react-components 0.2.0-alpha.812 → 0.2.0-alpha.814

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (19) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +1955 -1893
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/packages/components/src/components/Accordion/Accordion.mjs +20 -17
  5. package/dist/js/packages/components/src/components/Accordion/Accordion.mjs.map +1 -1
  6. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.mjs +1 -1
  7. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.mjs.map +1 -1
  8. package/dist/js/packages/components/src/components/Navigation/Navigation.mjs +2 -2
  9. package/dist/js/packages/components/src/components/Navigation/Navigation.mjs.map +1 -1
  10. package/dist/js/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.mjs +23 -0
  11. package/dist/js/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.mjs.map +1 -0
  12. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs +4 -4
  13. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs.map +1 -1
  14. package/dist/types/components/Accordion/Accordion.d.ts.map +1 -1
  15. package/dist/types/components/Navigation/Navigation.d.ts.map +1 -1
  16. package/dist/types/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.d.ts +3 -0
  17. package/dist/types/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.d.ts.map +1 -0
  18. package/dist/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts.map +1 -1
  19. package/package.json +6 -6
@@ -107366,6 +107366,186 @@
107366
107366
  }
107367
107367
  }
107368
107368
  },
107369
+ {
107370
+ "tags": {
107371
+ "flr-generate": "all"
107372
+ },
107373
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Kbd/Kbd.tsx",
107374
+ "description": "",
107375
+ "displayName": "Kbd",
107376
+ "methods": [],
107377
+ "props": {
107378
+ "keys": {
107379
+ "defaultValue": null,
107380
+ "description": "Array of keys to be joined",
107381
+ "name": "keys",
107382
+ "parent": {
107383
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
107384
+ "name": "KbdProps"
107385
+ },
107386
+ "declarations": [
107387
+ {
107388
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
107389
+ "name": "KbdProps"
107390
+ }
107391
+ ],
107392
+ "required": false,
107393
+ "type": {
107394
+ "name": "string[]"
107395
+ }
107396
+ },
107397
+ "isDisabled": {
107398
+ "defaultValue": null,
107399
+ "description": "Whether the component is displayed as disabled",
107400
+ "name": "isDisabled",
107401
+ "parent": {
107402
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
107403
+ "name": "KbdProps"
107404
+ },
107405
+ "declarations": [
107406
+ {
107407
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
107408
+ "name": "KbdProps"
107409
+ }
107410
+ ],
107411
+ "required": false,
107412
+ "type": {
107413
+ "name": "boolean"
107414
+ }
107415
+ },
107416
+ "variant": {
107417
+ "defaultValue": {
107418
+ "value": "\"plain\""
107419
+ },
107420
+ "description": "The visual variant",
107421
+ "name": "variant",
107422
+ "parent": {
107423
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
107424
+ "name": "KbdProps"
107425
+ },
107426
+ "declarations": [
107427
+ {
107428
+ "fileName": "components/src/components/Kbd/Kbd.tsx",
107429
+ "name": "KbdProps"
107430
+ }
107431
+ ],
107432
+ "required": false,
107433
+ "type": {
107434
+ "name": "\"plain\" | \"soft\""
107435
+ }
107436
+ },
107437
+ "className": {
107438
+ "defaultValue": null,
107439
+ "description": "The elements class name.",
107440
+ "name": "className",
107441
+ "parent": {
107442
+ "fileName": "components/src/lib/types/props.ts",
107443
+ "name": "PropsWithClassName"
107444
+ },
107445
+ "declarations": [
107446
+ {
107447
+ "fileName": "components/src/lib/types/props.ts",
107448
+ "name": "PropsWithClassName"
107449
+ }
107450
+ ],
107451
+ "required": false,
107452
+ "type": {
107453
+ "name": "string"
107454
+ }
107455
+ },
107456
+ "wrapWith": {
107457
+ "defaultValue": null,
107458
+ "description": "",
107459
+ "name": "wrapWith",
107460
+ "parent": {
107461
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
107462
+ "name": "FlowComponentProps"
107463
+ },
107464
+ "declarations": [
107465
+ {
107466
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
107467
+ "name": "FlowComponentProps"
107468
+ }
107469
+ ],
107470
+ "required": false,
107471
+ "type": {
107472
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
107473
+ }
107474
+ },
107475
+ "tunnel": {
107476
+ "defaultValue": null,
107477
+ "description": "@internal",
107478
+ "name": "tunnel",
107479
+ "parent": {
107480
+ "fileName": "components/src/lib/types/props.ts",
107481
+ "name": "PropsWithTunnel"
107482
+ },
107483
+ "declarations": [
107484
+ {
107485
+ "fileName": "components/src/lib/types/props.ts",
107486
+ "name": "PropsWithTunnel"
107487
+ }
107488
+ ],
107489
+ "required": false,
107490
+ "type": {
107491
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
107492
+ }
107493
+ },
107494
+ "ref": {
107495
+ "defaultValue": null,
107496
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
107497
+ "name": "ref",
107498
+ "parent": {
107499
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
107500
+ "name": "RefAttributes"
107501
+ },
107502
+ "declarations": [
107503
+ {
107504
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
107505
+ "name": "RefAttributes"
107506
+ }
107507
+ ],
107508
+ "required": false,
107509
+ "type": {
107510
+ "name": "Ref<HTMLSpanElement>"
107511
+ }
107512
+ },
107513
+ "key": {
107514
+ "defaultValue": null,
107515
+ "description": "",
107516
+ "name": "key",
107517
+ "parent": {
107518
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
107519
+ "name": "Attributes"
107520
+ },
107521
+ "declarations": [
107522
+ {
107523
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
107524
+ "name": "Attributes"
107525
+ }
107526
+ ],
107527
+ "required": false,
107528
+ "type": {
107529
+ "name": "Key | null"
107530
+ }
107531
+ },
107532
+ "children": {
107533
+ "defaultValue": null,
107534
+ "description": "",
107535
+ "name": "children",
107536
+ "declarations": [
107537
+ {
107538
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
107539
+ "name": "TypeLiteral"
107540
+ }
107541
+ ],
107542
+ "required": false,
107543
+ "type": {
107544
+ "name": "ReactNode"
107545
+ }
107546
+ }
107547
+ }
107548
+ },
107369
107549
  {
107370
107550
  "tags": {
107371
107551
  "flr-generate": "all"
@@ -149512,186 +149692,6 @@
149512
149692
  }
149513
149693
  }
149514
149694
  },
149515
- {
149516
- "tags": {
149517
- "flr-generate": "all"
149518
- },
149519
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Kbd/Kbd.tsx",
149520
- "description": "",
149521
- "displayName": "Kbd",
149522
- "methods": [],
149523
- "props": {
149524
- "keys": {
149525
- "defaultValue": null,
149526
- "description": "Array of keys to be joined",
149527
- "name": "keys",
149528
- "parent": {
149529
- "fileName": "components/src/components/Kbd/Kbd.tsx",
149530
- "name": "KbdProps"
149531
- },
149532
- "declarations": [
149533
- {
149534
- "fileName": "components/src/components/Kbd/Kbd.tsx",
149535
- "name": "KbdProps"
149536
- }
149537
- ],
149538
- "required": false,
149539
- "type": {
149540
- "name": "string[]"
149541
- }
149542
- },
149543
- "isDisabled": {
149544
- "defaultValue": null,
149545
- "description": "Whether the component is displayed as disabled",
149546
- "name": "isDisabled",
149547
- "parent": {
149548
- "fileName": "components/src/components/Kbd/Kbd.tsx",
149549
- "name": "KbdProps"
149550
- },
149551
- "declarations": [
149552
- {
149553
- "fileName": "components/src/components/Kbd/Kbd.tsx",
149554
- "name": "KbdProps"
149555
- }
149556
- ],
149557
- "required": false,
149558
- "type": {
149559
- "name": "boolean"
149560
- }
149561
- },
149562
- "variant": {
149563
- "defaultValue": {
149564
- "value": "\"plain\""
149565
- },
149566
- "description": "The visual variant",
149567
- "name": "variant",
149568
- "parent": {
149569
- "fileName": "components/src/components/Kbd/Kbd.tsx",
149570
- "name": "KbdProps"
149571
- },
149572
- "declarations": [
149573
- {
149574
- "fileName": "components/src/components/Kbd/Kbd.tsx",
149575
- "name": "KbdProps"
149576
- }
149577
- ],
149578
- "required": false,
149579
- "type": {
149580
- "name": "\"plain\" | \"soft\""
149581
- }
149582
- },
149583
- "className": {
149584
- "defaultValue": null,
149585
- "description": "The elements class name.",
149586
- "name": "className",
149587
- "parent": {
149588
- "fileName": "components/src/lib/types/props.ts",
149589
- "name": "PropsWithClassName"
149590
- },
149591
- "declarations": [
149592
- {
149593
- "fileName": "components/src/lib/types/props.ts",
149594
- "name": "PropsWithClassName"
149595
- }
149596
- ],
149597
- "required": false,
149598
- "type": {
149599
- "name": "string"
149600
- }
149601
- },
149602
- "wrapWith": {
149603
- "defaultValue": null,
149604
- "description": "",
149605
- "name": "wrapWith",
149606
- "parent": {
149607
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
149608
- "name": "FlowComponentProps"
149609
- },
149610
- "declarations": [
149611
- {
149612
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
149613
- "name": "FlowComponentProps"
149614
- }
149615
- ],
149616
- "required": false,
149617
- "type": {
149618
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
149619
- }
149620
- },
149621
- "tunnel": {
149622
- "defaultValue": null,
149623
- "description": "@internal",
149624
- "name": "tunnel",
149625
- "parent": {
149626
- "fileName": "components/src/lib/types/props.ts",
149627
- "name": "PropsWithTunnel"
149628
- },
149629
- "declarations": [
149630
- {
149631
- "fileName": "components/src/lib/types/props.ts",
149632
- "name": "PropsWithTunnel"
149633
- }
149634
- ],
149635
- "required": false,
149636
- "type": {
149637
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
149638
- }
149639
- },
149640
- "ref": {
149641
- "defaultValue": null,
149642
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
149643
- "name": "ref",
149644
- "parent": {
149645
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149646
- "name": "RefAttributes"
149647
- },
149648
- "declarations": [
149649
- {
149650
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149651
- "name": "RefAttributes"
149652
- }
149653
- ],
149654
- "required": false,
149655
- "type": {
149656
- "name": "Ref<HTMLSpanElement>"
149657
- }
149658
- },
149659
- "key": {
149660
- "defaultValue": null,
149661
- "description": "",
149662
- "name": "key",
149663
- "parent": {
149664
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149665
- "name": "Attributes"
149666
- },
149667
- "declarations": [
149668
- {
149669
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149670
- "name": "Attributes"
149671
- }
149672
- ],
149673
- "required": false,
149674
- "type": {
149675
- "name": "Key | null"
149676
- }
149677
- },
149678
- "children": {
149679
- "defaultValue": null,
149680
- "description": "",
149681
- "name": "children",
149682
- "declarations": [
149683
- {
149684
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149685
- "name": "TypeLiteral"
149686
- }
149687
- ],
149688
- "required": false,
149689
- "type": {
149690
- "name": "ReactNode"
149691
- }
149692
- }
149693
- }
149694
- },
149695
149695
  {
149696
149696
  "tags": {
149697
149697
  "flr-generate": "all"
@@ -224004,6 +224004,70 @@
224004
224004
  }
224005
224005
  }
224006
224006
  },
224007
+ {
224008
+ "tags": {
224009
+ "flr-generate": "all"
224010
+ },
224011
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
224012
+ "description": "",
224013
+ "displayName": "Chat",
224014
+ "methods": [],
224015
+ "props": {
224016
+ "height": {
224017
+ "defaultValue": null,
224018
+ "description": "",
224019
+ "name": "height",
224020
+ "parent": {
224021
+ "fileName": "components/src/components/Chat/Chat.tsx",
224022
+ "name": "ChatProps"
224023
+ },
224024
+ "declarations": [
224025
+ {
224026
+ "fileName": "components/src/components/Chat/Chat.tsx",
224027
+ "name": "ChatProps"
224028
+ }
224029
+ ],
224030
+ "required": false,
224031
+ "type": {
224032
+ "name": "Height<string | number>"
224033
+ }
224034
+ },
224035
+ "children": {
224036
+ "defaultValue": null,
224037
+ "description": "",
224038
+ "name": "children",
224039
+ "declarations": [
224040
+ {
224041
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224042
+ "name": "TypeLiteral"
224043
+ }
224044
+ ],
224045
+ "required": false,
224046
+ "type": {
224047
+ "name": "ReactNode"
224048
+ }
224049
+ },
224050
+ "className": {
224051
+ "defaultValue": null,
224052
+ "description": "The elements class name.",
224053
+ "name": "className",
224054
+ "parent": {
224055
+ "fileName": "components/src/lib/types/props.ts",
224056
+ "name": "PropsWithClassName"
224057
+ },
224058
+ "declarations": [
224059
+ {
224060
+ "fileName": "components/src/lib/types/props.ts",
224061
+ "name": "PropsWithClassName"
224062
+ }
224063
+ ],
224064
+ "required": false,
224065
+ "type": {
224066
+ "name": "string"
224067
+ }
224068
+ }
224069
+ }
224070
+ },
224007
224071
  {
224008
224072
  "tags": {
224009
224073
  "flr-generate": "all"
@@ -226162,70 +226226,6 @@
226162
226226
  }
226163
226227
  }
226164
226228
  },
226165
- {
226166
- "tags": {
226167
- "flr-generate": "all"
226168
- },
226169
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
226170
- "description": "",
226171
- "displayName": "Chat",
226172
- "methods": [],
226173
- "props": {
226174
- "height": {
226175
- "defaultValue": null,
226176
- "description": "",
226177
- "name": "height",
226178
- "parent": {
226179
- "fileName": "components/src/components/Chat/Chat.tsx",
226180
- "name": "ChatProps"
226181
- },
226182
- "declarations": [
226183
- {
226184
- "fileName": "components/src/components/Chat/Chat.tsx",
226185
- "name": "ChatProps"
226186
- }
226187
- ],
226188
- "required": false,
226189
- "type": {
226190
- "name": "Height<string | number>"
226191
- }
226192
- },
226193
- "children": {
226194
- "defaultValue": null,
226195
- "description": "",
226196
- "name": "children",
226197
- "declarations": [
226198
- {
226199
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
226200
- "name": "TypeLiteral"
226201
- }
226202
- ],
226203
- "required": false,
226204
- "type": {
226205
- "name": "ReactNode"
226206
- }
226207
- },
226208
- "className": {
226209
- "defaultValue": null,
226210
- "description": "The elements class name.",
226211
- "name": "className",
226212
- "parent": {
226213
- "fileName": "components/src/lib/types/props.ts",
226214
- "name": "PropsWithClassName"
226215
- },
226216
- "declarations": [
226217
- {
226218
- "fileName": "components/src/lib/types/props.ts",
226219
- "name": "PropsWithClassName"
226220
- }
226221
- ],
226222
- "required": false,
226223
- "type": {
226224
- "name": "string"
226225
- }
226226
- }
226227
- }
226228
- },
226229
226229
  {
226230
226230
  "tags": {
226231
226231
  "flr-generate": "all"
@@ -275362,49 +275362,6 @@
275362
275362
  }
275363
275363
  }
275364
275364
  },
275365
- {
275366
- "tags": {},
275367
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275368
- "description": "",
275369
- "displayName": "FormSettingsProvider",
275370
- "methods": [],
275371
- "props": {
275372
- "submitInterceptor": {
275373
- "defaultValue": null,
275374
- "description": "",
275375
- "name": "submitInterceptor",
275376
- "parent": {
275377
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275378
- "name": "Context"
275379
- },
275380
- "declarations": [
275381
- {
275382
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
275383
- "name": "Context"
275384
- }
275385
- ],
275386
- "required": false,
275387
- "type": {
275388
- "name": "SubmitInterceptor"
275389
- }
275390
- },
275391
- "children": {
275392
- "defaultValue": null,
275393
- "description": "",
275394
- "name": "children",
275395
- "declarations": [
275396
- {
275397
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
275398
- "name": "TypeLiteral"
275399
- }
275400
- ],
275401
- "required": false,
275402
- "type": {
275403
- "name": "ReactNode"
275404
- }
275405
- }
275406
- }
275407
- },
275408
275365
  {
275409
275366
  "tags": {},
275410
275367
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
@@ -277763,79 +277720,28 @@
277763
277720
  },
277764
277721
  {
277765
277722
  "tags": {},
277766
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
277767
- "description": "",
277768
- "displayName": "FormRootError",
277769
- "methods": [],
277770
- "props": {}
277771
- },
277772
- {
277773
- "tags": {},
277774
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
277775
- "description": "",
277776
- "displayName": "FormSubmitAction",
277777
- "methods": [],
277778
- "props": {
277779
- "showFeedback": {
277780
- "defaultValue": null,
277781
- "description": "",
277782
- "name": "showFeedback",
277783
- "parent": {
277784
- "fileName": "components/src/components/Action/types.ts",
277785
- "name": "ActionProps"
277786
- },
277787
- "declarations": [
277788
- {
277789
- "fileName": "components/src/components/Action/types.ts",
277790
- "name": "ActionProps"
277791
- }
277792
- ],
277793
- "required": false,
277794
- "type": {
277795
- "name": "boolean"
277796
- }
277797
- },
277798
- "children": {
277799
- "defaultValue": null,
277800
- "description": "",
277801
- "name": "children",
277802
- "declarations": [
277803
- {
277804
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277805
- "name": "TypeLiteral"
277806
- }
277807
- ],
277808
- "required": false,
277809
- "type": {
277810
- "name": "ReactNode"
277811
- }
277812
- }
277813
- }
277814
- },
277815
- {
277816
- "tags": {},
277817
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
277723
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277818
277724
  "description": "",
277819
- "displayName": "FormResetAction",
277725
+ "displayName": "FormSettingsProvider",
277820
277726
  "methods": [],
277821
277727
  "props": {
277822
- "showFeedback": {
277728
+ "submitInterceptor": {
277823
277729
  "defaultValue": null,
277824
277730
  "description": "",
277825
- "name": "showFeedback",
277731
+ "name": "submitInterceptor",
277826
277732
  "parent": {
277827
- "fileName": "components/src/components/Action/types.ts",
277828
- "name": "ActionProps"
277733
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277734
+ "name": "Context"
277829
277735
  },
277830
277736
  "declarations": [
277831
277737
  {
277832
- "fileName": "components/src/components/Action/types.ts",
277833
- "name": "ActionProps"
277738
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
277739
+ "name": "Context"
277834
277740
  }
277835
277741
  ],
277836
277742
  "required": false,
277837
277743
  "type": {
277838
- "name": "boolean"
277744
+ "name": "SubmitInterceptor"
277839
277745
  }
277840
277746
  },
277841
277747
  "children": {
@@ -277857,84 +277763,11 @@
277857
277763
  },
277858
277764
  {
277859
277765
  "tags": {},
277860
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277766
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
277861
277767
  "description": "",
277862
- "displayName": "FormAction",
277768
+ "displayName": "FormRootError",
277863
277769
  "methods": [],
277864
- "props": {
277865
- "reset": {
277866
- "defaultValue": null,
277867
- "description": "",
277868
- "name": "reset",
277869
- "parent": {
277870
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277871
- "name": "FormActionProps"
277872
- },
277873
- "declarations": [
277874
- {
277875
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277876
- "name": "FormActionProps"
277877
- }
277878
- ],
277879
- "required": false,
277880
- "type": {
277881
- "name": "boolean"
277882
- }
277883
- },
277884
- "submit": {
277885
- "defaultValue": null,
277886
- "description": "",
277887
- "name": "submit",
277888
- "parent": {
277889
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277890
- "name": "FormActionProps"
277891
- },
277892
- "declarations": [
277893
- {
277894
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277895
- "name": "FormActionProps"
277896
- }
277897
- ],
277898
- "required": false,
277899
- "type": {
277900
- "name": "boolean"
277901
- }
277902
- },
277903
- "children": {
277904
- "defaultValue": null,
277905
- "description": "",
277906
- "name": "children",
277907
- "declarations": [
277908
- {
277909
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277910
- "name": "TypeLiteral"
277911
- }
277912
- ],
277913
- "required": false,
277914
- "type": {
277915
- "name": "ReactNode"
277916
- }
277917
- },
277918
- "showFeedback": {
277919
- "defaultValue": null,
277920
- "description": "",
277921
- "name": "showFeedback",
277922
- "parent": {
277923
- "fileName": "components/src/components/Action/types.ts",
277924
- "name": "ActionProps"
277925
- },
277926
- "declarations": [
277927
- {
277928
- "fileName": "components/src/components/Action/types.ts",
277929
- "name": "ActionProps"
277930
- }
277931
- ],
277932
- "required": false,
277933
- "type": {
277934
- "name": "boolean"
277935
- }
277936
- }
277937
- }
277770
+ "props": {}
277938
277771
  },
277939
277772
  {
277940
277773
  "tags": {},
@@ -278102,6 +277935,173 @@
278102
277935
  }
278103
277936
  }
278104
277937
  },
277938
+ {
277939
+ "tags": {},
277940
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
277941
+ "description": "",
277942
+ "displayName": "FormSubmitAction",
277943
+ "methods": [],
277944
+ "props": {
277945
+ "showFeedback": {
277946
+ "defaultValue": null,
277947
+ "description": "",
277948
+ "name": "showFeedback",
277949
+ "parent": {
277950
+ "fileName": "components/src/components/Action/types.ts",
277951
+ "name": "ActionProps"
277952
+ },
277953
+ "declarations": [
277954
+ {
277955
+ "fileName": "components/src/components/Action/types.ts",
277956
+ "name": "ActionProps"
277957
+ }
277958
+ ],
277959
+ "required": false,
277960
+ "type": {
277961
+ "name": "boolean"
277962
+ }
277963
+ },
277964
+ "children": {
277965
+ "defaultValue": null,
277966
+ "description": "",
277967
+ "name": "children",
277968
+ "declarations": [
277969
+ {
277970
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277971
+ "name": "TypeLiteral"
277972
+ }
277973
+ ],
277974
+ "required": false,
277975
+ "type": {
277976
+ "name": "ReactNode"
277977
+ }
277978
+ }
277979
+ }
277980
+ },
277981
+ {
277982
+ "tags": {},
277983
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
277984
+ "description": "",
277985
+ "displayName": "FormResetAction",
277986
+ "methods": [],
277987
+ "props": {
277988
+ "showFeedback": {
277989
+ "defaultValue": null,
277990
+ "description": "",
277991
+ "name": "showFeedback",
277992
+ "parent": {
277993
+ "fileName": "components/src/components/Action/types.ts",
277994
+ "name": "ActionProps"
277995
+ },
277996
+ "declarations": [
277997
+ {
277998
+ "fileName": "components/src/components/Action/types.ts",
277999
+ "name": "ActionProps"
278000
+ }
278001
+ ],
278002
+ "required": false,
278003
+ "type": {
278004
+ "name": "boolean"
278005
+ }
278006
+ },
278007
+ "children": {
278008
+ "defaultValue": null,
278009
+ "description": "",
278010
+ "name": "children",
278011
+ "declarations": [
278012
+ {
278013
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278014
+ "name": "TypeLiteral"
278015
+ }
278016
+ ],
278017
+ "required": false,
278018
+ "type": {
278019
+ "name": "ReactNode"
278020
+ }
278021
+ }
278022
+ }
278023
+ },
278024
+ {
278025
+ "tags": {},
278026
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278027
+ "description": "",
278028
+ "displayName": "FormAction",
278029
+ "methods": [],
278030
+ "props": {
278031
+ "reset": {
278032
+ "defaultValue": null,
278033
+ "description": "",
278034
+ "name": "reset",
278035
+ "parent": {
278036
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278037
+ "name": "FormActionProps"
278038
+ },
278039
+ "declarations": [
278040
+ {
278041
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278042
+ "name": "FormActionProps"
278043
+ }
278044
+ ],
278045
+ "required": false,
278046
+ "type": {
278047
+ "name": "boolean"
278048
+ }
278049
+ },
278050
+ "submit": {
278051
+ "defaultValue": null,
278052
+ "description": "",
278053
+ "name": "submit",
278054
+ "parent": {
278055
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278056
+ "name": "FormActionProps"
278057
+ },
278058
+ "declarations": [
278059
+ {
278060
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278061
+ "name": "FormActionProps"
278062
+ }
278063
+ ],
278064
+ "required": false,
278065
+ "type": {
278066
+ "name": "boolean"
278067
+ }
278068
+ },
278069
+ "children": {
278070
+ "defaultValue": null,
278071
+ "description": "",
278072
+ "name": "children",
278073
+ "declarations": [
278074
+ {
278075
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278076
+ "name": "TypeLiteral"
278077
+ }
278078
+ ],
278079
+ "required": false,
278080
+ "type": {
278081
+ "name": "ReactNode"
278082
+ }
278083
+ },
278084
+ "showFeedback": {
278085
+ "defaultValue": null,
278086
+ "description": "",
278087
+ "name": "showFeedback",
278088
+ "parent": {
278089
+ "fileName": "components/src/components/Action/types.ts",
278090
+ "name": "ActionProps"
278091
+ },
278092
+ "declarations": [
278093
+ {
278094
+ "fileName": "components/src/components/Action/types.ts",
278095
+ "name": "ActionProps"
278096
+ }
278097
+ ],
278098
+ "required": false,
278099
+ "type": {
278100
+ "name": "boolean"
278101
+ }
278102
+ }
278103
+ }
278104
+ },
278105
278105
  {
278106
278106
  "tags": {},
278107
278107
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
@@ -290174,6 +290174,72 @@
290174
290174
  }
290175
290175
  }
290176
290176
  },
290177
+ {
290178
+ "tags": {},
290179
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
290180
+ "description": "",
290181
+ "displayName": "TabList",
290182
+ "methods": [],
290183
+ "props": {
290184
+ "selection": {
290185
+ "defaultValue": null,
290186
+ "description": "",
290187
+ "name": "selection",
290188
+ "parent": {
290189
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290190
+ "name": "Props"
290191
+ },
290192
+ "declarations": [
290193
+ {
290194
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290195
+ "name": "Props"
290196
+ }
290197
+ ],
290198
+ "required": true,
290199
+ "type": {
290200
+ "name": "Key | undefined"
290201
+ }
290202
+ },
290203
+ "onContextMenuSelectionChange": {
290204
+ "defaultValue": null,
290205
+ "description": "",
290206
+ "name": "onContextMenuSelectionChange",
290207
+ "parent": {
290208
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290209
+ "name": "Props"
290210
+ },
290211
+ "declarations": [
290212
+ {
290213
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290214
+ "name": "Props"
290215
+ }
290216
+ ],
290217
+ "required": true,
290218
+ "type": {
290219
+ "name": "(key: Key) => void"
290220
+ }
290221
+ },
290222
+ "disabledKeys": {
290223
+ "defaultValue": null,
290224
+ "description": "",
290225
+ "name": "disabledKeys",
290226
+ "parent": {
290227
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290228
+ "name": "Props"
290229
+ },
290230
+ "declarations": [
290231
+ {
290232
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290233
+ "name": "Props"
290234
+ }
290235
+ ],
290236
+ "required": false,
290237
+ "type": {
290238
+ "name": "Iterable<Key>"
290239
+ }
290240
+ }
290241
+ }
290242
+ },
290177
290243
  {
290178
290244
  "tags": {
290179
290245
  "flr-generate": "all"
@@ -291931,72 +291997,6 @@
291931
291997
  }
291932
291998
  }
291933
291999
  },
291934
- {
291935
- "tags": {},
291936
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291937
- "description": "",
291938
- "displayName": "TabList",
291939
- "methods": [],
291940
- "props": {
291941
- "selection": {
291942
- "defaultValue": null,
291943
- "description": "",
291944
- "name": "selection",
291945
- "parent": {
291946
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291947
- "name": "Props"
291948
- },
291949
- "declarations": [
291950
- {
291951
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291952
- "name": "Props"
291953
- }
291954
- ],
291955
- "required": true,
291956
- "type": {
291957
- "name": "Key | undefined"
291958
- }
291959
- },
291960
- "onContextMenuSelectionChange": {
291961
- "defaultValue": null,
291962
- "description": "",
291963
- "name": "onContextMenuSelectionChange",
291964
- "parent": {
291965
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291966
- "name": "Props"
291967
- },
291968
- "declarations": [
291969
- {
291970
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291971
- "name": "Props"
291972
- }
291973
- ],
291974
- "required": true,
291975
- "type": {
291976
- "name": "(key: Key) => void"
291977
- }
291978
- },
291979
- "disabledKeys": {
291980
- "defaultValue": null,
291981
- "description": "",
291982
- "name": "disabledKeys",
291983
- "parent": {
291984
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291985
- "name": "Props"
291986
- },
291987
- "declarations": [
291988
- {
291989
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291990
- "name": "Props"
291991
- }
291992
- ],
291993
- "required": false,
291994
- "type": {
291995
- "name": "Iterable<Key>"
291996
- }
291997
- }
291998
- }
291999
- },
292000
292000
  {
292001
292001
  "tags": {
292002
292002
  "flr-generate": "all"
@@ -309142,6 +309142,34 @@
309142
309142
  }
309143
309143
  }
309144
309144
  },
309145
+ {
309146
+ "tags": {},
309147
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
309148
+ "description": "",
309149
+ "displayName": "PopoverTip",
309150
+ "methods": [],
309151
+ "props": {
309152
+ "className": {
309153
+ "defaultValue": null,
309154
+ "description": "The elements class name.",
309155
+ "name": "className",
309156
+ "parent": {
309157
+ "fileName": "components/src/lib/types/props.ts",
309158
+ "name": "PropsWithClassName"
309159
+ },
309160
+ "declarations": [
309161
+ {
309162
+ "fileName": "components/src/lib/types/props.ts",
309163
+ "name": "PropsWithClassName"
309164
+ }
309165
+ ],
309166
+ "required": false,
309167
+ "type": {
309168
+ "name": "string"
309169
+ }
309170
+ }
309171
+ }
309172
+ },
309145
309173
  {
309146
309174
  "tags": {
309147
309175
  "flr-generate": "all"
@@ -309320,83 +309348,6 @@
309320
309348
  }
309321
309349
  }
309322
309350
  },
309323
- {
309324
- "tags": {},
309325
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
309326
- "description": "",
309327
- "displayName": "PopoverTip",
309328
- "methods": [],
309329
- "props": {
309330
- "className": {
309331
- "defaultValue": null,
309332
- "description": "The elements class name.",
309333
- "name": "className",
309334
- "parent": {
309335
- "fileName": "components/src/lib/types/props.ts",
309336
- "name": "PropsWithClassName"
309337
- },
309338
- "declarations": [
309339
- {
309340
- "fileName": "components/src/lib/types/props.ts",
309341
- "name": "PropsWithClassName"
309342
- }
309343
- ],
309344
- "required": false,
309345
- "type": {
309346
- "name": "string"
309347
- }
309348
- }
309349
- }
309350
- },
309351
- {
309352
- "tags": {
309353
- "internal": ""
309354
- },
309355
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309356
- "description": "",
309357
- "displayName": "ValidationResultEntry",
309358
- "methods": [],
309359
- "props": {
309360
- "result": {
309361
- "defaultValue": null,
309362
- "description": "",
309363
- "name": "result",
309364
- "parent": {
309365
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309366
- "name": "Props"
309367
- },
309368
- "declarations": [
309369
- {
309370
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309371
- "name": "Props"
309372
- }
309373
- ],
309374
- "required": true,
309375
- "type": {
309376
- "name": "Partial<RuleValidationResult>"
309377
- }
309378
- },
309379
- "unspecifiedRules": {
309380
- "defaultValue": null,
309381
- "description": "",
309382
- "name": "unspecifiedRules",
309383
- "parent": {
309384
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309385
- "name": "Props"
309386
- },
309387
- "declarations": [
309388
- {
309389
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309390
- "name": "Props"
309391
- }
309392
- ],
309393
- "required": false,
309394
- "type": {
309395
- "name": "boolean"
309396
- }
309397
- }
309398
- }
309399
- },
309400
309351
  {
309401
309352
  "tags": {},
309402
309353
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -309482,6 +309433,55 @@
309482
309433
  }
309483
309434
  }
309484
309435
  },
309436
+ {
309437
+ "tags": {
309438
+ "internal": ""
309439
+ },
309440
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309441
+ "description": "",
309442
+ "displayName": "ValidationResultEntry",
309443
+ "methods": [],
309444
+ "props": {
309445
+ "result": {
309446
+ "defaultValue": null,
309447
+ "description": "",
309448
+ "name": "result",
309449
+ "parent": {
309450
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309451
+ "name": "Props"
309452
+ },
309453
+ "declarations": [
309454
+ {
309455
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309456
+ "name": "Props"
309457
+ }
309458
+ ],
309459
+ "required": true,
309460
+ "type": {
309461
+ "name": "Partial<RuleValidationResult>"
309462
+ }
309463
+ },
309464
+ "unspecifiedRules": {
309465
+ "defaultValue": null,
309466
+ "description": "",
309467
+ "name": "unspecifiedRules",
309468
+ "parent": {
309469
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309470
+ "name": "Props"
309471
+ },
309472
+ "declarations": [
309473
+ {
309474
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309475
+ "name": "Props"
309476
+ }
309477
+ ],
309478
+ "required": false,
309479
+ "type": {
309480
+ "name": "boolean"
309481
+ }
309482
+ }
309483
+ }
309484
+ },
309485
309485
  {
309486
309486
  "tags": {
309487
309487
  "internal": ""
@@ -309709,9 +309709,9 @@
309709
309709
  "tags": {
309710
309710
  "flr-generate": "all"
309711
309711
  },
309712
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
309712
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
309713
309713
  "description": "",
309714
- "displayName": "DialogTrigger",
309714
+ "displayName": "MenuTrigger",
309715
309715
  "methods": [],
309716
309716
  "props": {
309717
309717
  "children": {
@@ -309733,6 +309733,27 @@
309733
309733
  "name": "ReactNode"
309734
309734
  }
309735
309735
  },
309736
+ "trigger": {
309737
+ "defaultValue": {
309738
+ "value": "'press'"
309739
+ },
309740
+ "description": "How the menu is triggered.",
309741
+ "name": "trigger",
309742
+ "parent": {
309743
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309744
+ "name": "MenuTriggerProps"
309745
+ },
309746
+ "declarations": [
309747
+ {
309748
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309749
+ "name": "MenuTriggerProps"
309750
+ }
309751
+ ],
309752
+ "required": false,
309753
+ "type": {
309754
+ "name": "MenuTriggerType"
309755
+ }
309756
+ },
309736
309757
  "isOpen": {
309737
309758
  "defaultValue": null,
309738
309759
  "description": "Whether the element is rendered.",
@@ -309789,6 +309810,82 @@
309789
309810
  "type": {
309790
309811
  "name": "((isOpen: boolean) => void)"
309791
309812
  }
309813
+ },
309814
+ "wrapWith": {
309815
+ "defaultValue": null,
309816
+ "description": "",
309817
+ "name": "wrapWith",
309818
+ "parent": {
309819
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309820
+ "name": "FlowComponentProps"
309821
+ },
309822
+ "declarations": [
309823
+ {
309824
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309825
+ "name": "FlowComponentProps"
309826
+ }
309827
+ ],
309828
+ "required": false,
309829
+ "type": {
309830
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309831
+ }
309832
+ },
309833
+ "tunnel": {
309834
+ "defaultValue": null,
309835
+ "description": "@internal",
309836
+ "name": "tunnel",
309837
+ "parent": {
309838
+ "fileName": "components/src/lib/types/props.ts",
309839
+ "name": "PropsWithTunnel"
309840
+ },
309841
+ "declarations": [
309842
+ {
309843
+ "fileName": "components/src/lib/types/props.ts",
309844
+ "name": "PropsWithTunnel"
309845
+ }
309846
+ ],
309847
+ "required": false,
309848
+ "type": {
309849
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
309850
+ }
309851
+ },
309852
+ "ref": {
309853
+ "defaultValue": null,
309854
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
309855
+ "name": "ref",
309856
+ "parent": {
309857
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309858
+ "name": "RefAttributes"
309859
+ },
309860
+ "declarations": [
309861
+ {
309862
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309863
+ "name": "RefAttributes"
309864
+ }
309865
+ ],
309866
+ "required": false,
309867
+ "type": {
309868
+ "name": "Ref<HTMLSpanElement>"
309869
+ }
309870
+ },
309871
+ "key": {
309872
+ "defaultValue": null,
309873
+ "description": "",
309874
+ "name": "key",
309875
+ "parent": {
309876
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309877
+ "name": "Attributes"
309878
+ },
309879
+ "declarations": [
309880
+ {
309881
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309882
+ "name": "Attributes"
309883
+ }
309884
+ ],
309885
+ "required": false,
309886
+ "type": {
309887
+ "name": "Key | null"
309888
+ }
309792
309889
  }
309793
309890
  }
309794
309891
  },
@@ -309796,9 +309893,9 @@
309796
309893
  "tags": {
309797
309894
  "flr-generate": "all"
309798
309895
  },
309799
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
309896
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
309800
309897
  "description": "",
309801
- "displayName": "MenuTrigger",
309898
+ "displayName": "DialogTrigger",
309802
309899
  "methods": [],
309803
309900
  "props": {
309804
309901
  "children": {
@@ -309820,27 +309917,6 @@
309820
309917
  "name": "ReactNode"
309821
309918
  }
309822
309919
  },
309823
- "trigger": {
309824
- "defaultValue": {
309825
- "value": "'press'"
309826
- },
309827
- "description": "How the menu is triggered.",
309828
- "name": "trigger",
309829
- "parent": {
309830
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309831
- "name": "MenuTriggerProps"
309832
- },
309833
- "declarations": [
309834
- {
309835
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
309836
- "name": "MenuTriggerProps"
309837
- }
309838
- ],
309839
- "required": false,
309840
- "type": {
309841
- "name": "MenuTriggerType"
309842
- }
309843
- },
309844
309920
  "isOpen": {
309845
309921
  "defaultValue": null,
309846
309922
  "description": "Whether the element is rendered.",
@@ -309897,82 +309973,6 @@
309897
309973
  "type": {
309898
309974
  "name": "((isOpen: boolean) => void)"
309899
309975
  }
309900
- },
309901
- "wrapWith": {
309902
- "defaultValue": null,
309903
- "description": "",
309904
- "name": "wrapWith",
309905
- "parent": {
309906
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309907
- "name": "FlowComponentProps"
309908
- },
309909
- "declarations": [
309910
- {
309911
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309912
- "name": "FlowComponentProps"
309913
- }
309914
- ],
309915
- "required": false,
309916
- "type": {
309917
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309918
- }
309919
- },
309920
- "tunnel": {
309921
- "defaultValue": null,
309922
- "description": "@internal",
309923
- "name": "tunnel",
309924
- "parent": {
309925
- "fileName": "components/src/lib/types/props.ts",
309926
- "name": "PropsWithTunnel"
309927
- },
309928
- "declarations": [
309929
- {
309930
- "fileName": "components/src/lib/types/props.ts",
309931
- "name": "PropsWithTunnel"
309932
- }
309933
- ],
309934
- "required": false,
309935
- "type": {
309936
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
309937
- }
309938
- },
309939
- "ref": {
309940
- "defaultValue": null,
309941
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
309942
- "name": "ref",
309943
- "parent": {
309944
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309945
- "name": "RefAttributes"
309946
- },
309947
- "declarations": [
309948
- {
309949
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309950
- "name": "RefAttributes"
309951
- }
309952
- ],
309953
- "required": false,
309954
- "type": {
309955
- "name": "Ref<HTMLSpanElement>"
309956
- }
309957
- },
309958
- "key": {
309959
- "defaultValue": null,
309960
- "description": "",
309961
- "name": "key",
309962
- "parent": {
309963
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309964
- "name": "Attributes"
309965
- },
309966
- "declarations": [
309967
- {
309968
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309969
- "name": "Attributes"
309970
- }
309971
- ],
309972
- "required": false,
309973
- "type": {
309974
- "name": "Key | null"
309975
- }
309976
309976
  }
309977
309977
  }
309978
309978
  },
@@ -315364,6 +315364,68 @@
315364
315364
  }
315365
315365
  }
315366
315366
  },
315367
+ {
315368
+ "tags": {},
315369
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
315370
+ "description": "",
315371
+ "displayName": "LinkListTunnelExit",
315372
+ "methods": [],
315373
+ "props": {
315374
+ "id": {
315375
+ "defaultValue": null,
315376
+ "description": "",
315377
+ "name": "id",
315378
+ "parent": {
315379
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
315380
+ "name": "TunnelExitProps"
315381
+ },
315382
+ "declarations": [
315383
+ {
315384
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
315385
+ "name": "TunnelExitProps"
315386
+ }
315387
+ ],
315388
+ "required": false,
315389
+ "type": {
315390
+ "name": "string"
315391
+ }
315392
+ },
315393
+ "children": {
315394
+ "defaultValue": null,
315395
+ "description": "",
315396
+ "name": "children",
315397
+ "parent": {
315398
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
315399
+ "name": "TunnelExitProps"
315400
+ },
315401
+ "declarations": [
315402
+ {
315403
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
315404
+ "name": "TunnelExitProps"
315405
+ }
315406
+ ],
315407
+ "required": false,
315408
+ "type": {
315409
+ "name": "TunnelChildren"
315410
+ }
315411
+ },
315412
+ "component": {
315413
+ "defaultValue": null,
315414
+ "description": "",
315415
+ "name": "component",
315416
+ "declarations": [
315417
+ {
315418
+ "fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
315419
+ "name": "TypeLiteral"
315420
+ }
315421
+ ],
315422
+ "required": true,
315423
+ "type": {
315424
+ "name": "keyof FlowComponentPropsTypes"
315425
+ }
315426
+ }
315427
+ }
315428
+ },
315367
315429
  {
315368
315430
  "tags": {},
315369
315431
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
@@ -315372,6 +315434,14 @@
315372
315434
  "methods": [],
315373
315435
  "props": {}
315374
315436
  },
315437
+ {
315438
+ "tags": {},
315439
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
315440
+ "description": "",
315441
+ "displayName": "ConfirmUnsavedChangesModal",
315442
+ "methods": [],
315443
+ "props": {}
315444
+ },
315375
315445
  {
315376
315446
  "tags": {},
315377
315447
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -315510,14 +315580,6 @@
315510
315580
  }
315511
315581
  }
315512
315582
  },
315513
- {
315514
- "tags": {},
315515
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
315516
- "description": "",
315517
- "displayName": "ConfirmUnsavedChangesModal",
315518
- "methods": [],
315519
- "props": {}
315520
- },
315521
315583
  {
315522
315584
  "tags": {
315523
315585
  "flr-generate": "all"
@@ -316296,14 +316358,6 @@
316296
316358
  "methods": [],
316297
316359
  "props": {}
316298
316360
  },
316299
- {
316300
- "tags": {},
316301
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
316302
- "description": "",
316303
- "displayName": "Footer",
316304
- "methods": [],
316305
- "props": {}
316306
- },
316307
316361
  {
316308
316362
  "tags": {},
316309
316363
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
@@ -316332,6 +316386,14 @@
316332
316386
  }
316333
316387
  }
316334
316388
  },
316389
+ {
316390
+ "tags": {},
316391
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
316392
+ "description": "",
316393
+ "displayName": "Footer",
316394
+ "methods": [],
316395
+ "props": {}
316396
+ },
316335
316397
  {
316336
316398
  "tags": {},
316337
316399
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
@@ -318737,34 +318799,6 @@
318737
318799
  }
318738
318800
  }
318739
318801
  },
318740
- {
318741
- "tags": {},
318742
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318743
- "description": "",
318744
- "displayName": "DeleteButton",
318745
- "methods": [],
318746
- "props": {
318747
- "onDelete": {
318748
- "defaultValue": null,
318749
- "description": "",
318750
- "name": "onDelete",
318751
- "parent": {
318752
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318753
- "name": "Props"
318754
- },
318755
- "declarations": [
318756
- {
318757
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318758
- "name": "Props"
318759
- }
318760
- ],
318761
- "required": true,
318762
- "type": {
318763
- "name": "() => void"
318764
- }
318765
- }
318766
- }
318767
- },
318768
318802
  {
318769
318803
  "tags": {},
318770
318804
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -318831,6 +318865,34 @@
318831
318865
  }
318832
318866
  }
318833
318867
  },
318868
+ {
318869
+ "tags": {},
318870
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318871
+ "description": "",
318872
+ "displayName": "DeleteButton",
318873
+ "methods": [],
318874
+ "props": {
318875
+ "onDelete": {
318876
+ "defaultValue": null,
318877
+ "description": "",
318878
+ "name": "onDelete",
318879
+ "parent": {
318880
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318881
+ "name": "Props"
318882
+ },
318883
+ "declarations": [
318884
+ {
318885
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318886
+ "name": "Props"
318887
+ }
318888
+ ],
318889
+ "required": true,
318890
+ "type": {
318891
+ "name": "() => void"
318892
+ }
318893
+ }
318894
+ }
318895
+ },
318834
318896
  {
318835
318897
  "tags": {},
318836
318898
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -322441,6 +322503,175 @@
322441
322503
  }
322442
322504
  }
322443
322505
  },
322506
+ {
322507
+ "tags": {
322508
+ "flr-generate": "all"
322509
+ },
322510
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
322511
+ "description": "",
322512
+ "displayName": "Line",
322513
+ "methods": [],
322514
+ "props": {
322515
+ "dataKey": {
322516
+ "defaultValue": null,
322517
+ "description": "",
322518
+ "name": "dataKey",
322519
+ "parent": {
322520
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322521
+ "name": "LineProps"
322522
+ },
322523
+ "declarations": [
322524
+ {
322525
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322526
+ "name": "LineProps"
322527
+ }
322528
+ ],
322529
+ "required": false,
322530
+ "type": {
322531
+ "name": "DataKey<ChartDataValue>"
322532
+ }
322533
+ },
322534
+ "color": {
322535
+ "defaultValue": {
322536
+ "value": "\"sea-green\""
322537
+ },
322538
+ "description": "The color of the line.",
322539
+ "name": "color",
322540
+ "parent": {
322541
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322542
+ "name": "LineProps"
322543
+ },
322544
+ "declarations": [
322545
+ {
322546
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322547
+ "name": "LineProps"
322548
+ }
322549
+ ],
322550
+ "required": false,
322551
+ "type": {
322552
+ "name": "CategoricalWithCustomColor"
322553
+ }
322554
+ },
322555
+ "className": {
322556
+ "defaultValue": null,
322557
+ "description": "",
322558
+ "name": "className",
322559
+ "parent": {
322560
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322561
+ "name": "HTMLAttributes"
322562
+ },
322563
+ "declarations": [
322564
+ {
322565
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322566
+ "name": "HTMLAttributes"
322567
+ }
322568
+ ],
322569
+ "required": false,
322570
+ "type": {
322571
+ "name": "string"
322572
+ }
322573
+ },
322574
+ "key": {
322575
+ "defaultValue": null,
322576
+ "description": "",
322577
+ "name": "key",
322578
+ "parent": {
322579
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322580
+ "name": "Attributes"
322581
+ },
322582
+ "declarations": [
322583
+ {
322584
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322585
+ "name": "Attributes"
322586
+ }
322587
+ ],
322588
+ "required": false,
322589
+ "type": {
322590
+ "name": "Key | null"
322591
+ }
322592
+ },
322593
+ "type": {
322594
+ "defaultValue": null,
322595
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
322596
+ "name": "type",
322597
+ "parent": {
322598
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322599
+ "name": "CurveProps"
322600
+ },
322601
+ "declarations": [
322602
+ {
322603
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322604
+ "name": "CurveProps"
322605
+ },
322606
+ {
322607
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322608
+ "name": "LineProps"
322609
+ }
322610
+ ],
322611
+ "required": false,
322612
+ "type": {
322613
+ "name": "CurveType"
322614
+ }
322615
+ },
322616
+ "unit": {
322617
+ "defaultValue": null,
322618
+ "description": "The unit of data. This option will be used in tooltip.",
322619
+ "name": "unit",
322620
+ "parent": {
322621
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322622
+ "name": "LineProps"
322623
+ },
322624
+ "declarations": [
322625
+ {
322626
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322627
+ "name": "LineProps"
322628
+ }
322629
+ ],
322630
+ "required": false,
322631
+ "type": {
322632
+ "name": "string | number | null"
322633
+ }
322634
+ },
322635
+ "xAxisId": {
322636
+ "defaultValue": null,
322637
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
322638
+ "name": "xAxisId",
322639
+ "parent": {
322640
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322641
+ "name": "LineProps"
322642
+ },
322643
+ "declarations": [
322644
+ {
322645
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322646
+ "name": "LineProps"
322647
+ }
322648
+ ],
322649
+ "required": false,
322650
+ "type": {
322651
+ "name": "AxisId"
322652
+ }
322653
+ },
322654
+ "yAxisId": {
322655
+ "defaultValue": null,
322656
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
322657
+ "name": "yAxisId",
322658
+ "parent": {
322659
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322660
+ "name": "LineProps"
322661
+ },
322662
+ "declarations": [
322663
+ {
322664
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322665
+ "name": "LineProps"
322666
+ }
322667
+ ],
322668
+ "required": false,
322669
+ "type": {
322670
+ "name": "AxisId"
322671
+ }
322672
+ }
322673
+ }
322674
+ },
322444
322675
  {
322445
322676
  "tags": {
322446
322677
  "flr-generate": "all"
@@ -322691,175 +322922,6 @@
322691
322922
  }
322692
322923
  }
322693
322924
  },
322694
- {
322695
- "tags": {
322696
- "flr-generate": "all"
322697
- },
322698
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
322699
- "description": "",
322700
- "displayName": "Line",
322701
- "methods": [],
322702
- "props": {
322703
- "dataKey": {
322704
- "defaultValue": null,
322705
- "description": "",
322706
- "name": "dataKey",
322707
- "parent": {
322708
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322709
- "name": "LineProps"
322710
- },
322711
- "declarations": [
322712
- {
322713
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322714
- "name": "LineProps"
322715
- }
322716
- ],
322717
- "required": false,
322718
- "type": {
322719
- "name": "DataKey<ChartDataValue>"
322720
- }
322721
- },
322722
- "color": {
322723
- "defaultValue": {
322724
- "value": "\"sea-green\""
322725
- },
322726
- "description": "The color of the line.",
322727
- "name": "color",
322728
- "parent": {
322729
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322730
- "name": "LineProps"
322731
- },
322732
- "declarations": [
322733
- {
322734
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322735
- "name": "LineProps"
322736
- }
322737
- ],
322738
- "required": false,
322739
- "type": {
322740
- "name": "CategoricalWithCustomColor"
322741
- }
322742
- },
322743
- "className": {
322744
- "defaultValue": null,
322745
- "description": "",
322746
- "name": "className",
322747
- "parent": {
322748
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322749
- "name": "HTMLAttributes"
322750
- },
322751
- "declarations": [
322752
- {
322753
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322754
- "name": "HTMLAttributes"
322755
- }
322756
- ],
322757
- "required": false,
322758
- "type": {
322759
- "name": "string"
322760
- }
322761
- },
322762
- "key": {
322763
- "defaultValue": null,
322764
- "description": "",
322765
- "name": "key",
322766
- "parent": {
322767
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322768
- "name": "Attributes"
322769
- },
322770
- "declarations": [
322771
- {
322772
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322773
- "name": "Attributes"
322774
- }
322775
- ],
322776
- "required": false,
322777
- "type": {
322778
- "name": "Key | null"
322779
- }
322780
- },
322781
- "type": {
322782
- "defaultValue": null,
322783
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
322784
- "name": "type",
322785
- "parent": {
322786
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322787
- "name": "CurveProps"
322788
- },
322789
- "declarations": [
322790
- {
322791
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322792
- "name": "CurveProps"
322793
- },
322794
- {
322795
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322796
- "name": "LineProps"
322797
- }
322798
- ],
322799
- "required": false,
322800
- "type": {
322801
- "name": "CurveType"
322802
- }
322803
- },
322804
- "unit": {
322805
- "defaultValue": null,
322806
- "description": "The unit of data. This option will be used in tooltip.",
322807
- "name": "unit",
322808
- "parent": {
322809
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322810
- "name": "LineProps"
322811
- },
322812
- "declarations": [
322813
- {
322814
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322815
- "name": "LineProps"
322816
- }
322817
- ],
322818
- "required": false,
322819
- "type": {
322820
- "name": "string | number | null"
322821
- }
322822
- },
322823
- "xAxisId": {
322824
- "defaultValue": null,
322825
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
322826
- "name": "xAxisId",
322827
- "parent": {
322828
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322829
- "name": "LineProps"
322830
- },
322831
- "declarations": [
322832
- {
322833
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322834
- "name": "LineProps"
322835
- }
322836
- ],
322837
- "required": false,
322838
- "type": {
322839
- "name": "AxisId"
322840
- }
322841
- },
322842
- "yAxisId": {
322843
- "defaultValue": null,
322844
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
322845
- "name": "yAxisId",
322846
- "parent": {
322847
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322848
- "name": "LineProps"
322849
- },
322850
- "declarations": [
322851
- {
322852
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322853
- "name": "LineProps"
322854
- }
322855
- ],
322856
- "required": false,
322857
- "type": {
322858
- "name": "AxisId"
322859
- }
322860
- }
322861
- }
322862
- },
322863
322925
  {
322864
322926
  "tags": {},
322865
322927
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -344490,9 +344552,9 @@
344490
344552
  "tags": {
344491
344553
  "flr-generate": "all"
344492
344554
  },
344493
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
344555
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
344494
344556
  "description": "",
344495
- "displayName": "GridList",
344557
+ "displayName": "GridListItem",
344496
344558
  "methods": [],
344497
344559
  "props": {
344498
344560
  "className": {
@@ -344516,157 +344578,151 @@
344516
344578
  "name": "ClassNameOrFunction<TooltipRenderProps>"
344517
344579
  }
344518
344580
  },
344519
- "disallowTypeAhead": {
344520
- "defaultValue": {
344521
- "value": "false"
344522
- },
344523
- "description": "Whether typeahead navigation is disabled.",
344524
- "name": "disallowTypeAhead",
344581
+ "id": {
344582
+ "defaultValue": null,
344583
+ "description": "The unique id of the item.",
344584
+ "name": "id",
344525
344585
  "parent": {
344526
344586
  "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",
344527
- "name": "GridListProps"
344587
+ "name": "MenuItemProps"
344528
344588
  },
344529
344589
  "declarations": [
344530
344590
  {
344531
344591
  "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",
344532
- "name": "GridListProps"
344592
+ "name": "MenuItemProps"
344533
344593
  }
344534
344594
  ],
344535
344595
  "required": false,
344536
344596
  "type": {
344537
- "name": "boolean"
344597
+ "name": "Key"
344538
344598
  }
344539
344599
  },
344540
- "selectionBehavior": {
344541
- "defaultValue": {
344542
- "value": "\"toggle\""
344543
- },
344544
- "description": "How multiple selection should behave in the collection.",
344545
- "name": "selectionBehavior",
344600
+ "value": {
344601
+ "defaultValue": null,
344602
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
344603
+ "name": "value",
344546
344604
  "parent": {
344547
344605
  "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",
344548
- "name": "TableProps"
344606
+ "name": "MenuItemProps"
344549
344607
  },
344550
344608
  "declarations": [
344551
344609
  {
344552
344610
  "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",
344553
- "name": "TableProps"
344611
+ "name": "MenuItemProps"
344554
344612
  }
344555
344613
  ],
344556
344614
  "required": false,
344557
344615
  "type": {
344558
- "name": "SelectionBehavior"
344616
+ "name": "object"
344559
344617
  }
344560
344618
  },
344561
- "dragAndDropHooks": {
344619
+ "textValue": {
344562
344620
  "defaultValue": null,
344563
- "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
344564
- "name": "dragAndDropHooks",
344621
+ "description": "A string representation of the item's contents, used for features like typeahead.",
344622
+ "name": "textValue",
344565
344623
  "parent": {
344566
344624
  "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",
344567
- "name": "TableProps"
344625
+ "name": "ListBoxItemProps"
344568
344626
  },
344569
344627
  "declarations": [
344570
344628
  {
344571
344629
  "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",
344572
- "name": "TableProps"
344630
+ "name": "ListBoxItemProps"
344573
344631
  }
344574
344632
  ],
344575
344633
  "required": false,
344576
344634
  "type": {
344577
- "name": "DragAndDropHooks<object>"
344635
+ "name": "string"
344578
344636
  }
344579
344637
  },
344580
- "renderEmptyState": {
344638
+ "isDisabled": {
344581
344639
  "defaultValue": null,
344582
- "description": "Provides content to display when there are no items in the list.",
344583
- "name": "renderEmptyState",
344640
+ "description": "Whether the item is disabled.",
344641
+ "name": "isDisabled",
344584
344642
  "parent": {
344585
344643
  "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",
344586
- "name": "ListBoxProps"
344644
+ "name": "ListBoxItemProps"
344587
344645
  },
344588
344646
  "declarations": [
344589
344647
  {
344590
344648
  "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",
344591
- "name": "ListBoxProps"
344649
+ "name": "ListBoxItemProps"
344592
344650
  }
344593
344651
  ],
344594
344652
  "required": false,
344595
344653
  "type": {
344596
- "name": "((props: ListBoxRenderProps) => ReactNode)"
344654
+ "name": "boolean"
344597
344655
  }
344598
344656
  },
344599
- "layout": {
344600
- "defaultValue": {
344601
- "value": "'stack'"
344602
- },
344603
- "description": "Whether the items are arranged in a stack or grid.",
344604
- "name": "layout",
344657
+ "onAction": {
344658
+ "defaultValue": null,
344659
+ "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.",
344660
+ "name": "onAction",
344605
344661
  "parent": {
344606
344662
  "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",
344607
- "name": "ListBoxProps"
344663
+ "name": "ListBoxItemProps"
344608
344664
  },
344609
344665
  "declarations": [
344610
344666
  {
344611
344667
  "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",
344612
- "name": "ListBoxProps"
344668
+ "name": "ListBoxItemProps"
344613
344669
  }
344614
344670
  ],
344615
344671
  "required": false,
344616
344672
  "type": {
344617
- "name": "\"grid\" | \"stack\""
344673
+ "name": "(() => void)"
344618
344674
  }
344619
344675
  },
344620
- "id": {
344676
+ "children": {
344621
344677
  "defaultValue": null,
344622
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
344623
- "name": "id",
344678
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
344679
+ "name": "children",
344624
344680
  "parent": {
344625
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344626
- "name": "DOMProps"
344681
+ "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",
344682
+ "name": "TableProps"
344627
344683
  },
344628
344684
  "declarations": [
344629
344685
  {
344630
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344631
- "name": "DOMProps"
344686
+ "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",
344687
+ "name": "TableProps"
344632
344688
  }
344633
344689
  ],
344634
344690
  "required": false,
344635
344691
  "type": {
344636
- "name": "string"
344692
+ "name": "ReactNode"
344637
344693
  }
344638
344694
  },
344639
- "aria-label": {
344695
+ "style": {
344640
344696
  "defaultValue": null,
344641
- "description": "Defines a string value that labels the current element.",
344642
- "name": "aria-label",
344697
+ "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.",
344698
+ "name": "style",
344643
344699
  "parent": {
344644
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344645
- "name": "AriaLabelingProps"
344700
+ "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",
344701
+ "name": "StyleRenderProps"
344646
344702
  },
344647
344703
  "declarations": [
344648
344704
  {
344649
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344650
- "name": "AriaLabelingProps"
344705
+ "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",
344706
+ "name": "StyleRenderProps"
344651
344707
  }
344652
344708
  ],
344653
344709
  "required": false,
344654
344710
  "type": {
344655
- "name": "string"
344711
+ "name": "StyleOrFunction<TooltipRenderProps>"
344656
344712
  }
344657
344713
  },
344658
- "aria-labelledby": {
344714
+ "href": {
344659
344715
  "defaultValue": null,
344660
- "description": "Identifies the element (or elements) that labels the current element.",
344661
- "name": "aria-labelledby",
344716
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
344717
+ "name": "href",
344662
344718
  "parent": {
344663
344719
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344664
- "name": "AriaLabelingProps"
344720
+ "name": "LinkDOMProps"
344665
344721
  },
344666
344722
  "declarations": [
344667
344723
  {
344668
344724
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344669
- "name": "AriaLabelingProps"
344725
+ "name": "LinkDOMProps"
344670
344726
  }
344671
344727
  ],
344672
344728
  "required": false,
@@ -344674,18 +344730,18 @@
344674
344730
  "name": "string"
344675
344731
  }
344676
344732
  },
344677
- "aria-describedby": {
344733
+ "hrefLang": {
344678
344734
  "defaultValue": null,
344679
- "description": "Identifies the element (or elements) that describes the object.",
344680
- "name": "aria-describedby",
344735
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
344736
+ "name": "hrefLang",
344681
344737
  "parent": {
344682
344738
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344683
- "name": "AriaLabelingProps"
344739
+ "name": "LinkDOMProps"
344684
344740
  },
344685
344741
  "declarations": [
344686
344742
  {
344687
344743
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344688
- "name": "AriaLabelingProps"
344744
+ "name": "LinkDOMProps"
344689
344745
  }
344690
344746
  ],
344691
344747
  "required": false,
@@ -344693,352 +344749,308 @@
344693
344749
  "name": "string"
344694
344750
  }
344695
344751
  },
344696
- "aria-details": {
344752
+ "target": {
344697
344753
  "defaultValue": null,
344698
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
344699
- "name": "aria-details",
344754
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
344755
+ "name": "target",
344700
344756
  "parent": {
344701
344757
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344702
- "name": "AriaLabelingProps"
344758
+ "name": "LinkDOMProps"
344703
344759
  },
344704
344760
  "declarations": [
344705
344761
  {
344706
344762
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344707
- "name": "AriaLabelingProps"
344763
+ "name": "LinkDOMProps"
344708
344764
  }
344709
344765
  ],
344710
344766
  "required": false,
344711
344767
  "type": {
344712
- "name": "string"
344768
+ "name": "HTMLAttributeAnchorTarget"
344713
344769
  }
344714
344770
  },
344715
- "autoFocus": {
344771
+ "rel": {
344716
344772
  "defaultValue": null,
344717
- "description": "Whether to auto focus the gridlist or an option.",
344718
- "name": "autoFocus",
344773
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
344774
+ "name": "rel",
344719
344775
  "parent": {
344720
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344721
- "name": "GridListProps"
344776
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344777
+ "name": "LinkDOMProps"
344722
344778
  },
344723
344779
  "declarations": [
344724
344780
  {
344725
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344726
- "name": "GridListProps"
344781
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344782
+ "name": "LinkDOMProps"
344727
344783
  }
344728
344784
  ],
344729
344785
  "required": false,
344730
344786
  "type": {
344731
- "name": "boolean | FocusStrategy"
344787
+ "name": "string"
344732
344788
  }
344733
344789
  },
344734
- "items": {
344790
+ "download": {
344735
344791
  "defaultValue": null,
344736
- "description": "Item objects in the collection.",
344737
- "name": "items",
344792
+ "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).",
344793
+ "name": "download",
344738
344794
  "parent": {
344739
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
344740
- "name": "CollectionBase"
344795
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344796
+ "name": "LinkDOMProps"
344741
344797
  },
344742
344798
  "declarations": [
344743
344799
  {
344744
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
344745
- "name": "CollectionBase"
344800
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344801
+ "name": "LinkDOMProps"
344746
344802
  }
344747
344803
  ],
344748
344804
  "required": false,
344749
344805
  "type": {
344750
- "name": "Iterable<object>"
344806
+ "name": "string | boolean"
344751
344807
  }
344752
344808
  },
344753
- "disallowEmptySelection": {
344809
+ "ping": {
344754
344810
  "defaultValue": null,
344755
- "description": "Whether the collection allows empty selection.",
344756
- "name": "disallowEmptySelection",
344811
+ "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).",
344812
+ "name": "ping",
344757
344813
  "parent": {
344758
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344759
- "name": "MultipleSelection"
344814
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344815
+ "name": "LinkDOMProps"
344760
344816
  },
344761
344817
  "declarations": [
344762
344818
  {
344763
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344764
- "name": "MultipleSelection"
344819
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344820
+ "name": "LinkDOMProps"
344765
344821
  }
344766
344822
  ],
344767
344823
  "required": false,
344768
344824
  "type": {
344769
- "name": "boolean"
344825
+ "name": "string"
344770
344826
  }
344771
344827
  },
344772
- "onSelectionChange": {
344828
+ "referrerPolicy": {
344773
344829
  "defaultValue": null,
344774
- "description": "Handler that is called when the selection changes.",
344775
- "name": "onSelectionChange",
344830
+ "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).",
344831
+ "name": "referrerPolicy",
344776
344832
  "parent": {
344777
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344778
- "name": "MultipleSelection"
344833
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344834
+ "name": "LinkDOMProps"
344779
344835
  },
344780
344836
  "declarations": [
344781
344837
  {
344782
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344783
- "name": "MultipleSelection"
344838
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344839
+ "name": "LinkDOMProps"
344784
344840
  }
344785
344841
  ],
344786
344842
  "required": false,
344787
344843
  "type": {
344788
- "name": "((keys: Selection) => void)"
344844
+ "name": "HTMLAttributeReferrerPolicy"
344789
344845
  }
344790
344846
  },
344791
- "disabledKeys": {
344847
+ "routerOptions": {
344792
344848
  "defaultValue": null,
344793
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
344794
- "name": "disabledKeys",
344795
- "parent": {
344796
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
344797
- "name": "CollectionBase"
344798
- },
344799
- "declarations": [
344800
- {
344801
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
344802
- "name": "CollectionBase"
344803
- }
344804
- ],
344805
- "required": false,
344806
- "type": {
344807
- "name": "Iterable<Key>"
344808
- }
344809
- },
344810
- "escapeKeyBehavior": {
344811
- "defaultValue": {
344812
- "value": "'clearSelection'"
344813
- },
344814
- "description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
344815
- "name": "escapeKeyBehavior",
344849
+ "description": "Options for the configured client side router.",
344850
+ "name": "routerOptions",
344816
344851
  "parent": {
344817
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344818
- "name": "AriaGridListProps"
344852
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344853
+ "name": "LinkDOMProps"
344819
344854
  },
344820
344855
  "declarations": [
344821
344856
  {
344822
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344823
- "name": "AriaGridListProps"
344857
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
344858
+ "name": "LinkDOMProps"
344824
344859
  }
344825
344860
  ],
344826
344861
  "required": false,
344827
344862
  "type": {
344828
- "name": "\"none\" | \"clearSelection\""
344863
+ "name": "undefined"
344829
344864
  }
344830
344865
  },
344831
- "shouldSelectOnPressUp": {
344866
+ "onHoverStart": {
344832
344867
  "defaultValue": null,
344833
- "description": "Whether selection should occur on press up instead of press down.",
344834
- "name": "shouldSelectOnPressUp",
344868
+ "description": "Handler that is called when a hover interaction starts.",
344869
+ "name": "onHoverStart",
344835
344870
  "parent": {
344836
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344837
- "name": "GridListProps"
344871
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344872
+ "name": "HoverEvents"
344838
344873
  },
344839
344874
  "declarations": [
344840
344875
  {
344841
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344842
- "name": "GridListProps"
344876
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344877
+ "name": "HoverEvents"
344843
344878
  }
344844
344879
  ],
344845
344880
  "required": false,
344846
344881
  "type": {
344847
- "name": "boolean"
344882
+ "name": "((e: HoverEvent) => void)"
344848
344883
  }
344849
344884
  },
344850
- "selectionMode": {
344885
+ "onHoverEnd": {
344851
344886
  "defaultValue": null,
344852
- "description": "The type of selection that is allowed in the collection.",
344853
- "name": "selectionMode",
344887
+ "description": "Handler that is called when a hover interaction ends.",
344888
+ "name": "onHoverEnd",
344854
344889
  "parent": {
344855
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344856
- "name": "MultipleSelection"
344890
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344891
+ "name": "HoverEvents"
344857
344892
  },
344858
344893
  "declarations": [
344859
344894
  {
344860
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344861
- "name": "MultipleSelection"
344895
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344896
+ "name": "HoverEvents"
344862
344897
  }
344863
344898
  ],
344864
344899
  "required": false,
344865
344900
  "type": {
344866
- "name": "SelectionMode"
344901
+ "name": "((e: HoverEvent) => void)"
344867
344902
  }
344868
344903
  },
344869
- "selectedKeys": {
344904
+ "onHoverChange": {
344870
344905
  "defaultValue": null,
344871
- "description": "The currently selected keys in the collection (controlled).",
344872
- "name": "selectedKeys",
344906
+ "description": "Handler that is called when the hover state changes.",
344907
+ "name": "onHoverChange",
344873
344908
  "parent": {
344874
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344875
- "name": "MultipleSelection"
344909
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344910
+ "name": "HoverEvents"
344876
344911
  },
344877
344912
  "declarations": [
344878
344913
  {
344879
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344880
- "name": "MultipleSelection"
344914
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344915
+ "name": "HoverEvents"
344881
344916
  }
344882
344917
  ],
344883
344918
  "required": false,
344884
344919
  "type": {
344885
- "name": "\"all\" | Iterable<Key>"
344920
+ "name": "((isHovering: boolean) => void)"
344886
344921
  }
344887
344922
  },
344888
- "defaultSelectedKeys": {
344923
+ "onPress": {
344889
344924
  "defaultValue": null,
344890
- "description": "The initial selected keys in the collection (uncontrolled).",
344891
- "name": "defaultSelectedKeys",
344892
- "parent": {
344893
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344894
- "name": "MultipleSelection"
344895
- },
344896
- "declarations": [
344897
- {
344898
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
344899
- "name": "MultipleSelection"
344900
- }
344901
- ],
344902
- "required": false,
344903
- "type": {
344904
- "name": "\"all\" | Iterable<Key>"
344905
- }
344906
- },
344907
- "disabledBehavior": {
344908
- "defaultValue": {
344909
- "value": "\"all\""
344910
- },
344911
- "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
344912
- "name": "disabledBehavior",
344925
+ "description": "Handler that is called when the press is released over the target.",
344926
+ "name": "onPress",
344913
344927
  "parent": {
344914
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344915
- "name": "GridListProps"
344928
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344929
+ "name": "PressEvents"
344916
344930
  },
344917
344931
  "declarations": [
344918
344932
  {
344919
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344920
- "name": "GridListProps"
344933
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344934
+ "name": "PressEvents"
344921
344935
  }
344922
344936
  ],
344923
344937
  "required": false,
344924
344938
  "type": {
344925
- "name": "DisabledBehavior"
344939
+ "name": "((e: PressEvent) => void)"
344926
344940
  }
344927
344941
  },
344928
- "onAction": {
344942
+ "onPressStart": {
344929
344943
  "defaultValue": null,
344930
- "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
344931
- "name": "onAction",
344944
+ "description": "Handler that is called when a press interaction starts.",
344945
+ "name": "onPressStart",
344932
344946
  "parent": {
344933
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344934
- "name": "GridListProps"
344947
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344948
+ "name": "PressEvents"
344935
344949
  },
344936
344950
  "declarations": [
344937
344951
  {
344938
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344939
- "name": "GridListProps"
344952
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344953
+ "name": "PressEvents"
344940
344954
  }
344941
344955
  ],
344942
344956
  "required": false,
344943
344957
  "type": {
344944
- "name": "((key: Key) => void)"
344958
+ "name": "((e: PressEvent) => void)"
344945
344959
  }
344946
344960
  },
344947
- "keyboardNavigationBehavior": {
344948
- "defaultValue": {
344949
- "value": "'arrow'"
344950
- },
344951
- "description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
344952
- "name": "keyboardNavigationBehavior",
344961
+ "onPressEnd": {
344962
+ "defaultValue": null,
344963
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
344964
+ "name": "onPressEnd",
344953
344965
  "parent": {
344954
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344955
- "name": "AriaGridListProps"
344966
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344967
+ "name": "PressEvents"
344956
344968
  },
344957
344969
  "declarations": [
344958
344970
  {
344959
- "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
344960
- "name": "AriaGridListProps"
344971
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344972
+ "name": "PressEvents"
344961
344973
  }
344962
344974
  ],
344963
344975
  "required": false,
344964
344976
  "type": {
344965
- "name": "\"tab\" | \"arrow\""
344977
+ "name": "((e: PressEvent) => void)"
344966
344978
  }
344967
344979
  },
344968
- "children": {
344980
+ "onPressChange": {
344969
344981
  "defaultValue": null,
344970
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
344971
- "name": "children",
344982
+ "description": "Handler that is called when the press state changes.",
344983
+ "name": "onPressChange",
344972
344984
  "parent": {
344973
- "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",
344974
- "name": "TableProps"
344985
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344986
+ "name": "PressEvents"
344975
344987
  },
344976
344988
  "declarations": [
344977
344989
  {
344978
- "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",
344979
- "name": "TableProps"
344990
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
344991
+ "name": "PressEvents"
344980
344992
  }
344981
344993
  ],
344982
344994
  "required": false,
344983
344995
  "type": {
344984
- "name": "ReactNode"
344996
+ "name": "((isPressed: boolean) => void)"
344985
344997
  }
344986
344998
  },
344987
- "dependencies": {
344999
+ "onPressUp": {
344988
345000
  "defaultValue": null,
344989
- "description": "Values that should invalidate the item cache when using dynamic collections.",
344990
- "name": "dependencies",
345001
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
345002
+ "name": "onPressUp",
344991
345003
  "parent": {
344992
- "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",
344993
- "name": "CollectionProps"
345004
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345005
+ "name": "PressEvents"
344994
345006
  },
344995
345007
  "declarations": [
344996
345008
  {
344997
- "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",
344998
- "name": "CollectionProps"
345009
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345010
+ "name": "PressEvents"
344999
345011
  }
345000
345012
  ],
345001
345013
  "required": false,
345002
345014
  "type": {
345003
- "name": "readonly any[]"
345015
+ "name": "((e: PressEvent) => void)"
345004
345016
  }
345005
345017
  },
345006
- "style": {
345018
+ "onClick": {
345007
345019
  "defaultValue": null,
345008
- "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.",
345009
- "name": "style",
345020
+ "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.",
345021
+ "name": "onClick",
345010
345022
  "parent": {
345011
- "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",
345012
- "name": "StyleRenderProps"
345023
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345024
+ "name": "PressEvents"
345013
345025
  },
345014
345026
  "declarations": [
345015
345027
  {
345016
- "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",
345017
- "name": "StyleRenderProps"
345028
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
345029
+ "name": "PressEvents"
345018
345030
  }
345019
345031
  ],
345020
345032
  "required": false,
345021
345033
  "type": {
345022
- "name": "StyleOrFunction<TooltipRenderProps>"
345034
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
345023
345035
  }
345024
345036
  },
345025
- "slot": {
345037
+ "translate": {
345026
345038
  "defaultValue": null,
345027
- "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
345028
- "name": "slot",
345039
+ "description": "",
345040
+ "name": "translate",
345029
345041
  "parent": {
345030
- "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",
345031
- "name": "SlotProps"
345042
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345043
+ "name": "GlobalDOMAttributes"
345032
345044
  },
345033
345045
  "declarations": [
345034
345046
  {
345035
- "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",
345036
- "name": "SlotProps"
345047
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345048
+ "name": "GlobalDOMAttributes"
345037
345049
  }
345038
345050
  ],
345039
345051
  "required": false,
345040
345052
  "type": {
345041
- "name": "string | null"
345053
+ "name": "\"yes\" | \"no\""
345042
345054
  }
345043
345055
  },
345044
345056
  "dir": {
@@ -345117,44 +345129,6 @@
345117
345129
  "name": "boolean"
345118
345130
  }
345119
345131
  },
345120
- "translate": {
345121
- "defaultValue": null,
345122
- "description": "",
345123
- "name": "translate",
345124
- "parent": {
345125
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345126
- "name": "GlobalDOMAttributes"
345127
- },
345128
- "declarations": [
345129
- {
345130
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345131
- "name": "GlobalDOMAttributes"
345132
- }
345133
- ],
345134
- "required": false,
345135
- "type": {
345136
- "name": "\"yes\" | \"no\""
345137
- }
345138
- },
345139
- "onClick": {
345140
- "defaultValue": null,
345141
- "description": "",
345142
- "name": "onClick",
345143
- "parent": {
345144
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345145
- "name": "GlobalDOMEvents"
345146
- },
345147
- "declarations": [
345148
- {
345149
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
345150
- "name": "GlobalDOMEvents"
345151
- }
345152
- ],
345153
- "required": false,
345154
- "type": {
345155
- "name": "MouseEventHandler<HTMLDivElement>"
345156
- }
345157
- },
345158
345132
  "onClickCapture": {
345159
345133
  "defaultValue": null,
345160
345134
  "description": "",
@@ -346352,34 +346326,34 @@
346352
346326
  "name": "TransitionEventHandler<HTMLDivElement>"
346353
346327
  }
346354
346328
  },
346355
- "tileMaxWidth": {
346329
+ "hasAction": {
346356
346330
  "defaultValue": null,
346357
346331
  "description": "",
346358
- "name": "tileMaxWidth",
346332
+ "name": "hasAction",
346359
346333
  "declarations": [
346360
346334
  {
346361
- "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
346335
+ "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
346362
346336
  "name": "TypeLiteral"
346363
346337
  }
346364
346338
  ],
346365
- "required": true,
346339
+ "required": false,
346366
346340
  "type": {
346367
- "name": "number"
346341
+ "name": "boolean"
346368
346342
  }
346369
346343
  },
346370
- "emptyView": {
346344
+ "isTile": {
346371
346345
  "defaultValue": null,
346372
346346
  "description": "",
346373
- "name": "emptyView",
346347
+ "name": "isTile",
346374
346348
  "declarations": [
346375
346349
  {
346376
- "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
346350
+ "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
346377
346351
  "name": "TypeLiteral"
346378
346352
  }
346379
346353
  ],
346380
346354
  "required": false,
346381
346355
  "type": {
346382
- "name": "ReactNode"
346356
+ "name": "boolean"
346383
346357
  }
346384
346358
  }
346385
346359
  }
@@ -346388,9 +346362,9 @@
346388
346362
  "tags": {
346389
346363
  "flr-generate": "all"
346390
346364
  },
346391
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
346365
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/views/GridList/GridList.tsx",
346392
346366
  "description": "",
346393
- "displayName": "GridListItem",
346367
+ "displayName": "GridList",
346394
346368
  "methods": [],
346395
346369
  "props": {
346396
346370
  "className": {
@@ -346414,151 +346388,157 @@
346414
346388
  "name": "ClassNameOrFunction<TooltipRenderProps>"
346415
346389
  }
346416
346390
  },
346417
- "id": {
346418
- "defaultValue": null,
346419
- "description": "The unique id of the item.",
346420
- "name": "id",
346391
+ "disallowTypeAhead": {
346392
+ "defaultValue": {
346393
+ "value": "false"
346394
+ },
346395
+ "description": "Whether typeahead navigation is disabled.",
346396
+ "name": "disallowTypeAhead",
346421
346397
  "parent": {
346422
346398
  "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",
346423
- "name": "MenuItemProps"
346399
+ "name": "GridListProps"
346424
346400
  },
346425
346401
  "declarations": [
346426
346402
  {
346427
346403
  "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",
346428
- "name": "MenuItemProps"
346404
+ "name": "GridListProps"
346429
346405
  }
346430
346406
  ],
346431
346407
  "required": false,
346432
346408
  "type": {
346433
- "name": "Key"
346409
+ "name": "boolean"
346434
346410
  }
346435
346411
  },
346436
- "value": {
346437
- "defaultValue": null,
346438
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
346439
- "name": "value",
346412
+ "selectionBehavior": {
346413
+ "defaultValue": {
346414
+ "value": "\"toggle\""
346415
+ },
346416
+ "description": "How multiple selection should behave in the collection.",
346417
+ "name": "selectionBehavior",
346440
346418
  "parent": {
346441
346419
  "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",
346442
- "name": "MenuItemProps"
346420
+ "name": "TableProps"
346443
346421
  },
346444
346422
  "declarations": [
346445
346423
  {
346446
346424
  "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",
346447
- "name": "MenuItemProps"
346425
+ "name": "TableProps"
346448
346426
  }
346449
346427
  ],
346450
346428
  "required": false,
346451
346429
  "type": {
346452
- "name": "object"
346430
+ "name": "SelectionBehavior"
346453
346431
  }
346454
346432
  },
346455
- "textValue": {
346433
+ "dragAndDropHooks": {
346456
346434
  "defaultValue": null,
346457
- "description": "A string representation of the item's contents, used for features like typeahead.",
346458
- "name": "textValue",
346435
+ "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
346436
+ "name": "dragAndDropHooks",
346459
346437
  "parent": {
346460
346438
  "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",
346461
- "name": "ListBoxItemProps"
346439
+ "name": "TableProps"
346462
346440
  },
346463
346441
  "declarations": [
346464
346442
  {
346465
346443
  "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",
346466
- "name": "ListBoxItemProps"
346444
+ "name": "TableProps"
346467
346445
  }
346468
346446
  ],
346469
346447
  "required": false,
346470
346448
  "type": {
346471
- "name": "string"
346449
+ "name": "DragAndDropHooks<object>"
346472
346450
  }
346473
346451
  },
346474
- "isDisabled": {
346452
+ "renderEmptyState": {
346475
346453
  "defaultValue": null,
346476
- "description": "Whether the item is disabled.",
346477
- "name": "isDisabled",
346454
+ "description": "Provides content to display when there are no items in the list.",
346455
+ "name": "renderEmptyState",
346478
346456
  "parent": {
346479
346457
  "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",
346480
- "name": "ListBoxItemProps"
346458
+ "name": "ListBoxProps"
346481
346459
  },
346482
346460
  "declarations": [
346483
346461
  {
346484
346462
  "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",
346485
- "name": "ListBoxItemProps"
346463
+ "name": "ListBoxProps"
346486
346464
  }
346487
346465
  ],
346488
346466
  "required": false,
346489
346467
  "type": {
346490
- "name": "boolean"
346468
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
346491
346469
  }
346492
346470
  },
346493
- "onAction": {
346494
- "defaultValue": null,
346495
- "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.",
346496
- "name": "onAction",
346471
+ "layout": {
346472
+ "defaultValue": {
346473
+ "value": "'stack'"
346474
+ },
346475
+ "description": "Whether the items are arranged in a stack or grid.",
346476
+ "name": "layout",
346497
346477
  "parent": {
346498
346478
  "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",
346499
- "name": "ListBoxItemProps"
346479
+ "name": "ListBoxProps"
346500
346480
  },
346501
346481
  "declarations": [
346502
346482
  {
346503
346483
  "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",
346504
- "name": "ListBoxItemProps"
346484
+ "name": "ListBoxProps"
346505
346485
  }
346506
346486
  ],
346507
346487
  "required": false,
346508
346488
  "type": {
346509
- "name": "(() => void)"
346489
+ "name": "\"grid\" | \"stack\""
346510
346490
  }
346511
346491
  },
346512
- "children": {
346492
+ "id": {
346513
346493
  "defaultValue": null,
346514
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
346515
- "name": "children",
346494
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
346495
+ "name": "id",
346516
346496
  "parent": {
346517
- "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",
346518
- "name": "TableProps"
346497
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346498
+ "name": "DOMProps"
346519
346499
  },
346520
346500
  "declarations": [
346521
346501
  {
346522
- "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",
346523
- "name": "TableProps"
346502
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346503
+ "name": "DOMProps"
346524
346504
  }
346525
346505
  ],
346526
346506
  "required": false,
346527
346507
  "type": {
346528
- "name": "ReactNode"
346508
+ "name": "string"
346529
346509
  }
346530
346510
  },
346531
- "style": {
346511
+ "aria-label": {
346532
346512
  "defaultValue": null,
346533
- "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.",
346534
- "name": "style",
346513
+ "description": "Defines a string value that labels the current element.",
346514
+ "name": "aria-label",
346535
346515
  "parent": {
346536
- "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",
346537
- "name": "StyleRenderProps"
346516
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346517
+ "name": "AriaLabelingProps"
346538
346518
  },
346539
346519
  "declarations": [
346540
346520
  {
346541
- "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",
346542
- "name": "StyleRenderProps"
346521
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346522
+ "name": "AriaLabelingProps"
346543
346523
  }
346544
346524
  ],
346545
346525
  "required": false,
346546
346526
  "type": {
346547
- "name": "StyleOrFunction<TooltipRenderProps>"
346527
+ "name": "string"
346548
346528
  }
346549
346529
  },
346550
- "href": {
346530
+ "aria-labelledby": {
346551
346531
  "defaultValue": null,
346552
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
346553
- "name": "href",
346532
+ "description": "Identifies the element (or elements) that labels the current element.",
346533
+ "name": "aria-labelledby",
346554
346534
  "parent": {
346555
346535
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346556
- "name": "LinkDOMProps"
346536
+ "name": "AriaLabelingProps"
346557
346537
  },
346558
346538
  "declarations": [
346559
346539
  {
346560
346540
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346561
- "name": "LinkDOMProps"
346541
+ "name": "AriaLabelingProps"
346562
346542
  }
346563
346543
  ],
346564
346544
  "required": false,
@@ -346566,18 +346546,18 @@
346566
346546
  "name": "string"
346567
346547
  }
346568
346548
  },
346569
- "hrefLang": {
346549
+ "aria-describedby": {
346570
346550
  "defaultValue": null,
346571
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
346572
- "name": "hrefLang",
346551
+ "description": "Identifies the element (or elements) that describes the object.",
346552
+ "name": "aria-describedby",
346573
346553
  "parent": {
346574
346554
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346575
- "name": "LinkDOMProps"
346555
+ "name": "AriaLabelingProps"
346576
346556
  },
346577
346557
  "declarations": [
346578
346558
  {
346579
346559
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346580
- "name": "LinkDOMProps"
346560
+ "name": "AriaLabelingProps"
346581
346561
  }
346582
346562
  ],
346583
346563
  "required": false,
@@ -346585,308 +346565,352 @@
346585
346565
  "name": "string"
346586
346566
  }
346587
346567
  },
346588
- "target": {
346568
+ "aria-details": {
346589
346569
  "defaultValue": null,
346590
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
346591
- "name": "target",
346570
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
346571
+ "name": "aria-details",
346592
346572
  "parent": {
346593
346573
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346594
- "name": "LinkDOMProps"
346574
+ "name": "AriaLabelingProps"
346595
346575
  },
346596
346576
  "declarations": [
346597
346577
  {
346598
346578
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346599
- "name": "LinkDOMProps"
346579
+ "name": "AriaLabelingProps"
346600
346580
  }
346601
346581
  ],
346602
346582
  "required": false,
346603
346583
  "type": {
346604
- "name": "HTMLAttributeAnchorTarget"
346584
+ "name": "string"
346605
346585
  }
346606
346586
  },
346607
- "rel": {
346587
+ "autoFocus": {
346608
346588
  "defaultValue": null,
346609
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
346610
- "name": "rel",
346589
+ "description": "Whether to auto focus the gridlist or an option.",
346590
+ "name": "autoFocus",
346611
346591
  "parent": {
346612
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346613
- "name": "LinkDOMProps"
346592
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346593
+ "name": "GridListProps"
346614
346594
  },
346615
346595
  "declarations": [
346616
346596
  {
346617
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346618
- "name": "LinkDOMProps"
346597
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346598
+ "name": "GridListProps"
346619
346599
  }
346620
346600
  ],
346621
346601
  "required": false,
346622
346602
  "type": {
346623
- "name": "string"
346603
+ "name": "boolean | FocusStrategy"
346624
346604
  }
346625
346605
  },
346626
- "download": {
346606
+ "items": {
346627
346607
  "defaultValue": null,
346628
- "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).",
346629
- "name": "download",
346608
+ "description": "Item objects in the collection.",
346609
+ "name": "items",
346630
346610
  "parent": {
346631
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346632
- "name": "LinkDOMProps"
346611
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346612
+ "name": "CollectionBase"
346633
346613
  },
346634
346614
  "declarations": [
346635
346615
  {
346636
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346637
- "name": "LinkDOMProps"
346616
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346617
+ "name": "CollectionBase"
346638
346618
  }
346639
346619
  ],
346640
346620
  "required": false,
346641
346621
  "type": {
346642
- "name": "string | boolean"
346622
+ "name": "Iterable<object>"
346643
346623
  }
346644
346624
  },
346645
- "ping": {
346625
+ "disallowEmptySelection": {
346646
346626
  "defaultValue": null,
346647
- "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).",
346648
- "name": "ping",
346627
+ "description": "Whether the collection allows empty selection.",
346628
+ "name": "disallowEmptySelection",
346649
346629
  "parent": {
346650
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346651
- "name": "LinkDOMProps"
346630
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346631
+ "name": "MultipleSelection"
346652
346632
  },
346653
346633
  "declarations": [
346654
346634
  {
346655
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346656
- "name": "LinkDOMProps"
346635
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346636
+ "name": "MultipleSelection"
346657
346637
  }
346658
346638
  ],
346659
346639
  "required": false,
346660
346640
  "type": {
346661
- "name": "string"
346641
+ "name": "boolean"
346662
346642
  }
346663
346643
  },
346664
- "referrerPolicy": {
346644
+ "onSelectionChange": {
346665
346645
  "defaultValue": null,
346666
- "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).",
346667
- "name": "referrerPolicy",
346646
+ "description": "Handler that is called when the selection changes.",
346647
+ "name": "onSelectionChange",
346668
346648
  "parent": {
346669
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346670
- "name": "LinkDOMProps"
346649
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346650
+ "name": "MultipleSelection"
346671
346651
  },
346672
346652
  "declarations": [
346673
346653
  {
346674
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346675
- "name": "LinkDOMProps"
346654
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346655
+ "name": "MultipleSelection"
346676
346656
  }
346677
346657
  ],
346678
346658
  "required": false,
346679
346659
  "type": {
346680
- "name": "HTMLAttributeReferrerPolicy"
346660
+ "name": "((keys: Selection) => void)"
346681
346661
  }
346682
346662
  },
346683
- "routerOptions": {
346663
+ "disabledKeys": {
346684
346664
  "defaultValue": null,
346685
- "description": "Options for the configured client side router.",
346686
- "name": "routerOptions",
346665
+ "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
346666
+ "name": "disabledKeys",
346687
346667
  "parent": {
346688
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346689
- "name": "LinkDOMProps"
346668
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346669
+ "name": "CollectionBase"
346690
346670
  },
346691
346671
  "declarations": [
346692
346672
  {
346693
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346694
- "name": "LinkDOMProps"
346673
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
346674
+ "name": "CollectionBase"
346695
346675
  }
346696
346676
  ],
346697
346677
  "required": false,
346698
346678
  "type": {
346699
- "name": "undefined"
346679
+ "name": "Iterable<Key>"
346700
346680
  }
346701
346681
  },
346702
- "onHoverStart": {
346703
- "defaultValue": null,
346704
- "description": "Handler that is called when a hover interaction starts.",
346705
- "name": "onHoverStart",
346682
+ "escapeKeyBehavior": {
346683
+ "defaultValue": {
346684
+ "value": "'clearSelection'"
346685
+ },
346686
+ "description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
346687
+ "name": "escapeKeyBehavior",
346706
346688
  "parent": {
346707
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346708
- "name": "HoverEvents"
346689
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346690
+ "name": "AriaGridListProps"
346709
346691
  },
346710
346692
  "declarations": [
346711
346693
  {
346712
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346713
- "name": "HoverEvents"
346694
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346695
+ "name": "AriaGridListProps"
346714
346696
  }
346715
346697
  ],
346716
346698
  "required": false,
346717
346699
  "type": {
346718
- "name": "((e: HoverEvent) => void)"
346700
+ "name": "\"none\" | \"clearSelection\""
346719
346701
  }
346720
346702
  },
346721
- "onHoverEnd": {
346703
+ "shouldSelectOnPressUp": {
346722
346704
  "defaultValue": null,
346723
- "description": "Handler that is called when a hover interaction ends.",
346724
- "name": "onHoverEnd",
346705
+ "description": "Whether selection should occur on press up instead of press down.",
346706
+ "name": "shouldSelectOnPressUp",
346725
346707
  "parent": {
346726
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346727
- "name": "HoverEvents"
346708
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346709
+ "name": "GridListProps"
346728
346710
  },
346729
346711
  "declarations": [
346730
346712
  {
346731
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346732
- "name": "HoverEvents"
346713
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346714
+ "name": "GridListProps"
346733
346715
  }
346734
346716
  ],
346735
346717
  "required": false,
346736
346718
  "type": {
346737
- "name": "((e: HoverEvent) => void)"
346719
+ "name": "boolean"
346738
346720
  }
346739
346721
  },
346740
- "onHoverChange": {
346722
+ "selectionMode": {
346741
346723
  "defaultValue": null,
346742
- "description": "Handler that is called when the hover state changes.",
346743
- "name": "onHoverChange",
346724
+ "description": "The type of selection that is allowed in the collection.",
346725
+ "name": "selectionMode",
346744
346726
  "parent": {
346745
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346746
- "name": "HoverEvents"
346727
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346728
+ "name": "MultipleSelection"
346747
346729
  },
346748
346730
  "declarations": [
346749
346731
  {
346750
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346751
- "name": "HoverEvents"
346732
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346733
+ "name": "MultipleSelection"
346752
346734
  }
346753
346735
  ],
346754
346736
  "required": false,
346755
346737
  "type": {
346756
- "name": "((isHovering: boolean) => void)"
346738
+ "name": "SelectionMode"
346757
346739
  }
346758
346740
  },
346759
- "onPress": {
346741
+ "selectedKeys": {
346760
346742
  "defaultValue": null,
346761
- "description": "Handler that is called when the press is released over the target.",
346762
- "name": "onPress",
346743
+ "description": "The currently selected keys in the collection (controlled).",
346744
+ "name": "selectedKeys",
346763
346745
  "parent": {
346764
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346765
- "name": "PressEvents"
346746
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346747
+ "name": "MultipleSelection"
346766
346748
  },
346767
346749
  "declarations": [
346768
346750
  {
346769
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346770
- "name": "PressEvents"
346751
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346752
+ "name": "MultipleSelection"
346771
346753
  }
346772
346754
  ],
346773
346755
  "required": false,
346774
346756
  "type": {
346775
- "name": "((e: PressEvent) => void)"
346757
+ "name": "\"all\" | Iterable<Key>"
346776
346758
  }
346777
346759
  },
346778
- "onPressStart": {
346760
+ "defaultSelectedKeys": {
346779
346761
  "defaultValue": null,
346780
- "description": "Handler that is called when a press interaction starts.",
346781
- "name": "onPressStart",
346762
+ "description": "The initial selected keys in the collection (uncontrolled).",
346763
+ "name": "defaultSelectedKeys",
346782
346764
  "parent": {
346783
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346784
- "name": "PressEvents"
346765
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346766
+ "name": "MultipleSelection"
346785
346767
  },
346786
346768
  "declarations": [
346787
346769
  {
346788
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346789
- "name": "PressEvents"
346770
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
346771
+ "name": "MultipleSelection"
346790
346772
  }
346791
346773
  ],
346792
346774
  "required": false,
346793
346775
  "type": {
346794
- "name": "((e: PressEvent) => void)"
346776
+ "name": "\"all\" | Iterable<Key>"
346795
346777
  }
346796
346778
  },
346797
- "onPressEnd": {
346779
+ "disabledBehavior": {
346780
+ "defaultValue": {
346781
+ "value": "\"all\""
346782
+ },
346783
+ "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
346784
+ "name": "disabledBehavior",
346785
+ "parent": {
346786
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346787
+ "name": "GridListProps"
346788
+ },
346789
+ "declarations": [
346790
+ {
346791
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346792
+ "name": "GridListProps"
346793
+ }
346794
+ ],
346795
+ "required": false,
346796
+ "type": {
346797
+ "name": "DisabledBehavior"
346798
+ }
346799
+ },
346800
+ "onAction": {
346798
346801
  "defaultValue": null,
346799
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
346800
- "name": "onPressEnd",
346802
+ "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
346803
+ "name": "onAction",
346801
346804
  "parent": {
346802
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346803
- "name": "PressEvents"
346805
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346806
+ "name": "GridListProps"
346804
346807
  },
346805
346808
  "declarations": [
346806
346809
  {
346807
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346808
- "name": "PressEvents"
346810
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346811
+ "name": "GridListProps"
346809
346812
  }
346810
346813
  ],
346811
346814
  "required": false,
346812
346815
  "type": {
346813
- "name": "((e: PressEvent) => void)"
346816
+ "name": "((key: Key) => void)"
346814
346817
  }
346815
346818
  },
346816
- "onPressChange": {
346819
+ "keyboardNavigationBehavior": {
346820
+ "defaultValue": {
346821
+ "value": "'arrow'"
346822
+ },
346823
+ "description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
346824
+ "name": "keyboardNavigationBehavior",
346825
+ "parent": {
346826
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346827
+ "name": "AriaGridListProps"
346828
+ },
346829
+ "declarations": [
346830
+ {
346831
+ "fileName": "flow/node_modules/.pnpm/@react-aria+gridlist@3.14.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/gridlist/dist/types.d.ts",
346832
+ "name": "AriaGridListProps"
346833
+ }
346834
+ ],
346835
+ "required": false,
346836
+ "type": {
346837
+ "name": "\"tab\" | \"arrow\""
346838
+ }
346839
+ },
346840
+ "children": {
346817
346841
  "defaultValue": null,
346818
- "description": "Handler that is called when the press state changes.",
346819
- "name": "onPressChange",
346842
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
346843
+ "name": "children",
346820
346844
  "parent": {
346821
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346822
- "name": "PressEvents"
346845
+ "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",
346846
+ "name": "TableProps"
346823
346847
  },
346824
346848
  "declarations": [
346825
346849
  {
346826
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346827
- "name": "PressEvents"
346850
+ "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",
346851
+ "name": "TableProps"
346828
346852
  }
346829
346853
  ],
346830
346854
  "required": false,
346831
346855
  "type": {
346832
- "name": "((isPressed: boolean) => void)"
346856
+ "name": "ReactNode"
346833
346857
  }
346834
346858
  },
346835
- "onPressUp": {
346859
+ "dependencies": {
346836
346860
  "defaultValue": null,
346837
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
346838
- "name": "onPressUp",
346861
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
346862
+ "name": "dependencies",
346839
346863
  "parent": {
346840
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346841
- "name": "PressEvents"
346864
+ "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",
346865
+ "name": "CollectionProps"
346842
346866
  },
346843
346867
  "declarations": [
346844
346868
  {
346845
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346846
- "name": "PressEvents"
346869
+ "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",
346870
+ "name": "CollectionProps"
346847
346871
  }
346848
346872
  ],
346849
346873
  "required": false,
346850
346874
  "type": {
346851
- "name": "((e: PressEvent) => void)"
346875
+ "name": "readonly any[]"
346852
346876
  }
346853
346877
  },
346854
- "onClick": {
346878
+ "style": {
346855
346879
  "defaultValue": null,
346856
- "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.",
346857
- "name": "onClick",
346880
+ "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.",
346881
+ "name": "style",
346858
346882
  "parent": {
346859
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346860
- "name": "PressEvents"
346883
+ "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",
346884
+ "name": "StyleRenderProps"
346861
346885
  },
346862
346886
  "declarations": [
346863
346887
  {
346864
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
346865
- "name": "PressEvents"
346888
+ "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",
346889
+ "name": "StyleRenderProps"
346866
346890
  }
346867
346891
  ],
346868
346892
  "required": false,
346869
346893
  "type": {
346870
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
346894
+ "name": "StyleOrFunction<TooltipRenderProps>"
346871
346895
  }
346872
346896
  },
346873
- "translate": {
346897
+ "slot": {
346874
346898
  "defaultValue": null,
346875
- "description": "",
346876
- "name": "translate",
346899
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
346900
+ "name": "slot",
346877
346901
  "parent": {
346878
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346879
- "name": "GlobalDOMAttributes"
346902
+ "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",
346903
+ "name": "SlotProps"
346880
346904
  },
346881
346905
  "declarations": [
346882
346906
  {
346883
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346884
- "name": "GlobalDOMAttributes"
346907
+ "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",
346908
+ "name": "SlotProps"
346885
346909
  }
346886
346910
  ],
346887
346911
  "required": false,
346888
346912
  "type": {
346889
- "name": "\"yes\" | \"no\""
346913
+ "name": "string | null"
346890
346914
  }
346891
346915
  },
346892
346916
  "dir": {
@@ -346965,6 +346989,44 @@
346965
346989
  "name": "boolean"
346966
346990
  }
346967
346991
  },
346992
+ "translate": {
346993
+ "defaultValue": null,
346994
+ "description": "",
346995
+ "name": "translate",
346996
+ "parent": {
346997
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
346998
+ "name": "GlobalDOMAttributes"
346999
+ },
347000
+ "declarations": [
347001
+ {
347002
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
347003
+ "name": "GlobalDOMAttributes"
347004
+ }
347005
+ ],
347006
+ "required": false,
347007
+ "type": {
347008
+ "name": "\"yes\" | \"no\""
347009
+ }
347010
+ },
347011
+ "onClick": {
347012
+ "defaultValue": null,
347013
+ "description": "",
347014
+ "name": "onClick",
347015
+ "parent": {
347016
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
347017
+ "name": "GlobalDOMEvents"
347018
+ },
347019
+ "declarations": [
347020
+ {
347021
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
347022
+ "name": "GlobalDOMEvents"
347023
+ }
347024
+ ],
347025
+ "required": false,
347026
+ "type": {
347027
+ "name": "MouseEventHandler<HTMLDivElement>"
347028
+ }
347029
+ },
346968
347030
  "onClickCapture": {
346969
347031
  "defaultValue": null,
346970
347032
  "description": "",
@@ -348162,34 +348224,34 @@
348162
348224
  "name": "TransitionEventHandler<HTMLDivElement>"
348163
348225
  }
348164
348226
  },
348165
- "hasAction": {
348227
+ "tileMaxWidth": {
348166
348228
  "defaultValue": null,
348167
348229
  "description": "",
348168
- "name": "hasAction",
348230
+ "name": "tileMaxWidth",
348169
348231
  "declarations": [
348170
348232
  {
348171
- "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
348233
+ "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
348172
348234
  "name": "TypeLiteral"
348173
348235
  }
348174
348236
  ],
348175
- "required": false,
348237
+ "required": true,
348176
348238
  "type": {
348177
- "name": "boolean"
348239
+ "name": "number"
348178
348240
  }
348179
348241
  },
348180
- "isTile": {
348242
+ "emptyView": {
348181
348243
  "defaultValue": null,
348182
348244
  "description": "",
348183
- "name": "isTile",
348245
+ "name": "emptyView",
348184
348246
  "declarations": [
348185
348247
  {
348186
- "fileName": "components/src/components/List/components/Items/views/GridListItem/GridListItem.tsx",
348248
+ "fileName": "components/src/components/List/components/Items/views/GridList/GridList.tsx",
348187
348249
  "name": "TypeLiteral"
348188
348250
  }
348189
348251
  ],
348190
348252
  "required": false,
348191
348253
  "type": {
348192
- "name": "boolean"
348254
+ "name": "ReactNode"
348193
348255
  }
348194
348256
  }
348195
348257
  }
@@ -348326,6 +348388,537 @@
348326
348388
  "methods": [],
348327
348389
  "props": {}
348328
348390
  },
348391
+ {
348392
+ "tags": {},
348393
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348394
+ "description": "",
348395
+ "displayName": "ViewModeMenuItem",
348396
+ "methods": [],
348397
+ "props": {
348398
+ "viewMode": {
348399
+ "defaultValue": null,
348400
+ "description": "",
348401
+ "name": "viewMode",
348402
+ "parent": {
348403
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348404
+ "name": "Props"
348405
+ },
348406
+ "declarations": [
348407
+ {
348408
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
348409
+ "name": "Props"
348410
+ }
348411
+ ],
348412
+ "required": true,
348413
+ "type": {
348414
+ "name": "ListViewMode"
348415
+ }
348416
+ }
348417
+ }
348418
+ },
348419
+ {
348420
+ "tags": {},
348421
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348422
+ "description": "",
348423
+ "displayName": "ViewModeContextMenu",
348424
+ "methods": [],
348425
+ "props": {
348426
+ "isDisabled": {
348427
+ "defaultValue": null,
348428
+ "description": "",
348429
+ "name": "isDisabled",
348430
+ "parent": {
348431
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348432
+ "name": "Props"
348433
+ },
348434
+ "declarations": [
348435
+ {
348436
+ "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
348437
+ "name": "Props"
348438
+ }
348439
+ ],
348440
+ "required": false,
348441
+ "type": {
348442
+ "name": "boolean"
348443
+ }
348444
+ }
348445
+ }
348446
+ },
348447
+ {
348448
+ "tags": {},
348449
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348450
+ "description": "",
348451
+ "displayName": "SortingMenuItem",
348452
+ "methods": [],
348453
+ "props": {
348454
+ "sorting": {
348455
+ "defaultValue": null,
348456
+ "description": "",
348457
+ "name": "sorting",
348458
+ "parent": {
348459
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348460
+ "name": "Props"
348461
+ },
348462
+ "declarations": [
348463
+ {
348464
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
348465
+ "name": "Props"
348466
+ }
348467
+ ],
348468
+ "required": true,
348469
+ "type": {
348470
+ "name": "Sorting<never>"
348471
+ }
348472
+ }
348473
+ }
348474
+ },
348475
+ {
348476
+ "tags": {},
348477
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348478
+ "description": "",
348479
+ "displayName": "SortingContextMenu",
348480
+ "methods": [],
348481
+ "props": {
348482
+ "isDisabled": {
348483
+ "defaultValue": null,
348484
+ "description": "",
348485
+ "name": "isDisabled",
348486
+ "parent": {
348487
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348488
+ "name": "Props"
348489
+ },
348490
+ "declarations": [
348491
+ {
348492
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
348493
+ "name": "Props"
348494
+ }
348495
+ ],
348496
+ "required": false,
348497
+ "type": {
348498
+ "name": "boolean"
348499
+ }
348500
+ }
348501
+ }
348502
+ },
348503
+ {
348504
+ "tags": {},
348505
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
348506
+ "description": "",
348507
+ "displayName": "SearchField",
348508
+ "methods": [],
348509
+ "props": {
348510
+ "search": {
348511
+ "defaultValue": null,
348512
+ "description": "",
348513
+ "name": "search",
348514
+ "parent": {
348515
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
348516
+ "name": "Props"
348517
+ },
348518
+ "declarations": [
348519
+ {
348520
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
348521
+ "name": "Props"
348522
+ }
348523
+ ],
348524
+ "required": true,
348525
+ "type": {
348526
+ "name": "Search<never>"
348527
+ }
348528
+ },
348529
+ "isDisabled": {
348530
+ "defaultValue": null,
348531
+ "description": "",
348532
+ "name": "isDisabled",
348533
+ "parent": {
348534
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
348535
+ "name": "Props"
348536
+ },
348537
+ "declarations": [
348538
+ {
348539
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
348540
+ "name": "Props"
348541
+ }
348542
+ ],
348543
+ "required": false,
348544
+ "type": {
348545
+ "name": "boolean"
348546
+ }
348547
+ },
348548
+ "className": {
348549
+ "defaultValue": null,
348550
+ "description": "The elements class name.",
348551
+ "name": "className",
348552
+ "parent": {
348553
+ "fileName": "components/src/lib/types/props.ts",
348554
+ "name": "PropsWithClassName"
348555
+ },
348556
+ "declarations": [
348557
+ {
348558
+ "fileName": "components/src/lib/types/props.ts",
348559
+ "name": "PropsWithClassName"
348560
+ }
348561
+ ],
348562
+ "required": false,
348563
+ "type": {
348564
+ "name": "string"
348565
+ }
348566
+ }
348567
+ }
348568
+ },
348569
+ {
348570
+ "tags": {},
348571
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
348572
+ "description": "",
348573
+ "displayName": "FilterMenuItem",
348574
+ "methods": [],
348575
+ "props": {
348576
+ "filterValue": {
348577
+ "defaultValue": null,
348578
+ "description": "",
348579
+ "name": "filterValue",
348580
+ "parent": {
348581
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
348582
+ "name": "Props"
348583
+ },
348584
+ "declarations": [
348585
+ {
348586
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
348587
+ "name": "Props"
348588
+ }
348589
+ ],
348590
+ "required": true,
348591
+ "type": {
348592
+ "name": "FilterValue"
348593
+ }
348594
+ },
348595
+ "selectionMode": {
348596
+ "defaultValue": null,
348597
+ "description": "",
348598
+ "name": "selectionMode",
348599
+ "parent": {
348600
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
348601
+ "name": "Props"
348602
+ },
348603
+ "declarations": [
348604
+ {
348605
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
348606
+ "name": "Props"
348607
+ }
348608
+ ],
348609
+ "required": false,
348610
+ "type": {
348611
+ "name": "ContextMenuSelectionMode"
348612
+ }
348613
+ }
348614
+ }
348615
+ },
348616
+ {
348617
+ "tags": {},
348618
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
348619
+ "description": "",
348620
+ "displayName": "FilterContextMenus",
348621
+ "methods": [],
348622
+ "props": {
348623
+ "isDisabled": {
348624
+ "defaultValue": null,
348625
+ "description": "",
348626
+ "name": "isDisabled",
348627
+ "parent": {
348628
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
348629
+ "name": "Props"
348630
+ },
348631
+ "declarations": [
348632
+ {
348633
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
348634
+ "name": "Props"
348635
+ }
348636
+ ],
348637
+ "required": false,
348638
+ "type": {
348639
+ "name": "boolean"
348640
+ }
348641
+ }
348642
+ }
348643
+ },
348644
+ {
348645
+ "tags": {},
348646
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
348647
+ "description": "",
348648
+ "displayName": "FilterContextMenu",
348649
+ "methods": [],
348650
+ "props": {
348651
+ "filter": {
348652
+ "defaultValue": null,
348653
+ "description": "",
348654
+ "name": "filter",
348655
+ "parent": {
348656
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
348657
+ "name": "Props"
348658
+ },
348659
+ "declarations": [
348660
+ {
348661
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
348662
+ "name": "Props"
348663
+ }
348664
+ ],
348665
+ "required": true,
348666
+ "type": {
348667
+ "name": "Filter<never, never, never>"
348668
+ }
348669
+ },
348670
+ "isDisabled": {
348671
+ "defaultValue": null,
348672
+ "description": "",
348673
+ "name": "isDisabled",
348674
+ "parent": {
348675
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
348676
+ "name": "Props"
348677
+ },
348678
+ "declarations": [
348679
+ {
348680
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
348681
+ "name": "Props"
348682
+ }
348683
+ ],
348684
+ "required": false,
348685
+ "type": {
348686
+ "name": "boolean"
348687
+ }
348688
+ }
348689
+ }
348690
+ },
348691
+ {
348692
+ "tags": {},
348693
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
348694
+ "description": "",
348695
+ "displayName": "DateRangeFilterPopover",
348696
+ "methods": [],
348697
+ "props": {
348698
+ "filter": {
348699
+ "defaultValue": null,
348700
+ "description": "",
348701
+ "name": "filter",
348702
+ "parent": {
348703
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
348704
+ "name": "Props"
348705
+ },
348706
+ "declarations": [
348707
+ {
348708
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
348709
+ "name": "Props"
348710
+ }
348711
+ ],
348712
+ "required": true,
348713
+ "type": {
348714
+ "name": "AnyDateRangeFilter"
348715
+ }
348716
+ },
348717
+ "isDisabled": {
348718
+ "defaultValue": null,
348719
+ "description": "",
348720
+ "name": "isDisabled",
348721
+ "parent": {
348722
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
348723
+ "name": "Props"
348724
+ },
348725
+ "declarations": [
348726
+ {
348727
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
348728
+ "name": "Props"
348729
+ }
348730
+ ],
348731
+ "required": false,
348732
+ "type": {
348733
+ "name": "boolean"
348734
+ }
348735
+ }
348736
+ }
348737
+ },
348738
+ {
348739
+ "tags": {},
348740
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
348741
+ "description": "",
348742
+ "displayName": "ViewModeAccordion",
348743
+ "methods": [],
348744
+ "props": {}
348745
+ },
348746
+ {
348747
+ "tags": {},
348748
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
348749
+ "description": "",
348750
+ "displayName": "SortingAccordion",
348751
+ "methods": [],
348752
+ "props": {}
348753
+ },
348754
+ {
348755
+ "tags": {},
348756
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348757
+ "description": "",
348758
+ "displayName": "FilterAccordionRadioGroup",
348759
+ "methods": [],
348760
+ "props": {
348761
+ "filter": {
348762
+ "defaultValue": null,
348763
+ "description": "",
348764
+ "name": "filter",
348765
+ "parent": {
348766
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348767
+ "name": "Props"
348768
+ },
348769
+ "declarations": [
348770
+ {
348771
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
348772
+ "name": "Props"
348773
+ }
348774
+ ],
348775
+ "required": true,
348776
+ "type": {
348777
+ "name": "Filter<never, never, never>"
348778
+ }
348779
+ }
348780
+ }
348781
+ },
348782
+ {
348783
+ "tags": {},
348784
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348785
+ "description": "",
348786
+ "displayName": "FilterAccordionDateRange",
348787
+ "methods": [],
348788
+ "props": {
348789
+ "filter": {
348790
+ "defaultValue": null,
348791
+ "description": "",
348792
+ "name": "filter",
348793
+ "parent": {
348794
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348795
+ "name": "Props"
348796
+ },
348797
+ "declarations": [
348798
+ {
348799
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
348800
+ "name": "Props"
348801
+ }
348802
+ ],
348803
+ "required": true,
348804
+ "type": {
348805
+ "name": "AnyDateRangeFilter"
348806
+ }
348807
+ }
348808
+ }
348809
+ },
348810
+ {
348811
+ "tags": {},
348812
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
348813
+ "description": "",
348814
+ "displayName": "FilterAccordionCheckboxGroup",
348815
+ "methods": [],
348816
+ "props": {
348817
+ "filter": {
348818
+ "defaultValue": null,
348819
+ "description": "",
348820
+ "name": "filter",
348821
+ "parent": {
348822
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
348823
+ "name": "Props"
348824
+ },
348825
+ "declarations": [
348826
+ {
348827
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
348828
+ "name": "Props"
348829
+ }
348830
+ ],
348831
+ "required": true,
348832
+ "type": {
348833
+ "name": "Filter<never, never, never>"
348834
+ }
348835
+ }
348836
+ }
348837
+ },
348838
+ {
348839
+ "tags": {},
348840
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
348841
+ "description": "",
348842
+ "displayName": "FilterAccordion",
348843
+ "methods": [],
348844
+ "props": {
348845
+ "filter": {
348846
+ "defaultValue": null,
348847
+ "description": "",
348848
+ "name": "filter",
348849
+ "parent": {
348850
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
348851
+ "name": "Props"
348852
+ },
348853
+ "declarations": [
348854
+ {
348855
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
348856
+ "name": "Props"
348857
+ }
348858
+ ],
348859
+ "required": true,
348860
+ "type": {
348861
+ "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
348862
+ }
348863
+ }
348864
+ }
348865
+ },
348866
+ {
348867
+ "tags": {},
348868
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
348869
+ "description": "",
348870
+ "displayName": "AllFiltersModal",
348871
+ "methods": [],
348872
+ "props": {
348873
+ "isDisabled": {
348874
+ "defaultValue": null,
348875
+ "description": "",
348876
+ "name": "isDisabled",
348877
+ "parent": {
348878
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
348879
+ "name": "Props"
348880
+ },
348881
+ "declarations": [
348882
+ {
348883
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
348884
+ "name": "Props"
348885
+ }
348886
+ ],
348887
+ "required": false,
348888
+ "type": {
348889
+ "name": "boolean"
348890
+ }
348891
+ }
348892
+ }
348893
+ },
348894
+ {
348895
+ "tags": {},
348896
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
348897
+ "description": "",
348898
+ "displayName": "ActiveFilters",
348899
+ "methods": [],
348900
+ "props": {
348901
+ "isDisabled": {
348902
+ "defaultValue": null,
348903
+ "description": "",
348904
+ "name": "isDisabled",
348905
+ "parent": {
348906
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
348907
+ "name": "Props"
348908
+ },
348909
+ "declarations": [
348910
+ {
348911
+ "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
348912
+ "name": "Props"
348913
+ }
348914
+ ],
348915
+ "required": false,
348916
+ "type": {
348917
+ "name": "boolean"
348918
+ }
348919
+ }
348920
+ }
348921
+ },
348329
348922
  {
348330
348923
  "tags": {},
348331
348924
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -356174,537 +356767,6 @@
356174
356767
  }
356175
356768
  }
356176
356769
  },
356177
- {
356178
- "tags": {},
356179
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356180
- "description": "",
356181
- "displayName": "ViewModeMenuItem",
356182
- "methods": [],
356183
- "props": {
356184
- "viewMode": {
356185
- "defaultValue": null,
356186
- "description": "",
356187
- "name": "viewMode",
356188
- "parent": {
356189
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356190
- "name": "Props"
356191
- },
356192
- "declarations": [
356193
- {
356194
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
356195
- "name": "Props"
356196
- }
356197
- ],
356198
- "required": true,
356199
- "type": {
356200
- "name": "ListViewMode"
356201
- }
356202
- }
356203
- }
356204
- },
356205
- {
356206
- "tags": {},
356207
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356208
- "description": "",
356209
- "displayName": "ViewModeContextMenu",
356210
- "methods": [],
356211
- "props": {
356212
- "isDisabled": {
356213
- "defaultValue": null,
356214
- "description": "",
356215
- "name": "isDisabled",
356216
- "parent": {
356217
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356218
- "name": "Props"
356219
- },
356220
- "declarations": [
356221
- {
356222
- "fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
356223
- "name": "Props"
356224
- }
356225
- ],
356226
- "required": false,
356227
- "type": {
356228
- "name": "boolean"
356229
- }
356230
- }
356231
- }
356232
- },
356233
- {
356234
- "tags": {},
356235
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356236
- "description": "",
356237
- "displayName": "SearchField",
356238
- "methods": [],
356239
- "props": {
356240
- "search": {
356241
- "defaultValue": null,
356242
- "description": "",
356243
- "name": "search",
356244
- "parent": {
356245
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356246
- "name": "Props"
356247
- },
356248
- "declarations": [
356249
- {
356250
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356251
- "name": "Props"
356252
- }
356253
- ],
356254
- "required": true,
356255
- "type": {
356256
- "name": "Search<never>"
356257
- }
356258
- },
356259
- "isDisabled": {
356260
- "defaultValue": null,
356261
- "description": "",
356262
- "name": "isDisabled",
356263
- "parent": {
356264
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356265
- "name": "Props"
356266
- },
356267
- "declarations": [
356268
- {
356269
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
356270
- "name": "Props"
356271
- }
356272
- ],
356273
- "required": false,
356274
- "type": {
356275
- "name": "boolean"
356276
- }
356277
- },
356278
- "className": {
356279
- "defaultValue": null,
356280
- "description": "The elements class name.",
356281
- "name": "className",
356282
- "parent": {
356283
- "fileName": "components/src/lib/types/props.ts",
356284
- "name": "PropsWithClassName"
356285
- },
356286
- "declarations": [
356287
- {
356288
- "fileName": "components/src/lib/types/props.ts",
356289
- "name": "PropsWithClassName"
356290
- }
356291
- ],
356292
- "required": false,
356293
- "type": {
356294
- "name": "string"
356295
- }
356296
- }
356297
- }
356298
- },
356299
- {
356300
- "tags": {},
356301
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356302
- "description": "",
356303
- "displayName": "SortingMenuItem",
356304
- "methods": [],
356305
- "props": {
356306
- "sorting": {
356307
- "defaultValue": null,
356308
- "description": "",
356309
- "name": "sorting",
356310
- "parent": {
356311
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356312
- "name": "Props"
356313
- },
356314
- "declarations": [
356315
- {
356316
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
356317
- "name": "Props"
356318
- }
356319
- ],
356320
- "required": true,
356321
- "type": {
356322
- "name": "Sorting<never>"
356323
- }
356324
- }
356325
- }
356326
- },
356327
- {
356328
- "tags": {},
356329
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356330
- "description": "",
356331
- "displayName": "SortingContextMenu",
356332
- "methods": [],
356333
- "props": {
356334
- "isDisabled": {
356335
- "defaultValue": null,
356336
- "description": "",
356337
- "name": "isDisabled",
356338
- "parent": {
356339
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356340
- "name": "Props"
356341
- },
356342
- "declarations": [
356343
- {
356344
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
356345
- "name": "Props"
356346
- }
356347
- ],
356348
- "required": false,
356349
- "type": {
356350
- "name": "boolean"
356351
- }
356352
- }
356353
- }
356354
- },
356355
- {
356356
- "tags": {},
356357
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356358
- "description": "",
356359
- "displayName": "FilterMenuItem",
356360
- "methods": [],
356361
- "props": {
356362
- "filterValue": {
356363
- "defaultValue": null,
356364
- "description": "",
356365
- "name": "filterValue",
356366
- "parent": {
356367
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356368
- "name": "Props"
356369
- },
356370
- "declarations": [
356371
- {
356372
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356373
- "name": "Props"
356374
- }
356375
- ],
356376
- "required": true,
356377
- "type": {
356378
- "name": "FilterValue"
356379
- }
356380
- },
356381
- "selectionMode": {
356382
- "defaultValue": null,
356383
- "description": "",
356384
- "name": "selectionMode",
356385
- "parent": {
356386
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356387
- "name": "Props"
356388
- },
356389
- "declarations": [
356390
- {
356391
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
356392
- "name": "Props"
356393
- }
356394
- ],
356395
- "required": false,
356396
- "type": {
356397
- "name": "ContextMenuSelectionMode"
356398
- }
356399
- }
356400
- }
356401
- },
356402
- {
356403
- "tags": {},
356404
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
356405
- "description": "",
356406
- "displayName": "FilterContextMenus",
356407
- "methods": [],
356408
- "props": {
356409
- "isDisabled": {
356410
- "defaultValue": null,
356411
- "description": "",
356412
- "name": "isDisabled",
356413
- "parent": {
356414
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
356415
- "name": "Props"
356416
- },
356417
- "declarations": [
356418
- {
356419
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
356420
- "name": "Props"
356421
- }
356422
- ],
356423
- "required": false,
356424
- "type": {
356425
- "name": "boolean"
356426
- }
356427
- }
356428
- }
356429
- },
356430
- {
356431
- "tags": {},
356432
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356433
- "description": "",
356434
- "displayName": "FilterContextMenu",
356435
- "methods": [],
356436
- "props": {
356437
- "filter": {
356438
- "defaultValue": null,
356439
- "description": "",
356440
- "name": "filter",
356441
- "parent": {
356442
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356443
- "name": "Props"
356444
- },
356445
- "declarations": [
356446
- {
356447
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356448
- "name": "Props"
356449
- }
356450
- ],
356451
- "required": true,
356452
- "type": {
356453
- "name": "Filter<never, never, never>"
356454
- }
356455
- },
356456
- "isDisabled": {
356457
- "defaultValue": null,
356458
- "description": "",
356459
- "name": "isDisabled",
356460
- "parent": {
356461
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356462
- "name": "Props"
356463
- },
356464
- "declarations": [
356465
- {
356466
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
356467
- "name": "Props"
356468
- }
356469
- ],
356470
- "required": false,
356471
- "type": {
356472
- "name": "boolean"
356473
- }
356474
- }
356475
- }
356476
- },
356477
- {
356478
- "tags": {},
356479
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356480
- "description": "",
356481
- "displayName": "DateRangeFilterPopover",
356482
- "methods": [],
356483
- "props": {
356484
- "filter": {
356485
- "defaultValue": null,
356486
- "description": "",
356487
- "name": "filter",
356488
- "parent": {
356489
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356490
- "name": "Props"
356491
- },
356492
- "declarations": [
356493
- {
356494
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356495
- "name": "Props"
356496
- }
356497
- ],
356498
- "required": true,
356499
- "type": {
356500
- "name": "AnyDateRangeFilter"
356501
- }
356502
- },
356503
- "isDisabled": {
356504
- "defaultValue": null,
356505
- "description": "",
356506
- "name": "isDisabled",
356507
- "parent": {
356508
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356509
- "name": "Props"
356510
- },
356511
- "declarations": [
356512
- {
356513
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
356514
- "name": "Props"
356515
- }
356516
- ],
356517
- "required": false,
356518
- "type": {
356519
- "name": "boolean"
356520
- }
356521
- }
356522
- }
356523
- },
356524
- {
356525
- "tags": {},
356526
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
356527
- "description": "",
356528
- "displayName": "ViewModeAccordion",
356529
- "methods": [],
356530
- "props": {}
356531
- },
356532
- {
356533
- "tags": {},
356534
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
356535
- "description": "",
356536
- "displayName": "SortingAccordion",
356537
- "methods": [],
356538
- "props": {}
356539
- },
356540
- {
356541
- "tags": {},
356542
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
356543
- "description": "",
356544
- "displayName": "FilterAccordionRadioGroup",
356545
- "methods": [],
356546
- "props": {
356547
- "filter": {
356548
- "defaultValue": null,
356549
- "description": "",
356550
- "name": "filter",
356551
- "parent": {
356552
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
356553
- "name": "Props"
356554
- },
356555
- "declarations": [
356556
- {
356557
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
356558
- "name": "Props"
356559
- }
356560
- ],
356561
- "required": true,
356562
- "type": {
356563
- "name": "Filter<never, never, never>"
356564
- }
356565
- }
356566
- }
356567
- },
356568
- {
356569
- "tags": {},
356570
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
356571
- "description": "",
356572
- "displayName": "FilterAccordionDateRange",
356573
- "methods": [],
356574
- "props": {
356575
- "filter": {
356576
- "defaultValue": null,
356577
- "description": "",
356578
- "name": "filter",
356579
- "parent": {
356580
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
356581
- "name": "Props"
356582
- },
356583
- "declarations": [
356584
- {
356585
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
356586
- "name": "Props"
356587
- }
356588
- ],
356589
- "required": true,
356590
- "type": {
356591
- "name": "AnyDateRangeFilter"
356592
- }
356593
- }
356594
- }
356595
- },
356596
- {
356597
- "tags": {},
356598
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
356599
- "description": "",
356600
- "displayName": "FilterAccordionCheckboxGroup",
356601
- "methods": [],
356602
- "props": {
356603
- "filter": {
356604
- "defaultValue": null,
356605
- "description": "",
356606
- "name": "filter",
356607
- "parent": {
356608
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
356609
- "name": "Props"
356610
- },
356611
- "declarations": [
356612
- {
356613
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
356614
- "name": "Props"
356615
- }
356616
- ],
356617
- "required": true,
356618
- "type": {
356619
- "name": "Filter<never, never, never>"
356620
- }
356621
- }
356622
- }
356623
- },
356624
- {
356625
- "tags": {},
356626
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
356627
- "description": "",
356628
- "displayName": "FilterAccordion",
356629
- "methods": [],
356630
- "props": {
356631
- "filter": {
356632
- "defaultValue": null,
356633
- "description": "",
356634
- "name": "filter",
356635
- "parent": {
356636
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
356637
- "name": "Props"
356638
- },
356639
- "declarations": [
356640
- {
356641
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
356642
- "name": "Props"
356643
- }
356644
- ],
356645
- "required": true,
356646
- "type": {
356647
- "name": "Filter<never, never, never> | DateRangeFilter<never, never>"
356648
- }
356649
- }
356650
- }
356651
- },
356652
- {
356653
- "tags": {},
356654
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
356655
- "description": "",
356656
- "displayName": "AllFiltersModal",
356657
- "methods": [],
356658
- "props": {
356659
- "isDisabled": {
356660
- "defaultValue": null,
356661
- "description": "",
356662
- "name": "isDisabled",
356663
- "parent": {
356664
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
356665
- "name": "Props"
356666
- },
356667
- "declarations": [
356668
- {
356669
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
356670
- "name": "Props"
356671
- }
356672
- ],
356673
- "required": false,
356674
- "type": {
356675
- "name": "boolean"
356676
- }
356677
- }
356678
- }
356679
- },
356680
- {
356681
- "tags": {},
356682
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
356683
- "description": "",
356684
- "displayName": "ActiveFilters",
356685
- "methods": [],
356686
- "props": {
356687
- "isDisabled": {
356688
- "defaultValue": null,
356689
- "description": "",
356690
- "name": "isDisabled",
356691
- "parent": {
356692
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
356693
- "name": "Props"
356694
- },
356695
- "declarations": [
356696
- {
356697
- "fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
356698
- "name": "Props"
356699
- }
356700
- ],
356701
- "required": false,
356702
- "type": {
356703
- "name": "boolean"
356704
- }
356705
- }
356706
- }
356707
- },
356708
356770
  {
356709
356771
  "tags": {},
356710
356772
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",