@mittwald/flow-react-components 0.2.0-alpha.446 → 0.2.0-alpha.448
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 +12 -0
- package/dist/assets/doc-properties.json +401 -382
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/FileDropZone/FileDropZone.mjs +24 -5
- package/dist/js/components/src/components/FileDropZone/FileDropZone.mjs.map +1 -1
- package/dist/js/components/src/components/FileDropZone/FileDropZone.module.scss.mjs +10 -2
- package/dist/js/components/src/components/FileDropZone/FileDropZone.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs +2 -1
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
- package/dist/types/components/FileDropZone/FileDropZone.d.ts +1 -1
- package/dist/types/components/FileDropZone/FileDropZone.d.ts.map +1 -1
- package/dist/types/components/FileDropZone/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/FileDropZone/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -78623,6 +78623,128 @@
|
|
|
78623
78623
|
}
|
|
78624
78624
|
}
|
|
78625
78625
|
},
|
|
78626
|
+
{
|
|
78627
|
+
"tags": {
|
|
78628
|
+
"flr-generate": "all",
|
|
78629
|
+
"flr-clear-props-context": ""
|
|
78630
|
+
},
|
|
78631
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
|
|
78632
|
+
"description": "",
|
|
78633
|
+
"displayName": "MessageThread",
|
|
78634
|
+
"methods": [],
|
|
78635
|
+
"props": {
|
|
78636
|
+
"children": {
|
|
78637
|
+
"defaultValue": null,
|
|
78638
|
+
"description": "",
|
|
78639
|
+
"name": "children",
|
|
78640
|
+
"declarations": [
|
|
78641
|
+
{
|
|
78642
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78643
|
+
"name": "TypeLiteral"
|
|
78644
|
+
}
|
|
78645
|
+
],
|
|
78646
|
+
"required": false,
|
|
78647
|
+
"type": {
|
|
78648
|
+
"name": "ReactNode"
|
|
78649
|
+
}
|
|
78650
|
+
},
|
|
78651
|
+
"className": {
|
|
78652
|
+
"defaultValue": null,
|
|
78653
|
+
"description": "The elements class name.",
|
|
78654
|
+
"name": "className",
|
|
78655
|
+
"parent": {
|
|
78656
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
78657
|
+
"name": "PropsWithClassName"
|
|
78658
|
+
},
|
|
78659
|
+
"declarations": [
|
|
78660
|
+
{
|
|
78661
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
78662
|
+
"name": "PropsWithClassName"
|
|
78663
|
+
}
|
|
78664
|
+
],
|
|
78665
|
+
"required": false,
|
|
78666
|
+
"type": {
|
|
78667
|
+
"name": "string"
|
|
78668
|
+
}
|
|
78669
|
+
},
|
|
78670
|
+
"wrapWith": {
|
|
78671
|
+
"defaultValue": null,
|
|
78672
|
+
"description": "",
|
|
78673
|
+
"name": "wrapWith",
|
|
78674
|
+
"parent": {
|
|
78675
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
78676
|
+
"name": "FlowComponentProps"
|
|
78677
|
+
},
|
|
78678
|
+
"declarations": [
|
|
78679
|
+
{
|
|
78680
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
78681
|
+
"name": "FlowComponentProps"
|
|
78682
|
+
}
|
|
78683
|
+
],
|
|
78684
|
+
"required": false,
|
|
78685
|
+
"type": {
|
|
78686
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
78687
|
+
}
|
|
78688
|
+
},
|
|
78689
|
+
"tunnelId": {
|
|
78690
|
+
"defaultValue": null,
|
|
78691
|
+
"description": "@internal",
|
|
78692
|
+
"name": "tunnelId",
|
|
78693
|
+
"parent": {
|
|
78694
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
78695
|
+
"name": "PropsWithTunnel"
|
|
78696
|
+
},
|
|
78697
|
+
"declarations": [
|
|
78698
|
+
{
|
|
78699
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
78700
|
+
"name": "PropsWithTunnel"
|
|
78701
|
+
}
|
|
78702
|
+
],
|
|
78703
|
+
"required": false,
|
|
78704
|
+
"type": {
|
|
78705
|
+
"name": "string | null"
|
|
78706
|
+
}
|
|
78707
|
+
},
|
|
78708
|
+
"ref": {
|
|
78709
|
+
"defaultValue": null,
|
|
78710
|
+
"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}",
|
|
78711
|
+
"name": "ref",
|
|
78712
|
+
"parent": {
|
|
78713
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78714
|
+
"name": "RefAttributes"
|
|
78715
|
+
},
|
|
78716
|
+
"declarations": [
|
|
78717
|
+
{
|
|
78718
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78719
|
+
"name": "RefAttributes"
|
|
78720
|
+
}
|
|
78721
|
+
],
|
|
78722
|
+
"required": false,
|
|
78723
|
+
"type": {
|
|
78724
|
+
"name": "Ref<HTMLInputElement>"
|
|
78725
|
+
}
|
|
78726
|
+
},
|
|
78727
|
+
"key": {
|
|
78728
|
+
"defaultValue": null,
|
|
78729
|
+
"description": "",
|
|
78730
|
+
"name": "key",
|
|
78731
|
+
"parent": {
|
|
78732
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78733
|
+
"name": "Attributes"
|
|
78734
|
+
},
|
|
78735
|
+
"declarations": [
|
|
78736
|
+
{
|
|
78737
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78738
|
+
"name": "Attributes"
|
|
78739
|
+
}
|
|
78740
|
+
],
|
|
78741
|
+
"required": false,
|
|
78742
|
+
"type": {
|
|
78743
|
+
"name": "Key | null"
|
|
78744
|
+
}
|
|
78745
|
+
}
|
|
78746
|
+
}
|
|
78747
|
+
},
|
|
78626
78748
|
{
|
|
78627
78749
|
"tags": {},
|
|
78628
78750
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/Modal.tsx",
|
|
@@ -78860,128 +78982,6 @@
|
|
|
78860
78982
|
}
|
|
78861
78983
|
}
|
|
78862
78984
|
},
|
|
78863
|
-
{
|
|
78864
|
-
"tags": {
|
|
78865
|
-
"flr-generate": "all",
|
|
78866
|
-
"flr-clear-props-context": ""
|
|
78867
|
-
},
|
|
78868
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
|
|
78869
|
-
"description": "",
|
|
78870
|
-
"displayName": "MessageThread",
|
|
78871
|
-
"methods": [],
|
|
78872
|
-
"props": {
|
|
78873
|
-
"children": {
|
|
78874
|
-
"defaultValue": null,
|
|
78875
|
-
"description": "",
|
|
78876
|
-
"name": "children",
|
|
78877
|
-
"declarations": [
|
|
78878
|
-
{
|
|
78879
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78880
|
-
"name": "TypeLiteral"
|
|
78881
|
-
}
|
|
78882
|
-
],
|
|
78883
|
-
"required": false,
|
|
78884
|
-
"type": {
|
|
78885
|
-
"name": "ReactNode"
|
|
78886
|
-
}
|
|
78887
|
-
},
|
|
78888
|
-
"className": {
|
|
78889
|
-
"defaultValue": null,
|
|
78890
|
-
"description": "The elements class name.",
|
|
78891
|
-
"name": "className",
|
|
78892
|
-
"parent": {
|
|
78893
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
78894
|
-
"name": "PropsWithClassName"
|
|
78895
|
-
},
|
|
78896
|
-
"declarations": [
|
|
78897
|
-
{
|
|
78898
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
78899
|
-
"name": "PropsWithClassName"
|
|
78900
|
-
}
|
|
78901
|
-
],
|
|
78902
|
-
"required": false,
|
|
78903
|
-
"type": {
|
|
78904
|
-
"name": "string"
|
|
78905
|
-
}
|
|
78906
|
-
},
|
|
78907
|
-
"wrapWith": {
|
|
78908
|
-
"defaultValue": null,
|
|
78909
|
-
"description": "",
|
|
78910
|
-
"name": "wrapWith",
|
|
78911
|
-
"parent": {
|
|
78912
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
78913
|
-
"name": "FlowComponentProps"
|
|
78914
|
-
},
|
|
78915
|
-
"declarations": [
|
|
78916
|
-
{
|
|
78917
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
78918
|
-
"name": "FlowComponentProps"
|
|
78919
|
-
}
|
|
78920
|
-
],
|
|
78921
|
-
"required": false,
|
|
78922
|
-
"type": {
|
|
78923
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
78924
|
-
}
|
|
78925
|
-
},
|
|
78926
|
-
"tunnelId": {
|
|
78927
|
-
"defaultValue": null,
|
|
78928
|
-
"description": "@internal",
|
|
78929
|
-
"name": "tunnelId",
|
|
78930
|
-
"parent": {
|
|
78931
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
78932
|
-
"name": "PropsWithTunnel"
|
|
78933
|
-
},
|
|
78934
|
-
"declarations": [
|
|
78935
|
-
{
|
|
78936
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
78937
|
-
"name": "PropsWithTunnel"
|
|
78938
|
-
}
|
|
78939
|
-
],
|
|
78940
|
-
"required": false,
|
|
78941
|
-
"type": {
|
|
78942
|
-
"name": "string | null"
|
|
78943
|
-
}
|
|
78944
|
-
},
|
|
78945
|
-
"ref": {
|
|
78946
|
-
"defaultValue": null,
|
|
78947
|
-
"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}",
|
|
78948
|
-
"name": "ref",
|
|
78949
|
-
"parent": {
|
|
78950
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78951
|
-
"name": "RefAttributes"
|
|
78952
|
-
},
|
|
78953
|
-
"declarations": [
|
|
78954
|
-
{
|
|
78955
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78956
|
-
"name": "RefAttributes"
|
|
78957
|
-
}
|
|
78958
|
-
],
|
|
78959
|
-
"required": false,
|
|
78960
|
-
"type": {
|
|
78961
|
-
"name": "Ref<HTMLInputElement>"
|
|
78962
|
-
}
|
|
78963
|
-
},
|
|
78964
|
-
"key": {
|
|
78965
|
-
"defaultValue": null,
|
|
78966
|
-
"description": "",
|
|
78967
|
-
"name": "key",
|
|
78968
|
-
"parent": {
|
|
78969
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78970
|
-
"name": "Attributes"
|
|
78971
|
-
},
|
|
78972
|
-
"declarations": [
|
|
78973
|
-
{
|
|
78974
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
78975
|
-
"name": "Attributes"
|
|
78976
|
-
}
|
|
78977
|
-
],
|
|
78978
|
-
"required": false,
|
|
78979
|
-
"type": {
|
|
78980
|
-
"name": "Key | null"
|
|
78981
|
-
}
|
|
78982
|
-
}
|
|
78983
|
-
}
|
|
78984
|
-
},
|
|
78985
78985
|
{
|
|
78986
78986
|
"tags": {
|
|
78987
78987
|
"flr-generate": "all",
|
|
@@ -152032,6 +152032,25 @@
|
|
|
152032
152032
|
"type": {
|
|
152033
152033
|
"name": "boolean"
|
|
152034
152034
|
}
|
|
152035
|
+
},
|
|
152036
|
+
"isDisabled": {
|
|
152037
|
+
"defaultValue": null,
|
|
152038
|
+
"description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
|
|
152039
|
+
"name": "isDisabled",
|
|
152040
|
+
"parent": {
|
|
152041
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/dnd/dist/types.d.ts",
|
|
152042
|
+
"name": "DropOptions"
|
|
152043
|
+
},
|
|
152044
|
+
"declarations": [
|
|
152045
|
+
{
|
|
152046
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/dnd/dist/types.d.ts",
|
|
152047
|
+
"name": "DropOptions"
|
|
152048
|
+
}
|
|
152049
|
+
],
|
|
152050
|
+
"required": false,
|
|
152051
|
+
"type": {
|
|
152052
|
+
"name": "boolean"
|
|
152053
|
+
}
|
|
152035
152054
|
}
|
|
152036
152055
|
}
|
|
152037
152056
|
},
|
|
@@ -294602,6 +294621,51 @@
|
|
|
294602
294621
|
}
|
|
294603
294622
|
}
|
|
294604
294623
|
},
|
|
294624
|
+
{
|
|
294625
|
+
"tags": {
|
|
294626
|
+
"flr-generate": "all"
|
|
294627
|
+
},
|
|
294628
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
|
|
294629
|
+
"description": "",
|
|
294630
|
+
"displayName": "MessageSeparator",
|
|
294631
|
+
"methods": [],
|
|
294632
|
+
"props": {
|
|
294633
|
+
"children": {
|
|
294634
|
+
"defaultValue": null,
|
|
294635
|
+
"description": "",
|
|
294636
|
+
"name": "children",
|
|
294637
|
+
"declarations": [
|
|
294638
|
+
{
|
|
294639
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
294640
|
+
"name": "TypeLiteral"
|
|
294641
|
+
}
|
|
294642
|
+
],
|
|
294643
|
+
"required": false,
|
|
294644
|
+
"type": {
|
|
294645
|
+
"name": "ReactNode"
|
|
294646
|
+
}
|
|
294647
|
+
},
|
|
294648
|
+
"className": {
|
|
294649
|
+
"defaultValue": null,
|
|
294650
|
+
"description": "The elements class name.",
|
|
294651
|
+
"name": "className",
|
|
294652
|
+
"parent": {
|
|
294653
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
294654
|
+
"name": "PropsWithClassName"
|
|
294655
|
+
},
|
|
294656
|
+
"declarations": [
|
|
294657
|
+
{
|
|
294658
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
294659
|
+
"name": "PropsWithClassName"
|
|
294660
|
+
}
|
|
294661
|
+
],
|
|
294662
|
+
"required": false,
|
|
294663
|
+
"type": {
|
|
294664
|
+
"name": "string"
|
|
294665
|
+
}
|
|
294666
|
+
}
|
|
294667
|
+
}
|
|
294668
|
+
},
|
|
294605
294669
|
{
|
|
294606
294670
|
"tags": {},
|
|
294607
294671
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -294740,51 +294804,6 @@
|
|
|
294740
294804
|
}
|
|
294741
294805
|
}
|
|
294742
294806
|
},
|
|
294743
|
-
{
|
|
294744
|
-
"tags": {
|
|
294745
|
-
"flr-generate": "all"
|
|
294746
|
-
},
|
|
294747
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
|
|
294748
|
-
"description": "",
|
|
294749
|
-
"displayName": "MessageSeparator",
|
|
294750
|
-
"methods": [],
|
|
294751
|
-
"props": {
|
|
294752
|
-
"children": {
|
|
294753
|
-
"defaultValue": null,
|
|
294754
|
-
"description": "",
|
|
294755
|
-
"name": "children",
|
|
294756
|
-
"declarations": [
|
|
294757
|
-
{
|
|
294758
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
294759
|
-
"name": "TypeLiteral"
|
|
294760
|
-
}
|
|
294761
|
-
],
|
|
294762
|
-
"required": false,
|
|
294763
|
-
"type": {
|
|
294764
|
-
"name": "ReactNode"
|
|
294765
|
-
}
|
|
294766
|
-
},
|
|
294767
|
-
"className": {
|
|
294768
|
-
"defaultValue": null,
|
|
294769
|
-
"description": "The elements class name.",
|
|
294770
|
-
"name": "className",
|
|
294771
|
-
"parent": {
|
|
294772
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
294773
|
-
"name": "PropsWithClassName"
|
|
294774
|
-
},
|
|
294775
|
-
"declarations": [
|
|
294776
|
-
{
|
|
294777
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
294778
|
-
"name": "PropsWithClassName"
|
|
294779
|
-
}
|
|
294780
|
-
],
|
|
294781
|
-
"required": false,
|
|
294782
|
-
"type": {
|
|
294783
|
-
"name": "string"
|
|
294784
|
-
}
|
|
294785
|
-
}
|
|
294786
|
-
}
|
|
294787
|
-
},
|
|
294788
294807
|
{
|
|
294789
294808
|
"tags": {},
|
|
294790
294809
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.tsx",
|
|
@@ -295299,6 +295318,14 @@
|
|
|
295299
295318
|
}
|
|
295300
295319
|
}
|
|
295301
295320
|
},
|
|
295321
|
+
{
|
|
295322
|
+
"tags": {},
|
|
295323
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
295324
|
+
"description": "",
|
|
295325
|
+
"displayName": "Items",
|
|
295326
|
+
"methods": [],
|
|
295327
|
+
"props": {}
|
|
295328
|
+
},
|
|
295302
295329
|
{
|
|
295303
295330
|
"tags": {},
|
|
295304
295331
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
@@ -295327,14 +295354,6 @@
|
|
|
295327
295354
|
}
|
|
295328
295355
|
}
|
|
295329
295356
|
},
|
|
295330
|
-
{
|
|
295331
|
-
"tags": {},
|
|
295332
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
295333
|
-
"description": "",
|
|
295334
|
-
"displayName": "Items",
|
|
295335
|
-
"methods": [],
|
|
295336
|
-
"props": {}
|
|
295337
|
-
},
|
|
295338
295357
|
{
|
|
295339
295358
|
"tags": {},
|
|
295340
295359
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
@@ -321350,213 +321369,6 @@
|
|
|
321350
321369
|
}
|
|
321351
321370
|
}
|
|
321352
321371
|
},
|
|
321353
|
-
{
|
|
321354
|
-
"tags": {},
|
|
321355
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
321356
|
-
"description": "",
|
|
321357
|
-
"displayName": "ViewModeMenuItem",
|
|
321358
|
-
"methods": [],
|
|
321359
|
-
"props": {
|
|
321360
|
-
"viewMode": {
|
|
321361
|
-
"defaultValue": null,
|
|
321362
|
-
"description": "",
|
|
321363
|
-
"name": "viewMode",
|
|
321364
|
-
"parent": {
|
|
321365
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
321366
|
-
"name": "Props"
|
|
321367
|
-
},
|
|
321368
|
-
"declarations": [
|
|
321369
|
-
{
|
|
321370
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
321371
|
-
"name": "Props"
|
|
321372
|
-
}
|
|
321373
|
-
],
|
|
321374
|
-
"required": true,
|
|
321375
|
-
"type": {
|
|
321376
|
-
"name": "ListViewMode"
|
|
321377
|
-
}
|
|
321378
|
-
}
|
|
321379
|
-
}
|
|
321380
|
-
},
|
|
321381
|
-
{
|
|
321382
|
-
"tags": {},
|
|
321383
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
321384
|
-
"description": "",
|
|
321385
|
-
"displayName": "ViewModeMenu",
|
|
321386
|
-
"methods": [],
|
|
321387
|
-
"props": {}
|
|
321388
|
-
},
|
|
321389
|
-
{
|
|
321390
|
-
"tags": {},
|
|
321391
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
321392
|
-
"description": "",
|
|
321393
|
-
"displayName": "SortingMenuItem",
|
|
321394
|
-
"methods": [],
|
|
321395
|
-
"props": {
|
|
321396
|
-
"sorting": {
|
|
321397
|
-
"defaultValue": null,
|
|
321398
|
-
"description": "",
|
|
321399
|
-
"name": "sorting",
|
|
321400
|
-
"parent": {
|
|
321401
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
321402
|
-
"name": "Props"
|
|
321403
|
-
},
|
|
321404
|
-
"declarations": [
|
|
321405
|
-
{
|
|
321406
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
321407
|
-
"name": "Props"
|
|
321408
|
-
}
|
|
321409
|
-
],
|
|
321410
|
-
"required": true,
|
|
321411
|
-
"type": {
|
|
321412
|
-
"name": "Sorting<never>"
|
|
321413
|
-
}
|
|
321414
|
-
}
|
|
321415
|
-
}
|
|
321416
|
-
},
|
|
321417
|
-
{
|
|
321418
|
-
"tags": {},
|
|
321419
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
321420
|
-
"description": "",
|
|
321421
|
-
"displayName": "SortingMenu",
|
|
321422
|
-
"methods": [],
|
|
321423
|
-
"props": {}
|
|
321424
|
-
},
|
|
321425
|
-
{
|
|
321426
|
-
"tags": {},
|
|
321427
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
321428
|
-
"description": "",
|
|
321429
|
-
"displayName": "SettingsMenu",
|
|
321430
|
-
"methods": [],
|
|
321431
|
-
"props": {}
|
|
321432
|
-
},
|
|
321433
|
-
{
|
|
321434
|
-
"tags": {},
|
|
321435
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
321436
|
-
"description": "",
|
|
321437
|
-
"displayName": "SearchField",
|
|
321438
|
-
"methods": [],
|
|
321439
|
-
"props": {
|
|
321440
|
-
"search": {
|
|
321441
|
-
"defaultValue": null,
|
|
321442
|
-
"description": "",
|
|
321443
|
-
"name": "search",
|
|
321444
|
-
"parent": {
|
|
321445
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
321446
|
-
"name": "Props"
|
|
321447
|
-
},
|
|
321448
|
-
"declarations": [
|
|
321449
|
-
{
|
|
321450
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
321451
|
-
"name": "Props"
|
|
321452
|
-
}
|
|
321453
|
-
],
|
|
321454
|
-
"required": true,
|
|
321455
|
-
"type": {
|
|
321456
|
-
"name": "Search<never>"
|
|
321457
|
-
}
|
|
321458
|
-
},
|
|
321459
|
-
"className": {
|
|
321460
|
-
"defaultValue": null,
|
|
321461
|
-
"description": "The elements class name.",
|
|
321462
|
-
"name": "className",
|
|
321463
|
-
"parent": {
|
|
321464
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
321465
|
-
"name": "PropsWithClassName"
|
|
321466
|
-
},
|
|
321467
|
-
"declarations": [
|
|
321468
|
-
{
|
|
321469
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
321470
|
-
"name": "PropsWithClassName"
|
|
321471
|
-
}
|
|
321472
|
-
],
|
|
321473
|
-
"required": false,
|
|
321474
|
-
"type": {
|
|
321475
|
-
"name": "string"
|
|
321476
|
-
}
|
|
321477
|
-
}
|
|
321478
|
-
}
|
|
321479
|
-
},
|
|
321480
|
-
{
|
|
321481
|
-
"tags": {},
|
|
321482
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
321483
|
-
"description": "",
|
|
321484
|
-
"displayName": "FilterMenuList",
|
|
321485
|
-
"methods": [],
|
|
321486
|
-
"props": {}
|
|
321487
|
-
},
|
|
321488
|
-
{
|
|
321489
|
-
"tags": {},
|
|
321490
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
321491
|
-
"description": "",
|
|
321492
|
-
"displayName": "FilterMenuItem",
|
|
321493
|
-
"methods": [],
|
|
321494
|
-
"props": {
|
|
321495
|
-
"filterValue": {
|
|
321496
|
-
"defaultValue": null,
|
|
321497
|
-
"description": "",
|
|
321498
|
-
"name": "filterValue",
|
|
321499
|
-
"parent": {
|
|
321500
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
321501
|
-
"name": "Props"
|
|
321502
|
-
},
|
|
321503
|
-
"declarations": [
|
|
321504
|
-
{
|
|
321505
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
321506
|
-
"name": "Props"
|
|
321507
|
-
}
|
|
321508
|
-
],
|
|
321509
|
-
"required": true,
|
|
321510
|
-
"type": {
|
|
321511
|
-
"name": "FilterValue"
|
|
321512
|
-
}
|
|
321513
|
-
}
|
|
321514
|
-
}
|
|
321515
|
-
},
|
|
321516
|
-
{
|
|
321517
|
-
"tags": {},
|
|
321518
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
321519
|
-
"description": "",
|
|
321520
|
-
"displayName": "FilterMenu",
|
|
321521
|
-
"methods": [],
|
|
321522
|
-
"props": {
|
|
321523
|
-
"filter": {
|
|
321524
|
-
"defaultValue": null,
|
|
321525
|
-
"description": "",
|
|
321526
|
-
"name": "filter",
|
|
321527
|
-
"parent": {
|
|
321528
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
321529
|
-
"name": "Props"
|
|
321530
|
-
},
|
|
321531
|
-
"declarations": [
|
|
321532
|
-
{
|
|
321533
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
321534
|
-
"name": "Props"
|
|
321535
|
-
}
|
|
321536
|
-
],
|
|
321537
|
-
"required": true,
|
|
321538
|
-
"type": {
|
|
321539
|
-
"name": "Filter<never, never, never>"
|
|
321540
|
-
}
|
|
321541
|
-
}
|
|
321542
|
-
}
|
|
321543
|
-
},
|
|
321544
|
-
{
|
|
321545
|
-
"tags": {},
|
|
321546
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
321547
|
-
"description": "",
|
|
321548
|
-
"displayName": "CombinedFilterMenu",
|
|
321549
|
-
"methods": [],
|
|
321550
|
-
"props": {}
|
|
321551
|
-
},
|
|
321552
|
-
{
|
|
321553
|
-
"tags": {},
|
|
321554
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
321555
|
-
"description": "",
|
|
321556
|
-
"displayName": "ActiveFilters",
|
|
321557
|
-
"methods": [],
|
|
321558
|
-
"props": {}
|
|
321559
|
-
},
|
|
321560
321372
|
{
|
|
321561
321373
|
"tags": {
|
|
321562
321374
|
"flr-generate": "all"
|
|
@@ -325363,6 +325175,213 @@
|
|
|
325363
325175
|
"methods": [],
|
|
325364
325176
|
"props": {}
|
|
325365
325177
|
},
|
|
325178
|
+
{
|
|
325179
|
+
"tags": {},
|
|
325180
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
325181
|
+
"description": "",
|
|
325182
|
+
"displayName": "ViewModeMenuItem",
|
|
325183
|
+
"methods": [],
|
|
325184
|
+
"props": {
|
|
325185
|
+
"viewMode": {
|
|
325186
|
+
"defaultValue": null,
|
|
325187
|
+
"description": "",
|
|
325188
|
+
"name": "viewMode",
|
|
325189
|
+
"parent": {
|
|
325190
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
325191
|
+
"name": "Props"
|
|
325192
|
+
},
|
|
325193
|
+
"declarations": [
|
|
325194
|
+
{
|
|
325195
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
325196
|
+
"name": "Props"
|
|
325197
|
+
}
|
|
325198
|
+
],
|
|
325199
|
+
"required": true,
|
|
325200
|
+
"type": {
|
|
325201
|
+
"name": "ListViewMode"
|
|
325202
|
+
}
|
|
325203
|
+
}
|
|
325204
|
+
}
|
|
325205
|
+
},
|
|
325206
|
+
{
|
|
325207
|
+
"tags": {},
|
|
325208
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
325209
|
+
"description": "",
|
|
325210
|
+
"displayName": "ViewModeMenu",
|
|
325211
|
+
"methods": [],
|
|
325212
|
+
"props": {}
|
|
325213
|
+
},
|
|
325214
|
+
{
|
|
325215
|
+
"tags": {},
|
|
325216
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
325217
|
+
"description": "",
|
|
325218
|
+
"displayName": "SortingMenuItem",
|
|
325219
|
+
"methods": [],
|
|
325220
|
+
"props": {
|
|
325221
|
+
"sorting": {
|
|
325222
|
+
"defaultValue": null,
|
|
325223
|
+
"description": "",
|
|
325224
|
+
"name": "sorting",
|
|
325225
|
+
"parent": {
|
|
325226
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
325227
|
+
"name": "Props"
|
|
325228
|
+
},
|
|
325229
|
+
"declarations": [
|
|
325230
|
+
{
|
|
325231
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
325232
|
+
"name": "Props"
|
|
325233
|
+
}
|
|
325234
|
+
],
|
|
325235
|
+
"required": true,
|
|
325236
|
+
"type": {
|
|
325237
|
+
"name": "Sorting<never>"
|
|
325238
|
+
}
|
|
325239
|
+
}
|
|
325240
|
+
}
|
|
325241
|
+
},
|
|
325242
|
+
{
|
|
325243
|
+
"tags": {},
|
|
325244
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
325245
|
+
"description": "",
|
|
325246
|
+
"displayName": "SortingMenu",
|
|
325247
|
+
"methods": [],
|
|
325248
|
+
"props": {}
|
|
325249
|
+
},
|
|
325250
|
+
{
|
|
325251
|
+
"tags": {},
|
|
325252
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
325253
|
+
"description": "",
|
|
325254
|
+
"displayName": "SettingsMenu",
|
|
325255
|
+
"methods": [],
|
|
325256
|
+
"props": {}
|
|
325257
|
+
},
|
|
325258
|
+
{
|
|
325259
|
+
"tags": {},
|
|
325260
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
325261
|
+
"description": "",
|
|
325262
|
+
"displayName": "SearchField",
|
|
325263
|
+
"methods": [],
|
|
325264
|
+
"props": {
|
|
325265
|
+
"search": {
|
|
325266
|
+
"defaultValue": null,
|
|
325267
|
+
"description": "",
|
|
325268
|
+
"name": "search",
|
|
325269
|
+
"parent": {
|
|
325270
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
325271
|
+
"name": "Props"
|
|
325272
|
+
},
|
|
325273
|
+
"declarations": [
|
|
325274
|
+
{
|
|
325275
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
325276
|
+
"name": "Props"
|
|
325277
|
+
}
|
|
325278
|
+
],
|
|
325279
|
+
"required": true,
|
|
325280
|
+
"type": {
|
|
325281
|
+
"name": "Search<never>"
|
|
325282
|
+
}
|
|
325283
|
+
},
|
|
325284
|
+
"className": {
|
|
325285
|
+
"defaultValue": null,
|
|
325286
|
+
"description": "The elements class name.",
|
|
325287
|
+
"name": "className",
|
|
325288
|
+
"parent": {
|
|
325289
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
325290
|
+
"name": "PropsWithClassName"
|
|
325291
|
+
},
|
|
325292
|
+
"declarations": [
|
|
325293
|
+
{
|
|
325294
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
325295
|
+
"name": "PropsWithClassName"
|
|
325296
|
+
}
|
|
325297
|
+
],
|
|
325298
|
+
"required": false,
|
|
325299
|
+
"type": {
|
|
325300
|
+
"name": "string"
|
|
325301
|
+
}
|
|
325302
|
+
}
|
|
325303
|
+
}
|
|
325304
|
+
},
|
|
325305
|
+
{
|
|
325306
|
+
"tags": {},
|
|
325307
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
325308
|
+
"description": "",
|
|
325309
|
+
"displayName": "FilterMenuList",
|
|
325310
|
+
"methods": [],
|
|
325311
|
+
"props": {}
|
|
325312
|
+
},
|
|
325313
|
+
{
|
|
325314
|
+
"tags": {},
|
|
325315
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
325316
|
+
"description": "",
|
|
325317
|
+
"displayName": "FilterMenuItem",
|
|
325318
|
+
"methods": [],
|
|
325319
|
+
"props": {
|
|
325320
|
+
"filterValue": {
|
|
325321
|
+
"defaultValue": null,
|
|
325322
|
+
"description": "",
|
|
325323
|
+
"name": "filterValue",
|
|
325324
|
+
"parent": {
|
|
325325
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
325326
|
+
"name": "Props"
|
|
325327
|
+
},
|
|
325328
|
+
"declarations": [
|
|
325329
|
+
{
|
|
325330
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
325331
|
+
"name": "Props"
|
|
325332
|
+
}
|
|
325333
|
+
],
|
|
325334
|
+
"required": true,
|
|
325335
|
+
"type": {
|
|
325336
|
+
"name": "FilterValue"
|
|
325337
|
+
}
|
|
325338
|
+
}
|
|
325339
|
+
}
|
|
325340
|
+
},
|
|
325341
|
+
{
|
|
325342
|
+
"tags": {},
|
|
325343
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
325344
|
+
"description": "",
|
|
325345
|
+
"displayName": "FilterMenu",
|
|
325346
|
+
"methods": [],
|
|
325347
|
+
"props": {
|
|
325348
|
+
"filter": {
|
|
325349
|
+
"defaultValue": null,
|
|
325350
|
+
"description": "",
|
|
325351
|
+
"name": "filter",
|
|
325352
|
+
"parent": {
|
|
325353
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
325354
|
+
"name": "Props"
|
|
325355
|
+
},
|
|
325356
|
+
"declarations": [
|
|
325357
|
+
{
|
|
325358
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
325359
|
+
"name": "Props"
|
|
325360
|
+
}
|
|
325361
|
+
],
|
|
325362
|
+
"required": true,
|
|
325363
|
+
"type": {
|
|
325364
|
+
"name": "Filter<never, never, never>"
|
|
325365
|
+
}
|
|
325366
|
+
}
|
|
325367
|
+
}
|
|
325368
|
+
},
|
|
325369
|
+
{
|
|
325370
|
+
"tags": {},
|
|
325371
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
325372
|
+
"description": "",
|
|
325373
|
+
"displayName": "CombinedFilterMenu",
|
|
325374
|
+
"methods": [],
|
|
325375
|
+
"props": {}
|
|
325376
|
+
},
|
|
325377
|
+
{
|
|
325378
|
+
"tags": {},
|
|
325379
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
325380
|
+
"description": "",
|
|
325381
|
+
"displayName": "ActiveFilters",
|
|
325382
|
+
"methods": [],
|
|
325383
|
+
"props": {}
|
|
325384
|
+
},
|
|
325366
325385
|
{
|
|
325367
325386
|
"tags": {},
|
|
325368
325387
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|