@mittwald/flow-react-components 0.2.0-alpha.590 → 0.2.0-alpha.591

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.
@@ -93298,429 +93298,6 @@
93298
93298
  }
93299
93299
  }
93300
93300
  },
93301
- {
93302
- "tags": {},
93303
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/List.tsx",
93304
- "description": "",
93305
- "displayName": "List",
93306
- "methods": [],
93307
- "props": {
93308
- "batchSize": {
93309
- "defaultValue": null,
93310
- "description": "The number of items to be displayed on one page.",
93311
- "name": "batchSize",
93312
- "parent": {
93313
- "fileName": "components/src/components/List/List.tsx",
93314
- "name": "ListProps"
93315
- },
93316
- "declarations": [
93317
- {
93318
- "fileName": "components/src/components/List/List.tsx",
93319
- "name": "ListProps"
93320
- }
93321
- ],
93322
- "required": false,
93323
- "type": {
93324
- "name": "number"
93325
- }
93326
- },
93327
- "hidePagination": {
93328
- "defaultValue": null,
93329
- "description": "",
93330
- "name": "hidePagination",
93331
- "parent": {
93332
- "fileName": "components/src/components/List/List.tsx",
93333
- "name": "ListProps"
93334
- },
93335
- "declarations": [
93336
- {
93337
- "fileName": "components/src/components/List/List.tsx",
93338
- "name": "ListProps"
93339
- }
93340
- ],
93341
- "required": false,
93342
- "type": {
93343
- "name": "boolean"
93344
- }
93345
- },
93346
- "children": {
93347
- "defaultValue": null,
93348
- "description": "",
93349
- "name": "children",
93350
- "declarations": [
93351
- {
93352
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
93353
- "name": "TypeLiteral"
93354
- }
93355
- ],
93356
- "required": false,
93357
- "type": {
93358
- "name": "ReactNode"
93359
- }
93360
- },
93361
- "wrapWith": {
93362
- "defaultValue": null,
93363
- "description": "",
93364
- "name": "wrapWith",
93365
- "parent": {
93366
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
93367
- "name": "FlowComponentProps"
93368
- },
93369
- "declarations": [
93370
- {
93371
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
93372
- "name": "FlowComponentProps"
93373
- }
93374
- ],
93375
- "required": false,
93376
- "type": {
93377
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
93378
- }
93379
- },
93380
- "tunnelId": {
93381
- "defaultValue": null,
93382
- "description": "@internal",
93383
- "name": "tunnelId",
93384
- "parent": {
93385
- "fileName": "components/src/lib/types/props.ts",
93386
- "name": "PropsWithTunnel"
93387
- },
93388
- "declarations": [
93389
- {
93390
- "fileName": "components/src/lib/types/props.ts",
93391
- "name": "PropsWithTunnel"
93392
- }
93393
- ],
93394
- "required": false,
93395
- "type": {
93396
- "name": "string | null"
93397
- }
93398
- },
93399
- "ref": {
93400
- "defaultValue": null,
93401
- "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}",
93402
- "name": "ref",
93403
- "parent": {
93404
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
93405
- "name": "RefAttributes"
93406
- },
93407
- "declarations": [
93408
- {
93409
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
93410
- "name": "RefAttributes"
93411
- }
93412
- ],
93413
- "required": false,
93414
- "type": {
93415
- "name": "Ref<HTMLSpanElement>"
93416
- }
93417
- },
93418
- "key": {
93419
- "defaultValue": null,
93420
- "description": "",
93421
- "name": "key",
93422
- "parent": {
93423
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
93424
- "name": "Attributes"
93425
- },
93426
- "declarations": [
93427
- {
93428
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
93429
- "name": "Attributes"
93430
- }
93431
- ],
93432
- "required": false,
93433
- "type": {
93434
- "name": "Key | null"
93435
- }
93436
- },
93437
- "aria-label": {
93438
- "defaultValue": null,
93439
- "description": "",
93440
- "name": "aria-label",
93441
- "parent": {
93442
- "fileName": "components/src/components/List/model/types.ts",
93443
- "name": "ListSupportedComponentProps"
93444
- },
93445
- "declarations": [
93446
- {
93447
- "fileName": "components/src/components/List/model/types.ts",
93448
- "name": "ListSupportedComponentProps"
93449
- }
93450
- ],
93451
- "required": false,
93452
- "type": {
93453
- "name": "string"
93454
- }
93455
- },
93456
- "aria-labelledby": {
93457
- "defaultValue": null,
93458
- "description": "",
93459
- "name": "aria-labelledby",
93460
- "parent": {
93461
- "fileName": "components/src/components/List/model/types.ts",
93462
- "name": "ListSupportedComponentProps"
93463
- },
93464
- "declarations": [
93465
- {
93466
- "fileName": "components/src/components/List/model/types.ts",
93467
- "name": "ListSupportedComponentProps"
93468
- }
93469
- ],
93470
- "required": false,
93471
- "type": {
93472
- "name": "string"
93473
- }
93474
- },
93475
- "onChange": {
93476
- "defaultValue": null,
93477
- "description": "",
93478
- "name": "onChange",
93479
- "parent": {
93480
- "fileName": "components/src/components/List/model/types.ts",
93481
- "name": "ListShape"
93482
- },
93483
- "declarations": [
93484
- {
93485
- "fileName": "components/src/components/List/model/types.ts",
93486
- "name": "ListShape"
93487
- }
93488
- ],
93489
- "required": false,
93490
- "type": {
93491
- "name": "OnListChanged<never, unknown>"
93492
- }
93493
- },
93494
- "disallowEmptySelection": {
93495
- "defaultValue": null,
93496
- "description": "Whether the collection allows empty selection.",
93497
- "name": "disallowEmptySelection",
93498
- "parent": {
93499
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93500
- "name": "MultipleSelection"
93501
- },
93502
- "declarations": [
93503
- {
93504
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93505
- "name": "MultipleSelection"
93506
- }
93507
- ],
93508
- "required": false,
93509
- "type": {
93510
- "name": "boolean"
93511
- }
93512
- },
93513
- "onSelectionChange": {
93514
- "defaultValue": null,
93515
- "description": "Handler that is called when the selection changes.",
93516
- "name": "onSelectionChange",
93517
- "parent": {
93518
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93519
- "name": "MultipleSelection"
93520
- },
93521
- "declarations": [
93522
- {
93523
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93524
- "name": "MultipleSelection"
93525
- }
93526
- ],
93527
- "required": false,
93528
- "type": {
93529
- "name": "((keys: Selection) => void)"
93530
- }
93531
- },
93532
- "disabledKeys": {
93533
- "defaultValue": null,
93534
- "description": "The currently disabled keys in the collection (controlled).",
93535
- "name": "disabledKeys",
93536
- "parent": {
93537
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93538
- "name": "MultipleSelection"
93539
- },
93540
- "declarations": [
93541
- {
93542
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93543
- "name": "MultipleSelection"
93544
- }
93545
- ],
93546
- "required": false,
93547
- "type": {
93548
- "name": "Iterable<Key>"
93549
- }
93550
- },
93551
- "selectionMode": {
93552
- "defaultValue": null,
93553
- "description": "The type of selection that is allowed in the collection.",
93554
- "name": "selectionMode",
93555
- "parent": {
93556
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93557
- "name": "MultipleSelection"
93558
- },
93559
- "declarations": [
93560
- {
93561
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93562
- "name": "MultipleSelection"
93563
- }
93564
- ],
93565
- "required": false,
93566
- "type": {
93567
- "name": "SelectionMode"
93568
- }
93569
- },
93570
- "selectedKeys": {
93571
- "defaultValue": null,
93572
- "description": "The currently selected keys in the collection (controlled).",
93573
- "name": "selectedKeys",
93574
- "parent": {
93575
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93576
- "name": "MultipleSelection"
93577
- },
93578
- "declarations": [
93579
- {
93580
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93581
- "name": "MultipleSelection"
93582
- }
93583
- ],
93584
- "required": false,
93585
- "type": {
93586
- "name": "\"all\" | Iterable<Key>"
93587
- }
93588
- },
93589
- "defaultSelectedKeys": {
93590
- "defaultValue": null,
93591
- "description": "The initial selected keys in the collection (uncontrolled).",
93592
- "name": "defaultSelectedKeys",
93593
- "parent": {
93594
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93595
- "name": "MultipleSelection"
93596
- },
93597
- "declarations": [
93598
- {
93599
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
93600
- "name": "MultipleSelection"
93601
- }
93602
- ],
93603
- "required": false,
93604
- "type": {
93605
- "name": "\"all\" | Iterable<Key>"
93606
- }
93607
- },
93608
- "selectionBehavior": {
93609
- "defaultValue": null,
93610
- "description": "",
93611
- "name": "selectionBehavior",
93612
- "parent": {
93613
- "fileName": "components/src/components/List/model/types.ts",
93614
- "name": "ListSupportedComponentProps"
93615
- },
93616
- "declarations": [
93617
- {
93618
- "fileName": "components/src/components/List/model/types.ts",
93619
- "name": "ListSupportedComponentProps"
93620
- }
93621
- ],
93622
- "required": false,
93623
- "type": {
93624
- "name": "SelectionBehavior"
93625
- }
93626
- },
93627
- "accordion": {
93628
- "defaultValue": null,
93629
- "description": "",
93630
- "name": "accordion",
93631
- "parent": {
93632
- "fileName": "components/src/components/List/model/types.ts",
93633
- "name": "ListShape"
93634
- },
93635
- "declarations": [
93636
- {
93637
- "fileName": "components/src/components/List/model/types.ts",
93638
- "name": "ListShape"
93639
- }
93640
- ],
93641
- "required": false,
93642
- "type": {
93643
- "name": "boolean"
93644
- }
93645
- },
93646
- "onAction": {
93647
- "defaultValue": null,
93648
- "description": "",
93649
- "name": "onAction",
93650
- "parent": {
93651
- "fileName": "components/src/components/List/model/types.ts",
93652
- "name": "ListShape"
93653
- },
93654
- "declarations": [
93655
- {
93656
- "fileName": "components/src/components/List/model/types.ts",
93657
- "name": "ListShape"
93658
- }
93659
- ],
93660
- "required": false,
93661
- "type": {
93662
- "name": "ItemActionFn<never>"
93663
- }
93664
- },
93665
- "settingStorageKey": {
93666
- "defaultValue": null,
93667
- "description": "",
93668
- "name": "settingStorageKey",
93669
- "parent": {
93670
- "fileName": "components/src/components/List/model/types.ts",
93671
- "name": "ListShape"
93672
- },
93673
- "declarations": [
93674
- {
93675
- "fileName": "components/src/components/List/model/types.ts",
93676
- "name": "ListShape"
93677
- }
93678
- ],
93679
- "required": false,
93680
- "type": {
93681
- "name": "string"
93682
- }
93683
- },
93684
- "getItemId": {
93685
- "defaultValue": null,
93686
- "description": "",
93687
- "name": "getItemId",
93688
- "parent": {
93689
- "fileName": "components/src/components/List/model/types.ts",
93690
- "name": "ListShape"
93691
- },
93692
- "declarations": [
93693
- {
93694
- "fileName": "components/src/components/List/model/types.ts",
93695
- "name": "ListShape"
93696
- }
93697
- ],
93698
- "required": false,
93699
- "type": {
93700
- "name": "GetItemId<never>"
93701
- }
93702
- },
93703
- "defaultViewMode": {
93704
- "defaultValue": null,
93705
- "description": "",
93706
- "name": "defaultViewMode",
93707
- "parent": {
93708
- "fileName": "components/src/components/List/model/types.ts",
93709
- "name": "ListShape"
93710
- },
93711
- "declarations": [
93712
- {
93713
- "fileName": "components/src/components/List/model/types.ts",
93714
- "name": "ListShape"
93715
- }
93716
- ],
93717
- "required": false,
93718
- "type": {
93719
- "name": "ListViewMode"
93720
- }
93721
- }
93722
- }
93723
- },
93724
93301
  {
93725
93302
  "tags": {
93726
93303
  "flr-generate": "all"
@@ -95799,24 +95376,447 @@
95799
95376
  "name": "Key | null"
95800
95377
  }
95801
95378
  },
