@mittwald/flow-react-components 0.2.0-alpha.883 → 0.2.0-alpha.884

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.
@@ -247935,6 +247935,339 @@
247935
247935
  }
247936
247936
  }
247937
247937
  },
247938
+ {
247939
+ "tags": {},
247940
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
247941
+ "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
247942
+ "displayName": "ActionBatch",
247943
+ "methods": [],
247944
+ "props": {
247945
+ "children": {
247946
+ "defaultValue": null,
247947
+ "description": "",
247948
+ "name": "children",
247949
+ "declarations": [
247950
+ {
247951
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
247952
+ "name": "TypeLiteral"
247953
+ }
247954
+ ],
247955
+ "required": false,
247956
+ "type": {
247957
+ "name": "ReactNode"
247958
+ }
247959
+ }
247960
+ }
247961
+ },
247962
+ {
247963
+ "tags": {},
247964
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
247965
+ "description": "",
247966
+ "displayName": "Action",
247967
+ "methods": [],
247968
+ "props": {
247969
+ "onAction": {
247970
+ "defaultValue": null,
247971
+ "description": "",
247972
+ "name": "onAction",
247973
+ "parent": {
247974
+ "fileName": "components/src/components/Action/types.ts",
247975
+ "name": "ActionProps"
247976
+ },
247977
+ "declarations": [
247978
+ {
247979
+ "fileName": "components/src/components/Action/types.ts",
247980
+ "name": "ActionProps"
247981
+ }
247982
+ ],
247983
+ "required": false,
247984
+ "type": {
247985
+ "name": "ActionFn"
247986
+ }
247987
+ },
247988
+ "actionModel": {
247989
+ "defaultValue": null,
247990
+ "description": "",
247991
+ "name": "actionModel",
247992
+ "parent": {
247993
+ "fileName": "components/src/components/Action/types.ts",
247994
+ "name": "ActionProps"
247995
+ },
247996
+ "declarations": [
247997
+ {
247998
+ "fileName": "components/src/components/Action/types.ts",
247999
+ "name": "ActionProps"
248000
+ }
248001
+ ],
248002
+ "required": false,
248003
+ "type": {
248004
+ "name": "ActionModel"
248005
+ }
248006
+ },
248007
+ "closeOverlay": {
248008
+ "defaultValue": null,
248009
+ "description": "",
248010
+ "name": "closeOverlay",
248011
+ "parent": {
248012
+ "fileName": "components/src/components/Action/types.ts",
248013
+ "name": "ActionProps"
248014
+ },
248015
+ "declarations": [
248016
+ {
248017
+ "fileName": "components/src/components/Action/types.ts",
248018
+ "name": "ActionProps"
248019
+ }
248020
+ ],
248021
+ "required": false,
248022
+ "type": {
248023
+ "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
248024
+ }
248025
+ },
248026
+ "openOverlay": {
248027
+ "defaultValue": null,
248028
+ "description": "",
248029
+ "name": "openOverlay",
248030
+ "parent": {
248031
+ "fileName": "components/src/components/Action/types.ts",
248032
+ "name": "ActionProps"
248033
+ },
248034
+ "declarations": [
248035
+ {
248036
+ "fileName": "components/src/components/Action/types.ts",
248037
+ "name": "ActionProps"
248038
+ }
248039
+ ],
248040
+ "required": false,
248041
+ "type": {
248042
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
248043
+ }
248044
+ },
248045
+ "toggleOverlay": {
248046
+ "defaultValue": null,
248047
+ "description": "",
248048
+ "name": "toggleOverlay",
248049
+ "parent": {
248050
+ "fileName": "components/src/components/Action/types.ts",
248051
+ "name": "ActionProps"
248052
+ },
248053
+ "declarations": [
248054
+ {
248055
+ "fileName": "components/src/components/Action/types.ts",
248056
+ "name": "ActionProps"
248057
+ }
248058
+ ],
248059
+ "required": false,
248060
+ "type": {
248061
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
248062
+ }
248063
+ },
248064
+ "closeModal": {
248065
+ "defaultValue": null,
248066
+ "description": "",
248067
+ "name": "closeModal",
248068
+ "parent": {
248069
+ "fileName": "components/src/components/Action/types.ts",
248070
+ "name": "ActionProps"
248071
+ },
248072
+ "declarations": [
248073
+ {
248074
+ "fileName": "components/src/components/Action/types.ts",
248075
+ "name": "ActionProps"
248076
+ }
248077
+ ],
248078
+ "required": false,
248079
+ "type": {
248080
+ "name": "boolean | CloseModalOptions"
248081
+ }
248082
+ },
248083
+ "openModal": {
248084
+ "defaultValue": null,
248085
+ "description": "",
248086
+ "name": "openModal",
248087
+ "parent": {
248088
+ "fileName": "components/src/components/Action/types.ts",
248089
+ "name": "ActionProps"
248090
+ },
248091
+ "declarations": [
248092
+ {
248093
+ "fileName": "components/src/components/Action/types.ts",
248094
+ "name": "ActionProps"
248095
+ }
248096
+ ],
248097
+ "required": false,
248098
+ "type": {
248099
+ "name": "boolean"
248100
+ }
248101
+ },
248102
+ "toggleModal": {
248103
+ "defaultValue": null,
248104
+ "description": "",
248105
+ "name": "toggleModal",
248106
+ "parent": {
248107
+ "fileName": "components/src/components/Action/types.ts",
248108
+ "name": "ActionProps"
248109
+ },
248110
+ "declarations": [
248111
+ {
248112
+ "fileName": "components/src/components/Action/types.ts",
248113
+ "name": "ActionProps"
248114
+ }
248115
+ ],
248116
+ "required": false,
248117
+ "type": {
248118
+ "name": "boolean"
248119
+ }
248120
+ },
248121
+ "break": {
248122
+ "defaultValue": null,
248123
+ "description": "",
248124
+ "name": "break",
248125
+ "parent": {
248126
+ "fileName": "components/src/components/Action/types.ts",
248127
+ "name": "ActionProps"
248128
+ },
248129
+ "declarations": [
248130
+ {
248131
+ "fileName": "components/src/components/Action/types.ts",
248132
+ "name": "ActionProps"
248133
+ }
248134
+ ],
248135
+ "required": false,
248136
+ "type": {
248137
+ "name": "boolean"
248138
+ }
248139
+ },
248140
+ "skip": {
248141
+ "defaultValue": null,
248142
+ "description": "",
248143
+ "name": "skip",
248144
+ "parent": {
248145
+ "fileName": "components/src/components/Action/types.ts",
248146
+ "name": "ActionProps"
248147
+ },
248148
+ "declarations": [
248149
+ {
248150
+ "fileName": "components/src/components/Action/types.ts",
248151
+ "name": "ActionProps"
248152
+ }
248153
+ ],
248154
+ "required": false,
248155
+ "type": {
248156
+ "name": "number | boolean"
248157
+ }
248158
+ },
248159
+ "showFeedback": {
248160
+ "defaultValue": null,
248161
+ "description": "",
248162
+ "name": "showFeedback",
248163
+ "parent": {
248164
+ "fileName": "components/src/components/Action/types.ts",
248165
+ "name": "ActionProps"
248166
+ },
248167
+ "declarations": [
248168
+ {
248169
+ "fileName": "components/src/components/Action/types.ts",
248170
+ "name": "ActionProps"
248171
+ }
248172
+ ],
248173
+ "required": false,
248174
+ "type": {
248175
+ "name": "boolean"
248176
+ }
248177
+ },
248178
+ "children": {
248179
+ "defaultValue": null,
248180
+ "description": "",
248181
+ "name": "children",
248182
+ "declarations": [
248183
+ {
248184
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248185
+ "name": "TypeLiteral"
248186
+ }
248187
+ ],
248188
+ "required": false,
248189
+ "type": {
248190
+ "name": "ReactNode"
248191
+ }
248192
+ },
248193
+ "wrapWith": {
248194
+ "defaultValue": null,
248195
+ "description": "",
248196
+ "name": "wrapWith",
248197
+ "parent": {
248198
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
248199
+ "name": "FlowComponentProps"
248200
+ },
248201
+ "declarations": [
248202
+ {
248203
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
248204
+ "name": "FlowComponentProps"
248205
+ }
248206
+ ],
248207
+ "required": false,
248208
+ "type": {
248209
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
248210
+ }
248211
+ },
248212
+ "tunnel": {
248213
+ "defaultValue": null,
248214
+ "description": "@internal",
248215
+ "name": "tunnel",
248216
+ "parent": {
248217
+ "fileName": "components/src/lib/types/props.ts",
248218
+ "name": "PropsWithTunnel"
248219
+ },
248220
+ "declarations": [
248221
+ {
248222
+ "fileName": "components/src/lib/types/props.ts",
248223
+ "name": "PropsWithTunnel"
248224
+ }
248225
+ ],
248226
+ "required": false,
248227
+ "type": {
248228
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
248229
+ }
248230
+ },
248231
+ "ref": {
248232
+ "defaultValue": null,
248233
+ "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}",
248234
+ "name": "ref",
248235
+ "parent": {
248236
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248237
+ "name": "RefAttributes"
248238
+ },
248239
+ "declarations": [
248240
+ {
248241
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248242
+ "name": "RefAttributes"
248243
+ }
248244
+ ],
248245
+ "required": false,
248246
+ "type": {
248247
+ "name": "Ref<HTMLSpanElement>"
248248
+ }
248249
+ },
248250
+ "key": {
248251
+ "defaultValue": null,
248252
+ "description": "",
248253
+ "name": "key",
248254
+ "parent": {
248255
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248256
+ "name": "Attributes"
248257
+ },
248258
+ "declarations": [
248259
+ {
248260
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
248261
+ "name": "Attributes"
248262
+ }
248263
+ ],
248264
+ "required": false,
248265
+ "type": {
248266
+ "name": "Key | null"
248267
+ }
248268
+ }
248269
+ }
248270
+ },
247938
248271
  {
247939
248272
  "tags": {
247940
248273
  "flr-generate": "all"
@@ -253306,339 +253639,6 @@
253306
253639
  }
253307
253640
  }
