1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: InputMethodSetting<br>Method or attribute name: on(type: 'imeShow' \| 'imeHide', callback: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts| 4|Added|NA|Class name: InputMethodSetting<br>Method or attribute name: off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts| 5|Added|NA|Class name: InputMethodController<br>Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts| 6|Added|NA|Class name: InputMethodController<br>Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig): Promise\<void>;|@ohos.inputMethod.d.ts| 7|Added|NA|Class name: InputMethodController<br>Method or attribute name: showTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts| 8|Added|NA|Class name: InputMethodController<br>Method or attribute name: showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts| 9|Added|NA|Class name: InputMethodController<br>Method or attribute name: hideTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts| 10|Added|NA|Class name: InputMethodController<br>Method or attribute name: hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts| 11|Added|NA|Class name: InputMethodController<br>Method or attribute name: detach(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts| 12|Added|NA|Class name: InputMethodController<br>Method or attribute name: detach(): Promise\<void>;|@ohos.inputMethod.d.ts| 13|Added|NA|Class name: InputMethodController<br>Method or attribute name: setCallingWindow(windowId: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts| 14|Added|NA|Class name: InputMethodController<br>Method or attribute name: setCallingWindow(windowId: number): Promise\<void>;|@ohos.inputMethod.d.ts| 15|Added|NA|Class name: InputMethodController<br>Method or attribute name: updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts| 16|Added|NA|Class name: InputMethodController<br>Method or attribute name: updateCursor(cursorInfo: CursorInfo): Promise\<void>;|@ohos.inputMethod.d.ts| 17|Added|NA|Class name: InputMethodController<br>Method or attribute name: changeSelection(text: string, start: number, end: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts| 18|Added|NA|Class name: InputMethodController<br>Method or attribute name: changeSelection(text: string, start: number, end: number): Promise\<void>;|@ohos.inputMethod.d.ts| 19|Added|NA|Class name: InputMethodController<br>Method or attribute name: updateAttribute(attribute: InputAttribute, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts| 20|Added|NA|Class name: InputMethodController<br>Method or attribute name: updateAttribute(attribute: InputAttribute): Promise\<void>;|@ohos.inputMethod.d.ts| 21|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'selectByRange', callback: Callback\<Range>): void;|@ohos.inputMethod.d.ts| 22|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'selectByMovement', callback: Callback\<Movement>): void;|@ohos.inputMethod.d.ts| 23|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'selectByRange'): void;|@ohos.inputMethod.d.ts| 24|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'selectByMovement'): void;|@ohos.inputMethod.d.ts| 25|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts| 26|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'insertText'): void;|@ohos.inputMethod.d.ts| 27|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'deleteLeft' \| 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts| 28|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'deleteLeft' \| 'deleteRight'): void;|@ohos.inputMethod.d.ts| 29|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'sendKeyboardStatus', callback: (keyBoardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts| 30|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'sendKeyboardStatus'): void;|@ohos.inputMethod.d.ts| 31|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts| 32|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'sendFunctionKey'): void;|@ohos.inputMethod.d.ts| 33|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'moveCursor', callback: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts| 34|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'moveCursor'): void;|@ohos.inputMethod.d.ts| 35|Added|NA|Class name: InputMethodController<br>Method or attribute name: on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts| 36|Added|NA|Class name: InputMethodController<br>Method or attribute name: off(type: 'handleExtendAction'): void;|@ohos.inputMethod.d.ts| 37|Added|NA|Class name: InputMethodProperty<br>Method or attribute name: readonly labelId?: number;|@ohos.inputMethod.d.ts| 38|Added|NA|Class name: InputMethodProperty<br>Method or attribute name: extra?: object;|@ohos.inputMethod.d.ts| 39|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction|@ohos.inputMethod.d.ts| 40|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction<br>Method or attribute name: CURSOR_UP = 1|@ohos.inputMethod.d.ts| 41|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction<br>Method or attribute name: CURSOR_DOWN|@ohos.inputMethod.d.ts| 42|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction<br>Method or attribute name: CURSOR_LEFT|@ohos.inputMethod.d.ts| 43|Added|NA|Module name: ohos.inputMethod<br>Class name: Direction<br>Method or attribute name: CURSOR_RIGHT|@ohos.inputMethod.d.ts| 44|Added|NA|Module name: ohos.inputMethod<br>Class name: Range|@ohos.inputMethod.d.ts| 45|Added|NA|Module name: ohos.inputMethod<br>Class name: Range<br>Method or attribute name: start: number;|@ohos.inputMethod.d.ts| 46|Added|NA|Module name: ohos.inputMethod<br>Class name: Range<br>Method or attribute name: end: number;|@ohos.inputMethod.d.ts| 47|Added|NA|Module name: ohos.inputMethod<br>Class name: Movement|@ohos.inputMethod.d.ts| 48|Added|NA|Module name: ohos.inputMethod<br>Class name: Movement<br>Method or attribute name: direction: Direction;|@ohos.inputMethod.d.ts| 49|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType|@ohos.inputMethod.d.ts| 50|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: NONE = -1|@ohos.inputMethod.d.ts| 51|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: TEXT = 0|@ohos.inputMethod.d.ts| 52|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: MULTILINE|@ohos.inputMethod.d.ts| 53|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: NUMBER|@ohos.inputMethod.d.ts| 54|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: PHONE|@ohos.inputMethod.d.ts| 55|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: DATETIME|@ohos.inputMethod.d.ts| 56|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: EMAIL_ADDRESS|@ohos.inputMethod.d.ts| 57|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: URL|@ohos.inputMethod.d.ts| 58|Added|NA|Module name: ohos.inputMethod<br>Class name: TextInputType<br>Method or attribute name: VISIBLE_PASSWORD|@ohos.inputMethod.d.ts| 59|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType|@ohos.inputMethod.d.ts| 60|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: UNSPECIFIED = 0|@ohos.inputMethod.d.ts| 61|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: NONE|@ohos.inputMethod.d.ts| 62|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: GO|@ohos.inputMethod.d.ts| 63|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: SEARCH|@ohos.inputMethod.d.ts| 64|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: SEND|@ohos.inputMethod.d.ts| 65|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: NEXT|@ohos.inputMethod.d.ts| 66|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: DONE|@ohos.inputMethod.d.ts| 67|Added|NA|Module name: ohos.inputMethod<br>Class name: EnterKeyType<br>Method or attribute name: PREVIOUS|@ohos.inputMethod.d.ts| 68|Added|NA|Module name: ohos.inputMethod<br>Class name: KeyboardStatus|@ohos.inputMethod.d.ts| 69|Added|NA|Module name: ohos.inputMethod<br>Class name: KeyboardStatus<br>Method or attribute name: NONE = 0|@ohos.inputMethod.d.ts| 70|Added|NA|Module name: ohos.inputMethod<br>Class name: KeyboardStatus<br>Method or attribute name: HIDE = 1|@ohos.inputMethod.d.ts| 71|Added|NA|Module name: ohos.inputMethod<br>Class name: KeyboardStatus<br>Method or attribute name: SHOW = 2|@ohos.inputMethod.d.ts| 72|Added|NA|Module name: ohos.inputMethod<br>Class name: InputAttribute|@ohos.inputMethod.d.ts| 73|Added|NA|Module name: ohos.inputMethod<br>Class name: InputAttribute<br>Method or attribute name: textInputType: TextInputType;|@ohos.inputMethod.d.ts| 74|Added|NA|Module name: ohos.inputMethod<br>Class name: InputAttribute<br>Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts| 75|Added|NA|Module name: ohos.inputMethod<br>Class name: FunctionKey|@ohos.inputMethod.d.ts| 76|Added|NA|Module name: ohos.inputMethod<br>Class name: FunctionKey<br>Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts| 77|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo|@ohos.inputMethod.d.ts| 78|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo<br>Method or attribute name: left: number;|@ohos.inputMethod.d.ts| 79|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo<br>Method or attribute name: top: number;|@ohos.inputMethod.d.ts| 80|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo<br>Method or attribute name: width: number;|@ohos.inputMethod.d.ts| 81|Added|NA|Module name: ohos.inputMethod<br>Class name: CursorInfo<br>Method or attribute name: height: number;|@ohos.inputMethod.d.ts| 82|Added|NA|Module name: ohos.inputMethod<br>Class name: TextConfig|@ohos.inputMethod.d.ts| 83|Added|NA|Module name: ohos.inputMethod<br>Class name: TextConfig<br>Method or attribute name: inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts| 84|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction|@ohos.inputMethod.d.ts| 85|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethod.d.ts| 86|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: CUT = 3|@ohos.inputMethod.d.ts| 87|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: COPY = 4|@ohos.inputMethod.d.ts| 88|Added|NA|Module name: ohos.inputMethod<br>Class name: ExtendAction<br>Method or attribute name: PASTE = 5|@ohos.inputMethod.d.ts| 89|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo|@ohos.inputMethod.d.ts| 90|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: name: string;|@ohos.inputMethod.d.ts| 91|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: left: number;|@ohos.inputMethod.d.ts| 92|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: top: number;|@ohos.inputMethod.d.ts| 93|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: width: number;|@ohos.inputMethod.d.ts| 94|Added|NA|Module name: ohos.inputMethod<br>Class name: InputWindowInfo<br>Method or attribute name: height: number;|@ohos.inputMethod.d.ts| 95|Added|NA|Class name: InputMethodAbility<br>Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo, callback: AsyncCallback\<Panel>): void;|@ohos.inputMethodEngine.d.ts| 96|Added|NA|Class name: InputMethodAbility<br>Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo): Promise\<Panel>;|@ohos.inputMethodEngine.d.ts| 97|Added|NA|Class name: InputMethodAbility<br>Method or attribute name: destroyPanel(panel: Panel, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 98|Added|NA|Class name: InputMethodAbility<br>Method or attribute name: destroyPanel(panel: Panel): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 99|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: selectByRange(range: Range, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 100|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: selectByRange(range: Range): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 101|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: selectByMovement(movement: Movement, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 102|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: selectByMovement(movement: Movement): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 103|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getTextIndexAtCursor(callback: AsyncCallback\<number>): void;|@ohos.inputMethodEngine.d.ts| 104|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getTextIndexAtCursor(): Promise\<number>;|@ohos.inputMethodEngine.d.ts| 105|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendExtendAction(action: ExtendAction, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 106|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendExtendAction(action: ExtendAction): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 107|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel|@ohos.inputMethodEngine.d.ts| 108|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: setUiContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 109|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: setUiContent(path: string): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 110|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: setUiContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 111|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: setUiContent(path: string, storage: LocalStorage): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 112|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 113|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: resize(width: number, height: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 114|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 115|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 116|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: show(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 117|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: show(): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 118|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts| 119|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts| 120|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| 121|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| 122|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| 123|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| 124|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Panel<br>Method or attribute name: changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts| 125|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelFlag|@ohos.inputMethodEngine.d.ts| 126|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelFlag<br>Method or attribute name: FLG_FIXED = 0|@ohos.inputMethodEngine.d.ts| 127|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelFlag<br>Method or attribute name: FLG_FLOATING|@ohos.inputMethodEngine.d.ts| 128|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelType|@ohos.inputMethodEngine.d.ts| 129|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelType<br>Method or attribute name: SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts| 130|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelType<br>Method or attribute name: STATUS_BAR|@ohos.inputMethodEngine.d.ts| 131|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelInfo|@ohos.inputMethodEngine.d.ts| 132|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelInfo<br>Method or attribute name: type: PanelType;|@ohos.inputMethodEngine.d.ts| 133|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: PanelInfo<br>Method or attribute name: flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts| 134|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction|@ohos.inputMethodEngine.d.ts| 135|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction<br>Method or attribute name: CURSOR_UP = 1|@ohos.inputMethodEngine.d.ts| 136|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction<br>Method or attribute name: CURSOR_DOWN|@ohos.inputMethodEngine.d.ts| 137|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction<br>Method or attribute name: CURSOR_LEFT|@ohos.inputMethodEngine.d.ts| 138|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Direction<br>Method or attribute name: CURSOR_RIGHT|@ohos.inputMethodEngine.d.ts| 139|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Range|@ohos.inputMethodEngine.d.ts| 140|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Range<br>Method or attribute name: start: number;|@ohos.inputMethodEngine.d.ts| 141|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Range<br>Method or attribute name: end: number;|@ohos.inputMethodEngine.d.ts| 142|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Movement|@ohos.inputMethodEngine.d.ts| 143|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: Movement<br>Method or attribute name: direction: Direction;|@ohos.inputMethodEngine.d.ts| 144|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction|@ohos.inputMethodEngine.d.ts| 145|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts| 146|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute name: CUT = 3|@ohos.inputMethodEngine.d.ts| 147|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute name: COPY = 4|@ohos.inputMethodEngine.d.ts| 148|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: ExtendAction<br>Method or attribute name: PASTE = 5|@ohos.inputMethodEngine.d.ts| 149|Added|NA|Class name: InputMethodSubtype<br>Method or attribute name: readonly labelId?: number;|@ohos.InputMethodSubtype.d.ts| 150|Added|NA|Class name: InputMethodSubtype<br>Method or attribute name: extra?: object;|@ohos.InputMethodSubtype.d.ts| 151|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType|@ohos.wallpaper.d.ts| 152|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType<br>Method or attribute name: DEFAULT|@ohos.wallpaper.d.ts| 153|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType<br>Method or attribute name: PICTURE|@ohos.wallpaper.d.ts| 154|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType<br>Method or attribute name: VIDEO|@ohos.wallpaper.d.ts| 155|Added|NA|Module name: ohos.wallpaper<br>Class name: WallpaperResourceType<br>Method or attribute name: PACKAGE|@ohos.wallpaper.d.ts| 156|Added|NA|Class name: wallpaper<br>Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts| 157|Added|NA|Class name: wallpaper<br>Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts| 158|Added|NA|Class name: wallpaper<br>Method or attribute name: function on(<br><br> type: 'wallpaperChange',<br><br> callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void<br><br> ): void;|@ohos.wallpaper.d.ts| 159|Added|NA|Class name: wallpaper<br>Method or attribute name: function off(<br><br> type: 'wallpaperChange',<br><br> callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void<br><br> ): void;|@ohos.wallpaper.d.ts| 160|Permission added|Class name: screenLock<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| 161|Permission added|Class name: screenLock<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| 162|Permission added|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| 163|Permission added|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>Permission: N/A|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| 164