95802
- "className": {
95379
+ "className": {
95380
+ "defaultValue": null,
95381
+ "description": "The elements class name.",
95382
+ "name": "className",
95383
+ "parent": {
95384
+ "fileName": "components/src/lib/types/props.ts",
95385
+ "name": "PropsWithClassName"
95386
+ },
95387
+ "declarations": [
95388
+ {
95389
+ "fileName": "components/src/lib/types/props.ts",
95390
+ "name": "PropsWithClassName"
95391
+ }
95392
+ ],
95393
+ "required": false,
95394
+ "type": {
95395
+ "name": "string"
95396
+ }
95397
+ }
95398
+ }
95399
+ },
95400
+ {
95401
+ "tags": {},
95402
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/List.tsx",
95403
+ "description": "",
95404
+ "displayName": "List",
95405
+ "methods": [],
95406
+ "props": {
95407
+ "batchSize": {
95408
+ "defaultValue": null,
95409
+ "description": "The number of items to be displayed on one page.",
95410
+ "name": "batchSize",
95411
+ "parent": {
95412
+ "fileName": "components/src/components/List/List.tsx",
95413
+ "name": "ListProps"
95414
+ },
95415
+ "declarations": [
95416
+ {
95417
+ "fileName": "components/src/components/List/List.tsx",
95418
+ "name": "ListProps"
95419
+ }
95420
+ ],
95421
+ "required": false,
95422
+ "type": {
95423
+ "name": "number"
95424
+ }
95425
+ },
95426
+ "hidePagination": {
95427
+ "defaultValue": null,
95428
+ "description": "",
95429
+ "name": "hidePagination",
95430
+ "parent": {
95431
+ "fileName": "components/src/components/List/List.tsx",
95432
+ "name": "ListProps"
95433
+ },
95434
+ "declarations": [
95435
+ {
95436
+ "fileName": "components/src/components/List/List.tsx",
95437
+ "name": "ListProps"
95438
+ }
95439
+ ],
95440
+ "required": false,
95441
+ "type": {
95442
+ "name": "boolean"
95443
+ }
95444
+ },
95445
+ "children": {
95446
+ "defaultValue": null,
95447
+ "description": "",
95448
+ "name": "children",
95449
+ "declarations": [
95450
+ {
95451
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
95452
+ "name": "TypeLiteral"
95453
+ }
95454
+ ],
95455
+ "required": false,
95456
+ "type": {
95457
+ "name": "ReactNode"
95458
+ }
95459
+ },
95460
+ "wrapWith": {
95461
+ "defaultValue": null,
95462
+ "description": "",
95463
+ "name": "wrapWith",
95464
+ "parent": {
95465
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
95466
+ "name": "FlowComponentProps"
95467
+ },
95468
+ "declarations": [
95469
+ {
95470
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
95471
+ "name": "FlowComponentProps"
95472
+ }
95473
+ ],
95474
+ "required": false,
95475
+ "type": {
95476
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
95477
+ }
95478
+ },
95479
+ "tunnelId": {
95480
+ "defaultValue": null,
95481
+ "description": "@internal",
95482
+ "name": "tunnelId",
95483
+ "parent": {
95484
+ "fileName": "components/src/lib/types/props.ts",
95485
+ "name": "PropsWithTunnel"
95486
+ },
95487
+ "declarations": [
95488
+ {
95489
+ "fileName": "components/src/lib/types/props.ts",
95490
+ "name": "PropsWithTunnel"
95491
+ }
95492
+ ],
95493
+ "required": false,
95494
+ "type": {
95495
+ "name": "string | null"
95496
+ }
95497
+ },
95498
+ "ref": {
95499
+ "defaultValue": null,
95500
+ "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}",
95501
+ "name": "ref",
95502
+ "parent": {
95503
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
95504
+ "name": "RefAttributes"
95505
+ },
95506
+ "declarations": [
95507
+ {
95508
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
95509
+ "name": "RefAttributes"
95510
+ }
95511
+ ],
95512
+ "required": false,
95513
+ "type": {
95514
+ "name": "Ref<HTMLSpanElement>"
95515
+ }
95516
+ },
95517
+ "key": {
95518
+ "defaultValue": null,
95519
+ "description": "",
95520
+ "name": "key",
95521
+ "parent": {
95522
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
95523
+ "name": "Attributes"
95524
+ },
95525
+ "declarations": [
95526
+ {
95527
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
95528
+ "name": "Attributes"
95529
+ }
95530
+ ],
95531
+ "required": false,
95532
+ "type": {
95533
+ "name": "Key | null"
95534
+ }
95535
+ },
95536
+ "aria-label": {
95803
95537
  "defaultValue": null,
95804
- "description": "The elements class name.",
95805
- "name": "className",
95538
+ "description": "",
95539
+ "name": "aria-label",
95806
95540
  "parent": {
95807
- "fileName": "components/src/lib/types/props.ts",
95808
- "name": "PropsWithClassName"
95541
+ "fileName": "components/src/components/List/model/types.ts",
95542
+ "name": "ListSupportedComponentProps"
95809
95543
  },
95810
95544
  "declarations": [
95811
95545
  {
95812
- "fileName": "components/src/lib/types/props.ts",
95813
- "name": "PropsWithClassName"
95546
+ "fileName": "components/src/components/List/model/types.ts",
95547
+ "name": "ListSupportedComponentProps"
95548
+ }
95549
+ ],
95550
+ "required": false,
95551
+ "type": {
95552
+ "name": "string"
95553
+ }
95554
+ },
95555
+ "aria-labelledby": {
95556
+ "defaultValue": null,
95557
+ "description": "",
95558
+ "name": "aria-labelledby",
95559
+ "parent": {
95560
+ "fileName": "components/src/components/List/model/types.ts",
95561
+ "name": "ListSupportedComponentProps"
95562
+ },
95563
+ "declarations": [
95564
+ {
95565
+ "fileName": "components/src/components/List/model/types.ts",
95566
+ "name": "ListSupportedComponentProps"
95567
+ }
95568
+ ],
95569
+ "required": false,
95570
+ "type": {
95571
+ "name": "string"
95572
+ }
95573
+ },
95574
+ "onChange": {
95575
+ "defaultValue": null,
95576
+ "description": "",
95577
+ "name": "onChange",
95578
+ "parent": {
95579
+ "fileName": "components/src/components/List/model/types.ts",
95580
+ "name": "ListShape"
95581
+ },
95582
+ "declarations": [
95583
+ {
95584
+ "fileName": "components/src/components/List/model/types.ts",
95585
+ "name": "ListShape"
95586
+ }
95587
+ ],
95588
+ "required": false,
95589
+ "type": {
95590
+ "name": "OnListChanged<never, unknown>"
95591
+ }
95592
+ },
95593
+ "disallowEmptySelection": {
95594
+ "defaultValue": null,
95595
+ "description": "Whether the collection allows empty selection.",
95596
+ "name": "disallowEmptySelection",
95597
+ "parent": {
95598
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95599
+ "name": "MultipleSelection"
95600
+ },
95601
+ "declarations": [
95602
+ {
95603
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95604
+ "name": "MultipleSelection"
95605
+ }
95606
+ ],
95607
+ "required": false,
95608
+ "type": {
95609
+ "name": "boolean"
95610
+ }
95611
+ },
95612
+ "onSelectionChange": {
95613
+ "defaultValue": null,
95614
+ "description": "Handler that is called when the selection changes.",
95615
+ "name": "onSelectionChange",
95616
+ "parent": {
95617
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95618
+ "name": "MultipleSelection"
95619
+ },
95620
+ "declarations": [
95621
+ {
95622
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95623
+ "name": "MultipleSelection"
95624
+ }
95625
+ ],
95626
+ "required": false,
95627
+ "type": {
95628
+ "name": "((keys: Selection) => void)"
95629
+ }
95630
+ },
95631
+ "disabledKeys": {
95632
+ "defaultValue": null,
95633
+ "description": "The currently disabled keys in the collection (controlled).",
95634
+ "name": "disabledKeys",
95635
+ "parent": {
95636
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95637
+ "name": "MultipleSelection"
95638
+ },
95639
+ "declarations": [
95640
+ {
95641
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95642
+ "name": "MultipleSelection"
95643
+ }
95644
+ ],
95645
+ "required": false,
95646
+ "type": {
95647
+ "name": "Iterable<Key>"
95648
+ }
95649
+ },
95650
+ "selectionMode": {
95651
+ "defaultValue": null,
95652
+ "description": "The type of selection that is allowed in the collection.",
95653
+ "name": "selectionMode",
95654
+ "parent": {
95655
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95656
+ "name": "MultipleSelection"
95657
+ },
95658
+ "declarations": [
95659
+ {
95660
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95661
+ "name": "MultipleSelection"
95662
+ }
95663
+ ],
95664
+ "required": false,
95665
+ "type": {
95666
+ "name": "SelectionMode"
95667
+ }
95668
+ },
95669
+ "selectedKeys": {
95670
+ "defaultValue": null,
95671
+ "description": "The currently selected keys in the collection (controlled).",
95672
+ "name": "selectedKeys",
95673
+ "parent": {
95674
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95675
+ "name": "MultipleSelection"
95676
+ },
95677
+ "declarations": [
95678
+ {
95679
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95680
+ "name": "MultipleSelection"
95681
+ }
95682
+ ],
95683
+ "required": false,
95684
+ "type": {
95685
+ "name": "\"all\" | Iterable<Key>"
95686
+ }
95687
+ },
95688
+ "defaultSelectedKeys": {
95689
+ "defaultValue": null,
95690
+ "description": "The initial selected keys in the collection (uncontrolled).",
95691
+ "name": "defaultSelectedKeys",
95692
+ "parent": {
95693
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95694
+ "name": "MultipleSelection"
95695
+ },
95696
+ "declarations": [
95697
+ {
95698
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
95699
+ "name": "MultipleSelection"
95700
+ }
95701
+ ],
95702
+ "required": false,
95703
+ "type": {
95704
+ "name": "\"all\" | Iterable<Key>"
95705
+ }
95706
+ },
95707
+ "selectionBehavior": {
95708
+ "defaultValue": null,
95709
+ "description": "",
95710
+ "name": "selectionBehavior",
95711
+ "parent": {
95712
+ "fileName": "components/src/components/List/model/types.ts",
95713
+ "name": "ListSupportedComponentProps"
95714
+ },
95715
+ "declarations": [
95716
+ {
95717
+ "fileName": "components/src/components/List/model/types.ts",
95718
+ "name": "ListSupportedComponentProps"
95719
+ }
95720
+ ],
95721
+ "required": false,
95722
+ "type": {
95723
+ "name": "SelectionBehavior"
95724
+ }
95725
+ },
95726
+ "accordion": {
95727
+ "defaultValue": null,
95728
+ "description": "",
95729
+ "name": "accordion",
95730
+ "parent": {
95731
+ "fileName": "components/src/components/List/model/types.ts",
95732
+ "name": "ListShape"
95733
+ },
95734
+ "declarations": [
95735
+ {
95736
+ "fileName": "components/src/components/List/model/types.ts",
95737
+ "name": "ListShape"
95738
+ }
95739
+ ],
95740
+ "required": false,
95741
+ "type": {
95742
+ "name": "boolean"
95743
+ }
95744
+ },
95745
+ "onAction": {
95746
+ "defaultValue": null,
95747
+ "description": "",
95748
+ "name": "onAction",
95749
+ "parent": {
95750
+ "fileName": "components/src/components/List/model/types.ts",
95751
+ "name": "ListShape"
95752
+ },
95753
+ "declarations": [
95754
+ {
95755
+ "fileName": "components/src/components/List/model/types.ts",
95756
+ "name": "ListShape"
95757
+ }
95758
+ ],
95759
+ "required": false,
95760
+ "type": {
95761
+ "name": "ItemActionFn<never>"
95762
+ }
95763
+ },
95764
+ "settingStorageKey": {
95765
+ "defaultValue": null,
95766
+ "description": "",
95767
+ "name": "settingStorageKey",
95768
+ "parent": {
95769
+ "fileName": "components/src/components/List/model/types.ts",
95770
+ "name": "ListShape"
95771
+ },
95772
+ "declarations": [
95773
+ {
95774
+ "fileName": "components/src/components/List/model/types.ts",
95775
+ "name": "ListShape"
95814
95776
  }
95815
95777
  ],
95816
95778
  "required": false,
95817
95779
  "type": {
95818
95780
  "name": "string"
95819
95781
  }
95782
+ },
95783
+ "getItemId": {
95784
+ "defaultValue": null,
95785
+ "description": "",
95786
+ "name": "getItemId",
95787
+ "parent": {
95788
+ "fileName": "components/src/components/List/model/types.ts",
95789
+ "name": "ListShape"
95790
+ },
95791
+ "declarations": [
95792
+ {
95793
+ "fileName": "components/src/components/List/model/types.ts",
95794
+ "name": "ListShape"
95795
+ }
95796
+ ],
95797
+ "required": false,
95798
+ "type": {
95799
+ "name": "GetItemId<never>"
95800
+ }
95801
+ },
95802
+ "defaultViewMode": {
95803
+ "defaultValue": null,
95804
+ "description": "",
95805
+ "name": "defaultViewMode",
95806
+ "parent": {
95807
+ "fileName": "components/src/components/List/model/types.ts",
95808
+ "name": "ListShape"
95809
+ },
95810
+ "declarations": [
95811
+ {
95812
+ "fileName": "components/src/components/List/model/types.ts",
95813
+ "name": "ListShape"
95814
+ }
95815
+ ],
95816
+ "required": false,
95817
+ "type": {
95818
+ "name": "ListViewMode"
95819
+ }
95820
95820
  }
95821
95821
  }
95822
95822
  },
