@mittwald/flow-react-components 0.2.0-alpha.346 → 0.2.0-alpha.348
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 +539 -328
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/AreaChart/AreaChart.mjs +1 -1
- package/dist/js/components/src/components/AreaChart/AreaChart.mjs.map +1 -1
- package/dist/js/components/src/components/AreaChart/AreaChart.module.scss.mjs +4 -2
- package/dist/js/components/src/components/AreaChart/AreaChart.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/AreaChart/components/Line/Line.mjs +26 -0
- package/dist/js/components/src/components/AreaChart/components/Line/Line.mjs.map +1 -0
- package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs +3 -0
- package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs.map +1 -1
- package/dist/js/components/src/components/XAxis/XAxis.mjs.map +1 -1
- package/dist/js/components/src/components/YAxis/YAxis.mjs.map +1 -1
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/design-tokens/dist/variables.json.mjs +4 -2
- package/dist/js/design-tokens/dist/variables.json.mjs.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts.map +1 -1
- package/dist/types/components/AreaChart/components/Line/Line.d.ts +11 -0
- package/dist/types/components/AreaChart/components/Line/Line.d.ts.map +1 -0
- package/dist/types/components/AreaChart/components/Line/index.d.ts +3 -0
- package/dist/types/components/AreaChart/components/Line/index.d.ts.map +1 -0
- package/dist/types/components/AreaChart/components/Line/view.d.ts +8 -0
- package/dist/types/components/AreaChart/components/Line/view.d.ts.map +1 -0
- package/dist/types/components/AreaChart/index.d.ts +1 -0
- package/dist/types/components/AreaChart/index.d.ts.map +1 -1
- package/dist/types/components/AreaChart/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/AreaChart/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Button/stories/lib.d.ts +1 -1
- package/dist/types/components/Button/stories/lib.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts.map +1 -1
- package/dist/types/components/XAxis/XAxis.d.ts +1 -1
- package/dist/types/components/XAxis/XAxis.d.ts.map +1 -1
- package/dist/types/components/YAxis/YAxis.d.ts +1 -1
- package/dist/types/components/YAxis/YAxis.d.ts.map +1 -1
- package/dist/types/views/LineView.d.ts +5 -0
- package/dist/types/views/LineView.d.ts.map +1 -0
- package/package.json +12 -21
|
@@ -209,6 +209,25 @@
|
|
|
209
209
|
"type": {
|
|
210
210
|
"name": "boolean"
|
|
211
211
|
}
|
|
212
|
+
},
|
|
213
|
+
"unit": {
|
|
214
|
+
"defaultValue": null,
|
|
215
|
+
"description": "The unit of data displayed in the axis",
|
|
216
|
+
"name": "unit",
|
|
217
|
+
"parent": {
|
|
218
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
219
|
+
"name": "BaseAxisProps"
|
|
220
|
+
},
|
|
221
|
+
"declarations": [
|
|
222
|
+
{
|
|
223
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
224
|
+
"name": "BaseAxisProps"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"required": false,
|
|
228
|
+
"type": {
|
|
229
|
+
"name": "string"
|
|
230
|
+
}
|
|
212
231
|
}
|
|
213
232
|
}
|
|
214
233
|
},
|
|
@@ -423,6 +442,25 @@
|
|
|
423
442
|
"name": "boolean"
|
|
424
443
|
}
|
|
425
444
|
},
|
|
445
|
+
"unit": {
|
|
446
|
+
"defaultValue": null,
|
|
447
|
+
"description": "The unit of data displayed in the axis",
|
|
448
|
+
"name": "unit",
|
|
449
|
+
"parent": {
|
|
450
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
451
|
+
"name": "BaseAxisProps"
|
|
452
|
+
},
|
|
453
|
+
"declarations": [
|
|
454
|
+
{
|
|
455
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
456
|
+
"name": "BaseAxisProps"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"required": false,
|
|
460
|
+
"type": {
|
|
461
|
+
"name": "string"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
426
464
|
"allowDataOverflow": {
|
|
427
465
|
"defaultValue": null,
|
|
428
466
|
"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.",
|
|
@@ -34274,125 +34312,6 @@
|
|
|
34274
34312
|
}
|
|
34275
34313
|
}
|
|
34276
34314
|
},
|
|
34277
|
-
{
|
|
34278
|
-
"tags": {},
|
|
34279
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
34280
|
-
"description": "",
|
|
34281
|
-
"displayName": "Overlay",
|
|
34282
|
-
"methods": [],
|
|
34283
|
-
"props": {
|
|
34284
|
-
"ref": {
|
|
34285
|
-
"defaultValue": null,
|
|
34286
|
-
"description": "",
|
|
34287
|
-
"name": "ref",
|
|
34288
|
-
"parent": {
|
|
34289
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34290
|
-
"name": "OverlayProps"
|
|
34291
|
-
},
|
|
34292
|
-
"declarations": [
|
|
34293
|
-
{
|
|
34294
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34295
|
-
"name": "OverlayProps"
|
|
34296
|
-
}
|
|
34297
|
-
],
|
|
34298
|
-
"required": false,
|
|
34299
|
-
"type": {
|
|
34300
|
-
"name": "Ref<HTMLDivElement>"
|
|
34301
|
-
}
|
|
34302
|
-
},
|
|
34303
|
-
"controller": {
|
|
34304
|
-
"defaultValue": null,
|
|
34305
|
-
"description": "The controller to control the overlay state.",
|
|
34306
|
-
"name": "controller",
|
|
34307
|
-
"parent": {
|
|
34308
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34309
|
-
"name": "OverlayProps"
|
|
34310
|
-
},
|
|
34311
|
-
"declarations": [
|
|
34312
|
-
{
|
|
34313
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34314
|
-
"name": "OverlayProps"
|
|
34315
|
-
}
|
|
34316
|
-
],
|
|
34317
|
-
"required": false,
|
|
34318
|
-
"type": {
|
|
34319
|
-
"name": "OverlayController"
|
|
34320
|
-
}
|
|
34321
|
-
},
|
|
34322
|
-
"isDismissable": {
|
|
34323
|
-
"defaultValue": null,
|
|
34324
|
-
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
34325
|
-
"name": "isDismissable",
|
|
34326
|
-
"parent": {
|
|
34327
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34328
|
-
"name": "OverlayProps"
|
|
34329
|
-
},
|
|
34330
|
-
"declarations": [
|
|
34331
|
-
{
|
|
34332
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34333
|
-
"name": "OverlayProps"
|
|
34334
|
-
}
|
|
34335
|
-
],
|
|
34336
|
-
"required": false,
|
|
34337
|
-
"type": {
|
|
34338
|
-
"name": "boolean"
|
|
34339
|
-
}
|
|
34340
|
-
},
|
|
34341
|
-
"overlayType": {
|
|
34342
|
-
"defaultValue": null,
|
|
34343
|
-
"description": "Whether the overlay is a modal or a light box.",
|
|
34344
|
-
"name": "overlayType",
|
|
34345
|
-
"parent": {
|
|
34346
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34347
|
-
"name": "OverlayProps"
|
|
34348
|
-
},
|
|
34349
|
-
"declarations": [
|
|
34350
|
-
{
|
|
34351
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34352
|
-
"name": "OverlayProps"
|
|
34353
|
-
}
|
|
34354
|
-
],
|
|
34355
|
-
"required": false,
|
|
34356
|
-
"type": {
|
|
34357
|
-
"name": "\"LightBox\" | \"Modal\""
|
|
34358
|
-
}
|
|
34359
|
-
},
|
|
34360
|
-
"children": {
|
|
34361
|
-
"defaultValue": null,
|
|
34362
|
-
"description": "",
|
|
34363
|
-
"name": "children",
|
|
34364
|
-
"declarations": [
|
|
34365
|
-
{
|
|
34366
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
34367
|
-
"name": "TypeLiteral"
|
|
34368
|
-
}
|
|
34369
|
-
],
|
|
34370
|
-
"required": false,
|
|
34371
|
-
"type": {
|
|
34372
|
-
"name": "ReactNode"
|
|
34373
|
-
}
|
|
34374
|
-
},
|
|
34375
|
-
"className": {
|
|
34376
|
-
"defaultValue": null,
|
|
34377
|
-
"description": "The elements class name.",
|
|
34378
|
-
"name": "className",
|
|
34379
|
-
"parent": {
|
|
34380
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
34381
|
-
"name": "PropsWithClassName"
|
|
34382
|
-
},
|
|
34383
|
-
"declarations": [
|
|
34384
|
-
{
|
|
34385
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
34386
|
-
"name": "PropsWithClassName"
|
|
34387
|
-
}
|
|
34388
|
-
],
|
|
34389
|
-
"required": false,
|
|
34390
|
-
"type": {
|
|
34391
|
-
"name": "string"
|
|
34392
|
-
}
|
|
34393
|
-
}
|
|
34394
|
-
}
|
|
34395
|
-
},
|
|
34396
34315
|
{
|
|
34397
34316
|
"tags": {},
|
|
34398
34317
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
|
|
@@ -35037,6 +34956,125 @@
|
|
|
35037
34956
|
}
|
|
35038
34957
|
}
|
|
35039
34958
|
},
|
|
34959
|
+
{
|
|
34960
|
+
"tags": {},
|
|
34961
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
34962
|
+
"description": "",
|
|
34963
|
+
"displayName": "Overlay",
|
|
34964
|
+
"methods": [],
|
|
34965
|
+
"props": {
|
|
34966
|
+
"ref": {
|
|
34967
|
+
"defaultValue": null,
|
|
34968
|
+
"description": "",
|
|
34969
|
+
"name": "ref",
|
|
34970
|
+
"parent": {
|
|
34971
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34972
|
+
"name": "OverlayProps"
|
|
34973
|
+
},
|
|
34974
|
+
"declarations": [
|
|
34975
|
+
{
|
|
34976
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34977
|
+
"name": "OverlayProps"
|
|
34978
|
+
}
|
|
34979
|
+
],
|
|
34980
|
+
"required": false,
|
|
34981
|
+
"type": {
|
|
34982
|
+
"name": "Ref<HTMLDivElement>"
|
|
34983
|
+
}
|
|
34984
|
+
},
|
|
34985
|
+
"controller": {
|
|
34986
|
+
"defaultValue": null,
|
|
34987
|
+
"description": "The controller to control the overlay state.",
|
|
34988
|
+
"name": "controller",
|
|
34989
|
+
"parent": {
|
|
34990
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34991
|
+
"name": "OverlayProps"
|
|
34992
|
+
},
|
|
34993
|
+
"declarations": [
|
|
34994
|
+
{
|
|
34995
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34996
|
+
"name": "OverlayProps"
|
|
34997
|
+
}
|
|
34998
|
+
],
|
|
34999
|
+
"required": false,
|
|
35000
|
+
"type": {
|
|
35001
|
+
"name": "OverlayController"
|
|
35002
|
+
}
|
|
35003
|
+
},
|
|
35004
|
+
"isDismissable": {
|
|
35005
|
+
"defaultValue": null,
|
|
35006
|
+
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
35007
|
+
"name": "isDismissable",
|
|
35008
|
+
"parent": {
|
|
35009
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
35010
|
+
"name": "OverlayProps"
|
|
35011
|
+
},
|
|
35012
|
+
"declarations": [
|
|
35013
|
+
{
|
|
35014
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
35015
|
+
"name": "OverlayProps"
|
|
35016
|
+
}
|
|
35017
|
+
],
|
|
35018
|
+
"required": false,
|
|
35019
|
+
"type": {
|
|
35020
|
+
"name": "boolean"
|
|
35021
|
+
}
|
|
35022
|
+
},
|
|
35023
|
+
"overlayType": {
|
|
35024
|
+
"defaultValue": null,
|
|
35025
|
+
"description": "Whether the overlay is a modal or a light box.",
|
|
35026
|
+
"name": "overlayType",
|
|
35027
|
+
"parent": {
|
|
35028
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
35029
|
+
"name": "OverlayProps"
|
|
35030
|
+
},
|
|
35031
|
+
"declarations": [
|
|
35032
|
+
{
|
|
35033
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
35034
|
+
"name": "OverlayProps"
|
|
35035
|
+
}
|
|
35036
|
+
],
|
|
35037
|
+
"required": false,
|
|
35038
|
+
"type": {
|
|
35039
|
+
"name": "\"LightBox\" | \"Modal\""
|
|
35040
|
+
}
|
|
35041
|
+
},
|
|
35042
|
+
"children": {
|
|
35043
|
+
"defaultValue": null,
|
|
35044
|
+
"description": "",
|
|
35045
|
+
"name": "children",
|
|
35046
|
+
"declarations": [
|
|
35047
|
+
{
|
|
35048
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
35049
|
+
"name": "TypeLiteral"
|
|
35050
|
+
}
|
|
35051
|
+
],
|
|
35052
|
+
"required": false,
|
|
35053
|
+
"type": {
|
|
35054
|
+
"name": "ReactNode"
|
|
35055
|
+
}
|
|
35056
|
+
},
|
|
35057
|
+
"className": {
|
|
35058
|
+
"defaultValue": null,
|
|
35059
|
+
"description": "The elements class name.",
|
|
35060
|
+
"name": "className",
|
|
35061
|
+
"parent": {
|
|
35062
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
35063
|
+
"name": "PropsWithClassName"
|
|
35064
|
+
},
|
|
35065
|
+
"declarations": [
|
|
35066
|
+
{
|
|
35067
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
35068
|
+
"name": "PropsWithClassName"
|
|
35069
|
+
}
|
|
35070
|
+
],
|
|
35071
|
+
"required": false,
|
|
35072
|
+
"type": {
|
|
35073
|
+
"name": "string"
|
|
35074
|
+
}
|
|
35075
|
+
}
|
|
35076
|
+
}
|
|
35077
|
+
},
|
|
35040
35078
|
{
|
|
35041
35079
|
"tags": {
|
|
35042
35080
|
"flr-generate": "all"
|
|
@@ -145720,89 +145758,6 @@
|
|
|
145720
145758
|
}
|
|
145721
145759
|
}
|
|
145722
145760
|
},
|
|
145723
|
-
{
|
|
145724
|
-
"tags": {
|
|
145725
|
-
"flr-generate": "all"
|
|
145726
|
-
},
|
|
145727
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
145728
|
-
"description": "",
|
|
145729
|
-
"displayName": "Div",
|
|
145730
|
-
"methods": [],
|
|
145731
|
-
"props": {
|
|
145732
|
-
"children": {
|
|
145733
|
-
"defaultValue": null,
|
|
145734
|
-
"description": "",
|
|
145735
|
-
"name": "children",
|
|
145736
|
-
"declarations": [
|
|
145737
|
-
{
|
|
145738
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145739
|
-
"name": "TypeLiteral"
|
|
145740
|
-
}
|
|
145741
|
-
],
|
|
145742
|
-
"required": false,
|
|
145743
|
-
"type": {
|
|
145744
|
-
"name": "ReactNode"
|
|
145745
|
-
}
|
|
145746
|
-
},
|
|
145747
|
-
"className": {
|
|
145748
|
-
"defaultValue": null,
|
|
145749
|
-
"description": "The elements class name.",
|
|
145750
|
-
"name": "className",
|
|
145751
|
-
"parent": {
|
|
145752
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
145753
|
-
"name": "PropsWithClassName"
|
|
145754
|
-
},
|
|
145755
|
-
"declarations": [
|
|
145756
|
-
{
|
|
145757
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
145758
|
-
"name": "PropsWithClassName"
|
|
145759
|
-
}
|
|
145760
|
-
],
|
|
145761
|
-
"required": false,
|
|
145762
|
-
"type": {
|
|
145763
|
-
"name": "string"
|
|
145764
|
-
}
|
|
145765
|
-
},
|
|
145766
|
-
"ref": {
|
|
145767
|
-
"defaultValue": null,
|
|
145768
|
-
"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}",
|
|
145769
|
-
"name": "ref",
|
|
145770
|
-
"parent": {
|
|
145771
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145772
|
-
"name": "RefAttributes"
|
|
145773
|
-
},
|
|
145774
|
-
"declarations": [
|
|
145775
|
-
{
|
|
145776
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145777
|
-
"name": "RefAttributes"
|
|
145778
|
-
}
|
|
145779
|
-
],
|
|
145780
|
-
"required": false,
|
|
145781
|
-
"type": {
|
|
145782
|
-
"name": "Ref<HTMLInputElement>"
|
|
145783
|
-
}
|
|
145784
|
-
},
|
|
145785
|
-
"key": {
|
|
145786
|
-
"defaultValue": null,
|
|
145787
|
-
"description": "",
|
|
145788
|
-
"name": "key",
|
|
145789
|
-
"parent": {
|
|
145790
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145791
|
-
"name": "Attributes"
|
|
145792
|
-
},
|
|
145793
|
-
"declarations": [
|
|
145794
|
-
{
|
|
145795
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145796
|
-
"name": "Attributes"
|
|
145797
|
-
}
|
|
145798
|
-
],
|
|
145799
|
-
"required": false,
|
|
145800
|
-
"type": {
|
|
145801
|
-
"name": "Key | null"
|
|
145802
|
-
}
|
|
145803
|
-
}
|
|
145804
|
-
}
|
|
145805
|
-
},
|
|
145806
145761
|
{
|
|
145807
145762
|
"tags": {
|
|
145808
145763
|
"flr-generate": "all",
|
|
@@ -146693,6 +146648,89 @@
|
|
|
146693
146648
|
}
|
|
146694
146649
|
}
|
|
146695
146650
|
},
|
|
146651
|
+
{
|
|
146652
|
+
"tags": {
|
|
146653
|
+
"flr-generate": "all"
|
|
146654
|
+
},
|
|
146655
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
146656
|
+
"description": "",
|
|
146657
|
+
"displayName": "Div",
|
|
146658
|
+
"methods": [],
|
|
146659
|
+
"props": {
|
|
146660
|
+
"children": {
|
|
146661
|
+
"defaultValue": null,
|
|
146662
|
+
"description": "",
|
|
146663
|
+
"name": "children",
|
|
146664
|
+
"declarations": [
|
|
146665
|
+
{
|
|
146666
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146667
|
+
"name": "TypeLiteral"
|
|
146668
|
+
}
|
|
146669
|
+
],
|
|
146670
|
+
"required": false,
|
|
146671
|
+
"type": {
|
|
146672
|
+
"name": "ReactNode"
|
|
146673
|
+
}
|
|
146674
|
+
},
|
|
146675
|
+
"className": {
|
|
146676
|
+
"defaultValue": null,
|
|
146677
|
+
"description": "The elements class name.",
|
|
146678
|
+
"name": "className",
|
|
146679
|
+
"parent": {
|
|
146680
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
146681
|
+
"name": "PropsWithClassName"
|
|
146682
|
+
},
|
|
146683
|
+
"declarations": [
|
|
146684
|
+
{
|
|
146685
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
146686
|
+
"name": "PropsWithClassName"
|
|
146687
|
+
}
|
|
146688
|
+
],
|
|
146689
|
+
"required": false,
|
|
146690
|
+
"type": {
|
|
146691
|
+
"name": "string"
|
|
146692
|
+
}
|
|
146693
|
+
},
|
|
146694
|
+
"ref": {
|
|
146695
|
+
"defaultValue": null,
|
|
146696
|
+
"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}",
|
|
146697
|
+
"name": "ref",
|
|
146698
|
+
"parent": {
|
|
146699
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146700
|
+
"name": "RefAttributes"
|
|
146701
|
+
},
|
|
146702
|
+
"declarations": [
|
|
146703
|
+
{
|
|
146704
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146705
|
+
"name": "RefAttributes"
|
|
146706
|
+
}
|
|
146707
|
+
],
|
|
146708
|
+
"required": false,
|
|
146709
|
+
"type": {
|
|
146710
|
+
"name": "Ref<HTMLInputElement>"
|
|
146711
|
+
}
|
|
146712
|
+
},
|
|
146713
|
+
"key": {
|
|
146714
|
+
"defaultValue": null,
|
|
146715
|
+
"description": "",
|
|
146716
|
+
"name": "key",
|
|
146717
|
+
"parent": {
|
|
146718
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146719
|
+
"name": "Attributes"
|
|
146720
|
+
},
|
|
146721
|
+
"declarations": [
|
|
146722
|
+
{
|
|
146723
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146724
|
+
"name": "Attributes"
|
|
146725
|
+
}
|
|
146726
|
+
],
|
|
146727
|
+
"required": false,
|
|
146728
|
+
"type": {
|
|
146729
|
+
"name": "Key | null"
|
|
146730
|
+
}
|
|
146731
|
+
}
|
|
146732
|
+
}
|
|
146733
|
+
},
|
|
146696
146734
|
{
|
|
146697
146735
|
"tags": {
|
|
146698
146736
|
"flr-generate": "all",
|
|
@@ -171999,6 +172037,128 @@
|
|
|
171999
172037
|
}
|
|
172000
172038
|
}
|
|
172001
172039
|
},
|
|
172040
|
+
{
|
|
172041
|
+
"tags": {
|
|
172042
|
+
"flr-generate": "all",
|
|
172043
|
+
"flr-clear-props-context": ""
|
|
172044
|
+
},
|
|
172045
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
172046
|
+
"description": "",
|
|
172047
|
+
"displayName": "Align",
|
|
172048
|
+
"methods": [],
|
|
172049
|
+
"props": {
|
|
172050
|
+
"children": {
|
|
172051
|
+
"defaultValue": null,
|
|
172052
|
+
"description": "",
|
|
172053
|
+
"name": "children",
|
|
172054
|
+
"declarations": [
|
|
172055
|
+
{
|
|
172056
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172057
|
+
"name": "TypeLiteral"
|
|
172058
|
+
}
|
|
172059
|
+
],
|
|
172060
|
+
"required": false,
|
|
172061
|
+
"type": {
|
|
172062
|
+
"name": "ReactNode"
|
|
172063
|
+
}
|
|
172064
|
+
},
|
|
172065
|
+
"className": {
|
|
172066
|
+
"defaultValue": null,
|
|
172067
|
+
"description": "The elements class name.",
|
|
172068
|
+
"name": "className",
|
|
172069
|
+
"parent": {
|
|
172070
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
172071
|
+
"name": "PropsWithClassName"
|
|
172072
|
+
},
|
|
172073
|
+
"declarations": [
|
|
172074
|
+
{
|
|
172075
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
172076
|
+
"name": "PropsWithClassName"
|
|
172077
|
+
}
|
|
172078
|
+
],
|
|
172079
|
+
"required": false,
|
|
172080
|
+
"type": {
|
|
172081
|
+
"name": "string"
|
|
172082
|
+
}
|
|
172083
|
+
},
|
|
172084
|
+
"wrapWith": {
|
|
172085
|
+
"defaultValue": null,
|
|
172086
|
+
"description": "",
|
|
172087
|
+
"name": "wrapWith",
|
|
172088
|
+
"parent": {
|
|
172089
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
172090
|
+
"name": "FlowComponentProps"
|
|
172091
|
+
},
|
|
172092
|
+
"declarations": [
|
|
172093
|
+
{
|
|
172094
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
172095
|
+
"name": "FlowComponentProps"
|
|
172096
|
+
}
|
|
172097
|
+
],
|
|
172098
|
+
"required": false,
|
|
172099
|
+
"type": {
|
|
172100
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
172101
|
+
}
|
|
172102
|
+
},
|
|
172103
|
+
"tunnelId": {
|
|
172104
|
+
"defaultValue": null,
|
|
172105
|
+
"description": "@internal",
|
|
172106
|
+
"name": "tunnelId",
|
|
172107
|
+
"parent": {
|
|
172108
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
172109
|
+
"name": "PropsWithTunnel"
|
|
172110
|
+
},
|
|
172111
|
+
"declarations": [
|
|
172112
|
+
{
|
|
172113
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
172114
|
+
"name": "PropsWithTunnel"
|
|
172115
|
+
}
|
|
172116
|
+
],
|
|
172117
|
+
"required": false,
|
|
172118
|
+
"type": {
|
|
172119
|
+
"name": "string | null"
|
|
172120
|
+
}
|
|
172121
|
+
},
|
|
172122
|
+
"ref": {
|
|
172123
|
+
"defaultValue": null,
|
|
172124
|
+
"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}",
|
|
172125
|
+
"name": "ref",
|
|
172126
|
+
"parent": {
|
|
172127
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172128
|
+
"name": "RefAttributes"
|
|
172129
|
+
},
|
|
172130
|
+
"declarations": [
|
|
172131
|
+
{
|
|
172132
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172133
|
+
"name": "RefAttributes"
|
|
172134
|
+
}
|
|
172135
|
+
],
|
|
172136
|
+
"required": false,
|
|
172137
|
+
"type": {
|
|
172138
|
+
"name": "Ref<HTMLInputElement>"
|
|
172139
|
+
}
|
|
172140
|
+
},
|
|
172141
|
+
"key": {
|
|
172142
|
+
"defaultValue": null,
|
|
172143
|
+
"description": "",
|
|
172144
|
+
"name": "key",
|
|
172145
|
+
"parent": {
|
|
172146
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172147
|
+
"name": "Attributes"
|
|
172148
|
+
},
|
|
172149
|
+
"declarations": [
|
|
172150
|
+
{
|
|
172151
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172152
|
+
"name": "Attributes"
|
|
172153
|
+
}
|
|
172154
|
+
],
|
|
172155
|
+
"required": false,
|
|
172156
|
+
"type": {
|
|
172157
|
+
"name": "Key | null"
|
|
172158
|
+
}
|
|
172159
|
+
}
|
|
172160
|
+
}
|
|
172161
|
+
},
|
|
172002
172162
|
{
|
|
172003
172163
|
"tags": {
|
|
172004
172164
|
"flr-generate": "all"
|
|
@@ -172158,128 +172318,6 @@
|
|
|
172158
172318
|
}
|
|
172159
172319
|
}
|
|
172160
172320
|
},
|
|
172161
|
-
{
|
|
172162
|
-
"tags": {
|
|
172163
|
-
"flr-generate": "all",
|
|
172164
|
-
"flr-clear-props-context": ""
|
|
172165
|
-
},
|
|
172166
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
172167
|
-
"description": "",
|
|
172168
|
-
"displayName": "Align",
|
|
172169
|
-
"methods": [],
|
|
172170
|
-
"props": {
|
|
172171
|
-
"children": {
|
|
172172
|
-
"defaultValue": null,
|
|
172173
|
-
"description": "",
|
|
172174
|
-
"name": "children",
|
|
172175
|
-
"declarations": [
|
|
172176
|
-
{
|
|
172177
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172178
|
-
"name": "TypeLiteral"
|
|
172179
|
-
}
|
|
172180
|
-
],
|
|
172181
|
-
"required": false,
|
|
172182
|
-
"type": {
|
|
172183
|
-
"name": "ReactNode"
|
|
172184
|
-
}
|
|
172185
|
-
},
|
|
172186
|
-
"className": {
|
|
172187
|
-
"defaultValue": null,
|
|
172188
|
-
"description": "The elements class name.",
|
|
172189
|
-
"name": "className",
|
|
172190
|
-
"parent": {
|
|
172191
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
172192
|
-
"name": "PropsWithClassName"
|
|
172193
|
-
},
|
|
172194
|
-
"declarations": [
|
|
172195
|
-
{
|
|
172196
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
172197
|
-
"name": "PropsWithClassName"
|
|
172198
|
-
}
|
|
172199
|
-
],
|
|
172200
|
-
"required": false,
|
|
172201
|
-
"type": {
|
|
172202
|
-
"name": "string"
|
|
172203
|
-
}
|
|
172204
|
-
},
|
|
172205
|
-
"wrapWith": {
|
|
172206
|
-
"defaultValue": null,
|
|
172207
|
-
"description": "",
|
|
172208
|
-
"name": "wrapWith",
|
|
172209
|
-
"parent": {
|
|
172210
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
172211
|
-
"name": "FlowComponentProps"
|
|
172212
|
-
},
|
|
172213
|
-
"declarations": [
|
|
172214
|
-
{
|
|
172215
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
172216
|
-
"name": "FlowComponentProps"
|
|
172217
|
-
}
|
|
172218
|
-
],
|
|
172219
|
-
"required": false,
|
|
172220
|
-
"type": {
|
|
172221
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
172222
|
-
}
|
|
172223
|
-
},
|
|
172224
|
-
"tunnelId": {
|
|
172225
|
-
"defaultValue": null,
|
|
172226
|
-
"description": "@internal",
|
|
172227
|
-
"name": "tunnelId",
|
|
172228
|
-
"parent": {
|
|
172229
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
172230
|
-
"name": "PropsWithTunnel"
|
|
172231
|
-
},
|
|
172232
|
-
"declarations": [
|
|
172233
|
-
{
|
|
172234
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
172235
|
-
"name": "PropsWithTunnel"
|
|
172236
|
-
}
|
|
172237
|
-
],
|
|
172238
|
-
"required": false,
|
|
172239
|
-
"type": {
|
|
172240
|
-
"name": "string | null"
|
|
172241
|
-
}
|
|
172242
|
-
},
|
|
172243
|
-
"ref": {
|
|
172244
|
-
"defaultValue": null,
|
|
172245
|
-
"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}",
|
|
172246
|
-
"name": "ref",
|
|
172247
|
-
"parent": {
|
|
172248
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172249
|
-
"name": "RefAttributes"
|
|
172250
|
-
},
|
|
172251
|
-
"declarations": [
|
|
172252
|
-
{
|
|
172253
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172254
|
-
"name": "RefAttributes"
|
|
172255
|
-
}
|
|
172256
|
-
],
|
|
172257
|
-
"required": false,
|
|
172258
|
-
"type": {
|
|
172259
|
-
"name": "Ref<HTMLInputElement>"
|
|
172260
|
-
}
|
|
172261
|
-
},
|
|
172262
|
-
"key": {
|
|
172263
|
-
"defaultValue": null,
|
|
172264
|
-
"description": "",
|
|
172265
|
-
"name": "key",
|
|
172266
|
-
"parent": {
|
|
172267
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172268
|
-
"name": "Attributes"
|
|
172269
|
-
},
|
|
172270
|
-
"declarations": [
|
|
172271
|
-
{
|
|
172272
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172273
|
-
"name": "Attributes"
|
|
172274
|
-
}
|
|
172275
|
-
],
|
|
172276
|
-
"required": false,
|
|
172277
|
-
"type": {
|
|
172278
|
-
"name": "Key | null"
|
|
172279
|
-
}
|
|
172280
|
-
}
|
|
172281
|
-
}
|
|
172282
|
-
},
|
|
172283
172321
|
{
|
|
172284
172322
|
"tags": {
|
|
172285
172323
|
"flr-generate": "all",
|
|
@@ -242699,6 +242737,179 @@
|
|
|
242699
242737
|
}
|
|
242700
242738
|
}
|
|
242701
242739
|
},
|
|
242740
|
+
{
|
|
242741
|
+
"tags": {
|
|
242742
|
+
"flr-generate": "all"
|
|
242743
|
+
},
|
|
242744
|
+
"filePath": "src/components/AreaChart/components/Line/Line.tsx",
|
|
242745
|
+
"description": "",
|
|
242746
|
+
"displayName": "Line",
|
|
242747
|
+
"methods": [],
|
|
242748
|
+
"props": {
|
|
242749
|
+
"color": {
|
|
242750
|
+
"defaultValue": {
|
|
242751
|
+
"value": "\"sea-green\""
|
|
242752
|
+
},
|
|
242753
|
+
"description": "The color of the line.",
|
|
242754
|
+
"name": "color",
|
|
242755
|
+
"parent": {
|
|
242756
|
+
"fileName": "src/components/AreaChart/components/Line/Line.tsx",
|
|
242757
|
+
"name": "LineProps"
|
|
242758
|
+
},
|
|
242759
|
+
"declarations": [
|
|
242760
|
+
{
|
|
242761
|
+
"fileName": "src/components/AreaChart/components/Line/Line.tsx",
|
|
242762
|
+
"name": "LineProps"
|
|
242763
|
+
}
|
|
242764
|
+
],
|
|
242765
|
+
"required": false,
|
|
242766
|
+
"type": {
|
|
242767
|
+
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
242768
|
+
}
|
|
242769
|
+
},
|
|
242770
|
+
"className": {
|
|
242771
|
+
"defaultValue": null,
|
|
242772
|
+
"description": "The HTML element's class name",
|
|
242773
|
+
"name": "className",
|
|
242774
|
+
"parent": {
|
|
242775
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
242776
|
+
"name": "SVGAttributes"
|
|
242777
|
+
},
|
|
242778
|
+
"declarations": [
|
|
242779
|
+
{
|
|
242780
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
242781
|
+
"name": "SVGAttributes"
|
|
242782
|
+
},
|
|
242783
|
+
{
|
|
242784
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
242785
|
+
"name": "BaseAxisProps"
|
|
242786
|
+
}
|
|
242787
|
+
],
|
|
242788
|
+
"required": false,
|
|
242789
|
+
"type": {
|
|
242790
|
+
"name": "string"
|
|
242791
|
+
}
|
|
242792
|
+
},
|
|
242793
|
+
"type": {
|
|
242794
|
+
"defaultValue": null,
|
|
242795
|
+
"description": "",
|
|
242796
|
+
"name": "type",
|
|
242797
|
+
"parent": {
|
|
242798
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
242799
|
+
"name": "CurveProps"
|
|
242800
|
+
},
|
|
242801
|
+
"declarations": [
|
|
242802
|
+
{
|
|
242803
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
242804
|
+
"name": "CurveProps"
|
|
242805
|
+
},
|
|
242806
|
+
{
|
|
242807
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242808
|
+
"name": "LineProps"
|
|
242809
|
+
}
|
|
242810
|
+
],
|
|
242811
|
+
"required": false,
|
|
242812
|
+
"type": {
|
|
242813
|
+
"name": "CurveType"
|
|
242814
|
+
}
|
|
242815
|
+
},
|
|
242816
|
+
"key": {
|
|
242817
|
+
"defaultValue": null,
|
|
242818
|
+
"description": "",
|
|
242819
|
+
"name": "key",
|
|
242820
|
+
"parent": {
|
|
242821
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
242822
|
+
"name": "Attributes"
|
|
242823
|
+
},
|
|
242824
|
+
"declarations": [
|
|
242825
|
+
{
|
|
242826
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
242827
|
+
"name": "Attributes"
|
|
242828
|
+
}
|
|
242829
|
+
],
|
|
242830
|
+
"required": false,
|
|
242831
|
+
"type": {
|
|
242832
|
+
"name": "Key | null"
|
|
242833
|
+
}
|
|
242834
|
+
},
|
|
242835
|
+
"dataKey": {
|
|
242836
|
+
"defaultValue": null,
|
|
242837
|
+
"description": "",
|
|
242838
|
+
"name": "dataKey",
|
|
242839
|
+
"parent": {
|
|
242840
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242841
|
+
"name": "LineProps"
|
|
242842
|
+
},
|
|
242843
|
+
"declarations": [
|
|
242844
|
+
{
|
|
242845
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242846
|
+
"name": "LineProps"
|
|
242847
|
+
}
|
|
242848
|
+
],
|
|
242849
|
+
"required": false,
|
|
242850
|
+
"type": {
|
|
242851
|
+
"name": "DataKey<any>"
|
|
242852
|
+
}
|
|
242853
|
+
},
|
|
242854
|
+
"unit": {
|
|
242855
|
+
"defaultValue": null,
|
|
242856
|
+
"description": "",
|
|
242857
|
+
"name": "unit",
|
|
242858
|
+
"parent": {
|
|
242859
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242860
|
+
"name": "LineProps"
|
|
242861
|
+
},
|
|
242862
|
+
"declarations": [
|
|
242863
|
+
{
|
|
242864
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242865
|
+
"name": "LineProps"
|
|
242866
|
+
}
|
|
242867
|
+
],
|
|
242868
|
+
"required": false,
|
|
242869
|
+
"type": {
|
|
242870
|
+
"name": "string | number"
|
|
242871
|
+
}
|
|
242872
|
+
},
|
|
242873
|
+
"xAxisId": {
|
|
242874
|
+
"defaultValue": null,
|
|
242875
|
+
"description": "",
|
|
242876
|
+
"name": "xAxisId",
|
|
242877
|
+
"parent": {
|
|
242878
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242879
|
+
"name": "LineProps"
|
|
242880
|
+
},
|
|
242881
|
+
"declarations": [
|
|
242882
|
+
{
|
|
242883
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242884
|
+
"name": "LineProps"
|
|
242885
|
+
}
|
|
242886
|
+
],
|
|
242887
|
+
"required": false,
|
|
242888
|
+
"type": {
|
|
242889
|
+
"name": "AxisId"
|
|
242890
|
+
}
|
|
242891
|
+
},
|
|
242892
|
+
"yAxisId": {
|
|
242893
|
+
"defaultValue": null,
|
|
242894
|
+
"description": "",
|
|
242895
|
+
"name": "yAxisId",
|
|
242896
|
+
"parent": {
|
|
242897
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242898
|
+
"name": "LineProps"
|
|
242899
|
+
},
|
|
242900
|
+
"declarations": [
|
|
242901
|
+
{
|
|
242902
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
242903
|
+
"name": "LineProps"
|
|
242904
|
+
}
|
|
242905
|
+
],
|
|
242906
|
+
"required": false,
|
|
242907
|
+
"type": {
|
|
242908
|
+
"name": "AxisId"
|
|
242909
|
+
}
|
|
242910
|
+
}
|
|
242911
|
+
}
|
|
242912
|
+
},
|
|
242702
242913
|
{
|
|
242703
242914
|
"tags": {},
|
|
242704
242915
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AreaChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -252140,10 +252351,10 @@
|
|
|
252140
252351
|
"name": "DataKey<any>"
|
|
252141
252352
|
}
|
|
252142
252353
|
},
|
|
252143
|
-
"
|
|
252354
|
+
"unit": {
|
|
252144
252355
|
"defaultValue": null,
|
|
252145
252356
|
"description": "",
|
|
252146
|
-
"name": "
|
|
252357
|
+
"name": "unit",
|
|
252147
252358
|
"parent": {
|
|
252148
252359
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
252149
252360
|
"name": "AreaProps"
|
|
@@ -252197,10 +252408,10 @@
|
|
|
252197
252408
|
"name": "string | number"
|
|
252198
252409
|
}
|
|
252199
252410
|
},
|
|
252200
|
-
"
|
|
252411
|
+
"stackId": {
|
|
252201
252412
|
"defaultValue": null,
|
|
252202
252413
|
"description": "",
|
|
252203
|
-
"name": "
|
|
252414
|
+
"name": "stackId",
|
|
252204
252415
|
"parent": {
|
|
252205
252416
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
252206
252417
|
"name": "AreaProps"
|