@mittwald/flow-react-components 0.2.0-alpha.792 → 0.2.0-alpha.793
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 +4 -0
- package/dist/assets/doc-properties.json +500 -500
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.793](https://github.com/mittwald/flow/compare/0.2.0-alpha.792...0.2.0-alpha.793) (2026-04-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.792](https://github.com/mittwald/flow/compare/0.2.0-alpha.791...0.2.0-alpha.792) (2026-04-14)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
|
@@ -289872,6 +289872,72 @@
|
|
|
289872
289872
|
}
|
|
289873
289873
|
}
|
|
289874
289874
|
},
|
|
289875
|
+
{
|
|
289876
|
+
"tags": {},
|
|
289877
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289878
|
+
"description": "",
|
|
289879
|
+
"displayName": "TabList",
|
|
289880
|
+
"methods": [],
|
|
289881
|
+
"props": {
|
|
289882
|
+
"selection": {
|
|
289883
|
+
"defaultValue": null,
|
|
289884
|
+
"description": "",
|
|
289885
|
+
"name": "selection",
|
|
289886
|
+
"parent": {
|
|
289887
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289888
|
+
"name": "Props"
|
|
289889
|
+
},
|
|
289890
|
+
"declarations": [
|
|
289891
|
+
{
|
|
289892
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289893
|
+
"name": "Props"
|
|
289894
|
+
}
|
|
289895
|
+
],
|
|
289896
|
+
"required": true,
|
|
289897
|
+
"type": {
|
|
289898
|
+
"name": "Key | undefined"
|
|
289899
|
+
}
|
|
289900
|
+
},
|
|
289901
|
+
"onContextMenuSelectionChange": {
|
|
289902
|
+
"defaultValue": null,
|
|
289903
|
+
"description": "",
|
|
289904
|
+
"name": "onContextMenuSelectionChange",
|
|
289905
|
+
"parent": {
|
|
289906
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289907
|
+
"name": "Props"
|
|
289908
|
+
},
|
|
289909
|
+
"declarations": [
|
|
289910
|
+
{
|
|
289911
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289912
|
+
"name": "Props"
|
|
289913
|
+
}
|
|
289914
|
+
],
|
|
289915
|
+
"required": true,
|
|
289916
|
+
"type": {
|
|
289917
|
+
"name": "(key: Key) => void"
|
|
289918
|
+
}
|
|
289919
|
+
},
|
|
289920
|
+
"disabledKeys": {
|
|
289921
|
+
"defaultValue": null,
|
|
289922
|
+
"description": "",
|
|
289923
|
+
"name": "disabledKeys",
|
|
289924
|
+
"parent": {
|
|
289925
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289926
|
+
"name": "Props"
|
|
289927
|
+
},
|
|
289928
|
+
"declarations": [
|
|
289929
|
+
{
|
|
289930
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
289931
|
+
"name": "Props"
|
|
289932
|
+
}
|
|
289933
|
+
],
|
|
289934
|
+
"required": false,
|
|
289935
|
+
"type": {
|
|
289936
|
+
"name": "Iterable<Key>"
|
|
289937
|
+
}
|
|
289938
|
+
}
|
|
289939
|
+
}
|
|
289940
|
+
},
|
|
289875
289941
|
{
|
|
289876
289942
|
"tags": {
|
|
289877
289943
|
"flr-generate": "all"
|
|
@@ -291629,72 +291695,6 @@
|
|
|
291629
291695
|
}
|
|
291630
291696
|
}
|
|
291631
291697
|
},
|
|
291632
|
-
{
|
|
291633
|
-
"tags": {},
|
|
291634
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291635
|
-
"description": "",
|
|
291636
|
-
"displayName": "TabList",
|
|
291637
|
-
"methods": [],
|
|
291638
|
-
"props": {
|
|
291639
|
-
"selection": {
|
|
291640
|
-
"defaultValue": null,
|
|
291641
|
-
"description": "",
|
|
291642
|
-
"name": "selection",
|
|
291643
|
-
"parent": {
|
|
291644
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291645
|
-
"name": "Props"
|
|
291646
|
-
},
|
|
291647
|
-
"declarations": [
|
|
291648
|
-
{
|
|
291649
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291650
|
-
"name": "Props"
|
|
291651
|
-
}
|
|
291652
|
-
],
|
|
291653
|
-
"required": true,
|
|
291654
|
-
"type": {
|
|
291655
|
-
"name": "Key | undefined"
|
|
291656
|
-
}
|
|
291657
|
-
},
|
|
291658
|
-
"onContextMenuSelectionChange": {
|
|
291659
|
-
"defaultValue": null,
|
|
291660
|
-
"description": "",
|
|
291661
|
-
"name": "onContextMenuSelectionChange",
|
|
291662
|
-
"parent": {
|
|
291663
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291664
|
-
"name": "Props"
|
|
291665
|
-
},
|
|
291666
|
-
"declarations": [
|
|
291667
|
-
{
|
|
291668
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291669
|
-
"name": "Props"
|
|
291670
|
-
}
|
|
291671
|
-
],
|
|
291672
|
-
"required": true,
|
|
291673
|
-
"type": {
|
|
291674
|
-
"name": "(key: Key) => void"
|
|
291675
|
-
}
|
|
291676
|
-
},
|
|
291677
|
-
"disabledKeys": {
|
|
291678
|
-
"defaultValue": null,
|
|
291679
|
-
"description": "",
|
|
291680
|
-
"name": "disabledKeys",
|
|
291681
|
-
"parent": {
|
|
291682
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291683
|
-
"name": "Props"
|
|
291684
|
-
},
|
|
291685
|
-
"declarations": [
|
|
291686
|
-
{
|
|
291687
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
291688
|
-
"name": "Props"
|
|
291689
|
-
}
|
|
291690
|
-
],
|
|
291691
|
-
"required": false,
|
|
291692
|
-
"type": {
|
|
291693
|
-
"name": "Iterable<Key>"
|
|
291694
|
-
}
|
|
291695
|
-
}
|
|
291696
|
-
}
|
|
291697
|
-
},
|
|
291698
291698
|
{
|
|
291699
291699
|
"tags": {
|
|
291700
291700
|
"flr-generate": "all"
|
|
@@ -309351,9 +309351,9 @@
|
|
|
309351
309351
|
"tags": {
|
|
309352
309352
|
"flr-generate": "all"
|
|
309353
309353
|
},
|
|
309354
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/
|
|
309354
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
|
|
309355
309355
|
"description": "",
|
|
309356
|
-
"displayName": "
|
|
309356
|
+
"displayName": "MenuTrigger",
|
|
309357
309357
|
"methods": [],
|
|
309358
309358
|
"props": {
|
|
309359
309359
|
"children": {
|
|
@@ -309375,6 +309375,27 @@
|
|
|
309375
309375
|
"name": "ReactNode"
|
|
309376
309376
|
}
|
|
309377
309377
|
},
|
|
309378
|
+
"trigger": {
|
|
309379
|
+
"defaultValue": {
|
|
309380
|
+
"value": "'press'"
|
|
309381
|
+
},
|
|
309382
|
+
"description": "How the menu is triggered.",
|
|
309383
|
+
"name": "trigger",
|
|
309384
|
+
"parent": {
|
|
309385
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
|
|
309386
|
+
"name": "MenuTriggerProps"
|
|
309387
|
+
},
|
|
309388
|
+
"declarations": [
|
|
309389
|
+
{
|
|
309390
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
|
|
309391
|
+
"name": "MenuTriggerProps"
|
|
309392
|
+
}
|
|
309393
|
+
],
|
|
309394
|
+
"required": false,
|
|
309395
|
+
"type": {
|
|
309396
|
+
"name": "MenuTriggerType"
|
|
309397
|
+
}
|
|
309398
|
+
},
|
|
309378
309399
|
"isOpen": {
|
|
309379
309400
|
"defaultValue": null,
|
|
309380
309401
|
"description": "Whether the element is rendered.",
|
|
@@ -309431,6 +309452,82 @@
|
|
|
309431
309452
|
"type": {
|
|
309432
309453
|
"name": "((isOpen: boolean) => void)"
|
|
309433
309454
|
}
|
|
309455
|
+
},
|
|
309456
|
+
"wrapWith": {
|
|
309457
|
+
"defaultValue": null,
|
|
309458
|
+
"description": "",
|
|
309459
|
+
"name": "wrapWith",
|
|
309460
|
+
"parent": {
|
|
309461
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
309462
|
+
"name": "FlowComponentProps"
|
|
309463
|
+
},
|
|
309464
|
+
"declarations": [
|
|
309465
|
+
{
|
|
309466
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
309467
|
+
"name": "FlowComponentProps"
|
|
309468
|
+
}
|
|
309469
|
+
],
|
|
309470
|
+
"required": false,
|
|
309471
|
+
"type": {
|
|
309472
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
309473
|
+
}
|
|
309474
|
+
},
|
|
309475
|
+
"tunnelId": {
|
|
309476
|
+
"defaultValue": null,
|
|
309477
|
+
"description": "@internal",
|
|
309478
|
+
"name": "tunnelId",
|
|
309479
|
+
"parent": {
|
|
309480
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
309481
|
+
"name": "PropsWithTunnel"
|
|
309482
|
+
},
|
|
309483
|
+
"declarations": [
|
|
309484
|
+
{
|
|
309485
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
309486
|
+
"name": "PropsWithTunnel"
|
|
309487
|
+
}
|
|
309488
|
+
],
|
|
309489
|
+
"required": false,
|
|
309490
|
+
"type": {
|
|
309491
|
+
"name": "string | null"
|
|
309492
|
+
}
|
|
309493
|
+
},
|
|
309494
|
+
"ref": {
|
|
309495
|
+
"defaultValue": null,
|
|
309496
|
+
"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}",
|
|
309497
|
+
"name": "ref",
|
|
309498
|
+
"parent": {
|
|
309499
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309500
|
+
"name": "RefAttributes"
|
|
309501
|
+
},
|
|
309502
|
+
"declarations": [
|
|
309503
|
+
{
|
|
309504
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309505
|
+
"name": "RefAttributes"
|
|
309506
|
+
}
|
|
309507
|
+
],
|
|
309508
|
+
"required": false,
|
|
309509
|
+
"type": {
|
|
309510
|
+
"name": "Ref<HTMLSpanElement>"
|
|
309511
|
+
}
|
|
309512
|
+
},
|
|
309513
|
+
"key": {
|
|
309514
|
+
"defaultValue": null,
|
|
309515
|
+
"description": "",
|
|
309516
|
+
"name": "key",
|
|
309517
|
+
"parent": {
|
|
309518
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309519
|
+
"name": "Attributes"
|
|
309520
|
+
},
|
|
309521
|
+
"declarations": [
|
|
309522
|
+
{
|
|
309523
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309524
|
+
"name": "Attributes"
|
|
309525
|
+
}
|
|
309526
|
+
],
|
|
309527
|
+
"required": false,
|
|
309528
|
+
"type": {
|
|
309529
|
+
"name": "Key | null"
|
|
309530
|
+
}
|
|
309434
309531
|
}
|
|
309435
309532
|
}
|
|
309436
309533
|
},
|
|
@@ -309438,9 +309535,9 @@
|
|
|
309438
309535
|
"tags": {
|
|
309439
309536
|
"flr-generate": "all"
|
|
309440
309537
|
},
|
|
309441
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/
|
|
309538
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
309442
309539
|
"description": "",
|
|
309443
|
-
"displayName": "
|
|
309540
|
+
"displayName": "DialogTrigger",
|
|
309444
309541
|
"methods": [],
|
|
309445
309542
|
"props": {
|
|
309446
309543
|
"children": {
|
|
@@ -309462,27 +309559,6 @@
|
|
|
309462
309559
|
"name": "ReactNode"
|
|
309463
309560
|
}
|
|
309464
309561
|
},
|
|
309465
|
-
"trigger": {
|
|
309466
|
-
"defaultValue": {
|
|
309467
|
-
"value": "'press'"
|
|
309468
|
-
},
|
|
309469
|
-
"description": "How the menu is triggered.",
|
|
309470
|
-
"name": "trigger",
|
|
309471
|
-
"parent": {
|
|
309472
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
|
|
309473
|
-
"name": "MenuTriggerProps"
|
|
309474
|
-
},
|
|
309475
|
-
"declarations": [
|
|
309476
|
-
{
|
|
309477
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.4/node_modules/@react-types/menu/src/index.d.ts",
|
|
309478
|
-
"name": "MenuTriggerProps"
|
|
309479
|
-
}
|
|
309480
|
-
],
|
|
309481
|
-
"required": false,
|
|
309482
|
-
"type": {
|
|
309483
|
-
"name": "MenuTriggerType"
|
|
309484
|
-
}
|
|
309485
|
-
},
|
|
309486
309562
|
"isOpen": {
|
|
309487
309563
|
"defaultValue": null,
|
|
309488
309564
|
"description": "Whether the element is rendered.",
|
|
@@ -309539,82 +309615,6 @@
|
|
|
309539
309615
|
"type": {
|
|
309540
309616
|
"name": "((isOpen: boolean) => void)"
|
|
309541
309617
|
}
|
|
309542
|
-
},
|
|
309543
|
-
"wrapWith": {
|
|
309544
|
-
"defaultValue": null,
|
|
309545
|
-
"description": "",
|
|
309546
|
-
"name": "wrapWith",
|
|
309547
|
-
"parent": {
|
|
309548
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
309549
|
-
"name": "FlowComponentProps"
|
|
309550
|
-
},
|
|
309551
|
-
"declarations": [
|
|
309552
|
-
{
|
|
309553
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
309554
|
-
"name": "FlowComponentProps"
|
|
309555
|
-
}
|
|
309556
|
-
],
|
|
309557
|
-
"required": false,
|
|
309558
|
-
"type": {
|
|
309559
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
309560
|
-
}
|
|
309561
|
-
},
|
|
309562
|
-
"tunnelId": {
|
|
309563
|
-
"defaultValue": null,
|
|
309564
|
-
"description": "@internal",
|
|
309565
|
-
"name": "tunnelId",
|
|
309566
|
-
"parent": {
|
|
309567
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
309568
|
-
"name": "PropsWithTunnel"
|
|
309569
|
-
},
|
|
309570
|
-
"declarations": [
|
|
309571
|
-
{
|
|
309572
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
309573
|
-
"name": "PropsWithTunnel"
|
|
309574
|
-
}
|
|
309575
|
-
],
|
|
309576
|
-
"required": false,
|
|
309577
|
-
"type": {
|
|
309578
|
-
"name": "string | null"
|
|
309579
|
-
}
|
|
309580
|
-
},
|
|
309581
|
-
"ref": {
|
|
309582
|
-
"defaultValue": null,
|
|
309583
|
-
"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}",
|
|
309584
|
-
"name": "ref",
|
|
309585
|
-
"parent": {
|
|
309586
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309587
|
-
"name": "RefAttributes"
|
|
309588
|
-
},
|
|
309589
|
-
"declarations": [
|
|
309590
|
-
{
|
|
309591
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309592
|
-
"name": "RefAttributes"
|
|
309593
|
-
}
|
|
309594
|
-
],
|
|
309595
|
-
"required": false,
|
|
309596
|
-
"type": {
|
|
309597
|
-
"name": "Ref<HTMLSpanElement>"
|
|
309598
|
-
}
|
|
309599
|
-
},
|
|
309600
|
-
"key": {
|
|
309601
|
-
"defaultValue": null,
|
|
309602
|
-
"description": "",
|
|
309603
|
-
"name": "key",
|
|
309604
|
-
"parent": {
|
|
309605
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309606
|
-
"name": "Attributes"
|
|
309607
|
-
},
|
|
309608
|
-
"declarations": [
|
|
309609
|
-
{
|
|
309610
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
309611
|
-
"name": "Attributes"
|
|
309612
|
-
}
|
|
309613
|
-
],
|
|
309614
|
-
"required": false,
|
|
309615
|
-
"type": {
|
|
309616
|
-
"name": "Key | null"
|
|
309617
|
-
}
|
|
309618
309618
|
}
|
|
309619
309619
|
}
|
|
309620
309620
|
},
|
|
@@ -315006,6 +315006,14 @@
|
|
|
315006
315006
|
}
|
|
315007
315007
|
}
|
|
315008
315008
|
},
|
|
315009
|
+
{
|
|
315010
|
+
"tags": {},
|
|
315011
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
315012
|
+
"description": "",
|
|
315013
|
+
"displayName": "OffCanvasSuspenseFallback",
|
|
315014
|
+
"methods": [],
|
|
315015
|
+
"props": {}
|
|
315016
|
+
},
|
|
315009
315017
|
{
|
|
315010
315018
|
"tags": {},
|
|
315011
315019
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -315144,14 +315152,6 @@
|
|
|
315144
315152
|
}
|
|
315145
315153
|
}
|
|
315146
315154
|
},
|
|
315147
|
-
{
|
|
315148
|
-
"tags": {},
|
|
315149
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
315150
|
-
"description": "",
|
|
315151
|
-
"displayName": "OffCanvasSuspenseFallback",
|
|
315152
|
-
"methods": [],
|
|
315153
|
-
"props": {}
|
|
315154
|
-
},
|
|
315155
315155
|
{
|
|
315156
315156
|
"tags": {},
|
|
315157
315157
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
@@ -318133,6 +318133,34 @@
|
|
|
318133
318133
|
}
|
|
318134
318134
|
}
|
|
318135
318135
|
},
|
|
318136
|
+
{
|
|
318137
|
+
"tags": {},
|
|
318138
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318139
|
+
"description": "",
|
|
318140
|
+
"displayName": "DeleteButton",
|
|
318141
|
+
"methods": [],
|
|
318142
|
+
"props": {
|
|
318143
|
+
"onDelete": {
|
|
318144
|
+
"defaultValue": null,
|
|
318145
|
+
"description": "",
|
|
318146
|
+
"name": "onDelete",
|
|
318147
|
+
"parent": {
|
|
318148
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318149
|
+
"name": "Props"
|
|
318150
|
+
},
|
|
318151
|
+
"declarations": [
|
|
318152
|
+
{
|
|
318153
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318154
|
+
"name": "Props"
|
|
318155
|
+
}
|
|
318156
|
+
],
|
|
318157
|
+
"required": true,
|
|
318158
|
+
"type": {
|
|
318159
|
+
"name": "() => void"
|
|
318160
|
+
}
|
|
318161
|
+
}
|
|
318162
|
+
}
|
|
318163
|
+
},
|
|
318136
318164
|
{
|
|
318137
318165
|
"tags": {},
|
|
318138
318166
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -318199,34 +318227,6 @@
|
|
|
318199
318227
|
}
|
|
318200
318228
|
}
|
|
318201
318229
|
},
|
|
318202
|
-
{
|
|
318203
|
-
"tags": {},
|
|
318204
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318205
|
-
"description": "",
|
|
318206
|
-
"displayName": "DeleteButton",
|
|
318207
|
-
"methods": [],
|
|
318208
|
-
"props": {
|
|
318209
|
-
"onDelete": {
|
|
318210
|
-
"defaultValue": null,
|
|
318211
|
-
"description": "",
|
|
318212
|
-
"name": "onDelete",
|
|
318213
|
-
"parent": {
|
|
318214
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318215
|
-
"name": "Props"
|
|
318216
|
-
},
|
|
318217
|
-
"declarations": [
|
|
318218
|
-
{
|
|
318219
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318220
|
-
"name": "Props"
|
|
318221
|
-
}
|
|
318222
|
-
],
|
|
318223
|
-
"required": true,
|
|
318224
|
-
"type": {
|
|
318225
|
-
"name": "() => void"
|
|
318226
|
-
}
|
|
318227
|
-
}
|
|
318228
|
-
}
|
|
318229
|
-
},
|
|
318230
318230
|
{
|
|
318231
318231
|
"tags": {},
|
|
318232
318232
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -318465,47 +318465,24 @@
|
|
|
318465
318465
|
"tags": {
|
|
318466
318466
|
"flr-generate": "all"
|
|
318467
318467
|
},
|
|
318468
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/
|
|
318468
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
318469
318469
|
"description": "",
|
|
318470
|
-
"displayName": "
|
|
318470
|
+
"displayName": "ContextMenuSection",
|
|
318471
318471
|
"methods": [],
|
|
318472
318472
|
"props": {
|
|
318473
|
-
"
|
|
318474
|
-
"defaultValue": null,
|
|
318475
|
-
"description": "Whether the overlay should be open initially.",
|
|
318476
|
-
"name": "isDefaultOpen",
|
|
318477
|
-
"parent": {
|
|
318478
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318479
|
-
"name": "OverlayTriggerProps"
|
|
318480
|
-
},
|
|
318481
|
-
"declarations": [
|
|
318482
|
-
{
|
|
318483
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318484
|
-
"name": "OverlayTriggerProps"
|
|
318485
|
-
}
|
|
318486
|
-
],
|
|
318487
|
-
"required": false,
|
|
318488
|
-
"type": {
|
|
318489
|
-
"name": "boolean"
|
|
318490
|
-
}
|
|
318491
|
-
},
|
|
318492
|
-
"controller": {
|
|
318473
|
+
"children": {
|
|
318493
318474
|
"defaultValue": null,
|
|
318494
|
-
"description": "
|
|
318495
|
-
"name": "
|
|
318496
|
-
"parent": {
|
|
318497
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318498
|
-
"name": "OverlayTriggerProps"
|
|
318499
|
-
},
|
|
318475
|
+
"description": "",
|
|
318476
|
+
"name": "children",
|
|
318500
318477
|
"declarations": [
|
|
318501
318478
|
{
|
|
318502
|
-
"fileName": "
|
|
318503
|
-
"name": "
|
|
318479
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318480
|
+
"name": "TypeLiteral"
|
|
318504
318481
|
}
|
|
318505
318482
|
],
|
|
318506
318483
|
"required": false,
|
|
318507
318484
|
"type": {
|
|
318508
|
-
"name": "
|
|
318485
|
+
"name": "ReactNode"
|
|
318509
318486
|
}
|
|
318510
318487
|
},
|
|
318511
318488
|
"wrapWith": {
|
|
@@ -318584,19 +318561,57 @@
|
|
|
318584
318561
|
"name": "Key | null"
|
|
318585
318562
|
}
|
|
318586
318563
|
},
|
|
318587
|
-
"
|
|
318564
|
+
"selectedKeys": {
|
|
318565
|
+
"defaultValue": null,
|
|
318566
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
318567
|
+
"name": "selectedKeys",
|
|
318568
|
+
"parent": {
|
|
318569
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318570
|
+
"name": "MultipleSelection"
|
|
318571
|
+
},
|
|
318572
|
+
"declarations": [
|
|
318573
|
+
{
|
|
318574
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318575
|
+
"name": "MultipleSelection"
|
|
318576
|
+
}
|
|
318577
|
+
],
|
|
318578
|
+
"required": false,
|
|
318579
|
+
"type": {
|
|
318580
|
+
"name": "\"all\" | Iterable<Key>"
|
|
318581
|
+
}
|
|
318582
|
+
},
|
|
318583
|
+
"defaultSelectedKeys": {
|
|
318584
|
+
"defaultValue": null,
|
|
318585
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
318586
|
+
"name": "defaultSelectedKeys",
|
|
318587
|
+
"parent": {
|
|
318588
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318589
|
+
"name": "MultipleSelection"
|
|
318590
|
+
},
|
|
318591
|
+
"declarations": [
|
|
318592
|
+
{
|
|
318593
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318594
|
+
"name": "MultipleSelection"
|
|
318595
|
+
}
|
|
318596
|
+
],
|
|
318597
|
+
"required": false,
|
|
318598
|
+
"type": {
|
|
318599
|
+
"name": "\"all\" | Iterable<Key>"
|
|
318600
|
+
}
|
|
318601
|
+
},
|
|
318602
|
+
"selectionMode": {
|
|
318588
318603
|
"defaultValue": null,
|
|
318589
318604
|
"description": "",
|
|
318590
|
-
"name": "
|
|
318605
|
+
"name": "selectionMode",
|
|
318591
318606
|
"declarations": [
|
|
318592
318607
|
{
|
|
318593
|
-
"fileName": "
|
|
318608
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
318594
318609
|
"name": "TypeLiteral"
|
|
318595
318610
|
}
|
|
318596
318611
|
],
|
|
318597
318612
|
"required": false,
|
|
318598
318613
|
"type": {
|
|
318599
|
-
"name": "
|
|
318614
|
+
"name": "ContextMenuSelectionMode"
|
|
318600
318615
|
}
|
|
318601
318616
|
}
|
|
318602
318617
|
}
|
|
@@ -318605,24 +318620,47 @@
|
|
|
318605
318620
|
"tags": {
|
|
318606
318621
|
"flr-generate": "all"
|
|
318607
318622
|
},
|
|
318608
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/
|
|
318623
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
318609
318624
|
"description": "",
|
|
318610
|
-
"displayName": "
|
|
318625
|
+
"displayName": "ContextMenuTrigger",
|
|
318611
318626
|
"methods": [],
|
|
318612
318627
|
"props": {
|
|
318613
|
-
"
|
|
318628
|
+
"isDefaultOpen": {
|
|
318614
318629
|
"defaultValue": null,
|
|
318615
|
-
"description": "",
|
|
318616
|
-
"name": "
|
|
318630
|
+
"description": "Whether the overlay should be open initially.",
|
|
318631
|
+
"name": "isDefaultOpen",
|
|
318632
|
+
"parent": {
|
|
318633
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318634
|
+
"name": "OverlayTriggerProps"
|
|
318635
|
+
},
|
|
318617
318636
|
"declarations": [
|
|
318618
318637
|
{
|
|
318619
|
-
"fileName": "
|
|
318620
|
-
"name": "
|
|
318638
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318639
|
+
"name": "OverlayTriggerProps"
|
|
318621
318640
|
}
|
|
318622
318641
|
],
|
|
318623
318642
|
"required": false,
|
|
318624
318643
|
"type": {
|
|
318625
|
-
"name": "
|
|
318644
|
+
"name": "boolean"
|
|
318645
|
+
}
|
|
318646
|
+
},
|
|
318647
|
+
"controller": {
|
|
318648
|
+
"defaultValue": null,
|
|
318649
|
+
"description": "A controller to control the state of the overlay.",
|
|
318650
|
+
"name": "controller",
|
|
318651
|
+
"parent": {
|
|
318652
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318653
|
+
"name": "OverlayTriggerProps"
|
|
318654
|
+
},
|
|
318655
|
+
"declarations": [
|
|
318656
|
+
{
|
|
318657
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
318658
|
+
"name": "OverlayTriggerProps"
|
|
318659
|
+
}
|
|
318660
|
+
],
|
|
318661
|
+
"required": false,
|
|
318662
|
+
"type": {
|
|
318663
|
+
"name": "OverlayController"
|
|
318626
318664
|
}
|
|
318627
318665
|
},
|
|
318628
318666
|
"wrapWith": {
|
|
@@ -318701,57 +318739,19 @@
|
|
|
318701
318739
|
"name": "Key | null"
|
|
318702
318740
|
}
|
|
318703
318741
|
},
|
|
318704
|
-
"
|
|
318705
|
-
"defaultValue": null,
|
|
318706
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
318707
|
-
"name": "selectedKeys",
|
|
318708
|
-
"parent": {
|
|
318709
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318710
|
-
"name": "MultipleSelection"
|
|
318711
|
-
},
|
|
318712
|
-
"declarations": [
|
|
318713
|
-
{
|
|
318714
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318715
|
-
"name": "MultipleSelection"
|
|
318716
|
-
}
|
|
318717
|
-
],
|
|
318718
|
-
"required": false,
|
|
318719
|
-
"type": {
|
|
318720
|
-
"name": "\"all\" | Iterable<Key>"
|
|
318721
|
-
}
|
|
318722
|
-
},
|
|
318723
|
-
"defaultSelectedKeys": {
|
|
318724
|
-
"defaultValue": null,
|
|
318725
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
318726
|
-
"name": "defaultSelectedKeys",
|
|
318727
|
-
"parent": {
|
|
318728
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318729
|
-
"name": "MultipleSelection"
|
|
318730
|
-
},
|
|
318731
|
-
"declarations": [
|
|
318732
|
-
{
|
|
318733
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318734
|
-
"name": "MultipleSelection"
|
|
318735
|
-
}
|
|
318736
|
-
],
|
|
318737
|
-
"required": false,
|
|
318738
|
-
"type": {
|
|
318739
|
-
"name": "\"all\" | Iterable<Key>"
|
|
318740
|
-
}
|
|
318741
|
-
},
|
|
318742
|
-
"selectionMode": {
|
|
318742
|
+
"children": {
|
|
318743
318743
|
"defaultValue": null,
|
|
318744
318744
|
"description": "",
|
|
318745
|
-
"name": "
|
|
318745
|
+
"name": "children",
|
|
318746
318746
|
"declarations": [
|
|
318747
318747
|
{
|
|
318748
|
-
"fileName": "
|
|
318748
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318749
318749
|
"name": "TypeLiteral"
|
|
318750
318750
|
}
|
|
318751
318751
|
],
|
|
318752
318752
|
"required": false,
|
|
318753
318753
|
"type": {
|
|
318754
|
-
"name": "
|
|
318754
|
+
"name": "ReactNode"
|
|
318755
318755
|
}
|
|
318756
318756
|
}
|
|
318757
318757
|
}
|
|
@@ -321845,175 +321845,6 @@
|
|
|
321845
321845
|
}
|
|
321846
321846
|
}
|
|
321847
321847
|
},
|
|
321848
|
-
{
|
|
321849
|
-
"tags": {
|
|
321850
|
-
"flr-generate": "all"
|
|
321851
|
-
},
|
|
321852
|
-
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
321853
|
-
"description": "",
|
|
321854
|
-
"displayName": "Line",
|
|
321855
|
-
"methods": [],
|
|
321856
|
-
"props": {
|
|
321857
|
-
"color": {
|
|
321858
|
-
"defaultValue": {
|
|
321859
|
-
"value": "\"sea-green\""
|
|
321860
|
-
},
|
|
321861
|
-
"description": "The color of the line.",
|
|
321862
|
-
"name": "color",
|
|
321863
|
-
"parent": {
|
|
321864
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
321865
|
-
"name": "LineProps"
|
|
321866
|
-
},
|
|
321867
|
-
"declarations": [
|
|
321868
|
-
{
|
|
321869
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
321870
|
-
"name": "LineProps"
|
|
321871
|
-
}
|
|
321872
|
-
],
|
|
321873
|
-
"required": false,
|
|
321874
|
-
"type": {
|
|
321875
|
-
"name": "CategoricalWithCustomColor"
|
|
321876
|
-
}
|
|
321877
|
-
},
|
|
321878
|
-
"className": {
|
|
321879
|
-
"defaultValue": null,
|
|
321880
|
-
"description": "",
|
|
321881
|
-
"name": "className",
|
|
321882
|
-
"parent": {
|
|
321883
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321884
|
-
"name": "HTMLAttributes"
|
|
321885
|
-
},
|
|
321886
|
-
"declarations": [
|
|
321887
|
-
{
|
|
321888
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321889
|
-
"name": "HTMLAttributes"
|
|
321890
|
-
}
|
|
321891
|
-
],
|
|
321892
|
-
"required": false,
|
|
321893
|
-
"type": {
|
|
321894
|
-
"name": "string"
|
|
321895
|
-
}
|
|
321896
|
-
},
|
|
321897
|
-
"key": {
|
|
321898
|
-
"defaultValue": null,
|
|
321899
|
-
"description": "",
|
|
321900
|
-
"name": "key",
|
|
321901
|
-
"parent": {
|
|
321902
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321903
|
-
"name": "Attributes"
|
|
321904
|
-
},
|
|
321905
|
-
"declarations": [
|
|
321906
|
-
{
|
|
321907
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321908
|
-
"name": "Attributes"
|
|
321909
|
-
}
|
|
321910
|
-
],
|
|
321911
|
-
"required": false,
|
|
321912
|
-
"type": {
|
|
321913
|
-
"name": "Key | null"
|
|
321914
|
-
}
|
|
321915
|
-
},
|
|
321916
|
-
"type": {
|
|
321917
|
-
"defaultValue": null,
|
|
321918
|
-
"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.}",
|
|
321919
|
-
"name": "type",
|
|
321920
|
-
"parent": {
|
|
321921
|
-
"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",
|
|
321922
|
-
"name": "CurveProps"
|
|
321923
|
-
},
|
|
321924
|
-
"declarations": [
|
|
321925
|
-
{
|
|
321926
|
-
"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",
|
|
321927
|
-
"name": "CurveProps"
|
|
321928
|
-
},
|
|
321929
|
-
{
|
|
321930
|
-
"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",
|
|
321931
|
-
"name": "LineProps"
|
|
321932
|
-
}
|
|
321933
|
-
],
|
|
321934
|
-
"required": false,
|
|
321935
|
-
"type": {
|
|
321936
|
-
"name": "CurveType"
|
|
321937
|
-
}
|
|
321938
|
-
},
|
|
321939
|
-
"dataKey": {
|
|
321940
|
-
"defaultValue": null,
|
|
321941
|
-
"description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
|
|
321942
|
-
"name": "dataKey",
|
|
321943
|
-
"parent": {
|
|
321944
|
-
"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",
|
|
321945
|
-
"name": "LineProps"
|
|
321946
|
-
},
|
|
321947
|
-
"declarations": [
|
|
321948
|
-
{
|
|
321949
|
-
"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",
|
|
321950
|
-
"name": "LineProps"
|
|
321951
|
-
}
|
|
321952
|
-
],
|
|
321953
|
-
"required": false,
|
|
321954
|
-
"type": {
|
|
321955
|
-
"name": "DataKey<any>"
|
|
321956
|
-
}
|
|
321957
|
-
},
|
|
321958
|
-
"unit": {
|
|
321959
|
-
"defaultValue": null,
|
|
321960
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
321961
|
-
"name": "unit",
|
|
321962
|
-
"parent": {
|
|
321963
|
-
"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",
|
|
321964
|
-
"name": "LineProps"
|
|
321965
|
-
},
|
|
321966
|
-
"declarations": [
|
|
321967
|
-
{
|
|
321968
|
-
"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",
|
|
321969
|
-
"name": "LineProps"
|
|
321970
|
-
}
|
|
321971
|
-
],
|
|
321972
|
-
"required": false,
|
|
321973
|
-
"type": {
|
|
321974
|
-
"name": "string | number | null"
|
|
321975
|
-
}
|
|
321976
|
-
},
|
|
321977
|
-
"xAxisId": {
|
|
321978
|
-
"defaultValue": null,
|
|
321979
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
321980
|
-
"name": "xAxisId",
|
|
321981
|
-
"parent": {
|
|
321982
|
-
"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",
|
|
321983
|
-
"name": "LineProps"
|
|
321984
|
-
},
|
|
321985
|
-
"declarations": [
|
|
321986
|
-
{
|
|
321987
|
-
"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",
|
|
321988
|
-
"name": "LineProps"
|
|
321989
|
-
}
|
|
321990
|
-
],
|
|
321991
|
-
"required": false,
|
|
321992
|
-
"type": {
|
|
321993
|
-
"name": "AxisId"
|
|
321994
|
-
}
|
|
321995
|
-
},
|
|
321996
|
-
"yAxisId": {
|
|
321997
|
-
"defaultValue": null,
|
|
321998
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
321999
|
-
"name": "yAxisId",
|
|
322000
|
-
"parent": {
|
|
322001
|
-
"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",
|
|
322002
|
-
"name": "LineProps"
|
|
322003
|
-
},
|
|
322004
|
-
"declarations": [
|
|
322005
|
-
{
|
|
322006
|
-
"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",
|
|
322007
|
-
"name": "LineProps"
|
|
322008
|
-
}
|
|
322009
|
-
],
|
|
322010
|
-
"required": false,
|
|
322011
|
-
"type": {
|
|
322012
|
-
"name": "AxisId"
|
|
322013
|
-
}
|
|
322014
|
-
}
|
|
322015
|
-
}
|
|
322016
|
-
},
|
|
322017
321848
|
{
|
|
322018
321849
|
"tags": {
|
|
322019
321850
|
"flr-generate": "all"
|
|
@@ -322272,6 +322103,175 @@
|
|
|
322272
322103
|
}
|
|
322273
322104
|
}
|
|
322274
322105
|
},
|
|
322106
|
+
{
|
|
322107
|
+
"tags": {
|
|
322108
|
+
"flr-generate": "all"
|
|
322109
|
+
},
|
|
322110
|
+
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
322111
|
+
"description": "",
|
|
322112
|
+
"displayName": "Line",
|
|
322113
|
+
"methods": [],
|
|
322114
|
+
"props": {
|
|
322115
|
+
"color": {
|
|
322116
|
+
"defaultValue": {
|
|
322117
|
+
"value": "\"sea-green\""
|
|
322118
|
+
},
|
|
322119
|
+
"description": "The color of the line.",
|
|
322120
|
+
"name": "color",
|
|
322121
|
+
"parent": {
|
|
322122
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
322123
|
+
"name": "LineProps"
|
|
322124
|
+
},
|
|
322125
|
+
"declarations": [
|
|
322126
|
+
{
|
|
322127
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
322128
|
+
"name": "LineProps"
|
|
322129
|
+
}
|
|
322130
|
+
],
|
|
322131
|
+
"required": false,
|
|
322132
|
+
"type": {
|
|
322133
|
+
"name": "CategoricalWithCustomColor"
|
|
322134
|
+
}
|
|
322135
|
+
},
|
|
322136
|
+
"className": {
|
|
322137
|
+
"defaultValue": null,
|
|
322138
|
+
"description": "",
|
|
322139
|
+
"name": "className",
|
|
322140
|
+
"parent": {
|
|
322141
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322142
|
+
"name": "HTMLAttributes"
|
|
322143
|
+
},
|
|
322144
|
+
"declarations": [
|
|
322145
|
+
{
|
|
322146
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322147
|
+
"name": "HTMLAttributes"
|
|
322148
|
+
}
|
|
322149
|
+
],
|
|
322150
|
+
"required": false,
|
|
322151
|
+
"type": {
|
|
322152
|
+
"name": "string"
|
|
322153
|
+
}
|
|
322154
|
+
},
|
|
322155
|
+
"key": {
|
|
322156
|
+
"defaultValue": null,
|
|
322157
|
+
"description": "",
|
|
322158
|
+
"name": "key",
|
|
322159
|
+
"parent": {
|
|
322160
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322161
|
+
"name": "Attributes"
|
|
322162
|
+
},
|
|
322163
|
+
"declarations": [
|
|
322164
|
+
{
|
|
322165
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322166
|
+
"name": "Attributes"
|
|
322167
|
+
}
|
|
322168
|
+
],
|
|
322169
|
+
"required": false,
|
|
322170
|
+
"type": {
|
|
322171
|
+
"name": "Key | null"
|
|
322172
|
+
}
|
|
322173
|
+
},
|
|
322174
|
+
"type": {
|
|
322175
|
+
"defaultValue": null,
|
|
322176
|
+
"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.}",
|
|
322177
|
+
"name": "type",
|
|
322178
|
+
"parent": {
|
|
322179
|
+
"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",
|
|
322180
|
+
"name": "CurveProps"
|
|
322181
|
+
},
|
|
322182
|
+
"declarations": [
|
|
322183
|
+
{
|
|
322184
|
+
"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",
|
|
322185
|
+
"name": "CurveProps"
|
|
322186
|
+
},
|
|
322187
|
+
{
|
|
322188
|
+
"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",
|
|
322189
|
+
"name": "LineProps"
|
|
322190
|
+
}
|
|
322191
|
+
],
|
|
322192
|
+
"required": false,
|
|
322193
|
+
"type": {
|
|
322194
|
+
"name": "CurveType"
|
|
322195
|
+
}
|
|
322196
|
+
},
|
|
322197
|
+
"dataKey": {
|
|
322198
|
+
"defaultValue": null,
|
|
322199
|
+
"description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
|
|
322200
|
+
"name": "dataKey",
|
|
322201
|
+
"parent": {
|
|
322202
|
+
"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",
|
|
322203
|
+
"name": "LineProps"
|
|
322204
|
+
},
|
|
322205
|
+
"declarations": [
|
|
322206
|
+
{
|
|
322207
|
+
"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",
|
|
322208
|
+
"name": "LineProps"
|
|
322209
|
+
}
|
|
322210
|
+
],
|
|
322211
|
+
"required": false,
|
|
322212
|
+
"type": {
|
|
322213
|
+
"name": "DataKey<any>"
|
|
322214
|
+
}
|
|
322215
|
+
},
|
|
322216
|
+
"unit": {
|
|
322217
|
+
"defaultValue": null,
|
|
322218
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
322219
|
+
"name": "unit",
|
|
322220
|
+
"parent": {
|
|
322221
|
+
"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",
|
|
322222
|
+
"name": "LineProps"
|
|
322223
|
+
},
|
|
322224
|
+
"declarations": [
|
|
322225
|
+
{
|
|
322226
|
+
"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",
|
|
322227
|
+
"name": "LineProps"
|
|
322228
|
+
}
|
|
322229
|
+
],
|
|
322230
|
+
"required": false,
|
|
322231
|
+
"type": {
|
|
322232
|
+
"name": "string | number | null"
|
|
322233
|
+
}
|
|
322234
|
+
},
|
|
322235
|
+
"xAxisId": {
|
|
322236
|
+
"defaultValue": null,
|
|
322237
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
322238
|
+
"name": "xAxisId",
|
|
322239
|
+
"parent": {
|
|
322240
|
+
"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",
|
|
322241
|
+
"name": "LineProps"
|
|
322242
|
+
},
|
|
322243
|
+
"declarations": [
|
|
322244
|
+
{
|
|
322245
|
+
"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",
|
|
322246
|
+
"name": "LineProps"
|
|
322247
|
+
}
|
|
322248
|
+
],
|
|
322249
|
+
"required": false,
|
|
322250
|
+
"type": {
|
|
322251
|
+
"name": "AxisId"
|
|
322252
|
+
}
|
|
322253
|
+
},
|
|
322254
|
+
"yAxisId": {
|
|
322255
|
+
"defaultValue": null,
|
|
322256
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
322257
|
+
"name": "yAxisId",
|
|
322258
|
+
"parent": {
|
|
322259
|
+
"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",
|
|
322260
|
+
"name": "LineProps"
|
|
322261
|
+
},
|
|
322262
|
+
"declarations": [
|
|
322263
|
+
{
|
|
322264
|
+
"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",
|
|
322265
|
+
"name": "LineProps"
|
|
322266
|
+
}
|
|
322267
|
+
],
|
|
322268
|
+
"required": false,
|
|
322269
|
+
"type": {
|
|
322270
|
+
"name": "AxisId"
|
|
322271
|
+
}
|
|
322272
|
+
}
|
|
322273
|
+
}
|
|
322274
|
+
},
|
|
322275
322275
|
{
|
|
322276
322276
|
"tags": {},
|
|
322277
322277
|
"filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
|
|
@@ -355758,6 +355758,49 @@
|
|
|
355758
355758
|
}
|
|
355759
355759
|
}
|
|
355760
355760
|
},
|
|
355761
|
+
{
|
|
355762
|
+
"tags": {},
|
|
355763
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355764
|
+
"description": "",
|
|
355765
|
+
"displayName": "useGridItemProps",
|
|
355766
|
+
"methods": [],
|
|
355767
|
+
"props": {
|
|
355768
|
+
"data": {
|
|
355769
|
+
"defaultValue": null,
|
|
355770
|
+
"description": "",
|
|
355771
|
+
"name": "data",
|
|
355772
|
+
"parent": {
|
|
355773
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355774
|
+
"name": "P"
|
|
355775
|
+
},
|
|
355776
|
+
"declarations": [
|
|
355777
|
+
{
|
|
355778
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355779
|
+
"name": "P"
|
|
355780
|
+
}
|
|
355781
|
+
],
|
|
355782
|
+
"required": true,
|
|
355783
|
+
"type": {
|
|
355784
|
+
"name": "never"
|
|
355785
|
+
}
|
|
355786
|
+
},
|
|
355787
|
+
"children": {
|
|
355788
|
+
"defaultValue": null,
|
|
355789
|
+
"description": "",
|
|
355790
|
+
"name": "children",
|
|
355791
|
+
"declarations": [
|
|
355792
|
+
{
|
|
355793
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
355794
|
+
"name": "TypeLiteral"
|
|
355795
|
+
}
|
|
355796
|
+
],
|
|
355797
|
+
"required": false,
|
|
355798
|
+
"type": {
|
|
355799
|
+
"name": "ReactNode"
|
|
355800
|
+
}
|
|
355801
|
+
}
|
|
355802
|
+
}
|
|
355803
|
+
},
|
|
355761
355804
|
{
|
|
355762
355805
|
"tags": {},
|
|
355763
355806
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -355839,49 +355882,6 @@
|
|
|
355839
355882
|
}
|
|
355840
355883
|
}
|
|
355841
355884
|
},
|
|
355842
|
-
{
|
|
355843
|
-
"tags": {},
|
|
355844
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355845
|
-
"description": "",
|
|
355846
|
-
"displayName": "useGridItemProps",
|
|
355847
|
-
"methods": [],
|
|
355848
|
-
"props": {
|
|
355849
|
-
"data": {
|
|
355850
|
-
"defaultValue": null,
|
|
355851
|
-
"description": "",
|
|
355852
|
-
"name": "data",
|
|
355853
|
-
"parent": {
|
|
355854
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355855
|
-
"name": "P"
|
|
355856
|
-
},
|
|
355857
|
-
"declarations": [
|
|
355858
|
-
{
|
|
355859
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
355860
|
-
"name": "P"
|
|
355861
|
-
}
|
|
355862
|
-
],
|
|
355863
|
-
"required": true,
|
|
355864
|
-
"type": {
|
|
355865
|
-
"name": "never"
|
|
355866
|
-
}
|
|
355867
|
-
},
|
|
355868
|
-
"children": {
|
|
355869
|
-
"defaultValue": null,
|
|
355870
|
-
"description": "",
|
|
355871
|
-
"name": "children",
|
|
355872
|
-
"declarations": [
|
|
355873
|
-
{
|
|
355874
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
355875
|
-
"name": "TypeLiteral"
|
|
355876
|
-
}
|
|
355877
|
-
],
|
|
355878
|
-
"required": false,
|
|
355879
|
-
"type": {
|
|
355880
|
-
"name": "ReactNode"
|
|
355881
|
-
}
|
|
355882
|
-
}
|
|
355883
|
-
}
|
|
355884
|
-
},
|
|
355885
355885
|
{
|
|
355886
355886
|
"tags": {},
|
|
355887
355887
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.793",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@codemirror/lint": "^6.9.5",
|
|
61
61
|
"@internationalized/string": "^3.2.7",
|
|
62
62
|
"@lezer/highlight": "^1.2.3",
|
|
63
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
63
|
+
"@mittwald/flow-icons": "0.2.0-alpha.793",
|
|
64
64
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
65
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
65
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.793",
|
|
66
66
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
67
67
|
"@react-aria/form": "^3.1.3",
|
|
68
68
|
"@react-aria/i18n": "^3.12.16",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@lezer/generator": "^1.8.0",
|
|
117
117
|
"@lezer/lr": "^1.4.8",
|
|
118
118
|
"@mittwald/flow-core": "",
|
|
119
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
119
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.793",
|
|
120
120
|
"@mittwald/flow-icons-base": "",
|
|
121
121
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
122
122
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
171
171
|
"@internationalized/date": "^3.10.0",
|
|
172
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
172
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.792",
|
|
173
173
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
174
174
|
"next": "*",
|
|
175
175
|
"react": "^19.2.0",
|
|
@@ -190,5 +190,5 @@
|
|
|
190
190
|
"optional": true
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
|
-
"gitHead": "
|
|
193
|
+
"gitHead": "4ab0c1ba50319f47f755256b9268c9829a094a8f"
|
|
194
194
|
}
|