253308
253641
  },
253309
- {
253310
- "tags": {},
253311
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
253312
- "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
253313
- "displayName": "ActionBatch",
253314
- "methods": [],
253315
- "props": {
253316
- "children": {
253317
- "defaultValue": null,
253318
- "description": "",
253319
- "name": "children",
253320
- "declarations": [
253321
- {
253322
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253323
- "name": "TypeLiteral"
253324
- }
253325
- ],
253326
- "required": false,
253327
- "type": {
253328
- "name": "ReactNode"
253329
- }
253330
- }
253331
- }
253332
- },
253333
- {
253334
- "tags": {},
253335
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
253336
- "description": "",
253337
- "displayName": "Action",
253338
- "methods": [],
253339
- "props": {
253340
- "onAction": {
253341
- "defaultValue": null,
253342
- "description": "",
253343
- "name": "onAction",
253344
- "parent": {
253345
- "fileName": "components/src/components/Action/types.ts",
253346
- "name": "ActionProps"
253347
- },
253348
- "declarations": [
253349
- {
253350
- "fileName": "components/src/components/Action/types.ts",
253351
- "name": "ActionProps"
253352
- }
253353
- ],
253354
- "required": false,
253355
- "type": {
253356
- "name": "ActionFn"
253357
- }
253358
- },
253359
- "actionModel": {
253360
- "defaultValue": null,
253361
- "description": "",
253362
- "name": "actionModel",
253363
- "parent": {
253364
- "fileName": "components/src/components/Action/types.ts",
253365
- "name": "ActionProps"
253366
- },
253367
- "declarations": [
253368
- {
253369
- "fileName": "components/src/components/Action/types.ts",
253370
- "name": "ActionProps"
253371
- }
253372
- ],
253373
- "required": false,
253374
- "type": {
253375
- "name": "ActionModel"
253376
- }
253377
- },
253378
- "closeOverlay": {
253379
- "defaultValue": null,
253380
- "description": "",
253381
- "name": "closeOverlay",
253382
- "parent": {
253383
- "fileName": "components/src/components/Action/types.ts",
253384
- "name": "ActionProps"
253385
- },
253386
- "declarations": [
253387
- {
253388
- "fileName": "components/src/components/Action/types.ts",
253389
- "name": "ActionProps"
253390
- }
253391
- ],
253392
- "required": false,
253393
- "type": {
253394
- "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
253395
- }
253396
- },
253397
- "openOverlay": {
253398
- "defaultValue": null,
253399
- "description": "",
253400
- "name": "openOverlay",
253401
- "parent": {
253402
- "fileName": "components/src/components/Action/types.ts",
253403
- "name": "ActionProps"
253404
- },
253405
- "declarations": [
253406
- {
253407
- "fileName": "components/src/components/Action/types.ts",
253408
- "name": "ActionProps"
253409
- }
253410
- ],
253411
- "required": false,
253412
- "type": {
253413
- "name": "keyof FlowComponentPropsTypes | OverlayController"
253414
- }
253415
- },
253416
- "toggleOverlay": {
253417
- "defaultValue": null,
253418
- "description": "",
253419
- "name": "toggleOverlay",
253420
- "parent": {
253421
- "fileName": "components/src/components/Action/types.ts",
253422
- "name": "ActionProps"
253423
- },
253424
- "declarations": [
253425
- {
253426
- "fileName": "components/src/components/Action/types.ts",
253427
- "name": "ActionProps"
253428
- }
253429
- ],
253430
- "required": false,
253431
- "type": {
253432
- "name": "keyof FlowComponentPropsTypes | OverlayController"
253433
- }
253434
- },
253435
- "closeModal": {
253436
- "defaultValue": null,
253437
- "description": "",
253438
- "name": "closeModal",
253439
- "parent": {
253440
- "fileName": "components/src/components/Action/types.ts",
253441
- "name": "ActionProps"
253442
- },
253443
- "declarations": [
253444
- {
253445
- "fileName": "components/src/components/Action/types.ts",
253446
- "name": "ActionProps"
253447
- }
253448
- ],
253449
- "required": false,
253450
- "type": {
253451
- "name": "boolean | CloseModalOptions"
253452
- }
253453
- },
253454
- "openModal": {
253455
- "defaultValue": null,
253456
- "description": "",
253457
- "name": "openModal",
253458
- "parent": {
253459
- "fileName": "components/src/components/Action/types.ts",
253460
- "name": "ActionProps"
253461
- },
253462
- "declarations": [
253463
- {
253464
- "fileName": "components/src/components/Action/types.ts",
253465
- "name": "ActionProps"
253466
- }
253467
- ],
253468
- "required": false,
253469
- "type": {
253470
- "name": "boolean"
253471
- }
253472
- },
253473
- "toggleModal": {
253474
- "defaultValue": null,
253475
- "description": "",
253476
- "name": "toggleModal",
253477
- "parent": {
253478
- "fileName": "components/src/components/Action/types.ts",
253479
- "name": "ActionProps"
253480
- },
253481
- "declarations": [
253482
- {
253483
- "fileName": "components/src/components/Action/types.ts",
253484
- "name": "ActionProps"
253485
- }
253486
- ],
253487
- "required": false,
253488
- "type": {
253489
- "name": "boolean"
253490
- }
253491
- },
253492
- "break": {
253493
- "defaultValue": null,
253494
- "description": "",
253495
- "name": "break",
253496
- "parent": {
253497
- "fileName": "components/src/components/Action/types.ts",
253498
- "name": "ActionProps"
253499
- },
253500
- "declarations": [
253501
- {
253502
- "fileName": "components/src/components/Action/types.ts",
253503
- "name": "ActionProps"
253504
- }
253505
- ],
253506
- "required": false,
253507
- "type": {
253508
- "name": "boolean"
253509
- }
253510
- },
253511
- "skip": {
253512
- "defaultValue": null,
253513
- "description": "",
253514
- "name": "skip",
253515
- "parent": {
253516
- "fileName": "components/src/components/Action/types.ts",
253517
- "name": "ActionProps"
253518
- },
253519
- "declarations": [
253520
- {
253521
- "fileName": "components/src/components/Action/types.ts",
253522
- "name": "ActionProps"
253523
- }
253524
- ],
253525
- "required": false,
253526
- "type": {
253527
- "name": "number | boolean"
253528
- }
253529
- },
253530
- "showFeedback": {
253531
- "defaultValue": null,
253532
- "description": "",
253533
- "name": "showFeedback",
253534
- "parent": {
253535
- "fileName": "components/src/components/Action/types.ts",
253536
- "name": "ActionProps"
253537
- },
253538
- "declarations": [
253539
- {
253540
- "fileName": "components/src/components/Action/types.ts",
253541
- "name": "ActionProps"
253542
- }
253543
- ],
253544
- "required": false,
253545
- "type": {
253546
- "name": "boolean"
253547
- }
253548
- },
253549
- "children": {
253550
- "defaultValue": null,
253551
- "description": "",
253552
- "name": "children",
253553
- "declarations": [
253554
- {
253555
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253556
- "name": "TypeLiteral"
253557
- }
253558
- ],
253559
- "required": false,
253560
- "type": {
253561
- "name": "ReactNode"
253562
- }
253563
- },
253564
- "wrapWith": {
253565
- "defaultValue": null,
253566
- "description": "",
253567
- "name": "wrapWith",
253568
- "parent": {
253569
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
253570
- "name": "FlowComponentProps"
253571
- },
253572
- "declarations": [
253573
- {
253574
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
253575
- "name": "FlowComponentProps"
253576
- }
253577
- ],
253578
- "required": false,
253579
- "type": {
253580
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
253581
- }
253582
- },
253583
- "tunnel": {
253584
- "defaultValue": null,
253585
- "description": "@internal",
253586
- "name": "tunnel",
253587
- "parent": {
253588
- "fileName": "components/src/lib/types/props.ts",
253589
- "name": "PropsWithTunnel"
253590
- },
253591
- "declarations": [
253592
- {
253593
- "fileName": "components/src/lib/types/props.ts",
253594
- "name": "PropsWithTunnel"
253595
- }
253596
- ],
253597
- "required": false,
253598
- "type": {
253599
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
253600
- }
253601
- },
253602
- "ref": {
253603
- "defaultValue": null,
253604
- "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}",
253605
- "name": "ref",
253606
- "parent": {
253607
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253608
- "name": "RefAttributes"
253609
- },
253610
- "declarations": [
253611
- {
253612
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253613
- "name": "RefAttributes"
253614
- }
253615
- ],
253616
- "required": false,
253617
- "type": {
253618
- "name": "Ref<HTMLSpanElement>"
253619
- }
253620
- },
253621
- "key": {
253622
- "defaultValue": null,
253623
- "description": "",
253624
- "name": "key",
253625
- "parent": {
253626
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253627
- "name": "Attributes"
253628
- },
253629
- "declarations": [
253630
- {
253631
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253632
- "name": "Attributes"
253633
- }
253634
- ],
253635
- "required": false,
253636
- "type": {
253637
- "name": "Key | null"
253638
- }
253639
- }
253640
- }
253641
- },
253642
253642
  {
253643
253643
  "tags": {
253644
253644
  "flr-generate": "all"
@@ -293652,72 +293652,6 @@
293652
293652
  }
293653
293653
  }
293654
293654
  },
