@mittwald/flow-react-components 0.2.0-alpha.859 → 0.2.0-alpha.860
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +2064 -2044
- package/dist/js/packages/components/src/components/Markdown/Markdown.mjs +7 -2
- package/dist/js/packages/components/src/components/Markdown/Markdown.mjs.map +1 -1
- package/dist/types/components/Markdown/Markdown.d.ts +7 -2
- package/dist/types/components/Markdown/Markdown.d.ts.map +1 -1
- package/dist/types/components/Markdown/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Markdown/stories/Default.stories.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -84669,7 +84669,8 @@
|
|
|
84669
84669
|
},
|
|
84670
84670
|
{
|
|
84671
84671
|
"tags": {
|
|
84672
|
-
"flr-generate": "all"
|
|
84672
|
+
"flr-generate": "all",
|
|
84673
|
+
"flr-ignore-props": "components"
|
|
84673
84674
|
},
|
|
84674
84675
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
|
|
84675
84676
|
"description": "",
|
|
@@ -84718,6 +84719,25 @@
|
|
|
84718
84719
|
"name": "number"
|
|
84719
84720
|
}
|
|
84720
84721
|
},
|
|
84722
|
+
"components": {
|
|
84723
|
+
"defaultValue": null,
|
|
84724
|
+
"description": "Allows overriding markdown element renderers from outside.",
|
|
84725
|
+
"name": "components",
|
|
84726
|
+
"parent": {
|
|
84727
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
84728
|
+
"name": "MarkdownProps"
|
|
84729
|
+
},
|
|
84730
|
+
"declarations": [
|
|
84731
|
+
{
|
|
84732
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
84733
|
+
"name": "MarkdownProps"
|
|
84734
|
+
}
|
|
84735
|
+
],
|
|
84736
|
+
"required": false,
|
|
84737
|
+
"type": {
|
|
84738
|
+
"name": "Components"
|
|
84739
|
+
}
|
|
84740
|
+
},
|
|
84721
84741
|
"style": {
|
|
84722
84742
|
"defaultValue": null,
|
|
84723
84743
|
"description": "@internal",
|
|
@@ -94267,6 +94287,505 @@
|
|
|
94267
94287
|
}
|
|
94268
94288
|
}
|
|
94269
94289
|
},
|
|
94290
|
+
{
|
|
94291
|
+
"tags": {},
|
|
94292
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/List.tsx",
|
|
94293
|
+
"description": "",
|
|
94294
|
+
"displayName": "List",
|
|
94295
|
+
"methods": [],
|
|
94296
|
+
"props": {
|
|
94297
|
+
"batchSize": {
|
|
94298
|
+
"defaultValue": null,
|
|
94299
|
+
"description": "The number of items to be displayed on one page.",
|
|
94300
|
+
"name": "batchSize",
|
|
94301
|
+
"parent": {
|
|
94302
|
+
"fileName": "components/src/components/List/List.tsx",
|
|
94303
|
+
"name": "ListProps"
|
|
94304
|
+
},
|
|
94305
|
+
"declarations": [
|
|
94306
|
+
{
|
|
94307
|
+
"fileName": "components/src/components/List/List.tsx",
|
|
94308
|
+
"name": "ListProps"
|
|
94309
|
+
}
|
|
94310
|
+
],
|
|
94311
|
+
"required": false,
|
|
94312
|
+
"type": {
|
|
94313
|
+
"name": "number"
|
|
94314
|
+
}
|
|
94315
|
+
},
|
|
94316
|
+
"hidePagination": {
|
|
94317
|
+
"defaultValue": null,
|
|
94318
|
+
"description": "",
|
|
94319
|
+
"name": "hidePagination",
|
|
94320
|
+
"parent": {
|
|
94321
|
+
"fileName": "components/src/components/List/List.tsx",
|
|
94322
|
+
"name": "ListProps"
|
|
94323
|
+
},
|
|
94324
|
+
"declarations": [
|
|
94325
|
+
{
|
|
94326
|
+
"fileName": "components/src/components/List/List.tsx",
|
|
94327
|
+
"name": "ListProps"
|
|
94328
|
+
}
|
|
94329
|
+
],
|
|
94330
|
+
"required": false,
|
|
94331
|
+
"type": {
|
|
94332
|
+
"name": "boolean"
|
|
94333
|
+
}
|
|
94334
|
+
},
|
|
94335
|
+
"emptySearchResultView": {
|
|
94336
|
+
"defaultValue": null,
|
|
94337
|
+
"description": "",
|
|
94338
|
+
"name": "emptySearchResultView",
|
|
94339
|
+
"parent": {
|
|
94340
|
+
"fileName": "components/src/components/List/List.tsx",
|
|
94341
|
+
"name": "ListProps"
|
|
94342
|
+
},
|
|
94343
|
+
"declarations": [
|
|
94344
|
+
{
|
|
94345
|
+
"fileName": "components/src/components/List/List.tsx",
|
|
94346
|
+
"name": "ListProps"
|
|
94347
|
+
}
|
|
94348
|
+
],
|
|
94349
|
+
"required": false,
|
|
94350
|
+
"type": {
|
|
94351
|
+
"name": "ReactNode"
|
|
94352
|
+
}
|
|
94353
|
+
},
|
|
94354
|
+
"emptyView": {
|
|
94355
|
+
"defaultValue": null,
|
|
94356
|
+
"description": "",
|
|
94357
|
+
"name": "emptyView",
|
|
94358
|
+
"parent": {
|
|
94359
|
+
"fileName": "components/src/components/List/List.tsx",
|
|
94360
|
+
"name": "ListProps"
|
|
94361
|
+
},
|
|
94362
|
+
"declarations": [
|
|
94363
|
+
{
|
|
94364
|
+
"fileName": "components/src/components/List/List.tsx",
|
|
94365
|
+
"name": "ListProps"
|
|
94366
|
+
}
|
|
94367
|
+
],
|
|
94368
|
+
"required": false,
|
|
94369
|
+
"type": {
|
|
94370
|
+
"name": "ReactNode"
|
|
94371
|
+
}
|
|
94372
|
+
},
|
|
94373
|
+
"children": {
|
|
94374
|
+
"defaultValue": null,
|
|
94375
|
+
"description": "",
|
|
94376
|
+
"name": "children",
|
|
94377
|
+
"declarations": [
|
|
94378
|
+
{
|
|
94379
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
94380
|
+
"name": "TypeLiteral"
|
|
94381
|
+
}
|
|
94382
|
+
],
|
|
94383
|
+
"required": false,
|
|
94384
|
+
"type": {
|
|
94385
|
+
"name": "ReactNode"
|
|
94386
|
+
}
|
|
94387
|
+
},
|
|
94388
|
+
"wrapWith": {
|
|
94389
|
+
"defaultValue": null,
|
|
94390
|
+
"description": "",
|
|
94391
|
+
"name": "wrapWith",
|
|
94392
|
+
"parent": {
|
|
94393
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
94394
|
+
"name": "FlowComponentProps"
|
|
94395
|
+
},
|
|
94396
|
+
"declarations": [
|
|
94397
|
+
{
|
|
94398
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
94399
|
+
"name": "FlowComponentProps"
|
|
94400
|
+
}
|
|
94401
|
+
],
|
|
94402
|
+
"required": false,
|
|
94403
|
+
"type": {
|
|
94404
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
94405
|
+
}
|
|
94406
|
+
},
|
|
94407
|
+
"tunnel": {
|
|
94408
|
+
"defaultValue": null,
|
|
94409
|
+
"description": "@internal",
|
|
94410
|
+
"name": "tunnel",
|
|
94411
|
+
"parent": {
|
|
94412
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
94413
|
+
"name": "PropsWithTunnel"
|
|
94414
|
+
},
|
|
94415
|
+
"declarations": [
|
|
94416
|
+
{
|
|
94417
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
94418
|
+
"name": "PropsWithTunnel"
|
|
94419
|
+
}
|
|
94420
|
+
],
|
|
94421
|
+
"required": false,
|
|
94422
|
+
"type": {
|
|
94423
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
94424
|
+
}
|
|
94425
|
+
},
|
|
94426
|
+
"ref": {
|
|
94427
|
+
"defaultValue": null,
|
|
94428
|
+
"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}",
|
|
94429
|
+
"name": "ref",
|
|
94430
|
+
"parent": {
|
|
94431
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
94432
|
+
"name": "RefAttributes"
|
|
94433
|
+
},
|
|
94434
|
+
"declarations": [
|
|
94435
|
+
{
|
|
94436
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
94437
|
+
"name": "RefAttributes"
|
|
94438
|
+
}
|
|
94439
|
+
],
|
|
94440
|
+
"required": false,
|
|
94441
|
+
"type": {
|
|
94442
|
+
"name": "Ref<HTMLSpanElement>"
|
|
94443
|
+
}
|
|
94444
|
+
},
|
|
94445
|
+
"key": {
|
|
94446
|
+
"defaultValue": null,
|
|
94447
|
+
"description": "",
|
|
94448
|
+
"name": "key",
|
|
94449
|
+
"parent": {
|
|
94450
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
94451
|
+
"name": "Attributes"
|
|
94452
|
+
},
|
|
94453
|
+
"declarations": [
|
|
94454
|
+
{
|
|
94455
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
94456
|
+
"name": "Attributes"
|
|
94457
|
+
}
|
|
94458
|
+
],
|
|
94459
|
+
"required": false,
|
|
94460
|
+
"type": {
|
|
94461
|
+
"name": "Key | null"
|
|
94462
|
+
}
|
|
94463
|
+
},
|
|
94464
|
+
"aria-label": {
|
|
94465
|
+
"defaultValue": null,
|
|
94466
|
+
"description": "",
|
|
94467
|
+
"name": "aria-label",
|
|
94468
|
+
"parent": {
|
|
94469
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94470
|
+
"name": "ListSupportedComponentProps"
|
|
94471
|
+
},
|
|
94472
|
+
"declarations": [
|
|
94473
|
+
{
|
|
94474
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94475
|
+
"name": "ListSupportedComponentProps"
|
|
94476
|
+
}
|
|
94477
|
+
],
|
|
94478
|
+
"required": false,
|
|
94479
|
+
"type": {
|
|
94480
|
+
"name": "string"
|
|
94481
|
+
}
|
|
94482
|
+
},
|
|
94483
|
+
"aria-labelledby": {
|
|
94484
|
+
"defaultValue": null,
|
|
94485
|
+
"description": "",
|
|
94486
|
+
"name": "aria-labelledby",
|
|
94487
|
+
"parent": {
|
|
94488
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94489
|
+
"name": "ListSupportedComponentProps"
|
|
94490
|
+
},
|
|
94491
|
+
"declarations": [
|
|
94492
|
+
{
|
|
94493
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94494
|
+
"name": "ListSupportedComponentProps"
|
|
94495
|
+
}
|
|
94496
|
+
],
|
|
94497
|
+
"required": false,
|
|
94498
|
+
"type": {
|
|
94499
|
+
"name": "string"
|
|
94500
|
+
}
|
|
94501
|
+
},
|
|
94502
|
+
"onChange": {
|
|
94503
|
+
"defaultValue": null,
|
|
94504
|
+
"description": "",
|
|
94505
|
+
"name": "onChange",
|
|
94506
|
+
"parent": {
|
|
94507
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94508
|
+
"name": "ListShape"
|
|
94509
|
+
},
|
|
94510
|
+
"declarations": [
|
|
94511
|
+
{
|
|
94512
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94513
|
+
"name": "ListShape"
|
|
94514
|
+
}
|
|
94515
|
+
],
|
|
94516
|
+
"required": false,
|
|
94517
|
+
"type": {
|
|
94518
|
+
"name": "OnListChanged<never, unknown>"
|
|
94519
|
+
}
|
|
94520
|
+
},
|
|
94521
|
+
"disallowEmptySelection": {
|
|
94522
|
+
"defaultValue": null,
|
|
94523
|
+
"description": "Whether the collection allows empty selection.",
|
|
94524
|
+
"name": "disallowEmptySelection",
|
|
94525
|
+
"parent": {
|
|
94526
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94527
|
+
"name": "MultipleSelection"
|
|
94528
|
+
},
|
|
94529
|
+
"declarations": [
|
|
94530
|
+
{
|
|
94531
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94532
|
+
"name": "MultipleSelection"
|
|
94533
|
+
}
|
|
94534
|
+
],
|
|
94535
|
+
"required": false,
|
|
94536
|
+
"type": {
|
|
94537
|
+
"name": "boolean"
|
|
94538
|
+
}
|
|
94539
|
+
},
|
|
94540
|
+
"defaultSelectedKeys": {
|
|
94541
|
+
"defaultValue": null,
|
|
94542
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
94543
|
+
"name": "defaultSelectedKeys",
|
|
94544
|
+
"parent": {
|
|
94545
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94546
|
+
"name": "MultipleSelection"
|
|
94547
|
+
},
|
|
94548
|
+
"declarations": [
|
|
94549
|
+
{
|
|
94550
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94551
|
+
"name": "MultipleSelection"
|
|
94552
|
+
}
|
|
94553
|
+
],
|
|
94554
|
+
"required": false,
|
|
94555
|
+
"type": {
|
|
94556
|
+
"name": "\"all\" | Iterable<Key>"
|
|
94557
|
+
}
|
|
94558
|
+
},
|
|
94559
|
+
"onSelectionChange": {
|
|
94560
|
+
"defaultValue": null,
|
|
94561
|
+
"description": "Handler that is called when the selection changes.",
|
|
94562
|
+
"name": "onSelectionChange",
|
|
94563
|
+
"parent": {
|
|
94564
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94565
|
+
"name": "MultipleSelection"
|
|
94566
|
+
},
|
|
94567
|
+
"declarations": [
|
|
94568
|
+
{
|
|
94569
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94570
|
+
"name": "MultipleSelection"
|
|
94571
|
+
}
|
|
94572
|
+
],
|
|
94573
|
+
"required": false,
|
|
94574
|
+
"type": {
|
|
94575
|
+
"name": "((keys: Selection) => void)"
|
|
94576
|
+
}
|
|
94577
|
+
},
|
|
94578
|
+
"disabledKeys": {
|
|
94579
|
+
"defaultValue": null,
|
|
94580
|
+
"description": "The currently disabled keys in the collection (controlled).",
|
|
94581
|
+
"name": "disabledKeys",
|
|
94582
|
+
"parent": {
|
|
94583
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94584
|
+
"name": "MultipleSelection"
|
|
94585
|
+
},
|
|
94586
|
+
"declarations": [
|
|
94587
|
+
{
|
|
94588
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94589
|
+
"name": "MultipleSelection"
|
|
94590
|
+
}
|
|
94591
|
+
],
|
|
94592
|
+
"required": false,
|
|
94593
|
+
"type": {
|
|
94594
|
+
"name": "Iterable<Key>"
|
|
94595
|
+
}
|
|
94596
|
+
},
|
|
94597
|
+
"selectionMode": {
|
|
94598
|
+
"defaultValue": null,
|
|
94599
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
94600
|
+
"name": "selectionMode",
|
|
94601
|
+
"parent": {
|
|
94602
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94603
|
+
"name": "MultipleSelection"
|
|
94604
|
+
},
|
|
94605
|
+
"declarations": [
|
|
94606
|
+
{
|
|
94607
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94608
|
+
"name": "MultipleSelection"
|
|
94609
|
+
}
|
|
94610
|
+
],
|
|
94611
|
+
"required": false,
|
|
94612
|
+
"type": {
|
|
94613
|
+
"name": "SelectionMode"
|
|
94614
|
+
}
|
|
94615
|
+
},
|
|
94616
|
+
"selectedKeys": {
|
|
94617
|
+
"defaultValue": null,
|
|
94618
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
94619
|
+
"name": "selectedKeys",
|
|
94620
|
+
"parent": {
|
|
94621
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94622
|
+
"name": "MultipleSelection"
|
|
94623
|
+
},
|
|
94624
|
+
"declarations": [
|
|
94625
|
+
{
|
|
94626
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
94627
|
+
"name": "MultipleSelection"
|
|
94628
|
+
}
|
|
94629
|
+
],
|
|
94630
|
+
"required": false,
|
|
94631
|
+
"type": {
|
|
94632
|
+
"name": "\"all\" | Iterable<Key>"
|
|
94633
|
+
}
|
|
94634
|
+
},
|
|
94635
|
+
"selectionBehavior": {
|
|
94636
|
+
"defaultValue": null,
|
|
94637
|
+
"description": "",
|
|
94638
|
+
"name": "selectionBehavior",
|
|
94639
|
+
"parent": {
|
|
94640
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94641
|
+
"name": "ListSupportedComponentProps"
|
|
94642
|
+
},
|
|
94643
|
+
"declarations": [
|
|
94644
|
+
{
|
|
94645
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94646
|
+
"name": "ListSupportedComponentProps"
|
|
94647
|
+
}
|
|
94648
|
+
],
|
|
94649
|
+
"required": false,
|
|
94650
|
+
"type": {
|
|
94651
|
+
"name": "SelectionBehavior"
|
|
94652
|
+
}
|
|
94653
|
+
},
|
|
94654
|
+
"accordion": {
|
|
94655
|
+
"defaultValue": null,
|
|
94656
|
+
"description": "",
|
|
94657
|
+
"name": "accordion",
|
|
94658
|
+
"parent": {
|
|
94659
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94660
|
+
"name": "ListShape"
|
|
94661
|
+
},
|
|
94662
|
+
"declarations": [
|
|
94663
|
+
{
|
|
94664
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94665
|
+
"name": "ListShape"
|
|
94666
|
+
}
|
|
94667
|
+
],
|
|
94668
|
+
"required": false,
|
|
94669
|
+
"type": {
|
|
94670
|
+
"name": "boolean"
|
|
94671
|
+
}
|
|
94672
|
+
},
|
|
94673
|
+
"onAction": {
|
|
94674
|
+
"defaultValue": null,
|
|
94675
|
+
"description": "",
|
|
94676
|
+
"name": "onAction",
|
|
94677
|
+
"parent": {
|
|
94678
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94679
|
+
"name": "ListShape"
|
|
94680
|
+
},
|
|
94681
|
+
"declarations": [
|
|
94682
|
+
{
|
|
94683
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94684
|
+
"name": "ListShape"
|
|
94685
|
+
}
|
|
94686
|
+
],
|
|
94687
|
+
"required": false,
|
|
94688
|
+
"type": {
|
|
94689
|
+
"name": "ItemActionFn<never>"
|
|
94690
|
+
}
|
|
94691
|
+
},
|
|
94692
|
+
"settingStorageKey": {
|
|
94693
|
+
"defaultValue": null,
|
|
94694
|
+
"description": "",
|
|
94695
|
+
"name": "settingStorageKey",
|
|
94696
|
+
"parent": {
|
|
94697
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94698
|
+
"name": "ListShape"
|
|
94699
|
+
},
|
|
94700
|
+
"declarations": [
|
|
94701
|
+
{
|
|
94702
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94703
|
+
"name": "ListShape"
|
|
94704
|
+
}
|
|
94705
|
+
],
|
|
94706
|
+
"required": false,
|
|
94707
|
+
"type": {
|
|
94708
|
+
"name": "string"
|
|
94709
|
+
}
|
|
94710
|
+
},
|
|
94711
|
+
"loadingItemsCount": {
|
|
94712
|
+
"defaultValue": null,
|
|
94713
|
+
"description": "",
|
|
94714
|
+
"name": "loadingItemsCount",
|
|
94715
|
+
"parent": {
|
|
94716
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94717
|
+
"name": "ListShape"
|
|
94718
|
+
},
|
|
94719
|
+
"declarations": [
|
|
94720
|
+
{
|
|
94721
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94722
|
+
"name": "ListShape"
|
|
94723
|
+
}
|
|
94724
|
+
],
|
|
94725
|
+
"required": false,
|
|
94726
|
+
"type": {
|
|
94727
|
+
"name": "number"
|
|
94728
|
+
}
|
|
94729
|
+
},
|
|
94730
|
+
"getItemId": {
|
|
94731
|
+
"defaultValue": null,
|
|
94732
|
+
"description": "",
|
|
94733
|
+
"name": "getItemId",
|
|
94734
|
+
"parent": {
|
|
94735
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94736
|
+
"name": "ListShape"
|
|
94737
|
+
},
|
|
94738
|
+
"declarations": [
|
|
94739
|
+
{
|
|
94740
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94741
|
+
"name": "ListShape"
|
|
94742
|
+
}
|
|
94743
|
+
],
|
|
94744
|
+
"required": false,
|
|
94745
|
+
"type": {
|
|
94746
|
+
"name": "GetItemId<never>"
|
|
94747
|
+
}
|
|
94748
|
+
},
|
|
94749
|
+
"defaultViewMode": {
|
|
94750
|
+
"defaultValue": null,
|
|
94751
|
+
"description": "",
|
|
94752
|
+
"name": "defaultViewMode",
|
|
94753
|
+
"parent": {
|
|
94754
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94755
|
+
"name": "ListShape"
|
|
94756
|
+
},
|
|
94757
|
+
"declarations": [
|
|
94758
|
+
{
|
|
94759
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94760
|
+
"name": "ListShape"
|
|
94761
|
+
}
|
|
94762
|
+
],
|
|
94763
|
+
"required": false,
|
|
94764
|
+
"type": {
|
|
94765
|
+
"name": "ListViewMode"
|
|
94766
|
+
}
|
|
94767
|
+
},
|
|
94768
|
+
"settingsStorageDefaults": {
|
|
94769
|
+
"defaultValue": null,
|
|
94770
|
+
"description": "",
|
|
94771
|
+
"name": "settingsStorageDefaults",
|
|
94772
|
+
"parent": {
|
|
94773
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94774
|
+
"name": "ListShape"
|
|
94775
|
+
},
|
|
94776
|
+
"declarations": [
|
|
94777
|
+
{
|
|
94778
|
+
"fileName": "components/src/components/List/model/types.ts",
|
|
94779
|
+
"name": "ListShape"
|
|
94780
|
+
}
|
|
94781
|
+
],
|
|
94782
|
+
"required": false,
|
|
94783
|
+
"type": {
|
|
94784
|
+
"name": "ListSettingsStorageDefaults"
|
|
94785
|
+
}
|
|
94786
|
+
}
|
|
94787
|
+
}
|
|
94788
|
+
},
|
|
94270
94789
|
{
|
|
94271
94790
|
"tags": {
|
|
94272
94791
|
"flr-generate": "all"
|
|
@@ -96425,505 +96944,6 @@
|
|
|
96425
96944
|
}
|
|
96426
96945
|
}
|
|
96427
96946
|
},
|
|
96428
|
-
{
|
|
96429
|
-
"tags": {},
|
|
96430
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/List.tsx",
|
|
96431
|
-
"description": "",
|
|
96432
|
-
"displayName": "List",
|
|
96433
|
-
"methods": [],
|
|
96434
|
-
"props": {
|
|
96435
|
-
"batchSize": {
|
|
96436
|
-
"defaultValue": null,
|
|
96437
|
-
"description": "The number of items to be displayed on one page.",
|
|
96438
|
-
"name": "batchSize",
|
|
96439
|
-
"parent": {
|
|
96440
|
-
"fileName": "components/src/components/List/List.tsx",
|
|
96441
|
-
"name": "ListProps"
|
|
96442
|
-
},
|
|
96443
|
-
"declarations": [
|
|
96444
|
-
{
|
|
96445
|
-
"fileName": "components/src/components/List/List.tsx",
|
|
96446
|
-
"name": "ListProps"
|
|
96447
|
-
}
|
|
96448
|
-
],
|
|
96449
|
-
"required": false,
|
|
96450
|
-
"type": {
|
|
96451
|
-
"name": "number"
|
|
96452
|
-
}
|
|
96453
|
-
},
|
|
96454
|
-
"hidePagination": {
|
|
96455
|
-
"defaultValue": null,
|
|
96456
|
-
"description": "",
|
|
96457
|
-
"name": "hidePagination",
|
|
96458
|
-
"parent": {
|
|
96459
|
-
"fileName": "components/src/components/List/List.tsx",
|
|
96460
|
-
"name": "ListProps"
|
|
96461
|
-
},
|
|
96462
|
-
"declarations": [
|
|
96463
|
-
{
|
|
96464
|
-
"fileName": "components/src/components/List/List.tsx",
|
|
96465
|
-
"name": "ListProps"
|
|
96466
|
-
}
|
|
96467
|
-
],
|
|
96468
|
-
"required": false,
|
|
96469
|
-
"type": {
|
|
96470
|
-
"name": "boolean"
|
|
96471
|
-
}
|
|
96472
|
-
},
|
|
96473
|
-
"emptySearchResultView": {
|
|
96474
|
-
"defaultValue": null,
|
|
96475
|
-
"description": "",
|
|
96476
|
-
"name": "emptySearchResultView",
|
|
96477
|
-
"parent": {
|
|
96478
|
-
"fileName": "components/src/components/List/List.tsx",
|
|
96479
|
-
"name": "ListProps"
|
|
96480
|
-
},
|
|
96481
|
-
"declarations": [
|
|
96482
|
-
{
|
|
96483
|
-
"fileName": "components/src/components/List/List.tsx",
|
|
96484
|
-
"name": "ListProps"
|
|
96485
|
-
}
|
|
96486
|
-
],
|
|
96487
|
-
"required": false,
|
|
96488
|
-
"type": {
|
|
96489
|
-
"name": "ReactNode"
|
|
96490
|
-
}
|
|
96491
|
-
},
|
|
96492
|
-
"emptyView": {
|
|
96493
|
-
"defaultValue": null,
|
|
96494
|
-
"description": "",
|
|
96495
|
-
"name": "emptyView",
|
|
96496
|
-
"parent": {
|
|
96497
|
-
"fileName": "components/src/components/List/List.tsx",
|
|
96498
|
-
"name": "ListProps"
|
|
96499
|
-
},
|
|
96500
|
-
"declarations": [
|
|
96501
|
-
{
|
|
96502
|
-
"fileName": "components/src/components/List/List.tsx",
|
|
96503
|
-
"name": "ListProps"
|
|
96504
|
-
}
|
|
96505
|
-
],
|
|
96506
|
-
"required": false,
|
|
96507
|
-
"type": {
|
|
96508
|
-
"name": "ReactNode"
|
|
96509
|
-
}
|
|
96510
|
-
},
|
|
96511
|
-
"children": {
|
|
96512
|
-
"defaultValue": null,
|
|
96513
|
-
"description": "",
|
|
96514
|
-
"name": "children",
|
|
96515
|
-
"declarations": [
|
|
96516
|
-
{
|
|
96517
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96518
|
-
"name": "TypeLiteral"
|
|
96519
|
-
}
|
|
96520
|
-
],
|
|
96521
|
-
"required": false,
|
|
96522
|
-
"type": {
|
|
96523
|
-
"name": "ReactNode"
|
|
96524
|
-
}
|
|
96525
|
-
},
|
|
96526
|
-
"wrapWith": {
|
|
96527
|
-
"defaultValue": null,
|
|
96528
|
-
"description": "",
|
|
96529
|
-
"name": "wrapWith",
|
|
96530
|
-
"parent": {
|
|
96531
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
96532
|
-
"name": "FlowComponentProps"
|
|
96533
|
-
},
|
|
96534
|
-
"declarations": [
|
|
96535
|
-
{
|
|
96536
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
96537
|
-
"name": "FlowComponentProps"
|
|
96538
|
-
}
|
|
96539
|
-
],
|
|
96540
|
-
"required": false,
|
|
96541
|
-
"type": {
|
|
96542
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
96543
|
-
}
|
|
96544
|
-
},
|
|
96545
|
-
"tunnel": {
|
|
96546
|
-
"defaultValue": null,
|
|
96547
|
-
"description": "@internal",
|
|
96548
|
-
"name": "tunnel",
|
|
96549
|
-
"parent": {
|
|
96550
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
96551
|
-
"name": "PropsWithTunnel"
|
|
96552
|
-
},
|
|
96553
|
-
"declarations": [
|
|
96554
|
-
{
|
|
96555
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
96556
|
-
"name": "PropsWithTunnel"
|
|
96557
|
-
}
|
|
96558
|
-
],
|
|
96559
|
-
"required": false,
|
|
96560
|
-
"type": {
|
|
96561
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
96562
|
-
}
|
|
96563
|
-
},
|
|
96564
|
-
"ref": {
|
|
96565
|
-
"defaultValue": null,
|
|
96566
|
-
"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}",
|
|
96567
|
-
"name": "ref",
|
|
96568
|
-
"parent": {
|
|
96569
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96570
|
-
"name": "RefAttributes"
|
|
96571
|
-
},
|
|
96572
|
-
"declarations": [
|
|
96573
|
-
{
|
|
96574
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96575
|
-
"name": "RefAttributes"
|
|
96576
|
-
}
|
|
96577
|
-
],
|
|
96578
|
-
"required": false,
|
|
96579
|
-
"type": {
|
|
96580
|
-
"name": "Ref<HTMLSpanElement>"
|
|
96581
|
-
}
|
|
96582
|
-
},
|
|
96583
|
-
"key": {
|
|
96584
|
-
"defaultValue": null,
|
|
96585
|
-
"description": "",
|
|
96586
|
-
"name": "key",
|
|
96587
|
-
"parent": {
|
|
96588
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96589
|
-
"name": "Attributes"
|
|
96590
|
-
},
|
|
96591
|
-
"declarations": [
|
|
96592
|
-
{
|
|
96593
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
96594
|
-
"name": "Attributes"
|
|
96595
|
-
}
|
|
96596
|
-
],
|
|
96597
|
-
"required": false,
|
|
96598
|
-
"type": {
|
|
96599
|
-
"name": "Key | null"
|
|
96600
|
-
}
|
|
96601
|
-
},
|
|
96602
|
-
"aria-label": {
|
|
96603
|
-
"defaultValue": null,
|
|
96604
|
-
"description": "",
|
|
96605
|
-
"name": "aria-label",
|
|
96606
|
-
"parent": {
|
|
96607
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96608
|
-
"name": "ListSupportedComponentProps"
|
|
96609
|
-
},
|
|
96610
|
-
"declarations": [
|
|
96611
|
-
{
|
|
96612
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96613
|
-
"name": "ListSupportedComponentProps"
|
|
96614
|
-
}
|
|
96615
|
-
],
|
|
96616
|
-
"required": false,
|
|
96617
|
-
"type": {
|
|
96618
|
-
"name": "string"
|
|
96619
|
-
}
|
|
96620
|
-
},
|
|
96621
|
-
"aria-labelledby": {
|
|
96622
|
-
"defaultValue": null,
|
|
96623
|
-
"description": "",
|
|
96624
|
-
"name": "aria-labelledby",
|
|
96625
|
-
"parent": {
|
|
96626
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96627
|
-
"name": "ListSupportedComponentProps"
|
|
96628
|
-
},
|
|
96629
|
-
"declarations": [
|
|
96630
|
-
{
|
|
96631
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96632
|
-
"name": "ListSupportedComponentProps"
|
|
96633
|
-
}
|
|
96634
|
-
],
|
|
96635
|
-
"required": false,
|
|
96636
|
-
"type": {
|
|
96637
|
-
"name": "string"
|
|
96638
|
-
}
|
|
96639
|
-
},
|
|
96640
|
-
"onChange": {
|
|
96641
|
-
"defaultValue": null,
|
|
96642
|
-
"description": "",
|
|
96643
|
-
"name": "onChange",
|
|
96644
|
-
"parent": {
|
|
96645
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96646
|
-
"name": "ListShape"
|
|
96647
|
-
},
|
|
96648
|
-
"declarations": [
|
|
96649
|
-
{
|
|
96650
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96651
|
-
"name": "ListShape"
|
|
96652
|
-
}
|
|
96653
|
-
],
|
|
96654
|
-
"required": false,
|
|
96655
|
-
"type": {
|
|
96656
|
-
"name": "OnListChanged<never, unknown>"
|
|
96657
|
-
}
|
|
96658
|
-
},
|
|
96659
|
-
"disallowEmptySelection": {
|
|
96660
|
-
"defaultValue": null,
|
|
96661
|
-
"description": "Whether the collection allows empty selection.",
|
|
96662
|
-
"name": "disallowEmptySelection",
|
|
96663
|
-
"parent": {
|
|
96664
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96665
|
-
"name": "MultipleSelection"
|
|
96666
|
-
},
|
|
96667
|
-
"declarations": [
|
|
96668
|
-
{
|
|
96669
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96670
|
-
"name": "MultipleSelection"
|
|
96671
|
-
}
|
|
96672
|
-
],
|
|
96673
|
-
"required": false,
|
|
96674
|
-
"type": {
|
|
96675
|
-
"name": "boolean"
|
|
96676
|
-
}
|
|
96677
|
-
},
|
|
96678
|
-
"defaultSelectedKeys": {
|
|
96679
|
-
"defaultValue": null,
|
|
96680
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
96681
|
-
"name": "defaultSelectedKeys",
|
|
96682
|
-
"parent": {
|
|
96683
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96684
|
-
"name": "MultipleSelection"
|
|
96685
|
-
},
|
|
96686
|
-
"declarations": [
|
|
96687
|
-
{
|
|
96688
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96689
|
-
"name": "MultipleSelection"
|
|
96690
|
-
}
|
|
96691
|
-
],
|
|
96692
|
-
"required": false,
|
|
96693
|
-
"type": {
|
|
96694
|
-
"name": "\"all\" | Iterable<Key>"
|
|
96695
|
-
}
|
|
96696
|
-
},
|
|
96697
|
-
"onSelectionChange": {
|
|
96698
|
-
"defaultValue": null,
|
|
96699
|
-
"description": "Handler that is called when the selection changes.",
|
|
96700
|
-
"name": "onSelectionChange",
|
|
96701
|
-
"parent": {
|
|
96702
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96703
|
-
"name": "MultipleSelection"
|
|
96704
|
-
},
|
|
96705
|
-
"declarations": [
|
|
96706
|
-
{
|
|
96707
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96708
|
-
"name": "MultipleSelection"
|
|
96709
|
-
}
|
|
96710
|
-
],
|
|
96711
|
-
"required": false,
|
|
96712
|
-
"type": {
|
|
96713
|
-
"name": "((keys: Selection) => void)"
|
|
96714
|
-
}
|
|
96715
|
-
},
|
|
96716
|
-
"disabledKeys": {
|
|
96717
|
-
"defaultValue": null,
|
|
96718
|
-
"description": "The currently disabled keys in the collection (controlled).",
|
|
96719
|
-
"name": "disabledKeys",
|
|
96720
|
-
"parent": {
|
|
96721
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96722
|
-
"name": "MultipleSelection"
|
|
96723
|
-
},
|
|
96724
|
-
"declarations": [
|
|
96725
|
-
{
|
|
96726
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96727
|
-
"name": "MultipleSelection"
|
|
96728
|
-
}
|
|
96729
|
-
],
|
|
96730
|
-
"required": false,
|
|
96731
|
-
"type": {
|
|
96732
|
-
"name": "Iterable<Key>"
|
|
96733
|
-
}
|
|
96734
|
-
},
|
|
96735
|
-
"selectionMode": {
|
|
96736
|
-
"defaultValue": null,
|
|
96737
|
-
"description": "The type of selection that is allowed in the collection.",
|
|
96738
|
-
"name": "selectionMode",
|
|
96739
|
-
"parent": {
|
|
96740
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96741
|
-
"name": "MultipleSelection"
|
|
96742
|
-
},
|
|
96743
|
-
"declarations": [
|
|
96744
|
-
{
|
|
96745
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96746
|
-
"name": "MultipleSelection"
|
|
96747
|
-
}
|
|
96748
|
-
],
|
|
96749
|
-
"required": false,
|
|
96750
|
-
"type": {
|
|
96751
|
-
"name": "SelectionMode"
|
|
96752
|
-
}
|
|
96753
|
-
},
|
|
96754
|
-
"selectedKeys": {
|
|
96755
|
-
"defaultValue": null,
|
|
96756
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
96757
|
-
"name": "selectedKeys",
|
|
96758
|
-
"parent": {
|
|
96759
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96760
|
-
"name": "MultipleSelection"
|
|
96761
|
-
},
|
|
96762
|
-
"declarations": [
|
|
96763
|
-
{
|
|
96764
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
96765
|
-
"name": "MultipleSelection"
|
|
96766
|
-
}
|
|
96767
|
-
],
|
|
96768
|
-
"required": false,
|
|
96769
|
-
"type": {
|
|
96770
|
-
"name": "\"all\" | Iterable<Key>"
|
|
96771
|
-
}
|
|
96772
|
-
},
|
|
96773
|
-
"selectionBehavior": {
|
|
96774
|
-
"defaultValue": null,
|
|
96775
|
-
"description": "",
|
|
96776
|
-
"name": "selectionBehavior",
|
|
96777
|
-
"parent": {
|
|
96778
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96779
|
-
"name": "ListSupportedComponentProps"
|
|
96780
|
-
},
|
|
96781
|
-
"declarations": [
|
|
96782
|
-
{
|
|
96783
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96784
|
-
"name": "ListSupportedComponentProps"
|
|
96785
|
-
}
|
|
96786
|
-
],
|
|
96787
|
-
"required": false,
|
|
96788
|
-
"type": {
|
|
96789
|
-
"name": "SelectionBehavior"
|
|
96790
|
-
}
|
|
96791
|
-
},
|
|
96792
|
-
"accordion": {
|
|
96793
|
-
"defaultValue": null,
|
|
96794
|
-
"description": "",
|
|
96795
|
-
"name": "accordion",
|
|
96796
|
-
"parent": {
|
|
96797
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96798
|
-
"name": "ListShape"
|
|
96799
|
-
},
|
|
96800
|
-
"declarations": [
|
|
96801
|
-
{
|
|
96802
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96803
|
-
"name": "ListShape"
|
|
96804
|
-
}
|
|
96805
|
-
],
|
|
96806
|
-
"required": false,
|
|
96807
|
-
"type": {
|
|
96808
|
-
"name": "boolean"
|
|
96809
|
-
}
|
|
96810
|
-
},
|
|
96811
|
-
"onAction": {
|
|
96812
|
-
"defaultValue": null,
|
|
96813
|
-
"description": "",
|
|
96814
|
-
"name": "onAction",
|
|
96815
|
-
"parent": {
|
|
96816
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96817
|
-
"name": "ListShape"
|
|
96818
|
-
},
|
|
96819
|
-
"declarations": [
|
|
96820
|
-
{
|
|
96821
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96822
|
-
"name": "ListShape"
|
|
96823
|
-
}
|
|
96824
|
-
],
|
|
96825
|
-
"required": false,
|
|
96826
|
-
"type": {
|
|
96827
|
-
"name": "ItemActionFn<never>"
|
|
96828
|
-
}
|
|
96829
|
-
},
|
|
96830
|
-
"settingStorageKey": {
|
|
96831
|
-
"defaultValue": null,
|
|
96832
|
-
"description": "",
|
|
96833
|
-
"name": "settingStorageKey",
|
|
96834
|
-
"parent": {
|
|
96835
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96836
|
-
"name": "ListShape"
|
|
96837
|
-
},
|
|
96838
|
-
"declarations": [
|
|
96839
|
-
{
|
|
96840
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96841
|
-
"name": "ListShape"
|
|
96842
|
-
}
|
|
96843
|
-
],
|
|
96844
|
-
"required": false,
|
|
96845
|
-
"type": {
|
|
96846
|
-
"name": "string"
|
|
96847
|
-
}
|
|
96848
|
-
},
|
|
96849
|
-
"loadingItemsCount": {
|
|
96850
|
-
"defaultValue": null,
|
|
96851
|
-
"description": "",
|
|
96852
|
-
"name": "loadingItemsCount",
|
|
96853
|
-
"parent": {
|
|
96854
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96855
|
-
"name": "ListShape"
|
|
96856
|
-
},
|
|
96857
|
-
"declarations": [
|
|
96858
|
-
{
|
|
96859
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96860
|
-
"name": "ListShape"
|
|
96861
|
-
}
|
|
96862
|
-
],
|
|
96863
|
-
"required": false,
|
|
96864
|
-
"type": {
|
|
96865
|
-
"name": "number"
|
|
96866
|
-
}
|
|
96867
|
-
},
|
|
96868
|
-
"getItemId": {
|
|
96869
|
-
"defaultValue": null,
|
|
96870
|
-
"description": "",
|
|
96871
|
-
"name": "getItemId",
|
|
96872
|
-
"parent": {
|
|
96873
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96874
|
-
"name": "ListShape"
|
|
96875
|
-
},
|
|
96876
|
-
"declarations": [
|
|
96877
|
-
{
|
|
96878
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96879
|
-
"name": "ListShape"
|
|
96880
|
-
}
|
|
96881
|
-
],
|
|
96882
|
-
"required": false,
|
|
96883
|
-
"type": {
|
|
96884
|
-
"name": "GetItemId<never>"
|
|
96885
|
-
}
|
|
96886
|
-
},
|
|
96887
|
-
"defaultViewMode": {
|
|
96888
|
-
"defaultValue": null,
|
|
96889
|
-
"description": "",
|
|
96890
|
-
"name": "defaultViewMode",
|
|
96891
|
-
"parent": {
|
|
96892
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96893
|
-
"name": "ListShape"
|
|
96894
|
-
},
|
|
96895
|
-
"declarations": [
|
|
96896
|
-
{
|
|
96897
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96898
|
-
"name": "ListShape"
|
|
96899
|
-
}
|
|
96900
|
-
],
|
|
96901
|
-
"required": false,
|
|
96902
|
-
"type": {
|
|
96903
|
-
"name": "ListViewMode"
|
|
96904
|
-
}
|
|
96905
|
-
},
|
|
96906
|
-
"settingsStorageDefaults": {
|
|
96907
|
-
"defaultValue": null,
|
|
96908
|
-
"description": "",
|
|
96909
|
-
"name": "settingsStorageDefaults",
|
|
96910
|
-
"parent": {
|
|
96911
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96912
|
-
"name": "ListShape"
|
|
96913
|
-
},
|
|
96914
|
-
"declarations": [
|
|
96915
|
-
{
|
|
96916
|
-
"fileName": "components/src/components/List/model/types.ts",
|
|
96917
|
-
"name": "ListShape"
|
|
96918
|
-
}
|
|
96919
|
-
],
|
|
96920
|
-
"required": false,
|
|
96921
|
-
"type": {
|
|
96922
|
-
"name": "ListSettingsStorageDefaults"
|
|
96923
|
-
}
|
|
96924
|
-
}
|
|
96925
|
-
}
|
|
96926
|
-
},
|
|
96927
96947
|
{
|
|
96928
96948
|
"tags": {},
|
|
96929
96949
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
@@ -113564,6 +113584,165 @@
|
|
|
113564
113584
|
}
|
|
113565
113585
|
}
|
|
113566
113586
|
},
|
|
113587
|
+
{
|
|
113588
|
+
"tags": {
|
|
113589
|
+
"flr-generate": "all"
|
|
113590
|
+
},
|
|
113591
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Initials/Initials.tsx",
|
|
113592
|
+
"description": "",
|
|
113593
|
+
"displayName": "Initials",
|
|
113594
|
+
"methods": [],
|
|
113595
|
+
"props": {
|
|
113596
|
+
"aria-hidden": {
|
|
113597
|
+
"defaultValue": null,
|
|
113598
|
+
"description": "",
|
|
113599
|
+
"name": "aria-hidden",
|
|
113600
|
+
"parent": {
|
|
113601
|
+
"fileName": "components/src/components/Initials/Initials.tsx",
|
|
113602
|
+
"name": "InitialsProps"
|
|
113603
|
+
},
|
|
113604
|
+
"declarations": [
|
|
113605
|
+
{
|
|
113606
|
+
"fileName": "components/src/components/Initials/Initials.tsx",
|
|
113607
|
+
"name": "InitialsProps"
|
|
113608
|
+
}
|
|
113609
|
+
],
|
|
113610
|
+
"required": false,
|
|
113611
|
+
"type": {
|
|
113612
|
+
"name": "boolean"
|
|
113613
|
+
}
|
|
113614
|
+
},
|
|
113615
|
+
"useDynamicColor": {
|
|
113616
|
+
"defaultValue": null,
|
|
113617
|
+
"description": "@internal",
|
|
113618
|
+
"name": "useDynamicColor",
|
|
113619
|
+
"parent": {
|
|
113620
|
+
"fileName": "components/src/components/Initials/Initials.tsx",
|
|
113621
|
+
"name": "InitialsProps"
|
|
113622
|
+
},
|
|
113623
|
+
"declarations": [
|
|
113624
|
+
{
|
|
113625
|
+
"fileName": "components/src/components/Initials/Initials.tsx",
|
|
113626
|
+
"name": "InitialsProps"
|
|
113627
|
+
}
|
|
113628
|
+
],
|
|
113629
|
+
"required": false,
|
|
113630
|
+
"type": {
|
|
113631
|
+
"name": "boolean"
|
|
113632
|
+
}
|
|
113633
|
+
},
|
|
113634
|
+
"children": {
|
|
113635
|
+
"defaultValue": null,
|
|
113636
|
+
"description": "",
|
|
113637
|
+
"name": "children",
|
|
113638
|
+
"declarations": [
|
|
113639
|
+
{
|
|
113640
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
113641
|
+
"name": "TypeLiteral"
|
|
113642
|
+
}
|
|
113643
|
+
],
|
|
113644
|
+
"required": false,
|
|
113645
|
+
"type": {
|
|
113646
|
+
"name": "ReactNode"
|
|
113647
|
+
}
|
|
113648
|
+
},
|
|
113649
|
+
"className": {
|
|
113650
|
+
"defaultValue": null,
|
|
113651
|
+
"description": "The elements class name.",
|
|
113652
|
+
"name": "className",
|
|
113653
|
+
"parent": {
|
|
113654
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
113655
|
+
"name": "PropsWithClassName"
|
|
113656
|
+
},
|
|
113657
|
+
"declarations": [
|
|
113658
|
+
{
|
|
113659
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
113660
|
+
"name": "PropsWithClassName"
|
|
113661
|
+
}
|
|
113662
|
+
],
|
|
113663
|
+
"required": false,
|
|
113664
|
+
"type": {
|
|
113665
|
+
"name": "string"
|
|
113666
|
+
}
|
|
113667
|
+
},
|
|
113668
|
+
"wrapWith": {
|
|
113669
|
+
"defaultValue": null,
|
|
113670
|
+
"description": "",
|
|
113671
|
+
"name": "wrapWith",
|
|
113672
|
+
"parent": {
|
|
113673
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
113674
|
+
"name": "FlowComponentProps"
|
|
113675
|
+
},
|
|
113676
|
+
"declarations": [
|
|
113677
|
+
{
|
|
113678
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
113679
|
+
"name": "FlowComponentProps"
|
|
113680
|
+
}
|
|
113681
|
+
],
|
|
113682
|
+
"required": false,
|
|
113683
|
+
"type": {
|
|
113684
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
113685
|
+
}
|
|
113686
|
+
},
|
|
113687
|
+
"tunnel": {
|
|
113688
|
+
"defaultValue": null,
|
|
113689
|
+
"description": "@internal",
|
|
113690
|
+
"name": "tunnel",
|
|
113691
|
+
"parent": {
|
|
113692
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
113693
|
+
"name": "PropsWithTunnel"
|
|
113694
|
+
},
|
|
113695
|
+
"declarations": [
|
|
113696
|
+
{
|
|
113697
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
113698
|
+
"name": "PropsWithTunnel"
|
|
113699
|
+
}
|
|
113700
|
+
],
|
|
113701
|
+
"required": false,
|
|
113702
|
+
"type": {
|
|
113703
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
113704
|
+
}
|
|
113705
|
+
},
|
|
113706
|
+
"ref": {
|
|
113707
|
+
"defaultValue": null,
|
|
113708
|
+
"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}",
|
|
113709
|
+
"name": "ref",
|
|
113710
|
+
"parent": {
|
|
113711
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
113712
|
+
"name": "RefAttributes"
|
|
113713
|
+
},
|
|
113714
|
+
"declarations": [
|
|
113715
|
+
{
|
|
113716
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
113717
|
+
"name": "RefAttributes"
|
|
113718
|
+
}
|
|
113719
|
+
],
|
|
113720
|
+
"required": false,
|
|
113721
|
+
"type": {
|
|
113722
|
+
"name": "Ref<HTMLSpanElement>"
|
|
113723
|
+
}
|
|
113724
|
+
},
|
|
113725
|
+
"key": {
|
|
113726
|
+
"defaultValue": null,
|
|
113727
|
+
"description": "",
|
|
113728
|
+
"name": "key",
|
|
113729
|
+
"parent": {
|
|
113730
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
113731
|
+
"name": "Attributes"
|
|
113732
|
+
},
|
|
113733
|
+
"declarations": [
|
|
113734
|
+
{
|
|
113735
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
113736
|
+
"name": "Attributes"
|
|
113737
|
+
}
|
|
113738
|
+
],
|
|
113739
|
+
"required": false,
|
|
113740
|
+
"type": {
|
|
113741
|
+
"name": "Key | null"
|
|
113742
|
+
}
|
|
113743
|
+
}
|
|
113744
|
+
}
|
|
113745
|
+
},
|
|
113567
113746
|
{
|
|
113568
113747
|
"tags": {
|
|
113569
113748
|
"flr-generate": "all"
|
|
@@ -119347,189 +119526,30 @@
|
|
|
119347
119526
|
"tags": {
|
|
119348
119527
|
"flr-generate": "all"
|
|
119349
119528
|
},
|
|
119350
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
119529
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/IllustratedMessage/IllustratedMessage.tsx",
|
|
119351
119530
|
"description": "",
|
|
119352
|
-
"displayName": "
|
|
119531
|
+
"displayName": "IllustratedMessage",
|
|
119353
119532
|
"methods": [],
|
|
119354
119533
|
"props": {
|
|
119355
|
-
"
|
|
119356
|
-
"defaultValue":
|
|
119357
|
-
|
|
119358
|
-
"name": "aria-hidden",
|
|
119359
|
-
"parent": {
|
|
119360
|
-
"fileName": "components/src/components/Initials/Initials.tsx",
|
|
119361
|
-
"name": "InitialsProps"
|
|
119362
|
-
},
|
|
119363
|
-
"declarations": [
|
|
119364
|
-
{
|
|
119365
|
-
"fileName": "components/src/components/Initials/Initials.tsx",
|
|
119366
|
-
"name": "InitialsProps"
|
|
119367
|
-
}
|
|
119368
|
-
],
|
|
119369
|
-
"required": false,
|
|
119370
|
-
"type": {
|
|
119371
|
-
"name": "boolean"
|
|
119372
|
-
}
|
|
119373
|
-
},
|
|
119374
|
-
"useDynamicColor": {
|
|
119375
|
-
"defaultValue": null,
|
|
119376
|
-
"description": "@internal",
|
|
119377
|
-
"name": "useDynamicColor",
|
|
119378
|
-
"parent": {
|
|
119379
|
-
"fileName": "components/src/components/Initials/Initials.tsx",
|
|
119380
|
-
"name": "InitialsProps"
|
|
119381
|
-
},
|
|
119382
|
-
"declarations": [
|
|
119383
|
-
{
|
|
119384
|
-
"fileName": "components/src/components/Initials/Initials.tsx",
|
|
119385
|
-
"name": "InitialsProps"
|
|
119386
|
-
}
|
|
119387
|
-
],
|
|
119388
|
-
"required": false,
|
|
119389
|
-
"type": {
|
|
119390
|
-
"name": "boolean"
|
|
119391
|
-
}
|
|
119392
|
-
},
|
|
119393
|
-
"children": {
|
|
119394
|
-
"defaultValue": null,
|
|
119395
|
-
"description": "",
|
|
119396
|
-
"name": "children",
|
|
119397
|
-
"declarations": [
|
|
119398
|
-
{
|
|
119399
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
119400
|
-
"name": "TypeLiteral"
|
|
119401
|
-
}
|
|
119402
|
-
],
|
|
119403
|
-
"required": false,
|
|
119404
|
-
"type": {
|
|
119405
|
-
"name": "ReactNode"
|
|
119406
|
-
}
|
|
119407
|
-
},
|
|
119408
|
-
"className": {
|
|
119409
|
-
"defaultValue": null,
|
|
119410
|
-
"description": "The elements class name.",
|
|
119411
|
-
"name": "className",
|
|
119412
|
-
"parent": {
|
|
119413
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
119414
|
-
"name": "PropsWithClassName"
|
|
119415
|
-
},
|
|
119416
|
-
"declarations": [
|
|
119417
|
-
{
|
|
119418
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
119419
|
-
"name": "PropsWithClassName"
|
|
119420
|
-
}
|
|
119421
|
-
],
|
|
119422
|
-
"required": false,
|
|
119423
|
-
"type": {
|
|
119424
|
-
"name": "string"
|
|
119425
|
-
}
|
|
119426
|
-
},
|
|
119427
|
-
"wrapWith": {
|
|
119428
|
-
"defaultValue": null,
|
|
119429
|
-
"description": "",
|
|
119430
|
-
"name": "wrapWith",
|
|
119431
|
-
"parent": {
|
|
119432
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
119433
|
-
"name": "FlowComponentProps"
|
|
119534
|
+
"color": {
|
|
119535
|
+
"defaultValue": {
|
|
119536
|
+
"value": "\"default\""
|
|
119434
119537
|
},
|
|
119435
|
-
"
|
|
119436
|
-
|
|
119437
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
119438
|
-
"name": "FlowComponentProps"
|
|
119439
|
-
}
|
|
119440
|
-
],
|
|
119441
|
-
"required": false,
|
|
119442
|
-
"type": {
|
|
119443
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
119444
|
-
}
|
|
119445
|
-
},
|
|
119446
|
-
"tunnel": {
|
|
119447
|
-
"defaultValue": null,
|
|
119448
|
-
"description": "@internal",
|
|
119449
|
-
"name": "tunnel",
|
|
119538
|
+
"description": "The color of the illustrated message.",
|
|
119539
|
+
"name": "color",
|
|
119450
119540
|
"parent": {
|
|
119451
|
-
"fileName": "components/src/
|
|
119452
|
-
"name": "
|
|
119541
|
+
"fileName": "components/src/components/IllustratedMessage/IllustratedMessage.tsx",
|
|
119542
|
+
"name": "IllustratedMessageProps"
|
|
119453
119543
|
},
|
|
119454
119544
|
"declarations": [
|
|
119455
119545
|
{
|
|
119456
|
-
"fileName": "components/src/
|
|
119457
|
-
"name": "
|
|
119546
|
+
"fileName": "components/src/components/IllustratedMessage/IllustratedMessage.tsx",
|
|
119547
|
+
"name": "IllustratedMessageProps"
|
|
119458
119548
|
}
|
|
119459
119549
|
],
|
|
119460
119550
|
"required": false,
|
|
119461
119551
|
"type": {
|
|
119462
|
-
"name": "
|
|
119463
|
-
}
|
|
119464
|
-
},
|
|
119465
|
-
"ref": {
|
|
119466
|
-
"defaultValue": null,
|
|
119467
|
-
"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}",
|
|
119468
|
-
"name": "ref",
|
|
119469
|
-
"parent": {
|
|
119470
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
119471
|
-
"name": "RefAttributes"
|
|
119472
|
-
},
|
|
119473
|
-
"declarations": [
|
|
119474
|
-
{
|
|
119475
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
119476
|
-
"name": "RefAttributes"
|
|
119477
|
-
}
|
|
119478
|
-
],
|
|
119479
|
-
"required": false,
|
|
119480
|
-
"type": {
|
|
119481
|
-
"name": "Ref<HTMLSpanElement>"
|
|
119482
|
-
}
|
|
119483
|
-
},
|
|
119484
|
-
"key": {
|
|
119485
|
-
"defaultValue": null,
|
|
119486
|
-
"description": "",
|
|
119487
|
-
"name": "key",
|
|
119488
|
-
"parent": {
|
|
119489
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
119490
|
-
"name": "Attributes"
|
|
119491
|
-
},
|
|
119492
|
-
"declarations": [
|
|
119493
|
-
{
|
|
119494
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
119495
|
-
"name": "Attributes"
|
|
119496
|
-
}
|
|
119497
|
-
],
|
|
119498
|
-
"required": false,
|
|
119499
|
-
"type": {
|
|
119500
|
-
"name": "Key | null"
|
|
119501
|
-
}
|
|
119502
|
-
}
|
|
119503
|
-
}
|
|
119504
|
-
},
|
|
119505
|
-
{
|
|
119506
|
-
"tags": {
|
|
119507
|
-
"flr-generate": "all"
|
|
119508
|
-
},
|
|
119509
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/IllustratedMessage/IllustratedMessage.tsx",
|
|
119510
|
-
"description": "",
|
|
119511
|
-
"displayName": "IllustratedMessage",
|
|
119512
|
-
"methods": [],
|
|
119513
|
-
"props": {
|
|
119514
|
-
"color": {
|
|
119515
|
-
"defaultValue": {
|
|
119516
|
-
"value": "\"default\""
|
|
119517
|
-
},
|
|
119518
|
-
"description": "The color of the illustrated message.",
|
|
119519
|
-
"name": "color",
|
|
119520
|
-
"parent": {
|
|
119521
|
-
"fileName": "components/src/components/IllustratedMessage/IllustratedMessage.tsx",
|
|
119522
|
-
"name": "IllustratedMessageProps"
|
|
119523
|
-
},
|
|
119524
|
-
"declarations": [
|
|
119525
|
-
{
|
|
119526
|
-
"fileName": "components/src/components/IllustratedMessage/IllustratedMessage.tsx",
|
|
119527
|
-
"name": "IllustratedMessageProps"
|
|
119528
|
-
}
|
|
119529
|
-
],
|
|
119530
|
-
"required": false,
|
|
119531
|
-
"type": {
|
|
119532
|
-
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\""
|
|
119552
|
+
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\""
|
|
119533
119553
|
}
|
|
119534
119554
|
},
|
|
119535
119555
|
"ref": {
|
|
@@ -201598,6 +201618,52 @@
|
|
|
201598
201618
|
}
|
|
201599
201619
|
}
|
|
201600
201620
|
},
|
|
201621
|
+
{
|
|
201622
|
+
"tags": {
|
|
201623
|
+
"flr-generate": "all",
|
|
201624
|
+
"flr-ignore-props": "componentProps"
|
|
201625
|
+
},
|
|
201626
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
|
|
201627
|
+
"description": "",
|
|
201628
|
+
"displayName": "ComponentPropsContextProvider",
|
|
201629
|
+
"methods": [],
|
|
201630
|
+
"props": {
|
|
201631
|
+
"componentProps": {
|
|
201632
|
+
"defaultValue": null,
|
|
201633
|
+
"description": "",
|
|
201634
|
+
"name": "componentProps",
|
|
201635
|
+
"parent": {
|
|
201636
|
+
"fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
|
|
201637
|
+
"name": "ComponentPropsContextProviderProps"
|
|
201638
|
+
},
|
|
201639
|
+
"declarations": [
|
|
201640
|
+
{
|
|
201641
|
+
"fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
|
|
201642
|
+
"name": "ComponentPropsContextProviderProps"
|
|
201643
|
+
}
|
|
201644
|
+
],
|
|
201645
|
+
"required": false,
|
|
201646
|
+
"type": {
|
|
201647
|
+
"name": "PropsContext"
|
|
201648
|
+
}
|
|
201649
|
+
},
|
|
201650
|
+
"children": {
|
|
201651
|
+
"defaultValue": null,
|
|
201652
|
+
"description": "",
|
|
201653
|
+
"name": "children",
|
|
201654
|
+
"declarations": [
|
|
201655
|
+
{
|
|
201656
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
201657
|
+
"name": "TypeLiteral"
|
|
201658
|
+
}
|
|
201659
|
+
],
|
|
201660
|
+
"required": false,
|
|
201661
|
+
"type": {
|
|
201662
|
+
"name": "ReactNode"
|
|
201663
|
+
}
|
|
201664
|
+
}
|
|
201665
|
+
}
|
|
201666
|
+
},
|
|
201601
201667
|
{
|
|
201602
201668
|
"tags": {
|
|
201603
201669
|
"flr-generate": "all"
|
|
@@ -206978,52 +207044,6 @@
|
|
|
206978
207044
|
}
|
|
206979
207045
|
}
|
|
206980
207046
|
},
|
|
206981
|
-
{
|
|
206982
|
-
"tags": {
|
|
206983
|
-
"flr-generate": "all",
|
|
206984
|
-
"flr-ignore-props": "componentProps"
|
|
206985
|
-
},
|
|
206986
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
|
|
206987
|
-
"description": "",
|
|
206988
|
-
"displayName": "ComponentPropsContextProvider",
|
|
206989
|
-
"methods": [],
|
|
206990
|
-
"props": {
|
|
206991
|
-
"componentProps": {
|
|
206992
|
-
"defaultValue": null,
|
|
206993
|
-
"description": "",
|
|
206994
|
-
"name": "componentProps",
|
|
206995
|
-
"parent": {
|
|
206996
|
-
"fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
|
|
206997
|
-
"name": "ComponentPropsContextProviderProps"
|
|
206998
|
-
},
|
|
206999
|
-
"declarations": [
|
|
207000
|
-
{
|
|
207001
|
-
"fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
|
|
207002
|
-
"name": "ComponentPropsContextProviderProps"
|
|
207003
|
-
}
|
|
207004
|
-
],
|
|
207005
|
-
"required": false,
|
|
207006
|
-
"type": {
|
|
207007
|
-
"name": "PropsContext"
|
|
207008
|
-
}
|
|
207009
|
-
},
|
|
207010
|
-
"children": {
|
|
207011
|
-
"defaultValue": null,
|
|
207012
|
-
"description": "",
|
|
207013
|
-
"name": "children",
|
|
207014
|
-
"declarations": [
|
|
207015
|
-
{
|
|
207016
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
207017
|
-
"name": "TypeLiteral"
|
|
207018
|
-
}
|
|
207019
|
-
],
|
|
207020
|
-
"required": false,
|
|
207021
|
-
"type": {
|
|
207022
|
-
"name": "ReactNode"
|
|
207023
|
-
}
|
|
207024
|
-
}
|
|
207025
|
-
}
|
|
207026
|
-
},
|
|
207027
207047
|
{
|
|
207028
207048
|
"tags": {
|
|
207029
207049
|
"flr-generate": "all"
|
|
@@ -225025,70 +225045,6 @@
|
|
|
225025
225045
|
}
|
|
225026
225046
|
}
|
|
225027
225047
|
},
|
|
225028
|
-
{
|
|
225029
|
-
"tags": {
|
|
225030
|
-
"flr-generate": "all"
|
|
225031
|
-
},
|
|
225032
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
225033
|
-
"description": "",
|
|
225034
|
-
"displayName": "Chat",
|
|
225035
|
-
"methods": [],
|
|
225036
|
-
"props": {
|
|
225037
|
-
"height": {
|
|
225038
|
-
"defaultValue": null,
|
|
225039
|
-
"description": "",
|
|
225040
|
-
"name": "height",
|
|
225041
|
-
"parent": {
|
|
225042
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
225043
|
-
"name": "ChatProps"
|
|
225044
|
-
},
|
|
225045
|
-
"declarations": [
|
|
225046
|
-
{
|
|
225047
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
225048
|
-
"name": "ChatProps"
|
|
225049
|
-
}
|
|
225050
|
-
],
|
|
225051
|
-
"required": false,
|
|
225052
|
-
"type": {
|
|
225053
|
-
"name": "Height<string | number>"
|
|
225054
|
-
}
|
|
225055
|
-
},
|
|
225056
|
-
"children": {
|
|
225057
|
-
"defaultValue": null,
|
|
225058
|
-
"description": "",
|
|
225059
|
-
"name": "children",
|
|
225060
|
-
"declarations": [
|
|
225061
|
-
{
|
|
225062
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
225063
|
-
"name": "TypeLiteral"
|
|
225064
|
-
}
|
|
225065
|
-
],
|
|
225066
|
-
"required": false,
|
|
225067
|
-
"type": {
|
|
225068
|
-
"name": "ReactNode"
|
|
225069
|
-
}
|
|
225070
|
-
},
|
|
225071
|
-
"className": {
|
|
225072
|
-
"defaultValue": null,
|
|
225073
|
-
"description": "The elements class name.",
|
|
225074
|
-
"name": "className",
|
|
225075
|
-
"parent": {
|
|
225076
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
225077
|
-
"name": "PropsWithClassName"
|
|
225078
|
-
},
|
|
225079
|
-
"declarations": [
|
|
225080
|
-
{
|
|
225081
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
225082
|
-
"name": "PropsWithClassName"
|
|
225083
|
-
}
|
|
225084
|
-
],
|
|
225085
|
-
"required": false,
|
|
225086
|
-
"type": {
|
|
225087
|
-
"name": "string"
|
|
225088
|
-
}
|
|
225089
|
-
}
|
|
225090
|
-
}
|
|
225091
|
-
},
|
|
225092
225048
|
{
|
|
225093
225049
|
"tags": {
|
|
225094
225050
|
"flr-generate": "all"
|
|
@@ -227266,6 +227222,70 @@
|
|
|
227266
227222
|
}
|
|
227267
227223
|
}
|
|
227268
227224
|
},
|
|
227225
|
+
{
|
|
227226
|
+
"tags": {
|
|
227227
|
+
"flr-generate": "all"
|
|
227228
|
+
},
|
|
227229
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
227230
|
+
"description": "",
|
|
227231
|
+
"displayName": "Chat",
|
|
227232
|
+
"methods": [],
|
|
227233
|
+
"props": {
|
|
227234
|
+
"height": {
|
|
227235
|
+
"defaultValue": null,
|
|
227236
|
+
"description": "",
|
|
227237
|
+
"name": "height",
|
|
227238
|
+
"parent": {
|
|
227239
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
227240
|
+
"name": "ChatProps"
|
|
227241
|
+
},
|
|
227242
|
+
"declarations": [
|
|
227243
|
+
{
|
|
227244
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
227245
|
+
"name": "ChatProps"
|
|
227246
|
+
}
|
|
227247
|
+
],
|
|
227248
|
+
"required": false,
|
|
227249
|
+
"type": {
|
|
227250
|
+
"name": "Height<string | number>"
|
|
227251
|
+
}
|
|
227252
|
+
},
|
|
227253
|
+
"children": {
|
|
227254
|
+
"defaultValue": null,
|
|
227255
|
+
"description": "",
|
|
227256
|
+
"name": "children",
|
|
227257
|
+
"declarations": [
|
|
227258
|
+
{
|
|
227259
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
227260
|
+
"name": "TypeLiteral"
|
|
227261
|
+
}
|
|
227262
|
+
],
|
|
227263
|
+
"required": false,
|
|
227264
|
+
"type": {
|
|
227265
|
+
"name": "ReactNode"
|
|
227266
|
+
}
|
|
227267
|
+
},
|
|
227268
|
+
"className": {
|
|
227269
|
+
"defaultValue": null,
|
|
227270
|
+
"description": "The elements class name.",
|
|
227271
|
+
"name": "className",
|
|
227272
|
+
"parent": {
|
|
227273
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
227274
|
+
"name": "PropsWithClassName"
|
|
227275
|
+
},
|
|
227276
|
+
"declarations": [
|
|
227277
|
+
{
|
|
227278
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
227279
|
+
"name": "PropsWithClassName"
|
|
227280
|
+
}
|
|
227281
|
+
],
|
|
227282
|
+
"required": false,
|
|
227283
|
+
"type": {
|
|
227284
|
+
"name": "string"
|
|
227285
|
+
}
|
|
227286
|
+
}
|
|
227287
|
+
}
|
|
227288
|
+
},
|
|
227269
227289
|
{
|
|
227270
227290
|
"tags": {
|
|
227271
227291
|
"flr-generate": "all"
|
|
@@ -279110,173 +279130,6 @@
|
|
|
279110
279130
|
}
|
|
279111
279131
|
}
|
|
279112
279132
|
},
|
|
279113
|
-
{
|
|
279114
|
-
"tags": {},
|
|
279115
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
279116
|
-
"description": "",
|
|
279117
|
-
"displayName": "FormSubmitAction",
|
|
279118
|
-
"methods": [],
|
|
279119
|
-
"props": {
|
|
279120
|
-
"showFeedback": {
|
|
279121
|
-
"defaultValue": null,
|
|
279122
|
-
"description": "",
|
|
279123
|
-
"name": "showFeedback",
|
|
279124
|
-
"parent": {
|
|
279125
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
279126
|
-
"name": "ActionProps"
|
|
279127
|
-
},
|
|
279128
|
-
"declarations": [
|
|
279129
|
-
{
|
|
279130
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
279131
|
-
"name": "ActionProps"
|
|
279132
|
-
}
|
|
279133
|
-
],
|
|
279134
|
-
"required": false,
|
|
279135
|
-
"type": {
|
|
279136
|
-
"name": "boolean"
|
|
279137
|
-
}
|
|
279138
|
-
},
|
|
279139
|
-
"children": {
|
|
279140
|
-
"defaultValue": null,
|
|
279141
|
-
"description": "",
|
|
279142
|
-
"name": "children",
|
|
279143
|
-
"declarations": [
|
|
279144
|
-
{
|
|
279145
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
279146
|
-
"name": "TypeLiteral"
|
|
279147
|
-
}
|
|
279148
|
-
],
|
|
279149
|
-
"required": false,
|
|
279150
|
-
"type": {
|
|
279151
|
-
"name": "ReactNode"
|
|
279152
|
-
}
|
|
279153
|
-
}
|
|
279154
|
-
}
|
|
279155
|
-
},
|
|
279156
|
-
{
|
|
279157
|
-
"tags": {},
|
|
279158
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
279159
|
-
"description": "",
|
|
279160
|
-
"displayName": "FormResetAction",
|
|
279161
|
-
"methods": [],
|
|
279162
|
-
"props": {
|
|
279163
|
-
"showFeedback": {
|
|
279164
|
-
"defaultValue": null,
|
|
279165
|
-
"description": "",
|
|
279166
|
-
"name": "showFeedback",
|
|
279167
|
-
"parent": {
|
|
279168
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
279169
|
-
"name": "ActionProps"
|
|
279170
|
-
},
|
|
279171
|
-
"declarations": [
|
|
279172
|
-
{
|
|
279173
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
279174
|
-
"name": "ActionProps"
|
|
279175
|
-
}
|
|
279176
|
-
],
|
|
279177
|
-
"required": false,
|
|
279178
|
-
"type": {
|
|
279179
|
-
"name": "boolean"
|
|
279180
|
-
}
|
|
279181
|
-
},
|
|
279182
|
-
"children": {
|
|
279183
|
-
"defaultValue": null,
|
|
279184
|
-
"description": "",
|
|
279185
|
-
"name": "children",
|
|
279186
|
-
"declarations": [
|
|
279187
|
-
{
|
|
279188
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
279189
|
-
"name": "TypeLiteral"
|
|
279190
|
-
}
|
|
279191
|
-
],
|
|
279192
|
-
"required": false,
|
|
279193
|
-
"type": {
|
|
279194
|
-
"name": "ReactNode"
|
|
279195
|
-
}
|
|
279196
|
-
}
|
|
279197
|
-
}
|
|
279198
|
-
},
|
|
279199
|
-
{
|
|
279200
|
-
"tags": {},
|
|
279201
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
279202
|
-
"description": "",
|
|
279203
|
-
"displayName": "FormAction",
|
|
279204
|
-
"methods": [],
|
|
279205
|
-
"props": {
|
|
279206
|
-
"reset": {
|
|
279207
|
-
"defaultValue": null,
|
|
279208
|
-
"description": "",
|
|
279209
|
-
"name": "reset",
|
|
279210
|
-
"parent": {
|
|
279211
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
279212
|
-
"name": "FormActionProps"
|
|
279213
|
-
},
|
|
279214
|
-
"declarations": [
|
|
279215
|
-
{
|
|
279216
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
279217
|
-
"name": "FormActionProps"
|
|
279218
|
-
}
|
|
279219
|
-
],
|
|
279220
|
-
"required": false,
|
|
279221
|
-
"type": {
|
|
279222
|
-
"name": "boolean"
|
|
279223
|
-
}
|
|
279224
|
-
},
|
|
279225
|
-
"submit": {
|
|
279226
|
-
"defaultValue": null,
|
|
279227
|
-
"description": "",
|
|
279228
|
-
"name": "submit",
|
|
279229
|
-
"parent": {
|
|
279230
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
279231
|
-
"name": "FormActionProps"
|
|
279232
|
-
},
|
|
279233
|
-
"declarations": [
|
|
279234
|
-
{
|
|
279235
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
279236
|
-
"name": "FormActionProps"
|
|
279237
|
-
}
|
|
279238
|
-
],
|
|
279239
|
-
"required": false,
|
|
279240
|
-
"type": {
|
|
279241
|
-
"name": "boolean"
|
|
279242
|
-
}
|
|
279243
|
-
},
|
|
279244
|
-
"children": {
|
|
279245
|
-
"defaultValue": null,
|
|
279246
|
-
"description": "",
|
|
279247
|
-
"name": "children",
|
|
279248
|
-
"declarations": [
|
|
279249
|
-
{
|
|
279250
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
279251
|
-
"name": "TypeLiteral"
|
|
279252
|
-
}
|
|
279253
|
-
],
|
|
279254
|
-
"required": false,
|
|
279255
|
-
"type": {
|
|
279256
|
-
"name": "ReactNode"
|
|
279257
|
-
}
|
|
279258
|
-
},
|
|
279259
|
-
"showFeedback": {
|
|
279260
|
-
"defaultValue": null,
|
|
279261
|
-
"description": "",
|
|
279262
|
-
"name": "showFeedback",
|
|
279263
|
-
"parent": {
|
|
279264
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
279265
|
-
"name": "ActionProps"
|
|
279266
|
-
},
|
|
279267
|
-
"declarations": [
|
|
279268
|
-
{
|
|
279269
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
279270
|
-
"name": "ActionProps"
|
|
279271
|
-
}
|
|
279272
|
-
],
|
|
279273
|
-
"required": false,
|
|
279274
|
-
"type": {
|
|
279275
|
-
"name": "boolean"
|
|
279276
|
-
}
|
|
279277
|
-
}
|
|
279278
|
-
}
|
|
279279
|
-
},
|
|
279280
279133
|
{
|
|
279281
279134
|
"tags": {},
|
|
279282
279135
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
@@ -285611,6 +285464,173 @@
|
|
|
285611
285464
|
}
|
|
285612
285465
|
}
|
|
285613
285466
|
},
|
|
285467
|
+
{
|
|
285468
|
+
"tags": {},
|
|
285469
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
285470
|
+
"description": "",
|
|
285471
|
+
"displayName": "FormSubmitAction",
|
|
285472
|
+
"methods": [],
|
|
285473
|
+
"props": {
|
|
285474
|
+
"showFeedback": {
|
|
285475
|
+
"defaultValue": null,
|
|
285476
|
+
"description": "",
|
|
285477
|
+
"name": "showFeedback",
|
|
285478
|
+
"parent": {
|
|
285479
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
285480
|
+
"name": "ActionProps"
|
|
285481
|
+
},
|
|
285482
|
+
"declarations": [
|
|
285483
|
+
{
|
|
285484
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
285485
|
+
"name": "ActionProps"
|
|
285486
|
+
}
|
|
285487
|
+
],
|
|
285488
|
+
"required": false,
|
|
285489
|
+
"type": {
|
|
285490
|
+
"name": "boolean"
|
|
285491
|
+
}
|
|
285492
|
+
},
|
|
285493
|
+
"children": {
|
|
285494
|
+
"defaultValue": null,
|
|
285495
|
+
"description": "",
|
|
285496
|
+
"name": "children",
|
|
285497
|
+
"declarations": [
|
|
285498
|
+
{
|
|
285499
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
285500
|
+
"name": "TypeLiteral"
|
|
285501
|
+
}
|
|
285502
|
+
],
|
|
285503
|
+
"required": false,
|
|
285504
|
+
"type": {
|
|
285505
|
+
"name": "ReactNode"
|
|
285506
|
+
}
|
|
285507
|
+
}
|
|
285508
|
+
}
|
|
285509
|
+
},
|
|
285510
|
+
{
|
|
285511
|
+
"tags": {},
|
|
285512
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
285513
|
+
"description": "",
|
|
285514
|
+
"displayName": "FormResetAction",
|
|
285515
|
+
"methods": [],
|
|
285516
|
+
"props": {
|
|
285517
|
+
"showFeedback": {
|
|
285518
|
+
"defaultValue": null,
|
|
285519
|
+
"description": "",
|
|
285520
|
+
"name": "showFeedback",
|
|
285521
|
+
"parent": {
|
|
285522
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
285523
|
+
"name": "ActionProps"
|
|
285524
|
+
},
|
|
285525
|
+
"declarations": [
|
|
285526
|
+
{
|
|
285527
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
285528
|
+
"name": "ActionProps"
|
|
285529
|
+
}
|
|
285530
|
+
],
|
|
285531
|
+
"required": false,
|
|
285532
|
+
"type": {
|
|
285533
|
+
"name": "boolean"
|
|
285534
|
+
}
|
|
285535
|
+
},
|
|
285536
|
+
"children": {
|
|
285537
|
+
"defaultValue": null,
|
|
285538
|
+
"description": "",
|
|
285539
|
+
"name": "children",
|
|
285540
|
+
"declarations": [
|
|
285541
|
+
{
|
|
285542
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
285543
|
+
"name": "TypeLiteral"
|
|
285544
|
+
}
|
|
285545
|
+
],
|
|
285546
|
+
"required": false,
|
|
285547
|
+
"type": {
|
|
285548
|
+
"name": "ReactNode"
|
|
285549
|
+
}
|
|
285550
|
+
}
|
|
285551
|
+
}
|
|
285552
|
+
},
|
|
285553
|
+
{
|
|
285554
|
+
"tags": {},
|
|
285555
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
285556
|
+
"description": "",
|
|
285557
|
+
"displayName": "FormAction",
|
|
285558
|
+
"methods": [],
|
|
285559
|
+
"props": {
|
|
285560
|
+
"reset": {
|
|
285561
|
+
"defaultValue": null,
|
|
285562
|
+
"description": "",
|
|
285563
|
+
"name": "reset",
|
|
285564
|
+
"parent": {
|
|
285565
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
285566
|
+
"name": "FormActionProps"
|
|
285567
|
+
},
|
|
285568
|
+
"declarations": [
|
|
285569
|
+
{
|
|
285570
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
285571
|
+
"name": "FormActionProps"
|
|
285572
|
+
}
|
|
285573
|
+
],
|
|
285574
|
+
"required": false,
|
|
285575
|
+
"type": {
|
|
285576
|
+
"name": "boolean"
|
|
285577
|
+
}
|
|
285578
|
+
},
|
|
285579
|
+
"submit": {
|
|
285580
|
+
"defaultValue": null,
|
|
285581
|
+
"description": "",
|
|
285582
|
+
"name": "submit",
|
|
285583
|
+
"parent": {
|
|
285584
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
285585
|
+
"name": "FormActionProps"
|
|
285586
|
+
},
|
|
285587
|
+
"declarations": [
|
|
285588
|
+
{
|
|
285589
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
285590
|
+
"name": "FormActionProps"
|
|
285591
|
+
}
|
|
285592
|
+
],
|
|
285593
|
+
"required": false,
|
|
285594
|
+
"type": {
|
|
285595
|
+
"name": "boolean"
|
|
285596
|
+
}
|
|
285597
|
+
},
|
|
285598
|
+
"children": {
|
|
285599
|
+
"defaultValue": null,
|
|
285600
|
+
"description": "",
|
|
285601
|
+
"name": "children",
|
|
285602
|
+
"declarations": [
|
|
285603
|
+
{
|
|
285604
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
285605
|
+
"name": "TypeLiteral"
|
|
285606
|
+
}
|
|
285607
|
+
],
|
|
285608
|
+
"required": false,
|
|
285609
|
+
"type": {
|
|
285610
|
+
"name": "ReactNode"
|
|
285611
|
+
}
|
|
285612
|
+
},
|
|
285613
|
+
"showFeedback": {
|
|
285614
|
+
"defaultValue": null,
|
|
285615
|
+
"description": "",
|
|
285616
|
+
"name": "showFeedback",
|
|
285617
|
+
"parent": {
|
|
285618
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
285619
|
+
"name": "ActionProps"
|
|
285620
|
+
},
|
|
285621
|
+
"declarations": [
|
|
285622
|
+
{
|
|
285623
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
285624
|
+
"name": "ActionProps"
|
|
285625
|
+
}
|
|
285626
|
+
],
|
|
285627
|
+
"required": false,
|
|
285628
|
+
"type": {
|
|
285629
|
+
"name": "boolean"
|
|
285630
|
+
}
|
|
285631
|
+
}
|
|
285632
|
+
}
|
|
285633
|
+
},
|
|
285614
285634
|
{
|
|
285615
285635
|
"tags": {},
|
|
285616
285636
|
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
@@ -291349,6 +291369,72 @@
|
|
|
291349
291369
|
}
|
|
291350
291370
|
}
|
|
291351
291371
|
},
|
|
291372
|
+
{
|
|
291373
|
+
"tags": {},
|
|
291374
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291375
|
+
"description": "",
|
|
291376
|
+
"displayName": "TabList",
|
|
291377
|
+
"methods": [],
|
|
291378
|
+
"props": {
|
|
291379
|
+
"selection": {
|
|
291380
|
+
"defaultValue": null,
|
|
291381
|
+
"description": "",
|
|
291382
|
+
"name": "selection",
|
|
291383
|
+
"parent": {
|
|
291384
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291385
|
+
"name": "Props"
|
|
291386
|
+
},
|
|
291387
|
+
"declarations": [
|
|
291388
|
+
{
|
|
291389
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291390
|
+
"name": "Props"
|
|
291391
|
+
}
|
|
291392
|
+
],
|
|
291393
|
+
"required": true,
|
|
291394
|
+
"type": {
|
|
291395
|
+
"name": "Key | undefined"
|
|
291396
|
+
}
|
|
291397
|
+
},
|
|
291398
|
+
"onContextMenuSelectionChange": {
|
|
291399
|
+
"defaultValue": null,
|
|
291400
|
+
"description": "",
|
|
291401
|
+
"name": "onContextMenuSelectionChange",
|
|
291402
|
+
"parent": {
|
|
291403
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291404
|
+
"name": "Props"
|
|
291405
|
+
},
|
|
291406
|
+
"declarations": [
|
|
291407
|
+
{
|
|
291408
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291409
|
+
"name": "Props"
|
|
291410
|
+
}
|
|
291411
|
+
],
|
|
291412
|
+
"required": true,
|
|
291413
|
+
"type": {
|
|
291414
|
+
"name": "(key: Key) => void"
|
|
291415
|
+
}
|
|
291416
|
+
},
|
|
291417
|
+
"disabledKeys": {
|
|
291418
|
+
"defaultValue": null,
|
|
291419
|
+
"description": "",
|
|
291420
|
+
"name": "disabledKeys",
|
|
291421
|
+
"parent": {
|
|
291422
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291423
|
+
"name": "Props"
|
|
291424
|
+
},
|
|
291425
|
+
"declarations": [
|
|
291426
|
+
{
|
|
291427
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291428
|
+
"name": "Props"
|
|
291429
|
+
}
|
|
291430
|
+
],
|
|
291431
|
+
"required": false,
|
|
291432
|
+
"type": {
|
|
291433
|
+
"name": "Iterable<Key>"
|
|
291434
|
+
}
|
|
291435
|
+
}
|
|
291436
|
+
}
|
|
291437
|
+
},
|
|
291352
291438
|
{
|
|
291353
291439
|
"tags": {
|
|
291354
291440
|
"flr-generate": "all"
|
|
@@ -293182,72 +293268,6 @@
|
|
|
293182
293268
|
}
|
|
293183
293269
|
}
|
|
293184
293270
|
},
|
|
293185
|
-
{
|
|
293186
|
-
"tags": {},
|
|
293187
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293188
|
-
"description": "",
|
|
293189
|
-
"displayName": "TabList",
|
|
293190
|
-
"methods": [],
|
|
293191
|
-
"props": {
|
|
293192
|
-
"selection": {
|
|
293193
|
-
"defaultValue": null,
|
|
293194
|
-
"description": "",
|
|
293195
|
-
"name": "selection",
|
|
293196
|
-
"parent": {
|
|
293197
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293198
|
-
"name": "Props"
|
|
293199
|
-
},
|
|
293200
|
-
"declarations": [
|
|
293201
|
-
{
|
|
293202
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293203
|
-
"name": "Props"
|
|
293204
|
-
}
|
|
293205
|
-
],
|
|
293206
|
-
"required": true,
|
|
293207
|
-
"type": {
|
|
293208
|
-
"name": "Key | undefined"
|
|
293209
|
-
}
|
|
293210
|
-
},
|
|
293211
|
-
"onContextMenuSelectionChange": {
|
|
293212
|
-
"defaultValue": null,
|
|
293213
|
-
"description": "",
|
|
293214
|
-
"name": "onContextMenuSelectionChange",
|
|
293215
|
-
"parent": {
|
|
293216
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293217
|
-
"name": "Props"
|
|
293218
|
-
},
|
|
293219
|
-
"declarations": [
|
|
293220
|
-
{
|
|
293221
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293222
|
-
"name": "Props"
|
|
293223
|
-
}
|
|
293224
|
-
],
|
|
293225
|
-
"required": true,
|
|
293226
|
-
"type": {
|
|
293227
|
-
"name": "(key: Key) => void"
|
|
293228
|
-
}
|
|
293229
|
-
},
|
|
293230
|
-
"disabledKeys": {
|
|
293231
|
-
"defaultValue": null,
|
|
293232
|
-
"description": "",
|
|
293233
|
-
"name": "disabledKeys",
|
|
293234
|
-
"parent": {
|
|
293235
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293236
|
-
"name": "Props"
|
|
293237
|
-
},
|
|
293238
|
-
"declarations": [
|
|
293239
|
-
{
|
|
293240
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
293241
|
-
"name": "Props"
|
|
293242
|
-
}
|
|
293243
|
-
],
|
|
293244
|
-
"required": false,
|
|
293245
|
-
"type": {
|
|
293246
|
-
"name": "Iterable<Key>"
|
|
293247
|
-
}
|
|
293248
|
-
}
|
|
293249
|
-
}
|
|
293250
|
-
},
|
|
293251
293271
|
{
|
|
293252
293272
|
"tags": {
|
|
293253
293273
|
"flr-generate": "all"
|
|
@@ -311481,6 +311501,68 @@
|
|
|
311481
311501
|
}
|
|
311482
311502
|
}
|
|
311483
311503
|
},
|
|
311504
|
+
{
|
|
311505
|
+
"tags": {},
|
|
311506
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
|
|
311507
|
+
"description": "",
|
|
311508
|
+
"displayName": "LinkListTunnelExit",
|
|
311509
|
+
"methods": [],
|
|
311510
|
+
"props": {
|
|
311511
|
+
"id": {
|
|
311512
|
+
"defaultValue": null,
|
|
311513
|
+
"description": "",
|
|
311514
|
+
"name": "id",
|
|
311515
|
+
"parent": {
|
|
311516
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
|
|
311517
|
+
"name": "TunnelExitProps"
|
|
311518
|
+
},
|
|
311519
|
+
"declarations": [
|
|
311520
|
+
{
|
|
311521
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
|
|
311522
|
+
"name": "TunnelExitProps"
|
|
311523
|
+
}
|
|
311524
|
+
],
|
|
311525
|
+
"required": false,
|
|
311526
|
+
"type": {
|
|
311527
|
+
"name": "string"
|
|
311528
|
+
}
|
|
311529
|
+
},
|
|
311530
|
+
"children": {
|
|
311531
|
+
"defaultValue": null,
|
|
311532
|
+
"description": "",
|
|
311533
|
+
"name": "children",
|
|
311534
|
+
"parent": {
|
|
311535
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
|
|
311536
|
+
"name": "TunnelExitProps"
|
|
311537
|
+
},
|
|
311538
|
+
"declarations": [
|
|
311539
|
+
{
|
|
311540
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
|
|
311541
|
+
"name": "TunnelExitProps"
|
|
311542
|
+
}
|
|
311543
|
+
],
|
|
311544
|
+
"required": false,
|
|
311545
|
+
"type": {
|
|
311546
|
+
"name": "TunnelChildren"
|
|
311547
|
+
}
|
|
311548
|
+
},
|
|
311549
|
+
"component": {
|
|
311550
|
+
"defaultValue": null,
|
|
311551
|
+
"description": "",
|
|
311552
|
+
"name": "component",
|
|
311553
|
+
"declarations": [
|
|
311554
|
+
{
|
|
311555
|
+
"fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
|
|
311556
|
+
"name": "TypeLiteral"
|
|
311557
|
+
}
|
|
311558
|
+
],
|
|
311559
|
+
"required": true,
|
|
311560
|
+
"type": {
|
|
311561
|
+
"name": "keyof FlowComponentPropsTypes"
|
|
311562
|
+
}
|
|
311563
|
+
}
|
|
311564
|
+
}
|
|
311565
|
+
},
|
|
311484
311566
|
{
|
|
311485
311567
|
"tags": {
|
|
311486
311568
|
"flr-generate": "all"
|
|
@@ -316869,68 +316951,6 @@
|
|
|
316869
316951
|
}
|
|
316870
316952
|
}
|
|
316871
316953
|
},
|
|
316872
|
-
{
|
|
316873
|
-
"tags": {},
|
|
316874
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
|
|
316875
|
-
"description": "",
|
|
316876
|
-
"displayName": "LinkListTunnelExit",
|
|
316877
|
-
"methods": [],
|
|
316878
|
-
"props": {
|
|
316879
|
-
"id": {
|
|
316880
|
-
"defaultValue": null,
|
|
316881
|
-
"description": "",
|
|
316882
|
-
"name": "id",
|
|
316883
|
-
"parent": {
|
|
316884
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
|
|
316885
|
-
"name": "TunnelExitProps"
|
|
316886
|
-
},
|
|
316887
|
-
"declarations": [
|
|
316888
|
-
{
|
|
316889
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
|
|
316890
|
-
"name": "TunnelExitProps"
|
|
316891
|
-
}
|
|
316892
|
-
],
|
|
316893
|
-
"required": false,
|
|
316894
|
-
"type": {
|
|
316895
|
-
"name": "string"
|
|
316896
|
-
}
|
|
316897
|
-
},
|
|
316898
|
-
"children": {
|
|
316899
|
-
"defaultValue": null,
|
|
316900
|
-
"description": "",
|
|
316901
|
-
"name": "children",
|
|
316902
|
-
"parent": {
|
|
316903
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
|
|
316904
|
-
"name": "TunnelExitProps"
|
|
316905
|
-
},
|
|
316906
|
-
"declarations": [
|
|
316907
|
-
{
|
|
316908
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
|
|
316909
|
-
"name": "TunnelExitProps"
|
|
316910
|
-
}
|
|
316911
|
-
],
|
|
316912
|
-
"required": false,
|
|
316913
|
-
"type": {
|
|
316914
|
-
"name": "TunnelChildren"
|
|
316915
|
-
}
|
|
316916
|
-
},
|
|
316917
|
-
"component": {
|
|
316918
|
-
"defaultValue": null,
|
|
316919
|
-
"description": "",
|
|
316920
|
-
"name": "component",
|
|
316921
|
-
"declarations": [
|
|
316922
|
-
{
|
|
316923
|
-
"fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
|
|
316924
|
-
"name": "TypeLiteral"
|
|
316925
|
-
}
|
|
316926
|
-
],
|
|
316927
|
-
"required": true,
|
|
316928
|
-
"type": {
|
|
316929
|
-
"name": "keyof FlowComponentPropsTypes"
|
|
316930
|
-
}
|
|
316931
|
-
}
|
|
316932
|
-
}
|
|
316933
|
-
},
|
|
316934
316954
|
{
|
|
316935
316955
|
"tags": {},
|
|
316936
316956
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
@@ -317422,6 +317442,561 @@
|
|
|
317422
317442
|
}
|
|
317423
317443
|
}
|
|
317424
317444
|
},
|
|
317445
|
+
{
|
|
317446
|
+
"tags": {
|
|
317447
|
+
"flr-generate": "all"
|
|
317448
|
+
},
|
|
317449
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
317450
|
+
"description": "",
|
|
317451
|
+
"displayName": "EmptyViewContainer",
|
|
317452
|
+
"methods": [],
|
|
317453
|
+
"props": {
|
|
317454
|
+
"emptyView": {
|
|
317455
|
+
"defaultValue": null,
|
|
317456
|
+
"description": "",
|
|
317457
|
+
"name": "emptyView",
|
|
317458
|
+
"parent": {
|
|
317459
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
317460
|
+
"name": "EmptyViewContainerProps"
|
|
317461
|
+
},
|
|
317462
|
+
"declarations": [
|
|
317463
|
+
{
|
|
317464
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
317465
|
+
"name": "EmptyViewContainerProps"
|
|
317466
|
+
}
|
|
317467
|
+
],
|
|
317468
|
+
"required": false,
|
|
317469
|
+
"type": {
|
|
317470
|
+
"name": "ReactNode"
|
|
317471
|
+
}
|
|
317472
|
+
},
|
|
317473
|
+
"emptySearchResultView": {
|
|
317474
|
+
"defaultValue": null,
|
|
317475
|
+
"description": "",
|
|
317476
|
+
"name": "emptySearchResultView",
|
|
317477
|
+
"parent": {
|
|
317478
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
317479
|
+
"name": "EmptyViewContainerProps"
|
|
317480
|
+
},
|
|
317481
|
+
"declarations": [
|
|
317482
|
+
{
|
|
317483
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
317484
|
+
"name": "EmptyViewContainerProps"
|
|
317485
|
+
}
|
|
317486
|
+
],
|
|
317487
|
+
"required": false,
|
|
317488
|
+
"type": {
|
|
317489
|
+
"name": "ReactNode"
|
|
317490
|
+
}
|
|
317491
|
+
},
|
|
317492
|
+
"viewType": {
|
|
317493
|
+
"defaultValue": null,
|
|
317494
|
+
"description": "",
|
|
317495
|
+
"name": "viewType",
|
|
317496
|
+
"parent": {
|
|
317497
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
317498
|
+
"name": "EmptyViewContainerProps"
|
|
317499
|
+
},
|
|
317500
|
+
"declarations": [
|
|
317501
|
+
{
|
|
317502
|
+
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
317503
|
+
"name": "EmptyViewContainerProps"
|
|
317504
|
+
}
|
|
317505
|
+
],
|
|
317506
|
+
"required": true,
|
|
317507
|
+
"type": {
|
|
317508
|
+
"name": "EmptyViewType"
|
|
317509
|
+
}
|
|
317510
|
+
}
|
|
317511
|
+
}
|
|
317512
|
+
},
|
|
317513
|
+
{
|
|
317514
|
+
"tags": {
|
|
317515
|
+
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
317516
|
+
},
|
|
317517
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
317518
|
+
"description": "",
|
|
317519
|
+
"displayName": "EmptyView",
|
|
317520
|
+
"methods": [],
|
|
317521
|
+
"props": {}
|
|
317522
|
+
},
|
|
317523
|
+
{
|
|
317524
|
+
"tags": {},
|
|
317525
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
317526
|
+
"description": "",
|
|
317527
|
+
"displayName": "Table",
|
|
317528
|
+
"methods": [],
|
|
317529
|
+
"props": {}
|
|
317530
|
+
},
|
|
317531
|
+
{
|
|
317532
|
+
"tags": {
|
|
317533
|
+
"flr-generate": "all"
|
|
317534
|
+
},
|
|
317535
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317536
|
+
"description": "",
|
|
317537
|
+
"displayName": "ListSummary",
|
|
317538
|
+
"methods": [],
|
|
317539
|
+
"props": {
|
|
317540
|
+
"position": {
|
|
317541
|
+
"defaultValue": {
|
|
317542
|
+
"value": ": \"top\""
|
|
317543
|
+
},
|
|
317544
|
+
"description": "Whether the summary is placed above or underneath the list",
|
|
317545
|
+
"name": "position",
|
|
317546
|
+
"parent": {
|
|
317547
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317548
|
+
"name": "ListSummaryProps"
|
|
317549
|
+
},
|
|
317550
|
+
"declarations": [
|
|
317551
|
+
{
|
|
317552
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
317553
|
+
"name": "ListSummaryProps"
|
|
317554
|
+
}
|
|
317555
|
+
],
|
|
317556
|
+
"required": false,
|
|
317557
|
+
"type": {
|
|
317558
|
+
"name": "\"bottom\" | \"top\""
|
|
317559
|
+
}
|
|
317560
|
+
},
|
|
317561
|
+
"wrapWith": {
|
|
317562
|
+
"defaultValue": null,
|
|
317563
|
+
"description": "",
|
|
317564
|
+
"name": "wrapWith",
|
|
317565
|
+
"parent": {
|
|
317566
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
317567
|
+
"name": "FlowComponentProps"
|
|
317568
|
+
},
|
|
317569
|
+
"declarations": [
|
|
317570
|
+
{
|
|
317571
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
317572
|
+
"name": "FlowComponentProps"
|
|
317573
|
+
}
|
|
317574
|
+
],
|
|
317575
|
+
"required": false,
|
|
317576
|
+
"type": {
|
|
317577
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
317578
|
+
}
|
|
317579
|
+
},
|
|
317580
|
+
"tunnel": {
|
|
317581
|
+
"defaultValue": null,
|
|
317582
|
+
"description": "@internal",
|
|
317583
|
+
"name": "tunnel",
|
|
317584
|
+
"parent": {
|
|
317585
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
317586
|
+
"name": "PropsWithTunnel"
|
|
317587
|
+
},
|
|
317588
|
+
"declarations": [
|
|
317589
|
+
{
|
|
317590
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
317591
|
+
"name": "PropsWithTunnel"
|
|
317592
|
+
}
|
|
317593
|
+
],
|
|
317594
|
+
"required": false,
|
|
317595
|
+
"type": {
|
|
317596
|
+
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
317597
|
+
}
|
|
317598
|
+
},
|
|
317599
|
+
"ref": {
|
|
317600
|
+
"defaultValue": null,
|
|
317601
|
+
"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}",
|
|
317602
|
+
"name": "ref",
|
|
317603
|
+
"parent": {
|
|
317604
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317605
|
+
"name": "RefAttributes"
|
|
317606
|
+
},
|
|
317607
|
+
"declarations": [
|
|
317608
|
+
{
|
|
317609
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317610
|
+
"name": "RefAttributes"
|
|
317611
|
+
}
|
|
317612
|
+
],
|
|
317613
|
+
"required": false,
|
|
317614
|
+
"type": {
|
|
317615
|
+
"name": "Ref<HTMLSpanElement>"
|
|
317616
|
+
}
|
|
317617
|
+
},
|
|
317618
|
+
"key": {
|
|
317619
|
+
"defaultValue": null,
|
|
317620
|
+
"description": "",
|
|
317621
|
+
"name": "key",
|
|
317622
|
+
"parent": {
|
|
317623
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317624
|
+
"name": "Attributes"
|
|
317625
|
+
},
|
|
317626
|
+
"declarations": [
|
|
317627
|
+
{
|
|
317628
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317629
|
+
"name": "Attributes"
|
|
317630
|
+
}
|
|
317631
|
+
],
|
|
317632
|
+
"required": false,
|
|
317633
|
+
"type": {
|
|
317634
|
+
"name": "Key | null"
|
|
317635
|
+
}
|
|
317636
|
+
},
|
|
317637
|
+
"children": {
|
|
317638
|
+
"defaultValue": null,
|
|
317639
|
+
"description": "",
|
|
317640
|
+
"name": "children",
|
|
317641
|
+
"declarations": [
|
|
317642
|
+
{
|
|
317643
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317644
|
+
"name": "TypeLiteral"
|
|
317645
|
+
}
|
|
317646
|
+
],
|
|
317647
|
+
"required": false,
|
|
317648
|
+
"type": {
|
|
317649
|
+
"name": "ReactNode"
|
|
317650
|
+
}
|
|
317651
|
+
}
|
|
317652
|
+
}
|
|
317653
|
+
},
|
|
317654
|
+
{
|
|
317655
|
+
"tags": {},
|
|
317656
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
317657
|
+
"description": "",
|
|
317658
|
+
"displayName": "ListItemView",
|
|
317659
|
+
"methods": [],
|
|
317660
|
+
"props": {
|
|
317661
|
+
"children": {
|
|
317662
|
+
"defaultValue": null,
|
|
317663
|
+
"description": "",
|
|
317664
|
+
"name": "children",
|
|
317665
|
+
"declarations": [
|
|
317666
|
+
{
|
|
317667
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317668
|
+
"name": "TypeLiteral"
|
|
317669
|
+
}
|
|
317670
|
+
],
|
|
317671
|
+
"required": false,
|
|
317672
|
+
"type": {
|
|
317673
|
+
"name": "ReactNode"
|
|
317674
|
+
}
|
|
317675
|
+
},
|
|
317676
|
+
"s": {
|
|
317677
|
+
"defaultValue": null,
|
|
317678
|
+
"description": "Column layout for container size s.",
|
|
317679
|
+
"name": "s",
|
|
317680
|
+
"parent": {
|
|
317681
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
317682
|
+
"name": "ColumnLayoutProps"
|
|
317683
|
+
},
|
|
317684
|
+
"declarations": [
|
|
317685
|
+
{
|
|
317686
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
317687
|
+
"name": "ColumnLayoutProps"
|
|
317688
|
+
}
|
|
317689
|
+
],
|
|
317690
|
+
"required": false,
|
|
317691
|
+
"type": {
|
|
317692
|
+
"name": "(number | null)[]"
|
|
317693
|
+
}
|
|
317694
|
+
},
|
|
317695
|
+
"m": {
|
|
317696
|
+
"defaultValue": null,
|
|
317697
|
+
"description": "Column layout for container size m.",
|
|
317698
|
+
"name": "m",
|
|
317699
|
+
"parent": {
|
|
317700
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
317701
|
+
"name": "ColumnLayoutProps"
|
|
317702
|
+
},
|
|
317703
|
+
"declarations": [
|
|
317704
|
+
{
|
|
317705
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
317706
|
+
"name": "ColumnLayoutProps"
|
|
317707
|
+
}
|
|
317708
|
+
],
|
|
317709
|
+
"required": false,
|
|
317710
|
+
"type": {
|
|
317711
|
+
"name": "(number | null)[]"
|
|
317712
|
+
}
|
|
317713
|
+
},
|
|
317714
|
+
"l": {
|
|
317715
|
+
"defaultValue": null,
|
|
317716
|
+
"description": "Column layout for container size l.",
|
|
317717
|
+
"name": "l",
|
|
317718
|
+
"parent": {
|
|
317719
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
317720
|
+
"name": "ColumnLayoutProps"
|
|
317721
|
+
},
|
|
317722
|
+
"declarations": [
|
|
317723
|
+
{
|
|
317724
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
317725
|
+
"name": "ColumnLayoutProps"
|
|
317726
|
+
}
|
|
317727
|
+
],
|
|
317728
|
+
"required": false,
|
|
317729
|
+
"type": {
|
|
317730
|
+
"name": "(number | null)[]"
|
|
317731
|
+
}
|
|
317732
|
+
},
|
|
317733
|
+
"title": {
|
|
317734
|
+
"defaultValue": null,
|
|
317735
|
+
"description": "",
|
|
317736
|
+
"name": "title",
|
|
317737
|
+
"declarations": [
|
|
317738
|
+
{
|
|
317739
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
317740
|
+
"name": "TypeLiteral"
|
|
317741
|
+
}
|
|
317742
|
+
],
|
|
317743
|
+
"required": false,
|
|
317744
|
+
"type": {
|
|
317745
|
+
"name": "ReactNode"
|
|
317746
|
+
}
|
|
317747
|
+
},
|
|
317748
|
+
"subTitle": {
|
|
317749
|
+
"defaultValue": null,
|
|
317750
|
+
"description": "",
|
|
317751
|
+
"name": "subTitle",
|
|
317752
|
+
"declarations": [
|
|
317753
|
+
{
|
|
317754
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
317755
|
+
"name": "TypeLiteral"
|
|
317756
|
+
}
|
|
317757
|
+
],
|
|
317758
|
+
"required": false,
|
|
317759
|
+
"type": {
|
|
317760
|
+
"name": "ReactNode"
|
|
317761
|
+
}
|
|
317762
|
+
},
|
|
317763
|
+
"avatar": {
|
|
317764
|
+
"defaultValue": null,
|
|
317765
|
+
"description": "",
|
|
317766
|
+
"name": "avatar",
|
|
317767
|
+
"declarations": [
|
|
317768
|
+
{
|
|
317769
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
317770
|
+
"name": "TypeLiteral"
|
|
317771
|
+
}
|
|
317772
|
+
],
|
|
317773
|
+
"required": false,
|
|
317774
|
+
"type": {
|
|
317775
|
+
"name": "ReactNode"
|
|
317776
|
+
}
|
|
317777
|
+
},
|
|
317778
|
+
"button": {
|
|
317779
|
+
"defaultValue": null,
|
|
317780
|
+
"description": "",
|
|
317781
|
+
"name": "button",
|
|
317782
|
+
"declarations": [
|
|
317783
|
+
{
|
|
317784
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
317785
|
+
"name": "TypeLiteral"
|
|
317786
|
+
}
|
|
317787
|
+
],
|
|
317788
|
+
"required": false,
|
|
317789
|
+
"type": {
|
|
317790
|
+
"name": "ReactNode"
|
|
317791
|
+
}
|
|
317792
|
+
},
|
|
317793
|
+
"bottom": {
|
|
317794
|
+
"defaultValue": null,
|
|
317795
|
+
"description": "",
|
|
317796
|
+
"name": "bottom",
|
|
317797
|
+
"declarations": [
|
|
317798
|
+
{
|
|
317799
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
317800
|
+
"name": "TypeLiteral"
|
|
317801
|
+
}
|
|
317802
|
+
],
|
|
317803
|
+
"required": false,
|
|
317804
|
+
"type": {
|
|
317805
|
+
"name": "ReactNode"
|
|
317806
|
+
}
|
|
317807
|
+
},
|
|
317808
|
+
"checkbox": {
|
|
317809
|
+
"defaultValue": null,
|
|
317810
|
+
"description": "",
|
|
317811
|
+
"name": "checkbox",
|
|
317812
|
+
"declarations": [
|
|
317813
|
+
{
|
|
317814
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
317815
|
+
"name": "TypeLiteral"
|
|
317816
|
+
}
|
|
317817
|
+
],
|
|
317818
|
+
"required": false,
|
|
317819
|
+
"type": {
|
|
317820
|
+
"name": "ReactNode"
|
|
317821
|
+
}
|
|
317822
|
+
},
|
|
317823
|
+
"viewMode": {
|
|
317824
|
+
"defaultValue": null,
|
|
317825
|
+
"description": "",
|
|
317826
|
+
"name": "viewMode",
|
|
317827
|
+
"declarations": [
|
|
317828
|
+
{
|
|
317829
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
317830
|
+
"name": "TypeLiteral"
|
|
317831
|
+
}
|
|
317832
|
+
],
|
|
317833
|
+
"required": false,
|
|
317834
|
+
"type": {
|
|
317835
|
+
"name": "ListViewMode"
|
|
317836
|
+
}
|
|
317837
|
+
},
|
|
317838
|
+
"ref": {
|
|
317839
|
+
"defaultValue": null,
|
|
317840
|
+
"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}",
|
|
317841
|
+
"name": "ref",
|
|
317842
|
+
"parent": {
|
|
317843
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317844
|
+
"name": "RefAttributes"
|
|
317845
|
+
},
|
|
317846
|
+
"declarations": [
|
|
317847
|
+
{
|
|
317848
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317849
|
+
"name": "RefAttributes"
|
|
317850
|
+
}
|
|
317851
|
+
],
|
|
317852
|
+
"required": false,
|
|
317853
|
+
"type": {
|
|
317854
|
+
"name": "Ref<HTMLSpanElement>"
|
|
317855
|
+
}
|
|
317856
|
+
},
|
|
317857
|
+
"key": {
|
|
317858
|
+
"defaultValue": null,
|
|
317859
|
+
"description": "",
|
|
317860
|
+
"name": "key",
|
|
317861
|
+
"parent": {
|
|
317862
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317863
|
+
"name": "Attributes"
|
|
317864
|
+
},
|
|
317865
|
+
"declarations": [
|
|
317866
|
+
{
|
|
317867
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317868
|
+
"name": "Attributes"
|
|
317869
|
+
}
|
|
317870
|
+
],
|
|
317871
|
+
"required": false,
|
|
317872
|
+
"type": {
|
|
317873
|
+
"name": "Key | null"
|
|
317874
|
+
}
|
|
317875
|
+
}
|
|
317876
|
+
}
|
|
317877
|
+
},
|
|
317878
|
+
{
|
|
317879
|
+
"tags": {},
|
|
317880
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
317881
|
+
"description": "",
|
|
317882
|
+
"displayName": "Items",
|
|
317883
|
+
"methods": [],
|
|
317884
|
+
"props": {}
|
|
317885
|
+
},
|
|
317886
|
+
{
|
|
317887
|
+
"tags": {},
|
|
317888
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
317889
|
+
"description": "",
|
|
317890
|
+
"displayName": "Header",
|
|
317891
|
+
"methods": [],
|
|
317892
|
+
"props": {
|
|
317893
|
+
"className": {
|
|
317894
|
+
"defaultValue": null,
|
|
317895
|
+
"description": "The elements class name.",
|
|
317896
|
+
"name": "className",
|
|
317897
|
+
"parent": {
|
|
317898
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
317899
|
+
"name": "PropsWithClassName"
|
|
317900
|
+
},
|
|
317901
|
+
"declarations": [
|
|
317902
|
+
{
|
|
317903
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
317904
|
+
"name": "PropsWithClassName"
|
|
317905
|
+
}
|
|
317906
|
+
],
|
|
317907
|
+
"required": false,
|
|
317908
|
+
"type": {
|
|
317909
|
+
"name": "string"
|
|
317910
|
+
}
|
|
317911
|
+
}
|
|
317912
|
+
}
|
|
317913
|
+
},
|
|
317914
|
+
{
|
|
317915
|
+
"tags": {},
|
|
317916
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
317917
|
+
"description": "",
|
|
317918
|
+
"displayName": "Footer",
|
|
317919
|
+
"methods": [],
|
|
317920
|
+
"props": {}
|
|
317921
|
+
},
|
|
317922
|
+
{
|
|
317923
|
+
"tags": {},
|
|
317924
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
|
|
317925
|
+
"description": "",
|
|
317926
|
+
"displayName": "EmptyView",
|
|
317927
|
+
"methods": [],
|
|
317928
|
+
"props": {}
|
|
317929
|
+
},
|
|
317930
|
+
{
|
|
317931
|
+
"tags": {},
|
|
317932
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
|
|
317933
|
+
"description": "",
|
|
317934
|
+
"displayName": "EmptySearchResultView",
|
|
317935
|
+
"methods": [],
|
|
317936
|
+
"props": {}
|
|
317937
|
+
},
|
|
317938
|
+
{
|
|
317939
|
+
"tags": {},
|
|
317940
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
317941
|
+
"description": "",
|
|
317942
|
+
"displayName": "DataLoaderSuspense",
|
|
317943
|
+
"methods": [],
|
|
317944
|
+
"props": {
|
|
317945
|
+
"useRenderSuspense": {
|
|
317946
|
+
"defaultValue": null,
|
|
317947
|
+
"description": "",
|
|
317948
|
+
"name": "useRenderSuspense",
|
|
317949
|
+
"parent": {
|
|
317950
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
317951
|
+
"name": "Props"
|
|
317952
|
+
},
|
|
317953
|
+
"declarations": [
|
|
317954
|
+
{
|
|
317955
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
317956
|
+
"name": "Props"
|
|
317957
|
+
}
|
|
317958
|
+
],
|
|
317959
|
+
"required": true,
|
|
317960
|
+
"type": {
|
|
317961
|
+
"name": "() => void"
|
|
317962
|
+
}
|
|
317963
|
+
},
|
|
317964
|
+
"disabled": {
|
|
317965
|
+
"defaultValue": null,
|
|
317966
|
+
"description": "",
|
|
317967
|
+
"name": "disabled",
|
|
317968
|
+
"parent": {
|
|
317969
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
317970
|
+
"name": "Props"
|
|
317971
|
+
},
|
|
317972
|
+
"declarations": [
|
|
317973
|
+
{
|
|
317974
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
317975
|
+
"name": "Props"
|
|
317976
|
+
}
|
|
317977
|
+
],
|
|
317978
|
+
"required": false,
|
|
317979
|
+
"type": {
|
|
317980
|
+
"name": "boolean"
|
|
317981
|
+
}
|
|
317982
|
+
},
|
|
317983
|
+
"children": {
|
|
317984
|
+
"defaultValue": null,
|
|
317985
|
+
"description": "",
|
|
317986
|
+
"name": "children",
|
|
317987
|
+
"declarations": [
|
|
317988
|
+
{
|
|
317989
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
317990
|
+
"name": "TypeLiteral"
|
|
317991
|
+
}
|
|
317992
|
+
],
|
|
317993
|
+
"required": false,
|
|
317994
|
+
"type": {
|
|
317995
|
+
"name": "ReactNode"
|
|
317996
|
+
}
|
|
317997
|
+
}
|
|
317998
|
+
}
|
|
317999
|
+
},
|
|
317425
318000
|
{
|
|
317426
318001
|
"tags": {},
|
|
317427
318002
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
@@ -319578,561 +320153,6 @@
|
|
|
319578
320153
|
}
|
|
319579
320154
|
}
|
|
319580
320155
|
},
|
|
319581
|
-
{
|
|
319582
|
-
"tags": {
|
|
319583
|
-
"flr-generate": "all"
|
|
319584
|
-
},
|
|
319585
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
319586
|
-
"description": "",
|
|
319587
|
-
"displayName": "EmptyViewContainer",
|
|
319588
|
-
"methods": [],
|
|
319589
|
-
"props": {
|
|
319590
|
-
"emptyView": {
|
|
319591
|
-
"defaultValue": null,
|
|
319592
|
-
"description": "",
|
|
319593
|
-
"name": "emptyView",
|
|
319594
|
-
"parent": {
|
|
319595
|
-
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
319596
|
-
"name": "EmptyViewContainerProps"
|
|
319597
|
-
},
|
|
319598
|
-
"declarations": [
|
|
319599
|
-
{
|
|
319600
|
-
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
319601
|
-
"name": "EmptyViewContainerProps"
|
|
319602
|
-
}
|
|
319603
|
-
],
|
|
319604
|
-
"required": false,
|
|
319605
|
-
"type": {
|
|
319606
|
-
"name": "ReactNode"
|
|
319607
|
-
}
|
|
319608
|
-
},
|
|
319609
|
-
"emptySearchResultView": {
|
|
319610
|
-
"defaultValue": null,
|
|
319611
|
-
"description": "",
|
|
319612
|
-
"name": "emptySearchResultView",
|
|
319613
|
-
"parent": {
|
|
319614
|
-
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
319615
|
-
"name": "EmptyViewContainerProps"
|
|
319616
|
-
},
|
|
319617
|
-
"declarations": [
|
|
319618
|
-
{
|
|
319619
|
-
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
319620
|
-
"name": "EmptyViewContainerProps"
|
|
319621
|
-
}
|
|
319622
|
-
],
|
|
319623
|
-
"required": false,
|
|
319624
|
-
"type": {
|
|
319625
|
-
"name": "ReactNode"
|
|
319626
|
-
}
|
|
319627
|
-
},
|
|
319628
|
-
"viewType": {
|
|
319629
|
-
"defaultValue": null,
|
|
319630
|
-
"description": "",
|
|
319631
|
-
"name": "viewType",
|
|
319632
|
-
"parent": {
|
|
319633
|
-
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
319634
|
-
"name": "EmptyViewContainerProps"
|
|
319635
|
-
},
|
|
319636
|
-
"declarations": [
|
|
319637
|
-
{
|
|
319638
|
-
"fileName": "components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.tsx",
|
|
319639
|
-
"name": "EmptyViewContainerProps"
|
|
319640
|
-
}
|
|
319641
|
-
],
|
|
319642
|
-
"required": true,
|
|
319643
|
-
"type": {
|
|
319644
|
-
"name": "EmptyViewType"
|
|
319645
|
-
}
|
|
319646
|
-
}
|
|
319647
|
-
}
|
|
319648
|
-
},
|
|
319649
|
-
{
|
|
319650
|
-
"tags": {
|
|
319651
|
-
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
319652
|
-
},
|
|
319653
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
319654
|
-
"description": "",
|
|
319655
|
-
"displayName": "EmptyView",
|
|
319656
|
-
"methods": [],
|
|
319657
|
-
"props": {}
|
|
319658
|
-
},
|
|
319659
|
-
{
|
|
319660
|
-
"tags": {},
|
|
319661
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
319662
|
-
"description": "",
|
|
319663
|
-
"displayName": "Table",
|
|
319664
|
-
"methods": [],
|
|
319665
|
-
"props": {}
|
|
319666
|
-
},
|
|
319667
|
-
{
|
|
319668
|
-
"tags": {
|
|
319669
|
-
"flr-generate": "all"
|
|
319670
|
-
},
|
|
319671
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
319672
|
-
"description": "",
|
|
319673
|
-
"displayName": "ListSummary",
|
|
319674
|
-
"methods": [],
|
|
319675
|
-
"props": {
|
|
319676
|
-
"position": {
|
|
319677
|
-
"defaultValue": {
|
|
319678
|
-
"value": ": \"top\""
|
|
319679
|
-
},
|
|
319680
|
-
"description": "Whether the summary is placed above or underneath the list",
|
|
319681
|
-
"name": "position",
|
|
319682
|
-
"parent": {
|
|
319683
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
319684
|
-
"name": "ListSummaryProps"
|
|
319685
|
-
},
|
|
319686
|
-
"declarations": [
|
|
319687
|
-
{
|
|
319688
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
319689
|
-
"name": "ListSummaryProps"
|
|
319690
|
-
}
|
|
319691
|
-
],
|
|
319692
|
-
"required": false,
|
|
319693
|
-
"type": {
|
|
319694
|
-
"name": "\"bottom\" | \"top\""
|
|
319695
|
-
}
|
|
319696
|
-
},
|
|
319697
|
-
"wrapWith": {
|
|
319698
|
-
"defaultValue": null,
|
|
319699
|
-
"description": "",
|
|
319700
|
-
"name": "wrapWith",
|
|
319701
|
-
"parent": {
|
|
319702
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
319703
|
-
"name": "FlowComponentProps"
|
|
319704
|
-
},
|
|
319705
|
-
"declarations": [
|
|
319706
|
-
{
|
|
319707
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
319708
|
-
"name": "FlowComponentProps"
|
|
319709
|
-
}
|
|
319710
|
-
],
|
|
319711
|
-
"required": false,
|
|
319712
|
-
"type": {
|
|
319713
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
319714
|
-
}
|
|
319715
|
-
},
|
|
319716
|
-
"tunnel": {
|
|
319717
|
-
"defaultValue": null,
|
|
319718
|
-
"description": "@internal",
|
|
319719
|
-
"name": "tunnel",
|
|
319720
|
-
"parent": {
|
|
319721
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
319722
|
-
"name": "PropsWithTunnel"
|
|
319723
|
-
},
|
|
319724
|
-
"declarations": [
|
|
319725
|
-
{
|
|
319726
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
319727
|
-
"name": "PropsWithTunnel"
|
|
319728
|
-
}
|
|
319729
|
-
],
|
|
319730
|
-
"required": false,
|
|
319731
|
-
"type": {
|
|
319732
|
-
"name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
|
|
319733
|
-
}
|
|
319734
|
-
},
|
|
319735
|
-
"ref": {
|
|
319736
|
-
"defaultValue": null,
|
|
319737
|
-
"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}",
|
|
319738
|
-
"name": "ref",
|
|
319739
|
-
"parent": {
|
|
319740
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319741
|
-
"name": "RefAttributes"
|
|
319742
|
-
},
|
|
319743
|
-
"declarations": [
|
|
319744
|
-
{
|
|
319745
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319746
|
-
"name": "RefAttributes"
|
|
319747
|
-
}
|
|
319748
|
-
],
|
|
319749
|
-
"required": false,
|
|
319750
|
-
"type": {
|
|
319751
|
-
"name": "Ref<HTMLSpanElement>"
|
|
319752
|
-
}
|
|
319753
|
-
},
|
|
319754
|
-
"key": {
|
|
319755
|
-
"defaultValue": null,
|
|
319756
|
-
"description": "",
|
|
319757
|
-
"name": "key",
|
|
319758
|
-
"parent": {
|
|
319759
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319760
|
-
"name": "Attributes"
|
|
319761
|
-
},
|
|
319762
|
-
"declarations": [
|
|
319763
|
-
{
|
|
319764
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319765
|
-
"name": "Attributes"
|
|
319766
|
-
}
|
|
319767
|
-
],
|
|
319768
|
-
"required": false,
|
|
319769
|
-
"type": {
|
|
319770
|
-
"name": "Key | null"
|
|
319771
|
-
}
|
|
319772
|
-
},
|
|
319773
|
-
"children": {
|
|
319774
|
-
"defaultValue": null,
|
|
319775
|
-
"description": "",
|
|
319776
|
-
"name": "children",
|
|
319777
|
-
"declarations": [
|
|
319778
|
-
{
|
|
319779
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319780
|
-
"name": "TypeLiteral"
|
|
319781
|
-
}
|
|
319782
|
-
],
|
|
319783
|
-
"required": false,
|
|
319784
|
-
"type": {
|
|
319785
|
-
"name": "ReactNode"
|
|
319786
|
-
}
|
|
319787
|
-
}
|
|
319788
|
-
}
|
|
319789
|
-
},
|
|
319790
|
-
{
|
|
319791
|
-
"tags": {},
|
|
319792
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
319793
|
-
"description": "",
|
|
319794
|
-
"displayName": "Items",
|
|
319795
|
-
"methods": [],
|
|
319796
|
-
"props": {}
|
|
319797
|
-
},
|
|
319798
|
-
{
|
|
319799
|
-
"tags": {},
|
|
319800
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
319801
|
-
"description": "",
|
|
319802
|
-
"displayName": "ListItemView",
|
|
319803
|
-
"methods": [],
|
|
319804
|
-
"props": {
|
|
319805
|
-
"children": {
|
|
319806
|
-
"defaultValue": null,
|
|
319807
|
-
"description": "",
|
|
319808
|
-
"name": "children",
|
|
319809
|
-
"declarations": [
|
|
319810
|
-
{
|
|
319811
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319812
|
-
"name": "TypeLiteral"
|
|
319813
|
-
}
|
|
319814
|
-
],
|
|
319815
|
-
"required": false,
|
|
319816
|
-
"type": {
|
|
319817
|
-
"name": "ReactNode"
|
|
319818
|
-
}
|
|
319819
|
-
},
|
|
319820
|
-
"s": {
|
|
319821
|
-
"defaultValue": null,
|
|
319822
|
-
"description": "Column layout for container size s.",
|
|
319823
|
-
"name": "s",
|
|
319824
|
-
"parent": {
|
|
319825
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
319826
|
-
"name": "ColumnLayoutProps"
|
|
319827
|
-
},
|
|
319828
|
-
"declarations": [
|
|
319829
|
-
{
|
|
319830
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
319831
|
-
"name": "ColumnLayoutProps"
|
|
319832
|
-
}
|
|
319833
|
-
],
|
|
319834
|
-
"required": false,
|
|
319835
|
-
"type": {
|
|
319836
|
-
"name": "(number | null)[]"
|
|
319837
|
-
}
|
|
319838
|
-
},
|
|
319839
|
-
"m": {
|
|
319840
|
-
"defaultValue": null,
|
|
319841
|
-
"description": "Column layout for container size m.",
|
|
319842
|
-
"name": "m",
|
|
319843
|
-
"parent": {
|
|
319844
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
319845
|
-
"name": "ColumnLayoutProps"
|
|
319846
|
-
},
|
|
319847
|
-
"declarations": [
|
|
319848
|
-
{
|
|
319849
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
319850
|
-
"name": "ColumnLayoutProps"
|
|
319851
|
-
}
|
|
319852
|
-
],
|
|
319853
|
-
"required": false,
|
|
319854
|
-
"type": {
|
|
319855
|
-
"name": "(number | null)[]"
|
|
319856
|
-
}
|
|
319857
|
-
},
|
|
319858
|
-
"l": {
|
|
319859
|
-
"defaultValue": null,
|
|
319860
|
-
"description": "Column layout for container size l.",
|
|
319861
|
-
"name": "l",
|
|
319862
|
-
"parent": {
|
|
319863
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
319864
|
-
"name": "ColumnLayoutProps"
|
|
319865
|
-
},
|
|
319866
|
-
"declarations": [
|
|
319867
|
-
{
|
|
319868
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
319869
|
-
"name": "ColumnLayoutProps"
|
|
319870
|
-
}
|
|
319871
|
-
],
|
|
319872
|
-
"required": false,
|
|
319873
|
-
"type": {
|
|
319874
|
-
"name": "(number | null)[]"
|
|
319875
|
-
}
|
|
319876
|
-
},
|
|
319877
|
-
"title": {
|
|
319878
|
-
"defaultValue": null,
|
|
319879
|
-
"description": "",
|
|
319880
|
-
"name": "title",
|
|
319881
|
-
"declarations": [
|
|
319882
|
-
{
|
|
319883
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
319884
|
-
"name": "TypeLiteral"
|
|
319885
|
-
}
|
|
319886
|
-
],
|
|
319887
|
-
"required": false,
|
|
319888
|
-
"type": {
|
|
319889
|
-
"name": "ReactNode"
|
|
319890
|
-
}
|
|
319891
|
-
},
|
|
319892
|
-
"subTitle": {
|
|
319893
|
-
"defaultValue": null,
|
|
319894
|
-
"description": "",
|
|
319895
|
-
"name": "subTitle",
|
|
319896
|
-
"declarations": [
|
|
319897
|
-
{
|
|
319898
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
319899
|
-
"name": "TypeLiteral"
|
|
319900
|
-
}
|
|
319901
|
-
],
|
|
319902
|
-
"required": false,
|
|
319903
|
-
"type": {
|
|
319904
|
-
"name": "ReactNode"
|
|
319905
|
-
}
|
|
319906
|
-
},
|
|
319907
|
-
"avatar": {
|
|
319908
|
-
"defaultValue": null,
|
|
319909
|
-
"description": "",
|
|
319910
|
-
"name": "avatar",
|
|
319911
|
-
"declarations": [
|
|
319912
|
-
{
|
|
319913
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
319914
|
-
"name": "TypeLiteral"
|
|
319915
|
-
}
|
|
319916
|
-
],
|
|
319917
|
-
"required": false,
|
|
319918
|
-
"type": {
|
|
319919
|
-
"name": "ReactNode"
|
|
319920
|
-
}
|
|
319921
|
-
},
|
|
319922
|
-
"button": {
|
|
319923
|
-
"defaultValue": null,
|
|
319924
|
-
"description": "",
|
|
319925
|
-
"name": "button",
|
|
319926
|
-
"declarations": [
|
|
319927
|
-
{
|
|
319928
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
319929
|
-
"name": "TypeLiteral"
|
|
319930
|
-
}
|
|
319931
|
-
],
|
|
319932
|
-
"required": false,
|
|
319933
|
-
"type": {
|
|
319934
|
-
"name": "ReactNode"
|
|
319935
|
-
}
|
|
319936
|
-
},
|
|
319937
|
-
"bottom": {
|
|
319938
|
-
"defaultValue": null,
|
|
319939
|
-
"description": "",
|
|
319940
|
-
"name": "bottom",
|
|
319941
|
-
"declarations": [
|
|
319942
|
-
{
|
|
319943
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
319944
|
-
"name": "TypeLiteral"
|
|
319945
|
-
}
|
|
319946
|
-
],
|
|
319947
|
-
"required": false,
|
|
319948
|
-
"type": {
|
|
319949
|
-
"name": "ReactNode"
|
|
319950
|
-
}
|
|
319951
|
-
},
|
|
319952
|
-
"checkbox": {
|
|
319953
|
-
"defaultValue": null,
|
|
319954
|
-
"description": "",
|
|
319955
|
-
"name": "checkbox",
|
|
319956
|
-
"declarations": [
|
|
319957
|
-
{
|
|
319958
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
319959
|
-
"name": "TypeLiteral"
|
|
319960
|
-
}
|
|
319961
|
-
],
|
|
319962
|
-
"required": false,
|
|
319963
|
-
"type": {
|
|
319964
|
-
"name": "ReactNode"
|
|
319965
|
-
}
|
|
319966
|
-
},
|
|
319967
|
-
"viewMode": {
|
|
319968
|
-
"defaultValue": null,
|
|
319969
|
-
"description": "",
|
|
319970
|
-
"name": "viewMode",
|
|
319971
|
-
"declarations": [
|
|
319972
|
-
{
|
|
319973
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
319974
|
-
"name": "TypeLiteral"
|
|
319975
|
-
}
|
|
319976
|
-
],
|
|
319977
|
-
"required": false,
|
|
319978
|
-
"type": {
|
|
319979
|
-
"name": "ListViewMode"
|
|
319980
|
-
}
|
|
319981
|
-
},
|
|
319982
|
-
"ref": {
|
|
319983
|
-
"defaultValue": null,
|
|
319984
|
-
"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}",
|
|
319985
|
-
"name": "ref",
|
|
319986
|
-
"parent": {
|
|
319987
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319988
|
-
"name": "RefAttributes"
|
|
319989
|
-
},
|
|
319990
|
-
"declarations": [
|
|
319991
|
-
{
|
|
319992
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
319993
|
-
"name": "RefAttributes"
|
|
319994
|
-
}
|
|
319995
|
-
],
|
|
319996
|
-
"required": false,
|
|
319997
|
-
"type": {
|
|
319998
|
-
"name": "Ref<HTMLSpanElement>"
|
|
319999
|
-
}
|
|
320000
|
-
},
|
|
320001
|
-
"key": {
|
|
320002
|
-
"defaultValue": null,
|
|
320003
|
-
"description": "",
|
|
320004
|
-
"name": "key",
|
|
320005
|
-
"parent": {
|
|
320006
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320007
|
-
"name": "Attributes"
|
|
320008
|
-
},
|
|
320009
|
-
"declarations": [
|
|
320010
|
-
{
|
|
320011
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320012
|
-
"name": "Attributes"
|
|
320013
|
-
}
|
|
320014
|
-
],
|
|
320015
|
-
"required": false,
|
|
320016
|
-
"type": {
|
|
320017
|
-
"name": "Key | null"
|
|
320018
|
-
}
|
|
320019
|
-
}
|
|
320020
|
-
}
|
|
320021
|
-
},
|
|
320022
|
-
{
|
|
320023
|
-
"tags": {},
|
|
320024
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
320025
|
-
"description": "",
|
|
320026
|
-
"displayName": "Header",
|
|
320027
|
-
"methods": [],
|
|
320028
|
-
"props": {
|
|
320029
|
-
"className": {
|
|
320030
|
-
"defaultValue": null,
|
|
320031
|
-
"description": "The elements class name.",
|
|
320032
|
-
"name": "className",
|
|
320033
|
-
"parent": {
|
|
320034
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
320035
|
-
"name": "PropsWithClassName"
|
|
320036
|
-
},
|
|
320037
|
-
"declarations": [
|
|
320038
|
-
{
|
|
320039
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
320040
|
-
"name": "PropsWithClassName"
|
|
320041
|
-
}
|
|
320042
|
-
],
|
|
320043
|
-
"required": false,
|
|
320044
|
-
"type": {
|
|
320045
|
-
"name": "string"
|
|
320046
|
-
}
|
|
320047
|
-
}
|
|
320048
|
-
}
|
|
320049
|
-
},
|
|
320050
|
-
{
|
|
320051
|
-
"tags": {},
|
|
320052
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
320053
|
-
"description": "",
|
|
320054
|
-
"displayName": "Footer",
|
|
320055
|
-
"methods": [],
|
|
320056
|
-
"props": {}
|
|
320057
|
-
},
|
|
320058
|
-
{
|
|
320059
|
-
"tags": {},
|
|
320060
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptyView/EmptyView.tsx",
|
|
320061
|
-
"description": "",
|
|
320062
|
-
"displayName": "EmptyView",
|
|
320063
|
-
"methods": [],
|
|
320064
|
-
"props": {}
|
|
320065
|
-
},
|
|
320066
|
-
{
|
|
320067
|
-
"tags": {},
|
|
320068
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.tsx",
|
|
320069
|
-
"description": "",
|
|
320070
|
-
"displayName": "EmptySearchResultView",
|
|
320071
|
-
"methods": [],
|
|
320072
|
-
"props": {}
|
|
320073
|
-
},
|
|
320074
|
-
{
|
|
320075
|
-
"tags": {},
|
|
320076
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
320077
|
-
"description": "",
|
|
320078
|
-
"displayName": "DataLoaderSuspense",
|
|
320079
|
-
"methods": [],
|
|
320080
|
-
"props": {
|
|
320081
|
-
"useRenderSuspense": {
|
|
320082
|
-
"defaultValue": null,
|
|
320083
|
-
"description": "",
|
|
320084
|
-
"name": "useRenderSuspense",
|
|
320085
|
-
"parent": {
|
|
320086
|
-
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
320087
|
-
"name": "Props"
|
|
320088
|
-
},
|
|
320089
|
-
"declarations": [
|
|
320090
|
-
{
|
|
320091
|
-
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
320092
|
-
"name": "Props"
|
|
320093
|
-
}
|
|
320094
|
-
],
|
|
320095
|
-
"required": true,
|
|
320096
|
-
"type": {
|
|
320097
|
-
"name": "() => void"
|
|
320098
|
-
}
|
|
320099
|
-
},
|
|
320100
|
-
"disabled": {
|
|
320101
|
-
"defaultValue": null,
|
|
320102
|
-
"description": "",
|
|
320103
|
-
"name": "disabled",
|
|
320104
|
-
"parent": {
|
|
320105
|
-
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
320106
|
-
"name": "Props"
|
|
320107
|
-
},
|
|
320108
|
-
"declarations": [
|
|
320109
|
-
{
|
|
320110
|
-
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
320111
|
-
"name": "Props"
|
|
320112
|
-
}
|
|
320113
|
-
],
|
|
320114
|
-
"required": false,
|
|
320115
|
-
"type": {
|
|
320116
|
-
"name": "boolean"
|
|
320117
|
-
}
|
|
320118
|
-
},
|
|
320119
|
-
"children": {
|
|
320120
|
-
"defaultValue": null,
|
|
320121
|
-
"description": "",
|
|
320122
|
-
"name": "children",
|
|
320123
|
-
"declarations": [
|
|
320124
|
-
{
|
|
320125
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320126
|
-
"name": "TypeLiteral"
|
|
320127
|
-
}
|
|
320128
|
-
],
|
|
320129
|
-
"required": false,
|
|
320130
|
-
"type": {
|
|
320131
|
-
"name": "ReactNode"
|
|
320132
|
-
}
|
|
320133
|
-
}
|
|
320134
|
-
}
|
|
320135
|
-
},
|
|
320136
320156
|
{
|
|
320137
320157
|
"tags": {},
|
|
320138
320158
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
@@ -343799,6 +343819,232 @@
|
|
|
343799
343819
|
}
|
|
343800
343820
|
}
|
|
343801
343821
|
},
|
|
343822
|
+
{
|
|
343823
|
+
"tags": {
|
|
343824
|
+
"flr-generate": "all"
|
|
343825
|
+
},
|
|
343826
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
343827
|
+
"description": "",
|
|
343828
|
+
"displayName": "Area",
|
|
343829
|
+
"methods": [],
|
|
343830
|
+
"props": {
|
|
343831
|
+
"className": {
|
|
343832
|
+
"defaultValue": null,
|
|
343833
|
+
"description": "",
|
|
343834
|
+
"name": "className",
|
|
343835
|
+
"parent": {
|
|
343836
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343837
|
+
"name": "HTMLAttributes"
|
|
343838
|
+
},
|
|
343839
|
+
"declarations": [
|
|
343840
|
+
{
|
|
343841
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343842
|
+
"name": "HTMLAttributes"
|
|
343843
|
+
}
|
|
343844
|
+
],
|
|
343845
|
+
"required": false,
|
|
343846
|
+
"type": {
|
|
343847
|
+
"name": "string"
|
|
343848
|
+
}
|
|
343849
|
+
},
|
|
343850
|
+
"key": {
|
|
343851
|
+
"defaultValue": null,
|
|
343852
|
+
"description": "",
|
|
343853
|
+
"name": "key",
|
|
343854
|
+
"parent": {
|
|
343855
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343856
|
+
"name": "Attributes"
|
|
343857
|
+
},
|
|
343858
|
+
"declarations": [
|
|
343859
|
+
{
|
|
343860
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343861
|
+
"name": "Attributes"
|
|
343862
|
+
}
|
|
343863
|
+
],
|
|
343864
|
+
"required": false,
|
|
343865
|
+
"type": {
|
|
343866
|
+
"name": "Key | null"
|
|
343867
|
+
}
|
|
343868
|
+
},
|
|
343869
|
+
"type": {
|
|
343870
|
+
"defaultValue": null,
|
|
343871
|
+
"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.}",
|
|
343872
|
+
"name": "type",
|
|
343873
|
+
"parent": {
|
|
343874
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
343875
|
+
"name": "CurveProps"
|
|
343876
|
+
},
|
|
343877
|
+
"declarations": [
|
|
343878
|
+
{
|
|
343879
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
343880
|
+
"name": "CurveProps"
|
|
343881
|
+
},
|
|
343882
|
+
{
|
|
343883
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
343884
|
+
"name": "LineProps"
|
|
343885
|
+
}
|
|
343886
|
+
],
|
|
343887
|
+
"required": false,
|
|
343888
|
+
"type": {
|
|
343889
|
+
"name": "CurveType"
|
|
343890
|
+
}
|
|
343891
|
+
},
|
|
343892
|
+
"fillOpacity": {
|
|
343893
|
+
"defaultValue": null,
|
|
343894
|
+
"description": "",
|
|
343895
|
+
"name": "fillOpacity",
|
|
343896
|
+
"parent": {
|
|
343897
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343898
|
+
"name": "SVGAttributes"
|
|
343899
|
+
},
|
|
343900
|
+
"declarations": [
|
|
343901
|
+
{
|
|
343902
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343903
|
+
"name": "SVGAttributes"
|
|
343904
|
+
}
|
|
343905
|
+
],
|
|
343906
|
+
"required": false,
|
|
343907
|
+
"type": {
|
|
343908
|
+
"name": "string | number"
|
|
343909
|
+
}
|
|
343910
|
+
},
|
|
343911
|
+
"unit": {
|
|
343912
|
+
"defaultValue": null,
|
|
343913
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
343914
|
+
"name": "unit",
|
|
343915
|
+
"parent": {
|
|
343916
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343917
|
+
"name": "AreaProps"
|
|
343918
|
+
},
|
|
343919
|
+
"declarations": [
|
|
343920
|
+
{
|
|
343921
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343922
|
+
"name": "AreaProps"
|
|
343923
|
+
}
|
|
343924
|
+
],
|
|
343925
|
+
"required": false,
|
|
343926
|
+
"type": {
|
|
343927
|
+
"name": "string | number"
|
|
343928
|
+
}
|
|
343929
|
+
},
|
|
343930
|
+
"xAxisId": {
|
|
343931
|
+
"defaultValue": null,
|
|
343932
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
343933
|
+
"name": "xAxisId",
|
|
343934
|
+
"parent": {
|
|
343935
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343936
|
+
"name": "AreaProps"
|
|
343937
|
+
},
|
|
343938
|
+
"declarations": [
|
|
343939
|
+
{
|
|
343940
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343941
|
+
"name": "AreaProps"
|
|
343942
|
+
}
|
|
343943
|
+
],
|
|
343944
|
+
"required": false,
|
|
343945
|
+
"type": {
|
|
343946
|
+
"name": "AxisId"
|
|
343947
|
+
}
|
|
343948
|
+
},
|
|
343949
|
+
"yAxisId": {
|
|
343950
|
+
"defaultValue": null,
|
|
343951
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
343952
|
+
"name": "yAxisId",
|
|
343953
|
+
"parent": {
|
|
343954
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343955
|
+
"name": "AreaProps"
|
|
343956
|
+
},
|
|
343957
|
+
"declarations": [
|
|
343958
|
+
{
|
|
343959
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343960
|
+
"name": "AreaProps"
|
|
343961
|
+
}
|
|
343962
|
+
],
|
|
343963
|
+
"required": false,
|
|
343964
|
+
"type": {
|
|
343965
|
+
"name": "AxisId"
|
|
343966
|
+
}
|
|
343967
|
+
},
|
|
343968
|
+
"stackId": {
|
|
343969
|
+
"defaultValue": null,
|
|
343970
|
+
"description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
|
|
343971
|
+
"name": "stackId",
|
|
343972
|
+
"parent": {
|
|
343973
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343974
|
+
"name": "AreaProps"
|
|
343975
|
+
},
|
|
343976
|
+
"declarations": [
|
|
343977
|
+
{
|
|
343978
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343979
|
+
"name": "AreaProps"
|
|
343980
|
+
}
|
|
343981
|
+
],
|
|
343982
|
+
"required": false,
|
|
343983
|
+
"type": {
|
|
343984
|
+
"name": "StackId"
|
|
343985
|
+
}
|
|
343986
|
+
},
|
|
343987
|
+
"color": {
|
|
343988
|
+
"defaultValue": {
|
|
343989
|
+
"value": "\"sea-green\""
|
|
343990
|
+
},
|
|
343991
|
+
"description": "The color of the area.",
|
|
343992
|
+
"name": "color",
|
|
343993
|
+
"declarations": [
|
|
343994
|
+
{
|
|
343995
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
343996
|
+
"name": "TypeLiteral"
|
|
343997
|
+
}
|
|
343998
|
+
],
|
|
343999
|
+
"required": false,
|
|
344000
|
+
"type": {
|
|
344001
|
+
"name": "CategoricalWithCustomColor"
|
|
344002
|
+
}
|
|
344003
|
+
},
|
|
344004
|
+
"dataKey": {
|
|
344005
|
+
"defaultValue": null,
|
|
344006
|
+
"description": "",
|
|
344007
|
+
"name": "dataKey",
|
|
344008
|
+
"parent": {
|
|
344009
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
344010
|
+
"name": "DataKeyWithLabel"
|
|
344011
|
+
},
|
|
344012
|
+
"declarations": [
|
|
344013
|
+
{
|
|
344014
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
344015
|
+
"name": "DataKeyWithLabel"
|
|
344016
|
+
},
|
|
344017
|
+
{
|
|
344018
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
344019
|
+
"name": "AreaPropsByDataKeyProp"
|
|
344020
|
+
}
|
|
344021
|
+
],
|
|
344022
|
+
"required": true,
|
|
344023
|
+
"type": {
|
|
344024
|
+
"name": "string | DataKeyFn<ChartDataValue, unknown>"
|
|
344025
|
+
}
|
|
344026
|
+
},
|
|
344027
|
+
"dataKeyLabel": {
|
|
344028
|
+
"defaultValue": null,
|
|
344029
|
+
"description": "",
|
|
344030
|
+
"name": "dataKeyLabel",
|
|
344031
|
+
"parent": {
|
|
344032
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
344033
|
+
"name": "DataKeyWithLabel"
|
|
344034
|
+
},
|
|
344035
|
+
"declarations": [
|
|
344036
|
+
{
|
|
344037
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
344038
|
+
"name": "DataKeyWithLabel"
|
|
344039
|
+
}
|
|
344040
|
+
],
|
|
344041
|
+
"required": true,
|
|
344042
|
+
"type": {
|
|
344043
|
+
"name": "string"
|
|
344044
|
+
}
|
|
344045
|
+
}
|
|
344046
|
+
}
|
|
344047
|
+
},
|
|
343802
344048
|
{
|
|
343803
344049
|
"tags": {
|
|
343804
344050
|
"flr-generate": "all"
|
|
@@ -345695,271 +345941,233 @@
|
|
|
345695
345941
|
"props": {}
|
|
345696
345942
|
},
|
|
345697
345943
|
{
|
|
345698
|
-
"tags": {
|
|
345699
|
-
|
|
345700
|
-
},
|
|
345701
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
345944
|
+
"tags": {},
|
|
345945
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
345702
345946
|
"description": "",
|
|
345703
|
-
"displayName": "
|
|
345947
|
+
"displayName": "BreadcrumbItem",
|
|
345704
345948
|
"methods": [],
|
|
345705
345949
|
"props": {
|
|
345706
|
-
"
|
|
345950
|
+
"children": {
|
|
345707
345951
|
"defaultValue": null,
|
|
345708
345952
|
"description": "",
|
|
345709
|
-
"name": "
|
|
345710
|
-
"parent": {
|
|
345711
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
345712
|
-
"name": "HTMLAttributes"
|
|
345713
|
-
},
|
|
345953
|
+
"name": "children",
|
|
345714
345954
|
"declarations": [
|
|
345715
345955
|
{
|
|
345716
345956
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
345717
|
-
"name": "
|
|
345957
|
+
"name": "TypeLiteral"
|
|
345718
345958
|
}
|
|
345719
345959
|
],
|
|
345720
345960
|
"required": false,
|
|
345721
345961
|
"type": {
|
|
345722
|
-
"name": "
|
|
345962
|
+
"name": "ReactNode"
|
|
345723
345963
|
}
|
|
345724
|
-
}
|
|
345725
|
-
|
|
345964
|
+
}
|
|
345965
|
+
}
|
|
345966
|
+
},
|
|
345967
|
+
{
|
|
345968
|
+
"tags": {},
|
|
345969
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableRowSkeletonView.tsx",
|
|
345970
|
+
"description": "",
|
|
345971
|
+
"displayName": "TableRowSkeletonView",
|
|
345972
|
+
"methods": [],
|
|
345973
|
+
"props": {}
|
|
345974
|
+
},
|
|
345975
|
+
{
|
|
345976
|
+
"tags": {},
|
|
345977
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableBodyLoadingView.tsx",
|
|
345978
|
+
"description": "",
|
|
345979
|
+
"displayName": "TableBodyLoadingView",
|
|
345980
|
+
"methods": [],
|
|
345981
|
+
"props": {}
|
|
345982
|
+
},
|
|
345983
|
+
{
|
|
345984
|
+
"tags": {
|
|
345985
|
+
"flr-generate": "all"
|
|
345986
|
+
},
|
|
345987
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
345988
|
+
"description": "",
|
|
345989
|
+
"displayName": "ListItemViewContent",
|
|
345990
|
+
"methods": [],
|
|
345991
|
+
"props": {
|
|
345992
|
+
"children": {
|
|
345726
345993
|
"defaultValue": null,
|
|
345727
345994
|
"description": "",
|
|
345728
|
-
"name": "
|
|
345729
|
-
"parent": {
|
|
345730
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
345731
|
-
"name": "Attributes"
|
|
345732
|
-
},
|
|
345995
|
+
"name": "children",
|
|
345733
345996
|
"declarations": [
|
|
345734
345997
|
{
|
|
345735
345998
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
345736
|
-
"name": "
|
|
345999
|
+
"name": "TypeLiteral"
|
|
345737
346000
|
}
|
|
345738
346001
|
],
|
|
345739
346002
|
"required": false,
|
|
345740
346003
|
"type": {
|
|
345741
|
-
"name": "
|
|
346004
|
+
"name": "ReactNode"
|
|
345742
346005
|
}
|
|
345743
346006
|
},
|
|
345744
|
-
"
|
|
346007
|
+
"s": {
|
|
345745
346008
|
"defaultValue": null,
|
|
345746
|
-
"description": "
|
|
345747
|
-
"name": "
|
|
346009
|
+
"description": "Column layout for container size s.",
|
|
346010
|
+
"name": "s",
|
|
345748
346011
|
"parent": {
|
|
345749
|
-
"fileName": "
|
|
345750
|
-
"name": "
|
|
346012
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
346013
|
+
"name": "ColumnLayoutProps"
|
|
345751
346014
|
},
|
|
345752
346015
|
"declarations": [
|
|
345753
346016
|
{
|
|
345754
|
-
"fileName": "
|
|
345755
|
-
"name": "
|
|
345756
|
-
},
|
|
345757
|
-
{
|
|
345758
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
345759
|
-
"name": "LineProps"
|
|
346017
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
346018
|
+
"name": "ColumnLayoutProps"
|
|
345760
346019
|
}
|
|
345761
346020
|
],
|
|
345762
346021
|
"required": false,
|
|
345763
346022
|
"type": {
|
|
345764
|
-
"name": "
|
|
346023
|
+
"name": "(number | null)[]"
|
|
345765
346024
|
}
|
|
345766
346025
|
},
|
|
345767
|
-
"
|
|
346026
|
+
"m": {
|
|
345768
346027
|
"defaultValue": null,
|
|
345769
|
-
"description": "",
|
|
345770
|
-
"name": "
|
|
346028
|
+
"description": "Column layout for container size m.",
|
|
346029
|
+
"name": "m",
|
|
345771
346030
|
"parent": {
|
|
345772
|
-
"fileName": "
|
|
345773
|
-
"name": "
|
|
346031
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
346032
|
+
"name": "ColumnLayoutProps"
|
|
345774
346033
|
},
|
|
345775
346034
|
"declarations": [
|
|
345776
346035
|
{
|
|
345777
|
-
"fileName": "
|
|
345778
|
-
"name": "
|
|
346036
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
346037
|
+
"name": "ColumnLayoutProps"
|
|
345779
346038
|
}
|
|
345780
346039
|
],
|
|
345781
346040
|
"required": false,
|
|
345782
346041
|
"type": {
|
|
345783
|
-
"name": "
|
|
346042
|
+
"name": "(number | null)[]"
|
|
345784
346043
|
}
|
|
345785
346044
|
},
|
|
345786
|
-
"
|
|
346045
|
+
"l": {
|
|
345787
346046
|
"defaultValue": null,
|
|
345788
|
-
"description": "
|
|
345789
|
-
"name": "
|
|
346047
|
+
"description": "Column layout for container size l.",
|
|
346048
|
+
"name": "l",
|
|
345790
346049
|
"parent": {
|
|
345791
|
-
"fileName": "
|
|
345792
|
-
"name": "
|
|
346050
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
346051
|
+
"name": "ColumnLayoutProps"
|
|
345793
346052
|
},
|
|
345794
346053
|
"declarations": [
|
|
345795
346054
|
{
|
|
345796
|
-
"fileName": "
|
|
345797
|
-
"name": "
|
|
346055
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
346056
|
+
"name": "ColumnLayoutProps"
|
|
345798
346057
|
}
|
|
345799
346058
|
],
|
|
345800
346059
|
"required": false,
|
|
345801
346060
|
"type": {
|
|
345802
|
-
"name": "
|
|
346061
|
+
"name": "(number | null)[]"
|
|
345803
346062
|
}
|
|
345804
346063
|
},
|
|
345805
|
-
"
|
|
346064
|
+
"title": {
|
|
345806
346065
|
"defaultValue": null,
|
|
345807
|
-
"description": "
|
|
345808
|
-
"name": "
|
|
345809
|
-
"parent": {
|
|
345810
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
345811
|
-
"name": "AreaProps"
|
|
345812
|
-
},
|
|
346066
|
+
"description": "",
|
|
346067
|
+
"name": "title",
|
|
345813
346068
|
"declarations": [
|
|
345814
346069
|
{
|
|
345815
|
-
"fileName": "
|
|
345816
|
-
"name": "
|
|
346070
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
346071
|
+
"name": "TypeLiteral"
|
|
345817
346072
|
}
|
|
345818
346073
|
],
|
|
345819
346074
|
"required": false,
|
|
345820
346075
|
"type": {
|
|
345821
|
-
"name": "
|
|
346076
|
+
"name": "ReactNode"
|
|
345822
346077
|
}
|
|
345823
346078
|
},
|
|
345824
|
-
"
|
|
346079
|
+
"subTitle": {
|
|
345825
346080
|
"defaultValue": null,
|
|
345826
|
-
"description": "
|
|
345827
|
-
"name": "
|
|
345828
|
-
"parent": {
|
|
345829
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
345830
|
-
"name": "AreaProps"
|
|
345831
|
-
},
|
|
346081
|
+
"description": "",
|
|
346082
|
+
"name": "subTitle",
|
|
345832
346083
|
"declarations": [
|
|
345833
346084
|
{
|
|
345834
|
-
"fileName": "
|
|
345835
|
-
"name": "
|
|
346085
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
346086
|
+
"name": "TypeLiteral"
|
|
345836
346087
|
}
|
|
345837
346088
|
],
|
|
345838
346089
|
"required": false,
|
|
345839
346090
|
"type": {
|
|
345840
|
-
"name": "
|
|
346091
|
+
"name": "ReactNode"
|
|
345841
346092
|
}
|
|
345842
346093
|
},
|
|
345843
|
-
"
|
|
346094
|
+
"avatar": {
|
|
345844
346095
|
"defaultValue": null,
|
|
345845
|
-
"description": "
|
|
345846
|
-
"name": "
|
|
345847
|
-
"parent": {
|
|
345848
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
345849
|
-
"name": "AreaProps"
|
|
345850
|
-
},
|
|
346096
|
+
"description": "",
|
|
346097
|
+
"name": "avatar",
|
|
345851
346098
|
"declarations": [
|
|
345852
346099
|
{
|
|
345853
|
-
"fileName": "
|
|
345854
|
-
"name": "
|
|
346100
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
346101
|
+
"name": "TypeLiteral"
|
|
345855
346102
|
}
|
|
345856
346103
|
],
|
|
345857
346104
|
"required": false,
|
|
345858
346105
|
"type": {
|
|
345859
|
-
"name": "
|
|
346106
|
+
"name": "ReactNode"
|
|
345860
346107
|
}
|
|
345861
346108
|
},
|
|
345862
|
-
"
|
|
345863
|
-
"defaultValue":
|
|
345864
|
-
|
|
345865
|
-
|
|
345866
|
-
"description": "The color of the area.",
|
|
345867
|
-
"name": "color",
|
|
346109
|
+
"button": {
|
|
346110
|
+
"defaultValue": null,
|
|
346111
|
+
"description": "",
|
|
346112
|
+
"name": "button",
|
|
345868
346113
|
"declarations": [
|
|
345869
346114
|
{
|
|
345870
|
-
"fileName": "components/src/components/
|
|
346115
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
345871
346116
|
"name": "TypeLiteral"
|
|
345872
346117
|
}
|
|
345873
346118
|
],
|
|
345874
346119
|
"required": false,
|
|
345875
346120
|
"type": {
|
|
345876
|
-
"name": "
|
|
346121
|
+
"name": "ReactNode"
|
|
345877
346122
|
}
|
|
345878
346123
|
},
|
|
345879
|
-
"
|
|
346124
|
+
"bottom": {
|
|
345880
346125
|
"defaultValue": null,
|
|
345881
346126
|
"description": "",
|
|
345882
|
-
"name": "
|
|
345883
|
-
"parent": {
|
|
345884
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
345885
|
-
"name": "DataKeyWithLabel"
|
|
345886
|
-
},
|
|
346127
|
+
"name": "bottom",
|
|
345887
346128
|
"declarations": [
|
|
345888
346129
|
{
|
|
345889
|
-
"fileName": "components/src/components/
|
|
345890
|
-
"name": "
|
|
345891
|
-
},
|
|
345892
|
-
{
|
|
345893
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
345894
|
-
"name": "AreaPropsByDataKeyProp"
|
|
346130
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
346131
|
+
"name": "TypeLiteral"
|
|
345895
346132
|
}
|
|
345896
346133
|
],
|
|
345897
|
-
"required":
|
|
346134
|
+
"required": false,
|
|
345898
346135
|
"type": {
|
|
345899
|
-
"name": "
|
|
346136
|
+
"name": "ReactNode"
|
|
345900
346137
|
}
|
|
345901
346138
|
},
|
|
345902
|
-
"
|
|
346139
|
+
"checkbox": {
|
|
345903
346140
|
"defaultValue": null,
|
|
345904
346141
|
"description": "",
|
|
345905
|
-
"name": "
|
|
345906
|
-
"parent": {
|
|
345907
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
345908
|
-
"name": "DataKeyWithLabel"
|
|
345909
|
-
},
|
|
346142
|
+
"name": "checkbox",
|
|
345910
346143
|
"declarations": [
|
|
345911
346144
|
{
|
|
345912
|
-
"fileName": "components/src/components/
|
|
345913
|
-
"name": "
|
|
346145
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
346146
|
+
"name": "TypeLiteral"
|
|
345914
346147
|
}
|
|
345915
346148
|
],
|
|
345916
|
-
"required":
|
|
346149
|
+
"required": false,
|
|
345917
346150
|
"type": {
|
|
345918
|
-
"name": "
|
|
346151
|
+
"name": "ReactNode"
|
|
345919
346152
|
}
|
|
345920
|
-
}
|
|
345921
|
-
|
|
345922
|
-
},
|
|
345923
|
-
{
|
|
345924
|
-
"tags": {},
|
|
345925
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
345926
|
-
"description": "",
|
|
345927
|
-
"displayName": "BreadcrumbItem",
|
|
345928
|
-
"methods": [],
|
|
345929
|
-
"props": {
|
|
345930
|
-
"children": {
|
|
346153
|
+
},
|
|
346154
|
+
"viewMode": {
|
|
345931
346155
|
"defaultValue": null,
|
|
345932
346156
|
"description": "",
|
|
345933
|
-
"name": "
|
|
346157
|
+
"name": "viewMode",
|
|
345934
346158
|
"declarations": [
|
|
345935
346159
|
{
|
|
345936
|
-
"fileName": "
|
|
346160
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
345937
346161
|
"name": "TypeLiteral"
|
|
345938
346162
|
}
|
|
345939
346163
|
],
|
|
345940
346164
|
"required": false,
|
|
345941
346165
|
"type": {
|
|
345942
|
-
"name": "
|
|
346166
|
+
"name": "ListViewMode"
|
|
345943
346167
|
}
|
|
345944
346168
|
}
|
|
345945
346169
|
}
|
|
345946
346170
|
},
|
|
345947
|
-
{
|
|
345948
|
-
"tags": {},
|
|
345949
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableRowSkeletonView.tsx",
|
|
345950
|
-
"description": "",
|
|
345951
|
-
"displayName": "TableRowSkeletonView",
|
|
345952
|
-
"methods": [],
|
|
345953
|
-
"props": {}
|
|
345954
|
-
},
|
|
345955
|
-
{
|
|
345956
|
-
"tags": {},
|
|
345957
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableBodyLoadingView.tsx",
|
|
345958
|
-
"description": "",
|
|
345959
|
-
"displayName": "TableBodyLoadingView",
|
|
345960
|
-
"methods": [],
|
|
345961
|
-
"props": {}
|
|
345962
|
-
},
|
|
345963
346171
|
{
|
|
345964
346172
|
"tags": {
|
|
345965
346173
|
"flr-generate": "all"
|
|
@@ -349839,226 +350047,94 @@
|
|
|
349839
350047
|
"props": {}
|
|
349840
350048
|
},
|
|
349841
350049
|
{
|
|
349842
|
-
"tags": {
|
|
349843
|
-
|
|
349844
|
-
},
|
|
349845
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
350050
|
+
"tags": {},
|
|
350051
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
349846
350052
|
"description": "",
|
|
349847
|
-
"displayName": "
|
|
350053
|
+
"displayName": "ViewModeMenuItem",
|
|
349848
350054
|
"methods": [],
|
|
349849
350055
|
"props": {
|
|
349850
|
-
"
|
|
350056
|
+
"viewMode": {
|
|
349851
350057
|
"defaultValue": null,
|
|
349852
350058
|
"description": "",
|
|
349853
|
-
"name": "
|
|
349854
|
-
"declarations": [
|
|
349855
|
-
{
|
|
349856
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
349857
|
-
"name": "TypeLiteral"
|
|
349858
|
-
}
|
|
349859
|
-
],
|
|
349860
|
-
"required": false,
|
|
349861
|
-
"type": {
|
|
349862
|
-
"name": "ReactNode"
|
|
349863
|
-
}
|
|
349864
|
-
},
|
|
349865
|
-
"s": {
|
|
349866
|
-
"defaultValue": null,
|
|
349867
|
-
"description": "Column layout for container size s.",
|
|
349868
|
-
"name": "s",
|
|
349869
|
-
"parent": {
|
|
349870
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
349871
|
-
"name": "ColumnLayoutProps"
|
|
349872
|
-
},
|
|
349873
|
-
"declarations": [
|
|
349874
|
-
{
|
|
349875
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
349876
|
-
"name": "ColumnLayoutProps"
|
|
349877
|
-
}
|
|
349878
|
-
],
|
|
349879
|
-
"required": false,
|
|
349880
|
-
"type": {
|
|
349881
|
-
"name": "(number | null)[]"
|
|
349882
|
-
}
|
|
349883
|
-
},
|
|
349884
|
-
"m": {
|
|
349885
|
-
"defaultValue": null,
|
|
349886
|
-
"description": "Column layout for container size m.",
|
|
349887
|
-
"name": "m",
|
|
350059
|
+
"name": "viewMode",
|
|
349888
350060
|
"parent": {
|
|
349889
|
-
"fileName": "components/src/components/
|
|
349890
|
-
"name": "
|
|
350061
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
350062
|
+
"name": "Props"
|
|
349891
350063
|
},
|
|
349892
350064
|
"declarations": [
|
|
349893
350065
|
{
|
|
349894
|
-
"fileName": "components/src/components/
|
|
349895
|
-
"name": "
|
|
350066
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
350067
|
+
"name": "Props"
|
|
349896
350068
|
}
|
|
349897
350069
|
],
|
|
349898
|
-
"required":
|
|
350070
|
+
"required": true,
|
|
349899
350071
|
"type": {
|
|
349900
|
-
"name": "
|
|
350072
|
+
"name": "ListViewMode"
|
|
349901
350073
|
}
|
|
349902
|
-
}
|
|
349903
|
-
|
|
350074
|
+
}
|
|
350075
|
+
}
|
|
350076
|
+
},
|
|
350077
|
+
{
|
|
350078
|
+
"tags": {},
|
|
350079
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
350080
|
+
"description": "",
|
|
350081
|
+
"displayName": "ViewModeContextMenu",
|
|
350082
|
+
"methods": [],
|
|
350083
|
+
"props": {
|
|
350084
|
+
"isDisabled": {
|
|
349904
350085
|
"defaultValue": null,
|
|
349905
|
-
"description": "
|
|
349906
|
-
"name": "
|
|
350086
|
+
"description": "",
|
|
350087
|
+
"name": "isDisabled",
|
|
349907
350088
|
"parent": {
|
|
349908
|
-
"fileName": "components/src/components/
|
|
349909
|
-
"name": "
|
|
350089
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
350090
|
+
"name": "Props"
|
|
349910
350091
|
},
|
|
349911
350092
|
"declarations": [
|
|
349912
350093
|
{
|
|
349913
|
-
"fileName": "components/src/components/
|
|
349914
|
-
"name": "
|
|
349915
|
-
}
|
|
349916
|
-
],
|
|
349917
|
-
"required": false,
|
|
349918
|
-
"type": {
|
|
349919
|
-
"name": "(number | null)[]"
|
|
349920
|
-
}
|
|
349921
|
-
},
|
|
349922
|
-
"title": {
|
|
349923
|
-
"defaultValue": null,
|
|
349924
|
-
"description": "",
|
|
349925
|
-
"name": "title",
|
|
349926
|
-
"declarations": [
|
|
349927
|
-
{
|
|
349928
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
349929
|
-
"name": "TypeLiteral"
|
|
349930
|
-
}
|
|
349931
|
-
],
|
|
349932
|
-
"required": false,
|
|
349933
|
-
"type": {
|
|
349934
|
-
"name": "ReactNode"
|
|
349935
|
-
}
|
|
349936
|
-
},
|
|
349937
|
-
"subTitle": {
|
|
349938
|
-
"defaultValue": null,
|
|
349939
|
-
"description": "",
|
|
349940
|
-
"name": "subTitle",
|
|
349941
|
-
"declarations": [
|
|
349942
|
-
{
|
|
349943
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
349944
|
-
"name": "TypeLiteral"
|
|
349945
|
-
}
|
|
349946
|
-
],
|
|
349947
|
-
"required": false,
|
|
349948
|
-
"type": {
|
|
349949
|
-
"name": "ReactNode"
|
|
349950
|
-
}
|
|
349951
|
-
},
|
|
349952
|
-
"avatar": {
|
|
349953
|
-
"defaultValue": null,
|
|
349954
|
-
"description": "",
|
|
349955
|
-
"name": "avatar",
|
|
349956
|
-
"declarations": [
|
|
349957
|
-
{
|
|
349958
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
349959
|
-
"name": "TypeLiteral"
|
|
349960
|
-
}
|
|
349961
|
-
],
|
|
349962
|
-
"required": false,
|
|
349963
|
-
"type": {
|
|
349964
|
-
"name": "ReactNode"
|
|
349965
|
-
}
|
|
349966
|
-
},
|
|
349967
|
-
"button": {
|
|
349968
|
-
"defaultValue": null,
|
|
349969
|
-
"description": "",
|
|
349970
|
-
"name": "button",
|
|
349971
|
-
"declarations": [
|
|
349972
|
-
{
|
|
349973
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
349974
|
-
"name": "TypeLiteral"
|
|
349975
|
-
}
|
|
349976
|
-
],
|
|
349977
|
-
"required": false,
|
|
349978
|
-
"type": {
|
|
349979
|
-
"name": "ReactNode"
|
|
349980
|
-
}
|
|
349981
|
-
},
|
|
349982
|
-
"bottom": {
|
|
349983
|
-
"defaultValue": null,
|
|
349984
|
-
"description": "",
|
|
349985
|
-
"name": "bottom",
|
|
349986
|
-
"declarations": [
|
|
349987
|
-
{
|
|
349988
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
349989
|
-
"name": "TypeLiteral"
|
|
349990
|
-
}
|
|
349991
|
-
],
|
|
349992
|
-
"required": false,
|
|
349993
|
-
"type": {
|
|
349994
|
-
"name": "ReactNode"
|
|
349995
|
-
}
|
|
349996
|
-
},
|
|
349997
|
-
"checkbox": {
|
|
349998
|
-
"defaultValue": null,
|
|
349999
|
-
"description": "",
|
|
350000
|
-
"name": "checkbox",
|
|
350001
|
-
"declarations": [
|
|
350002
|
-
{
|
|
350003
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
350004
|
-
"name": "TypeLiteral"
|
|
350005
|
-
}
|
|
350006
|
-
],
|
|
350007
|
-
"required": false,
|
|
350008
|
-
"type": {
|
|
350009
|
-
"name": "ReactNode"
|
|
350010
|
-
}
|
|
350011
|
-
},
|
|
350012
|
-
"viewMode": {
|
|
350013
|
-
"defaultValue": null,
|
|
350014
|
-
"description": "",
|
|
350015
|
-
"name": "viewMode",
|
|
350016
|
-
"declarations": [
|
|
350017
|
-
{
|
|
350018
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
350019
|
-
"name": "TypeLiteral"
|
|
350094
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
350095
|
+
"name": "Props"
|
|
350020
350096
|
}
|
|
350021
350097
|
],
|
|
350022
350098
|
"required": false,
|
|
350023
350099
|
"type": {
|
|
350024
|
-
"name": "
|
|
350100
|
+
"name": "boolean"
|
|
350025
350101
|
}
|
|
350026
350102
|
}
|
|
350027
350103
|
}
|
|
350028
350104
|
},
|
|
350029
350105
|
{
|
|
350030
350106
|
"tags": {},
|
|
350031
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
350107
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350032
350108
|
"description": "",
|
|
350033
|
-
"displayName": "
|
|
350109
|
+
"displayName": "SortingMenuItem",
|
|
350034
350110
|
"methods": [],
|
|
350035
350111
|
"props": {
|
|
350036
|
-
"
|
|
350112
|
+
"sorting": {
|
|
350037
350113
|
"defaultValue": null,
|
|
350038
350114
|
"description": "",
|
|
350039
|
-
"name": "
|
|
350115
|
+
"name": "sorting",
|
|
350040
350116
|
"parent": {
|
|
350041
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350117
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350042
350118
|
"name": "Props"
|
|
350043
350119
|
},
|
|
350044
350120
|
"declarations": [
|
|
350045
350121
|
{
|
|
350046
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350122
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350047
350123
|
"name": "Props"
|
|
350048
350124
|
}
|
|
350049
350125
|
],
|
|
350050
350126
|
"required": true,
|
|
350051
350127
|
"type": {
|
|
350052
|
-
"name": "
|
|
350128
|
+
"name": "Sorting<never>"
|
|
350053
350129
|
}
|
|
350054
350130
|
}
|
|
350055
350131
|
}
|
|
350056
350132
|
},
|
|
350057
350133
|
{
|
|
350058
350134
|
"tags": {},
|
|
350059
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
350135
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350060
350136
|
"description": "",
|
|
350061
|
-
"displayName": "
|
|
350137
|
+
"displayName": "SortingContextMenu",
|
|
350062
350138
|
"methods": [],
|
|
350063
350139
|
"props": {
|
|
350064
350140
|
"isDisabled": {
|
|
@@ -350066,12 +350142,12 @@
|
|
|
350066
350142
|
"description": "",
|
|
350067
350143
|
"name": "isDisabled",
|
|
350068
350144
|
"parent": {
|
|
350069
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350145
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350070
350146
|
"name": "Props"
|
|
350071
350147
|
},
|
|
350072
350148
|
"declarations": [
|
|
350073
350149
|
{
|
|
350074
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350150
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350075
350151
|
"name": "Props"
|
|
350076
350152
|
}
|
|
350077
350153
|
],
|
|
@@ -350148,62 +350224,6 @@
|
|
|
350148
350224
|
}
|
|
350149
350225
|
}
|
|
350150
350226
|
},
|
|
350151
|
-
{
|
|
350152
|
-
"tags": {},
|
|
350153
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350154
|
-
"description": "",
|
|
350155
|
-
"displayName": "SortingMenuItem",
|
|
350156
|
-
"methods": [],
|
|
350157
|
-
"props": {
|
|
350158
|
-
"sorting": {
|
|
350159
|
-
"defaultValue": null,
|
|
350160
|
-
"description": "",
|
|
350161
|
-
"name": "sorting",
|
|
350162
|
-
"parent": {
|
|
350163
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350164
|
-
"name": "Props"
|
|
350165
|
-
},
|
|
350166
|
-
"declarations": [
|
|
350167
|
-
{
|
|
350168
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
350169
|
-
"name": "Props"
|
|
350170
|
-
}
|
|
350171
|
-
],
|
|
350172
|
-
"required": true,
|
|
350173
|
-
"type": {
|
|
350174
|
-
"name": "Sorting<never>"
|
|
350175
|
-
}
|
|
350176
|
-
}
|
|
350177
|
-
}
|
|
350178
|
-
},
|
|
350179
|
-
{
|
|
350180
|
-
"tags": {},
|
|
350181
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350182
|
-
"description": "",
|
|
350183
|
-
"displayName": "SortingContextMenu",
|
|
350184
|
-
"methods": [],
|
|
350185
|
-
"props": {
|
|
350186
|
-
"isDisabled": {
|
|
350187
|
-
"defaultValue": null,
|
|
350188
|
-
"description": "",
|
|
350189
|
-
"name": "isDisabled",
|
|
350190
|
-
"parent": {
|
|
350191
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350192
|
-
"name": "Props"
|
|
350193
|
-
},
|
|
350194
|
-
"declarations": [
|
|
350195
|
-
{
|
|
350196
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350197
|
-
"name": "Props"
|
|
350198
|
-
}
|
|
350199
|
-
],
|
|
350200
|
-
"required": false,
|
|
350201
|
-
"type": {
|
|
350202
|
-
"name": "boolean"
|
|
350203
|
-
}
|
|
350204
|
-
}
|
|
350205
|
-
}
|
|
350206
|
-
},
|
|
350207
350227
|
{
|
|
350208
350228
|
"tags": {},
|
|
350209
350229
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
@@ -358502,49 +358522,6 @@
|
|
|
358502
358522
|
}
|
|
358503
358523
|
}
|
|
358504
358524
|
},
|
|
358505
|
-
{
|
|
358506
|
-
"tags": {},
|
|
358507
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
358508
|
-
"description": "",
|
|
358509
|
-
"displayName": "useGridItemProps",
|
|
358510
|
-
"methods": [],
|
|
358511
|
-
"props": {
|
|
358512
|
-
"data": {
|
|
358513
|
-
"defaultValue": null,
|
|
358514
|
-
"description": "",
|
|
358515
|
-
"name": "data",
|
|
358516
|
-
"parent": {
|
|
358517
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
358518
|
-
"name": "P"
|
|
358519
|
-
},
|
|
358520
|
-
"declarations": [
|
|
358521
|
-
{
|
|
358522
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
358523
|
-
"name": "P"
|
|
358524
|
-
}
|
|
358525
|
-
],
|
|
358526
|
-
"required": true,
|
|
358527
|
-
"type": {
|
|
358528
|
-
"name": "never"
|
|
358529
|
-
}
|
|
358530
|
-
},
|
|
358531
|
-
"children": {
|
|
358532
|
-
"defaultValue": null,
|
|
358533
|
-
"description": "",
|
|
358534
|
-
"name": "children",
|
|
358535
|
-
"declarations": [
|
|
358536
|
-
{
|
|
358537
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
358538
|
-
"name": "TypeLiteral"
|
|
358539
|
-
}
|
|
358540
|
-
],
|
|
358541
|
-
"required": false,
|
|
358542
|
-
"type": {
|
|
358543
|
-
"name": "ReactNode"
|
|
358544
|
-
}
|
|
358545
|
-
}
|
|
358546
|
-
}
|
|
358547
|
-
},
|
|
358548
358525
|
{
|
|
358549
358526
|
"tags": {},
|
|
358550
358527
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -358626,6 +358603,49 @@
|
|
|
358626
358603
|
}
|
|
358627
358604
|
}
|
|
358628
358605
|
},
|
|
358606
|
+
{
|
|
358607
|
+
"tags": {},
|
|
358608
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
358609
|
+
"description": "",
|
|
358610
|
+
"displayName": "useGridItemProps",
|
|
358611
|
+
"methods": [],
|
|
358612
|
+
"props": {
|
|
358613
|
+
"data": {
|
|
358614
|
+
"defaultValue": null,
|
|
358615
|
+
"description": "",
|
|
358616
|
+
"name": "data",
|
|
358617
|
+
"parent": {
|
|
358618
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
358619
|
+
"name": "P"
|
|
358620
|
+
},
|
|
358621
|
+
"declarations": [
|
|
358622
|
+
{
|
|
358623
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
358624
|
+
"name": "P"
|
|
358625
|
+
}
|
|
358626
|
+
],
|
|
358627
|
+
"required": true,
|
|
358628
|
+
"type": {
|
|
358629
|
+
"name": "never"
|
|
358630
|
+
}
|
|
358631
|
+
},
|
|
358632
|
+
"children": {
|
|
358633
|
+
"defaultValue": null,
|
|
358634
|
+
"description": "",
|
|
358635
|
+
"name": "children",
|
|
358636
|
+
"declarations": [
|
|
358637
|
+
{
|
|
358638
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
358639
|
+
"name": "TypeLiteral"
|
|
358640
|
+
}
|
|
358641
|
+
],
|
|
358642
|
+
"required": false,
|
|
358643
|
+
"type": {
|
|
358644
|
+
"name": "ReactNode"
|
|
358645
|
+
}
|
|
358646
|
+
}
|
|
358647
|
+
}
|
|
358648
|
+
},
|
|
358629
358649
|
{
|
|
358630
358650
|
"tags": {},
|
|
358631
358651
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|