@react-native-ohos/react-native-keyboard-controller 1.16.7 → 1.16.8
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 +610 -19
- package/harmony/keyboard_controller/BuildProfile.ets +16 -16
- package/harmony/keyboard_controller/Index.ets +28 -28
- 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 -19
- package/harmony/keyboard_controller/oh-package.json5 +10 -10
- 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 +111 -111
- package/harmony/keyboard_controller/src/main/cpp/KeyboardControllerViewComponentDescriptor.h +94 -94
- package/harmony/keyboard_controller/src/main/cpp/KeyboardControllerViewComponentInstance.cpp +833 -287
- package/harmony/keyboard_controller/src/main/cpp/KeyboardControllerViewComponentInstance.h +169 -103
- package/harmony/keyboard_controller/src/main/cpp/KeyboardControllerViewJSIBinder.h +65 -65
- package/harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaComponentDescriptor.h +79 -79
- package/harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaComponentInstance.cpp +107 -107
- package/harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaComponentInstance.h +83 -83
- package/harmony/keyboard_controller/src/main/cpp/KeyboardGestureAreaJSIBinder.h +60 -60
- package/harmony/keyboard_controller/src/main/cpp/RNKeyboardController.cpp +46 -46
- package/harmony/keyboard_controller/src/main/cpp/RNKeyboardController.h +48 -48
- package/harmony/keyboard_controller/src/main/cpp/RNStatusBarManagerCompat.cpp +45 -45
- package/harmony/keyboard_controller/src/main/cpp/RNStatusBarManagerCompat.h +49 -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 +64 -64
- package/harmony/keyboard_controller/src/main/cpp/keyboardControllerPackage.h +77 -77
- package/harmony/keyboard_controller/src/main/ets/Logger.ts +66 -66
- package/harmony/keyboard_controller/src/main/ets/RNKeyboardControllerPackage.ts +66 -66
- package/harmony/keyboard_controller/src/main/ets/RNKeyboardControllerTurboModule.ts +441 -273
- package/harmony/keyboard_controller/src/main/ets/RNStatusBarManagerCompatTurboModule.ts +128 -119
- package/harmony/keyboard_controller/src/main/ets/Type.ts +62 -62
- 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.ts +29 -29
- package/harmony/keyboard_controller.har +0 -0
- package/lib/commonjs/animated.js +2 -2
- 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 +43 -41
- 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 +0 -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/module.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/specs/OverKeyboardViewNativeComponent.js.map +1 -1
- package/lib/commonjs/types.js.map +1 -1
- package/lib/commonjs/utils.js.map +1 -1
- package/lib/commonjs/views/OverKeyboardView/index.js.map +1 -1
- package/lib/commonjs/views/index.js.map +1 -1
- package/lib/module/animated.js +2 -2
- 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 +44 -42
- 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 +0 -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/module.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/specs/OverKeyboardViewNativeComponent.js.map +1 -1
- package/lib/module/types.js.map +1 -1
- package/lib/module/utils.js.map +1 -1
- package/lib/module/views/OverKeyboardView/index.js.map +1 -1
- package/lib/module/views/index.js.map +1 -1
- package/lib/typescript/bindings.d.ts +3 -4
- package/lib/typescript/bindings.native.d.ts +0 -1
- package/lib/typescript/components/KeyboardAwareScrollView/index.d.ts +6 -6
- package/lib/typescript/components/KeyboardAwareScrollView/utils.d.ts +1 -1
- package/lib/typescript/components/KeyboardStickyView/index.d.ts +5 -5
- package/lib/typescript/components/KeyboardToolbar/Button.d.ts +2 -1
- package/lib/typescript/types.d.ts +1 -0
- package/package.json +177 -174
- package/src/animated.tsx +255 -255
- package/src/bindings.native.ts +62 -62
- package/src/bindings.ts +42 -42
- package/src/components/KeyboardAvoidingView/hooks.ts +123 -123
- package/src/components/KeyboardAvoidingView/index.tsx +188 -188
- package/src/components/KeyboardAwareScrollView/index.tsx +397 -389
- package/src/components/KeyboardAwareScrollView/useSmoothKeyboardHandler.ts +133 -133
- package/src/components/KeyboardAwareScrollView/utils.ts +41 -41
- package/src/components/KeyboardStickyView/index.tsx +66 -66
- 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 +223 -223
- 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 +68 -69
- package/src/hooks/index.ts +90 -90
- package/src/hooks/useWindowDimensions/index.android.ts +38 -38
- package/src/hooks/useWindowDimensions/index.ts +1 -1
- package/src/index.ts +23 -23
- package/src/internal.ts +84 -84
- package/src/module.ts +52 -52
- 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 +71 -71
- package/src/specs/KeyboardGestureAreaNativeComponent.ts +20 -20
- package/src/specs/NativeKeyboardController.ts +19 -19
- package/src/specs/NativeStatusBarManagerCompat.ts +14 -14
- package/src/specs/OverKeyboardViewNativeComponent.ts +12 -12
- package/src/types.ts +244 -243
- package/src/utils.ts +1 -1
- package/src/views/OverKeyboardView/index.tsx +43 -43
- package/src/views/index.ts +1 -1
|
@@ -1,273 +1,441 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* MIT License
|
|
6
|
-
*
|
|
7
|
-
* Copyright (C) 2024 Huawei Device Co., Ltd.
|
|
8
|
-
*
|
|
9
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
11
|
-
* in the Software without restriction, including without limitation the rights
|
|
12
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
14
|
-
* furnished to do so, subject to the following conditions:
|
|
15
|
-
*
|
|
16
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
17
|
-
* copies or substantial portions of the Software.
|
|
18
|
-
*
|
|
19
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
-
* SOFTWARE.
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
|
-
import { TurboModule } from "@rnoh/react-native-openharmony/ts";
|
|
29
|
-
import common from '@ohos.app.ability.common';
|
|
30
|
-
import window from '@ohos.window';
|
|
31
|
-
import inputMethod from '@ohos.inputMethod';
|
|
32
|
-
import Logger from './Logger';
|
|
33
|
-
import { KeyboardControllerEventName, KeyboardStatusType } from './Type';
|
|
34
|
-
import { BusinessError } from '@kit.BasicServicesKit';
|
|
35
|
-
import { JSON } from '@kit.ArkTS';
|
|
36
|
-
import { ConfigurationConstant } from '@kit.AbilityKit';
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
private
|
|
63
|
-
private
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
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
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* MIT License
|
|
6
|
+
*
|
|
7
|
+
* Copyright (C) 2024 Huawei Device Co., Ltd.
|
|
8
|
+
*
|
|
9
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
11
|
+
* in the Software without restriction, including without limitation the rights
|
|
12
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
14
|
+
* furnished to do so, subject to the following conditions:
|
|
15
|
+
*
|
|
16
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
17
|
+
* copies or substantial portions of the Software.
|
|
18
|
+
*
|
|
19
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
+
* SOFTWARE.
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
import { TurboModule } from "@rnoh/react-native-openharmony/ts";
|
|
29
|
+
import common from '@ohos.app.ability.common';
|
|
30
|
+
import window from '@ohos.window';
|
|
31
|
+
import inputMethod from '@ohos.inputMethod';
|
|
32
|
+
import Logger from './Logger';
|
|
33
|
+
import { KeyboardControllerEventName, KeyboardStatusType } from './Type';
|
|
34
|
+
import { BusinessError, deviceInfo } from '@kit.BasicServicesKit';
|
|
35
|
+
import { JSON } from '@kit.ArkTS';
|
|
36
|
+
import { ConfigurationConstant } from '@kit.AbilityKit';
|
|
37
|
+
import { KeyboardAvoidMode } from '@kit.ArkUI';
|
|
38
|
+
|
|
39
|
+
declare function px2vp(px: number): number;
|
|
40
|
+
|
|
41
|
+
const NATIVE_KEYBOARD_WILL_EVENT_MIN_API = 20;
|
|
42
|
+
const LEGACY_KEYBOARD_ANIMATION_DURATION = 150;
|
|
43
|
+
const WINDOW_SESSION_MANAGER = 'SystemCapability.Window.SessionManager';
|
|
44
|
+
|
|
45
|
+
interface RNKeyboardControllerSpec {
|
|
46
|
+
getConstants(): {};
|
|
47
|
+
|
|
48
|
+
setInputMode(mode: number): void;
|
|
49
|
+
|
|
50
|
+
setDefaultMode(): void;
|
|
51
|
+
|
|
52
|
+
dismiss(keepFocus: boolean): void;
|
|
53
|
+
|
|
54
|
+
setFocusTo(direction: string): void;
|
|
55
|
+
|
|
56
|
+
addListener(eventName: string, listener: (event) => void,): void;
|
|
57
|
+
|
|
58
|
+
removeListeners(count: number): void;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export class RNKeyboardControllerTurboModule extends TurboModule implements RNKeyboardControllerSpec {
|
|
62
|
+
private context: common.UIAbilityContext;
|
|
63
|
+
private keyboardHeight: number = 0;
|
|
64
|
+
private keyboardStatus: KeyboardStatusType = KeyboardStatusType.HIDE;
|
|
65
|
+
// RN removes listeners by count only; event-name filtering remains in the JS emitter.
|
|
66
|
+
private listenerCount: number = 0;
|
|
67
|
+
private currentWindow: window.Window | undefined = undefined;
|
|
68
|
+
private enabled: boolean = false;
|
|
69
|
+
private cleanUpCallbacks: (() => void)[] = [];
|
|
70
|
+
private previousKeyboardAvoidMode: KeyboardAvoidMode | undefined = undefined;
|
|
71
|
+
private keyboardAvoidModeControlled: boolean = false;
|
|
72
|
+
private supportsNativeWillEvents: boolean = false;
|
|
73
|
+
private keyboardHeightListenerRegistered: boolean = false;
|
|
74
|
+
private nativeWillShowListenerRegistered: boolean = false;
|
|
75
|
+
private nativeWillHideListenerRegistered: boolean = false;
|
|
76
|
+
private observerGeneration: number = 0;
|
|
77
|
+
private focusedInputTarget: number = -1;
|
|
78
|
+
private focusedInputKeyboardType: string = 'default';
|
|
79
|
+
private currentKeyboardAnimationDuration: number = 0;
|
|
80
|
+
|
|
81
|
+
private readonly keyboardHeightChangeHandler = (_data: number): void => {
|
|
82
|
+
if (!this.enabled || !this.currentWindow) {
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
try {
|
|
86
|
+
const keyboardAvoidArea = this.currentWindow.getWindowAvoidArea(window.AvoidAreaType.TYPE_KEYBOARD).bottomRect;
|
|
87
|
+
const height = Math.ceil(px2vp(keyboardAvoidArea.height));
|
|
88
|
+
if (this.keyboardHeight === height) {
|
|
89
|
+
return;
|
|
90
|
+
}
|
|
91
|
+
const wasVisible = this.keyboardHeight > 0;
|
|
92
|
+
const isVisible = height > 0;
|
|
93
|
+
this.keyboardStatus = height > 0 ? KeyboardStatusType.SHOW : KeyboardStatusType.HIDE;
|
|
94
|
+
this.keyboardHeight = height;
|
|
95
|
+
if (wasVisible !== isVisible) {
|
|
96
|
+
this.keyboardControllerEventHandle(this.keyboardStatus, height);
|
|
97
|
+
}
|
|
98
|
+
this.ctx.rnInstance.postMessageToCpp('keyboardHeightChange', height);
|
|
99
|
+
} catch (exception) {
|
|
100
|
+
Logger.error('Failed to handle keyboard height change. Cause: ' + JSON.stringify(exception));
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
private readonly keyboardWillShowHandler = (info: window.KeyboardInfo): void => {
|
|
105
|
+
if (!this.enabled) {
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
const duration = this.getKeyboardDurationFromKeyboardInfo(info);
|
|
109
|
+
this.currentKeyboardAnimationDuration = duration;
|
|
110
|
+
const height = Math.ceil(px2vp(info.endRect.height));
|
|
111
|
+
this.emitKeyboardEvent(KeyboardControllerEventName.KEYBOARD_WILL_SHOW, height, duration);
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
private readonly keyboardWillHideHandler = (info: window.KeyboardInfo): void => {
|
|
115
|
+
if (!this.enabled) {
|
|
116
|
+
return;
|
|
117
|
+
}
|
|
118
|
+
const duration = this.getKeyboardDurationFromKeyboardInfo(info);
|
|
119
|
+
this.currentKeyboardAnimationDuration = duration;
|
|
120
|
+
this.emitKeyboardEvent(KeyboardControllerEventName.KEYBOARD_WILL_HIDE, 0, duration);
|
|
121
|
+
};
|
|
122
|
+
constructor(ctx) {
|
|
123
|
+
super(ctx);
|
|
124
|
+
this.context = this.ctx.uiAbilityContext;
|
|
125
|
+
// 订阅 C++ 层发来的 focusDidSet 消息
|
|
126
|
+
this.cleanUpCallbacks.push(
|
|
127
|
+
this.ctx.rnInstance.cppEventEmitter.subscribe("focusDidSet", (payload: { current: number, count: number }) => {
|
|
128
|
+
Logger.info('###turboModule received focusDidSet from cpp', String(payload.current) + ',' + String(payload.count));
|
|
129
|
+
if (this.listenerCount > 0) {
|
|
130
|
+
this.ctx.rnInstance.emitDeviceEvent(KeyboardControllerEventName.FOCUS_DID_SET, {
|
|
131
|
+
current: payload.current,
|
|
132
|
+
count: payload.count
|
|
133
|
+
});
|
|
134
|
+
}
|
|
135
|
+
})
|
|
136
|
+
);
|
|
137
|
+
|
|
138
|
+
this.cleanUpCallbacks.push(
|
|
139
|
+
this.ctx.rnInstance.cppEventEmitter.subscribe(
|
|
140
|
+
'focusedInputChanged',
|
|
141
|
+
(payload: { target: number, type: string }) => {
|
|
142
|
+
this.focusedInputTarget = payload.target;
|
|
143
|
+
this.focusedInputKeyboardType = payload.type;
|
|
144
|
+
}
|
|
145
|
+
)
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
readonly getConstants: () => {};
|
|
150
|
+
|
|
151
|
+
// set mode
|
|
152
|
+
setInputMode(mode: number): void {
|
|
153
|
+
Logger.info('harmonyOS not support setInputMode')
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
setDefaultMode(): void {
|
|
157
|
+
Logger.info('harmonyOS not support setDefaultMode')
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @description 键盘隐藏
|
|
162
|
+
* */
|
|
163
|
+
dismiss(keepFocus: boolean): void {
|
|
164
|
+
let inputMethodController = inputMethod.getController();
|
|
165
|
+
inputMethodController.stopInputSession()
|
|
166
|
+
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* @description 键盘隐藏
|
|
170
|
+
* */
|
|
171
|
+
private show(): void {
|
|
172
|
+
let inputMethodController = inputMethod.getController();
|
|
173
|
+
inputMethodController.showSoftKeyboard()
|
|
174
|
+
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
setFocusTo(direction: string): void {
|
|
178
|
+
this.ctx.rnInstance.postMessageToCpp('setFocusTo', direction);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* @description 添加监听键盘事件
|
|
183
|
+
*/
|
|
184
|
+
addListener(eventName: KeyboardControllerEventName) {
|
|
185
|
+
const supportEvents = this.supportListeners();
|
|
186
|
+
if (supportEvents.includes(eventName)) {
|
|
187
|
+
this.listenerCount += 1;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* @description 删除监听事件
|
|
193
|
+
* */
|
|
194
|
+
removeListeners(count: number): void {
|
|
195
|
+
if (count > 0) {
|
|
196
|
+
this.listenerCount = Math.max(0, this.listenerCount - count);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
private supportListeners() {
|
|
201
|
+
return [
|
|
202
|
+
KeyboardControllerEventName.KEYBOARD_WILL_SHOW,
|
|
203
|
+
KeyboardControllerEventName.KEYBOARD_DID_SHOW,
|
|
204
|
+
KeyboardControllerEventName.KEYBOARD_WILL_HIDE,
|
|
205
|
+
KeyboardControllerEventName.KEYBOARD_DID_HIDE,
|
|
206
|
+
KeyboardControllerEventName.FOCUS_DID_SET
|
|
207
|
+
];
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
private async setWindowSystemBarEnable(statusBarTranslucent: boolean, navigationBarTranslucent: boolean) {
|
|
211
|
+
|
|
212
|
+
let windowInstance: window.Window | undefined = undefined;
|
|
213
|
+
windowInstance = await window.getLastWindow(this.context);
|
|
214
|
+
let systemBarProperty = windowInstance.getWindowSystemBarProperties();
|
|
215
|
+
let newSystemBarProperty: window.SystemBarProperties = {
|
|
216
|
+
...systemBarProperty,
|
|
217
|
+
statusBarColor: statusBarTranslucent ? "#00000000" : systemBarProperty.statusBarColor,
|
|
218
|
+
navigationBarColor: navigationBarTranslucent ? "#00000000" : systemBarProperty.navigationBarColor
|
|
219
|
+
};
|
|
220
|
+
try {
|
|
221
|
+
let promise = windowInstance.setWindowSystemBarProperties(newSystemBarProperty);
|
|
222
|
+
promise.then(() => {
|
|
223
|
+
Logger.info('Succeeded in setting the system bar properties.');
|
|
224
|
+
}).catch((err: BusinessError) => {
|
|
225
|
+
Logger.error(`Failed to set the system bar properties. Cause code: ${err.code}, message: ${err.message}`);
|
|
226
|
+
});
|
|
227
|
+
} catch (exception) {
|
|
228
|
+
Logger.error(`Failed to set the system bar properties. Cause code: ${exception.code}, message: ${exception.message}`);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
private keyboardControllerEventHandle(keyboardStatus: number, height: number) {
|
|
233
|
+
if (!this.enabled) {
|
|
234
|
+
return;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
const legacyDuration = deviceInfo.sdkApiVersion < NATIVE_KEYBOARD_WILL_EVENT_MIN_API
|
|
238
|
+
? LEGACY_KEYBOARD_ANIMATION_DURATION
|
|
239
|
+
: 0;
|
|
240
|
+
const duration = this.supportsNativeWillEvents ? this.currentKeyboardAnimationDuration : legacyDuration;
|
|
241
|
+
if (keyboardStatus === KeyboardStatusType.HIDE) {
|
|
242
|
+
if (!this.supportsNativeWillEvents) {
|
|
243
|
+
this.emitKeyboardEvent(KeyboardControllerEventName.KEYBOARD_WILL_HIDE, 0, duration);
|
|
244
|
+
}
|
|
245
|
+
this.emitKeyboardEvent(KeyboardControllerEventName.KEYBOARD_DID_HIDE, 0, duration);
|
|
246
|
+
this.currentKeyboardAnimationDuration = 0;
|
|
247
|
+
}
|
|
248
|
+
if (keyboardStatus === KeyboardStatusType.SHOW) {
|
|
249
|
+
if (!this.supportsNativeWillEvents) {
|
|
250
|
+
this.emitKeyboardEvent(KeyboardControllerEventName.KEYBOARD_WILL_SHOW, height, duration);
|
|
251
|
+
}
|
|
252
|
+
this.emitKeyboardEvent(KeyboardControllerEventName.KEYBOARD_DID_SHOW, height, duration);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
private emitKeyboardEvent(eventName: KeyboardControllerEventName, height: number, duration: number): void {
|
|
257
|
+
if (!this.enabled || this.listenerCount <= 0) {
|
|
258
|
+
return;
|
|
259
|
+
}
|
|
260
|
+
this.ctx.rnInstance.emitDeviceEvent(eventName, {
|
|
261
|
+
height,
|
|
262
|
+
tag: this.focusedInputTarget,
|
|
263
|
+
duration,
|
|
264
|
+
timestamp: new Date().getTime(),
|
|
265
|
+
target: this.focusedInputTarget,
|
|
266
|
+
type: this.focusedInputKeyboardType,
|
|
267
|
+
appearance: this.getKeyboardAppearance(),
|
|
268
|
+
});
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
private async startKeyboardObserver(
|
|
272
|
+
open: boolean,
|
|
273
|
+
disableSystemKeyboardAvoidance: boolean = false
|
|
274
|
+
): Promise<void> {
|
|
275
|
+
const generation = ++this.observerGeneration;
|
|
276
|
+
this.enabled = open;
|
|
277
|
+
if (!open) {
|
|
278
|
+
this.stopKeyboardObserver();
|
|
279
|
+
return;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
let currentWindow: window.Window;
|
|
283
|
+
try {
|
|
284
|
+
currentWindow = await window.getLastWindow(this.context);
|
|
285
|
+
} catch (exception) {
|
|
286
|
+
Logger.error('Failed to get the current window. Cause: ' + JSON.stringify(exception));
|
|
287
|
+
return;
|
|
288
|
+
}
|
|
289
|
+
if (!this.enabled || generation !== this.observerGeneration) {
|
|
290
|
+
return;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
this.currentWindow = currentWindow;
|
|
294
|
+
this.setKeyboardAvoidModeEnabled(disableSystemKeyboardAvoidance);
|
|
295
|
+
this.supportsNativeWillEvents =
|
|
296
|
+
deviceInfo.sdkApiVersion >= NATIVE_KEYBOARD_WILL_EVENT_MIN_API &&
|
|
297
|
+
canIUse(WINDOW_SESSION_MANAGER);
|
|
298
|
+
this.registerKeyboardHeightListener();
|
|
299
|
+
this.registerNativeWillListeners();
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
private stopKeyboardObserver(): void {
|
|
303
|
+
this.unregisterNativeWillListeners();
|
|
304
|
+
if (this.currentWindow && this.keyboardHeightListenerRegistered) {
|
|
305
|
+
try {
|
|
306
|
+
this.currentWindow.off('keyboardHeightChange', this.keyboardHeightChangeHandler);
|
|
307
|
+
} catch (exception) {
|
|
308
|
+
Logger.error('Failed to close keyboardHeightChange. Cause: ' + JSON.stringify(exception));
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
this.keyboardHeightListenerRegistered = false;
|
|
312
|
+
this.setKeyboardAvoidModeEnabled(false);
|
|
313
|
+
this.currentWindow = undefined;
|
|
314
|
+
this.keyboardHeight = 0;
|
|
315
|
+
this.keyboardStatus = KeyboardStatusType.HIDE;
|
|
316
|
+
this.currentKeyboardAnimationDuration = 0;
|
|
317
|
+
this.supportsNativeWillEvents = false;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
private registerKeyboardHeightListener(): void {
|
|
321
|
+
if (!this.currentWindow || this.keyboardHeightListenerRegistered) {
|
|
322
|
+
return;
|
|
323
|
+
}
|
|
324
|
+
try {
|
|
325
|
+
this.currentWindow.on('keyboardHeightChange', this.keyboardHeightChangeHandler);
|
|
326
|
+
this.keyboardHeightListenerRegistered = true;
|
|
327
|
+
} catch (exception) {
|
|
328
|
+
Logger.error('Failed to enable keyboardHeightChange. Cause: ' + JSON.stringify(exception));
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
private registerNativeWillListeners(): void {
|
|
333
|
+
if (!this.currentWindow || !this.supportsNativeWillEvents ||
|
|
334
|
+
this.nativeWillShowListenerRegistered || this.nativeWillHideListenerRegistered) {
|
|
335
|
+
return;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
try {
|
|
339
|
+
this.currentWindow.on('keyboardWillShow', this.keyboardWillShowHandler);
|
|
340
|
+
this.nativeWillShowListenerRegistered = true;
|
|
341
|
+
this.currentWindow.on('keyboardWillHide', this.keyboardWillHideHandler);
|
|
342
|
+
this.nativeWillHideListenerRegistered = true;
|
|
343
|
+
} catch (exception) {
|
|
344
|
+
this.unregisterNativeWillListeners();
|
|
345
|
+
this.supportsNativeWillEvents = false;
|
|
346
|
+
Logger.error('Native keyboard will events unavailable; using confirmed-state fallback. Cause: ' +
|
|
347
|
+
JSON.stringify(exception));
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
private unregisterNativeWillListeners(): void {
|
|
352
|
+
if (!this.currentWindow) {
|
|
353
|
+
this.nativeWillShowListenerRegistered = false;
|
|
354
|
+
this.nativeWillHideListenerRegistered = false;
|
|
355
|
+
return;
|
|
356
|
+
}
|
|
357
|
+
if (this.nativeWillShowListenerRegistered) {
|
|
358
|
+
try {
|
|
359
|
+
this.currentWindow.off('keyboardWillShow', this.keyboardWillShowHandler);
|
|
360
|
+
} catch (exception) {
|
|
361
|
+
Logger.error('Failed to close keyboardWillShow. Cause: ' + JSON.stringify(exception));
|
|
362
|
+
}
|
|
363
|
+
this.nativeWillShowListenerRegistered = false;
|
|
364
|
+
}
|
|
365
|
+
if (this.nativeWillHideListenerRegistered) {
|
|
366
|
+
try {
|
|
367
|
+
this.currentWindow.off('keyboardWillHide', this.keyboardWillHideHandler);
|
|
368
|
+
} catch (exception) {
|
|
369
|
+
Logger.error('Failed to close keyboardWillHide. Cause: ' + JSON.stringify(exception));
|
|
370
|
+
}
|
|
371
|
+
this.nativeWillHideListenerRegistered = false;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
private getKeyboardDurationFromKeyboardInfo(info: window.KeyboardInfo): number {
|
|
376
|
+
if (info.animated === false) {
|
|
377
|
+
return 0;
|
|
378
|
+
}
|
|
379
|
+
const duration = info.config?.duration;
|
|
380
|
+
return typeof duration === 'number' && duration >= 0 ? duration : 0;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
__onDestroy__(): void {
|
|
384
|
+
this.enabled = false;
|
|
385
|
+
++this.observerGeneration;
|
|
386
|
+
this.stopKeyboardObserver();
|
|
387
|
+
this.cleanUpCallbacks.forEach((callback) => callback());
|
|
388
|
+
this.cleanUpCallbacks = [];
|
|
389
|
+
super.__onDestroy__();
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
private setKeyboardAvoidModeEnabled(enabled: boolean): void {
|
|
393
|
+
if (!this.currentWindow) {
|
|
394
|
+
return;
|
|
395
|
+
}
|
|
396
|
+
try {
|
|
397
|
+
const uiContext = this.currentWindow.getUIContext();
|
|
398
|
+
if (enabled) {
|
|
399
|
+
if (!this.keyboardAvoidModeControlled) {
|
|
400
|
+
this.previousKeyboardAvoidMode = uiContext.getKeyboardAvoidMode();
|
|
401
|
+
this.keyboardAvoidModeControlled = true;
|
|
402
|
+
}
|
|
403
|
+
uiContext.setKeyboardAvoidMode(KeyboardAvoidMode.NONE);
|
|
404
|
+
} else if (this.keyboardAvoidModeControlled) {
|
|
405
|
+
if (this.previousKeyboardAvoidMode !== undefined) {
|
|
406
|
+
uiContext.setKeyboardAvoidMode(this.previousKeyboardAvoidMode);
|
|
407
|
+
}
|
|
408
|
+
this.previousKeyboardAvoidMode = undefined;
|
|
409
|
+
this.keyboardAvoidModeControlled = false;
|
|
410
|
+
}
|
|
411
|
+
} catch (exception) {
|
|
412
|
+
Logger.error('Failed to update KeyboardAvoidMode. Cause: ' + JSON.stringify(exception));
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
private getKeyboardAppearance(): string {
|
|
417
|
+
const colorMode = this.context.config.colorMode;
|
|
418
|
+
if (colorMode == ConfigurationConstant.ColorMode.COLOR_MODE_DARK) {
|
|
419
|
+
return "dark";
|
|
420
|
+
}
|
|
421
|
+
else if (colorMode == ConfigurationConstant.ColorMode.COLOR_MODE_LIGHT) {
|
|
422
|
+
return "light";
|
|
423
|
+
}
|
|
424
|
+
return "default";
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
private async setWindowLayoutFullScreen(preserveEdgeToEdge:boolean){
|
|
428
|
+
let windowInstance: window.Window | undefined = undefined;
|
|
429
|
+
windowInstance = await window.getLastWindow(this.context);
|
|
430
|
+
try {
|
|
431
|
+
let promise = windowInstance.setWindowLayoutFullScreen(preserveEdgeToEdge);
|
|
432
|
+
promise.then(() => {
|
|
433
|
+
Logger.info('Succeeded in setWindowLayoutFullScreen .' + preserveEdgeToEdge);
|
|
434
|
+
}).catch((err: BusinessError) => {
|
|
435
|
+
Logger.error(`Failed to setWindowLayoutFullScreen. Cause code: ${err.code}, message: ${err.message}`);
|
|
436
|
+
});
|
|
437
|
+
} catch (exception) {
|
|
438
|
+
Logger.error(`Failed to setWindowLayoutFullScreen. Cause code: ${exception.code}, message: ${exception.message}`);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}
|