@mittwald/flow-react-components 0.2.0-alpha.526 → 0.2.0-alpha.527
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 +524 -423
- package/dist/js/components/src/components/List/List.mjs +8 -0
- package/dist/js/components/src/components/List/List.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/DataLoader/DataLoader.mjs +11 -4
- package/dist/js/components/src/components/List/components/DataLoader/DataLoader.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs +18 -0
- package/dist/js/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs.map +1 -0
- package/dist/js/components/src/components/List/model/loading/IncrementalLoader.mjs +50 -43
- package/dist/js/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
- package/dist/js/components/src/components/List/setupComponents/ListLoaderAsyncResource.mjs.map +1 -1
- package/dist/js/components/src/components/List/setupComponents/ListLoaderHooks.mjs +7 -0
- package/dist/js/components/src/components/List/setupComponents/ListLoaderHooks.mjs.map +1 -0
- package/dist/js/components/src/components/List/typedList.mjs +2 -0
- package/dist/js/components/src/components/List/typedList.mjs.map +1 -1
- package/dist/types/components/List/List.d.ts.map +1 -1
- package/dist/types/components/List/components/DataLoader/DataLoader.d.ts.map +1 -1
- package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts +7 -0
- package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts.map +1 -0
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts +3 -5
- package/dist/types/components/List/model/loading/IncrementalLoader.d.ts.map +1 -1
- package/dist/types/components/List/model/loading/types.d.ts +9 -1
- package/dist/types/components/List/model/loading/types.d.ts.map +1 -1
- package/dist/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts +1 -0
- package/dist/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts.map +1 -1
- package/dist/types/components/List/setupComponents/ListLoaderHooks.d.ts +9 -0
- package/dist/types/components/List/setupComponents/ListLoaderHooks.d.ts.map +1 -0
- package/dist/types/components/List/typedList.d.ts +3 -0
- package/dist/types/components/List/typedList.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -54,7 +54,65 @@
|
|
|
54
54
|
"description": "",
|
|
55
55
|
"displayName": "TunnelEntry",
|
|
56
56
|
"methods": [],
|
|
57
|
-
"props": {
|
|
57
|
+
"props": {
|
|
58
|
+
"id": {
|
|
59
|
+
"defaultValue": null,
|
|
60
|
+
"description": "",
|
|
61
|
+
"name": "id",
|
|
62
|
+
"parent": {
|
|
63
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
64
|
+
"name": "TunnelEntryProps"
|
|
65
|
+
},
|
|
66
|
+
"declarations": [
|
|
67
|
+
{
|
|
68
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
69
|
+
"name": "TunnelEntryProps"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"required": false,
|
|
73
|
+
"type": {
|
|
74
|
+
"name": "string"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"children": {
|
|
78
|
+
"defaultValue": null,
|
|
79
|
+
"description": "",
|
|
80
|
+
"name": "children",
|
|
81
|
+
"parent": {
|
|
82
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
83
|
+
"name": "TunnelEntryProps"
|
|
84
|
+
},
|
|
85
|
+
"declarations": [
|
|
86
|
+
{
|
|
87
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
88
|
+
"name": "TunnelEntryProps"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"required": false,
|
|
92
|
+
"type": {
|
|
93
|
+
"name": "TunnelEntryChildren"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"staticEntryId": {
|
|
97
|
+
"defaultValue": null,
|
|
98
|
+
"description": "Static entry ID instead of generated ID by `useId`",
|
|
99
|
+
"name": "staticEntryId",
|
|
100
|
+
"parent": {
|
|
101
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
102
|
+
"name": "TunnelEntryProps"
|
|
103
|
+
},
|
|
104
|
+
"declarations": [
|
|
105
|
+
{
|
|
106
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
107
|
+
"name": "TunnelEntryProps"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"required": false,
|
|
111
|
+
"type": {
|
|
112
|
+
"name": "string"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
58
116
|
},
|
|
59
117
|
{
|
|
60
118
|
"tags": {},
|
|
@@ -238443,43 +238501,87 @@
|
|
|
238443
238501
|
"tags": {
|
|
238444
238502
|
"flr-generate": "all"
|
|
238445
238503
|
},
|
|
238446
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
238504
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Accordion/Accordion.tsx",
|
|
238447
238505
|
"description": "",
|
|
238448
|
-
"displayName": "
|
|
238506
|
+
"displayName": "Accordion",
|
|
238449
238507
|
"methods": [],
|
|
238450
238508
|
"props": {
|
|
238451
|
-
"
|
|
238509
|
+
"defaultExpanded": {
|
|
238452
238510
|
"defaultValue": null,
|
|
238453
|
-
"description": "",
|
|
238454
|
-
"name": "
|
|
238511
|
+
"description": "Whether the accordion should be initially expanded.",
|
|
238512
|
+
"name": "defaultExpanded",
|
|
238455
238513
|
"parent": {
|
|
238456
|
-
"fileName": "components/src/components/
|
|
238457
|
-
"name": "
|
|
238514
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238515
|
+
"name": "AccordionProps"
|
|
238458
238516
|
},
|
|
238459
238517
|
"declarations": [
|
|
238460
238518
|
{
|
|
238461
|
-
"fileName": "components/src/components/
|
|
238462
|
-
"name": "
|
|
238519
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238520
|
+
"name": "AccordionProps"
|
|
238463
238521
|
}
|
|
238464
238522
|
],
|
|
238465
238523
|
"required": false,
|
|
238466
238524
|
"type": {
|
|
238467
|
-
"name": "
|
|
238525
|
+
"name": "boolean"
|
|
238468
238526
|
}
|
|
238469
238527
|
},
|
|
238470
|
-
"
|
|
238528
|
+
"variant": {
|
|
238529
|
+
"defaultValue": {
|
|
238530
|
+
"value": "\"default\""
|
|
238531
|
+
},
|
|
238532
|
+
"description": "The visual variant of the accordion.",
|
|
238533
|
+
"name": "variant",
|
|
238534
|
+
"parent": {
|
|
238535
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238536
|
+
"name": "AccordionProps"
|
|
238537
|
+
},
|
|
238538
|
+
"declarations": [
|
|
238539
|
+
{
|
|
238540
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
238541
|
+
"name": "AccordionProps"
|
|
238542
|
+
}
|
|
238543
|
+
],
|
|
238544
|
+
"required": false,
|
|
238545
|
+
"type": {
|
|
238546
|
+
"name": "\"default\" | \"outline\""
|
|
238547
|
+
}
|
|
238548
|
+
},
|
|
238549
|
+
"ref": {
|
|
238550
|
+
"defaultValue": null,
|
|
238551
|
+
"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}",
|
|
238552
|
+
"name": "ref",
|
|
238553
|
+
"parent": {
|
|
238554
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238555
|
+
"name": "RefAttributes"
|
|
238556
|
+
},
|
|
238557
|
+
"declarations": [
|
|
238558
|
+
{
|
|
238559
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238560
|
+
"name": "RefAttributes"
|
|
238561
|
+
}
|
|
238562
|
+
],
|
|
238563
|
+
"required": false,
|
|
238564
|
+
"type": {
|
|
238565
|
+
"name": "Ref<HTMLInputElement>"
|
|
238566
|
+
}
|
|
238567
|
+
},
|
|
238568
|
+
"key": {
|
|
238471
238569
|
"defaultValue": null,
|
|
238472
238570
|
"description": "",
|
|
238473
|
-
"name": "
|
|
238571
|
+
"name": "key",
|
|
238572
|
+
"parent": {
|
|
238573
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238574
|
+
"name": "Attributes"
|
|
238575
|
+
},
|
|
238474
238576
|
"declarations": [
|
|
238475
238577
|
{
|
|
238476
238578
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238477
|
-
"name": "
|
|
238579
|
+
"name": "Attributes"
|
|
238478
238580
|
}
|
|
238479
238581
|
],
|
|
238480
238582
|
"required": false,
|
|
238481
238583
|
"type": {
|
|
238482
|
-
"name": "
|
|
238584
|
+
"name": "Key | null"
|
|
238483
238585
|
}
|
|
238484
238586
|
},
|
|
238485
238587
|
"defaultChecked": {
|
|
@@ -239204,6 +239306,25 @@
|
|
|
239204
239306
|
"name": "string"
|
|
239205
239307
|
}
|
|
239206
239308
|
},
|
|
239309
|
+
"color": {
|
|
239310
|
+
"defaultValue": null,
|
|
239311
|
+
"description": "",
|
|
239312
|
+
"name": "color",
|
|
239313
|
+
"parent": {
|
|
239314
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
239315
|
+
"name": "HTMLAttributes"
|
|
239316
|
+
},
|
|
239317
|
+
"declarations": [
|
|
239318
|
+
{
|
|
239319
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
239320
|
+
"name": "HTMLAttributes"
|
|
239321
|
+
}
|
|
239322
|
+
],
|
|
239323
|
+
"required": false,
|
|
239324
|
+
"type": {
|
|
239325
|
+
"name": "string"
|
|
239326
|
+
}
|
|
239327
|
+
},
|
|
239207
239328
|
"itemProp": {
|
|
239208
239329
|
"defaultValue": null,
|
|
239209
239330
|
"description": "",
|
|
@@ -240515,6 +240636,25 @@
|
|
|
240515
240636
|
"name": "string"
|
|
240516
240637
|
}
|
|
240517
240638
|
},
|
|
240639
|
+
"children": {
|
|
240640
|
+
"defaultValue": null,
|
|
240641
|
+
"description": "",
|
|
240642
|
+
"name": "children",
|
|
240643
|
+
"parent": {
|
|
240644
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
240645
|
+
"name": "DOMAttributes"
|
|
240646
|
+
},
|
|
240647
|
+
"declarations": [
|
|
240648
|
+
{
|
|
240649
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
240650
|
+
"name": "DOMAttributes"
|
|
240651
|
+
}
|
|
240652
|
+
],
|
|
240653
|
+
"required": false,
|
|
240654
|
+
"type": {
|
|
240655
|
+
"name": "ReactNode"
|
|
240656
|
+
}
|
|
240657
|
+
},
|
|
240518
240658
|
"dangerouslySetInnerHTML": {
|
|
240519
240659
|
"defaultValue": null,
|
|
240520
240660
|
"description": "",
|
|
@@ -243725,97 +243865,6 @@
|
|
|
243725
243865
|
"type": {
|
|
243726
243866
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
243727
243867
|
}
|
|
243728
|
-
},
|
|
243729
|
-
"elementType": {
|
|
243730
|
-
"defaultValue": null,
|
|
243731
|
-
"description": "",
|
|
243732
|
-
"name": "elementType",
|
|
243733
|
-
"declarations": [
|
|
243734
|
-
{
|
|
243735
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
243736
|
-
"name": "TypeLiteral"
|
|
243737
|
-
}
|
|
243738
|
-
],
|
|
243739
|
-
"required": false,
|
|
243740
|
-
"type": {
|
|
243741
|
-
"name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
|
|
243742
|
-
}
|
|
243743
|
-
},
|
|
243744
|
-
"wrapWith": {
|
|
243745
|
-
"defaultValue": null,
|
|
243746
|
-
"description": "",
|
|
243747
|
-
"name": "wrapWith",
|
|
243748
|
-
"parent": {
|
|
243749
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
243750
|
-
"name": "FlowComponentProps"
|
|
243751
|
-
},
|
|
243752
|
-
"declarations": [
|
|
243753
|
-
{
|
|
243754
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
243755
|
-
"name": "FlowComponentProps"
|
|
243756
|
-
}
|
|
243757
|
-
],
|
|
243758
|
-
"required": false,
|
|
243759
|
-
"type": {
|
|
243760
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
243761
|
-
}
|
|
243762
|
-
},
|
|
243763
|
-
"tunnelId": {
|
|
243764
|
-
"defaultValue": null,
|
|
243765
|
-
"description": "@internal",
|
|
243766
|
-
"name": "tunnelId",
|
|
243767
|
-
"parent": {
|
|
243768
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
243769
|
-
"name": "PropsWithTunnel"
|
|
243770
|
-
},
|
|
243771
|
-
"declarations": [
|
|
243772
|
-
{
|
|
243773
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
243774
|
-
"name": "PropsWithTunnel"
|
|
243775
|
-
}
|
|
243776
|
-
],
|
|
243777
|
-
"required": false,
|
|
243778
|
-
"type": {
|
|
243779
|
-
"name": "string | null"
|
|
243780
|
-
}
|
|
243781
|
-
},
|
|
243782
|
-
"ref": {
|
|
243783
|
-
"defaultValue": null,
|
|
243784
|
-
"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}",
|
|
243785
|
-
"name": "ref",
|
|
243786
|
-
"parent": {
|
|
243787
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243788
|
-
"name": "RefAttributes"
|
|
243789
|
-
},
|
|
243790
|
-
"declarations": [
|
|
243791
|
-
{
|
|
243792
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243793
|
-
"name": "RefAttributes"
|
|
243794
|
-
}
|
|
243795
|
-
],
|
|
243796
|
-
"required": false,
|
|
243797
|
-
"type": {
|
|
243798
|
-
"name": "Ref<HTMLInputElement>"
|
|
243799
|
-
}
|
|
243800
|
-
},
|
|
243801
|
-
"key": {
|
|
243802
|
-
"defaultValue": null,
|
|
243803
|
-
"description": "",
|
|
243804
|
-
"name": "key",
|
|
243805
|
-
"parent": {
|
|
243806
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243807
|
-
"name": "Attributes"
|
|
243808
|
-
},
|
|
243809
|
-
"declarations": [
|
|
243810
|
-
{
|
|
243811
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243812
|
-
"name": "Attributes"
|
|
243813
|
-
}
|
|
243814
|
-
],
|
|
243815
|
-
"required": false,
|
|
243816
|
-
"type": {
|
|
243817
|
-
"name": "Key | null"
|
|
243818
|
-
}
|
|
243819
243868
|
}
|
|
243820
243869
|
}
|
|
243821
243870
|
},
|
|
@@ -243823,87 +243872,43 @@
|
|
|
243823
243872
|
"tags": {
|
|
243824
243873
|
"flr-generate": "all"
|
|
243825
243874
|
},
|
|
243826
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
243875
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AccentBox/AccentBox.tsx",
|
|
243827
243876
|
"description": "",
|
|
243828
|
-
"displayName": "
|
|
243877
|
+
"displayName": "AccentBox",
|
|
243829
243878
|
"methods": [],
|
|
243830
243879
|
"props": {
|
|
243831
|
-
"
|
|
243832
|
-
"defaultValue": null,
|
|
243833
|
-
"description": "Whether the accordion should be initially expanded.",
|
|
243834
|
-
"name": "defaultExpanded",
|
|
243835
|
-
"parent": {
|
|
243836
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243837
|
-
"name": "AccordionProps"
|
|
243838
|
-
},
|
|
243839
|
-
"declarations": [
|
|
243840
|
-
{
|
|
243841
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243842
|
-
"name": "AccordionProps"
|
|
243843
|
-
}
|
|
243844
|
-
],
|
|
243845
|
-
"required": false,
|
|
243846
|
-
"type": {
|
|
243847
|
-
"name": "boolean"
|
|
243848
|
-
}
|
|
243849
|
-
},
|
|
243850
|
-
"variant": {
|
|
243851
|
-
"defaultValue": {
|
|
243852
|
-
"value": "\"default\""
|
|
243853
|
-
},
|
|
243854
|
-
"description": "The visual variant of the accordion.",
|
|
243855
|
-
"name": "variant",
|
|
243856
|
-
"parent": {
|
|
243857
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243858
|
-
"name": "AccordionProps"
|
|
243859
|
-
},
|
|
243860
|
-
"declarations": [
|
|
243861
|
-
{
|
|
243862
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
243863
|
-
"name": "AccordionProps"
|
|
243864
|
-
}
|
|
243865
|
-
],
|
|
243866
|
-
"required": false,
|
|
243867
|
-
"type": {
|
|
243868
|
-
"name": "\"default\" | \"outline\""
|
|
243869
|
-
}
|
|
243870
|
-
},
|
|
243871
|
-
"ref": {
|
|
243880
|
+
"color": {
|
|
243872
243881
|
"defaultValue": null,
|
|
243873
|
-
"description": "
|
|
243874
|
-
"name": "
|
|
243882
|
+
"description": "",
|
|
243883
|
+
"name": "color",
|
|
243875
243884
|
"parent": {
|
|
243876
|
-
"fileName": "
|
|
243877
|
-
"name": "
|
|
243885
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
243886
|
+
"name": "AccentBoxProps"
|
|
243878
243887
|
},
|
|
243879
243888
|
"declarations": [
|
|
243880
243889
|
{
|
|
243881
|
-
"fileName": "
|
|
243882
|
-
"name": "
|
|
243890
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
243891
|
+
"name": "AccentBoxProps"
|
|
243883
243892
|
}
|
|
243884
243893
|
],
|
|
243885
243894
|
"required": false,
|
|
243886
243895
|
"type": {
|
|
243887
|
-
"name": "
|
|
243896
|
+
"name": "\"neutral\" | \"green\" | \"gradient\" | \"blue\""
|
|
243888
243897
|
}
|
|
243889
243898
|
},
|
|
243890
|
-
"
|
|
243899
|
+
"children": {
|
|
243891
243900
|
"defaultValue": null,
|
|
243892
243901
|
"description": "",
|
|
243893
|
-
"name": "
|
|
243894
|
-
"parent": {
|
|
243895
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243896
|
-
"name": "Attributes"
|
|
243897
|
-
},
|
|
243902
|
+
"name": "children",
|
|
243898
243903
|
"declarations": [
|
|
243899
243904
|
{
|
|
243900
243905
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
243901
|
-
"name": "
|
|
243906
|
+
"name": "TypeLiteral"
|
|
243902
243907
|
}
|
|
243903
243908
|
],
|
|
243904
243909
|
"required": false,
|
|
243905
243910
|
"type": {
|
|
243906
|
-
"name": "
|
|
243911
|
+
"name": "ReactNode"
|
|
243907
243912
|
}
|
|
243908
243913
|
},
|
|
243909
243914
|
"defaultChecked": {
|
|
@@ -244628,25 +244633,6 @@
|
|
|
244628
244633
|
"name": "string"
|
|
244629
244634
|
}
|
|
244630
244635
|
},
|
|
244631
|
-
"color": {
|
|
244632
|
-
"defaultValue": null,
|
|
244633
|
-
"description": "",
|
|
244634
|
-
"name": "color",
|
|
244635
|
-
"parent": {
|
|
244636
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244637
|
-
"name": "HTMLAttributes"
|
|
244638
|
-
},
|
|
244639
|
-
"declarations": [
|
|
244640
|
-
{
|
|
244641
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244642
|
-
"name": "HTMLAttributes"
|
|
244643
|
-
}
|
|
244644
|
-
],
|
|
244645
|
-
"required": false,
|
|
244646
|
-
"type": {
|
|
244647
|
-
"name": "string"
|
|
244648
|
-
}
|
|
244649
|
-
},
|
|
244650
244636
|
"itemProp": {
|
|
244651
244637
|
"defaultValue": null,
|
|
244652
244638
|
"description": "",
|
|
@@ -245958,25 +245944,6 @@
|
|
|
245958
245944
|
"name": "string"
|
|
245959
245945
|
}
|
|
245960
245946
|
},
|
|
245961
|
-
"children": {
|
|
245962
|
-
"defaultValue": null,
|
|
245963
|
-
"description": "",
|
|
245964
|
-
"name": "children",
|
|
245965
|
-
"parent": {
|
|
245966
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
245967
|
-
"name": "DOMAttributes"
|
|
245968
|
-
},
|
|
245969
|
-
"declarations": [
|
|
245970
|
-
{
|
|
245971
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
245972
|
-
"name": "DOMAttributes"
|
|
245973
|
-
}
|
|
245974
|
-
],
|
|
245975
|
-
"required": false,
|
|
245976
|
-
"type": {
|
|
245977
|
-
"name": "ReactNode"
|
|
245978
|
-
}
|
|
245979
|
-
},
|
|
245980
245947
|
"dangerouslySetInnerHTML": {
|
|
245981
245948
|
"defaultValue": null,
|
|
245982
245949
|
"description": "",
|
|
@@ -249187,6 +249154,97 @@
|
|
|
249187
249154
|
"type": {
|
|
249188
249155
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
249189
249156
|
}
|
|
249157
|
+
},
|
|
249158
|
+
"elementType": {
|
|
249159
|
+
"defaultValue": null,
|
|
249160
|
+
"description": "",
|
|
249161
|
+
"name": "elementType",
|
|
249162
|
+
"declarations": [
|
|
249163
|
+
{
|
|
249164
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
249165
|
+
"name": "TypeLiteral"
|
|
249166
|
+
}
|
|
249167
|
+
],
|
|
249168
|
+
"required": false,
|
|
249169
|
+
"type": {
|
|
249170
|
+
"name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
|
|
249171
|
+
}
|
|
249172
|
+
},
|
|
249173
|
+
"wrapWith": {
|
|
249174
|
+
"defaultValue": null,
|
|
249175
|
+
"description": "",
|
|
249176
|
+
"name": "wrapWith",
|
|
249177
|
+
"parent": {
|
|
249178
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
249179
|
+
"name": "FlowComponentProps"
|
|
249180
|
+
},
|
|
249181
|
+
"declarations": [
|
|
249182
|
+
{
|
|
249183
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
249184
|
+
"name": "FlowComponentProps"
|
|
249185
|
+
}
|
|
249186
|
+
],
|
|
249187
|
+
"required": false,
|
|
249188
|
+
"type": {
|
|
249189
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
249190
|
+
}
|
|
249191
|
+
},
|
|
249192
|
+
"tunnelId": {
|
|
249193
|
+
"defaultValue": null,
|
|
249194
|
+
"description": "@internal",
|
|
249195
|
+
"name": "tunnelId",
|
|
249196
|
+
"parent": {
|
|
249197
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
249198
|
+
"name": "PropsWithTunnel"
|
|
249199
|
+
},
|
|
249200
|
+
"declarations": [
|
|
249201
|
+
{
|
|
249202
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
249203
|
+
"name": "PropsWithTunnel"
|
|
249204
|
+
}
|
|
249205
|
+
],
|
|
249206
|
+
"required": false,
|
|
249207
|
+
"type": {
|
|
249208
|
+
"name": "string | null"
|
|
249209
|
+
}
|
|
249210
|
+
},
|
|
249211
|
+
"ref": {
|
|
249212
|
+
"defaultValue": null,
|
|
249213
|
+
"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}",
|
|
249214
|
+
"name": "ref",
|
|
249215
|
+
"parent": {
|
|
249216
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249217
|
+
"name": "RefAttributes"
|
|
249218
|
+
},
|
|
249219
|
+
"declarations": [
|
|
249220
|
+
{
|
|
249221
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249222
|
+
"name": "RefAttributes"
|
|
249223
|
+
}
|
|
249224
|
+
],
|
|
249225
|
+
"required": false,
|
|
249226
|
+
"type": {
|
|
249227
|
+
"name": "Ref<HTMLInputElement>"
|
|
249228
|
+
}
|
|
249229
|
+
},
|
|
249230
|
+
"key": {
|
|
249231
|
+
"defaultValue": null,
|
|
249232
|
+
"description": "",
|
|
249233
|
+
"name": "key",
|
|
249234
|
+
"parent": {
|
|
249235
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249236
|
+
"name": "Attributes"
|
|
249237
|
+
},
|
|
249238
|
+
"declarations": [
|
|
249239
|
+
{
|
|
249240
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249241
|
+
"name": "Attributes"
|
|
249242
|
+
}
|
|
249243
|
+
],
|
|
249244
|
+
"required": false,
|
|
249245
|
+
"type": {
|
|
249246
|
+
"name": "Key | null"
|
|
249247
|
+
}
|
|
249190
249248
|
}
|
|
249191
249249
|
}
|
|
249192
249250
|
},
|
|
@@ -256364,10 +256422,10 @@
|
|
|
256364
256422
|
"name": "() => ArrayIterator<any>"
|
|
256365
256423
|
}
|
|
256366
256424
|
},
|
|
256367
|
-
"__@unscopables@
|
|
256425
|
+
"__@unscopables@3166": {
|
|
256368
256426
|
"defaultValue": null,
|
|
256369
256427
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
256370
|
-
"name": "__@unscopables@
|
|
256428
|
+
"name": "__@unscopables@3166",
|
|
256371
256429
|
"parent": {
|
|
256372
256430
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
256373
256431
|
"name": "Array"
|
|
@@ -257200,10 +257258,10 @@
|
|
|
257200
257258
|
"name": "() => ArrayIterator<any>"
|
|
257201
257259
|
}
|
|
257202
257260
|
},
|
|
257203
|
-
"__@unscopables@
|
|
257261
|
+
"__@unscopables@3166": {
|
|
257204
257262
|
"defaultValue": null,
|
|
257205
257263
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
257206
|
-
"name": "__@unscopables@
|
|
257264
|
+
"name": "__@unscopables@3166",
|
|
257207
257265
|
"parent": {
|
|
257208
257266
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
257209
257267
|
"name": "Array"
|
|
@@ -258036,10 +258094,10 @@
|
|
|
258036
258094
|
"name": "() => ArrayIterator<any>"
|
|
258037
258095
|
}
|
|
258038
258096
|
},
|
|
258039
|
-
"__@unscopables@
|
|
258097
|
+
"__@unscopables@3166": {
|
|
258040
258098
|
"defaultValue": null,
|
|
258041
258099
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258042
|
-
"name": "__@unscopables@
|
|
258100
|
+
"name": "__@unscopables@3166",
|
|
258043
258101
|
"parent": {
|
|
258044
258102
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258045
258103
|
"name": "Array"
|
|
@@ -286378,6 +286436,49 @@
|
|
|
286378
286436
|
"methods": [],
|
|
286379
286437
|
"props": {}
|
|
286380
286438
|
},
|
|
286439
|
+
{
|
|
286440
|
+
"tags": {},
|
|
286441
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
286442
|
+
"description": "",
|
|
286443
|
+
"displayName": "DataLoaderSuspense",
|
|
286444
|
+
"methods": [],
|
|
286445
|
+
"props": {
|
|
286446
|
+
"useRenderSuspense": {
|
|
286447
|
+
"defaultValue": null,
|
|
286448
|
+
"description": "",
|
|
286449
|
+
"name": "useRenderSuspense",
|
|
286450
|
+
"parent": {
|
|
286451
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
286452
|
+
"name": "Props"
|
|
286453
|
+
},
|
|
286454
|
+
"declarations": [
|
|
286455
|
+
{
|
|
286456
|
+
"fileName": "components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
286457
|
+
"name": "Props"
|
|
286458
|
+
}
|
|
286459
|
+
],
|
|
286460
|
+
"required": true,
|
|
286461
|
+
"type": {
|
|
286462
|
+
"name": "() => void"
|
|
286463
|
+
}
|
|
286464
|
+
},
|
|
286465
|
+
"children": {
|
|
286466
|
+
"defaultValue": null,
|
|
286467
|
+
"description": "",
|
|
286468
|
+
"name": "children",
|
|
286469
|
+
"declarations": [
|
|
286470
|
+
{
|
|
286471
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
286472
|
+
"name": "TypeLiteral"
|
|
286473
|
+
}
|
|
286474
|
+
],
|
|
286475
|
+
"required": false,
|
|
286476
|
+
"type": {
|
|
286477
|
+
"name": "ReactNode"
|
|
286478
|
+
}
|
|
286479
|
+
}
|
|
286480
|
+
}
|
|
286481
|
+
},
|
|
286381
286482
|
{
|
|
286382
286483
|
"tags": {},
|
|
286383
286484
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
@@ -291734,204 +291835,6 @@
|
|
|
291734
291835
|
}
|
|
291735
291836
|
}
|
|
291736
291837
|
},
|
|
291737
|
-
{
|
|
291738
|
-
"tags": {},
|
|
291739
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
|
|
291740
|
-
"description": "",
|
|
291741
|
-
"displayName": "TooltipContent",
|
|
291742
|
-
"methods": [],
|
|
291743
|
-
"props": {
|
|
291744
|
-
"label": {
|
|
291745
|
-
"defaultValue": null,
|
|
291746
|
-
"description": "",
|
|
291747
|
-
"name": "label",
|
|
291748
|
-
"declarations": [
|
|
291749
|
-
{
|
|
291750
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291751
|
-
"name": "TypeLiteral"
|
|
291752
|
-
}
|
|
291753
|
-
],
|
|
291754
|
-
"required": false,
|
|
291755
|
-
"type": {
|
|
291756
|
-
"name": "string | number"
|
|
291757
|
-
}
|
|
291758
|
-
},
|
|
291759
|
-
"active": {
|
|
291760
|
-
"defaultValue": null,
|
|
291761
|
-
"description": "If true, then Tooltip is always displayed, once an activeIndex is set by mouse over, or programmatically.\nIf false, then Tooltip is never displayed.\nIf active is undefined, Recharts will control when the Tooltip displays. This includes mouse and keyboard controls.",
|
|
291762
|
-
"name": "active",
|
|
291763
|
-
"declarations": [
|
|
291764
|
-
{
|
|
291765
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291766
|
-
"name": "TypeLiteral"
|
|
291767
|
-
},
|
|
291768
|
-
{
|
|
291769
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291770
|
-
"name": "TypeLiteral"
|
|
291771
|
-
}
|
|
291772
|
-
],
|
|
291773
|
-
"required": false,
|
|
291774
|
-
"type": {
|
|
291775
|
-
"name": "boolean"
|
|
291776
|
-
}
|
|
291777
|
-
},
|
|
291778
|
-
"payload": {
|
|
291779
|
-
"defaultValue": null,
|
|
291780
|
-
"description": "",
|
|
291781
|
-
"name": "payload",
|
|
291782
|
-
"declarations": [
|
|
291783
|
-
{
|
|
291784
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291785
|
-
"name": "TypeLiteral"
|
|
291786
|
-
}
|
|
291787
|
-
],
|
|
291788
|
-
"required": true,
|
|
291789
|
-
"type": {
|
|
291790
|
-
"name": "any[]"
|
|
291791
|
-
}
|
|
291792
|
-
},
|
|
291793
|
-
"wrapperClassName": {
|
|
291794
|
-
"defaultValue": null,
|
|
291795
|
-
"description": "",
|
|
291796
|
-
"name": "wrapperClassName",
|
|
291797
|
-
"parent": {
|
|
291798
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
291799
|
-
"name": "Props"
|
|
291800
|
-
},
|
|
291801
|
-
"declarations": [
|
|
291802
|
-
{
|
|
291803
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
291804
|
-
"name": "Props"
|
|
291805
|
-
}
|
|
291806
|
-
],
|
|
291807
|
-
"required": false,
|
|
291808
|
-
"type": {
|
|
291809
|
-
"name": "string"
|
|
291810
|
-
}
|
|
291811
|
-
},
|
|
291812
|
-
"formatter": {
|
|
291813
|
-
"defaultValue": null,
|
|
291814
|
-
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
291815
|
-
"name": "formatter",
|
|
291816
|
-
"parent": {
|
|
291817
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291818
|
-
"name": "WithTooltipFormatters"
|
|
291819
|
-
},
|
|
291820
|
-
"declarations": [
|
|
291821
|
-
{
|
|
291822
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291823
|
-
"name": "WithTooltipFormatters"
|
|
291824
|
-
}
|
|
291825
|
-
],
|
|
291826
|
-
"required": false,
|
|
291827
|
-
"type": {
|
|
291828
|
-
"name": "TooltipLineFormatter"
|
|
291829
|
-
}
|
|
291830
|
-
},
|
|
291831
|
-
"headingFormatter": {
|
|
291832
|
-
"defaultValue": null,
|
|
291833
|
-
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
291834
|
-
"name": "headingFormatter",
|
|
291835
|
-
"parent": {
|
|
291836
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291837
|
-
"name": "WithTooltipFormatters"
|
|
291838
|
-
},
|
|
291839
|
-
"declarations": [
|
|
291840
|
-
{
|
|
291841
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291842
|
-
"name": "WithTooltipFormatters"
|
|
291843
|
-
}
|
|
291844
|
-
],
|
|
291845
|
-
"required": false,
|
|
291846
|
-
"type": {
|
|
291847
|
-
"name": "TooltipHeadingFormatter"
|
|
291848
|
-
}
|
|
291849
|
-
}
|
|
291850
|
-
}
|
|
291851
|
-
},
|
|
291852
|
-
{
|
|
291853
|
-
"tags": {
|
|
291854
|
-
"flr-generate": "all"
|
|
291855
|
-
},
|
|
291856
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291857
|
-
"description": "",
|
|
291858
|
-
"displayName": "ChartTooltip",
|
|
291859
|
-
"methods": [],
|
|
291860
|
-
"props": {
|
|
291861
|
-
"wrapperClassName": {
|
|
291862
|
-
"defaultValue": null,
|
|
291863
|
-
"description": "",
|
|
291864
|
-
"name": "wrapperClassName",
|
|
291865
|
-
"parent": {
|
|
291866
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
291867
|
-
"name": "Props"
|
|
291868
|
-
},
|
|
291869
|
-
"declarations": [
|
|
291870
|
-
{
|
|
291871
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
291872
|
-
"name": "Props"
|
|
291873
|
-
}
|
|
291874
|
-
],
|
|
291875
|
-
"required": false,
|
|
291876
|
-
"type": {
|
|
291877
|
-
"name": "string"
|
|
291878
|
-
}
|
|
291879
|
-
},
|
|
291880
|
-
"allowEscapeViewBox": {
|
|
291881
|
-
"defaultValue": null,
|
|
291882
|
-
"description": "",
|
|
291883
|
-
"name": "allowEscapeViewBox",
|
|
291884
|
-
"declarations": [
|
|
291885
|
-
{
|
|
291886
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
291887
|
-
"name": "TypeLiteral"
|
|
291888
|
-
}
|
|
291889
|
-
],
|
|
291890
|
-
"required": false,
|
|
291891
|
-
"type": {
|
|
291892
|
-
"name": "AllowInDimension"
|
|
291893
|
-
}
|
|
291894
|
-
},
|
|
291895
|
-
"formatter": {
|
|
291896
|
-
"defaultValue": null,
|
|
291897
|
-
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
291898
|
-
"name": "formatter",
|
|
291899
|
-
"parent": {
|
|
291900
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291901
|
-
"name": "WithTooltipFormatters"
|
|
291902
|
-
},
|
|
291903
|
-
"declarations": [
|
|
291904
|
-
{
|
|
291905
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291906
|
-
"name": "WithTooltipFormatters"
|
|
291907
|
-
}
|
|
291908
|
-
],
|
|
291909
|
-
"required": false,
|
|
291910
|
-
"type": {
|
|
291911
|
-
"name": "TooltipLineFormatter"
|
|
291912
|
-
}
|
|
291913
|
-
},
|
|
291914
|
-
"headingFormatter": {
|
|
291915
|
-
"defaultValue": null,
|
|
291916
|
-
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
291917
|
-
"name": "headingFormatter",
|
|
291918
|
-
"parent": {
|
|
291919
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291920
|
-
"name": "WithTooltipFormatters"
|
|
291921
|
-
},
|
|
291922
|
-
"declarations": [
|
|
291923
|
-
{
|
|
291924
|
-
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
291925
|
-
"name": "WithTooltipFormatters"
|
|
291926
|
-
}
|
|
291927
|
-
],
|
|
291928
|
-
"required": false,
|
|
291929
|
-
"type": {
|
|
291930
|
-
"name": "TooltipHeadingFormatter"
|
|
291931
|
-
}
|
|
291932
|
-
}
|
|
291933
|
-
}
|
|
291934
|
-
},
|
|
291935
291838
|
{
|
|
291936
291839
|
"tags": {},
|
|
291937
291840
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
|
|
@@ -300632,10 +300535,10 @@
|
|
|
300632
300535
|
"name": "AdaptChildPointerEventHandler<any, ReactElement<unknown, string | JSXElementConstructor<any>>>"
|
|
300633
300536
|
}
|
|
300634
300537
|
},
|
|
300635
|
-
"
|
|
300538
|
+
"iconSize": {
|
|
300636
300539
|
"defaultValue": null,
|
|
300637
|
-
"description": "
|
|
300638
|
-
"name": "
|
|
300540
|
+
"description": "",
|
|
300541
|
+
"name": "iconSize",
|
|
300639
300542
|
"parent": {
|
|
300640
300543
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300641
300544
|
"name": "InternalProps"
|
|
@@ -300648,13 +300551,13 @@
|
|
|
300648
300551
|
],
|
|
300649
300552
|
"required": false,
|
|
300650
300553
|
"type": {
|
|
300651
|
-
"name": "
|
|
300554
|
+
"name": "number"
|
|
300652
300555
|
}
|
|
300653
300556
|
},
|
|
300654
|
-
"
|
|
300557
|
+
"iconType": {
|
|
300655
300558
|
"defaultValue": null,
|
|
300656
300559
|
"description": "",
|
|
300657
|
-
"name": "
|
|
300560
|
+
"name": "iconType",
|
|
300658
300561
|
"parent": {
|
|
300659
300562
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300660
300563
|
"name": "InternalProps"
|
|
@@ -300667,13 +300570,13 @@
|
|
|
300667
300570
|
],
|
|
300668
300571
|
"required": false,
|
|
300669
300572
|
"type": {
|
|
300670
|
-
"name": "
|
|
300573
|
+
"name": "IconType"
|
|
300671
300574
|
}
|
|
300672
300575
|
},
|
|
300673
|
-
"
|
|
300576
|
+
"inactiveColor": {
|
|
300674
300577
|
"defaultValue": null,
|
|
300675
300578
|
"description": "",
|
|
300676
|
-
"name": "
|
|
300579
|
+
"name": "inactiveColor",
|
|
300677
300580
|
"parent": {
|
|
300678
300581
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300679
300582
|
"name": "InternalProps"
|
|
@@ -300686,13 +300589,13 @@
|
|
|
300686
300589
|
],
|
|
300687
300590
|
"required": false,
|
|
300688
300591
|
"type": {
|
|
300689
|
-
"name": "
|
|
300592
|
+
"name": "string"
|
|
300690
300593
|
}
|
|
300691
300594
|
},
|
|
300692
|
-
"
|
|
300595
|
+
"payload": {
|
|
300693
300596
|
"defaultValue": null,
|
|
300694
|
-
"description": "",
|
|
300695
|
-
"name": "
|
|
300597
|
+
"description": "DefaultLegendContent.payload is omitted from Legend props.\nA custom payload can be passed here if desired or it can be passed from the Legend \"content\" callback.",
|
|
300598
|
+
"name": "payload",
|
|
300696
300599
|
"parent": {
|
|
300697
300600
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300698
300601
|
"name": "InternalProps"
|
|
@@ -300705,13 +300608,13 @@
|
|
|
300705
300608
|
],
|
|
300706
300609
|
"required": false,
|
|
300707
300610
|
"type": {
|
|
300708
|
-
"name": "
|
|
300611
|
+
"name": "readonly LegendPayload[]"
|
|
300709
300612
|
}
|
|
300710
300613
|
},
|
|
300711
|
-
"
|
|
300614
|
+
"itemSorter": {
|
|
300712
300615
|
"defaultValue": null,
|
|
300713
300616
|
"description": "",
|
|
300714
|
-
"name": "
|
|
300617
|
+
"name": "itemSorter",
|
|
300715
300618
|
"parent": {
|
|
300716
300619
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
300717
300620
|
"name": "InternalProps"
|
|
@@ -300724,7 +300627,7 @@
|
|
|
300724
300627
|
],
|
|
300725
300628
|
"required": false,
|
|
300726
300629
|
"type": {
|
|
300727
|
-
"name": "string"
|
|
300630
|
+
"name": "\"value\" | \"dataKey\" | ((item: LegendPayload) => string | number)"
|
|
300728
300631
|
}
|
|
300729
300632
|
},
|
|
300730
300633
|
"formatter": {
|
|
@@ -300816,6 +300719,204 @@
|
|
|
300816
300719
|
}
|
|
300817
300720
|
}
|
|
300818
300721
|
},
|
|
300722
|
+
{
|
|
300723
|
+
"tags": {},
|
|
300724
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.tsx",
|
|
300725
|
+
"description": "",
|
|
300726
|
+
"displayName": "TooltipContent",
|
|
300727
|
+
"methods": [],
|
|
300728
|
+
"props": {
|
|
300729
|
+
"label": {
|
|
300730
|
+
"defaultValue": null,
|
|
300731
|
+
"description": "",
|
|
300732
|
+
"name": "label",
|
|
300733
|
+
"declarations": [
|
|
300734
|
+
{
|
|
300735
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300736
|
+
"name": "TypeLiteral"
|
|
300737
|
+
}
|
|
300738
|
+
],
|
|
300739
|
+
"required": false,
|
|
300740
|
+
"type": {
|
|
300741
|
+
"name": "string | number"
|
|
300742
|
+
}
|
|
300743
|
+
},
|
|
300744
|
+
"payload": {
|
|
300745
|
+
"defaultValue": null,
|
|
300746
|
+
"description": "",
|
|
300747
|
+
"name": "payload",
|
|
300748
|
+
"declarations": [
|
|
300749
|
+
{
|
|
300750
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300751
|
+
"name": "TypeLiteral"
|
|
300752
|
+
}
|
|
300753
|
+
],
|
|
300754
|
+
"required": true,
|
|
300755
|
+
"type": {
|
|
300756
|
+
"name": "any[]"
|
|
300757
|
+
}
|
|
300758
|
+
},
|
|
300759
|
+
"active": {
|
|
300760
|
+
"defaultValue": null,
|
|
300761
|
+
"description": "If true, then Tooltip is always displayed, once an activeIndex is set by mouse over, or programmatically.\nIf false, then Tooltip is never displayed.\nIf active is undefined, Recharts will control when the Tooltip displays. This includes mouse and keyboard controls.",
|
|
300762
|
+
"name": "active",
|
|
300763
|
+
"declarations": [
|
|
300764
|
+
{
|
|
300765
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300766
|
+
"name": "TypeLiteral"
|
|
300767
|
+
},
|
|
300768
|
+
{
|
|
300769
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300770
|
+
"name": "TypeLiteral"
|
|
300771
|
+
}
|
|
300772
|
+
],
|
|
300773
|
+
"required": false,
|
|
300774
|
+
"type": {
|
|
300775
|
+
"name": "boolean"
|
|
300776
|
+
}
|
|
300777
|
+
},
|
|
300778
|
+
"wrapperClassName": {
|
|
300779
|
+
"defaultValue": null,
|
|
300780
|
+
"description": "",
|
|
300781
|
+
"name": "wrapperClassName",
|
|
300782
|
+
"parent": {
|
|
300783
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
300784
|
+
"name": "Props"
|
|
300785
|
+
},
|
|
300786
|
+
"declarations": [
|
|
300787
|
+
{
|
|
300788
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
300789
|
+
"name": "Props"
|
|
300790
|
+
}
|
|
300791
|
+
],
|
|
300792
|
+
"required": false,
|
|
300793
|
+
"type": {
|
|
300794
|
+
"name": "string"
|
|
300795
|
+
}
|
|
300796
|
+
},
|
|
300797
|
+
"formatter": {
|
|
300798
|
+
"defaultValue": null,
|
|
300799
|
+
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
300800
|
+
"name": "formatter",
|
|
300801
|
+
"parent": {
|
|
300802
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300803
|
+
"name": "WithTooltipFormatters"
|
|
300804
|
+
},
|
|
300805
|
+
"declarations": [
|
|
300806
|
+
{
|
|
300807
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300808
|
+
"name": "WithTooltipFormatters"
|
|
300809
|
+
}
|
|
300810
|
+
],
|
|
300811
|
+
"required": false,
|
|
300812
|
+
"type": {
|
|
300813
|
+
"name": "TooltipLineFormatter"
|
|
300814
|
+
}
|
|
300815
|
+
},
|
|
300816
|
+
"headingFormatter": {
|
|
300817
|
+
"defaultValue": null,
|
|
300818
|
+
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
300819
|
+
"name": "headingFormatter",
|
|
300820
|
+
"parent": {
|
|
300821
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300822
|
+
"name": "WithTooltipFormatters"
|
|
300823
|
+
},
|
|
300824
|
+
"declarations": [
|
|
300825
|
+
{
|
|
300826
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300827
|
+
"name": "WithTooltipFormatters"
|
|
300828
|
+
}
|
|
300829
|
+
],
|
|
300830
|
+
"required": false,
|
|
300831
|
+
"type": {
|
|
300832
|
+
"name": "TooltipHeadingFormatter"
|
|
300833
|
+
}
|
|
300834
|
+
}
|
|
300835
|
+
}
|
|
300836
|
+
},
|
|
300837
|
+
{
|
|
300838
|
+
"tags": {
|
|
300839
|
+
"flr-generate": "all"
|
|
300840
|
+
},
|
|
300841
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300842
|
+
"description": "",
|
|
300843
|
+
"displayName": "ChartTooltip",
|
|
300844
|
+
"methods": [],
|
|
300845
|
+
"props": {
|
|
300846
|
+
"wrapperClassName": {
|
|
300847
|
+
"defaultValue": null,
|
|
300848
|
+
"description": "",
|
|
300849
|
+
"name": "wrapperClassName",
|
|
300850
|
+
"parent": {
|
|
300851
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
300852
|
+
"name": "Props"
|
|
300853
|
+
},
|
|
300854
|
+
"declarations": [
|
|
300855
|
+
{
|
|
300856
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
300857
|
+
"name": "Props"
|
|
300858
|
+
}
|
|
300859
|
+
],
|
|
300860
|
+
"required": false,
|
|
300861
|
+
"type": {
|
|
300862
|
+
"name": "string"
|
|
300863
|
+
}
|
|
300864
|
+
},
|
|
300865
|
+
"allowEscapeViewBox": {
|
|
300866
|
+
"defaultValue": null,
|
|
300867
|
+
"description": "",
|
|
300868
|
+
"name": "allowEscapeViewBox",
|
|
300869
|
+
"declarations": [
|
|
300870
|
+
{
|
|
300871
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.2.2_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
300872
|
+
"name": "TypeLiteral"
|
|
300873
|
+
}
|
|
300874
|
+
],
|
|
300875
|
+
"required": false,
|
|
300876
|
+
"type": {
|
|
300877
|
+
"name": "AllowInDimension"
|
|
300878
|
+
}
|
|
300879
|
+
},
|
|
300880
|
+
"formatter": {
|
|
300881
|
+
"defaultValue": null,
|
|
300882
|
+
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
300883
|
+
"name": "formatter",
|
|
300884
|
+
"parent": {
|
|
300885
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300886
|
+
"name": "WithTooltipFormatters"
|
|
300887
|
+
},
|
|
300888
|
+
"declarations": [
|
|
300889
|
+
{
|
|
300890
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300891
|
+
"name": "WithTooltipFormatters"
|
|
300892
|
+
}
|
|
300893
|
+
],
|
|
300894
|
+
"required": false,
|
|
300895
|
+
"type": {
|
|
300896
|
+
"name": "TooltipLineFormatter"
|
|
300897
|
+
}
|
|
300898
|
+
},
|
|
300899
|
+
"headingFormatter": {
|
|
300900
|
+
"defaultValue": null,
|
|
300901
|
+
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
300902
|
+
"name": "headingFormatter",
|
|
300903
|
+
"parent": {
|
|
300904
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300905
|
+
"name": "WithTooltipFormatters"
|
|
300906
|
+
},
|
|
300907
|
+
"declarations": [
|
|
300908
|
+
{
|
|
300909
|
+
"fileName": "components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.tsx",
|
|
300910
|
+
"name": "WithTooltipFormatters"
|
|
300911
|
+
}
|
|
300912
|
+
],
|
|
300913
|
+
"required": false,
|
|
300914
|
+
"type": {
|
|
300915
|
+
"name": "TooltipHeadingFormatter"
|
|
300916
|
+
}
|
|
300917
|
+
}
|
|
300918
|
+
}
|
|
300919
|
+
},
|
|
300819
300920
|
{
|
|
300820
300921
|
"tags": {
|
|
300821
300922
|
"flr-generate": "all"
|