@mittwald/flow-react-components 0.2.0-alpha.702 → 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 +6 -0
- package/dist/assets/doc-properties.json +554 -554
- 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
|
@@ -276791,30 +276791,6 @@
|
|
|
276791
276791
|
}
|
|
276792
276792
|
}
|
|
276793
276793
|
},
|
|
276794
|
-
{
|
|
276795
|
-
"tags": {},
|
|
276796
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
276797
|
-
"description": "",
|
|
276798
|
-
"displayName": "RouterProvider",
|
|
276799
|
-
"methods": [],
|
|
276800
|
-
"props": {
|
|
276801
|
-
"children": {
|
|
276802
|
-
"defaultValue": null,
|
|
276803
|
-
"description": "",
|
|
276804
|
-
"name": "children",
|
|
276805
|
-
"declarations": [
|
|
276806
|
-
{
|
|
276807
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
276808
|
-
"name": "TypeLiteral"
|
|
276809
|
-
}
|
|
276810
|
-
],
|
|
276811
|
-
"required": false,
|
|
276812
|
-
"type": {
|
|
276813
|
-
"name": "ReactNode"
|
|
276814
|
-
}
|
|
276815
|
-
}
|
|
276816
|
-
}
|
|
276817
|
-
},
|
|
276818
276794
|
{
|
|
276819
276795
|
"tags": {
|
|
276820
276796
|
"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"
|
|
@@ -282529,72 +282529,6 @@
|
|
|
282529
282529
|
}
|
|
282530
282530
|
}
|
|
282531
282531
|
},
|
|
282532
|
-
{
|
|
282533
|
-
"tags": {},
|
|
282534
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282535
|
-
"description": "",
|
|
282536
|
-
"displayName": "TabList",
|
|
282537
|
-
"methods": [],
|
|
282538
|
-
"props": {
|
|
282539
|
-
"selection": {
|
|
282540
|
-
"defaultValue": null,
|
|
282541
|
-
"description": "",
|
|
282542
|
-
"name": "selection",
|
|
282543
|
-
"parent": {
|
|
282544
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282545
|
-
"name": "Props"
|
|
282546
|
-
},
|
|
282547
|
-
"declarations": [
|
|
282548
|
-
{
|
|
282549
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282550
|
-
"name": "Props"
|
|
282551
|
-
}
|
|
282552
|
-
],
|
|
282553
|
-
"required": true,
|
|
282554
|
-
"type": {
|
|
282555
|
-
"name": "Key | undefined"
|
|
282556
|
-
}
|
|
282557
|
-
},
|
|
282558
|
-
"onContextMenuSelectionChange": {
|
|
282559
|
-
"defaultValue": null,
|
|
282560
|
-
"description": "",
|
|
282561
|
-
"name": "onContextMenuSelectionChange",
|
|
282562
|
-
"parent": {
|
|
282563
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282564
|
-
"name": "Props"
|
|
282565
|
-
},
|
|
282566
|
-
"declarations": [
|
|
282567
|
-
{
|
|
282568
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282569
|
-
"name": "Props"
|
|
282570
|
-
}
|
|
282571
|
-
],
|
|
282572
|
-
"required": true,
|
|
282573
|
-
"type": {
|
|
282574
|
-
"name": "(key: Key) => void"
|
|
282575
|
-
}
|
|
282576
|
-
},
|
|
282577
|
-
"disabledKeys": {
|
|
282578
|
-
"defaultValue": null,
|
|
282579
|
-
"description": "",
|
|
282580
|
-
"name": "disabledKeys",
|
|
282581
|
-
"parent": {
|
|
282582
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282583
|
-
"name": "Props"
|
|
282584
|
-
},
|
|
282585
|
-
"declarations": [
|
|
282586
|
-
{
|
|
282587
|
-
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
282588
|
-
"name": "Props"
|
|
282589
|
-
}
|
|
282590
|
-
],
|
|
282591
|
-
"required": false,
|
|
282592
|
-
"type": {
|
|
282593
|
-
"name": "Iterable<Key>"
|
|
282594
|
-
}
|
|
282595
|
-
}
|
|
282596
|
-
}
|
|
282597
|
-
},
|
|
282598
282532
|
{
|
|
282599
282533
|
"tags": {
|
|
282600
282534
|
"flr-generate": "all"
|
|
@@ -284352,6 +284286,72 @@
|
|
|
284352
284286
|
}
|
|
284353
284287
|
}
|
|
284354
284288
|
},
|
|
284289
|
+
{
|
|
284290
|
+
"tags": {},
|
|
284291
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284292
|
+
"description": "",
|
|
284293
|
+
"displayName": "TabList",
|
|
284294
|
+
"methods": [],
|
|
284295
|
+
"props": {
|
|
284296
|
+
"selection": {
|
|
284297
|
+
"defaultValue": null,
|
|
284298
|
+
"description": "",
|
|
284299
|
+
"name": "selection",
|
|
284300
|
+
"parent": {
|
|
284301
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284302
|
+
"name": "Props"
|
|
284303
|
+
},
|
|
284304
|
+
"declarations": [
|
|
284305
|
+
{
|
|
284306
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284307
|
+
"name": "Props"
|
|
284308
|
+
}
|
|
284309
|
+
],
|
|
284310
|
+
"required": true,
|
|
284311
|
+
"type": {
|
|
284312
|
+
"name": "Key | undefined"
|
|
284313
|
+
}
|
|
284314
|
+
},
|
|
284315
|
+
"onContextMenuSelectionChange": {
|
|
284316
|
+
"defaultValue": null,
|
|
284317
|
+
"description": "",
|
|
284318
|
+
"name": "onContextMenuSelectionChange",
|
|
284319
|
+
"parent": {
|
|
284320
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284321
|
+
"name": "Props"
|
|
284322
|
+
},
|
|
284323
|
+
"declarations": [
|
|
284324
|
+
{
|
|
284325
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284326
|
+
"name": "Props"
|
|
284327
|
+
}
|
|
284328
|
+
],
|
|
284329
|
+
"required": true,
|
|
284330
|
+
"type": {
|
|
284331
|
+
"name": "(key: Key) => void"
|
|
284332
|
+
}
|
|
284333
|
+
},
|
|
284334
|
+
"disabledKeys": {
|
|
284335
|
+
"defaultValue": null,
|
|
284336
|
+
"description": "",
|
|
284337
|
+
"name": "disabledKeys",
|
|
284338
|
+
"parent": {
|
|
284339
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284340
|
+
"name": "Props"
|
|
284341
|
+
},
|
|
284342
|
+
"declarations": [
|
|
284343
|
+
{
|
|
284344
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
284345
|
+
"name": "Props"
|
|
284346
|
+
}
|
|
284347
|
+
],
|
|
284348
|
+
"required": false,
|
|
284349
|
+
"type": {
|
|
284350
|
+
"name": "Iterable<Key>"
|
|
284351
|
+
}
|
|
284352
|
+
}
|
|
284353
|
+
}
|
|
284354
|
+
},
|
|
284355
284355
|
{
|
|
284356
284356
|
"tags": {
|
|
284357
284357
|
"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": {
|
|
@@ -301641,67 +301641,71 @@
|
|
|
301641
301641
|
}
|
|
301642
301642
|
},
|
|
301643
301643
|
{
|
|
301644
|
-
"tags": {
|
|
301645
|
-
|
|
301644
|
+
"tags": {
|
|
301645
|
+
"internal": ""
|
|
301646
|
+
},
|
|
301647
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301646
301648
|
"description": "",
|
|
301647
|
-
"displayName": "
|
|
301649
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
301648
301650
|
"methods": [],
|
|
301649
301651
|
"props": {
|
|
301650
|
-
"
|
|
301651
|
-
"defaultValue":
|
|
301652
|
+
"isDisabled": {
|
|
301653
|
+
"defaultValue": {
|
|
301654
|
+
"value": "false"
|
|
301655
|
+
},
|
|
301652
301656
|
"description": "",
|
|
301653
|
-
"name": "
|
|
301657
|
+
"name": "isDisabled",
|
|
301654
301658
|
"parent": {
|
|
301655
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301659
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301656
301660
|
"name": "Props"
|
|
301657
301661
|
},
|
|
301658
301662
|
"declarations": [
|
|
301659
301663
|
{
|
|
301660
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301664
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301661
301665
|
"name": "Props"
|
|
301662
301666
|
}
|
|
301663
301667
|
],
|
|
301664
301668
|
"required": false,
|
|
301665
301669
|
"type": {
|
|
301666
|
-
"name": "
|
|
301670
|
+
"name": "boolean"
|
|
301667
301671
|
}
|
|
301668
301672
|
},
|
|
301669
|
-
"
|
|
301673
|
+
"isVisible": {
|
|
301670
301674
|
"defaultValue": null,
|
|
301671
301675
|
"description": "",
|
|
301672
|
-
"name": "
|
|
301676
|
+
"name": "isVisible",
|
|
301673
301677
|
"parent": {
|
|
301674
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301678
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301675
301679
|
"name": "Props"
|
|
301676
301680
|
},
|
|
301677
301681
|
"declarations": [
|
|
301678
301682
|
{
|
|
301679
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301683
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301680
301684
|
"name": "Props"
|
|
301681
301685
|
}
|
|
301682
301686
|
],
|
|
301683
|
-
"required":
|
|
301687
|
+
"required": true,
|
|
301684
301688
|
"type": {
|
|
301685
301689
|
"name": "boolean"
|
|
301686
301690
|
}
|
|
301687
301691
|
},
|
|
301688
|
-
"
|
|
301692
|
+
"onPress": {
|
|
301689
301693
|
"defaultValue": null,
|
|
301690
301694
|
"description": "",
|
|
301691
|
-
"name": "
|
|
301695
|
+
"name": "onPress",
|
|
301692
301696
|
"parent": {
|
|
301693
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301697
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301694
301698
|
"name": "Props"
|
|
301695
301699
|
},
|
|
301696
301700
|
"declarations": [
|
|
301697
301701
|
{
|
|
301698
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301702
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301699
301703
|
"name": "Props"
|
|
301700
301704
|
}
|
|
301701
301705
|
],
|
|
301702
301706
|
"required": true,
|
|
301703
301707
|
"type": {
|
|
301704
|
-
"name": "
|
|
301708
|
+
"name": "ActionFn"
|
|
301705
301709
|
}
|
|
301706
301710
|
},
|
|
301707
301711
|
"className": {
|
|
@@ -301726,71 +301730,67 @@
|
|
|
301726
301730
|
}
|
|
301727
301731
|
},
|
|
301728
301732
|
{
|
|
301729
|
-
"tags": {
|
|
301730
|
-
|
|
301731
|
-
},
|
|
301732
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
301733
|
+
"tags": {},
|
|
301734
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301733
301735
|
"description": "",
|
|
301734
|
-
"displayName": "
|
|
301736
|
+
"displayName": "ValidationResultButton",
|
|
301735
301737
|
"methods": [],
|
|
301736
301738
|
"props": {
|
|
301737
|
-
"
|
|
301738
|
-
"defaultValue":
|
|
301739
|
-
"value": "false"
|
|
301740
|
-
},
|
|
301739
|
+
"policyValidationResult": {
|
|
301740
|
+
"defaultValue": null,
|
|
301741
301741
|
"description": "",
|
|
301742
|
-
"name": "
|
|
301742
|
+
"name": "policyValidationResult",
|
|
301743
301743
|
"parent": {
|
|
301744
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301744
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301745
301745
|
"name": "Props"
|
|
301746
301746
|
},
|
|
301747
301747
|
"declarations": [
|
|
301748
301748
|
{
|
|
301749
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301749
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301750
301750
|
"name": "Props"
|
|
301751
301751
|
}
|
|
301752
301752
|
],
|
|
301753
301753
|
"required": false,
|
|
301754
301754
|
"type": {
|
|
301755
|
-
"name": "
|
|
301755
|
+
"name": "ResolvedPolicyValidationResult"
|
|
301756
301756
|
}
|
|
301757
301757
|
},
|
|
301758
|
-
"
|
|
301758
|
+
"isDisabled": {
|
|
301759
301759
|
"defaultValue": null,
|
|
301760
301760
|
"description": "",
|
|
301761
|
-
"name": "
|
|
301761
|
+
"name": "isDisabled",
|
|
301762
301762
|
"parent": {
|
|
301763
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301763
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301764
301764
|
"name": "Props"
|
|
301765
301765
|
},
|
|
301766
301766
|
"declarations": [
|
|
301767
301767
|
{
|
|
301768
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301768
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301769
301769
|
"name": "Props"
|
|
301770
301770
|
}
|
|
301771
301771
|
],
|
|
301772
|
-
"required":
|
|
301772
|
+
"required": false,
|
|
301773
301773
|
"type": {
|
|
301774
301774
|
"name": "boolean"
|
|
301775
301775
|
}
|
|
301776
301776
|
},
|
|
301777
|
-
"
|
|
301777
|
+
"isEmptyValue": {
|
|
301778
301778
|
"defaultValue": null,
|
|
301779
301779
|
"description": "",
|
|
301780
|
-
"name": "
|
|
301780
|
+
"name": "isEmptyValue",
|
|
301781
301781
|
"parent": {
|
|
301782
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301782
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301783
301783
|
"name": "Props"
|
|
301784
301784
|
},
|
|
301785
301785
|
"declarations": [
|
|
301786
301786
|
{
|
|
301787
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
301787
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
301788
301788
|
"name": "Props"
|
|
301789
301789
|
}
|
|
301790
301790
|
],
|
|
301791
301791
|
"required": true,
|
|
301792
301792
|
"type": {
|
|
301793
|
-
"name": "
|
|
301793
|
+
"name": "boolean"
|
|
301794
301794
|
}
|
|
301795
301795
|
},
|
|
301796
301796
|
"className": {
|
|
@@ -301814,53 +301814,6 @@
|
|
|
301814
301814
|
}
|
|
301815
301815
|
}
|
|
301816
301816
|
},
|
|
301817
|
-
{
|
|
301818
|
-
"tags": {},
|
|
301819
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301820
|
-
"description": "",
|
|
301821
|
-
"displayName": "PasswordGenerateButton",
|
|
301822
|
-
"methods": [],
|
|
301823
|
-
"props": {
|
|
301824
|
-
"isDisabled": {
|
|
301825
|
-
"defaultValue": null,
|
|
301826
|
-
"description": "",
|
|
301827
|
-
"name": "isDisabled",
|
|
301828
|
-
"parent": {
|
|
301829
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301830
|
-
"name": "Props"
|
|
301831
|
-
},
|
|
301832
|
-
"declarations": [
|
|
301833
|
-
{
|
|
301834
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301835
|
-
"name": "Props"
|
|
301836
|
-
}
|
|
301837
|
-
],
|
|
301838
|
-
"required": false,
|
|
301839
|
-
"type": {
|
|
301840
|
-
"name": "boolean"
|
|
301841
|
-
}
|
|
301842
|
-
},
|
|
301843
|
-
"onGeneratePasswordAction": {
|
|
301844
|
-
"defaultValue": null,
|
|
301845
|
-
"description": "",
|
|
301846
|
-
"name": "onGeneratePasswordAction",
|
|
301847
|
-
"parent": {
|
|
301848
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301849
|
-
"name": "Props"
|
|
301850
|
-
},
|
|
301851
|
-
"declarations": [
|
|
301852
|
-
{
|
|
301853
|
-
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
301854
|
-
"name": "Props"
|
|
301855
|
-
}
|
|
301856
|
-
],
|
|
301857
|
-
"required": false,
|
|
301858
|
-
"type": {
|
|
301859
|
-
"name": "ActionFn"
|
|
301860
|
-
}
|
|
301861
|
-
}
|
|
301862
|
-
}
|
|
301863
|
-
},
|
|
301864
301817
|
{
|
|
301865
301818
|
"tags": {
|
|
301866
301819
|
"internal": ""
|
|
@@ -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"
|
|
@@ -310687,56 +310687,56 @@
|
|
|
310687
310687
|
},
|
|
310688
310688
|
{
|
|
310689
310689
|
"tags": {},
|
|
310690
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
310690
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
310691
310691
|
"description": "",
|
|
310692
|
-
"displayName": "
|
|
310692
|
+
"displayName": "FileSizeText",
|
|
310693
310693
|
"methods": [],
|
|
310694
310694
|
"props": {
|
|
310695
|
-
"
|
|
310695
|
+
"sizeInBytes": {
|
|
310696
310696
|
"defaultValue": null,
|
|
310697
310697
|
"description": "",
|
|
310698
|
-
"name": "
|
|
310698
|
+
"name": "sizeInBytes",
|
|
310699
310699
|
"parent": {
|
|
310700
|
-
"fileName": "components/src/components/FileCard/components/
|
|
310700
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
310701
310701
|
"name": "Props"
|
|
310702
310702
|
},
|
|
310703
310703
|
"declarations": [
|
|
310704
310704
|
{
|
|
310705
|
-
"fileName": "components/src/components/FileCard/components/
|
|
310705
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
310706
310706
|
"name": "Props"
|
|
310707
310707
|
}
|
|
310708
310708
|
],
|
|
310709
310709
|
"required": true,
|
|
310710
310710
|
"type": {
|
|
310711
|
-
"name": "
|
|
310711
|
+
"name": "number"
|
|
310712
310712
|
}
|
|
310713
310713
|
}
|
|
310714
310714
|
}
|
|
310715
310715
|
},
|
|
310716
310716
|
{
|
|
310717
310717
|
"tags": {},
|
|
310718
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
310718
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310719
310719
|
"description": "",
|
|
310720
|
-
"displayName": "
|
|
310720
|
+
"displayName": "DeleteButton",
|
|
310721
310721
|
"methods": [],
|
|
310722
310722
|
"props": {
|
|
310723
|
-
"
|
|
310723
|
+
"onDelete": {
|
|
310724
310724
|
"defaultValue": null,
|
|
310725
310725
|
"description": "",
|
|
310726
|
-
"name": "
|
|
310726
|
+
"name": "onDelete",
|
|
310727
310727
|
"parent": {
|
|
310728
|
-
"fileName": "components/src/components/FileCard/components/
|
|
310728
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310729
310729
|
"name": "Props"
|
|
310730
310730
|
},
|
|
310731
310731
|
"declarations": [
|
|
310732
310732
|
{
|
|
310733
|
-
"fileName": "components/src/components/FileCard/components/
|
|
310733
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
310734
310734
|
"name": "Props"
|
|
310735
310735
|
}
|
|
310736
310736
|
],
|
|
310737
310737
|
"required": true,
|
|
310738
310738
|
"type": {
|
|
310739
|
-
"name": "
|
|
310739
|
+
"name": "() => void"
|
|
310740
310740
|
}
|
|
310741
310741
|
}
|
|
310742
310742
|
}
|
|
@@ -311041,6 +311041,146 @@
|
|
|
311041
311041
|
}
|
|
311042
311042
|
}
|
|
311043
311043
|
},
|
|
311044
|
+
{
|
|
311045
|
+
"tags": {
|
|
311046
|
+
"flr-generate": "all"
|
|
311047
|
+
},
|
|
311048
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
311049
|
+
"description": "",
|
|
311050
|
+
"displayName": "ContextMenuTrigger",
|
|
311051
|
+
"methods": [],
|
|
311052
|
+
"props": {
|
|
311053
|
+
"isDefaultOpen": {
|
|
311054
|
+
"defaultValue": null,
|
|
311055
|
+
"description": "Whether the overlay should be open initially.",
|
|
311056
|
+
"name": "isDefaultOpen",
|
|
311057
|
+
"parent": {
|
|
311058
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311059
|
+
"name": "OverlayTriggerProps"
|
|
311060
|
+
},
|
|
311061
|
+
"declarations": [
|
|
311062
|
+
{
|
|
311063
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311064
|
+
"name": "OverlayTriggerProps"
|
|
311065
|
+
}
|
|
311066
|
+
],
|
|
311067
|
+
"required": false,
|
|
311068
|
+
"type": {
|
|
311069
|
+
"name": "boolean"
|
|
311070
|
+
}
|
|
311071
|
+
},
|
|
311072
|
+
"controller": {
|
|
311073
|
+
"defaultValue": null,
|
|
311074
|
+
"description": "A controller to control the state of the overlay.",
|
|
311075
|
+
"name": "controller",
|
|
311076
|
+
"parent": {
|
|
311077
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311078
|
+
"name": "OverlayTriggerProps"
|
|
311079
|
+
},
|
|
311080
|
+
"declarations": [
|
|
311081
|
+
{
|
|
311082
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311083
|
+
"name": "OverlayTriggerProps"
|
|
311084
|
+
}
|
|
311085
|
+
],
|
|
311086
|
+
"required": false,
|
|
311087
|
+
"type": {
|
|
311088
|
+
"name": "OverlayController"
|
|
311089
|
+
}
|
|
311090
|
+
},
|
|
311091
|
+
"wrapWith": {
|
|
311092
|
+
"defaultValue": null,
|
|
311093
|
+
"description": "",
|
|
311094
|
+
"name": "wrapWith",
|
|
311095
|
+
"parent": {
|
|
311096
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311097
|
+
"name": "FlowComponentProps"
|
|
311098
|
+
},
|
|
311099
|
+
"declarations": [
|
|
311100
|
+
{
|
|
311101
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311102
|
+
"name": "FlowComponentProps"
|
|
311103
|
+
}
|
|
311104
|
+
],
|
|
311105
|
+
"required": false,
|
|
311106
|
+
"type": {
|
|
311107
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311108
|
+
}
|
|
311109
|
+
},
|
|
311110
|
+
"tunnelId": {
|
|
311111
|
+
"defaultValue": null,
|
|
311112
|
+
"description": "@internal",
|
|
311113
|
+
"name": "tunnelId",
|
|
311114
|
+
"parent": {
|
|
311115
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311116
|
+
"name": "PropsWithTunnel"
|
|
311117
|
+
},
|
|
311118
|
+
"declarations": [
|
|
311119
|
+
{
|
|
311120
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
311121
|
+
"name": "PropsWithTunnel"
|
|
311122
|
+
}
|
|
311123
|
+
],
|
|
311124
|
+
"required": false,
|
|
311125
|
+
"type": {
|
|
311126
|
+
"name": "string | null"
|
|
311127
|
+
}
|
|
311128
|
+
},
|
|
311129
|
+
"ref": {
|
|
311130
|
+
"defaultValue": null,
|
|
311131
|
+
"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}",
|
|
311132
|
+
"name": "ref",
|
|
311133
|
+
"parent": {
|
|
311134
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311135
|
+
"name": "RefAttributes"
|
|
311136
|
+
},
|
|
311137
|
+
"declarations": [
|
|
311138
|
+
{
|
|
311139
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311140
|
+
"name": "RefAttributes"
|
|
311141
|
+
}
|
|
311142
|
+
],
|
|
311143
|
+
"required": false,
|
|
311144
|
+
"type": {
|
|
311145
|
+
"name": "Ref<HTMLSpanElement>"
|
|
311146
|
+
}
|
|
311147
|
+
},
|
|
311148
|
+
"key": {
|
|
311149
|
+
"defaultValue": null,
|
|
311150
|
+
"description": "",
|
|
311151
|
+
"name": "key",
|
|
311152
|
+
"parent": {
|
|
311153
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311154
|
+
"name": "Attributes"
|
|
311155
|
+
},
|
|
311156
|
+
"declarations": [
|
|
311157
|
+
{
|
|
311158
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311159
|
+
"name": "Attributes"
|
|
311160
|
+
}
|
|
311161
|
+
],
|
|
311162
|
+
"required": false,
|
|
311163
|
+
"type": {
|
|
311164
|
+
"name": "Key | null"
|
|
311165
|
+
}
|
|
311166
|
+
},
|
|
311167
|
+
"children": {
|
|
311168
|
+
"defaultValue": null,
|
|
311169
|
+
"description": "",
|
|
311170
|
+
"name": "children",
|
|
311171
|
+
"declarations": [
|
|
311172
|
+
{
|
|
311173
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311174
|
+
"name": "TypeLiteral"
|
|
311175
|
+
}
|
|
311176
|
+
],
|
|
311177
|
+
"required": false,
|
|
311178
|
+
"type": {
|
|
311179
|
+
"name": "ReactNode"
|
|
311180
|
+
}
|
|
311181
|
+
}
|
|
311182
|
+
}
|
|
311183
|
+
},
|
|
311044
311184
|
{
|
|
311045
311185
|
"tags": {
|
|
311046
311186
|
"flr-generate": "all"
|
|
@@ -311196,146 +311336,6 @@
|
|
|
311196
311336
|
}
|
|
311197
311337
|
}
|
|
311198
311338
|
},
|
|
311199
|
-
{
|
|
311200
|
-
"tags": {
|
|
311201
|
-
"flr-generate": "all"
|
|
311202
|
-
},
|
|
311203
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
311204
|
-
"description": "",
|
|
311205
|
-
"displayName": "ContextMenuTrigger",
|
|
311206
|
-
"methods": [],
|
|
311207
|
-
"props": {
|
|
311208
|
-
"isDefaultOpen": {
|
|
311209
|
-
"defaultValue": null,
|
|
311210
|
-
"description": "Whether the overlay should be open initially.",
|
|
311211
|
-
"name": "isDefaultOpen",
|
|
311212
|
-
"parent": {
|
|
311213
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311214
|
-
"name": "OverlayTriggerProps"
|
|
311215
|
-
},
|
|
311216
|
-
"declarations": [
|
|
311217
|
-
{
|
|
311218
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311219
|
-
"name": "OverlayTriggerProps"
|
|
311220
|
-
}
|
|
311221
|
-
],
|
|
311222
|
-
"required": false,
|
|
311223
|
-
"type": {
|
|
311224
|
-
"name": "boolean"
|
|
311225
|
-
}
|
|
311226
|
-
},
|
|
311227
|
-
"controller": {
|
|
311228
|
-
"defaultValue": null,
|
|
311229
|
-
"description": "A controller to control the state of the overlay.",
|
|
311230
|
-
"name": "controller",
|
|
311231
|
-
"parent": {
|
|
311232
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311233
|
-
"name": "OverlayTriggerProps"
|
|
311234
|
-
},
|
|
311235
|
-
"declarations": [
|
|
311236
|
-
{
|
|
311237
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
311238
|
-
"name": "OverlayTriggerProps"
|
|
311239
|
-
}
|
|
311240
|
-
],
|
|
311241
|
-
"required": false,
|
|
311242
|
-
"type": {
|
|
311243
|
-
"name": "OverlayController"
|
|
311244
|
-
}
|
|
311245
|
-
},
|
|
311246
|
-
"wrapWith": {
|
|
311247
|
-
"defaultValue": null,
|
|
311248
|
-
"description": "",
|
|
311249
|
-
"name": "wrapWith",
|
|
311250
|
-
"parent": {
|
|
311251
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311252
|
-
"name": "FlowComponentProps"
|
|
311253
|
-
},
|
|
311254
|
-
"declarations": [
|
|
311255
|
-
{
|
|
311256
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
311257
|
-
"name": "FlowComponentProps"
|
|
311258
|
-
}
|
|
311259
|
-
],
|
|
311260
|
-
"required": false,
|
|
311261
|
-
"type": {
|
|
311262
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
311263
|
-
}
|
|
311264
|
-
},
|
|
311265
|
-
"tunnelId": {
|
|
311266
|
-
"defaultValue": null,
|
|
311267
|
-
"description": "@internal",
|
|
311268
|
-
"name": "tunnelId",
|
|
311269
|
-
"parent": {
|
|
311270
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311271
|
-
"name": "PropsWithTunnel"
|
|
311272
|
-
},
|
|
311273
|
-
"declarations": [
|
|
311274
|
-
{
|
|
311275
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
311276
|
-
"name": "PropsWithTunnel"
|
|
311277
|
-
}
|
|
311278
|
-
],
|
|
311279
|
-
"required": false,
|
|
311280
|
-
"type": {
|
|
311281
|
-
"name": "string | null"
|
|
311282
|
-
}
|
|
311283
|
-
},
|
|
311284
|
-
"ref": {
|
|
311285
|
-
"defaultValue": null,
|
|
311286
|
-
"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}",
|
|
311287
|
-
"name": "ref",
|
|
311288
|
-
"parent": {
|
|
311289
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311290
|
-
"name": "RefAttributes"
|
|
311291
|
-
},
|
|
311292
|
-
"declarations": [
|
|
311293
|
-
{
|
|
311294
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311295
|
-
"name": "RefAttributes"
|
|
311296
|
-
}
|
|
311297
|
-
],
|
|
311298
|
-
"required": false,
|
|
311299
|
-
"type": {
|
|
311300
|
-
"name": "Ref<HTMLSpanElement>"
|
|
311301
|
-
}
|
|
311302
|
-
},
|
|
311303
|
-
"key": {
|
|
311304
|
-
"defaultValue": null,
|
|
311305
|
-
"description": "",
|
|
311306
|
-
"name": "key",
|
|
311307
|
-
"parent": {
|
|
311308
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311309
|
-
"name": "Attributes"
|
|
311310
|
-
},
|
|
311311
|
-
"declarations": [
|
|
311312
|
-
{
|
|
311313
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311314
|
-
"name": "Attributes"
|
|
311315
|
-
}
|
|
311316
|
-
],
|
|
311317
|
-
"required": false,
|
|
311318
|
-
"type": {
|
|
311319
|
-
"name": "Key | null"
|
|
311320
|
-
}
|
|
311321
|
-
},
|
|
311322
|
-
"children": {
|
|
311323
|
-
"defaultValue": null,
|
|
311324
|
-
"description": "",
|
|
311325
|
-
"name": "children",
|
|
311326
|
-
"declarations": [
|
|
311327
|
-
{
|
|
311328
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
311329
|
-
"name": "TypeLiteral"
|
|
311330
|
-
}
|
|
311331
|
-
],
|
|
311332
|
-
"required": false,
|
|
311333
|
-
"type": {
|
|
311334
|
-
"name": "ReactNode"
|
|
311335
|
-
}
|
|
311336
|
-
}
|
|
311337
|
-
}
|
|
311338
|
-
},
|
|
311339
311339
|
{
|
|
311340
311340
|
"tags": {
|
|
311341
311341
|
"flr-generate": "all"
|
|
@@ -313141,9 +313141,9 @@
|
|
|
313141
313141
|
"tags": {
|
|
313142
313142
|
"flr-generate": "all"
|
|
313143
313143
|
},
|
|
313144
|
-
"filePath": "src/components/CartesianChart/components/
|
|
313144
|
+
"filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
313145
313145
|
"description": "",
|
|
313146
|
-
"displayName": "
|
|
313146
|
+
"displayName": "YAxis",
|
|
313147
313147
|
"methods": [],
|
|
313148
313148
|
"props": {
|
|
313149
313149
|
"className": {
|
|
@@ -313224,16 +313224,16 @@
|
|
|
313224
313224
|
},
|
|
313225
313225
|
"scale": {
|
|
313226
313226
|
"defaultValue": null,
|
|
313227
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <
|
|
313227
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
|
|
313228
313228
|
"name": "scale",
|
|
313229
313229
|
"parent": {
|
|
313230
|
-
"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/
|
|
313231
|
-
"name": "
|
|
313230
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313231
|
+
"name": "YAxisProps"
|
|
313232
313232
|
},
|
|
313233
313233
|
"declarations": [
|
|
313234
313234
|
{
|
|
313235
|
-
"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/
|
|
313236
|
-
"name": "
|
|
313235
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313236
|
+
"name": "YAxisProps"
|
|
313237
313237
|
}
|
|
313238
313238
|
],
|
|
313239
313239
|
"required": false,
|
|
@@ -313279,37 +313279,18 @@
|
|
|
313279
313279
|
"name": "boolean"
|
|
313280
313280
|
}
|
|
313281
313281
|
},
|
|
313282
|
-
"allowDataOverflow": {
|
|
313283
|
-
"defaultValue": null,
|
|
313284
|
-
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
313285
|
-
"name": "allowDataOverflow",
|
|
313286
|
-
"parent": {
|
|
313287
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313288
|
-
"name": "RenderableAxisProps"
|
|
313289
|
-
},
|
|
313290
|
-
"declarations": [
|
|
313291
|
-
{
|
|
313292
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313293
|
-
"name": "RenderableAxisProps"
|
|
313294
|
-
}
|
|
313295
|
-
],
|
|
313296
|
-
"required": false,
|
|
313297
|
-
"type": {
|
|
313298
|
-
"name": "boolean"
|
|
313299
|
-
}
|
|
313300
|
-
},
|
|
313301
313282
|
"interval": {
|
|
313302
313283
|
"defaultValue": null,
|
|
313303
|
-
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\"
|
|
313284
|
+
"description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
313304
313285
|
"name": "interval",
|
|
313305
313286
|
"parent": {
|
|
313306
|
-
"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/
|
|
313307
|
-
"name": "
|
|
313287
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313288
|
+
"name": "YAxisProps"
|
|
313308
313289
|
},
|
|
313309
313290
|
"declarations": [
|
|
313310
313291
|
{
|
|
313311
|
-
"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/
|
|
313312
|
-
"name": "
|
|
313292
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313293
|
+
"name": "YAxisProps"
|
|
313313
313294
|
}
|
|
313314
313295
|
],
|
|
313315
313296
|
"required": false,
|
|
@@ -313322,13 +313303,13 @@
|
|
|
313322
313303
|
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313323
313304
|
"name": "minTickGap",
|
|
313324
313305
|
"parent": {
|
|
313325
|
-
"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/
|
|
313326
|
-
"name": "
|
|
313306
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313307
|
+
"name": "YAxisProps"
|
|
313327
313308
|
},
|
|
313328
313309
|
"declarations": [
|
|
313329
313310
|
{
|
|
313330
|
-
"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/
|
|
313331
|
-
"name": "
|
|
313311
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313312
|
+
"name": "YAxisProps"
|
|
313332
313313
|
}
|
|
313333
313314
|
],
|
|
313334
313315
|
"required": false,
|
|
@@ -313338,16 +313319,16 @@
|
|
|
313338
313319
|
},
|
|
313339
313320
|
"domain": {
|
|
313340
313321
|
"defaultValue": null,
|
|
313341
|
-
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <
|
|
313322
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
313342
313323
|
"name": "domain",
|
|
313343
313324
|
"parent": {
|
|
313344
|
-
"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/
|
|
313345
|
-
"name": "
|
|
313325
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313326
|
+
"name": "YAxisProps"
|
|
313346
313327
|
},
|
|
313347
313328
|
"declarations": [
|
|
313348
313329
|
{
|
|
313349
|
-
"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/
|
|
313350
|
-
"name": "
|
|
313330
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
313331
|
+
"name": "YAxisProps"
|
|
313351
313332
|
}
|
|
313352
313333
|
],
|
|
313353
313334
|
"required": false,
|
|
@@ -313399,9 +313380,9 @@
|
|
|
313399
313380
|
"tags": {
|
|
313400
313381
|
"flr-generate": "all"
|
|
313401
313382
|
},
|
|
313402
|
-
"filePath": "src/components/CartesianChart/components/
|
|
313383
|
+
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
313403
313384
|
"description": "",
|
|
313404
|
-
"displayName": "
|
|
313385
|
+
"displayName": "XAxis",
|
|
313405
313386
|
"methods": [],
|
|
313406
313387
|
"props": {
|
|
313407
313388
|
"className": {
|
|
@@ -313482,16 +313463,16 @@
|
|
|
313482
313463
|
},
|
|
313483
313464
|
"scale": {
|
|
313484
313465
|
"defaultValue": null,
|
|
313485
|
-
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <
|
|
313466
|
+
"description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
|
|
313486
313467
|
"name": "scale",
|
|
313487
313468
|
"parent": {
|
|
313488
|
-
"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/
|
|
313489
|
-
"name": "
|
|
313469
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313470
|
+
"name": "XAxisProps"
|
|
313490
313471
|
},
|
|
313491
313472
|
"declarations": [
|
|
313492
313473
|
{
|
|
313493
|
-
"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/
|
|
313494
|
-
"name": "
|
|
313474
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313475
|
+
"name": "XAxisProps"
|
|
313495
313476
|
}
|
|
313496
313477
|
],
|
|
313497
313478
|
"required": false,
|
|
@@ -313539,16 +313520,16 @@
|
|
|
313539
313520
|
},
|
|
313540
313521
|
"interval": {
|
|
313541
313522
|
"defaultValue": null,
|
|
313542
|
-
"description": "If set 0, all the ticks will be shown. If set
|
|
313523
|
+
"description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
|
|
313543
313524
|
"name": "interval",
|
|
313544
313525
|
"parent": {
|
|
313545
|
-
"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/
|
|
313546
|
-
"name": "
|
|
313526
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313527
|
+
"name": "XAxisProps"
|
|
313547
313528
|
},
|
|
313548
313529
|
"declarations": [
|
|
313549
313530
|
{
|
|
313550
|
-
"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/
|
|
313551
|
-
"name": "
|
|
313531
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313532
|
+
"name": "XAxisProps"
|
|
313552
313533
|
}
|
|
313553
313534
|
],
|
|
313554
313535
|
"required": false,
|
|
@@ -313561,13 +313542,13 @@
|
|
|
313561
313542
|
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
313562
313543
|
"name": "minTickGap",
|
|
313563
313544
|
"parent": {
|
|
313564
|
-
"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/
|
|
313565
|
-
"name": "
|
|
313545
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313546
|
+
"name": "XAxisProps"
|
|
313566
313547
|
},
|
|
313567
313548
|
"declarations": [
|
|
313568
313549
|
{
|
|
313569
|
-
"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/
|
|
313570
|
-
"name": "
|
|
313550
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313551
|
+
"name": "XAxisProps"
|
|
313571
313552
|
}
|
|
313572
313553
|
],
|
|
313573
313554
|
"required": false,
|
|
@@ -313577,16 +313558,16 @@
|
|
|
313577
313558
|
},
|
|
313578
313559
|
"domain": {
|
|
313579
313560
|
"defaultValue": null,
|
|
313580
|
-
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <
|
|
313561
|
+
"description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
|
|
313581
313562
|
"name": "domain",
|
|
313582
313563
|
"parent": {
|
|
313583
|
-
"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/
|
|
313584
|
-
"name": "
|
|
313564
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313565
|
+
"name": "XAxisProps"
|
|
313585
313566
|
},
|
|
313586
313567
|
"declarations": [
|
|
313587
313568
|
{
|
|
313588
|
-
"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/
|
|
313589
|
-
"name": "
|
|
313569
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
313570
|
+
"name": "XAxisProps"
|
|
313590
313571
|
}
|
|
313591
313572
|
],
|
|
313592
313573
|
"required": false,
|
|
@@ -313631,6 +313612,25 @@
|
|
|
313631
313612
|
"type": {
|
|
313632
313613
|
"name": "((value: any, index: number) => string)"
|
|
313633
313614
|
}
|
|
313615
|
+
},
|
|
313616
|
+
"allowDataOverflow": {
|
|
313617
|
+
"defaultValue": null,
|
|
313618
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
|
|
313619
|
+
"name": "allowDataOverflow",
|
|
313620
|
+
"parent": {
|
|
313621
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313622
|
+
"name": "RenderableAxisProps"
|
|
313623
|
+
},
|
|
313624
|
+
"declarations": [
|
|
313625
|
+
{
|
|
313626
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
313627
|
+
"name": "RenderableAxisProps"
|
|
313628
|
+
}
|
|
313629
|
+
],
|
|
313630
|
+
"required": false,
|
|
313631
|
+
"type": {
|
|
313632
|
+
"name": "boolean"
|
|
313633
|
+
}
|
|
313634
313634
|
}
|
|
313635
313635
|
}
|
|
313636
313636
|
},
|
|
@@ -333329,138 +333329,6 @@
|
|
|
333329
333329
|
}
|
|
333330
333330
|
}
|
|
333331
333331
|
},
|
|
333332
|
-
{
|
|
333333
|
-
"tags": {},
|
|
333334
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333335
|
-
"description": "",
|
|
333336
|
-
"displayName": "Item",
|
|
333337
|
-
"methods": [],
|
|
333338
|
-
"props": {
|
|
333339
|
-
"id": {
|
|
333340
|
-
"defaultValue": null,
|
|
333341
|
-
"description": "",
|
|
333342
|
-
"name": "id",
|
|
333343
|
-
"parent": {
|
|
333344
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333345
|
-
"name": "Props"
|
|
333346
|
-
},
|
|
333347
|
-
"declarations": [
|
|
333348
|
-
{
|
|
333349
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333350
|
-
"name": "Props"
|
|
333351
|
-
}
|
|
333352
|
-
],
|
|
333353
|
-
"required": true,
|
|
333354
|
-
"type": {
|
|
333355
|
-
"name": "Key"
|
|
333356
|
-
}
|
|
333357
|
-
},
|
|
333358
|
-
"data": {
|
|
333359
|
-
"defaultValue": null,
|
|
333360
|
-
"description": "",
|
|
333361
|
-
"name": "data",
|
|
333362
|
-
"parent": {
|
|
333363
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333364
|
-
"name": "Props"
|
|
333365
|
-
},
|
|
333366
|
-
"declarations": [
|
|
333367
|
-
{
|
|
333368
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333369
|
-
"name": "Props"
|
|
333370
|
-
}
|
|
333371
|
-
],
|
|
333372
|
-
"required": true,
|
|
333373
|
-
"type": {
|
|
333374
|
-
"name": "never"
|
|
333375
|
-
}
|
|
333376
|
-
},
|
|
333377
|
-
"children": {
|
|
333378
|
-
"defaultValue": null,
|
|
333379
|
-
"description": "",
|
|
333380
|
-
"name": "children",
|
|
333381
|
-
"declarations": [
|
|
333382
|
-
{
|
|
333383
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
333384
|
-
"name": "TypeLiteral"
|
|
333385
|
-
}
|
|
333386
|
-
],
|
|
333387
|
-
"required": false,
|
|
333388
|
-
"type": {
|
|
333389
|
-
"name": "ReactNode"
|
|
333390
|
-
}
|
|
333391
|
-
}
|
|
333392
|
-
}
|
|
333393
|
-
},
|
|
333394
|
-
{
|
|
333395
|
-
"tags": {},
|
|
333396
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333397
|
-
"description": "",
|
|
333398
|
-
"displayName": "ItemContainer",
|
|
333399
|
-
"methods": [],
|
|
333400
|
-
"props": {
|
|
333401
|
-
"id": {
|
|
333402
|
-
"defaultValue": null,
|
|
333403
|
-
"description": "",
|
|
333404
|
-
"name": "id",
|
|
333405
|
-
"parent": {
|
|
333406
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333407
|
-
"name": "Props"
|
|
333408
|
-
},
|
|
333409
|
-
"declarations": [
|
|
333410
|
-
{
|
|
333411
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333412
|
-
"name": "Props"
|
|
333413
|
-
}
|
|
333414
|
-
],
|
|
333415
|
-
"required": true,
|
|
333416
|
-
"type": {
|
|
333417
|
-
"name": "Key"
|
|
333418
|
-
}
|
|
333419
|
-
},
|
|
333420
|
-
"data": {
|
|
333421
|
-
"defaultValue": null,
|
|
333422
|
-
"description": "",
|
|
333423
|
-
"name": "data",
|
|
333424
|
-
"parent": {
|
|
333425
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333426
|
-
"name": "Props"
|
|
333427
|
-
},
|
|
333428
|
-
"declarations": [
|
|
333429
|
-
{
|
|
333430
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
333431
|
-
"name": "Props"
|
|
333432
|
-
}
|
|
333433
|
-
],
|
|
333434
|
-
"required": true,
|
|
333435
|
-
"type": {
|
|
333436
|
-
"name": "never"
|
|
333437
|
-
}
|
|
333438
|
-
},
|
|
333439
|
-
"children": {
|
|
333440
|
-
"defaultValue": null,
|
|
333441
|
-
"description": "",
|
|
333442
|
-
"name": "children",
|
|
333443
|
-
"declarations": [
|
|
333444
|
-
{
|
|
333445
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
333446
|
-
"name": "TypeLiteral"
|
|
333447
|
-
}
|
|
333448
|
-
],
|
|
333449
|
-
"required": false,
|
|
333450
|
-
"type": {
|
|
333451
|
-
"name": "ReactNode"
|
|
333452
|
-
}
|
|
333453
|
-
}
|
|
333454
|
-
}
|
|
333455
|
-
},
|
|
333456
|
-
{
|
|
333457
|
-
"tags": {},
|
|
333458
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
333459
|
-
"description": "",
|
|
333460
|
-
"displayName": "FallbackItems",
|
|
333461
|
-
"methods": [],
|
|
333462
|
-
"props": {}
|
|
333463
|
-
},
|
|
333464
333332
|
{
|
|
333465
333333
|
"tags": {
|
|
333466
333334
|
"flr-generate": "all"
|
|
@@ -337156,73 +337024,133 @@
|
|
|
337156
337024
|
},
|
|
337157
337025
|
{
|
|
337158
337026
|
"tags": {},
|
|
337159
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/
|
|
337027
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337160
337028
|
"description": "",
|
|
337161
|
-
"displayName": "
|
|
337029
|
+
"displayName": "Item",
|
|
337162
337030
|
"methods": [],
|
|
337163
337031
|
"props": {
|
|
337164
|
-
"
|
|
337032
|
+
"id": {
|
|
337165
337033
|
"defaultValue": null,
|
|
337166
337034
|
"description": "",
|
|
337167
|
-
"name": "
|
|
337035
|
+
"name": "id",
|
|
337168
337036
|
"parent": {
|
|
337169
|
-
"fileName": "components/src/components/List/components/
|
|
337037
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337170
337038
|
"name": "Props"
|
|
337171
337039
|
},
|
|
337172
337040
|
"declarations": [
|
|
337173
337041
|
{
|
|
337174
|
-
"fileName": "components/src/components/List/components/
|
|
337042
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337175
337043
|
"name": "Props"
|
|
337176
337044
|
}
|
|
337177
337045
|
],
|
|
337178
337046
|
"required": true,
|
|
337179
337047
|
"type": {
|
|
337180
|
-
"name": "
|
|
337048
|
+
"name": "Key"
|
|
337049
|
+
}
|
|
337050
|
+
},
|
|
337051
|
+
"data": {
|
|
337052
|
+
"defaultValue": null,
|
|
337053
|
+
"description": "",
|
|
337054
|
+
"name": "data",
|
|
337055
|
+
"parent": {
|
|
337056
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337057
|
+
"name": "Props"
|
|
337058
|
+
},
|
|
337059
|
+
"declarations": [
|
|
337060
|
+
{
|
|
337061
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337062
|
+
"name": "Props"
|
|
337063
|
+
}
|
|
337064
|
+
],
|
|
337065
|
+
"required": true,
|
|
337066
|
+
"type": {
|
|
337067
|
+
"name": "never"
|
|
337068
|
+
}
|
|
337069
|
+
},
|
|
337070
|
+
"children": {
|
|
337071
|
+
"defaultValue": null,
|
|
337072
|
+
"description": "",
|
|
337073
|
+
"name": "children",
|
|
337074
|
+
"declarations": [
|
|
337075
|
+
{
|
|
337076
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
337077
|
+
"name": "TypeLiteral"
|
|
337078
|
+
}
|
|
337079
|
+
],
|
|
337080
|
+
"required": false,
|
|
337081
|
+
"type": {
|
|
337082
|
+
"name": "ReactNode"
|
|
337181
337083
|
}
|
|
337182
337084
|
}
|
|
337183
337085
|
}
|
|
337184
337086
|
},
|
|
337185
337087
|
{
|
|
337186
337088
|
"tags": {},
|
|
337187
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/
|
|
337188
|
-
"description": "",
|
|
337189
|
-
"displayName": "SortingContextMenu",
|
|
337190
|
-
"methods": [],
|
|
337191
|
-
"props": {}
|
|
337192
|
-
},
|
|
337193
|
-
{
|
|
337194
|
-
"tags": {},
|
|
337195
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
337089
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337196
337090
|
"description": "",
|
|
337197
|
-
"displayName": "
|
|
337091
|
+
"displayName": "ItemContainer",
|
|
337198
337092
|
"methods": [],
|
|
337199
337093
|
"props": {
|
|
337200
|
-
"
|
|
337094
|
+
"id": {
|
|
337201
337095
|
"defaultValue": null,
|
|
337202
337096
|
"description": "",
|
|
337203
|
-
"name": "
|
|
337097
|
+
"name": "id",
|
|
337204
337098
|
"parent": {
|
|
337205
|
-
"fileName": "components/src/components/List/components/
|
|
337099
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337206
337100
|
"name": "Props"
|
|
337207
337101
|
},
|
|
337208
337102
|
"declarations": [
|
|
337209
337103
|
{
|
|
337210
|
-
"fileName": "components/src/components/List/components/
|
|
337104
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337211
337105
|
"name": "Props"
|
|
337212
337106
|
}
|
|
337213
337107
|
],
|
|
337214
337108
|
"required": true,
|
|
337215
337109
|
"type": {
|
|
337216
|
-
"name": "
|
|
337110
|
+
"name": "Key"
|
|
337111
|
+
}
|
|
337112
|
+
},
|
|
337113
|
+
"data": {
|
|
337114
|
+
"defaultValue": null,
|
|
337115
|
+
"description": "",
|
|
337116
|
+
"name": "data",
|
|
337117
|
+
"parent": {
|
|
337118
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337119
|
+
"name": "Props"
|
|
337120
|
+
},
|
|
337121
|
+
"declarations": [
|
|
337122
|
+
{
|
|
337123
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
337124
|
+
"name": "Props"
|
|
337125
|
+
}
|
|
337126
|
+
],
|
|
337127
|
+
"required": true,
|
|
337128
|
+
"type": {
|
|
337129
|
+
"name": "never"
|
|
337130
|
+
}
|
|
337131
|
+
},
|
|
337132
|
+
"children": {
|
|
337133
|
+
"defaultValue": null,
|
|
337134
|
+
"description": "",
|
|
337135
|
+
"name": "children",
|
|
337136
|
+
"declarations": [
|
|
337137
|
+
{
|
|
337138
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
337139
|
+
"name": "TypeLiteral"
|
|
337140
|
+
}
|
|
337141
|
+
],
|
|
337142
|
+
"required": false,
|
|
337143
|
+
"type": {
|
|
337144
|
+
"name": "ReactNode"
|
|
337217
337145
|
}
|
|
337218
337146
|
}
|
|
337219
337147
|
}
|
|
337220
337148
|
},
|
|
337221
337149
|
{
|
|
337222
337150
|
"tags": {},
|
|
337223
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/
|
|
337151
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
337224
337152
|
"description": "",
|
|
337225
|
-
"displayName": "
|
|
337153
|
+
"displayName": "FallbackItems",
|
|
337226
337154
|
"methods": [],
|
|
337227
337155
|
"props": {}
|
|
337228
337156
|
},
|
|
@@ -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",
|