@mittwald/flow-react-components 0.2.0-alpha.63 → 0.2.0-alpha.64
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.
|
@@ -181691,6 +181691,358 @@
|
|
|
181691
181691
|
}
|
|
181692
181692
|
}
|
|
181693
181693
|
},
|
|
181694
|
+
{
|
|
181695
|
+
"tags": {},
|
|
181696
|
+
"filePath": "src/components/Action/ActionStateContext.tsx",
|
|
181697
|
+
"description": "",
|
|
181698
|
+
"displayName": "ActionStateContext",
|
|
181699
|
+
"methods": [],
|
|
181700
|
+
"props": {
|
|
181701
|
+
"isStarted": {
|
|
181702
|
+
"defaultValue": null,
|
|
181703
|
+
"description": "",
|
|
181704
|
+
"name": "isStarted",
|
|
181705
|
+
"parent": {
|
|
181706
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
181707
|
+
"name": "Props"
|
|
181708
|
+
},
|
|
181709
|
+
"declarations": [
|
|
181710
|
+
{
|
|
181711
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
181712
|
+
"name": "Props"
|
|
181713
|
+
}
|
|
181714
|
+
],
|
|
181715
|
+
"required": false,
|
|
181716
|
+
"type": {
|
|
181717
|
+
"name": "boolean"
|
|
181718
|
+
}
|
|
181719
|
+
},
|
|
181720
|
+
"hasSucceeded": {
|
|
181721
|
+
"defaultValue": null,
|
|
181722
|
+
"description": "",
|
|
181723
|
+
"name": "hasSucceeded",
|
|
181724
|
+
"parent": {
|
|
181725
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
181726
|
+
"name": "Props"
|
|
181727
|
+
},
|
|
181728
|
+
"declarations": [
|
|
181729
|
+
{
|
|
181730
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
181731
|
+
"name": "Props"
|
|
181732
|
+
}
|
|
181733
|
+
],
|
|
181734
|
+
"required": false,
|
|
181735
|
+
"type": {
|
|
181736
|
+
"name": "boolean"
|
|
181737
|
+
}
|
|
181738
|
+
},
|
|
181739
|
+
"hasFailedWithError": {
|
|
181740
|
+
"defaultValue": null,
|
|
181741
|
+
"description": "",
|
|
181742
|
+
"name": "hasFailedWithError",
|
|
181743
|
+
"parent": {
|
|
181744
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
181745
|
+
"name": "Props"
|
|
181746
|
+
},
|
|
181747
|
+
"declarations": [
|
|
181748
|
+
{
|
|
181749
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
181750
|
+
"name": "Props"
|
|
181751
|
+
}
|
|
181752
|
+
],
|
|
181753
|
+
"required": false,
|
|
181754
|
+
"type": {
|
|
181755
|
+
"name": "unknown"
|
|
181756
|
+
}
|
|
181757
|
+
},
|
|
181758
|
+
"children": {
|
|
181759
|
+
"defaultValue": null,
|
|
181760
|
+
"description": "",
|
|
181761
|
+
"name": "children",
|
|
181762
|
+
"declarations": [
|
|
181763
|
+
{
|
|
181764
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
181765
|
+
"name": "TypeLiteral"
|
|
181766
|
+
}
|
|
181767
|
+
],
|
|
181768
|
+
"required": false,
|
|
181769
|
+
"type": {
|
|
181770
|
+
"name": "ReactNode"
|
|
181771
|
+
}
|
|
181772
|
+
}
|
|
181773
|
+
}
|
|
181774
|
+
},
|
|
181775
|
+
{
|
|
181776
|
+
"tags": {},
|
|
181777
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
181778
|
+
"description": "",
|
|
181779
|
+
"displayName": "Action",
|
|
181780
|
+
"methods": [],
|
|
181781
|
+
"props": {
|
|
181782
|
+
"action": {
|
|
181783
|
+
"defaultValue": null,
|
|
181784
|
+
"description": "",
|
|
181785
|
+
"name": "action",
|
|
181786
|
+
"parent": {
|
|
181787
|
+
"fileName": "src/components/Action/types.ts",
|
|
181788
|
+
"name": "ActionProps"
|
|
181789
|
+
},
|
|
181790
|
+
"declarations": [
|
|
181791
|
+
{
|
|
181792
|
+
"fileName": "src/components/Action/types.ts",
|
|
181793
|
+
"name": "ActionProps"
|
|
181794
|
+
}
|
|
181795
|
+
],
|
|
181796
|
+
"required": false,
|
|
181797
|
+
"type": {
|
|
181798
|
+
"name": "ActionFn"
|
|
181799
|
+
}
|
|
181800
|
+
},
|
|
181801
|
+
"onAction": {
|
|
181802
|
+
"defaultValue": null,
|
|
181803
|
+
"description": "",
|
|
181804
|
+
"name": "onAction",
|
|
181805
|
+
"parent": {
|
|
181806
|
+
"fileName": "src/components/Action/types.ts",
|
|
181807
|
+
"name": "ActionProps"
|
|
181808
|
+
},
|
|
181809
|
+
"declarations": [
|
|
181810
|
+
{
|
|
181811
|
+
"fileName": "src/components/Action/types.ts",
|
|
181812
|
+
"name": "ActionProps"
|
|
181813
|
+
}
|
|
181814
|
+
],
|
|
181815
|
+
"required": false,
|
|
181816
|
+
"type": {
|
|
181817
|
+
"name": "ActionFn"
|
|
181818
|
+
}
|
|
181819
|
+
},
|
|
181820
|
+
"actionModel": {
|
|
181821
|
+
"defaultValue": null,
|
|
181822
|
+
"description": "",
|
|
181823
|
+
"name": "actionModel",
|
|
181824
|
+
"parent": {
|
|
181825
|
+
"fileName": "src/components/Action/types.ts",
|
|
181826
|
+
"name": "ActionProps"
|
|
181827
|
+
},
|
|
181828
|
+
"declarations": [
|
|
181829
|
+
{
|
|
181830
|
+
"fileName": "src/components/Action/types.ts",
|
|
181831
|
+
"name": "ActionProps"
|
|
181832
|
+
}
|
|
181833
|
+
],
|
|
181834
|
+
"required": false,
|
|
181835
|
+
"type": {
|
|
181836
|
+
"name": "ActionModel"
|
|
181837
|
+
}
|
|
181838
|
+
},
|
|
181839
|
+
"closeOverlay": {
|
|
181840
|
+
"defaultValue": null,
|
|
181841
|
+
"description": "",
|
|
181842
|
+
"name": "closeOverlay",
|
|
181843
|
+
"parent": {
|
|
181844
|
+
"fileName": "src/components/Action/types.ts",
|
|
181845
|
+
"name": "ActionProps"
|
|
181846
|
+
},
|
|
181847
|
+
"declarations": [
|
|
181848
|
+
{
|
|
181849
|
+
"fileName": "src/components/Action/types.ts",
|
|
181850
|
+
"name": "ActionProps"
|
|
181851
|
+
}
|
|
181852
|
+
],
|
|
181853
|
+
"required": false,
|
|
181854
|
+
"type": {
|
|
181855
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
181856
|
+
}
|
|
181857
|
+
},
|
|
181858
|
+
"openOverlay": {
|
|
181859
|
+
"defaultValue": null,
|
|
181860
|
+
"description": "",
|
|
181861
|
+
"name": "openOverlay",
|
|
181862
|
+
"parent": {
|
|
181863
|
+
"fileName": "src/components/Action/types.ts",
|
|
181864
|
+
"name": "ActionProps"
|
|
181865
|
+
},
|
|
181866
|
+
"declarations": [
|
|
181867
|
+
{
|
|
181868
|
+
"fileName": "src/components/Action/types.ts",
|
|
181869
|
+
"name": "ActionProps"
|
|
181870
|
+
}
|
|
181871
|
+
],
|
|
181872
|
+
"required": false,
|
|
181873
|
+
"type": {
|
|
181874
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
181875
|
+
}
|
|
181876
|
+
},
|
|
181877
|
+
"toggleOverlay": {
|
|
181878
|
+
"defaultValue": null,
|
|
181879
|
+
"description": "",
|
|
181880
|
+
"name": "toggleOverlay",
|
|
181881
|
+
"parent": {
|
|
181882
|
+
"fileName": "src/components/Action/types.ts",
|
|
181883
|
+
"name": "ActionProps"
|
|
181884
|
+
},
|
|
181885
|
+
"declarations": [
|
|
181886
|
+
{
|
|
181887
|
+
"fileName": "src/components/Action/types.ts",
|
|
181888
|
+
"name": "ActionProps"
|
|
181889
|
+
}
|
|
181890
|
+
],
|
|
181891
|
+
"required": false,
|
|
181892
|
+
"type": {
|
|
181893
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
181894
|
+
}
|
|
181895
|
+
},
|
|
181896
|
+
"break": {
|
|
181897
|
+
"defaultValue": null,
|
|
181898
|
+
"description": "",
|
|
181899
|
+
"name": "break",
|
|
181900
|
+
"parent": {
|
|
181901
|
+
"fileName": "src/components/Action/types.ts",
|
|
181902
|
+
"name": "ActionProps"
|
|
181903
|
+
},
|
|
181904
|
+
"declarations": [
|
|
181905
|
+
{
|
|
181906
|
+
"fileName": "src/components/Action/types.ts",
|
|
181907
|
+
"name": "ActionProps"
|
|
181908
|
+
}
|
|
181909
|
+
],
|
|
181910
|
+
"required": false,
|
|
181911
|
+
"type": {
|
|
181912
|
+
"name": "boolean"
|
|
181913
|
+
}
|
|
181914
|
+
},
|
|
181915
|
+
"skip": {
|
|
181916
|
+
"defaultValue": null,
|
|
181917
|
+
"description": "",
|
|
181918
|
+
"name": "skip",
|
|
181919
|
+
"parent": {
|
|
181920
|
+
"fileName": "src/components/Action/types.ts",
|
|
181921
|
+
"name": "ActionProps"
|
|
181922
|
+
},
|
|
181923
|
+
"declarations": [
|
|
181924
|
+
{
|
|
181925
|
+
"fileName": "src/components/Action/types.ts",
|
|
181926
|
+
"name": "ActionProps"
|
|
181927
|
+
}
|
|
181928
|
+
],
|
|
181929
|
+
"required": false,
|
|
181930
|
+
"type": {
|
|
181931
|
+
"name": "number | boolean"
|
|
181932
|
+
}
|
|
181933
|
+
},
|
|
181934
|
+
"showFeedback": {
|
|
181935
|
+
"defaultValue": null,
|
|
181936
|
+
"description": "",
|
|
181937
|
+
"name": "showFeedback",
|
|
181938
|
+
"parent": {
|
|
181939
|
+
"fileName": "src/components/Action/types.ts",
|
|
181940
|
+
"name": "ActionProps"
|
|
181941
|
+
},
|
|
181942
|
+
"declarations": [
|
|
181943
|
+
{
|
|
181944
|
+
"fileName": "src/components/Action/types.ts",
|
|
181945
|
+
"name": "ActionProps"
|
|
181946
|
+
}
|
|
181947
|
+
],
|
|
181948
|
+
"required": false,
|
|
181949
|
+
"type": {
|
|
181950
|
+
"name": "boolean"
|
|
181951
|
+
}
|
|
181952
|
+
},
|
|
181953
|
+
"children": {
|
|
181954
|
+
"defaultValue": null,
|
|
181955
|
+
"description": "",
|
|
181956
|
+
"name": "children",
|
|
181957
|
+
"declarations": [
|
|
181958
|
+
{
|
|
181959
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
181960
|
+
"name": "TypeLiteral"
|
|
181961
|
+
}
|
|
181962
|
+
],
|
|
181963
|
+
"required": false,
|
|
181964
|
+
"type": {
|
|
181965
|
+
"name": "ReactNode"
|
|
181966
|
+
}
|
|
181967
|
+
},
|
|
181968
|
+
"wrapWith": {
|
|
181969
|
+
"defaultValue": null,
|
|
181970
|
+
"description": "",
|
|
181971
|
+
"name": "wrapWith",
|
|
181972
|
+
"parent": {
|
|
181973
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
181974
|
+
"name": "FlowComponentProps"
|
|
181975
|
+
},
|
|
181976
|
+
"declarations": [
|
|
181977
|
+
{
|
|
181978
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
181979
|
+
"name": "FlowComponentProps"
|
|
181980
|
+
}
|
|
181981
|
+
],
|
|
181982
|
+
"required": false,
|
|
181983
|
+
"type": {
|
|
181984
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
181985
|
+
}
|
|
181986
|
+
},
|
|
181987
|
+
"tunnelId": {
|
|
181988
|
+
"defaultValue": null,
|
|
181989
|
+
"description": "@internal",
|
|
181990
|
+
"name": "tunnelId",
|
|
181991
|
+
"parent": {
|
|
181992
|
+
"fileName": "src/lib/types/props.ts",
|
|
181993
|
+
"name": "PropsWithTunnel"
|
|
181994
|
+
},
|
|
181995
|
+
"declarations": [
|
|
181996
|
+
{
|
|
181997
|
+
"fileName": "src/lib/types/props.ts",
|
|
181998
|
+
"name": "PropsWithTunnel"
|
|
181999
|
+
}
|
|
182000
|
+
],
|
|
182001
|
+
"required": false,
|
|
182002
|
+
"type": {
|
|
182003
|
+
"name": "string | null"
|
|
182004
|
+
}
|
|
182005
|
+
},
|
|
182006
|
+
"ref": {
|
|
182007
|
+
"defaultValue": null,
|
|
182008
|
+
"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}",
|
|
182009
|
+
"name": "ref",
|
|
182010
|
+
"parent": {
|
|
182011
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
182012
|
+
"name": "RefAttributes"
|
|
182013
|
+
},
|
|
182014
|
+
"declarations": [
|
|
182015
|
+
{
|
|
182016
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
182017
|
+
"name": "RefAttributes"
|
|
182018
|
+
}
|
|
182019
|
+
],
|
|
182020
|
+
"required": false,
|
|
182021
|
+
"type": {
|
|
182022
|
+
"name": "Ref<HTMLDivElement>"
|
|
182023
|
+
}
|
|
182024
|
+
},
|
|
182025
|
+
"key": {
|
|
182026
|
+
"defaultValue": null,
|
|
182027
|
+
"description": "",
|
|
182028
|
+
"name": "key",
|
|
182029
|
+
"parent": {
|
|
182030
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
182031
|
+
"name": "Attributes"
|
|
182032
|
+
},
|
|
182033
|
+
"declarations": [
|
|
182034
|
+
{
|
|
182035
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
182036
|
+
"name": "Attributes"
|
|
182037
|
+
}
|
|
182038
|
+
],
|
|
182039
|
+
"required": false,
|
|
182040
|
+
"type": {
|
|
182041
|
+
"name": "Key | null"
|
|
182042
|
+
}
|
|
182043
|
+
}
|
|
182044
|
+
}
|
|
182045
|
+
},
|
|
181694
182046
|
{
|
|
181695
182047
|
"tags": {
|
|
181696
182048
|
"flr-generate": "all"
|
|
@@ -187028,358 +187380,6 @@
|
|
|
187028
187380
|
}
|
|
187029
187381
|
}
|
|
187030
187382
|
},
|
|
187031
|
-
{
|
|
187032
|
-
"tags": {},
|
|
187033
|
-
"filePath": "src/components/Action/ActionStateContext.tsx",
|
|
187034
|
-
"description": "",
|
|
187035
|
-
"displayName": "ActionStateContext",
|
|
187036
|
-
"methods": [],
|
|
187037
|
-
"props": {
|
|
187038
|
-
"isStarted": {
|
|
187039
|
-
"defaultValue": null,
|
|
187040
|
-
"description": "",
|
|
187041
|
-
"name": "isStarted",
|
|
187042
|
-
"parent": {
|
|
187043
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
187044
|
-
"name": "Props"
|
|
187045
|
-
},
|
|
187046
|
-
"declarations": [
|
|
187047
|
-
{
|
|
187048
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
187049
|
-
"name": "Props"
|
|
187050
|
-
}
|
|
187051
|
-
],
|
|
187052
|
-
"required": false,
|
|
187053
|
-
"type": {
|
|
187054
|
-
"name": "boolean"
|
|
187055
|
-
}
|
|
187056
|
-
},
|
|
187057
|
-
"hasSucceeded": {
|
|
187058
|
-
"defaultValue": null,
|
|
187059
|
-
"description": "",
|
|
187060
|
-
"name": "hasSucceeded",
|
|
187061
|
-
"parent": {
|
|
187062
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
187063
|
-
"name": "Props"
|
|
187064
|
-
},
|
|
187065
|
-
"declarations": [
|
|
187066
|
-
{
|
|
187067
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
187068
|
-
"name": "Props"
|
|
187069
|
-
}
|
|
187070
|
-
],
|
|
187071
|
-
"required": false,
|
|
187072
|
-
"type": {
|
|
187073
|
-
"name": "boolean"
|
|
187074
|
-
}
|
|
187075
|
-
},
|
|
187076
|
-
"hasFailedWithError": {
|
|
187077
|
-
"defaultValue": null,
|
|
187078
|
-
"description": "",
|
|
187079
|
-
"name": "hasFailedWithError",
|
|
187080
|
-
"parent": {
|
|
187081
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
187082
|
-
"name": "Props"
|
|
187083
|
-
},
|
|
187084
|
-
"declarations": [
|
|
187085
|
-
{
|
|
187086
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
187087
|
-
"name": "Props"
|
|
187088
|
-
}
|
|
187089
|
-
],
|
|
187090
|
-
"required": false,
|
|
187091
|
-
"type": {
|
|
187092
|
-
"name": "unknown"
|
|
187093
|
-
}
|
|
187094
|
-
},
|
|
187095
|
-
"children": {
|
|
187096
|
-
"defaultValue": null,
|
|
187097
|
-
"description": "",
|
|
187098
|
-
"name": "children",
|
|
187099
|
-
"declarations": [
|
|
187100
|
-
{
|
|
187101
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
187102
|
-
"name": "TypeLiteral"
|
|
187103
|
-
}
|
|
187104
|
-
],
|
|
187105
|
-
"required": false,
|
|
187106
|
-
"type": {
|
|
187107
|
-
"name": "ReactNode"
|
|
187108
|
-
}
|
|
187109
|
-
}
|
|
187110
|
-
}
|
|
187111
|
-
},
|
|
187112
|
-
{
|
|
187113
|
-
"tags": {},
|
|
187114
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
187115
|
-
"description": "",
|
|
187116
|
-
"displayName": "Action",
|
|
187117
|
-
"methods": [],
|
|
187118
|
-
"props": {
|
|
187119
|
-
"action": {
|
|
187120
|
-
"defaultValue": null,
|
|
187121
|
-
"description": "",
|
|
187122
|
-
"name": "action",
|
|
187123
|
-
"parent": {
|
|
187124
|
-
"fileName": "src/components/Action/types.ts",
|
|
187125
|
-
"name": "ActionProps"
|
|
187126
|
-
},
|
|
187127
|
-
"declarations": [
|
|
187128
|
-
{
|
|
187129
|
-
"fileName": "src/components/Action/types.ts",
|
|
187130
|
-
"name": "ActionProps"
|
|
187131
|
-
}
|
|
187132
|
-
],
|
|
187133
|
-
"required": false,
|
|
187134
|
-
"type": {
|
|
187135
|
-
"name": "ActionFn"
|
|
187136
|
-
}
|
|
187137
|
-
},
|
|
187138
|
-
"onAction": {
|
|
187139
|
-
"defaultValue": null,
|
|
187140
|
-
"description": "",
|
|
187141
|
-
"name": "onAction",
|
|
187142
|
-
"parent": {
|
|
187143
|
-
"fileName": "src/components/Action/types.ts",
|
|
187144
|
-
"name": "ActionProps"
|
|
187145
|
-
},
|
|
187146
|
-
"declarations": [
|
|
187147
|
-
{
|
|
187148
|
-
"fileName": "src/components/Action/types.ts",
|
|
187149
|
-
"name": "ActionProps"
|
|
187150
|
-
}
|
|
187151
|
-
],
|
|
187152
|
-
"required": false,
|
|
187153
|
-
"type": {
|
|
187154
|
-
"name": "ActionFn"
|
|
187155
|
-
}
|
|
187156
|
-
},
|
|
187157
|
-
"actionModel": {
|
|
187158
|
-
"defaultValue": null,
|
|
187159
|
-
"description": "",
|
|
187160
|
-
"name": "actionModel",
|
|
187161
|
-
"parent": {
|
|
187162
|
-
"fileName": "src/components/Action/types.ts",
|
|
187163
|
-
"name": "ActionProps"
|
|
187164
|
-
},
|
|
187165
|
-
"declarations": [
|
|
187166
|
-
{
|
|
187167
|
-
"fileName": "src/components/Action/types.ts",
|
|
187168
|
-
"name": "ActionProps"
|
|
187169
|
-
}
|
|
187170
|
-
],
|
|
187171
|
-
"required": false,
|
|
187172
|
-
"type": {
|
|
187173
|
-
"name": "ActionModel"
|
|
187174
|
-
}
|
|
187175
|
-
},
|
|
187176
|
-
"closeOverlay": {
|
|
187177
|
-
"defaultValue": null,
|
|
187178
|
-
"description": "",
|
|
187179
|
-
"name": "closeOverlay",
|
|
187180
|
-
"parent": {
|
|
187181
|
-
"fileName": "src/components/Action/types.ts",
|
|
187182
|
-
"name": "ActionProps"
|
|
187183
|
-
},
|
|
187184
|
-
"declarations": [
|
|
187185
|
-
{
|
|
187186
|
-
"fileName": "src/components/Action/types.ts",
|
|
187187
|
-
"name": "ActionProps"
|
|
187188
|
-
}
|
|
187189
|
-
],
|
|
187190
|
-
"required": false,
|
|
187191
|
-
"type": {
|
|
187192
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
187193
|
-
}
|
|
187194
|
-
},
|
|
187195
|
-
"openOverlay": {
|
|
187196
|
-
"defaultValue": null,
|
|
187197
|
-
"description": "",
|
|
187198
|
-
"name": "openOverlay",
|
|
187199
|
-
"parent": {
|
|
187200
|
-
"fileName": "src/components/Action/types.ts",
|
|
187201
|
-
"name": "ActionProps"
|
|
187202
|
-
},
|
|
187203
|
-
"declarations": [
|
|
187204
|
-
{
|
|
187205
|
-
"fileName": "src/components/Action/types.ts",
|
|
187206
|
-
"name": "ActionProps"
|
|
187207
|
-
}
|
|
187208
|
-
],
|
|
187209
|
-
"required": false,
|
|
187210
|
-
"type": {
|
|
187211
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
187212
|
-
}
|
|
187213
|
-
},
|
|
187214
|
-
"toggleOverlay": {
|
|
187215
|
-
"defaultValue": null,
|
|
187216
|
-
"description": "",
|
|
187217
|
-
"name": "toggleOverlay",
|
|
187218
|
-
"parent": {
|
|
187219
|
-
"fileName": "src/components/Action/types.ts",
|
|
187220
|
-
"name": "ActionProps"
|
|
187221
|
-
},
|
|
187222
|
-
"declarations": [
|
|
187223
|
-
{
|
|
187224
|
-
"fileName": "src/components/Action/types.ts",
|
|
187225
|
-
"name": "ActionProps"
|
|
187226
|
-
}
|
|
187227
|
-
],
|
|
187228
|
-
"required": false,
|
|
187229
|
-
"type": {
|
|
187230
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
187231
|
-
}
|
|
187232
|
-
},
|
|
187233
|
-
"break": {
|
|
187234
|
-
"defaultValue": null,
|
|
187235
|
-
"description": "",
|
|
187236
|
-
"name": "break",
|
|
187237
|
-
"parent": {
|
|
187238
|
-
"fileName": "src/components/Action/types.ts",
|
|
187239
|
-
"name": "ActionProps"
|
|
187240
|
-
},
|
|
187241
|
-
"declarations": [
|
|
187242
|
-
{
|
|
187243
|
-
"fileName": "src/components/Action/types.ts",
|
|
187244
|
-
"name": "ActionProps"
|
|
187245
|
-
}
|
|
187246
|
-
],
|
|
187247
|
-
"required": false,
|
|
187248
|
-
"type": {
|
|
187249
|
-
"name": "boolean"
|
|
187250
|
-
}
|
|
187251
|
-
},
|
|
187252
|
-
"skip": {
|
|
187253
|
-
"defaultValue": null,
|
|
187254
|
-
"description": "",
|
|
187255
|
-
"name": "skip",
|
|
187256
|
-
"parent": {
|
|
187257
|
-
"fileName": "src/components/Action/types.ts",
|
|
187258
|
-
"name": "ActionProps"
|
|
187259
|
-
},
|
|
187260
|
-
"declarations": [
|
|
187261
|
-
{
|
|
187262
|
-
"fileName": "src/components/Action/types.ts",
|
|
187263
|
-
"name": "ActionProps"
|
|
187264
|
-
}
|
|
187265
|
-
],
|
|
187266
|
-
"required": false,
|
|
187267
|
-
"type": {
|
|
187268
|
-
"name": "number | boolean"
|
|
187269
|
-
}
|
|
187270
|
-
},
|
|
187271
|
-
"showFeedback": {
|
|
187272
|
-
"defaultValue": null,
|
|
187273
|
-
"description": "",
|
|
187274
|
-
"name": "showFeedback",
|
|
187275
|
-
"parent": {
|
|
187276
|
-
"fileName": "src/components/Action/types.ts",
|
|
187277
|
-
"name": "ActionProps"
|
|
187278
|
-
},
|
|
187279
|
-
"declarations": [
|
|
187280
|
-
{
|
|
187281
|
-
"fileName": "src/components/Action/types.ts",
|
|
187282
|
-
"name": "ActionProps"
|
|
187283
|
-
}
|
|
187284
|
-
],
|
|
187285
|
-
"required": false,
|
|
187286
|
-
"type": {
|
|
187287
|
-
"name": "boolean"
|
|
187288
|
-
}
|
|
187289
|
-
},
|
|
187290
|
-
"children": {
|
|
187291
|
-
"defaultValue": null,
|
|
187292
|
-
"description": "",
|
|
187293
|
-
"name": "children",
|
|
187294
|
-
"declarations": [
|
|
187295
|
-
{
|
|
187296
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
187297
|
-
"name": "TypeLiteral"
|
|
187298
|
-
}
|
|
187299
|
-
],
|
|
187300
|
-
"required": false,
|
|
187301
|
-
"type": {
|
|
187302
|
-
"name": "ReactNode"
|
|
187303
|
-
}
|
|
187304
|
-
},
|
|
187305
|
-
"wrapWith": {
|
|
187306
|
-
"defaultValue": null,
|
|
187307
|
-
"description": "",
|
|
187308
|
-
"name": "wrapWith",
|
|
187309
|
-
"parent": {
|
|
187310
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
187311
|
-
"name": "FlowComponentProps"
|
|
187312
|
-
},
|
|
187313
|
-
"declarations": [
|
|
187314
|
-
{
|
|
187315
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
187316
|
-
"name": "FlowComponentProps"
|
|
187317
|
-
}
|
|
187318
|
-
],
|
|
187319
|
-
"required": false,
|
|
187320
|
-
"type": {
|
|
187321
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
187322
|
-
}
|
|
187323
|
-
},
|
|
187324
|
-
"tunnelId": {
|
|
187325
|
-
"defaultValue": null,
|
|
187326
|
-
"description": "@internal",
|
|
187327
|
-
"name": "tunnelId",
|
|
187328
|
-
"parent": {
|
|
187329
|
-
"fileName": "src/lib/types/props.ts",
|
|
187330
|
-
"name": "PropsWithTunnel"
|
|
187331
|
-
},
|
|
187332
|
-
"declarations": [
|
|
187333
|
-
{
|
|
187334
|
-
"fileName": "src/lib/types/props.ts",
|
|
187335
|
-
"name": "PropsWithTunnel"
|
|
187336
|
-
}
|
|
187337
|
-
],
|
|
187338
|
-
"required": false,
|
|
187339
|
-
"type": {
|
|
187340
|
-
"name": "string | null"
|
|
187341
|
-
}
|
|
187342
|
-
},
|
|
187343
|
-
"ref": {
|
|
187344
|
-
"defaultValue": null,
|
|
187345
|
-
"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}",
|
|
187346
|
-
"name": "ref",
|
|
187347
|
-
"parent": {
|
|
187348
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
187349
|
-
"name": "RefAttributes"
|
|
187350
|
-
},
|
|
187351
|
-
"declarations": [
|
|
187352
|
-
{
|
|
187353
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
187354
|
-
"name": "RefAttributes"
|
|
187355
|
-
}
|
|
187356
|
-
],
|
|
187357
|
-
"required": false,
|
|
187358
|
-
"type": {
|
|
187359
|
-
"name": "Ref<HTMLDivElement>"
|
|
187360
|
-
}
|
|
187361
|
-
},
|
|
187362
|
-
"key": {
|
|
187363
|
-
"defaultValue": null,
|
|
187364
|
-
"description": "",
|
|
187365
|
-
"name": "key",
|
|
187366
|
-
"parent": {
|
|
187367
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
187368
|
-
"name": "Attributes"
|
|
187369
|
-
},
|
|
187370
|
-
"declarations": [
|
|
187371
|
-
{
|
|
187372
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
187373
|
-
"name": "Attributes"
|
|
187374
|
-
}
|
|
187375
|
-
],
|
|
187376
|
-
"required": false,
|
|
187377
|
-
"type": {
|
|
187378
|
-
"name": "Key | null"
|
|
187379
|
-
}
|
|
187380
|
-
}
|
|
187381
|
-
}
|
|
187382
|
-
},
|
|
187383
187383
|
{
|
|
187384
187384
|
"tags": {
|
|
187385
187385
|
"flr-generate": "all"
|
|
@@ -209371,354 +209371,6 @@
|
|
|
209371
209371
|
}
|
|
209372
209372
|
}
|
|
209373
209373
|
},
|
|
209374
|
-
{
|
|
209375
|
-
"tags": {},
|
|
209376
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
209377
|
-
"description": "",
|
|
209378
|
-
"displayName": "Field",
|
|
209379
|
-
"methods": [],
|
|
209380
|
-
"props": {
|
|
209381
|
-
"defaultValue": {
|
|
209382
|
-
"defaultValue": null,
|
|
209383
|
-
"description": "",
|
|
209384
|
-
"name": "defaultValue",
|
|
209385
|
-
"declarations": [
|
|
209386
|
-
{
|
|
209387
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
209388
|
-
"name": "TypeLiteral"
|
|
209389
|
-
}
|
|
209390
|
-
],
|
|
209391
|
-
"required": false,
|
|
209392
|
-
"type": {
|
|
209393
|
-
"name": "any"
|
|
209394
|
-
}
|
|
209395
|
-
},
|
|
209396
|
-
"name": {
|
|
209397
|
-
"defaultValue": null,
|
|
209398
|
-
"description": "",
|
|
209399
|
-
"name": "name",
|
|
209400
|
-
"declarations": [
|
|
209401
|
-
{
|
|
209402
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
209403
|
-
"name": "TypeLiteral"
|
|
209404
|
-
}
|
|
209405
|
-
],
|
|
209406
|
-
"required": true,
|
|
209407
|
-
"type": {
|
|
209408
|
-
"name": "string"
|
|
209409
|
-
}
|
|
209410
|
-
},
|
|
209411
|
-
"disabled": {
|
|
209412
|
-
"defaultValue": null,
|
|
209413
|
-
"description": "",
|
|
209414
|
-
"name": "disabled",
|
|
209415
|
-
"declarations": [
|
|
209416
|
-
{
|
|
209417
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
209418
|
-
"name": "TypeLiteral"
|
|
209419
|
-
}
|
|
209420
|
-
],
|
|
209421
|
-
"required": false,
|
|
209422
|
-
"type": {
|
|
209423
|
-
"name": "boolean"
|
|
209424
|
-
}
|
|
209425
|
-
},
|
|
209426
|
-
"control": {
|
|
209427
|
-
"defaultValue": null,
|
|
209428
|
-
"description": "",
|
|
209429
|
-
"name": "control",
|
|
209430
|
-
"declarations": [
|
|
209431
|
-
{
|
|
209432
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
209433
|
-
"name": "TypeLiteral"
|
|
209434
|
-
}
|
|
209435
|
-
],
|
|
209436
|
-
"required": false,
|
|
209437
|
-
"type": {
|
|
209438
|
-
"name": "Control<T>"
|
|
209439
|
-
}
|
|
209440
|
-
},
|
|
209441
|
-
"rules": {
|
|
209442
|
-
"defaultValue": null,
|
|
209443
|
-
"description": "",
|
|
209444
|
-
"name": "rules",
|
|
209445
|
-
"declarations": [
|
|
209446
|
-
{
|
|
209447
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
209448
|
-
"name": "TypeLiteral"
|
|
209449
|
-
}
|
|
209450
|
-
],
|
|
209451
|
-
"required": false,
|
|
209452
|
-
"type": {
|
|
209453
|
-
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
209454
|
-
}
|
|
209455
|
-
},
|
|
209456
|
-
"shouldUnregister": {
|
|
209457
|
-
"defaultValue": null,
|
|
209458
|
-
"description": "",
|
|
209459
|
-
"name": "shouldUnregister",
|
|
209460
|
-
"declarations": [
|
|
209461
|
-
{
|
|
209462
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
209463
|
-
"name": "TypeLiteral"
|
|
209464
|
-
}
|
|
209465
|
-
],
|
|
209466
|
-
"required": false,
|
|
209467
|
-
"type": {
|
|
209468
|
-
"name": "boolean"
|
|
209469
|
-
}
|
|
209470
|
-
},
|
|
209471
|
-
"children": {
|
|
209472
|
-
"defaultValue": null,
|
|
209473
|
-
"description": "",
|
|
209474
|
-
"name": "children",
|
|
209475
|
-
"declarations": [
|
|
209476
|
-
{
|
|
209477
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
209478
|
-
"name": "TypeLiteral"
|
|
209479
|
-
}
|
|
209480
|
-
],
|
|
209481
|
-
"required": false,
|
|
209482
|
-
"type": {
|
|
209483
|
-
"name": "ReactNode"
|
|
209484
|
-
}
|
|
209485
|
-
}
|
|
209486
|
-
}
|
|
209487
|
-
},
|
|
209488
|
-
{
|
|
209489
|
-
"tags": {},
|
|
209490
|
-
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
209491
|
-
"description": "",
|
|
209492
|
-
"displayName": "typedField",
|
|
209493
|
-
"methods": [],
|
|
209494
|
-
"props": {
|
|
209495
|
-
"watch": {
|
|
209496
|
-
"defaultValue": null,
|
|
209497
|
-
"description": "",
|
|
209498
|
-
"name": "watch",
|
|
209499
|
-
"declarations": [
|
|
209500
|
-
{
|
|
209501
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209502
|
-
"name": "TypeLiteral"
|
|
209503
|
-
}
|
|
209504
|
-
],
|
|
209505
|
-
"required": true,
|
|
209506
|
-
"type": {
|
|
209507
|
-
"name": "UseFormWatch<T>"
|
|
209508
|
-
}
|
|
209509
|
-
},
|
|
209510
|
-
"getValues": {
|
|
209511
|
-
"defaultValue": null,
|
|
209512
|
-
"description": "",
|
|
209513
|
-
"name": "getValues",
|
|
209514
|
-
"declarations": [
|
|
209515
|
-
{
|
|
209516
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209517
|
-
"name": "TypeLiteral"
|
|
209518
|
-
}
|
|
209519
|
-
],
|
|
209520
|
-
"required": true,
|
|
209521
|
-
"type": {
|
|
209522
|
-
"name": "UseFormGetValues<T>"
|
|
209523
|
-
}
|
|
209524
|
-
},
|
|
209525
|
-
"getFieldState": {
|
|
209526
|
-
"defaultValue": null,
|
|
209527
|
-
"description": "",
|
|
209528
|
-
"name": "getFieldState",
|
|
209529
|
-
"declarations": [
|
|
209530
|
-
{
|
|
209531
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209532
|
-
"name": "TypeLiteral"
|
|
209533
|
-
}
|
|
209534
|
-
],
|
|
209535
|
-
"required": true,
|
|
209536
|
-
"type": {
|
|
209537
|
-
"name": "UseFormGetFieldState<T>"
|
|
209538
|
-
}
|
|
209539
|
-
},
|
|
209540
|
-
"setError": {
|
|
209541
|
-
"defaultValue": null,
|
|
209542
|
-
"description": "",
|
|
209543
|
-
"name": "setError",
|
|
209544
|
-
"declarations": [
|
|
209545
|
-
{
|
|
209546
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209547
|
-
"name": "TypeLiteral"
|
|
209548
|
-
}
|
|
209549
|
-
],
|
|
209550
|
-
"required": true,
|
|
209551
|
-
"type": {
|
|
209552
|
-
"name": "UseFormSetError<T>"
|
|
209553
|
-
}
|
|
209554
|
-
},
|
|
209555
|
-
"clearErrors": {
|
|
209556
|
-
"defaultValue": null,
|
|
209557
|
-
"description": "",
|
|
209558
|
-
"name": "clearErrors",
|
|
209559
|
-
"declarations": [
|
|
209560
|
-
{
|
|
209561
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209562
|
-
"name": "TypeLiteral"
|
|
209563
|
-
}
|
|
209564
|
-
],
|
|
209565
|
-
"required": true,
|
|
209566
|
-
"type": {
|
|
209567
|
-
"name": "UseFormClearErrors<T>"
|
|
209568
|
-
}
|
|
209569
|
-
},
|
|
209570
|
-
"setValue": {
|
|
209571
|
-
"defaultValue": null,
|
|
209572
|
-
"description": "",
|
|
209573
|
-
"name": "setValue",
|
|
209574
|
-
"declarations": [
|
|
209575
|
-
{
|
|
209576
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209577
|
-
"name": "TypeLiteral"
|
|
209578
|
-
}
|
|
209579
|
-
],
|
|
209580
|
-
"required": true,
|
|
209581
|
-
"type": {
|
|
209582
|
-
"name": "UseFormSetValue<T>"
|
|
209583
|
-
}
|
|
209584
|
-
},
|
|
209585
|
-
"trigger": {
|
|
209586
|
-
"defaultValue": null,
|
|
209587
|
-
"description": "",
|
|
209588
|
-
"name": "trigger",
|
|
209589
|
-
"declarations": [
|
|
209590
|
-
{
|
|
209591
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209592
|
-
"name": "TypeLiteral"
|
|
209593
|
-
}
|
|
209594
|
-
],
|
|
209595
|
-
"required": true,
|
|
209596
|
-
"type": {
|
|
209597
|
-
"name": "UseFormTrigger<T>"
|
|
209598
|
-
}
|
|
209599
|
-
},
|
|
209600
|
-
"formState": {
|
|
209601
|
-
"defaultValue": null,
|
|
209602
|
-
"description": "",
|
|
209603
|
-
"name": "formState",
|
|
209604
|
-
"declarations": [
|
|
209605
|
-
{
|
|
209606
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209607
|
-
"name": "TypeLiteral"
|
|
209608
|
-
}
|
|
209609
|
-
],
|
|
209610
|
-
"required": true,
|
|
209611
|
-
"type": {
|
|
209612
|
-
"name": "FormState<T>"
|
|
209613
|
-
}
|
|
209614
|
-
},
|
|
209615
|
-
"resetField": {
|
|
209616
|
-
"defaultValue": null,
|
|
209617
|
-
"description": "",
|
|
209618
|
-
"name": "resetField",
|
|
209619
|
-
"declarations": [
|
|
209620
|
-
{
|
|
209621
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209622
|
-
"name": "TypeLiteral"
|
|
209623
|
-
}
|
|
209624
|
-
],
|
|
209625
|
-
"required": true,
|
|
209626
|
-
"type": {
|
|
209627
|
-
"name": "UseFormResetField<T>"
|
|
209628
|
-
}
|
|
209629
|
-
},
|
|
209630
|
-
"reset": {
|
|
209631
|
-
"defaultValue": null,
|
|
209632
|
-
"description": "",
|
|
209633
|
-
"name": "reset",
|
|
209634
|
-
"declarations": [
|
|
209635
|
-
{
|
|
209636
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209637
|
-
"name": "TypeLiteral"
|
|
209638
|
-
}
|
|
209639
|
-
],
|
|
209640
|
-
"required": true,
|
|
209641
|
-
"type": {
|
|
209642
|
-
"name": "UseFormReset<T>"
|
|
209643
|
-
}
|
|
209644
|
-
},
|
|
209645
|
-
"handleSubmit": {
|
|
209646
|
-
"defaultValue": null,
|
|
209647
|
-
"description": "",
|
|
209648
|
-
"name": "handleSubmit",
|
|
209649
|
-
"declarations": [
|
|
209650
|
-
{
|
|
209651
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209652
|
-
"name": "TypeLiteral"
|
|
209653
|
-
}
|
|
209654
|
-
],
|
|
209655
|
-
"required": true,
|
|
209656
|
-
"type": {
|
|
209657
|
-
"name": "UseFormHandleSubmit<T, undefined>"
|
|
209658
|
-
}
|
|
209659
|
-
},
|
|
209660
|
-
"unregister": {
|
|
209661
|
-
"defaultValue": null,
|
|
209662
|
-
"description": "",
|
|
209663
|
-
"name": "unregister",
|
|
209664
|
-
"declarations": [
|
|
209665
|
-
{
|
|
209666
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209667
|
-
"name": "TypeLiteral"
|
|
209668
|
-
}
|
|
209669
|
-
],
|
|
209670
|
-
"required": true,
|
|
209671
|
-
"type": {
|
|
209672
|
-
"name": "UseFormUnregister<T>"
|
|
209673
|
-
}
|
|
209674
|
-
},
|
|
209675
|
-
"control": {
|
|
209676
|
-
"defaultValue": null,
|
|
209677
|
-
"description": "",
|
|
209678
|
-
"name": "control",
|
|
209679
|
-
"declarations": [
|
|
209680
|
-
{
|
|
209681
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209682
|
-
"name": "TypeLiteral"
|
|
209683
|
-
}
|
|
209684
|
-
],
|
|
209685
|
-
"required": true,
|
|
209686
|
-
"type": {
|
|
209687
|
-
"name": "Control<T, any>"
|
|
209688
|
-
}
|
|
209689
|
-
},
|
|
209690
|
-
"register": {
|
|
209691
|
-
"defaultValue": null,
|
|
209692
|
-
"description": "",
|
|
209693
|
-
"name": "register",
|
|
209694
|
-
"declarations": [
|
|
209695
|
-
{
|
|
209696
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209697
|
-
"name": "TypeLiteral"
|
|
209698
|
-
}
|
|
209699
|
-
],
|
|
209700
|
-
"required": true,
|
|
209701
|
-
"type": {
|
|
209702
|
-
"name": "UseFormRegister<T>"
|
|
209703
|
-
}
|
|
209704
|
-
},
|
|
209705
|
-
"setFocus": {
|
|
209706
|
-
"defaultValue": null,
|
|
209707
|
-
"description": "",
|
|
209708
|
-
"name": "setFocus",
|
|
209709
|
-
"declarations": [
|
|
209710
|
-
{
|
|
209711
|
-
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
209712
|
-
"name": "TypeLiteral"
|
|
209713
|
-
}
|
|
209714
|
-
],
|
|
209715
|
-
"required": true,
|
|
209716
|
-
"type": {
|
|
209717
|
-
"name": "UseFormSetFocus<T>"
|
|
209718
|
-
}
|
|
209719
|
-
}
|
|
209720
|
-
}
|
|
209721
|
-
},
|
|
209722
209374
|
{
|
|
209723
209375
|
"tags": {},
|
|
209724
209376
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.tsx",
|
|
@@ -215256,6 +214908,354 @@
|
|
|
215256
214908
|
}
|
|
215257
214909
|
}
|
|
215258
214910
|
},
|
|
214911
|
+
{
|
|
214912
|
+
"tags": {},
|
|
214913
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
214914
|
+
"description": "",
|
|
214915
|
+
"displayName": "Field",
|
|
214916
|
+
"methods": [],
|
|
214917
|
+
"props": {
|
|
214918
|
+
"defaultValue": {
|
|
214919
|
+
"defaultValue": null,
|
|
214920
|
+
"description": "",
|
|
214921
|
+
"name": "defaultValue",
|
|
214922
|
+
"declarations": [
|
|
214923
|
+
{
|
|
214924
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
214925
|
+
"name": "TypeLiteral"
|
|
214926
|
+
}
|
|
214927
|
+
],
|
|
214928
|
+
"required": false,
|
|
214929
|
+
"type": {
|
|
214930
|
+
"name": "any"
|
|
214931
|
+
}
|
|
214932
|
+
},
|
|
214933
|
+
"name": {
|
|
214934
|
+
"defaultValue": null,
|
|
214935
|
+
"description": "",
|
|
214936
|
+
"name": "name",
|
|
214937
|
+
"declarations": [
|
|
214938
|
+
{
|
|
214939
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
214940
|
+
"name": "TypeLiteral"
|
|
214941
|
+
}
|
|
214942
|
+
],
|
|
214943
|
+
"required": true,
|
|
214944
|
+
"type": {
|
|
214945
|
+
"name": "string"
|
|
214946
|
+
}
|
|
214947
|
+
},
|
|
214948
|
+
"disabled": {
|
|
214949
|
+
"defaultValue": null,
|
|
214950
|
+
"description": "",
|
|
214951
|
+
"name": "disabled",
|
|
214952
|
+
"declarations": [
|
|
214953
|
+
{
|
|
214954
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
214955
|
+
"name": "TypeLiteral"
|
|
214956
|
+
}
|
|
214957
|
+
],
|
|
214958
|
+
"required": false,
|
|
214959
|
+
"type": {
|
|
214960
|
+
"name": "boolean"
|
|
214961
|
+
}
|
|
214962
|
+
},
|
|
214963
|
+
"control": {
|
|
214964
|
+
"defaultValue": null,
|
|
214965
|
+
"description": "",
|
|
214966
|
+
"name": "control",
|
|
214967
|
+
"declarations": [
|
|
214968
|
+
{
|
|
214969
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
214970
|
+
"name": "TypeLiteral"
|
|
214971
|
+
}
|
|
214972
|
+
],
|
|
214973
|
+
"required": false,
|
|
214974
|
+
"type": {
|
|
214975
|
+
"name": "Control<T>"
|
|
214976
|
+
}
|
|
214977
|
+
},
|
|
214978
|
+
"rules": {
|
|
214979
|
+
"defaultValue": null,
|
|
214980
|
+
"description": "",
|
|
214981
|
+
"name": "rules",
|
|
214982
|
+
"declarations": [
|
|
214983
|
+
{
|
|
214984
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
214985
|
+
"name": "TypeLiteral"
|
|
214986
|
+
}
|
|
214987
|
+
],
|
|
214988
|
+
"required": false,
|
|
214989
|
+
"type": {
|
|
214990
|
+
"name": "Omit<RegisterOptions<T, Path<T>>, \"disabled\" | \"valueAsNumber\" | \"valueAsDate\" | \"setValueAs\">"
|
|
214991
|
+
}
|
|
214992
|
+
},
|
|
214993
|
+
"shouldUnregister": {
|
|
214994
|
+
"defaultValue": null,
|
|
214995
|
+
"description": "",
|
|
214996
|
+
"name": "shouldUnregister",
|
|
214997
|
+
"declarations": [
|
|
214998
|
+
{
|
|
214999
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/controller.d.ts",
|
|
215000
|
+
"name": "TypeLiteral"
|
|
215001
|
+
}
|
|
215002
|
+
],
|
|
215003
|
+
"required": false,
|
|
215004
|
+
"type": {
|
|
215005
|
+
"name": "boolean"
|
|
215006
|
+
}
|
|
215007
|
+
},
|
|
215008
|
+
"children": {
|
|
215009
|
+
"defaultValue": null,
|
|
215010
|
+
"description": "",
|
|
215011
|
+
"name": "children",
|
|
215012
|
+
"declarations": [
|
|
215013
|
+
{
|
|
215014
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
215015
|
+
"name": "TypeLiteral"
|
|
215016
|
+
}
|
|
215017
|
+
],
|
|
215018
|
+
"required": false,
|
|
215019
|
+
"type": {
|
|
215020
|
+
"name": "ReactNode"
|
|
215021
|
+
}
|
|
215022
|
+
}
|
|
215023
|
+
}
|
|
215024
|
+
},
|
|
215025
|
+
{
|
|
215026
|
+
"tags": {},
|
|
215027
|
+
"filePath": "src/integrations/react-hook-form/components/Field/Field.tsx",
|
|
215028
|
+
"description": "",
|
|
215029
|
+
"displayName": "typedField",
|
|
215030
|
+
"methods": [],
|
|
215031
|
+
"props": {
|
|
215032
|
+
"watch": {
|
|
215033
|
+
"defaultValue": null,
|
|
215034
|
+
"description": "",
|
|
215035
|
+
"name": "watch",
|
|
215036
|
+
"declarations": [
|
|
215037
|
+
{
|
|
215038
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215039
|
+
"name": "TypeLiteral"
|
|
215040
|
+
}
|
|
215041
|
+
],
|
|
215042
|
+
"required": true,
|
|
215043
|
+
"type": {
|
|
215044
|
+
"name": "UseFormWatch<T>"
|
|
215045
|
+
}
|
|
215046
|
+
},
|
|
215047
|
+
"getValues": {
|
|
215048
|
+
"defaultValue": null,
|
|
215049
|
+
"description": "",
|
|
215050
|
+
"name": "getValues",
|
|
215051
|
+
"declarations": [
|
|
215052
|
+
{
|
|
215053
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215054
|
+
"name": "TypeLiteral"
|
|
215055
|
+
}
|
|
215056
|
+
],
|
|
215057
|
+
"required": true,
|
|
215058
|
+
"type": {
|
|
215059
|
+
"name": "UseFormGetValues<T>"
|
|
215060
|
+
}
|
|
215061
|
+
},
|
|
215062
|
+
"getFieldState": {
|
|
215063
|
+
"defaultValue": null,
|
|
215064
|
+
"description": "",
|
|
215065
|
+
"name": "getFieldState",
|
|
215066
|
+
"declarations": [
|
|
215067
|
+
{
|
|
215068
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215069
|
+
"name": "TypeLiteral"
|
|
215070
|
+
}
|
|
215071
|
+
],
|
|
215072
|
+
"required": true,
|
|
215073
|
+
"type": {
|
|
215074
|
+
"name": "UseFormGetFieldState<T>"
|
|
215075
|
+
}
|
|
215076
|
+
},
|
|
215077
|
+
"setError": {
|
|
215078
|
+
"defaultValue": null,
|
|
215079
|
+
"description": "",
|
|
215080
|
+
"name": "setError",
|
|
215081
|
+
"declarations": [
|
|
215082
|
+
{
|
|
215083
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215084
|
+
"name": "TypeLiteral"
|
|
215085
|
+
}
|
|
215086
|
+
],
|
|
215087
|
+
"required": true,
|
|
215088
|
+
"type": {
|
|
215089
|
+
"name": "UseFormSetError<T>"
|
|
215090
|
+
}
|
|
215091
|
+
},
|
|
215092
|
+
"clearErrors": {
|
|
215093
|
+
"defaultValue": null,
|
|
215094
|
+
"description": "",
|
|
215095
|
+
"name": "clearErrors",
|
|
215096
|
+
"declarations": [
|
|
215097
|
+
{
|
|
215098
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215099
|
+
"name": "TypeLiteral"
|
|
215100
|
+
}
|
|
215101
|
+
],
|
|
215102
|
+
"required": true,
|
|
215103
|
+
"type": {
|
|
215104
|
+
"name": "UseFormClearErrors<T>"
|
|
215105
|
+
}
|
|
215106
|
+
},
|
|
215107
|
+
"setValue": {
|
|
215108
|
+
"defaultValue": null,
|
|
215109
|
+
"description": "",
|
|
215110
|
+
"name": "setValue",
|
|
215111
|
+
"declarations": [
|
|
215112
|
+
{
|
|
215113
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215114
|
+
"name": "TypeLiteral"
|
|
215115
|
+
}
|
|
215116
|
+
],
|
|
215117
|
+
"required": true,
|
|
215118
|
+
"type": {
|
|
215119
|
+
"name": "UseFormSetValue<T>"
|
|
215120
|
+
}
|
|
215121
|
+
},
|
|
215122
|
+
"trigger": {
|
|
215123
|
+
"defaultValue": null,
|
|
215124
|
+
"description": "",
|
|
215125
|
+
"name": "trigger",
|
|
215126
|
+
"declarations": [
|
|
215127
|
+
{
|
|
215128
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215129
|
+
"name": "TypeLiteral"
|
|
215130
|
+
}
|
|
215131
|
+
],
|
|
215132
|
+
"required": true,
|
|
215133
|
+
"type": {
|
|
215134
|
+
"name": "UseFormTrigger<T>"
|
|
215135
|
+
}
|
|
215136
|
+
},
|
|
215137
|
+
"formState": {
|
|
215138
|
+
"defaultValue": null,
|
|
215139
|
+
"description": "",
|
|
215140
|
+
"name": "formState",
|
|
215141
|
+
"declarations": [
|
|
215142
|
+
{
|
|
215143
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215144
|
+
"name": "TypeLiteral"
|
|
215145
|
+
}
|
|
215146
|
+
],
|
|
215147
|
+
"required": true,
|
|
215148
|
+
"type": {
|
|
215149
|
+
"name": "FormState<T>"
|
|
215150
|
+
}
|
|
215151
|
+
},
|
|
215152
|
+
"resetField": {
|
|
215153
|
+
"defaultValue": null,
|
|
215154
|
+
"description": "",
|
|
215155
|
+
"name": "resetField",
|
|
215156
|
+
"declarations": [
|
|
215157
|
+
{
|
|
215158
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215159
|
+
"name": "TypeLiteral"
|
|
215160
|
+
}
|
|
215161
|
+
],
|
|
215162
|
+
"required": true,
|
|
215163
|
+
"type": {
|
|
215164
|
+
"name": "UseFormResetField<T>"
|
|
215165
|
+
}
|
|
215166
|
+
},
|
|
215167
|
+
"reset": {
|
|
215168
|
+
"defaultValue": null,
|
|
215169
|
+
"description": "",
|
|
215170
|
+
"name": "reset",
|
|
215171
|
+
"declarations": [
|
|
215172
|
+
{
|
|
215173
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215174
|
+
"name": "TypeLiteral"
|
|
215175
|
+
}
|
|
215176
|
+
],
|
|
215177
|
+
"required": true,
|
|
215178
|
+
"type": {
|
|
215179
|
+
"name": "UseFormReset<T>"
|
|
215180
|
+
}
|
|
215181
|
+
},
|
|
215182
|
+
"handleSubmit": {
|
|
215183
|
+
"defaultValue": null,
|
|
215184
|
+
"description": "",
|
|
215185
|
+
"name": "handleSubmit",
|
|
215186
|
+
"declarations": [
|
|
215187
|
+
{
|
|
215188
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215189
|
+
"name": "TypeLiteral"
|
|
215190
|
+
}
|
|
215191
|
+
],
|
|
215192
|
+
"required": true,
|
|
215193
|
+
"type": {
|
|
215194
|
+
"name": "UseFormHandleSubmit<T, undefined>"
|
|
215195
|
+
}
|
|
215196
|
+
},
|
|
215197
|
+
"unregister": {
|
|
215198
|
+
"defaultValue": null,
|
|
215199
|
+
"description": "",
|
|
215200
|
+
"name": "unregister",
|
|
215201
|
+
"declarations": [
|
|
215202
|
+
{
|
|
215203
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215204
|
+
"name": "TypeLiteral"
|
|
215205
|
+
}
|
|
215206
|
+
],
|
|
215207
|
+
"required": true,
|
|
215208
|
+
"type": {
|
|
215209
|
+
"name": "UseFormUnregister<T>"
|
|
215210
|
+
}
|
|
215211
|
+
},
|
|
215212
|
+
"control": {
|
|
215213
|
+
"defaultValue": null,
|
|
215214
|
+
"description": "",
|
|
215215
|
+
"name": "control",
|
|
215216
|
+
"declarations": [
|
|
215217
|
+
{
|
|
215218
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215219
|
+
"name": "TypeLiteral"
|
|
215220
|
+
}
|
|
215221
|
+
],
|
|
215222
|
+
"required": true,
|
|
215223
|
+
"type": {
|
|
215224
|
+
"name": "Control<T, any>"
|
|
215225
|
+
}
|
|
215226
|
+
},
|
|
215227
|
+
"register": {
|
|
215228
|
+
"defaultValue": null,
|
|
215229
|
+
"description": "",
|
|
215230
|
+
"name": "register",
|
|
215231
|
+
"declarations": [
|
|
215232
|
+
{
|
|
215233
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215234
|
+
"name": "TypeLiteral"
|
|
215235
|
+
}
|
|
215236
|
+
],
|
|
215237
|
+
"required": true,
|
|
215238
|
+
"type": {
|
|
215239
|
+
"name": "UseFormRegister<T>"
|
|
215240
|
+
}
|
|
215241
|
+
},
|
|
215242
|
+
"setFocus": {
|
|
215243
|
+
"defaultValue": null,
|
|
215244
|
+
"description": "",
|
|
215245
|
+
"name": "setFocus",
|
|
215246
|
+
"declarations": [
|
|
215247
|
+
{
|
|
215248
|
+
"fileName": "flow/node_modules/.pnpm/react-hook-form@7.54.2_react@19.0.0/node_modules/react-hook-form/dist/types/form.d.ts",
|
|
215249
|
+
"name": "TypeLiteral"
|
|
215250
|
+
}
|
|
215251
|
+
],
|
|
215252
|
+
"required": true,
|
|
215253
|
+
"type": {
|
|
215254
|
+
"name": "UseFormSetFocus<T>"
|
|
215255
|
+
}
|
|
215256
|
+
}
|
|
215257
|
+
}
|
|
215258
|
+
},
|
|
215259
215259
|
{
|
|
215260
215260
|
"tags": {},
|
|
215261
215261
|
"filePath": "src/components/List/components/Table/components/TableLoadingView.tsx",
|
|
@@ -216691,14 +216691,6 @@
|
|
|
216691
216691
|
}
|
|
216692
216692
|
}
|
|
216693
216693
|
},
|
|
216694
|
-
{
|
|
216695
|
-
"tags": {},
|
|
216696
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
216697
|
-
"description": "",
|
|
216698
|
-
"displayName": "FallbackItems",
|
|
216699
|
-
"methods": [],
|
|
216700
|
-
"props": {}
|
|
216701
|
-
},
|
|
216702
216694
|
{
|
|
216703
216695
|
"tags": {},
|
|
216704
216696
|
"filePath": "src/components/List/components/Items/components/Item/Item.tsx",
|
|
@@ -216823,6 +216815,14 @@
|
|
|
216823
216815
|
}
|
|
216824
216816
|
}
|
|
216825
216817
|
},
|
|
216818
|
+
{
|
|
216819
|
+
"tags": {},
|
|
216820
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
216821
|
+
"description": "",
|
|
216822
|
+
"displayName": "FallbackItems",
|
|
216823
|
+
"methods": [],
|
|
216824
|
+
"props": {}
|
|
216825
|
+
},
|
|
216826
216826
|
{
|
|
216827
216827
|
"tags": {},
|
|
216828
216828
|
"filePath": "src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx",
|