@@ -217425,6 +217425,70 @@
217425
217425
  }
217426
217426
  }
217427
217427
  },
217428
+ {
217429
+ "tags": {
217430
+ "flr-generate": "all"
217431
+ },
217432
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
217433
+ "description": "",
217434
+ "displayName": "Chat",
217435
+ "methods": [],
217436
+ "props": {
217437
+ "height": {
217438
+ "defaultValue": null,
217439
+ "description": "",
217440
+ "name": "height",
217441
+ "parent": {
217442
+ "fileName": "components/src/components/Chat/Chat.tsx",
217443
+ "name": "ChatProps"
217444
+ },
217445
+ "declarations": [
217446
+ {
217447
+ "fileName": "components/src/components/Chat/Chat.tsx",
217448
+ "name": "ChatProps"
217449
+ }
217450
+ ],
217451
+ "required": false,
217452
+ "type": {
217453
+ "name": "Height<string | number>"
217454
+ }
217455
+ },
217456
+ "children": {
217457
+ "defaultValue": null,
217458
+ "description": "",
217459
+ "name": "children",
217460
+ "declarations": [
217461
+ {
217462
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
217463
+ "name": "TypeLiteral"
217464
+ }
217465
+ ],
217466
+ "required": false,
217467
+ "type": {
217468
+ "name": "ReactNode"
217469
+ }
217470
+ },
217471
+ "className": {
217472
+ "defaultValue": null,
217473
+ "description": "The elements class name.",
217474
+ "name": "className",
217475
+ "parent": {
217476
+ "fileName": "components/src/lib/types/props.ts",
217477
+ "name": "PropsWithClassName"
217478
+ },
217479
+ "declarations": [
217480
+ {
217481
+ "fileName": "components/src/lib/types/props.ts",
217482
+ "name": "PropsWithClassName"
217483
+ }
217484
+ ],
217485
+ "required": false,
217486
+ "type": {
217487
+ "name": "string"
217488
+ }
217489
+ }
217490
+ }
217491
+ },
217428
217492
  {
217429
217493
  "tags": {
217430
217494
  "flr-generate": "all"
@@ -219581,70 +219645,6 @@
219581
219645
  }
219582
219646
  }
