@react-native-ohos/react-native-keyboard-controller 1.12.8 → 1.12.10-rc.1
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/LICENSE +21 -21
- package/README.OpenSource +10 -10
- package/README.md +603 -19
- package/harmony/keyboard_controller/BuildProfile.ets +16 -16
- package/harmony/keyboard_controller/Index.ets +8 -29
- package/harmony/keyboard_controller/ResourceTable.txt +8 -8
- package/harmony/keyboard_controller/build-profile.json5 +31 -31
- package/harmony/keyboard_controller/hvigorfile.ts +6 -6
- package/harmony/keyboard_controller/obfuscation-rules.txt +17 -17
- package/harmony/keyboard_controller/oh-package-lock.json5 +28 -18
- package/harmony/keyboard_controller/oh-package.json5 +11 -11
- package/harmony/keyboard_controller/src/main/cpp/CMakeLists.txt +7 -7
- package/harmony/keyboard_controller/src/main/cpp/EventEmitters.cpp +119 -96
- package/harmony/keyboard_controller/src/main/cpp/EventEmitters.h +90 -111
- package/harmony/keyboard_controller/src/main/cpp/KeyboardControllerViewComponentDescriptor.h +77 -98
- package/harmony/keyboard_controller/src/main/cpp/KeyboardControllerViewComponentInstance.cpp +837 -274
- package/harmony/keyboard_controller/src/main/cpp/KeyboardControllerViewComponentInstance.h +152 -101
- package/harmony/keyboard_controller/src/main/cpp/KeyboardControllerViewJSIBinder.h +43 -64
- package/harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaComponentDescriptor.h +64 -85
- package/harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaComponentInstance.cpp +88 -109
- package/harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaComponentInstance.h +63 -84
- package/harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaJSIBinder.h +39 -60
- package/harmony/keyboard_controller/src/main/cpp/RNKeyboardController.cpp +25 -46
- package/harmony/keyboard_controller/src/main/cpp/RNKeyboardController.h +27 -48
- package/harmony/keyboard_controller/src/main/cpp/RNKeyboardControllerPackage.cpp +43 -64
- package/harmony/keyboard_controller/src/main/cpp/RNKeyboardControllerPackage.h +56 -77
- package/harmony/keyboard_controller/src/main/cpp/RNStatusBarManagerCompat.cpp +24 -45
- package/harmony/keyboard_controller/src/main/cpp/RNStatusBarManagerCompat.h +28 -49
- package/harmony/keyboard_controller/src/main/cpp/ViewHierarchyNavigator.cpp +186 -186
- package/harmony/keyboard_controller/src/main/cpp/ViewHierarchyNavigator.h +112 -112
- package/harmony/keyboard_controller/src/main/cpp/keyboardControllerPackage.cpp +43 -64
- package/harmony/keyboard_controller/src/main/cpp/keyboardControllerPackage.h +56 -77
- package/harmony/keyboard_controller/src/main/ets/Logger.ts +45 -66
- package/harmony/keyboard_controller/src/main/ets/RNKeyboardControllerPackage.ets +49 -70
- package/harmony/keyboard_controller/src/main/ets/RNKeyboardControllerTurboModule.ts +405 -245
- package/harmony/keyboard_controller/src/main/ets/RNStatusBarManagerCompatTurboModule.ts +107 -119
- package/harmony/keyboard_controller/src/main/ets/Type.ts +41 -62
- package/harmony/keyboard_controller/src/main/module.json +29 -29
- package/harmony/keyboard_controller/src/main/module.json5 +11 -11
- package/harmony/keyboard_controller/src/main/resources/base/element/string.json +8 -8
- package/harmony/keyboard_controller/src/main/resources/en_US/element/string.json +8 -8
- package/harmony/keyboard_controller/src/main/resources/zh_CN/element/string.json +8 -8
- package/harmony/keyboard_controller/ts.ets +8 -29
- package/harmony/keyboard_controller.har +0 -0
- package/lib/commonjs/animated.js +4 -16
- package/lib/commonjs/animated.js.map +1 -1
- package/lib/commonjs/bindings.js +3 -3
- package/lib/commonjs/bindings.js.map +1 -1
- package/lib/commonjs/bindings.native.js +3 -3
- package/lib/commonjs/bindings.native.js.map +1 -1
- package/lib/commonjs/components/KeyboardAvoidingView/hooks.js.map +1 -1
- package/lib/commonjs/components/KeyboardAvoidingView/index.js +3 -3
- package/lib/commonjs/components/KeyboardAvoidingView/index.js.map +1 -1
- package/lib/commonjs/components/KeyboardAwareScrollView/index.js +39 -39
- package/lib/commonjs/components/KeyboardAwareScrollView/index.js.map +1 -1
- package/lib/commonjs/components/KeyboardAwareScrollView/useSmoothKeyboardHandler.js +3 -3
- package/lib/commonjs/components/KeyboardAwareScrollView/useSmoothKeyboardHandler.js.map +1 -1
- package/lib/commonjs/components/KeyboardAwareScrollView/utils.js.map +1 -1
- package/lib/commonjs/components/KeyboardStickyView/index.js.map +1 -1
- package/lib/commonjs/components/KeyboardToolbar/Arrow.js.map +1 -1
- package/lib/commonjs/components/KeyboardToolbar/Button.js.map +1 -1
- package/lib/commonjs/components/KeyboardToolbar/colors.js.map +1 -1
- package/lib/commonjs/components/KeyboardToolbar/colors.native.js.map +1 -1
- package/lib/commonjs/components/KeyboardToolbar/index.js +3 -3
- package/lib/commonjs/components/KeyboardToolbar/index.js.map +1 -1
- package/lib/commonjs/components/KeyboardToolbar/types.js.map +1 -1
- package/lib/commonjs/components/hooks/useColorScheme.js.map +1 -1
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/constants.js.map +1 -1
- package/lib/commonjs/context.js.map +1 -1
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/hooks/useWindowDimensions/index.android.js.map +1 -1
- package/lib/commonjs/hooks/useWindowDimensions/index.js.map +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/internal.js +18 -18
- package/lib/commonjs/internal.js.map +1 -1
- package/lib/commonjs/monkey-patch.android.js +4 -4
- package/lib/commonjs/monkey-patch.android.js.map +1 -1
- package/lib/commonjs/monkey-patch.js.map +1 -1
- package/lib/commonjs/reanimated.js.map +1 -1
- package/lib/commonjs/reanimated.native.js.map +1 -1
- package/lib/commonjs/specs/KeyboardControllerViewNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/KeyboardGestureAreaNativeComponent.js.map +1 -1
- package/lib/commonjs/specs/NativeKeyboardController.js.map +1 -1
- package/lib/commonjs/specs/NativeStatusBarManagerCompat.js.map +1 -1
- package/lib/commonjs/types.js.map +1 -1
- package/lib/commonjs/utils.js.map +1 -1
- package/lib/module/animated.js +5 -17
- package/lib/module/animated.js.map +1 -1
- package/lib/module/bindings.js +3 -3
- package/lib/module/bindings.js.map +1 -1
- package/lib/module/bindings.native.js +3 -3
- package/lib/module/bindings.native.js.map +1 -1
- package/lib/module/components/KeyboardAvoidingView/hooks.js.map +1 -1
- package/lib/module/components/KeyboardAvoidingView/index.js +3 -3
- package/lib/module/components/KeyboardAvoidingView/index.js.map +1 -1
- package/lib/module/components/KeyboardAwareScrollView/index.js +39 -39
- package/lib/module/components/KeyboardAwareScrollView/index.js.map +1 -1
- package/lib/module/components/KeyboardAwareScrollView/useSmoothKeyboardHandler.js +3 -3
- package/lib/module/components/KeyboardAwareScrollView/useSmoothKeyboardHandler.js.map +1 -1
- package/lib/module/components/KeyboardAwareScrollView/utils.js.map +1 -1
- package/lib/module/components/KeyboardStickyView/index.js.map +1 -1
- package/lib/module/components/KeyboardToolbar/Arrow.js.map +1 -1
- package/lib/module/components/KeyboardToolbar/Button.js.map +1 -1
- package/lib/module/components/KeyboardToolbar/colors.js.map +1 -1
- package/lib/module/components/KeyboardToolbar/colors.native.js.map +1 -1
- package/lib/module/components/KeyboardToolbar/index.js +3 -3
- package/lib/module/components/KeyboardToolbar/index.js.map +1 -1
- package/lib/module/components/KeyboardToolbar/types.js.map +1 -1
- package/lib/module/components/hooks/useColorScheme.js.map +1 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/constants.js.map +1 -1
- package/lib/module/context.js.map +1 -1
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/useWindowDimensions/index.android.js.map +1 -1
- package/lib/module/hooks/useWindowDimensions/index.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/internal.js +18 -18
- package/lib/module/internal.js.map +1 -1
- package/lib/module/monkey-patch.android.js +4 -4
- package/lib/module/monkey-patch.android.js.map +1 -1
- package/lib/module/monkey-patch.js.map +1 -1
- package/lib/module/reanimated.js.map +1 -1
- package/lib/module/reanimated.native.js.map +1 -1
- package/lib/module/specs/KeyboardControllerViewNativeComponent.js.map +1 -1
- package/lib/module/specs/KeyboardGestureAreaNativeComponent.js.map +1 -1
- package/lib/module/specs/NativeKeyboardController.js.map +1 -1
- package/lib/module/specs/NativeStatusBarManagerCompat.js.map +1 -1
- package/lib/module/types.js.map +1 -1
- package/lib/module/utils.js.map +1 -1
- package/lib/typescript/types.d.ts +1 -0
- package/package.json +181 -178
- package/src/animated.tsx +246 -253
- package/src/bindings.native.ts +57 -57
- package/src/bindings.ts +38 -38
- package/src/components/KeyboardAvoidingView/hooks.ts +58 -58
- package/src/components/KeyboardAvoidingView/index.tsx +156 -156
- package/src/components/KeyboardAwareScrollView/index.tsx +373 -373
- package/src/components/KeyboardAwareScrollView/useSmoothKeyboardHandler.ts +133 -133
- package/src/components/KeyboardAwareScrollView/utils.ts +41 -41
- package/src/components/KeyboardStickyView/index.tsx +57 -57
- package/src/components/KeyboardToolbar/Arrow.tsx +80 -80
- package/src/components/KeyboardToolbar/Button.tsx +98 -98
- package/src/components/KeyboardToolbar/colors.native.ts +37 -37
- package/src/components/KeyboardToolbar/colors.ts +16 -16
- package/src/components/KeyboardToolbar/index.tsx +211 -211
- package/src/components/KeyboardToolbar/types.ts +40 -40
- package/src/components/hooks/useColorScheme.ts +5 -5
- package/src/components/index.ts +11 -11
- package/src/constants.ts +19 -19
- package/src/context.ts +65 -65
- package/src/hooks/index.ts +90 -90
- package/src/hooks/useWindowDimensions/index.android.ts +33 -33
- package/src/hooks/useWindowDimensions/index.ts +1 -1
- package/src/index.ts +21 -21
- package/src/internal.ts +84 -84
- package/src/monkey-patch.android.ts +44 -44
- package/src/monkey-patch.ts +4 -4
- package/src/reanimated.native.ts +132 -132
- package/src/reanimated.ts +29 -29
- package/src/specs/KeyboardControllerViewNativeComponent.ts +70 -70
- package/src/specs/KeyboardGestureAreaNativeComponent.ts +15 -15
- package/src/specs/NativeKeyboardController.ts +19 -19
- package/src/specs/NativeStatusBarManagerCompat.ts +14 -14
- package/src/types.ts +212 -211
- package/src/utils.ts +1 -1
package/src/types.ts
CHANGED
|
@@ -1,211 +1,212 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
EmitterSubscription,
|
|
3
|
-
NativeSyntheticEvent,
|
|
4
|
-
ViewProps,
|
|
5
|
-
} from "react-native";
|
|
6
|
-
|
|
7
|
-
// DirectEventHandler events declaration
|
|
8
|
-
export type NativeEvent = {
|
|
9
|
-
progress: number;
|
|
10
|
-
height: number;
|
|
11
|
-
duration: number;
|
|
12
|
-
target: number;
|
|
13
|
-
};
|
|
14
|
-
export type FocusedInputLayoutChangedEvent = {
|
|
15
|
-
target: number;
|
|
16
|
-
parentScrollViewTarget: number;
|
|
17
|
-
layout: {
|
|
18
|
-
x: number;
|
|
19
|
-
y: number;
|
|
20
|
-
width: number;
|
|
21
|
-
height: number;
|
|
22
|
-
absoluteX: number;
|
|
23
|
-
absoluteY: number;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export type FocusedInputTextChangedEvent = {
|
|
27
|
-
text: string;
|
|
28
|
-
};
|
|
29
|
-
export type FocusedInputSelectionChangedEvent = {
|
|
30
|
-
target: number;
|
|
31
|
-
selection: {
|
|
32
|
-
start: {
|
|
33
|
-
x: number;
|
|
34
|
-
y: number;
|
|
35
|
-
position: number;
|
|
36
|
-
};
|
|
37
|
-
end: {
|
|
38
|
-
x: number;
|
|
39
|
-
y: number;
|
|
40
|
-
position: number;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
export type EventWithName<T> = {
|
|
45
|
-
eventName: string;
|
|
46
|
-
} & T;
|
|
47
|
-
|
|
48
|
-
// native View/Module declarations
|
|
49
|
-
export type KeyboardControllerProps = {
|
|
50
|
-
// callback props
|
|
51
|
-
onKeyboardMoveStart?: (
|
|
52
|
-
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
53
|
-
) => void;
|
|
54
|
-
onKeyboardMove?: (
|
|
55
|
-
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
56
|
-
) => void;
|
|
57
|
-
onKeyboardMoveEnd?: (
|
|
58
|
-
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
59
|
-
) => void;
|
|
60
|
-
onKeyboardMoveInteractive?: (
|
|
61
|
-
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
62
|
-
) => void;
|
|
63
|
-
onFocusedInputLayoutChanged?: (
|
|
64
|
-
e: NativeSyntheticEvent<EventWithName<FocusedInputLayoutChangedEvent>>,
|
|
65
|
-
) => void;
|
|
66
|
-
onFocusedInputTextChanged?: (
|
|
67
|
-
e: NativeSyntheticEvent<EventWithName<FocusedInputTextChangedEvent>>,
|
|
68
|
-
) => void;
|
|
69
|
-
onFocusedInputSelectionChanged?: (
|
|
70
|
-
e: NativeSyntheticEvent<EventWithName<FocusedInputSelectionChangedEvent>>,
|
|
71
|
-
) => void;
|
|
72
|
-
// fake props used to activate reanimated bindings
|
|
73
|
-
onKeyboardMoveReanimated?: (
|
|
74
|
-
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
75
|
-
) => void;
|
|
76
|
-
onFocusedInputLayoutChangedReanimated?: (
|
|
77
|
-
e: NativeSyntheticEvent<EventWithName<FocusedInputLayoutChangedEvent>>,
|
|
78
|
-
) => void;
|
|
79
|
-
onFocusedInputTextChangedReanimated?: (
|
|
80
|
-
e: NativeSyntheticEvent<EventWithName<FocusedInputTextChangedEvent>>,
|
|
81
|
-
) => void;
|
|
82
|
-
onFocusedInputSelectionChangedReanimated?: (
|
|
83
|
-
e: NativeSyntheticEvent<EventWithName<FocusedInputSelectionChangedEvent>>,
|
|
84
|
-
) => void;
|
|
85
|
-
// props
|
|
86
|
-
statusBarTranslucent?: boolean;
|
|
87
|
-
navigationBarTranslucent?: boolean;
|
|
88
|
-
enabled?: boolean;
|
|
89
|
-
} & ViewProps;
|
|
90
|
-
|
|
91
|
-
export type KeyboardGestureAreaProps = {
|
|
92
|
-
interpolator: "ios" | "linear";
|
|
93
|
-
/**
|
|
94
|
-
* Whether to allow to show a keyboard from dismissed state by swipe up.
|
|
95
|
-
* Default to `false`.
|
|
96
|
-
*/
|
|
97
|
-
showOnSwipeUp?: boolean;
|
|
98
|
-
/**
|
|
99
|
-
* Whether to allow to control a keyboard by gestures. The strategy how
|
|
100
|
-
* it should be controlled is determined by `interpolator` property.
|
|
101
|
-
* Defaults to `true`.
|
|
102
|
-
*/
|
|
103
|
-
enableSwipeToDismiss?: boolean;
|
|
104
|
-
} & ViewProps;
|
|
105
|
-
|
|
106
|
-
export type Direction = "next" | "prev" | "current";
|
|
107
|
-
export type KeyboardControllerModule = {
|
|
108
|
-
// android only
|
|
109
|
-
setDefaultMode: () => void;
|
|
110
|
-
setInputMode: (mode: number) => void;
|
|
111
|
-
// all platforms
|
|
112
|
-
dismiss: () => void;
|
|
113
|
-
setFocusTo: (direction: Direction) => void;
|
|
114
|
-
// native event module stuff
|
|
115
|
-
addListener: (eventName: string) => void;
|
|
116
|
-
removeListeners: (count: number) => void;
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
// Event module declarations
|
|
120
|
-
export type KeyboardControllerEvents =
|
|
121
|
-
| "keyboardWillShow"
|
|
122
|
-
| "keyboardDidShow"
|
|
123
|
-
| "keyboardWillHide"
|
|
124
|
-
| "keyboardDidHide";
|
|
125
|
-
export type KeyboardEventData = {
|
|
126
|
-
height: number;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
export type
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
export type
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
export type
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
export type
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
1
|
+
import type {
|
|
2
|
+
EmitterSubscription,
|
|
3
|
+
NativeSyntheticEvent,
|
|
4
|
+
ViewProps,
|
|
5
|
+
} from "react-native";
|
|
6
|
+
|
|
7
|
+
// DirectEventHandler events declaration
|
|
8
|
+
export type NativeEvent = {
|
|
9
|
+
progress: number;
|
|
10
|
+
height: number;
|
|
11
|
+
duration: number;
|
|
12
|
+
target: number;
|
|
13
|
+
};
|
|
14
|
+
export type FocusedInputLayoutChangedEvent = {
|
|
15
|
+
target: number;
|
|
16
|
+
parentScrollViewTarget: number;
|
|
17
|
+
layout: {
|
|
18
|
+
x: number;
|
|
19
|
+
y: number;
|
|
20
|
+
width: number;
|
|
21
|
+
height: number;
|
|
22
|
+
absoluteX: number;
|
|
23
|
+
absoluteY: number;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export type FocusedInputTextChangedEvent = {
|
|
27
|
+
text: string;
|
|
28
|
+
};
|
|
29
|
+
export type FocusedInputSelectionChangedEvent = {
|
|
30
|
+
target: number;
|
|
31
|
+
selection: {
|
|
32
|
+
start: {
|
|
33
|
+
x: number;
|
|
34
|
+
y: number;
|
|
35
|
+
position: number;
|
|
36
|
+
};
|
|
37
|
+
end: {
|
|
38
|
+
x: number;
|
|
39
|
+
y: number;
|
|
40
|
+
position: number;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export type EventWithName<T> = {
|
|
45
|
+
eventName: string;
|
|
46
|
+
} & T;
|
|
47
|
+
|
|
48
|
+
// native View/Module declarations
|
|
49
|
+
export type KeyboardControllerProps = {
|
|
50
|
+
// callback props
|
|
51
|
+
onKeyboardMoveStart?: (
|
|
52
|
+
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
53
|
+
) => void;
|
|
54
|
+
onKeyboardMove?: (
|
|
55
|
+
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
56
|
+
) => void;
|
|
57
|
+
onKeyboardMoveEnd?: (
|
|
58
|
+
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
59
|
+
) => void;
|
|
60
|
+
onKeyboardMoveInteractive?: (
|
|
61
|
+
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
62
|
+
) => void;
|
|
63
|
+
onFocusedInputLayoutChanged?: (
|
|
64
|
+
e: NativeSyntheticEvent<EventWithName<FocusedInputLayoutChangedEvent>>,
|
|
65
|
+
) => void;
|
|
66
|
+
onFocusedInputTextChanged?: (
|
|
67
|
+
e: NativeSyntheticEvent<EventWithName<FocusedInputTextChangedEvent>>,
|
|
68
|
+
) => void;
|
|
69
|
+
onFocusedInputSelectionChanged?: (
|
|
70
|
+
e: NativeSyntheticEvent<EventWithName<FocusedInputSelectionChangedEvent>>,
|
|
71
|
+
) => void;
|
|
72
|
+
// fake props used to activate reanimated bindings
|
|
73
|
+
onKeyboardMoveReanimated?: (
|
|
74
|
+
e: NativeSyntheticEvent<EventWithName<NativeEvent>>,
|
|
75
|
+
) => void;
|
|
76
|
+
onFocusedInputLayoutChangedReanimated?: (
|
|
77
|
+
e: NativeSyntheticEvent<EventWithName<FocusedInputLayoutChangedEvent>>,
|
|
78
|
+
) => void;
|
|
79
|
+
onFocusedInputTextChangedReanimated?: (
|
|
80
|
+
e: NativeSyntheticEvent<EventWithName<FocusedInputTextChangedEvent>>,
|
|
81
|
+
) => void;
|
|
82
|
+
onFocusedInputSelectionChangedReanimated?: (
|
|
83
|
+
e: NativeSyntheticEvent<EventWithName<FocusedInputSelectionChangedEvent>>,
|
|
84
|
+
) => void;
|
|
85
|
+
// props
|
|
86
|
+
statusBarTranslucent?: boolean;
|
|
87
|
+
navigationBarTranslucent?: boolean;
|
|
88
|
+
enabled?: boolean;
|
|
89
|
+
} & ViewProps;
|
|
90
|
+
|
|
91
|
+
export type KeyboardGestureAreaProps = {
|
|
92
|
+
interpolator: "ios" | "linear";
|
|
93
|
+
/**
|
|
94
|
+
* Whether to allow to show a keyboard from dismissed state by swipe up.
|
|
95
|
+
* Default to `false`.
|
|
96
|
+
*/
|
|
97
|
+
showOnSwipeUp?: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* Whether to allow to control a keyboard by gestures. The strategy how
|
|
100
|
+
* it should be controlled is determined by `interpolator` property.
|
|
101
|
+
* Defaults to `true`.
|
|
102
|
+
*/
|
|
103
|
+
enableSwipeToDismiss?: boolean;
|
|
104
|
+
} & ViewProps;
|
|
105
|
+
|
|
106
|
+
export type Direction = "next" | "prev" | "current";
|
|
107
|
+
export type KeyboardControllerModule = {
|
|
108
|
+
// android only
|
|
109
|
+
setDefaultMode: () => void;
|
|
110
|
+
setInputMode: (mode: number) => void;
|
|
111
|
+
// all platforms
|
|
112
|
+
dismiss: () => void;
|
|
113
|
+
setFocusTo: (direction: Direction) => void;
|
|
114
|
+
// native event module stuff
|
|
115
|
+
addListener: (eventName: string) => void;
|
|
116
|
+
removeListeners: (count: number) => void;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
// Event module declarations
|
|
120
|
+
export type KeyboardControllerEvents =
|
|
121
|
+
| "keyboardWillShow"
|
|
122
|
+
| "keyboardDidShow"
|
|
123
|
+
| "keyboardWillHide"
|
|
124
|
+
| "keyboardDidHide";
|
|
125
|
+
export type KeyboardEventData = {
|
|
126
|
+
height: number;
|
|
127
|
+
tag: number;
|
|
128
|
+
duration: number;
|
|
129
|
+
timestamp: number;
|
|
130
|
+
target: number;
|
|
131
|
+
};
|
|
132
|
+
export type KeyboardEventsModule = {
|
|
133
|
+
addListener: (
|
|
134
|
+
name: KeyboardControllerEvents,
|
|
135
|
+
cb: (e: KeyboardEventData) => void,
|
|
136
|
+
) => EmitterSubscription;
|
|
137
|
+
};
|
|
138
|
+
export type FocusedInputAvailableEvents = "focusDidSet";
|
|
139
|
+
export type FocusedInputEventData = {
|
|
140
|
+
current: number;
|
|
141
|
+
count: number;
|
|
142
|
+
};
|
|
143
|
+
export type FocusedInputEventsModule = {
|
|
144
|
+
addListener: (
|
|
145
|
+
name: FocusedInputAvailableEvents,
|
|
146
|
+
cb: (e: FocusedInputEventData) => void,
|
|
147
|
+
) => EmitterSubscription;
|
|
148
|
+
};
|
|
149
|
+
export type WindowDimensionsAvailableEvents = "windowDidResize";
|
|
150
|
+
export type WindowDimensionsEventData = {
|
|
151
|
+
width: number;
|
|
152
|
+
height: number;
|
|
153
|
+
};
|
|
154
|
+
export type WindowDimensionsEventsModule = {
|
|
155
|
+
addListener: (
|
|
156
|
+
name: WindowDimensionsAvailableEvents,
|
|
157
|
+
cb: (e: WindowDimensionsEventData) => void,
|
|
158
|
+
) => EmitterSubscription;
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
// reanimated hook declaration
|
|
162
|
+
export type KeyboardHandlerHook<TContext, Event> = (
|
|
163
|
+
handlers: {
|
|
164
|
+
onKeyboardMoveStart?: (e: NativeEvent, context: TContext) => void;
|
|
165
|
+
onKeyboardMove?: (e: NativeEvent, context: TContext) => void;
|
|
166
|
+
onKeyboardMoveEnd?: (e: NativeEvent, context: TContext) => void;
|
|
167
|
+
onKeyboardMoveInteractive?: (e: NativeEvent, context: TContext) => void;
|
|
168
|
+
},
|
|
169
|
+
dependencies?: unknown[],
|
|
170
|
+
) => (e: NativeSyntheticEvent<Event>) => void;
|
|
171
|
+
export type FocusedInputLayoutHandlerHook<TContext, Event> = (
|
|
172
|
+
handlers: {
|
|
173
|
+
onFocusedInputLayoutChanged?: (
|
|
174
|
+
e: FocusedInputLayoutChangedEvent,
|
|
175
|
+
context: TContext,
|
|
176
|
+
) => void;
|
|
177
|
+
},
|
|
178
|
+
dependencies?: unknown[],
|
|
179
|
+
) => (e: NativeSyntheticEvent<Event>) => void;
|
|
180
|
+
export type FocusedInputTextHandlerHook<TContext, Event> = (
|
|
181
|
+
handlers: {
|
|
182
|
+
onFocusedInputTextChanged?: (
|
|
183
|
+
e: FocusedInputTextChangedEvent,
|
|
184
|
+
context: TContext,
|
|
185
|
+
) => void;
|
|
186
|
+
},
|
|
187
|
+
dependencies?: unknown[],
|
|
188
|
+
) => (e: NativeSyntheticEvent<Event>) => void;
|
|
189
|
+
export type FocusedInputSelectionHandlerHook<TContext, Event> = (
|
|
190
|
+
handlers: {
|
|
191
|
+
onFocusedInputSelectionChanged?: (
|
|
192
|
+
e: FocusedInputSelectionChangedEvent,
|
|
193
|
+
context: TContext,
|
|
194
|
+
) => void;
|
|
195
|
+
},
|
|
196
|
+
dependencies?: unknown[],
|
|
197
|
+
) => (e: NativeSyntheticEvent<Event>) => void;
|
|
198
|
+
|
|
199
|
+
// package types
|
|
200
|
+
export type Handlers<T> = Record<string, T | undefined>;
|
|
201
|
+
export type KeyboardHandler = Partial<{
|
|
202
|
+
onStart: (e: NativeEvent) => void;
|
|
203
|
+
onMove: (e: NativeEvent) => void;
|
|
204
|
+
onEnd: (e: NativeEvent) => void;
|
|
205
|
+
onInteractive: (e: NativeEvent) => void;
|
|
206
|
+
}>;
|
|
207
|
+
export type KeyboardHandlers = Handlers<KeyboardHandler>;
|
|
208
|
+
export type FocusedInputHandler = Partial<{
|
|
209
|
+
onChangeText: (e: FocusedInputTextChangedEvent) => void;
|
|
210
|
+
onSelectionChange: (e: FocusedInputSelectionChangedEvent) => void;
|
|
211
|
+
}>;
|
|
212
|
+
export type FocusedInputHandlers = Handlers<FocusedInputHandler>;
|
package/src/utils.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const uuid = () => Math.random().toString(36).slice(-6);
|
|
1
|
+
export const uuid = () => Math.random().toString(36).slice(-6);
|