293655
- {
293656
- "tags": {},
293657
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
293658
- "description": "",
293659
- "displayName": "TabList",
293660
- "methods": [],
293661
- "props": {
293662
- "selection": {
293663
- "defaultValue": null,
293664
- "description": "",
293665
- "name": "selection",
293666
- "parent": {
293667
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293668
- "name": "Props"
293669
- },
293670
- "declarations": [
293671
- {
293672
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293673
- "name": "Props"
293674
- }
293675
- ],
293676
- "required": true,
293677
- "type": {
293678
- "name": "Key | undefined"
293679
- }
293680
- },
293681
- "onContextMenuSelectionChange": {
293682
- "defaultValue": null,
293683
- "description": "",
293684
- "name": "onContextMenuSelectionChange",
293685
- "parent": {
293686
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293687
- "name": "Props"
293688
- },
293689
- "declarations": [
293690
- {
293691
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293692
- "name": "Props"
293693
- }
293694
- ],
293695
- "required": true,
293696
- "type": {
293697
- "name": "(key: Key) => void"
293698
- }
293699
- },
293700
- "disabledKeys": {
293701
- "defaultValue": null,
293702
- "description": "",
293703
- "name": "disabledKeys",
293704
- "parent": {
293705
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293706
- "name": "Props"
293707
- },
293708
- "declarations": [
293709
- {
293710
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293711
- "name": "Props"
293712
- }
293713
- ],
293714
- "required": false,
293715
- "type": {
293716
- "name": "Iterable<Key>"
293717
- }
293718
- }
293719
- }
293720
- },
293721
293655
  {
293722
293656
  "tags": {
293723
293657
  "flr-generate": "all"
@@ -295286,6 +295220,72 @@
295286
295220
  }
295287
295221
  }
295288
295222
  },
295223
+ {
295224
+ "tags": {},
295225
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
295226
+ "description": "",
295227
+ "displayName": "TabList",
295228
+ "methods": [],
295229
+ "props": {
295230
+ "selection": {
295231
+ "defaultValue": null,
295232
+ "description": "",
295233
+ "name": "selection",
295234
+ "parent": {
295235
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
295236
+ "name": "Props"
295237
+ },
295238
+ "declarations": [
295239
+ {
295240
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
295241
+ "name": "Props"
295242
+ }
295243
+ ],
295244
+ "required": true,
295245
+ "type": {
295246
+ "name": "Key | undefined"
295247
+ }
295248
+ },
295249
+ "onContextMenuSelectionChange": {
295250
+ "defaultValue": null,
295251
+ "description": "",
295252
+ "name": "onContextMenuSelectionChange",
295253
+ "parent": {
295254
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
295255
+ "name": "Props"
295256
+ },
295257
+ "declarations": [
295258
+ {
295259
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
295260
+ "name": "Props"
295261
+ }
295262
+ ],
295263
+ "required": true,
295264
+ "type": {
295265
+ "name": "(key: Key) => void"
295266
+ }
295267
+ },
295268
+ "disabledKeys": {
295269
+ "defaultValue": null,
295270
+ "description": "",
295271
+ "name": "disabledKeys",
295272
+ "parent": {
295273
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
295274
+ "name": "Props"
295275
+ },
295276
+ "declarations": [
295277
+ {
295278
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
295279
+ "name": "Props"
295280
+ }
295281
+ ],
295282
+ "required": false,
295283
+ "type": {
295284
+ "name": "Iterable<Key>"
295285
+ }
295286
+ }
295287
+ }
295288
+ },
295289
295289
  {
295290
295290
  "tags": {
295291
295291
  "flr-generate": "all"
@@ -311403,91 +311403,6 @@
311403
311403
  }
311404
311404
  }
311405
311405
  },
311406
- {
311407
- "tags": {},
311408
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311409
- "description": "",
311410
- "displayName": "ValidationResultButton",
311411
- "methods": [],
311412
- "props": {
311413
- "policyValidationResult": {
311414
- "defaultValue": null,
311415
- "description": "",
311416
- "name": "policyValidationResult",
311417
- "parent": {
311418
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311419
- "name": "Props"
311420
- },
311421
- "declarations": [
311422
- {
311423
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311424
- "name": "Props"
311425
- }
311426
- ],
311427
- "required": false,
311428
- "type": {
311429
- "name": "ResolvedPolicyValidationResult"
311430
- }
311431
- },
311432
- "isDisabled": {
311433
- "defaultValue": null,
311434
- "description": "",
311435
- "name": "isDisabled",
311436
- "parent": {
311437
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311438
- "name": "Props"
311439
- },
311440
- "declarations": [
311441
- {
311442
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311443
- "name": "Props"
311444
- }
311445
- ],
311446
- "required": false,
311447
- "type": {
311448
- "name": "boolean"
311449
- }
311450
- },
311451
- "isEmptyValue": {
311452
- "defaultValue": null,
311453
- "description": "",
311454
- "name": "isEmptyValue",
311455
- "parent": {
311456
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311457
- "name": "Props"
311458
- },
311459
- "declarations": [
311460
- {
311461
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311462
- "name": "Props"
311463
- }
311464
- ],
311465
- "required": true,
311466
- "type": {
311467
- "name": "boolean"
311468
- }
311469
- },
311470
- "className": {
311471
- "defaultValue": null,
311472
- "description": "The elements class name.",
311473
- "name": "className",
311474
- "parent": {
311475
- "fileName": "components/src/lib/types/props.ts",
311476
- "name": "PropsWithClassName"
311477
- },
311478
- "declarations": [
311479
- {
311480
- "fileName": "components/src/lib/types/props.ts",
311481
- "name": "PropsWithClassName"
311482
- }
311483
- ],
311484
- "required": false,
311485
- "type": {
311486
- "name": "string"
311487
- }
311488
- }
311489
- }
311490
- },
311491
311406
  {
311492
311407
  "tags": {
311493
311408
  "internal": ""
@@ -311538,71 +311453,156 @@
311538
311453
  }
311539
311454
  },
