@mittwald/flow-react-components 0.2.0-alpha.771 → 0.2.0-alpha.773
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 +16 -0
- package/dist/assets/doc-properties.json +800 -637
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@72ba2ce40f190df671686fec50c04ddf.mjs +10 -2
- package/dist/js/_virtual/_.locale.json@72ba2ce40f190df671686fec50c04ddf.mjs.map +1 -1
- package/dist/js/_virtual/_.locale.json@849e6f494125ee27df10a461562fa893.mjs +8 -0
- package/dist/js/_virtual/_.locale.json@849e6f494125ee27df10a461562fa893.mjs.map +1 -0
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +2 -1
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.mjs +74 -0
- package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.mjs.map +1 -0
- package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.scss.mjs +11 -0
- package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.scss.mjs.map +1 -0
- package/dist/js/packages/components/src/components/ImageCropper/lib/getCroppedImageFile.mjs +45 -0
- package/dist/js/packages/components/src/components/ImageCropper/lib/getCroppedImageFile.mjs.map +1 -0
- package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs +0 -3
- package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Slider/Slider.mjs +28 -21
- package/dist/js/packages/components/src/components/Slider/Slider.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Slider/Slider.module.scss.mjs +3 -1
- package/dist/js/packages/components/src/components/Slider/Slider.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/Field.mjs +19 -0
- package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
- package/dist/js/packages/components/src/lib/hooks/useImageSrc.mjs +29 -0
- package/dist/js/packages/components/src/lib/hooks/useImageSrc.mjs.map +1 -0
- package/dist/types/components/ImageCropper/ImageCropper.d.ts +19 -0
- package/dist/types/components/ImageCropper/ImageCropper.d.ts.map +1 -0
- package/dist/types/components/ImageCropper/index.d.ts +3 -0
- package/dist/types/components/ImageCropper/index.d.ts.map +1 -0
- package/dist/types/components/ImageCropper/lib/getCroppedImageFile.d.ts +3 -0
- package/dist/types/components/ImageCropper/lib/getCroppedImageFile.d.ts.map +1 -0
- package/dist/types/components/ImageCropper/stories/Default.stories.d.ts +9 -0
- package/dist/types/components/ImageCropper/stories/Default.stories.d.ts.map +1 -0
- package/dist/types/components/ImageCropper/view.d.ts +8 -0
- package/dist/types/components/ImageCropper/view.d.ts.map +1 -0
- package/dist/types/components/List/model/filter/Filter.d.ts.map +1 -1
- package/dist/types/components/Slider/Slider.d.ts +4 -0
- package/dist/types/components/Slider/Slider.d.ts.map +1 -1
- package/dist/types/components/Slider/stories/Default.stories.d.ts +1 -1
- package/dist/types/components/Slider/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
- package/dist/types/lib/hooks/useImageSrc.d.ts +2 -0
- package/dist/types/lib/hooks/useImageSrc.d.ts.map +1 -0
- package/dist/types/views/ImageCropperView.d.ts +5 -0
- package/dist/types/views/ImageCropperView.d.ts.map +1 -0
- package/package.json +7 -6
|
@@ -19801,7 +19801,7 @@
|
|
|
19801
19801
|
"props": {
|
|
19802
19802
|
"showInitialMarker": {
|
|
19803
19803
|
"defaultValue": null,
|
|
19804
|
-
"description": "",
|
|
19804
|
+
"description": "Whether the marker for the initial value should be visible",
|
|
19805
19805
|
"name": "showInitialMarker",
|
|
19806
19806
|
"parent": {
|
|
19807
19807
|
"fileName": "components/src/components/Slider/Slider.tsx",
|
|
@@ -19839,7 +19839,7 @@
|
|
|
19839
19839
|
},
|
|
19840
19840
|
"isInvalid": {
|
|
19841
19841
|
"defaultValue": null,
|
|
19842
|
-
"description": "",
|
|
19842
|
+
"description": "Whether the component is invalid.",
|
|
19843
19843
|
"name": "isInvalid",
|
|
19844
19844
|
"parent": {
|
|
19845
19845
|
"fileName": "components/src/components/Slider/Slider.tsx",
|
|
@@ -19856,6 +19856,25 @@
|
|
|
19856
19856
|
"name": "boolean"
|
|
19857
19857
|
}
|
|
19858
19858
|
},
|
|
19859
|
+
"sliderOnly": {
|
|
19860
|
+
"defaultValue": null,
|
|
19861
|
+
"description": "Hide Buttons, Label and Value",
|
|
19862
|
+
"name": "sliderOnly",
|
|
19863
|
+
"parent": {
|
|
19864
|
+
"fileName": "components/src/components/Slider/Slider.tsx",
|
|
19865
|
+
"name": "SliderProps"
|
|
19866
|
+
},
|
|
19867
|
+
"declarations": [
|
|
19868
|
+
{
|
|
19869
|
+
"fileName": "components/src/components/Slider/Slider.tsx",
|
|
19870
|
+
"name": "SliderProps"
|
|
19871
|
+
}
|
|
19872
|
+
],
|
|
19873
|
+
"required": false,
|
|
19874
|
+
"type": {
|
|
19875
|
+
"name": "boolean"
|
|
19876
|
+
}
|
|
19877
|
+
},
|
|
19859
19878
|
"wrapWith": {
|
|
19860
19879
|
"defaultValue": null,
|
|
19861
19880
|
"description": "",
|
|
@@ -112713,6 +112732,150 @@
|
|
|
112713
112732
|
}
|
|
112714
112733
|
}
|
|
112715
112734
|
},
|
|
112735
|
+
{
|
|
112736
|
+
"tags": {
|
|
112737
|
+
"flr-generate": "all"
|
|
112738
|
+
},
|
|
112739
|
+
"filePath": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112740
|
+
"description": "",
|
|
112741
|
+
"displayName": "ImageCropper",
|
|
112742
|
+
"methods": [],
|
|
112743
|
+
"props": {
|
|
112744
|
+
"image": {
|
|
112745
|
+
"defaultValue": null,
|
|
112746
|
+
"description": "The image file to crop.",
|
|
112747
|
+
"name": "image",
|
|
112748
|
+
"parent": {
|
|
112749
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112750
|
+
"name": "ImageCropperProps"
|
|
112751
|
+
},
|
|
112752
|
+
"declarations": [
|
|
112753
|
+
{
|
|
112754
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112755
|
+
"name": "ImageCropperProps"
|
|
112756
|
+
}
|
|
112757
|
+
],
|
|
112758
|
+
"required": false,
|
|
112759
|
+
"type": {
|
|
112760
|
+
"name": "string | File"
|
|
112761
|
+
}
|
|
112762
|
+
},
|
|
112763
|
+
"onCropComplete": {
|
|
112764
|
+
"defaultValue": null,
|
|
112765
|
+
"description": "Callback on crop complete.",
|
|
112766
|
+
"name": "onCropComplete",
|
|
112767
|
+
"parent": {
|
|
112768
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112769
|
+
"name": "ImageCropperProps"
|
|
112770
|
+
},
|
|
112771
|
+
"declarations": [
|
|
112772
|
+
{
|
|
112773
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112774
|
+
"name": "ImageCropperProps"
|
|
112775
|
+
}
|
|
112776
|
+
],
|
|
112777
|
+
"required": false,
|
|
112778
|
+
"type": {
|
|
112779
|
+
"name": "((croppedImage: File) => void)"
|
|
112780
|
+
}
|
|
112781
|
+
},
|
|
112782
|
+
"width": {
|
|
112783
|
+
"defaultValue": {
|
|
112784
|
+
"value": "300"
|
|
112785
|
+
},
|
|
112786
|
+
"description": "The width of the component.",
|
|
112787
|
+
"name": "width",
|
|
112788
|
+
"parent": {
|
|
112789
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112790
|
+
"name": "ImageCropperProps"
|
|
112791
|
+
},
|
|
112792
|
+
"declarations": [
|
|
112793
|
+
{
|
|
112794
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112795
|
+
"name": "ImageCropperProps"
|
|
112796
|
+
}
|
|
112797
|
+
],
|
|
112798
|
+
"required": false,
|
|
112799
|
+
"type": {
|
|
112800
|
+
"name": "Width<string | number>"
|
|
112801
|
+
}
|
|
112802
|
+
},
|
|
112803
|
+
"height": {
|
|
112804
|
+
"defaultValue": {
|
|
112805
|
+
"value": "300"
|
|
112806
|
+
},
|
|
112807
|
+
"description": "The height of the component.",
|
|
112808
|
+
"name": "height",
|
|
112809
|
+
"parent": {
|
|
112810
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112811
|
+
"name": "ImageCropperProps"
|
|
112812
|
+
},
|
|
112813
|
+
"declarations": [
|
|
112814
|
+
{
|
|
112815
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112816
|
+
"name": "ImageCropperProps"
|
|
112817
|
+
}
|
|
112818
|
+
],
|
|
112819
|
+
"required": false,
|
|
112820
|
+
"type": {
|
|
112821
|
+
"name": "Height<string | number>"
|
|
112822
|
+
}
|
|
112823
|
+
},
|
|
112824
|
+
"aspectRatio": {
|
|
112825
|
+
"defaultValue": null,
|
|
112826
|
+
"description": "The aspect ratio of the crop shape.",
|
|
112827
|
+
"name": "aspectRatio",
|
|
112828
|
+
"parent": {
|
|
112829
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112830
|
+
"name": "ImageCropperProps"
|
|
112831
|
+
},
|
|
112832
|
+
"declarations": [
|
|
112833
|
+
{
|
|
112834
|
+
"fileName": "src/components/ImageCropper/ImageCropper.tsx",
|
|
112835
|
+
"name": "ImageCropperProps"
|
|
112836
|
+
}
|
|
112837
|
+
],
|
|
112838
|
+
"required": false,
|
|
112839
|
+
"type": {
|
|
112840
|
+
"name": "number"
|
|
112841
|
+
}
|
|
112842
|
+
},
|
|
112843
|
+
"className": {
|
|
112844
|
+
"defaultValue": null,
|
|
112845
|
+
"description": "The elements class name.",
|
|
112846
|
+
"name": "className",
|
|
112847
|
+
"parent": {
|
|
112848
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
112849
|
+
"name": "PropsWithClassName"
|
|
112850
|
+
},
|
|
112851
|
+
"declarations": [
|
|
112852
|
+
{
|
|
112853
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
112854
|
+
"name": "PropsWithClassName"
|
|
112855
|
+
}
|
|
112856
|
+
],
|
|
112857
|
+
"required": false,
|
|
112858
|
+
"type": {
|
|
112859
|
+
"name": "string"
|
|
112860
|
+
}
|
|
112861
|
+
},
|
|
112862
|
+
"cropShape": {
|
|
112863
|
+
"defaultValue": null,
|
|
112864
|
+
"description": "",
|
|
112865
|
+
"name": "cropShape",
|
|
112866
|
+
"declarations": [
|
|
112867
|
+
{
|
|
112868
|
+
"fileName": "flow/node_modules/.pnpm/react-easy-crop@5.5.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-easy-crop/Cropper.d.ts",
|
|
112869
|
+
"name": "TypeLiteral"
|
|
112870
|
+
}
|
|
112871
|
+
],
|
|
112872
|
+
"required": false,
|
|
112873
|
+
"type": {
|
|
112874
|
+
"name": "\"rect\" | \"round\""
|
|
112875
|
+
}
|
|
112876
|
+
}
|
|
112877
|
+
}
|
|
112878
|
+
},
|
|
112716
112879
|
{
|
|
112717
112880
|
"tags": {
|
|
112718
112881
|
"flr-generate": "all"
|
|
@@ -283856,10 +284019,12 @@
|
|
|
283856
284019
|
}
|
|
283857
284020
|
},
|
|
283858
284021
|
{
|
|
283859
|
-
"tags": {
|
|
283860
|
-
|
|
284022
|
+
"tags": {
|
|
284023
|
+
"deprecated": "Use RouterProvider instead"
|
|
284024
|
+
},
|
|
284025
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
283861
284026
|
"description": "",
|
|
283862
|
-
"displayName": "
|
|
284027
|
+
"displayName": "LinkProvider",
|
|
283863
284028
|
"methods": [],
|
|
283864
284029
|
"props": {
|
|
283865
284030
|
"children": {
|
|
@@ -283880,12 +284045,10 @@
|
|
|
283880
284045
|
}
|
|
283881
284046
|
},
|
|
283882
284047
|
{
|
|
283883
|
-
"tags": {
|
|
283884
|
-
|
|
283885
|
-
},
|
|
283886
|
-
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
284048
|
+
"tags": {},
|
|
284049
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
283887
284050
|
"description": "",
|
|
283888
|
-
"displayName": "
|
|
284051
|
+
"displayName": "RouterProvider",
|
|
283889
284052
|
"methods": [],
|
|
283890
284053
|
"props": {
|
|
283891
284054
|
"children": {
|
|
@@ -314735,6 +314898,14 @@
|
|
|
314735
314898
|
"methods": [],
|
|
314736
314899
|
"props": {}
|
|
314737
314900
|
},
|
|
314901
|
+
{
|
|
314902
|
+
"tags": {},
|
|
314903
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
314904
|
+
"description": "",
|
|
314905
|
+
"displayName": "ConfirmUnsavedChangesModal",
|
|
314906
|
+
"methods": [],
|
|
314907
|
+
"props": {}
|
|
314908
|
+
},
|
|
314738
314909
|
{
|
|
314739
314910
|
"tags": {},
|
|
314740
314911
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -314873,14 +315044,6 @@
|
|
|
314873
315044
|
}
|
|
314874
315045
|
}
|
|
314875
315046
|
},
|
|
314876
|
-
{
|
|
314877
|
-
"tags": {},
|
|
314878
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
|
|
314879
|
-
"description": "",
|
|
314880
|
-
"displayName": "ConfirmUnsavedChangesModal",
|
|
314881
|
-
"methods": [],
|
|
314882
|
-
"props": {}
|
|
314883
|
-
},
|
|
314884
315047
|
{
|
|
314885
315048
|
"tags": {
|
|
314886
315049
|
"flr-generate": "all"
|
|
@@ -315236,129 +315399,6 @@
|
|
|
315236
315399
|
"methods": [],
|
|
315237
315400
|
"props": {}
|
|
315238
315401
|
},
|
|
315239
|
-
{
|
|
315240
|
-
"tags": {
|
|
315241
|
-
"flr-generate": "all"
|
|
315242
|
-
},
|
|
315243
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
315244
|
-
"description": "",
|
|
315245
|
-
"displayName": "ListSummary",
|
|
315246
|
-
"methods": [],
|
|
315247
|
-
"props": {
|
|
315248
|
-
"position": {
|
|
315249
|
-
"defaultValue": {
|
|
315250
|
-
"value": ": \"top\""
|
|
315251
|
-
},
|
|
315252
|
-
"description": "Whether the summary is placed above or underneath the list",
|
|
315253
|
-
"name": "position",
|
|
315254
|
-
"parent": {
|
|
315255
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
315256
|
-
"name": "ListSummaryProps"
|
|
315257
|
-
},
|
|
315258
|
-
"declarations": [
|
|
315259
|
-
{
|
|
315260
|
-
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
315261
|
-
"name": "ListSummaryProps"
|
|
315262
|
-
}
|
|
315263
|
-
],
|
|
315264
|
-
"required": false,
|
|
315265
|
-
"type": {
|
|
315266
|
-
"name": "\"bottom\" | \"top\""
|
|
315267
|
-
}
|
|
315268
|
-
},
|
|
315269
|
-
"wrapWith": {
|
|
315270
|
-
"defaultValue": null,
|
|
315271
|
-
"description": "",
|
|
315272
|
-
"name": "wrapWith",
|
|
315273
|
-
"parent": {
|
|
315274
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
315275
|
-
"name": "FlowComponentProps"
|
|
315276
|
-
},
|
|
315277
|
-
"declarations": [
|
|
315278
|
-
{
|
|
315279
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
315280
|
-
"name": "FlowComponentProps"
|
|
315281
|
-
}
|
|
315282
|
-
],
|
|
315283
|
-
"required": false,
|
|
315284
|
-
"type": {
|
|
315285
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
315286
|
-
}
|
|
315287
|
-
},
|
|
315288
|
-
"tunnelId": {
|
|
315289
|
-
"defaultValue": null,
|
|
315290
|
-
"description": "@internal",
|
|
315291
|
-
"name": "tunnelId",
|
|
315292
|
-
"parent": {
|
|
315293
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
315294
|
-
"name": "PropsWithTunnel"
|
|
315295
|
-
},
|
|
315296
|
-
"declarations": [
|
|
315297
|
-
{
|
|
315298
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
315299
|
-
"name": "PropsWithTunnel"
|
|
315300
|
-
}
|
|
315301
|
-
],
|
|
315302
|
-
"required": false,
|
|
315303
|
-
"type": {
|
|
315304
|
-
"name": "string | null"
|
|
315305
|
-
}
|
|
315306
|
-
},
|
|
315307
|
-
"ref": {
|
|
315308
|
-
"defaultValue": null,
|
|
315309
|
-
"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}",
|
|
315310
|
-
"name": "ref",
|
|
315311
|
-
"parent": {
|
|
315312
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315313
|
-
"name": "RefAttributes"
|
|
315314
|
-
},
|
|
315315
|
-
"declarations": [
|
|
315316
|
-
{
|
|
315317
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315318
|
-
"name": "RefAttributes"
|
|
315319
|
-
}
|
|
315320
|
-
],
|
|
315321
|
-
"required": false,
|
|
315322
|
-
"type": {
|
|
315323
|
-
"name": "Ref<HTMLSpanElement>"
|
|
315324
|
-
}
|
|
315325
|
-
},
|
|
315326
|
-
"key": {
|
|
315327
|
-
"defaultValue": null,
|
|
315328
|
-
"description": "",
|
|
315329
|
-
"name": "key",
|
|
315330
|
-
"parent": {
|
|
315331
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315332
|
-
"name": "Attributes"
|
|
315333
|
-
},
|
|
315334
|
-
"declarations": [
|
|
315335
|
-
{
|
|
315336
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315337
|
-
"name": "Attributes"
|
|
315338
|
-
}
|
|
315339
|
-
],
|
|
315340
|
-
"required": false,
|
|
315341
|
-
"type": {
|
|
315342
|
-
"name": "Key | null"
|
|
315343
|
-
}
|
|
315344
|
-
},
|
|
315345
|
-
"children": {
|
|
315346
|
-
"defaultValue": null,
|
|
315347
|
-
"description": "",
|
|
315348
|
-
"name": "children",
|
|
315349
|
-
"declarations": [
|
|
315350
|
-
{
|
|
315351
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315352
|
-
"name": "TypeLiteral"
|
|
315353
|
-
}
|
|
315354
|
-
],
|
|
315355
|
-
"required": false,
|
|
315356
|
-
"type": {
|
|
315357
|
-
"name": "ReactNode"
|
|
315358
|
-
}
|
|
315359
|
-
}
|
|
315360
|
-
}
|
|
315361
|
-
},
|
|
315362
315402
|
{
|
|
315363
315403
|
"tags": {},
|
|
315364
315404
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -315440,6 +315480,129 @@
|
|
|
315440
315480
|
}
|
|
315441
315481
|
}
|
|
315442
315482
|
},
|
|
315483
|
+
{
|
|
315484
|
+
"tags": {
|
|
315485
|
+
"flr-generate": "all"
|
|
315486
|
+
},
|
|
315487
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
315488
|
+
"description": "",
|
|
315489
|
+
"displayName": "ListSummary",
|
|
315490
|
+
"methods": [],
|
|
315491
|
+
"props": {
|
|
315492
|
+
"position": {
|
|
315493
|
+
"defaultValue": {
|
|
315494
|
+
"value": ": \"top\""
|
|
315495
|
+
},
|
|
315496
|
+
"description": "Whether the summary is placed above or underneath the list",
|
|
315497
|
+
"name": "position",
|
|
315498
|
+
"parent": {
|
|
315499
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
315500
|
+
"name": "ListSummaryProps"
|
|
315501
|
+
},
|
|
315502
|
+
"declarations": [
|
|
315503
|
+
{
|
|
315504
|
+
"fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
|
|
315505
|
+
"name": "ListSummaryProps"
|
|
315506
|
+
}
|
|
315507
|
+
],
|
|
315508
|
+
"required": false,
|
|
315509
|
+
"type": {
|
|
315510
|
+
"name": "\"bottom\" | \"top\""
|
|
315511
|
+
}
|
|
315512
|
+
},
|
|
315513
|
+
"wrapWith": {
|
|
315514
|
+
"defaultValue": null,
|
|
315515
|
+
"description": "",
|
|
315516
|
+
"name": "wrapWith",
|
|
315517
|
+
"parent": {
|
|
315518
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
315519
|
+
"name": "FlowComponentProps"
|
|
315520
|
+
},
|
|
315521
|
+
"declarations": [
|
|
315522
|
+
{
|
|
315523
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
315524
|
+
"name": "FlowComponentProps"
|
|
315525
|
+
}
|
|
315526
|
+
],
|
|
315527
|
+
"required": false,
|
|
315528
|
+
"type": {
|
|
315529
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
315530
|
+
}
|
|
315531
|
+
},
|
|
315532
|
+
"tunnelId": {
|
|
315533
|
+
"defaultValue": null,
|
|
315534
|
+
"description": "@internal",
|
|
315535
|
+
"name": "tunnelId",
|
|
315536
|
+
"parent": {
|
|
315537
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
315538
|
+
"name": "PropsWithTunnel"
|
|
315539
|
+
},
|
|
315540
|
+
"declarations": [
|
|
315541
|
+
{
|
|
315542
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
315543
|
+
"name": "PropsWithTunnel"
|
|
315544
|
+
}
|
|
315545
|
+
],
|
|
315546
|
+
"required": false,
|
|
315547
|
+
"type": {
|
|
315548
|
+
"name": "string | null"
|
|
315549
|
+
}
|
|
315550
|
+
},
|
|
315551
|
+
"ref": {
|
|
315552
|
+
"defaultValue": null,
|
|
315553
|
+
"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}",
|
|
315554
|
+
"name": "ref",
|
|
315555
|
+
"parent": {
|
|
315556
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315557
|
+
"name": "RefAttributes"
|
|
315558
|
+
},
|
|
315559
|
+
"declarations": [
|
|
315560
|
+
{
|
|
315561
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315562
|
+
"name": "RefAttributes"
|
|
315563
|
+
}
|
|
315564
|
+
],
|
|
315565
|
+
"required": false,
|
|
315566
|
+
"type": {
|
|
315567
|
+
"name": "Ref<HTMLSpanElement>"
|
|
315568
|
+
}
|
|
315569
|
+
},
|
|
315570
|
+
"key": {
|
|
315571
|
+
"defaultValue": null,
|
|
315572
|
+
"description": "",
|
|
315573
|
+
"name": "key",
|
|
315574
|
+
"parent": {
|
|
315575
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315576
|
+
"name": "Attributes"
|
|
315577
|
+
},
|
|
315578
|
+
"declarations": [
|
|
315579
|
+
{
|
|
315580
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315581
|
+
"name": "Attributes"
|
|
315582
|
+
}
|
|
315583
|
+
],
|
|
315584
|
+
"required": false,
|
|
315585
|
+
"type": {
|
|
315586
|
+
"name": "Key | null"
|
|
315587
|
+
}
|
|
315588
|
+
},
|
|
315589
|
+
"children": {
|
|
315590
|
+
"defaultValue": null,
|
|
315591
|
+
"description": "",
|
|
315592
|
+
"name": "children",
|
|
315593
|
+
"declarations": [
|
|
315594
|
+
{
|
|
315595
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
315596
|
+
"name": "TypeLiteral"
|
|
315597
|
+
}
|
|
315598
|
+
],
|
|
315599
|
+
"required": false,
|
|
315600
|
+
"type": {
|
|
315601
|
+
"name": "ReactNode"
|
|
315602
|
+
}
|
|
315603
|
+
}
|
|
315604
|
+
}
|
|
315605
|
+
},
|
|
315443
315606
|
{
|
|
315444
315607
|
"tags": {},
|
|
315445
315608
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
@@ -318322,6 +318485,161 @@
|
|
|
318322
318485
|
}
|
|
318323
318486
|
}
|
|
318324
318487
|
},
|
|
318488
|
+
{
|
|
318489
|
+
"tags": {
|
|
318490
|
+
"flr-generate": "all"
|
|
318491
|
+
},
|
|
318492
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
318493
|
+
"description": "",
|
|
318494
|
+
"displayName": "ContextMenuSection",
|
|
318495
|
+
"methods": [],
|
|
318496
|
+
"props": {
|
|
318497
|
+
"children": {
|
|
318498
|
+
"defaultValue": null,
|
|
318499
|
+
"description": "",
|
|
318500
|
+
"name": "children",
|
|
318501
|
+
"declarations": [
|
|
318502
|
+
{
|
|
318503
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318504
|
+
"name": "TypeLiteral"
|
|
318505
|
+
}
|
|
318506
|
+
],
|
|
318507
|
+
"required": false,
|
|
318508
|
+
"type": {
|
|
318509
|
+
"name": "ReactNode"
|
|
318510
|
+
}
|
|
318511
|
+
},
|
|
318512
|
+
"wrapWith": {
|
|
318513
|
+
"defaultValue": null,
|
|
318514
|
+
"description": "",
|
|
318515
|
+
"name": "wrapWith",
|
|
318516
|
+
"parent": {
|
|
318517
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318518
|
+
"name": "FlowComponentProps"
|
|
318519
|
+
},
|
|
318520
|
+
"declarations": [
|
|
318521
|
+
{
|
|
318522
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
318523
|
+
"name": "FlowComponentProps"
|
|
318524
|
+
}
|
|
318525
|
+
],
|
|
318526
|
+
"required": false,
|
|
318527
|
+
"type": {
|
|
318528
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
318529
|
+
}
|
|
318530
|
+
},
|
|
318531
|
+
"tunnelId": {
|
|
318532
|
+
"defaultValue": null,
|
|
318533
|
+
"description": "@internal",
|
|
318534
|
+
"name": "tunnelId",
|
|
318535
|
+
"parent": {
|
|
318536
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
318537
|
+
"name": "PropsWithTunnel"
|
|
318538
|
+
},
|
|
318539
|
+
"declarations": [
|
|
318540
|
+
{
|
|
318541
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
318542
|
+
"name": "PropsWithTunnel"
|
|
318543
|
+
}
|
|
318544
|
+
],
|
|
318545
|
+
"required": false,
|
|
318546
|
+
"type": {
|
|
318547
|
+
"name": "string | null"
|
|
318548
|
+
}
|
|
318549
|
+
},
|
|
318550
|
+
"ref": {
|
|
318551
|
+
"defaultValue": null,
|
|
318552
|
+
"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}",
|
|
318553
|
+
"name": "ref",
|
|
318554
|
+
"parent": {
|
|
318555
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318556
|
+
"name": "RefAttributes"
|
|
318557
|
+
},
|
|
318558
|
+
"declarations": [
|
|
318559
|
+
{
|
|
318560
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318561
|
+
"name": "RefAttributes"
|
|
318562
|
+
}
|
|
318563
|
+
],
|
|
318564
|
+
"required": false,
|
|
318565
|
+
"type": {
|
|
318566
|
+
"name": "Ref<HTMLSpanElement>"
|
|
318567
|
+
}
|
|
318568
|
+
},
|
|
318569
|
+
"key": {
|
|
318570
|
+
"defaultValue": null,
|
|
318571
|
+
"description": "",
|
|
318572
|
+
"name": "key",
|
|
318573
|
+
"parent": {
|
|
318574
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318575
|
+
"name": "Attributes"
|
|
318576
|
+
},
|
|
318577
|
+
"declarations": [
|
|
318578
|
+
{
|
|
318579
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
318580
|
+
"name": "Attributes"
|
|
318581
|
+
}
|
|
318582
|
+
],
|
|
318583
|
+
"required": false,
|
|
318584
|
+
"type": {
|
|
318585
|
+
"name": "Key | null"
|
|
318586
|
+
}
|
|
318587
|
+
},
|
|
318588
|
+
"selectedKeys": {
|
|
318589
|
+
"defaultValue": null,
|
|
318590
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
318591
|
+
"name": "selectedKeys",
|
|
318592
|
+
"parent": {
|
|
318593
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318594
|
+
"name": "MultipleSelection"
|
|
318595
|
+
},
|
|
318596
|
+
"declarations": [
|
|
318597
|
+
{
|
|
318598
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318599
|
+
"name": "MultipleSelection"
|
|
318600
|
+
}
|
|
318601
|
+
],
|
|
318602
|
+
"required": false,
|
|
318603
|
+
"type": {
|
|
318604
|
+
"name": "\"all\" | Iterable<Key>"
|
|
318605
|
+
}
|
|
318606
|
+
},
|
|
318607
|
+
"defaultSelectedKeys": {
|
|
318608
|
+
"defaultValue": null,
|
|
318609
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
318610
|
+
"name": "defaultSelectedKeys",
|
|
318611
|
+
"parent": {
|
|
318612
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318613
|
+
"name": "MultipleSelection"
|
|
318614
|
+
},
|
|
318615
|
+
"declarations": [
|
|
318616
|
+
{
|
|
318617
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
318618
|
+
"name": "MultipleSelection"
|
|
318619
|
+
}
|
|
318620
|
+
],
|
|
318621
|
+
"required": false,
|
|
318622
|
+
"type": {
|
|
318623
|
+
"name": "\"all\" | Iterable<Key>"
|
|
318624
|
+
}
|
|
318625
|
+
},
|
|
318626
|
+
"selectionMode": {
|
|
318627
|
+
"defaultValue": null,
|
|
318628
|
+
"description": "",
|
|
318629
|
+
"name": "selectionMode",
|
|
318630
|
+
"declarations": [
|
|
318631
|
+
{
|
|
318632
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
318633
|
+
"name": "TypeLiteral"
|
|
318634
|
+
}
|
|
318635
|
+
],
|
|
318636
|
+
"required": false,
|
|
318637
|
+
"type": {
|
|
318638
|
+
"name": "ContextMenuSelectionMode"
|
|
318639
|
+
}
|
|
318640
|
+
}
|
|
318641
|
+
}
|
|
318642
|
+
},
|
|
318325
318643
|
{
|
|
318326
318644
|
"tags": {
|
|
318327
318645
|
"flr-generate": "all"
|
|
@@ -320123,161 +320441,6 @@
|
|
|
320123
320441
|
}
|
|
320124
320442
|
}
|
|
320125
320443
|
},
|
|
320126
|
-
{
|
|
320127
|
-
"tags": {
|
|
320128
|
-
"flr-generate": "all"
|
|
320129
|
-
},
|
|
320130
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
320131
|
-
"description": "",
|
|
320132
|
-
"displayName": "ContextMenuSection",
|
|
320133
|
-
"methods": [],
|
|
320134
|
-
"props": {
|
|
320135
|
-
"children": {
|
|
320136
|
-
"defaultValue": null,
|
|
320137
|
-
"description": "",
|
|
320138
|
-
"name": "children",
|
|
320139
|
-
"declarations": [
|
|
320140
|
-
{
|
|
320141
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320142
|
-
"name": "TypeLiteral"
|
|
320143
|
-
}
|
|
320144
|
-
],
|
|
320145
|
-
"required": false,
|
|
320146
|
-
"type": {
|
|
320147
|
-
"name": "ReactNode"
|
|
320148
|
-
}
|
|
320149
|
-
},
|
|
320150
|
-
"wrapWith": {
|
|
320151
|
-
"defaultValue": null,
|
|
320152
|
-
"description": "",
|
|
320153
|
-
"name": "wrapWith",
|
|
320154
|
-
"parent": {
|
|
320155
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
320156
|
-
"name": "FlowComponentProps"
|
|
320157
|
-
},
|
|
320158
|
-
"declarations": [
|
|
320159
|
-
{
|
|
320160
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
320161
|
-
"name": "FlowComponentProps"
|
|
320162
|
-
}
|
|
320163
|
-
],
|
|
320164
|
-
"required": false,
|
|
320165
|
-
"type": {
|
|
320166
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
320167
|
-
}
|
|
320168
|
-
},
|
|
320169
|
-
"tunnelId": {
|
|
320170
|
-
"defaultValue": null,
|
|
320171
|
-
"description": "@internal",
|
|
320172
|
-
"name": "tunnelId",
|
|
320173
|
-
"parent": {
|
|
320174
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
320175
|
-
"name": "PropsWithTunnel"
|
|
320176
|
-
},
|
|
320177
|
-
"declarations": [
|
|
320178
|
-
{
|
|
320179
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
320180
|
-
"name": "PropsWithTunnel"
|
|
320181
|
-
}
|
|
320182
|
-
],
|
|
320183
|
-
"required": false,
|
|
320184
|
-
"type": {
|
|
320185
|
-
"name": "string | null"
|
|
320186
|
-
}
|
|
320187
|
-
},
|
|
320188
|
-
"ref": {
|
|
320189
|
-
"defaultValue": null,
|
|
320190
|
-
"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}",
|
|
320191
|
-
"name": "ref",
|
|
320192
|
-
"parent": {
|
|
320193
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320194
|
-
"name": "RefAttributes"
|
|
320195
|
-
},
|
|
320196
|
-
"declarations": [
|
|
320197
|
-
{
|
|
320198
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320199
|
-
"name": "RefAttributes"
|
|
320200
|
-
}
|
|
320201
|
-
],
|
|
320202
|
-
"required": false,
|
|
320203
|
-
"type": {
|
|
320204
|
-
"name": "Ref<HTMLSpanElement>"
|
|
320205
|
-
}
|
|
320206
|
-
},
|
|
320207
|
-
"key": {
|
|
320208
|
-
"defaultValue": null,
|
|
320209
|
-
"description": "",
|
|
320210
|
-
"name": "key",
|
|
320211
|
-
"parent": {
|
|
320212
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320213
|
-
"name": "Attributes"
|
|
320214
|
-
},
|
|
320215
|
-
"declarations": [
|
|
320216
|
-
{
|
|
320217
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
320218
|
-
"name": "Attributes"
|
|
320219
|
-
}
|
|
320220
|
-
],
|
|
320221
|
-
"required": false,
|
|
320222
|
-
"type": {
|
|
320223
|
-
"name": "Key | null"
|
|
320224
|
-
}
|
|
320225
|
-
},
|
|
320226
|
-
"selectedKeys": {
|
|
320227
|
-
"defaultValue": null,
|
|
320228
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
320229
|
-
"name": "selectedKeys",
|
|
320230
|
-
"parent": {
|
|
320231
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320232
|
-
"name": "MultipleSelection"
|
|
320233
|
-
},
|
|
320234
|
-
"declarations": [
|
|
320235
|
-
{
|
|
320236
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320237
|
-
"name": "MultipleSelection"
|
|
320238
|
-
}
|
|
320239
|
-
],
|
|
320240
|
-
"required": false,
|
|
320241
|
-
"type": {
|
|
320242
|
-
"name": "\"all\" | Iterable<Key>"
|
|
320243
|
-
}
|
|
320244
|
-
},
|
|
320245
|
-
"defaultSelectedKeys": {
|
|
320246
|
-
"defaultValue": null,
|
|
320247
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
320248
|
-
"name": "defaultSelectedKeys",
|
|
320249
|
-
"parent": {
|
|
320250
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320251
|
-
"name": "MultipleSelection"
|
|
320252
|
-
},
|
|
320253
|
-
"declarations": [
|
|
320254
|
-
{
|
|
320255
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
|
|
320256
|
-
"name": "MultipleSelection"
|
|
320257
|
-
}
|
|
320258
|
-
],
|
|
320259
|
-
"required": false,
|
|
320260
|
-
"type": {
|
|
320261
|
-
"name": "\"all\" | Iterable<Key>"
|
|
320262
|
-
}
|
|
320263
|
-
},
|
|
320264
|
-
"selectionMode": {
|
|
320265
|
-
"defaultValue": null,
|
|
320266
|
-
"description": "",
|
|
320267
|
-
"name": "selectionMode",
|
|
320268
|
-
"declarations": [
|
|
320269
|
-
{
|
|
320270
|
-
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
320271
|
-
"name": "TypeLiteral"
|
|
320272
|
-
}
|
|
320273
|
-
],
|
|
320274
|
-
"required": false,
|
|
320275
|
-
"type": {
|
|
320276
|
-
"name": "ContextMenuSelectionMode"
|
|
320277
|
-
}
|
|
320278
|
-
}
|
|
320279
|
-
}
|
|
320280
|
-
},
|
|
320281
320444
|
{
|
|
320282
320445
|
"tags": {},
|
|
320283
320446
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
|
|
@@ -321566,264 +321729,6 @@
|
|
|
321566
321729
|
}
|
|
321567
321730
|
}
|
|
321568
321731
|
},
|
|
321569
|
-
{
|
|
321570
|
-
"tags": {
|
|
321571
|
-
"flr-generate": "all"
|
|
321572
|
-
},
|
|
321573
|
-
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
321574
|
-
"description": "",
|
|
321575
|
-
"displayName": "XAxis",
|
|
321576
|
-
"methods": [],
|
|
321577
|
-
"props": {
|
|
321578
|
-
"className": {
|
|
321579
|
-
"defaultValue": null,
|
|
321580
|
-
"description": "",
|
|
321581
|
-
"name": "className",
|
|
321582
|
-
"parent": {
|
|
321583
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321584
|
-
"name": "HTMLAttributes"
|
|
321585
|
-
},
|
|
321586
|
-
"declarations": [
|
|
321587
|
-
{
|
|
321588
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321589
|
-
"name": "HTMLAttributes"
|
|
321590
|
-
}
|
|
321591
|
-
],
|
|
321592
|
-
"required": false,
|
|
321593
|
-
"type": {
|
|
321594
|
-
"name": "string"
|
|
321595
|
-
}
|
|
321596
|
-
},
|
|
321597
|
-
"type": {
|
|
321598
|
-
"defaultValue": null,
|
|
321599
|
-
"description": "",
|
|
321600
|
-
"name": "type",
|
|
321601
|
-
"parent": {
|
|
321602
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321603
|
-
"name": "SVGAttributes"
|
|
321604
|
-
},
|
|
321605
|
-
"declarations": [
|
|
321606
|
-
{
|
|
321607
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321608
|
-
"name": "SVGAttributes"
|
|
321609
|
-
}
|
|
321610
|
-
],
|
|
321611
|
-
"required": false,
|
|
321612
|
-
"type": {
|
|
321613
|
-
"name": "string"
|
|
321614
|
-
}
|
|
321615
|
-
},
|
|
321616
|
-
"hide": {
|
|
321617
|
-
"defaultValue": null,
|
|
321618
|
-
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
321619
|
-
"name": "hide",
|
|
321620
|
-
"parent": {
|
|
321621
|
-
"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",
|
|
321622
|
-
"name": "RenderableAxisProps"
|
|
321623
|
-
},
|
|
321624
|
-
"declarations": [
|
|
321625
|
-
{
|
|
321626
|
-
"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",
|
|
321627
|
-
"name": "RenderableAxisProps"
|
|
321628
|
-
}
|
|
321629
|
-
],
|
|
321630
|
-
"required": false,
|
|
321631
|
-
"type": {
|
|
321632
|
-
"name": "boolean"
|
|
321633
|
-
}
|
|
321634
|
-
},
|
|
321635
|
-
"orientation": {
|
|
321636
|
-
"defaultValue": null,
|
|
321637
|
-
"description": "",
|
|
321638
|
-
"name": "orientation",
|
|
321639
|
-
"parent": {
|
|
321640
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321641
|
-
"name": "SVGAttributes"
|
|
321642
|
-
},
|
|
321643
|
-
"declarations": [
|
|
321644
|
-
{
|
|
321645
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
321646
|
-
"name": "SVGAttributes"
|
|
321647
|
-
}
|
|
321648
|
-
],
|
|
321649
|
-
"required": false,
|
|
321650
|
-
"type": {
|
|
321651
|
-
"name": "string | number"
|
|
321652
|
-
}
|
|
321653
|
-
},
|
|
321654
|
-
"scale": {
|
|
321655
|
-
"defaultValue": null,
|
|
321656
|
-
"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} />",
|
|
321657
|
-
"name": "scale",
|
|
321658
|
-
"parent": {
|
|
321659
|
-
"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",
|
|
321660
|
-
"name": "XAxisProps"
|
|
321661
|
-
},
|
|
321662
|
-
"declarations": [
|
|
321663
|
-
{
|
|
321664
|
-
"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",
|
|
321665
|
-
"name": "XAxisProps"
|
|
321666
|
-
}
|
|
321667
|
-
],
|
|
321668
|
-
"required": false,
|
|
321669
|
-
"type": {
|
|
321670
|
-
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
321671
|
-
}
|
|
321672
|
-
},
|
|
321673
|
-
"dataKey": {
|
|
321674
|
-
"defaultValue": null,
|
|
321675
|
-
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
321676
|
-
"name": "dataKey",
|
|
321677
|
-
"parent": {
|
|
321678
|
-
"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",
|
|
321679
|
-
"name": "BaseAxisProps"
|
|
321680
|
-
},
|
|
321681
|
-
"declarations": [
|
|
321682
|
-
{
|
|
321683
|
-
"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",
|
|
321684
|
-
"name": "BaseAxisProps"
|
|
321685
|
-
}
|
|
321686
|
-
],
|
|
321687
|
-
"required": false,
|
|
321688
|
-
"type": {
|
|
321689
|
-
"name": "DataKey<any>"
|
|
321690
|
-
}
|
|
321691
|
-
},
|
|
321692
|
-
"allowDecimals": {
|
|
321693
|
-
"defaultValue": null,
|
|
321694
|
-
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
321695
|
-
"name": "allowDecimals",
|
|
321696
|
-
"parent": {
|
|
321697
|
-
"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",
|
|
321698
|
-
"name": "RenderableAxisProps"
|
|
321699
|
-
},
|
|
321700
|
-
"declarations": [
|
|
321701
|
-
{
|
|
321702
|
-
"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",
|
|
321703
|
-
"name": "RenderableAxisProps"
|
|
321704
|
-
}
|
|
321705
|
-
],
|
|
321706
|
-
"required": false,
|
|
321707
|
-
"type": {
|
|
321708
|
-
"name": "boolean"
|
|
321709
|
-
}
|
|
321710
|
-
},
|
|
321711
|
-
"interval": {
|
|
321712
|
-
"defaultValue": null,
|
|
321713
|
-
"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",
|
|
321714
|
-
"name": "interval",
|
|
321715
|
-
"parent": {
|
|
321716
|
-
"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",
|
|
321717
|
-
"name": "XAxisProps"
|
|
321718
|
-
},
|
|
321719
|
-
"declarations": [
|
|
321720
|
-
{
|
|
321721
|
-
"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",
|
|
321722
|
-
"name": "XAxisProps"
|
|
321723
|
-
}
|
|
321724
|
-
],
|
|
321725
|
-
"required": false,
|
|
321726
|
-
"type": {
|
|
321727
|
-
"name": "AxisInterval"
|
|
321728
|
-
}
|
|
321729
|
-
},
|
|
321730
|
-
"minTickGap": {
|
|
321731
|
-
"defaultValue": null,
|
|
321732
|
-
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
321733
|
-
"name": "minTickGap",
|
|
321734
|
-
"parent": {
|
|
321735
|
-
"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",
|
|
321736
|
-
"name": "XAxisProps"
|
|
321737
|
-
},
|
|
321738
|
-
"declarations": [
|
|
321739
|
-
{
|
|
321740
|
-
"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",
|
|
321741
|
-
"name": "XAxisProps"
|
|
321742
|
-
}
|
|
321743
|
-
],
|
|
321744
|
-
"required": false,
|
|
321745
|
-
"type": {
|
|
321746
|
-
"name": "number"
|
|
321747
|
-
}
|
|
321748
|
-
},
|
|
321749
|
-
"domain": {
|
|
321750
|
-
"defaultValue": null,
|
|
321751
|
-
"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 />",
|
|
321752
|
-
"name": "domain",
|
|
321753
|
-
"parent": {
|
|
321754
|
-
"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",
|
|
321755
|
-
"name": "XAxisProps"
|
|
321756
|
-
},
|
|
321757
|
-
"declarations": [
|
|
321758
|
-
{
|
|
321759
|
-
"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",
|
|
321760
|
-
"name": "XAxisProps"
|
|
321761
|
-
}
|
|
321762
|
-
],
|
|
321763
|
-
"required": false,
|
|
321764
|
-
"type": {
|
|
321765
|
-
"name": "AxisDomain"
|
|
321766
|
-
}
|
|
321767
|
-
},
|
|
321768
|
-
"unit": {
|
|
321769
|
-
"defaultValue": null,
|
|
321770
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
321771
|
-
"name": "unit",
|
|
321772
|
-
"parent": {
|
|
321773
|
-
"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",
|
|
321774
|
-
"name": "BaseAxisProps"
|
|
321775
|
-
},
|
|
321776
|
-
"declarations": [
|
|
321777
|
-
{
|
|
321778
|
-
"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",
|
|
321779
|
-
"name": "BaseAxisProps"
|
|
321780
|
-
}
|
|
321781
|
-
],
|
|
321782
|
-
"required": false,
|
|
321783
|
-
"type": {
|
|
321784
|
-
"name": "string"
|
|
321785
|
-
}
|
|
321786
|
-
},
|
|
321787
|
-
"tickFormatter": {
|
|
321788
|
-
"defaultValue": null,
|
|
321789
|
-
"description": "The formatter function of tick.",
|
|
321790
|
-
"name": "tickFormatter",
|
|
321791
|
-
"parent": {
|
|
321792
|
-
"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",
|
|
321793
|
-
"name": "RenderableAxisProps"
|
|
321794
|
-
},
|
|
321795
|
-
"declarations": [
|
|
321796
|
-
{
|
|
321797
|
-
"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",
|
|
321798
|
-
"name": "RenderableAxisProps"
|
|
321799
|
-
}
|
|
321800
|
-
],
|
|
321801
|
-
"required": false,
|
|
321802
|
-
"type": {
|
|
321803
|
-
"name": "((value: any, index: number) => string)"
|
|
321804
|
-
}
|
|
321805
|
-
},
|
|
321806
|
-
"allowDataOverflow": {
|
|
321807
|
-
"defaultValue": null,
|
|
321808
|
-
"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",
|
|
321809
|
-
"name": "allowDataOverflow",
|
|
321810
|
-
"parent": {
|
|
321811
|
-
"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",
|
|
321812
|
-
"name": "RenderableAxisProps"
|
|
321813
|
-
},
|
|
321814
|
-
"declarations": [
|
|
321815
|
-
{
|
|
321816
|
-
"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",
|
|
321817
|
-
"name": "RenderableAxisProps"
|
|
321818
|
-
}
|
|
321819
|
-
],
|
|
321820
|
-
"required": false,
|
|
321821
|
-
"type": {
|
|
321822
|
-
"name": "boolean"
|
|
321823
|
-
}
|
|
321824
|
-
}
|
|
321825
|
-
}
|
|
321826
|
-
},
|
|
321827
321732
|
{
|
|
321828
321733
|
"tags": {
|
|
321829
321734
|
"flr-generate": "all"
|
|
@@ -322748,6 +322653,264 @@
|
|
|
322748
322653
|
}
|
|
322749
322654
|
}
|
|
322750
322655
|
},
|
|
322656
|
+
{
|
|
322657
|
+
"tags": {
|
|
322658
|
+
"flr-generate": "all"
|
|
322659
|
+
},
|
|
322660
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
322661
|
+
"description": "",
|
|
322662
|
+
"displayName": "XAxis",
|
|
322663
|
+
"methods": [],
|
|
322664
|
+
"props": {
|
|
322665
|
+
"className": {
|
|
322666
|
+
"defaultValue": null,
|
|
322667
|
+
"description": "",
|
|
322668
|
+
"name": "className",
|
|
322669
|
+
"parent": {
|
|
322670
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322671
|
+
"name": "HTMLAttributes"
|
|
322672
|
+
},
|
|
322673
|
+
"declarations": [
|
|
322674
|
+
{
|
|
322675
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322676
|
+
"name": "HTMLAttributes"
|
|
322677
|
+
}
|
|
322678
|
+
],
|
|
322679
|
+
"required": false,
|
|
322680
|
+
"type": {
|
|
322681
|
+
"name": "string"
|
|
322682
|
+
}
|
|
322683
|
+
},
|
|
322684
|
+
"type": {
|
|
322685
|
+
"defaultValue": null,
|
|
322686
|
+
"description": "",
|
|
322687
|
+
"name": "type",
|
|
322688
|
+
"parent": {
|
|
322689
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322690
|
+
"name": "SVGAttributes"
|
|
322691
|
+
},
|
|
322692
|
+
"declarations": [
|
|
322693
|
+
{
|
|
322694
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322695
|
+
"name": "SVGAttributes"
|
|
322696
|
+
}
|
|
322697
|
+
],
|
|
322698
|
+
"required": false,
|
|
322699
|
+
"type": {
|
|
322700
|
+
"name": "string"
|
|
322701
|
+
}
|
|
322702
|
+
},
|
|
322703
|
+
"hide": {
|
|
322704
|
+
"defaultValue": null,
|
|
322705
|
+
"description": "If set true, the axis do not display in the chart.\n@defaultValue false",
|
|
322706
|
+
"name": "hide",
|
|
322707
|
+
"parent": {
|
|
322708
|
+
"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",
|
|
322709
|
+
"name": "RenderableAxisProps"
|
|
322710
|
+
},
|
|
322711
|
+
"declarations": [
|
|
322712
|
+
{
|
|
322713
|
+
"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",
|
|
322714
|
+
"name": "RenderableAxisProps"
|
|
322715
|
+
}
|
|
322716
|
+
],
|
|
322717
|
+
"required": false,
|
|
322718
|
+
"type": {
|
|
322719
|
+
"name": "boolean"
|
|
322720
|
+
}
|
|
322721
|
+
},
|
|
322722
|
+
"orientation": {
|
|
322723
|
+
"defaultValue": null,
|
|
322724
|
+
"description": "",
|
|
322725
|
+
"name": "orientation",
|
|
322726
|
+
"parent": {
|
|
322727
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322728
|
+
"name": "SVGAttributes"
|
|
322729
|
+
},
|
|
322730
|
+
"declarations": [
|
|
322731
|
+
{
|
|
322732
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322733
|
+
"name": "SVGAttributes"
|
|
322734
|
+
}
|
|
322735
|
+
],
|
|
322736
|
+
"required": false,
|
|
322737
|
+
"type": {
|
|
322738
|
+
"name": "string | number"
|
|
322739
|
+
}
|
|
322740
|
+
},
|
|
322741
|
+
"scale": {
|
|
322742
|
+
"defaultValue": null,
|
|
322743
|
+
"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} />",
|
|
322744
|
+
"name": "scale",
|
|
322745
|
+
"parent": {
|
|
322746
|
+
"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",
|
|
322747
|
+
"name": "XAxisProps"
|
|
322748
|
+
},
|
|
322749
|
+
"declarations": [
|
|
322750
|
+
{
|
|
322751
|
+
"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",
|
|
322752
|
+
"name": "XAxisProps"
|
|
322753
|
+
}
|
|
322754
|
+
],
|
|
322755
|
+
"required": false,
|
|
322756
|
+
"type": {
|
|
322757
|
+
"name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
|
|
322758
|
+
}
|
|
322759
|
+
},
|
|
322760
|
+
"dataKey": {
|
|
322761
|
+
"defaultValue": null,
|
|
322762
|
+
"description": "Decides how to extract the value of this Axis from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
|
|
322763
|
+
"name": "dataKey",
|
|
322764
|
+
"parent": {
|
|
322765
|
+
"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",
|
|
322766
|
+
"name": "BaseAxisProps"
|
|
322767
|
+
},
|
|
322768
|
+
"declarations": [
|
|
322769
|
+
{
|
|
322770
|
+
"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",
|
|
322771
|
+
"name": "BaseAxisProps"
|
|
322772
|
+
}
|
|
322773
|
+
],
|
|
322774
|
+
"required": false,
|
|
322775
|
+
"type": {
|
|
322776
|
+
"name": "DataKey<any>"
|
|
322777
|
+
}
|
|
322778
|
+
},
|
|
322779
|
+
"allowDecimals": {
|
|
322780
|
+
"defaultValue": null,
|
|
322781
|
+
"description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
|
|
322782
|
+
"name": "allowDecimals",
|
|
322783
|
+
"parent": {
|
|
322784
|
+
"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",
|
|
322785
|
+
"name": "RenderableAxisProps"
|
|
322786
|
+
},
|
|
322787
|
+
"declarations": [
|
|
322788
|
+
{
|
|
322789
|
+
"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",
|
|
322790
|
+
"name": "RenderableAxisProps"
|
|
322791
|
+
}
|
|
322792
|
+
],
|
|
322793
|
+
"required": false,
|
|
322794
|
+
"type": {
|
|
322795
|
+
"name": "boolean"
|
|
322796
|
+
}
|
|
322797
|
+
},
|
|
322798
|
+
"interval": {
|
|
322799
|
+
"defaultValue": null,
|
|
322800
|
+
"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",
|
|
322801
|
+
"name": "interval",
|
|
322802
|
+
"parent": {
|
|
322803
|
+
"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",
|
|
322804
|
+
"name": "XAxisProps"
|
|
322805
|
+
},
|
|
322806
|
+
"declarations": [
|
|
322807
|
+
{
|
|
322808
|
+
"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",
|
|
322809
|
+
"name": "XAxisProps"
|
|
322810
|
+
}
|
|
322811
|
+
],
|
|
322812
|
+
"required": false,
|
|
322813
|
+
"type": {
|
|
322814
|
+
"name": "AxisInterval"
|
|
322815
|
+
}
|
|
322816
|
+
},
|
|
322817
|
+
"minTickGap": {
|
|
322818
|
+
"defaultValue": null,
|
|
322819
|
+
"description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
|
|
322820
|
+
"name": "minTickGap",
|
|
322821
|
+
"parent": {
|
|
322822
|
+
"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",
|
|
322823
|
+
"name": "XAxisProps"
|
|
322824
|
+
},
|
|
322825
|
+
"declarations": [
|
|
322826
|
+
{
|
|
322827
|
+
"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",
|
|
322828
|
+
"name": "XAxisProps"
|
|
322829
|
+
}
|
|
322830
|
+
],
|
|
322831
|
+
"required": false,
|
|
322832
|
+
"type": {
|
|
322833
|
+
"name": "number"
|
|
322834
|
+
}
|
|
322835
|
+
},
|
|
322836
|
+
"domain": {
|
|
322837
|
+
"defaultValue": null,
|
|
322838
|
+
"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 />",
|
|
322839
|
+
"name": "domain",
|
|
322840
|
+
"parent": {
|
|
322841
|
+
"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",
|
|
322842
|
+
"name": "XAxisProps"
|
|
322843
|
+
},
|
|
322844
|
+
"declarations": [
|
|
322845
|
+
{
|
|
322846
|
+
"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",
|
|
322847
|
+
"name": "XAxisProps"
|
|
322848
|
+
}
|
|
322849
|
+
],
|
|
322850
|
+
"required": false,
|
|
322851
|
+
"type": {
|
|
322852
|
+
"name": "AxisDomain"
|
|
322853
|
+
}
|
|
322854
|
+
},
|
|
322855
|
+
"unit": {
|
|
322856
|
+
"defaultValue": null,
|
|
322857
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
322858
|
+
"name": "unit",
|
|
322859
|
+
"parent": {
|
|
322860
|
+
"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",
|
|
322861
|
+
"name": "BaseAxisProps"
|
|
322862
|
+
},
|
|
322863
|
+
"declarations": [
|
|
322864
|
+
{
|
|
322865
|
+
"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",
|
|
322866
|
+
"name": "BaseAxisProps"
|
|
322867
|
+
}
|
|
322868
|
+
],
|
|
322869
|
+
"required": false,
|
|
322870
|
+
"type": {
|
|
322871
|
+
"name": "string"
|
|
322872
|
+
}
|
|
322873
|
+
},
|
|
322874
|
+
"tickFormatter": {
|
|
322875
|
+
"defaultValue": null,
|
|
322876
|
+
"description": "The formatter function of tick.",
|
|
322877
|
+
"name": "tickFormatter",
|
|
322878
|
+
"parent": {
|
|
322879
|
+
"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",
|
|
322880
|
+
"name": "RenderableAxisProps"
|
|
322881
|
+
},
|
|
322882
|
+
"declarations": [
|
|
322883
|
+
{
|
|
322884
|
+
"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",
|
|
322885
|
+
"name": "RenderableAxisProps"
|
|
322886
|
+
}
|
|
322887
|
+
],
|
|
322888
|
+
"required": false,
|
|
322889
|
+
"type": {
|
|
322890
|
+
"name": "((value: any, index: number) => string)"
|
|
322891
|
+
}
|
|
322892
|
+
},
|
|
322893
|
+
"allowDataOverflow": {
|
|
322894
|
+
"defaultValue": null,
|
|
322895
|
+
"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",
|
|
322896
|
+
"name": "allowDataOverflow",
|
|
322897
|
+
"parent": {
|
|
322898
|
+
"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",
|
|
322899
|
+
"name": "RenderableAxisProps"
|
|
322900
|
+
},
|
|
322901
|
+
"declarations": [
|
|
322902
|
+
{
|
|
322903
|
+
"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",
|
|
322904
|
+
"name": "RenderableAxisProps"
|
|
322905
|
+
}
|
|
322906
|
+
],
|
|
322907
|
+
"required": false,
|
|
322908
|
+
"type": {
|
|
322909
|
+
"name": "boolean"
|
|
322910
|
+
}
|
|
322911
|
+
}
|
|
322912
|
+
}
|
|
322913
|
+
},
|
|
322751
322914
|
{
|
|
322752
322915
|
"tags": {},
|
|
322753
322916
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
|
|
@@ -347443,64 +347606,81 @@
|
|
|
347443
347606
|
},
|
|
347444
347607
|
{
|
|
347445
347608
|
"tags": {},
|
|
347446
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347609
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
|
|
347447
347610
|
"description": "",
|
|
347448
|
-
"displayName": "
|
|
347611
|
+
"displayName": "ViewModeAccordion",
|
|
347612
|
+
"methods": [],
|
|
347613
|
+
"props": {}
|
|
347614
|
+
},
|
|
347615
|
+
{
|
|
347616
|
+
"tags": {},
|
|
347617
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
|
|
347618
|
+
"description": "",
|
|
347619
|
+
"displayName": "SortingAccordion",
|
|
347620
|
+
"methods": [],
|
|
347621
|
+
"props": {}
|
|
347622
|
+
},
|
|
347623
|
+
{
|
|
347624
|
+
"tags": {},
|
|
347625
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
347626
|
+
"description": "",
|
|
347627
|
+
"displayName": "FilterAccordionRadioGroup",
|
|
347449
347628
|
"methods": [],
|
|
347450
347629
|
"props": {
|
|
347451
|
-
"
|
|
347630
|
+
"filter": {
|
|
347452
347631
|
"defaultValue": null,
|
|
347453
347632
|
"description": "",
|
|
347454
|
-
"name": "
|
|
347633
|
+
"name": "filter",
|
|
347455
347634
|
"parent": {
|
|
347456
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347635
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
347457
347636
|
"name": "Props"
|
|
347458
347637
|
},
|
|
347459
347638
|
"declarations": [
|
|
347460
347639
|
{
|
|
347461
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347640
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.tsx",
|
|
347462
347641
|
"name": "Props"
|
|
347463
347642
|
}
|
|
347464
347643
|
],
|
|
347465
347644
|
"required": true,
|
|
347466
347645
|
"type": {
|
|
347467
|
-
"name": "
|
|
347646
|
+
"name": "Filter<never, never, never>"
|
|
347468
347647
|
}
|
|
347469
|
-
}
|
|
347470
|
-
|
|
347648
|
+
}
|
|
347649
|
+
}
|
|
347650
|
+
},
|
|
347651
|
+
{
|
|
347652
|
+
"tags": {},
|
|
347653
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
347654
|
+
"description": "",
|
|
347655
|
+
"displayName": "FilterAccordionDateRange",
|
|
347656
|
+
"methods": [],
|
|
347657
|
+
"props": {
|
|
347658
|
+
"filter": {
|
|
347471
347659
|
"defaultValue": null,
|
|
347472
347660
|
"description": "",
|
|
347473
|
-
"name": "
|
|
347661
|
+
"name": "filter",
|
|
347474
347662
|
"parent": {
|
|
347475
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347663
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
347476
347664
|
"name": "Props"
|
|
347477
347665
|
},
|
|
347478
347666
|
"declarations": [
|
|
347479
347667
|
{
|
|
347480
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347668
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
347481
347669
|
"name": "Props"
|
|
347482
347670
|
}
|
|
347483
347671
|
],
|
|
347484
|
-
"required":
|
|
347672
|
+
"required": true,
|
|
347485
347673
|
"type": {
|
|
347486
|
-
"name": "
|
|
347674
|
+
"name": "AnyDateRangeFilter"
|
|
347487
347675
|
}
|
|
347488
347676
|
}
|
|
347489
347677
|
}
|
|
347490
347678
|
},
|
|
347491
347679
|
{
|
|
347492
347680
|
"tags": {},
|
|
347493
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347494
|
-
"description": "",
|
|
347495
|
-
"displayName": "FilterContextMenus",
|
|
347496
|
-
"methods": [],
|
|
347497
|
-
"props": {}
|
|
347498
|
-
},
|
|
347499
|
-
{
|
|
347500
|
-
"tags": {},
|
|
347501
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
347681
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
347502
347682
|
"description": "",
|
|
347503
|
-
"displayName": "
|
|
347683
|
+
"displayName": "FilterAccordionCheckboxGroup",
|
|
347504
347684
|
"methods": [],
|
|
347505
347685
|
"props": {
|
|
347506
347686
|
"filter": {
|
|
@@ -347508,12 +347688,12 @@
|
|
|
347508
347688
|
"description": "",
|
|
347509
347689
|
"name": "filter",
|
|
347510
347690
|
"parent": {
|
|
347511
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347691
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
347512
347692
|
"name": "Props"
|
|
347513
347693
|
},
|
|
347514
347694
|
"declarations": [
|
|
347515
347695
|
{
|
|
347516
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347696
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.tsx",
|
|
347517
347697
|
"name": "Props"
|
|
347518
347698
|
}
|
|
347519
347699
|
],
|
|
@@ -347526,9 +347706,9 @@
|
|
|
347526
347706
|
},
|
|
347527
347707
|
{
|
|
347528
347708
|
"tags": {},
|
|
347529
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347709
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
347530
347710
|
"description": "",
|
|
347531
|
-
"displayName": "
|
|
347711
|
+
"displayName": "FilterAccordion",
|
|
347532
347712
|
"methods": [],
|
|
347533
347713
|
"props": {
|
|
347534
347714
|
"filter": {
|
|
@@ -347536,99 +347716,98 @@
|
|
|
347536
347716
|
"description": "",
|
|
347537
347717
|
"name": "filter",
|
|
347538
347718
|
"parent": {
|
|
347539
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347719
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
347540
347720
|
"name": "Props"
|
|
347541
347721
|
},
|
|
347542
347722
|
"declarations": [
|
|
347543
347723
|
{
|
|
347544
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347724
|
+
"fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
|
|
347545
347725
|
"name": "Props"
|
|
347546
347726
|
}
|
|
347547
347727
|
],
|
|
347548
347728
|
"required": true,
|
|
347549
347729
|
"type": {
|
|
347550
|
-
"name": "
|
|
347730
|
+
"name": "Filter<never, never, never> | DateRangeFilter<never, never>"
|
|
347551
347731
|
}
|
|
347552
347732
|
}
|
|
347553
347733
|
}
|
|
347554
347734
|
},
|
|
347555
347735
|
{
|
|
347556
347736
|
"tags": {},
|
|
347557
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/
|
|
347737
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
347558
347738
|
"description": "",
|
|
347559
|
-
"displayName": "
|
|
347739
|
+
"displayName": "AllFiltersModal",
|
|
347560
347740
|
"methods": [],
|
|
347561
347741
|
"props": {}
|
|
347562
347742
|
},
|
|
347563
347743
|
{
|
|
347564
347744
|
"tags": {},
|
|
347565
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347745
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
347566
347746
|
"description": "",
|
|
347567
|
-
"displayName": "
|
|
347747
|
+
"displayName": "ActiveFilters",
|
|
347568
347748
|
"methods": [],
|
|
347569
347749
|
"props": {}
|
|
347570
347750
|
},
|
|
347571
347751
|
{
|
|
347572
347752
|
"tags": {},
|
|
347573
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347753
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347574
347754
|
"description": "",
|
|
347575
|
-
"displayName": "
|
|
347755
|
+
"displayName": "FilterMenuItem",
|
|
347576
347756
|
"methods": [],
|
|
347577
347757
|
"props": {
|
|
347578
|
-
"
|
|
347758
|
+
"filterValue": {
|
|
347579
347759
|
"defaultValue": null,
|
|
347580
347760
|
"description": "",
|
|
347581
|
-
"name": "
|
|
347761
|
+
"name": "filterValue",
|
|
347582
347762
|
"parent": {
|
|
347583
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347763
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347584
347764
|
"name": "Props"
|
|
347585
347765
|
},
|
|
347586
347766
|
"declarations": [
|
|
347587
347767
|
{
|
|
347588
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347768
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347589
347769
|
"name": "Props"
|
|
347590
347770
|
}
|
|
347591
347771
|
],
|
|
347592
347772
|
"required": true,
|
|
347593
347773
|
"type": {
|
|
347594
|
-
"name": "
|
|
347774
|
+
"name": "FilterValue"
|
|
347595
347775
|
}
|
|
347596
|
-
}
|
|
347597
|
-
|
|
347598
|
-
},
|
|
347599
|
-
{
|
|
347600
|
-
"tags": {},
|
|
347601
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.tsx",
|
|
347602
|
-
"description": "",
|
|
347603
|
-
"displayName": "FilterAccordionDateRange",
|
|
347604
|
-
"methods": [],
|
|
347605
|
-
"props": {
|
|
347606
|
-
"filter": {
|
|
347776
|
+
},
|
|
347777
|
+
"selectionMode": {
|
|
347607
347778
|
"defaultValue": null,
|
|
347608
347779
|
"description": "",
|
|
347609
|
-
"name": "
|
|
347780
|
+
"name": "selectionMode",
|
|
347610
347781
|
"parent": {
|
|
347611
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347782
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347612
347783
|
"name": "Props"
|
|
347613
347784
|
},
|
|
347614
347785
|
"declarations": [
|
|
347615
347786
|
{
|
|
347616
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347787
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
|
|
347617
347788
|
"name": "Props"
|
|
347618
347789
|
}
|
|
347619
347790
|
],
|
|
347620
|
-
"required":
|
|
347791
|
+
"required": false,
|
|
347621
347792
|
"type": {
|
|
347622
|
-
"name": "
|
|
347793
|
+
"name": "ContextMenuSelectionMode"
|
|
347623
347794
|
}
|
|
347624
347795
|
}
|
|
347625
347796
|
}
|
|
347626
347797
|
},
|
|
347627
347798
|
{
|
|
347628
347799
|
"tags": {},
|
|
347629
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347800
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
|
|
347630
347801
|
"description": "",
|
|
347631
|
-
"displayName": "
|
|
347802
|
+
"displayName": "FilterContextMenus",
|
|
347803
|
+
"methods": [],
|
|
347804
|
+
"props": {}
|
|
347805
|
+
},
|
|
347806
|
+
{
|
|
347807
|
+
"tags": {},
|
|
347808
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
347809
|
+
"description": "",
|
|
347810
|
+
"displayName": "FilterContextMenu",
|
|
347632
347811
|
"methods": [],
|
|
347633
347812
|
"props": {
|
|
347634
347813
|
"filter": {
|
|
@@ -347636,12 +347815,12 @@
|
|
|
347636
347815
|
"description": "",
|
|
347637
347816
|
"name": "filter",
|
|
347638
347817
|
"parent": {
|
|
347639
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347818
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
347640
347819
|
"name": "Props"
|
|
347641
347820
|
},
|
|
347642
347821
|
"declarations": [
|
|
347643
347822
|
{
|
|
347644
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347823
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
|
|
347645
347824
|
"name": "Props"
|
|
347646
347825
|
}
|
|
347647
347826
|
],
|
|
@@ -347654,9 +347833,9 @@
|
|
|
347654
347833
|
},
|
|
347655
347834
|
{
|
|
347656
347835
|
"tags": {},
|
|
347657
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
347836
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
347658
347837
|
"description": "",
|
|
347659
|
-
"displayName": "
|
|
347838
|
+
"displayName": "DateRangeFilterPopover",
|
|
347660
347839
|
"methods": [],
|
|
347661
347840
|
"props": {
|
|
347662
347841
|
"filter": {
|
|
@@ -347664,38 +347843,22 @@
|
|
|
347664
347843
|
"description": "",
|
|
347665
347844
|
"name": "filter",
|
|
347666
347845
|
"parent": {
|
|
347667
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347846
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
347668
347847
|
"name": "Props"
|
|
347669
347848
|
},
|
|
347670
347849
|
"declarations": [
|
|
347671
347850
|
{
|
|
347672
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
347851
|
+
"fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
|
|
347673
347852
|
"name": "Props"
|
|
347674
347853
|
}
|
|
347675
347854
|
],
|
|
347676
347855
|
"required": true,
|
|
347677
347856
|
"type": {
|
|
347678
|
-
"name": "
|
|
347857
|
+
"name": "AnyDateRangeFilter"
|
|
347679
347858
|
}
|
|
347680
347859
|
}
|
|
347681
347860
|
}
|
|
347682
347861
|
},
|
|
347683
|
-
{
|
|
347684
|
-
"tags": {},
|
|
347685
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
|
|
347686
|
-
"description": "",
|
|
347687
|
-
"displayName": "AllFiltersModal",
|
|
347688
|
-
"methods": [],
|
|
347689
|
-
"props": {}
|
|
347690
|
-
},
|
|
347691
|
-
{
|
|
347692
|
-
"tags": {},
|
|
347693
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
347694
|
-
"description": "",
|
|
347695
|
-
"displayName": "ActiveFilters",
|
|
347696
|
-
"methods": [],
|
|
347697
|
-
"props": {}
|
|
347698
|
-
},
|
|
347699
347862
|
{
|
|
347700
347863
|
"tags": {},
|
|
347701
347864
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|