@mittwald/flow-react-components 0.2.0-alpha.833 → 0.2.0-alpha.835
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 +618 -497
- package/dist/css/all.css +1 -1
- package/dist/js/packages/components/src/components/Rating/Rating.mjs +5 -1
- package/dist/js/packages/components/src/components/Rating/Rating.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Rating/Rating.module.scss.mjs +5 -5
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/EmptySegment.mjs +27 -0
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/EmptySegment.mjs.map +1 -0
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/FilledSegment.mjs +27 -0
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/FilledSegment.mjs.map +1 -0
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.mjs +5 -5
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.mjs +1 -1
- package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.mjs.map +1 -1
- package/dist/types/components/Rating/Rating.d.ts +5 -1
- package/dist/types/components/Rating/Rating.d.ts.map +1 -1
- package/dist/types/components/Rating/components/RatingSegment/EmptySegment.d.ts +8 -0
- package/dist/types/components/Rating/components/RatingSegment/EmptySegment.d.ts.map +1 -0
- package/dist/types/components/Rating/components/RatingSegment/FilledSegment.d.ts +8 -0
- package/dist/types/components/Rating/components/RatingSegment/FilledSegment.d.ts.map +1 -0
- package/dist/types/components/Rating/components/RatingSegment/RatingSegment.d.ts +4 -2
- package/dist/types/components/Rating/components/RatingSegment/RatingSegment.d.ts.map +1 -1
- package/dist/types/components/Rating/stories/Default.stories.d.ts +1 -3
- package/dist/types/components/Rating/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Tabs/components/TabTitle/TabTitle.d.ts.map +1 -1
- package/package.json +8 -8
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStar.mjs +0 -18
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStar.mjs.map +0 -1
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.mjs +0 -18
- package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.mjs.map +0 -1
- package/dist/types/components/Rating/components/RatingSegment/RatingStar.d.ts +0 -8
- package/dist/types/components/Rating/components/RatingSegment/RatingStar.d.ts.map +0 -1
- package/dist/types/components/Rating/components/RatingSegment/RatingStarFilled.d.ts +0 -8
- package/dist/types/components/Rating/components/RatingSegment/RatingStarFilled.d.ts.map +0 -1
|
@@ -46158,6 +46158,44 @@
|
|
|
46158
46158
|
"name": "\"s\" | \"m\""
|
|
46159
46159
|
}
|
|
46160
46160
|
},
|
|
46161
|
+
"iconEmpty": {
|
|
46162
|
+
"defaultValue": null,
|
|
46163
|
+
"description": "An alternative icon for the empty state",
|
|
46164
|
+
"name": "iconEmpty",
|
|
46165
|
+
"parent": {
|
|
46166
|
+
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
46167
|
+
"name": "RatingProps"
|
|
46168
|
+
},
|
|
46169
|
+
"declarations": [
|
|
46170
|
+
{
|
|
46171
|
+
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
46172
|
+
"name": "RatingProps"
|
|
46173
|
+
}
|
|
46174
|
+
],
|
|
46175
|
+
"required": false,
|
|
46176
|
+
"type": {
|
|
46177
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
46178
|
+
}
|
|
46179
|
+
},
|
|
46180
|
+
"iconFilled": {
|
|
46181
|
+
"defaultValue": null,
|
|
46182
|
+
"description": "An alternative icon for the filled state",
|
|
46183
|
+
"name": "iconFilled",
|
|
46184
|
+
"parent": {
|
|
46185
|
+
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
46186
|
+
"name": "RatingProps"
|
|
46187
|
+
},
|
|
46188
|
+
"declarations": [
|
|
46189
|
+
{
|
|
46190
|
+
"fileName": "components/src/components/Rating/Rating.tsx",
|
|
46191
|
+
"name": "RatingProps"
|
|
46192
|
+
}
|
|
46193
|
+
],
|
|
46194
|
+
"required": false,
|
|
46195
|
+
"type": {
|
|
46196
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
46197
|
+
}
|
|
46198
|
+
},
|
|
46161
46199
|
"wrapWith": {
|
|
46162
46200
|
"defaultValue": null,
|
|
46163
46201
|
"description": "",
|
|
@@ -277793,42 +277831,38 @@
|
|
|
277793
277831
|
},
|
|
277794
277832
|
{
|
|
277795
277833
|
"tags": {},
|
|
277796
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
277834
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
|
|
277797
277835
|
"description": "",
|
|
277798
|
-
"displayName": "
|
|
277836
|
+
"displayName": "FormSubmitAction",
|
|
277799
277837
|
"methods": [],
|
|
277800
277838
|
"props": {
|
|
277801
|
-
"
|
|
277839
|
+
"showFeedback": {
|
|
277802
277840
|
"defaultValue": null,
|
|
277803
277841
|
"description": "",
|
|
277804
|
-
"name": "
|
|
277842
|
+
"name": "showFeedback",
|
|
277805
277843
|
"parent": {
|
|
277806
|
-
"fileName": "
|
|
277807
|
-
"name": "
|
|
277844
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277845
|
+
"name": "ActionProps"
|
|
277808
277846
|
},
|
|
277809
277847
|
"declarations": [
|
|
277810
277848
|
{
|
|
277811
|
-
"fileName": "
|
|
277812
|
-
"name": "
|
|
277849
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277850
|
+
"name": "ActionProps"
|
|
277813
277851
|
}
|
|
277814
277852
|
],
|
|
277815
|
-
"required":
|
|
277853
|
+
"required": false,
|
|
277816
277854
|
"type": {
|
|
277817
|
-
"name": "
|
|
277855
|
+
"name": "boolean"
|
|
277818
277856
|
}
|
|
277819
277857
|
},
|
|
277820
277858
|
"children": {
|
|
277821
277859
|
"defaultValue": null,
|
|
277822
277860
|
"description": "",
|
|
277823
277861
|
"name": "children",
|
|
277824
|
-
"parent": {
|
|
277825
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277826
|
-
"name": "DOMAttributes"
|
|
277827
|
-
},
|
|
277828
277862
|
"declarations": [
|
|
277829
277863
|
{
|
|
277830
277864
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277831
|
-
"name": "
|
|
277865
|
+
"name": "TypeLiteral"
|
|
277832
277866
|
}
|
|
277833
277867
|
],
|
|
277834
277868
|
"required": false,
|
|
@@ -277840,61 +277874,66 @@
|
|
|
277840
277874
|
},
|
|
277841
277875
|
{
|
|
277842
277876
|
"tags": {},
|
|
277843
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
277877
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
|
|
277844
277878
|
"description": "",
|
|
277845
|
-
"displayName": "
|
|
277879
|
+
"displayName": "FormResetAction",
|
|
277846
277880
|
"methods": [],
|
|
277847
277881
|
"props": {
|
|
277848
|
-
"
|
|
277882
|
+
"showFeedback": {
|
|
277849
277883
|
"defaultValue": null,
|
|
277850
277884
|
"description": "",
|
|
277851
|
-
"name": "
|
|
277885
|
+
"name": "showFeedback",
|
|
277852
277886
|
"parent": {
|
|
277853
|
-
"fileName": "components/src/
|
|
277854
|
-
"name": "
|
|
277887
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277888
|
+
"name": "ActionProps"
|
|
277855
277889
|
},
|
|
277856
277890
|
"declarations": [
|
|
277857
277891
|
{
|
|
277858
|
-
"fileName": "components/src/
|
|
277859
|
-
"name": "
|
|
277892
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277893
|
+
"name": "ActionProps"
|
|
277860
277894
|
}
|
|
277861
277895
|
],
|
|
277862
|
-
"required":
|
|
277896
|
+
"required": false,
|
|
277863
277897
|
"type": {
|
|
277864
|
-
"name": "
|
|
277898
|
+
"name": "boolean"
|
|
277865
277899
|
}
|
|
277866
277900
|
},
|
|
277867
|
-
"
|
|
277901
|
+
"children": {
|
|
277868
277902
|
"defaultValue": null,
|
|
277869
277903
|
"description": "",
|
|
277870
|
-
"name": "
|
|
277871
|
-
"parent": {
|
|
277872
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277873
|
-
"name": "FormContextProviderProps"
|
|
277874
|
-
},
|
|
277904
|
+
"name": "children",
|
|
277875
277905
|
"declarations": [
|
|
277876
277906
|
{
|
|
277877
|
-
"fileName": "
|
|
277878
|
-
"name": "
|
|
277907
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277908
|
+
"name": "TypeLiteral"
|
|
277879
277909
|
}
|
|
277880
277910
|
],
|
|
277881
|
-
"required":
|
|
277911
|
+
"required": false,
|
|
277882
277912
|
"type": {
|
|
277883
|
-
"name": "
|
|
277913
|
+
"name": "ReactNode"
|
|
277884
277914
|
}
|
|
277885
|
-
}
|
|
277886
|
-
|
|
277915
|
+
}
|
|
277916
|
+
}
|
|
277917
|
+
},
|
|
277918
|
+
{
|
|
277919
|
+
"tags": {},
|
|
277920
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277921
|
+
"description": "",
|
|
277922
|
+
"displayName": "FormAction",
|
|
277923
|
+
"methods": [],
|
|
277924
|
+
"props": {
|
|
277925
|
+
"reset": {
|
|
277887
277926
|
"defaultValue": null,
|
|
277888
277927
|
"description": "",
|
|
277889
|
-
"name": "
|
|
277928
|
+
"name": "reset",
|
|
277890
277929
|
"parent": {
|
|
277891
|
-
"fileName": "components/src/integrations/react-hook-form/components/
|
|
277892
|
-
"name": "
|
|
277930
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277931
|
+
"name": "FormActionProps"
|
|
277893
277932
|
},
|
|
277894
277933
|
"declarations": [
|
|
277895
277934
|
{
|
|
277896
|
-
"fileName": "components/src/integrations/react-hook-form/components/
|
|
277897
|
-
"name": "
|
|
277935
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277936
|
+
"name": "FormActionProps"
|
|
277898
277937
|
}
|
|
277899
277938
|
],
|
|
277900
277939
|
"required": false,
|
|
@@ -277902,95 +277941,99 @@
|
|
|
277902
277941
|
"name": "boolean"
|
|
277903
277942
|
}
|
|
277904
277943
|
},
|
|
277905
|
-
"
|
|
277944
|
+
"submit": {
|
|
277906
277945
|
"defaultValue": null,
|
|
277907
277946
|
"description": "",
|
|
277908
|
-
"name": "
|
|
277947
|
+
"name": "submit",
|
|
277909
277948
|
"parent": {
|
|
277910
|
-
"fileName": "components/src/integrations/react-hook-form/components/
|
|
277911
|
-
"name": "
|
|
277949
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277950
|
+
"name": "FormActionProps"
|
|
277912
277951
|
},
|
|
277913
277952
|
"declarations": [
|
|
277914
277953
|
{
|
|
277915
|
-
"fileName": "components/src/integrations/react-hook-form/components/
|
|
277916
|
-
"name": "
|
|
277954
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
277955
|
+
"name": "FormActionProps"
|
|
277917
277956
|
}
|
|
277918
277957
|
],
|
|
277919
277958
|
"required": false,
|
|
277920
277959
|
"type": {
|
|
277921
|
-
"name": "
|
|
277960
|
+
"name": "boolean"
|
|
277922
277961
|
}
|
|
277923
277962
|
},
|
|
277924
|
-
"
|
|
277963
|
+
"children": {
|
|
277925
277964
|
"defaultValue": null,
|
|
277926
277965
|
"description": "",
|
|
277927
|
-
"name": "
|
|
277928
|
-
"parent": {
|
|
277929
|
-
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277930
|
-
"name": "FormContextProviderProps"
|
|
277931
|
-
},
|
|
277966
|
+
"name": "children",
|
|
277932
277967
|
"declarations": [
|
|
277933
277968
|
{
|
|
277934
|
-
"fileName": "
|
|
277935
|
-
"name": "
|
|
277969
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277970
|
+
"name": "TypeLiteral"
|
|
277936
277971
|
}
|
|
277937
277972
|
],
|
|
277938
|
-
"required":
|
|
277973
|
+
"required": false,
|
|
277939
277974
|
"type": {
|
|
277940
|
-
"name": "
|
|
277975
|
+
"name": "ReactNode"
|
|
277941
277976
|
}
|
|
277942
277977
|
},
|
|
277943
|
-
"
|
|
277978
|
+
"showFeedback": {
|
|
277944
277979
|
"defaultValue": null,
|
|
277945
277980
|
"description": "",
|
|
277946
|
-
"name": "
|
|
277981
|
+
"name": "showFeedback",
|
|
277982
|
+
"parent": {
|
|
277983
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277984
|
+
"name": "ActionProps"
|
|
277985
|
+
},
|
|
277947
277986
|
"declarations": [
|
|
277948
277987
|
{
|
|
277949
|
-
"fileName": "
|
|
277950
|
-
"name": "
|
|
277988
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
277989
|
+
"name": "ActionProps"
|
|
277951
277990
|
}
|
|
277952
277991
|
],
|
|
277953
277992
|
"required": false,
|
|
277954
277993
|
"type": {
|
|
277955
|
-
"name": "
|
|
277994
|
+
"name": "boolean"
|
|
277956
277995
|
}
|
|
277957
277996
|
}
|
|
277958
277997
|
}
|
|
277959
277998
|
},
|
|
277960
277999
|
{
|
|
277961
278000
|
"tags": {},
|
|
277962
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
278001
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
277963
278002
|
"description": "",
|
|
277964
|
-
"displayName": "
|
|
278003
|
+
"displayName": "FormContext",
|
|
277965
278004
|
"methods": [],
|
|
277966
278005
|
"props": {
|
|
277967
|
-
"
|
|
278006
|
+
"value": {
|
|
277968
278007
|
"defaultValue": null,
|
|
277969
278008
|
"description": "",
|
|
277970
|
-
"name": "
|
|
278009
|
+
"name": "value",
|
|
277971
278010
|
"parent": {
|
|
277972
|
-
"fileName": "
|
|
277973
|
-
"name": "
|
|
278011
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278012
|
+
"name": "ProviderProps"
|
|
277974
278013
|
},
|
|
277975
278014
|
"declarations": [
|
|
277976
278015
|
{
|
|
277977
|
-
"fileName": "
|
|
277978
|
-
"name": "
|
|
278016
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278017
|
+
"name": "ProviderProps"
|
|
277979
278018
|
}
|
|
277980
278019
|
],
|
|
277981
|
-
"required":
|
|
278020
|
+
"required": true,
|
|
277982
278021
|
"type": {
|
|
277983
|
-
"name": "
|
|
278022
|
+
"name": "FormContext<FieldValues> | undefined"
|
|
277984
278023
|
}
|
|
277985
278024
|
},
|
|
277986
278025
|
"children": {
|
|
277987
278026
|
"defaultValue": null,
|
|
277988
278027
|
"description": "",
|
|
277989
278028
|
"name": "children",
|
|
278029
|
+
"parent": {
|
|
278030
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278031
|
+
"name": "DOMAttributes"
|
|
278032
|
+
},
|
|
277990
278033
|
"declarations": [
|
|
277991
278034
|
{
|
|
277992
278035
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
277993
|
-
"name": "
|
|
278036
|
+
"name": "DOMAttributes"
|
|
277994
278037
|
}
|
|
277995
278038
|
],
|
|
277996
278039
|
"required": false,
|
|
@@ -278002,66 +278045,61 @@
|
|
|
278002
278045
|
},
|
|
278003
278046
|
{
|
|
278004
278047
|
"tags": {},
|
|
278005
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/
|
|
278048
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278006
278049
|
"description": "",
|
|
278007
|
-
"displayName": "
|
|
278050
|
+
"displayName": "FormContextProvider",
|
|
278008
278051
|
"methods": [],
|
|
278009
278052
|
"props": {
|
|
278010
|
-
"
|
|
278053
|
+
"form": {
|
|
278011
278054
|
"defaultValue": null,
|
|
278012
278055
|
"description": "",
|
|
278013
|
-
"name": "
|
|
278056
|
+
"name": "form",
|
|
278014
278057
|
"parent": {
|
|
278015
|
-
"fileName": "components/src/components/
|
|
278016
|
-
"name": "
|
|
278058
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278059
|
+
"name": "FormContextProviderProps"
|
|
278017
278060
|
},
|
|
278018
278061
|
"declarations": [
|
|
278019
278062
|
{
|
|
278020
|
-
"fileName": "components/src/components/
|
|
278021
|
-
"name": "
|
|
278063
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278064
|
+
"name": "FormContextProviderProps"
|
|
278022
278065
|
}
|
|
278023
278066
|
],
|
|
278024
|
-
"required":
|
|
278067
|
+
"required": true,
|
|
278025
278068
|
"type": {
|
|
278026
|
-
"name": "
|
|
278069
|
+
"name": "UseFormReturn"
|
|
278027
278070
|
}
|
|
278028
278071
|
},
|
|
278029
|
-
"
|
|
278072
|
+
"id": {
|
|
278030
278073
|
"defaultValue": null,
|
|
278031
278074
|
"description": "",
|
|
278032
|
-
"name": "
|
|
278075
|
+
"name": "id",
|
|
278076
|
+
"parent": {
|
|
278077
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278078
|
+
"name": "FormContextProviderProps"
|
|
278079
|
+
},
|
|
278033
278080
|
"declarations": [
|
|
278034
278081
|
{
|
|
278035
|
-
"fileName": "
|
|
278036
|
-
"name": "
|
|
278082
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278083
|
+
"name": "FormContextProviderProps"
|
|
278037
278084
|
}
|
|
278038
278085
|
],
|
|
278039
|
-
"required":
|
|
278086
|
+
"required": true,
|
|
278040
278087
|
"type": {
|
|
278041
|
-
"name": "
|
|
278088
|
+
"name": "string"
|
|
278042
278089
|
}
|
|
278043
|
-
}
|
|
278044
|
-
|
|
278045
|
-
},
|
|
278046
|
-
{
|
|
278047
|
-
"tags": {},
|
|
278048
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
|
|
278049
|
-
"description": "",
|
|
278050
|
-
"displayName": "FormAction",
|
|
278051
|
-
"methods": [],
|
|
278052
|
-
"props": {
|
|
278053
|
-
"reset": {
|
|
278090
|
+
},
|
|
278091
|
+
"isReadOnly": {
|
|
278054
278092
|
"defaultValue": null,
|
|
278055
278093
|
"description": "",
|
|
278056
|
-
"name": "
|
|
278094
|
+
"name": "isReadOnly",
|
|
278057
278095
|
"parent": {
|
|
278058
|
-
"fileName": "components/src/integrations/react-hook-form/components/
|
|
278059
|
-
"name": "
|
|
278096
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278097
|
+
"name": "FormContextProviderProps"
|
|
278060
278098
|
},
|
|
278061
278099
|
"declarations": [
|
|
278062
278100
|
{
|
|
278063
|
-
"fileName": "components/src/integrations/react-hook-form/components/
|
|
278064
|
-
"name": "
|
|
278101
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278102
|
+
"name": "FormContextProviderProps"
|
|
278065
278103
|
}
|
|
278066
278104
|
],
|
|
278067
278105
|
"required": false,
|
|
@@ -278069,57 +278107,57 @@
|
|
|
278069
278107
|
"name": "boolean"
|
|
278070
278108
|
}
|
|
278071
278109
|
},
|
|
278072
|
-
"
|
|
278110
|
+
"onAfterSuccessFeedback": {
|
|
278073
278111
|
"defaultValue": null,
|
|
278074
278112
|
"description": "",
|
|
278075
|
-
"name": "
|
|
278113
|
+
"name": "onAfterSuccessFeedback",
|
|
278076
278114
|
"parent": {
|
|
278077
|
-
"fileName": "components/src/integrations/react-hook-form/components/
|
|
278078
|
-
"name": "
|
|
278115
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278116
|
+
"name": "FormContextProviderProps"
|
|
278079
278117
|
},
|
|
278080
278118
|
"declarations": [
|
|
278081
278119
|
{
|
|
278082
|
-
"fileName": "components/src/integrations/react-hook-form/components/
|
|
278083
|
-
"name": "
|
|
278120
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278121
|
+
"name": "FormContextProviderProps"
|
|
278084
278122
|
}
|
|
278085
278123
|
],
|
|
278086
278124
|
"required": false,
|
|
278087
278125
|
"type": {
|
|
278088
|
-
"name": "
|
|
278126
|
+
"name": "AfterFormSubmitCallback"
|
|
278089
278127
|
}
|
|
278090
278128
|
},
|
|
278091
|
-
"
|
|
278129
|
+
"rootErrorController": {
|
|
278092
278130
|
"defaultValue": null,
|
|
278093
278131
|
"description": "",
|
|
278094
|
-
"name": "
|
|
278132
|
+
"name": "rootErrorController",
|
|
278133
|
+
"parent": {
|
|
278134
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278135
|
+
"name": "FormContextProviderProps"
|
|
278136
|
+
},
|
|
278095
278137
|
"declarations": [
|
|
278096
278138
|
{
|
|
278097
|
-
"fileName": "
|
|
278098
|
-
"name": "
|
|
278139
|
+
"fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
|
|
278140
|
+
"name": "FormContextProviderProps"
|
|
278099
278141
|
}
|
|
278100
278142
|
],
|
|
278101
|
-
"required":
|
|
278143
|
+
"required": true,
|
|
278102
278144
|
"type": {
|
|
278103
|
-
"name": "
|
|
278145
|
+
"name": "FormRootErrorController"
|
|
278104
278146
|
}
|
|
278105
278147
|
},
|
|
278106
|
-
"
|
|
278148
|
+
"children": {
|
|
278107
278149
|
"defaultValue": null,
|
|
278108
278150
|
"description": "",
|
|
278109
|
-
"name": "
|
|
278110
|
-
"parent": {
|
|
278111
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
278112
|
-
"name": "ActionProps"
|
|
278113
|
-
},
|
|
278151
|
+
"name": "children",
|
|
278114
278152
|
"declarations": [
|
|
278115
278153
|
{
|
|
278116
|
-
"fileName": "
|
|
278117
|
-
"name": "
|
|
278154
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
278155
|
+
"name": "TypeLiteral"
|
|
278118
278156
|
}
|
|
278119
278157
|
],
|
|
278120
278158
|
"required": false,
|
|
278121
278159
|
"type": {
|
|
278122
|
-
"name": "
|
|
278160
|
+
"name": "ReactNode"
|
|
278123
278161
|
}
|
|
278124
278162
|
}
|
|
278125
278163
|
}
|
|
@@ -284458,6 +284496,30 @@
|
|
|
284458
284496
|
}
|
|
284459
284497
|
}
|
|
284460
284498
|
},
|
|
284499
|
+
{
|
|
284500
|
+
"tags": {},
|
|
284501
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
284502
|
+
"description": "",
|
|
284503
|
+
"displayName": "RouterProvider",
|
|
284504
|
+
"methods": [],
|
|
284505
|
+
"props": {
|
|
284506
|
+
"children": {
|
|
284507
|
+
"defaultValue": null,
|
|
284508
|
+
"description": "",
|
|
284509
|
+
"name": "children",
|
|
284510
|
+
"declarations": [
|
|
284511
|
+
{
|
|
284512
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
284513
|
+
"name": "TypeLiteral"
|
|
284514
|
+
}
|
|
284515
|
+
],
|
|
284516
|
+
"required": false,
|
|
284517
|
+
"type": {
|
|
284518
|
+
"name": "ReactNode"
|
|
284519
|
+
}
|
|
284520
|
+
}
|
|
284521
|
+
}
|
|
284522
|
+
},
|
|
284461
284523
|
{
|
|
284462
284524
|
"tags": {
|
|
284463
284525
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -289986,30 +290048,6 @@
|
|
|
289986
290048
|
}
|
|
289987
290049
|
}
|
|
289988
290050
|
},
|
|
289989
|
-
{
|
|
289990
|
-
"tags": {},
|
|
289991
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
289992
|
-
"description": "",
|
|
289993
|
-
"displayName": "RouterProvider",
|
|
289994
|
-
"methods": [],
|
|
289995
|
-
"props": {
|
|
289996
|
-
"children": {
|
|
289997
|
-
"defaultValue": null,
|
|
289998
|
-
"description": "",
|
|
289999
|
-
"name": "children",
|
|
290000
|
-
"declarations": [
|
|
290001
|
-
{
|
|
290002
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
290003
|
-
"name": "TypeLiteral"
|
|
290004
|
-
}
|
|
290005
|
-
],
|
|
290006
|
-
"required": false,
|
|
290007
|
-
"type": {
|
|
290008
|
-
"name": "ReactNode"
|
|
290009
|
-
}
|
|
290010
|
-
}
|
|
290011
|
-
}
|
|
290012
|
-
},
|
|
290013
290051
|
{
|
|
290014
290052
|
"tags": {
|
|
290015
290053
|
"flr-generate": "all"
|
|
@@ -305126,50 +305164,60 @@
|
|
|
305126
305164
|
},
|
|
305127
305165
|
{
|
|
305128
305166
|
"tags": {},
|
|
305129
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/
|
|
305167
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305130
305168
|
"description": "",
|
|
305131
|
-
"displayName": "
|
|
305169
|
+
"displayName": "RatingSegment",
|
|
305132
305170
|
"methods": [],
|
|
305133
305171
|
"props": {
|
|
305134
|
-
"
|
|
305172
|
+
"index": {
|
|
305135
305173
|
"defaultValue": null,
|
|
305136
305174
|
"description": "",
|
|
305137
|
-
"name": "
|
|
305175
|
+
"name": "index",
|
|
305138
305176
|
"parent": {
|
|
305139
|
-
"fileName": "components/src/components/Rating/components/RatingSegment/
|
|
305177
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305140
305178
|
"name": "Props"
|
|
305141
305179
|
},
|
|
305142
305180
|
"declarations": [
|
|
305143
305181
|
{
|
|
305144
|
-
"fileName": "components/src/components/Rating/components/RatingSegment/
|
|
305182
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305145
305183
|
"name": "Props"
|
|
305146
305184
|
}
|
|
305147
305185
|
],
|
|
305148
305186
|
"required": true,
|
|
305149
305187
|
"type": {
|
|
305150
|
-
"name": "
|
|
305188
|
+
"name": "number"
|
|
305151
305189
|
}
|
|
305152
|
-
}
|
|
305153
|
-
|
|
305154
|
-
|
|
305155
|
-
|
|
305156
|
-
|
|
305157
|
-
|
|
305158
|
-
|
|
305159
|
-
|
|
305160
|
-
|
|
305161
|
-
|
|
305190
|
+
},
|
|
305191
|
+
"selectedValue": {
|
|
305192
|
+
"defaultValue": null,
|
|
305193
|
+
"description": "",
|
|
305194
|
+
"name": "selectedValue",
|
|
305195
|
+
"parent": {
|
|
305196
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305197
|
+
"name": "Props"
|
|
305198
|
+
},
|
|
305199
|
+
"declarations": [
|
|
305200
|
+
{
|
|
305201
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305202
|
+
"name": "Props"
|
|
305203
|
+
}
|
|
305204
|
+
],
|
|
305205
|
+
"required": true,
|
|
305206
|
+
"type": {
|
|
305207
|
+
"name": "number"
|
|
305208
|
+
}
|
|
305209
|
+
},
|
|
305162
305210
|
"size": {
|
|
305163
305211
|
"defaultValue": null,
|
|
305164
305212
|
"description": "",
|
|
305165
305213
|
"name": "size",
|
|
305166
305214
|
"parent": {
|
|
305167
|
-
"fileName": "components/src/components/Rating/components/RatingSegment/
|
|
305215
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305168
305216
|
"name": "Props"
|
|
305169
305217
|
},
|
|
305170
305218
|
"declarations": [
|
|
305171
305219
|
{
|
|
305172
|
-
"fileName": "components/src/components/Rating/components/RatingSegment/
|
|
305220
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305173
305221
|
"name": "Props"
|
|
305174
305222
|
}
|
|
305175
305223
|
],
|
|
@@ -305177,20 +305225,11 @@
|
|
|
305177
305225
|
"type": {
|
|
305178
305226
|
"name": "\"s\" | \"m\" | undefined"
|
|
305179
305227
|
}
|
|
305180
|
-
}
|
|
305181
|
-
|
|
305182
|
-
},
|
|
305183
|
-
{
|
|
305184
|
-
"tags": {},
|
|
305185
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305186
|
-
"description": "",
|
|
305187
|
-
"displayName": "RatingSegment",
|
|
305188
|
-
"methods": [],
|
|
305189
|
-
"props": {
|
|
305190
|
-
"index": {
|
|
305228
|
+
},
|
|
305229
|
+
"iconEmpty": {
|
|
305191
305230
|
"defaultValue": null,
|
|
305192
305231
|
"description": "",
|
|
305193
|
-
"name": "
|
|
305232
|
+
"name": "iconEmpty",
|
|
305194
305233
|
"parent": {
|
|
305195
305234
|
"fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305196
305235
|
"name": "Props"
|
|
@@ -305201,15 +305240,15 @@
|
|
|
305201
305240
|
"name": "Props"
|
|
305202
305241
|
}
|
|
305203
305242
|
],
|
|
305204
|
-
"required":
|
|
305243
|
+
"required": false,
|
|
305205
305244
|
"type": {
|
|
305206
|
-
"name": "
|
|
305245
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
305207
305246
|
}
|
|
305208
305247
|
},
|
|
305209
|
-
"
|
|
305248
|
+
"iconFilled": {
|
|
305210
305249
|
"defaultValue": null,
|
|
305211
305250
|
"description": "",
|
|
305212
|
-
"name": "
|
|
305251
|
+
"name": "iconFilled",
|
|
305213
305252
|
"parent": {
|
|
305214
305253
|
"fileName": "components/src/components/Rating/components/RatingSegment/RatingSegment.tsx",
|
|
305215
305254
|
"name": "Props"
|
|
@@ -305220,22 +305259,89 @@
|
|
|
305220
305259
|
"name": "Props"
|
|
305221
305260
|
}
|
|
305222
305261
|
],
|
|
305262
|
+
"required": false,
|
|
305263
|
+
"type": {
|
|
305264
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
305265
|
+
}
|
|
305266
|
+
},
|
|
305267
|
+
"children": {
|
|
305268
|
+
"defaultValue": null,
|
|
305269
|
+
"description": "",
|
|
305270
|
+
"name": "children",
|
|
305271
|
+
"declarations": [
|
|
305272
|
+
{
|
|
305273
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
305274
|
+
"name": "TypeLiteral"
|
|
305275
|
+
}
|
|
305276
|
+
],
|
|
305277
|
+
"required": false,
|
|
305278
|
+
"type": {
|
|
305279
|
+
"name": "ReactNode"
|
|
305280
|
+
}
|
|
305281
|
+
}
|
|
305282
|
+
}
|
|
305283
|
+
},
|
|
305284
|
+
{
|
|
305285
|
+
"tags": {},
|
|
305286
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/FilledSegment.tsx",
|
|
305287
|
+
"description": "",
|
|
305288
|
+
"displayName": "FilledSegment",
|
|
305289
|
+
"methods": [],
|
|
305290
|
+
"props": {
|
|
305291
|
+
"size": {
|
|
305292
|
+
"defaultValue": null,
|
|
305293
|
+
"description": "",
|
|
305294
|
+
"name": "size",
|
|
305295
|
+
"parent": {
|
|
305296
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/FilledSegment.tsx",
|
|
305297
|
+
"name": "Props"
|
|
305298
|
+
},
|
|
305299
|
+
"declarations": [
|
|
305300
|
+
{
|
|
305301
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/FilledSegment.tsx",
|
|
305302
|
+
"name": "Props"
|
|
305303
|
+
}
|
|
305304
|
+
],
|
|
305223
305305
|
"required": true,
|
|
305224
305306
|
"type": {
|
|
305225
|
-
"name": "
|
|
305307
|
+
"name": "\"s\" | \"m\" | undefined"
|
|
305226
305308
|
}
|
|
305227
305309
|
},
|
|
305310
|
+
"children": {
|
|
305311
|
+
"defaultValue": null,
|
|
305312
|
+
"description": "",
|
|
305313
|
+
"name": "children",
|
|
305314
|
+
"declarations": [
|
|
305315
|
+
{
|
|
305316
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
305317
|
+
"name": "TypeLiteral"
|
|
305318
|
+
}
|
|
305319
|
+
],
|
|
305320
|
+
"required": false,
|
|
305321
|
+
"type": {
|
|
305322
|
+
"name": "ReactNode"
|
|
305323
|
+
}
|
|
305324
|
+
}
|
|
305325
|
+
}
|
|
305326
|
+
},
|
|
305327
|
+
{
|
|
305328
|
+
"tags": {},
|
|
305329
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/components/RatingSegment/EmptySegment.tsx",
|
|
305330
|
+
"description": "",
|
|
305331
|
+
"displayName": "EmptySegment",
|
|
305332
|
+
"methods": [],
|
|
305333
|
+
"props": {
|
|
305228
305334
|
"size": {
|
|
305229
305335
|
"defaultValue": null,
|
|
305230
305336
|
"description": "",
|
|
305231
305337
|
"name": "size",
|
|
305232
305338
|
"parent": {
|
|
305233
|
-
"fileName": "components/src/components/Rating/components/RatingSegment/
|
|
305339
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/EmptySegment.tsx",
|
|
305234
305340
|
"name": "Props"
|
|
305235
305341
|
},
|
|
305236
305342
|
"declarations": [
|
|
305237
305343
|
{
|
|
305238
|
-
"fileName": "components/src/components/Rating/components/RatingSegment/
|
|
305344
|
+
"fileName": "components/src/components/Rating/components/RatingSegment/EmptySegment.tsx",
|
|
305239
305345
|
"name": "Props"
|
|
305240
305346
|
}
|
|
305241
305347
|
],
|
|
@@ -305243,6 +305349,21 @@
|
|
|
305243
305349
|
"type": {
|
|
305244
305350
|
"name": "\"s\" | \"m\" | undefined"
|
|
305245
305351
|
}
|
|
305352
|
+
},
|
|
305353
|
+
"children": {
|
|
305354
|
+
"defaultValue": null,
|
|
305355
|
+
"description": "",
|
|
305356
|
+
"name": "children",
|
|
305357
|
+
"declarations": [
|
|
305358
|
+
{
|
|
305359
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
305360
|
+
"name": "TypeLiteral"
|
|
305361
|
+
}
|
|
305362
|
+
],
|
|
305363
|
+
"required": false,
|
|
305364
|
+
"type": {
|
|
305365
|
+
"name": "ReactNode"
|
|
305366
|
+
}
|
|
305246
305367
|
}
|
|
305247
305368
|
}
|
|
305248
305369
|
},
|
|
@@ -309727,93 +309848,6 @@
|
|
|
309727
309848
|
}
|
|
309728
309849
|
}
|
|
309729
309850
|
},
|
|
309730
|
-
{
|
|
309731
|
-
"tags": {
|
|
309732
|
-
"flr-generate": "all"
|
|
309733
|
-
},
|
|
309734
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
309735
|
-
"description": "",
|
|
309736
|
-
"displayName": "DialogTrigger",
|
|
309737
|
-
"methods": [],
|
|
309738
|
-
"props": {
|
|
309739
|
-
"children": {
|
|
309740
|
-
"defaultValue": null,
|
|
309741
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
309742
|
-
"name": "children",
|
|
309743
|
-
"parent": {
|
|
309744
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309745
|
-
"name": "TableProps"
|
|
309746
|
-
},
|
|
309747
|
-
"declarations": [
|
|
309748
|
-
{
|
|
309749
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
309750
|
-
"name": "TableProps"
|
|
309751
|
-
}
|
|
309752
|
-
],
|
|
309753
|
-
"required": false,
|
|
309754
|
-
"type": {
|
|
309755
|
-
"name": "ReactNode"
|
|
309756
|
-
}
|
|
309757
|
-
},
|
|
309758
|
-
"isOpen": {
|
|
309759
|
-
"defaultValue": null,
|
|
309760
|
-
"description": "Whether the element is rendered.",
|
|
309761
|
-
"name": "isOpen",
|
|
309762
|
-
"parent": {
|
|
309763
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309764
|
-
"name": "PositionProps"
|
|
309765
|
-
},
|
|
309766
|
-
"declarations": [
|
|
309767
|
-
{
|
|
309768
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309769
|
-
"name": "PositionProps"
|
|
309770
|
-
}
|
|
309771
|
-
],
|
|
309772
|
-
"required": false,
|
|
309773
|
-
"type": {
|
|
309774
|
-
"name": "boolean"
|
|
309775
|
-
}
|
|
309776
|
-
},
|
|
309777
|
-
"defaultOpen": {
|
|
309778
|
-
"defaultValue": null,
|
|
309779
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
309780
|
-
"name": "defaultOpen",
|
|
309781
|
-
"parent": {
|
|
309782
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309783
|
-
"name": "OverlayTriggerProps"
|
|
309784
|
-
},
|
|
309785
|
-
"declarations": [
|
|
309786
|
-
{
|
|
309787
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309788
|
-
"name": "OverlayTriggerProps"
|
|
309789
|
-
}
|
|
309790
|
-
],
|
|
309791
|
-
"required": false,
|
|
309792
|
-
"type": {
|
|
309793
|
-
"name": "boolean"
|
|
309794
|
-
}
|
|
309795
|
-
},
|
|
309796
|
-
"onOpenChange": {
|
|
309797
|
-
"defaultValue": null,
|
|
309798
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
309799
|
-
"name": "onOpenChange",
|
|
309800
|
-
"parent": {
|
|
309801
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309802
|
-
"name": "OverlayTriggerProps"
|
|
309803
|
-
},
|
|
309804
|
-
"declarations": [
|
|
309805
|
-
{
|
|
309806
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
309807
|
-
"name": "OverlayTriggerProps"
|
|
309808
|
-
}
|
|
309809
|
-
],
|
|
309810
|
-
"required": false,
|
|
309811
|
-
"type": {
|
|
309812
|
-
"name": "((isOpen: boolean) => void)"
|
|
309813
|
-
}
|
|
309814
|
-
}
|
|
309815
|
-
}
|
|
309816
|
-
},
|
|
309817
309851
|
{
|
|
309818
309852
|
"tags": {
|
|
309819
309853
|
"flr-generate": "all"
|
|
@@ -309998,6 +310032,93 @@
|
|
|
309998
310032
|
}
|
|
309999
310033
|
}
|
|
310000
310034
|
},
|
|
310035
|
+
{
|
|
310036
|
+
"tags": {
|
|
310037
|
+
"flr-generate": "all"
|
|
310038
|
+
},
|
|
310039
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
310040
|
+
"description": "",
|
|
310041
|
+
"displayName": "DialogTrigger",
|
|
310042
|
+
"methods": [],
|
|
310043
|
+
"props": {
|
|
310044
|
+
"children": {
|
|
310045
|
+
"defaultValue": null,
|
|
310046
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
310047
|
+
"name": "children",
|
|
310048
|
+
"parent": {
|
|
310049
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
310050
|
+
"name": "TableProps"
|
|
310051
|
+
},
|
|
310052
|
+
"declarations": [
|
|
310053
|
+
{
|
|
310054
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
310055
|
+
"name": "TableProps"
|
|
310056
|
+
}
|
|
310057
|
+
],
|
|
310058
|
+
"required": false,
|
|
310059
|
+
"type": {
|
|
310060
|
+
"name": "ReactNode"
|
|
310061
|
+
}
|
|
310062
|
+
},
|
|
310063
|
+
"isOpen": {
|
|
310064
|
+
"defaultValue": null,
|
|
310065
|
+
"description": "Whether the element is rendered.",
|
|
310066
|
+
"name": "isOpen",
|
|
310067
|
+
"parent": {
|
|
310068
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
310069
|
+
"name": "PositionProps"
|
|
310070
|
+
},
|
|
310071
|
+
"declarations": [
|
|
310072
|
+
{
|
|
310073
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
310074
|
+
"name": "PositionProps"
|
|
310075
|
+
}
|
|
310076
|
+
],
|
|
310077
|
+
"required": false,
|
|
310078
|
+
"type": {
|
|
310079
|
+
"name": "boolean"
|
|
310080
|
+
}
|
|
310081
|
+
},
|
|
310082
|
+
"defaultOpen": {
|
|
310083
|
+
"defaultValue": null,
|
|
310084
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
310085
|
+
"name": "defaultOpen",
|
|
310086
|
+
"parent": {
|
|
310087
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
310088
|
+
"name": "OverlayTriggerProps"
|
|
310089
|
+
},
|
|
310090
|
+
"declarations": [
|
|
310091
|
+
{
|
|
310092
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
310093
|
+
"name": "OverlayTriggerProps"
|
|
310094
|
+
}
|
|
310095
|
+
],
|
|
310096
|
+
"required": false,
|
|
310097
|
+
"type": {
|
|
310098
|
+
"name": "boolean"
|
|
310099
|
+
}
|
|
310100
|
+
},
|
|
310101
|
+
"onOpenChange": {
|
|
310102
|
+
"defaultValue": null,
|
|
310103
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
310104
|
+
"name": "onOpenChange",
|
|
310105
|
+
"parent": {
|
|
310106
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
310107
|
+
"name": "OverlayTriggerProps"
|
|
310108
|
+
},
|
|
310109
|
+
"declarations": [
|
|
310110
|
+
{
|
|
310111
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
|
|
310112
|
+
"name": "OverlayTriggerProps"
|
|
310113
|
+
}
|
|
310114
|
+
],
|
|
310115
|
+
"required": false,
|
|
310116
|
+
"type": {
|
|
310117
|
+
"name": "((isOpen: boolean) => void)"
|
|
310118
|
+
}
|
|
310119
|
+
}
|
|
310120
|
+
}
|
|
310121
|
+
},
|
|
310001
310122
|
{
|
|
310002
310123
|
"tags": {
|
|
310003
310124
|
"flr-generate": "all"
|
|
@@ -322525,175 +322646,6 @@
|
|
|
322525
322646
|
}
|
|
322526
322647
|
}
|
|
322527
322648
|
},
|
|
322528
|
-
{
|
|
322529
|
-
"tags": {
|
|
322530
|
-
"flr-generate": "all"
|
|
322531
|
-
},
|
|
322532
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322533
|
-
"description": "",
|
|
322534
|
-
"displayName": "Line",
|
|
322535
|
-
"methods": [],
|
|
322536
|
-
"props": {
|
|
322537
|
-
"dataKey": {
|
|
322538
|
-
"defaultValue": null,
|
|
322539
|
-
"description": "",
|
|
322540
|
-
"name": "dataKey",
|
|
322541
|
-
"parent": {
|
|
322542
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322543
|
-
"name": "LineProps"
|
|
322544
|
-
},
|
|
322545
|
-
"declarations": [
|
|
322546
|
-
{
|
|
322547
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322548
|
-
"name": "LineProps"
|
|
322549
|
-
}
|
|
322550
|
-
],
|
|
322551
|
-
"required": false,
|
|
322552
|
-
"type": {
|
|
322553
|
-
"name": "DataKey<ChartDataValue>"
|
|
322554
|
-
}
|
|
322555
|
-
},
|
|
322556
|
-
"color": {
|
|
322557
|
-
"defaultValue": {
|
|
322558
|
-
"value": "\"sea-green\""
|
|
322559
|
-
},
|
|
322560
|
-
"description": "The color of the line.",
|
|
322561
|
-
"name": "color",
|
|
322562
|
-
"parent": {
|
|
322563
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322564
|
-
"name": "LineProps"
|
|
322565
|
-
},
|
|
322566
|
-
"declarations": [
|
|
322567
|
-
{
|
|
322568
|
-
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322569
|
-
"name": "LineProps"
|
|
322570
|
-
}
|
|
322571
|
-
],
|
|
322572
|
-
"required": false,
|
|
322573
|
-
"type": {
|
|
322574
|
-
"name": "CategoricalWithCustomColor"
|
|
322575
|
-
}
|
|
322576
|
-
},
|
|
322577
|
-
"className": {
|
|
322578
|
-
"defaultValue": null,
|
|
322579
|
-
"description": "",
|
|
322580
|
-
"name": "className",
|
|
322581
|
-
"parent": {
|
|
322582
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322583
|
-
"name": "HTMLAttributes"
|
|
322584
|
-
},
|
|
322585
|
-
"declarations": [
|
|
322586
|
-
{
|
|
322587
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322588
|
-
"name": "HTMLAttributes"
|
|
322589
|
-
}
|
|
322590
|
-
],
|
|
322591
|
-
"required": false,
|
|
322592
|
-
"type": {
|
|
322593
|
-
"name": "string"
|
|
322594
|
-
}
|
|
322595
|
-
},
|
|
322596
|
-
"key": {
|
|
322597
|
-
"defaultValue": null,
|
|
322598
|
-
"description": "",
|
|
322599
|
-
"name": "key",
|
|
322600
|
-
"parent": {
|
|
322601
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322602
|
-
"name": "Attributes"
|
|
322603
|
-
},
|
|
322604
|
-
"declarations": [
|
|
322605
|
-
{
|
|
322606
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322607
|
-
"name": "Attributes"
|
|
322608
|
-
}
|
|
322609
|
-
],
|
|
322610
|
-
"required": false,
|
|
322611
|
-
"type": {
|
|
322612
|
-
"name": "Key | null"
|
|
322613
|
-
}
|
|
322614
|
-
},
|
|
322615
|
-
"type": {
|
|
322616
|
-
"defaultValue": null,
|
|
322617
|
-
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
322618
|
-
"name": "type",
|
|
322619
|
-
"parent": {
|
|
322620
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
322621
|
-
"name": "CurveProps"
|
|
322622
|
-
},
|
|
322623
|
-
"declarations": [
|
|
322624
|
-
{
|
|
322625
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
322626
|
-
"name": "CurveProps"
|
|
322627
|
-
},
|
|
322628
|
-
{
|
|
322629
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322630
|
-
"name": "LineProps"
|
|
322631
|
-
}
|
|
322632
|
-
],
|
|
322633
|
-
"required": false,
|
|
322634
|
-
"type": {
|
|
322635
|
-
"name": "CurveType"
|
|
322636
|
-
}
|
|
322637
|
-
},
|
|
322638
|
-
"unit": {
|
|
322639
|
-
"defaultValue": null,
|
|
322640
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
322641
|
-
"name": "unit",
|
|
322642
|
-
"parent": {
|
|
322643
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322644
|
-
"name": "LineProps"
|
|
322645
|
-
},
|
|
322646
|
-
"declarations": [
|
|
322647
|
-
{
|
|
322648
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322649
|
-
"name": "LineProps"
|
|
322650
|
-
}
|
|
322651
|
-
],
|
|
322652
|
-
"required": false,
|
|
322653
|
-
"type": {
|
|
322654
|
-
"name": "string | number | null"
|
|
322655
|
-
}
|
|
322656
|
-
},
|
|
322657
|
-
"xAxisId": {
|
|
322658
|
-
"defaultValue": null,
|
|
322659
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
322660
|
-
"name": "xAxisId",
|
|
322661
|
-
"parent": {
|
|
322662
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322663
|
-
"name": "LineProps"
|
|
322664
|
-
},
|
|
322665
|
-
"declarations": [
|
|
322666
|
-
{
|
|
322667
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322668
|
-
"name": "LineProps"
|
|
322669
|
-
}
|
|
322670
|
-
],
|
|
322671
|
-
"required": false,
|
|
322672
|
-
"type": {
|
|
322673
|
-
"name": "AxisId"
|
|
322674
|
-
}
|
|
322675
|
-
},
|
|
322676
|
-
"yAxisId": {
|
|
322677
|
-
"defaultValue": null,
|
|
322678
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
322679
|
-
"name": "yAxisId",
|
|
322680
|
-
"parent": {
|
|
322681
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322682
|
-
"name": "LineProps"
|
|
322683
|
-
},
|
|
322684
|
-
"declarations": [
|
|
322685
|
-
{
|
|
322686
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
322687
|
-
"name": "LineProps"
|
|
322688
|
-
}
|
|
322689
|
-
],
|
|
322690
|
-
"required": false,
|
|
322691
|
-
"type": {
|
|
322692
|
-
"name": "AxisId"
|
|
322693
|
-
}
|
|
322694
|
-
}
|
|
322695
|
-
}
|
|
322696
|
-
},
|
|
322697
322649
|
{
|
|
322698
322650
|
"tags": {
|
|
322699
322651
|
"flr-generate": "all"
|
|
@@ -322944,6 +322896,175 @@
|
|
|
322944
322896
|
}
|
|
322945
322897
|
}
|
|
322946
322898
|
},
|
|
322899
|
+
{
|
|
322900
|
+
"tags": {
|
|
322901
|
+
"flr-generate": "all"
|
|
322902
|
+
},
|
|
322903
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322904
|
+
"description": "",
|
|
322905
|
+
"displayName": "Line",
|
|
322906
|
+
"methods": [],
|
|
322907
|
+
"props": {
|
|
322908
|
+
"dataKey": {
|
|
322909
|
+
"defaultValue": null,
|
|
322910
|
+
"description": "",
|
|
322911
|
+
"name": "dataKey",
|
|
322912
|
+
"parent": {
|
|
322913
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322914
|
+
"name": "LineProps"
|
|
322915
|
+
},
|
|
322916
|
+
"declarations": [
|
|
322917
|
+
{
|
|
322918
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322919
|
+
"name": "LineProps"
|
|
322920
|
+
}
|
|
322921
|
+
],
|
|
322922
|
+
"required": false,
|
|
322923
|
+
"type": {
|
|
322924
|
+
"name": "DataKey<ChartDataValue>"
|
|
322925
|
+
}
|
|
322926
|
+
},
|
|
322927
|
+
"color": {
|
|
322928
|
+
"defaultValue": {
|
|
322929
|
+
"value": "\"sea-green\""
|
|
322930
|
+
},
|
|
322931
|
+
"description": "The color of the line.",
|
|
322932
|
+
"name": "color",
|
|
322933
|
+
"parent": {
|
|
322934
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322935
|
+
"name": "LineProps"
|
|
322936
|
+
},
|
|
322937
|
+
"declarations": [
|
|
322938
|
+
{
|
|
322939
|
+
"fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
|
|
322940
|
+
"name": "LineProps"
|
|
322941
|
+
}
|
|
322942
|
+
],
|
|
322943
|
+
"required": false,
|
|
322944
|
+
"type": {
|
|
322945
|
+
"name": "CategoricalWithCustomColor"
|
|
322946
|
+
}
|
|
322947
|
+
},
|
|
322948
|
+
"className": {
|
|
322949
|
+
"defaultValue": null,
|
|
322950
|
+
"description": "",
|
|
322951
|
+
"name": "className",
|
|
322952
|
+
"parent": {
|
|
322953
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322954
|
+
"name": "HTMLAttributes"
|
|
322955
|
+
},
|
|
322956
|
+
"declarations": [
|
|
322957
|
+
{
|
|
322958
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322959
|
+
"name": "HTMLAttributes"
|
|
322960
|
+
}
|
|
322961
|
+
],
|
|
322962
|
+
"required": false,
|
|
322963
|
+
"type": {
|
|
322964
|
+
"name": "string"
|
|
322965
|
+
}
|
|
322966
|
+
},
|
|
322967
|
+
"key": {
|
|
322968
|
+
"defaultValue": null,
|
|
322969
|
+
"description": "",
|
|
322970
|
+
"name": "key",
|
|
322971
|
+
"parent": {
|
|
322972
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322973
|
+
"name": "Attributes"
|
|
322974
|
+
},
|
|
322975
|
+
"declarations": [
|
|
322976
|
+
{
|
|
322977
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
322978
|
+
"name": "Attributes"
|
|
322979
|
+
}
|
|
322980
|
+
],
|
|
322981
|
+
"required": false,
|
|
322982
|
+
"type": {
|
|
322983
|
+
"name": "Key | null"
|
|
322984
|
+
}
|
|
322985
|
+
},
|
|
322986
|
+
"type": {
|
|
322987
|
+
"defaultValue": null,
|
|
322988
|
+
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
322989
|
+
"name": "type",
|
|
322990
|
+
"parent": {
|
|
322991
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
322992
|
+
"name": "CurveProps"
|
|
322993
|
+
},
|
|
322994
|
+
"declarations": [
|
|
322995
|
+
{
|
|
322996
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
322997
|
+
"name": "CurveProps"
|
|
322998
|
+
},
|
|
322999
|
+
{
|
|
323000
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
323001
|
+
"name": "LineProps"
|
|
323002
|
+
}
|
|
323003
|
+
],
|
|
323004
|
+
"required": false,
|
|
323005
|
+
"type": {
|
|
323006
|
+
"name": "CurveType"
|
|
323007
|
+
}
|
|
323008
|
+
},
|
|
323009
|
+
"unit": {
|
|
323010
|
+
"defaultValue": null,
|
|
323011
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
323012
|
+
"name": "unit",
|
|
323013
|
+
"parent": {
|
|
323014
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
323015
|
+
"name": "LineProps"
|
|
323016
|
+
},
|
|
323017
|
+
"declarations": [
|
|
323018
|
+
{
|
|
323019
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
323020
|
+
"name": "LineProps"
|
|
323021
|
+
}
|
|
323022
|
+
],
|
|
323023
|
+
"required": false,
|
|
323024
|
+
"type": {
|
|
323025
|
+
"name": "string | number | null"
|
|
323026
|
+
}
|
|
323027
|
+
},
|
|
323028
|
+
"xAxisId": {
|
|
323029
|
+
"defaultValue": null,
|
|
323030
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
323031
|
+
"name": "xAxisId",
|
|
323032
|
+
"parent": {
|
|
323033
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
323034
|
+
"name": "LineProps"
|
|
323035
|
+
},
|
|
323036
|
+
"declarations": [
|
|
323037
|
+
{
|
|
323038
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
323039
|
+
"name": "LineProps"
|
|
323040
|
+
}
|
|
323041
|
+
],
|
|
323042
|
+
"required": false,
|
|
323043
|
+
"type": {
|
|
323044
|
+
"name": "AxisId"
|
|
323045
|
+
}
|
|
323046
|
+
},
|
|
323047
|
+
"yAxisId": {
|
|
323048
|
+
"defaultValue": null,
|
|
323049
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
323050
|
+
"name": "yAxisId",
|
|
323051
|
+
"parent": {
|
|
323052
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
323053
|
+
"name": "LineProps"
|
|
323054
|
+
},
|
|
323055
|
+
"declarations": [
|
|
323056
|
+
{
|
|
323057
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
323058
|
+
"name": "LineProps"
|
|
323059
|
+
}
|
|
323060
|
+
],
|
|
323061
|
+
"required": false,
|
|
323062
|
+
"type": {
|
|
323063
|
+
"name": "AxisId"
|
|
323064
|
+
}
|
|
323065
|
+
}
|
|
323066
|
+
}
|
|
323067
|
+
},
|
|
322947
323068
|
{
|
|
322948
323069
|
"tags": {},
|
|
322949
323070
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
|
|
@@ -348412,37 +348533,37 @@
|
|
|
348412
348533
|
},
|
|
348413
348534
|
{
|
|
348414
348535
|
"tags": {},
|
|
348415
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
348536
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348416
348537
|
"description": "",
|
|
348417
|
-
"displayName": "
|
|
348538
|
+
"displayName": "SortingMenuItem",
|
|
348418
348539
|
"methods": [],
|
|
348419
348540
|
"props": {
|
|
348420
|
-
"
|
|
348541
|
+
"sorting": {
|
|
348421
348542
|
"defaultValue": null,
|
|
348422
348543
|
"description": "",
|
|
348423
|
-
"name": "
|
|
348544
|
+
"name": "sorting",
|
|
348424
348545
|
"parent": {
|
|
348425
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
348546
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348426
348547
|
"name": "Props"
|
|
348427
348548
|
},
|
|
348428
348549
|
"declarations": [
|
|
348429
348550
|
{
|
|
348430
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
348551
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
348431
348552
|
"name": "Props"
|
|
348432
348553
|
}
|
|
348433
348554
|
],
|
|
348434
348555
|
"required": true,
|
|
348435
348556
|
"type": {
|
|
348436
|
-
"name": "
|
|
348557
|
+
"name": "Sorting<never>"
|
|
348437
348558
|
}
|
|
348438
348559
|
}
|
|
348439
348560
|
}
|
|
348440
348561
|
},
|
|
348441
348562
|
{
|
|
348442
348563
|
"tags": {},
|
|
348443
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
348564
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348444
348565
|
"description": "",
|
|
348445
|
-
"displayName": "
|
|
348566
|
+
"displayName": "SortingContextMenu",
|
|
348446
348567
|
"methods": [],
|
|
348447
348568
|
"props": {
|
|
348448
348569
|
"isDisabled": {
|
|
@@ -348450,12 +348571,12 @@
|
|
|
348450
348571
|
"description": "",
|
|
348451
348572
|
"name": "isDisabled",
|
|
348452
348573
|
"parent": {
|
|
348453
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
348574
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348454
348575
|
"name": "Props"
|
|
348455
348576
|
},
|
|
348456
348577
|
"declarations": [
|
|
348457
348578
|
{
|
|
348458
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
348579
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
348459
348580
|
"name": "Props"
|
|
348460
348581
|
}
|
|
348461
348582
|
],
|
|
@@ -348468,37 +348589,37 @@
|
|
|
348468
348589
|
},
|
|
348469
348590
|
{
|
|
348470
348591
|
"tags": {},
|
|
348471
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
348592
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
348472
348593
|
"description": "",
|
|
348473
|
-
"displayName": "
|
|
348594
|
+
"displayName": "ViewModeMenuItem",
|
|
348474
348595
|
"methods": [],
|
|
348475
348596
|
"props": {
|
|
348476
|
-
"
|
|
348597
|
+
"viewMode": {
|
|
348477
348598
|
"defaultValue": null,
|
|
348478
348599
|
"description": "",
|
|
348479
|
-
"name": "
|
|
348600
|
+
"name": "viewMode",
|
|
348480
348601
|
"parent": {
|
|
348481
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
348602
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
348482
348603
|
"name": "Props"
|
|
348483
348604
|
},
|
|
348484
348605
|
"declarations": [
|
|
348485
348606
|
{
|
|
348486
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
348607
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
348487
348608
|
"name": "Props"
|
|
348488
348609
|
}
|
|
348489
348610
|
],
|
|
348490
348611
|
"required": true,
|
|
348491
348612
|
"type": {
|
|
348492
|
-
"name": "
|
|
348613
|
+
"name": "ListViewMode"
|
|
348493
348614
|
}
|
|
348494
348615
|
}
|
|
348495
348616
|
}
|
|
348496
348617
|
},
|
|
348497
348618
|
{
|
|
348498
348619
|
"tags": {},
|
|
348499
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
348620
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
348500
348621
|
"description": "",
|
|
348501
|
-
"displayName": "
|
|
348622
|
+
"displayName": "ViewModeContextMenu",
|
|
348502
348623
|
"methods": [],
|
|
348503
348624
|
"props": {
|
|
348504
348625
|
"isDisabled": {
|
|
@@ -348506,12 +348627,12 @@
|
|
|
348506
348627
|
"description": "",
|
|
348507
348628
|
"name": "isDisabled",
|
|
348508
348629
|
"parent": {
|
|
348509
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
348630
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
348510
348631
|
"name": "Props"
|
|
348511
348632
|
},
|
|
348512
348633
|
"declarations": [
|
|
348513
348634
|
{
|
|
348514
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
348635
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
348515
348636
|
"name": "Props"
|
|
348516
348637
|
}
|
|
348517
348638
|
],
|
|
@@ -356972,6 +357093,34 @@
|
|
|
356972
357093
|
}
|
|
356973
357094
|
}
|
|
356974
357095
|
},
|
|
357096
|
+
{
|
|
357097
|
+
"tags": {},
|
|
357098
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
357099
|
+
"description": "",
|
|
357100
|
+
"displayName": "ListItemSkeletonView",
|
|
357101
|
+
"methods": [],
|
|
357102
|
+
"props": {
|
|
357103
|
+
"viewMode": {
|
|
357104
|
+
"defaultValue": null,
|
|
357105
|
+
"description": "",
|
|
357106
|
+
"name": "viewMode",
|
|
357107
|
+
"parent": {
|
|
357108
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
357109
|
+
"name": "ListItemSkeletonViewProps"
|
|
357110
|
+
},
|
|
357111
|
+
"declarations": [
|
|
357112
|
+
{
|
|
357113
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
357114
|
+
"name": "ListItemSkeletonViewProps"
|
|
357115
|
+
}
|
|
357116
|
+
],
|
|
357117
|
+
"required": true,
|
|
357118
|
+
"type": {
|
|
357119
|
+
"name": "ListViewMode"
|
|
357120
|
+
}
|
|
357121
|
+
}
|
|
357122
|
+
}
|
|
357123
|
+
},
|
|
356975
357124
|
{
|
|
356976
357125
|
"tags": {},
|
|
356977
357126
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|
|
@@ -357057,33 +357206,5 @@
|
|
|
357057
357206
|
}
|
|
357058
357207
|
}
|
|
357059
357208
|
}
|
|
357060
|
-
},
|
|
357061
|
-
{
|
|
357062
|
-
"tags": {},
|
|
357063
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
357064
|
-
"description": "",
|
|
357065
|
-
"displayName": "ListItemSkeletonView",
|
|
357066
|
-
"methods": [],
|
|
357067
|
-
"props": {
|
|
357068
|
-
"viewMode": {
|
|
357069
|
-
"defaultValue": null,
|
|
357070
|
-
"description": "",
|
|
357071
|
-
"name": "viewMode",
|
|
357072
|
-
"parent": {
|
|
357073
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
357074
|
-
"name": "ListItemSkeletonViewProps"
|
|
357075
|
-
},
|
|
357076
|
-
"declarations": [
|
|
357077
|
-
{
|
|
357078
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
357079
|
-
"name": "ListItemSkeletonViewProps"
|
|
357080
|
-
}
|
|
357081
|
-
],
|
|
357082
|
-
"required": true,
|
|
357083
|
-
"type": {
|
|
357084
|
-
"name": "ListViewMode"
|
|
357085
|
-
}
|
|
357086
|
-
}
|
|
357087
|
-
}
|
|
357088
357209
|
}
|
|
357089
357210
|
]
|