311540
311455
  {
311541
- "tags": {
311542
- "internal": ""
311543
- },
311544
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311456
+ "tags": {},
311457
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311545
311458
  "description": "",
311546
- "displayName": "TogglePasswordVisibilityButton",
311459
+ "displayName": "ValidationResultButton",
311547
311460
  "methods": [],
311548
311461
  "props": {
311549
- "isDisabled": {
311550
- "defaultValue": {
311551
- "value": "false"
311552
- },
311462
+ "policyValidationResult": {
311463
+ "defaultValue": null,
311553
311464
  "description": "",
311554
- "name": "isDisabled",
311465
+ "name": "policyValidationResult",
311555
311466
  "parent": {
311556
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311467
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311557
311468
  "name": "Props"
311558
311469
  },
311559
311470
  "declarations": [
311560
311471
  {
311561
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311472
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311562
311473
  "name": "Props"
311563
311474
  }
311564
311475
  ],
311565
311476
  "required": false,
311566
311477
  "type": {
311567
- "name": "boolean"
311478
+ "name": "ResolvedPolicyValidationResult"
311568
311479
  }
311569
311480
  },
311570
- "isVisible": {
311481
+ "isDisabled": {
311571
311482
  "defaultValue": null,
311572
311483
  "description": "",
311573
- "name": "isVisible",
311484
+ "name": "isDisabled",
311574
311485
  "parent": {
311575
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311486
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311576
311487
  "name": "Props"
311577
311488
  },
311578
311489
  "declarations": [
311579
311490
  {
311580
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311491
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311581
311492
  "name": "Props"
311582
311493
  }
311583
311494
  ],
311584
- "required": true,
311495
+ "required": false,
311585
311496
  "type": {
311586
311497
  "name": "boolean"
311587
311498
  }
311588
311499
  },
311589
- "onPress": {
311500
+ "isEmptyValue": {
311590
311501
  "defaultValue": null,
311591
311502
  "description": "",
311592
- "name": "onPress",
311503
+ "name": "isEmptyValue",
311593
311504
  "parent": {
311594
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311505
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311595
311506
  "name": "Props"
311596
311507
  },
311597
311508
  "declarations": [
311598
311509
  {
311599
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311510
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
311600
311511
  "name": "Props"
311601
311512
  }
311602
311513
  ],
311603
311514
  "required": true,
311604
311515
  "type": {
311605
- "name": "ActionFn"
311516
+ "name": "boolean"
311517
+ }
311518
+ },
311519
+ "className": {
311520
+ "defaultValue": null,
311521
+ "description": "The elements class name.",
311522
+ "name": "className",
311523
+ "parent": {
311524
+ "fileName": "components/src/lib/types/props.ts",
311525
+ "name": "PropsWithClassName"
311526
+ },
311527
+ "declarations": [
311528
+ {
311529
+ "fileName": "components/src/lib/types/props.ts",
311530
+ "name": "PropsWithClassName"
311531
+ }
311532
+ ],
311533
+ "required": false,
311534
+ "type": {
311535
+ "name": "string"
311536
+ }
311537
+ }
311538
+ }
311539
+ },
311540
+ {
311541
+ "tags": {
311542
+ "internal": ""
311543
+ },
311544
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311545
+ "description": "",
311546
+ "displayName": "TogglePasswordVisibilityButton",
311547
+ "methods": [],
311548
+ "props": {
311549
+ "isDisabled": {
311550
+ "defaultValue": {
311551
+ "value": "false"
311552
+ },
311553
+ "description": "",
311554
+ "name": "isDisabled",
311555
+ "parent": {
311556
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311557
+ "name": "Props"
311558
+ },
311559
+ "declarations": [
311560
+ {
311561
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311562
+ "name": "Props"
311563
+ }
311564
+ ],
311565
+ "required": false,
311566
+ "type": {
311567
+ "name": "boolean"
311568
+ }
311569
+ },
311570
+ "isVisible": {
311571
+ "defaultValue": null,
311572
+ "description": "",
311573
+ "name": "isVisible",
311574
+ "parent": {
311575
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311576
+ "name": "Props"
311577
+ },
311578
+ "declarations": [
311579
+ {
311580
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311581
+ "name": "Props"
311582
+ }
311583
+ ],
311584
+ "required": true,
311585
+ "type": {
311586
+ "name": "boolean"
311587
+ }
311588
+ },
311589
+ "onPress": {
311590
+ "defaultValue": null,
311591
+ "description": "",
311592
+ "name": "onPress",
311593
+ "parent": {
311594
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311595
+ "name": "Props"
311596
+ },
311597
+ "declarations": [
311598
+ {
311599
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
311600
+ "name": "Props"
311601
+ }
311602
+ ],
311603
+ "required": true,
311604
+ "type": {
311605
+ "name": "ActionFn"
311606
311606
  }
311607
311607
  },
311608
311608
  "className": {
@@ -311760,93 +311760,6 @@
311760
311760
  }
311761
311761
  }
311762
311762
  },
311763
- {
311764
- "tags": {
311765
- "flr-generate": "all"
311766
- },
311767
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
311768
- "description": "",
311769
- "displayName": "DialogTrigger",
311770
- "methods": [],
311771
- "props": {
311772
- "children": {
311773
- "defaultValue": null,
311774
- "description": "",
311775
- "name": "children",
311776
- "parent": {
311777
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
311778
- "name": "DialogTriggerProps"
311779
- },
311780
- "declarations": [
311781
- {
311782
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
311783
- "name": "DialogTriggerProps"
311784
- }
311785
- ],
311786
- "required": true,
311787
- "type": {
311788
- "name": "ReactNode"
311789
- }
311790
- },
311791
- "isOpen": {
311792
- "defaultValue": null,
311793
- "description": "Whether the overlay is open by default (controlled).",
311794
- "name": "isOpen",
311795
- "parent": {
311796
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
311797
- "name": "OverlayTriggerProps"
311798
- },
311799
- "declarations": [
311800
- {
311801
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
311802
- "name": "OverlayTriggerProps"
311803
- }
311804
- ],
311805
- "required": false,
311806
- "type": {
311807
- "name": "boolean"
311808
- }
311809
- },
311810
- "defaultOpen": {
311811
- "defaultValue": null,
311812
- "description": "Whether the overlay is open by default (uncontrolled).",
311813
- "name": "defaultOpen",
311814
- "parent": {
311815
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
311816
- "name": "OverlayTriggerProps"
311817
- },
311818
- "declarations": [
311819
- {
311820
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
311821
- "name": "OverlayTriggerProps"
311822
- }
311823
- ],
311824
- "required": false,
311825
- "type": {
311826
- "name": "boolean"
311827
- }
311828
- },
311829
- "onOpenChange": {
311830
- "defaultValue": null,
311831
- "description": "Handler that is called when the overlay's open state changes.",
311832
- "name": "onOpenChange",
311833
- "parent": {
311834
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
311835
- "name": "OverlayTriggerProps"
311836
- },
311837
- "declarations": [
311838
- {
311839
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
311840
- "name": "OverlayTriggerProps"
311841
- }
311842
- ],
311843
- "required": false,
311844
- "type": {
311845
- "name": "((isOpen: boolean) => void)"
311846
- }
311847
- }
311848
- }
311849
- },
311850
311763
  {
311851
311764
  "tags": {
311852
311765
  "flr-generate": "all"
@@ -312031,6 +311944,93 @@
312031
311944
  }
312032
311945
  }
312033
311946
  },
311947
+ {
311948
+ "tags": {
311949
+ "flr-generate": "all"
311950
+ },
311951
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
311952
+ "description": "",
311953
+ "displayName": "DialogTrigger",
311954
+ "methods": [],
311955
+ "props": {
311956
+ "children": {
311957
+ "defaultValue": null,
311958
+ "description": "",
311959
+ "name": "children",
311960
+ "parent": {
311961
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
311962
+ "name": "DialogTriggerProps"
311963
+ },
311964
+ "declarations": [
311965
+ {
311966
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
311967
+ "name": "DialogTriggerProps"
311968
+ }
311969
+ ],
311970
+ "required": true,
311971
+ "type": {
311972
+ "name": "ReactNode"
311973
+ }
311974
+ },
311975
+ "isOpen": {
311976
+ "defaultValue": null,
311977
+ "description": "Whether the overlay is open by default (controlled).",
311978
+ "name": "isOpen",
311979
+ "parent": {
311980
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
311981
+ "name": "OverlayTriggerProps"
311982
+ },
311983
+ "declarations": [
311984
+ {
311985
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
311986
+ "name": "OverlayTriggerProps"
311987
+ }
311988
+ ],
311989
+ "required": false,
311990
+ "type": {
311991
+ "name": "boolean"
311992
+ }
311993
+ },
311994
+ "defaultOpen": {
311995
+ "defaultValue": null,
311996
+ "description": "Whether the overlay is open by default (uncontrolled).",
311997
+ "name": "defaultOpen",
311998
+ "parent": {
311999
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
312000
+ "name": "OverlayTriggerProps"
312001
+ },
312002
+ "declarations": [
312003
+ {
312004
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
312005
+ "name": "OverlayTriggerProps"
312006
+ }
312007
+ ],
312008
+ "required": false,
312009
+ "type": {
312010
+ "name": "boolean"
312011
+ }
312012
+ },
312013
+ "onOpenChange": {
312014
+ "defaultValue": null,
312015
+ "description": "Handler that is called when the overlay's open state changes.",
312016
+ "name": "onOpenChange",
312017
+ "parent": {
312018
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
312019
+ "name": "OverlayTriggerProps"
312020
+ },
312021
+ "declarations": [
312022
+ {
312023
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
312024
+ "name": "OverlayTriggerProps"
312025
+ }
312026
+ ],
312027
+ "required": false,
312028
+ "type": {
312029
+ "name": "((isOpen: boolean) => void)"
312030
+ }
312031
+ }
312032
+ }
312033
+ },
312034
312034
  {
312035
312035
  "tags": {
312036
312036
  "flr-generate": "all"
@@ -317627,14 +317627,6 @@
317627
317627
  }
317628
317628
  }
317629
317629
  },
317630
- {
317631
- "tags": {},
317632
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
317633
- "description": "",
317634
- "displayName": "ConfirmUnsavedChangesModal",
317635
- "methods": [],
317636
- "props": {}
317637
- },
317638
317630
  {
317639
317631
  "tags": {
317640
317632
  "flr-generate": "all"
@@ -317970,6 +317962,14 @@
317970
317962
  }
317971
317963
  }
317972
317964
  },
317965
+ {
317966
+ "tags": {},
317967
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
317968
+ "description": "",
317969
+ "displayName": "ConfirmUnsavedChangesModal",
317970
+ "methods": [],
317971
+ "props": {}
317972
+ },
317973
317973
  {
317974
317974
  "tags": {
317975
317975
  "flr-generate": "all"
@@ -318056,129 +318056,6 @@
318056
318056
  "methods": [],
318057
318057
  "props": {}
318058
318058
  },
318059
- {
318060
- "tags": {
318061
- "flr-generate": "all"
318062
- },
318063
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
318064
- "description": "",
318065
- "displayName": "ListSummary",
318066
- "methods": [],
318067
- "props": {
318068
- "position": {
318069
- "defaultValue": {
318070
- "value": ": \"top\""
318071
- },
318072
- "description": "Whether the summary is placed above or underneath the list",
318073
- "name": "position",
318074
- "parent": {
318075
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
318076
- "name": "ListSummaryProps"
318077
- },
318078
- "declarations": [
318079
- {
318080
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
318081
- "name": "ListSummaryProps"
318082
- }
318083
- ],
318084
- "required": false,
318085
- "type": {
318086
- "name": "\"bottom\" | \"top\""
318087
- }
318088
- },
318089
- "wrapWith": {
318090
- "defaultValue": null,
318091
- "description": "",
318092
- "name": "wrapWith",
318093
- "parent": {
318094
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318095
- "name": "FlowComponentProps"
318096
- },
318097
- "declarations": [
318098
- {
318099
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318100
- "name": "FlowComponentProps"
318101
- }
318102
- ],
318103
- "required": false,
318104
- "type": {
318105
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
318106
- }
318107
- },
318108
- "tunnel": {
318109
- "defaultValue": null,
318110
- "description": "@internal",
318111
- "name": "tunnel",
318112
- "parent": {
318113
- "fileName": "components/src/lib/types/props.ts",
318114
- "name": "PropsWithTunnel"
318115
- },
318116
- "declarations": [
318117
- {
318118
- "fileName": "components/src/lib/types/props.ts",
318119
- "name": "PropsWithTunnel"
318120
- }
318121
- ],
318122
- "required": false,
318123
- "type": {
318124
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
318125
- }
318126
- },
318127
- "ref": {
318128
- "defaultValue": null,
318129
- "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}",
318130
- "name": "ref",
318131
- "parent": {
318132
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318133
- "name": "RefAttributes"
318134
- },
318135
- "declarations": [
318136
- {
318137
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318138
- "name": "RefAttributes"
318139
- }
318140
- ],
318141
- "required": false,
318142
- "type": {
318143
- "name": "Ref<HTMLSpanElement>"
318144
- }
318145
- },
318146
- "key": {
318147
- "defaultValue": null,
318148
- "description": "",
318149
- "name": "key",
318150
- "parent": {
318151
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318152
- "name": "Attributes"
318153
- },
318154
- "declarations": [
318155
- {
318156
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318157
- "name": "Attributes"
318158
- }
318159
- ],
318160
- "required": false,
318161
- "type": {
318162
- "name": "Key | null"
318163
- }
318164
- },
318165
- "children": {
318166
- "defaultValue": null,
318167
- "description": "",
318168
- "name": "children",
318169
- "declarations": [
318170
- {
318171
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318172
- "name": "TypeLiteral"
318173
- }
318174
- ],
318175
- "required": false,
318176
- "type": {
318177
- "name": "ReactNode"
318178
- }
318179
- }
318180
- }
318181
- },
318182
318059
  {
318183
318060
  "tags": {},
318184
318061
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
@@ -318404,12 +318281,127 @@
318404
318281
  }
318405
318282
  },