219583
219647
  },
219584
- {
219585
- "tags": {
219586
- "flr-generate": "all"
219587
- },
219588
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
219589
- "description": "",
219590
- "displayName": "Chat",
219591
- "methods": [],
219592
- "props": {
219593
- "height": {
219594
- "defaultValue": null,
219595
- "description": "",
219596
- "name": "height",
219597
- "parent": {
219598
- "fileName": "components/src/components/Chat/Chat.tsx",
219599
- "name": "ChatProps"
219600
- },
219601
- "declarations": [
219602
- {
219603
- "fileName": "components/src/components/Chat/Chat.tsx",
219604
- "name": "ChatProps"
219605
- }
219606
- ],
219607
- "required": false,
219608
- "type": {
219609
- "name": "Height<string | number>"
219610
- }
219611
- },
219612
- "children": {
219613
- "defaultValue": null,
219614
- "description": "",
219615
- "name": "children",
219616
- "declarations": [
219617
- {
219618
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
219619
- "name": "TypeLiteral"
219620
- }
219621
- ],
219622
- "required": false,
219623
- "type": {
219624
- "name": "ReactNode"
219625
- }
219626
- },
219627
- "className": {
219628
- "defaultValue": null,
219629
- "description": "The elements class name.",
219630
- "name": "className",
219631
- "parent": {
219632
- "fileName": "components/src/lib/types/props.ts",
219633
- "name": "PropsWithClassName"
219634
- },
219635
- "declarations": [
219636
- {
219637
- "fileName": "components/src/lib/types/props.ts",
219638
- "name": "PropsWithClassName"
219639
- }
219640
- ],
219641
- "required": false,
219642
- "type": {
219643
- "name": "string"
219644
- }
219645
- }
219646
- }
219647
- },
219648
219648
  {
219649
219649
  "tags": {
219650
219650
  "flr-generate": "all"
@@ -304074,315 +304074,6 @@
304074
304074
  }
304075
304075
  }
