harmony 鸿蒙js-apidiff-arkui

  • 2023-06-24
  • 浏览 (245)

操作 旧版本 新版本 d.ts文件
新增 NA 类名:CanvasPattern;
方法or属性:setTransform(transform?: Matrix2D): void;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:scaleX?: number;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:rotateY?: number;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:rotateX?: number;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:scaleY?: number;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:translateX?: number;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:translateY?: number;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:identity(): Matrix2D;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:invert(): Matrix2D;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:multiply(other?: Matrix2D): Matrix2D;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:rotate(rx?: number, ry?: number): Matrix2D;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:translate(tx?: number, ty?: number): Matrix2D;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:scale(sx?: number, sy?: number): Matrix2D;
canvaspattern.d.ts
新增 NA 类名:Matrix2D;
方法or属性:constructor();
canvaspattern.d.ts
新增 NA 类名:AnimatorResult;
方法or属性:reset(options: AnimatorOptions): void;
@ohos.animator.d.ts
新增 NA 类名:Animator;
方法or属性:static create(options: AnimatorOptions): AnimatorResult;
@ohos.animator.d.ts
新增 NA 类名:curves;
方法or属性:function initCurve(curve?: Curve): ICurve;
@ohos.curves.d.ts
新增 NA 类名:curves;
方法or属性:function stepsCurve(count: number, end: boolean): ICurve;
@ohos.curves.d.ts
新增 NA 类名:curves;
方法or属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
@ohos.curves.d.ts
新增 NA 类名:curves;
方法or属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
@ohos.curves.d.ts
新增 NA 类名:curves;
方法or属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
@ohos.curves.d.ts
新增 NA 类名:curves;
方法or属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
@ohos.curves.d.ts
新增 NA 类名:ICurve;
方法or属性:interpolate(fraction : number) : number;
@ohos.curves.d.ts
新增 NA 类名:font;
方法or属性:function registerFont(options: FontOptions):void;
@ohos.font.d.ts
新增 NA 类名:FontOptions;
方法or属性:familyName: string;
@ohos.font.d.ts
新增 NA 类名:FontOptions;
方法or属性:familySrc: string;
@ohos.font.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:textContent: string;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:fontSize?: number |string |Resource;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:fontStyle?: number |FontStyle;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:fontWeight?: number |string |FontWeight;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:fontFamily?: string |Resource;
@ohos.measure.d.ts
新增 NA 类名:MeasureOptions;
方法or属性:letterSpacing?: number |string;
@ohos.measure.d.ts
新增 NA 类名:MeasureText;
方法or属性:static measureText(options: MeasureOptions): number;
@ohos.measure.d.ts
新增 NA 类名:pluginComponentManager;
方法or属性:function push(param: PushParameterForStage, callback: AsyncCallback<void>): void;
@ohos.pluginComponent.d.ts
新增 NA 类名:pluginComponentManager;
方法or属性:function request(param: RequestParameterForStage, callback: AsyncCallback<RequestCallbackParameters>): void;
@ohos.pluginComponent.d.ts
新增 NA 类名:PushParameterForStage;
方法or属性:owner: Want;
@ohos.pluginComponent.d.ts
新增 NA 类名:RequestParameterForStage;
方法or属性:owner: Want;
@ohos.pluginComponent.d.ts
新增 NA 类名:PushParameterForStage;
方法or属性:target: Want;
@ohos.pluginComponent.d.ts
新增 NA 类名:RequestParameterForStage;
方法or属性:target: Want;
@ohos.pluginComponent.d.ts
新增 NA 类名:PushParameterForStage;
方法or属性:name: string;
@ohos.pluginComponent.d.ts
新增 NA 类名:RequestParameterForStage;
方法or属性:name: string;
@ohos.pluginComponent.d.ts
新增 NA 类名:PushParameterForStage;
方法or属性:data: KVObject;
@ohos.pluginComponent.d.ts
新增 NA 类名:RequestParameterForStage;
方法or属性:data: KVObject;
@ohos.pluginComponent.d.ts
新增 NA 类名:PushParameterForStage;
方法or属性:extraData: KVObject;
@ohos.pluginComponent.d.ts
新增 NA 类名:PushParameterForStage;
方法or属性:jsonPath?: string;
@ohos.pluginComponent.d.ts
新增 NA 类名:RequestParameterForStage;
方法or属性:jsonPath?: string;
@ohos.pluginComponent.d.ts
新增 NA 类名:promptAction;
方法or属性:function showToast(options: ShowToastOptions):void;
@ohos.promptAction.d.ts
新增 NA 类名:promptAction;
方法or属性:function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>):void;
@ohos.promptAction.d.ts
新增 NA 类名:promptAction;
方法or属性:function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
@ohos.promptAction.d.ts
新增 NA 类名:promptAction;
方法or属性:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>):void;
@ohos.promptAction.d.ts
新增 NA 类名:promptAction;
方法or属性:function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
@ohos.promptAction.d.ts
新增 NA 类名:ShowToastOptions;
方法or属性:message: string |Resource;
@ohos.promptAction.d.ts
新增 NA 类名:ShowToastOptions;
方法or属性:duration?: number;
@ohos.promptAction.d.ts
新增 NA 类名:ShowToastOptions;
方法or属性:bottom?: string |number;
@ohos.promptAction.d.ts
新增 NA 类名:Button;
方法or属性:text: string |Resource;
@ohos.promptAction.d.ts
新增 NA 类名:Button;
方法or属性:color: string |Resource;
@ohos.promptAction.d.ts
新增 NA 类名:ShowDialogSuccessResponse;
方法or属性:index: number;
@ohos.promptAction.d.ts
新增 NA 类名:ActionMenuSuccessResponse;
方法or属性:index: number;
@ohos.promptAction.d.ts
新增 NA 类名:ShowDialogOptions;
方法or属性:title?: string |Resource;
@ohos.promptAction.d.ts
新增 NA 类名:ActionMenuOptions;
方法or属性:title?: string |Resource;
@ohos.promptAction.d.ts
新增 NA 类名:ShowDialogOptions;
方法or属性:message?: string |Resource;
@ohos.promptAction.d.ts
新增 NA 类名:ShowDialogOptions;
方法or属性:buttons?: [Button, Button?, Button?];
@ohos.promptAction.d.ts
新增 NA 类名:ActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
@ohos.promptAction.d.ts
新增 NA 类名:router;
方法or属性:function pushUrl(options: RouterOptions, callback: AsyncCallback<void>):void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function pushUrl(options: RouterOptions): Promise<void>;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>):void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function replaceUrl(options: RouterOptions, callback: AsyncCallback<void>):void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function replaceUrl(options: RouterOptions): Promise<void>;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>):void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function replaceUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function showAlertBeforeBackPage(options: EnableAlertOptions):void;
@ohos.router.d.ts
新增 NA 类名:router;
方法or属性:function hideAlertBeforeBackPage():void;
@ohos.router.d.ts
新增 NA 类名:RouterMode;
方法or属性:Standard
@ohos.router.d.ts
新增 NA 类名:RouterMode;
方法or属性:Single
@ohos.router.d.ts
废弃版本有变化 类名:AnimatorResult;
方法or属性:update(options: AnimatorOptions): void;
旧版本信息:
类名:AnimatorResult;
方法or属性:update(options: AnimatorOptions): void;
新版本信息:9
代替接口: ohos.animator.reset
@ohos.animator.d.ts
废弃版本有变化 类名:Animator;
方法or属性:static createAnimator(options: AnimatorOptions): AnimatorResult;
旧版本信息:
类名:Animator;
方法or属性:static createAnimator(options: AnimatorOptions): AnimatorResult;
新版本信息:9
代替接口: ohos.animator.create
@ohos.animator.d.ts
废弃版本有变化 类名:curves;
方法or属性:function init(curve?: Curve): string;
旧版本信息:
类名:curves;
方法or属性:function init(curve?: Curve): string;
新版本信息:9
代替接口: initCurve
@ohos.curves.d.ts
废弃版本有变化 类名:curves;
方法or属性:function steps(count: number, end: boolean): string;
旧版本信息:
类名:curves;
方法or属性:function steps(count: number, end: boolean): string;
新版本信息:9
代替接口: stepsCurve
@ohos.curves.d.ts
废弃版本有变化 类名:curves;
方法or属性:function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;
旧版本信息:
类名:curves;
方法or属性:function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;
新版本信息:9
代替接口: cubicBezierCurve
@ohos.curves.d.ts
废弃版本有变化 类名:curves;
方法or属性:function spring(velocity: number, mass: number, stiffness: number, damping: number): string;
旧版本信息:
类名:curves;
方法or属性:function spring(velocity: number, mass: number, stiffness: number, damping: number): string;
新版本信息:9
代替接口: springCurve
@ohos.curves.d.ts
废弃版本有变化 类名:prompt;
方法or属性:declare prompt
旧版本信息:
类名:prompt;
方法or属性:declare prompt
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:prompt;
方法or属性:function showToast(options: ShowToastOptions):void;
旧版本信息:
类名:prompt;
方法or属性:function showToast(options: ShowToastOptions):void;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:prompt;
方法or属性:function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>):void;
旧版本信息:
类名:prompt;
方法or属性:function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>):void;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:prompt;
方法or属性:function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
旧版本信息:
类名:prompt;
方法or属性:function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:prompt;
方法or属性:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>):void;
旧版本信息:
类名:prompt;
方法or属性:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>):void;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:prompt;
方法or属性:function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
旧版本信息:
类名:prompt;
方法or属性:function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowToastOptions;
方法or属性:interface ShowToastOptions
旧版本信息:
类名:ShowToastOptions;
方法or属性:interface ShowToastOptions
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowToastOptions;
方法or属性:message: string;
旧版本信息:
类名:ShowToastOptions;
方法or属性:message: string;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowToastOptions;
方法or属性:duration?: number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:duration?: number;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowToastOptions;
方法or属性:bottom?: string |number;
旧版本信息:
类名:ShowToastOptions;
方法or属性:bottom?: string |number;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:Button;
方法or属性:interface Button
旧版本信息:
类名:Button;
方法or属性:interface Button
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:Button;
方法or属性:text: string;
旧版本信息:
类名:Button;
方法or属性:text: string;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:Button;
方法or属性:color: string;
旧版本信息:
类名:Button;
方法or属性:color: string;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowDialogSuccessResponse;
方法or属性:interface ShowDialogSuccessResponse
旧版本信息:
类名:ShowDialogSuccessResponse;
方法or属性:interface ShowDialogSuccessResponse
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowDialogSuccessResponse;
方法or属性:index: number;
旧版本信息:
类名:ShowDialogSuccessResponse;
方法or属性:index: number;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ActionMenuSuccessResponse;
方法or属性:index: number;
旧版本信息:
类名:ActionMenuSuccessResponse;
方法or属性:index: number;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowDialogOptions;
方法or属性:interface ShowDialogOptions
旧版本信息:
类名:ShowDialogOptions;
方法or属性:interface ShowDialogOptions
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowDialogOptions;
方法or属性:title?: string;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:title?: string;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ActionMenuOptions;
方法or属性:title?: string;
旧版本信息:
类名:ActionMenuOptions;
方法or属性:title?: string;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowDialogOptions;
方法or属性:message?: string;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:message?: string;
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ShowDialogOptions;
方法or属性:buttons?: [Button, Button?, Button?];
旧版本信息:
类名:ShowDialogOptions;
方法or属性:buttons?: [Button, Button?, Button?];
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ActionMenuSuccessResponse;
方法or属性:interface ActionMenuSuccessResponse
旧版本信息:
类名:ActionMenuSuccessResponse;
方法or属性:interface ActionMenuSuccessResponse
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ActionMenuOptions;
方法or属性:interface ActionMenuOptions
旧版本信息:
类名:ActionMenuOptions;
方法or属性:interface ActionMenuOptions
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:ActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
旧版本信息:
类名:ActionMenuOptions;
方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
新版本信息:9
代替接口: ohos.promptAction
@ohos.prompt.d.ts
废弃版本有变化 类名:router;
方法or属性:function push(options: RouterOptions):void;
旧版本信息:
类名:router;
方法or属性:function push(options: RouterOptions):void;
新版本信息:9
代替接口: ohos.router.router#pushUrl
@ohos.router.d.ts
废弃版本有变化 类名:router;
方法or属性:function replace(options: RouterOptions):void;
旧版本信息:
类名:router;
方法or属性:function replace(options: RouterOptions):void;
新版本信息:9
代替接口: ohos.router.router#replaceUrl
@ohos.router.d.ts
废弃版本有变化 类名:router;
方法or属性:function enableAlertBeforeBackPage(options: EnableAlertOptions):void;
旧版本信息:
类名:router;
方法or属性:function enableAlertBeforeBackPage(options: EnableAlertOptions):void;
新版本信息:9
代替接口: ohos.router.router#showAlertBeforeBackPage
@ohos.router.d.ts
废弃版本有变化 类名:router;
方法or属性:function disableAlertBeforeBackPage():void;
旧版本信息:
类名:router;
方法or属性:function disableAlertBeforeBackPage():void;
新版本信息:9
代替接口: ohos.router.router#hideAlertBeforeBackPage
@ohos.router.d.ts
废弃版本有变化 类名:RouterOptions;
方法or属性:export interface RouterOptions
旧版本信息:8, please use @ohos.router instead.
类名:RouterOptions;
方法or属性:export interface RouterOptions
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:RouterOptions;
方法or属性:uri: string;
旧版本信息:8, please use @ohos.router instead.
类名:RouterOptions;
方法or属性:uri: string;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:RouterOptions;
方法or属性:params?: Object;
旧版本信息:8, please use @ohos.router instead.
类名:RouterOptions;
方法or属性:params?: Object;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:BackRouterOptions;
方法or属性:params?: Object;
旧版本信息:8, please use @ohos.router instead.
类名:BackRouterOptions;
方法or属性:params?: Object;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:BackRouterOptions;
方法or属性:export interface BackRouterOptions
旧版本信息:8, please use @ohos.router instead.
类名:BackRouterOptions;
方法or属性:export interface BackRouterOptions
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:BackRouterOptions;
方法or属性:uri?: string;
旧版本信息:8, please use @ohos.router instead.
类名:BackRouterOptions;
方法or属性:uri?: string;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:RouterState;
方法or属性:export interface RouterState
旧版本信息:8, please use @ohos.router instead.
类名:RouterState;
方法or属性:export interface RouterState
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:RouterState;
方法or属性:index: number;
旧版本信息:8, please use @ohos.router instead.
类名:RouterState;
方法or属性:index: number;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:RouterState;
方法or属性:name: string;
旧版本信息:8, please use @ohos.router instead.
类名:RouterState;
方法or属性:name: string;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:RouterState;
方法or属性:path: string;
旧版本信息:8, please use @ohos.router instead.
类名:RouterState;
方法or属性:path: string;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:export interface EnableAlertBeforeBackPageOptions
旧版本信息:8, please use @ohos.router instead.
类名:EnableAlertBeforeBackPageOptions;
方法or属性:export interface EnableAlertBeforeBackPageOptions
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:message: string;
旧版本信息:8, please use @ohos.router instead.
类名:EnableAlertBeforeBackPageOptions;
方法or属性:message: string;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:success?: (errMsg: string) => void;
旧版本信息:8, please use @ohos.router instead.
类名:EnableAlertBeforeBackPageOptions;
方法or属性:success?: (errMsg: string) => void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:DisableAlertBeforeBackPageOptions;
方法or属性:success?: (errMsg: string) => void;
旧版本信息:8, please use @ohos.router instead.
类名:DisableAlertBeforeBackPageOptions;
方法or属性:success?: (errMsg: string) => void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:cancel?: (errMsg: string) => void;
旧版本信息:8, please use @ohos.router instead.
类名:EnableAlertBeforeBackPageOptions;
方法or属性:cancel?: (errMsg: string) => void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:DisableAlertBeforeBackPageOptions;
方法or属性:cancel?: (errMsg: string) => void;
旧版本信息:8, please use @ohos.router instead.
类名:DisableAlertBeforeBackPageOptions;
方法or属性:cancel?: (errMsg: string) => void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:EnableAlertBeforeBackPageOptions;
方法or属性:complete?: () => void;
旧版本信息:8, please use @ohos.router instead.
类名:EnableAlertBeforeBackPageOptions;
方法or属性:complete?: () => void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:DisableAlertBeforeBackPageOptions;
方法or属性:complete?: () => void;
旧版本信息:8, please use @ohos.router instead.
类名:DisableAlertBeforeBackPageOptions;
方法or属性:complete?: () => void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:DisableAlertBeforeBackPageOptions;
方法or属性:export interface DisableAlertBeforeBackPageOptions
旧版本信息:8, please use @ohos.router instead.
类名:DisableAlertBeforeBackPageOptions;
方法or属性:export interface DisableAlertBeforeBackPageOptions
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:export default class Router
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:export default class Router
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static push(options: RouterOptions): void;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static push(options: RouterOptions): void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static replace(options: RouterOptions): void;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static replace(options: RouterOptions): void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static back(options?: BackRouterOptions): void;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static back(options?: BackRouterOptions): void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static getParams(): ParamsInterface;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static getParams(): ParamsInterface;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static clear(): void;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static clear(): void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static getLength(): string;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static getLength(): string;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static getState(): RouterState;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static getState(): RouterState;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static enableAlertBeforeBackPage(options: EnableAlertBeforeBackPageOptions): void;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static enableAlertBeforeBackPage(options: EnableAlertBeforeBackPageOptions): void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:Router;
方法or属性:static disableAlertBeforeBackPage(options?: DisableAlertBeforeBackPageOptions): void;
旧版本信息:8, please use @ohos.router instead.
类名:Router;
方法or属性:static disableAlertBeforeBackPage(options?: DisableAlertBeforeBackPageOptions): void;
新版本信息:8
代替接口: @ohos.router
@system.router.d.ts
废弃版本有变化 类名:CommonMethod;
方法or属性:touchable(value: boolean): T;
旧版本信息:
类名:CommonMethod;
方法or属性:touchable(value: boolean): T;
新版本信息:9
代替接口: hitTestBehavior
common.d.ts
访问级别有变化 类名:sourcefile;
方法or属性:export declare function getInspectorByKey(id: string): string;
旧版本信息:systemapi
类名:sourcefile;
方法or属性:export declare function getInspectorByKey(id: string): string;
新版本信息:
global.d.ts
访问级别有变化 类名:sourcefile;
方法or属性:export declare function getInspectorTree(): Object;
旧版本信息:systemapi
类名:sourcefile;
方法or属性:export declare function getInspectorTree(): Object;
新版本信息:
global.d.ts
访问级别有变化 类名:sourcefile;
方法or属性:export declare function sendEventByKey(id: string, action: number, params: string): boolean;
旧版本信息:systemapi
类名:sourcefile;
方法or属性:export declare function sendEventByKey(id: string, action: number, params: string): boolean;
新版本信息:
global.d.ts
访问级别有变化 类名:sourcefile;
方法or属性:export declare function sendTouchEvent(event: TouchObject): boolean;
旧版本信息:systemapi
类名:sourcefile;
方法or属性:export declare function sendTouchEvent(event: TouchObject): boolean;
新版本信息:
global.d.ts
访问级别有变化 类名:sourcefile;
方法or属性:export declare function sendKeyEvent(event: KeyEvent): boolean;
旧版本信息:systemapi
类名:sourcefile;
方法or属性:export declare function sendKeyEvent(event: KeyEvent): boolean;
新版本信息:
global.d.ts
访问级别有变化 类名:sourcefile;
方法or属性:export declare function sendMouseEvent(event: MouseEvent): boolean;
旧版本信息:systemapi
类名:sourcefile;
方法or属性:export declare function sendMouseEvent(event: MouseEvent): boolean;
新版本信息:
global.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:interface PreviewParams
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:interface PreviewParams
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:title?: string;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:title?: string;
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:width?: number;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:width?: number;
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:height?: number;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:height?: number;
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:locale?: string;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:locale?: string;
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:colorMode?: string;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:colorMode?: string;
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:deviceType?: string;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:deviceType?: string;
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:dpi?: number;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:dpi?: number;
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:orientation?: string;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:orientation?: string;
新版本信息:
common.d.ts
访问级别有变化 类名:PreviewParams;
方法or属性:roundScreen?: boolean;
旧版本信息:systemapi
类名:PreviewParams;
方法or属性:roundScreen?: boolean;
新版本信息:
common.d.ts
访问级别有变化 类名:CommonShapeMethod;
方法or属性:constructor();
旧版本信息:
类名:CommonShapeMethod;
方法or属性:constructor();
新版本信息:systemapi
common.d.ts
type有变化 类名:AnimatorOptions;
方法or属性:duration: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:duration: number;
新版本信息:number
@ohos.animator.d.ts
type有变化 类名:AnimatorOptions;
方法or属性:easing: string;
旧版本信息:
类名:AnimatorOptions;
方法or属性:easing: string;
新版本信息:string
@ohos.animator.d.ts
type有变化 类名:AnimatorOptions;
方法or属性:delay: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:delay: number;
新版本信息:number
@ohos.animator.d.ts
type有变化 类名:AnimatorOptions;
方法or属性:fill: “none” |“forwards” |“backwards” |“both”;
旧版本信息:
类名:AnimatorOptions;
方法or属性:fill: “none” |“forwards” |“backwards” |“both”;
新版本信息:string
@ohos.animator.d.ts
type有变化 类名:AnimatorOptions;
方法or属性:direction: “normal” |“reverse” |“alternate” |“alternate-reverse”;
旧版本信息:
类名:AnimatorOptions;
方法or属性:direction: “normal” |“reverse” |“alternate” |“alternate-reverse”;
新版本信息:string
@ohos.animator.d.ts
type有变化 类名:AnimatorOptions;
方法or属性:iterations: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:iterations: number;
新版本信息:number
@ohos.animator.d.ts
type有变化 类名:AnimatorOptions;
方法or属性:begin: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:begin: number;
新版本信息:number
@ohos.animator.d.ts
type有变化 类名:AnimatorOptions;
方法or属性:end: number;
旧版本信息:
类名:AnimatorOptions;
方法or属性:end: number;
新版本信息:number
@ohos.animator.d.ts
type有变化 类名:ShowToastOptions;
方法or属性:message: string;
旧版本信息:
类名:ShowToastOptions;
方法or属性:message: string;
新版本信息:string
@ohos.prompt.d.ts
type有变化 类名:Button;
方法or属性:text: string;
旧版本信息:
类名:Button;
方法or属性:text: string;
新版本信息:string
@ohos.prompt.d.ts
type有变化 类名:Button;
方法or属性:color: string;
旧版本信息:
类名:Button;
方法or属性:color: string;
新版本信息:string
@ohos.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:title?: string;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:title?: string;
新版本信息:string
@ohos.prompt.d.ts
type有变化 类名:ActionMenuOptions;
方法or属性:title?: string;
旧版本信息:
类名:ActionMenuOptions;
方法or属性:title?: string;
新版本信息:string
@ohos.prompt.d.ts
type有变化 类名:ShowDialogOptions;
方法or属性:message?: string;
旧版本信息:
类名:ShowDialogOptions;
方法or属性:message?: string;
新版本信息:string
@ohos.prompt.d.ts
type有变化 类名:RouterOptions;
方法or属性:url: string;
旧版本信息:
类名:RouterOptions;
方法or属性:url: string;
新版本信息:string
@ohos.router.d.ts
type有变化 类名:RouterOptions;
方法or属性:params?: Object;
旧版本信息:
类名:RouterOptions;
方法or属性:params?: Object;
新版本信息:Object
@ohos.router.d.ts
type有变化 类名:RouterState;
方法or属性:index: number;
旧版本信息:
类名:RouterState;
方法or属性:index: number;
新版本信息:number
@ohos.router.d.ts
type有变化 类名:RouterState;
方法or属性:name: string;
旧版本信息:
类名:RouterState;
方法or属性:name: string;
新版本信息:string
@ohos.router.d.ts
type有变化 类名:RouterState;
方法or属性:path: string;
旧版本信息:
类名:RouterState;
方法or属性:path: string;
新版本信息:string
@ohos.router.d.ts
type有变化 类名:EnableAlertOptions;
方法or属性:message: string;
旧版本信息:
类名:EnableAlertOptions;
方法or属性:message: string;
新版本信息:string
@ohos.router.d.ts
type有变化 类名:AnimateParam;
方法or属性:curve?: Curve |string |ICurve;
旧版本信息:
类名:AnimateParam;
方法or属性:curve?: Curve |string |ICurve;
新版本信息:string |Curve |ICurve
common.d.ts
函数有变化 类名:sourcefile;
方法or属性:export declare function getInspectorTree(): string;
类名:sourcefile;
方法or属性:export declare function getInspectorTree(): Object;
global.d.ts
卡片应用支持性有变化 类名:console;
方法or属性:export declare class console
旧版本信息:
类名:console;
方法or属性:export declare class console
新版本信息:form
global.d.ts
卡片应用支持性有变化 类名:console;
方法or属性:static debug(message: string, …arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static debug(message: string, …arguments: any[]): void;
新版本信息:form
global.d.ts
卡片应用支持性有变化 类名:console;
方法or属性:static log(message: string, …arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static log(message: string, …arguments: any[]): void;
新版本信息:form
global.d.ts
卡片应用支持性有变化 类名:console;
方法or属性:static info(message: string, …arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static info(message: string, …arguments: any[]): void;
新版本信息:form
global.d.ts
卡片应用支持性有变化 类名:console;
方法or属性:static warn(message: string, …arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static warn(message: string, …arguments: any[]): void;
新版本信息:form
global.d.ts
卡片应用支持性有变化 类名:console;
方法or属性:static error(message: string, …arguments: any[]): void;
旧版本信息:
类名:console;
方法or属性:static error(message: string, …arguments: any[]): void;
新版本信息:form
global.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function $r(value: string, …params: any[]): Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare function $r(value: string, …params: any[]): Resource;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function $rawfile(value: string): Resource;
旧版本信息:
类名:sourcefile;
方法or属性:declare function $rawfile(value: string): Resource;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function animateTo(value: AnimateParam, event: () => void): void;
旧版本信息:
类名:sourcefile;
方法or属性:declare function animateTo(value: AnimateParam, event: () => void): void;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function vp2px(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function vp2px(value: number): number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function px2vp(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function px2vp(value: number): number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function fp2px(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function fp2px(value: number): number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function px2fp(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function px2fp(value: number): number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function lpx2px(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function lpx2px(value: number): number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare function px2lpx(value: number): number;
旧版本信息:
类名:sourcefile;
方法or属性:declare function px2lpx(value: number): number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:sourcefile;
方法or属性:declare type CustomBuilder = (() => any) |void;
旧版本信息:
类名:sourcefile;
方法or属性:declare type CustomBuilder = (() => any) |void;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:Configuration;
方法or属性:declare interface Configuration
旧版本信息:
类名:Configuration;
方法or属性:declare interface Configuration
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:Configuration;
方法or属性:readonly colorMode: string;
旧版本信息:
类名:Configuration;
方法or属性:readonly colorMode: string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:Configuration;
方法or属性:readonly fontScale: number;
旧版本信息:
类名:Configuration;
方法or属性:readonly fontScale: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:Rectangle;
方法or属性:declare interface Rectangle
旧版本信息:
类名:Rectangle;
方法or属性:declare interface Rectangle
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:Rectangle;
方法or属性:x?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:x?: Length;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:Rectangle;
方法or属性:y?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:y?: Length;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:Rectangle;
方法or属性:width?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:width?: Length;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:Rectangle;
方法or属性:height?: Length;
旧版本信息:
类名:Rectangle;
方法or属性:height?: Length;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:AnimateParam;
方法or属性:declare interface AnimateParam
旧版本信息:
类名:AnimateParam;
方法or属性:declare interface AnimateParam
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:AnimateParam;
方法or属性:duration?: number;
旧版本信息:
类名:AnimateParam;
方法or属性:duration?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:AnimateParam;
方法or属性:curve?: Curve |string |ICurve;
旧版本信息:
类名:AnimateParam;
方法or属性:curve?: Curve |string |ICurve;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:AnimateParam;
方法or属性:playMode?: PlayMode;
旧版本信息:
类名:AnimateParam;
方法or属性:playMode?: PlayMode;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:AnimateParam;
方法or属性:onFinish?: () => void;
旧版本信息:
类名:AnimateParam;
方法or属性:onFinish?: () => void;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TranslateOptions;
方法or属性:declare interface TranslateOptions
旧版本信息:
类名:TranslateOptions;
方法or属性:declare interface TranslateOptions
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TranslateOptions;
方法or属性:x?: number |string;
旧版本信息:
类名:TranslateOptions;
方法or属性:x?: number |string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TranslateOptions;
方法or属性:y?: number |string;
旧版本信息:
类名:TranslateOptions;
方法or属性:y?: number |string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TranslateOptions;
方法or属性:z?: number |string;
旧版本信息:
类名:TranslateOptions;
方法or属性:z?: number |string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ScaleOptions;
方法or属性:declare interface ScaleOptions
旧版本信息:
类名:ScaleOptions;
方法or属性:declare interface ScaleOptions
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ScaleOptions;
方法or属性:x?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:x?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:RotateOptions;
方法or属性:x?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:x?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ScaleOptions;
方法or属性:y?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:y?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:RotateOptions;
方法or属性:y?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:y?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ScaleOptions;
方法or属性:z?: number;
旧版本信息:
类名:ScaleOptions;
方法or属性:z?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:RotateOptions;
方法or属性:z?: number;
旧版本信息:
类名:RotateOptions;
方法or属性:z?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ScaleOptions;
方法or属性:centerX?: number |string;
旧版本信息:
类名:ScaleOptions;
方法or属性:centerX?: number |string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:RotateOptions;
方法or属性:centerX?: number |string;
旧版本信息:
类名:RotateOptions;
方法or属性:centerX?: number |string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ScaleOptions;
方法or属性:centerY?: number |string;
旧版本信息:
类名:ScaleOptions;
方法or属性:centerY?: number |string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:RotateOptions;
方法or属性:centerY?: number |string;
旧版本信息:
类名:RotateOptions;
方法or属性:centerY?: number |string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:RotateOptions;
方法or属性:declare interface RotateOptions
旧版本信息:
类名:RotateOptions;
方法or属性:declare interface RotateOptions
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:RotateOptions;
方法or属性:angle: number |string;
旧版本信息:
类名:RotateOptions;
方法or属性:angle: number |string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:declare interface TransitionOptions
旧版本信息:
类名:TransitionOptions;
方法or属性:declare interface TransitionOptions
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:type?: TransitionType;
旧版本信息:
类名:TransitionOptions;
方法or属性:type?: TransitionType;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:opacity?: number;
旧版本信息:
类名:TransitionOptions;
方法or属性:opacity?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:translate?: TranslateOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:translate?: TranslateOptions;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:scale?: ScaleOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:scale?: ScaleOptions;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:TransitionOptions;
方法or属性:rotate?: RotateOptions;
旧版本信息:
类名:TransitionOptions;
方法or属性:rotate?: RotateOptions;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:interface PreviewParams
旧版本信息:
类名:PreviewParams;
方法or属性:interface PreviewParams
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:title?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:title?: string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:width?: number;
旧版本信息:
类名:PreviewParams;
方法or属性:width?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:height?: number;
旧版本信息:
类名:PreviewParams;
方法or属性:height?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:locale?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:locale?: string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:colorMode?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:colorMode?: string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:deviceType?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:deviceType?: string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:dpi?: number;
旧版本信息:
类名:PreviewParams;
方法or属性:dpi?: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:orientation?: string;
旧版本信息:
类名:PreviewParams;
方法or属性:orientation?: string;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:PreviewParams;
方法or属性:roundScreen?: boolean;
旧版本信息:
类名:PreviewParams;
方法or属性:roundScreen?: boolean;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:EventTarget;
方法or属性:declare interface EventTarget
旧版本信息:
类名:EventTarget;
方法or属性:declare interface EventTarget
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:EventTarget;
方法or属性:area: Area;
旧版本信息:
类名:EventTarget;
方法or属性:area: Area;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:BaseEvent;
方法or属性:declare interface BaseEvent
旧版本信息:
类名:BaseEvent;
方法or属性:declare interface BaseEvent
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:BaseEvent;
方法or属性:target: EventTarget;
旧版本信息:
类名:BaseEvent;
方法or属性:target: EventTarget;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:BaseEvent;
方法or属性:timestamp: number;
旧版本信息:
类名:BaseEvent;
方法or属性:timestamp: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:BaseEvent;
方法or属性:source: SourceType;
旧版本信息:
类名:BaseEvent;
方法or属性:source: SourceType;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ClickEvent;
方法or属性:declare interface ClickEvent
旧版本信息:
类名:ClickEvent;
方法or属性:declare interface ClickEvent
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ClickEvent;
方法or属性:screenX: number;
旧版本信息:
类名:ClickEvent;
方法or属性:screenX: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ClickEvent;
方法or属性:screenY: number;
旧版本信息:
类名:ClickEvent;
方法or属性:screenY: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ClickEvent;
方法or属性:x: number;
旧版本信息:
类名:ClickEvent;
方法or属性:x: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:ClickEvent;
方法or属性:y: number;
旧版本信息:
类名:ClickEvent;
方法or属性:y: number;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:StateStyles;
方法or属性:declare interface StateStyles
旧版本信息:
类名:StateStyles;
方法or属性:declare interface StateStyles
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:StateStyles;
方法or属性:normal?: any;
旧版本信息:
类名:StateStyles;
方法or属性:normal?: any;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:StateStyles;
方法or属性:pressed?: any;
旧版本信息:
类名:StateStyles;
方法or属性:pressed?: any;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:StateStyles;
方法or属性:disabled?: any;
旧版本信息:
类名:StateStyles;
方法or属性:disabled?: any;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:StateStyles;
方法or属性:focused?: any;
旧版本信息:
类名:StateStyles;
方法or属性:focused?: any;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:StateStyles;
方法or属性:clicked?: any;
旧版本信息:
类名:StateStyles;
方法or属性:clicked?: any;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:declare class CommonMethod
旧版本信息:
类名:CommonMethod;
方法or属性:declare class CommonMethod
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:constructor();
旧版本信息:
类名:CommonMethod;
方法or属性:constructor();
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:constructor();
旧版本信息:
类名:CommonShapeMethod;
方法or属性:constructor();
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:width(value: Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:width(value: Length): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:height(value: Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:height(value: Length): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:responseRegion(value: Array<Rectangle> |Rectangle): T;
旧版本信息:
类名:CommonMethod;
方法or属性:responseRegion(value: Array<Rectangle> |Rectangle): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:size(value: SizeOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:size(value: SizeOptions): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:constraintSize(value: ConstraintSizeOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:constraintSize(value: ConstraintSizeOptions): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:layoutWeight(value: number |string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:layoutWeight(value: number |string): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:padding(value: Padding |Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:padding(value: Padding |Length): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:margin(value: Margin |Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:margin(value: Margin |Length): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:backgroundColor(value: ResourceColor): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundColor(value: ResourceColor): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:backgroundImageSize(value: SizeOptions |ImageSize): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundImageSize(value: SizeOptions |ImageSize): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:backgroundImagePosition(value: Position |Alignment): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backgroundImagePosition(value: Position |Alignment): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:opacity(value: number |Resource): T;
旧版本信息:
类名:CommonMethod;
方法or属性:opacity(value: number |Resource): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:border(value: BorderOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:border(value: BorderOptions): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:borderStyle(value: BorderStyle): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderStyle(value: BorderStyle): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:borderWidth(value: Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderWidth(value: Length): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:borderColor(value: ResourceColor): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderColor(value: ResourceColor): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:borderRadius(value: Length): T;
旧版本信息:
类名:CommonMethod;
方法or属性:borderRadius(value: Length): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:onClick(event: (event?: ClickEvent) => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onClick(event: (event?: ClickEvent) => void): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:animation(value: AnimateParam): T;
旧版本信息:
类名:CommonMethod;
方法or属性:animation(value: AnimateParam): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:transition(value: TransitionOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:transition(value: TransitionOptions): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:blur(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:blur(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:brightness(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:brightness(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:contrast(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:contrast(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:grayscale(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:grayscale(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:colorBlend(value: Color |string |Resource): T;
旧版本信息:
类名:CommonMethod;
方法or属性:colorBlend(value: Color |string |Resource): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:saturate(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:saturate(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:sepia(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:sepia(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:invert(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:invert(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:hueRotate(value: number |string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:hueRotate(value: number |string): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:backdropBlur(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:backdropBlur(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:translate(value: TranslateOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:translate(value: TranslateOptions): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:scale(value: ScaleOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:scale(value: ScaleOptions): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:rotate(value: RotateOptions): T;
旧版本信息:
类名:CommonMethod;
方法or属性:rotate(value: RotateOptions): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:onAppear(event: () => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onAppear(event: () => void): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:onDisAppear(event: () => void): T;
旧版本信息:
类名:CommonMethod;
方法or属性:onDisAppear(event: () => void): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:visibility(value: Visibility): T;
旧版本信息:
类名:CommonMethod;
方法or属性:visibility(value: Visibility): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:flexGrow(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:flexGrow(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:flexShrink(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:flexShrink(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:flexBasis(value: number |string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:flexBasis(value: number |string): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:alignSelf(value: ItemAlign): T;
旧版本信息:
类名:CommonMethod;
方法or属性:alignSelf(value: ItemAlign): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:displayPriority(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:displayPriority(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:zIndex(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:zIndex(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:direction(value: Direction): T;
旧版本信息:
类名:CommonMethod;
方法or属性:direction(value: Direction): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:align(value: Alignment): T;
旧版本信息:
类名:CommonMethod;
方法or属性:align(value: Alignment): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:position(value: Position): T;
旧版本信息:
类名:CommonMethod;
方法or属性:position(value: Position): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:markAnchor(value: Position): T;
旧版本信息:
类名:CommonMethod;
方法or属性:markAnchor(value: Position): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:offset(value: Position): T;
旧版本信息:
类名:CommonMethod;
方法or属性:offset(value: Position): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:enabled(value: boolean): T;
旧版本信息:
类名:CommonMethod;
方法or属性:enabled(value: boolean): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:aspectRatio(value: number): T;
旧版本信息:
类名:CommonMethod;
方法or属性:aspectRatio(value: number): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
旧版本信息:
类名:CommonMethod;
方法or属性:overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:linearGradient(value: {
angle?: number |string;
direction?: GradientDirection;
colors: Array<any>;
repeating?: boolean;
}): T;
旧版本信息:
类名:CommonMethod;
方法or属性:linearGradient(value: {
angle?: number |string;
direction?: GradientDirection;
colors: Array<any>;
repeating?: boolean;
}): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:sweepGradient(value: {
center: Array<any>;
start?: number |string;
end?: number |string;
rotation?: number |string;
colors: Array<any>;
repeating?: boolean;
}): T;
旧版本信息:
类名:CommonMethod;
方法or属性:sweepGradient(value: {
center: Array<any>;
start?: number |string;
end?: number |string;
rotation?: number |string;
colors: Array<any>;
repeating?: boolean;
}): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:radialGradient(value: { center: Array<any>; radius: number |string; colors: Array<any>; repeating?: boolean }): T;
旧版本信息:
类名:CommonMethod;
方法or属性:radialGradient(value: { center: Array<any>; radius: number |string; colors: Array<any>; repeating?: boolean }): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:shadow(value: {
radius: number |Resource;
color?: Color |string |Resource;
offsetX?: number |Resource;
offsetY?: number |Resource;
}): T;
旧版本信息:
类名:CommonMethod;
方法or属性:shadow(value: {
radius: number |Resource;
color?: Color |string |Resource;
offsetX?: number |Resource;
offsetY?: number |Resource;
}): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:clip(value: boolean |CircleAttribute |EllipseAttribute |PathAttribute |RectAttribute): T;
旧版本信息:
类名:CommonMethod;
方法or属性:clip(value: boolean |CircleAttribute |EllipseAttribute |PathAttribute |RectAttribute): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:mask(value: CircleAttribute |EllipseAttribute |PathAttribute |RectAttribute): T;
旧版本信息:
类名:CommonMethod;
方法or属性:mask(value: CircleAttribute |EllipseAttribute |PathAttribute |RectAttribute): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:id(value: string): T;
旧版本信息:
类名:CommonMethod;
方法or属性:id(value: string): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonMethod;
方法or属性:stateStyles(value: StateStyles): T;
旧版本信息:
类名:CommonMethod;
方法or属性:stateStyles(value: StateStyles): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonAttribute;
方法or属性:declare class CommonAttribute
旧版本信息:
类名:CommonAttribute;
方法or属性:declare class CommonAttribute
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonInterface;
方法or属性:interface CommonInterface
旧版本信息:
类名:CommonInterface;
方法or属性:interface CommonInterface
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:declare class CommonShapeMethod
旧版本信息:
类名:CommonShapeMethod;
方法or属性:declare class CommonShapeMethod
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:stroke(value: ResourceColor): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:stroke(value: ResourceColor): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:fill(value: ResourceColor): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:fill(value: ResourceColor): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:strokeDashOffset(value: number |string): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeDashOffset(value: number |string): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:strokeLineCap(value: LineCapStyle): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeLineCap(value: LineCapStyle): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:strokeLineJoin(value: LineJoinStyle): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeLineJoin(value: LineJoinStyle): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:strokeMiterLimit(value: number |string): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeMiterLimit(value: number |string): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:strokeOpacity(value: number |string |Resource): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeOpacity(value: number |string |Resource): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:fillOpacity(value: number |string |Resource): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:fillOpacity(value: number |string |Resource): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:strokeWidth(value: Length): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeWidth(value: Length): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:antiAlias(value: boolean): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:antiAlias(value: boolean): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CommonShapeMethod;
方法or属性:strokeDashArray(value: Array<any>): T;
旧版本信息:
类名:CommonShapeMethod;
方法or属性:strokeDashArray(value: Array<any>): T;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CustomComponent;
方法or属性:declare class CustomComponent
旧版本信息:
类名:CustomComponent;
方法or属性:declare class CustomComponent
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CustomComponent;
方法or属性:build(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:build(): void;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CustomComponent;
方法or属性:aboutToAppear?(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:aboutToAppear?(): void;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:CustomComponent;
方法or属性:aboutToDisappear?(): void;
旧版本信息:
类名:CustomComponent;
方法or属性:aboutToDisappear?(): void;
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:View;
方法or属性:declare class View
旧版本信息:
类名:View;
方法or属性:declare class View
新版本信息:form
common.d.ts
卡片应用支持性有变化 类名:View;
方法or属性:create(value: any): any;
旧版本信息:
类名:View;
方法or属性:create(value: any): any;
新版本信息:form
common.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙JS API差异报告

harmony 鸿蒙js-apidiff-ability

harmony 鸿蒙js-apidiff-accessibility

harmony 鸿蒙js-apidiff-account

harmony 鸿蒙js-apidiff-application

harmony 鸿蒙js-apidiff-battery

harmony 鸿蒙js-apidiff-bundle

harmony 鸿蒙js-apidiff-communication

harmony 鸿蒙js-apidiff-compiler-and-runtime

harmony 鸿蒙js-apidiff-customization

0  赞