@mittwald/flow-react-components 0.2.0-alpha.461 → 0.2.0-alpha.463
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 +847 -805
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Markdown/Markdown.mjs +56 -7
- package/dist/js/components/src/components/Markdown/Markdown.mjs.map +1 -1
- package/dist/js/components/src/components/Markdown/lib/getHeadingLevelWithOffset.mjs +9 -0
- package/dist/js/components/src/components/Markdown/lib/getHeadingLevelWithOffset.mjs.map +1 -0
- package/dist/js/components/src/components/MarkdownEditor/MarkdownEditor.mjs +2 -0
- package/dist/js/components/src/components/MarkdownEditor/MarkdownEditor.mjs.map +1 -1
- package/dist/types/components/List/typedList.d.ts +2 -2
- package/dist/types/components/Markdown/Markdown.d.ts +2 -0
- package/dist/types/components/Markdown/Markdown.d.ts.map +1 -1
- package/dist/types/components/Markdown/lib/getHeadingLevelWithOffset.d.ts +2 -0
- package/dist/types/components/Markdown/lib/getHeadingLevelWithOffset.d.ts.map +1 -0
- package/dist/types/components/Markdown/lib/getHeadingLevelWithOffset.test.d.ts +2 -0
- package/dist/types/components/Markdown/lib/getHeadingLevelWithOffset.test.d.ts.map +1 -0
- package/dist/types/components/Markdown/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Markdown/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts +3 -2
- package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -56055,6 +56055,125 @@
|
|
|
56055
56055
|
}
|
|
56056
56056
|
}
|
|
56057
56057
|
},
|
|
56058
|
+
{
|
|
56059
|
+
"tags": {},
|
|
56060
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
56061
|
+
"description": "",
|
|
56062
|
+
"displayName": "Overlay",
|
|
56063
|
+
"methods": [],
|
|
56064
|
+
"props": {
|
|
56065
|
+
"ref": {
|
|
56066
|
+
"defaultValue": null,
|
|
56067
|
+
"description": "",
|
|
56068
|
+
"name": "ref",
|
|
56069
|
+
"parent": {
|
|
56070
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56071
|
+
"name": "OverlayProps"
|
|
56072
|
+
},
|
|
56073
|
+
"declarations": [
|
|
56074
|
+
{
|
|
56075
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56076
|
+
"name": "OverlayProps"
|
|
56077
|
+
}
|
|
56078
|
+
],
|
|
56079
|
+
"required": false,
|
|
56080
|
+
"type": {
|
|
56081
|
+
"name": "Ref<HTMLDivElement>"
|
|
56082
|
+
}
|
|
56083
|
+
},
|
|
56084
|
+
"controller": {
|
|
56085
|
+
"defaultValue": null,
|
|
56086
|
+
"description": "The controller to control the overlay state.",
|
|
56087
|
+
"name": "controller",
|
|
56088
|
+
"parent": {
|
|
56089
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56090
|
+
"name": "OverlayProps"
|
|
56091
|
+
},
|
|
56092
|
+
"declarations": [
|
|
56093
|
+
{
|
|
56094
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56095
|
+
"name": "OverlayProps"
|
|
56096
|
+
}
|
|
56097
|
+
],
|
|
56098
|
+
"required": false,
|
|
56099
|
+
"type": {
|
|
56100
|
+
"name": "OverlayController"
|
|
56101
|
+
}
|
|
56102
|
+
},
|
|
56103
|
+
"isDismissable": {
|
|
56104
|
+
"defaultValue": null,
|
|
56105
|
+
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
56106
|
+
"name": "isDismissable",
|
|
56107
|
+
"parent": {
|
|
56108
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56109
|
+
"name": "OverlayProps"
|
|
56110
|
+
},
|
|
56111
|
+
"declarations": [
|
|
56112
|
+
{
|
|
56113
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56114
|
+
"name": "OverlayProps"
|
|
56115
|
+
}
|
|
56116
|
+
],
|
|
56117
|
+
"required": false,
|
|
56118
|
+
"type": {
|
|
56119
|
+
"name": "boolean"
|
|
56120
|
+
}
|
|
56121
|
+
},
|
|
56122
|
+
"overlayType": {
|
|
56123
|
+
"defaultValue": null,
|
|
56124
|
+
"description": "Whether the overlay is a modal or a light box.",
|
|
56125
|
+
"name": "overlayType",
|
|
56126
|
+
"parent": {
|
|
56127
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56128
|
+
"name": "OverlayProps"
|
|
56129
|
+
},
|
|
56130
|
+
"declarations": [
|
|
56131
|
+
{
|
|
56132
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56133
|
+
"name": "OverlayProps"
|
|
56134
|
+
}
|
|
56135
|
+
],
|
|
56136
|
+
"required": false,
|
|
56137
|
+
"type": {
|
|
56138
|
+
"name": "\"LightBox\" | \"Modal\""
|
|
56139
|
+
}
|
|
56140
|
+
},
|
|
56141
|
+
"children": {
|
|
56142
|
+
"defaultValue": null,
|
|
56143
|
+
"description": "",
|
|
56144
|
+
"name": "children",
|
|
56145
|
+
"declarations": [
|
|
56146
|
+
{
|
|
56147
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
56148
|
+
"name": "TypeLiteral"
|
|
56149
|
+
}
|
|
56150
|
+
],
|
|
56151
|
+
"required": false,
|
|
56152
|
+
"type": {
|
|
56153
|
+
"name": "ReactNode"
|
|
56154
|
+
}
|
|
56155
|
+
},
|
|
56156
|
+
"className": {
|
|
56157
|
+
"defaultValue": null,
|
|
56158
|
+
"description": "The elements class name.",
|
|
56159
|
+
"name": "className",
|
|
56160
|
+
"parent": {
|
|
56161
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
56162
|
+
"name": "PropsWithClassName"
|
|
56163
|
+
},
|
|
56164
|
+
"declarations": [
|
|
56165
|
+
{
|
|
56166
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
56167
|
+
"name": "PropsWithClassName"
|
|
56168
|
+
}
|
|
56169
|
+
],
|
|
56170
|
+
"required": false,
|
|
56171
|
+
"type": {
|
|
56172
|
+
"name": "string"
|
|
56173
|
+
}
|
|
56174
|
+
}
|
|
56175
|
+
}
|
|
56176
|
+
},
|
|
56058
56177
|
{
|
|
56059
56178
|
"tags": {},
|
|
56060
56179
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
@@ -56231,125 +56350,6 @@
|
|
|
56231
56350
|
}
|
|
56232
56351
|
}
|
|
56233
56352
|
},
|
|
56234
|
-
{
|
|
56235
|
-
"tags": {},
|
|
56236
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
56237
|
-
"description": "",
|
|
56238
|
-
"displayName": "Overlay",
|
|
56239
|
-
"methods": [],
|
|
56240
|
-
"props": {
|
|
56241
|
-
"ref": {
|
|
56242
|
-
"defaultValue": null,
|
|
56243
|
-
"description": "",
|
|
56244
|
-
"name": "ref",
|
|
56245
|
-
"parent": {
|
|
56246
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56247
|
-
"name": "OverlayProps"
|
|
56248
|
-
},
|
|
56249
|
-
"declarations": [
|
|
56250
|
-
{
|
|
56251
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56252
|
-
"name": "OverlayProps"
|
|
56253
|
-
}
|
|
56254
|
-
],
|
|
56255
|
-
"required": false,
|
|
56256
|
-
"type": {
|
|
56257
|
-
"name": "Ref<HTMLDivElement>"
|
|
56258
|
-
}
|
|
56259
|
-
},
|
|
56260
|
-
"controller": {
|
|
56261
|
-
"defaultValue": null,
|
|
56262
|
-
"description": "The controller to control the overlay state.",
|
|
56263
|
-
"name": "controller",
|
|
56264
|
-
"parent": {
|
|
56265
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56266
|
-
"name": "OverlayProps"
|
|
56267
|
-
},
|
|
56268
|
-
"declarations": [
|
|
56269
|
-
{
|
|
56270
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56271
|
-
"name": "OverlayProps"
|
|
56272
|
-
}
|
|
56273
|
-
],
|
|
56274
|
-
"required": false,
|
|
56275
|
-
"type": {
|
|
56276
|
-
"name": "OverlayController"
|
|
56277
|
-
}
|
|
56278
|
-
},
|
|
56279
|
-
"isDismissable": {
|
|
56280
|
-
"defaultValue": null,
|
|
56281
|
-
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
56282
|
-
"name": "isDismissable",
|
|
56283
|
-
"parent": {
|
|
56284
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56285
|
-
"name": "OverlayProps"
|
|
56286
|
-
},
|
|
56287
|
-
"declarations": [
|
|
56288
|
-
{
|
|
56289
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56290
|
-
"name": "OverlayProps"
|
|
56291
|
-
}
|
|
56292
|
-
],
|
|
56293
|
-
"required": false,
|
|
56294
|
-
"type": {
|
|
56295
|
-
"name": "boolean"
|
|
56296
|
-
}
|
|
56297
|
-
},
|
|
56298
|
-
"overlayType": {
|
|
56299
|
-
"defaultValue": null,
|
|
56300
|
-
"description": "Whether the overlay is a modal or a light box.",
|
|
56301
|
-
"name": "overlayType",
|
|
56302
|
-
"parent": {
|
|
56303
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56304
|
-
"name": "OverlayProps"
|
|
56305
|
-
},
|
|
56306
|
-
"declarations": [
|
|
56307
|
-
{
|
|
56308
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56309
|
-
"name": "OverlayProps"
|
|
56310
|
-
}
|
|
56311
|
-
],
|
|
56312
|
-
"required": false,
|
|
56313
|
-
"type": {
|
|
56314
|
-
"name": "\"LightBox\" | \"Modal\""
|
|
56315
|
-
}
|
|
56316
|
-
},
|
|
56317
|
-
"children": {
|
|
56318
|
-
"defaultValue": null,
|
|
56319
|
-
"description": "",
|
|
56320
|
-
"name": "children",
|
|
56321
|
-
"declarations": [
|
|
56322
|
-
{
|
|
56323
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
56324
|
-
"name": "TypeLiteral"
|
|
56325
|
-
}
|
|
56326
|
-
],
|
|
56327
|
-
"required": false,
|
|
56328
|
-
"type": {
|
|
56329
|
-
"name": "ReactNode"
|
|
56330
|
-
}
|
|
56331
|
-
},
|
|
56332
|
-
"className": {
|
|
56333
|
-
"defaultValue": null,
|
|
56334
|
-
"description": "The elements class name.",
|
|
56335
|
-
"name": "className",
|
|
56336
|
-
"parent": {
|
|
56337
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
56338
|
-
"name": "PropsWithClassName"
|
|
56339
|
-
},
|
|
56340
|
-
"declarations": [
|
|
56341
|
-
{
|
|
56342
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
56343
|
-
"name": "PropsWithClassName"
|
|
56344
|
-
}
|
|
56345
|
-
],
|
|
56346
|
-
"required": false,
|
|
56347
|
-
"type": {
|
|
56348
|
-
"name": "string"
|
|
56349
|
-
}
|
|
56350
|
-
}
|
|
56351
|
-
}
|
|
56352
|
-
},
|
|
56353
56353
|
{
|
|
56354
56354
|
"tags": {},
|
|
56355
56355
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
|
|
@@ -83432,6 +83432,27 @@
|
|
|
83432
83432
|
"type": {
|
|
83433
83433
|
"name": "Key | null"
|
|
83434
83434
|
}
|
|
83435
|
+
},
|
|
83436
|
+
"headingOffset": {
|
|
83437
|
+
"defaultValue": {
|
|
83438
|
+
"value": "0"
|
|
83439
|
+
},
|
|
83440
|
+
"description": "Shifts all heading levels by the given offset.",
|
|
83441
|
+
"name": "headingOffset",
|
|
83442
|
+
"parent": {
|
|
83443
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83444
|
+
"name": "MarkdownProps"
|
|
83445
|
+
},
|
|
83446
|
+
"declarations": [
|
|
83447
|
+
{
|
|
83448
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83449
|
+
"name": "MarkdownProps"
|
|
83450
|
+
}
|
|
83451
|
+
],
|
|
83452
|
+
"required": false,
|
|
83453
|
+
"type": {
|
|
83454
|
+
"name": "number"
|
|
83455
|
+
}
|
|
83435
83456
|
}
|
|
83436
83457
|
}
|
|
83437
83458
|
},
|
|
@@ -83463,6 +83484,27 @@
|
|
|
83463
83484
|
"name": "\"light\" | \"dark\" | \"default\""
|
|
83464
83485
|
}
|
|
83465
83486
|
},
|
|
83487
|
+
"headingOffset": {
|
|
83488
|
+
"defaultValue": {
|
|
83489
|
+
"value": "0"
|
|
83490
|
+
},
|
|
83491
|
+
"description": "Shifts all heading levels by the given offset.",
|
|
83492
|
+
"name": "headingOffset",
|
|
83493
|
+
"parent": {
|
|
83494
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83495
|
+
"name": "MarkdownProps"
|
|
83496
|
+
},
|
|
83497
|
+
"declarations": [
|
|
83498
|
+
{
|
|
83499
|
+
"fileName": "components/src/components/Markdown/Markdown.tsx",
|
|
83500
|
+
"name": "MarkdownProps"
|
|
83501
|
+
}
|
|
83502
|
+
],
|
|
83503
|
+
"required": false,
|
|
83504
|
+
"type": {
|
|
83505
|
+
"name": "number"
|
|
83506
|
+
}
|
|
83507
|
+
},
|
|
83466
83508
|
"style": {
|
|
83467
83509
|
"defaultValue": null,
|
|
83468
83510
|
"description": "@internal",
|
|
@@ -211153,53 +211195,6 @@
|
|
|
211153
211195
|
}
|
|
211154
211196
|
}
|
|
211155
211197
|
},
|
|
211156
|
-
{
|
|
211157
|
-
"tags": {
|
|
211158
|
-
"flr-generate": "all"
|
|
211159
|
-
},
|
|
211160
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
|
|
211161
|
-
"description": "",
|
|
211162
|
-
"displayName": "Color",
|
|
211163
|
-
"methods": [],
|
|
211164
|
-
"props": {
|
|
211165
|
-
"color": {
|
|
211166
|
-
"defaultValue": {
|
|
211167
|
-
"value": "\"blue\""
|
|
211168
|
-
},
|
|
211169
|
-
"description": "The color of the element.",
|
|
211170
|
-
"name": "color",
|
|
211171
|
-
"parent": {
|
|
211172
|
-
"fileName": "components/src/components/Color/Color.tsx",
|
|
211173
|
-
"name": "ColorProps"
|
|
211174
|
-
},
|
|
211175
|
-
"declarations": [
|
|
211176
|
-
{
|
|
211177
|
-
"fileName": "components/src/components/Color/Color.tsx",
|
|
211178
|
-
"name": "ColorProps"
|
|
211179
|
-
}
|
|
211180
|
-
],
|
|
211181
|
-
"required": false,
|
|
211182
|
-
"type": {
|
|
211183
|
-
"name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
|
|
211184
|
-
}
|
|
211185
|
-
},
|
|
211186
|
-
"children": {
|
|
211187
|
-
"defaultValue": null,
|
|
211188
|
-
"description": "",
|
|
211189
|
-
"name": "children",
|
|
211190
|
-
"declarations": [
|
|
211191
|
-
{
|
|
211192
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
211193
|
-
"name": "TypeLiteral"
|
|
211194
|
-
}
|
|
211195
|
-
],
|
|
211196
|
-
"required": false,
|
|
211197
|
-
"type": {
|
|
211198
|
-
"name": "ReactNode"
|
|
211199
|
-
}
|
|
211200
|
-
}
|
|
211201
|
-
}
|
|
211202
|
-
},
|
|
211203
211198
|
{
|
|
211204
211199
|
"tags": {
|
|
211205
211200
|
"flr-generate": "all"
|
|
@@ -211593,6 +211588,53 @@
|
|
|
211593
211588
|
}
|
|
211594
211589
|
}
|
|
211595
211590
|
},
|
|
211591
|
+
{
|
|
211592
|
+
"tags": {
|
|
211593
|
+
"flr-generate": "all"
|
|
211594
|
+
},
|
|
211595
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
|
|
211596
|
+
"description": "",
|
|
211597
|
+
"displayName": "Color",
|
|
211598
|
+
"methods": [],
|
|
211599
|
+
"props": {
|
|
211600
|
+
"color": {
|
|
211601
|
+
"defaultValue": {
|
|
211602
|
+
"value": "\"blue\""
|
|
211603
|
+
},
|
|
211604
|
+
"description": "The color of the element.",
|
|
211605
|
+
"name": "color",
|
|
211606
|
+
"parent": {
|
|
211607
|
+
"fileName": "components/src/components/Color/Color.tsx",
|
|
211608
|
+
"name": "ColorProps"
|
|
211609
|
+
},
|
|
211610
|
+
"declarations": [
|
|
211611
|
+
{
|
|
211612
|
+
"fileName": "components/src/components/Color/Color.tsx",
|
|
211613
|
+
"name": "ColorProps"
|
|
211614
|
+
}
|
|
211615
|
+
],
|
|
211616
|
+
"required": false,
|
|
211617
|
+
"type": {
|
|
211618
|
+
"name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
|
|
211619
|
+
}
|
|
211620
|
+
},
|
|
211621
|
+
"children": {
|
|
211622
|
+
"defaultValue": null,
|
|
211623
|
+
"description": "",
|
|
211624
|
+
"name": "children",
|
|
211625
|
+
"declarations": [
|
|
211626
|
+
{
|
|
211627
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
211628
|
+
"name": "TypeLiteral"
|
|
211629
|
+
}
|
|
211630
|
+
],
|
|
211631
|
+
"required": false,
|
|
211632
|
+
"type": {
|
|
211633
|
+
"name": "ReactNode"
|
|
211634
|
+
}
|
|
211635
|
+
}
|
|
211636
|
+
}
|
|
211637
|
+
},
|
|
211596
211638
|
{
|
|
211597
211639
|
"tags": {},
|
|
211598
211640
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
|
|
@@ -292058,144 +292100,6 @@
|
|
|
292058
292100
|
}
|
|
292059
292101
|
}
|
|
292060
292102
|
},
|
|
292061
|
-
{
|
|
292062
|
-
"tags": {},
|
|
292063
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
292064
|
-
"description": "",
|
|
292065
|
-
"displayName": "ModalTrigger",
|
|
292066
|
-
"methods": [],
|
|
292067
|
-
"props": {
|
|
292068
|
-
"isDefaultOpen": {
|
|
292069
|
-
"defaultValue": null,
|
|
292070
|
-
"description": "Whether the overlay should be open initially.",
|
|
292071
|
-
"name": "isDefaultOpen",
|
|
292072
|
-
"parent": {
|
|
292073
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
292074
|
-
"name": "OverlayTriggerProps"
|
|
292075
|
-
},
|
|
292076
|
-
"declarations": [
|
|
292077
|
-
{
|
|
292078
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
292079
|
-
"name": "OverlayTriggerProps"
|
|
292080
|
-
}
|
|
292081
|
-
],
|
|
292082
|
-
"required": false,
|
|
292083
|
-
"type": {
|
|
292084
|
-
"name": "boolean"
|
|
292085
|
-
}
|
|
292086
|
-
},
|
|
292087
|
-
"controller": {
|
|
292088
|
-
"defaultValue": null,
|
|
292089
|
-
"description": "A controller to control the state of the overlay.",
|
|
292090
|
-
"name": "controller",
|
|
292091
|
-
"parent": {
|
|
292092
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
292093
|
-
"name": "OverlayTriggerProps"
|
|
292094
|
-
},
|
|
292095
|
-
"declarations": [
|
|
292096
|
-
{
|
|
292097
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
292098
|
-
"name": "OverlayTriggerProps"
|
|
292099
|
-
}
|
|
292100
|
-
],
|
|
292101
|
-
"required": false,
|
|
292102
|
-
"type": {
|
|
292103
|
-
"name": "OverlayController"
|
|
292104
|
-
}
|
|
292105
|
-
},
|
|
292106
|
-
"wrapWith": {
|
|
292107
|
-
"defaultValue": null,
|
|
292108
|
-
"description": "",
|
|
292109
|
-
"name": "wrapWith",
|
|
292110
|
-
"parent": {
|
|
292111
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
292112
|
-
"name": "FlowComponentProps"
|
|
292113
|
-
},
|
|
292114
|
-
"declarations": [
|
|
292115
|
-
{
|
|
292116
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
292117
|
-
"name": "FlowComponentProps"
|
|
292118
|
-
}
|
|
292119
|
-
],
|
|
292120
|
-
"required": false,
|
|
292121
|
-
"type": {
|
|
292122
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
292123
|
-
}
|
|
292124
|
-
},
|
|
292125
|
-
"tunnelId": {
|
|
292126
|
-
"defaultValue": null,
|
|
292127
|
-
"description": "@internal",
|
|
292128
|
-
"name": "tunnelId",
|
|
292129
|
-
"parent": {
|
|
292130
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
292131
|
-
"name": "PropsWithTunnel"
|
|
292132
|
-
},
|
|
292133
|
-
"declarations": [
|
|
292134
|
-
{
|
|
292135
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
292136
|
-
"name": "PropsWithTunnel"
|
|
292137
|
-
}
|
|
292138
|
-
],
|
|
292139
|
-
"required": false,
|
|
292140
|
-
"type": {
|
|
292141
|
-
"name": "string | null"
|
|
292142
|
-
}
|
|
292143
|
-
},
|
|
292144
|
-
"ref": {
|
|
292145
|
-
"defaultValue": null,
|
|
292146
|
-
"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}",
|
|
292147
|
-
"name": "ref",
|
|
292148
|
-
"parent": {
|
|
292149
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
292150
|
-
"name": "RefAttributes"
|
|
292151
|
-
},
|
|
292152
|
-
"declarations": [
|
|
292153
|
-
{
|
|
292154
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
292155
|
-
"name": "RefAttributes"
|
|
292156
|
-
}
|
|
292157
|
-
],
|
|
292158
|
-
"required": false,
|
|
292159
|
-
"type": {
|
|
292160
|
-
"name": "Ref<HTMLInputElement>"
|
|
292161
|
-
}
|
|
292162
|
-
},
|
|
292163
|
-
"key": {
|
|
292164
|
-
"defaultValue": null,
|
|
292165
|
-
"description": "",
|
|
292166
|
-
"name": "key",
|
|
292167
|
-
"parent": {
|
|
292168
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
292169
|
-
"name": "Attributes"
|
|
292170
|
-
},
|
|
292171
|
-
"declarations": [
|
|
292172
|
-
{
|
|
292173
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
292174
|
-
"name": "Attributes"
|
|
292175
|
-
}
|
|
292176
|
-
],
|
|
292177
|
-
"required": false,
|
|
292178
|
-
"type": {
|
|
292179
|
-
"name": "Key | null"
|
|
292180
|
-
}
|
|
292181
|
-
},
|
|
292182
|
-
"children": {
|
|
292183
|
-
"defaultValue": null,
|
|
292184
|
-
"description": "",
|
|
292185
|
-
"name": "children",
|
|
292186
|
-
"declarations": [
|
|
292187
|
-
{
|
|
292188
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
292189
|
-
"name": "TypeLiteral"
|
|
292190
|
-
}
|
|
292191
|
-
],
|
|
292192
|
-
"required": false,
|
|
292193
|
-
"type": {
|
|
292194
|
-
"name": "ReactNode"
|
|
292195
|
-
}
|
|
292196
|
-
}
|
|
292197
|
-
}
|
|
292198
|
-
},
|
|
292199
292103
|
{
|
|
292200
292104
|
"tags": {
|
|
292201
292105
|
"flr-generate": "all"
|
|
@@ -297584,6 +297488,144 @@
|
|
|
297584
297488
|
}
|
|
297585
297489
|
}
|
|
297586
297490
|
},
|
|
297491
|
+
{
|
|
297492
|
+
"tags": {},
|
|
297493
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
297494
|
+
"description": "",
|
|
297495
|
+
"displayName": "ModalTrigger",
|
|
297496
|
+
"methods": [],
|
|
297497
|
+
"props": {
|
|
297498
|
+
"isDefaultOpen": {
|
|
297499
|
+
"defaultValue": null,
|
|
297500
|
+
"description": "Whether the overlay should be open initially.",
|
|
297501
|
+
"name": "isDefaultOpen",
|
|
297502
|
+
"parent": {
|
|
297503
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297504
|
+
"name": "OverlayTriggerProps"
|
|
297505
|
+
},
|
|
297506
|
+
"declarations": [
|
|
297507
|
+
{
|
|
297508
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297509
|
+
"name": "OverlayTriggerProps"
|
|
297510
|
+
}
|
|
297511
|
+
],
|
|
297512
|
+
"required": false,
|
|
297513
|
+
"type": {
|
|
297514
|
+
"name": "boolean"
|
|
297515
|
+
}
|
|
297516
|
+
},
|
|
297517
|
+
"controller": {
|
|
297518
|
+
"defaultValue": null,
|
|
297519
|
+
"description": "A controller to control the state of the overlay.",
|
|
297520
|
+
"name": "controller",
|
|
297521
|
+
"parent": {
|
|
297522
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297523
|
+
"name": "OverlayTriggerProps"
|
|
297524
|
+
},
|
|
297525
|
+
"declarations": [
|
|
297526
|
+
{
|
|
297527
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297528
|
+
"name": "OverlayTriggerProps"
|
|
297529
|
+
}
|
|
297530
|
+
],
|
|
297531
|
+
"required": false,
|
|
297532
|
+
"type": {
|
|
297533
|
+
"name": "OverlayController"
|
|
297534
|
+
}
|
|
297535
|
+
},
|
|
297536
|
+
"wrapWith": {
|
|
297537
|
+
"defaultValue": null,
|
|
297538
|
+
"description": "",
|
|
297539
|
+
"name": "wrapWith",
|
|
297540
|
+
"parent": {
|
|
297541
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
297542
|
+
"name": "FlowComponentProps"
|
|
297543
|
+
},
|
|
297544
|
+
"declarations": [
|
|
297545
|
+
{
|
|
297546
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
297547
|
+
"name": "FlowComponentProps"
|
|
297548
|
+
}
|
|
297549
|
+
],
|
|
297550
|
+
"required": false,
|
|
297551
|
+
"type": {
|
|
297552
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
297553
|
+
}
|
|
297554
|
+
},
|
|
297555
|
+
"tunnelId": {
|
|
297556
|
+
"defaultValue": null,
|
|
297557
|
+
"description": "@internal",
|
|
297558
|
+
"name": "tunnelId",
|
|
297559
|
+
"parent": {
|
|
297560
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
297561
|
+
"name": "PropsWithTunnel"
|
|
297562
|
+
},
|
|
297563
|
+
"declarations": [
|
|
297564
|
+
{
|
|
297565
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
297566
|
+
"name": "PropsWithTunnel"
|
|
297567
|
+
}
|
|
297568
|
+
],
|
|
297569
|
+
"required": false,
|
|
297570
|
+
"type": {
|
|
297571
|
+
"name": "string | null"
|
|
297572
|
+
}
|
|
297573
|
+
},
|
|
297574
|
+
"ref": {
|
|
297575
|
+
"defaultValue": null,
|
|
297576
|
+
"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}",
|
|
297577
|
+
"name": "ref",
|
|
297578
|
+
"parent": {
|
|
297579
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297580
|
+
"name": "RefAttributes"
|
|
297581
|
+
},
|
|
297582
|
+
"declarations": [
|
|
297583
|
+
{
|
|
297584
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297585
|
+
"name": "RefAttributes"
|
|
297586
|
+
}
|
|
297587
|
+
],
|
|
297588
|
+
"required": false,
|
|
297589
|
+
"type": {
|
|
297590
|
+
"name": "Ref<HTMLInputElement>"
|
|
297591
|
+
}
|
|
297592
|
+
},
|
|
297593
|
+
"key": {
|
|
297594
|
+
"defaultValue": null,
|
|
297595
|
+
"description": "",
|
|
297596
|
+
"name": "key",
|
|
297597
|
+
"parent": {
|
|
297598
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297599
|
+
"name": "Attributes"
|
|
297600
|
+
},
|
|
297601
|
+
"declarations": [
|
|
297602
|
+
{
|
|
297603
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297604
|
+
"name": "Attributes"
|
|
297605
|
+
}
|
|
297606
|
+
],
|
|
297607
|
+
"required": false,
|
|
297608
|
+
"type": {
|
|
297609
|
+
"name": "Key | null"
|
|
297610
|
+
}
|
|
297611
|
+
},
|
|
297612
|
+
"children": {
|
|
297613
|
+
"defaultValue": null,
|
|
297614
|
+
"description": "",
|
|
297615
|
+
"name": "children",
|
|
297616
|
+
"declarations": [
|
|
297617
|
+
{
|
|
297618
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297619
|
+
"name": "TypeLiteral"
|
|
297620
|
+
}
|
|
297621
|
+
],
|
|
297622
|
+
"required": false,
|
|
297623
|
+
"type": {
|
|
297624
|
+
"name": "ReactNode"
|
|
297625
|
+
}
|
|
297626
|
+
}
|
|
297627
|
+
}
|
|
297628
|
+
},
|
|
297587
297629
|
{
|
|
297588
297630
|
"tags": {
|
|
297589
297631
|
"flr-generate": "all"
|
|
@@ -300589,9 +300631,9 @@
|
|
|
300589
300631
|
},
|
|
300590
300632
|
{
|
|
300591
300633
|
"tags": {},
|
|
300592
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
300634
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
300593
300635
|
"description": "",
|
|
300594
|
-
"displayName": "
|
|
300636
|
+
"displayName": "DateInput",
|
|
300595
300637
|
"methods": [],
|
|
300596
300638
|
"props": {
|
|
300597
300639
|
"isDisabled": {
|
|
@@ -300599,12 +300641,12 @@
|
|
|
300599
300641
|
"description": "",
|
|
300600
300642
|
"name": "isDisabled",
|
|
300601
300643
|
"parent": {
|
|
300602
|
-
"fileName": "components/src/components/
|
|
300644
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
300603
300645
|
"name": "DateInputProps"
|
|
300604
300646
|
},
|
|
300605
300647
|
"declarations": [
|
|
300606
300648
|
{
|
|
300607
|
-
"fileName": "components/src/components/
|
|
300649
|
+
"fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
|
|
300608
300650
|
"name": "DateInputProps"
|
|
300609
300651
|
}
|
|
300610
300652
|
],
|
|
@@ -300617,9 +300659,9 @@
|
|
|
300617
300659
|
},
|
|
300618
300660
|
{
|
|
300619
300661
|
"tags": {},
|
|
300620
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
300662
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
300621
300663
|
"description": "",
|
|
300622
|
-
"displayName": "
|
|
300664
|
+
"displayName": "DateRangeInput",
|
|
300623
300665
|
"methods": [],
|
|
300624
300666
|
"props": {
|
|
300625
300667
|
"isDisabled": {
|
|
@@ -300627,12 +300669,12 @@
|
|
|
300627
300669
|
"description": "",
|
|
300628
300670
|
"name": "isDisabled",
|
|
300629
300671
|
"parent": {
|
|
300630
|
-
"fileName": "components/src/components/
|
|
300672
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
300631
300673
|
"name": "DateInputProps"
|
|
300632
300674
|
},
|
|
300633
300675
|
"declarations": [
|
|
300634
300676
|
{
|
|
300635
|
-
"fileName": "components/src/components/
|
|
300677
|
+
"fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
|
|
300636
300678
|
"name": "DateInputProps"
|
|
300637
300679
|
}
|
|
300638
300680
|
],
|
|
@@ -300647,9 +300689,9 @@
|
|
|
300647
300689
|
"tags": {
|
|
300648
300690
|
"flr-generate": "all"
|
|
300649
300691
|
},
|
|
300650
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
300692
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
300651
300693
|
"description": "",
|
|
300652
|
-
"displayName": "
|
|
300694
|
+
"displayName": "ContextMenuTrigger",
|
|
300653
300695
|
"methods": [],
|
|
300654
300696
|
"props": {
|
|
300655
300697
|
"isDefaultOpen": {
|
|
@@ -300787,9 +300829,9 @@
|
|
|
300787
300829
|
"tags": {
|
|
300788
300830
|
"flr-generate": "all"
|
|
300789
300831
|
},
|
|
300790
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
300832
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
|
|
300791
300833
|
"description": "",
|
|
300792
|
-
"displayName": "
|
|
300834
|
+
"displayName": "ContextualHelpTrigger",
|
|
300793
300835
|
"methods": [],
|
|
300794
300836
|
"props": {
|
|
300795
300837
|
"isDefaultOpen": {
|
|
@@ -302877,245 +302919,6 @@
|
|
|
302877
302919
|
}
|
|
302878
302920
|
}
|
|
302879
302921
|
},
|
|
302880
|
-
{
|
|
302881
|
-
"tags": {
|
|
302882
|
-
"flr-generate": "all"
|
|
302883
|
-
},
|
|
302884
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
302885
|
-
"description": "",
|
|
302886
|
-
"displayName": "YAxis",
|
|
302887
|
-
"methods": [],
|
|
302888
|
-
"props": {
|
|
302889
|
-
"className": {
|
|
302890
|
-
"defaultValue": null,
|
|
302891
|
-
"description": "",
|
|
302892
|
-
"name": "className",
|
|
302893
|
-
"parent": {
|
|
302894
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
302895
|
-
"name": "HTMLAttributes"
|
|
302896
|
-
},
|
|
302897
|
-
"declarations": [
|
|
302898
|
-
{
|
|
302899
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
302900
|
-
"name": "HTMLAttributes"
|
|
302901
|
-
}
|
|
302902
|
-
],
|
|
302903
|
-
"required": false,
|
|
302904
|
-
"type": {
|
|
302905
|
-
"name": "string"
|
|
302906
|
-
}
|
|
302907
|
-
},
|
|
302908
|
-
"type": {
|
|
302909
|
-
"defaultValue": null,
|
|
302910
|
-
"description": "",
|
|
302911
|
-
"name": "type",
|
|
302912
|
-
"parent": {
|
|
302913
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
302914
|
-
"name": "SVGAttributes"
|
|
302915
|
-
},
|
|
302916
|
-
"declarations": [
|
|
302917
|
-
{
|
|
302918
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
302919
|
-
"name": "SVGAttributes"
|
|
302920
|
-
}
|
|
302921
|
-
],
|
|
302922
|
-
"required": false,
|
|
302923
|
-
"type": {
|
|
302924
|
-
"name": "string"
|
|
302925
|
-
}
|
|
302926
|
-
},
|
|
302927
|
-
"hide": {
|
|
302928
|
-
"defaultValue": null,
|
|
302929
|
-
"description": "Whether display the axis",
|
|
302930
|
-
"name": "hide",
|
|
302931
|
-
"parent": {
|
|
302932
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
302933
|
-
"name": "BaseAxisProps"
|
|
302934
|
-
},
|
|
302935
|
-
"declarations": [
|
|
302936
|
-
{
|
|
302937
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
302938
|
-
"name": "BaseAxisProps"
|
|
302939
|
-
}
|
|
302940
|
-
],
|
|
302941
|
-
"required": false,
|
|
302942
|
-
"type": {
|
|
302943
|
-
"name": "boolean"
|
|
302944
|
-
}
|
|
302945
|
-
},
|
|
302946
|
-
"orientation": {
|
|
302947
|
-
"defaultValue": null,
|
|
302948
|
-
"description": "",
|
|
302949
|
-
"name": "orientation",
|
|
302950
|
-
"parent": {
|
|
302951
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
302952
|
-
"name": "SVGAttributes"
|
|
302953
|
-
},
|
|
302954
|
-
"declarations": [
|
|
302955
|
-
{
|
|
302956
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
302957
|
-
"name": "SVGAttributes"
|
|
302958
|
-
}
|
|
302959
|
-
],
|
|
302960
|
-
"required": false,
|
|
302961
|
-
"type": {
|
|
302962
|
-
"name": "string | number"
|
|
302963
|
-
}
|
|
302964
|
-
},
|
|
302965
|
-
"scale": {
|
|
302966
|
-
"defaultValue": null,
|
|
302967
|
-
"description": "The scale type as a string, or scale function",
|
|
302968
|
-
"name": "scale",
|
|
302969
|
-
"parent": {
|
|
302970
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
302971
|
-
"name": "BaseAxisProps"
|
|
302972
|
-
},
|
|
302973
|
-
"declarations": [
|
|
302974
|
-
{
|
|
302975
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
302976
|
-
"name": "BaseAxisProps"
|
|
302977
|
-
}
|
|
302978
|
-
],
|
|
302979
|
-
"required": false,
|
|
302980
|
-
"type": {
|
|
302981
|
-
"name": "ScaleType | RechartsScale"
|
|
302982
|
-
}
|
|
302983
|
-
},
|
|
302984
|
-
"dataKey": {
|
|
302985
|
-
"defaultValue": null,
|
|
302986
|
-
"description": "The key of data displayed in the axis",
|
|
302987
|
-
"name": "dataKey",
|
|
302988
|
-
"parent": {
|
|
302989
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
302990
|
-
"name": "BaseAxisProps"
|
|
302991
|
-
},
|
|
302992
|
-
"declarations": [
|
|
302993
|
-
{
|
|
302994
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
302995
|
-
"name": "BaseAxisProps"
|
|
302996
|
-
}
|
|
302997
|
-
],
|
|
302998
|
-
"required": false,
|
|
302999
|
-
"type": {
|
|
303000
|
-
"name": "DataKey<any>"
|
|
303001
|
-
}
|
|
303002
|
-
},
|
|
303003
|
-
"allowDecimals": {
|
|
303004
|
-
"defaultValue": null,
|
|
303005
|
-
"description": "Allow the ticks of axis to be decimals or not.",
|
|
303006
|
-
"name": "allowDecimals",
|
|
303007
|
-
"parent": {
|
|
303008
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303009
|
-
"name": "BaseAxisProps"
|
|
303010
|
-
},
|
|
303011
|
-
"declarations": [
|
|
303012
|
-
{
|
|
303013
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303014
|
-
"name": "BaseAxisProps"
|
|
303015
|
-
}
|
|
303016
|
-
],
|
|
303017
|
-
"required": false,
|
|
303018
|
-
"type": {
|
|
303019
|
-
"name": "boolean"
|
|
303020
|
-
}
|
|
303021
|
-
},
|
|
303022
|
-
"interval": {
|
|
303023
|
-
"defaultValue": null,
|
|
303024
|
-
"description": "",
|
|
303025
|
-
"name": "interval",
|
|
303026
|
-
"parent": {
|
|
303027
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303028
|
-
"name": "YAxisProps"
|
|
303029
|
-
},
|
|
303030
|
-
"declarations": [
|
|
303031
|
-
{
|
|
303032
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303033
|
-
"name": "YAxisProps"
|
|
303034
|
-
}
|
|
303035
|
-
],
|
|
303036
|
-
"required": false,
|
|
303037
|
-
"type": {
|
|
303038
|
-
"name": "AxisInterval"
|
|
303039
|
-
}
|
|
303040
|
-
},
|
|
303041
|
-
"minTickGap": {
|
|
303042
|
-
"defaultValue": null,
|
|
303043
|
-
"description": "",
|
|
303044
|
-
"name": "minTickGap",
|
|
303045
|
-
"parent": {
|
|
303046
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303047
|
-
"name": "YAxisProps"
|
|
303048
|
-
},
|
|
303049
|
-
"declarations": [
|
|
303050
|
-
{
|
|
303051
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303052
|
-
"name": "YAxisProps"
|
|
303053
|
-
}
|
|
303054
|
-
],
|
|
303055
|
-
"required": false,
|
|
303056
|
-
"type": {
|
|
303057
|
-
"name": "number"
|
|
303058
|
-
}
|
|
303059
|
-
},
|
|
303060
|
-
"domain": {
|
|
303061
|
-
"defaultValue": null,
|
|
303062
|
-
"description": "The domain of scale in this axis",
|
|
303063
|
-
"name": "domain",
|
|
303064
|
-
"parent": {
|
|
303065
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303066
|
-
"name": "BaseAxisProps"
|
|
303067
|
-
},
|
|
303068
|
-
"declarations": [
|
|
303069
|
-
{
|
|
303070
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303071
|
-
"name": "BaseAxisProps"
|
|
303072
|
-
}
|
|
303073
|
-
],
|
|
303074
|
-
"required": false,
|
|
303075
|
-
"type": {
|
|
303076
|
-
"name": "AxisDomain"
|
|
303077
|
-
}
|
|
303078
|
-
},
|
|
303079
|
-
"unit": {
|
|
303080
|
-
"defaultValue": null,
|
|
303081
|
-
"description": "The unit of data displayed in the axis",
|
|
303082
|
-
"name": "unit",
|
|
303083
|
-
"parent": {
|
|
303084
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303085
|
-
"name": "BaseAxisProps"
|
|
303086
|
-
},
|
|
303087
|
-
"declarations": [
|
|
303088
|
-
{
|
|
303089
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303090
|
-
"name": "BaseAxisProps"
|
|
303091
|
-
}
|
|
303092
|
-
],
|
|
303093
|
-
"required": false,
|
|
303094
|
-
"type": {
|
|
303095
|
-
"name": "string"
|
|
303096
|
-
}
|
|
303097
|
-
},
|
|
303098
|
-
"tickFormatter": {
|
|
303099
|
-
"defaultValue": null,
|
|
303100
|
-
"description": "The formatter function of tick",
|
|
303101
|
-
"name": "tickFormatter",
|
|
303102
|
-
"parent": {
|
|
303103
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303104
|
-
"name": "BaseAxisProps"
|
|
303105
|
-
},
|
|
303106
|
-
"declarations": [
|
|
303107
|
-
{
|
|
303108
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303109
|
-
"name": "BaseAxisProps"
|
|
303110
|
-
}
|
|
303111
|
-
],
|
|
303112
|
-
"required": false,
|
|
303113
|
-
"type": {
|
|
303114
|
-
"name": "((value: any, index: number) => string)"
|
|
303115
|
-
}
|
|
303116
|
-
}
|
|
303117
|
-
}
|
|
303118
|
-
},
|
|
303119
302922
|
{
|
|
303120
302923
|
"tags": {
|
|
303121
302924
|
"flr-generate": "all"
|
|
@@ -303258,6 +303061,25 @@
|
|
|
303258
303061
|
"name": "boolean"
|
|
303259
303062
|
}
|
|
303260
303063
|
},
|
|
303064
|
+
"allowDataOverflow": {
|
|
303065
|
+
"defaultValue": null,
|
|
303066
|
+
"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.",
|
|
303067
|
+
"name": "allowDataOverflow",
|
|
303068
|
+
"parent": {
|
|
303069
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303070
|
+
"name": "BaseAxisProps"
|
|
303071
|
+
},
|
|
303072
|
+
"declarations": [
|
|
303073
|
+
{
|
|
303074
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303075
|
+
"name": "BaseAxisProps"
|
|
303076
|
+
}
|
|
303077
|
+
],
|
|
303078
|
+
"required": false,
|
|
303079
|
+
"type": {
|
|
303080
|
+
"name": "boolean"
|
|
303081
|
+
}
|
|
303082
|
+
},
|
|
303261
303083
|
"interval": {
|
|
303262
303084
|
"defaultValue": null,
|
|
303263
303085
|
"description": "",
|
|
@@ -303352,11 +303174,136 @@
|
|
|
303352
303174
|
"type": {
|
|
303353
303175
|
"name": "((value: any, index: number) => string)"
|
|
303354
303176
|
}
|
|
303177
|
+
}
|
|
303178
|
+
}
|
|
303179
|
+
},
|
|
303180
|
+
{
|
|
303181
|
+
"tags": {
|
|
303182
|
+
"flr-generate": "all"
|
|
303183
|
+
},
|
|
303184
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
303185
|
+
"description": "",
|
|
303186
|
+
"displayName": "YAxis",
|
|
303187
|
+
"methods": [],
|
|
303188
|
+
"props": {
|
|
303189
|
+
"className": {
|
|
303190
|
+
"defaultValue": null,
|
|
303191
|
+
"description": "",
|
|
303192
|
+
"name": "className",
|
|
303193
|
+
"parent": {
|
|
303194
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303195
|
+
"name": "HTMLAttributes"
|
|
303196
|
+
},
|
|
303197
|
+
"declarations": [
|
|
303198
|
+
{
|
|
303199
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303200
|
+
"name": "HTMLAttributes"
|
|
303201
|
+
}
|
|
303202
|
+
],
|
|
303203
|
+
"required": false,
|
|
303204
|
+
"type": {
|
|
303205
|
+
"name": "string"
|
|
303206
|
+
}
|
|
303355
303207
|
},
|
|
303356
|
-
"
|
|
303208
|
+
"type": {
|
|
303357
303209
|
"defaultValue": null,
|
|
303358
|
-
"description": "
|
|
303359
|
-
"name": "
|
|
303210
|
+
"description": "",
|
|
303211
|
+
"name": "type",
|
|
303212
|
+
"parent": {
|
|
303213
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303214
|
+
"name": "SVGAttributes"
|
|
303215
|
+
},
|
|
303216
|
+
"declarations": [
|
|
303217
|
+
{
|
|
303218
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303219
|
+
"name": "SVGAttributes"
|
|
303220
|
+
}
|
|
303221
|
+
],
|
|
303222
|
+
"required": false,
|
|
303223
|
+
"type": {
|
|
303224
|
+
"name": "string"
|
|
303225
|
+
}
|
|
303226
|
+
},
|
|
303227
|
+
"hide": {
|
|
303228
|
+
"defaultValue": null,
|
|
303229
|
+
"description": "Whether display the axis",
|
|
303230
|
+
"name": "hide",
|
|
303231
|
+
"parent": {
|
|
303232
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303233
|
+
"name": "BaseAxisProps"
|
|
303234
|
+
},
|
|
303235
|
+
"declarations": [
|
|
303236
|
+
{
|
|
303237
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303238
|
+
"name": "BaseAxisProps"
|
|
303239
|
+
}
|
|
303240
|
+
],
|
|
303241
|
+
"required": false,
|
|
303242
|
+
"type": {
|
|
303243
|
+
"name": "boolean"
|
|
303244
|
+
}
|
|
303245
|
+
},
|
|
303246
|
+
"orientation": {
|
|
303247
|
+
"defaultValue": null,
|
|
303248
|
+
"description": "",
|
|
303249
|
+
"name": "orientation",
|
|
303250
|
+
"parent": {
|
|
303251
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303252
|
+
"name": "SVGAttributes"
|
|
303253
|
+
},
|
|
303254
|
+
"declarations": [
|
|
303255
|
+
{
|
|
303256
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303257
|
+
"name": "SVGAttributes"
|
|
303258
|
+
}
|
|
303259
|
+
],
|
|
303260
|
+
"required": false,
|
|
303261
|
+
"type": {
|
|
303262
|
+
"name": "string | number"
|
|
303263
|
+
}
|
|
303264
|
+
},
|
|
303265
|
+
"scale": {
|
|
303266
|
+
"defaultValue": null,
|
|
303267
|
+
"description": "The scale type as a string, or scale function",
|
|
303268
|
+
"name": "scale",
|
|
303269
|
+
"parent": {
|
|
303270
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303271
|
+
"name": "BaseAxisProps"
|
|
303272
|
+
},
|
|
303273
|
+
"declarations": [
|
|
303274
|
+
{
|
|
303275
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303276
|
+
"name": "BaseAxisProps"
|
|
303277
|
+
}
|
|
303278
|
+
],
|
|
303279
|
+
"required": false,
|
|
303280
|
+
"type": {
|
|
303281
|
+
"name": "ScaleType | RechartsScale"
|
|
303282
|
+
}
|
|
303283
|
+
},
|
|
303284
|
+
"dataKey": {
|
|
303285
|
+
"defaultValue": null,
|
|
303286
|
+
"description": "The key of data displayed in the axis",
|
|
303287
|
+
"name": "dataKey",
|
|
303288
|
+
"parent": {
|
|
303289
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303290
|
+
"name": "BaseAxisProps"
|
|
303291
|
+
},
|
|
303292
|
+
"declarations": [
|
|
303293
|
+
{
|
|
303294
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303295
|
+
"name": "BaseAxisProps"
|
|
303296
|
+
}
|
|
303297
|
+
],
|
|
303298
|
+
"required": false,
|
|
303299
|
+
"type": {
|
|
303300
|
+
"name": "DataKey<any>"
|
|
303301
|
+
}
|
|
303302
|
+
},
|
|
303303
|
+
"allowDecimals": {
|
|
303304
|
+
"defaultValue": null,
|
|
303305
|
+
"description": "Allow the ticks of axis to be decimals or not.",
|
|
303306
|
+
"name": "allowDecimals",
|
|
303360
303307
|
"parent": {
|
|
303361
303308
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303362
303309
|
"name": "BaseAxisProps"
|
|
@@ -303371,6 +303318,101 @@
|
|
|
303371
303318
|
"type": {
|
|
303372
303319
|
"name": "boolean"
|
|
303373
303320
|
}
|
|
303321
|
+
},
|
|
303322
|
+
"interval": {
|
|
303323
|
+
"defaultValue": null,
|
|
303324
|
+
"description": "",
|
|
303325
|
+
"name": "interval",
|
|
303326
|
+
"parent": {
|
|
303327
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303328
|
+
"name": "YAxisProps"
|
|
303329
|
+
},
|
|
303330
|
+
"declarations": [
|
|
303331
|
+
{
|
|
303332
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303333
|
+
"name": "YAxisProps"
|
|
303334
|
+
}
|
|
303335
|
+
],
|
|
303336
|
+
"required": false,
|
|
303337
|
+
"type": {
|
|
303338
|
+
"name": "AxisInterval"
|
|
303339
|
+
}
|
|
303340
|
+
},
|
|
303341
|
+
"minTickGap": {
|
|
303342
|
+
"defaultValue": null,
|
|
303343
|
+
"description": "",
|
|
303344
|
+
"name": "minTickGap",
|
|
303345
|
+
"parent": {
|
|
303346
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303347
|
+
"name": "YAxisProps"
|
|
303348
|
+
},
|
|
303349
|
+
"declarations": [
|
|
303350
|
+
{
|
|
303351
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
303352
|
+
"name": "YAxisProps"
|
|
303353
|
+
}
|
|
303354
|
+
],
|
|
303355
|
+
"required": false,
|
|
303356
|
+
"type": {
|
|
303357
|
+
"name": "number"
|
|
303358
|
+
}
|
|
303359
|
+
},
|
|
303360
|
+
"domain": {
|
|
303361
|
+
"defaultValue": null,
|
|
303362
|
+
"description": "The domain of scale in this axis",
|
|
303363
|
+
"name": "domain",
|
|
303364
|
+
"parent": {
|
|
303365
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303366
|
+
"name": "BaseAxisProps"
|
|
303367
|
+
},
|
|
303368
|
+
"declarations": [
|
|
303369
|
+
{
|
|
303370
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303371
|
+
"name": "BaseAxisProps"
|
|
303372
|
+
}
|
|
303373
|
+
],
|
|
303374
|
+
"required": false,
|
|
303375
|
+
"type": {
|
|
303376
|
+
"name": "AxisDomain"
|
|
303377
|
+
}
|
|
303378
|
+
},
|
|
303379
|
+
"unit": {
|
|
303380
|
+
"defaultValue": null,
|
|
303381
|
+
"description": "The unit of data displayed in the axis",
|
|
303382
|
+
"name": "unit",
|
|
303383
|
+
"parent": {
|
|
303384
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303385
|
+
"name": "BaseAxisProps"
|
|
303386
|
+
},
|
|
303387
|
+
"declarations": [
|
|
303388
|
+
{
|
|
303389
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303390
|
+
"name": "BaseAxisProps"
|
|
303391
|
+
}
|
|
303392
|
+
],
|
|
303393
|
+
"required": false,
|
|
303394
|
+
"type": {
|
|
303395
|
+
"name": "string"
|
|
303396
|
+
}
|
|
303397
|
+
},
|
|
303398
|
+
"tickFormatter": {
|
|
303399
|
+
"defaultValue": null,
|
|
303400
|
+
"description": "The formatter function of tick",
|
|
303401
|
+
"name": "tickFormatter",
|
|
303402
|
+
"parent": {
|
|
303403
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303404
|
+
"name": "BaseAxisProps"
|
|
303405
|
+
},
|
|
303406
|
+
"declarations": [
|
|
303407
|
+
{
|
|
303408
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
303409
|
+
"name": "BaseAxisProps"
|
|
303410
|
+
}
|
|
303411
|
+
],
|
|
303412
|
+
"required": false,
|
|
303413
|
+
"type": {
|
|
303414
|
+
"name": "((value: any, index: number) => string)"
|
|
303415
|
+
}
|
|
303374
303416
|
}
|
|
303375
303417
|
}
|
|
303376
303418
|
},
|
|
@@ -303741,6 +303783,93 @@
|
|
|
303741
303783
|
}
|
|
303742
303784
|
}
|
|
303743
303785
|
},
|
|
303786
|
+
{
|
|
303787
|
+
"tags": {
|
|
303788
|
+
"flr-generate": "all"
|
|
303789
|
+
},
|
|
303790
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
303791
|
+
"description": "",
|
|
303792
|
+
"displayName": "CartesianGrid",
|
|
303793
|
+
"methods": [],
|
|
303794
|
+
"props": {
|
|
303795
|
+
"className": {
|
|
303796
|
+
"defaultValue": null,
|
|
303797
|
+
"description": "",
|
|
303798
|
+
"name": "className",
|
|
303799
|
+
"parent": {
|
|
303800
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303801
|
+
"name": "HTMLAttributes"
|
|
303802
|
+
},
|
|
303803
|
+
"declarations": [
|
|
303804
|
+
{
|
|
303805
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303806
|
+
"name": "HTMLAttributes"
|
|
303807
|
+
}
|
|
303808
|
+
],
|
|
303809
|
+
"required": false,
|
|
303810
|
+
"type": {
|
|
303811
|
+
"name": "string"
|
|
303812
|
+
}
|
|
303813
|
+
},
|
|
303814
|
+
"horizontal": {
|
|
303815
|
+
"defaultValue": null,
|
|
303816
|
+
"description": "",
|
|
303817
|
+
"name": "horizontal",
|
|
303818
|
+
"parent": {
|
|
303819
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
303820
|
+
"name": "CartesianGridProps"
|
|
303821
|
+
},
|
|
303822
|
+
"declarations": [
|
|
303823
|
+
{
|
|
303824
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
303825
|
+
"name": "CartesianGridProps"
|
|
303826
|
+
}
|
|
303827
|
+
],
|
|
303828
|
+
"required": false,
|
|
303829
|
+
"type": {
|
|
303830
|
+
"name": "GridLineType"
|
|
303831
|
+
}
|
|
303832
|
+
},
|
|
303833
|
+
"vertical": {
|
|
303834
|
+
"defaultValue": null,
|
|
303835
|
+
"description": "",
|
|
303836
|
+
"name": "vertical",
|
|
303837
|
+
"parent": {
|
|
303838
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
303839
|
+
"name": "CartesianGridProps"
|
|
303840
|
+
},
|
|
303841
|
+
"declarations": [
|
|
303842
|
+
{
|
|
303843
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
303844
|
+
"name": "CartesianGridProps"
|
|
303845
|
+
}
|
|
303846
|
+
],
|
|
303847
|
+
"required": false,
|
|
303848
|
+
"type": {
|
|
303849
|
+
"name": "GridLineType"
|
|
303850
|
+
}
|
|
303851
|
+
},
|
|
303852
|
+
"strokeDasharray": {
|
|
303853
|
+
"defaultValue": null,
|
|
303854
|
+
"description": "",
|
|
303855
|
+
"name": "strokeDasharray",
|
|
303856
|
+
"parent": {
|
|
303857
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303858
|
+
"name": "SVGAttributes"
|
|
303859
|
+
},
|
|
303860
|
+
"declarations": [
|
|
303861
|
+
{
|
|
303862
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
303863
|
+
"name": "SVGAttributes"
|
|
303864
|
+
}
|
|
303865
|
+
],
|
|
303866
|
+
"required": false,
|
|
303867
|
+
"type": {
|
|
303868
|
+
"name": "string | number"
|
|
303869
|
+
}
|
|
303870
|
+
}
|
|
303871
|
+
}
|
|
303872
|
+
},
|
|
303744
303873
|
{
|
|
303745
303874
|
"tags": {},
|
|
303746
303875
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
|
|
@@ -312629,11 +312758,51 @@
|
|
|
312629
312758
|
"tags": {
|
|
312630
312759
|
"flr-generate": "all"
|
|
312631
312760
|
},
|
|
312632
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
312761
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312633
312762
|
"description": "",
|
|
312634
|
-
"displayName": "
|
|
312763
|
+
"displayName": "Area",
|
|
312635
312764
|
"methods": [],
|
|
312636
312765
|
"props": {
|
|
312766
|
+
"color": {
|
|
312767
|
+
"defaultValue": {
|
|
312768
|
+
"value": "\"sea-green\""
|
|
312769
|
+
},
|
|
312770
|
+
"description": "The color of the area.",
|
|
312771
|
+
"name": "color",
|
|
312772
|
+
"parent": {
|
|
312773
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312774
|
+
"name": "AreaProps"
|
|
312775
|
+
},
|
|
312776
|
+
"declarations": [
|
|
312777
|
+
{
|
|
312778
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312779
|
+
"name": "AreaProps"
|
|
312780
|
+
}
|
|
312781
|
+
],
|
|
312782
|
+
"required": false,
|
|
312783
|
+
"type": {
|
|
312784
|
+
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
312785
|
+
}
|
|
312786
|
+
},
|
|
312787
|
+
"onlyDots": {
|
|
312788
|
+
"defaultValue": null,
|
|
312789
|
+
"description": "@internal",
|
|
312790
|
+
"name": "onlyDots",
|
|
312791
|
+
"parent": {
|
|
312792
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312793
|
+
"name": "AreaProps"
|
|
312794
|
+
},
|
|
312795
|
+
"declarations": [
|
|
312796
|
+
{
|
|
312797
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
312798
|
+
"name": "AreaProps"
|
|
312799
|
+
}
|
|
312800
|
+
],
|
|
312801
|
+
"required": false,
|
|
312802
|
+
"type": {
|
|
312803
|
+
"name": "boolean"
|
|
312804
|
+
}
|
|
312805
|
+
},
|
|
312637
312806
|
"className": {
|
|
312638
312807
|
"defaultValue": null,
|
|
312639
312808
|
"description": "",
|
|
@@ -312653,48 +312822,48 @@
|
|
|
312653
312822
|
"name": "string"
|
|
312654
312823
|
}
|
|
312655
312824
|
},
|
|
312656
|
-
"
|
|
312825
|
+
"key": {
|
|
312657
312826
|
"defaultValue": null,
|
|
312658
312827
|
"description": "",
|
|
312659
|
-
"name": "
|
|
312828
|
+
"name": "key",
|
|
312660
312829
|
"parent": {
|
|
312661
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312662
|
-
"name": "
|
|
312830
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
312831
|
+
"name": "Attributes"
|
|
312663
312832
|
},
|
|
312664
312833
|
"declarations": [
|
|
312665
312834
|
{
|
|
312666
|
-
"fileName": "flow/node_modules/.pnpm
|
|
312667
|
-
"name": "
|
|
312835
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
312836
|
+
"name": "Attributes"
|
|
312668
312837
|
}
|
|
312669
312838
|
],
|
|
312670
312839
|
"required": false,
|
|
312671
312840
|
"type": {
|
|
312672
|
-
"name": "
|
|
312841
|
+
"name": "Key | null"
|
|
312673
312842
|
}
|
|
312674
312843
|
},
|
|
312675
|
-
"
|
|
312844
|
+
"type": {
|
|
312676
312845
|
"defaultValue": null,
|
|
312677
312846
|
"description": "",
|
|
312678
|
-
"name": "
|
|
312847
|
+
"name": "type",
|
|
312679
312848
|
"parent": {
|
|
312680
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
312681
|
-
"name": "
|
|
312849
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312850
|
+
"name": "AreaProps"
|
|
312682
312851
|
},
|
|
312683
312852
|
"declarations": [
|
|
312684
312853
|
{
|
|
312685
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
312686
|
-
"name": "
|
|
312854
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312855
|
+
"name": "AreaProps"
|
|
312687
312856
|
}
|
|
312688
312857
|
],
|
|
312689
312858
|
"required": false,
|
|
312690
312859
|
"type": {
|
|
312691
|
-
"name": "
|
|
312860
|
+
"name": "CurveType"
|
|
312692
312861
|
}
|
|
312693
312862
|
},
|
|
312694
|
-
"
|
|
312863
|
+
"fillOpacity": {
|
|
312695
312864
|
"defaultValue": null,
|
|
312696
312865
|
"description": "",
|
|
312697
|
-
"name": "
|
|
312866
|
+
"name": "fillOpacity",
|
|
312698
312867
|
"parent": {
|
|
312699
312868
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
312700
312869
|
"name": "SVGAttributes"
|
|
@@ -312709,6 +312878,101 @@
|
|
|
312709
312878
|
"type": {
|
|
312710
312879
|
"name": "string | number"
|
|
312711
312880
|
}
|
|
312881
|
+
},
|
|
312882
|
+
"dataKey": {
|
|
312883
|
+
"defaultValue": null,
|
|
312884
|
+
"description": "",
|
|
312885
|
+
"name": "dataKey",
|
|
312886
|
+
"parent": {
|
|
312887
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312888
|
+
"name": "AreaProps"
|
|
312889
|
+
},
|
|
312890
|
+
"declarations": [
|
|
312891
|
+
{
|
|
312892
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312893
|
+
"name": "AreaProps"
|
|
312894
|
+
}
|
|
312895
|
+
],
|
|
312896
|
+
"required": true,
|
|
312897
|
+
"type": {
|
|
312898
|
+
"name": "DataKey<any>"
|
|
312899
|
+
}
|
|
312900
|
+
},
|
|
312901
|
+
"unit": {
|
|
312902
|
+
"defaultValue": null,
|
|
312903
|
+
"description": "",
|
|
312904
|
+
"name": "unit",
|
|
312905
|
+
"parent": {
|
|
312906
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312907
|
+
"name": "AreaProps"
|
|
312908
|
+
},
|
|
312909
|
+
"declarations": [
|
|
312910
|
+
{
|
|
312911
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312912
|
+
"name": "AreaProps"
|
|
312913
|
+
}
|
|
312914
|
+
],
|
|
312915
|
+
"required": false,
|
|
312916
|
+
"type": {
|
|
312917
|
+
"name": "string | number"
|
|
312918
|
+
}
|
|
312919
|
+
},
|
|
312920
|
+
"xAxisId": {
|
|
312921
|
+
"defaultValue": null,
|
|
312922
|
+
"description": "",
|
|
312923
|
+
"name": "xAxisId",
|
|
312924
|
+
"parent": {
|
|
312925
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312926
|
+
"name": "AreaProps"
|
|
312927
|
+
},
|
|
312928
|
+
"declarations": [
|
|
312929
|
+
{
|
|
312930
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312931
|
+
"name": "AreaProps"
|
|
312932
|
+
}
|
|
312933
|
+
],
|
|
312934
|
+
"required": false,
|
|
312935
|
+
"type": {
|
|
312936
|
+
"name": "string | number"
|
|
312937
|
+
}
|
|
312938
|
+
},
|
|
312939
|
+
"yAxisId": {
|
|
312940
|
+
"defaultValue": null,
|
|
312941
|
+
"description": "",
|
|
312942
|
+
"name": "yAxisId",
|
|
312943
|
+
"parent": {
|
|
312944
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312945
|
+
"name": "AreaProps"
|
|
312946
|
+
},
|
|
312947
|
+
"declarations": [
|
|
312948
|
+
{
|
|
312949
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312950
|
+
"name": "AreaProps"
|
|
312951
|
+
}
|
|
312952
|
+
],
|
|
312953
|
+
"required": false,
|
|
312954
|
+
"type": {
|
|
312955
|
+
"name": "string | number"
|
|
312956
|
+
}
|
|
312957
|
+
},
|
|
312958
|
+
"stackId": {
|
|
312959
|
+
"defaultValue": null,
|
|
312960
|
+
"description": "",
|
|
312961
|
+
"name": "stackId",
|
|
312962
|
+
"parent": {
|
|
312963
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312964
|
+
"name": "AreaProps"
|
|
312965
|
+
},
|
|
312966
|
+
"declarations": [
|
|
312967
|
+
{
|
|
312968
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
312969
|
+
"name": "AreaProps"
|
|
312970
|
+
}
|
|
312971
|
+
],
|
|
312972
|
+
"required": false,
|
|
312973
|
+
"type": {
|
|
312974
|
+
"name": "string | number"
|
|
312975
|
+
}
|
|
312712
312976
|
}
|
|
312713
312977
|
}
|
|
312714
312978
|
},
|
|
@@ -321994,223 +322258,25 @@
|
|
|
321994
322258
|
}
|
|
321995
322259
|
},
|
|
321996
322260
|
{
|
|
321997
|
-
"tags": {
|
|
321998
|
-
|
|
321999
|
-
},
|
|
322000
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322261
|
+
"tags": {},
|
|
322262
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
322001
322263
|
"description": "",
|
|
322002
|
-
"displayName": "
|
|
322264
|
+
"displayName": "BreadcrumbItem",
|
|
322003
322265
|
"methods": [],
|
|
322004
322266
|
"props": {
|
|
322005
|
-
"
|
|
322006
|
-
"defaultValue": {
|
|
322007
|
-
"value": "\"sea-green\""
|
|
322008
|
-
},
|
|
322009
|
-
"description": "The color of the area.",
|
|
322010
|
-
"name": "color",
|
|
322011
|
-
"parent": {
|
|
322012
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322013
|
-
"name": "AreaProps"
|
|
322014
|
-
},
|
|
322015
|
-
"declarations": [
|
|
322016
|
-
{
|
|
322017
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322018
|
-
"name": "AreaProps"
|
|
322019
|
-
}
|
|
322020
|
-
],
|
|
322021
|
-
"required": false,
|
|
322022
|
-
"type": {
|
|
322023
|
-
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
322024
|
-
}
|
|
322025
|
-
},
|
|
322026
|
-
"onlyDots": {
|
|
322027
|
-
"defaultValue": null,
|
|
322028
|
-
"description": "@internal",
|
|
322029
|
-
"name": "onlyDots",
|
|
322030
|
-
"parent": {
|
|
322031
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322032
|
-
"name": "AreaProps"
|
|
322033
|
-
},
|
|
322034
|
-
"declarations": [
|
|
322035
|
-
{
|
|
322036
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
322037
|
-
"name": "AreaProps"
|
|
322038
|
-
}
|
|
322039
|
-
],
|
|
322040
|
-
"required": false,
|
|
322041
|
-
"type": {
|
|
322042
|
-
"name": "boolean"
|
|
322043
|
-
}
|
|
322044
|
-
},
|
|
322045
|
-
"className": {
|
|
322046
|
-
"defaultValue": null,
|
|
322047
|
-
"description": "",
|
|
322048
|
-
"name": "className",
|
|
322049
|
-
"parent": {
|
|
322050
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322051
|
-
"name": "HTMLAttributes"
|
|
322052
|
-
},
|
|
322053
|
-
"declarations": [
|
|
322054
|
-
{
|
|
322055
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322056
|
-
"name": "HTMLAttributes"
|
|
322057
|
-
}
|
|
322058
|
-
],
|
|
322059
|
-
"required": false,
|
|
322060
|
-
"type": {
|
|
322061
|
-
"name": "string"
|
|
322062
|
-
}
|
|
322063
|
-
},
|
|
322064
|
-
"key": {
|
|
322065
|
-
"defaultValue": null,
|
|
322066
|
-
"description": "",
|
|
322067
|
-
"name": "key",
|
|
322068
|
-
"parent": {
|
|
322069
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322070
|
-
"name": "Attributes"
|
|
322071
|
-
},
|
|
322072
|
-
"declarations": [
|
|
322073
|
-
{
|
|
322074
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322075
|
-
"name": "Attributes"
|
|
322076
|
-
}
|
|
322077
|
-
],
|
|
322078
|
-
"required": false,
|
|
322079
|
-
"type": {
|
|
322080
|
-
"name": "Key | null"
|
|
322081
|
-
}
|
|
322082
|
-
},
|
|
322083
|
-
"type": {
|
|
322084
|
-
"defaultValue": null,
|
|
322085
|
-
"description": "",
|
|
322086
|
-
"name": "type",
|
|
322087
|
-
"parent": {
|
|
322088
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322089
|
-
"name": "AreaProps"
|
|
322090
|
-
},
|
|
322091
|
-
"declarations": [
|
|
322092
|
-
{
|
|
322093
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322094
|
-
"name": "AreaProps"
|
|
322095
|
-
}
|
|
322096
|
-
],
|
|
322097
|
-
"required": false,
|
|
322098
|
-
"type": {
|
|
322099
|
-
"name": "CurveType"
|
|
322100
|
-
}
|
|
322101
|
-
},
|
|
322102
|
-
"fillOpacity": {
|
|
322267
|
+
"children": {
|
|
322103
322268
|
"defaultValue": null,
|
|
322104
322269
|
"description": "",
|
|
322105
|
-
"name": "
|
|
322106
|
-
"parent": {
|
|
322107
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322108
|
-
"name": "SVGAttributes"
|
|
322109
|
-
},
|
|
322270
|
+
"name": "children",
|
|
322110
322271
|
"declarations": [
|
|
322111
322272
|
{
|
|
322112
322273
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322113
|
-
"name": "
|
|
322114
|
-
}
|
|
322115
|
-
],
|
|
322116
|
-
"required": false,
|
|
322117
|
-
"type": {
|
|
322118
|
-
"name": "string | number"
|
|
322119
|
-
}
|
|
322120
|
-
},
|
|
322121
|
-
"dataKey": {
|
|
322122
|
-
"defaultValue": null,
|
|
322123
|
-
"description": "",
|
|
322124
|
-
"name": "dataKey",
|
|
322125
|
-
"parent": {
|
|
322126
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322127
|
-
"name": "AreaProps"
|
|
322128
|
-
},
|
|
322129
|
-
"declarations": [
|
|
322130
|
-
{
|
|
322131
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322132
|
-
"name": "AreaProps"
|
|
322133
|
-
}
|
|
322134
|
-
],
|
|
322135
|
-
"required": true,
|
|
322136
|
-
"type": {
|
|
322137
|
-
"name": "DataKey<any>"
|
|
322138
|
-
}
|
|
322139
|
-
},
|
|
322140
|
-
"unit": {
|
|
322141
|
-
"defaultValue": null,
|
|
322142
|
-
"description": "",
|
|
322143
|
-
"name": "unit",
|
|
322144
|
-
"parent": {
|
|
322145
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322146
|
-
"name": "AreaProps"
|
|
322147
|
-
},
|
|
322148
|
-
"declarations": [
|
|
322149
|
-
{
|
|
322150
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322151
|
-
"name": "AreaProps"
|
|
322152
|
-
}
|
|
322153
|
-
],
|
|
322154
|
-
"required": false,
|
|
322155
|
-
"type": {
|
|
322156
|
-
"name": "string | number"
|
|
322157
|
-
}
|
|
322158
|
-
},
|
|
322159
|
-
"xAxisId": {
|
|
322160
|
-
"defaultValue": null,
|
|
322161
|
-
"description": "",
|
|
322162
|
-
"name": "xAxisId",
|
|
322163
|
-
"parent": {
|
|
322164
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322165
|
-
"name": "AreaProps"
|
|
322166
|
-
},
|
|
322167
|
-
"declarations": [
|
|
322168
|
-
{
|
|
322169
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322170
|
-
"name": "AreaProps"
|
|
322171
|
-
}
|
|
322172
|
-
],
|
|
322173
|
-
"required": false,
|
|
322174
|
-
"type": {
|
|
322175
|
-
"name": "string | number"
|
|
322176
|
-
}
|
|
322177
|
-
},
|
|
322178
|
-
"yAxisId": {
|
|
322179
|
-
"defaultValue": null,
|
|
322180
|
-
"description": "",
|
|
322181
|
-
"name": "yAxisId",
|
|
322182
|
-
"parent": {
|
|
322183
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322184
|
-
"name": "AreaProps"
|
|
322185
|
-
},
|
|
322186
|
-
"declarations": [
|
|
322187
|
-
{
|
|
322188
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322189
|
-
"name": "AreaProps"
|
|
322190
|
-
}
|
|
322191
|
-
],
|
|
322192
|
-
"required": false,
|
|
322193
|
-
"type": {
|
|
322194
|
-
"name": "string | number"
|
|
322195
|
-
}
|
|
322196
|
-
},
|
|
322197
|
-
"stackId": {
|
|
322198
|
-
"defaultValue": null,
|
|
322199
|
-
"description": "",
|
|
322200
|
-
"name": "stackId",
|
|
322201
|
-
"parent": {
|
|
322202
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322203
|
-
"name": "AreaProps"
|
|
322204
|
-
},
|
|
322205
|
-
"declarations": [
|
|
322206
|
-
{
|
|
322207
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
322208
|
-
"name": "AreaProps"
|
|
322274
|
+
"name": "TypeLiteral"
|
|
322209
322275
|
}
|
|
322210
322276
|
],
|
|
322211
322277
|
"required": false,
|
|
322212
322278
|
"type": {
|
|
322213
|
-
"name": "
|
|
322279
|
+
"name": "ReactNode"
|
|
322214
322280
|
}
|
|
322215
322281
|
}
|
|
322216
322282
|
}
|
|
@@ -322223,30 +322289,6 @@
|
|
|
322223
322289
|
"methods": [],
|
|
322224
322290
|
"props": {}
|
|
322225
322291
|
},
|
|
322226
|
-
{
|
|
322227
|
-
"tags": {},
|
|
322228
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
322229
|
-
"description": "",
|
|
322230
|
-
"displayName": "BreadcrumbItem",
|
|
322231
|
-
"methods": [],
|
|
322232
|
-
"props": {
|
|
322233
|
-
"children": {
|
|
322234
|
-
"defaultValue": null,
|
|
322235
|
-
"description": "",
|
|
322236
|
-
"name": "children",
|
|
322237
|
-
"declarations": [
|
|
322238
|
-
{
|
|
322239
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
322240
|
-
"name": "TypeLiteral"
|
|
322241
|
-
}
|
|
322242
|
-
],
|
|
322243
|
-
"required": false,
|
|
322244
|
-
"type": {
|
|
322245
|
-
"name": "ReactNode"
|
|
322246
|
-
}
|
|
322247
|
-
}
|
|
322248
|
-
}
|
|
322249
|
-
},
|
|
322250
322292
|
{
|
|
322251
322293
|
"tags": {},
|
|
322252
322294
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableLoadingView.tsx",
|