304076
304076
  },
304077
- {
304078
- "tags": {
304079
- "flr-generate": "all"
304080
- },
304081
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
304082
- "description": "",
304083
- "displayName": "EmptyView",
304084
- "methods": [],
304085
- "props": {}
304086
- },
304087
- {
304088
- "tags": {},
304089
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
304090
- "description": "",
304091
- "displayName": "Table",
304092
- "methods": [],
304093
- "props": {}
304094
- },
304095
- {
304096
- "tags": {
304097
- "flr-generate": "all"
304098
- },
304099
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
304100
- "description": "",
304101
- "displayName": "ListSummary",
304102
- "methods": [],
304103
- "props": {
304104
- "position": {
304105
- "defaultValue": {
304106
- "value": ": \"top\""
304107
- },
304108
- "description": "Whether the summary is placed above or underneath the list",
304109
- "name": "position",
304110
- "parent": {
304111
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
304112
- "name": "ListSummaryProps"
304113
- },
304114
- "declarations": [
304115
- {
304116
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
304117
- "name": "ListSummaryProps"
304118
- }
304119
- ],
304120
- "required": false,
304121
- "type": {
304122
- "name": "\"bottom\" | \"top\""
304123
- }
304124
- },
304125
- "wrapWith": {
304126
- "defaultValue": null,
304127
- "description": "",
304128
- "name": "wrapWith",
304129
- "parent": {
304130
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
304131
- "name": "FlowComponentProps"
304132
- },
304133
- "declarations": [
304134
- {
304135
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
304136
- "name": "FlowComponentProps"
304137
- }
304138
- ],
304139
- "required": false,
304140
- "type": {
304141
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
304142
- }
304143
- },
304144
- "tunnelId": {
304145
- "defaultValue": null,
304146
- "description": "@internal",
304147
- "name": "tunnelId",
304148
- "parent": {
304149
- "fileName": "components/src/lib/types/props.ts",
304150
- "name": "PropsWithTunnel"
304151
- },
304152
- "declarations": [
304153
- {
304154
- "fileName": "components/src/lib/types/props.ts",
304155
- "name": "PropsWithTunnel"
304156
- }
304157
- ],
304158
- "required": false,
304159
- "type": {
304160
- "name": "string | null"
304161
- }
304162
- },
304163
- "ref": {
304164
- "defaultValue": null,
304165
- "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}",
304166
- "name": "ref",
304167
- "parent": {
304168
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
304169
- "name": "RefAttributes"
304170
- },
304171
- "declarations": [
304172
- {
304173
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
304174
- "name": "RefAttributes"
304175
- }
304176
- ],
304177
- "required": false,
304178
- "type": {
304179
- "name": "Ref<HTMLSpanElement>"
304180
- }
304181
- },
304182
- "key": {
304183
- "defaultValue": null,
304184
- "description": "",
304185
- "name": "key",
304186
- "parent": {
304187
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
304188
- "name": "Attributes"
304189
- },
304190
- "declarations": [
304191
- {
304192
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
304193
- "name": "Attributes"
304194
- }
304195
- ],
304196
- "required": false,
304197
- "type": {
304198
- "name": "Key | null"
304199
- }
304200
- },
304201
- "children": {
304202
- "defaultValue": null,
304203
- "description": "",
304204
- "name": "children",
304205
- "declarations": [
304206
- {
304207
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
304208
- "name": "TypeLiteral"
304209
- }
304210
- ],
304211
- "required": false,
304212
- "type": {
304213
- "name": "ReactNode"
304214
- }
304215
- }
304216
- }
304217
- },
304218
- {
304219
- "tags": {},
304220
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
304221
- "description": "",
304222
- "displayName": "ListItemView",
304223
- "methods": [],
304224
- "props": {
304225
- "children": {
304226
- "defaultValue": null,
304227
- "description": "",
304228
- "name": "children",
304229
- "declarations": [
304230
- {
304231
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
304232
- "name": "TypeLiteral"
304233
- }
304234
- ],
304235
- "required": false,
304236
- "type": {
304237
- "name": "ReactNode"
304238
- }
304239
- },
304240
- "s": {
304241
- "defaultValue": null,
304242
- "description": "Column layout for container size s.",
304243
- "name": "s",
304244
- "parent": {
304245
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
304246
- "name": "ColumnLayoutProps"
304247
- },
304248
- "declarations": [
304249
- {
304250
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
304251
- "name": "ColumnLayoutProps"
304252
- }
304253
- ],
304254
- "required": false,
304255
- "type": {
304256
- "name": "(number | null)[]"
304257
- }
304258
- },
304259
- "m": {
304260
- "defaultValue": null,
304261
- "description": "Column layout for container size m.",
304262
- "name": "m",
304263
- "parent": {
304264
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
304265
- "name": "ColumnLayoutProps"
304266
- },
304267
- "declarations": [
304268
- {
304269
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
304270
- "name": "ColumnLayoutProps"
304271
- }
304272
- ],
304273
- "required": false,
304274
- "type": {
304275
- "name": "(number | null)[]"
304276
- }
304277
- },
304278
- "l": {
304279
- "defaultValue": null,
304280
- "description": "Column layout for container size l.",
304281
- "name": "l",
304282
- "parent": {
304283
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
304284
- "name": "ColumnLayoutProps"
304285
- },
304286
- "declarations": [
304287
- {
304288
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
304289
- "name": "ColumnLayoutProps"
304290
- }
304291
- ],
304292
- "required": false,
304293
- "type": {
304294
- "name": "(number | null)[]"
304295
- }
304296
- }
304297
- }
304298
- },
304299
- {
304300
- "tags": {},
304301
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
304302
- "description": "",
304303
- "displayName": "Items",
304304
- "methods": [],
304305
- "props": {}
304306
- },
304307
- {
304308
- "tags": {},
304309
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
304310
- "description": "",
304311
- "displayName": "Header",
304312
- "methods": [],
304313
- "props": {
304314
- "className": {
304315
- "defaultValue": null,
304316
- "description": "The elements class name.",
304317
- "name": "className",
304318
- "parent": {
304319
- "fileName": "components/src/lib/types/props.ts",
304320
- "name": "PropsWithClassName"
304321
- },
304322
- "declarations": [
304323
- {
304324
- "fileName": "components/src/lib/types/props.ts",
304325
- "name": "PropsWithClassName"
304326
- }
304327
- ],
304328
- "required": false,
304329
- "type": {
304330
- "name": "string"
304331
- }
304332
- }
304333
- }
304334
- },
304335
- {
304336
- "tags": {},
304337
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
304338
- "description": "",
304339
- "displayName": "Footer",
304340
- "methods": [],
304341
- "props": {}
304342
- },
304343
- {
304344
- "tags": {},
304345
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
304346
- "description": "",
304347
- "displayName": "DataLoaderSuspense",
304348
- "methods": [],
304349
- "props": {
304350
- "useRenderSuspense": {
304351
- "defaultValue": null,
304352
- "description": "",
304353
- "name": "useRenderSuspense",
304354
- "parent": {
304355
- "fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
304356
- "name": "Props"
304357
- },
304358
- "declarations": [
304359
- {
304360
- "fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
304361
- "name": "Props"
304362
- }
304363
- ],
304364
- "required": true,
304365
- "type": {
304366
- "name": "() => void"
304367
- }
304368
- },
304369
- "children": {
304370
- "defaultValue": null,
304371
- "description": "",
304372
- "name": "children",
304373
- "declarations": [
304374
- {
304375
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
304376
- "name": "TypeLiteral"
304377
- }
304378
- ],
304379
- "required": false,
304380
- "type": {
304381
- "name": "ReactNode"
304382
- }
304383
- }
304384
- }
304385
- },
304386
304077
  {
304387
304078
  "tags": {},
304388
304079
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
@@ -306480,6 +306171,315 @@
306480
306171
  }
