@mittwald/flow-react-components 0.2.0-alpha.701 → 0.2.0-alpha.703
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 +566 -566
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Button/Button.module.scss.mjs +3 -3
- package/dist/types/components/LightBox/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/LightBox/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -270309,6 +270309,173 @@
|
|
|
270309
270309
|
}
|
|
270310
270310
|
}
|
|
270311
270311
|
},
|
|
270312
|
+
{
|
|
270313
|
+
"tags": {},
|
|
270314
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
270315
|
+
"description": "",
|
|
270316
|
+
"displayName": "FormSubmitAction",
|
|
270317
|
+
"methods": [],
|
|
270318
|
+
"props": {
|
|
270319
|
+
"showFeedback": {
|
|
270320
|
+
"defaultValue": null,
|
|
270321
|
+
"description": "",
|
|
270322
|
+
"name": "showFeedback",
|
|
270323
|
+
"parent": {
|
|
270324
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
270325
|
+
"name": "ActionProps"
|
|
270326
|
+
},
|
|
270327
|
+
"declarations": [
|
|
270328
|
+
{
|
|
270329
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
270330
|
+
"name": "ActionProps"
|
|
270331
|
+
}
|
|
270332
|
+
],
|
|
270333
|
+
"required": false,
|
|
270334
|
+
"type": {
|
|
270335
|
+
"name": "boolean"
|
|
270336
|
+
}
|
|
270337
|
+
},
|
|
270338
|
+
"children": {
|
|
270339
|
+
"defaultValue": null,
|
|
270340
|
+
"description": "",
|
|
270341
|
+
"name": "children",
|
|
270342
|
+
"declarations": [
|
|
270343
|
+
{
|
|
270344
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
270345
|
+
"name": "TypeLiteral"
|
|
270346
|
+
}
|
|
270347
|
+
],
|
|
270348
|
+
"required": false,
|
|
270349
|
+
"type": {
|
|
270350
|
+
"name": "ReactNode"
|
|
270351
|
+
}
|
|
270352
|
+
}
|
|
270353
|
+
}
|
|
270354
|
+
},
|
|
270355
|
+
{
|
|
270356
|
+
"tags": {},
|
|
270357
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
270358
|
+
"description": "",
|
|
270359
|
+
"displayName": "FormResetAction",
|
|
270360
|
+
"methods": [],
|
|
270361
|
+
"props": {
|
|
270362
|
+
"showFeedback": {
|
|
270363
|
+
"defaultValue": null,
|
|
270364
|
+
"description": "",
|
|
270365
|
+
"name": "showFeedback",
|
|
270366
|
+
"parent": {
|
|
270367
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
270368
|
+
"name": "ActionProps"
|
|
270369
|
+
},
|
|
270370
|
+
"declarations": [
|
|
270371
|
+
{
|
|
270372
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
270373
|
+
"name": "ActionProps"
|
|
270374
|
+
}
|
|
270375
|
+
],
|
|
270376
|
+
"required": false,
|
|
270377
|
+
"type": {
|
|
270378
|
+
"name": "boolean"
|
|
270379
|
+
}
|
|
270380
|
+
},
|
|
270381
|
+
"children": {
|
|
270382
|
+
"defaultValue": null,
|
|
270383
|
+
"description": "",
|
|
270384
|
+
"name": "children",
|
|
270385
|
+
"declarations": [
|
|
270386
|
+
{
|
|
270387
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
270388
|
+
"name": "TypeLiteral"
|
|
270389
|
+
}
|
|
270390
|
+
],
|
|
270391
|
+
"required": false,
|
|
270392
|
+
"type": {
|
|
270393
|
+
"name": "ReactNode"
|
|
270394
|
+
}
|
|
270395
|
+
}
|
|
270396
|
+
}
|
|
270397
|
+
},
|
|
270398
|
+
{
|
|
270399
|
+
"tags": {},
|
|
270400
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270401
|
+
"description": "",
|
|
270402
|
+
"displayName": "FormAction",
|
|
270403
|
+
"methods": [],
|
|
270404
|
+
"props": {
|
|
270405
|
+
"reset": {
|
|
270406
|
+
"defaultValue": null,
|
|
270407
|
+
"description": "",
|
|
270408
|
+
"name": "reset",
|
|
270409
|
+
"parent": {
|
|
270410
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270411
|
+
"name": "FormActionProps"
|
|
270412
|
+
},
|
|
270413
|
+
"declarations": [
|
|
270414
|
+
{
|
|
270415
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270416
|
+
"name": "FormActionProps"
|
|
270417
|
+
}
|
|
270418
|
+
],
|
|
270419
|
+
"required": false,
|
|
270420
|
+
"type": {
|
|
270421
|
+
"name": "boolean"
|
|
270422
|
+
}
|
|
270423
|
+
},
|
|
270424
|
+
"submit": {
|
|
270425
|
+
"defaultValue": null,
|
|
270426
|
+
"description": "",
|
|
270427
|
+
"name": "submit",
|
|
270428
|
+
"parent": {
|
|
270429
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270430
|
+
"name": "FormActionProps"
|
|
270431
|
+
},
|
|
270432
|
+
"declarations": [
|
|
270433
|
+
{
|
|
270434
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
270435
|
+
"name": "FormActionProps"
|
|
270436
|
+
}
|
|
270437
|
+
],
|
|
270438
|
+
"required": false,
|
|
270439
|
+
"type": {
|
|
270440
|
+
"name": "boolean"
|
|
270441
|
+
}
|
|
270442
|
+
},
|
|
270443
|
+
"children": {
|
|
270444
|
+
"defaultValue": null,
|
|
270445
|
+
"description": "",
|
|
270446
|
+
"name": "children",
|
|
270447
|
+
"declarations": [
|
|
270448
|
+
{
|
|
270449
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
270450
|
+
"name": "TypeLiteral"
|
|
270451
|
+
}
|
|
270452
|
+
],
|
|
270453
|
+
"required": false,
|
|
270454
|
+
"type": {
|
|
270455
|
+
"name": "ReactNode"
|
|
270456
|
+
}
|
|
270457
|
+
},
|
|
270458
|
+
"showFeedback": {
|
|
270459
|
+
"defaultValue": null,
|
|
270460
|
+
"description": "",
|
|
270461
|
+
"name": "showFeedback",
|
|
270462
|
+
"parent": {
|
|
270463
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
270464
|
+
"name": "ActionProps"
|
|
270465
|
+
},
|
|
270466
|
+
"declarations": [
|
|
270467
|
+
{
|
|
270468
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
270469
|
+
"name": "ActionProps"
|
|
270470
|
+
}
|
|
270471
|
+
],
|
|
270472
|
+
"required": false,
|
|
270473
|
+
"type": {
|
|
270474
|
+
"name": "boolean"
|
|
270475
|
+
}
|
|
270476
|
+
}
|
|
270477
|
+
}
|
|
270478
|
+
},
|
|
270312
270479
|
{
|
|
270313
270480
|
"tags": {},
|
|
270314
270481
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
|
|
@@ -276624,173 +276791,6 @@
|
|
|
276624
276791
|
}
|
|
276625
276792
|
}
|
|
276626
276793
|
},
|
|
276627
|
-
{
|
|
276628
|
-
"tags": {},
|
|
276629
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
276630
|
-
"description": "",
|
|
276631
|
-
"displayName": "FormSubmitAction",
|
|
276632
|
-
"methods": [],
|
|
276633
|
-
"props": {
|
|
276634
|
-
"showFeedback": {
|
|
276635
|
-
"defaultValue": null,
|
|
276636
|
-
"description": "",
|
|
276637
|
-
"name": "showFeedback",
|
|
276638
|
-
"parent": {
|
|
276639
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
276640
|
-
"name": "ActionProps"
|
|
276641
|
-
},
|
|
276642
|
-
"declarations": [
|
|
276643
|
-
{
|
|
276644
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
276645
|
-
"name": "ActionProps"
|
|
276646
|
-
}
|
|
276647
|
-
],
|
|
276648
|
-
"required": false,
|
|
276649
|
-
"type": {
|
|
276650
|
-
"name": "boolean"
|
|
276651
|
-
}
|
|
276652
|
-
},
|
|
276653
|
-
"children": {
|
|
276654
|
-
"defaultValue": null,
|
|
276655
|
-
"description": "",
|
|
276656
|
-
"name": "children",
|
|
276657
|
-
"declarations": [
|
|
276658
|
-
{
|
|
276659
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276660
|
-
"name": "TypeLiteral"
|
|
276661
|
-
}
|
|
276662
|
-
],
|
|
276663
|
-
"required": false,
|
|
276664
|
-
"type": {
|
|
276665
|
-
"name": "ReactNode"
|
|
276666
|
-
}
|
|
276667
|
-
}
|
|
276668
|
-
}
|
|
276669
|
-
},
|
|
276670
|
-
{
|
|
276671
|
-
"tags": {},
|
|
276672
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
276673
|
-
"description": "",
|
|
276674
|
-
"displayName": "FormResetAction",
|
|
276675
|
-
"methods": [],
|
|
276676
|
-
"props": {
|
|
276677
|
-
"showFeedback": {
|
|
276678
|
-
"defaultValue": null,
|
|
276679
|
-
"description": "",
|
|
276680
|
-
"name": "showFeedback",
|
|
276681
|
-
"parent": {
|
|
276682
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
276683
|
-
"name": "ActionProps"
|
|
276684
|
-
},
|
|
276685
|
-
"declarations": [
|
|
276686
|
-
{
|
|
276687
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
276688
|
-
"name": "ActionProps"
|
|
276689
|
-
}
|
|
276690
|
-
],
|
|
276691
|
-
"required": false,
|
|
276692
|
-
"type": {
|
|
276693
|
-
"name": "boolean"
|
|
276694
|
-
}
|
|
276695
|
-
},
|
|
276696
|
-
"children": {
|
|
276697
|
-
"defaultValue": null,
|
|
276698
|
-
"description": "",
|
|
276699
|
-
"name": "children",
|
|
276700
|
-
"declarations": [
|
|
276701
|
-
{
|
|
276702
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276703
|
-
"name": "TypeLiteral"
|
|
276704
|
-
}
|
|
276705
|
-
],
|
|
276706
|
-
"required": false,
|
|
276707
|
-
"type": {
|
|
276708
|
-
"name": "ReactNode"
|
|
276709
|
-
}
|
|
276710
|
-
}
|
|
276711
|
-
}
|
|
276712
|
-
},
|
|
276713
|
-
{
|
|
276714
|
-
"tags": {},
|
|
276715
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276716
|
-
"description": "",
|
|
276717
|
-
"displayName": "FormAction",
|
|
276718
|
-
"methods": [],
|
|
276719
|
-
"props": {
|
|
276720
|
-
"reset": {
|
|
276721
|
-
"defaultValue": null,
|
|
276722
|
-
"description": "",
|
|
276723
|
-
"name": "reset",
|
|
276724
|
-
"parent": {
|
|
276725
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276726
|
-
"name": "FormActionProps"
|
|
276727
|
-
},
|
|
276728
|
-
"declarations": [
|
|
276729
|
-
{
|
|
276730
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276731
|
-
"name": "FormActionProps"
|
|
276732
|
-
}
|
|
276733
|
-
],
|
|
276734
|
-
"required": false,
|
|
276735
|
-
"type": {
|
|
276736
|
-
"name": "boolean"
|
|
276737
|
-
}
|
|
276738
|
-
},
|
|
276739
|
-
"submit": {
|
|
276740
|
-
"defaultValue": null,
|
|
276741
|
-
"description": "",
|
|
276742
|
-
"name": "submit",
|
|
276743
|
-
"parent": {
|
|
276744
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276745
|
-
"name": "FormActionProps"
|
|
276746
|
-
},
|
|
276747
|
-
"declarations": [
|
|
276748
|
-
{
|
|
276749
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
276750
|
-
"name": "FormActionProps"
|
|
276751
|
-
}
|
|
276752
|
-
],
|
|
276753
|
-
"required": false,
|
|
276754
|
-
"type": {
|
|
276755
|
-
"name": "boolean"
|
|
276756
|
-
}
|
|
276757
|
-
},
|
|
276758
|
-
"children": {
|
|
276759
|
-
"defaultValue": null,
|
|
276760
|
-
"description": "",
|
|
276761
|
-
"name": "children",
|
|
276762
|
-
"declarations": [
|
|
276763
|
-
{
|
|
276764
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276765
|
-
"name": "TypeLiteral"
|
|
276766
|
-
}
|
|
276767
|
-
],
|
|
276768
|
-
"required": false,
|
|
276769
|
-
"type": {
|
|
276770
|
-
"name": "ReactNode"
|
|
276771
|
-
}
|
|
276772
|
-
},
|
|
276773
|
-
"showFeedback": {
|
|
276774
|
-
"defaultValue": null,
|
|
276775
|
-
"description": "",
|
|
276776
|
-
"name": "showFeedback",
|
|
276777
|
-
"parent": {
|
|
276778
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
276779
|
-
"name": "ActionProps"
|
|
276780
|
-
},
|
|
276781
|
-
"declarations": [
|
|
276782
|
-
{
|
|
276783
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
276784
|
-
"name": "ActionProps"
|
|
276785
|
-
}
|
|
276786
|
-
],
|
|
276787
|
-
"required": false,
|
|
276788
|
-
"type": {
|
|
276789
|
-
"name": "boolean"
|
|
276790
|
-
}
|
|
276791
|
-
}
|
|
276792
|
-
}
|
|
276793
|
-
},
|
|
276794
276794
|
{
|
|
276795
276795
|
"tags": {
|
|
276796
276796
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -276817,30 +276817,6 @@
|
|
|
276817
276817
|
}
|
|
276818
276818
|
}
|
|
276819
276819
|
},
|
|
276820
|
-
{
|
|
276821
|
-
"tags": {},
|
|
276822
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
276823
|
-
"description": "",
|
|
276824
|
-
"displayName": "RouterProvider",
|
|
276825
|
-
"methods": [],
|
|
276826
|
-
"props": {
|
|
276827
|
-
"children": {
|
|
276828
|
-
"defaultValue": null,
|
|
276829
|
-
"description": "",
|
|
276830
|
-
"name": "children",
|
|
276831
|
-
"declarations": [
|
|
276832
|
-
{
|
|
276833
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276834
|
-
"name": "TypeLiteral"
|
|
276835
|
-
}
|
|
276836
|
-
],
|
|
276837
|
-
"required": false,
|
|
276838
|
-
"type": {
|
|
276839
|
-
"name": "ReactNode"
|
|
276840
|
-
}
|
|
276841
|
-
}
|
|
276842
|
-
}
|
|
276843
|
-
},
|
|
276844
276820
|
{
|
|
276845
276821
|
"tags": {
|
|
276846
276822
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -282343,6 +282319,30 @@
|
|
|
282343
282319
|
}
|
|
282344
282320
|
}
|
|
282345
282321
|
},
|
|
282322
|
+
{
|
|
282323
|
+
"tags": {},
|
|
282324
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
282325
|
+
"description": "",
|
|
282326
|
+
"displayName": "RouterProvider",
|
|
282327
|
+
"methods": [],
|
|
282328
|
+
"props": {
|
|
282329
|
+
"children": {
|
|
282330
|
+
"defaultValue": null,
|
|
282331
|
+
"description": "",
|
|
282332
|
+
"name": "children",
|
|
282333
|
+
"declarations": [
|
|
282334
|
+
{
|
|
282335
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
282336
|
+
"name": "TypeLiteral"
|
|
282337
|
+
}
|
|
282338
|
+
],
|
|
282339
|
+
"required": false,
|
|
282340
|
+
"type": {
|
|
282341
|
+
"name": "ReactNode"
|
|
282342
|
+
}
|
|
282343
|
+
}
|
|
282344
|
+
}
|
|
282345
|
+
},
|
|
282346
282346
|
{
|
|
282347
282347
|
"tags": {
|
|
282348
282348
|
"flr-generate": "all"
|
|
@@ -297471,9 +297471,9 @@
|
|
|
297471
297471
|
"tags": {
|
|
297472
297472
|
"flr-generate": "all"
|
|
297473
297473
|
},
|
|
297474
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
297474
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
297475
297475
|
"description": "",
|
|
297476
|
-
"displayName": "
|
|
297476
|
+
"displayName": "Radio",
|
|
297477
297477
|
"methods": [],
|
|
297478
297478
|
"props": {
|
|
297479
297479
|
"className": {
|
|
@@ -299361,9 +299361,9 @@
|
|
|
299361
299361
|
"tags": {
|
|
299362
299362
|
"flr-generate": "all"
|
|
299363
299363
|
},
|
|
299364
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
299364
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
299365
299365
|
"description": "",
|
|
299366
|
-
"displayName": "
|
|
299366
|
+
"displayName": "RadioButton",
|
|
299367
299367
|
"methods": [],
|
|
299368
299368
|
"props": {
|
|
299369
299369
|
"className": {
|
|
@@ -301385,6 +301385,34 @@
|
|
|
301385
301385
|
}
|
|
301386
301386
|
}
|
|
301387
301387
|
},
|
|
301388
|
+
{
|
|
301389
|
+
"tags": {},
|
|
301390
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
301391
|
+
"description": "",
|
|
301392
|
+
"displayName": "PopoverTip",
|
|
301393
|
+
"methods": [],
|
|
301394
|
+
"props": {
|
|
301395
|
+
"className": {
|
|
301396
|
+
"defaultValue": null,
|
|
301397
|
+
"description": "The elements class name.",
|
|
301398
|
+
"name": "className",
|
|
301399
|
+
"parent": {
|
|
301400
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301401
|
+
"name": "PropsWithClassName"
|
|
301402
|
+
},
|
|
301403
|
+
"declarations": [
|
|
301404
|
+
{
|
|
301405
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301406
|
+
"name": "PropsWithClassName"
|
|
301407
|
+
}
|
|
301408
|
+
],
|
|
301409
|
+
"required": false,
|
|
301410
|
+
"type": {
|
|
301411
|
+
"name": "string"
|
|
301412
|
+
}
|
|
301413
|
+
}
|
|
301414
|
+
}
|
|
301415
|
+
},
|
|
301388
301416
|
{
|
|
301389
301417
|
"tags": {
|
|
301390
301418
|
"flr-generate": "all"
|
|
@@ -301563,34 +301591,6 @@
|
|
|
301563
301591
|
}
|
|
301564
301592
|
}
|
|
301565
301593
|
},
|
|
301566
|
-
{
|
|
301567
|
-
"tags": {},
|
|
301568
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
301569
|
-
"description": "",
|
|
301570
|
-
"displayName": "PopoverTip",
|
|
301571
|
-
"methods": [],
|
|
301572
|
-
"props": {
|
|
301573
|
-
"className": {
|
|
301574
|
-
"defaultValue": null,
|
|
301575
|
-
"description": "The elements class name.",
|
|
301576
|
-
"name": "className",
|
|
301577
|
-
"parent": {
|
|
301578
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301579
|
-
"name": "PropsWithClassName"
|
|
301580
|
-
},
|
|
301581
|
-
"declarations": [
|
|
301582
|
-
{
|
|
301583
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301584
|
-
"name": "PropsWithClassName"
|
|
301585
|
-
}
|
|
301586
|
-
],
|
|
301587
|
-
"required": false,
|
|
301588
|
-
"type": {
|
|
301589
|
-
"name": "string"
|
|
301590
|
-
}
|
|
301591
|
-
}
|
|
301592
|
-
}
|
|
301593
|
-
},
|
|
301594
301594
|
{
|
|
301595
301595
|
"tags": {
|
|
301596
301596
|
"internal": ""
|
|
@@ -301640,91 +301640,6 @@
|
|
|
301640
301640
|
}
|
|
301641
301641
|
}
|
|
301642
301642
|
},
|
|
301643
|
-
{
|
|
301644
|
-
"tags": {},
|
|
301645
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301646
|
-
"description": "",
|
|
301647
|
-
"displayName": "ValidationResultButton",
|
|
301648
|
-
"methods": [],
|
|
301649
|
-
"props": {
|
|
301650
|
-
"policyValidationResult": {
|
|
301651
|
-
"defaultValue": null,
|
|
301652
|
-
"description": "",
|
|
301653
|
-
"name": "policyValidationResult",
|
|
301654
|
-
"parent": {
|
|
301655
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301656
|
-
"name": "Props"
|
|
301657
|
-
},
|
|
301658
|
-
"declarations": [
|
|
301659
|
-
{
|
|
301660
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301661
|
-
"name": "Props"
|
|
301662
|
-
}
|
|
301663
|
-
],
|
|
301664
|
-
"required": false,
|
|
301665
|
-
"type": {
|
|
301666
|
-
"name": "ResolvedPolicyValidationResult"
|
|
301667
|
-
}
|
|
301668
|
-
},
|
|
301669
|
-
"isDisabled": {
|
|
301670
|
-
"defaultValue": null,
|
|
301671
|
-
"description": "",
|
|
301672
|
-
"name": "isDisabled",
|
|
301673
|
-
"parent": {
|
|
301674
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301675
|
-
"name": "Props"
|
|
301676
|
-
},
|
|
301677
|
-
"declarations": [
|
|
301678
|
-
{
|
|
301679
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301680
|
-
"name": "Props"
|
|
301681
|
-
}
|
|
301682
|
-
],
|
|
301683
|
-
"required": false,
|
|
301684
|
-
"type": {
|
|
301685
|
-
"name": "boolean"
|
|
301686
|
-
}
|
|
301687
|
-
},
|
|
301688
|
-
"isEmptyValue": {
|
|
301689
|
-
"defaultValue": null,
|
|
301690
|
-
"description": "",
|
|
301691
|
-
"name": "isEmptyValue",
|
|
301692
|
-
"parent": {
|
|
301693
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301694
|
-
"name": "Props"
|
|
301695
|
-
},
|
|
301696
|
-
"declarations": [
|
|
301697
|
-
{
|
|
301698
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301699
|
-
"name": "Props"
|
|
301700
|
-
}
|
|
301701
|
-
],
|
|
301702
|
-
"required": true,
|
|
301703
|
-
"type": {
|
|
301704
|
-
"name": "boolean"
|
|
301705
|
-
}
|
|
301706
|
-
},
|
|
301707
|
-
"className": {
|
|
301708
|
-
"defaultValue": null,
|
|
301709
|
-
"description": "The elements class name.",
|
|
301710
|
-
"name": "className",
|
|
301711
|
-
"parent": {
|
|
301712
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301713
|
-
"name": "PropsWithClassName"
|
|
301714
|
-
},
|
|
301715
|
-
"declarations": [
|
|
301716
|
-
{
|
|
301717
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
301718
|
-
"name": "PropsWithClassName"
|
|
301719
|
-
}
|
|
301720
|
-
],
|
|
301721
|
-
"required": false,
|
|
301722
|
-
"type": {
|
|
301723
|
-
"name": "string"
|
|
301724
|
-
}
|
|
301725
|
-
}
|
|
301726
|
-
}
|
|
301727
|
-
},
|
|
301728
301643
|
{
|
|
301729
301644
|
"tags": {
|
|
301730
301645
|
"internal": ""
|
|
@@ -301816,22 +301731,41 @@
|
|
|
301816
301731
|
},
|
|
301817
301732
|
{
|
|
301818
301733
|
"tags": {},
|
|
301819
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/
|
|
301734
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301820
301735
|
"description": "",
|
|
301821
|
-
"displayName": "
|
|
301736
|
+
"displayName": "ValidationResultButton",
|
|
301822
301737
|
"methods": [],
|
|
301823
301738
|
"props": {
|
|
301739
|
+
"policyValidationResult": {
|
|
301740
|
+
"defaultValue": null,
|
|
301741
|
+
"description": "",
|
|
301742
|
+
"name": "policyValidationResult",
|
|
301743
|
+
"parent": {
|
|
301744
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301745
|
+
"name": "Props"
|
|
301746
|
+
},
|
|
301747
|
+
"declarations": [
|
|
301748
|
+
{
|
|
301749
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301750
|
+
"name": "Props"
|
|
301751
|
+
}
|
|
301752
|
+
],
|
|
301753
|
+
"required": false,
|
|
301754
|
+
"type": {
|
|
301755
|
+
"name": "ResolvedPolicyValidationResult"
|
|
301756
|
+
}
|
|
301757
|
+
},
|
|
301824
301758
|
"isDisabled": {
|
|
301825
301759
|
"defaultValue": null,
|
|
301826
301760
|
"description": "",
|
|
301827
301761
|
"name": "isDisabled",
|
|
301828
301762
|
"parent": {
|
|
301829
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301763
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301830
301764
|
"name": "Props"
|
|
301831
301765
|
},
|
|
301832
301766
|
"declarations": [
|
|
301833
301767
|
{
|
|
301834
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301768
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301835
301769
|
"name": "Props"
|
|
301836
301770
|
}
|
|
301837
301771
|
],
|
|
@@ -301840,23 +301774,42 @@
|
|
|
301840
301774
|
"name": "boolean"
|
|
301841
301775
|
}
|
|
301842
301776
|
},
|
|
301843
|
-
"
|
|
301777
|
+
"isEmptyValue": {
|
|
301844
301778
|
"defaultValue": null,
|
|
301845
301779
|
"description": "",
|
|
301846
|
-
"name": "
|
|
301780
|
+
"name": "isEmptyValue",
|
|
301847
301781
|
"parent": {
|
|
301848
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301782
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301849
301783
|
"name": "Props"
|
|
301850
301784
|
},
|
|
301851
301785
|
"declarations": [
|
|
301852
301786
|
{
|
|
301853
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301787
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301854
301788
|
"name": "Props"
|
|
301855
301789
|
}
|
|
301856
301790
|
],
|
|
301791
|
+
"required": true,
|
|
301792
|
+
"type": {
|
|
301793
|
+
"name": "boolean"
|
|
301794
|
+
}
|
|
301795
|
+
},
|
|
301796
|
+
"className": {
|
|
301797
|
+
"defaultValue": null,
|
|
301798
|
+
"description": "The elements class name.",
|
|
301799
|
+
"name": "className",
|
|
301800
|
+
"parent": {
|
|
301801
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301802
|
+
"name": "PropsWithClassName"
|
|
301803
|
+
},
|
|
301804
|
+
"declarations": [
|
|
301805
|
+
{
|
|
301806
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
301807
|
+
"name": "PropsWithClassName"
|
|
301808
|
+
}
|
|
301809
|
+
],
|
|
301857
301810
|
"required": false,
|
|
301858
301811
|
"type": {
|
|
301859
|
-
"name": "
|
|
301812
|
+
"name": "string"
|
|
301860
301813
|
}
|
|
301861
301814
|
}
|
|
301862
301815
|
}
|
|
@@ -301948,6 +301901,53 @@
|
|
|
301948
301901
|
}
|
|
301949
301902
|
}
|
|
301950
301903
|
},
|
|
301904
|
+
{
|
|
301905
|
+
"tags": {},
|
|
301906
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301907
|
+
"description": "",
|
|
301908
|
+
"displayName": "PasswordGenerateButton",
|
|
301909
|
+
"methods": [],
|
|
301910
|
+
"props": {
|
|
301911
|
+
"isDisabled": {
|
|
301912
|
+
"defaultValue": null,
|
|
301913
|
+
"description": "",
|
|
301914
|
+
"name": "isDisabled",
|
|
301915
|
+
"parent": {
|
|
301916
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301917
|
+
"name": "Props"
|
|
301918
|
+
},
|
|
301919
|
+
"declarations": [
|
|
301920
|
+
{
|
|
301921
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301922
|
+
"name": "Props"
|
|
301923
|
+
}
|
|
301924
|
+
],
|
|
301925
|
+
"required": false,
|
|
301926
|
+
"type": {
|
|
301927
|
+
"name": "boolean"
|
|
301928
|
+
}
|
|
301929
|
+
},
|
|
301930
|
+
"onGeneratePasswordAction": {
|
|
301931
|
+
"defaultValue": null,
|
|
301932
|
+
"description": "",
|
|
301933
|
+
"name": "onGeneratePasswordAction",
|
|
301934
|
+
"parent": {
|
|
301935
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301936
|
+
"name": "Props"
|
|
301937
|
+
},
|
|
301938
|
+
"declarations": [
|
|
301939
|
+
{
|
|
301940
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301941
|
+
"name": "Props"
|
|
301942
|
+
}
|
|
301943
|
+
],
|
|
301944
|
+
"required": false,
|
|
301945
|
+
"type": {
|
|
301946
|
+
"name": "ActionFn"
|
|
301947
|
+
}
|
|
301948
|
+
}
|
|
301949
|
+
}
|
|
301950
|
+
},
|
|
301951
301951
|
{
|
|
301952
301952
|
"tags": {
|
|
301953
301953
|
"flr-generate": "all"
|
|
@@ -313376,175 +313376,6 @@
|
|
|
313376
313376
|
}
|
|
313377
313377
|
}
|
|
313378
313378
|
},
|
|
313379
|
-
{
|
|
313380
|
-
"tags": {
|
|
313381
|
-
"flr-generate": "all"
|
|
313382
|
-
},
|
|
313383
|
-
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313384
|
-
"description": "",
|
|
313385
|
-
"displayName": "Line",
|
|
313386
|
-
"methods": [],
|
|
313387
|
-
"props": {
|
|
313388
|
-
"color": {
|
|
313389
|
-
"defaultValue": {
|
|
313390
|
-
"value": "\"sea-green\""
|
|
313391
|
-
},
|
|
313392
|
-
"description": "The color of the line.",
|
|
313393
|
-
"name": "color",
|
|
313394
|
-
"parent": {
|
|
313395
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313396
|
-
"name": "LineProps"
|
|
313397
|
-
},
|
|
313398
|
-
"declarations": [
|
|
313399
|
-
{
|
|
313400
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313401
|
-
"name": "LineProps"
|
|
313402
|
-
}
|
|
313403
|
-
],
|
|
313404
|
-
"required": false,
|
|
313405
|
-
"type": {
|
|
313406
|
-
"name": "CategoricalWithCustomColor"
|
|
313407
|
-
}
|
|
313408
|
-
},
|
|
313409
|
-
"className": {
|
|
313410
|
-
"defaultValue": null,
|
|
313411
|
-
"description": "",
|
|
313412
|
-
"name": "className",
|
|
313413
|
-
"parent": {
|
|
313414
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313415
|
-
"name": "HTMLAttributes"
|
|
313416
|
-
},
|
|
313417
|
-
"declarations": [
|
|
313418
|
-
{
|
|
313419
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313420
|
-
"name": "HTMLAttributes"
|
|
313421
|
-
}
|
|
313422
|
-
],
|
|
313423
|
-
"required": false,
|
|
313424
|
-
"type": {
|
|
313425
|
-
"name": "string"
|
|
313426
|
-
}
|
|
313427
|
-
},
|
|
313428
|
-
"key": {
|
|
313429
|
-
"defaultValue": null,
|
|
313430
|
-
"description": "",
|
|
313431
|
-
"name": "key",
|
|
313432
|
-
"parent": {
|
|
313433
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313434
|
-
"name": "Attributes"
|
|
313435
|
-
},
|
|
313436
|
-
"declarations": [
|
|
313437
|
-
{
|
|
313438
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313439
|
-
"name": "Attributes"
|
|
313440
|
-
}
|
|
313441
|
-
],
|
|
313442
|
-
"required": false,
|
|
313443
|
-
"type": {
|
|
313444
|
-
"name": "Key | null"
|
|
313445
|
-
}
|
|
313446
|
-
},
|
|
313447
|
-
"type": {
|
|
313448
|
-
"defaultValue": null,
|
|
313449
|
-
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
313450
|
-
"name": "type",
|
|
313451
|
-
"parent": {
|
|
313452
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
313453
|
-
"name": "CurveProps"
|
|
313454
|
-
},
|
|
313455
|
-
"declarations": [
|
|
313456
|
-
{
|
|
313457
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
313458
|
-
"name": "CurveProps"
|
|
313459
|
-
},
|
|
313460
|
-
{
|
|
313461
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313462
|
-
"name": "LineProps"
|
|
313463
|
-
}
|
|
313464
|
-
],
|
|
313465
|
-
"required": false,
|
|
313466
|
-
"type": {
|
|
313467
|
-
"name": "CurveType"
|
|
313468
|
-
}
|
|
313469
|
-
},
|
|
313470
|
-
"dataKey": {
|
|
313471
|
-
"defaultValue": null,
|
|
313472
|
-
"description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
|
|
313473
|
-
"name": "dataKey",
|
|
313474
|
-
"parent": {
|
|
313475
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313476
|
-
"name": "LineProps"
|
|
313477
|
-
},
|
|
313478
|
-
"declarations": [
|
|
313479
|
-
{
|
|
313480
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313481
|
-
"name": "LineProps"
|
|
313482
|
-
}
|
|
313483
|
-
],
|
|
313484
|
-
"required": false,
|
|
313485
|
-
"type": {
|
|
313486
|
-
"name": "DataKey<any>"
|
|
313487
|
-
}
|
|
313488
|
-
},
|
|
313489
|
-
"unit": {
|
|
313490
|
-
"defaultValue": null,
|
|
313491
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
313492
|
-
"name": "unit",
|
|
313493
|
-
"parent": {
|
|
313494
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313495
|
-
"name": "LineProps"
|
|
313496
|
-
},
|
|
313497
|
-
"declarations": [
|
|
313498
|
-
{
|
|
313499
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313500
|
-
"name": "LineProps"
|
|
313501
|
-
}
|
|
313502
|
-
],
|
|
313503
|
-
"required": false,
|
|
313504
|
-
"type": {
|
|
313505
|
-
"name": "string | number | null"
|
|
313506
|
-
}
|
|
313507
|
-
},
|
|
313508
|
-
"xAxisId": {
|
|
313509
|
-
"defaultValue": null,
|
|
313510
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
313511
|
-
"name": "xAxisId",
|
|
313512
|
-
"parent": {
|
|
313513
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313514
|
-
"name": "LineProps"
|
|
313515
|
-
},
|
|
313516
|
-
"declarations": [
|
|
313517
|
-
{
|
|
313518
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313519
|
-
"name": "LineProps"
|
|
313520
|
-
}
|
|
313521
|
-
],
|
|
313522
|
-
"required": false,
|
|
313523
|
-
"type": {
|
|
313524
|
-
"name": "AxisId"
|
|
313525
|
-
}
|
|
313526
|
-
},
|
|
313527
|
-
"yAxisId": {
|
|
313528
|
-
"defaultValue": null,
|
|
313529
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
313530
|
-
"name": "yAxisId",
|
|
313531
|
-
"parent": {
|
|
313532
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313533
|
-
"name": "LineProps"
|
|
313534
|
-
},
|
|
313535
|
-
"declarations": [
|
|
313536
|
-
{
|
|
313537
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313538
|
-
"name": "LineProps"
|
|
313539
|
-
}
|
|
313540
|
-
],
|
|
313541
|
-
"required": false,
|
|
313542
|
-
"type": {
|
|
313543
|
-
"name": "AxisId"
|
|
313544
|
-
}
|
|
313545
|
-
}
|
|
313546
|
-
}
|
|
313547
|
-
},
|
|
313548
313379
|
{
|
|
313549
313380
|
"tags": {
|
|
313550
313381
|
"flr-generate": "all"
|
|
@@ -313803,6 +313634,175 @@
|
|
|
313803
313634
|
}
|
|
313804
313635
|
}
|
|
313805
313636
|
},
|
|
313637
|
+
{
|
|
313638
|
+
"tags": {
|
|
313639
|
+
"flr-generate": "all"
|
|
313640
|
+
},
|
|
313641
|
+
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313642
|
+
"description": "",
|
|
313643
|
+
"displayName": "Line",
|
|
313644
|
+
"methods": [],
|
|
313645
|
+
"props": {
|
|
313646
|
+
"color": {
|
|
313647
|
+
"defaultValue": {
|
|
313648
|
+
"value": "\"sea-green\""
|
|
313649
|
+
},
|
|
313650
|
+
"description": "The color of the line.",
|
|
313651
|
+
"name": "color",
|
|
313652
|
+
"parent": {
|
|
313653
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313654
|
+
"name": "LineProps"
|
|
313655
|
+
},
|
|
313656
|
+
"declarations": [
|
|
313657
|
+
{
|
|
313658
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
313659
|
+
"name": "LineProps"
|
|
313660
|
+
}
|
|
313661
|
+
],
|
|
313662
|
+
"required": false,
|
|
313663
|
+
"type": {
|
|
313664
|
+
"name": "CategoricalWithCustomColor"
|
|
313665
|
+
}
|
|
313666
|
+
},
|
|
313667
|
+
"className": {
|
|
313668
|
+
"defaultValue": null,
|
|
313669
|
+
"description": "",
|
|
313670
|
+
"name": "className",
|
|
313671
|
+
"parent": {
|
|
313672
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313673
|
+
"name": "HTMLAttributes"
|
|
313674
|
+
},
|
|
313675
|
+
"declarations": [
|
|
313676
|
+
{
|
|
313677
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313678
|
+
"name": "HTMLAttributes"
|
|
313679
|
+
}
|
|
313680
|
+
],
|
|
313681
|
+
"required": false,
|
|
313682
|
+
"type": {
|
|
313683
|
+
"name": "string"
|
|
313684
|
+
}
|
|
313685
|
+
},
|
|
313686
|
+
"key": {
|
|
313687
|
+
"defaultValue": null,
|
|
313688
|
+
"description": "",
|
|
313689
|
+
"name": "key",
|
|
313690
|
+
"parent": {
|
|
313691
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313692
|
+
"name": "Attributes"
|
|
313693
|
+
},
|
|
313694
|
+
"declarations": [
|
|
313695
|
+
{
|
|
313696
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
313697
|
+
"name": "Attributes"
|
|
313698
|
+
}
|
|
313699
|
+
],
|
|
313700
|
+
"required": false,
|
|
313701
|
+
"type": {
|
|
313702
|
+
"name": "Key | null"
|
|
313703
|
+
}
|
|
313704
|
+
},
|
|
313705
|
+
"type": {
|
|
313706
|
+
"defaultValue": null,
|
|
313707
|
+
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
313708
|
+
"name": "type",
|
|
313709
|
+
"parent": {
|
|
313710
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
313711
|
+
"name": "CurveProps"
|
|
313712
|
+
},
|
|
313713
|
+
"declarations": [
|
|
313714
|
+
{
|
|
313715
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
313716
|
+
"name": "CurveProps"
|
|
313717
|
+
},
|
|
313718
|
+
{
|
|
313719
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313720
|
+
"name": "LineProps"
|
|
313721
|
+
}
|
|
313722
|
+
],
|
|
313723
|
+
"required": false,
|
|
313724
|
+
"type": {
|
|
313725
|
+
"name": "CurveType"
|
|
313726
|
+
}
|
|
313727
|
+
},
|
|
313728
|
+
"dataKey": {
|
|
313729
|
+
"defaultValue": null,
|
|
313730
|
+
"description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
|
|
313731
|
+
"name": "dataKey",
|
|
313732
|
+
"parent": {
|
|
313733
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313734
|
+
"name": "LineProps"
|
|
313735
|
+
},
|
|
313736
|
+
"declarations": [
|
|
313737
|
+
{
|
|
313738
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313739
|
+
"name": "LineProps"
|
|
313740
|
+
}
|
|
313741
|
+
],
|
|
313742
|
+
"required": false,
|
|
313743
|
+
"type": {
|
|
313744
|
+
"name": "DataKey<any>"
|
|
313745
|
+
}
|
|
313746
|
+
},
|
|
313747
|
+
"unit": {
|
|
313748
|
+
"defaultValue": null,
|
|
313749
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
313750
|
+
"name": "unit",
|
|
313751
|
+
"parent": {
|
|
313752
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313753
|
+
"name": "LineProps"
|
|
313754
|
+
},
|
|
313755
|
+
"declarations": [
|
|
313756
|
+
{
|
|
313757
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313758
|
+
"name": "LineProps"
|
|
313759
|
+
}
|
|
313760
|
+
],
|
|
313761
|
+
"required": false,
|
|
313762
|
+
"type": {
|
|
313763
|
+
"name": "string | number | null"
|
|
313764
|
+
}
|
|
313765
|
+
},
|
|
313766
|
+
"xAxisId": {
|
|
313767
|
+
"defaultValue": null,
|
|
313768
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
313769
|
+
"name": "xAxisId",
|
|
313770
|
+
"parent": {
|
|
313771
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313772
|
+
"name": "LineProps"
|
|
313773
|
+
},
|
|
313774
|
+
"declarations": [
|
|
313775
|
+
{
|
|
313776
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313777
|
+
"name": "LineProps"
|
|
313778
|
+
}
|
|
313779
|
+
],
|
|
313780
|
+
"required": false,
|
|
313781
|
+
"type": {
|
|
313782
|
+
"name": "AxisId"
|
|
313783
|
+
}
|
|
313784
|
+
},
|
|
313785
|
+
"yAxisId": {
|
|
313786
|
+
"defaultValue": null,
|
|
313787
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
313788
|
+
"name": "yAxisId",
|
|
313789
|
+
"parent": {
|
|
313790
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313791
|
+
"name": "LineProps"
|
|
313792
|
+
},
|
|
313793
|
+
"declarations": [
|
|
313794
|
+
{
|
|
313795
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
313796
|
+
"name": "LineProps"
|
|
313797
|
+
}
|
|
313798
|
+
],
|
|
313799
|
+
"required": false,
|
|
313800
|
+
"type": {
|
|
313801
|
+
"name": "AxisId"
|
|
313802
|
+
}
|
|
313803
|
+
}
|
|
313804
|
+
}
|
|
313805
|
+
},
|
|
313806
313806
|
{
|
|
313807
313807
|
"tags": {
|
|
313808
313808
|
"internal": ""
|
|
@@ -337154,78 +337154,6 @@
|
|
|
337154
337154
|
"methods": [],
|
|
337155
337155
|
"props": {}
|
|
337156
337156
|
},
|
|
337157
|
-
{
|
|
337158
|
-
"tags": {},
|
|
337159
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
337160
|
-
"description": "",
|
|
337161
|
-
"displayName": "ViewModeMenuItem",
|
|
337162
|
-
"methods": [],
|
|
337163
|
-
"props": {
|
|
337164
|
-
"viewMode": {
|
|
337165
|
-
"defaultValue": null,
|
|
337166
|
-
"description": "",
|
|
337167
|
-
"name": "viewMode",
|
|
337168
|
-
"parent": {
|
|
337169
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
337170
|
-
"name": "Props"
|
|
337171
|
-
},
|
|
337172
|
-
"declarations": [
|
|
337173
|
-
{
|
|
337174
|
-
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
337175
|
-
"name": "Props"
|
|
337176
|
-
}
|
|
337177
|
-
],
|
|
337178
|
-
"required": true,
|
|
337179
|
-
"type": {
|
|
337180
|
-
"name": "ListViewMode"
|
|
337181
|
-
}
|
|
337182
|
-
}
|
|
337183
|
-
}
|
|
337184
|
-
},
|
|
337185
|
-
{
|
|
337186
|
-
"tags": {},
|
|
337187
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
337188
|
-
"description": "",
|
|
337189
|
-
"displayName": "ViewModeContextMenu",
|
|
337190
|
-
"methods": [],
|
|
337191
|
-
"props": {}
|
|
337192
|
-
},
|
|
337193
|
-
{
|
|
337194
|
-
"tags": {},
|
|
337195
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337196
|
-
"description": "",
|
|
337197
|
-
"displayName": "SortingMenuItem",
|
|
337198
|
-
"methods": [],
|
|
337199
|
-
"props": {
|
|
337200
|
-
"sorting": {
|
|
337201
|
-
"defaultValue": null,
|
|
337202
|
-
"description": "",
|
|
337203
|
-
"name": "sorting",
|
|
337204
|
-
"parent": {
|
|
337205
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337206
|
-
"name": "Props"
|
|
337207
|
-
},
|
|
337208
|
-
"declarations": [
|
|
337209
|
-
{
|
|
337210
|
-
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
337211
|
-
"name": "Props"
|
|
337212
|
-
}
|
|
337213
|
-
],
|
|
337214
|
-
"required": true,
|
|
337215
|
-
"type": {
|
|
337216
|
-
"name": "Sorting<never>"
|
|
337217
|
-
}
|
|
337218
|
-
}
|
|
337219
|
-
}
|
|
337220
|
-
},
|
|
337221
|
-
{
|
|
337222
|
-
"tags": {},
|
|
337223
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
337224
|
-
"description": "",
|
|
337225
|
-
"displayName": "SortingContextMenu",
|
|
337226
|
-
"methods": [],
|
|
337227
|
-
"props": {}
|
|
337228
|
-
},
|
|
337229
337157
|
{
|
|
337230
337158
|
"tags": {},
|
|
337231
337159
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
@@ -337337,14 +337265,6 @@
|
|
|
337337
337265
|
}
|
|
337338
337266
|
}
|
|
337339
337267
|
},
|
|
337340
|
-
{
|
|
337341
|
-
"tags": {},
|
|
337342
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337343
|
-
"description": "",
|
|
337344
|
-
"displayName": "ActiveFilters",
|
|
337345
|
-
"methods": [],
|
|
337346
|
-
"props": {}
|
|
337347
|
-
},
|
|
337348
337268
|
{
|
|
337349
337269
|
"tags": {},
|
|
337350
337270
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
@@ -337397,6 +337317,14 @@
|
|
|
337397
337317
|
"methods": [],
|
|
337398
337318
|
"props": {}
|
|
337399
337319
|
},
|
|
337320
|
+
{
|
|
337321
|
+
"tags": {},
|
|
337322
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
337323
|
+
"description": "",
|
|
337324
|
+
"displayName": "ActiveFilters",
|
|
337325
|
+
"methods": [],
|
|
337326
|
+
"props": {}
|
|
337327
|
+
},
|
|
337400
337328
|
{
|
|
337401
337329
|
"tags": {},
|
|
337402
337330
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|
|
@@ -345226,6 +345154,78 @@
|
|
|
345226
345154
|
}
|
|
345227
345155
|
}
|
|
345228
345156
|
},
|
|
345157
|
+
{
|
|
345158
|
+
"tags": {},
|
|
345159
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345160
|
+
"description": "",
|
|
345161
|
+
"displayName": "SortingMenuItem",
|
|
345162
|
+
"methods": [],
|
|
345163
|
+
"props": {
|
|
345164
|
+
"sorting": {
|
|
345165
|
+
"defaultValue": null,
|
|
345166
|
+
"description": "",
|
|
345167
|
+
"name": "sorting",
|
|
345168
|
+
"parent": {
|
|
345169
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345170
|
+
"name": "Props"
|
|
345171
|
+
},
|
|
345172
|
+
"declarations": [
|
|
345173
|
+
{
|
|
345174
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
345175
|
+
"name": "Props"
|
|
345176
|
+
}
|
|
345177
|
+
],
|
|
345178
|
+
"required": true,
|
|
345179
|
+
"type": {
|
|
345180
|
+
"name": "Sorting<never>"
|
|
345181
|
+
}
|
|
345182
|
+
}
|
|
345183
|
+
}
|
|
345184
|
+
},
|
|
345185
|
+
{
|
|
345186
|
+
"tags": {},
|
|
345187
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
345188
|
+
"description": "",
|
|
345189
|
+
"displayName": "SortingContextMenu",
|
|
345190
|
+
"methods": [],
|
|
345191
|
+
"props": {}
|
|
345192
|
+
},
|
|
345193
|
+
{
|
|
345194
|
+
"tags": {},
|
|
345195
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345196
|
+
"description": "",
|
|
345197
|
+
"displayName": "ViewModeMenuItem",
|
|
345198
|
+
"methods": [],
|
|
345199
|
+
"props": {
|
|
345200
|
+
"viewMode": {
|
|
345201
|
+
"defaultValue": null,
|
|
345202
|
+
"description": "",
|
|
345203
|
+
"name": "viewMode",
|
|
345204
|
+
"parent": {
|
|
345205
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345206
|
+
"name": "Props"
|
|
345207
|
+
},
|
|
345208
|
+
"declarations": [
|
|
345209
|
+
{
|
|
345210
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
345211
|
+
"name": "Props"
|
|
345212
|
+
}
|
|
345213
|
+
],
|
|
345214
|
+
"required": true,
|
|
345215
|
+
"type": {
|
|
345216
|
+
"name": "ListViewMode"
|
|
345217
|
+
}
|
|
345218
|
+
}
|
|
345219
|
+
}
|
|
345220
|
+
},
|
|
345221
|
+
{
|
|
345222
|
+
"tags": {},
|
|
345223
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
345224
|
+
"description": "",
|
|
345225
|
+
"displayName": "ViewModeContextMenu",
|
|
345226
|
+
"methods": [],
|
|
345227
|
+
"props": {}
|
|
345228
|
+
},
|
|
345229
345229
|
{
|
|
345230
345230
|
"tags": {},
|
|
345231
345231
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|