@mittwald/flow-react-components 0.2.0-alpha.792 → 0.2.0-alpha.794
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 +10 -0
- package/dist/assets/doc-properties.json +658 -658
- package/package.json +6 -6
|
@@ -223702,6 +223702,70 @@
|
|
|
223702
223702
|
}
|
|
223703
223703
|
}
|
|
223704
223704
|
},
|
|
223705
|
+
{
|
|
223706
|
+
"tags": {
|
|
223707
|
+
"flr-generate": "all"
|
|
223708
|
+
},
|
|
223709
|
+
"filePath": "src/components/Chat/Chat.tsx",
|
|
223710
|
+
"description": "",
|
|
223711
|
+
"displayName": "Chat",
|
|
223712
|
+
"methods": [],
|
|
223713
|
+
"props": {
|
|
223714
|
+
"height": {
|
|
223715
|
+
"defaultValue": null,
|
|
223716
|
+
"description": "",
|
|
223717
|
+
"name": "height",
|
|
223718
|
+
"parent": {
|
|
223719
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
223720
|
+
"name": "ChatProps"
|
|
223721
|
+
},
|
|
223722
|
+
"declarations": [
|
|
223723
|
+
{
|
|
223724
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
223725
|
+
"name": "ChatProps"
|
|
223726
|
+
}
|
|
223727
|
+
],
|
|
223728
|
+
"required": false,
|
|
223729
|
+
"type": {
|
|
223730
|
+
"name": "Height<string | number>"
|
|
223731
|
+
}
|
|
223732
|
+
},
|
|
223733
|
+
"children": {
|
|
223734
|
+
"defaultValue": null,
|
|
223735
|
+
"description": "",
|
|
223736
|
+
"name": "children",
|
|
223737
|
+
"declarations": [
|
|
223738
|
+
{
|
|
223739
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
223740
|
+
"name": "TypeLiteral"
|
|
223741
|
+
}
|
|
223742
|
+
],
|
|
223743
|
+
"required": false,
|
|
223744
|
+
"type": {
|
|
223745
|
+
"name": "ReactNode"
|
|
223746
|
+
}
|
|
223747
|
+
},
|
|
223748
|
+
"className": {
|
|
223749
|
+
"defaultValue": null,
|
|
223750
|
+
"description": "The elements class name.",
|
|
223751
|
+
"name": "className",
|
|
223752
|
+
"parent": {
|
|
223753
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
223754
|
+
"name": "PropsWithClassName"
|
|
223755
|
+
},
|
|
223756
|
+
"declarations": [
|
|
223757
|
+
{
|
|
223758
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
223759
|
+
"name": "PropsWithClassName"
|
|
223760
|
+
}
|
|
223761
|
+
],
|
|
223762
|
+
"required": false,
|
|
223763
|
+
"type": {
|
|
223764
|
+
"name": "string"
|
|
223765
|
+
}
|
|
223766
|
+
}
|
|
223767
|
+
}
|
|
223768
|
+
},
|
|
223705
223769
|
{
|
|
223706
223770
|
"tags": {
|
|
223707
223771
|
"flr-generate": "all"
|
|
@@ -225860,70 +225924,6 @@
|
|
|
225860
225924
|
}
|
|
225861
225925
|
}
|
|
225862
225926
|
},
|
|
225863
|
-
{
|
|
225864
|
-
"tags": {
|
|
225865
|
-
"flr-generate": "all"
|
|
225866
|
-
},
|
|
225867
|
-
"filePath": "src/components/Chat/Chat.tsx",
|
|
225868
|
-
"description": "",
|
|
225869
|
-
"displayName": "Chat",
|
|
225870
|
-
"methods": [],
|
|
225871
|
-
"props": {
|
|
225872
|
-
"height": {
|
|
225873
|
-
"defaultValue": null,
|
|
225874
|
-
"description": "",
|
|
225875
|
-
"name": "height",
|
|
225876
|
-
"parent": {
|
|
225877
|
-
"fileName": "src/components/Chat/Chat.tsx",
|
|
225878
|
-
"name": "ChatProps"
|
|
225879
|
-
},
|
|
225880
|
-
"declarations": [
|
|
225881
|
-
{
|
|
225882
|
-
"fileName": "src/components/Chat/Chat.tsx",
|
|
225883
|
-
"name": "ChatProps"
|
|
225884
|
-
}
|
|
225885
|
-
],
|
|
225886
|
-
"required": false,
|
|
225887
|
-
"type": {
|
|
225888
|
-
"name": "Height<string | number>"
|
|
225889
|
-
}
|
|
225890
|
-
},
|
|
225891
|
-
"children": {
|
|
225892
|
-
"defaultValue": null,
|
|
225893
|
-
"description": "",
|
|
225894
|
-
"name": "children",
|
|
225895
|
-
"declarations": [
|
|
225896
|
-
{
|
|
225897
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
225898
|
-
"name": "TypeLiteral"
|
|
225899
|
-
}
|
|
225900
|
-
],
|
|
225901
|
-
"required": false,
|
|
225902
|
-
"type": {
|
|
225903
|
-
"name": "ReactNode"
|
|
225904
|
-
}
|
|
225905
|
-
},
|
|
225906
|
-
"className": {
|
|
225907
|
-
"defaultValue": null,
|
|
225908
|
-
"description": "The elements class name.",
|
|
225909
|
-
"name": "className",
|
|
225910
|
-
"parent": {
|
|
225911
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
225912
|
-
"name": "PropsWithClassName"
|
|
225913
|
-
},
|
|
225914
|
-
"declarations": [
|
|
225915
|
-
{
|
|
225916
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
225917
|
-
"name": "PropsWithClassName"
|
|
225918
|
-
}
|
|
225919
|
-
],
|
|
225920
|
-
"required": false,
|
|
225921
|
-
"type": {
|
|
225922
|
-
"name": "string"
|
|
225923
|
-
}
|
|
225924
|
-
}
|
|
225925
|
-
}
|
|
225926
|
-
},
|
|
225927
225927
|
{
|
|
225928
225928
|
"tags": {
|
|
225929
225929
|
"flr-generate": "all"
|
|
@@ -272687,9 +272687,9 @@
|
|
|
272687
272687
|
},
|
|
272688
272688
|
{
|
|
272689
272689
|
"tags": {},
|
|
272690
|
-
"filePath": "src/integrations/react-hook-form/components/
|
|
272690
|
+
"filePath": "src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
272691
272691
|
"description": "",
|
|
272692
|
-
"displayName": "
|
|
272692
|
+
"displayName": "ResetButton",
|
|
272693
272693
|
"methods": [],
|
|
272694
272694
|
"props": {
|
|
272695
272695
|
"slot": {
|
|
@@ -275038,33 +275038,57 @@
|
|
|
275038
275038
|
"type": {
|
|
275039
275039
|
"name": "Key | null"
|
|
275040
275040
|
}
|
|
275041
|
-
}
|
|
275042
|
-
|
|
275041
|
+
}
|
|
275042
|
+
}
|
|
275043
|
+
},
|
|
275044
|
+
{
|
|
275045
|
+
"tags": {},
|
|
275046
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275047
|
+
"description": "",
|
|
275048
|
+
"displayName": "FormSettingsProvider",
|
|
275049
|
+
"methods": [],
|
|
275050
|
+
"props": {
|
|
275051
|
+
"submitInterceptor": {
|
|
275043
275052
|
"defaultValue": null,
|
|
275044
275053
|
"description": "",
|
|
275045
|
-
"name": "
|
|
275054
|
+
"name": "submitInterceptor",
|
|
275046
275055
|
"parent": {
|
|
275047
|
-
"fileName": "components/src/components/
|
|
275048
|
-
"name": "
|
|
275056
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275057
|
+
"name": "Context"
|
|
275049
275058
|
},
|
|
275050
275059
|
"declarations": [
|
|
275051
275060
|
{
|
|
275052
|
-
"fileName": "components/src/components/
|
|
275053
|
-
"name": "
|
|
275061
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
275062
|
+
"name": "Context"
|
|
275054
275063
|
}
|
|
275055
275064
|
],
|
|
275056
275065
|
"required": false,
|
|
275057
275066
|
"type": {
|
|
275058
|
-
"name": "
|
|
275067
|
+
"name": "SubmitInterceptor"
|
|
275068
|
+
}
|
|
275069
|
+
},
|
|
275070
|
+
"children": {
|
|
275071
|
+
"defaultValue": null,
|
|
275072
|
+
"description": "",
|
|
275073
|
+
"name": "children",
|
|
275074
|
+
"declarations": [
|
|
275075
|
+
{
|
|
275076
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
275077
|
+
"name": "TypeLiteral"
|
|
275078
|
+
}
|
|
275079
|
+
],
|
|
275080
|
+
"required": false,
|
|
275081
|
+
"type": {
|
|
275082
|
+
"name": "ReactNode"
|
|
275059
275083
|
}
|
|
275060
275084
|
}
|
|
275061
275085
|
}
|
|
275062
275086
|
},
|
|
275063
275087
|
{
|
|
275064
275088
|
"tags": {},
|
|
275065
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
275089
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
|
|
275066
275090
|
"description": "",
|
|
275067
|
-
"displayName": "
|
|
275091
|
+
"displayName": "SubmitButton",
|
|
275068
275092
|
"methods": [],
|
|
275069
275093
|
"props": {
|
|
275070
275094
|
"slot": {
|
|
@@ -277413,48 +277437,24 @@
|
|
|
277413
277437
|
"type": {
|
|
277414
277438
|
"name": "Key | null"
|
|
277415
277439
|
}
|
|
277416
|
-
}
|
|
277417
|
-
|
|
277418
|
-
},
|
|
277419
|
-
{
|
|
277420
|
-
"tags": {},
|
|
277421
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
277422
|
-
"description": "",
|
|
277423
|
-
"displayName": "FormSettingsProvider",
|
|
277424
|
-
"methods": [],
|
|
277425
|
-
"props": {
|
|
277426
|
-
"submitInterceptor": {
|
|
277440
|
+
},
|
|
277441
|
+
"showFeedback": {
|
|
277427
277442
|
"defaultValue": null,
|
|
277428
277443
|
"description": "",
|
|
277429
|
-
"name": "
|
|
277444
|
+
"name": "showFeedback",
|
|
277430
277445
|
"parent": {
|
|
277431
|
-
"fileName": "components/src/
|
|
277432
|
-
"name": "
|
|
277446
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277447
|
+
"name": "ActionProps"
|
|
277433
277448
|
},
|
|
277434
277449
|
"declarations": [
|
|
277435
277450
|
{
|
|
277436
|
-
"fileName": "components/src/
|
|
277437
|
-
"name": "
|
|
277438
|
-
}
|
|
277439
|
-
],
|
|
277440
|
-
"required": false,
|
|
277441
|
-
"type": {
|
|
277442
|
-
"name": "SubmitInterceptor"
|
|
277443
|
-
}
|
|
277444
|
-
},
|
|
277445
|
-
"children": {
|
|
277446
|
-
"defaultValue": null,
|
|
277447
|
-
"description": "",
|
|
277448
|
-
"name": "children",
|
|
277449
|
-
"declarations": [
|
|
277450
|
-
{
|
|
277451
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277452
|
-
"name": "TypeLiteral"
|
|
277451
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277452
|
+
"name": "ActionProps"
|
|
277453
277453
|
}
|
|
277454
277454
|
],
|
|
277455
277455
|
"required": false,
|
|
277456
277456
|
"type": {
|
|
277457
|
-
"name": "
|
|
277457
|
+
"name": "boolean"
|
|
277458
277458
|
}
|
|
277459
277459
|
}
|
|
277460
277460
|
}
|
|
@@ -284135,10 +284135,12 @@
|
|
|
284135
284135
|
}
|
|
284136
284136
|
},
|
|
284137
284137
|
{
|
|
284138
|
-
"tags": {
|
|
284139
|
-
|
|
284138
|
+
"tags": {
|
|
284139
|
+
"deprecated": "Use RouterProvider instead"
|
|
284140
|
+
},
|
|
284141
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
284140
284142
|
"description": "",
|
|
284141
|
-
"displayName": "
|
|
284143
|
+
"displayName": "LinkProvider",
|
|
284142
284144
|
"methods": [],
|
|
284143
284145
|
"props": {
|
|
284144
284146
|
"children": {
|
|
@@ -284159,12 +284161,10 @@
|
|
|
284159
284161
|
}
|
|
284160
284162
|
},
|
|
284161
284163
|
{
|
|
284162
|
-
"tags": {
|
|
284163
|
-
|
|
284164
|
-
},
|
|
284165
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
284164
|
+
"tags": {},
|
|
284165
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
284166
284166
|
"description": "",
|
|
284167
|
-
"displayName": "
|
|
284167
|
+
"displayName": "RouterProvider",
|
|
284168
284168
|
"methods": [],
|
|
284169
284169
|
"props": {
|
|
284170
284170
|
"children": {
|
|
@@ -309347,93 +309347,6 @@
|
|
|
309347
309347
|
}
|
|
309348
309348
|
}
|
|
309349
309349
|
},
|
|
309350
|
-
{
|
|
309351
|
-
"tags": {
|
|
309352
|
-
"flr-generate": "all"
|
|
309353
|
-
},
|
|
309354
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
309355
|
-
"description": "",
|
|
309356
|
-
"displayName": "DialogTrigger",
|
|
309357
|
-
"methods": [],
|
|
309358
|
-
"props": {
|
|
309359
|
-
"children": {
|
|
309360
|
-
"defaultValue": null,
|
|
309361
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
309362
|
-
"name": "children",
|
|
309363
|
-
"parent": {
|
|
309364
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309365
|
-
"name": "TableProps"
|
|
309366
|
-
},
|
|
309367
|
-
"declarations": [
|
|
309368
|
-
{
|
|
309369
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309370
|
-
"name": "TableProps"
|
|
309371
|
-
}
|
|
309372
|
-
],
|
|
309373
|
-
"required": false,
|
|
309374
|
-
"type": {
|
|
309375
|
-
"name": "ReactNode"
|
|
309376
|
-
}
|
|
309377
|
-
},
|
|
309378
|
-
"isOpen": {
|
|
309379
|
-
"defaultValue": null,
|
|
309380
|
-
"description": "Whether the element is rendered.",
|
|
309381
|
-
"name": "isOpen",
|
|
309382
|
-
"parent": {
|
|
309383
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309384
|
-
"name": "PositionProps"
|
|
309385
|
-
},
|
|
309386
|
-
"declarations": [
|
|
309387
|
-
{
|
|
309388
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309389
|
-
"name": "PositionProps"
|
|
309390
|
-
}
|
|
309391
|
-
],
|
|
309392
|
-
"required": false,
|
|
309393
|
-
"type": {
|
|
309394
|
-
"name": "boolean"
|
|
309395
|
-
}
|
|
309396
|
-
},
|
|
309397
|
-
"defaultOpen": {
|
|
309398
|
-
"defaultValue": null,
|
|
309399
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
309400
|
-
"name": "defaultOpen",
|
|
309401
|
-
"parent": {
|
|
309402
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309403
|
-
"name": "OverlayTriggerProps"
|
|
309404
|
-
},
|
|
309405
|
-
"declarations": [
|
|
309406
|
-
{
|
|
309407
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309408
|
-
"name": "OverlayTriggerProps"
|
|
309409
|
-
}
|
|
309410
|
-
],
|
|
309411
|
-
"required": false,
|
|
309412
|
-
"type": {
|
|
309413
|
-
"name": "boolean"
|
|
309414
|
-
}
|
|
309415
|
-
},
|
|
309416
|
-
"onOpenChange": {
|
|
309417
|
-
"defaultValue": null,
|
|
309418
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
309419
|
-
"name": "onOpenChange",
|
|
309420
|
-
"parent": {
|
|
309421
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309422
|
-
"name": "OverlayTriggerProps"
|
|
309423
|
-
},
|
|
309424
|
-
"declarations": [
|
|
309425
|
-
{
|
|
309426
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309427
|
-
"name": "OverlayTriggerProps"
|
|
309428
|
-
}
|
|
309429
|
-
],
|
|
309430
|
-
"required": false,
|
|
309431
|
-
"type": {
|
|
309432
|
-
"name": "((isOpen: boolean) => void)"
|
|
309433
|
-
}
|
|
309434
|
-
}
|
|
309435
|
-
}
|
|
309436
|
-
},
|
|
309437
309350
|
{
|
|
309438
309351
|
"tags": {
|
|
309439
309352
|
"flr-generate": "all"
|
|
@@ -309618,6 +309531,93 @@
|
|
|
309618
309531
|
}
|
|
309619
309532
|
}
|
|
309620
309533
|
},
|
|
309534
|
+
{
|
|
309535
|
+
"tags": {
|
|
309536
|
+
"flr-generate": "all"
|
|
309537
|
+
},
|
|
309538
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
309539
|
+
"description": "",
|
|
309540
|
+
"displayName": "DialogTrigger",
|
|
309541
|
+
"methods": [],
|
|
309542
|
+
"props": {
|
|
309543
|
+
"children": {
|
|
309544
|
+
"defaultValue": null,
|
|
309545
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
309546
|
+
"name": "children",
|
|
309547
|
+
"parent": {
|
|
309548
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309549
|
+
"name": "TableProps"
|
|
309550
|
+
},
|
|
309551
|
+
"declarations": [
|
|
309552
|
+
{
|
|
309553
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309554
|
+
"name": "TableProps"
|
|
309555
|
+
}
|
|
309556
|
+
],
|
|
309557
|
+
"required": false,
|
|
309558
|
+
"type": {
|
|
309559
|
+
"name": "ReactNode"
|
|
309560
|
+
}
|
|
309561
|
+
},
|
|
309562
|
+
"isOpen": {
|
|
309563
|
+
"defaultValue": null,
|
|
309564
|
+
"description": "Whether the element is rendered.",
|
|
309565
|
+
"name": "isOpen",
|
|
309566
|
+
"parent": {
|
|
309567
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309568
|
+
"name": "PositionProps"
|
|
309569
|
+
},
|
|
309570
|
+
"declarations": [
|
|
309571
|
+
{
|
|
309572
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309573
|
+
"name": "PositionProps"
|
|
309574
|
+
}
|
|
309575
|
+
],
|
|
309576
|
+
"required": false,
|
|
309577
|
+
"type": {
|
|
309578
|
+
"name": "boolean"
|
|
309579
|
+
}
|
|
309580
|
+
},
|
|
309581
|
+
"defaultOpen": {
|
|
309582
|
+
"defaultValue": null,
|
|
309583
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
309584
|
+
"name": "defaultOpen",
|
|
309585
|
+
"parent": {
|
|
309586
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309587
|
+
"name": "OverlayTriggerProps"
|
|
309588
|
+
},
|
|
309589
|
+
"declarations": [
|
|
309590
|
+
{
|
|
309591
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309592
|
+
"name": "OverlayTriggerProps"
|
|
309593
|
+
}
|
|
309594
|
+
],
|
|
309595
|
+
"required": false,
|
|
309596
|
+
"type": {
|
|
309597
|
+
"name": "boolean"
|
|
309598
|
+
}
|
|
309599
|
+
},
|
|
309600
|
+
"onOpenChange": {
|
|
309601
|
+
"defaultValue": null,
|
|
309602
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
309603
|
+
"name": "onOpenChange",
|
|
309604
|
+
"parent": {
|
|
309605
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309606
|
+
"name": "OverlayTriggerProps"
|
|
309607
|
+
},
|
|
309608
|
+
"declarations": [
|
|
309609
|
+
{
|
|
309610
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309611
|
+
"name": "OverlayTriggerProps"
|
|
309612
|
+
}
|
|
309613
|
+
],
|
|
309614
|
+
"required": false,
|
|
309615
|
+
"type": {
|
|
309616
|
+
"name": "((isOpen: boolean) => void)"
|
|
309617
|
+
}
|
|
309618
|
+
}
|
|
309619
|
+
}
|
|
309620
|
+
},
|
|
309621
309621
|
{
|
|
309622
309622
|
"tags": {
|
|
309623
309623
|
"flr-generate": "all"
|
|
@@ -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",
|
|
@@ -318105,6 +318105,34 @@
|
|
|
318105
318105
|
}
|
|
318106
318106
|
}
|
|
318107
318107
|
},
|
|
318108
|
+
{
|
|
318109
|
+
"tags": {},
|
|
318110
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318111
|
+
"description": "",
|
|
318112
|
+
"displayName": "DeleteButton",
|
|
318113
|
+
"methods": [],
|
|
318114
|
+
"props": {
|
|
318115
|
+
"onDelete": {
|
|
318116
|
+
"defaultValue": null,
|
|
318117
|
+
"description": "",
|
|
318118
|
+
"name": "onDelete",
|
|
318119
|
+
"parent": {
|
|
318120
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318121
|
+
"name": "Props"
|
|
318122
|
+
},
|
|
318123
|
+
"declarations": [
|
|
318124
|
+
{
|
|
318125
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
318126
|
+
"name": "Props"
|
|
318127
|
+
}
|
|
318128
|
+
],
|
|
318129
|
+
"required": true,
|
|
318130
|
+
"type": {
|
|
318131
|
+
"name": "() => void"
|
|
318132
|
+
}
|
|
318133
|
+
}
|
|
318134
|
+
}
|
|
318135
|
+
},
|
|
318108
318136
|
{
|
|
318109
318137
|
"tags": {},
|
|
318110
318138
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.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",
|
|
@@ -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",
|
|
@@ -332077,6 +332077,213 @@
|
|
|
332077
332077
|
}
|
|
332078
332078
|
}
|
|
332079
332079
|
},
|
|
332080
|
+
{
|
|
332081
|
+
"tags": {
|
|
332082
|
+
"flr-generate": "all"
|
|
332083
|
+
},
|
|
332084
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
332085
|
+
"description": "",
|
|
332086
|
+
"displayName": "Area",
|
|
332087
|
+
"methods": [],
|
|
332088
|
+
"props": {
|
|
332089
|
+
"color": {
|
|
332090
|
+
"defaultValue": {
|
|
332091
|
+
"value": "\"sea-green\""
|
|
332092
|
+
},
|
|
332093
|
+
"description": "The color of the area.",
|
|
332094
|
+
"name": "color",
|
|
332095
|
+
"parent": {
|
|
332096
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
332097
|
+
"name": "AreaProps"
|
|
332098
|
+
},
|
|
332099
|
+
"declarations": [
|
|
332100
|
+
{
|
|
332101
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
332102
|
+
"name": "AreaProps"
|
|
332103
|
+
}
|
|
332104
|
+
],
|
|
332105
|
+
"required": false,
|
|
332106
|
+
"type": {
|
|
332107
|
+
"name": "CategoricalWithCustomColor"
|
|
332108
|
+
}
|
|
332109
|
+
},
|
|
332110
|
+
"className": {
|
|
332111
|
+
"defaultValue": null,
|
|
332112
|
+
"description": "",
|
|
332113
|
+
"name": "className",
|
|
332114
|
+
"parent": {
|
|
332115
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332116
|
+
"name": "HTMLAttributes"
|
|
332117
|
+
},
|
|
332118
|
+
"declarations": [
|
|
332119
|
+
{
|
|
332120
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332121
|
+
"name": "HTMLAttributes"
|
|
332122
|
+
}
|
|
332123
|
+
],
|
|
332124
|
+
"required": false,
|
|
332125
|
+
"type": {
|
|
332126
|
+
"name": "string"
|
|
332127
|
+
}
|
|
332128
|
+
},
|
|
332129
|
+
"key": {
|
|
332130
|
+
"defaultValue": null,
|
|
332131
|
+
"description": "",
|
|
332132
|
+
"name": "key",
|
|
332133
|
+
"parent": {
|
|
332134
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332135
|
+
"name": "Attributes"
|
|
332136
|
+
},
|
|
332137
|
+
"declarations": [
|
|
332138
|
+
{
|
|
332139
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332140
|
+
"name": "Attributes"
|
|
332141
|
+
}
|
|
332142
|
+
],
|
|
332143
|
+
"required": false,
|
|
332144
|
+
"type": {
|
|
332145
|
+
"name": "Key | null"
|
|
332146
|
+
}
|
|
332147
|
+
},
|
|
332148
|
+
"type": {
|
|
332149
|
+
"defaultValue": null,
|
|
332150
|
+
"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.}",
|
|
332151
|
+
"name": "type",
|
|
332152
|
+
"parent": {
|
|
332153
|
+
"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",
|
|
332154
|
+
"name": "CurveProps"
|
|
332155
|
+
},
|
|
332156
|
+
"declarations": [
|
|
332157
|
+
{
|
|
332158
|
+
"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",
|
|
332159
|
+
"name": "CurveProps"
|
|
332160
|
+
},
|
|
332161
|
+
{
|
|
332162
|
+
"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",
|
|
332163
|
+
"name": "LineProps"
|
|
332164
|
+
}
|
|
332165
|
+
],
|
|
332166
|
+
"required": false,
|
|
332167
|
+
"type": {
|
|
332168
|
+
"name": "CurveType"
|
|
332169
|
+
}
|
|
332170
|
+
},
|
|
332171
|
+
"fillOpacity": {
|
|
332172
|
+
"defaultValue": null,
|
|
332173
|
+
"description": "",
|
|
332174
|
+
"name": "fillOpacity",
|
|
332175
|
+
"parent": {
|
|
332176
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332177
|
+
"name": "SVGAttributes"
|
|
332178
|
+
},
|
|
332179
|
+
"declarations": [
|
|
332180
|
+
{
|
|
332181
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
332182
|
+
"name": "SVGAttributes"
|
|
332183
|
+
}
|
|
332184
|
+
],
|
|
332185
|
+
"required": false,
|
|
332186
|
+
"type": {
|
|
332187
|
+
"name": "string | number"
|
|
332188
|
+
}
|
|
332189
|
+
},
|
|
332190
|
+
"dataKey": {
|
|
332191
|
+
"defaultValue": null,
|
|
332192
|
+
"description": "Decides how to extract the value of this Area 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 Area.",
|
|
332193
|
+
"name": "dataKey",
|
|
332194
|
+
"parent": {
|
|
332195
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332196
|
+
"name": "AreaProps"
|
|
332197
|
+
},
|
|
332198
|
+
"declarations": [
|
|
332199
|
+
{
|
|
332200
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332201
|
+
"name": "AreaProps"
|
|
332202
|
+
}
|
|
332203
|
+
],
|
|
332204
|
+
"required": true,
|
|
332205
|
+
"type": {
|
|
332206
|
+
"name": "DataKey<any>"
|
|
332207
|
+
}
|
|
332208
|
+
},
|
|
332209
|
+
"unit": {
|
|
332210
|
+
"defaultValue": null,
|
|
332211
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
332212
|
+
"name": "unit",
|
|
332213
|
+
"parent": {
|
|
332214
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332215
|
+
"name": "AreaProps"
|
|
332216
|
+
},
|
|
332217
|
+
"declarations": [
|
|
332218
|
+
{
|
|
332219
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332220
|
+
"name": "AreaProps"
|
|
332221
|
+
}
|
|
332222
|
+
],
|
|
332223
|
+
"required": false,
|
|
332224
|
+
"type": {
|
|
332225
|
+
"name": "string | number"
|
|
332226
|
+
}
|
|
332227
|
+
},
|
|
332228
|
+
"xAxisId": {
|
|
332229
|
+
"defaultValue": null,
|
|
332230
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
332231
|
+
"name": "xAxisId",
|
|
332232
|
+
"parent": {
|
|
332233
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332234
|
+
"name": "AreaProps"
|
|
332235
|
+
},
|
|
332236
|
+
"declarations": [
|
|
332237
|
+
{
|
|
332238
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332239
|
+
"name": "AreaProps"
|
|
332240
|
+
}
|
|
332241
|
+
],
|
|
332242
|
+
"required": false,
|
|
332243
|
+
"type": {
|
|
332244
|
+
"name": "AxisId"
|
|
332245
|
+
}
|
|
332246
|
+
},
|
|
332247
|
+
"yAxisId": {
|
|
332248
|
+
"defaultValue": null,
|
|
332249
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
332250
|
+
"name": "yAxisId",
|
|
332251
|
+
"parent": {
|
|
332252
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332253
|
+
"name": "AreaProps"
|
|
332254
|
+
},
|
|
332255
|
+
"declarations": [
|
|
332256
|
+
{
|
|
332257
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332258
|
+
"name": "AreaProps"
|
|
332259
|
+
}
|
|
332260
|
+
],
|
|
332261
|
+
"required": false,
|
|
332262
|
+
"type": {
|
|
332263
|
+
"name": "AxisId"
|
|
332264
|
+
}
|
|
332265
|
+
},
|
|
332266
|
+
"stackId": {
|
|
332267
|
+
"defaultValue": null,
|
|
332268
|
+
"description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
|
|
332269
|
+
"name": "stackId",
|
|
332270
|
+
"parent": {
|
|
332271
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332272
|
+
"name": "AreaProps"
|
|
332273
|
+
},
|
|
332274
|
+
"declarations": [
|
|
332275
|
+
{
|
|
332276
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
332277
|
+
"name": "AreaProps"
|
|
332278
|
+
}
|
|
332279
|
+
],
|
|
332280
|
+
"required": false,
|
|
332281
|
+
"type": {
|
|
332282
|
+
"name": "StackId"
|
|
332283
|
+
}
|
|
332284
|
+
}
|
|
332285
|
+
}
|
|
332286
|
+
},
|
|
332080
332287
|
{
|
|
332081
332288
|
"tags": {},
|
|
332082
332289
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -341419,213 +341626,6 @@
|
|
|
341419
341626
|
}
|
|
341420
341627
|
}
|
|
341421
341628
|
},
|
|
341422
|
-
{
|
|
341423
|
-
"tags": {
|
|
341424
|
-
"flr-generate": "all"
|
|
341425
|
-
},
|
|
341426
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
341427
|
-
"description": "",
|
|
341428
|
-
"displayName": "Area",
|
|
341429
|
-
"methods": [],
|
|
341430
|
-
"props": {
|
|
341431
|
-
"color": {
|
|
341432
|
-
"defaultValue": {
|
|
341433
|
-
"value": "\"sea-green\""
|
|
341434
|
-
},
|
|
341435
|
-
"description": "The color of the area.",
|
|
341436
|
-
"name": "color",
|
|
341437
|
-
"parent": {
|
|
341438
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
341439
|
-
"name": "AreaProps"
|
|
341440
|
-
},
|
|
341441
|
-
"declarations": [
|
|
341442
|
-
{
|
|
341443
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
341444
|
-
"name": "AreaProps"
|
|
341445
|
-
}
|
|
341446
|
-
],
|
|
341447
|
-
"required": false,
|
|
341448
|
-
"type": {
|
|
341449
|
-
"name": "CategoricalWithCustomColor"
|
|
341450
|
-
}
|
|
341451
|
-
},
|
|
341452
|
-
"className": {
|
|
341453
|
-
"defaultValue": null,
|
|
341454
|
-
"description": "",
|
|
341455
|
-
"name": "className",
|
|
341456
|
-
"parent": {
|
|
341457
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341458
|
-
"name": "HTMLAttributes"
|
|
341459
|
-
},
|
|
341460
|
-
"declarations": [
|
|
341461
|
-
{
|
|
341462
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341463
|
-
"name": "HTMLAttributes"
|
|
341464
|
-
}
|
|
341465
|
-
],
|
|
341466
|
-
"required": false,
|
|
341467
|
-
"type": {
|
|
341468
|
-
"name": "string"
|
|
341469
|
-
}
|
|
341470
|
-
},
|
|
341471
|
-
"key": {
|
|
341472
|
-
"defaultValue": null,
|
|
341473
|
-
"description": "",
|
|
341474
|
-
"name": "key",
|
|
341475
|
-
"parent": {
|
|
341476
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341477
|
-
"name": "Attributes"
|
|
341478
|
-
},
|
|
341479
|
-
"declarations": [
|
|
341480
|
-
{
|
|
341481
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341482
|
-
"name": "Attributes"
|
|
341483
|
-
}
|
|
341484
|
-
],
|
|
341485
|
-
"required": false,
|
|
341486
|
-
"type": {
|
|
341487
|
-
"name": "Key | null"
|
|
341488
|
-
}
|
|
341489
|
-
},
|
|
341490
|
-
"type": {
|
|
341491
|
-
"defaultValue": null,
|
|
341492
|
-
"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.}",
|
|
341493
|
-
"name": "type",
|
|
341494
|
-
"parent": {
|
|
341495
|
-
"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",
|
|
341496
|
-
"name": "CurveProps"
|
|
341497
|
-
},
|
|
341498
|
-
"declarations": [
|
|
341499
|
-
{
|
|
341500
|
-
"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",
|
|
341501
|
-
"name": "CurveProps"
|
|
341502
|
-
},
|
|
341503
|
-
{
|
|
341504
|
-
"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",
|
|
341505
|
-
"name": "LineProps"
|
|
341506
|
-
}
|
|
341507
|
-
],
|
|
341508
|
-
"required": false,
|
|
341509
|
-
"type": {
|
|
341510
|
-
"name": "CurveType"
|
|
341511
|
-
}
|
|
341512
|
-
},
|
|
341513
|
-
"fillOpacity": {
|
|
341514
|
-
"defaultValue": null,
|
|
341515
|
-
"description": "",
|
|
341516
|
-
"name": "fillOpacity",
|
|
341517
|
-
"parent": {
|
|
341518
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341519
|
-
"name": "SVGAttributes"
|
|
341520
|
-
},
|
|
341521
|
-
"declarations": [
|
|
341522
|
-
{
|
|
341523
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341524
|
-
"name": "SVGAttributes"
|
|
341525
|
-
}
|
|
341526
|
-
],
|
|
341527
|
-
"required": false,
|
|
341528
|
-
"type": {
|
|
341529
|
-
"name": "string | number"
|
|
341530
|
-
}
|
|
341531
|
-
},
|
|
341532
|
-
"dataKey": {
|
|
341533
|
-
"defaultValue": null,
|
|
341534
|
-
"description": "Decides how to extract the value of this Area 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 Area.",
|
|
341535
|
-
"name": "dataKey",
|
|
341536
|
-
"parent": {
|
|
341537
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341538
|
-
"name": "AreaProps"
|
|
341539
|
-
},
|
|
341540
|
-
"declarations": [
|
|
341541
|
-
{
|
|
341542
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341543
|
-
"name": "AreaProps"
|
|
341544
|
-
}
|
|
341545
|
-
],
|
|
341546
|
-
"required": true,
|
|
341547
|
-
"type": {
|
|
341548
|
-
"name": "DataKey<any>"
|
|
341549
|
-
}
|
|
341550
|
-
},
|
|
341551
|
-
"unit": {
|
|
341552
|
-
"defaultValue": null,
|
|
341553
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
341554
|
-
"name": "unit",
|
|
341555
|
-
"parent": {
|
|
341556
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341557
|
-
"name": "AreaProps"
|
|
341558
|
-
},
|
|
341559
|
-
"declarations": [
|
|
341560
|
-
{
|
|
341561
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341562
|
-
"name": "AreaProps"
|
|
341563
|
-
}
|
|
341564
|
-
],
|
|
341565
|
-
"required": false,
|
|
341566
|
-
"type": {
|
|
341567
|
-
"name": "string | number"
|
|
341568
|
-
}
|
|
341569
|
-
},
|
|
341570
|
-
"xAxisId": {
|
|
341571
|
-
"defaultValue": null,
|
|
341572
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
341573
|
-
"name": "xAxisId",
|
|
341574
|
-
"parent": {
|
|
341575
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341576
|
-
"name": "AreaProps"
|
|
341577
|
-
},
|
|
341578
|
-
"declarations": [
|
|
341579
|
-
{
|
|
341580
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341581
|
-
"name": "AreaProps"
|
|
341582
|
-
}
|
|
341583
|
-
],
|
|
341584
|
-
"required": false,
|
|
341585
|
-
"type": {
|
|
341586
|
-
"name": "AxisId"
|
|
341587
|
-
}
|
|
341588
|
-
},
|
|
341589
|
-
"yAxisId": {
|
|
341590
|
-
"defaultValue": null,
|
|
341591
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
341592
|
-
"name": "yAxisId",
|
|
341593
|
-
"parent": {
|
|
341594
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341595
|
-
"name": "AreaProps"
|
|
341596
|
-
},
|
|
341597
|
-
"declarations": [
|
|
341598
|
-
{
|
|
341599
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341600
|
-
"name": "AreaProps"
|
|
341601
|
-
}
|
|
341602
|
-
],
|
|
341603
|
-
"required": false,
|
|
341604
|
-
"type": {
|
|
341605
|
-
"name": "AxisId"
|
|
341606
|
-
}
|
|
341607
|
-
},
|
|
341608
|
-
"stackId": {
|
|
341609
|
-
"defaultValue": null,
|
|
341610
|
-
"description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
|
|
341611
|
-
"name": "stackId",
|
|
341612
|
-
"parent": {
|
|
341613
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341614
|
-
"name": "AreaProps"
|
|
341615
|
-
},
|
|
341616
|
-
"declarations": [
|
|
341617
|
-
{
|
|
341618
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
341619
|
-
"name": "AreaProps"
|
|
341620
|
-
}
|
|
341621
|
-
],
|
|
341622
|
-
"required": false,
|
|
341623
|
-
"type": {
|
|
341624
|
-
"name": "StackId"
|
|
341625
|
-
}
|
|
341626
|
-
}
|
|
341627
|
-
}
|
|
341628
|
-
},
|
|
341629
341629
|
{
|
|
341630
341630
|
"tags": {
|
|
341631
341631
|
"flr-generate": "all"
|
|
@@ -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",
|