318406
318283
  {
318407
- "tags": {},
318408
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
318284
+ "tags": {
318285
+ "flr-generate": "all"
318286
+ },
318287
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
318409
318288
  "description": "",
318410
- "displayName": "Items",
318289
+ "displayName": "ListSummary",
318411
318290
  "methods": [],
318412
- "props": {}
318291
+ "props": {
318292
+ "position": {
318293
+ "defaultValue": {
318294
+ "value": ": \"top\""
318295
+ },
318296
+ "description": "Whether the summary is placed above or underneath the list",
318297
+ "name": "position",
318298
+ "parent": {
318299
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
318300
+ "name": "ListSummaryProps"
318301
+ },
318302
+ "declarations": [
318303
+ {
318304
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
318305
+ "name": "ListSummaryProps"
318306
+ }
318307
+ ],
318308
+ "required": false,
318309
+ "type": {
318310
+ "name": "\"bottom\" | \"top\""
318311
+ }
318312
+ },
318313
+ "wrapWith": {
318314
+ "defaultValue": null,
318315
+ "description": "",
318316
+ "name": "wrapWith",
318317
+ "parent": {
318318
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318319
+ "name": "FlowComponentProps"
318320
+ },
318321
+ "declarations": [
318322
+ {
318323
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318324
+ "name": "FlowComponentProps"
318325
+ }
318326
+ ],
318327
+ "required": false,
318328
+ "type": {
318329
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
318330
+ }
318331
+ },
318332
+ "tunnel": {
318333
+ "defaultValue": null,
318334
+ "description": "@internal",
318335
+ "name": "tunnel",
318336
+ "parent": {
318337
+ "fileName": "components/src/lib/types/props.ts",
318338
+ "name": "PropsWithTunnel"
318339
+ },
318340
+ "declarations": [
318341
+ {
318342
+ "fileName": "components/src/lib/types/props.ts",
318343
+ "name": "PropsWithTunnel"
318344
+ }
318345
+ ],
318346
+ "required": false,
318347
+ "type": {
318348
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
318349
+ }
318350
+ },
318351
+ "ref": {
318352
+ "defaultValue": null,
318353
+ "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}",
318354
+ "name": "ref",
318355
+ "parent": {
318356
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318357
+ "name": "RefAttributes"
318358
+ },
318359
+ "declarations": [
318360
+ {
318361
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318362
+ "name": "RefAttributes"
318363
+ }
318364
+ ],
318365
+ "required": false,
318366
+ "type": {
318367
+ "name": "Ref<HTMLSpanElement>"
318368
+ }
318369
+ },
318370
+ "key": {
318371
+ "defaultValue": null,
318372
+ "description": "",
318373
+ "name": "key",
318374
+ "parent": {
318375
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318376
+ "name": "Attributes"
318377
+ },
318378
+ "declarations": [
318379
+ {
318380
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318381
+ "name": "Attributes"
318382
+ }
318383
+ ],
318384
+ "required": false,
318385
+ "type": {
318386
+ "name": "Key | null"
318387
+ }
318388
+ },
318389
+ "children": {
318390
+ "defaultValue": null,
318391
+ "description": "",
318392
+ "name": "children",
318393
+ "declarations": [
318394
+ {
318395
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
318396
+ "name": "TypeLiteral"
318397
+ }
318398
+ ],
318399
+ "required": false,
318400
+ "type": {
318401
+ "name": "ReactNode"
318402
+ }
318403
+ }
318404
+ }
318413
318405
  },
318414
318406
  {
318415
318407
  "tags": {},
@@ -318439,6 +318431,14 @@
318439
318431
  }
318440
318432
  }
318441
318433
  },
318434
+ {
318435
+ "tags": {},
318436
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
318437
+ "description": "",
318438
+ "displayName": "Items",
318439
+ "methods": [],
318440
+ "props": {}
318441
+ },
318442
318442
  {
318443
318443
  "tags": {},
318444
318444
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
@@ -325566,10 +325566,10 @@
325566
325566
  "name": "CursorDefinition"
325567
325567
  }
325568
325568
  },
