@mittwald/flow-react-components 0.2.0-alpha.776 → 0.2.0-alpha.778
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 +707 -715
- package/dist/css/all.css +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/js/internal.mjs +1 -0
- package/dist/js/internal.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Alert/Alert.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/Alert/Alert.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AlertIcon/AlertIcon.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AlertText/AlertText.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Avatar/Avatar.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/Avatar/Avatar.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Badge/Badge.mjs +13 -1
- package/dist/js/packages/components/src/components/Badge/Badge.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Color/Color.mjs +2 -10
- package/dist/js/packages/components/src/components/Color/Color.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Color/Color.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/Color/Color.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/DonutChart/DonutChart.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Icon/Icon.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Notification/Notification.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/Notification/Notification.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.mjs.map +1 -1
- package/dist/js/packages/components/src/lib/types/props.mjs +8 -1
- package/dist/js/packages/components/src/lib/types/props.mjs.map +1 -1
- package/dist/types/components/Alert/stories/Default.stories.d.ts +0 -2
- package/dist/types/components/Alert/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/AlertBadge/AlertBadge.d.ts +1 -1
- package/dist/types/components/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/dist/types/components/AlertBadge/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/AlertIcon/stories/Default.stories.d.ts +1 -5
- package/dist/types/components/AlertIcon/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/AlertText/AlertText.d.ts +2 -3
- package/dist/types/components/AlertText/AlertText.d.ts.map +1 -1
- package/dist/types/components/AlertText/stories/Default.stories.d.ts +1 -5
- package/dist/types/components/AlertText/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Avatar/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Color/Color.d.ts +1 -1
- package/dist/types/components/Color/Color.d.ts.map +1 -1
- package/dist/types/components/Color/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Color/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/DonutChart/DonutChart.d.ts +3 -2
- package/dist/types/components/DonutChart/DonutChart.d.ts.map +1 -1
- package/dist/types/components/Icon/Icon.d.ts +2 -3
- package/dist/types/components/Icon/Icon.d.ts.map +1 -1
- package/dist/types/components/Notification/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/NotificationProvider/stories/Default.stories.d.ts +1 -1
- package/dist/types/components/NotificationProvider/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +3 -2
- package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/dist/types/index/internal.d.ts +1 -0
- package/dist/types/index/internal.d.ts.map +1 -1
- package/dist/types/lib/types/props.d.ts +2 -1
- package/dist/types/lib/types/props.d.ts.map +1 -1
- package/package.json +6 -6
- package/dist/types/components/Alert/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/Alert/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/Alert/stories/Variants.stories.d.ts +0 -10
- package/dist/types/components/Alert/stories/Variants.stories.d.ts.map +0 -1
- package/dist/types/components/AlertBadge/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/AlertBadge/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/AlertBadge/stories/Variants.stories.d.ts +0 -10
- package/dist/types/components/AlertBadge/stories/Variants.stories.d.ts.map +0 -1
- package/dist/types/components/Avatar/stories/Sizes.stories.d.ts +0 -10
- package/dist/types/components/Avatar/stories/Sizes.stories.d.ts.map +0 -1
- package/dist/types/components/Notification/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/Notification/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/Notification/stories/Variants.stories.d.ts +0 -10
- package/dist/types/components/Notification/stories/Variants.stories.d.ts.map +0 -1
|
@@ -49658,6 +49658,25 @@
|
|
|
49658
49658
|
"displayName": "ProgressBar",
|
|
49659
49659
|
"methods": [],
|
|
49660
49660
|
"props": {
|
|
49661
|
+
"status": {
|
|
49662
|
+
"defaultValue": null,
|
|
49663
|
+
"description": "",
|
|
49664
|
+
"name": "status",
|
|
49665
|
+
"parent": {
|
|
49666
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49667
|
+
"name": "ProgressBarProps"
|
|
49668
|
+
},
|
|
49669
|
+
"declarations": [
|
|
49670
|
+
{
|
|
49671
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
49672
|
+
"name": "ProgressBarProps"
|
|
49673
|
+
}
|
|
49674
|
+
],
|
|
49675
|
+
"required": false,
|
|
49676
|
+
"type": {
|
|
49677
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\""
|
|
49678
|
+
}
|
|
49679
|
+
},
|
|
49661
49680
|
"showMaxValue": {
|
|
49662
49681
|
"defaultValue": null,
|
|
49663
49682
|
"description": "Whether the max value should be displayed.",
|
|
@@ -51340,21 +51359,6 @@
|
|
|
51340
51359
|
"name": "ReactNode"
|
|
51341
51360
|
}
|
|
51342
51361
|
},
|
|
51343
|
-
"status": {
|
|
51344
|
-
"defaultValue": null,
|
|
51345
|
-
"description": "The elements status",
|
|
51346
|
-
"name": "status",
|
|
51347
|
-
"declarations": [
|
|
51348
|
-
{
|
|
51349
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
51350
|
-
"name": "TypeLiteral"
|
|
51351
|
-
}
|
|
51352
|
-
],
|
|
51353
|
-
"required": false,
|
|
51354
|
-
"type": {
|
|
51355
|
-
"name": "Status"
|
|
51356
|
-
}
|
|
51357
|
-
},
|
|
51358
51362
|
"wrapWith": {
|
|
51359
51363
|
"defaultValue": null,
|
|
51360
51364
|
"description": "",
|
|
@@ -73290,7 +73294,7 @@
|
|
|
73290
73294
|
],
|
|
73291
73295
|
"required": false,
|
|
73292
73296
|
"type": {
|
|
73293
|
-
"name": "
|
|
73297
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
73294
73298
|
}
|
|
73295
73299
|
}
|
|
73296
73300
|
}
|
|
@@ -84057,25 +84061,6 @@
|
|
|
84057
84061
|
"name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
|
|
84058
84062
|
}
|
|
84059
84063
|
},
|
|
84060
|
-
"status": {
|
|
84061
|
-
"defaultValue": null,
|
|
84062
|
-
"description": "",
|
|
84063
|
-
"name": "status",
|
|
84064
|
-
"parent": {
|
|
84065
|
-
"fileName": "components/src/components/Icon/Icon.tsx",
|
|
84066
|
-
"name": "IconProps"
|
|
84067
|
-
},
|
|
84068
|
-
"declarations": [
|
|
84069
|
-
{
|
|
84070
|
-
"fileName": "components/src/components/Icon/Icon.tsx",
|
|
84071
|
-
"name": "IconProps"
|
|
84072
|
-
}
|
|
84073
|
-
],
|
|
84074
|
-
"required": false,
|
|
84075
|
-
"type": {
|
|
84076
|
-
"name": "Status | \"unavailable\""
|
|
84077
|
-
}
|
|
84078
|
-
},
|
|
84079
84064
|
"size": {
|
|
84080
84065
|
"defaultValue": {
|
|
84081
84066
|
"value": "\"m\""
|
|
@@ -93368,6 +93353,21 @@
|
|
|
93368
93353
|
"type": {
|
|
93369
93354
|
"name": "Key | null"
|
|
93370
93355
|
}
|
|
93356
|
+
},
|
|
93357
|
+
"status": {
|
|
93358
|
+
"defaultValue": null,
|
|
93359
|
+
"description": "The elements status",
|
|
93360
|
+
"name": "status",
|
|
93361
|
+
"declarations": [
|
|
93362
|
+
{
|
|
93363
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
93364
|
+
"name": "TypeLiteral"
|
|
93365
|
+
}
|
|
93366
|
+
],
|
|
93367
|
+
"required": false,
|
|
93368
|
+
"type": {
|
|
93369
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
93370
|
+
}
|
|
93371
93371
|
}
|
|
93372
93372
|
}
|
|
93373
93373
|
},
|
|
@@ -118542,7 +118542,7 @@
|
|
|
118542
118542
|
],
|
|
118543
118543
|
"required": false,
|
|
118544
118544
|
"type": {
|
|
118545
|
-
"name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"
|
|
118545
|
+
"name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\" | \"primary\""
|
|
118546
118546
|
}
|
|
118547
118547
|
},
|
|
118548
118548
|
"ref": {
|
|
@@ -123895,25 +123895,6 @@
|
|
|
123895
123895
|
"displayName": "Icon",
|
|
123896
123896
|
"methods": [],
|
|
123897
123897
|
"props": {
|
|
123898
|
-
"status": {
|
|
123899
|
-
"defaultValue": null,
|
|
123900
|
-
"description": "",
|
|
123901
|
-
"name": "status",
|
|
123902
|
-
"parent": {
|
|
123903
|
-
"fileName": "components/src/components/Icon/Icon.tsx",
|
|
123904
|
-
"name": "IconProps"
|
|
123905
|
-
},
|
|
123906
|
-
"declarations": [
|
|
123907
|
-
{
|
|
123908
|
-
"fileName": "components/src/components/Icon/Icon.tsx",
|
|
123909
|
-
"name": "IconProps"
|
|
123910
|
-
}
|
|
123911
|
-
],
|
|
123912
|
-
"required": false,
|
|
123913
|
-
"type": {
|
|
123914
|
-
"name": "Status | \"unavailable\""
|
|
123915
|
-
}
|
|
123916
|
-
},
|
|
123917
123898
|
"size": {
|
|
123918
123899
|
"defaultValue": {
|
|
123919
123900
|
"value": "\"m\""
|
|
@@ -133225,6 +133206,21 @@
|
|
|
133225
133206
|
"type": {
|
|
133226
133207
|
"name": "Key | null"
|
|
133227
133208
|
}
|
|
133209
|
+
},
|
|
133210
|
+
"status": {
|
|
133211
|
+
"defaultValue": null,
|
|
133212
|
+
"description": "The elements status",
|
|
133213
|
+
"name": "status",
|
|
133214
|
+
"declarations": [
|
|
133215
|
+
{
|
|
133216
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
133217
|
+
"name": "TypeLiteral"
|
|
133218
|
+
}
|
|
133219
|
+
],
|
|
133220
|
+
"required": false,
|
|
133221
|
+
"type": {
|
|
133222
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
133223
|
+
}
|
|
133228
133224
|
}
|
|
133229
133225
|
}
|
|
133230
133226
|
},
|
|
@@ -133274,7 +133270,7 @@
|
|
|
133274
133270
|
],
|
|
133275
133271
|
"required": false,
|
|
133276
133272
|
"type": {
|
|
133277
|
-
"name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"
|
|
133273
|
+
"name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\" | \"primary\""
|
|
133278
133274
|
}
|
|
133279
133275
|
},
|
|
133280
133276
|
"wrap": {
|
|
@@ -138662,68 +138658,43 @@
|
|
|
138662
138658
|
"tags": {
|
|
138663
138659
|
"flr-generate": "all"
|
|
138664
138660
|
},
|
|
138665
|
-
"filePath": "src/components/
|
|
138661
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Header/Header.tsx",
|
|
138666
138662
|
"description": "",
|
|
138667
|
-
"displayName": "
|
|
138663
|
+
"displayName": "Header",
|
|
138668
138664
|
"methods": [],
|
|
138669
138665
|
"props": {
|
|
138670
|
-
"
|
|
138671
|
-
"defaultValue": {
|
|
138672
|
-
"value": "\"primary\""
|
|
138673
|
-
},
|
|
138674
|
-
"description": "The color of the header navigation.",
|
|
138675
|
-
"name": "color",
|
|
138676
|
-
"parent": {
|
|
138677
|
-
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
138678
|
-
"name": "HeaderNavigationProps"
|
|
138679
|
-
},
|
|
138680
|
-
"declarations": [
|
|
138681
|
-
{
|
|
138682
|
-
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
138683
|
-
"name": "HeaderNavigationProps"
|
|
138684
|
-
}
|
|
138685
|
-
],
|
|
138686
|
-
"required": false,
|
|
138687
|
-
"type": {
|
|
138688
|
-
"name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"primary\""
|
|
138689
|
-
}
|
|
138690
|
-
},
|
|
138691
|
-
"ref": {
|
|
138666
|
+
"renderSectionHeader": {
|
|
138692
138667
|
"defaultValue": null,
|
|
138693
|
-
"description": "
|
|
138694
|
-
"name": "
|
|
138668
|
+
"description": "@internal",
|
|
138669
|
+
"name": "renderSectionHeader",
|
|
138695
138670
|
"parent": {
|
|
138696
|
-
"fileName": "
|
|
138697
|
-
"name": "
|
|
138671
|
+
"fileName": "components/src/components/Header/Header.tsx",
|
|
138672
|
+
"name": "HeaderProps"
|
|
138698
138673
|
},
|
|
138699
138674
|
"declarations": [
|
|
138700
138675
|
{
|
|
138701
|
-
"fileName": "
|
|
138702
|
-
"name": "
|
|
138676
|
+
"fileName": "components/src/components/Header/Header.tsx",
|
|
138677
|
+
"name": "HeaderProps"
|
|
138703
138678
|
}
|
|
138704
138679
|
],
|
|
138705
138680
|
"required": false,
|
|
138706
138681
|
"type": {
|
|
138707
|
-
"name": "
|
|
138682
|
+
"name": "boolean"
|
|
138708
138683
|
}
|
|
138709
138684
|
},
|
|
138710
|
-
"
|
|
138685
|
+
"children": {
|
|
138711
138686
|
"defaultValue": null,
|
|
138712
138687
|
"description": "",
|
|
138713
|
-
"name": "
|
|
138714
|
-
"parent": {
|
|
138715
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
138716
|
-
"name": "Attributes"
|
|
138717
|
-
},
|
|
138688
|
+
"name": "children",
|
|
138718
138689
|
"declarations": [
|
|
138719
138690
|
{
|
|
138720
138691
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
138721
|
-
"name": "
|
|
138692
|
+
"name": "TypeLiteral"
|
|
138722
138693
|
}
|
|
138723
138694
|
],
|
|
138724
138695
|
"required": false,
|
|
138725
138696
|
"type": {
|
|
138726
|
-
"name": "
|
|
138697
|
+
"name": "ReactNode"
|
|
138727
138698
|
}
|
|
138728
138699
|
},
|
|
138729
138700
|
"defaultChecked": {
|
|
@@ -139448,6 +139419,25 @@
|
|
|
139448
139419
|
"name": "string"
|
|
139449
139420
|
}
|
|
139450
139421
|
},
|
|
139422
|
+
"color": {
|
|
139423
|
+
"defaultValue": null,
|
|
139424
|
+
"description": "",
|
|
139425
|
+
"name": "color",
|
|
139426
|
+
"parent": {
|
|
139427
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
139428
|
+
"name": "HTMLAttributes"
|
|
139429
|
+
},
|
|
139430
|
+
"declarations": [
|
|
139431
|
+
{
|
|
139432
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
139433
|
+
"name": "HTMLAttributes"
|
|
139434
|
+
}
|
|
139435
|
+
],
|
|
139436
|
+
"required": false,
|
|
139437
|
+
"type": {
|
|
139438
|
+
"name": "string"
|
|
139439
|
+
}
|
|
139440
|
+
},
|
|
139451
139441
|
"itemProp": {
|
|
139452
139442
|
"defaultValue": null,
|
|
139453
139443
|
"description": "",
|
|
@@ -140759,25 +140749,6 @@
|
|
|
140759
140749
|
"name": "string"
|
|
140760
140750
|
}
|
|
140761
140751
|
},
|
|
140762
|
-
"children": {
|
|
140763
|
-
"defaultValue": null,
|
|
140764
|
-
"description": "",
|
|
140765
|
-
"name": "children",
|
|
140766
|
-
"parent": {
|
|
140767
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
140768
|
-
"name": "DOMAttributes"
|
|
140769
|
-
},
|
|
140770
|
-
"declarations": [
|
|
140771
|
-
{
|
|
140772
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
140773
|
-
"name": "DOMAttributes"
|
|
140774
|
-
}
|
|
140775
|
-
],
|
|
140776
|
-
"required": false,
|
|
140777
|
-
"type": {
|
|
140778
|
-
"name": "ReactNode"
|
|
140779
|
-
}
|
|
140780
|
-
},
|
|
140781
140752
|
"dangerouslySetInnerHTML": {
|
|
140782
140753
|
"defaultValue": null,
|
|
140783
140754
|
"description": "",
|
|
@@ -143988,6 +143959,97 @@
|
|
|
143988
143959
|
"type": {
|
|
143989
143960
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
143990
143961
|
}
|
|
143962
|
+
},
|
|
143963
|
+
"elementType": {
|
|
143964
|
+
"defaultValue": null,
|
|
143965
|
+
"description": "",
|
|
143966
|
+
"name": "elementType",
|
|
143967
|
+
"declarations": [
|
|
143968
|
+
{
|
|
143969
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
143970
|
+
"name": "TypeLiteral"
|
|
143971
|
+
}
|
|
143972
|
+
],
|
|
143973
|
+
"required": false,
|
|
143974
|
+
"type": {
|
|
143975
|
+
"name": "\"span\" | \"div\" | ExoticComponent<{}> | \"header\""
|
|
143976
|
+
}
|
|
143977
|
+
},
|
|
143978
|
+
"wrapWith": {
|
|
143979
|
+
"defaultValue": null,
|
|
143980
|
+
"description": "",
|
|
143981
|
+
"name": "wrapWith",
|
|
143982
|
+
"parent": {
|
|
143983
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
143984
|
+
"name": "FlowComponentProps"
|
|
143985
|
+
},
|
|
143986
|
+
"declarations": [
|
|
143987
|
+
{
|
|
143988
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
143989
|
+
"name": "FlowComponentProps"
|
|
143990
|
+
}
|
|
143991
|
+
],
|
|
143992
|
+
"required": false,
|
|
143993
|
+
"type": {
|
|
143994
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
143995
|
+
}
|
|
143996
|
+
},
|
|
143997
|
+
"tunnelId": {
|
|
143998
|
+
"defaultValue": null,
|
|
143999
|
+
"description": "@internal",
|
|
144000
|
+
"name": "tunnelId",
|
|
144001
|
+
"parent": {
|
|
144002
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
144003
|
+
"name": "PropsWithTunnel"
|
|
144004
|
+
},
|
|
144005
|
+
"declarations": [
|
|
144006
|
+
{
|
|
144007
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
144008
|
+
"name": "PropsWithTunnel"
|
|
144009
|
+
}
|
|
144010
|
+
],
|
|
144011
|
+
"required": false,
|
|
144012
|
+
"type": {
|
|
144013
|
+
"name": "string | null"
|
|
144014
|
+
}
|
|
144015
|
+
},
|
|
144016
|
+
"ref": {
|
|
144017
|
+
"defaultValue": null,
|
|
144018
|
+
"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}",
|
|
144019
|
+
"name": "ref",
|
|
144020
|
+
"parent": {
|
|
144021
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144022
|
+
"name": "RefAttributes"
|
|
144023
|
+
},
|
|
144024
|
+
"declarations": [
|
|
144025
|
+
{
|
|
144026
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144027
|
+
"name": "RefAttributes"
|
|
144028
|
+
}
|
|
144029
|
+
],
|
|
144030
|
+
"required": false,
|
|
144031
|
+
"type": {
|
|
144032
|
+
"name": "Ref<HTMLSpanElement>"
|
|
144033
|
+
}
|
|
144034
|
+
},
|
|
144035
|
+
"key": {
|
|
144036
|
+
"defaultValue": null,
|
|
144037
|
+
"description": "",
|
|
144038
|
+
"name": "key",
|
|
144039
|
+
"parent": {
|
|
144040
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144041
|
+
"name": "Attributes"
|
|
144042
|
+
},
|
|
144043
|
+
"declarations": [
|
|
144044
|
+
{
|
|
144045
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144046
|
+
"name": "Attributes"
|
|
144047
|
+
}
|
|
144048
|
+
],
|
|
144049
|
+
"required": false,
|
|
144050
|
+
"type": {
|
|
144051
|
+
"name": "Key | null"
|
|
144052
|
+
}
|
|
143991
144053
|
}
|
|
143992
144054
|
}
|
|
143993
144055
|
},
|
|
@@ -143995,43 +144057,68 @@
|
|
|
143995
144057
|
"tags": {
|
|
143996
144058
|
"flr-generate": "all"
|
|
143997
144059
|
},
|
|
143998
|
-
"filePath": "
|
|
144060
|
+
"filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
143999
144061
|
"description": "",
|
|
144000
|
-
"displayName": "
|
|
144062
|
+
"displayName": "HeaderNavigation",
|
|
144001
144063
|
"methods": [],
|
|
144002
144064
|
"props": {
|
|
144003
|
-
"
|
|
144065
|
+
"color": {
|
|
144066
|
+
"defaultValue": {
|
|
144067
|
+
"value": "\"primary\""
|
|
144068
|
+
},
|
|
144069
|
+
"description": "The color of the header navigation.",
|
|
144070
|
+
"name": "color",
|
|
144071
|
+
"parent": {
|
|
144072
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
144073
|
+
"name": "HeaderNavigationProps"
|
|
144074
|
+
},
|
|
144075
|
+
"declarations": [
|
|
144076
|
+
{
|
|
144077
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
144078
|
+
"name": "HeaderNavigationProps"
|
|
144079
|
+
}
|
|
144080
|
+
],
|
|
144081
|
+
"required": false,
|
|
144082
|
+
"type": {
|
|
144083
|
+
"name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"primary\""
|
|
144084
|
+
}
|
|
144085
|
+
},
|
|
144086
|
+
"ref": {
|
|
144004
144087
|
"defaultValue": null,
|
|
144005
|
-
"description": "@
|
|
144006
|
-
"name": "
|
|
144088
|
+
"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}",
|
|
144089
|
+
"name": "ref",
|
|
144007
144090
|
"parent": {
|
|
144008
|
-
"fileName": "
|
|
144009
|
-
"name": "
|
|
144091
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144092
|
+
"name": "RefAttributes"
|
|
144010
144093
|
},
|
|
144011
144094
|
"declarations": [
|
|
144012
144095
|
{
|
|
144013
|
-
"fileName": "
|
|
144014
|
-
"name": "
|
|
144096
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144097
|
+
"name": "RefAttributes"
|
|
144015
144098
|
}
|
|
144016
144099
|
],
|
|
144017
144100
|
"required": false,
|
|
144018
144101
|
"type": {
|
|
144019
|
-
"name": "
|
|
144102
|
+
"name": "Ref<HTMLSpanElement>"
|
|
144020
144103
|
}
|
|
144021
144104
|
},
|
|
144022
|
-
"
|
|
144105
|
+
"key": {
|
|
144023
144106
|
"defaultValue": null,
|
|
144024
144107
|
"description": "",
|
|
144025
|
-
"name": "
|
|
144108
|
+
"name": "key",
|
|
144109
|
+
"parent": {
|
|
144110
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144111
|
+
"name": "Attributes"
|
|
144112
|
+
},
|
|
144026
144113
|
"declarations": [
|
|
144027
144114
|
{
|
|
144028
144115
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144029
|
-
"name": "
|
|
144116
|
+
"name": "Attributes"
|
|
144030
144117
|
}
|
|
144031
144118
|
],
|
|
144032
144119
|
"required": false,
|
|
144033
144120
|
"type": {
|
|
144034
|
-
"name": "
|
|
144121
|
+
"name": "Key | null"
|
|
144035
144122
|
}
|
|
144036
144123
|
},
|
|
144037
144124
|
"defaultChecked": {
|
|
@@ -144756,25 +144843,6 @@
|
|
|
144756
144843
|
"name": "string"
|
|
144757
144844
|
}
|
|
144758
144845
|
},
|
|
144759
|
-
"color": {
|
|
144760
|
-
"defaultValue": null,
|
|
144761
|
-
"description": "",
|
|
144762
|
-
"name": "color",
|
|
144763
|
-
"parent": {
|
|
144764
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144765
|
-
"name": "HTMLAttributes"
|
|
144766
|
-
},
|
|
144767
|
-
"declarations": [
|
|
144768
|
-
{
|
|
144769
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
144770
|
-
"name": "HTMLAttributes"
|
|
144771
|
-
}
|
|
144772
|
-
],
|
|
144773
|
-
"required": false,
|
|
144774
|
-
"type": {
|
|
144775
|
-
"name": "string"
|
|
144776
|
-
}
|
|
144777
|
-
},
|
|
144778
144846
|
"itemProp": {
|
|
144779
144847
|
"defaultValue": null,
|
|
144780
144848
|
"description": "",
|
|
@@ -146086,6 +146154,25 @@
|
|
|
146086
146154
|
"name": "string"
|
|
146087
146155
|
}
|
|
146088
146156
|
},
|
|
146157
|
+
"children": {
|
|
146158
|
+
"defaultValue": null,
|
|
146159
|
+
"description": "",
|
|
146160
|
+
"name": "children",
|
|
146161
|
+
"parent": {
|
|
146162
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
146163
|
+
"name": "DOMAttributes"
|
|
146164
|
+
},
|
|
146165
|
+
"declarations": [
|
|
146166
|
+
{
|
|
146167
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
146168
|
+
"name": "DOMAttributes"
|
|
146169
|
+
}
|
|
146170
|
+
],
|
|
146171
|
+
"required": false,
|
|
146172
|
+
"type": {
|
|
146173
|
+
"name": "ReactNode"
|
|
146174
|
+
}
|
|
146175
|
+
},
|
|
146089
146176
|
"dangerouslySetInnerHTML": {
|
|
146090
146177
|
"defaultValue": null,
|
|
146091
146178
|
"description": "",
|
|
@@ -149296,97 +149383,6 @@
|
|
|
149296
149383
|
"type": {
|
|
149297
149384
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
149298
149385
|
}
|
|
149299
|
-
},
|
|
149300
|
-
"elementType": {
|
|
149301
|
-
"defaultValue": null,
|
|
149302
|
-
"description": "",
|
|
149303
|
-
"name": "elementType",
|
|
149304
|
-
"declarations": [
|
|
149305
|
-
{
|
|
149306
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
149307
|
-
"name": "TypeLiteral"
|
|
149308
|
-
}
|
|
149309
|
-
],
|
|
149310
|
-
"required": false,
|
|
149311
|
-
"type": {
|
|
149312
|
-
"name": "\"span\" | \"div\" | ExoticComponent<{}> | \"header\""
|
|
149313
|
-
}
|
|
149314
|
-
},
|
|
149315
|
-
"wrapWith": {
|
|
149316
|
-
"defaultValue": null,
|
|
149317
|
-
"description": "",
|
|
149318
|
-
"name": "wrapWith",
|
|
149319
|
-
"parent": {
|
|
149320
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
149321
|
-
"name": "FlowComponentProps"
|
|
149322
|
-
},
|
|
149323
|
-
"declarations": [
|
|
149324
|
-
{
|
|
149325
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
149326
|
-
"name": "FlowComponentProps"
|
|
149327
|
-
}
|
|
149328
|
-
],
|
|
149329
|
-
"required": false,
|
|
149330
|
-
"type": {
|
|
149331
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
149332
|
-
}
|
|
149333
|
-
},
|
|
149334
|
-
"tunnelId": {
|
|
149335
|
-
"defaultValue": null,
|
|
149336
|
-
"description": "@internal",
|
|
149337
|
-
"name": "tunnelId",
|
|
149338
|
-
"parent": {
|
|
149339
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
149340
|
-
"name": "PropsWithTunnel"
|
|
149341
|
-
},
|
|
149342
|
-
"declarations": [
|
|
149343
|
-
{
|
|
149344
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
149345
|
-
"name": "PropsWithTunnel"
|
|
149346
|
-
}
|
|
149347
|
-
],
|
|
149348
|
-
"required": false,
|
|
149349
|
-
"type": {
|
|
149350
|
-
"name": "string | null"
|
|
149351
|
-
}
|
|
149352
|
-
},
|
|
149353
|
-
"ref": {
|
|
149354
|
-
"defaultValue": null,
|
|
149355
|
-
"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}",
|
|
149356
|
-
"name": "ref",
|
|
149357
|
-
"parent": {
|
|
149358
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
149359
|
-
"name": "RefAttributes"
|
|
149360
|
-
},
|
|
149361
|
-
"declarations": [
|
|
149362
|
-
{
|
|
149363
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
149364
|
-
"name": "RefAttributes"
|
|
149365
|
-
}
|
|
149366
|
-
],
|
|
149367
|
-
"required": false,
|
|
149368
|
-
"type": {
|
|
149369
|
-
"name": "Ref<HTMLSpanElement>"
|
|
149370
|
-
}
|
|
149371
|
-
},
|
|
149372
|
-
"key": {
|
|
149373
|
-
"defaultValue": null,
|
|
149374
|
-
"description": "",
|
|
149375
|
-
"name": "key",
|
|
149376
|
-
"parent": {
|
|
149377
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
149378
|
-
"name": "Attributes"
|
|
149379
|
-
},
|
|
149380
|
-
"declarations": [
|
|
149381
|
-
{
|
|
149382
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
149383
|
-
"name": "Attributes"
|
|
149384
|
-
}
|
|
149385
|
-
],
|
|
149386
|
-
"required": false,
|
|
149387
|
-
"type": {
|
|
149388
|
-
"name": "Key | null"
|
|
149389
|
-
}
|
|
149390
149386
|
}
|
|
149391
149387
|
}
|
|
149392
149388
|
},
|
|
@@ -178826,6 +178822,25 @@
|
|
|
178826
178822
|
"displayName": "DonutChart",
|
|
178827
178823
|
"methods": [],
|
|
178828
178824
|
"props": {
|
|
178825
|
+
"status": {
|
|
178826
|
+
"defaultValue": null,
|
|
178827
|
+
"description": "",
|
|
178828
|
+
"name": "status",
|
|
178829
|
+
"parent": {
|
|
178830
|
+
"fileName": "src/components/DonutChart/DonutChart.tsx",
|
|
178831
|
+
"name": "DonutChartProps"
|
|
178832
|
+
},
|
|
178833
|
+
"declarations": [
|
|
178834
|
+
{
|
|
178835
|
+
"fileName": "src/components/DonutChart/DonutChart.tsx",
|
|
178836
|
+
"name": "DonutChartProps"
|
|
178837
|
+
}
|
|
178838
|
+
],
|
|
178839
|
+
"required": false,
|
|
178840
|
+
"type": {
|
|
178841
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\""
|
|
178842
|
+
}
|
|
178843
|
+
},
|
|
178829
178844
|
"size": {
|
|
178830
178845
|
"defaultValue": {
|
|
178831
178846
|
"value": "\"m\""
|
|
@@ -180476,21 +180491,6 @@
|
|
|
180476
180491
|
"name": "boolean"
|
|
180477
180492
|
}
|
|
180478
180493
|
},
|
|
180479
|
-
"status": {
|
|
180480
|
-
"defaultValue": null,
|
|
180481
|
-
"description": "The elements status",
|
|
180482
|
-
"name": "status",
|
|
180483
|
-
"declarations": [
|
|
180484
|
-
{
|
|
180485
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
180486
|
-
"name": "TypeLiteral"
|
|
180487
|
-
}
|
|
180488
|
-
],
|
|
180489
|
-
"required": false,
|
|
180490
|
-
"type": {
|
|
180491
|
-
"name": "Status"
|
|
180492
|
-
}
|
|
180493
|
-
},
|
|
180494
180494
|
"children": {
|
|
180495
180495
|
"defaultValue": null,
|
|
180496
180496
|
"description": "",
|
|
@@ -230452,7 +230452,7 @@
|
|
|
230452
230452
|
],
|
|
230453
230453
|
"required": false,
|
|
230454
230454
|
"type": {
|
|
230455
|
-
"name": "
|
|
230455
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
230456
230456
|
}
|
|
230457
230457
|
},
|
|
230458
230458
|
"children": {
|
|
@@ -230898,25 +230898,6 @@
|
|
|
230898
230898
|
"displayName": "AlertText",
|
|
230899
230899
|
"methods": [],
|
|
230900
230900
|
"props": {
|
|
230901
|
-
"status": {
|
|
230902
|
-
"defaultValue": null,
|
|
230903
|
-
"description": "",
|
|
230904
|
-
"name": "status",
|
|
230905
|
-
"parent": {
|
|
230906
|
-
"fileName": "components/src/components/AlertText/AlertText.tsx",
|
|
230907
|
-
"name": "AlertTextProps"
|
|
230908
|
-
},
|
|
230909
|
-
"declarations": [
|
|
230910
|
-
{
|
|
230911
|
-
"fileName": "components/src/components/AlertText/AlertText.tsx",
|
|
230912
|
-
"name": "AlertTextProps"
|
|
230913
|
-
}
|
|
230914
|
-
],
|
|
230915
|
-
"required": false,
|
|
230916
|
-
"type": {
|
|
230917
|
-
"name": "Status | \"unavailable\""
|
|
230918
|
-
}
|
|
230919
|
-
},
|
|
230920
230901
|
"className": {
|
|
230921
230902
|
"defaultValue": null,
|
|
230922
230903
|
"description": "The elements class name.",
|
|
@@ -231026,6 +231007,21 @@
|
|
|
231026
231007
|
"type": {
|
|
231027
231008
|
"name": "Key | null"
|
|
231028
231009
|
}
|
|
231010
|
+
},
|
|
231011
|
+
"status": {
|
|
231012
|
+
"defaultValue": null,
|
|
231013
|
+
"description": "The elements status",
|
|
231014
|
+
"name": "status",
|
|
231015
|
+
"declarations": [
|
|
231016
|
+
{
|
|
231017
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
231018
|
+
"name": "TypeLiteral"
|
|
231019
|
+
}
|
|
231020
|
+
],
|
|
231021
|
+
"required": false,
|
|
231022
|
+
"type": {
|
|
231023
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
231024
|
+
}
|
|
231029
231025
|
}
|
|
231030
231026
|
}
|
|
231031
231027
|
},
|
|
@@ -231038,25 +231034,6 @@
|
|
|
231038
231034
|
"displayName": "AlertIcon",
|
|
231039
231035
|
"methods": [],
|
|
231040
231036
|
"props": {
|
|
231041
|
-
"status": {
|
|
231042
|
-
"defaultValue": null,
|
|
231043
|
-
"description": "",
|
|
231044
|
-
"name": "status",
|
|
231045
|
-
"parent": {
|
|
231046
|
-
"fileName": "components/src/components/Icon/Icon.tsx",
|
|
231047
|
-
"name": "IconProps"
|
|
231048
|
-
},
|
|
231049
|
-
"declarations": [
|
|
231050
|
-
{
|
|
231051
|
-
"fileName": "components/src/components/Icon/Icon.tsx",
|
|
231052
|
-
"name": "IconProps"
|
|
231053
|
-
}
|
|
231054
|
-
],
|
|
231055
|
-
"required": false,
|
|
231056
|
-
"type": {
|
|
231057
|
-
"name": "Status | \"unavailable\""
|
|
231058
|
-
}
|
|
231059
|
-
},
|
|
231060
231037
|
"size": {
|
|
231061
231038
|
"defaultValue": {
|
|
231062
231039
|
"value": "\"m\""
|
|
@@ -240368,6 +240345,21 @@
|
|
|
240368
240345
|
"type": {
|
|
240369
240346
|
"name": "Key | null"
|
|
240370
240347
|
}
|
|
240348
|
+
},
|
|
240349
|
+
"status": {
|
|
240350
|
+
"defaultValue": null,
|
|
240351
|
+
"description": "The elements status",
|
|
240352
|
+
"name": "status",
|
|
240353
|
+
"declarations": [
|
|
240354
|
+
{
|
|
240355
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
240356
|
+
"name": "TypeLiteral"
|
|
240357
|
+
}
|
|
240358
|
+
],
|
|
240359
|
+
"required": false,
|
|
240360
|
+
"type": {
|
|
240361
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
240362
|
+
}
|
|
240371
240363
|
}
|
|
240372
240364
|
}
|
|
240373
240365
|
},
|
|
@@ -240407,7 +240399,7 @@
|
|
|
240407
240399
|
],
|
|
240408
240400
|
"required": false,
|
|
240409
240401
|
"type": {
|
|
240410
|
-
"name": "
|
|
240402
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
240411
240403
|
}
|
|
240412
240404
|
},
|
|
240413
240405
|
"wrapWith": {
|
|
@@ -245848,7 +245840,7 @@
|
|
|
245848
245840
|
],
|
|
245849
245841
|
"required": false,
|
|
245850
245842
|
"type": {
|
|
245851
|
-
"name": "
|
|
245843
|
+
"name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
|
|
245852
245844
|
}
|
|
245853
245845
|
},
|
|
245854
245846
|
"wrapWith": {
|
|
@@ -272571,9 +272563,9 @@
|
|
|
272571
272563
|
},
|
|
272572
272564
|
{
|
|
272573
272565
|
"tags": {},
|
|
272574
|
-
"filePath": "src/integrations/react-hook-form/components/
|
|
272566
|
+
"filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
|
|
272575
272567
|
"description": "",
|
|
272576
|
-
"displayName": "
|
|
272568
|
+
"displayName": "SubmitButton",
|
|
272577
272569
|
"methods": [],
|
|
272578
272570
|
"props": {
|
|
272579
272571
|
"slot": {
|
|
@@ -274922,14 +274914,33 @@
|
|
|
274922
274914
|
"type": {
|
|
274923
274915
|
"name": "Key | null"
|
|
274924
274916
|
}
|
|
274917
|
+
},
|
|
274918
|
+
"showFeedback": {
|
|
274919
|
+
"defaultValue": null,
|
|
274920
|
+
"description": "",
|
|
274921
|
+
"name": "showFeedback",
|
|
274922
|
+
"parent": {
|
|
274923
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
274924
|
+
"name": "ActionProps"
|
|
274925
|
+
},
|
|
274926
|
+
"declarations": [
|
|
274927
|
+
{
|
|
274928
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
274929
|
+
"name": "ActionProps"
|
|
274930
|
+
}
|
|
274931
|
+
],
|
|
274932
|
+
"required": false,
|
|
274933
|
+
"type": {
|
|
274934
|
+
"name": "boolean"
|
|
274935
|
+
}
|
|
274925
274936
|
}
|
|
274926
274937
|
}
|
|
274927
274938
|
},
|
|
274928
274939
|
{
|
|
274929
274940
|
"tags": {},
|
|
274930
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
274941
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
|
|
274931
274942
|
"description": "",
|
|
274932
|
-
"displayName": "
|
|
274943
|
+
"displayName": "ResetButton",
|
|
274933
274944
|
"methods": [],
|
|
274934
274945
|
"props": {
|
|
274935
274946
|
"slot": {
|
|
@@ -277278,25 +277289,6 @@
|
|
|
277278
277289
|
"type": {
|
|
277279
277290
|
"name": "Key | null"
|
|
277280
277291
|
}
|
|
277281
|
-
},
|
|
277282
|
-
"showFeedback": {
|
|
277283
|
-
"defaultValue": null,
|
|
277284
|
-
"description": "",
|
|
277285
|
-
"name": "showFeedback",
|
|
277286
|
-
"parent": {
|
|
277287
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
277288
|
-
"name": "ActionProps"
|
|
277289
|
-
},
|
|
277290
|
-
"declarations": [
|
|
277291
|
-
{
|
|
277292
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
277293
|
-
"name": "ActionProps"
|
|
277294
|
-
}
|
|
277295
|
-
],
|
|
277296
|
-
"required": false,
|
|
277297
|
-
"type": {
|
|
277298
|
-
"name": "boolean"
|
|
277299
|
-
}
|
|
277300
277292
|
}
|
|
277301
277293
|
}
|
|
277302
277294
|
},
|
|
@@ -308875,42 +308867,44 @@
|
|
|
308875
308867
|
}
|
|
308876
308868
|
},
|
|
308877
308869
|
{
|
|
308878
|
-
"tags": {
|
|
308879
|
-
|
|
308870
|
+
"tags": {
|
|
308871
|
+
"internal": ""
|
|
308872
|
+
},
|
|
308873
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
308880
308874
|
"description": "",
|
|
308881
|
-
"displayName": "
|
|
308875
|
+
"displayName": "ValidationResultEntry",
|
|
308882
308876
|
"methods": [],
|
|
308883
308877
|
"props": {
|
|
308884
|
-
"
|
|
308878
|
+
"result": {
|
|
308885
308879
|
"defaultValue": null,
|
|
308886
308880
|
"description": "",
|
|
308887
|
-
"name": "
|
|
308881
|
+
"name": "result",
|
|
308888
308882
|
"parent": {
|
|
308889
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308883
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
308890
308884
|
"name": "Props"
|
|
308891
308885
|
},
|
|
308892
308886
|
"declarations": [
|
|
308893
308887
|
{
|
|
308894
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308888
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
308895
308889
|
"name": "Props"
|
|
308896
308890
|
}
|
|
308897
308891
|
],
|
|
308898
|
-
"required":
|
|
308892
|
+
"required": true,
|
|
308899
308893
|
"type": {
|
|
308900
|
-
"name": "
|
|
308894
|
+
"name": "Partial<RuleValidationResult>"
|
|
308901
308895
|
}
|
|
308902
308896
|
},
|
|
308903
|
-
"
|
|
308897
|
+
"unspecifiedRules": {
|
|
308904
308898
|
"defaultValue": null,
|
|
308905
308899
|
"description": "",
|
|
308906
|
-
"name": "
|
|
308900
|
+
"name": "unspecifiedRules",
|
|
308907
308901
|
"parent": {
|
|
308908
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308902
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
308909
308903
|
"name": "Props"
|
|
308910
308904
|
},
|
|
308911
308905
|
"declarations": [
|
|
308912
308906
|
{
|
|
308913
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308907
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
308914
308908
|
"name": "Props"
|
|
308915
308909
|
}
|
|
308916
308910
|
],
|
|
@@ -308918,86 +308912,46 @@
|
|
|
308918
308912
|
"type": {
|
|
308919
308913
|
"name": "boolean"
|
|
308920
308914
|
}
|
|
308921
|
-
},
|
|
308922
|
-
"isEmptyValue": {
|
|
308923
|
-
"defaultValue": null,
|
|
308924
|
-
"description": "",
|
|
308925
|
-
"name": "isEmptyValue",
|
|
308926
|
-
"parent": {
|
|
308927
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308928
|
-
"name": "Props"
|
|
308929
|
-
},
|
|
308930
|
-
"declarations": [
|
|
308931
|
-
{
|
|
308932
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308933
|
-
"name": "Props"
|
|
308934
|
-
}
|
|
308935
|
-
],
|
|
308936
|
-
"required": true,
|
|
308937
|
-
"type": {
|
|
308938
|
-
"name": "boolean"
|
|
308939
|
-
}
|
|
308940
|
-
},
|
|
308941
|
-
"className": {
|
|
308942
|
-
"defaultValue": null,
|
|
308943
|
-
"description": "The elements class name.",
|
|
308944
|
-
"name": "className",
|
|
308945
|
-
"parent": {
|
|
308946
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308947
|
-
"name": "PropsWithClassName"
|
|
308948
|
-
},
|
|
308949
|
-
"declarations": [
|
|
308950
|
-
{
|
|
308951
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
308952
|
-
"name": "PropsWithClassName"
|
|
308953
|
-
}
|
|
308954
|
-
],
|
|
308955
|
-
"required": false,
|
|
308956
|
-
"type": {
|
|
308957
|
-
"name": "string"
|
|
308958
|
-
}
|
|
308959
308915
|
}
|
|
308960
308916
|
}
|
|
308961
308917
|
},
|
|
308962
308918
|
{
|
|
308963
|
-
"tags": {
|
|
308964
|
-
|
|
308965
|
-
},
|
|
308966
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
308919
|
+
"tags": {},
|
|
308920
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308967
308921
|
"description": "",
|
|
308968
|
-
"displayName": "
|
|
308922
|
+
"displayName": "ValidationResultButton",
|
|
308969
308923
|
"methods": [],
|
|
308970
308924
|
"props": {
|
|
308971
|
-
"
|
|
308925
|
+
"policyValidationResult": {
|
|
308972
308926
|
"defaultValue": null,
|
|
308973
308927
|
"description": "",
|
|
308974
|
-
"name": "
|
|
308928
|
+
"name": "policyValidationResult",
|
|
308975
308929
|
"parent": {
|
|
308976
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308930
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308977
308931
|
"name": "Props"
|
|
308978
308932
|
},
|
|
308979
308933
|
"declarations": [
|
|
308980
308934
|
{
|
|
308981
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308935
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308982
308936
|
"name": "Props"
|
|
308983
308937
|
}
|
|
308984
308938
|
],
|
|
308985
|
-
"required":
|
|
308939
|
+
"required": false,
|
|
308986
308940
|
"type": {
|
|
308987
|
-
"name": "
|
|
308941
|
+
"name": "ResolvedPolicyValidationResult"
|
|
308988
308942
|
}
|
|
308989
308943
|
},
|
|
308990
|
-
"
|
|
308944
|
+
"isDisabled": {
|
|
308991
308945
|
"defaultValue": null,
|
|
308992
308946
|
"description": "",
|
|
308993
|
-
"name": "
|
|
308947
|
+
"name": "isDisabled",
|
|
308994
308948
|
"parent": {
|
|
308995
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308949
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
308996
308950
|
"name": "Props"
|
|
308997
308951
|
},
|
|
308998
308952
|
"declarations": [
|
|
308999
308953
|
{
|
|
309000
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308954
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309001
308955
|
"name": "Props"
|
|
309002
308956
|
}
|
|
309003
308957
|
],
|
|
@@ -309005,52 +308959,43 @@
|
|
|
309005
308959
|
"type": {
|
|
309006
308960
|
"name": "boolean"
|
|
309007
308961
|
}
|
|
309008
|
-
}
|
|
309009
|
-
|
|
309010
|
-
},
|
|
309011
|
-
{
|
|
309012
|
-
"tags": {},
|
|
309013
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
309014
|
-
"description": "",
|
|
309015
|
-
"displayName": "PasswordGenerateButton",
|
|
309016
|
-
"methods": [],
|
|
309017
|
-
"props": {
|
|
309018
|
-
"isDisabled": {
|
|
308962
|
+
},
|
|
308963
|
+
"isEmptyValue": {
|
|
309019
308964
|
"defaultValue": null,
|
|
309020
308965
|
"description": "",
|
|
309021
|
-
"name": "
|
|
308966
|
+
"name": "isEmptyValue",
|
|
309022
308967
|
"parent": {
|
|
309023
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308968
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309024
308969
|
"name": "Props"
|
|
309025
308970
|
},
|
|
309026
308971
|
"declarations": [
|
|
309027
308972
|
{
|
|
309028
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
308973
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
309029
308974
|
"name": "Props"
|
|
309030
308975
|
}
|
|
309031
308976
|
],
|
|
309032
|
-
"required":
|
|
308977
|
+
"required": true,
|
|
309033
308978
|
"type": {
|
|
309034
308979
|
"name": "boolean"
|
|
309035
308980
|
}
|
|
309036
308981
|
},
|
|
309037
|
-
"
|
|
308982
|
+
"className": {
|
|
309038
308983
|
"defaultValue": null,
|
|
309039
|
-
"description": "",
|
|
309040
|
-
"name": "
|
|
308984
|
+
"description": "The elements class name.",
|
|
308985
|
+
"name": "className",
|
|
309041
308986
|
"parent": {
|
|
309042
|
-
"fileName": "components/src/
|
|
309043
|
-
"name": "
|
|
308987
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
308988
|
+
"name": "PropsWithClassName"
|
|
309044
308989
|
},
|
|
309045
308990
|
"declarations": [
|
|
309046
308991
|
{
|
|
309047
|
-
"fileName": "components/src/
|
|
309048
|
-
"name": "
|
|
308992
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
308993
|
+
"name": "PropsWithClassName"
|
|
309049
308994
|
}
|
|
309050
308995
|
],
|
|
309051
308996
|
"required": false,
|
|
309052
308997
|
"type": {
|
|
309053
|
-
"name": "
|
|
308998
|
+
"name": "string"
|
|
309054
308999
|
}
|
|
309055
309000
|
}
|
|
309056
309001
|
}
|
|
@@ -309144,6 +309089,53 @@
|
|
|
309144
309089
|
}
|
|
309145
309090
|
}
|
|
309146
309091
|
},
|
|
309092
|
+
{
|
|
309093
|
+
"tags": {},
|
|
309094
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
309095
|
+
"description": "",
|
|
309096
|
+
"displayName": "PasswordGenerateButton",
|
|
309097
|
+
"methods": [],
|
|
309098
|
+
"props": {
|
|
309099
|
+
"isDisabled": {
|
|
309100
|
+
"defaultValue": null,
|
|
309101
|
+
"description": "",
|
|
309102
|
+
"name": "isDisabled",
|
|
309103
|
+
"parent": {
|
|
309104
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
309105
|
+
"name": "Props"
|
|
309106
|
+
},
|
|
309107
|
+
"declarations": [
|
|
309108
|
+
{
|
|
309109
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
309110
|
+
"name": "Props"
|
|
309111
|
+
}
|
|
309112
|
+
],
|
|
309113
|
+
"required": false,
|
|
309114
|
+
"type": {
|
|
309115
|
+
"name": "boolean"
|
|
309116
|
+
}
|
|
309117
|
+
},
|
|
309118
|
+
"onGeneratePasswordAction": {
|
|
309119
|
+
"defaultValue": null,
|
|
309120
|
+
"description": "",
|
|
309121
|
+
"name": "onGeneratePasswordAction",
|
|
309122
|
+
"parent": {
|
|
309123
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
309124
|
+
"name": "Props"
|
|
309125
|
+
},
|
|
309126
|
+
"declarations": [
|
|
309127
|
+
{
|
|
309128
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
309129
|
+
"name": "Props"
|
|
309130
|
+
}
|
|
309131
|
+
],
|
|
309132
|
+
"required": false,
|
|
309133
|
+
"type": {
|
|
309134
|
+
"name": "ActionFn"
|
|
309135
|
+
}
|
|
309136
|
+
}
|
|
309137
|
+
}
|
|
309138
|
+
},
|
|
309147
309139
|
{
|
|
309148
309140
|
"tags": {
|
|
309149
309141
|
"internal": ""
|
|
@@ -314898,6 +314890,14 @@
|
|
|
314898
314890
|
"methods": [],
|
|
314899
314891
|
"props": {}
|
|
314900
314892
|
},
|
|
314893
|
+
{
|
|
314894
|
+
"tags": {},
|
|
314895
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
314896
|
+
"description": "",
|
|
314897
|
+
"displayName": "ConfirmUnsavedChangesModal",
|
|
314898
|
+
"methods": [],
|
|
314899
|
+
"props": {}
|
|
314900
|
+
},
|
|
314901
314901
|
{
|
|
314902
314902
|
"tags": {},
|
|
314903
314903
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -315036,14 +315036,6 @@
|
|
|
315036
315036
|
}
|
|
315037
315037
|
}
|
|
315038
315038
|
},
|
|
315039
|
-
{
|
|
315040
|
-
"tags": {},
|
|
315041
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
315042
|
-
"description": "",
|
|
315043
|
-
"displayName": "ConfirmUnsavedChangesModal",
|
|
315044
|
-
"methods": [],
|
|
315045
|
-
"props": {}
|
|
315046
|
-
},
|
|
315047
315039
|
{
|
|
315048
315040
|
"tags": {
|
|
315049
315041
|
"flr-generate": "all"
|
|
@@ -315391,6 +315383,14 @@
|
|
|
315391
315383
|
"methods": [],
|
|
315392
315384
|
"props": {}
|
|
315393
315385
|
},
|
|
315386
|
+
{
|
|
315387
|
+
"tags": {},
|
|
315388
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
315389
|
+
"description": "",
|
|
315390
|
+
"displayName": "Table",
|
|
315391
|
+
"methods": [],
|
|
315392
|
+
"props": {}
|
|
315393
|
+
},
|
|
315394
315394
|
{
|
|
315395
315395
|
"tags": {
|
|
315396
315396
|
"flr-generate": "all"
|
|
@@ -315514,14 +315514,6 @@
|
|
|
315514
315514
|
}
|
|
315515
315515
|
}
|
|
315516
315516
|
},
|
|
315517
|
-
{
|
|
315518
|
-
"tags": {},
|
|
315519
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
315520
|
-
"description": "",
|
|
315521
|
-
"displayName": "Table",
|
|
315522
|
-
"methods": [],
|
|
315523
|
-
"props": {}
|
|
315524
|
-
},
|
|
315525
315517
|
{
|
|
315526
315518
|
"tags": {},
|
|
315527
315519
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -321494,9 +321486,9 @@
|
|
|
321494
321486
|
"tags": {
|
|
321495
321487
|
"flr-generate": "all"
|
|
321496
321488
|
},
|
|
321497
|
-
"filePath": "src/components/CartesianChart/components/
|
|
321489
|
+
"filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
321498
321490
|
"description": "",
|
|
321499
|
-
"displayName": "
|
|
321491
|
+
"displayName": "YAxis",
|
|
321500
321492
|
"methods": [],
|
|
321501
321493
|
"props": {
|
|
321502
321494
|
"className": {
|
|
@@ -321577,16 +321569,16 @@
|
|
|
321577
321569
|
},
|
|
321578
321570
|
"scale": {
|
|
321579
321571
|
"defaultValue": null,
|
|
321580
|
-
"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 <
|
|
321572
|
+
"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} />",
|
|
321581
321573
|
"name": "scale",
|
|
321582
321574
|
"parent": {
|
|
321583
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
321584
|
-
"name": "
|
|
321575
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321576
|
+
"name": "YAxisProps"
|
|
321585
321577
|
},
|
|
321586
321578
|
"declarations": [
|
|
321587
321579
|
{
|
|
321588
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
321589
|
-
"name": "
|
|
321580
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321581
|
+
"name": "YAxisProps"
|
|
321590
321582
|
}
|
|
321591
321583
|
],
|
|
321592
321584
|
"required": false,
|
|
@@ -321632,10 +321624,230 @@
|
|
|
321632
321624
|
"name": "boolean"
|
|
321633
321625
|
}
|
|
321634
321626
|
},
|
|
321635
|
-
"
|
|
321627
|
+
"interval": {
|
|
321636
321628
|
"defaultValue": null,
|
|
321637
|
-
"description": "
|
|
321638
|
-
"name": "
|
|
321629
|
+
"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",
|
|
321630
|
+
"name": "interval",
|
|
321631
|
+
"parent": {
|
|
321632
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321633
|
+
"name": "YAxisProps"
|
|
321634
|
+
},
|
|
321635
|
+
"declarations": [
|
|
321636
|
+
{
|
|
321637
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321638
|
+
"name": "YAxisProps"
|
|
321639
|
+
}
|
|
321640
|
+
],
|
|
321641
|
+
"required": false,
|
|
321642
|
+
"type": {
|
|
321643
|
+
"name": "AxisInterval"
|
|
321644
|
+
}
|
|
321645
|
+
},
|
|
321646
|
+
"minTickGap": {
|
|
321647
|
+
"defaultValue": null,
|
|
321648
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
321649
|
+
"name": "minTickGap",
|
|
321650
|
+
"parent": {
|
|
321651
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321652
|
+
"name": "YAxisProps"
|
|
321653
|
+
},
|
|
321654
|
+
"declarations": [
|
|
321655
|
+
{
|
|
321656
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321657
|
+
"name": "YAxisProps"
|
|
321658
|
+
}
|
|
321659
|
+
],
|
|
321660
|
+
"required": false,
|
|
321661
|
+
"type": {
|
|
321662
|
+
"name": "number"
|
|
321663
|
+
}
|
|
321664
|
+
},
|
|
321665
|
+
"domain": {
|
|
321666
|
+
"defaultValue": null,
|
|
321667
|
+
"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 />",
|
|
321668
|
+
"name": "domain",
|
|
321669
|
+
"parent": {
|
|
321670
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321671
|
+
"name": "YAxisProps"
|
|
321672
|
+
},
|
|
321673
|
+
"declarations": [
|
|
321674
|
+
{
|
|
321675
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
321676
|
+
"name": "YAxisProps"
|
|
321677
|
+
}
|
|
321678
|
+
],
|
|
321679
|
+
"required": false,
|
|
321680
|
+
"type": {
|
|
321681
|
+
"name": "AxisDomain"
|
|
321682
|
+
}
|
|
321683
|
+
},
|
|
321684
|
+
"unit": {
|
|
321685
|
+
"defaultValue": null,
|
|
321686
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
321687
|
+
"name": "unit",
|
|
321688
|
+
"parent": {
|
|
321689
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321690
|
+
"name": "BaseAxisProps"
|
|
321691
|
+
},
|
|
321692
|
+
"declarations": [
|
|
321693
|
+
{
|
|
321694
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321695
|
+
"name": "BaseAxisProps"
|
|
321696
|
+
}
|
|
321697
|
+
],
|
|
321698
|
+
"required": false,
|
|
321699
|
+
"type": {
|
|
321700
|
+
"name": "string"
|
|
321701
|
+
}
|
|
321702
|
+
},
|
|
321703
|
+
"tickFormatter": {
|
|
321704
|
+
"defaultValue": null,
|
|
321705
|
+
"description": "The formatter function of tick.",
|
|
321706
|
+
"name": "tickFormatter",
|
|
321707
|
+
"parent": {
|
|
321708
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321709
|
+
"name": "RenderableAxisProps"
|
|
321710
|
+
},
|
|
321711
|
+
"declarations": [
|
|
321712
|
+
{
|
|
321713
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321714
|
+
"name": "RenderableAxisProps"
|
|
321715
|
+
}
|
|
321716
|
+
],
|
|
321717
|
+
"required": false,
|
|
321718
|
+
"type": {
|
|
321719
|
+
"name": "((value: any, index: number) => string)"
|
|
321720
|
+
}
|
|
321721
|
+
}
|
|
321722
|
+
}
|
|
321723
|
+
},
|
|
321724
|
+
{
|
|
321725
|
+
"tags": {
|
|
321726
|
+
"flr-generate": "all"
|
|
321727
|
+
},
|
|
321728
|
+
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
321729
|
+
"description": "",
|
|
321730
|
+
"displayName": "XAxis",
|
|
321731
|
+
"methods": [],
|
|
321732
|
+
"props": {
|
|
321733
|
+
"className": {
|
|
321734
|
+
"defaultValue": null,
|
|
321735
|
+
"description": "",
|
|
321736
|
+
"name": "className",
|
|
321737
|
+
"parent": {
|
|
321738
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321739
|
+
"name": "HTMLAttributes"
|
|
321740
|
+
},
|
|
321741
|
+
"declarations": [
|
|
321742
|
+
{
|
|
321743
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321744
|
+
"name": "HTMLAttributes"
|
|
321745
|
+
}
|
|
321746
|
+
],
|
|
321747
|
+
"required": false,
|
|
321748
|
+
"type": {
|
|
321749
|
+
"name": "string"
|
|
321750
|
+
}
|
|
321751
|
+
},
|
|
321752
|
+
"type": {
|
|
321753
|
+
"defaultValue": null,
|
|
321754
|
+
"description": "",
|
|
321755
|
+
"name": "type",
|
|
321756
|
+
"parent": {
|
|
321757
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321758
|
+
"name": "SVGAttributes"
|
|
321759
|
+
},
|
|
321760
|
+
"declarations": [
|
|
321761
|
+
{
|
|
321762
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321763
|
+
"name": "SVGAttributes"
|
|
321764
|
+
}
|
|
321765
|
+
],
|
|
321766
|
+
"required": false,
|
|
321767
|
+
"type": {
|
|
321768
|
+
"name": "string"
|
|
321769
|
+
}
|
|
321770
|
+
},
|
|
321771
|
+
"hide": {
|
|
321772
|
+
"defaultValue": null,
|
|
321773
|
+
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
321774
|
+
"name": "hide",
|
|
321775
|
+
"parent": {
|
|
321776
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321777
|
+
"name": "RenderableAxisProps"
|
|
321778
|
+
},
|
|
321779
|
+
"declarations": [
|
|
321780
|
+
{
|
|
321781
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321782
|
+
"name": "RenderableAxisProps"
|
|
321783
|
+
}
|
|
321784
|
+
],
|
|
321785
|
+
"required": false,
|
|
321786
|
+
"type": {
|
|
321787
|
+
"name": "boolean"
|
|
321788
|
+
}
|
|
321789
|
+
},
|
|
321790
|
+
"orientation": {
|
|
321791
|
+
"defaultValue": null,
|
|
321792
|
+
"description": "",
|
|
321793
|
+
"name": "orientation",
|
|
321794
|
+
"parent": {
|
|
321795
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321796
|
+
"name": "SVGAttributes"
|
|
321797
|
+
},
|
|
321798
|
+
"declarations": [
|
|
321799
|
+
{
|
|
321800
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321801
|
+
"name": "SVGAttributes"
|
|
321802
|
+
}
|
|
321803
|
+
],
|
|
321804
|
+
"required": false,
|
|
321805
|
+
"type": {
|
|
321806
|
+
"name": "string | number"
|
|
321807
|
+
}
|
|
321808
|
+
},
|
|
321809
|
+
"scale": {
|
|
321810
|
+
"defaultValue": null,
|
|
321811
|
+
"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} />",
|
|
321812
|
+
"name": "scale",
|
|
321813
|
+
"parent": {
|
|
321814
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
321815
|
+
"name": "XAxisProps"
|
|
321816
|
+
},
|
|
321817
|
+
"declarations": [
|
|
321818
|
+
{
|
|
321819
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
321820
|
+
"name": "XAxisProps"
|
|
321821
|
+
}
|
|
321822
|
+
],
|
|
321823
|
+
"required": false,
|
|
321824
|
+
"type": {
|
|
321825
|
+
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
321826
|
+
}
|
|
321827
|
+
},
|
|
321828
|
+
"dataKey": {
|
|
321829
|
+
"defaultValue": null,
|
|
321830
|
+
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
321831
|
+
"name": "dataKey",
|
|
321832
|
+
"parent": {
|
|
321833
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321834
|
+
"name": "BaseAxisProps"
|
|
321835
|
+
},
|
|
321836
|
+
"declarations": [
|
|
321837
|
+
{
|
|
321838
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321839
|
+
"name": "BaseAxisProps"
|
|
321840
|
+
}
|
|
321841
|
+
],
|
|
321842
|
+
"required": false,
|
|
321843
|
+
"type": {
|
|
321844
|
+
"name": "DataKey<any>"
|
|
321845
|
+
}
|
|
321846
|
+
},
|
|
321847
|
+
"allowDecimals": {
|
|
321848
|
+
"defaultValue": null,
|
|
321849
|
+
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
321850
|
+
"name": "allowDecimals",
|
|
321639
321851
|
"parent": {
|
|
321640
321852
|
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321641
321853
|
"name": "RenderableAxisProps"
|
|
@@ -321745,6 +321957,25 @@
|
|
|
321745
321957
|
"type": {
|
|
321746
321958
|
"name": "((value: any, index: number) => string)"
|
|
321747
321959
|
}
|
|
321960
|
+
},
|
|
321961
|
+
"allowDataOverflow": {
|
|
321962
|
+
"defaultValue": null,
|
|
321963
|
+
"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",
|
|
321964
|
+
"name": "allowDataOverflow",
|
|
321965
|
+
"parent": {
|
|
321966
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321967
|
+
"name": "RenderableAxisProps"
|
|
321968
|
+
},
|
|
321969
|
+
"declarations": [
|
|
321970
|
+
{
|
|
321971
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
321972
|
+
"name": "RenderableAxisProps"
|
|
321973
|
+
}
|
|
321974
|
+
],
|
|
321975
|
+
"required": false,
|
|
321976
|
+
"type": {
|
|
321977
|
+
"name": "boolean"
|
|
321978
|
+
}
|
|
321748
321979
|
}
|
|
321749
321980
|
}
|
|
321750
321981
|
},
|
|
@@ -341207,245 +341438,6 @@
|
|
|
341207
341438
|
}
|
|
341208
341439
|
}
|
|
341209
341440
|
},
|
|
341210
|
-
{
|
|
341211
|
-
"tags": {
|
|
341212
|
-
"flr-generate": "all"
|
|
341213
|
-
},
|
|
341214
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
341215
|
-
"description": "",
|
|
341216
|
-
"displayName": "YAxis",
|
|
341217
|
-
"methods": [],
|
|
341218
|
-
"props": {
|
|
341219
|
-
"className": {
|
|
341220
|
-
"defaultValue": null,
|
|
341221
|
-
"description": "",
|
|
341222
|
-
"name": "className",
|
|
341223
|
-
"parent": {
|
|
341224
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341225
|
-
"name": "HTMLAttributes"
|
|
341226
|
-
},
|
|
341227
|
-
"declarations": [
|
|
341228
|
-
{
|
|
341229
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341230
|
-
"name": "HTMLAttributes"
|
|
341231
|
-
}
|
|
341232
|
-
],
|
|
341233
|
-
"required": false,
|
|
341234
|
-
"type": {
|
|
341235
|
-
"name": "string"
|
|
341236
|
-
}
|
|
341237
|
-
},
|
|
341238
|
-
"type": {
|
|
341239
|
-
"defaultValue": null,
|
|
341240
|
-
"description": "",
|
|
341241
|
-
"name": "type",
|
|
341242
|
-
"parent": {
|
|
341243
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341244
|
-
"name": "SVGAttributes"
|
|
341245
|
-
},
|
|
341246
|
-
"declarations": [
|
|
341247
|
-
{
|
|
341248
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341249
|
-
"name": "SVGAttributes"
|
|
341250
|
-
}
|
|
341251
|
-
],
|
|
341252
|
-
"required": false,
|
|
341253
|
-
"type": {
|
|
341254
|
-
"name": "string"
|
|
341255
|
-
}
|
|
341256
|
-
},
|
|
341257
|
-
"hide": {
|
|
341258
|
-
"defaultValue": null,
|
|
341259
|
-
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
341260
|
-
"name": "hide",
|
|
341261
|
-
"parent": {
|
|
341262
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341263
|
-
"name": "RenderableAxisProps"
|
|
341264
|
-
},
|
|
341265
|
-
"declarations": [
|
|
341266
|
-
{
|
|
341267
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341268
|
-
"name": "RenderableAxisProps"
|
|
341269
|
-
}
|
|
341270
|
-
],
|
|
341271
|
-
"required": false,
|
|
341272
|
-
"type": {
|
|
341273
|
-
"name": "boolean"
|
|
341274
|
-
}
|
|
341275
|
-
},
|
|
341276
|
-
"orientation": {
|
|
341277
|
-
"defaultValue": null,
|
|
341278
|
-
"description": "",
|
|
341279
|
-
"name": "orientation",
|
|
341280
|
-
"parent": {
|
|
341281
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341282
|
-
"name": "SVGAttributes"
|
|
341283
|
-
},
|
|
341284
|
-
"declarations": [
|
|
341285
|
-
{
|
|
341286
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
341287
|
-
"name": "SVGAttributes"
|
|
341288
|
-
}
|
|
341289
|
-
],
|
|
341290
|
-
"required": false,
|
|
341291
|
-
"type": {
|
|
341292
|
-
"name": "string | number"
|
|
341293
|
-
}
|
|
341294
|
-
},
|
|
341295
|
-
"scale": {
|
|
341296
|
-
"defaultValue": null,
|
|
341297
|
-
"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} />",
|
|
341298
|
-
"name": "scale",
|
|
341299
|
-
"parent": {
|
|
341300
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341301
|
-
"name": "YAxisProps"
|
|
341302
|
-
},
|
|
341303
|
-
"declarations": [
|
|
341304
|
-
{
|
|
341305
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341306
|
-
"name": "YAxisProps"
|
|
341307
|
-
}
|
|
341308
|
-
],
|
|
341309
|
-
"required": false,
|
|
341310
|
-
"type": {
|
|
341311
|
-
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
341312
|
-
}
|
|
341313
|
-
},
|
|
341314
|
-
"dataKey": {
|
|
341315
|
-
"defaultValue": null,
|
|
341316
|
-
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
341317
|
-
"name": "dataKey",
|
|
341318
|
-
"parent": {
|
|
341319
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341320
|
-
"name": "BaseAxisProps"
|
|
341321
|
-
},
|
|
341322
|
-
"declarations": [
|
|
341323
|
-
{
|
|
341324
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341325
|
-
"name": "BaseAxisProps"
|
|
341326
|
-
}
|
|
341327
|
-
],
|
|
341328
|
-
"required": false,
|
|
341329
|
-
"type": {
|
|
341330
|
-
"name": "DataKey<any>"
|
|
341331
|
-
}
|
|
341332
|
-
},
|
|
341333
|
-
"allowDecimals": {
|
|
341334
|
-
"defaultValue": null,
|
|
341335
|
-
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
341336
|
-
"name": "allowDecimals",
|
|
341337
|
-
"parent": {
|
|
341338
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341339
|
-
"name": "RenderableAxisProps"
|
|
341340
|
-
},
|
|
341341
|
-
"declarations": [
|
|
341342
|
-
{
|
|
341343
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341344
|
-
"name": "RenderableAxisProps"
|
|
341345
|
-
}
|
|
341346
|
-
],
|
|
341347
|
-
"required": false,
|
|
341348
|
-
"type": {
|
|
341349
|
-
"name": "boolean"
|
|
341350
|
-
}
|
|
341351
|
-
},
|
|
341352
|
-
"interval": {
|
|
341353
|
-
"defaultValue": null,
|
|
341354
|
-
"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",
|
|
341355
|
-
"name": "interval",
|
|
341356
|
-
"parent": {
|
|
341357
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341358
|
-
"name": "YAxisProps"
|
|
341359
|
-
},
|
|
341360
|
-
"declarations": [
|
|
341361
|
-
{
|
|
341362
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341363
|
-
"name": "YAxisProps"
|
|
341364
|
-
}
|
|
341365
|
-
],
|
|
341366
|
-
"required": false,
|
|
341367
|
-
"type": {
|
|
341368
|
-
"name": "AxisInterval"
|
|
341369
|
-
}
|
|
341370
|
-
},
|
|
341371
|
-
"minTickGap": {
|
|
341372
|
-
"defaultValue": null,
|
|
341373
|
-
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
341374
|
-
"name": "minTickGap",
|
|
341375
|
-
"parent": {
|
|
341376
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341377
|
-
"name": "YAxisProps"
|
|
341378
|
-
},
|
|
341379
|
-
"declarations": [
|
|
341380
|
-
{
|
|
341381
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341382
|
-
"name": "YAxisProps"
|
|
341383
|
-
}
|
|
341384
|
-
],
|
|
341385
|
-
"required": false,
|
|
341386
|
-
"type": {
|
|
341387
|
-
"name": "number"
|
|
341388
|
-
}
|
|
341389
|
-
},
|
|
341390
|
-
"domain": {
|
|
341391
|
-
"defaultValue": null,
|
|
341392
|
-
"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 />",
|
|
341393
|
-
"name": "domain",
|
|
341394
|
-
"parent": {
|
|
341395
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341396
|
-
"name": "YAxisProps"
|
|
341397
|
-
},
|
|
341398
|
-
"declarations": [
|
|
341399
|
-
{
|
|
341400
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
341401
|
-
"name": "YAxisProps"
|
|
341402
|
-
}
|
|
341403
|
-
],
|
|
341404
|
-
"required": false,
|
|
341405
|
-
"type": {
|
|
341406
|
-
"name": "AxisDomain"
|
|
341407
|
-
}
|
|
341408
|
-
},
|
|
341409
|
-
"unit": {
|
|
341410
|
-
"defaultValue": null,
|
|
341411
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
341412
|
-
"name": "unit",
|
|
341413
|
-
"parent": {
|
|
341414
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341415
|
-
"name": "BaseAxisProps"
|
|
341416
|
-
},
|
|
341417
|
-
"declarations": [
|
|
341418
|
-
{
|
|
341419
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341420
|
-
"name": "BaseAxisProps"
|
|
341421
|
-
}
|
|
341422
|
-
],
|
|
341423
|
-
"required": false,
|
|
341424
|
-
"type": {
|
|
341425
|
-
"name": "string"
|
|
341426
|
-
}
|
|
341427
|
-
},
|
|
341428
|
-
"tickFormatter": {
|
|
341429
|
-
"defaultValue": null,
|
|
341430
|
-
"description": "The formatter function of tick.",
|
|
341431
|
-
"name": "tickFormatter",
|
|
341432
|
-
"parent": {
|
|
341433
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341434
|
-
"name": "RenderableAxisProps"
|
|
341435
|
-
},
|
|
341436
|
-
"declarations": [
|
|
341437
|
-
{
|
|
341438
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
341439
|
-
"name": "RenderableAxisProps"
|
|
341440
|
-
}
|
|
341441
|
-
],
|
|
341442
|
-
"required": false,
|
|
341443
|
-
"type": {
|
|
341444
|
-
"name": "((value: any, index: number) => string)"
|
|
341445
|
-
}
|
|
341446
|
-
}
|
|
341447
|
-
}
|
|
341448
|
-
},
|
|
341449
341441
|
{
|
|
341450
341442
|
"tags": {
|
|
341451
341443
|
"flr-generate": "all"
|
|
@@ -347224,14 +347216,6 @@
|
|
|
347224
347216
|
}
|
|
347225
347217
|
}
|
|
347226
347218
|
},
|
|
347227
|
-
{
|
|
347228
|
-
"tags": {},
|
|
347229
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347230
|
-
"description": "",
|
|
347231
|
-
"displayName": "FallbackItems",
|
|
347232
|
-
"methods": [],
|
|
347233
|
-
"props": {}
|
|
347234
|
-
},
|
|
347235
347219
|
{
|
|
347236
347220
|
"tags": {},
|
|
347237
347221
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
@@ -347356,6 +347340,14 @@
|
|
|
347356
347340
|
}
|
|
347357
347341
|
}
|
|
347358
347342
|
},
|
|
347343
|
+
{
|
|
347344
|
+
"tags": {},
|
|
347345
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
347346
|
+
"description": "",
|
|
347347
|
+
"displayName": "FallbackItems",
|
|
347348
|
+
"methods": [],
|
|
347349
|
+
"props": {}
|
|
347350
|
+
},
|
|
347359
347351
|
{
|
|
347360
347352
|
"tags": {},
|
|
347361
347353
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
@@ -347392,42 +347384,6 @@
|
|
|
347392
347384
|
"methods": [],
|
|
347393
347385
|
"props": {}
|
|
347394
347386
|
},
|
|
347395
|
-
{
|
|
347396
|
-
"tags": {},
|
|
347397
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347398
|
-
"description": "",
|
|
347399
|
-
"displayName": "SortingMenuItem",
|
|
347400
|
-
"methods": [],
|
|
347401
|
-
"props": {
|
|
347402
|
-
"sorting": {
|
|
347403
|
-
"defaultValue": null,
|
|
347404
|
-
"description": "",
|
|
347405
|
-
"name": "sorting",
|
|
347406
|
-
"parent": {
|
|
347407
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347408
|
-
"name": "Props"
|
|
347409
|
-
},
|
|
347410
|
-
"declarations": [
|
|
347411
|
-
{
|
|
347412
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347413
|
-
"name": "Props"
|
|
347414
|
-
}
|
|
347415
|
-
],
|
|
347416
|
-
"required": true,
|
|
347417
|
-
"type": {
|
|
347418
|
-
"name": "Sorting<never>"
|
|
347419
|
-
}
|
|
347420
|
-
}
|
|
347421
|
-
}
|
|
347422
|
-
},
|
|
347423
|
-
{
|
|
347424
|
-
"tags": {},
|
|
347425
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
347426
|
-
"description": "",
|
|
347427
|
-
"displayName": "SortingContextMenu",
|
|
347428
|
-
"methods": [],
|
|
347429
|
-
"props": {}
|
|
347430
|
-
},
|
|
347431
347387
|
{
|
|
347432
347388
|
"tags": {},
|
|
347433
347389
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
@@ -347730,6 +347686,42 @@
|
|
|
347730
347686
|
"methods": [],
|
|
347731
347687
|
"props": {}
|
|
347732
347688
|
},
|
|
347689
|
+
{
|
|
347690
|
+
"tags": {},
|
|
347691
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347692
|
+
"description": "",
|
|
347693
|
+
"displayName": "SortingMenuItem",
|
|
347694
|
+
"methods": [],
|
|
347695
|
+
"props": {
|
|
347696
|
+
"sorting": {
|
|
347697
|
+
"defaultValue": null,
|
|
347698
|
+
"description": "",
|
|
347699
|
+
"name": "sorting",
|
|
347700
|
+
"parent": {
|
|
347701
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347702
|
+
"name": "Props"
|
|
347703
|
+
},
|
|
347704
|
+
"declarations": [
|
|
347705
|
+
{
|
|
347706
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
347707
|
+
"name": "Props"
|
|
347708
|
+
}
|
|
347709
|
+
],
|
|
347710
|
+
"required": true,
|
|
347711
|
+
"type": {
|
|
347712
|
+
"name": "Sorting<never>"
|
|
347713
|
+
}
|
|
347714
|
+
}
|
|
347715
|
+
}
|
|
347716
|
+
},
|
|
347717
|
+
{
|
|
347718
|
+
"tags": {},
|
|
347719
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
347720
|
+
"description": "",
|
|
347721
|
+
"displayName": "SortingContextMenu",
|
|
347722
|
+
"methods": [],
|
|
347723
|
+
"props": {}
|
|
347724
|
+
},
|
|
347733
347725
|
{
|
|
347734
347726
|
"tags": {},
|
|
347735
347727
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|