harmony 鸿蒙js-apidiff-arkui
Change Type | Old Version | New Version | d.ts File |
---|---|---|---|
Added | NA | Class name: CanvasPattern; Method or attribute name: setTransform(transform?: Matrix2D): void; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: scaleX?: number; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: rotateY?: number; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: rotateX?: number; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: scaleY?: number; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: translateX?: number; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: translateY?: number; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: identity(): Matrix2D; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: invert(): Matrix2D; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: multiply(other?: Matrix2D): Matrix2D; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: rotate(rx?: number, ry?: number): Matrix2D; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: translate(tx?: number, ty?: number): Matrix2D; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: scale(sx?: number, sy?: number): Matrix2D; |
canvaspattern.d.ts |
Added | NA | Class name: Matrix2D; Method or attribute name: constructor(); |
canvaspattern.d.ts |
Added | NA | Class name: AnimatorResult; Method or attribute name: reset(options: AnimatorOptions): void; |
@ohos.animator.d.ts |
Added | NA | Class name: Animator; Method or attribute name: static create(options: AnimatorOptions): AnimatorResult; |
@ohos.animator.d.ts |
Added | NA | Class name: curves; Method or attribute name: function initCurve(curve?: Curve): ICurve; |
@ohos.curves.d.ts |
Added | NA | Class name: curves; Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve; |
@ohos.curves.d.ts |
Added | NA | Class name: curves; Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve; |
@ohos.curves.d.ts |
Added | NA | Class name: curves; Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve; |
@ohos.curves.d.ts |
Added | NA | Class name: curves; Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve; |
@ohos.curves.d.ts |
Added | NA | Class name: curves; Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve; |
@ohos.curves.d.ts |
Added | NA | Class name: ICurve; Method or attribute name: interpolate(fraction : number) : number; |
@ohos.curves.d.ts |
Added | NA | Class name: font; Method or attribute name: function registerFont(options: FontOptions):void; |
@ohos.font.d.ts |
Added | NA | Class name: FontOptions; Method or attribute name: familyName: string; |
@ohos.font.d.ts |
Added | NA | Class name: FontOptions; Method or attribute name: familySrc: string; |
@ohos.font.d.ts |
Added | NA | Class name: MeasureOptions; Method or attribute name: textContent: string; |
@ohos.measure.d.ts |
Added | NA | Class name: MeasureOptions; Method or attribute name: fontSize?: number |string |Resource; |
@ohos.measure.d.ts |
Added | NA | Class name: MeasureOptions; Method or attribute name: fontStyle?: number |FontStyle; |
@ohos.measure.d.ts |
Added | NA | Class name: MeasureOptions; Method or attribute name: fontWeight?: number |string |FontWeight; |
@ohos.measure.d.ts |
Added | NA | Class name: MeasureOptions; Method or attribute name: fontFamily?: string |Resource; |
@ohos.measure.d.ts |
Added | NA | Class name: MeasureOptions; Method or attribute name: letterSpacing?: number |string; |
@ohos.measure.d.ts |
Added | NA | Class name: MeasureText; Method or attribute name: static measureText(options: MeasureOptions): number; |
@ohos.measure.d.ts |
Added | NA | Class name: pluginComponentManager; Method or attribute name: function push(param: PushParameterForStage, callback: AsyncCallback<void>): void; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: pluginComponentManager; Method or attribute name: function request(param: RequestParameterForStage, callback: AsyncCallback<RequestCallbackParameters>): void; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: PushParameterForStage; Method or attribute name: owner: Want; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: RequestParameterForStage; Method or attribute name: owner: Want; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: PushParameterForStage; Method or attribute name: target: Want; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: RequestParameterForStage; Method or attribute name: target: Want; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: PushParameterForStage; Method or attribute name: name: string; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: RequestParameterForStage; Method or attribute name: name: string; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: PushParameterForStage; Method or attribute name: data: KVObject; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: RequestParameterForStage; Method or attribute name: data: KVObject; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: PushParameterForStage; Method or attribute name: extraData: KVObject; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: PushParameterForStage; Method or attribute name: jsonPath?: string; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: RequestParameterForStage; Method or attribute name: jsonPath?: string; |
@ohos.pluginComponent.d.ts |
Added | NA | Class name: promptAction; Method or attribute name: function showToast(options: ShowToastOptions):void; |
@ohos.promptAction.d.ts |
Added | NA | Class name: promptAction; Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>):void; |
@ohos.promptAction.d.ts |
Added | NA | Class name: promptAction; Method or attribute name: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>; |
@ohos.promptAction.d.ts |
Added | NA | Class name: promptAction; Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>):void; |
@ohos.promptAction.d.ts |
Added | NA | Class name: promptAction; Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ShowToastOptions; Method or attribute name: message: string |Resource; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ShowToastOptions; Method or attribute name: duration?: number; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ShowToastOptions; Method or attribute name: bottom?: string |number; |
@ohos.promptAction.d.ts |
Added | NA | Class name: Button; Method or attribute name: text: string |Resource; |
@ohos.promptAction.d.ts |
Added | NA | Class name: Button; Method or attribute name: color: string |Resource; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ShowDialogSuccessResponse; Method or attribute name: index: number; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ActionMenuSuccessResponse; Method or attribute name: index: number; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ShowDialogOptions; Method or attribute name: title?: string |Resource; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ActionMenuOptions; Method or attribute name: title?: string |Resource; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ShowDialogOptions; Method or attribute name: message?: string |Resource; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ShowDialogOptions; Method or attribute name: buttons?: [Button, Button?, Button?]; |
@ohos.promptAction.d.ts |
Added | NA | Class name: ActionMenuOptions; Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?]; |
@ohos.promptAction.d.ts |
Added | NA | Class name: router; Method or attribute name: function pushUrl(options: RouterOptions, callback: AsyncCallback<void>):void; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function pushUrl(options: RouterOptions): Promise<void>; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>):void; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function replaceUrl(options: RouterOptions, callback: AsyncCallback<void>):void; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function replaceUrl(options: RouterOptions): Promise<void>; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>):void; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function replaceUrl(options: RouterOptions, mode: RouterMode): Promise<void>; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function showAlertBeforeBackPage(options: EnableAlertOptions):void; |
@ohos.router.d.ts |
Added | NA | Class name: router; Method or attribute name: function hideAlertBeforeBackPage():void; |
@ohos.router.d.ts |
Added | NA | Class name: RouterMode; Method or attribute name: Standard |
@ohos.router.d.ts |
Added | NA | Class name: RouterMode; Method or attribute name: Single |
@ohos.router.d.ts |
Deprecated version changed | Class name: AnimatorResult; Method or attribute name: update(options: AnimatorOptions): void; Old version: |
Class name: AnimatorResult; Method or attribute name: update(options: AnimatorOptions): void; New version: 9 Substitute API: ohos.animator.reset |
@ohos.animator.d.ts |
Deprecated version changed | Class name: Animator; Method or attribute name: static createAnimator(options: AnimatorOptions): AnimatorResult; Old version: |
Class name: Animator; Method or attribute name: static createAnimator(options: AnimatorOptions): AnimatorResult; New version: 9 Substitute API: ohos.animator.create |
@ohos.animator.d.ts |
Deprecated version changed | Class name: curves; Method or attribute name: function init(curve?: Curve): string; Old version: |
Class name: curves; Method or attribute name: function init(curve?: Curve): string; New version: 9 Substitute API: initCurve |
@ohos.curves.d.ts |
Deprecated version changed | Class name: curves; Method or attribute name: function steps(count: number, end: boolean): string; Old version: |
Class name: curves; Method or attribute name: function steps(count: number, end: boolean): string; New version: 9 Substitute API: stepsCurve |
@ohos.curves.d.ts |
Deprecated version changed | Class name: curves; Method or attribute name: function cubicBezier(x1: number, y1: number, x2: number, y2: number): string; Old version: |
Class name: curves; Method or attribute name: function cubicBezier(x1: number, y1: number, x2: number, y2: number): string; New version: 9 Substitute API: cubicBezierCurve |
@ohos.curves.d.ts |
Deprecated version changed | Class name: curves; Method or attribute name: function spring(velocity: number, mass: number, stiffness: number, damping: number): string; Old version: |
Class name: curves; Method or attribute name: function spring(velocity: number, mass: number, stiffness: number, damping: number): string; New version: 9 Substitute API: springCurve |
@ohos.curves.d.ts |
Deprecated version changed | Class name: prompt; Method or attribute name: declare prompt Old version: |
Class name: prompt; Method or attribute name: declare prompt New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: prompt; Method or attribute name: function showToast(options: ShowToastOptions):void; Old version: |
Class name: prompt; Method or attribute name: function showToast(options: ShowToastOptions):void; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: prompt; Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>):void; Old version: |
Class name: prompt; Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>):void; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: prompt; Method or attribute name: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>; Old version: |
Class name: prompt; Method or attribute name: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: prompt; Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>):void; Old version: |
Class name: prompt; Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>):void; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: prompt; Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>; Old version: |
Class name: prompt; Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowToastOptions; Method or attribute name: interface ShowToastOptions Old version: |
Class name: ShowToastOptions; Method or attribute name: interface ShowToastOptions New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowToastOptions; Method or attribute name: message: string; Old version: |
Class name: ShowToastOptions; Method or attribute name: message: string; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowToastOptions; Method or attribute name: duration?: number; Old version: |
Class name: ShowToastOptions; Method or attribute name: duration?: number; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowToastOptions; Method or attribute name: bottom?: string |number; Old version: |
Class name: ShowToastOptions; Method or attribute name: bottom?: string |number; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: Button; Method or attribute name: interface Button Old version: |
Class name: Button; Method or attribute name: interface Button New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: Button; Method or attribute name: text: string; Old version: |
Class name: Button; Method or attribute name: text: string; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: Button; Method or attribute name: color: string; Old version: |
Class name: Button; Method or attribute name: color: string; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowDialogSuccessResponse; Method or attribute name: interface ShowDialogSuccessResponse Old version: |
Class name: ShowDialogSuccessResponse; Method or attribute name: interface ShowDialogSuccessResponse New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowDialogSuccessResponse; Method or attribute name: index: number; Old version: |
Class name: ShowDialogSuccessResponse; Method or attribute name: index: number; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ActionMenuSuccessResponse; Method or attribute name: index: number; Old version: |
Class name: ActionMenuSuccessResponse; Method or attribute name: index: number; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowDialogOptions; Method or attribute name: interface ShowDialogOptions Old version: |
Class name: ShowDialogOptions; Method or attribute name: interface ShowDialogOptions New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowDialogOptions; Method or attribute name: title?: string; Old version: |
Class name: ShowDialogOptions; Method or attribute name: title?: string; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ActionMenuOptions; Method or attribute name: title?: string; Old version: |
Class name: ActionMenuOptions; Method or attribute name: title?: string; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowDialogOptions; Method or attribute name: message?: string; Old version: |
Class name: ShowDialogOptions; Method or attribute name: message?: string; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ShowDialogOptions; Method or attribute name: buttons?: [Button, Button?, Button?]; Old version: |
Class name: ShowDialogOptions; Method or attribute name: buttons?: [Button, Button?, Button?]; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ActionMenuSuccessResponse; Method or attribute name: interface ActionMenuSuccessResponse Old version: |
Class name: ActionMenuSuccessResponse; Method or attribute name: interface ActionMenuSuccessResponse New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ActionMenuOptions; Method or attribute name: interface ActionMenuOptions Old version: |
Class name: ActionMenuOptions; Method or attribute name: interface ActionMenuOptions New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: ActionMenuOptions; Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?]; Old version: |
Class name: ActionMenuOptions; Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?]; New version: 9 Substitute API: ohos.promptAction |
@ohos.prompt.d.ts |
Deprecated version changed | Class name: router; Method or attribute name: function push(options: RouterOptions):void; Old version: |
Class name: router; Method or attribute name: function push(options: RouterOptions):void; New version: 9 Substitute API: ohos.router.router#pushUrl |
@ohos.router.d.ts |
Deprecated version changed | Class name: router; Method or attribute name: function replace(options: RouterOptions):void; Old version: |
Class name: router; Method or attribute name: function replace(options: RouterOptions):void; New version: 9 Substitute API: ohos.router.router#replaceUrl |
@ohos.router.d.ts |
Deprecated version changed | Class name: router; Method or attribute name: function enableAlertBeforeBackPage(options: EnableAlertOptions):void; Old version: |
Class name: router; Method or attribute name: function enableAlertBeforeBackPage(options: EnableAlertOptions):void; New version: 9 Substitute API: ohos.router.router#showAlertBeforeBackPage |
@ohos.router.d.ts |
Deprecated version changed | Class name: router; Method or attribute name: function disableAlertBeforeBackPage():void; Old version: |
Class name: router; Method or attribute name: function disableAlertBeforeBackPage():void; New version: 9 Substitute API: ohos.router.router#hideAlertBeforeBackPage |
@ohos.router.d.ts |
Deprecated version changed | Class name: RouterOptions; Method or attribute name: export interface RouterOptions Old version: 8, please use @ohos.router instead. |
Class name: RouterOptions; Method or attribute name: export interface RouterOptions New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: RouterOptions; Method or attribute name: uri: string; Old version: 8, please use @ohos.router instead. |
Class name: RouterOptions; Method or attribute name: uri: string; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: RouterOptions; Method or attribute name: params?: Object; Old version: 8, please use @ohos.router instead. |
Class name: RouterOptions; Method or attribute name: params?: Object; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: BackRouterOptions; Method or attribute name: params?: Object; Old version: 8, please use @ohos.router instead. |
Class name: BackRouterOptions; Method or attribute name: params?: Object; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: BackRouterOptions; Method or attribute name: export interface BackRouterOptions Old version: 8, please use @ohos.router instead. |
Class name: BackRouterOptions; Method or attribute name: export interface BackRouterOptions New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: BackRouterOptions; Method or attribute name: uri?: string; Old version: 8, please use @ohos.router instead. |
Class name: BackRouterOptions; Method or attribute name: uri?: string; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: RouterState; Method or attribute name: export interface RouterState Old version: 8, please use @ohos.router instead. |
Class name: RouterState; Method or attribute name: export interface RouterState New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: RouterState; Method or attribute name: index: number; Old version: 8, please use @ohos.router instead. |
Class name: RouterState; Method or attribute name: index: number; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: RouterState; Method or attribute name: name: string; Old version: 8, please use @ohos.router instead. |
Class name: RouterState; Method or attribute name: name: string; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: RouterState; Method or attribute name: path: string; Old version: 8, please use @ohos.router instead. |
Class name: RouterState; Method or attribute name: path: string; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: export interface EnableAlertBeforeBackPageOptions Old version: 8, please use @ohos.router instead. |
Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: export interface EnableAlertBeforeBackPageOptions New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: message: string; Old version: 8, please use @ohos.router instead. |
Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: message: string; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: success?: (errMsg: string) => void; Old version: 8, please use @ohos.router instead. |
Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: success?: (errMsg: string) => void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: DisableAlertBeforeBackPageOptions; Method or attribute name: success?: (errMsg: string) => void; Old version: 8, please use @ohos.router instead. |
Class name: DisableAlertBeforeBackPageOptions; Method or attribute name: success?: (errMsg: string) => void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: cancel?: (errMsg: string) => void; Old version: 8, please use @ohos.router instead. |
Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: cancel?: (errMsg: string) => void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: DisableAlertBeforeBackPageOptions; Method or attribute name: cancel?: (errMsg: string) => void; Old version: 8, please use @ohos.router instead. |
Class name: DisableAlertBeforeBackPageOptions; Method or attribute name: cancel?: (errMsg: string) => void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: complete?: () => void; Old version: 8, please use @ohos.router instead. |
Class name: EnableAlertBeforeBackPageOptions; Method or attribute name: complete?: () => void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: DisableAlertBeforeBackPageOptions; Method or attribute name: complete?: () => void; Old version: 8, please use @ohos.router instead. |
Class name: DisableAlertBeforeBackPageOptions; Method or attribute name: complete?: () => void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: DisableAlertBeforeBackPageOptions; Method or attribute name: export interface DisableAlertBeforeBackPageOptions Old version: 8, please use @ohos.router instead. |
Class name: DisableAlertBeforeBackPageOptions; Method or attribute name: export interface DisableAlertBeforeBackPageOptions New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: export default class Router Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: export default class Router New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static push(options: RouterOptions): void; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static push(options: RouterOptions): void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static replace(options: RouterOptions): void; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static replace(options: RouterOptions): void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static back(options?: BackRouterOptions): void; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static back(options?: BackRouterOptions): void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static getParams(): ParamsInterface; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static getParams(): ParamsInterface; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static clear(): void; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static clear(): void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static getLength(): string; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static getLength(): string; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static getState(): RouterState; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static getState(): RouterState; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static enableAlertBeforeBackPage(options: EnableAlertBeforeBackPageOptions): void; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static enableAlertBeforeBackPage(options: EnableAlertBeforeBackPageOptions): void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: Router; Method or attribute name: static disableAlertBeforeBackPage(options?: DisableAlertBeforeBackPageOptions): void; Old version: 8, please use @ohos.router instead. |
Class name: Router; Method or attribute name: static disableAlertBeforeBackPage(options?: DisableAlertBeforeBackPageOptions): void; New version: 8 Substitute API: @ohos.router |
@system.router.d.ts |
Deprecated version changed | Class name: CommonMethod; Method or attribute name: touchable(value: boolean): T; Old version: |
Class name: CommonMethod; Method or attribute name: touchable(value: boolean): T; New version: 9 Substitute API: hitTestBehavior |
common.d.ts |
Access level changed | Class name: sourcefile; Method or attribute name: export declare function getInspectorByKey(id: string): string; Old version: systemapi |
Class name: sourcefile; Method or attribute name: export declare function getInspectorByKey(id: string): string; New version: |
global.d.ts |
Access level changed | Class name: sourcefile; Method or attribute name: export declare function getInspectorTree(): Object; Old version: systemapi |
Class name: sourcefile; Method or attribute name: export declare function getInspectorTree(): Object; New version: |
global.d.ts |
Access level changed | Class name: sourcefile; Method or attribute name: export declare function sendEventByKey(id: string, action: number, params: string): boolean; Old version: systemapi |
Class name: sourcefile; Method or attribute name: export declare function sendEventByKey(id: string, action: number, params: string): boolean; New version: |
global.d.ts |
Access level changed | Class name: sourcefile; Method or attribute name: export declare function sendTouchEvent(event: TouchObject): boolean; Old version: systemapi |
Class name: sourcefile; Method or attribute name: export declare function sendTouchEvent(event: TouchObject): boolean; New version: |
global.d.ts |
Access level changed | Class name: sourcefile; Method or attribute name: export declare function sendKeyEvent(event: KeyEvent): boolean; Old version: systemapi |
Class name: sourcefile; Method or attribute name: export declare function sendKeyEvent(event: KeyEvent): boolean; New version: |
global.d.ts |
Access level changed | Class name: sourcefile; Method or attribute name: export declare function sendMouseEvent(event: MouseEvent): boolean; Old version: systemapi |
Class name: sourcefile; Method or attribute name: export declare function sendMouseEvent(event: MouseEvent): boolean; New version: |
global.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: interface PreviewParams Old version: systemapi |
Class name: PreviewParams; Method or attribute name: interface PreviewParams New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: title?: string; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: title?: string; New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: width?: number; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: width?: number; New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: height?: number; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: height?: number; New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: locale?: string; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: locale?: string; New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: colorMode?: string; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: colorMode?: string; New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: deviceType?: string; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: deviceType?: string; New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: dpi?: number; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: dpi?: number; New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: orientation?: string; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: orientation?: string; New version: |
common.d.ts |
Access level changed | Class name: PreviewParams; Method or attribute name: roundScreen?: boolean; Old version: systemapi |
Class name: PreviewParams; Method or attribute name: roundScreen?: boolean; New version: |
common.d.ts |
Access level changed | Class name: CommonShapeMethod; Method or attribute name: constructor(); Old version: |
Class name: CommonShapeMethod; Method or attribute name: constructor(); New version: systemapi |
common.d.ts |
Type changed | Class name: AnimatorOptions; Method or attribute name: duration: number; Old version: |
Class name: AnimatorOptions; Method or attribute name: duration: number; New version: number |
@ohos.animator.d.ts |
Type changed | Class name: AnimatorOptions; Method or attribute name: easing: string; Old version: |
Class name: AnimatorOptions; Method or attribute name: easing: string; New version: string |
@ohos.animator.d.ts |
Type changed | Class name: AnimatorOptions; Method or attribute name: delay: number; Old version: |
Class name: AnimatorOptions; Method or attribute name: delay: number; New version: number |
@ohos.animator.d.ts |
Type changed | Class name: AnimatorOptions; Method or attribute name: fill: “none” |“forwards” |“backwards” |“both”; Old version: |
Class name: AnimatorOptions; Method or attribute name: fill: “none” |“forwards” |“backwards” |“both”; New version: string |
@ohos.animator.d.ts |
Type changed | Class name: AnimatorOptions; Method or attribute name: direction: “normal” |“reverse” |“alternate” |“alternate-reverse”; Old version: |
Class name: AnimatorOptions; Method or attribute name: direction: “normal” |“reverse” |“alternate” |“alternate-reverse”; New version: string |
@ohos.animator.d.ts |
Type changed | Class name: AnimatorOptions; Method or attribute name: iterations: number; Old version: |
Class name: AnimatorOptions; Method or attribute name: iterations: number; New version: number |
@ohos.animator.d.ts |
Type changed | Class name: AnimatorOptions; Method or attribute name: begin: number; Old version: |
Class name: AnimatorOptions; Method or attribute name: begin: number; New version: number |
@ohos.animator.d.ts |
Type changed | Class name: AnimatorOptions; Method or attribute name: end: number; Old version: |
Class name: AnimatorOptions; Method or attribute name: end: number; New version: number |
@ohos.animator.d.ts |
Type changed | Class name: ShowToastOptions; Method or attribute name: message: string; Old version: |
Class name: ShowToastOptions; Method or attribute name: message: string; New version: string |
@ohos.prompt.d.ts |
Type changed | Class name: Button; Method or attribute name: text: string; Old version: |
Class name: Button; Method or attribute name: text: string; New version: string |
@ohos.prompt.d.ts |
Type changed | Class name: Button; Method or attribute name: color: string; Old version: |
Class name: Button; Method or attribute name: color: string; New version: string |
@ohos.prompt.d.ts |
Type changed | Class name: ShowDialogOptions; Method or attribute name: title?: string; Old version: |
Class name: ShowDialogOptions; Method or attribute name: title?: string; New version: string |
@ohos.prompt.d.ts |
Type changed | Class name: ActionMenuOptions; Method or attribute name: title?: string; Old version: |
Class name: ActionMenuOptions; Method or attribute name: title?: string; New version: string |
@ohos.prompt.d.ts |
Type changed | Class name: ShowDialogOptions; Method or attribute name: message?: string; Old version: |
Class name: ShowDialogOptions; Method or attribute name: message?: string; New version: string |
@ohos.prompt.d.ts |
Type changed | Class name: RouterOptions; Method or attribute name: url: string; Old version: |
Class name: RouterOptions; Method or attribute name: url: string; New version: string |
@ohos.router.d.ts |
Type changed | Class name: RouterOptions; Method or attribute name: params?: Object; Old version: |
Class name: RouterOptions; Method or attribute name: params?: Object; New version: Object |
@ohos.router.d.ts |
Type changed | Class name: RouterState; Method or attribute name: index: number; Old version: |
Class name: RouterState; Method or attribute name: index: number; New version: number |
@ohos.router.d.ts |
Type changed | Class name: RouterState; Method or attribute name: name: string; Old version: |
Class name: RouterState; Method or attribute name: name: string; New version: string |
@ohos.router.d.ts |
Type changed | Class name: RouterState; Method or attribute name: path: string; Old version: |
Class name: RouterState; Method or attribute name: path: string; New version: string |
@ohos.router.d.ts |
Type changed | Class name: EnableAlertOptions; Method or attribute name: message: string; Old version: |
Class name: EnableAlertOptions; Method or attribute name: message: string; New version: string |
@ohos.router.d.ts |
Type changed | Class name: AnimateParam; Method or attribute name: curve?: Curve |string |ICurve; Old version: |
Class name: AnimateParam; Method or attribute name: curve?: Curve |string |ICurve; New version: string |Curve |ICurve |
common.d.ts |
Function changed | Class name: sourcefile; Method or attribute name: export declare function getInspectorTree(): string; |
Class name: sourcefile; Method or attribute name: export declare function getInspectorTree(): Object; |
global.d.ts |
Widget support changed | Class name: console; Method or attribute name: export declare class console Old version: |
Class name: console; Method or attribute name: export declare class console New version: form |
global.d.ts |
Widget support changed | Class name: console; Method or attribute name: static debug(message: string, …arguments: any[]): void; Old version: |
Class name: console; Method or attribute name: static debug(message: string, …arguments: any[]): void; New version: form |
global.d.ts |
Widget support changed | Class name: console; Method or attribute name: static log(message: string, …arguments: any[]): void; Old version: |
Class name: console; Method or attribute name: static log(message: string, …arguments: any[]): void; New version: form |
global.d.ts |
Widget support changed | Class name: console; Method or attribute name: static info(message: string, …arguments: any[]): void; Old version: |
Class name: console; Method or attribute name: static info(message: string, …arguments: any[]): void; New version: form |
global.d.ts |
Widget support changed | Class name: console; Method or attribute name: static warn(message: string, …arguments: any[]): void; Old version: |
Class name: console; Method or attribute name: static warn(message: string, …arguments: any[]): void; New version: form |
global.d.ts |
Widget support changed | Class name: console; Method or attribute name: static error(message: string, …arguments: any[]): void; Old version: |
Class name: console; Method or attribute name: static error(message: string, …arguments: any[]): void; New version: form |
global.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function $r(value: string, …params: any[]): Resource; Old version: |
Class name: sourcefile; Method or attribute name: declare function $r(value: string, …params: any[]): Resource; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function $rawfile(value: string): Resource; Old version: |
Class name: sourcefile; Method or attribute name: declare function $rawfile(value: string): Resource; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function animateTo(value: AnimateParam, event: () => void): void; Old version: |
Class name: sourcefile; Method or attribute name: declare function animateTo(value: AnimateParam, event: () => void): void; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function vp2px(value: number): number; Old version: |
Class name: sourcefile; Method or attribute name: declare function vp2px(value: number): number; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function px2vp(value: number): number; Old version: |
Class name: sourcefile; Method or attribute name: declare function px2vp(value: number): number; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function fp2px(value: number): number; Old version: |
Class name: sourcefile; Method or attribute name: declare function fp2px(value: number): number; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function px2fp(value: number): number; Old version: |
Class name: sourcefile; Method or attribute name: declare function px2fp(value: number): number; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function lpx2px(value: number): number; Old version: |
Class name: sourcefile; Method or attribute name: declare function lpx2px(value: number): number; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare function px2lpx(value: number): number; Old version: |
Class name: sourcefile; Method or attribute name: declare function px2lpx(value: number): number; New version: form |
common.d.ts |
Widget support changed | Class name: sourcefile; Method or attribute name: declare type CustomBuilder = (() => any) |void; Old version: |
Class name: sourcefile; Method or attribute name: declare type CustomBuilder = (() => any) |void; New version: form |
common.d.ts |
Widget support changed | Class name: Configuration; Method or attribute name: declare interface Configuration Old version: |
Class name: Configuration; Method or attribute name: declare interface Configuration New version: form |
common.d.ts |
Widget support changed | Class name: Configuration; Method or attribute name: readonly colorMode: string; Old version: |
Class name: Configuration; Method or attribute name: readonly colorMode: string; New version: form |
common.d.ts |
Widget support changed | Class name: Configuration; Method or attribute name: readonly fontScale: number; Old version: |
Class name: Configuration; Method or attribute name: readonly fontScale: number; New version: form |
common.d.ts |
Widget support changed | Class name: Rectangle; Method or attribute name: declare interface Rectangle Old version: |
Class name: Rectangle; Method or attribute name: declare interface Rectangle New version: form |
common.d.ts |
Widget support changed | Class name: Rectangle; Method or attribute name: x?: Length; Old version: |
Class name: Rectangle; Method or attribute name: x?: Length; New version: form |
common.d.ts |
Widget support changed | Class name: Rectangle; Method or attribute name: y?: Length; Old version: |
Class name: Rectangle; Method or attribute name: y?: Length; New version: form |
common.d.ts |
Widget support changed | Class name: Rectangle; Method or attribute name: width?: Length; Old version: |
Class name: Rectangle; Method or attribute name: width?: Length; New version: form |
common.d.ts |
Widget support changed | Class name: Rectangle; Method or attribute name: height?: Length; Old version: |
Class name: Rectangle; Method or attribute name: height?: Length; New version: form |
common.d.ts |
Widget support changed | Class name: AnimateParam; Method or attribute name: declare interface AnimateParam Old version: |
Class name: AnimateParam; Method or attribute name: declare interface AnimateParam New version: form |
common.d.ts |
Widget support changed | Class name: AnimateParam; Method or attribute name: duration?: number; Old version: |
Class name: AnimateParam; Method or attribute name: duration?: number; New version: form |
common.d.ts |
Widget support changed | Class name: AnimateParam; Method or attribute name: curve?: Curve |string |ICurve; Old version: |
Class name: AnimateParam; Method or attribute name: curve?: Curve |string |ICurve; New version: form |
common.d.ts |
Widget support changed | Class name: AnimateParam; Method or attribute name: playMode?: PlayMode; Old version: |
Class name: AnimateParam; Method or attribute name: playMode?: PlayMode; New version: form |
common.d.ts |
Widget support changed | Class name: AnimateParam; Method or attribute name: onFinish?: () => void; Old version: |
Class name: AnimateParam; Method or attribute name: onFinish?: () => void; New version: form |
common.d.ts |
Widget support changed | Class name: TranslateOptions; Method or attribute name: declare interface TranslateOptions Old version: |
Class name: TranslateOptions; Method or attribute name: declare interface TranslateOptions New version: form |
common.d.ts |
Widget support changed | Class name: TranslateOptions; Method or attribute name: x?: number |string; Old version: |
Class name: TranslateOptions; Method or attribute name: x?: number |string; New version: form |
common.d.ts |
Widget support changed | Class name: TranslateOptions; Method or attribute name: y?: number |string; Old version: |
Class name: TranslateOptions; Method or attribute name: y?: number |string; New version: form |
common.d.ts |
Widget support changed | Class name: TranslateOptions; Method or attribute name: z?: number |string; Old version: |
Class name: TranslateOptions; Method or attribute name: z?: number |string; New version: form |
common.d.ts |
Widget support changed | Class name: ScaleOptions; Method or attribute name: declare interface ScaleOptions Old version: |
Class name: ScaleOptions; Method or attribute name: declare interface ScaleOptions New version: form |
common.d.ts |
Widget support changed | Class name: ScaleOptions; Method or attribute name: x?: number; Old version: |
Class name: ScaleOptions; Method or attribute name: x?: number; New version: form |
common.d.ts |
Widget support changed | Class name: RotateOptions; Method or attribute name: x?: number; Old version: |
Class name: RotateOptions; Method or attribute name: x?: number; New version: form |
common.d.ts |
Widget support changed | Class name: ScaleOptions; Method or attribute name: y?: number; Old version: |
Class name: ScaleOptions; Method or attribute name: y?: number; New version: form |
common.d.ts |
Widget support changed | Class name: RotateOptions; Method or attribute name: y?: number; Old version: |
Class name: RotateOptions; Method or attribute name: y?: number; New version: form |
common.d.ts |
Widget support changed | Class name: ScaleOptions; Method or attribute name: z?: number; Old version: |
Class name: ScaleOptions; Method or attribute name: z?: number; New version: form |
common.d.ts |
Widget support changed | Class name: RotateOptions; Method or attribute name: z?: number; Old version: |
Class name: RotateOptions; Method or attribute name: z?: number; New version: form |
common.d.ts |
Widget support changed | Class name: ScaleOptions; Method or attribute name: centerX?: number |string; Old version: |
Class name: ScaleOptions; Method or attribute name: centerX?: number |string; New version: form |
common.d.ts |
Widget support changed | Class name: RotateOptions; Method or attribute name: centerX?: number |string; Old version: |
Class name: RotateOptions; Method or attribute name: centerX?: number |string; New version: form |
common.d.ts |
Widget support changed | Class name: ScaleOptions; Method or attribute name: centerY?: number |string; Old version: |
Class name: ScaleOptions; Method or attribute name: centerY?: number |string; New version: form |
common.d.ts |
Widget support changed | Class name: RotateOptions; Method or attribute name: centerY?: number |string; Old version: |
Class name: RotateOptions; Method or attribute name: centerY?: number |string; New version: form |
common.d.ts |
Widget support changed | Class name: RotateOptions; Method or attribute name: declare interface RotateOptions Old version: |
Class name: RotateOptions; Method or attribute name: declare interface RotateOptions New version: form |
common.d.ts |
Widget support changed | Class name: RotateOptions; Method or attribute name: angle: number |string; Old version: |
Class name: RotateOptions; Method or attribute name: angle: number |string; New version: form |
common.d.ts |
Widget support changed | Class name: TransitionOptions; Method or attribute name: declare interface TransitionOptions Old version: |
Class name: TransitionOptions; Method or attribute name: declare interface TransitionOptions New version: form |
common.d.ts |
Widget support changed | Class name: TransitionOptions; Method or attribute name: type?: TransitionType; Old version: |
Class name: TransitionOptions; Method or attribute name: type?: TransitionType; New version: form |
common.d.ts |
Widget support changed | Class name: TransitionOptions; Method or attribute name: opacity?: number; Old version: |
Class name: TransitionOptions; Method or attribute name: opacity?: number; New version: form |
common.d.ts |
Widget support changed | Class name: TransitionOptions; Method or attribute name: translate?: TranslateOptions; Old version: |
Class name: TransitionOptions; Method or attribute name: translate?: TranslateOptions; New version: form |
common.d.ts |
Widget support changed | Class name: TransitionOptions; Method or attribute name: scale?: ScaleOptions; Old version: |
Class name: TransitionOptions; Method or attribute name: scale?: ScaleOptions; New version: form |
common.d.ts |
Widget support changed | Class name: TransitionOptions; Method or attribute name: rotate?: RotateOptions; Old version: |
Class name: TransitionOptions; Method or attribute name: rotate?: RotateOptions; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: interface PreviewParams Old version: |
Class name: PreviewParams; Method or attribute name: interface PreviewParams New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: title?: string; Old version: |
Class name: PreviewParams; Method or attribute name: title?: string; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: width?: number; Old version: |
Class name: PreviewParams; Method or attribute name: width?: number; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: height?: number; Old version: |
Class name: PreviewParams; Method or attribute name: height?: number; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: locale?: string; Old version: |
Class name: PreviewParams; Method or attribute name: locale?: string; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: colorMode?: string; Old version: |
Class name: PreviewParams; Method or attribute name: colorMode?: string; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: deviceType?: string; Old version: |
Class name: PreviewParams; Method or attribute name: deviceType?: string; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: dpi?: number; Old version: |
Class name: PreviewParams; Method or attribute name: dpi?: number; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: orientation?: string; Old version: |
Class name: PreviewParams; Method or attribute name: orientation?: string; New version: form |
common.d.ts |
Widget support changed | Class name: PreviewParams; Method or attribute name: roundScreen?: boolean; Old version: |
Class name: PreviewParams; Method or attribute name: roundScreen?: boolean; New version: form |
common.d.ts |
Widget support changed | Class name: EventTarget; Method or attribute name: declare interface EventTarget Old version: |
Class name: EventTarget; Method or attribute name: declare interface EventTarget New version: form |
common.d.ts |
Widget support changed | Class name: EventTarget; Method or attribute name: area: Area; Old version: |
Class name: EventTarget; Method or attribute name: area: Area; New version: form |
common.d.ts |
Widget support changed | Class name: BaseEvent; Method or attribute name: declare interface BaseEvent Old version: |
Class name: BaseEvent; Method or attribute name: declare interface BaseEvent New version: form |
common.d.ts |
Widget support changed | Class name: BaseEvent; Method or attribute name: target: EventTarget; Old version: |
Class name: BaseEvent; Method or attribute name: target: EventTarget; New version: form |
common.d.ts |
Widget support changed | Class name: BaseEvent; Method or attribute name: timestamp: number; Old version: |
Class name: BaseEvent; Method or attribute name: timestamp: number; New version: form |
common.d.ts |
Widget support changed | Class name: BaseEvent; Method or attribute name: source: SourceType; Old version: |
Class name: BaseEvent; Method or attribute name: source: SourceType; New version: form |
common.d.ts |
Widget support changed | Class name: ClickEvent; Method or attribute name: declare interface ClickEvent Old version: |
Class name: ClickEvent; Method or attribute name: declare interface ClickEvent New version: form |
common.d.ts |
Widget support changed | Class name: ClickEvent; Method or attribute name: screenX: number; Old version: |
Class name: ClickEvent; Method or attribute name: screenX: number; New version: form |
common.d.ts |
Widget support changed | Class name: ClickEvent; Method or attribute name: screenY: number; Old version: |
Class name: ClickEvent; Method or attribute name: screenY: number; New version: form |
common.d.ts |
Widget support changed | Class name: ClickEvent; Method or attribute name: x: number; Old version: |
Class name: ClickEvent; Method or attribute name: x: number; New version: form |
common.d.ts |
Widget support changed | Class name: ClickEvent; Method or attribute name: y: number; Old version: |
Class name: ClickEvent; Method or attribute name: y: number; New version: form |
common.d.ts |
Widget support changed | Class name: StateStyles; Method or attribute name: declare interface StateStyles Old version: |
Class name: StateStyles; Method or attribute name: declare interface StateStyles New version: form |
common.d.ts |
Widget support changed | Class name: StateStyles; Method or attribute name: normal?: any; Old version: |
Class name: StateStyles; Method or attribute name: normal?: any; New version: form |
common.d.ts |
Widget support changed | Class name: StateStyles; Method or attribute name: pressed?: any; Old version: |
Class name: StateStyles; Method or attribute name: pressed?: any; New version: form |
common.d.ts |
Widget support changed | Class name: StateStyles; Method or attribute name: disabled?: any; Old version: |
Class name: StateStyles; Method or attribute name: disabled?: any; New version: form |
common.d.ts |
Widget support changed | Class name: StateStyles; Method or attribute name: focused?: any; Old version: |
Class name: StateStyles; Method or attribute name: focused?: any; New version: form |
common.d.ts |
Widget support changed | Class name: StateStyles; Method or attribute name: clicked?: any; Old version: |
Class name: StateStyles; Method or attribute name: clicked?: any; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: declare class CommonMethod Old version: |
Class name: CommonMethod; Method or attribute name: declare class CommonMethod New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: constructor(); Old version: |
Class name: CommonMethod; Method or attribute name: constructor(); New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: constructor(); Old version: |
Class name: CommonShapeMethod; Method or attribute name: constructor(); New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: width(value: Length): T; Old version: |
Class name: CommonMethod; Method or attribute name: width(value: Length): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: height(value: Length): T; Old version: |
Class name: CommonMethod; Method or attribute name: height(value: Length): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: responseRegion(value: Array<Rectangle> |Rectangle): T; Old version: |
Class name: CommonMethod; Method or attribute name: responseRegion(value: Array<Rectangle> |Rectangle): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: size(value: SizeOptions): T; Old version: |
Class name: CommonMethod; Method or attribute name: size(value: SizeOptions): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: constraintSize(value: ConstraintSizeOptions): T; Old version: |
Class name: CommonMethod; Method or attribute name: constraintSize(value: ConstraintSizeOptions): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: layoutWeight(value: number |string): T; Old version: |
Class name: CommonMethod; Method or attribute name: layoutWeight(value: number |string): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: padding(value: Padding |Length): T; Old version: |
Class name: CommonMethod; Method or attribute name: padding(value: Padding |Length): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: margin(value: Margin |Length): T; Old version: |
Class name: CommonMethod; Method or attribute name: margin(value: Margin |Length): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: backgroundColor(value: ResourceColor): T; Old version: |
Class name: CommonMethod; Method or attribute name: backgroundColor(value: ResourceColor): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T; Old version: |
Class name: CommonMethod; Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: backgroundImageSize(value: SizeOptions |ImageSize): T; Old version: |
Class name: CommonMethod; Method or attribute name: backgroundImageSize(value: SizeOptions |ImageSize): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: backgroundImagePosition(value: Position |Alignment): T; Old version: |
Class name: CommonMethod; Method or attribute name: backgroundImagePosition(value: Position |Alignment): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: opacity(value: number |Resource): T; Old version: |
Class name: CommonMethod; Method or attribute name: opacity(value: number |Resource): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: border(value: BorderOptions): T; Old version: |
Class name: CommonMethod; Method or attribute name: border(value: BorderOptions): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: borderStyle(value: BorderStyle): T; Old version: |
Class name: CommonMethod; Method or attribute name: borderStyle(value: BorderStyle): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: borderWidth(value: Length): T; Old version: |
Class name: CommonMethod; Method or attribute name: borderWidth(value: Length): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: borderColor(value: ResourceColor): T; Old version: |
Class name: CommonMethod; Method or attribute name: borderColor(value: ResourceColor): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: borderRadius(value: Length): T; Old version: |
Class name: CommonMethod; Method or attribute name: borderRadius(value: Length): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: onClick(event: (event?: ClickEvent) => void): T; Old version: |
Class name: CommonMethod; Method or attribute name: onClick(event: (event?: ClickEvent) => void): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: animation(value: AnimateParam): T; Old version: |
Class name: CommonMethod; Method or attribute name: animation(value: AnimateParam): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: transition(value: TransitionOptions): T; Old version: |
Class name: CommonMethod; Method or attribute name: transition(value: TransitionOptions): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: blur(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: blur(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: brightness(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: brightness(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: contrast(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: contrast(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: grayscale(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: grayscale(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: colorBlend(value: Color |string |Resource): T; Old version: |
Class name: CommonMethod; Method or attribute name: colorBlend(value: Color |string |Resource): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: saturate(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: saturate(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: sepia(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: sepia(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: invert(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: invert(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: hueRotate(value: number |string): T; Old version: |
Class name: CommonMethod; Method or attribute name: hueRotate(value: number |string): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: backdropBlur(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: backdropBlur(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: translate(value: TranslateOptions): T; Old version: |
Class name: CommonMethod; Method or attribute name: translate(value: TranslateOptions): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: scale(value: ScaleOptions): T; Old version: |
Class name: CommonMethod; Method or attribute name: scale(value: ScaleOptions): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: rotate(value: RotateOptions): T; Old version: |
Class name: CommonMethod; Method or attribute name: rotate(value: RotateOptions): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: onAppear(event: () => void): T; Old version: |
Class name: CommonMethod; Method or attribute name: onAppear(event: () => void): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: onDisAppear(event: () => void): T; Old version: |
Class name: CommonMethod; Method or attribute name: onDisAppear(event: () => void): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: visibility(value: Visibility): T; Old version: |
Class name: CommonMethod; Method or attribute name: visibility(value: Visibility): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: flexGrow(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: flexGrow(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: flexShrink(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: flexShrink(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: flexBasis(value: number |string): T; Old version: |
Class name: CommonMethod; Method or attribute name: flexBasis(value: number |string): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: alignSelf(value: ItemAlign): T; Old version: |
Class name: CommonMethod; Method or attribute name: alignSelf(value: ItemAlign): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: displayPriority(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: displayPriority(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: zIndex(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: zIndex(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: direction(value: Direction): T; Old version: |
Class name: CommonMethod; Method or attribute name: direction(value: Direction): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: align(value: Alignment): T; Old version: |
Class name: CommonMethod; Method or attribute name: align(value: Alignment): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: position(value: Position): T; Old version: |
Class name: CommonMethod; Method or attribute name: position(value: Position): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: markAnchor(value: Position): T; Old version: |
Class name: CommonMethod; Method or attribute name: markAnchor(value: Position): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: offset(value: Position): T; Old version: |
Class name: CommonMethod; Method or attribute name: offset(value: Position): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: enabled(value: boolean): T; Old version: |
Class name: CommonMethod; Method or attribute name: enabled(value: boolean): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: aspectRatio(value: number): T; Old version: |
Class name: CommonMethod; Method or attribute name: aspectRatio(value: number): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T; Old version: |
Class name: CommonMethod; Method or attribute name: overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: linearGradient(value: { angle?: number |string; direction?: GradientDirection; colors: Array<any>; repeating?: boolean; }): T; Old version: |
Class name: CommonMethod; Method or attribute name: linearGradient(value: { angle?: number |string; direction?: GradientDirection; colors: Array<any>; repeating?: boolean; }): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: sweepGradient(value: { center: Array<any>; start?: number |string; end?: number |string; rotation?: number |string; colors: Array<any>; repeating?: boolean; }): T; Old version: |
Class name: CommonMethod; Method or attribute name: sweepGradient(value: { center: Array<any>; start?: number |string; end?: number |string; rotation?: number |string; colors: Array<any>; repeating?: boolean; }): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: radialGradient(value: { center: Array<any>; radius: number |string; colors: Array<any>; repeating?: boolean }): T; Old version: |
Class name: CommonMethod; Method or attribute name: radialGradient(value: { center: Array<any>; radius: number |string; colors: Array<any>; repeating?: boolean }): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: shadow(value: { radius: number |Resource; color?: Color |string |Resource; offsetX?: number |Resource; offsetY?: number |Resource; }): T; Old version: |
Class name: CommonMethod; Method or attribute name: shadow(value: { radius: number |Resource; color?: Color |string |Resource; offsetX?: number |Resource; offsetY?: number |Resource; }): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: clip(value: boolean |CircleAttribute |EllipseAttribute |PathAttribute |RectAttribute): T; Old version: |
Class name: CommonMethod; Method or attribute name: clip(value: boolean |CircleAttribute |EllipseAttribute |PathAttribute |RectAttribute): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: mask(value: CircleAttribute |EllipseAttribute |PathAttribute |RectAttribute): T; Old version: |
Class name: CommonMethod; Method or attribute name: mask(value: CircleAttribute |EllipseAttribute |PathAttribute |RectAttribute): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: id(value: string): T; Old version: |
Class name: CommonMethod; Method or attribute name: id(value: string): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonMethod; Method or attribute name: stateStyles(value: StateStyles): T; Old version: |
Class name: CommonMethod; Method or attribute name: stateStyles(value: StateStyles): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonAttribute; Method or attribute name: declare class CommonAttribute Old version: |
Class name: CommonAttribute; Method or attribute name: declare class CommonAttribute New version: form |
common.d.ts |
Widget support changed | Class name: CommonInterface; Method or attribute name: interface CommonInterface Old version: |
Class name: CommonInterface; Method or attribute name: interface CommonInterface New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: declare class CommonShapeMethod Old version: |
Class name: CommonShapeMethod; Method or attribute name: declare class CommonShapeMethod New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: stroke(value: ResourceColor): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: stroke(value: ResourceColor): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: fill(value: ResourceColor): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: fill(value: ResourceColor): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: strokeDashOffset(value: number |string): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: strokeDashOffset(value: number |string): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: strokeLineCap(value: LineCapStyle): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: strokeLineCap(value: LineCapStyle): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: strokeLineJoin(value: LineJoinStyle): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: strokeLineJoin(value: LineJoinStyle): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: strokeMiterLimit(value: number |string): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: strokeMiterLimit(value: number |string): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: strokeOpacity(value: number |string |Resource): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: strokeOpacity(value: number |string |Resource): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: fillOpacity(value: number |string |Resource): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: fillOpacity(value: number |string |Resource): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: strokeWidth(value: Length): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: strokeWidth(value: Length): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: antiAlias(value: boolean): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: antiAlias(value: boolean): T; New version: form |
common.d.ts |
Widget support changed | Class name: CommonShapeMethod; Method or attribute name: strokeDashArray(value: Array<any>): T; Old version: |
Class name: CommonShapeMethod; Method or attribute name: strokeDashArray(value: Array<any>): T; New version: form |
common.d.ts |
Widget support changed | Class name: CustomComponent; Method or attribute name: declare class CustomComponent Old version: |
Class name: CustomComponent; Method or attribute name: declare class CustomComponent New version: form |
common.d.ts |
Widget support changed | Class name: CustomComponent; Method or attribute name: build(): void; Old version: |
Class name: CustomComponent; Method or attribute name: build(): void; New version: form |
common.d.ts |
Widget support changed | Class name: CustomComponent; Method or attribute name: aboutToAppear?(): void; Old version: |
Class name: CustomComponent; Method or attribute name: aboutToAppear?(): void; New version: form |
common.d.ts |
Widget support changed | Class name: CustomComponent; Method or attribute name: aboutToDisappear?(): void; Old version: |
Class name: CustomComponent; Method or attribute name: aboutToDisappear?(): void; New version: form |
common.d.ts |
Widget support changed | Class name: View; Method or attribute name: declare class View Old version: |
Class name: View; Method or attribute name: declare class View New version: form |
common.d.ts |
Widget support changed | Class name: View; Method or attribute name: create(value: any): any; Old version: |
Class name: View; Method or attribute name: create(value: any): any; New version: form |
common.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-accessibility
harmony 鸿蒙js-apidiff-application
harmony 鸿蒙js-apidiff-communication
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