harmony 鸿蒙js-apidiff-misc
Change Type | Old Version | New Version | d.ts File |
---|---|---|---|
Deleted | Class name: InputMethodSetting; Method or attribute name: on(type: ‘imeShow’ |‘imeHide’, callback: (info: Array<InputWindowInfo>) => void): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodSetting; Method or attribute name: off(type: ‘imeShow’ |‘imeHide’, callback?: (info: Array<InputWindowInfo>) => void): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: on(type: ‘deleteLeft’ |‘deleteRight’, callback: (length: number) => void): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: on(type: ‘sendKeyboardStatus’, callback: (keyBoardStatus: KeyboardStatus) => void): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: off(type: ‘selectByRange’): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: off(type: ‘selectByMovement’): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: off(type: ‘insertText’): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: off(type: ‘deleteLeft’ |‘deleteRight’): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: off(type: ‘sendKeyboardStatus’): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: off(type: ‘sendFunctionKey’): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: off(type: ‘moveCursor’): void; |
NA | @ohos.inputMethod.d.ts |
Deleted | Class name: InputMethodController; Method or attribute name: off(type: ‘handleExtendAction’): void; |
NA | @ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodSetting; Method or attribute name: on(type: ‘imeShow’, callback: (info: Array<InputWindowInfo>) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodSetting; Method or attribute name: on(type: ‘imeHide’, callback: (info: Array<InputWindowInfo>) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodSetting; Method or attribute name: off(type: ‘imeShow’, callback?: (info: Array<InputWindowInfo>) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodSetting; Method or attribute name: off(type: ‘imeHide’, callback?: (info: Array<InputWindowInfo>) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: on(type: ‘deleteLeft’, callback: (length: number) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: on(type: ‘deleteRight’, callback: (length: number) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: on(type: ‘sendKeyboardStatus’, callback: (keyboardStatus: KeyboardStatus) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: on(type: ‘getLeftTextOfCursor’, callback: (length: number) => string): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: on(type: ‘getRightTextOfCursor’, callback: (length: number) => string): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: on(type: ‘getTextIndexAtCursor’, callback: () => number): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘selectByRange’, callback?: Callback<Range>): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘selectByMovement’, callback?: Callback<Movement>): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘insertText’, callback?: (text: string) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘deleteLeft’, callback?: (length: number) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘deleteRight’, callback?: (length: number) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘sendKeyboardStatus’, callback?: (keyboardStatus: KeyboardStatus) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘sendFunctionKey’, callback?: (functionKey: FunctionKey) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘moveCursor’, callback?: (direction: Direction) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘handleExtendAction’, callback?: (action: ExtendAction) => void): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘getLeftTextOfCursor’, callback?: (length: number) => string): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘getRightTextOfCursor’, callback?: (length: number) => string): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: InputMethodController; Method or attribute name: off(type: ‘getTextIndexAtCursor’, callback?: () => number): void; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: TextConfig; Method or attribute name: cursorInfo?: CursorInfo; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: TextConfig; Method or attribute name: selection?: Range; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: TextConfig; Method or attribute name: windowId?: number; |
@ohos.inputMethod.d.ts |
Added | NA | Class name: KeyboardDelegate; Method or attribute name: on(type: ‘keyEvent’, callback: (event: InputKeyEvent) => boolean): void; |
@ohos.inputMethodEngine.d.ts |
Added | NA | Class name: KeyboardDelegate; Method or attribute name: on(type: ‘editorAttributeChanged’, callback: (attr: EditorAttribute) => void): void; |
@ohos.inputMethodEngine.d.ts |
Added | NA | Class name: KeyboardDelegate; Method or attribute name: off(type: ‘keyEvent’, callback?: (event: InputKeyEvent) => boolean): void; |
@ohos.inputMethodEngine.d.ts |
Added | NA | Class name: KeyboardDelegate; Method or attribute name: off(type: ‘editorAttributeChanged’, callback?: (attr: EditorAttribute) => void): void; |
@ohos.inputMethodEngine.d.ts |
Added | NA | Class name: wallpaper; Method or attribute name: function setCustomWallpaper(source: string, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void; |
@ohos.wallpaper.d.ts |
Added | NA | Class name: wallpaper; Method or attribute name: function setCustomWallpaper(source: string, wallpaperType: WallpaperType): Promise<void>; |
@ohos.wallpaper.d.ts |
Added | NA | Class name: WallpaperExtensionAbility; Method or attribute name: onCreate(want: object): void; |
@ohos.WallpaperExtensionAbility.d.ts |
Added | NA | Class name: WallpaperExtensionAbility; Method or attribute name: onWallpaperChange(wallpaperType: number): void; |
@ohos.WallpaperExtensionAbility.d.ts |
Added | NA | Class name: WallpaperExtensionAbility; Method or attribute name: onDestroy(): void; |
@ohos.WallpaperExtensionAbility.d.ts |
Error code changed | Class name: wallpaper; Method or attribute name: function off( type: ‘wallpaperChange’, callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType, uri?: string) => void ): void; Old version information: 202 |
Class name: wallpaper; Method or attribute name: function off( type: ‘wallpaperChange’, callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType, uri?: string) => void ): void; New version information: 401,202 |
@ohos.wallpaper.d.ts |
Type changed | Class name: InputMethodProperty; Method or attribute name: readonly labelId?: number; Old version information: |
Class name: InputMethodProperty; Method or attribute name: readonly labelId?: number; New version information: ?number |
@ohos.inputMethod.d.ts |
Type changed | Class name: InputMethodProperty; Method or attribute name: readonly iconId?: number; Old version information: |
Class name: InputMethodProperty; Method or attribute name: readonly iconId?: number; New version information: ?number |
@ohos.inputMethod.d.ts |
Type changed | Class name: Movement; Method or attribute name: direction: Direction; Old version information: number |
Class name: Movement; Method or attribute name: direction: Direction; New version information: Direction |
@ohos.inputMethod.d.ts |
Type changed | Class name: TextConfig; Method or attribute name: inputAttribute: InputAttribute; Old version information: |
Class name: TextConfig; Method or attribute name: inputAttribute: InputAttribute; New version information: InputAttribute |
@ohos.inputMethod.d.ts |
Type changed | Class name: Movement; Method or attribute name: direction: Direction; Old version information: number |
Class name: Movement; Method or attribute name: direction: Direction; New version information: Direction |
@ohos.inputMethodEngine.d.ts |
Type changed | Class name: InputMethodSubtype; Method or attribute name: readonly labelId?: number; Old version information: |
Class name: InputMethodSubtype; Method or attribute name: readonly labelId?: number; New version information: ?number |
@ohos.InputMethodSubtype.d.ts |
Function changed | Class name: Panel; Method or attribute name: on(type: ‘show’ |‘hide’, callback: () => void): void; |
Class name: Panel; Method or attribute name: on(type: ‘show’, callback: () => void): void; |
@ohos.inputMethodEngine.d.ts |
Function changed | Class name: Panel; Method or attribute name: on(type: ‘show’ |‘hide’, callback: () => void): void; |
Class name: Panel; Method or attribute name: on(type: ‘hide’, callback: () => void): void; |
@ohos.inputMethodEngine.d.ts |
Function changed | Class name: Panel; Method or attribute name: off(type: ‘show’ |‘hide’, callback?: () => void): void; |
Class name: Panel; Method or attribute name: off(type: ‘show’, callback?: () => void): void; |
@ohos.inputMethodEngine.d.ts |
Function changed | Class name: Panel; Method or attribute name: off(type: ‘show’ |‘hide’, callback?: () => void): void; |
Class name: Panel; Method or attribute name: off(type: ‘hide’, callback?: () => void): void; |
@ohos.inputMethodEngine.d.ts |
Function changed | Class name: wallpaper; Method or attribute name: function on( type: ‘wallpaperChange’, callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void ): void; |
Class name: wallpaper; Method or attribute name: function on( type: ‘wallpaperChange’, callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType, uri?: string) => void ): void; |
@ohos.wallpaper.d.ts |
Function changed | Class name: wallpaper; Method or attribute name: function off( type: ‘wallpaperChange’, callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void ): void; |
Class name: wallpaper; Method or attribute name: function off( type: ‘wallpaperChange’, callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType, uri?: string) => void ): void; |
@ohos.wallpaper.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-application
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