306481
306172
  }
306482
306173
  },
306174
+ {
306175
+ "tags": {
306176
+ "flr-generate": "all"
306177
+ },
306178
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
306179
+ "description": "",
306180
+ "displayName": "EmptyView",
306181
+ "methods": [],
306182
+ "props": {}
306183
+ },
306184
+ {
306185
+ "tags": {},
306186
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
306187
+ "description": "",
306188
+ "displayName": "Table",
306189
+ "methods": [],
306190
+ "props": {}
306191
+ },
306192
+ {
306193
+ "tags": {
306194
+ "flr-generate": "all"
306195
+ },
306196
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
306197
+ "description": "",
306198
+ "displayName": "ListSummary",
306199
+ "methods": [],
306200
+ "props": {
306201
+ "position": {
306202
+ "defaultValue": {
306203
+ "value": ": \"top\""
306204
+ },
306205
+ "description": "Whether the summary is placed above or underneath the list",
306206
+ "name": "position",
306207
+ "parent": {
306208
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
306209
+ "name": "ListSummaryProps"
306210
+ },
306211
+ "declarations": [
306212
+ {
306213
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
306214
+ "name": "ListSummaryProps"
306215
+ }
306216
+ ],
306217
+ "required": false,
306218
+ "type": {
306219
+ "name": "\"bottom\" | \"top\""
306220
+ }
306221
+ },
306222
+ "wrapWith": {
306223
+ "defaultValue": null,
306224
+ "description": "",
306225
+ "name": "wrapWith",
306226
+ "parent": {
306227
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
306228
+ "name": "FlowComponentProps"
306229
+ },
306230
+ "declarations": [
306231
+ {
306232
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
306233
+ "name": "FlowComponentProps"
306234
+ }
306235
+ ],
306236
+ "required": false,
306237
+ "type": {
306238
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
306239
+ }
306240
+ },
306241
+ "tunnelId": {
306242
+ "defaultValue": null,
306243
+ "description": "@internal",
306244
+ "name": "tunnelId",
306245
+ "parent": {
306246
+ "fileName": "components/src/lib/types/props.ts",
306247
+ "name": "PropsWithTunnel"
306248
+ },
306249
+ "declarations": [
306250
+ {
306251
+ "fileName": "components/src/lib/types/props.ts",
306252
+ "name": "PropsWithTunnel"
306253
+ }
306254
+ ],
306255
+ "required": false,
306256
+ "type": {
306257
+ "name": "string | null"
306258
+ }
306259
+ },
306260
+ "ref": {
306261
+ "defaultValue": null,
306262
+ "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}",
306263
+ "name": "ref",
306264
+ "parent": {
306265
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
306266
+ "name": "RefAttributes"
306267
+ },
306268
+ "declarations": [
306269
+ {
306270
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
306271
+ "name": "RefAttributes"
306272
+ }
306273
+ ],
306274
+ "required": false,
306275
+ "type": {
306276
+ "name": "Ref<HTMLSpanElement>"
306277
+ }
306278
+ },
306279
+ "key": {
306280
+ "defaultValue": null,
306281
+ "description": "",
306282
+ "name": "key",
306283
+ "parent": {
306284
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
306285
+ "name": "Attributes"
306286
+ },
306287
+ "declarations": [
306288
+ {
306289
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
306290
+ "name": "Attributes"
306291
+ }
306292
+ ],
306293
+ "required": false,
306294
+ "type": {
306295
+ "name": "Key | null"
306296
+ }
306297
+ },
306298
+ "children": {
306299
+ "defaultValue": null,
306300
+ "description": "",
306301
+ "name": "children",
306302
+ "declarations": [
306303
+ {
306304
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
306305
+ "name": "TypeLiteral"
306306
+ }
306307
+ ],
306308
+ "required": false,
306309
+ "type": {
306310
+ "name": "ReactNode"
306311
+ }
306312
+ }
306313
+ }
306314
+ },
306315
+ {
306316
+ "tags": {},
306317
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
306318
+ "description": "",
306319
+ "displayName": "ListItemView",
306320
+ "methods": [],
306321
+ "props": {
306322
+ "children": {
306323
+ "defaultValue": null,
306324
+ "description": "",
306325
+ "name": "children",
306326
+ "declarations": [
306327
+ {
306328
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
306329
+ "name": "TypeLiteral"
306330
+ }
306331
+ ],
306332
+ "required": false,
306333
+ "type": {
306334
+ "name": "ReactNode"
306335
+ }
306336
+ },
306337
+ "s": {
306338
+ "defaultValue": null,
306339
+ "description": "Column layout for container size s.",
306340
+ "name": "s",
306341
+ "parent": {
306342
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
306343
+ "name": "ColumnLayoutProps"
306344
+ },
306345
+ "declarations": [
306346
+ {
306347
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
306348
+ "name": "ColumnLayoutProps"
306349
+ }
306350
+ ],
306351
+ "required": false,
306352
+ "type": {
306353
+ "name": "(number | null)[]"
306354
+ }
306355
+ },
306356
+ "m": {
306357
+ "defaultValue": null,
306358
+ "description": "Column layout for container size m.",
306359
+ "name": "m",
306360
+ "parent": {
306361
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
306362
+ "name": "ColumnLayoutProps"
306363
+ },
306364
+ "declarations": [
306365
+ {
306366
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
306367
+ "name": "ColumnLayoutProps"
306368
+ }
306369
+ ],
306370
+ "required": false,
306371
+ "type": {
306372
+ "name": "(number | null)[]"
306373
+ }
306374
+ },
306375
+ "l": {
306376
+ "defaultValue": null,
306377
+ "description": "Column layout for container size l.",
306378
+ "name": "l",
306379
+ "parent": {
306380
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
306381
+ "name": "ColumnLayoutProps"
306382
+ },
306383
+ "declarations": [
306384
+ {
306385
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
306386
+ "name": "ColumnLayoutProps"
306387
+ }
306388
+ ],
306389
+ "required": false,
306390
+ "type": {
306391
+ "name": "(number | null)[]"
306392
+ }
306393
+ }
306394
+ }
306395
+ },
306396
+ {
306397
+ "tags": {},
306398
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
306399
+ "description": "",
306400
+ "displayName": "Items",
306401
+ "methods": [],
306402
+ "props": {}
306403
+ },
306404
+ {
306405
+ "tags": {},
306406
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
306407
+ "description": "",
306408
+ "displayName": "Header",
306409
+ "methods": [],
306410
+ "props": {
306411
+ "className": {
306412
+ "defaultValue": null,
306413
+ "description": "The elements class name.",
306414
+ "name": "className",
306415
+ "parent": {
306416
+ "fileName": "components/src/lib/types/props.ts",
306417
+ "name": "PropsWithClassName"
306418
+ },
306419
+ "declarations": [
306420
+ {
306421
+ "fileName": "components/src/lib/types/props.ts",
306422
+ "name": "PropsWithClassName"
306423
+ }
306424
+ ],
306425
+ "required": false,
306426
+ "type": {
306427
+ "name": "string"
306428
+ }
306429
+ }
306430
+ }
306431
+ },
306432
+ {
306433
+ "tags": {},
306434
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
306435
+ "description": "",
306436
+ "displayName": "Footer",
306437
+ "methods": [],
306438
+ "props": {}
306439
+ },
306440
+ {
306441
+ "tags": {},
306442
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
306443
+ "description": "",
306444
+ "displayName": "DataLoaderSuspense",
306445
+ "methods": [],
306446
+ "props": {
306447
+ "useRenderSuspense": {
306448
+ "defaultValue": null,
306449
+ "description": "",
306450
+ "name": "useRenderSuspense",
306451
+ "parent": {
306452
+ "fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
306453
+ "name": "Props"
306454
+ },
306455
+ "declarations": [
306456
+ {
306457
+ "fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
306458
+ "name": "Props"
306459
+ }
306460
+ ],
306461
+ "required": true,
306462
+ "type": {
306463
+ "name": "() => void"
306464
+ }
306465
+ },
306466
+ "children": {
306467
+ "defaultValue": null,
306468
+ "description": "",
306469
+ "name": "children",
306470
+ "declarations": [
306471
+ {
306472
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
306473
+ "name": "TypeLiteral"
306474
+ }
306475
+ ],
306476
+ "required": false,
306477
+ "type": {
306478
+ "name": "ReactNode"
306479
+ }
306480
+ }
306481
+ }
306482
+ },
306483
306483
  {
306484
306484
  "tags": {},
306485
306485
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",