@mittwald/flow-react-components 0.2.0-alpha.988 → 0.2.0-alpha.989
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/assets/doc-properties.json +440 -402
- package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs +2 -0
- package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs.map +1 -1
- package/dist/js/_virtual/_.locale.json@df0c8534e2e4f7c6c3d4365218df7347.mjs +4 -2
- package/dist/js/_virtual/_.locale.json@df0c8534e2e4f7c6c3d4365218df7347.mjs.map +1 -1
- package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.mjs +5 -1
- package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.mjs.map +1 -1
- package/dist/js/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs +8 -2
- package/dist/js/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs.map +1 -1
- package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs +21 -15
- package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs.map +1 -1
- package/dist/types/components/ContextualHelp/ContextualHelp.browser.test.d.ts +2 -0
- package/dist/types/components/ContextualHelp/ContextualHelp.browser.test.d.ts.map +1 -0
- package/dist/types/components/ContextualHelp/ContextualHelp.d.ts.map +1 -1
- package/dist/types/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.d.ts +15 -2
- package/dist/types/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.d.ts.map +1 -1
- package/dist/types/components/ContextualHelp/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -236298,6 +236298,70 @@
|
|
|
236298
236298
|
}
|
|
236299
236299
|
}
|
|
236300
236300
|
},
|
|
236301
|
+
{
|
|
236302
|
+
"tags": {
|
|
236303
|
+
"flr-generate": "all"
|
|
236304
|
+
},
|
|
236305
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
236306
|
+
"description": "",
|
|
236307
|
+
"displayName": "Chat",
|
|
236308
|
+
"methods": [],
|
|
236309
|
+
"props": {
|
|
236310
|
+
"height": {
|
|
236311
|
+
"defaultValue": null,
|
|
236312
|
+
"description": "",
|
|
236313
|
+
"name": "height",
|
|
236314
|
+
"parent": {
|
|
236315
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
236316
|
+
"name": "ChatProps"
|
|
236317
|
+
},
|
|
236318
|
+
"declarations": [
|
|
236319
|
+
{
|
|
236320
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
236321
|
+
"name": "ChatProps"
|
|
236322
|
+
}
|
|
236323
|
+
],
|
|
236324
|
+
"required": false,
|
|
236325
|
+
"type": {
|
|
236326
|
+
"name": "Height<string | number>"
|
|
236327
|
+
}
|
|
236328
|
+
},
|
|
236329
|
+
"children": {
|
|
236330
|
+
"defaultValue": null,
|
|
236331
|
+
"description": "",
|
|
236332
|
+
"name": "children",
|
|
236333
|
+
"declarations": [
|
|
236334
|
+
{
|
|
236335
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
236336
|
+
"name": "TypeLiteral"
|
|
236337
|
+
}
|
|
236338
|
+
],
|
|
236339
|
+
"required": false,
|
|
236340
|
+
"type": {
|
|
236341
|
+
"name": "ReactNode"
|
|
236342
|
+
}
|
|
236343
|
+
},
|
|
236344
|
+
"className": {
|
|
236345
|
+
"defaultValue": null,
|
|
236346
|
+
"description": "The elements class name.",
|
|
236347
|
+
"name": "className",
|
|
236348
|
+
"parent": {
|
|
236349
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
236350
|
+
"name": "PropsWithClassName"
|
|
236351
|
+
},
|
|
236352
|
+
"declarations": [
|
|
236353
|
+
{
|
|
236354
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
236355
|
+
"name": "PropsWithClassName"
|
|
236356
|
+
}
|
|
236357
|
+
],
|
|
236358
|
+
"required": false,
|
|
236359
|
+
"type": {
|
|
236360
|
+
"name": "string"
|
|
236361
|
+
}
|
|
236362
|
+
}
|
|
236363
|
+
}
|
|
236364
|
+
},
|
|
236301
236365
|
{
|
|
236302
236366
|
"tags": {
|
|
236303
236367
|
"flr-generate": "all"
|
|
@@ -238475,70 +238539,6 @@
|
|
|
238475
238539
|
}
|
|
238476
238540
|
}
|
|
238477
238541
|
},
|
|
238478
|
-
{
|
|
238479
|
-
"tags": {
|
|
238480
|
-
"flr-generate": "all"
|
|
238481
|
-
},
|
|
238482
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
238483
|
-
"description": "",
|
|
238484
|
-
"displayName": "Chat",
|
|
238485
|
-
"methods": [],
|
|
238486
|
-
"props": {
|
|
238487
|
-
"height": {
|
|
238488
|
-
"defaultValue": null,
|
|
238489
|
-
"description": "",
|
|
238490
|
-
"name": "height",
|
|
238491
|
-
"parent": {
|
|
238492
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
238493
|
-
"name": "ChatProps"
|
|
238494
|
-
},
|
|
238495
|
-
"declarations": [
|
|
238496
|
-
{
|
|
238497
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
238498
|
-
"name": "ChatProps"
|
|
238499
|
-
}
|
|
238500
|
-
],
|
|
238501
|
-
"required": false,
|
|
238502
|
-
"type": {
|
|
238503
|
-
"name": "Height<string | number>"
|
|
238504
|
-
}
|
|
238505
|
-
},
|
|
238506
|
-
"children": {
|
|
238507
|
-
"defaultValue": null,
|
|
238508
|
-
"description": "",
|
|
238509
|
-
"name": "children",
|
|
238510
|
-
"declarations": [
|
|
238511
|
-
{
|
|
238512
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
238513
|
-
"name": "TypeLiteral"
|
|
238514
|
-
}
|
|
238515
|
-
],
|
|
238516
|
-
"required": false,
|
|
238517
|
-
"type": {
|
|
238518
|
-
"name": "ReactNode"
|
|
238519
|
-
}
|
|
238520
|
-
},
|
|
238521
|
-
"className": {
|
|
238522
|
-
"defaultValue": null,
|
|
238523
|
-
"description": "The elements class name.",
|
|
238524
|
-
"name": "className",
|
|
238525
|
-
"parent": {
|
|
238526
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
238527
|
-
"name": "PropsWithClassName"
|
|
238528
|
-
},
|
|
238529
|
-
"declarations": [
|
|
238530
|
-
{
|
|
238531
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
238532
|
-
"name": "PropsWithClassName"
|
|
238533
|
-
}
|
|
238534
|
-
],
|
|
238535
|
-
"required": false,
|
|
238536
|
-
"type": {
|
|
238537
|
-
"name": "string"
|
|
238538
|
-
}
|
|
238539
|
-
}
|
|
238540
|
-
}
|
|
238541
|
-
},
|
|
238542
238542
|
{
|
|
238543
238543
|
"tags": {
|
|
238544
238544
|
"flr-generate": "all"
|
|
@@ -287934,6 +287934,49 @@
|
|
|
287934
287934
|
}
|
|
287935
287935
|
}
|
|
287936
287936
|
},
|
|
287937
|
+
{
|
|
287938
|
+
"tags": {},
|
|
287939
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
287940
|
+
"description": "",
|
|
287941
|
+
"displayName": "FormSettingsProvider",
|
|
287942
|
+
"methods": [],
|
|
287943
|
+
"props": {
|
|
287944
|
+
"submitInterceptor": {
|
|
287945
|
+
"defaultValue": null,
|
|
287946
|
+
"description": "",
|
|
287947
|
+
"name": "submitInterceptor",
|
|
287948
|
+
"parent": {
|
|
287949
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
287950
|
+
"name": "Context"
|
|
287951
|
+
},
|
|
287952
|
+
"declarations": [
|
|
287953
|
+
{
|
|
287954
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
287955
|
+
"name": "Context"
|
|
287956
|
+
}
|
|
287957
|
+
],
|
|
287958
|
+
"required": false,
|
|
287959
|
+
"type": {
|
|
287960
|
+
"name": "SubmitInterceptor"
|
|
287961
|
+
}
|
|
287962
|
+
},
|
|
287963
|
+
"children": {
|
|
287964
|
+
"defaultValue": null,
|
|
287965
|
+
"description": "",
|
|
287966
|
+
"name": "children",
|
|
287967
|
+
"declarations": [
|
|
287968
|
+
{
|
|
287969
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
287970
|
+
"name": "TypeLiteral"
|
|
287971
|
+
}
|
|
287972
|
+
],
|
|
287973
|
+
"required": false,
|
|
287974
|
+
"type": {
|
|
287975
|
+
"name": "ReactNode"
|
|
287976
|
+
}
|
|
287977
|
+
}
|
|
287978
|
+
}
|
|
287979
|
+
},
|
|
287937
287980
|
{
|
|
287938
287981
|
"tags": {},
|
|
287939
287982
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -290313,49 +290356,6 @@
|
|
|
290313
290356
|
}
|
|
290314
290357
|
}
|
|
290315
290358
|
},
|
|
290316
|
-
{
|
|
290317
|
-
"tags": {},
|
|
290318
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290319
|
-
"description": "",
|
|
290320
|
-
"displayName": "FormSettingsProvider",
|
|
290321
|
-
"methods": [],
|
|
290322
|
-
"props": {
|
|
290323
|
-
"submitInterceptor": {
|
|
290324
|
-
"defaultValue": null,
|
|
290325
|
-
"description": "",
|
|
290326
|
-
"name": "submitInterceptor",
|
|
290327
|
-
"parent": {
|
|
290328
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290329
|
-
"name": "Context"
|
|
290330
|
-
},
|
|
290331
|
-
"declarations": [
|
|
290332
|
-
{
|
|
290333
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290334
|
-
"name": "Context"
|
|
290335
|
-
}
|
|
290336
|
-
],
|
|
290337
|
-
"required": false,
|
|
290338
|
-
"type": {
|
|
290339
|
-
"name": "SubmitInterceptor"
|
|
290340
|
-
}
|
|
290341
|
-
},
|
|
290342
|
-
"children": {
|
|
290343
|
-
"defaultValue": null,
|
|
290344
|
-
"description": "",
|
|
290345
|
-
"name": "children",
|
|
290346
|
-
"declarations": [
|
|
290347
|
-
{
|
|
290348
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
290349
|
-
"name": "TypeLiteral"
|
|
290350
|
-
}
|
|
290351
|
-
],
|
|
290352
|
-
"required": false,
|
|
290353
|
-
"type": {
|
|
290354
|
-
"name": "ReactNode"
|
|
290355
|
-
}
|
|
290356
|
-
}
|
|
290357
|
-
}
|
|
290358
|
-
},
|
|
290359
290359
|
{
|
|
290360
290360
|
"tags": {
|
|
290361
290361
|
"flowStatus": "new"
|
|
@@ -318229,9 +318229,9 @@
|
|
|
318229
318229
|
"tags": {
|
|
318230
318230
|
"flr-generate": "all"
|
|
318231
318231
|
},
|
|
318232
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
318232
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
318233
318233
|
"description": "",
|
|
318234
|
-
"displayName": "
|
|
318234
|
+
"displayName": "RadioButton",
|
|
318235
318235
|
"methods": [],
|
|
318236
318236
|
"props": {
|
|
318237
318237
|
"id": {
|
|
@@ -320138,9 +320138,9 @@
|
|
|
320138
320138
|
"tags": {
|
|
320139
320139
|
"flr-generate": "all"
|
|
320140
320140
|
},
|
|
320141
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
320141
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
320142
320142
|
"description": "",
|
|
320143
|
-
"displayName": "
|
|
320143
|
+
"displayName": "Radio",
|
|
320144
320144
|
"methods": [],
|
|
320145
320145
|
"props": {
|
|
320146
320146
|
"id": {
|
|
@@ -322610,53 +322610,6 @@
|
|
|
322610
322610
|
}
|
|
322611
322611
|
}
|
|
322612
322612
|
},
|
|
322613
|
-
{
|
|
322614
|
-
"tags": {},
|
|
322615
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322616
|
-
"description": "",
|
|
322617
|
-
"displayName": "PasswordGenerateButton",
|
|
322618
|
-
"methods": [],
|
|
322619
|
-
"props": {
|
|
322620
|
-
"isDisabled": {
|
|
322621
|
-
"defaultValue": null,
|
|
322622
|
-
"description": "",
|
|
322623
|
-
"name": "isDisabled",
|
|
322624
|
-
"parent": {
|
|
322625
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322626
|
-
"name": "Props"
|
|
322627
|
-
},
|
|
322628
|
-
"declarations": [
|
|
322629
|
-
{
|
|
322630
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322631
|
-
"name": "Props"
|
|
322632
|
-
}
|
|
322633
|
-
],
|
|
322634
|
-
"required": false,
|
|
322635
|
-
"type": {
|
|
322636
|
-
"name": "boolean"
|
|
322637
|
-
}
|
|
322638
|
-
},
|
|
322639
|
-
"onGeneratePasswordAction": {
|
|
322640
|
-
"defaultValue": null,
|
|
322641
|
-
"description": "",
|
|
322642
|
-
"name": "onGeneratePasswordAction",
|
|
322643
|
-
"parent": {
|
|
322644
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322645
|
-
"name": "Props"
|
|
322646
|
-
},
|
|
322647
|
-
"declarations": [
|
|
322648
|
-
{
|
|
322649
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322650
|
-
"name": "Props"
|
|
322651
|
-
}
|
|
322652
|
-
],
|
|
322653
|
-
"required": false,
|
|
322654
|
-
"type": {
|
|
322655
|
-
"name": "ActionFn"
|
|
322656
|
-
}
|
|
322657
|
-
}
|
|
322658
|
-
}
|
|
322659
|
-
},
|
|
322660
322613
|
{
|
|
322661
322614
|
"tags": {
|
|
322662
322615
|
"internal": ""
|
|
@@ -322744,6 +322697,53 @@
|
|
|
322744
322697
|
}
|
|
322745
322698
|
}
|
|
322746
322699
|
},
|
|
322700
|
+
{
|
|
322701
|
+
"tags": {},
|
|
322702
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322703
|
+
"description": "",
|
|
322704
|
+
"displayName": "PasswordGenerateButton",
|
|
322705
|
+
"methods": [],
|
|
322706
|
+
"props": {
|
|
322707
|
+
"isDisabled": {
|
|
322708
|
+
"defaultValue": null,
|
|
322709
|
+
"description": "",
|
|
322710
|
+
"name": "isDisabled",
|
|
322711
|
+
"parent": {
|
|
322712
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322713
|
+
"name": "Props"
|
|
322714
|
+
},
|
|
322715
|
+
"declarations": [
|
|
322716
|
+
{
|
|
322717
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322718
|
+
"name": "Props"
|
|
322719
|
+
}
|
|
322720
|
+
],
|
|
322721
|
+
"required": false,
|
|
322722
|
+
"type": {
|
|
322723
|
+
"name": "boolean"
|
|
322724
|
+
}
|
|
322725
|
+
},
|
|
322726
|
+
"onGeneratePasswordAction": {
|
|
322727
|
+
"defaultValue": null,
|
|
322728
|
+
"description": "",
|
|
322729
|
+
"name": "onGeneratePasswordAction",
|
|
322730
|
+
"parent": {
|
|
322731
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322732
|
+
"name": "Props"
|
|
322733
|
+
},
|
|
322734
|
+
"declarations": [
|
|
322735
|
+
{
|
|
322736
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
322737
|
+
"name": "Props"
|
|
322738
|
+
}
|
|
322739
|
+
],
|
|
322740
|
+
"required": false,
|
|
322741
|
+
"type": {
|
|
322742
|
+
"name": "ActionFn"
|
|
322743
|
+
}
|
|
322744
|
+
}
|
|
322745
|
+
}
|
|
322746
|
+
},
|
|
322747
322747
|
{
|
|
322748
322748
|
"tags": {
|
|
322749
322749
|
"flr-generate": "all"
|
|
@@ -329036,14 +329036,6 @@
|
|
|
329036
329036
|
"methods": [],
|
|
329037
329037
|
"props": {}
|
|
329038
329038
|
},
|
|
329039
|
-
{
|
|
329040
|
-
"tags": {},
|
|
329041
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
329042
|
-
"description": "",
|
|
329043
|
-
"displayName": "Table",
|
|
329044
|
-
"methods": [],
|
|
329045
|
-
"props": {}
|
|
329046
|
-
},
|
|
329047
329039
|
{
|
|
329048
329040
|
"tags": {
|
|
329049
329041
|
"flr-generate": "all"
|
|
@@ -329167,6 +329159,14 @@
|
|
|
329167
329159
|
}
|
|
329168
329160
|
}
|
|
329169
329161
|
},
|
|
329162
|
+
{
|
|
329163
|
+
"tags": {},
|
|
329164
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
329165
|
+
"description": "",
|
|
329166
|
+
"displayName": "Table",
|
|
329167
|
+
"methods": [],
|
|
329168
|
+
"props": {}
|
|
329169
|
+
},
|
|
329170
329170
|
{
|
|
329171
329171
|
"tags": {},
|
|
329172
329172
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -332095,34 +332095,6 @@
|
|
|
332095
332095
|
}
|
|
332096
332096
|
}
|
|
332097
332097
|
},
|
|
332098
|
-
{
|
|
332099
|
-
"tags": {},
|
|
332100
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332101
|
-
"description": "",
|
|
332102
|
-
"displayName": "DeleteButton",
|
|
332103
|
-
"methods": [],
|
|
332104
|
-
"props": {
|
|
332105
|
-
"onDelete": {
|
|
332106
|
-
"defaultValue": null,
|
|
332107
|
-
"description": "",
|
|
332108
|
-
"name": "onDelete",
|
|
332109
|
-
"parent": {
|
|
332110
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332111
|
-
"name": "Props"
|
|
332112
|
-
},
|
|
332113
|
-
"declarations": [
|
|
332114
|
-
{
|
|
332115
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332116
|
-
"name": "Props"
|
|
332117
|
-
}
|
|
332118
|
-
],
|
|
332119
|
-
"required": true,
|
|
332120
|
-
"type": {
|
|
332121
|
-
"name": "() => void"
|
|
332122
|
-
}
|
|
332123
|
-
}
|
|
332124
|
-
}
|
|
332125
|
-
},
|
|
332126
332098
|
{
|
|
332127
332099
|
"tags": {},
|
|
332128
332100
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -332189,6 +332161,34 @@
|
|
|
332189
332161
|
}
|
|
332190
332162
|
}
|
|
332191
332163
|
},
|
|
332164
|
+
{
|
|
332165
|
+
"tags": {},
|
|
332166
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332167
|
+
"description": "",
|
|
332168
|
+
"displayName": "DeleteButton",
|
|
332169
|
+
"methods": [],
|
|
332170
|
+
"props": {
|
|
332171
|
+
"onDelete": {
|
|
332172
|
+
"defaultValue": null,
|
|
332173
|
+
"description": "",
|
|
332174
|
+
"name": "onDelete",
|
|
332175
|
+
"parent": {
|
|
332176
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332177
|
+
"name": "Props"
|
|
332178
|
+
},
|
|
332179
|
+
"declarations": [
|
|
332180
|
+
{
|
|
332181
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332182
|
+
"name": "Props"
|
|
332183
|
+
}
|
|
332184
|
+
],
|
|
332185
|
+
"required": true,
|
|
332186
|
+
"type": {
|
|
332187
|
+
"name": "() => void"
|
|
332188
|
+
}
|
|
332189
|
+
}
|
|
332190
|
+
}
|
|
332191
|
+
},
|
|
332192
332192
|
{
|
|
332193
332193
|
"tags": {},
|
|
332194
332194
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -332292,6 +332292,44 @@
|
|
|
332292
332292
|
"displayName": "ContextualHelpTrigger",
|
|
332293
332293
|
"methods": [],
|
|
332294
332294
|
"props": {
|
|
332295
|
+
"subject": {
|
|
332296
|
+
"defaultValue": null,
|
|
332297
|
+
"description": "The subject the contextual help is about — not a complete accessibility\nlabel. It is inserted into the localized template \"More information about\n{subject}\", which becomes the accessibility label of the trigger.",
|
|
332298
|
+
"name": "subject",
|
|
332299
|
+
"parent": {
|
|
332300
|
+
"fileName": "components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
332301
|
+
"name": "ContextualHelpTriggerProps"
|
|
332302
|
+
},
|
|
332303
|
+
"declarations": [
|
|
332304
|
+
{
|
|
332305
|
+
"fileName": "components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
332306
|
+
"name": "ContextualHelpTriggerProps"
|
|
332307
|
+
}
|
|
332308
|
+
],
|
|
332309
|
+
"required": false,
|
|
332310
|
+
"type": {
|
|
332311
|
+
"name": "string"
|
|
332312
|
+
}
|
|
332313
|
+
},
|
|
332314
|
+
"aria-label": {
|
|
332315
|
+
"defaultValue": null,
|
|
332316
|
+
"description": "A complete accessibility label for the trigger, replacing the label built\nfrom `subject`. Prefer `subject`, which stays localized — reach for this\nonly when the template does not fit.",
|
|
332317
|
+
"name": "aria-label",
|
|
332318
|
+
"parent": {
|
|
332319
|
+
"fileName": "components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
332320
|
+
"name": "ContextualHelpTriggerProps"
|
|
332321
|
+
},
|
|
332322
|
+
"declarations": [
|
|
332323
|
+
{
|
|
332324
|
+
"fileName": "components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
332325
|
+
"name": "ContextualHelpTriggerProps"
|
|
332326
|
+
}
|
|
332327
|
+
],
|
|
332328
|
+
"required": false,
|
|
332329
|
+
"type": {
|
|
332330
|
+
"name": "string"
|
|
332331
|
+
}
|
|
332332
|
+
},
|
|
332295
332333
|
"isDefaultOpen": {
|
|
332296
332334
|
"defaultValue": null,
|
|
332297
332335
|
"description": "Whether the overlay should be open initially.",
|
|
@@ -335610,9 +335648,9 @@
|
|
|
335610
335648
|
"tags": {
|
|
335611
335649
|
"flr-generate": "all"
|
|
335612
335650
|
},
|
|
335613
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
335651
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
335614
335652
|
"description": "",
|
|
335615
|
-
"displayName": "
|
|
335653
|
+
"displayName": "YAxis",
|
|
335616
335654
|
"methods": [],
|
|
335617
335655
|
"props": {
|
|
335618
335656
|
"className": {
|
|
@@ -335693,16 +335731,16 @@
|
|
|
335693
335731
|
},
|
|
335694
335732
|
"scale": {
|
|
335695
335733
|
"defaultValue": null,
|
|
335696
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <
|
|
335734
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
|
|
335697
335735
|
"name": "scale",
|
|
335698
335736
|
"parent": {
|
|
335699
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335700
|
-
"name": "
|
|
335737
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
335738
|
+
"name": "YAxisProps"
|
|
335701
335739
|
},
|
|
335702
335740
|
"declarations": [
|
|
335703
335741
|
{
|
|
335704
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335705
|
-
"name": "
|
|
335742
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
335743
|
+
"name": "YAxisProps"
|
|
335706
335744
|
}
|
|
335707
335745
|
],
|
|
335708
335746
|
"required": false,
|
|
@@ -335729,37 +335767,18 @@
|
|
|
335729
335767
|
"name": "boolean"
|
|
335730
335768
|
}
|
|
335731
335769
|
},
|
|
335732
|
-
"allowDataOverflow": {
|
|
335733
|
-
"defaultValue": null,
|
|
335734
|
-
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
335735
|
-
"name": "allowDataOverflow",
|
|
335736
|
-
"parent": {
|
|
335737
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335738
|
-
"name": "RenderableAxisProps"
|
|
335739
|
-
},
|
|
335740
|
-
"declarations": [
|
|
335741
|
-
{
|
|
335742
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335743
|
-
"name": "RenderableAxisProps"
|
|
335744
|
-
}
|
|
335745
|
-
],
|
|
335746
|
-
"required": false,
|
|
335747
|
-
"type": {
|
|
335748
|
-
"name": "boolean"
|
|
335749
|
-
}
|
|
335750
|
-
},
|
|
335751
335770
|
"interval": {
|
|
335752
335771
|
"defaultValue": null,
|
|
335753
|
-
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\"
|
|
335772
|
+
"description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
335754
335773
|
"name": "interval",
|
|
335755
335774
|
"parent": {
|
|
335756
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335757
|
-
"name": "
|
|
335775
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
335776
|
+
"name": "YAxisProps"
|
|
335758
335777
|
},
|
|
335759
335778
|
"declarations": [
|
|
335760
335779
|
{
|
|
335761
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335762
|
-
"name": "
|
|
335780
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
335781
|
+
"name": "YAxisProps"
|
|
335763
335782
|
}
|
|
335764
335783
|
],
|
|
335765
335784
|
"required": false,
|
|
@@ -335772,13 +335791,13 @@
|
|
|
335772
335791
|
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
335773
335792
|
"name": "minTickGap",
|
|
335774
335793
|
"parent": {
|
|
335775
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335776
|
-
"name": "
|
|
335794
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
335795
|
+
"name": "YAxisProps"
|
|
335777
335796
|
},
|
|
335778
335797
|
"declarations": [
|
|
335779
335798
|
{
|
|
335780
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335781
|
-
"name": "
|
|
335799
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
335800
|
+
"name": "YAxisProps"
|
|
335782
335801
|
}
|
|
335783
335802
|
],
|
|
335784
335803
|
"required": false,
|
|
@@ -335788,16 +335807,16 @@
|
|
|
335788
335807
|
},
|
|
335789
335808
|
"domain": {
|
|
335790
335809
|
"defaultValue": null,
|
|
335791
|
-
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <
|
|
335810
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
335792
335811
|
"name": "domain",
|
|
335793
335812
|
"parent": {
|
|
335794
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335795
|
-
"name": "
|
|
335813
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
335814
|
+
"name": "YAxisProps"
|
|
335796
335815
|
},
|
|
335797
335816
|
"declarations": [
|
|
335798
335817
|
{
|
|
335799
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335800
|
-
"name": "
|
|
335818
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
335819
|
+
"name": "YAxisProps"
|
|
335801
335820
|
}
|
|
335802
335821
|
],
|
|
335803
335822
|
"required": false,
|
|
@@ -335830,7 +335849,7 @@
|
|
|
335830
335849
|
"name": "dataKey",
|
|
335831
335850
|
"declarations": [
|
|
335832
335851
|
{
|
|
335833
|
-
"fileName": "components/src/components/CartesianChart/components/
|
|
335852
|
+
"fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
335834
335853
|
"name": "TypeLiteral"
|
|
335835
335854
|
}
|
|
335836
335855
|
],
|
|
@@ -335845,7 +335864,7 @@
|
|
|
335845
335864
|
"name": "tickFormatter",
|
|
335846
335865
|
"declarations": [
|
|
335847
335866
|
{
|
|
335848
|
-
"fileName": "components/src/components/CartesianChart/components/
|
|
335867
|
+
"fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
335849
335868
|
"name": "TypeLiteral"
|
|
335850
335869
|
}
|
|
335851
335870
|
],
|
|
@@ -335860,211 +335879,194 @@
|
|
|
335860
335879
|
"tags": {
|
|
335861
335880
|
"flr-generate": "all"
|
|
335862
335881
|
},
|
|
335863
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
335882
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
335864
335883
|
"description": "",
|
|
335865
|
-
"displayName": "
|
|
335884
|
+
"displayName": "XAxis",
|
|
335866
335885
|
"methods": [],
|
|
335867
335886
|
"props": {
|
|
335868
|
-
"
|
|
335887
|
+
"className": {
|
|
335869
335888
|
"defaultValue": null,
|
|
335870
335889
|
"description": "",
|
|
335871
|
-
"name": "
|
|
335890
|
+
"name": "className",
|
|
335872
335891
|
"parent": {
|
|
335873
|
-
"fileName": "
|
|
335874
|
-
"name": "
|
|
335892
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335893
|
+
"name": "HTMLAttributes"
|
|
335875
335894
|
},
|
|
335876
335895
|
"declarations": [
|
|
335877
335896
|
{
|
|
335878
|
-
"fileName": "
|
|
335879
|
-
"name": "
|
|
335897
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335898
|
+
"name": "HTMLAttributes"
|
|
335880
335899
|
}
|
|
335881
335900
|
],
|
|
335882
335901
|
"required": false,
|
|
335883
335902
|
"type": {
|
|
335884
|
-
"name": "
|
|
335903
|
+
"name": "string"
|
|
335885
335904
|
}
|
|
335886
335905
|
},
|
|
335887
|
-
"
|
|
335888
|
-
"defaultValue":
|
|
335889
|
-
|
|
335890
|
-
|
|
335891
|
-
"description": "The color of the line.",
|
|
335892
|
-
"name": "color",
|
|
335906
|
+
"type": {
|
|
335907
|
+
"defaultValue": null,
|
|
335908
|
+
"description": "",
|
|
335909
|
+
"name": "type",
|
|
335893
335910
|
"parent": {
|
|
335894
|
-
"fileName": "
|
|
335895
|
-
"name": "
|
|
335911
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335912
|
+
"name": "SVGAttributes"
|
|
335896
335913
|
},
|
|
335897
335914
|
"declarations": [
|
|
335898
335915
|
{
|
|
335899
|
-
"fileName": "
|
|
335900
|
-
"name": "
|
|
335916
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335917
|
+
"name": "SVGAttributes"
|
|
335901
335918
|
}
|
|
335902
335919
|
],
|
|
335903
335920
|
"required": false,
|
|
335904
335921
|
"type": {
|
|
335905
|
-
"name": "
|
|
335922
|
+
"name": "string"
|
|
335906
335923
|
}
|
|
335907
335924
|
},
|
|
335908
|
-
"
|
|
335925
|
+
"hide": {
|
|
335909
335926
|
"defaultValue": null,
|
|
335910
|
-
"description": "",
|
|
335911
|
-
"name": "
|
|
335927
|
+
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
335928
|
+
"name": "hide",
|
|
335912
335929
|
"parent": {
|
|
335913
|
-
"fileName": "flow/node_modules/.pnpm
|
|
335914
|
-
"name": "
|
|
335930
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335931
|
+
"name": "RenderableAxisProps"
|
|
335915
335932
|
},
|
|
335916
335933
|
"declarations": [
|
|
335917
335934
|
{
|
|
335918
|
-
"fileName": "flow/node_modules/.pnpm
|
|
335919
|
-
"name": "
|
|
335935
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335936
|
+
"name": "RenderableAxisProps"
|
|
335920
335937
|
}
|
|
335921
335938
|
],
|
|
335922
335939
|
"required": false,
|
|
335923
335940
|
"type": {
|
|
335924
|
-
"name": "
|
|
335941
|
+
"name": "boolean"
|
|
335925
335942
|
}
|
|
335926
335943
|
},
|
|
335927
|
-
"
|
|
335944
|
+
"orientation": {
|
|
335928
335945
|
"defaultValue": null,
|
|
335929
335946
|
"description": "",
|
|
335930
|
-
"name": "
|
|
335947
|
+
"name": "orientation",
|
|
335931
335948
|
"parent": {
|
|
335932
335949
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335933
|
-
"name": "
|
|
335950
|
+
"name": "SVGAttributes"
|
|
335934
335951
|
},
|
|
335935
335952
|
"declarations": [
|
|
335936
335953
|
{
|
|
335937
335954
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335938
|
-
"name": "
|
|
335955
|
+
"name": "SVGAttributes"
|
|
335939
335956
|
}
|
|
335940
335957
|
],
|
|
335941
335958
|
"required": false,
|
|
335942
335959
|
"type": {
|
|
335943
|
-
"name": "
|
|
335960
|
+
"name": "string | number"
|
|
335944
335961
|
}
|
|
335945
335962
|
},
|
|
335946
|
-
"
|
|
335963
|
+
"scale": {
|
|
335947
335964
|
"defaultValue": null,
|
|
335948
|
-
"description": "
|
|
335949
|
-
"name": "
|
|
335965
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
335966
|
+
"name": "scale",
|
|
335950
335967
|
"parent": {
|
|
335951
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/
|
|
335952
|
-
"name": "
|
|
335968
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
335969
|
+
"name": "XAxisProps"
|
|
335953
335970
|
},
|
|
335954
335971
|
"declarations": [
|
|
335955
335972
|
{
|
|
335956
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/
|
|
335957
|
-
"name": "
|
|
335958
|
-
},
|
|
335959
|
-
{
|
|
335960
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
335961
|
-
"name": "LineProps"
|
|
335973
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
335974
|
+
"name": "XAxisProps"
|
|
335962
335975
|
}
|
|
335963
335976
|
],
|
|
335964
335977
|
"required": false,
|
|
335965
335978
|
"type": {
|
|
335966
|
-
"name": "
|
|
335979
|
+
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
335967
335980
|
}
|
|
335968
335981
|
},
|
|
335969
|
-
"
|
|
335982
|
+
"allowDecimals": {
|
|
335970
335983
|
"defaultValue": null,
|
|
335971
|
-
"description": "
|
|
335972
|
-
"name": "
|
|
335984
|
+
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
335985
|
+
"name": "allowDecimals",
|
|
335973
335986
|
"parent": {
|
|
335974
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/
|
|
335975
|
-
"name": "
|
|
335987
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335988
|
+
"name": "RenderableAxisProps"
|
|
335976
335989
|
},
|
|
335977
335990
|
"declarations": [
|
|
335978
335991
|
{
|
|
335979
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/
|
|
335980
|
-
"name": "
|
|
335992
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
335993
|
+
"name": "RenderableAxisProps"
|
|
335981
335994
|
}
|
|
335982
335995
|
],
|
|
335983
335996
|
"required": false,
|
|
335984
335997
|
"type": {
|
|
335985
|
-
"name": "
|
|
335998
|
+
"name": "boolean"
|
|
335986
335999
|
}
|
|
335987
336000
|
},
|
|
335988
|
-
"
|
|
336001
|
+
"interval": {
|
|
335989
336002
|
"defaultValue": null,
|
|
335990
|
-
"description": "
|
|
335991
|
-
"name": "
|
|
336003
|
+
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
336004
|
+
"name": "interval",
|
|
335992
336005
|
"parent": {
|
|
335993
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335994
|
-
"name": "
|
|
336006
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336007
|
+
"name": "XAxisProps"
|
|
335995
336008
|
},
|
|
335996
336009
|
"declarations": [
|
|
335997
336010
|
{
|
|
335998
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
335999
|
-
"name": "
|
|
336011
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336012
|
+
"name": "XAxisProps"
|
|
336000
336013
|
}
|
|
336001
336014
|
],
|
|
336002
336015
|
"required": false,
|
|
336003
336016
|
"type": {
|
|
336004
|
-
"name": "
|
|
336017
|
+
"name": "AxisInterval"
|
|
336005
336018
|
}
|
|
336006
336019
|
},
|
|
336007
|
-
"
|
|
336020
|
+
"minTickGap": {
|
|
336008
336021
|
"defaultValue": null,
|
|
336009
|
-
"description": "The
|
|
336010
|
-
"name": "
|
|
336022
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
336023
|
+
"name": "minTickGap",
|
|
336011
336024
|
"parent": {
|
|
336012
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
336013
|
-
"name": "
|
|
336025
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336026
|
+
"name": "XAxisProps"
|
|
336014
336027
|
},
|
|
336015
336028
|
"declarations": [
|
|
336016
336029
|
{
|
|
336017
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
336018
|
-
"name": "
|
|
336030
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336031
|
+
"name": "XAxisProps"
|
|
336019
336032
|
}
|
|
336020
336033
|
],
|
|
336021
336034
|
"required": false,
|
|
336022
336035
|
"type": {
|
|
336023
|
-
"name": "
|
|
336036
|
+
"name": "number"
|
|
336024
336037
|
}
|
|
336025
|
-
}
|
|
336026
|
-
|
|
336027
|
-
},
|
|
336028
|
-
{
|
|
336029
|
-
"tags": {
|
|
336030
|
-
"flr-generate": "all"
|
|
336031
|
-
},
|
|
336032
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
336033
|
-
"description": "",
|
|
336034
|
-
"displayName": "YAxis",
|
|
336035
|
-
"methods": [],
|
|
336036
|
-
"props": {
|
|
336037
|
-
"className": {
|
|
336038
|
+
},
|
|
336039
|
+
"domain": {
|
|
336038
336040
|
"defaultValue": null,
|
|
336039
|
-
"description": "",
|
|
336040
|
-
"name": "
|
|
336041
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
336042
|
+
"name": "domain",
|
|
336041
336043
|
"parent": {
|
|
336042
|
-
"fileName": "flow/node_modules/.pnpm
|
|
336043
|
-
"name": "
|
|
336044
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336045
|
+
"name": "XAxisProps"
|
|
336044
336046
|
},
|
|
336045
336047
|
"declarations": [
|
|
336046
336048
|
{
|
|
336047
|
-
"fileName": "flow/node_modules/.pnpm
|
|
336048
|
-
"name": "
|
|
336049
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
336050
|
+
"name": "XAxisProps"
|
|
336049
336051
|
}
|
|
336050
336052
|
],
|
|
336051
336053
|
"required": false,
|
|
336052
336054
|
"type": {
|
|
336053
|
-
"name": "
|
|
336055
|
+
"name": "AxisDomain"
|
|
336054
336056
|
}
|
|
336055
336057
|
},
|
|
336056
|
-
"
|
|
336058
|
+
"unit": {
|
|
336057
336059
|
"defaultValue": null,
|
|
336058
|
-
"description": "",
|
|
336059
|
-
"name": "
|
|
336060
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
336061
|
+
"name": "unit",
|
|
336060
336062
|
"parent": {
|
|
336061
|
-
"fileName": "flow/node_modules/.pnpm
|
|
336062
|
-
"name": "
|
|
336063
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
336064
|
+
"name": "BaseAxisProps"
|
|
336063
336065
|
},
|
|
336064
336066
|
"declarations": [
|
|
336065
336067
|
{
|
|
336066
|
-
"fileName": "flow/node_modules/.pnpm
|
|
336067
|
-
"name": "
|
|
336068
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
336069
|
+
"name": "BaseAxisProps"
|
|
336068
336070
|
}
|
|
336069
336071
|
],
|
|
336070
336072
|
"required": false,
|
|
@@ -336072,10 +336074,10 @@
|
|
|
336072
336074
|
"name": "string"
|
|
336073
336075
|
}
|
|
336074
336076
|
},
|
|
336075
|
-
"
|
|
336077
|
+
"allowDataOverflow": {
|
|
336076
336078
|
"defaultValue": null,
|
|
336077
|
-
"description": "
|
|
336078
|
-
"name": "
|
|
336079
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
336080
|
+
"name": "allowDataOverflow",
|
|
336079
336081
|
"parent": {
|
|
336080
336082
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
336081
336083
|
"name": "RenderableAxisProps"
|
|
@@ -336091,118 +336093,146 @@
|
|
|
336091
336093
|
"name": "boolean"
|
|
336092
336094
|
}
|
|
336093
336095
|
},
|
|
336094
|
-
"
|
|
336096
|
+
"dataKey": {
|
|
336095
336097
|
"defaultValue": null,
|
|
336096
336098
|
"description": "",
|
|
336097
|
-
"name": "
|
|
336098
|
-
"parent": {
|
|
336099
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336100
|
-
"name": "SVGAttributes"
|
|
336101
|
-
},
|
|
336099
|
+
"name": "dataKey",
|
|
336102
336100
|
"declarations": [
|
|
336103
336101
|
{
|
|
336104
|
-
"fileName": "
|
|
336105
|
-
"name": "
|
|
336102
|
+
"fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
336103
|
+
"name": "TypeLiteral"
|
|
336106
336104
|
}
|
|
336107
336105
|
],
|
|
336108
336106
|
"required": false,
|
|
336109
336107
|
"type": {
|
|
336110
|
-
"name": "
|
|
336108
|
+
"name": "DataKey<ChartDataValue>"
|
|
336111
336109
|
}
|
|
336112
336110
|
},
|
|
336113
|
-
"
|
|
336111
|
+
"tickFormatter": {
|
|
336114
336112
|
"defaultValue": null,
|
|
336115
|
-
"description": "
|
|
336116
|
-
"name": "
|
|
336113
|
+
"description": "",
|
|
336114
|
+
"name": "tickFormatter",
|
|
336115
|
+
"declarations": [
|
|
336116
|
+
{
|
|
336117
|
+
"fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
336118
|
+
"name": "TypeLiteral"
|
|
336119
|
+
}
|
|
336120
|
+
],
|
|
336121
|
+
"required": false,
|
|
336122
|
+
"type": {
|
|
336123
|
+
"name": "((value: unknown, index: number) => string)"
|
|
336124
|
+
}
|
|
336125
|
+
}
|
|
336126
|
+
}
|
|
336127
|
+
},
|
|
336128
|
+
{
|
|
336129
|
+
"tags": {
|
|
336130
|
+
"flr-generate": "all"
|
|
336131
|
+
},
|
|
336132
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
336133
|
+
"description": "",
|
|
336134
|
+
"displayName": "Line",
|
|
336135
|
+
"methods": [],
|
|
336136
|
+
"props": {
|
|
336137
|
+
"dataKey": {
|
|
336138
|
+
"defaultValue": null,
|
|
336139
|
+
"description": "",
|
|
336140
|
+
"name": "dataKey",
|
|
336117
336141
|
"parent": {
|
|
336118
|
-
"fileName": "
|
|
336119
|
-
"name": "
|
|
336142
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
336143
|
+
"name": "LineProps"
|
|
336120
336144
|
},
|
|
336121
336145
|
"declarations": [
|
|
336122
336146
|
{
|
|
336123
|
-
"fileName": "
|
|
336124
|
-
"name": "
|
|
336147
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
336148
|
+
"name": "LineProps"
|
|
336125
336149
|
}
|
|
336126
336150
|
],
|
|
336127
336151
|
"required": false,
|
|
336128
336152
|
"type": {
|
|
336129
|
-
"name": "
|
|
336153
|
+
"name": "DataKey<ChartDataValue>"
|
|
336130
336154
|
}
|
|
336131
336155
|
},
|
|
336132
|
-
"
|
|
336133
|
-
"defaultValue":
|
|
336134
|
-
|
|
336135
|
-
|
|
336156
|
+
"color": {
|
|
336157
|
+
"defaultValue": {
|
|
336158
|
+
"value": "\"sea-green\""
|
|
336159
|
+
},
|
|
336160
|
+
"description": "The color of the line.",
|
|
336161
|
+
"name": "color",
|
|
336136
336162
|
"parent": {
|
|
336137
|
-
"fileName": "
|
|
336138
|
-
"name": "
|
|
336163
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
336164
|
+
"name": "LineProps"
|
|
336139
336165
|
},
|
|
336140
336166
|
"declarations": [
|
|
336141
336167
|
{
|
|
336142
|
-
"fileName": "
|
|
336143
|
-
"name": "
|
|
336168
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
336169
|
+
"name": "LineProps"
|
|
336144
336170
|
}
|
|
336145
336171
|
],
|
|
336146
336172
|
"required": false,
|
|
336147
336173
|
"type": {
|
|
336148
|
-
"name": "
|
|
336174
|
+
"name": "CategoricalWithCustomColor"
|
|
336149
336175
|
}
|
|
336150
336176
|
},
|
|
336151
|
-
"
|
|
336177
|
+
"className": {
|
|
336152
336178
|
"defaultValue": null,
|
|
336153
|
-
"description": "
|
|
336154
|
-
"name": "
|
|
336179
|
+
"description": "",
|
|
336180
|
+
"name": "className",
|
|
336155
336181
|
"parent": {
|
|
336156
|
-
"fileName": "flow/node_modules/.pnpm
|
|
336157
|
-
"name": "
|
|
336182
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336183
|
+
"name": "HTMLAttributes"
|
|
336158
336184
|
},
|
|
336159
336185
|
"declarations": [
|
|
336160
336186
|
{
|
|
336161
|
-
"fileName": "flow/node_modules/.pnpm
|
|
336162
|
-
"name": "
|
|
336187
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336188
|
+
"name": "HTMLAttributes"
|
|
336163
336189
|
}
|
|
336164
336190
|
],
|
|
336165
336191
|
"required": false,
|
|
336166
336192
|
"type": {
|
|
336167
|
-
"name": "
|
|
336193
|
+
"name": "string"
|
|
336168
336194
|
}
|
|
336169
336195
|
},
|
|
336170
|
-
"
|
|
336196
|
+
"key": {
|
|
336171
336197
|
"defaultValue": null,
|
|
336172
|
-
"description": "
|
|
336173
|
-
"name": "
|
|
336198
|
+
"description": "",
|
|
336199
|
+
"name": "key",
|
|
336174
336200
|
"parent": {
|
|
336175
|
-
"fileName": "flow/node_modules/.pnpm
|
|
336176
|
-
"name": "
|
|
336201
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336202
|
+
"name": "Attributes"
|
|
336177
336203
|
},
|
|
336178
336204
|
"declarations": [
|
|
336179
336205
|
{
|
|
336180
|
-
"fileName": "flow/node_modules/.pnpm
|
|
336181
|
-
"name": "
|
|
336206
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336207
|
+
"name": "Attributes"
|
|
336182
336208
|
}
|
|
336183
336209
|
],
|
|
336184
336210
|
"required": false,
|
|
336185
336211
|
"type": {
|
|
336186
|
-
"name": "
|
|
336212
|
+
"name": "Key | null"
|
|
336187
336213
|
}
|
|
336188
336214
|
},
|
|
336189
|
-
"
|
|
336215
|
+
"type": {
|
|
336190
336216
|
"defaultValue": null,
|
|
336191
|
-
"description": "
|
|
336192
|
-
"name": "
|
|
336217
|
+
"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.}",
|
|
336218
|
+
"name": "type",
|
|
336193
336219
|
"parent": {
|
|
336194
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/
|
|
336195
|
-
"name": "
|
|
336220
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
336221
|
+
"name": "CurveProps"
|
|
336196
336222
|
},
|
|
336197
336223
|
"declarations": [
|
|
336198
336224
|
{
|
|
336199
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/
|
|
336200
|
-
"name": "
|
|
336225
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
336226
|
+
"name": "CurveProps"
|
|
336227
|
+
},
|
|
336228
|
+
{
|
|
336229
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
336230
|
+
"name": "LineProps"
|
|
336201
336231
|
}
|
|
336202
336232
|
],
|
|
336203
336233
|
"required": false,
|
|
336204
336234
|
"type": {
|
|
336205
|
-
"name": "
|
|
336235
|
+
"name": "CurveType"
|
|
336206
336236
|
}
|
|
336207
336237
|
},
|
|
336208
336238
|
"unit": {
|
|
@@ -336210,48 +336240,56 @@
|
|
|
336210
336240
|
"description": "The unit of data. This option will be used in tooltip.",
|
|
336211
336241
|
"name": "unit",
|
|
336212
336242
|
"parent": {
|
|
336213
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/
|
|
336214
|
-
"name": "
|
|
336243
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
336244
|
+
"name": "LineProps"
|
|
336215
336245
|
},
|
|
336216
336246
|
"declarations": [
|
|
336217
336247
|
{
|
|
336218
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/
|
|
336219
|
-
"name": "
|
|
336248
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
336249
|
+
"name": "LineProps"
|
|
336220
336250
|
}
|
|
336221
336251
|
],
|
|
336222
336252
|
"required": false,
|
|
336223
336253
|
"type": {
|
|
336224
|
-
"name": "string"
|
|
336254
|
+
"name": "string | number | null"
|
|
336225
336255
|
}
|
|
336226
336256
|
},
|
|
336227
|
-
"
|
|
336257
|
+
"xAxisId": {
|
|
336228
336258
|
"defaultValue": null,
|
|
336229
|
-
"description": "",
|
|
336230
|
-
"name": "
|
|
336259
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
336260
|
+
"name": "xAxisId",
|
|
336261
|
+
"parent": {
|
|
336262
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
336263
|
+
"name": "LineProps"
|
|
336264
|
+
},
|
|
336231
336265
|
"declarations": [
|
|
336232
336266
|
{
|
|
336233
|
-
"fileName": "
|
|
336234
|
-
"name": "
|
|
336267
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
336268
|
+
"name": "LineProps"
|
|
336235
336269
|
}
|
|
336236
336270
|
],
|
|
336237
336271
|
"required": false,
|
|
336238
336272
|
"type": {
|
|
336239
|
-
"name": "
|
|
336273
|
+
"name": "AxisId"
|
|
336240
336274
|
}
|
|
336241
336275
|
},
|
|
336242
|
-
"
|
|
336276
|
+
"yAxisId": {
|
|
336243
336277
|
"defaultValue": null,
|
|
336244
|
-
"description": "",
|
|
336245
|
-
"name": "
|
|
336278
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
336279
|
+
"name": "yAxisId",
|
|
336280
|
+
"parent": {
|
|
336281
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
336282
|
+
"name": "LineProps"
|
|
336283
|
+
},
|
|
336246
336284
|
"declarations": [
|
|
336247
336285
|
{
|
|
336248
|
-
"fileName": "
|
|
336249
|
-
"name": "
|
|
336286
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
336287
|
+
"name": "LineProps"
|
|
336250
336288
|
}
|
|
336251
336289
|
],
|
|
336252
336290
|
"required": false,
|
|
336253
336291
|
"type": {
|
|
336254
|
-
"name": "
|
|
336292
|
+
"name": "AxisId"
|
|
336255
336293
|
}
|
|
336256
336294
|
}
|
|
336257
336295
|
}
|