1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: CanvasPattern;<br>Method or attribute name: setTransform(transform?: Matrix2D): void;|canvaspattern.d.ts|
4|Added|NA|Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;|canvaspattern.d.ts|
5|Added|NA|Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;|canvaspattern.d.ts|
6|Added|NA|Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;|canvaspattern.d.ts|
7|Added|NA|Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;|canvaspattern.d.ts|
8|Added|NA|Class name: Matrix2D;<br>Method or attribute name: translateX?: number;|canvaspattern.d.ts|
9|Added|NA|Class name: Matrix2D;<br>Method or attribute name: translateY?: number;|canvaspattern.d.ts|
10|Added|NA|Class name: Matrix2D;<br>Method or attribute name: identity(): Matrix2D;|canvaspattern.d.ts|
11|Added|NA|Class name: Matrix2D;<br>Method or attribute name: invert(): Matrix2D;|canvaspattern.d.ts|
12|Added|NA|Class name: Matrix2D;<br>Method or attribute name: multiply(other?: Matrix2D): Matrix2D;|canvaspattern.d.ts|
13|Added|NA|Class name: Matrix2D;<br>Method or attribute name: rotate(rx?: number, ry?: number): Matrix2D;|canvaspattern.d.ts|
14|Added|NA|Class name: Matrix2D;<br>Method or attribute name: translate(tx?: number, ty?: number): Matrix2D;|canvaspattern.d.ts|
15|Added|NA|Class name: Matrix2D;<br>Method or attribute name: scale(sx?: number, sy?: number): Matrix2D;|canvaspattern.d.ts|
16|Added|NA|Class name: Matrix2D;<br>Method or attribute name: constructor();|canvaspattern.d.ts|
17|Added|NA|Class name: AnimatorResult;<br>Method or attribute name: reset(options: AnimatorOptions): void;|@ohos.animator.d.ts|
18|Added|NA|Class name: Animator;<br>Method or attribute name: static create(options: AnimatorOptions): AnimatorResult;|@ohos.animator.d.ts|
19|Added|NA|Class name: curves;<br>Method or attribute name: function initCurve(curve?: Curve): ICurve;|@ohos.curves.d.ts|
20|Added|NA|Class name: curves;<br>Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve;|@ohos.curves.d.ts|
21|Added|NA|Class name: curves;<br>Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;|@ohos.curves.d.ts|
22|Added|NA|Class name: curves;<br>Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts|
23|Added|NA|Class name: curves;<br>Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;|@ohos.curves.d.ts|
24|Added|NA|Class name: curves;<br>Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;|@ohos.curves.d.ts|
25|Added|NA|Class name: ICurve;<br>Method or attribute name: interpolate(fraction : number) : number;|@ohos.curves.d.ts|
26|Added|NA|Class name: font;<br>Method or attribute name: function registerFont(options: FontOptions):void;|@ohos.font.d.ts|
27|Added|NA|Class name: FontOptions;<br>Method or attribute name: familyName: string;|@ohos.font.d.ts|
28|Added|NA|Class name: FontOptions;<br>Method or attribute name: familySrc: string;|@ohos.font.d.ts|
29|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: textContent: string;|@ohos.measure.d.ts|
30|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: fontSize?: number \| string \| Resource;|@ohos.measure.d.ts|
31|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: fontStyle?: number \| FontStyle;|@ohos.measure.d.ts|
32|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: fontWeight?: number \| string \| FontWeight;|@ohos.measure.d.ts|
33|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: fontFamily?: string \| Resource;|@ohos.measure.d.ts|
34|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: letterSpacing?: number \| string;|@ohos.measure.d.ts|
35|Added|NA|Class name: MeasureText;<br>Method or attribute name: static measureText(options: MeasureOptions): number;|@ohos.measure.d.ts|
36|Added|NA|Class name: pluginComponentManager;<br>Method or attribute name: function push(param: PushParameterForStage, callback: AsyncCallback\<void>): void;|@ohos.pluginComponent.d.ts|
37|Added|NA|Class name: pluginComponentManager;<br>Method or attribute name: function request(param: RequestParameterForStage, callback: AsyncCallback\<RequestCallbackParameters>): void;|@ohos.pluginComponent.d.ts|
38|Added|NA|Class name: PushParameterForStage;<br>Method or attribute name: owner: Want;|@ohos.pluginComponent.d.ts|
39|Added|NA|Class name: RequestParameterForStage;<br>Method or attribute name: owner: Want;|@ohos.pluginComponent.d.ts|
40|Added|NA|Class name: PushParameterForStage;<br>Method or attribute name: target: Want;|@ohos.pluginComponent.d.ts|
41|Added|NA|Class name: RequestParameterForStage;<br>Method or attribute name: target: Want;|@ohos.pluginComponent.d.ts|
42|Added|NA|Class name: PushParameterForStage;<br>Method or attribute name: name: string;|@ohos.pluginComponent.d.ts|
43|Added|NA|Class name: RequestParameterForStage;<br>Method or attribute name: name: string;|@ohos.pluginComponent.d.ts|
44|Added|NA|Class name: PushParameterForStage;<br>Method or attribute name: data: KVObject;|@ohos.pluginComponent.d.ts|
45|Added|NA|Class name: RequestParameterForStage;<br>Method or attribute name: data: KVObject;|@ohos.pluginComponent.d.ts|
46|Added|NA|Class name: PushParameterForStage;<br>Method or attribute name: extraData: KVObject;|@ohos.pluginComponent.d.ts|
47|Added|NA|Class name: PushParameterForStage;<br>Method or attribute name: jsonPath?: string;|@ohos.pluginComponent.d.ts|
48|Added|NA|Class name: RequestParameterForStage;<br>Method or attribute name: jsonPath?: string;|@ohos.pluginComponent.d.ts|
49|Added|NA|Class name: promptAction;<br>Method or attribute name: function showToast(options: ShowToastOptions):void;|@ohos.promptAction.d.ts|
50|Added|NA|Class name: promptAction;<br>Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>):void;|@ohos.promptAction.d.ts|
51|Added|NA|Class name: promptAction;<br>Method or attribute name: function showDialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;|@ohos.promptAction.d.ts|
52|Added|NA|Class name: promptAction;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>):void;|@ohos.promptAction.d.ts|
53|Added|NA|Class name: promptAction;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;|@ohos.promptAction.d.ts|
54|Added|NA|Class name: ShowToastOptions;<br>Method or attribute name: message: string \| Resource;|@ohos.promptAction.d.ts|
55|Added|NA|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;|@ohos.promptAction.d.ts|
56|Added|NA|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;|@ohos.promptAction.d.ts|
57|Added|NA|Class name: Button;<br>Method or attribute name: text: string \| Resource;|@ohos.promptAction.d.ts|
58|Added|NA|Class name: Button;<br>Method or attribute name: color: string \| Resource;|@ohos.promptAction.d.ts|
59|Added|NA|Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;|@ohos.promptAction.d.ts|
60|Added|NA|Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;|@ohos.promptAction.d.ts|
61|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string \| Resource;|@ohos.promptAction.d.ts|
62|Added|NA|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string \| Resource;|@ohos.promptAction.d.ts|
63|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string \| Resource;|@ohos.promptAction.d.ts|
64|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];|@ohos.promptAction.d.ts|
65|Added|NA|Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];|@ohos.promptAction.d.ts|
66|Added|NA|Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, callback: AsyncCallback\<void>):void;|@ohos.router.d.ts|
67|Added|NA|Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions): Promise\<void>;|@ohos.router.d.ts|
68|Added|NA|Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>):void;|@ohos.router.d.ts|
69|Added|NA|Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
70|Added|NA|Class name: router;<br>Method or attribute name: function replaceUrl(options: RouterOptions, callback: AsyncCallback\<void>):void;|@ohos.router.d.ts|
71|Added|NA|Class name: router;<br>Method or attribute name: function replaceUrl(options: RouterOptions): Promise\<void>;|@ohos.router.d.ts|
72|Added|NA|Class name: router;<br>Method or attribute name: function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>):void;|@ohos.router.d.ts|
73|Added|NA|Class name: router;<br>Method or attribute name: function replaceUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
74|Added|NA|Class name: router;<br>Method or attribute name: function showAlertBeforeBackPage(options: EnableAlertOptions):void;|@ohos.router.d.ts|
75|Added|NA|Class name: router;<br>Method or attribute name: function hideAlertBeforeBackPage():void;|@ohos.router.d.ts|
76|Added|NA|Class name: RouterMode;<br>Method or attribute name: Standard|@ohos.router.d.ts|
77|Added|NA|Class name: RouterMode;<br>Method or attribute name: Single|@ohos.router.d.ts|
78|Deprecated version changed|Class name: AnimatorResult;<br>Method or attribute name: update(options: AnimatorOptions): void;<br>Old version: |Class name: AnimatorResult;<br>Method or attribute name: update(options: AnimatorOptions): void;<br>New version: 9<br>Substitute API: ohos.animator.reset|@ohos.animator.d.ts|
79|Deprecated version changed|Class name: Animator;<br>Method or attribute name: static createAnimator(options: AnimatorOptions): AnimatorResult;<br>Old version: |Class name: Animator;<br>Method or attribute name: static createAnimator(options: AnimatorOptions): AnimatorResult;<br>New version: 9<br>Substitute API: ohos.animator.create|@ohos.animator.d.ts|
80|Deprecated version changed|Class name: curves;<br>Method or attribute name: function init(curve?: Curve): string;<br>Old version: |Class name: curves;<br>Method or attribute name: function init(curve?: Curve): string;<br>New version: 9<br>Substitute API: initCurve|@ohos.curves.d.ts|
81|Deprecated version changed|Class name: curves;<br>Method or attribute name: function steps(count: number, end: boolean): string;<br>Old version: |Class name: curves;<br>Method or attribute name: function steps(count: number, end: boolean): string;<br>New version: 9<br>Substitute API: stepsCurve|@ohos.curves.d.ts|
82|Deprecated version changed|Class name: curves;<br>Method or attribute name: function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;<br>Old version: |Class name: curves;<br>Method or attribute name: function cubicBezier(x1: number, y1: number, x2: number, y2: number): string;<br>New version: 9<br>Substitute API: cubicBezierCurve|@ohos.curves.d.ts|
83|Deprecated version changed|Class name: curves;<br>Method or attribute name: function spring(velocity: number, mass: number, stiffness: number, damping: number): string;<br>Old version: |Class name: curves;<br>Method or attribute name: function spring(velocity: number, mass: number, stiffness: number, damping: number): string;<br>New version: 9<br>Substitute API: springCurve|@ohos.curves.d.ts|
84|Deprecated version changed|Class name: prompt;<br>Method or attribute name: declare prompt<br>Old version: |Class name: prompt;<br>Method or attribute name: declare prompt<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
85|Deprecated version changed|Class name: prompt;<br>Method or attribute name: function showToast(options: ShowToastOptions):void;<br>Old version: |Class name: prompt;<br>Method or attribute name: function showToast(options: ShowToastOptions):void;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
86|Deprecated version changed|Class name: prompt;<br>Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>):void;<br>Old version: |Class name: prompt;<br>Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>):void;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
87|Deprecated version changed|Class name: prompt;<br>Method or attribute name: function showDialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;<br>Old version: |Class name: prompt;<br>Method or attribute name: function showDialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
88|Deprecated version changed|Class name: prompt;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>):void;<br>Old version: |Class name: prompt;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>):void;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
89|Deprecated version changed|Class name: prompt;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;<br>Old version: |Class name: prompt;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
90|Deprecated version changed|Class name: ShowToastOptions;<br>Method or attribute name: interface ShowToastOptions<br>Old version: |Class name: ShowToastOptions;<br>Method or attribute name: interface ShowToastOptions<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
91|Deprecated version changed|Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>Old version: |Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
92|Deprecated version changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version: |Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
93|Deprecated version changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version: |Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
94|Deprecated version changed|Class name: Button;<br>Method or attribute name: interface Button<br>Old version: |Class name: Button;<br>Method or attribute name: interface Button<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
95|Deprecated version changed|Class name: Button;<br>Method or attribute name: text: string;<br>Old version: |Class name: Button;<br>Method or attribute name: text: string;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
96|Deprecated version changed|Class name: Button;<br>Method or attribute name: color: string;<br>Old version: |Class name: Button;<br>Method or attribute name: color: string;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
97|Deprecated version changed|Class name: ShowDialogSuccessResponse;<br>Method or attribute name: interface ShowDialogSuccessResponse<br>Old version: |Class name: ShowDialogSuccessResponse;<br>Method or attribute name: interface ShowDialogSuccessResponse<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
98|Deprecated version changed|Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>Old version: |Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
99|Deprecated version changed|Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>Old version: |Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
100|Deprecated version changed|Class name: ShowDialogOptions;<br>Method or attribute name: interface ShowDialogOptions<br>Old version: |Class name: ShowDialogOptions;<br>Method or attribute name: interface ShowDialogOptions<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
101|Deprecated version changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>Old version: |Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
102|Deprecated version changed|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>Old version: |Class name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
103|Deprecated version changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>Old version: |Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
104|Deprecated version changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>Old version: |Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
105|Deprecated version changed|Class name: ActionMenuSuccessResponse;<br>Method or attribute name: interface ActionMenuSuccessResponse<br>Old version: |Class name: ActionMenuSuccessResponse;<br>Method or attribute name: interface ActionMenuSuccessResponse<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
106|Deprecated version changed|Class name: ActionMenuOptions;<br>Method or attribute name: interface ActionMenuOptions<br>Old version: |Class name: ActionMenuOptions;<br>Method or attribute name: interface ActionMenuOptions<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
107|Deprecated version changed|Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>Old version: |Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version: 9<br>Substitute API: ohos.promptAction|@ohos.prompt.d.ts|
108|Deprecated version changed|Class name: router;<br>Method or attribute name: function push(options: RouterOptions):void;<br>Old version: |Class name: router;<br>Method or attribute name: function push(options: RouterOptions):void;<br>New version: 9<br>Substitute API: ohos.router.router#pushUrl|@ohos.router.d.ts|
109|Deprecated version changed|Class name: router;<br>Method or attribute name: function replace(options: RouterOptions):void;<br>Old version: |Class name: router;<br>Method or attribute name: function replace(options: RouterOptions):void;<br>New version: 9<br>Substitute API: ohos.router.router#replaceUrl|@ohos.router.d.ts|
110|Deprecated version changed|Class name: router;<br>Method or attribute name: function enableAlertBeforeBackPage(options: EnableAlertOptions):void;<br>Old version: |Class name: router;<br>Method or attribute name: function enableAlertBeforeBackPage(options: EnableAlertOptions):void;<br>New version: 9<br>Substitute API: ohos.router.router#showAlertBeforeBackPage|@ohos.router.d.ts|
111|Deprecated version changed|Class name: router;<br>Method or attribute name: function disableAlertBeforeBackPage():void;<br>Old version: |Class name: router;<br>Method or attribute name: function disableAlertBeforeBackPage():void;<br>New version: 9<br>Substitute API: ohos.router.router#hideAlertBeforeBackPage|@ohos.router.d.ts|
112|Deprecated version changed|Class name: RouterOptions;<br>Method or attribute name: export interface RouterOptions<br>Old version: 8, please use @ohos.router instead.|Class name: RouterOptions;<br>Method or attribute name: export interface RouterOptions<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
113|Deprecated version changed|Class name: RouterOptions;<br>Method or attribute name: uri: string;<br>Old version: 8, please use @ohos.router instead.|Class name: RouterOptions;<br>Method or attribute name: uri: string;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
114|Deprecated version changed|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>Old version: 8, please use @ohos.router instead.|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
115|Deprecated version changed|Class name: BackRouterOptions;<br>Method or attribute name: params?: Object;<br>Old version: 8, please use @ohos.router instead.|Class name: BackRouterOptions;<br>Method or attribute name: params?: Object;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
116|Deprecated version changed|Class name: BackRouterOptions;<br>Method or attribute name: export interface BackRouterOptions<br>Old version: 8, please use @ohos.router instead.|Class name: BackRouterOptions;<br>Method or attribute name: export interface BackRouterOptions<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
117|Deprecated version changed|Class name: BackRouterOptions;<br>Method or attribute name: uri?: string;<br>Old version: 8, please use @ohos.router instead.|Class name: BackRouterOptions;<br>Method or attribute name: uri?: string;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
118|Deprecated version changed|Class name: RouterState;<br>Method or attribute name: export interface RouterState<br>Old version: 8, please use @ohos.router instead.|Class name: RouterState;<br>Method or attribute name: export interface RouterState<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
119|Deprecated version changed|Class name: RouterState;<br>Method or attribute name: index: number;<br>Old version: 8, please use @ohos.router instead.|Class name: RouterState;<br>Method or attribute name: index: number;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
120|Deprecated version changed|Class name: RouterState;<br>Method or attribute name: name: string;<br>Old version: 8, please use @ohos.router instead.|Class name: RouterState;<br>Method or attribute name: name: string;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
121|Deprecated version changed|Class name: RouterState;<br>Method or attribute name: path: string;<br>Old version: 8, please use @ohos.router instead.|Class name: RouterState;<br>Method or attribute name: path: string;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
122|Deprecated version changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: export interface EnableAlertBeforeBackPageOptions<br>Old version: 8, please use @ohos.router instead.|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: export interface EnableAlertBeforeBackPageOptions<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
123|Deprecated version changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: message: string;<br>Old version: 8, please use @ohos.router instead.|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: message: string;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
124|Deprecated version changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>Old version: 8, please use @ohos.router instead.|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
125|Deprecated version changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>Old version: 8, please use @ohos.router instead.|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
126|Deprecated version changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>Old version: 8, please use @ohos.router instead.|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
127|Deprecated version changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>Old version: 8, please use @ohos.router instead.|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
128|Deprecated version changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>Old version: 8, please use @ohos.router instead.|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
129|Deprecated version changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>Old version: 8, please use @ohos.router instead.|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
130|Deprecated version changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: export interface DisableAlertBeforeBackPageOptions<br>Old version: 8, please use @ohos.router instead.|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: export interface DisableAlertBeforeBackPageOptions<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
131|Deprecated version changed|Class name: Router;<br>Method or attribute name: export default class Router<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: export default class Router<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
132|Deprecated version changed|Class name: Router;<br>Method or attribute name: static push(options: RouterOptions): void;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static push(options: RouterOptions): void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
133|Deprecated version changed|Class name: Router;<br>Method or attribute name: static replace(options: RouterOptions): void;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static replace(options: RouterOptions): void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
134|Deprecated version changed|Class name: Router;<br>Method or attribute name: static back(options?: BackRouterOptions): void;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static back(options?: BackRouterOptions): void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
135|Deprecated version changed|Class name: Router;<br>Method or attribute name: static getParams(): ParamsInterface;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static getParams(): ParamsInterface;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
136|Deprecated version changed|Class name: Router;<br>Method or attribute name: static clear(): void;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static clear(): void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
137|Deprecated version changed|Class name: Router;<br>Method or attribute name: static getLength(): string;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static getLength(): string;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
138|Deprecated version changed|Class name: Router;<br>Method or attribute name: static getState(): RouterState;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static getState(): RouterState;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
139|Deprecated version changed|Class name: Router;<br>Method or attribute name: static enableAlertBeforeBackPage(options: EnableAlertBeforeBackPageOptions): void;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static enableAlertBeforeBackPage(options: EnableAlertBeforeBackPageOptions): void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
140|Deprecated version changed|Class name: Router;<br>Method or attribute name: static disableAlertBeforeBackPage(options?: DisableAlertBeforeBackPageOptions): void;<br>Old version: 8, please use @ohos.router instead.|Class name: Router;<br>Method or attribute name: static disableAlertBeforeBackPage(options?: DisableAlertBeforeBackPageOptions): void;<br>New version: 8<br>Substitute API: @ohos.router|@system.router.d.ts|
141|Deprecated version changed|Class name: CommonMethod;<br>Method or attribute name: touchable(value: boolean): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: touchable(value: boolean): T;<br>New version: 9<br>Substitute API: hitTestBehavior|common.d.ts|
142|Access level changed|Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorByKey(id: string): string;<br>Old version: systemapi|Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorByKey(id: string): string;<br>New version: |global.d.ts|
143|Access level changed|Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorTree(): Object;<br>Old version: systemapi|Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorTree(): Object;<br>New version: |global.d.ts|
144|Access level changed|Class name: sourcefile;<br>Method or attribute name: export declare function sendEventByKey(id: string, action: number, params: string): boolean;<br>Old version: systemapi|Class name: sourcefile;<br>Method or attribute name: export declare function sendEventByKey(id: string, action: number, params: string): boolean;<br>New version: |global.d.ts|
145|Access level changed|Class name: sourcefile;<br>Method or attribute name: export declare function sendTouchEvent(event: TouchObject): boolean;<br>Old version: systemapi|Class name: sourcefile;<br>Method or attribute name: export declare function sendTouchEvent(event: TouchObject): boolean;<br>New version: |global.d.ts|
146|Access level changed|Class name: sourcefile;<br>Method or attribute name: export declare function sendKeyEvent(event: KeyEvent): boolean;<br>Old version: systemapi|Class name: sourcefile;<br>Method or attribute name: export declare function sendKeyEvent(event: KeyEvent): boolean;<br>New version: |global.d.ts|
147|Access level changed|Class name: sourcefile;<br>Method or attribute name: export declare function sendMouseEvent(event: MouseEvent): boolean;<br>Old version: systemapi|Class name: sourcefile;<br>Method or attribute name: export declare function sendMouseEvent(event: MouseEvent): boolean;<br>New version: |global.d.ts|
148|Access level changed|Class name: PreviewParams;<br>Method or attribute name: interface PreviewParams<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: interface PreviewParams<br>New version: |common.d.ts|
149|Access level changed|Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>New version: |common.d.ts|
150|Access level changed|Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>New version: |common.d.ts|
151|Access level changed|Class name: PreviewParams;<br>Method or attribute name: height?: number;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: height?: number;<br>New version: |common.d.ts|
152|Access level changed|Class name: PreviewParams;<br>Method or attribute name: locale?: string;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: locale?: string;<br>New version: |common.d.ts|
153|Access level changed|Class name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>New version: |common.d.ts|
154|Access level changed|Class name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>New version: |common.d.ts|
155|Access level changed|Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>New version: |common.d.ts|
156|Access level changed|Class name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>New version: |common.d.ts|
157|Access level changed|Class name: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>Old version: systemapi|Class name: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>New version: |common.d.ts|
158|Access level changed|Class name: CommonShapeMethod;<br>Method or attribute name: constructor();<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: constructor();<br>New version: systemapi|common.d.ts|
159|Type changed|Class name: AnimatorOptions;<br>Method or attribute name: duration: number;<br>Old version: |Class name: AnimatorOptions;<br>Method or attribute name: duration: number;<br>New version: number|@ohos.animator.d.ts|
160|Type changed|Class name: AnimatorOptions;<br>Method or attribute name: easing: string;<br>Old version: |Class name: AnimatorOptions;<br>Method or attribute name: easing: string;<br>New version: string|@ohos.animator.d.ts|
161|Type changed|Class name: AnimatorOptions;<br>Method or attribute name: delay: number;<br>Old version: |Class name: AnimatorOptions;<br>Method or attribute name: delay: number;<br>New version: number|@ohos.animator.d.ts|
162|Type changed|Class name: AnimatorOptions;<br>Method or attribute name: fill: "none" \| "forwards" \| "backwards" \| "both";<br>Old version: |Class name: AnimatorOptions;<br>Method or attribute name: fill: "none" \| "forwards" \| "backwards" \| "both";<br>New version: string|@ohos.animator.d.ts|
163|Type changed|Class name: AnimatorOptions;<br>Method or attribute name: direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";<br>Old version: |Class name: AnimatorOptions;<br>Method or attribute name: direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";<br>New version: string|@ohos.animator.d.ts|
164|Type changed|Class name: AnimatorOptions;<br>Method or attribute name: iterations: number;<br>Old version: |Class name: AnimatorOptions;<br>Method or attribute name: iterations: number;<br>New version: number|@ohos.animator.d.ts|
165|Type changed|Class name: AnimatorOptions;<br>Method or attribute name: begin: number;<br>Old version: |Class name: AnimatorOptions;<br>Method or attribute name: begin: number;<br>New version: number|@ohos.animator.d.ts|
166|Type changed|Class name: AnimatorOptions;<br>Method or attribute name: end: number;<br>Old version: |Class name: AnimatorOptions;<br>Method or attribute name: end: number;<br>New version: number|@ohos.animator.d.ts|
167|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>Old version: |Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>New version: string|@ohos.prompt.d.ts|
168|Type changed|Class name: Button;<br>Method or attribute name: text: string;<br>Old version: |Class name: Button;<br>Method or attribute name: text: string;<br>New version: string|@ohos.prompt.d.ts|
169|Type changed|Class name: Button;<br>Method or attribute name: color: string;<br>Old version: |Class name: Button;<br>Method or attribute name: color: string;<br>New version: string|@ohos.prompt.d.ts|
170|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>Old version: |Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>New version: string|@ohos.prompt.d.ts|
171|Type changed|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>Old version: |Class name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>New version: string|@ohos.prompt.d.ts|
172|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>Old version: |Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>New version: string|@ohos.prompt.d.ts|
173|Type changed|Class name: RouterOptions;<br>Method or attribute name: url: string;<br>Old version: |Class name: RouterOptions;<br>Method or attribute name: url: string;<br>New version: string|@ohos.router.d.ts|
174|Type changed|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>Old version: |Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>New version: Object|@ohos.router.d.ts|
175|Type changed|Class name: RouterState;<br>Method or attribute name: index: number;<br>Old version: |Class name: RouterState;<br>Method or attribute name: index: number;<br>New version: number|@ohos.router.d.ts|
176|Type changed|Class name: RouterState;<br>Method or attribute name: name: string;<br>Old version: |Class name: RouterState;<br>Method or attribute name: name: string;<br>New version: string|@ohos.router.d.ts|
177|Type changed|Class name: RouterState;<br>Method or attribute name: path: string;<br>Old version: |Class name: RouterState;<br>Method or attribute name: path: string;<br>New version: string|@ohos.router.d.ts|
178|Type changed|Class name: EnableAlertOptions;<br>Method or attribute name: message: string;<br>Old version: |Class name: EnableAlertOptions;<br>Method or attribute name: message: string;<br>New version: string|@ohos.router.d.ts|
179|Type changed|Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>Old version: |Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version: string \| Curve \| ICurve|common.d.ts|
180|Function changed|Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorTree(): string;|Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorTree(): Object;|global.d.ts|
181|Widget support changed|Class name: console;<br>Method or attribute name: export declare class console<br>Old version: |Class name: console;<br>Method or attribute name: export declare class console<br>New version: form|global.d.ts|
182|Widget support changed|Class name: console;<br>Method or attribute name: static debug(message: string, ...arguments: any[]): void;<br>Old version: |Class name: console;<br>Method or attribute name: static debug(message: string, ...arguments: any[]): void;<br>New version: form|global.d.ts|
183|Widget support changed|Class name: console;<br>Method or attribute name: static log(message: string, ...arguments: any[]): void;<br>Old version: |Class name: console;<br>Method or attribute name: static log(message: string, ...arguments: any[]): void;<br>New version: form|global.d.ts|
184|Widget support changed|Class name: console;<br>Method or attribute name: static info(message: string, ...arguments: any[]): void;<br>Old version: |Class name: console;<br>Method or attribute name: static info(message: string, ...arguments: any[]): void;<br>New version: form|global.d.ts|
185|Widget support changed|Class name: console;<br>Method or attribute name: static warn(message: string, ...arguments: any[]): void;<br>Old version: |Class name: console;<br>Method or attribute name: static warn(message: string, ...arguments: any[]): void;<br>New version: form|global.d.ts|
186|Widget support changed|Class name: console;<br>Method or attribute name: static error(message: string, ...arguments: any[]): void;<br>Old version: |Class name: console;<br>Method or attribute name: static error(message: string, ...arguments: any[]): void;<br>New version: form|global.d.ts|
187|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function $r(value: string, ...params: any[]): Resource;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function $r(value: string, ...params: any[]): Resource;<br>New version: form|common.d.ts|
188|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function $rawfile(value: string): Resource;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function $rawfile(value: string): Resource;<br>New version: form|common.d.ts|
189|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function animateTo(value: AnimateParam, event: () => void): void;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function animateTo(value: AnimateParam, event: () => void): void;<br>New version: form|common.d.ts|
190|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function vp2px(value: number): number;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function vp2px(value: number): number;<br>New version: form|common.d.ts|
191|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function px2vp(value: number): number;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function px2vp(value: number): number;<br>New version: form|common.d.ts|
192|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function fp2px(value: number): number;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function fp2px(value: number): number;<br>New version: form|common.d.ts|
193|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function px2fp(value: number): number;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function px2fp(value: number): number;<br>New version: form|common.d.ts|
194|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function lpx2px(value: number): number;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function lpx2px(value: number): number;<br>New version: form|common.d.ts|
195|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare function px2lpx(value: number): number;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare function px2lpx(value: number): number;<br>New version: form|common.d.ts|
196|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type CustomBuilder = (() => any) \| void;<br>Old version: |Class name: sourcefile;<br>Method or attribute name: declare type CustomBuilder = (() => any) \| void;<br>New version: form|common.d.ts|
197|Widget support changed|Class name: Configuration;<br>Method or attribute name: declare interface Configuration<br>Old version: |Class name: Configuration;<br>Method or attribute name: declare interface Configuration<br>New version: form|common.d.ts|
198|Widget support changed|Class name: Configuration;<br>Method or attribute name: readonly colorMode: string;<br>Old version: |Class name: Configuration;<br>Method or attribute name: readonly colorMode: string;<br>New version: form|common.d.ts|
199|Widget support changed|Class name: Configuration;<br>Method or attribute name: readonly fontScale: number;<br>Old version: |Class name: Configuration;<br>Method or attribute name: readonly fontScale: number;<br>New version: form|common.d.ts|
200|Widget support changed|Class name: Rectangle;<br>Method or attribute name: declare interface Rectangle<br>Old version: |Class name: Rectangle;<br>Method or attribute name: declare interface Rectangle<br>New version: form|common.d.ts|
201|Widget support changed|Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>Old version: |Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>New version: form|common.d.ts|
202|Widget support changed|Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>Old version: |Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>New version: form|common.d.ts|
203|Widget support changed|Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>Old version: |Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>New version: form|common.d.ts|
204|Widget support changed|Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>Old version: |Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>New version: form|common.d.ts|
205|Widget support changed|Class name: AnimateParam;<br>Method or attribute name: declare interface AnimateParam<br>Old version: |Class name: AnimateParam;<br>Method or attribute name: declare interface AnimateParam<br>New version: form|common.d.ts|
206|Widget support changed|Class name: AnimateParam;<br>Method or attribute name: duration?: number;<br>Old version: |Class name: AnimateParam;<br>Method or attribute name: duration?: number;<br>New version: form|common.d.ts|
207|Widget support changed|Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>Old version: |Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version: form|common.d.ts|
208|Widget support changed|Class name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>Old version: |Class name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>New version: form|common.d.ts|
209|Widget support changed|Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>Old version: |Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>New version: form|common.d.ts|
210|Widget support changed|Class name: TranslateOptions;<br>Method or attribute name: declare interface TranslateOptions<br>Old version: |Class name: TranslateOptions;<br>Method or attribute name: declare interface TranslateOptions<br>New version: form|common.d.ts|
211|Widget support changed|Class name: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>Old version: |Class name: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>New version: form|common.d.ts|
212|Widget support changed|Class name: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>Old version: |Class name: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>New version: form|common.d.ts|
213|Widget support changed|Class name: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>Old version: |Class name: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>New version: form|common.d.ts|
214|Widget support changed|Class name: ScaleOptions;<br>Method or attribute name: declare interface ScaleOptions<br>Old version: |Class name: ScaleOptions;<br>Method or attribute name: declare interface ScaleOptions<br>New version: form|common.d.ts|
215|Widget support changed|Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>Old version: |Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>New version: form|common.d.ts|
216|Widget support changed|Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>Old version: |Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>New version: form|common.d.ts|
217|Widget support changed|Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>Old version: |Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>New version: form|common.d.ts|
218|Widget support changed|Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>Old version: |Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>New version: form|common.d.ts|
219|Widget support changed|Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>Old version: |Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>New version: form|common.d.ts|
220|Widget support changed|Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>Old version: |Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>New version: form|common.d.ts|
221|Widget support changed|Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old version: |Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version: form|common.d.ts|
222|Widget support changed|Class name: RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old version: |Class name: RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version: form|common.d.ts|
223|Widget support changed|Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old version: |Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version: form|common.d.ts|
224|Widget support changed|Class name: RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old version: |Class name: RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version: form|common.d.ts|
225|Widget support changed|Class name: RotateOptions;<br>Method or attribute name: declare interface RotateOptions<br>Old version: |Class name: RotateOptions;<br>Method or attribute name: declare interface RotateOptions<br>New version: form|common.d.ts|
226|Widget support changed|Class name: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>Old version: |Class name: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>New version: form|common.d.ts|
227|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: declare interface TransitionOptions<br>Old version: |Class name: TransitionOptions;<br>Method or attribute name: declare interface TransitionOptions<br>New version: form|common.d.ts|
228|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>Old version: |Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>New version: form|common.d.ts|
229|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>Old version: |Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>New version: form|common.d.ts|
230|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>Old version: |Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>New version: form|common.d.ts|
231|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>Old version: |Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>New version: form|common.d.ts|
232|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>Old version: |Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>New version: form|common.d.ts|
233|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: interface PreviewParams<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: interface PreviewParams<br>New version: form|common.d.ts|
234|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>New version: form|common.d.ts|
235|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>New version: form|common.d.ts|
236|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: height?: number;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: height?: number;<br>New version: form|common.d.ts|
237|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: locale?: string;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: locale?: string;<br>New version: form|common.d.ts|
238|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>New version: form|common.d.ts|
239|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>New version: form|common.d.ts|
240|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>New version: form|common.d.ts|
241|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>New version: form|common.d.ts|
242|Widget support changed|Class name: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>Old version: |Class name: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>New version: form|common.d.ts|
243|Widget support changed|Class name: EventTarget;<br>Method or attribute name: declare interface EventTarget<br>Old version: |Class name: EventTarget;<br>Method or attribute name: declare interface EventTarget<br>New version: form|common.d.ts|
244|Widget support changed|Class name: EventTarget;<br>Method or attribute name: area: Area;<br>Old version: |Class name: EventTarget;<br>Method or attribute name: area: Area;<br>New version: form|common.d.ts|
245|Widget support changed|Class name: BaseEvent;<br>Method or attribute name: declare interface BaseEvent<br>Old version: |Class name: BaseEvent;<br>Method or attribute name: declare interface BaseEvent<br>New version: form|common.d.ts|
246|Widget support changed|Class name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>Old version: |Class name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>New version: form|common.d.ts|
247|Widget support changed|Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>Old version: |Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>New version: form|common.d.ts|
248|Widget support changed|Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>Old version: |Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>New version: form|common.d.ts|
249|Widget support changed|Class name: ClickEvent;<br>Method or attribute name: declare interface ClickEvent<br>Old version: |Class name: ClickEvent;<br>Method or attribute name: declare interface ClickEvent<br>New version: form|common.d.ts|
250|Widget support changed|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>Old version: |Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version: form|common.d.ts|
251|Widget support changed|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>Old version: |Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version: form|common.d.ts|
252|Widget support changed|Class name: ClickEvent;<br>Method or attribute name: x: number;<br>Old version: |Class name: ClickEvent;<br>Method or attribute name: x: number;<br>New version: form|common.d.ts|
253|Widget support changed|Class name: ClickEvent;<br>Method or attribute name: y: number;<br>Old version: |Class name: ClickEvent;<br>Method or attribute name: y: number;<br>New version: form|common.d.ts|
254|Widget support changed|Class name: StateStyles;<br>Method or attribute name: declare interface StateStyles<br>Old version: |Class name: StateStyles;<br>Method or attribute name: declare interface StateStyles<br>New version: form|common.d.ts|
255|Widget support changed|Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>Old version: |Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>New version: form|common.d.ts|
256|Widget support changed|Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>Old version: |Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>New version: form|common.d.ts|
257|Widget support changed|Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>Old version: |Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>New version: form|common.d.ts|
258|Widget support changed|Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>Old version: |Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>New version: form|common.d.ts|
259|Widget support changed|Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>Old version: |Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>New version: form|common.d.ts|
260|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: declare class CommonMethod<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: declare class CommonMethod<br>New version: form|common.d.ts|
261|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: constructor();<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: constructor();<br>New version: form|common.d.ts|
262|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: constructor();<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: constructor();<br>New version: form|common.d.ts|
263|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: width(value: Length): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: width(value: Length): T;<br>New version: form|common.d.ts|
264|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: height(value: Length): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: height(value: Length): T;<br>New version: form|common.d.ts|
265|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>New version: form|common.d.ts|
266|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: size(value: SizeOptions): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: size(value: SizeOptions): T;<br>New version: form|common.d.ts|
267|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;<br>New version: form|common.d.ts|
268|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: layoutWeight(value: number \| string): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: layoutWeight(value: number \| string): T;<br>New version: form|common.d.ts|
269|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: padding(value: Padding \| Length): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: padding(value: Padding \| Length): T;<br>New version: form|common.d.ts|
270|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: margin(value: Margin \| Length): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: margin(value: Margin \| Length): T;<br>New version: form|common.d.ts|
271|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: backgroundColor(value: ResourceColor): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: backgroundColor(value: ResourceColor): T;<br>New version: form|common.d.ts|
272|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>New version: form|common.d.ts|
273|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>New version: form|common.d.ts|
274|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: backgroundImagePosition(value: Position \| Alignment): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: backgroundImagePosition(value: Position \| Alignment): T;<br>New version: form|common.d.ts|
275|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: opacity(value: number \| Resource): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: opacity(value: number \| Resource): T;<br>New version: form|common.d.ts|
276|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: border(value: BorderOptions): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: border(value: BorderOptions): T;<br>New version: form|common.d.ts|
277|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: borderStyle(value: BorderStyle): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: borderStyle(value: BorderStyle): T;<br>New version: form|common.d.ts|
278|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: borderWidth(value: Length): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: borderWidth(value: Length): T;<br>New version: form|common.d.ts|
279|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: borderColor(value: ResourceColor): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: borderColor(value: ResourceColor): T;<br>New version: form|common.d.ts|
280|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: borderRadius(value: Length): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: borderRadius(value: Length): T;<br>New version: form|common.d.ts|
281|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: onClick(event: (event?: ClickEvent) => void): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: onClick(event: (event?: ClickEvent) => void): T;<br>New version: form|common.d.ts|
282|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: animation(value: AnimateParam): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: animation(value: AnimateParam): T;<br>New version: form|common.d.ts|
283|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: transition(value: TransitionOptions): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: transition(value: TransitionOptions): T;<br>New version: form|common.d.ts|
284|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: blur(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: blur(value: number): T;<br>New version: form|common.d.ts|
285|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: brightness(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: brightness(value: number): T;<br>New version: form|common.d.ts|
286|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: contrast(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: contrast(value: number): T;<br>New version: form|common.d.ts|
287|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: grayscale(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: grayscale(value: number): T;<br>New version: form|common.d.ts|
288|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: colorBlend(value: Color \| string \| Resource): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: colorBlend(value: Color \| string \| Resource): T;<br>New version: form|common.d.ts|
289|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: saturate(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: saturate(value: number): T;<br>New version: form|common.d.ts|
290|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: sepia(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: sepia(value: number): T;<br>New version: form|common.d.ts|
291|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: invert(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: invert(value: number): T;<br>New version: form|common.d.ts|
292|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: hueRotate(value: number \| string): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: hueRotate(value: number \| string): T;<br>New version: form|common.d.ts|
293|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: backdropBlur(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: backdropBlur(value: number): T;<br>New version: form|common.d.ts|
294|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: translate(value: TranslateOptions): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: translate(value: TranslateOptions): T;<br>New version: form|common.d.ts|
295|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: scale(value: ScaleOptions): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: scale(value: ScaleOptions): T;<br>New version: form|common.d.ts|
296|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: rotate(value: RotateOptions): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: rotate(value: RotateOptions): T;<br>New version: form|common.d.ts|
297|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: onAppear(event: () => void): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: onAppear(event: () => void): T;<br>New version: form|common.d.ts|
298|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: onDisAppear(event: () => void): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: onDisAppear(event: () => void): T;<br>New version: form|common.d.ts|
299|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: visibility(value: Visibility): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: visibility(value: Visibility): T;<br>New version: form|common.d.ts|
300|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: flexGrow(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: flexGrow(value: number): T;<br>New version: form|common.d.ts|
301|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: flexShrink(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: flexShrink(value: number): T;<br>New version: form|common.d.ts|
302|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: flexBasis(value: number \| string): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: flexBasis(value: number \| string): T;<br>New version: form|common.d.ts|
303|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: alignSelf(value: ItemAlign): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: alignSelf(value: ItemAlign): T;<br>New version: form|common.d.ts|
304|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: displayPriority(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: displayPriority(value: number): T;<br>New version: form|common.d.ts|
305|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: zIndex(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: zIndex(value: number): T;<br>New version: form|common.d.ts|
306|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: direction(value: Direction): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: direction(value: Direction): T;<br>New version: form|common.d.ts|
307|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: align(value: Alignment): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: align(value: Alignment): T;<br>New version: form|common.d.ts|
308|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: position(value: Position): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: position(value: Position): T;<br>New version: form|common.d.ts|
309|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: markAnchor(value: Position): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: markAnchor(value: Position): T;<br>New version: form|common.d.ts|
310|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: offset(value: Position): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: offset(value: Position): T;<br>New version: form|common.d.ts|
311|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: enabled(value: boolean): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: enabled(value: boolean): T;<br>New version: form|common.d.ts|
312|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: aspectRatio(value: number): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: aspectRatio(value: number): T;<br>New version: form|common.d.ts|
313|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: overlay(value: string, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>New version: form|common.d.ts|
314|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: linearGradient(value: {<br>    angle?: number \| string;<br>    direction?: GradientDirection;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: linearGradient(value: {<br>    angle?: number \| string;<br>    direction?: GradientDirection;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>New version: form|common.d.ts|
315|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: sweepGradient(value: {<br>    center: Array\<any>;<br>    start?: number \| string;<br>    end?: number \| string;<br>    rotation?: number \| string;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: sweepGradient(value: {<br>    center: Array\<any>;<br>    start?: number \| string;<br>    end?: number \| string;<br>    rotation?: number \| string;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>New version: form|common.d.ts|
316|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: radialGradient(value: { center: Array\<any>; radius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: radialGradient(value: { center: Array\<any>; radius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>New version: form|common.d.ts|
317|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: shadow(value: {<br>    radius: number \| Resource;<br>    color?: Color \| string \| Resource;<br>    offsetX?: number \| Resource;<br>    offsetY?: number \| Resource;<br>  }): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: shadow(value: {<br>    radius: number \| Resource;<br>    color?: Color \| string \| Resource;<br>    offsetX?: number \| Resource;<br>    offsetY?: number \| Resource;<br>  }): T;<br>New version: form|common.d.ts|
318|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>New version: form|common.d.ts|
319|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>New version: form|common.d.ts|
320|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: id(value: string): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: id(value: string): T;<br>New version: form|common.d.ts|
321|Widget support changed|Class name: CommonMethod;<br>Method or attribute name: stateStyles(value: StateStyles): T;<br>Old version: |Class name: CommonMethod;<br>Method or attribute name: stateStyles(value: StateStyles): T;<br>New version: form|common.d.ts|
322|Widget support changed|Class name: CommonAttribute;<br>Method or attribute name: declare class CommonAttribute<br>Old version: |Class name: CommonAttribute;<br>Method or attribute name: declare class CommonAttribute<br>New version: form|common.d.ts|
323|Widget support changed|Class name: CommonInterface;<br>Method or attribute name: interface CommonInterface<br>Old version: |Class name: CommonInterface;<br>Method or attribute name: interface CommonInterface<br>New version: form|common.d.ts|
324|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: declare class CommonShapeMethod<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: declare class CommonShapeMethod<br>New version: form|common.d.ts|
325|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: stroke(value: ResourceColor): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: stroke(value: ResourceColor): T;<br>New version: form|common.d.ts|
326|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: fill(value: ResourceColor): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: fill(value: ResourceColor): T;<br>New version: form|common.d.ts|
327|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeDashOffset(value: number \| string): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeDashOffset(value: number \| string): T;<br>New version: form|common.d.ts|
328|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeLineCap(value: LineCapStyle): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeLineCap(value: LineCapStyle): T;<br>New version: form|common.d.ts|
329|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;<br>New version: form|common.d.ts|
330|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeMiterLimit(value: number \| string): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeMiterLimit(value: number \| string): T;<br>New version: form|common.d.ts|
331|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeOpacity(value: number \| string \| Resource): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeOpacity(value: number \| string \| Resource): T;<br>New version: form|common.d.ts|
332|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: fillOpacity(value: number \| string \| Resource): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: fillOpacity(value: number \| string \| Resource): T;<br>New version: form|common.d.ts|
333|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeWidth(value: Length): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeWidth(value: Length): T;<br>New version: form|common.d.ts|
334|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: antiAlias(value: boolean): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: antiAlias(value: boolean): T;<br>New version: form|common.d.ts|
335|Widget support changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeDashArray(value: Array\<any>): T;<br>Old version: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeDashArray(value: Array\<any>): T;<br>New version: form|common.d.ts|
336|Widget support changed|Class name: CustomComponent;<br>Method or attribute name: declare class CustomComponent<br>Old version: |Class name: CustomComponent;<br>Method or attribute name: declare class CustomComponent<br>New version: form|common.d.ts|
337|Widget support changed|Class name: CustomComponent;<br>Method or attribute name: build(): void;<br>Old version: |Class name: CustomComponent;<br>Method or attribute name: build(): void;<br>New version: form|common.d.ts|
338|Widget support changed|Class name: CustomComponent;<br>Method or attribute name: aboutToAppear?(): void;<br>Old version: |Class name: CustomComponent;<br>Method or attribute name: aboutToAppear?(): void;<br>New version: form|common.d.ts|
339|Widget support changed|Class name: CustomComponent;<br>Method or attribute name: aboutToDisappear?(): void;<br>Old version: |Class name: CustomComponent;<br>Method or attribute name: aboutToDisappear?(): void;<br>New version: form|common.d.ts|
340|Widget support changed|Class name: View;<br>Method or attribute name: declare class View<br>Old version: |Class name: View;<br>Method or attribute name: declare class View<br>New version: form|common.d.ts|
341|Widget support changed|Class name: View;<br>Method or attribute name: create(value: any): any;<br>Old version: |Class name: View;<br>Method or attribute name: create(value: any): any;<br>New version: form|common.d.ts|
342