@mittwald/flow-react-components 0.2.0-alpha.982 → 0.2.0-alpha.984
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 +636 -615
- package/dist/js/packages/components/src/components/InlineCode/InlineCode.mjs +13 -2
- package/dist/js/packages/components/src/components/InlineCode/InlineCode.mjs.map +1 -1
- package/dist/types/components/InlineCode/InlineCode.d.ts +3 -1
- package/dist/types/components/InlineCode/InlineCode.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -119268,6 +119268,27 @@
|
|
|
119268
119268
|
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
|
|
119269
119269
|
}
|
|
119270
119270
|
},
|
|
119271
|
+
"whiteSpace": {
|
|
119272
|
+
"defaultValue": {
|
|
119273
|
+
"value": "undefined"
|
|
119274
|
+
},
|
|
119275
|
+
"description": "The white-space property of the inline code component.",
|
|
119276
|
+
"name": "whiteSpace",
|
|
119277
|
+
"parent": {
|
|
119278
|
+
"fileName": "components/src/components/InlineCode/InlineCode.tsx",
|
|
119279
|
+
"name": "InlineCodeProps"
|
|
119280
|
+
},
|
|
119281
|
+
"declarations": [
|
|
119282
|
+
{
|
|
119283
|
+
"fileName": "components/src/components/InlineCode/InlineCode.tsx",
|
|
119284
|
+
"name": "InlineCodeProps"
|
|
119285
|
+
}
|
|
119286
|
+
],
|
|
119287
|
+
"required": false,
|
|
119288
|
+
"type": {
|
|
119289
|
+
"name": "WhiteSpace"
|
|
119290
|
+
}
|
|
119291
|
+
},
|
|
119271
119292
|
"ref": {
|
|
119272
119293
|
"defaultValue": null,
|
|
119273
119294
|
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
@@ -287865,59 +287886,6 @@
|
|
|
287865
287886
|
}
|
|
287866
287887
|
}
|
|
287867
287888
|
},
|
|
287868
|
-
{
|
|
287869
|
-
"tags": {},
|
|
287870
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
287871
|
-
"description": "",
|
|
287872
|
-
"displayName": "FormSettingsProvider",
|
|
287873
|
-
"methods": [],
|
|
287874
|
-
"props": {
|
|
287875
|
-
"submitInterceptor": {
|
|
287876
|
-
"defaultValue": null,
|
|
287877
|
-
"description": "",
|
|
287878
|
-
"name": "submitInterceptor",
|
|
287879
|
-
"parent": {
|
|
287880
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
287881
|
-
"name": "Context"
|
|
287882
|
-
},
|
|
287883
|
-
"declarations": [
|
|
287884
|
-
{
|
|
287885
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
287886
|
-
"name": "Context"
|
|
287887
|
-
}
|
|
287888
|
-
],
|
|
287889
|
-
"required": false,
|
|
287890
|
-
"type": {
|
|
287891
|
-
"name": "SubmitInterceptor"
|
|
287892
|
-
}
|
|
287893
|
-
},
|
|
287894
|
-
"children": {
|
|
287895
|
-
"defaultValue": null,
|
|
287896
|
-
"description": "",
|
|
287897
|
-
"name": "children",
|
|
287898
|
-
"declarations": [
|
|
287899
|
-
{
|
|
287900
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
287901
|
-
"name": "TypeLiteral"
|
|
287902
|
-
}
|
|
287903
|
-
],
|
|
287904
|
-
"required": false,
|
|
287905
|
-
"type": {
|
|
287906
|
-
"name": "ReactNode"
|
|
287907
|
-
}
|
|
287908
|
-
}
|
|
287909
|
-
}
|
|
287910
|
-
},
|
|
287911
|
-
{
|
|
287912
|
-
"tags": {
|
|
287913
|
-
"flowStatus": "new"
|
|
287914
|
-
},
|
|
287915
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
|
|
287916
|
-
"description": "",
|
|
287917
|
-
"displayName": "FormRootError",
|
|
287918
|
-
"methods": [],
|
|
287919
|
-
"props": {}
|
|
287920
|
-
},
|
|
287921
287889
|
{
|
|
287922
287890
|
"tags": {},
|
|
287923
287891
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
@@ -290297,6 +290265,59 @@
|
|
|
290297
290265
|
}
|
|
290298
290266
|
}
|
|
290299
290267
|
},
|
|
290268
|
+
{
|
|
290269
|
+
"tags": {},
|
|
290270
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290271
|
+
"description": "",
|
|
290272
|
+
"displayName": "FormSettingsProvider",
|
|
290273
|
+
"methods": [],
|
|
290274
|
+
"props": {
|
|
290275
|
+
"submitInterceptor": {
|
|
290276
|
+
"defaultValue": null,
|
|
290277
|
+
"description": "",
|
|
290278
|
+
"name": "submitInterceptor",
|
|
290279
|
+
"parent": {
|
|
290280
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290281
|
+
"name": "Context"
|
|
290282
|
+
},
|
|
290283
|
+
"declarations": [
|
|
290284
|
+
{
|
|
290285
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
|
|
290286
|
+
"name": "Context"
|
|
290287
|
+
}
|
|
290288
|
+
],
|
|
290289
|
+
"required": false,
|
|
290290
|
+
"type": {
|
|
290291
|
+
"name": "SubmitInterceptor"
|
|
290292
|
+
}
|
|
290293
|
+
},
|
|
290294
|
+
"children": {
|
|
290295
|
+
"defaultValue": null,
|
|
290296
|
+
"description": "",
|
|
290297
|
+
"name": "children",
|
|
290298
|
+
"declarations": [
|
|
290299
|
+
{
|
|
290300
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
290301
|
+
"name": "TypeLiteral"
|
|
290302
|
+
}
|
|
290303
|
+
],
|
|
290304
|
+
"required": false,
|
|
290305
|
+
"type": {
|
|
290306
|
+
"name": "ReactNode"
|
|
290307
|
+
}
|
|
290308
|
+
}
|
|
290309
|
+
}
|
|
290310
|
+
},
|
|
290311
|
+
{
|
|
290312
|
+
"tags": {
|
|
290313
|
+
"flowStatus": "new"
|
|
290314
|
+
},
|
|
290315
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
|
|
290316
|
+
"description": "",
|
|
290317
|
+
"displayName": "FormRootError",
|
|
290318
|
+
"methods": [],
|
|
290319
|
+
"props": {}
|
|
290320
|
+
},
|
|
290300
290321
|
{
|
|
290301
290322
|
"tags": {},
|
|
290302
290323
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
@@ -297030,33 +297051,7 @@
|
|
|
297030
297051
|
"tags": {
|
|
297031
297052
|
"deprecated": "Use RouterProvider instead"
|
|
297032
297053
|
},
|
|
297033
|
-
"filePath": "src/integrations/nextjs/components/
|
|
297034
|
-
"description": "",
|
|
297035
|
-
"displayName": "LinkProvider",
|
|
297036
|
-
"methods": [],
|
|
297037
|
-
"props": {
|
|
297038
|
-
"children": {
|
|
297039
|
-
"defaultValue": null,
|
|
297040
|
-
"description": "",
|
|
297041
|
-
"name": "children",
|
|
297042
|
-
"declarations": [
|
|
297043
|
-
{
|
|
297044
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
297045
|
-
"name": "TypeLiteral"
|
|
297046
|
-
}
|
|
297047
|
-
],
|
|
297048
|
-
"required": false,
|
|
297049
|
-
"type": {
|
|
297050
|
-
"name": "ReactNode"
|
|
297051
|
-
}
|
|
297052
|
-
}
|
|
297053
|
-
}
|
|
297054
|
-
},
|
|
297055
|
-
{
|
|
297056
|
-
"tags": {
|
|
297057
|
-
"deprecated": "Use RouterProvider instead"
|
|
297058
|
-
},
|
|
297059
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
|
|
297054
|
+
"filePath": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
297060
297055
|
"description": "",
|
|
297061
297056
|
"displayName": "Link",
|
|
297062
297057
|
"methods": [],
|
|
@@ -297066,12 +297061,12 @@
|
|
|
297066
297061
|
"description": "",
|
|
297067
297062
|
"name": "ref",
|
|
297068
297063
|
"parent": {
|
|
297069
|
-
"fileName": "
|
|
297064
|
+
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
297070
297065
|
"name": "Props"
|
|
297071
297066
|
},
|
|
297072
297067
|
"declarations": [
|
|
297073
297068
|
{
|
|
297074
|
-
"fileName": "
|
|
297069
|
+
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
297075
297070
|
"name": "Props"
|
|
297076
297071
|
}
|
|
297077
297072
|
],
|
|
@@ -297085,12 +297080,12 @@
|
|
|
297085
297080
|
"description": "",
|
|
297086
297081
|
"name": "isDisabled",
|
|
297087
297082
|
"parent": {
|
|
297088
|
-
"fileName": "
|
|
297083
|
+
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
297089
297084
|
"name": "Props"
|
|
297090
297085
|
},
|
|
297091
297086
|
"declarations": [
|
|
297092
297087
|
{
|
|
297093
|
-
"fileName": "
|
|
297088
|
+
"fileName": "src/integrations/nextjs/components/Link/Link.tsx",
|
|
297094
297089
|
"name": "Props"
|
|
297095
297090
|
}
|
|
297096
297091
|
],
|
|
@@ -302558,6 +302553,32 @@
|
|
|
302558
302553
|
}
|
|
302559
302554
|
}
|
|
302560
302555
|
},
|
|
302556
|
+
{
|
|
302557
|
+
"tags": {
|
|
302558
|
+
"deprecated": "Use RouterProvider instead"
|
|
302559
|
+
},
|
|
302560
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
302561
|
+
"description": "",
|
|
302562
|
+
"displayName": "LinkProvider",
|
|
302563
|
+
"methods": [],
|
|
302564
|
+
"props": {
|
|
302565
|
+
"children": {
|
|
302566
|
+
"defaultValue": null,
|
|
302567
|
+
"description": "",
|
|
302568
|
+
"name": "children",
|
|
302569
|
+
"declarations": [
|
|
302570
|
+
{
|
|
302571
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
302572
|
+
"name": "TypeLiteral"
|
|
302573
|
+
}
|
|
302574
|
+
],
|
|
302575
|
+
"required": false,
|
|
302576
|
+
"type": {
|
|
302577
|
+
"name": "ReactNode"
|
|
302578
|
+
}
|
|
302579
|
+
}
|
|
302580
|
+
}
|
|
302581
|
+
},
|
|
302561
302582
|
{
|
|
302562
302583
|
"tags": {
|
|
302563
302584
|
"flr-generate": "all"
|
|
@@ -304577,128 +304598,6 @@
|
|
|
304577
304598
|
}
|
|
304578
304599
|
}
|
|
304579
304600
|
},
|
|
304580
|
-
{
|
|
304581
|
-
"tags": {},
|
|
304582
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
304583
|
-
"description": "",
|
|
304584
|
-
"displayName": "TabList",
|
|
304585
|
-
"methods": [],
|
|
304586
|
-
"props": {
|
|
304587
|
-
"selection": {
|
|
304588
|
-
"defaultValue": null,
|
|
304589
|
-
"description": "",
|
|
304590
|
-
"name": "selection",
|
|
304591
|
-
"parent": {
|
|
304592
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
304593
|
-
"name": "Props"
|
|
304594
|
-
},
|
|
304595
|
-
"declarations": [
|
|
304596
|
-
{
|
|
304597
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
304598
|
-
"name": "Props"
|
|
304599
|
-
}
|
|
304600
|
-
],
|
|
304601
|
-
"required": true,
|
|
304602
|
-
"type": {
|
|
304603
|
-
"name": "Key | undefined"
|
|
304604
|
-
}
|
|
304605
|
-
},
|
|
304606
|
-
"onContextMenuSelectionChange": {
|
|
304607
|
-
"defaultValue": null,
|
|
304608
|
-
"description": "",
|
|
304609
|
-
"name": "onContextMenuSelectionChange",
|
|
304610
|
-
"parent": {
|
|
304611
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
304612
|
-
"name": "Props"
|
|
304613
|
-
},
|
|
304614
|
-
"declarations": [
|
|
304615
|
-
{
|
|
304616
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
304617
|
-
"name": "Props"
|
|
304618
|
-
}
|
|
304619
|
-
],
|
|
304620
|
-
"required": true,
|
|
304621
|
-
"type": {
|
|
304622
|
-
"name": "(key: Key) => void"
|
|
304623
|
-
}
|
|
304624
|
-
},
|
|
304625
|
-
"disabledKeys": {
|
|
304626
|
-
"defaultValue": null,
|
|
304627
|
-
"description": "",
|
|
304628
|
-
"name": "disabledKeys",
|
|
304629
|
-
"parent": {
|
|
304630
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
304631
|
-
"name": "Props"
|
|
304632
|
-
},
|
|
304633
|
-
"declarations": [
|
|
304634
|
-
{
|
|
304635
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
304636
|
-
"name": "Props"
|
|
304637
|
-
}
|
|
304638
|
-
],
|
|
304639
|
-
"required": false,
|
|
304640
|
-
"type": {
|
|
304641
|
-
"name": "Iterable<Key>"
|
|
304642
|
-
}
|
|
304643
|
-
}
|
|
304644
|
-
}
|
|
304645
|
-
},
|
|
304646
|
-
{
|
|
304647
|
-
"tags": {},
|
|
304648
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
|
|
304649
|
-
"description": "",
|
|
304650
|
-
"displayName": "FallbackTab",
|
|
304651
|
-
"methods": [],
|
|
304652
|
-
"props": {
|
|
304653
|
-
"tabNotFoundView": {
|
|
304654
|
-
"defaultValue": null,
|
|
304655
|
-
"description": "",
|
|
304656
|
-
"name": "tabNotFoundView",
|
|
304657
|
-
"parent": {
|
|
304658
|
-
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
304659
|
-
"name": "TabsProps"
|
|
304660
|
-
},
|
|
304661
|
-
"declarations": [
|
|
304662
|
-
{
|
|
304663
|
-
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
304664
|
-
"name": "TabsProps"
|
|
304665
|
-
}
|
|
304666
|
-
],
|
|
304667
|
-
"required": false,
|
|
304668
|
-
"type": {
|
|
304669
|
-
"name": "ReactNode"
|
|
304670
|
-
}
|
|
304671
|
-
}
|
|
304672
|
-
}
|
|
304673
|
-
},
|
|
304674
|
-
{
|
|
304675
|
-
"tags": {},
|
|
304676
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.tsx",
|
|
304677
|
-
"description": "",
|
|
304678
|
-
"displayName": "FallbackTab",
|
|
304679
|
-
"methods": [],
|
|
304680
|
-
"props": {
|
|
304681
|
-
"tabNotFoundView": {
|
|
304682
|
-
"defaultValue": null,
|
|
304683
|
-
"description": "",
|
|
304684
|
-
"name": "tabNotFoundView",
|
|
304685
|
-
"parent": {
|
|
304686
|
-
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
304687
|
-
"name": "TabsProps"
|
|
304688
|
-
},
|
|
304689
|
-
"declarations": [
|
|
304690
|
-
{
|
|
304691
|
-
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
304692
|
-
"name": "TabsProps"
|
|
304693
|
-
}
|
|
304694
|
-
],
|
|
304695
|
-
"required": false,
|
|
304696
|
-
"type": {
|
|
304697
|
-
"name": "ReactNode"
|
|
304698
|
-
}
|
|
304699
|
-
}
|
|
304700
|
-
}
|
|
304701
|
-
},
|
|
304702
304601
|
{
|
|
304703
304602
|
"tags": {
|
|
304704
304603
|
"flr-generate": "all"
|
|
@@ -306211,6 +306110,128 @@
|
|
|
306211
306110
|
}
|
|
306212
306111
|
}
|
|
306213
306112
|
},
|
|
306113
|
+
{
|
|
306114
|
+
"tags": {},
|
|
306115
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
306116
|
+
"description": "",
|
|
306117
|
+
"displayName": "TabList",
|
|
306118
|
+
"methods": [],
|
|
306119
|
+
"props": {
|
|
306120
|
+
"selection": {
|
|
306121
|
+
"defaultValue": null,
|
|
306122
|
+
"description": "",
|
|
306123
|
+
"name": "selection",
|
|
306124
|
+
"parent": {
|
|
306125
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
306126
|
+
"name": "Props"
|
|
306127
|
+
},
|
|
306128
|
+
"declarations": [
|
|
306129
|
+
{
|
|
306130
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
306131
|
+
"name": "Props"
|
|
306132
|
+
}
|
|
306133
|
+
],
|
|
306134
|
+
"required": true,
|
|
306135
|
+
"type": {
|
|
306136
|
+
"name": "Key | undefined"
|
|
306137
|
+
}
|
|
306138
|
+
},
|
|
306139
|
+
"onContextMenuSelectionChange": {
|
|
306140
|
+
"defaultValue": null,
|
|
306141
|
+
"description": "",
|
|
306142
|
+
"name": "onContextMenuSelectionChange",
|
|
306143
|
+
"parent": {
|
|
306144
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
306145
|
+
"name": "Props"
|
|
306146
|
+
},
|
|
306147
|
+
"declarations": [
|
|
306148
|
+
{
|
|
306149
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
306150
|
+
"name": "Props"
|
|
306151
|
+
}
|
|
306152
|
+
],
|
|
306153
|
+
"required": true,
|
|
306154
|
+
"type": {
|
|
306155
|
+
"name": "(key: Key) => void"
|
|
306156
|
+
}
|
|
306157
|
+
},
|
|
306158
|
+
"disabledKeys": {
|
|
306159
|
+
"defaultValue": null,
|
|
306160
|
+
"description": "",
|
|
306161
|
+
"name": "disabledKeys",
|
|
306162
|
+
"parent": {
|
|
306163
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
306164
|
+
"name": "Props"
|
|
306165
|
+
},
|
|
306166
|
+
"declarations": [
|
|
306167
|
+
{
|
|
306168
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
306169
|
+
"name": "Props"
|
|
306170
|
+
}
|
|
306171
|
+
],
|
|
306172
|
+
"required": false,
|
|
306173
|
+
"type": {
|
|
306174
|
+
"name": "Iterable<Key>"
|
|
306175
|
+
}
|
|
306176
|
+
}
|
|
306177
|
+
}
|
|
306178
|
+
},
|
|
306179
|
+
{
|
|
306180
|
+
"tags": {},
|
|
306181
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/index.tsx",
|
|
306182
|
+
"description": "",
|
|
306183
|
+
"displayName": "FallbackTab",
|
|
306184
|
+
"methods": [],
|
|
306185
|
+
"props": {
|
|
306186
|
+
"tabNotFoundView": {
|
|
306187
|
+
"defaultValue": null,
|
|
306188
|
+
"description": "",
|
|
306189
|
+
"name": "tabNotFoundView",
|
|
306190
|
+
"parent": {
|
|
306191
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
306192
|
+
"name": "TabsProps"
|
|
306193
|
+
},
|
|
306194
|
+
"declarations": [
|
|
306195
|
+
{
|
|
306196
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
306197
|
+
"name": "TabsProps"
|
|
306198
|
+
}
|
|
306199
|
+
],
|
|
306200
|
+
"required": false,
|
|
306201
|
+
"type": {
|
|
306202
|
+
"name": "ReactNode"
|
|
306203
|
+
}
|
|
306204
|
+
}
|
|
306205
|
+
}
|
|
306206
|
+
},
|
|
306207
|
+
{
|
|
306208
|
+
"tags": {},
|
|
306209
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.tsx",
|
|
306210
|
+
"description": "",
|
|
306211
|
+
"displayName": "FallbackTab",
|
|
306212
|
+
"methods": [],
|
|
306213
|
+
"props": {
|
|
306214
|
+
"tabNotFoundView": {
|
|
306215
|
+
"defaultValue": null,
|
|
306216
|
+
"description": "",
|
|
306217
|
+
"name": "tabNotFoundView",
|
|
306218
|
+
"parent": {
|
|
306219
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
306220
|
+
"name": "TabsProps"
|
|
306221
|
+
},
|
|
306222
|
+
"declarations": [
|
|
306223
|
+
{
|
|
306224
|
+
"fileName": "components/src/components/Tabs/Tabs.tsx",
|
|
306225
|
+
"name": "TabsProps"
|
|
306226
|
+
}
|
|
306227
|
+
],
|
|
306228
|
+
"required": false,
|
|
306229
|
+
"type": {
|
|
306230
|
+
"name": "ReactNode"
|
|
306231
|
+
}
|
|
306232
|
+
}
|
|
306233
|
+
}
|
|
306234
|
+
},
|
|
306214
306235
|
{
|
|
306215
306236
|
"tags": {
|
|
306216
306237
|
"flr-generate": "all"
|
|
@@ -322368,71 +322389,67 @@
|
|
|
322368
322389
|
}
|
|
322369
322390
|
},
|
|
322370
322391
|
{
|
|
322371
|
-
"tags": {
|
|
322372
|
-
|
|
322373
|
-
},
|
|
322374
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
322392
|
+
"tags": {},
|
|
322393
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
322375
322394
|
"description": "",
|
|
322376
|
-
"displayName": "
|
|
322395
|
+
"displayName": "ValidationResultButton",
|
|
322377
322396
|
"methods": [],
|
|
322378
322397
|
"props": {
|
|
322379
|
-
"
|
|
322380
|
-
"defaultValue":
|
|
322381
|
-
"value": "false"
|
|
322382
|
-
},
|
|
322398
|
+
"policyValidationResult": {
|
|
322399
|
+
"defaultValue": null,
|
|
322383
322400
|
"description": "",
|
|
322384
|
-
"name": "
|
|
322401
|
+
"name": "policyValidationResult",
|
|
322385
322402
|
"parent": {
|
|
322386
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322403
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
322387
322404
|
"name": "Props"
|
|
322388
322405
|
},
|
|
322389
322406
|
"declarations": [
|
|
322390
322407
|
{
|
|
322391
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322408
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
322392
322409
|
"name": "Props"
|
|
322393
322410
|
}
|
|
322394
322411
|
],
|
|
322395
322412
|
"required": false,
|
|
322396
322413
|
"type": {
|
|
322397
|
-
"name": "
|
|
322414
|
+
"name": "ResolvedPolicyValidationResult"
|
|
322398
322415
|
}
|
|
322399
322416
|
},
|
|
322400
|
-
"
|
|
322417
|
+
"isDisabled": {
|
|
322401
322418
|
"defaultValue": null,
|
|
322402
322419
|
"description": "",
|
|
322403
|
-
"name": "
|
|
322420
|
+
"name": "isDisabled",
|
|
322404
322421
|
"parent": {
|
|
322405
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322422
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
322406
322423
|
"name": "Props"
|
|
322407
322424
|
},
|
|
322408
322425
|
"declarations": [
|
|
322409
322426
|
{
|
|
322410
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322427
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
322411
322428
|
"name": "Props"
|
|
322412
322429
|
}
|
|
322413
322430
|
],
|
|
322414
|
-
"required":
|
|
322431
|
+
"required": false,
|
|
322415
322432
|
"type": {
|
|
322416
322433
|
"name": "boolean"
|
|
322417
322434
|
}
|
|
322418
322435
|
},
|
|
322419
|
-
"
|
|
322436
|
+
"isEmptyValue": {
|
|
322420
322437
|
"defaultValue": null,
|
|
322421
322438
|
"description": "",
|
|
322422
|
-
"name": "
|
|
322439
|
+
"name": "isEmptyValue",
|
|
322423
322440
|
"parent": {
|
|
322424
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322441
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
322425
322442
|
"name": "Props"
|
|
322426
322443
|
},
|
|
322427
322444
|
"declarations": [
|
|
322428
322445
|
{
|
|
322429
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322446
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
322430
322447
|
"name": "Props"
|
|
322431
322448
|
}
|
|
322432
322449
|
],
|
|
322433
322450
|
"required": true,
|
|
322434
322451
|
"type": {
|
|
322435
|
-
"name": "
|
|
322452
|
+
"name": "boolean"
|
|
322436
322453
|
}
|
|
322437
322454
|
},
|
|
322438
322455
|
"className": {
|
|
@@ -322457,67 +322474,71 @@
|
|
|
322457
322474
|
}
|
|
322458
322475
|
},
|
|
322459
322476
|
{
|
|
322460
|
-
"tags": {
|
|
322461
|
-
|
|
322477
|
+
"tags": {
|
|
322478
|
+
"internal": ""
|
|
322479
|
+
},
|
|
322480
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
322462
322481
|
"description": "",
|
|
322463
|
-
"displayName": "
|
|
322482
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
322464
322483
|
"methods": [],
|
|
322465
322484
|
"props": {
|
|
322466
|
-
"
|
|
322467
|
-
"defaultValue":
|
|
322485
|
+
"isDisabled": {
|
|
322486
|
+
"defaultValue": {
|
|
322487
|
+
"value": "false"
|
|
322488
|
+
},
|
|
322468
322489
|
"description": "",
|
|
322469
|
-
"name": "
|
|
322490
|
+
"name": "isDisabled",
|
|
322470
322491
|
"parent": {
|
|
322471
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322492
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
322472
322493
|
"name": "Props"
|
|
322473
322494
|
},
|
|
322474
322495
|
"declarations": [
|
|
322475
322496
|
{
|
|
322476
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322497
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
322477
322498
|
"name": "Props"
|
|
322478
322499
|
}
|
|
322479
322500
|
],
|
|
322480
322501
|
"required": false,
|
|
322481
322502
|
"type": {
|
|
322482
|
-
"name": "
|
|
322503
|
+
"name": "boolean"
|
|
322483
322504
|
}
|
|
322484
322505
|
},
|
|
322485
|
-
"
|
|
322506
|
+
"isVisible": {
|
|
322486
322507
|
"defaultValue": null,
|
|
322487
322508
|
"description": "",
|
|
322488
|
-
"name": "
|
|
322509
|
+
"name": "isVisible",
|
|
322489
322510
|
"parent": {
|
|
322490
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322511
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
322491
322512
|
"name": "Props"
|
|
322492
322513
|
},
|
|
322493
322514
|
"declarations": [
|
|
322494
322515
|
{
|
|
322495
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322516
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
322496
322517
|
"name": "Props"
|
|
322497
322518
|
}
|
|
322498
322519
|
],
|
|
322499
|
-
"required":
|
|
322520
|
+
"required": true,
|
|
322500
322521
|
"type": {
|
|
322501
322522
|
"name": "boolean"
|
|
322502
322523
|
}
|
|
322503
322524
|
},
|
|
322504
|
-
"
|
|
322525
|
+
"onPress": {
|
|
322505
322526
|
"defaultValue": null,
|
|
322506
322527
|
"description": "",
|
|
322507
|
-
"name": "
|
|
322528
|
+
"name": "onPress",
|
|
322508
322529
|
"parent": {
|
|
322509
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322530
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
322510
322531
|
"name": "Props"
|
|
322511
322532
|
},
|
|
322512
322533
|
"declarations": [
|
|
322513
322534
|
{
|
|
322514
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
322535
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
322515
322536
|
"name": "Props"
|
|
322516
322537
|
}
|
|
322517
322538
|
],
|
|
322518
322539
|
"required": true,
|
|
322519
322540
|
"type": {
|
|
322520
|
-
"name": "
|
|
322541
|
+
"name": "ActionFn"
|
|
322521
322542
|
}
|
|
322522
322543
|
},
|
|
322523
322544
|
"className": {
|
|
@@ -328400,14 +328421,6 @@
|
|
|
328400
328421
|
}
|
|
328401
328422
|
}
|
|
328402
328423
|
},
|
|
328403
|
-
{
|
|
328404
|
-
"tags": {},
|
|
328405
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
328406
|
-
"description": "",
|
|
328407
|
-
"displayName": "OffCanvasSuspenseFallback",
|
|
328408
|
-
"methods": [],
|
|
328409
|
-
"props": {}
|
|
328410
|
-
},
|
|
328411
328424
|
{
|
|
328412
328425
|
"tags": {},
|
|
328413
328426
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -328546,6 +328559,14 @@
|
|
|
328546
328559
|
}
|
|
328547
328560
|
}
|
|
328548
328561
|
},
|
|
328562
|
+
{
|
|
328563
|
+
"tags": {},
|
|
328564
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
328565
|
+
"description": "",
|
|
328566
|
+
"displayName": "OffCanvasSuspenseFallback",
|
|
328567
|
+
"methods": [],
|
|
328568
|
+
"props": {}
|
|
328569
|
+
},
|
|
328549
328570
|
{
|
|
328550
328571
|
"tags": {},
|
|
328551
328572
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
@@ -328889,6 +328910,16 @@
|
|
|
328889
328910
|
}
|
|
328890
328911
|
}
|
|
328891
328912
|
},
|
|
328913
|
+
{
|
|
328914
|
+
"tags": {
|
|
328915
|
+
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
328916
|
+
},
|
|
328917
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
328918
|
+
"description": "",
|
|
328919
|
+
"displayName": "EmptyView",
|
|
328920
|
+
"methods": [],
|
|
328921
|
+
"props": {}
|
|
328922
|
+
},
|
|
328892
328923
|
{
|
|
328893
328924
|
"tags": {
|
|
328894
328925
|
"flr-generate": "all"
|
|
@@ -328957,16 +328988,6 @@
|
|
|
328957
328988
|
}
|
|
328958
328989
|
}
|
|
328959
328990
|
},
|
|
328960
|
-
{
|
|
328961
|
-
"tags": {
|
|
328962
|
-
"flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
|
|
328963
|
-
},
|
|
328964
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
|
|
328965
|
-
"description": "",
|
|
328966
|
-
"displayName": "EmptyView",
|
|
328967
|
-
"methods": [],
|
|
328968
|
-
"props": {}
|
|
328969
|
-
},
|
|
328970
328991
|
{
|
|
328971
328992
|
"tags": {},
|
|
328972
328993
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
@@ -332026,6 +332047,34 @@
|
|
|
332026
332047
|
}
|
|
332027
332048
|
}
|
|
332028
332049
|
},
|
|
332050
|
+
{
|
|
332051
|
+
"tags": {},
|
|
332052
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332053
|
+
"description": "",
|
|
332054
|
+
"displayName": "DeleteButton",
|
|
332055
|
+
"methods": [],
|
|
332056
|
+
"props": {
|
|
332057
|
+
"onDelete": {
|
|
332058
|
+
"defaultValue": null,
|
|
332059
|
+
"description": "",
|
|
332060
|
+
"name": "onDelete",
|
|
332061
|
+
"parent": {
|
|
332062
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332063
|
+
"name": "Props"
|
|
332064
|
+
},
|
|
332065
|
+
"declarations": [
|
|
332066
|
+
{
|
|
332067
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332068
|
+
"name": "Props"
|
|
332069
|
+
}
|
|
332070
|
+
],
|
|
332071
|
+
"required": true,
|
|
332072
|
+
"type": {
|
|
332073
|
+
"name": "() => void"
|
|
332074
|
+
}
|
|
332075
|
+
}
|
|
332076
|
+
}
|
|
332077
|
+
},
|
|
332029
332078
|
{
|
|
332030
332079
|
"tags": {},
|
|
332031
332080
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
@@ -332092,34 +332141,6 @@
|
|
|
332092
332141
|
}
|
|
332093
332142
|
}
|
|
332094
332143
|
},
|
|
332095
|
-
{
|
|
332096
|
-
"tags": {},
|
|
332097
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332098
|
-
"description": "",
|
|
332099
|
-
"displayName": "DeleteButton",
|
|
332100
|
-
"methods": [],
|
|
332101
|
-
"props": {
|
|
332102
|
-
"onDelete": {
|
|
332103
|
-
"defaultValue": null,
|
|
332104
|
-
"description": "",
|
|
332105
|
-
"name": "onDelete",
|
|
332106
|
-
"parent": {
|
|
332107
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332108
|
-
"name": "Props"
|
|
332109
|
-
},
|
|
332110
|
-
"declarations": [
|
|
332111
|
-
{
|
|
332112
|
-
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
332113
|
-
"name": "Props"
|
|
332114
|
-
}
|
|
332115
|
-
],
|
|
332116
|
-
"required": true,
|
|
332117
|
-
"type": {
|
|
332118
|
-
"name": "() => void"
|
|
332119
|
-
}
|
|
332120
|
-
}
|
|
332121
|
-
}
|
|
332122
|
-
},
|
|
332123
332144
|
{
|
|
332124
332145
|
"tags": {},
|
|
332125
332146
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
@@ -335537,237 +335558,6 @@
|
|
|
335537
335558
|
}
|
|
335538
335559
|
}
|
|
335539
335560
|
},
|
|
335540
|
-
{
|
|
335541
|
-
"tags": {
|
|
335542
|
-
"flr-generate": "all"
|
|
335543
|
-
},
|
|
335544
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
335545
|
-
"description": "",
|
|
335546
|
-
"displayName": "YAxis",
|
|
335547
|
-
"methods": [],
|
|
335548
|
-
"props": {
|
|
335549
|
-
"className": {
|
|
335550
|
-
"defaultValue": null,
|
|
335551
|
-
"description": "",
|
|
335552
|
-
"name": "className",
|
|
335553
|
-
"parent": {
|
|
335554
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335555
|
-
"name": "HTMLAttributes"
|
|
335556
|
-
},
|
|
335557
|
-
"declarations": [
|
|
335558
|
-
{
|
|
335559
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335560
|
-
"name": "HTMLAttributes"
|
|
335561
|
-
}
|
|
335562
|
-
],
|
|
335563
|
-
"required": false,
|
|
335564
|
-
"type": {
|
|
335565
|
-
"name": "string"
|
|
335566
|
-
}
|
|
335567
|
-
},
|
|
335568
|
-
"type": {
|
|
335569
|
-
"defaultValue": null,
|
|
335570
|
-
"description": "",
|
|
335571
|
-
"name": "type",
|
|
335572
|
-
"parent": {
|
|
335573
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335574
|
-
"name": "SVGAttributes"
|
|
335575
|
-
},
|
|
335576
|
-
"declarations": [
|
|
335577
|
-
{
|
|
335578
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335579
|
-
"name": "SVGAttributes"
|
|
335580
|
-
}
|
|
335581
|
-
],
|
|
335582
|
-
"required": false,
|
|
335583
|
-
"type": {
|
|
335584
|
-
"name": "string"
|
|
335585
|
-
}
|
|
335586
|
-
},
|
|
335587
|
-
"hide": {
|
|
335588
|
-
"defaultValue": null,
|
|
335589
|
-
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
335590
|
-
"name": "hide",
|
|
335591
|
-
"parent": {
|
|
335592
|
-
"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",
|
|
335593
|
-
"name": "RenderableAxisProps"
|
|
335594
|
-
},
|
|
335595
|
-
"declarations": [
|
|
335596
|
-
{
|
|
335597
|
-
"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",
|
|
335598
|
-
"name": "RenderableAxisProps"
|
|
335599
|
-
}
|
|
335600
|
-
],
|
|
335601
|
-
"required": false,
|
|
335602
|
-
"type": {
|
|
335603
|
-
"name": "boolean"
|
|
335604
|
-
}
|
|
335605
|
-
},
|
|
335606
|
-
"orientation": {
|
|
335607
|
-
"defaultValue": null,
|
|
335608
|
-
"description": "",
|
|
335609
|
-
"name": "orientation",
|
|
335610
|
-
"parent": {
|
|
335611
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335612
|
-
"name": "SVGAttributes"
|
|
335613
|
-
},
|
|
335614
|
-
"declarations": [
|
|
335615
|
-
{
|
|
335616
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335617
|
-
"name": "SVGAttributes"
|
|
335618
|
-
}
|
|
335619
|
-
],
|
|
335620
|
-
"required": false,
|
|
335621
|
-
"type": {
|
|
335622
|
-
"name": "string | number"
|
|
335623
|
-
}
|
|
335624
|
-
},
|
|
335625
|
-
"scale": {
|
|
335626
|
-
"defaultValue": null,
|
|
335627
|
-
"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} />",
|
|
335628
|
-
"name": "scale",
|
|
335629
|
-
"parent": {
|
|
335630
|
-
"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",
|
|
335631
|
-
"name": "YAxisProps"
|
|
335632
|
-
},
|
|
335633
|
-
"declarations": [
|
|
335634
|
-
{
|
|
335635
|
-
"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",
|
|
335636
|
-
"name": "YAxisProps"
|
|
335637
|
-
}
|
|
335638
|
-
],
|
|
335639
|
-
"required": false,
|
|
335640
|
-
"type": {
|
|
335641
|
-
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
335642
|
-
}
|
|
335643
|
-
},
|
|
335644
|
-
"allowDecimals": {
|
|
335645
|
-
"defaultValue": null,
|
|
335646
|
-
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
335647
|
-
"name": "allowDecimals",
|
|
335648
|
-
"parent": {
|
|
335649
|
-
"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",
|
|
335650
|
-
"name": "RenderableAxisProps"
|
|
335651
|
-
},
|
|
335652
|
-
"declarations": [
|
|
335653
|
-
{
|
|
335654
|
-
"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",
|
|
335655
|
-
"name": "RenderableAxisProps"
|
|
335656
|
-
}
|
|
335657
|
-
],
|
|
335658
|
-
"required": false,
|
|
335659
|
-
"type": {
|
|
335660
|
-
"name": "boolean"
|
|
335661
|
-
}
|
|
335662
|
-
},
|
|
335663
|
-
"interval": {
|
|
335664
|
-
"defaultValue": null,
|
|
335665
|
-
"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",
|
|
335666
|
-
"name": "interval",
|
|
335667
|
-
"parent": {
|
|
335668
|
-
"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",
|
|
335669
|
-
"name": "YAxisProps"
|
|
335670
|
-
},
|
|
335671
|
-
"declarations": [
|
|
335672
|
-
{
|
|
335673
|
-
"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",
|
|
335674
|
-
"name": "YAxisProps"
|
|
335675
|
-
}
|
|
335676
|
-
],
|
|
335677
|
-
"required": false,
|
|
335678
|
-
"type": {
|
|
335679
|
-
"name": "AxisInterval"
|
|
335680
|
-
}
|
|
335681
|
-
},
|
|
335682
|
-
"minTickGap": {
|
|
335683
|
-
"defaultValue": null,
|
|
335684
|
-
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
335685
|
-
"name": "minTickGap",
|
|
335686
|
-
"parent": {
|
|
335687
|
-
"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",
|
|
335688
|
-
"name": "YAxisProps"
|
|
335689
|
-
},
|
|
335690
|
-
"declarations": [
|
|
335691
|
-
{
|
|
335692
|
-
"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",
|
|
335693
|
-
"name": "YAxisProps"
|
|
335694
|
-
}
|
|
335695
|
-
],
|
|
335696
|
-
"required": false,
|
|
335697
|
-
"type": {
|
|
335698
|
-
"name": "number"
|
|
335699
|
-
}
|
|
335700
|
-
},
|
|
335701
|
-
"domain": {
|
|
335702
|
-
"defaultValue": null,
|
|
335703
|
-
"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 />",
|
|
335704
|
-
"name": "domain",
|
|
335705
|
-
"parent": {
|
|
335706
|
-
"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",
|
|
335707
|
-
"name": "YAxisProps"
|
|
335708
|
-
},
|
|
335709
|
-
"declarations": [
|
|
335710
|
-
{
|
|
335711
|
-
"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",
|
|
335712
|
-
"name": "YAxisProps"
|
|
335713
|
-
}
|
|
335714
|
-
],
|
|
335715
|
-
"required": false,
|
|
335716
|
-
"type": {
|
|
335717
|
-
"name": "AxisDomain"
|
|
335718
|
-
}
|
|
335719
|
-
},
|
|
335720
|
-
"unit": {
|
|
335721
|
-
"defaultValue": null,
|
|
335722
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
335723
|
-
"name": "unit",
|
|
335724
|
-
"parent": {
|
|
335725
|
-
"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",
|
|
335726
|
-
"name": "BaseAxisProps"
|
|
335727
|
-
},
|
|
335728
|
-
"declarations": [
|
|
335729
|
-
{
|
|
335730
|
-
"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",
|
|
335731
|
-
"name": "BaseAxisProps"
|
|
335732
|
-
}
|
|
335733
|
-
],
|
|
335734
|
-
"required": false,
|
|
335735
|
-
"type": {
|
|
335736
|
-
"name": "string"
|
|
335737
|
-
}
|
|
335738
|
-
},
|
|
335739
|
-
"dataKey": {
|
|
335740
|
-
"defaultValue": null,
|
|
335741
|
-
"description": "",
|
|
335742
|
-
"name": "dataKey",
|
|
335743
|
-
"declarations": [
|
|
335744
|
-
{
|
|
335745
|
-
"fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
335746
|
-
"name": "TypeLiteral"
|
|
335747
|
-
}
|
|
335748
|
-
],
|
|
335749
|
-
"required": false,
|
|
335750
|
-
"type": {
|
|
335751
|
-
"name": "DataKey<ChartDataValue>"
|
|
335752
|
-
}
|
|
335753
|
-
},
|
|
335754
|
-
"tickFormatter": {
|
|
335755
|
-
"defaultValue": null,
|
|
335756
|
-
"description": "",
|
|
335757
|
-
"name": "tickFormatter",
|
|
335758
|
-
"declarations": [
|
|
335759
|
-
{
|
|
335760
|
-
"fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
335761
|
-
"name": "TypeLiteral"
|
|
335762
|
-
}
|
|
335763
|
-
],
|
|
335764
|
-
"required": false,
|
|
335765
|
-
"type": {
|
|
335766
|
-
"name": "((value: unknown, index: number) => string)"
|
|
335767
|
-
}
|
|
335768
|
-
}
|
|
335769
|
-
}
|
|
335770
|
-
},
|
|
335771
335561
|
{
|
|
335772
335562
|
"tags": {
|
|
335773
335563
|
"flr-generate": "all"
|
|
@@ -335891,6 +335681,25 @@
|
|
|
335891
335681
|
"name": "boolean"
|
|
335892
335682
|
}
|
|
335893
335683
|
},
|
|
335684
|
+
"allowDataOverflow": {
|
|
335685
|
+
"defaultValue": null,
|
|
335686
|
+
"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",
|
|
335687
|
+
"name": "allowDataOverflow",
|
|
335688
|
+
"parent": {
|
|
335689
|
+
"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",
|
|
335690
|
+
"name": "RenderableAxisProps"
|
|
335691
|
+
},
|
|
335692
|
+
"declarations": [
|
|
335693
|
+
{
|
|
335694
|
+
"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",
|
|
335695
|
+
"name": "RenderableAxisProps"
|
|
335696
|
+
}
|
|
335697
|
+
],
|
|
335698
|
+
"required": false,
|
|
335699
|
+
"type": {
|
|
335700
|
+
"name": "boolean"
|
|
335701
|
+
}
|
|
335702
|
+
},
|
|
335894
335703
|
"interval": {
|
|
335895
335704
|
"defaultValue": null,
|
|
335896
335705
|
"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",
|
|
@@ -335967,25 +335776,6 @@
|
|
|
335967
335776
|
"name": "string"
|
|
335968
335777
|
}
|
|
335969
335778
|
},
|
|
335970
|
-
"allowDataOverflow": {
|
|
335971
|
-
"defaultValue": null,
|
|
335972
|
-
"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",
|
|
335973
|
-
"name": "allowDataOverflow",
|
|
335974
|
-
"parent": {
|
|
335975
|
-
"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",
|
|
335976
|
-
"name": "RenderableAxisProps"
|
|
335977
|
-
},
|
|
335978
|
-
"declarations": [
|
|
335979
|
-
{
|
|
335980
|
-
"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",
|
|
335981
|
-
"name": "RenderableAxisProps"
|
|
335982
|
-
}
|
|
335983
|
-
],
|
|
335984
|
-
"required": false,
|
|
335985
|
-
"type": {
|
|
335986
|
-
"name": "boolean"
|
|
335987
|
-
}
|
|
335988
|
-
},
|
|
335989
335779
|
"dataKey": {
|
|
335990
335780
|
"defaultValue": null,
|
|
335991
335781
|
"description": "",
|
|
@@ -336187,6 +335977,237 @@
|
|
|
336187
335977
|
}
|
|
336188
335978
|
}
|
|
336189
335979
|
},
|
|
335980
|
+
{
|
|
335981
|
+
"tags": {
|
|
335982
|
+
"flr-generate": "all"
|
|
335983
|
+
},
|
|
335984
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
335985
|
+
"description": "",
|
|
335986
|
+
"displayName": "YAxis",
|
|
335987
|
+
"methods": [],
|
|
335988
|
+
"props": {
|
|
335989
|
+
"className": {
|
|
335990
|
+
"defaultValue": null,
|
|
335991
|
+
"description": "",
|
|
335992
|
+
"name": "className",
|
|
335993
|
+
"parent": {
|
|
335994
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
335995
|
+
"name": "HTMLAttributes"
|
|
335996
|
+
},
|
|
335997
|
+
"declarations": [
|
|
335998
|
+
{
|
|
335999
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336000
|
+
"name": "HTMLAttributes"
|
|
336001
|
+
}
|
|
336002
|
+
],
|
|
336003
|
+
"required": false,
|
|
336004
|
+
"type": {
|
|
336005
|
+
"name": "string"
|
|
336006
|
+
}
|
|
336007
|
+
},
|
|
336008
|
+
"type": {
|
|
336009
|
+
"defaultValue": null,
|
|
336010
|
+
"description": "",
|
|
336011
|
+
"name": "type",
|
|
336012
|
+
"parent": {
|
|
336013
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336014
|
+
"name": "SVGAttributes"
|
|
336015
|
+
},
|
|
336016
|
+
"declarations": [
|
|
336017
|
+
{
|
|
336018
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336019
|
+
"name": "SVGAttributes"
|
|
336020
|
+
}
|
|
336021
|
+
],
|
|
336022
|
+
"required": false,
|
|
336023
|
+
"type": {
|
|
336024
|
+
"name": "string"
|
|
336025
|
+
}
|
|
336026
|
+
},
|
|
336027
|
+
"hide": {
|
|
336028
|
+
"defaultValue": null,
|
|
336029
|
+
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
336030
|
+
"name": "hide",
|
|
336031
|
+
"parent": {
|
|
336032
|
+
"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",
|
|
336033
|
+
"name": "RenderableAxisProps"
|
|
336034
|
+
},
|
|
336035
|
+
"declarations": [
|
|
336036
|
+
{
|
|
336037
|
+
"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",
|
|
336038
|
+
"name": "RenderableAxisProps"
|
|
336039
|
+
}
|
|
336040
|
+
],
|
|
336041
|
+
"required": false,
|
|
336042
|
+
"type": {
|
|
336043
|
+
"name": "boolean"
|
|
336044
|
+
}
|
|
336045
|
+
},
|
|
336046
|
+
"orientation": {
|
|
336047
|
+
"defaultValue": null,
|
|
336048
|
+
"description": "",
|
|
336049
|
+
"name": "orientation",
|
|
336050
|
+
"parent": {
|
|
336051
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336052
|
+
"name": "SVGAttributes"
|
|
336053
|
+
},
|
|
336054
|
+
"declarations": [
|
|
336055
|
+
{
|
|
336056
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
336057
|
+
"name": "SVGAttributes"
|
|
336058
|
+
}
|
|
336059
|
+
],
|
|
336060
|
+
"required": false,
|
|
336061
|
+
"type": {
|
|
336062
|
+
"name": "string | number"
|
|
336063
|
+
}
|
|
336064
|
+
},
|
|
336065
|
+
"scale": {
|
|
336066
|
+
"defaultValue": null,
|
|
336067
|
+
"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} />",
|
|
336068
|
+
"name": "scale",
|
|
336069
|
+
"parent": {
|
|
336070
|
+
"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",
|
|
336071
|
+
"name": "YAxisProps"
|
|
336072
|
+
},
|
|
336073
|
+
"declarations": [
|
|
336074
|
+
{
|
|
336075
|
+
"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",
|
|
336076
|
+
"name": "YAxisProps"
|
|
336077
|
+
}
|
|
336078
|
+
],
|
|
336079
|
+
"required": false,
|
|
336080
|
+
"type": {
|
|
336081
|
+
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
336082
|
+
}
|
|
336083
|
+
},
|
|
336084
|
+
"allowDecimals": {
|
|
336085
|
+
"defaultValue": null,
|
|
336086
|
+
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
336087
|
+
"name": "allowDecimals",
|
|
336088
|
+
"parent": {
|
|
336089
|
+
"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",
|
|
336090
|
+
"name": "RenderableAxisProps"
|
|
336091
|
+
},
|
|
336092
|
+
"declarations": [
|
|
336093
|
+
{
|
|
336094
|
+
"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",
|
|
336095
|
+
"name": "RenderableAxisProps"
|
|
336096
|
+
}
|
|
336097
|
+
],
|
|
336098
|
+
"required": false,
|
|
336099
|
+
"type": {
|
|
336100
|
+
"name": "boolean"
|
|
336101
|
+
}
|
|
336102
|
+
},
|
|
336103
|
+
"interval": {
|
|
336104
|
+
"defaultValue": null,
|
|
336105
|
+
"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",
|
|
336106
|
+
"name": "interval",
|
|
336107
|
+
"parent": {
|
|
336108
|
+
"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",
|
|
336109
|
+
"name": "YAxisProps"
|
|
336110
|
+
},
|
|
336111
|
+
"declarations": [
|
|
336112
|
+
{
|
|
336113
|
+
"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",
|
|
336114
|
+
"name": "YAxisProps"
|
|
336115
|
+
}
|
|
336116
|
+
],
|
|
336117
|
+
"required": false,
|
|
336118
|
+
"type": {
|
|
336119
|
+
"name": "AxisInterval"
|
|
336120
|
+
}
|
|
336121
|
+
},
|
|
336122
|
+
"minTickGap": {
|
|
336123
|
+
"defaultValue": null,
|
|
336124
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
336125
|
+
"name": "minTickGap",
|
|
336126
|
+
"parent": {
|
|
336127
|
+
"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",
|
|
336128
|
+
"name": "YAxisProps"
|
|
336129
|
+
},
|
|
336130
|
+
"declarations": [
|
|
336131
|
+
{
|
|
336132
|
+
"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",
|
|
336133
|
+
"name": "YAxisProps"
|
|
336134
|
+
}
|
|
336135
|
+
],
|
|
336136
|
+
"required": false,
|
|
336137
|
+
"type": {
|
|
336138
|
+
"name": "number"
|
|
336139
|
+
}
|
|
336140
|
+
},
|
|
336141
|
+
"domain": {
|
|
336142
|
+
"defaultValue": null,
|
|
336143
|
+
"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 />",
|
|
336144
|
+
"name": "domain",
|
|
336145
|
+
"parent": {
|
|
336146
|
+
"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",
|
|
336147
|
+
"name": "YAxisProps"
|
|
336148
|
+
},
|
|
336149
|
+
"declarations": [
|
|
336150
|
+
{
|
|
336151
|
+
"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",
|
|
336152
|
+
"name": "YAxisProps"
|
|
336153
|
+
}
|
|
336154
|
+
],
|
|
336155
|
+
"required": false,
|
|
336156
|
+
"type": {
|
|
336157
|
+
"name": "AxisDomain"
|
|
336158
|
+
}
|
|
336159
|
+
},
|
|
336160
|
+
"unit": {
|
|
336161
|
+
"defaultValue": null,
|
|
336162
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
336163
|
+
"name": "unit",
|
|
336164
|
+
"parent": {
|
|
336165
|
+
"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",
|
|
336166
|
+
"name": "BaseAxisProps"
|
|
336167
|
+
},
|
|
336168
|
+
"declarations": [
|
|
336169
|
+
{
|
|
336170
|
+
"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",
|
|
336171
|
+
"name": "BaseAxisProps"
|
|
336172
|
+
}
|
|
336173
|
+
],
|
|
336174
|
+
"required": false,
|
|
336175
|
+
"type": {
|
|
336176
|
+
"name": "string"
|
|
336177
|
+
}
|
|
336178
|
+
},
|
|
336179
|
+
"dataKey": {
|
|
336180
|
+
"defaultValue": null,
|
|
336181
|
+
"description": "",
|
|
336182
|
+
"name": "dataKey",
|
|
336183
|
+
"declarations": [
|
|
336184
|
+
{
|
|
336185
|
+
"fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
336186
|
+
"name": "TypeLiteral"
|
|
336187
|
+
}
|
|
336188
|
+
],
|
|
336189
|
+
"required": false,
|
|
336190
|
+
"type": {
|
|
336191
|
+
"name": "DataKey<ChartDataValue>"
|
|
336192
|
+
}
|
|
336193
|
+
},
|
|
336194
|
+
"tickFormatter": {
|
|
336195
|
+
"defaultValue": null,
|
|
336196
|
+
"description": "",
|
|
336197
|
+
"name": "tickFormatter",
|
|
336198
|
+
"declarations": [
|
|
336199
|
+
{
|
|
336200
|
+
"fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
336201
|
+
"name": "TypeLiteral"
|
|
336202
|
+
}
|
|
336203
|
+
],
|
|
336204
|
+
"required": false,
|
|
336205
|
+
"type": {
|
|
336206
|
+
"name": "((value: unknown, index: number) => string)"
|
|
336207
|
+
}
|
|
336208
|
+
}
|
|
336209
|
+
}
|
|
336210
|
+
},
|
|
336190
336211
|
{
|
|
336191
336212
|
"tags": {},
|
|
336192
336213
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
|
|
@@ -362136,6 +362157,34 @@
|
|
|
362136
362157
|
}
|
|
362137
362158
|
}
|
|
362138
362159
|
},
|
|
362160
|
+
{
|
|
362161
|
+
"tags": {},
|
|
362162
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
362163
|
+
"description": "",
|
|
362164
|
+
"displayName": "ActiveFilters",
|
|
362165
|
+
"methods": [],
|
|
362166
|
+
"props": {
|
|
362167
|
+
"isDisabled": {
|
|
362168
|
+
"defaultValue": null,
|
|
362169
|
+
"description": "",
|
|
362170
|
+
"name": "isDisabled",
|
|
362171
|
+
"parent": {
|
|
362172
|
+
"fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
362173
|
+
"name": "Props"
|
|
362174
|
+
},
|
|
362175
|
+
"declarations": [
|
|
362176
|
+
{
|
|
362177
|
+
"fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
362178
|
+
"name": "Props"
|
|
362179
|
+
}
|
|
362180
|
+
],
|
|
362181
|
+
"required": false,
|
|
362182
|
+
"type": {
|
|
362183
|
+
"name": "boolean"
|
|
362184
|
+
}
|
|
362185
|
+
}
|
|
362186
|
+
}
|
|
362187
|
+
},
|
|
362139
362188
|
{
|
|
362140
362189
|
"tags": {},
|
|
362141
362190
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
@@ -362351,34 +362400,6 @@
|
|
|
362351
362400
|
}
|
|
362352
362401
|
}
|
|
362353
362402
|
},
|
|
362354
|
-
{
|
|
362355
|
-
"tags": {},
|
|
362356
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
362357
|
-
"description": "",
|
|
362358
|
-
"displayName": "ActiveFilters",
|
|
362359
|
-
"methods": [],
|
|
362360
|
-
"props": {
|
|
362361
|
-
"isDisabled": {
|
|
362362
|
-
"defaultValue": null,
|
|
362363
|
-
"description": "",
|
|
362364
|
-
"name": "isDisabled",
|
|
362365
|
-
"parent": {
|
|
362366
|
-
"fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
362367
|
-
"name": "Props"
|
|
362368
|
-
},
|
|
362369
|
-
"declarations": [
|
|
362370
|
-
{
|
|
362371
|
-
"fileName": "components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
362372
|
-
"name": "Props"
|
|
362373
|
-
}
|
|
362374
|
-
],
|
|
362375
|
-
"required": false,
|
|
362376
|
-
"type": {
|
|
362377
|
-
"name": "boolean"
|
|
362378
|
-
}
|
|
362379
|
-
}
|
|
362380
|
-
}
|
|
362381
|
-
},
|
|
362382
362403
|
{
|
|
362383
362404
|
"tags": {},
|
|
362384
362405
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|
|
@@ -370269,6 +370290,49 @@
|
|
|
370269
370290
|
}
|
|
370270
370291
|
}
|
|
370271
370292
|
},
|
|
370293
|
+
{
|
|
370294
|
+
"tags": {},
|
|
370295
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
370296
|
+
"description": "",
|
|
370297
|
+
"displayName": "useGridItemProps",
|
|
370298
|
+
"methods": [],
|
|
370299
|
+
"props": {
|
|
370300
|
+
"data": {
|
|
370301
|
+
"defaultValue": null,
|
|
370302
|
+
"description": "",
|
|
370303
|
+
"name": "data",
|
|
370304
|
+
"parent": {
|
|
370305
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
370306
|
+
"name": "P"
|
|
370307
|
+
},
|
|
370308
|
+
"declarations": [
|
|
370309
|
+
{
|
|
370310
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
370311
|
+
"name": "P"
|
|
370312
|
+
}
|
|
370313
|
+
],
|
|
370314
|
+
"required": true,
|
|
370315
|
+
"type": {
|
|
370316
|
+
"name": "never"
|
|
370317
|
+
}
|
|
370318
|
+
},
|
|
370319
|
+
"children": {
|
|
370320
|
+
"defaultValue": null,
|
|
370321
|
+
"description": "",
|
|
370322
|
+
"name": "children",
|
|
370323
|
+
"declarations": [
|
|
370324
|
+
{
|
|
370325
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
370326
|
+
"name": "TypeLiteral"
|
|
370327
|
+
}
|
|
370328
|
+
],
|
|
370329
|
+
"required": false,
|
|
370330
|
+
"type": {
|
|
370331
|
+
"name": "ReactNode"
|
|
370332
|
+
}
|
|
370333
|
+
}
|
|
370334
|
+
}
|
|
370335
|
+
},
|
|
370272
370336
|
{
|
|
370273
370337
|
"tags": {},
|
|
370274
370338
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
|
|
@@ -370350,49 +370414,6 @@
|
|
|
370350
370414
|
}
|
|
370351
370415
|
}
|
|
370352
370416
|
},
|
|
370353
|
-
{
|
|
370354
|
-
"tags": {},
|
|
370355
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
370356
|
-
"description": "",
|
|
370357
|
-
"displayName": "useGridItemProps",
|
|
370358
|
-
"methods": [],
|
|
370359
|
-
"props": {
|
|
370360
|
-
"data": {
|
|
370361
|
-
"defaultValue": null,
|
|
370362
|
-
"description": "",
|
|
370363
|
-
"name": "data",
|
|
370364
|
-
"parent": {
|
|
370365
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
370366
|
-
"name": "P"
|
|
370367
|
-
},
|
|
370368
|
-
"declarations": [
|
|
370369
|
-
{
|
|
370370
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
370371
|
-
"name": "P"
|
|
370372
|
-
}
|
|
370373
|
-
],
|
|
370374
|
-
"required": true,
|
|
370375
|
-
"type": {
|
|
370376
|
-
"name": "never"
|
|
370377
|
-
}
|
|
370378
|
-
},
|
|
370379
|
-
"children": {
|
|
370380
|
-
"defaultValue": null,
|
|
370381
|
-
"description": "",
|
|
370382
|
-
"name": "children",
|
|
370383
|
-
"declarations": [
|
|
370384
|
-
{
|
|
370385
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
370386
|
-
"name": "TypeLiteral"
|
|
370387
|
-
}
|
|
370388
|
-
],
|
|
370389
|
-
"required": false,
|
|
370390
|
-
"type": {
|
|
370391
|
-
"name": "ReactNode"
|
|
370392
|
-
}
|
|
370393
|
-
}
|
|
370394
|
-
}
|
|
370395
|
-
},
|
|
370396
370417
|
{
|
|
370397
370418
|
"tags": {},
|
|
370398
370419
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|