325569
- "position": {
325569
+ "defaultIndex": {
325570
325570
  "defaultValue": null,
325571
- "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
325572
- "name": "position",
325571
+ "description": "",
325572
+ "name": "defaultIndex",
325573
325573
  "declarations": [
325574
325574
  {
325575
325575
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
@@ -325578,13 +325578,13 @@
325578
325578
  ],
325579
325579
  "required": false,
325580
325580
  "type": {
325581
- "name": "Partial<Coordinate>"
325581
+ "name": "number | TooltipIndex"
325582
325582
  }
325583
325583
  },
325584
- "defaultIndex": {
325584
+ "position": {
325585
325585
  "defaultValue": null,
325586
- "description": "",
325587
- "name": "defaultIndex",
325586
+ "description": "If this field is set, the tooltip will be displayed at the specified position\nregardless of the mouse position.\n\nYou can set a single field (x or y) and let the other field be calculated automatically based\non the mouse position.",
325587
+ "name": "position",
325588
325588
  "declarations": [
325589
325589
  {
325590
325590
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
@@ -325593,7 +325593,7 @@
325593
325593
  ],
325594
325594
  "required": false,
325595
325595
  "type": {
325596
- "name": "number | TooltipIndex"
325596
+ "name": "Partial<Coordinate>"
325597
325597
  }
325598
325598
  },
325599
325599
  "includeHidden": {
@@ -335134,94 +335134,6 @@
335134
335134
  }
335135
335135
  }
335136
335136
  },
335137
- {
335138
- "tags": {
335139
- "deprecated": "Use ChartGrid",
335140
- "flr-generate": "all"
335141
- },
335142
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
335143
- "description": "",
335144
- "displayName": "CartesianGrid",
335145
- "methods": [],
335146
- "props": {
335147
- "className": {
335148
- "defaultValue": null,
335149
- "description": "",
335150
- "name": "className",
335151
- "parent": {
335152
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335153
- "name": "HTMLAttributes"
335154
- },
335155
- "declarations": [
335156
- {
335157
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335158
- "name": "HTMLAttributes"
335159
- }
335160
- ],
335161
- "required": false,
335162
- "type": {
335163
- "name": "string"
335164
- }
335165
- },
335166
- "horizontal": {
335167
- "defaultValue": null,
335168
- "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
335169
- "name": "horizontal",
335170
- "parent": {
335171
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
335172
- "name": "CartesianGridProps"
335173
- },
335174
- "declarations": [
335175
- {
335176
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
335177
- "name": "CartesianGridProps"
335178
- }
335179
- ],
335180
- "required": false,
335181
- "type": {
335182
- "name": "GridLineType"
335183
- }
335184
- },
335185
- "vertical": {
335186
- "defaultValue": null,
335187
- "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
335188
- "name": "vertical",
335189
- "parent": {
335190
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
335191
- "name": "CartesianGridProps"
335192
- },
335193
- "declarations": [
335194
- {
335195
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
335196
- "name": "CartesianGridProps"
335197
- }
335198
- ],
335199
- "required": false,
335200
- "type": {
335201
- "name": "GridLineType"
335202
- }
335203
- },
335204
- "strokeDasharray": {
335205
- "defaultValue": null,
335206
- "description": "",
335207
- "name": "strokeDasharray",
335208
- "parent": {
335209
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335210
- "name": "SVGAttributes"
335211
- },
335212
- "declarations": [
335213
- {
335214
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
335215
- "name": "SVGAttributes"
335216
- }
335217
- ],
335218
- "required": false,
335219
- "type": {
335220
- "name": "string | number"
335221
- }
335222
- }
335223
- }
335224
- },
335225
335137
  {
335226
335138
  "tags": {},
335227
335139
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
@@ -344566,11 +344478,12 @@
344566
344478
  },
344567
344479
  {
344568
344480
  "tags": {
344481
+ "deprecated": "Use ChartGrid",
344569
344482
  "flr-generate": "all"
344570
344483
  },
344571
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
344484
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
344572
344485
  "description": "",
344573
- "displayName": "Area",
344486
+ "displayName": "CartesianGrid",
344574
344487
  "methods": [],
344575
344488
  "props": {
344576
344489
  "className": {
@@ -344592,52 +344505,48 @@
344592
344505
  "name": "string"
344593
344506
  }
344594
344507
  },
344595
- "key": {
344508
+ "horizontal": {
344596
344509
  "defaultValue": null,
344597
- "description": "",
344598
- "name": "key",
344510
+ "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
344511
+ "name": "horizontal",
344599
344512
  "parent": {
344600
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344601
- "name": "Attributes"
344513
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
344514
+ "name": "CartesianGridProps"
344602
344515
  },
344603
344516
  "declarations": [
344604
344517
  {
344605
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344606
- "name": "Attributes"
344518
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
344519
+ "name": "CartesianGridProps"
344607
344520
  }
344608
344521
  ],
344609
344522
  "required": false,
344610
344523
  "type": {
344611
- "name": "Key | null"
344524
+ "name": "GridLineType"
344612
344525
  }
344613
344526
  },
344614
- "type": {
344527
+ "vertical": {
344615
344528
  "defaultValue": null,
344616
- "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.}",
344617
- "name": "type",
344529
+ "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
344530
+ "name": "vertical",
344618
344531
  "parent": {
344619
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
344620
- "name": "CurveProps"
344532
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
344533
+ "name": "CartesianGridProps"
344621
344534
  },
344622
344535
  "declarations": [
344623
344536
  {
344624
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
344625
- "name": "CurveProps"
344626
- },
344627
- {
344628
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
344629
- "name": "LineProps"
344537
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
344538
+ "name": "CartesianGridProps"
344630
344539
  }
344631
344540
  ],
344632
344541
  "required": false,
344633
344542
  "type": {
344634
- "name": "CurveType"
344543
+ "name": "GridLineType"
344635
344544
  }
344636
344545
  },
344637
- "fillOpacity": {
344546
+ "strokeDasharray": {
344638
344547
  "defaultValue": null,
344639
344548
  "description": "",
344640
- "name": "fillOpacity",
344549
+ "name": "strokeDasharray",
344641
344550
  "parent": {
344642
344551
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344643
344552
  "name": "SVGAttributes"
@@ -344652,140 +344561,29 @@
344652
344561
  "type": {
344653
344562
  "name": "string | number"
344654
344563
  }
344655
- },
344656
- "unit": {
344657
- "defaultValue": null,
344658
- "description": "The unit of data. This option will be used in tooltip.",
344659
- "name": "unit",
344660
- "parent": {
344661
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
344662
- "name": "AreaProps"
344663
- },
344664
- "declarations": [
344665
- {
344666
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
344667
- "name": "AreaProps"
344668
- }
344669
- ],
344670
- "required": false,
344671
- "type": {
344672
- "name": "string | number"
344673
- }
344674
- },
344675
- "xAxisId": {
344676
- "defaultValue": null,
344677
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
344678
- "name": "xAxisId",
344679
- "parent": {
344680
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
344681
- "name": "AreaProps"
344682
- },
344683
- "declarations": [
344684
- {
344685
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
344686
- "name": "AreaProps"
344687
- }
344688
- ],
344689
- "required": false,
344690
- "type": {
344691
- "name": "AxisId"
344692
- }
344693
- },
344694
- "yAxisId": {
344695
- "defaultValue": null,
344696
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
344697
- "name": "yAxisId",
344698
- "parent": {
344699
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
344700
- "name": "AreaProps"
344701
- },
344702
- "declarations": [
344703
- {
344704
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
344705
- "name": "AreaProps"
344706
- }
344707
- ],
344708
- "required": false,
344709
- "type": {
344710
- "name": "AxisId"
344711
- }
344712
- },
344713
- "stackId": {
344564
+ }
344565
+ }
344566
+ },
344567
+ {
344568
+ "tags": {},
344569
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
344570
+ "description": "",
344571
+ "displayName": "BreadcrumbItem",
344572
+ "methods": [],
344573
+ "props": {
344574
+ "children": {
344714
344575
  "defaultValue": null,
344715
- "description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
344716
- "name": "stackId",
344717
- "parent": {
344718
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
344719
- "name": "AreaProps"
344720
- },
344721
- "declarations": [
344722
- {
344723
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
344724
- "name": "AreaProps"
344725
- }
344726
- ],
344727
- "required": false,
344728
- "type": {
344729
- "name": "StackId"
344730
- }
344731
- },
344732
- "color": {
344733
- "defaultValue": {
344734
- "value": "\"sea-green\""
344735
- },
344736
- "description": "The color of the area.",
344737
- "name": "color",
344576
+ "description": "",
344577
+ "name": "children",
344738
344578
  "declarations": [
344739
344579
  {
344740
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
344580
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
344741
344581
  "name": "TypeLiteral"
344742
344582
  }
344743
344583
  ],
344744
344584
  "required": false,
344745
344585
  "type": {
344746
- "name": "CategoricalWithCustomColor"
344747
- }
344748
- },
344749
- "dataKey": {
344750
- "defaultValue": null,
344751
- "description": "",
344752
- "name": "dataKey",
344753
- "parent": {
344754
- "fileName": "components/src/components/CartesianChart/types.ts",
344755
- "name": "DataKeyWithLabel"
344756
- },
344757
- "declarations": [
344758
- {
344759
- "fileName": "components/src/components/CartesianChart/types.ts",
344760
- "name": "DataKeyWithLabel"
344761
- },
344762
- {
344763
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
344764
- "name": "AreaPropsByDataKeyProp"
344765
- }
344766
- ],
344767
- "required": true,
344768
- "type": {
344769
- "name": "string | DataKeyFn<ChartDataValue, unknown>"
344770
- }
344771
- },
344772
- "dataKeyLabel": {
344773
- "defaultValue": null,
344774
- "description": "",
344775
- "name": "dataKeyLabel",
344776
- "parent": {
344777
- "fileName": "components/src/components/CartesianChart/types.ts",
344778
- "name": "DataKeyWithLabel"
344779
- },
344780
- "declarations": [
344781
- {
344782
- "fileName": "components/src/components/CartesianChart/types.ts",
344783
- "name": "DataKeyWithLabel"
344784
- }
344785
- ],
344786
- "required": true,
344787
- "type": {
344788
- "name": "string"
344586
+ "name": "ReactNode"
344789
344587
  }
344790
344588
  }
344791
344589
  }
@@ -346725,234 +346523,248 @@
346725
346523
  }
346726
346524
  }
346727
346525
  },
346728
- {
346729
- "tags": {},
346730
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
346731
- "description": "",
346732
- "displayName": "BreadcrumbItem",
346733
- "methods": [],
346734
- "props": {
346735
- "children": {
346736
- "defaultValue": null,
346737
- "description": "",
346738
- "name": "children",
346739
- "declarations": [
346740
- {
346741
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
346742
- "name": "TypeLiteral"
346743
- }
346744
- ],
346745
- "required": false,
346746
- "type": {
346747
- "name": "ReactNode"
346748
- }
346749
- }
346750
- }
346751
- },
346752
- {
346753
- "tags": {},
346754
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableRowSkeletonView.tsx",
346755
- "description": "",
346756
- "displayName": "TableRowSkeletonView",
346757
- "methods": [],
346758
- "props": {}
346759
- },
346760
- {
346761
- "tags": {},
346762
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableBodyLoadingView.tsx",
346763
- "description": "",
346764
- "displayName": "TableBodyLoadingView",
346765
- "methods": [],
346766
- "props": {}
346767
- },
346768
346526
  {
346769
346527
  "tags": {
346770
346528
  "flr-generate": "all"
346771
346529
  },
346772
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
346530
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
346773
346531
  "description": "",
346774
- "displayName": "ListItemViewContent",
346532
+ "displayName": "Area",
346775
346533
  "methods": [],
346776
346534
  "props": {
346777
- "children": {
346535
+ "className": {
346778
346536
  "defaultValue": null,
346779
346537
  "description": "",
346780
- "name": "children",
346538
+ "name": "className",
346539
+ "parent": {
346540
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
346541
+ "name": "HTMLAttributes"
346542
+ },
346781
346543
  "declarations": [
346782
346544
  {
346783
346545
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
346784
- "name": "TypeLiteral"
346546
+ "name": "HTMLAttributes"
346785
346547
  }
346786
346548
  ],
346787
346549
  "required": false,
346788
346550
  "type": {
346789
- "name": "ReactNode"
346551
+ "name": "string"
346790
346552
  }
346791
346553
  },
346792
- "s": {
346554
+ "key": {
346793
346555
  "defaultValue": null,
346794
- "description": "Column layout for container size s.",
346795
- "name": "s",
346556
+ "description": "",
346557
+ "name": "key",
346796
346558
  "parent": {
346797
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
346798
- "name": "ColumnLayoutProps"
346559
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
346560
+ "name": "Attributes"
346799
346561
  },
346800
346562
  "declarations": [
346801
346563
  {
346802
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
346803
- "name": "ColumnLayoutProps"
346564
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
346565
+ "name": "Attributes"
346804
346566
  }
346805
346567
  ],
346806
346568
  "required": false,
346807
346569
  "type": {
346808
- "name": "(number | null)[]"
346570
+ "name": "Key | null"
346809
346571
  }
346810
346572
  },
346811
- "m": {
346573
+ "type": {
346812
346574
  "defaultValue": null,
346813
- "description": "Column layout for container size m.",
346814
- "name": "m",
346575
+ "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.}",
346576
+ "name": "type",
346815
346577
  "parent": {
346816
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
346817
- "name": "ColumnLayoutProps"
346578
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
346579
+ "name": "CurveProps"
346818
346580
  },
346819
346581
  "declarations": [
346820
346582
  {
346821
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
346822
- "name": "ColumnLayoutProps"
346583
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
346584
+ "name": "CurveProps"
346585
+ },
346586
+ {
346587
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
346588
+ "name": "LineProps"
346823
346589
  }
346824
346590
  ],
346825
346591
  "required": false,
346826
346592
  "type": {
346827
- "name": "(number | null)[]"
346593
+ "name": "CurveType"
346828
346594
  }
346829
346595
  },
346830
- "l": {
346596
+ "fillOpacity": {
346831
346597
  "defaultValue": null,
346832
- "description": "Column layout for container size l.",
346833
- "name": "l",
346598
+ "description": "",
346599
+ "name": "fillOpacity",
346834
346600
  "parent": {
346835
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
346836
- "name": "ColumnLayoutProps"
346601
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
346602
+ "name": "SVGAttributes"
346837
346603
  },
346838
346604
  "declarations": [
346839
346605
  {
346840
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
346841
- "name": "ColumnLayoutProps"
346606
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
346607
+ "name": "SVGAttributes"
346842
346608
  }
346843
346609
  ],
346844
346610
  "required": false,
346845
346611
  "type": {
346846
- "name": "(number | null)[]"
346612
+ "name": "string | number"
346847
346613
  }
346848
346614
  },
346849
- "title": {
346615
+ "unit": {
346850
346616
  "defaultValue": null,
346851
- "description": "",
346852
- "name": "title",
346617
+ "description": "The unit of data. This option will be used in tooltip.",
346618
+ "name": "unit",
346619
+ "parent": {
346620
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
346621
+ "name": "AreaProps"
346622
+ },
346853
346623
  "declarations": [
346854
346624
  {
346855
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
346856
- "name": "TypeLiteral"
346625
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
346626
+ "name": "AreaProps"
346857
346627
  }
346858
346628
  ],
346859
346629
  "required": false,
346860
346630
  "type": {
346861
- "name": "ReactNode"
346631
+ "name": "string | number"
346862
346632
  }
346863
346633
  },
346864
- "subTitle": {
346634
+ "xAxisId": {
346865
346635
  "defaultValue": null,
346866
- "description": "",
346867
- "name": "subTitle",
346636
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
346637
+ "name": "xAxisId",
346638
+ "parent": {
346639
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
346640
+ "name": "AreaProps"
346641
+ },
346868
346642
  "declarations": [
346869
346643
  {
346870
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
346871
- "name": "TypeLiteral"
346644
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
346645
+ "name": "AreaProps"
346872
346646
  }
346873
346647
  ],
346874
346648
  "required": false,
346875
346649
  "type": {
346876
- "name": "ReactNode"
346650
+ "name": "AxisId"
346877
346651
  }
346878
346652
  },
346879
- "avatar": {
346653
+ "yAxisId": {
346880
346654
  "defaultValue": null,
346881
- "description": "",
346882
- "name": "avatar",
346655
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
346656
+ "name": "yAxisId",
346657
+ "parent": {
346658
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
346659
+ "name": "AreaProps"
346660
+ },
346883
346661
  "declarations": [
346884
346662
  {
346885
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
346886
- "name": "TypeLiteral"
346663
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
346664
+ "name": "AreaProps"
346887
346665
  }
346888
346666
  ],
346889
346667
  "required": false,
346890
346668
  "type": {
346891
- "name": "ReactNode"
346669
+ "name": "AxisId"
346892
346670
  }
346893
346671
  },
346894
- "button": {
346672
+ "stackId": {
346895
346673
  "defaultValue": null,
346896
- "description": "",
346897
- "name": "button",
346674
+ "description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
346675
+ "name": "stackId",
346676
+ "parent": {
346677
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
346678
+ "name": "AreaProps"
346679
+ },
346898
346680
  "declarations": [
346899
346681
  {
346900
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
346901
- "name": "TypeLiteral"
346682
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
346683
+ "name": "AreaProps"
346902
346684
  }
346903
346685
  ],
346904
346686
  "required": false,
346905
346687
  "type": {
346906
- "name": "ReactNode"
346688
+ "name": "StackId"
346907
346689
  }
346908
346690
  },
346909
- "bottom": {
346910
- "defaultValue": null,
346911
- "description": "",
346912
- "name": "bottom",
346691
+ "color": {
346692
+ "defaultValue": {
346693
+ "value": "\"sea-green\""
346694
+ },
346695
+ "description": "The color of the area.",
346696
+ "name": "color",
346913
346697
  "declarations": [
346914
346698
  {
346915
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
346699
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
346916
346700
  "name": "TypeLiteral"
346917
346701
  }
346918
346702
  ],
346919
346703
  "required": false,
346920
346704
  "type": {
346921
- "name": "ReactNode"
346705
+ "name": "CategoricalWithCustomColor"
346922
346706
  }
346923
346707
  },
346924
- "checkbox": {
346708
+ "dataKey": {
346925
346709
  "defaultValue": null,
346926
346710
  "description": "",
346927
- "name": "checkbox",
346711
+ "name": "dataKey",
346712
+ "parent": {
346713
+ "fileName": "components/src/components/CartesianChart/types.ts",
346714
+ "name": "DataKeyWithLabel"
346715
+ },
346928
346716
  "declarations": [
346929
346717
  {
346930
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
346931
- "name": "TypeLiteral"
346718
+ "fileName": "components/src/components/CartesianChart/types.ts",
346719
+ "name": "DataKeyWithLabel"
346720
+ },
346721
+ {
346722
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
346723
+ "name": "AreaPropsByDataKeyProp"
346932
346724
  }
346933
346725
  ],
346934
- "required": false,
346726
+ "required": true,
346935
346727
  "type": {
346936
- "name": "ReactNode"
346728
+ "name": "string | DataKeyFn<ChartDataValue, unknown>"
346937
346729
  }
346938
346730
  },
346939
- "viewMode": {
346731
+ "dataKeyLabel": {
346940
346732
  "defaultValue": null,
346941
346733
  "description": "",
346942
- "name": "viewMode",
346734
+ "name": "dataKeyLabel",
346735
+ "parent": {
346736
+ "fileName": "components/src/components/CartesianChart/types.ts",
346737
+ "name": "DataKeyWithLabel"
346738
+ },
346943
346739
  "declarations": [
346944
346740
  {
346945
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
346946
- "name": "TypeLiteral"
346741
+ "fileName": "components/src/components/CartesianChart/types.ts",
346742
+ "name": "DataKeyWithLabel"
346947
346743
  }
346948
346744
  ],
346949
- "required": false,
346745
+ "required": true,
346950
346746
  "type": {
346951
- "name": "ListViewMode"
346747
+ "name": "string"
346952
346748
  }
346953
346749
  }
346954
346750
  }
346955
346751
  },
346752
+ {
346753
+ "tags": {},
346754
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableRowSkeletonView.tsx",
346755
+ "description": "",
346756
+ "displayName": "TableRowSkeletonView",
346757
+ "methods": [],
346758
+ "props": {}
346759
+ },
346760
+ {
346761
+ "tags": {},
346762
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableBodyLoadingView.tsx",
346763
+ "description": "",
346764
+ "displayName": "TableBodyLoadingView",
346765
+ "methods": [],
346766
+ "props": {}
346767
+ },
346956
346768
  {
346957
346769
  "tags": {
346958
346770
  "flr-generate": "all"
@@ -350743,138 +350555,6 @@
350743
350555
  }
350744
350556
  }
350745
350557
  },
350746
- {
350747
- "tags": {},
350748
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
350749
- "description": "",
350750
- "displayName": "Item",
350751
- "methods": [],
350752
- "props": {
350753
- "id": {
350754
- "defaultValue": null,
350755
- "description": "",
350756
- "name": "id",
350757
- "parent": {
350758
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
350759
- "name": "Props"
350760
- },
350761
- "declarations": [
350762
- {
350763
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
350764
- "name": "Props"
350765
- }
350766
- ],
350767
- "required": true,
350768
- "type": {
350769
- "name": "Key"
350770
- }
350771
- },
350772
- "data": {
350773
- "defaultValue": null,
350774
- "description": "",
350775
- "name": "data",
350776
- "parent": {
350777
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
350778
- "name": "Props"
350779
- },
350780
- "declarations": [
350781
- {
350782
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
350783
- "name": "Props"
350784
- }
350785
- ],
350786
- "required": true,
350787
- "type": {
350788
- "name": "never"
350789
- }
350790
- },
350791
- "children": {
350792
- "defaultValue": null,
350793
- "description": "",
350794
- "name": "children",
350795
- "declarations": [
350796
- {
350797
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
350798
- "name": "TypeLiteral"
350799
- }
350800
- ],
350801
- "required": false,
350802
- "type": {
350803
- "name": "ReactNode"
350804
- }
350805
- }
350806
- }
350807
- },
350808
- {
350809
- "tags": {},
350810
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
350811
- "description": "",
350812
- "displayName": "ItemContainer",
350813
- "methods": [],
350814
- "props": {
350815
- "id": {
350816
- "defaultValue": null,
350817
- "description": "",
350818
- "name": "id",
350819
- "parent": {
350820
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
350821
- "name": "Props"
350822
- },
350823
- "declarations": [
350824
- {
350825
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
350826
- "name": "Props"
350827
- }
350828
- ],
350829
- "required": true,
350830
- "type": {
350831
- "name": "Key"
350832
- }
350833
- },
350834
- "data": {
350835
- "defaultValue": null,
350836
- "description": "",
350837
- "name": "data",
350838
- "parent": {
350839
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
350840
- "name": "Props"
350841
- },
350842
- "declarations": [
350843
- {
350844
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
350845
- "name": "Props"
350846
- }
350847
- ],
350848
- "required": true,
350849
- "type": {
350850
- "name": "never"
350851
- }
350852
- },
350853
- "children": {
350854
- "defaultValue": null,
350855
- "description": "",
350856
- "name": "children",
350857
- "declarations": [
350858
- {
350859
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
350860
- "name": "TypeLiteral"
350861
- }
350862
- ],
350863
- "required": false,
350864
- "type": {
350865
- "name": "ReactNode"
350866
- }
350867
- }
350868
- }
350869
- },
350870
- {
350871
- "tags": {},
350872
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
350873
- "description": "",
350874
- "displayName": "FallbackItems",
350875
- "methods": [],
350876
- "props": {}
350877
- },
350878
350558
  {
350879
350559
  "tags": {},
350880
350560
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
@@ -351465,6 +351145,326 @@
351465
351145
  }
351466
351146
  }
351467
351147
  },
351148
+ {
351149
+ "tags": {},
351150
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
351151
+ "description": "",
351152
+ "displayName": "Item",
351153
+ "methods": [],
351154
+ "props": {
351155
+ "id": {
351156
+ "defaultValue": null,
351157
+ "description": "",
351158
+ "name": "id",
351159
+ "parent": {
351160
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
351161
+ "name": "Props"
351162
+ },
351163
+ "declarations": [
351164
+ {
351165
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
351166
+ "name": "Props"
351167
+ }
351168
+ ],
351169
+ "required": true,
351170
+ "type": {
351171
+ "name": "Key"
351172
+ }
351173
+ },
351174
+ "data": {
351175
+ "defaultValue": null,
351176
+ "description": "",
351177
+ "name": "data",
351178
+ "parent": {
351179
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
351180
+ "name": "Props"
351181
+ },
351182
+ "declarations": [
351183
+ {
351184
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
351185
+ "name": "Props"
351186
+ }
351187
+ ],
351188
+ "required": true,
351189
+ "type": {
351190
+ "name": "never"
351191
+ }
351192
+ },
351193
+ "children": {
351194
+ "defaultValue": null,
351195
+ "description": "",
351196
+ "name": "children",
351197
+ "declarations": [
351198
+ {
351199
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
351200
+ "name": "TypeLiteral"
351201
+ }
351202
+ ],
351203
+ "required": false,
351204
+ "type": {
351205
+ "name": "ReactNode"
351206
+ }
351207
+ }
351208
+ }
351209
+ },
351210
+ {
351211
+ "tags": {},
351212
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
351213
+ "description": "",
351214
+ "displayName": "ItemContainer",
351215
+ "methods": [],
351216
+ "props": {
351217
+ "id": {
351218
+ "defaultValue": null,
351219
+ "description": "",
351220
+ "name": "id",
351221
+ "parent": {
351222
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
351223
+ "name": "Props"
351224
+ },
351225
+ "declarations": [
351226
+ {
351227
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
351228
+ "name": "Props"
351229
+ }
351230
+ ],
351231
+ "required": true,
351232
+ "type": {
351233
+ "name": "Key"
351234
+ }
351235
+ },
351236
+ "data": {
351237
+ "defaultValue": null,
351238
+ "description": "",
351239
+ "name": "data",
351240
+ "parent": {
351241
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
351242
+ "name": "Props"
351243
+ },
351244
+ "declarations": [
351245
+ {
351246
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
351247
+ "name": "Props"
351248
+ }
351249
+ ],
351250
+ "required": true,
351251
+ "type": {
351252
+ "name": "never"
351253
+ }
351254
+ },
351255
+ "children": {
351256
+ "defaultValue": null,
351257
+ "description": "",
351258
+ "name": "children",
351259
+ "declarations": [
351260
+ {
351261
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
351262
+ "name": "TypeLiteral"
351263
+ }
351264
+ ],
351265
+ "required": false,
351266
+ "type": {
351267
+ "name": "ReactNode"
351268
+ }
351269
+ }
351270
+ }
351271
+ },
351272
+ {
351273
+ "tags": {},
351274
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
351275
+ "description": "",
351276
+ "displayName": "FallbackItems",
351277
+ "methods": [],
351278
+ "props": {}
351279
+ },
351280
+ {
351281
+ "tags": {
351282
+ "flr-generate": "all"
351283
+ },
351284
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
351285
+ "description": "",
351286
+ "displayName": "ListItemViewContent",
351287
+ "methods": [],
351288
+ "props": {
351289
+ "children": {
351290
+ "defaultValue": null,
351291
+ "description": "",
351292
+ "name": "children",
351293
+ "declarations": [
351294
+ {
351295
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
351296
+ "name": "TypeLiteral"
351297
+ }
351298
+ ],
351299
+ "required": false,
351300
+ "type": {
351301
+ "name": "ReactNode"
351302
+ }
351303
+ },
351304
+ "s": {
351305
+ "defaultValue": null,
351306
+ "description": "Column layout for container size s.",
351307
+ "name": "s",
351308
+ "parent": {
351309
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
351310
+ "name": "ColumnLayoutProps"
351311
+ },
351312
+ "declarations": [
351313
+ {
351314
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
351315
+ "name": "ColumnLayoutProps"
351316
+ }
351317
+ ],
351318
+ "required": false,
351319
+ "type": {
351320
+ "name": "(number | null)[]"
351321
+ }
351322
+ },
351323
+ "m": {
351324
+ "defaultValue": null,
351325
+ "description": "Column layout for container size m.",
351326
+ "name": "m",
351327
+ "parent": {
351328
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
351329
+ "name": "ColumnLayoutProps"
351330
+ },
351331
+ "declarations": [
351332
+ {
351333
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
351334
+ "name": "ColumnLayoutProps"
351335
+ }
351336
+ ],
351337
+ "required": false,
351338
+ "type": {
351339
+ "name": "(number | null)[]"
351340
+ }
351341
+ },
351342
+ "l": {
351343
+ "defaultValue": null,
351344
+ "description": "Column layout for container size l.",
351345
+ "name": "l",
351346
+ "parent": {
351347
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
351348
+ "name": "ColumnLayoutProps"
351349
+ },
351350
+ "declarations": [
351351
+ {
351352
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
351353
+ "name": "ColumnLayoutProps"
351354
+ }
351355
+ ],
351356
+ "required": false,
351357
+ "type": {
351358
+ "name": "(number | null)[]"
351359
+ }
351360
+ },
351361
+ "title": {
351362
+ "defaultValue": null,
351363
+ "description": "",
351364
+ "name": "title",
351365
+ "declarations": [
351366
+ {
351367
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
351368
+ "name": "TypeLiteral"
351369
+ }
351370
+ ],
351371
+ "required": false,
351372
+ "type": {
351373
+ "name": "ReactNode"
351374
+ }
351375
+ },
351376
+ "subTitle": {
351377
+ "defaultValue": null,
351378
+ "description": "",
351379
+ "name": "subTitle",
351380
+ "declarations": [
351381
+ {
351382
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
351383
+ "name": "TypeLiteral"
351384
+ }
351385
+ ],
351386
+ "required": false,
351387
+ "type": {
351388
+ "name": "ReactNode"
351389
+ }
351390
+ },
351391
+ "avatar": {
351392
+ "defaultValue": null,
351393
+ "description": "",
351394
+ "name": "avatar",
351395
+ "declarations": [
351396
+ {
351397
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
351398
+ "name": "TypeLiteral"
351399
+ }
351400
+ ],
351401
+ "required": false,
351402
+ "type": {
351403
+ "name": "ReactNode"
351404
+ }
351405
+ },
351406
+ "button": {
351407
+ "defaultValue": null,
351408
+ "description": "",
351409
+ "name": "button",
351410
+ "declarations": [
351411
+ {
351412
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
351413
+ "name": "TypeLiteral"
351414
+ }
351415
+ ],
351416
+ "required": false,
351417
+ "type": {
351418
+ "name": "ReactNode"
351419
+ }
351420
+ },
351421
+ "bottom": {
351422
+ "defaultValue": null,
351423
+ "description": "",
351424
+ "name": "bottom",
351425
+ "declarations": [
351426
+ {
351427
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
351428
+ "name": "TypeLiteral"
351429
+ }
351430
+ ],
351431
+ "required": false,
351432
+ "type": {
351433
+ "name": "ReactNode"
351434
+ }
351435
+ },
351436
+ "checkbox": {
351437
+ "defaultValue": null,
351438
+ "description": "",
351439
+ "name": "checkbox",
351440
+ "declarations": [
351441
+ {
351442
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
351443
+ "name": "TypeLiteral"
351444
+ }
351445
+ ],
351446
+ "required": false,
351447
+ "type": {
351448
+ "name": "ReactNode"
351449
+ }
351450
+ },
351451
+ "viewMode": {
351452
+ "defaultValue": null,
351453
+ "description": "",
351454
+ "name": "viewMode",
351455
+ "declarations": [
351456
+ {
351457
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
351458
+ "name": "TypeLiteral"
351459
+ }
351460
+ ],
351461
+ "required": false,
351462
+ "type": {
351463
+ "name": "ListViewMode"
351464
+ }
351465
+ }
351466
+ }
351467
+ },
351468
351468
  {
351469
351469
  "tags": {},
351470
351470
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -359479,6 +359479,34 @@
359479
359479
  }
359480
359480
  }
359481
359481
  },
359482
+ {
359483
+ "tags": {},
359484
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359485
+ "description": "",
359486
+ "displayName": "ListItemSkeletonView",
359487
+ "methods": [],
359488
+ "props": {
359489
+ "viewMode": {
359490
+ "defaultValue": null,
359491
+ "description": "",
359492
+ "name": "viewMode",
359493
+ "parent": {
359494
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359495
+ "name": "ListItemSkeletonViewProps"
359496
+ },
359497
+ "declarations": [
359498
+ {
359499
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359500
+ "name": "ListItemSkeletonViewProps"
359501
+ }
359502
+ ],
359503
+ "required": true,
359504
+ "type": {
359505
+ "name": "ListViewMode"
359506
+ }
359507
+ }
359508
+ }
359509
+ },
359482
359510
  {
359483
359511
  "tags": {},
359484
359512
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -359564,33 +359592,5 @@
359564
359592
  }
359565
359593
  }
359566
359594
  }
359567
- },
359568
- {
359569
- "tags": {},
359570
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359571
- "description": "",
359572
- "displayName": "ListItemSkeletonView",
359573
- "methods": [],
359574
- "props": {
359575
- "viewMode": {
359576
- "defaultValue": null,
359577
- "description": "",
359578
- "name": "viewMode",
359579
- "parent": {
359580
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359581
- "name": "ListItemSkeletonViewProps"
359582
- },
359583
- "declarations": [
359584
- {
359585
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359586
- "name": "ListItemSkeletonViewProps"
359587
- }
359588
- ],
359589
- "required": true,
359590
- "type": {
359591
- "name": "ListViewMode"
359592
- }
359593
- }
359594
- }
359595
359595
  }
359596
359596
  ]