1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: NamedRouterOptions;<br>Method or attribute name: params?: Object;|@ohos.router.d.ts|
4|Added|NA|Class name: dragController;<br>Method or attribute name: function executeDrag(custom: CustomBuilder \| DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback\<{<br>    event: DragEvent, extraParams: string<br>  }>): void;|@ohos.arkui.dragController.d.ts|
5|Added|NA|Class name: dragController;<br>Method or attribute name: function executeDrag(custom: CustomBuilder \| DragItemInfo, dragInfo: DragInfo): Promise\<{<br>    event: DragEvent, extraParams: string<br>  }>;|@ohos.arkui.dragController.d.ts|
6|Added|NA|Class name: DragInfo;<br>Method or attribute name: pointerId: number;|@ohos.arkui.dragController.d.ts|
7|Added|NA|Class name: DragInfo;<br>Method or attribute name: data?: UDMF.UnifiedData;|@ohos.arkui.dragController.d.ts|
8|Added|NA|Class name: DragInfo;<br>Method or attribute name: extraParams?: string;|@ohos.arkui.dragController.d.ts|
9|Added|NA|Class name: LayeredDrawableDescriptor;<br>Method or attribute name: static getMaskClipPath(): string;|@ohos.arkui.drawableDescriptor.d.ts|
10|Added|NA|Class name: inspector;<br>Method or attribute name: function createComponentObserver(id: string): ComponentObserver;|@ohos.arkui.inspector.d.ts|
11|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: on(type: 'layout', callback: () => void): void;|@ohos.arkui.inspector.d.ts|
12|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: on(type: 'draw', callback: () => void): void;|@ohos.arkui.inspector.d.ts|
13|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: off(type: 'layout', callback?: () => void): void;|@ohos.arkui.inspector.d.ts|
14|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: off(type: 'draw', callback?: () => void): void;|@ohos.arkui.inspector.d.ts|
15|Added|NA|Class name: performanceMonitor;<br>Method or attribute name: function begin(scene: string, startInputType: ActionType, note?: string): void;|@ohos.arkui.performanceMonitor.d.ts|
16|Added|NA|Class name: performanceMonitor;<br>Method or attribute name: function end(scene: string): void;|@ohos.arkui.performanceMonitor.d.ts|
17|Added|NA|Class name: ActionType;<br>Method or attribute name: LAST_DOWN = 0|@ohos.arkui.performanceMonitor.d.ts|
18|Added|NA|Class name: ActionType;<br>Method or attribute name: LAST_UP = 1|@ohos.arkui.performanceMonitor.d.ts|
19|Added|NA|Class name: ActionType;<br>Method or attribute name: FIRST_MOVE = 2|@ohos.arkui.performanceMonitor.d.ts|
20|Added|NA|Class name: Font;<br>Method or attribute name: registerFont(options: font.FontOptions): void;|@ohos.arkui.UIContext.d.ts|
21|Added|NA|Class name: Font;<br>Method or attribute name: getSystemFontList(): Array\<string>;|@ohos.arkui.UIContext.d.ts|
22|Added|NA|Class name: Font;<br>Method or attribute name: getFontByName(fontName: string): font.FontInfo;|@ohos.arkui.UIContext.d.ts|
23|Added|NA|Class name: MediaQuery;<br>Method or attribute name: matchMediaSync(condition: string): mediaQuery.MediaQueryListener;|@ohos.arkui.UIContext.d.ts|
24|Added|NA|Class name: UIInspector;<br>Method or attribute name: createComponentObserver(id: string): inspector.ComponentObserver;|@ohos.arkui.UIContext.d.ts|
25|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
26|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
27|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
28|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
29|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
30|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
31|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
32|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
33|Added|NA|Class name: Router;<br>Method or attribute name: back(options: router.RouterOptions): void;|@ohos.arkui.UIContext.d.ts|
34|Added|NA|Class name: Router;<br>Method or attribute name: clear(): void;|@ohos.arkui.UIContext.d.ts|
35|Added|NA|Class name: Router;<br>Method or attribute name: getLength(): string;|@ohos.arkui.UIContext.d.ts|
36|Added|NA|Class name: Router;<br>Method or attribute name: getState(): router.RouterState;|@ohos.arkui.UIContext.d.ts|
37|Added|NA|Class name: Router;<br>Method or attribute name: showAlertBeforeBackPage(options: router.EnableAlertOptions): void;|@ohos.arkui.UIContext.d.ts|
38|Added|NA|Class name: Router;<br>Method or attribute name: hideAlertBeforeBackPage(): void;|@ohos.arkui.UIContext.d.ts|
39|Added|NA|Class name: Router;<br>Method or attribute name: getParams(): Object;|@ohos.arkui.UIContext.d.ts|
40|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
41|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
42|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
43|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
44|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
45|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
46|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
47|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
48|Added|NA|Class name: PromptAction;<br>Method or attribute name: showToast(options: promptAction.ShowToastOptions): void;|@ohos.arkui.UIContext.d.ts|
49|Added|NA|Class name: PromptAction;<br>Method or attribute name: showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback\<promptAction.ShowDialogSuccessResponse>): void;|@ohos.arkui.UIContext.d.ts|
50|Added|NA|Class name: PromptAction;<br>Method or attribute name: showDialog(options: promptAction.ShowDialogOptions): Promise\<promptAction.ShowDialogSuccessResponse>;|@ohos.arkui.UIContext.d.ts|
51|Added|NA|Class name: PromptAction;<br>Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void;|@ohos.arkui.UIContext.d.ts|
52|Added|NA|Class name: PromptAction;<br>Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions): Promise\<promptAction.ActionMenuSuccessResponse>;|@ohos.arkui.UIContext.d.ts|
53|Added|NA|Class name: ComponentUtils;<br>Method or attribute name: getRectangleById(id: string): componentUtils.ComponentInfo;|@ohos.arkui.UIContext.d.ts|
54|Added|NA|Class name: UIContext;<br>Method or attribute name: getFont(): Font;|@ohos.arkui.UIContext.d.ts|
55|Added|NA|Class name: UIContext;<br>Method or attribute name: getMediaQuery(): MediaQuery;|@ohos.arkui.UIContext.d.ts|
56|Added|NA|Class name: UIContext;<br>Method or attribute name: getUIInspector(): UIInspector;|@ohos.arkui.UIContext.d.ts|
57|Added|NA|Class name: UIContext;<br>Method or attribute name: getRouter(): Router;|@ohos.arkui.UIContext.d.ts|
58|Added|NA|Class name: UIContext;<br>Method or attribute name: getPromptAction(): PromptAction;|@ohos.arkui.UIContext.d.ts|
59|Added|NA|Class name: UIContext;<br>Method or attribute name: getComponentUtils(): ComponentUtils;|@ohos.arkui.UIContext.d.ts|
60|Added|NA|Class name: UIContext;<br>Method or attribute name: createAnimator(options: AnimatorOptions): AnimatorResult;|@ohos.arkui.UIContext.d.ts|
61|Added|NA|Class name: UIContext;<br>Method or attribute name: animateTo(value: AnimateParam, event: () => void): void;|@ohos.arkui.UIContext.d.ts|
62|Added|NA|Class name: UIContext;<br>Method or attribute name: showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons): void;|@ohos.arkui.UIContext.d.ts|
63|Added|NA|Class name: UIContext;<br>Method or attribute name: showActionSheet(value: ActionSheetOptions): void;|@ohos.arkui.UIContext.d.ts|
64|Added|NA|Class name: UIContext;<br>Method or attribute name: showDatePickerDialog(options: DatePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
65|Added|NA|Class name: UIContext;<br>Method or attribute name: showTimePickerDialog(options: TimePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
66|Added|NA|Class name: UIContext;<br>Method or attribute name: showTextPickerDialog(options: TextPickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
67|Added|NA|Class name: UIContext;<br>Method or attribute name: runScopedTask(callback: () => void): void;|@ohos.arkui.UIContext.d.ts|
68|Added|NA|Class name: componentUtils;<br>Method or attribute name: type Matrix4Result = [<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>  ];|@ohos.componentUtils.d.ts|
69|Added|NA|Class name: componentUtils;<br>Method or attribute name: function getRectangleById(id: string): ComponentInfo;|@ohos.componentUtils.d.ts|
70|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: size: Size|@ohos.componentUtils.d.ts|
71|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: localOffset: Offset|@ohos.componentUtils.d.ts|
72|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: windowOffset: Offset|@ohos.componentUtils.d.ts|
73|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: screenOffset: Offset|@ohos.componentUtils.d.ts|
74|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: translate: TranslateResult|@ohos.componentUtils.d.ts|
75|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: scale: ScaleResult|@ohos.componentUtils.d.ts|
76|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: rotate: RotateResult|@ohos.componentUtils.d.ts|
77|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: transform: Matrix4Result|@ohos.componentUtils.d.ts|
78|Added|NA|Class name: Size;<br>Method or attribute name: width: number|@ohos.componentUtils.d.ts|
79|Added|NA|Class name: Size;<br>Method or attribute name: height: number|@ohos.componentUtils.d.ts|
80|Added|NA|Class name: Offset;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
81|Added|NA|Class name: TranslateResult;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
82|Added|NA|Class name: ScaleResult;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
83|Added|NA|Class name: RotateResult;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
84|Added|NA|Class name: Offset;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
85|Added|NA|Class name: TranslateResult;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
86|Added|NA|Class name: ScaleResult;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
87|Added|NA|Class name: RotateResult;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
88|Added|NA|Class name: TranslateResult;<br>Method or attribute name: z: number|@ohos.componentUtils.d.ts|
89|Added|NA|Class name: ScaleResult;<br>Method or attribute name: z: number|@ohos.componentUtils.d.ts|
90|Added|NA|Class name: RotateResult;<br>Method or attribute name: z: number|@ohos.componentUtils.d.ts|
91|Added|NA|Class name: ScaleResult;<br>Method or attribute name: centerX: number|@ohos.componentUtils.d.ts|
92|Added|NA|Class name: RotateResult;<br>Method or attribute name: centerX: number|@ohos.componentUtils.d.ts|
93|Added|NA|Class name: ScaleResult;<br>Method or attribute name: centerY: number|@ohos.componentUtils.d.ts|
94|Added|NA|Class name: RotateResult;<br>Method or attribute name: centerY: number|@ohos.componentUtils.d.ts|
95|Added|NA|Class name: RotateResult;<br>Method or attribute name: angle: number|@ohos.componentUtils.d.ts|
96|Added|NA|Class name: curves;<br>Method or attribute name: function customCurve(interpolate: (fraction: number) => number): ICurve;|@ohos.curves.d.ts|
97|Added|NA|Class name: font;<br>Method or attribute name: function getSystemFontList(): Array\<string>;|@ohos.font.d.ts|
98|Added|NA|Class name: font;<br>Method or attribute name: function getFontByName(fontName: string): FontInfo;|@ohos.font.d.ts|
99|Added|NA|Class name: FontInfo;<br>Method or attribute name: path: string;|@ohos.font.d.ts|
100|Added|NA|Class name: FontInfo;<br>Method or attribute name: postScriptName: string;|@ohos.font.d.ts|
101|Added|NA|Class name: FontInfo;<br>Method or attribute name: fullName: string;|@ohos.font.d.ts|
102|Added|NA|Class name: FontInfo;<br>Method or attribute name: family: string;|@ohos.font.d.ts|
103|Added|NA|Class name: FontInfo;<br>Method or attribute name: subfamily: string;|@ohos.font.d.ts|
104|Added|NA|Class name: FontInfo;<br>Method or attribute name: weight: number;|@ohos.font.d.ts|
105|Added|NA|Class name: FontInfo;<br>Method or attribute name: width: number;|@ohos.font.d.ts|
106|Added|NA|Class name: FontInfo;<br>Method or attribute name: italic: boolean;|@ohos.font.d.ts|
107|Added|NA|Class name: FontInfo;<br>Method or attribute name: monoSpace: boolean;|@ohos.font.d.ts|
108|Added|NA|Class name: FontInfo;<br>Method or attribute name: symbolic: boolean;|@ohos.font.d.ts|
109|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
110|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions): Promise\<void>;|@ohos.router.d.ts|
111|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
112|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
113|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
114|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions): Promise\<void>;|@ohos.router.d.ts|
115|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
116|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
117|Added|NA|Class name: NamedRouterOptions;<br>Method or attribute name: name: string;|@ohos.router.d.ts|
118|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function copy(): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function copy(): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts|
119|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function invert(): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function invert(): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts|
120|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function combine(options: Matrix4Transit): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function combine(options: Matrix4Transit): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts|
121|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function translate(options: TranslateOption): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function translate(options: TranslateOption): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts|
122|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function scale(options: ScaleOption): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function scale(options: ScaleOption): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts|
123|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function rotate(options: RotateOption): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function rotate(options: RotateOption): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts|
124|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function transformPoint(options: [number, number]): [number, number];<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function transformPoint(options: [number, number]): [number, number];<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts|
125|Deprecated version changed|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information: 10<br>Substitute API: ClickEvent#windowX|common.d.ts|
126|Deprecated version changed|Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>New version information: 10<br>Substitute API: MouseEvent#windowX|common.d.ts|
127|Deprecated version changed|Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>New version information: 10<br>Substitute API: TouchObject#windowX|common.d.ts|
128|Deprecated version changed|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information: 10<br>Substitute API: ClickEvent#windowY|common.d.ts|
129|Deprecated version changed|Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>New version information: 10<br>Substitute API: MouseEvent#windowY|common.d.ts|
130|Deprecated version changed|Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>New version information: 10<br>Substitute API: TouchObject#windowY|common.d.ts|
131|Deprecated version changed|Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>Old version information: |Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>New version information: 10<br>Substitute API: DragEvent#getWindowX()|common.d.ts|
132|Deprecated version changed|Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>Old version information: |Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>New version information: 10<br>Substitute API: DragEvent#getWindowY()|common.d.ts|
133|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Link(propName: string): any;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Link(propName: string): any;<br>New version information: 10<br>Substitute API: AppStorage#link|common_ts_ets_api.d.ts|
134|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>New version information: 10<br>Substitute API: AppStorage#setAndLink|common_ts_ets_api.d.ts|
135|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Prop(propName: string): any;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Prop(propName: string): any;<br>New version information: 10<br>Substitute API: AppStorage#prop|common_ts_ets_api.d.ts|
136|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>New version information: 10<br>Substitute API: AppStorage#setAndProp|common_ts_ets_api.d.ts|
137|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Has(propName: string): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Has(propName: string): boolean;<br>New version information: 10<br>Substitute API: AppStorage#has|common_ts_ets_api.d.ts|
138|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Get\<T>(propName: string): T \| undefined;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Get\<T>(propName: string): T \| undefined;<br>New version information: 10<br>Substitute API: AppStorage#get|common_ts_ets_api.d.ts|
139|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Set\<T>(propName: string, newValue: T): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Set\<T>(propName: string, newValue: T): boolean;<br>New version information: 10<br>Substitute API: AppStorage#set|common_ts_ets_api.d.ts|
140|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static SetOrCreate\<T>(propName: string, newValue: T): void;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static SetOrCreate\<T>(propName: string, newValue: T): void;<br>New version information: 10<br>Substitute API: AppStorage#setOrCreate|common_ts_ets_api.d.ts|
141|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Delete(propName: string): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Delete(propName: string): boolean;<br>New version information: 10<br>Substitute API: AppStorage#delete|common_ts_ets_api.d.ts|
142|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Keys(): IterableIterator\<string>;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Keys(): IterableIterator\<string>;<br>New version information: 10<br>Substitute API: AppStorage#keys|common_ts_ets_api.d.ts|
143|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Clear(): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Clear(): boolean;<br>New version information: 10<br>Substitute API: AppStorage#clear|common_ts_ets_api.d.ts|
144|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static IsMutable(propName: string): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static IsMutable(propName: string): boolean;<br>New version information: 10<br>Substitute API: |common_ts_ets_api.d.ts|
145|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Size(): number;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Size(): number;<br>New version information: 10<br>Substitute API: AppStorage#size|common_ts_ets_api.d.ts|
146|Deprecated version changed|Class name: Environment;<br>Method or attribute name: static EnvProp\<S>(key: string, value: S): boolean;<br>Old version information: |Class name: Environment;<br>Method or attribute name: static EnvProp\<S>(key: string, value: S): boolean;<br>New version information: 10<br>Substitute API: Environment#envProp|common_ts_ets_api.d.ts|
147|Deprecated version changed|Class name: Environment;<br>Method or attribute name: static EnvProps(<br>    props: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;<br>Old version information: |Class name: Environment;<br>Method or attribute name: static EnvProps(<br>    props: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;<br>New version information: 10<br>Substitute API: Environment#envProps|common_ts_ets_api.d.ts|
148|Deprecated version changed|Class name: Environment;<br>Method or attribute name: static Keys(): Array\<string>;<br>Old version information: |Class name: Environment;<br>Method or attribute name: static Keys(): Array\<string>;<br>New version information: 10<br>Substitute API: Environment#keys|common_ts_ets_api.d.ts|
149|Deprecated version changed|Class name: PersistentStorage;<br>Method or attribute name: static Keys(): Array\<string>;<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: static Keys(): Array\<string>;<br>New version information: 10<br>Substitute API: PersistentStorage#keys|common_ts_ets_api.d.ts|
150|Deprecated version changed|Class name: PersistentStorage;<br>Method or attribute name: static PersistProp\<T>(key: string, defaultValue: T): void;<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: static PersistProp\<T>(key: string, defaultValue: T): void;<br>New version information: 10<br>Substitute API: PersistentStorage#persistProp|common_ts_ets_api.d.ts|
151|Deprecated version changed|Class name: PersistentStorage;<br>Method or attribute name: static DeleteProp(key: string): void;<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: static DeleteProp(key: string): void;<br>New version information: 10<br>Substitute API: PersistentStorage#deleteProp|common_ts_ets_api.d.ts|
152|Deprecated version changed|Class name: PersistentStorage;<br>Method or attribute name: static PersistProps(<br>    properties: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: static PersistProps(<br>    properties: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;<br>New version information: 10<br>Substitute API: PersistentStorage#PersistProps|common_ts_ets_api.d.ts|
153|Deprecated version changed|Class name: LocalStorage;<br>Method or attribute name: static GetShared(): LocalStorage;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: static GetShared(): LocalStorage;<br>New version information: 10<br>Substitute API: LocalStorage#getShared|common_ts_ets_api.d.ts|
154|Deprecated version changed|Class name: ListItemInterface;<br>Method or attribute name: (value?: string): ListItemAttribute;<br>Old version information: |Class name: ListItemInterface;<br>Method or attribute name: (value?: string): ListItemAttribute;<br>New version information: 10<br>Substitute API: listItem/ListItemInterface|list_item.d.ts|
155|Deprecated version changed|Class name: NavigationAttribute;<br>Method or attribute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>New version information: 10<br>Substitute API: navigation/NavigationAttribute#toolbarConfiguration|navigation.d.ts|
156|Deprecated version changed|Class name: WebAttribute;<br>Method or attribute name: password(password: boolean): WebAttribute;<br>Old version information: |Class name: WebAttribute;<br>Method or attribute name: password(password: boolean): WebAttribute;<br>New version information: 10<br>Substitute API: |web.d.ts|
157|Deprecated version changed|Class name: WebAttribute;<br>Method or attribute name: tableData(tableData: boolean): WebAttribute;<br>Old version information: |Class name: WebAttribute;<br>Method or attribute name: tableData(tableData: boolean): WebAttribute;<br>New version information: 10<br>Substitute API: |web.d.ts|
158|Deprecated version changed|Class name: WebAttribute;<br>Method or attribute name: wideViewModeAccess(wideViewModeAccess: boolean): WebAttribute;<br>Old version information: |Class name: WebAttribute;<br>Method or attribute name: wideViewModeAccess(wideViewModeAccess: boolean): WebAttribute;<br>New version information: 10<br>Substitute API: |web.d.ts|
159|Access level changed|Class name: uiAppearance;<br>Method or attribute name: declare uiAppearance<br>Old version information: |Class name: uiAppearance;<br>Method or attribute name: declare uiAppearance<br>New version information: systemapi|@ohos.uiAppearance.d.ts|
160|Access level changed|Class name: DarkMode;<br>Method or attribute name: enum DarkMode<br>Old version information: |Class name: DarkMode;<br>Method or attribute name: enum DarkMode<br>New version information: systemapi|@ohos.uiAppearance.d.ts|
161|Access level changed|Class name: DarkMode;<br>Method or attribute name: ALWAYS_DARK = 0<br>Old version information: |Class name: DarkMode;<br>Method or attribute name: ALWAYS_DARK = 0<br>New version information: systemapi|@ohos.uiAppearance.d.ts|
162|Access level changed|Class name: DarkMode;<br>Method or attribute name: ALWAYS_LIGHT = 1<br>Old version information: |Class name: DarkMode;<br>Method or attribute name: ALWAYS_LIGHT = 1<br>New version information: systemapi|@ohos.uiAppearance.d.ts|
163|Access level changed|Class name: CommonMethod;<br>Method or attribute name: sphericalEffect(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: sphericalEffect(value: number): T;<br>New version information: systemapi|common.d.ts|
164|Access level changed|Class name: CommonMethod;<br>Method or attribute name: lightUpEffect(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: lightUpEffect(value: number): T;<br>New version information: systemapi|common.d.ts|
165|Access level changed|Class name: CommonMethod;<br>Method or attribute name: pixelStretchEffect(options: PixelStretchEffectOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: pixelStretchEffect(options: PixelStretchEffectOptions): T;<br>New version information: systemapi|common.d.ts|
166|Access level changed|Class name: ChainEdgeEffect;<br>Method or attribute name: DEFAULT<br>Old version information: |Class name: ChainEdgeEffect;<br>Method or attribute name: DEFAULT<br>New version information: systemapi|list.d.ts|
167|Access level changed|Class name: ChainEdgeEffect;<br>Method or attribute name: STRETCH<br>Old version information: |Class name: ChainEdgeEffect;<br>Method or attribute name: STRETCH<br>New version information: systemapi|list.d.ts|
168|Access level changed|Class name: ChainAnimationOptions;<br>Method or attribute name: minSpace: Length;<br>Old version information: |Class name: ChainAnimationOptions;<br>Method or attribute name: minSpace: Length;<br>New version information: systemapi|list.d.ts|
169|Access level changed|Class name: ChainAnimationOptions;<br>Method or attribute name: maxSpace: Length;<br>Old version information: |Class name: ChainAnimationOptions;<br>Method or attribute name: maxSpace: Length;<br>New version information: systemapi|list.d.ts|
170|Access level changed|Class name: ChainAnimationOptions;<br>Method or attribute name: conductivity?: number;<br>Old version information: |Class name: ChainAnimationOptions;<br>Method or attribute name: conductivity?: number;<br>New version information: systemapi|list.d.ts|
171|Access level changed|Class name: ChainAnimationOptions;<br>Method or attribute name: intensity?: number;<br>Old version information: |Class name: ChainAnimationOptions;<br>Method or attribute name: intensity?: number;<br>New version information: systemapi|list.d.ts|
172|Access level changed|Class name: ChainAnimationOptions;<br>Method or attribute name: edgeEffect?: ChainEdgeEffect;<br>Old version information: |Class name: ChainAnimationOptions;<br>Method or attribute name: edgeEffect?: ChainEdgeEffect;<br>New version information: systemapi|list.d.ts|
173|Access level changed|Class name: RRect;<br>Method or attribute name: left: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: left: number;<br>New version information: systemapi|remote_window.d.ts|
174|Access level changed|Class name: RRect;<br>Method or attribute name: top: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: top: number;<br>New version information: systemapi|remote_window.d.ts|
175|Access level changed|Class name: RRect;<br>Method or attribute name: width: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: width: number;<br>New version information: systemapi|remote_window.d.ts|
176|Access level changed|Class name: RRect;<br>Method or attribute name: height: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: height: number;<br>New version information: systemapi|remote_window.d.ts|
177|Access level changed|Class name: RRect;<br>Method or attribute name: radius: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: radius: number;<br>New version information: systemapi|remote_window.d.ts|
178|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>New version information: systemapi|remote_window.d.ts|
179|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>New version information: systemapi|remote_window.d.ts|
180|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>New version information: systemapi|remote_window.d.ts|
181|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>New version information: systemapi|remote_window.d.ts|
182|Type changed|Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>New version information: number|canvaspattern.d.ts|
183|Type changed|Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>New version information: number|canvaspattern.d.ts|
184|Type changed|Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>New version information: number|canvaspattern.d.ts|
185|Type changed|Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>New version information: number|canvaspattern.d.ts|
186|Type changed|Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>New version information: number|canvaspattern.d.ts|
187|Type changed|Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>New version information: number|canvaspattern.d.ts|
188|Type changed|Class name: FontOptions;<br>Method or attribute name: familyName: string \| Resource;<br>Old version information: |Class name: FontOptions;<br>Method or attribute name: familyName: string \| Resource;<br>New version information: string \| Resource|@ohos.font.d.ts|
189|Type changed|Class name: FontOptions;<br>Method or attribute name: familySrc: string \| Resource;<br>Old version information: |Class name: FontOptions;<br>Method or attribute name: familySrc: string \| Resource;<br>New version information: string \| Resource|@ohos.font.d.ts|
190|Type changed|Class name: TranslateOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: x?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
191|Type changed|Class name: ScaleOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: x?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
192|Type changed|Class name: RotateOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: x?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
193|Type changed|Class name: TranslateOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: y?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
194|Type changed|Class name: ScaleOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: y?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
195|Type changed|Class name: RotateOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: y?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
196|Type changed|Class name: TranslateOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: z?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
197|Type changed|Class name: ScaleOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: z?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
198|Type changed|Class name: RotateOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: z?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
199|Type changed|Class name: ScaleOption;<br>Method or attribute name: centerX?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: centerX?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
200|Type changed|Class name: RotateOption;<br>Method or attribute name: centerX?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: centerX?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
201|Type changed|Class name: ScaleOption;<br>Method or attribute name: centerY?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: centerY?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
202|Type changed|Class name: RotateOption;<br>Method or attribute name: centerY?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: centerY?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
203|Type changed|Class name: RotateOption;<br>Method or attribute name: angle?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: angle?: number;<br>New version information: ?number|@ohos.matrix4.d.ts|
204|Type changed|Class name: MeasureOptions;<br>Method or attribute name: textContent: string \| Resource;<br>Old version information: ( string \| Resource )|Class name: MeasureOptions;<br>Method or attribute name: textContent: string \| Resource;<br>New version information: string \| Resource|@ohos.measure.d.ts|
205|Type changed|Class name: MeasureOptions;<br>Method or attribute name: constraintWidth?: number \| string \| Resource;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: constraintWidth?: number \| string \| Resource;<br>New version information: ?(number \| string \| Resource)|@ohos.measure.d.ts|
206|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontSize?: number \| string \| Resource;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: fontSize?: number \| string \| Resource;<br>New version information: ?(number \| string \| Resource)|@ohos.measure.d.ts|
207|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontStyle?: number \| FontStyle;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: fontStyle?: number \| FontStyle;<br>New version information: ?(number \| FontStyle)|@ohos.measure.d.ts|
208|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontWeight?: number \| string \| FontWeight;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: fontWeight?: number \| string \| FontWeight;<br>New version information: ?(number \| string \| FontWeight)|@ohos.measure.d.ts|
209|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontFamily?: string \| Resource;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: fontFamily?: string \| Resource;<br>New version information: ?(number \| Resource)|@ohos.measure.d.ts|
210|Type changed|Class name: MeasureOptions;<br>Method or attribute name: letterSpacing?: number \| string;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: letterSpacing?: number \| string;<br>New version information: ?(number \| string)|@ohos.measure.d.ts|
211|Type changed|Class name: MeasureOptions;<br>Method or attribute name: textAlign?: number \| TextAlign;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: textAlign?: number \| TextAlign;<br>New version information: ?(number \| TextAlign)|@ohos.measure.d.ts|
212|Type changed|Class name: MeasureOptions;<br>Method or attribute name: overflow?: number \| TextOverflow;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: overflow?: number \| TextOverflow;<br>New version information: ?(number \| TextOverflow)|@ohos.measure.d.ts|
213|Type changed|Class name: MeasureOptions;<br>Method or attribute name: maxLines?: number;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: maxLines?: number;<br>New version information: ?number|@ohos.measure.d.ts|
214|Type changed|Class name: MeasureOptions;<br>Method or attribute name: lineHeight?: number \| string \| Resource;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: lineHeight?: number \| string \| Resource;<br>New version information: ?(number \| string \| Resource)|@ohos.measure.d.ts|
215|Type changed|Class name: MeasureOptions;<br>Method or attribute name: baselineOffset?: number \| string;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: baselineOffset?: number \| string;<br>New version information: ?(number \| string)|@ohos.measure.d.ts|
216|Type changed|Class name: MeasureOptions;<br>Method or attribute name: textCase?: number \| TextCase;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: textCase?: number \| TextCase;<br>New version information: ?(number \| TextCase)|@ohos.measure.d.ts|
217|Type changed|Class name: MediaQueryResult;<br>Method or attribute name: readonly matches: boolean;<br>Old version information: |Class name: MediaQueryResult;<br>Method or attribute name: readonly matches: boolean;<br>New version information: boolean|@ohos.mediaquery.d.ts|
218|Type changed|Class name: MediaQueryResult;<br>Method or attribute name: readonly media: string;<br>Old version information: |Class name: MediaQueryResult;<br>Method or attribute name: readonly media: string;<br>New version information: string|@ohos.mediaquery.d.ts|
219|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information: ?number|@ohos.prompt.d.ts|
220|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information: ?(string \| number)|@ohos.prompt.d.ts|
221|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>Old version information: string|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>New version information: ?string|@ohos.prompt.d.ts|
222|Type changed|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>Old version information: string|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>New version information: ?string|@ohos.prompt.d.ts|
223|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>Old version information: string|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>New version information: ?string|@ohos.prompt.d.ts|
224|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version information: ?([Button, Button?, Button?])|@ohos.prompt.d.ts|
225|Type changed|Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>Old version information: |Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>New version information: number|@ohos.prompt.d.ts|
226|Type changed|Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>Old version information: |Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version information: [Button, Button?, Button?, Button?, Button?, Button?]|@ohos.prompt.d.ts|
227|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version information: number|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information: ?number|@ohos.promptAction.d.ts|
228|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version information: string \| number|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information: ?string \| number|@ohos.promptAction.d.ts|
229|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string \| Resource;<br>Old version information: string \| Resource|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information: ?string \| Resource|@ohos.promptAction.d.ts|
230|Type changed|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string \| Resource;<br>Old version information: string \| Resource|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information: ?string \| Resource|@ohos.promptAction.d.ts|
231|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string \| Resource;<br>Old version information: string \| Resource|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string \| Resource;<br>New version information: ?string \| Resource|@ohos.promptAction.d.ts|
232|Type changed|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>Old version information: Object|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>New version information: ?Object|@ohos.router.d.ts|
233|Type changed|Class name: AppResponse;<br>Method or attribute name: appID: string;<br>Old version information: |Class name: AppResponse;<br>Method or attribute name: appID: string;<br>New version information: string|@system.app.d.ts|
234|Type changed|Class name: AppResponse;<br>Method or attribute name: appName: string;<br>Old version information: |Class name: AppResponse;<br>Method or attribute name: appName: string;<br>New version information: string|@system.app.d.ts|
235|Type changed|Class name: AppResponse;<br>Method or attribute name: versionName: string;<br>Old version information: |Class name: AppResponse;<br>Method or attribute name: versionName: string;<br>New version information: string|@system.app.d.ts|
236|Type changed|Class name: AppResponse;<br>Method or attribute name: versionCode: number;<br>Old version information: |Class name: AppResponse;<br>Method or attribute name: versionCode: number;<br>New version information: string|@system.app.d.ts|
237|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: visible?: boolean;<br>Old version information: |Class name: ScreenOnVisibleOptions;<br>Method or attribute name: visible?: boolean;<br>New version information: ?string|@system.app.d.ts|
238|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: success?: () => void;<br>Old version information: |Class name: ScreenOnVisibleOptions;<br>Method or attribute name: success?: () => void;<br>New version information: ?(() => void)|@system.app.d.ts|
239|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: ScreenOnVisibleOptions;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: ?((data: string, code: number) => void)|@system.app.d.ts|
240|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: ScreenOnVisibleOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?(() => void)|@system.app.d.ts|
241|Type changed|Class name: RequestFullWindowOptions;<br>Method or attribute name: duration: number;<br>Old version information: |Class name: RequestFullWindowOptions;<br>Method or attribute name: duration: number;<br>New version information: number|@system.app.d.ts|
242|Type changed|Class name: LocaleResponse;<br>Method or attribute name: language: string;<br>Old version information: |Class name: LocaleResponse;<br>Method or attribute name: language: string;<br>New version information: string|@system.configuration.d.ts|
243|Type changed|Class name: LocaleResponse;<br>Method or attribute name: countryOrRegion: string;<br>Old version information: |Class name: LocaleResponse;<br>Method or attribute name: countryOrRegion: string;<br>New version information: string|@system.configuration.d.ts|
244|Type changed|Class name: LocaleResponse;<br>Method or attribute name: dir: "ltr" \| "rtl";<br>Old version information: |Class name: LocaleResponse;<br>Method or attribute name: dir: "ltr" \| "rtl";<br>New version information: 'ltr' \| 'rtl'|@system.configuration.d.ts|
245|Type changed|Class name: MediaQueryEvent;<br>Method or attribute name: matches: boolean;<br>Old version information: |Class name: MediaQueryEvent;<br>Method or attribute name: matches: boolean;<br>New version information: boolean|@system.mediaquery.d.ts|
246|Type changed|Class name: MediaQueryList;<br>Method or attribute name: media?: string;<br>Old version information: |Class name: MediaQueryList;<br>Method or attribute name: media?: string;<br>New version information: ?string|@system.mediaquery.d.ts|
247|Type changed|Class name: MediaQueryList;<br>Method or attribute name: matches?: boolean;<br>Old version information: |Class name: MediaQueryList;<br>Method or attribute name: matches?: boolean;<br>New version information: ?boolean|@system.mediaquery.d.ts|
248|Type changed|Class name: MediaQueryList;<br>Method or attribute name: onchange?: (matches: boolean) => void;<br>Old version information: |Class name: MediaQueryList;<br>Method or attribute name: onchange?: (matches: boolean) => void;<br>New version information: ?((matches: boolean) => void)|@system.mediaquery.d.ts|
249|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>New version information: string|@system.prompt.d.ts|
250|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information: number|@system.prompt.d.ts|
251|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information: string \| number|@system.prompt.d.ts|
252|Type changed|Class name: Button;<br>Method or attribute name: text: string;<br>Old version information: |Class name: Button;<br>Method or attribute name: text: string;<br>New version information: string|@system.prompt.d.ts|
253|Type changed|Class name: Button;<br>Method or attribute name: color: string;<br>Old version information: |Class name: Button;<br>Method or attribute name: color: string;<br>New version information: string|@system.prompt.d.ts|
254|Type changed|Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>Old version information: |Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>New version information: number|@system.prompt.d.ts|
255|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>New version information: ?string|@system.prompt.d.ts|
256|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: title?: string;<br>New version information: ?string|@system.prompt.d.ts|
257|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>New version information: ?string|@system.prompt.d.ts|
258|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version information: [Button, Button?, Button?]|@system.prompt.d.ts|
259|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version information: [Button, Button?, Button?, Button?, Button?, Button?]|@system.prompt.d.ts|
260|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: success?: (tapIndex: number, errMsg: string) => void;<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: success?: (tapIndex: number, errMsg: string) => void;<br>New version information: ?((tapIndex: number, errMsg: string) => void)|@system.prompt.d.ts|
261|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: fail?: (errMsg: string) => void;<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: fail?: (errMsg: string) => void;<br>New version information: ?((errMsg: string) => void)|@system.prompt.d.ts|
262|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?(() => void)|@system.prompt.d.ts|
263|Type changed|Class name: RouterOptions;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: RouterOptions;<br>Method or attribute name: uri: string;<br>New version information: string|@system.router.d.ts|
264|Type changed|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>Old version information: |Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>New version information: ?Object|@system.router.d.ts|
265|Type changed|Class name: BackRouterOptions;<br>Method or attribute name: params?: Object;<br>Old version information: |Class name: BackRouterOptions;<br>Method or attribute name: params?: Object;<br>New version information: ?Object|@system.router.d.ts|
266|Type changed|Class name: BackRouterOptions;<br>Method or attribute name: uri?: string;<br>Old version information: |Class name: BackRouterOptions;<br>Method or attribute name: uri?: string;<br>New version information: ?string|@system.router.d.ts|
267|Type changed|Class name: RouterState;<br>Method or attribute name: index: number;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: index: number;<br>New version information: number|@system.router.d.ts|
268|Type changed|Class name: RouterState;<br>Method or attribute name: name: string;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: name: string;<br>New version information: string|@system.router.d.ts|
269|Type changed|Class name: RouterState;<br>Method or attribute name: path: string;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: path: string;<br>New version information: string|@system.router.d.ts|
270|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: message: string;<br>New version information: string|@system.router.d.ts|
271|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>Old version information: |Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version information: (errMsg: string) => void|@system.router.d.ts|
272|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>Old version information: |Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version information: (errMsg: string) => void|@system.router.d.ts|
273|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>Old version information: |Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version information: (errMsg: string) => void|@system.router.d.ts|
274|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>Old version information: |Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version information: (errMsg: string) => void|@system.router.d.ts|
275|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: () => void|@system.router.d.ts|
276|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: () => void|@system.router.d.ts|
277|Type changed|Class name: sourcefile;<br>Method or attribute name: declare type CustomBuilder = (() => any) \| void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type CustomBuilder = (() => any) \| void;<br>New version information: (() => any) \| void|common.d.ts|
278|Type changed|Class name: SheetInfo;<br>Method or attribute name: title: string \| Resource;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: title: string \| Resource;<br>New version information: string \| Resource|action_sheet.d.ts|
279|Type changed|Class name: SheetInfo;<br>Method or attribute name: icon?: string \| Resource;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: icon?: string \| Resource;<br>New version information: ?(string \| Resource)|action_sheet.d.ts|
280|Type changed|Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>New version information: () => void|action_sheet.d.ts|
281|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: title?: ResourceStr;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: title?: ResourceStr;<br>New version information: ?ResourceStr|alert_dialog.d.ts|
282|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: message: ResourceStr;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: message: ResourceStr;<br>New version information: ResourceStr|alert_dialog.d.ts|
283|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: ?boolean|alert_dialog.d.ts|
284|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>New version information: ?(() => void)|alert_dialog.d.ts|
285|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: alignment?: DialogAlignment;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information: ?DialogAlignment|alert_dialog.d.ts|
286|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: offset?: Offset;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: offset?: Offset;<br>New version information: ?Offset|alert_dialog.d.ts|
287|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: gridCount?: number;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: gridCount?: number;<br>New version information: ?number|alert_dialog.d.ts|
288|Type changed|Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: confirm?: {<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: |Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: confirm?: {<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: ?{value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|alert_dialog.d.ts|
289|Type changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: primaryButton: {<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: |Class name: AlertDialogParamWithButtons;<br>Method or attribute name: primaryButton: {<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: {value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|alert_dialog.d.ts|
290|Type changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: secondaryButton: {<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: |Class name: AlertDialogParamWithButtons;<br>Method or attribute name: secondaryButton: {<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { () => void }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: {value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|alert_dialog.d.ts|
291|Type changed|Class name: BadgeStyle;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information: ?ResourceColor|badge.d.ts|
292|Type changed|Class name: BadgeStyle;<br>Method or attribute name: fontSize?: number \| string;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: fontSize?: number \| string;<br>New version information: ?(number \| string)|badge.d.ts|
293|Type changed|Class name: BadgeStyle;<br>Method or attribute name: badgeSize?: number \| string;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: badgeSize?: number \| string;<br>New version information: ?(number \| string)|badge.d.ts|
294|Type changed|Class name: BadgeStyle;<br>Method or attribute name: badgeColor?: ResourceColor;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: badgeColor?: ResourceColor;<br>New version information: ?ResourceColor|badge.d.ts|
295|Type changed|Class name: BadgeStyle;<br>Method or attribute name: borderColor?: ResourceColor;<br>Old version information: ResourceColor|Class name: BadgeStyle;<br>Method or attribute name: borderColor?: ResourceColor;<br>New version information: ?ResourceColor|badge.d.ts|
296|Type changed|Class name: BadgeStyle;<br>Method or attribute name: borderWidth?: Length;<br>Old version information: Length|Class name: BadgeStyle;<br>Method or attribute name: borderWidth?: Length;<br>New version information: ?Length|badge.d.ts|
297|Type changed|Class name: BadgeStyle;<br>Method or attribute name: fontWeight?: number \| FontWeight \| string;<br>Old version information: number \| FontWeight \| string|Class name: BadgeStyle;<br>Method or attribute name: fontWeight?: number \| FontWeight \| string;<br>New version information: ?(number \| FontWeight \| string)|badge.d.ts|
298|Type changed|Class name: BadgeParam;<br>Method or attribute name: position?: BadgePosition \| Position;<br>Old version information: |Class name: BadgeParam;<br>Method or attribute name: position?: BadgePosition \| Position;<br>New version information: BadgePosition \| Position|badge.d.ts|
299|Type changed|Class name: BadgeParam;<br>Method or attribute name: style: BadgeStyle;<br>Old version information: |Class name: BadgeParam;<br>Method or attribute name: style: BadgeStyle;<br>New version information: BadgeStyle|badge.d.ts|
300|Type changed|Class name: BadgeParamWithNumber;<br>Method or attribute name: count: number;<br>Old version information: |Class name: BadgeParamWithNumber;<br>Method or attribute name: count: number;<br>New version information: number|badge.d.ts|
301|Type changed|Class name: BadgeParamWithNumber;<br>Method or attribute name: maxCount?: number;<br>Old version information: |Class name: BadgeParamWithNumber;<br>Method or attribute name: maxCount?: number;<br>New version information: ?number|badge.d.ts|
302|Type changed|Class name: BadgeParamWithString;<br>Method or attribute name: value: string;<br>Old version information: |Class name: BadgeParamWithString;<br>Method or attribute name: value: string;<br>New version information: string|badge.d.ts|
303|Type changed|Class name: ButtonOptions;<br>Method or attribute name: type?: ButtonType;<br>Old version information: |Class name: ButtonOptions;<br>Method or attribute name: type?: ButtonType;<br>New version information: ?ButtonType|button.d.ts|
304|Type changed|Class name: ButtonOptions;<br>Method or attribute name: stateEffect?: boolean;<br>Old version information: |Class name: ButtonOptions;<br>Method or attribute name: stateEffect?: boolean;<br>New version information: ?boolean|button.d.ts|
305|Type changed|Class name: LabelStyle;<br>Method or attribute name: overflow?: TextOverflow;<br>Old version information: TextOverflow|Class name: LabelStyle;<br>Method or attribute name: overflow?: TextOverflow;<br>New version information: ?TextOverflow|button.d.ts|
306|Type changed|Class name: LabelStyle;<br>Method or attribute name: maxLines?: number;<br>Old version information: number|Class name: LabelStyle;<br>Method or attribute name: maxLines?: number;<br>New version information: ?number|button.d.ts|
307|Type changed|Class name: LabelStyle;<br>Method or attribute name: minFontSize?: number \| ResourceStr;<br>Old version information: number \| ResourceStr|Class name: LabelStyle;<br>Method or attribute name: minFontSize?: number \| ResourceStr;<br>New version information: ?(number \| ResourceStr)|button.d.ts|
308|Type changed|Class name: LabelStyle;<br>Method or attribute name: maxFontSize?: number \| ResourceStr;<br>Old version information: number \| ResourceStr|Class name: LabelStyle;<br>Method or attribute name: maxFontSize?: number \| ResourceStr;<br>New version information: ?(number \| ResourceStr)|button.d.ts|
309|Type changed|Class name: LabelStyle;<br>Method or attribute name: heightAdaptivePolicy?: TextHeightAdaptivePolicy;<br>Old version information: TextHeightAdaptivePolicy|Class name: LabelStyle;<br>Method or attribute name: heightAdaptivePolicy?: TextHeightAdaptivePolicy;<br>New version information: ?TextHeightAdaptivePolicy|button.d.ts|
310|Type changed|Class name: LabelStyle;<br>Method or attribute name: font?: Font;<br>Old version information: Font|Class name: LabelStyle;<br>Method or attribute name: font?: Font;<br>New version information: ?Font|button.d.ts|
311|Type changed|Class name: CalendarDay;<br>Method or attribute name: index: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: index: number;<br>New version information: number|calendar.d.ts|
312|Type changed|Class name: CalendarDay;<br>Method or attribute name: lunarMonth: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: lunarMonth: string;<br>New version information: string|calendar.d.ts|
313|Type changed|Class name: CalendarDay;<br>Method or attribute name: lunarDay: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: lunarDay: string;<br>New version information: string|calendar.d.ts|
314|Type changed|Class name: CalendarDay;<br>Method or attribute name: dayMark: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: dayMark: string;<br>New version information: string|calendar.d.ts|
315|Type changed|Class name: CalendarDay;<br>Method or attribute name: dayMarkValue: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: dayMarkValue: string;<br>New version information: string|calendar.d.ts|
316|Type changed|Class name: CalendarDay;<br>Method or attribute name: year: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: year: number;<br>New version information: number|calendar.d.ts|
317|Type changed|Class name: MonthData;<br>Method or attribute name: year: number;<br>Old version information: |Class name: MonthData;<br>Method or attribute name: year: number;<br>New version information: number|calendar.d.ts|
318|Type changed|Class name: CalendarDay;<br>Method or attribute name: month: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: month: number;<br>New version information: number|calendar.d.ts|
319|Type changed|Class name: MonthData;<br>Method or attribute name: month: number;<br>Old version information: |Class name: MonthData;<br>Method or attribute name: month: number;<br>New version information: number|calendar.d.ts|
320|Type changed|Class name: CalendarDay;<br>Method or attribute name: day: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: day: number;<br>New version information: number|calendar.d.ts|
321|Type changed|Class name: CalendarDay;<br>Method or attribute name: isFirstOfLunar: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: isFirstOfLunar: boolean;<br>New version information: boolean|calendar.d.ts|
322|Type changed|Class name: CalendarDay;<br>Method or attribute name: hasSchedule: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: hasSchedule: boolean;<br>New version information: boolean|calendar.d.ts|
323|Type changed|Class name: CalendarDay;<br>Method or attribute name: markLunarDay: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: markLunarDay: boolean;<br>New version information: boolean|calendar.d.ts|
324|Type changed|Class name: MonthData;<br>Method or attribute name: data: CalendarDay[];<br>Old version information: |Class name: MonthData;<br>Method or attribute name: data: CalendarDay[];<br>New version information: CalendarDay[]|calendar.d.ts|
325|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
326|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
327|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: markLunarColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: markLunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
328|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayFontSize?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayFontSize?: number;<br>New version information: ?number|calendar.d.ts|
329|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayFontSize?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayFontSize?: number;<br>New version information: ?number|calendar.d.ts|
330|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayHeight?: number;<br>New version information: ?number|calendar.d.ts|
331|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayWidth?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayWidth?: number;<br>New version information: ?number|calendar.d.ts|
332|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: gregorianCalendarHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: gregorianCalendarHeight?: number;<br>New version information: ?number|calendar.d.ts|
333|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayYAxisOffset?: number;<br>New version information: ?number|calendar.d.ts|
334|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayYAxisOffset?: number;<br>New version information: ?number|calendar.d.ts|
335|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreXAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreXAxisOffset?: number;<br>New version information: ?number|calendar.d.ts|
336|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreYAxisOffset?: number;<br>New version information: ?number|calendar.d.ts|
337|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerXAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerXAxisOffset?: number;<br>New version information: ?number|calendar.d.ts|
338|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerYAxisOffset?: number;<br>New version information: ?number|calendar.d.ts|
339|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: colSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: colSpace?: number;<br>New version information: ?number|calendar.d.ts|
340|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dailyFiveRowSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dailyFiveRowSpace?: number;<br>New version information: ?number|calendar.d.ts|
341|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dailySixRowSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dailySixRowSpace?: number;<br>New version information: ?number|calendar.d.ts|
342|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarHeight?: number;<br>New version information: ?number|calendar.d.ts|
343|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreWidth?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreWidth?: number;<br>New version information: ?number|calendar.d.ts|
344|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreLength?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreLength?: number;<br>New version information: ?number|calendar.d.ts|
345|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerRadius?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerRadius?: number;<br>New version information: ?number|calendar.d.ts|
346|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: boundaryRowOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: boundaryRowOffset?: number;<br>New version information: ?number|calendar.d.ts|
347|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: boundaryColOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: boundaryColOffset?: number;<br>New version information: ?number|calendar.d.ts|
348|Type changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
349|Type changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
350|Type changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
351|Type changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
352|Type changed|Class name: TodayStyle;<br>Method or attribute name: focusedDayColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedDayColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
353|Type changed|Class name: TodayStyle;<br>Method or attribute name: focusedLunarColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedLunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
354|Type changed|Class name: TodayStyle;<br>Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
355|Type changed|Class name: TodayStyle;<br>Method or attribute name: focusedAreaRadius?: number;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedAreaRadius?: number;<br>New version information: ?number|calendar.d.ts|
356|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
357|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekendDayColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekendDayColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
358|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekendLunarColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekendLunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
359|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekFontSize?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekFontSize?: number;<br>New version information: ?number|calendar.d.ts|
360|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekHeight?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekHeight?: number;<br>New version information: ?number|calendar.d.ts|
361|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekWidth?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekWidth?: number;<br>New version information: ?number|calendar.d.ts|
362|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekAndDayRowSpace?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekAndDayRowSpace?: number;<br>New version information: ?number|calendar.d.ts|
363|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkColor?: ResourceColor;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
364|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkColor?: ResourceColor;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts|
365|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkSize?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkSize?: number;<br>New version information: ?number|calendar.d.ts|
366|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkSize?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkSize?: number;<br>New version information: ?number|calendar.d.ts|
367|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateWidth?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateWidth?: number;<br>New version information: ?number|calendar.d.ts|
368|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateHorizontalMovingDistance?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateHorizontalMovingDistance?: number;<br>New version information: ?number|calendar.d.ts|
369|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateVerticalMovingDistance?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateVerticalMovingDistance?: number;<br>New version information: ?number|calendar.d.ts|
370|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxAscent: number;<br>New version information: number|canvas.d.ts|
371|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxDescent: number;<br>New version information: number|canvas.d.ts|
372|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxLeft: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxLeft: number;<br>New version information: number|canvas.d.ts|
373|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxRight: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxRight: number;<br>New version information: number|canvas.d.ts|
374|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly alphabeticBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly alphabeticBaseline: number;<br>New version information: number|canvas.d.ts|
375|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly emHeightAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly emHeightAscent: number;<br>New version information: number|canvas.d.ts|
376|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly emHeightDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly emHeightDescent: number;<br>New version information: number|canvas.d.ts|
377|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxAscent: number;<br>New version information: number|canvas.d.ts|
378|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxDescent: number;<br>New version information: number|canvas.d.ts|
379|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly hangingBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly hangingBaseline: number;<br>New version information: number|canvas.d.ts|
380|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly ideographicBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly ideographicBaseline: number;<br>New version information: number|canvas.d.ts|
381|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly width: number;<br>New version information: number|canvas.d.ts|
382|Type changed|Class name: ImageBitmap;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: readonly width: number;<br>New version information: number|canvas.d.ts|
383|Type changed|Class name: ImageData;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly width: number;<br>New version information: number|canvas.d.ts|
384|Type changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly width: number;<br>New version information: number|canvas.d.ts|
385|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly height: number;<br>New version information: number|canvas.d.ts|
386|Type changed|Class name: ImageBitmap;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: readonly height: number;<br>New version information: number|canvas.d.ts|
387|Type changed|Class name: ImageData;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly height: number;<br>New version information: number|canvas.d.ts|
388|Type changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly height: number;<br>New version information: number|canvas.d.ts|
389|Type changed|Class name: ImageData;<br>Method or attribute name: readonly data: Uint8ClampedArray;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly data: Uint8ClampedArray;<br>New version information: Uint8ClampedArray|canvas.d.ts|
390|Type changed|Class name: RenderingContextSettings;<br>Method or attribute name: antialias?: boolean;<br>Old version information: |Class name: RenderingContextSettings;<br>Method or attribute name: antialias?: boolean;<br>New version information: ?boolean|canvas.d.ts|
391|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: globalAlpha: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: globalAlpha: number;<br>New version information: number|canvas.d.ts|
392|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: globalCompositeOperation: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: globalCompositeOperation: string;<br>New version information: string|canvas.d.ts|
393|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: filter: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: filter: string;<br>New version information: string|canvas.d.ts|
394|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingEnabled: boolean;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingEnabled: boolean;<br>New version information: boolean|canvas.d.ts|
395|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;<br>New version information: ImageSmoothingQuality|canvas.d.ts|
396|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: lineCap: CanvasLineCap;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineCap: CanvasLineCap;<br>New version information: CanvasLineCap|canvas.d.ts|
397|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: lineDashOffset: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineDashOffset: number;<br>New version information: number|canvas.d.ts|
398|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: lineJoin: CanvasLineJoin;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineJoin: CanvasLineJoin;<br>New version information: CanvasLineJoin|canvas.d.ts|
399|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: lineWidth: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineWidth: number;<br>New version information: number|canvas.d.ts|
400|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: miterLimit: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: miterLimit: number;<br>New version information: number|canvas.d.ts|
401|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowBlur: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowBlur: number;<br>New version information: number|canvas.d.ts|
402|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowColor: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowColor: string;<br>New version information: string|canvas.d.ts|
403|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetX: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetX: number;<br>New version information: number|canvas.d.ts|
404|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetY: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetY: number;<br>New version information: number|canvas.d.ts|
405|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: font: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: font: string;<br>New version information: string|canvas.d.ts|
406|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: textAlign: CanvasTextAlign;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: textAlign: CanvasTextAlign;<br>New version information: CanvasTextAlign|canvas.d.ts|
407|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: textBaseline: CanvasTextBaseline;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: textBaseline: CanvasTextBaseline;<br>New version information: CanvasTextBaseline|canvas.d.ts|
408|Type changed|Class name: OffscreenCanvas;<br>Method or attribute name: height: number;<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: height: number;<br>New version information: number|canvas.d.ts|
409|Type changed|Class name: OffscreenCanvas;<br>Method or attribute name: width: number;<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: width: number;<br>New version information: number|canvas.d.ts|
410|Type changed|Class name: CheckboxOptions;<br>Method or attribute name: name?: string;<br>Old version information: |Class name: CheckboxOptions;<br>Method or attribute name: name?: string;<br>New version information: ?string|checkbox.d.ts|
411|Type changed|Class name: CheckboxOptions;<br>Method or attribute name: group?: string;<br>Old version information: |Class name: CheckboxOptions;<br>Method or attribute name: group?: string;<br>New version information: ?string|checkbox.d.ts|
412|Type changed|Class name: CheckboxGroupOptions;<br>Method or attribute name: group?: string;<br>Old version information: |Class name: CheckboxGroupOptions;<br>Method or attribute name: group?: string;<br>New version information: ?string|checkboxgroup.d.ts|
413|Type changed|Class name: CheckboxGroupResult;<br>Method or attribute name: name: Array\<string>;<br>Old version information: |Class name: CheckboxGroupResult;<br>Method or attribute name: name: Array\<string>;<br>New version information: Array\<string>|checkboxgroup.d.ts|
414|Type changed|Class name: CheckboxGroupResult;<br>Method or attribute name: status: SelectStatus;<br>Old version information: |Class name: CheckboxGroupResult;<br>Method or attribute name: status: SelectStatus;<br>New version information: SelectStatus|checkboxgroup.d.ts|
415|Type changed|Class name: CircleOptions;<br>Method or attribute name: width?: string \| number;<br>Old version information: |Class name: CircleOptions;<br>Method or attribute name: width?: string \| number;<br>New version information: ?(string \| number)|circle.d.ts|
416|Type changed|Class name: CircleOptions;<br>Method or attribute name: height?: string \| number;<br>Old version information: |Class name: CircleOptions;<br>Method or attribute name: height?: string \| number;<br>New version information: ?(string \| number)|circle.d.ts|
417|Type changed|Class name: Configuration;<br>Method or attribute name: readonly colorMode: string;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: readonly colorMode: string;<br>New version information: string|common.d.ts|
418|Type changed|Class name: Configuration;<br>Method or attribute name: readonly fontScale: number;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: readonly fontScale: number;<br>New version information: number|common.d.ts|
419|Type changed|Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>New version information: ?Length|common.d.ts|
420|Type changed|Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>New version information: ?Length|common.d.ts|
421|Type changed|Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>New version information: ?Length|common.d.ts|
422|Type changed|Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>New version information: ?Length|common.d.ts|
423|Type changed|Class name: AnimateParam;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: duration?: number;<br>New version information: ?number|common.d.ts|
424|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: duration?: number;<br>New version information: ?number|common.d.ts|
425|Type changed|Class name: AnimateParam;<br>Method or attribute name: tempo?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: tempo?: number;<br>New version information: ?number|common.d.ts|
426|Type changed|Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>Old version information: string \| Curve \| ICurve|Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information: ?(Curve \| string \| ICurve)|common.d.ts|
427|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information: ?(Curve \| string \| ICurve)|common.d.ts|
428|Type changed|Class name: AnimateParam;<br>Method or attribute name: delay?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: delay?: number;<br>New version information: ?number|common.d.ts|
429|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: delay?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: delay?: number;<br>New version information: ?number|common.d.ts|
430|Type changed|Class name: AnimateParam;<br>Method or attribute name: iterations?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: iterations?: number;<br>New version information: ?number|common.d.ts|
431|Type changed|Class name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>New version information: ?PlayMode|common.d.ts|
432|Type changed|Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>New version information: ?(() => void)|common.d.ts|
433|Type changed|Class name: MotionPathOptions;<br>Method or attribute name: path: string;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: path: string;<br>New version information: string|common.d.ts|
434|Type changed|Class name: MotionPathOptions;<br>Method or attribute name: from?: number;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: from?: number;<br>New version information: ?number|common.d.ts|
435|Type changed|Class name: MotionPathOptions;<br>Method or attribute name: to?: number;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: to?: number;<br>New version information: ?number|common.d.ts|
436|Type changed|Class name: MotionPathOptions;<br>Method or attribute name: rotatable?: boolean;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: rotatable?: boolean;<br>New version information: ?boolean|common.d.ts|
437|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: motionPath?: MotionPathOptions;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: motionPath?: MotionPathOptions;<br>New version information: ?MotionPathOptions|common.d.ts|
438|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: zIndex?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: zIndex?: number;<br>New version information: ?number|common.d.ts|
439|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: type?: SharedTransitionEffectType;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: type?: SharedTransitionEffectType;<br>New version information: ?SharedTransitionEffectType|common.d.ts|
440|Type changed|Class name: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>New version information: ?(number \| string)|common.d.ts|
441|Type changed|Class name: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>New version information: ?(number \| string)|common.d.ts|
442|Type changed|Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>New version information: ?number|common.d.ts|
443|Type changed|Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>New version information: ?number|common.d.ts|
444|Type changed|Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>New version information: ?number|common.d.ts|
445|Type changed|Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>New version information: ?number|common.d.ts|
446|Type changed|Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>New version information: ?number|common.d.ts|
447|Type changed|Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>New version information: ?number|common.d.ts|
448|Type changed|Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information: ?(number \| string)|common.d.ts|
449|Type changed|Class name: RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information: ?(number \| string)|common.d.ts|
450|Type changed|Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information: ?(number \| string)|common.d.ts|
451|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>New version information: ?{ anchor: string, align: HorizontalAlign }|common.d.ts|
452|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>New version information: ?{ anchor: string, align: HorizontalAlign }|common.d.ts|
453|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>New version information: ?{ anchor: string, align: HorizontalAlign }|common.d.ts|
454|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: top?: { anchor: string, align: VerticalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: top?: { anchor: string, align: VerticalAlign };<br>New version information: ?{ anchor: string, align: VerticalAlign }|common.d.ts|
455|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };<br>New version information: ?{ anchor: string, align: VerticalAlign }|common.d.ts|
456|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: center?: { anchor: string, align: VerticalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: center?: { anchor: string, align: VerticalAlign };<br>New version information: ?{ anchor: string, align: VerticalAlign }|common.d.ts|
457|Type changed|Class name: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>New version information: number \| string|common.d.ts|
458|Type changed|Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>New version information: ?TransitionType|common.d.ts|
459|Type changed|Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>New version information: ?number|common.d.ts|
460|Type changed|Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>New version information: ?TranslateOptions|common.d.ts|
461|Type changed|Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>New version information: ?ScaleOptions|common.d.ts|
462|Type changed|Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>New version information: ?RotateOptions|common.d.ts|
463|Type changed|Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>New version information: ?string|common.d.ts|
464|Type changed|Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>New version information: ?number|common.d.ts|
465|Type changed|Class name: PreviewParams;<br>Method or attribute name: height?: number;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: height?: number;<br>New version information: ?number|common.d.ts|
466|Type changed|Class name: PreviewParams;<br>Method or attribute name: locale?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: locale?: string;<br>New version information: ?string|common.d.ts|
467|Type changed|Class name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>New version information: ?string|common.d.ts|
468|Type changed|Class name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>New version information: ?string|common.d.ts|
469|Type changed|Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>New version information: ?number|common.d.ts|
470|Type changed|Class name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>New version information: ?string|common.d.ts|
471|Type changed|Class name: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>New version information: ?boolean|common.d.ts|
472|Type changed|Class name: ItemDragInfo;<br>Method or attribute name: x: number;<br>Old version information: |Class name: ItemDragInfo;<br>Method or attribute name: x: number;<br>New version information: number|common.d.ts|
473|Type changed|Class name: ClickEvent;<br>Method or attribute name: x: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: x: number;<br>New version information: number|common.d.ts|
474|Type changed|Class name: MouseEvent;<br>Method or attribute name: x: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: x: number;<br>New version information: number|common.d.ts|
475|Type changed|Class name: TouchObject;<br>Method or attribute name: x: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: x: number;<br>New version information: number|common.d.ts|
476|Type changed|Class name: ItemDragInfo;<br>Method or attribute name: y: number;<br>Old version information: |Class name: ItemDragInfo;<br>Method or attribute name: y: number;<br>New version information: number|common.d.ts|
477|Type changed|Class name: ClickEvent;<br>Method or attribute name: y: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: y: number;<br>New version information: number|common.d.ts|
478|Type changed|Class name: MouseEvent;<br>Method or attribute name: y: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: y: number;<br>New version information: number|common.d.ts|
479|Type changed|Class name: TouchObject;<br>Method or attribute name: y: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: y: number;<br>New version information: number|common.d.ts|
480|Type changed|Class name: DragItemInfo;<br>Method or attribute name: pixelMap?: PixelMap;<br>Old version information: |Class name: DragItemInfo;<br>Method or attribute name: pixelMap?: PixelMap;<br>New version information: ?PixelMap|common.d.ts|
481|Type changed|Class name: DragItemInfo;<br>Method or attribute name: builder?: CustomBuilder;<br>Old version information: |Class name: DragItemInfo;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information: ?CustomBuilder|common.d.ts|
482|Type changed|Class name: DragItemInfo;<br>Method or attribute name: extraInfo?: string;<br>Old version information: |Class name: DragItemInfo;<br>Method or attribute name: extraInfo?: string;<br>New version information: ?string|common.d.ts|
483|Type changed|Class name: EventTarget;<br>Method or attribute name: area: Area;<br>Old version information: |Class name: EventTarget;<br>Method or attribute name: area: Area;<br>New version information: Area|common.d.ts|
484|Type changed|Class name: PickerTextStyle;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: ResourceColor|Class name: PickerTextStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information: ?ResourceColor|common.d.ts|
485|Type changed|Class name: PickerTextStyle;<br>Method or attribute name: font?: Font;<br>Old version information: Font|Class name: PickerTextStyle;<br>Method or attribute name: font?: Font;<br>New version information: ?Font|common.d.ts|
486|Type changed|Class name: PopupMessageOptions;<br>Method or attribute name: font?: Font;<br>Old version information: Font|Class name: PopupMessageOptions;<br>Method or attribute name: font?: Font;<br>New version information: ?Font|common.d.ts|
487|Type changed|Class name: ShadowOptions;<br>Method or attribute name: radius: number \| Resource;<br>Old version information: |Class name: ShadowOptions;<br>Method or attribute name: radius: number \| Resource;<br>New version information: number \| Resource|common.d.ts|
488|Type changed|Class name: ShadowOptions;<br>Method or attribute name: type?: ShadowType;<br>Old version information: ShadowType|Class name: ShadowOptions;<br>Method or attribute name: type?: ShadowType;<br>New version information: ?ShadowType|common.d.ts|
489|Type changed|Class name: ShadowOptions;<br>Method or attribute name: color?: Color \| string \| Resource;<br>Old version information: |Class name: ShadowOptions;<br>Method or attribute name: color?: Color \| string \| Resource;<br>New version information: ?(Color \| string \| Resource)|common.d.ts|
490|Type changed|Class name: ShadowOptions;<br>Method or attribute name: offsetX?: number \| Resource;<br>Old version information: |Class name: ShadowOptions;<br>Method or attribute name: offsetX?: number \| Resource;<br>New version information: ?(number \| Resource)|common.d.ts|
491|Type changed|Class name: ShadowOptions;<br>Method or attribute name: offsetY?: number \| Resource;<br>Old version information: |Class name: ShadowOptions;<br>Method or attribute name: offsetY?: number \| Resource;<br>New version information: ?(number \| Resource)|common.d.ts|
492|Type changed|Class name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>New version information: EventTarget|common.d.ts|
493|Type changed|Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>New version information: number|common.d.ts|
494|Type changed|Class name: KeyEvent;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: timestamp: number;<br>New version information: number|common.d.ts|
495|Type changed|Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>New version information: SourceType|common.d.ts|
496|Type changed|Class name: BaseEvent;<br>Method or attribute name: pressure: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: pressure: number;<br>New version information: number|common.d.ts|
497|Type changed|Class name: BaseEvent;<br>Method or attribute name: tiltX: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: tiltX: number;<br>New version information: number|common.d.ts|
498|Type changed|Class name: BaseEvent;<br>Method or attribute name: tiltY: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: tiltY: number;<br>New version information: number|common.d.ts|
499|Type changed|Class name: BaseEvent;<br>Method or attribute name: sourceTool: SourceTool;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: sourceTool: SourceTool;<br>New version information: SourceTool|common.d.ts|
500|Type changed|Class name: BorderImageOption;<br>Method or attribute name: slice?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: slice?: Length \| EdgeWidths,<br>New version information: ?(Length \| EdgeWidths)|common.d.ts|
501|Type changed|Class name: BorderImageOption;<br>Method or attribute name: repeat?: RepeatMode,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: repeat?: RepeatMode,<br>New version information: ?RepeatMode|common.d.ts|
502|Type changed|Class name: BorderImageOption;<br>Method or attribute name: source?: string \| Resource \| LinearGradient,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: source?: string \| Resource \| LinearGradient,<br>New version information: ?(string \| Resource \| LinearGradient)|common.d.ts|
503|Type changed|Class name: BorderImageOption;<br>Method or attribute name: width?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: width?: Length \| EdgeWidths,<br>New version information: ?(Length \| EdgeWidths)|common.d.ts|
504|Type changed|Class name: BorderImageOption;<br>Method or attribute name: outset?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: outset?: Length \| EdgeWidths,<br>New version information: ?(Length \| EdgeWidths)|common.d.ts|
505|Type changed|Class name: BorderImageOption;<br>Method or attribute name: fill?: boolean<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: fill?: boolean<br>New version information: ?boolean|common.d.ts|
506|Type changed|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information: number|common.d.ts|
507|Type changed|Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>New version information: number|common.d.ts|
508|Type changed|Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>New version information: number|common.d.ts|
509|Type changed|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information: number|common.d.ts|
510|Type changed|Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>New version information: number|common.d.ts|
511|Type changed|Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>New version information: number|common.d.ts|
512|Type changed|Class name: MouseEvent;<br>Method or attribute name: button: MouseButton;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: button: MouseButton;<br>New version information: MouseButton|common.d.ts|
513|Type changed|Class name: MouseEvent;<br>Method or attribute name: action: MouseAction;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: action: MouseAction;<br>New version information: MouseAction|common.d.ts|
514|Type changed|Class name: MouseEvent;<br>Method or attribute name: stopPropagation?: () => void;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: stopPropagation?: () => void;<br>New version information: ?(() => void)|common.d.ts|
515|Type changed|Class name: KeyEvent;<br>Method or attribute name: stopPropagation?: () => void;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: stopPropagation?: () => void;<br>New version information: ?(() => void)|common.d.ts|
516|Type changed|Class name: TouchObject;<br>Method or attribute name: type: TouchType;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: type: TouchType;<br>New version information: TouchType|common.d.ts|
517|Type changed|Class name: TouchEvent;<br>Method or attribute name: type: TouchType;<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: type: TouchType;<br>New version information: TouchType|common.d.ts|
518|Type changed|Class name: TouchObject;<br>Method or attribute name: id: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: id: number;<br>New version information: number|common.d.ts|
519|Type changed|Class name: TouchEvent;<br>Method or attribute name: touches: TouchObject[];<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: touches: TouchObject[];<br>New version information: TouchObject[]|common.d.ts|
520|Type changed|Class name: TouchEvent;<br>Method or attribute name: changedTouches: TouchObject[];<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: changedTouches: TouchObject[];<br>New version information: TouchObject[]|common.d.ts|
521|Type changed|Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>Old version information: |Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>New version information: number|common.d.ts|
522|Type changed|Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>Old version information: |Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>New version information: number|common.d.ts|
523|Type changed|Class name: KeyEvent;<br>Method or attribute name: type: KeyType;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: type: KeyType;<br>New version information: KeyType|common.d.ts|
524|Type changed|Class name: KeyEvent;<br>Method or attribute name: keyCode: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keyCode: number;<br>New version information: number|common.d.ts|
525|Type changed|Class name: KeyEvent;<br>Method or attribute name: keyText: string;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keyText: string;<br>New version information: string|common.d.ts|
526|Type changed|Class name: KeyEvent;<br>Method or attribute name: keySource: KeySource;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keySource: KeySource;<br>New version information: KeySource|common.d.ts|
527|Type changed|Class name: KeyEvent;<br>Method or attribute name: deviceId: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: deviceId: number;<br>New version information: number|common.d.ts|
528|Type changed|Class name: KeyEvent;<br>Method or attribute name: metaKey: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: metaKey: number;<br>New version information: number|common.d.ts|
529|Type changed|Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>New version information: ?any|common.d.ts|
530|Type changed|Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>New version information: ?any|common.d.ts|
531|Type changed|Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>New version information: ?any|common.d.ts|
532|Type changed|Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>New version information: ?any|common.d.ts|
533|Type changed|Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>New version information: ?any|common.d.ts|
534|Type changed|Class name: PopupMessageOptions;<br>Method or attribute name: textColor?: ResourceColor;<br>Old version information: ResourceColor|Class name: PopupMessageOptions;<br>Method or attribute name: textColor?: ResourceColor;<br>New version information: ?ResourceColor|common.d.ts|
535|Type changed|Class name: PopupOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: message: string;<br>New version information: string|common.d.ts|
536|Type changed|Class name: PopupOptions;<br>Method or attribute name: placementOnTop?: boolean;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: placementOnTop?: boolean;<br>New version information: ?boolean|common.d.ts|
537|Type changed|Class name: PopupOptions;<br>Method or attribute name: placement?: Placement;<br>Old version information: Placement|Class name: PopupOptions;<br>Method or attribute name: placement?: Placement;<br>New version information: ?Placement|common.d.ts|
538|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: placement?: Placement;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: placement?: Placement;<br>New version information: ?Placement|common.d.ts|
539|Type changed|Class name: PopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information: ?Length|common.d.ts|
540|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information: ?Length|common.d.ts|
541|Type changed|Class name: PopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information: ?boolean|common.d.ts|
542|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information: ?boolean|common.d.ts|
543|Type changed|Class name: PopupOptions;<br>Method or attribute name: mask?: boolean \| { color: ResourceColor };<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: mask?: boolean \| { color: ResourceColor };<br>New version information: ?(boolean \| { color: ResourceColor })|common.d.ts|
544|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: mask?: boolean \| { color: ResourceColor };<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: mask?: boolean \| { color: ResourceColor };<br>New version information: ?(boolean \| { color: ResourceColor })|common.d.ts|
545|Type changed|Class name: PopupOptions;<br>Method or attribute name: messageOptions?: PopupMessageOptions<br>Old version information: PopupMessageOptions|Class name: PopupOptions;<br>Method or attribute name: messageOptions?: PopupMessageOptions<br>New version information: ?PopupMessageOptions|common.d.ts|
546|Type changed|Class name: PopupOptions;<br>Method or attribute name: targetSpace?: Length<br>Old version information: Length|Class name: PopupOptions;<br>Method or attribute name: targetSpace?: Length<br>New version information: ?Length|common.d.ts|
547|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: targetSpace?: Length<br>Old version information: Length|Class name: CustomPopupOptions;<br>Method or attribute name: targetSpace?: Length<br>New version information: ?Length|common.d.ts|
548|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: CustomBuilder|common.d.ts|
549|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: maskColor?: Color \| string \| Resource \| number;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: maskColor?: Color \| string \| Resource \| number;<br>New version information: ?(Color \| string \| Resource \| number)|common.d.ts|
550|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: popupColor?: Color \| string \| Resource \| number;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: popupColor?: Color \| string \| Resource \| number;<br>New version information: ?(Color \| string \| Resource \| number)|common.d.ts|
551|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: enableArrow?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: enableArrow?: boolean;<br>New version information: ?boolean|common.d.ts|
552|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: ?boolean|common.d.ts|
553|Type changed|Class name: ContextMenuOptions;<br>Method or attribute name: onAppear?: () => void;<br>Old version information: ?() => void|Class name: ContextMenuOptions;<br>Method or attribute name: onAppear?: () => void;<br>New version information: ?(() => void)|common.d.ts|
554|Type changed|Class name: ContextMenuOptions;<br>Method or attribute name: onDisappear?: () => void;<br>Old version information: ?() => void|Class name: ContextMenuOptions;<br>Method or attribute name: onDisappear?: () => void;<br>New version information: ?(() => void)|common.d.ts|
555|Type changed|Class name: PixelStretchEffectOptions;<br>Method or attribute name: top?: Length;<br>Old version information: Length|Class name: PixelStretchEffectOptions;<br>Method or attribute name: top?: Length;<br>New version information: ?Length|common.d.ts|
556|Type changed|Class name: PixelStretchEffectOptions;<br>Method or attribute name: bottom?: Length;<br>Old version information: Length|Class name: PixelStretchEffectOptions;<br>Method or attribute name: bottom?: Length;<br>New version information: ?Length|common.d.ts|
557|Type changed|Class name: PixelStretchEffectOptions;<br>Method or attribute name: left?: Length;<br>Old version information: Length|Class name: PixelStretchEffectOptions;<br>Method or attribute name: left?: Length;<br>New version information: ?Length|common.d.ts|
558|Type changed|Class name: LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>New version information: EdgeWidths|common.d.ts|
559|Type changed|Class name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>New version information: Margin|common.d.ts|
560|Type changed|Class name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>New version information: Padding|common.d.ts|
561|Type changed|Class name: LayoutInfo;<br>Method or attribute name: position: Position,<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: position: Position,<br>New version information: Position|common.d.ts|
562|Type changed|Class name: LayoutChild;<br>Method or attribute name: position: Position,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: position: Position,<br>New version information: Position|common.d.ts|
563|Type changed|Class name: LayoutInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information: ConstraintSizeOptions|common.d.ts|
564|Type changed|Class name: LayoutChild;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information: ConstraintSizeOptions|common.d.ts|
565|Type changed|Class name: LayoutChild;<br>Method or attribute name: name: string,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: name: string,<br>New version information: string|common.d.ts|
566|Type changed|Class name: LayoutChild;<br>Method or attribute name: id: string,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: id: string,<br>New version information: string|common.d.ts|
567|Type changed|Class name: LayoutChild;<br>Method or attribute name: borderInfo: LayoutBorderInfo,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: borderInfo: LayoutBorderInfo,<br>New version information: LayoutBorderInfo|common.d.ts|
568|Type changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: protected subscribers_: Set\<number>;<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: protected subscribers_: Set\<number>;<br>New version information: Set\<number>|common_ts_ets_api.d.ts|
569|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: builder: any;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: builder: any;<br>New version information: any|custom_dialog_controller.d.ts|
570|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>New version information: ?(() => void)|custom_dialog_controller.d.ts|
571|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: ?boolean|custom_dialog_controller.d.ts|
572|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: alignment?: DialogAlignment;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information: ?DialogAlignment|custom_dialog_controller.d.ts|
573|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: offset?: Offset;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: offset?: Offset;<br>New version information: ?Offset|custom_dialog_controller.d.ts|
574|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: customStyle?: boolean;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: customStyle?: boolean;<br>New version information: ?boolean|custom_dialog_controller.d.ts|
575|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: gridCount?: number;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: gridCount?: number;<br>New version information: ?number|custom_dialog_controller.d.ts|
576|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: maskColor?: ResourceColor;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: maskColor?: ResourceColor;<br>New version information: ?ResourceColor|custom_dialog_controller.d.ts|
577|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: openAnimation?: AnimateParam;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: openAnimation?: AnimateParam;<br>New version information: ?AnimateParam|custom_dialog_controller.d.ts|
578|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: closeAnimation?: AnimateParam;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: closeAnimation?: AnimateParam;<br>New version information: ?AnimateParam|custom_dialog_controller.d.ts|
579|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>Old version information: boolean|Class name: CustomDialogControllerOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information: ?boolean|custom_dialog_controller.d.ts|
580|Type changed|Class name: DataPanelOptions;<br>Method or attribute name: values: number[];<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: values: number[];<br>New version information: number[]|data_panel.d.ts|
581|Type changed|Class name: DataPanelOptions;<br>Method or attribute name: max?: number;<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: max?: number;<br>New version information: ?number|data_panel.d.ts|
582|Type changed|Class name: DataPanelOptions;<br>Method or attribute name: type?: DataPanelType;<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: type?: DataPanelType;<br>New version information: ?DataPanelType|data_panel.d.ts|
583|Type changed|Class name: DatePickerResult;<br>Method or attribute name: year?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: year?: number;<br>New version information: ?number|date_picker.d.ts|
584|Type changed|Class name: DatePickerResult;<br>Method or attribute name: month?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: month?: number;<br>New version information: ?number|date_picker.d.ts|
585|Type changed|Class name: DatePickerResult;<br>Method or attribute name: day?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: day?: number;<br>New version information: ?number|date_picker.d.ts|
586|Type changed|Class name: DatePickerOptions;<br>Method or attribute name: start?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: start?: Date;<br>New version information: ?Date|date_picker.d.ts|
587|Type changed|Class name: DatePickerOptions;<br>Method or attribute name: end?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: end?: Date;<br>New version information: ?Date|date_picker.d.ts|
588|Type changed|Class name: DatePickerOptions;<br>Method or attribute name: selected?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information: ?Date|date_picker.d.ts|
589|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: lunar?: boolean;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: lunar?: boolean;<br>New version information: ?boolean|date_picker.d.ts|
590|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: showTime?: boolean;<br>Old version information: boolean|Class name: DatePickerDialogOptions;<br>Method or attribute name: showTime?: boolean;<br>New version information: ?boolean|date_picker.d.ts|
591|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>Old version information: boolean|Class name: DatePickerDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>New version information: ?boolean|date_picker.d.ts|
592|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: DatePickerDialogOptions;<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|date_picker.d.ts|
593|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: textStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: DatePickerDialogOptions;<br>Method or attribute name: textStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|date_picker.d.ts|
594|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: DatePickerDialogOptions;<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|date_picker.d.ts|
595|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>New version information: ?((value: DatePickerResult) => void)|date_picker.d.ts|
596|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?(() => void)|date_picker.d.ts|
597|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>New version information: ?((value: DatePickerResult) => void)|date_picker.d.ts|
598|Type changed|Class name: FlexOptions;<br>Method or attribute name: direction?: FlexDirection;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: direction?: FlexDirection;<br>New version information: ?FlexDirection|flex.d.ts|
599|Type changed|Class name: FlexOptions;<br>Method or attribute name: wrap?: FlexWrap;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: wrap?: FlexWrap;<br>New version information: ?FlexWrap|flex.d.ts|
600|Type changed|Class name: FlexOptions;<br>Method or attribute name: justifyContent?: FlexAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: justifyContent?: FlexAlign;<br>New version information: ?FlexAlign|flex.d.ts|
601|Type changed|Class name: FlexOptions;<br>Method or attribute name: alignItems?: ItemAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: alignItems?: ItemAlign;<br>New version information: ?ItemAlign|flex.d.ts|
602|Type changed|Class name: FlexOptions;<br>Method or attribute name: alignContent?: FlexAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: alignContent?: FlexAlign;<br>New version information: ?FlexAlign|flex.d.ts|
603|Type changed|Class name: FingerInfo;<br>Method or attribute name: id: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: id: number;<br>New version information: number|gesture.d.ts|
604|Type changed|Class name: FingerInfo;<br>Method or attribute name: globalX: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: globalX: number;<br>New version information: number|gesture.d.ts|
605|Type changed|Class name: FingerInfo;<br>Method or attribute name: globalY: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: globalY: number;<br>New version information: number|gesture.d.ts|
606|Type changed|Class name: FingerInfo;<br>Method or attribute name: localX: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: localX: number;<br>New version information: number|gesture.d.ts|
607|Type changed|Class name: FingerInfo;<br>Method or attribute name: localY: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: localY: number;<br>New version information: number|gesture.d.ts|
608|Type changed|Class name: GestureEvent;<br>Method or attribute name: repeat: boolean;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: repeat: boolean;<br>New version information: boolean|gesture.d.ts|
609|Type changed|Class name: GestureEvent;<br>Method or attribute name: fingerList: FingerInfo[];<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: fingerList: FingerInfo[];<br>New version information: FingerInfo[]|gesture.d.ts|
610|Type changed|Class name: GestureEvent;<br>Method or attribute name: offsetX: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: offsetX: number;<br>New version information: number|gesture.d.ts|
611|Type changed|Class name: GestureEvent;<br>Method or attribute name: offsetY: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: offsetY: number;<br>New version information: number|gesture.d.ts|
612|Type changed|Class name: GestureEvent;<br>Method or attribute name: angle: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: angle: number;<br>New version information: number|gesture.d.ts|
613|Type changed|Class name: GestureEvent;<br>Method or attribute name: speed: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: speed: number;<br>New version information: number|gesture.d.ts|
614|Type changed|Class name: GestureEvent;<br>Method or attribute name: scale: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: scale: number;<br>New version information: number|gesture.d.ts|
615|Type changed|Class name: GestureEvent;<br>Method or attribute name: pinchCenterX: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: pinchCenterX: number;<br>New version information: number|gesture.d.ts|
616|Type changed|Class name: GestureEvent;<br>Method or attribute name: pinchCenterY: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: pinchCenterY: number;<br>New version information: number|gesture.d.ts|
617|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: xs?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xs?: number,<br>New version information: ?number|grid_col.d.ts|
618|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: sm?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: sm?: number,<br>New version information: ?number|grid_col.d.ts|
619|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: md?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: md?: number,<br>New version information: ?number|grid_col.d.ts|
620|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: lg?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: lg?: number,<br>New version information: ?number|grid_col.d.ts|
621|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: xl?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xl?: number,<br>New version information: ?number|grid_col.d.ts|
622|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: xxl?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xxl?: number,<br>New version information: ?number|grid_col.d.ts|
623|Type changed|Class name: GridColOptions;<br>Method or attribute name: span?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: span?: number \| GridColColumnOption;<br>New version information: ?(number \| GridColColumnOption)|grid_col.d.ts|
624|Type changed|Class name: GridColOptions;<br>Method or attribute name: offset?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: offset?: number \| GridColColumnOption;<br>New version information: ?(number \| GridColColumnOption)|grid_col.d.ts|
625|Type changed|Class name: GridColOptions;<br>Method or attribute name: order?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: order?: number \| GridColColumnOption;<br>New version information: ?(number \| GridColColumnOption)|grid_col.d.ts|
626|Type changed|Class name: GridContainerOptions;<br>Method or attribute name: columns?: number \| "auto";<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: columns?: number \| "auto";<br>New version information: ?(number \| "auto")|grid_container.d.ts|
627|Type changed|Class name: GridContainerOptions;<br>Method or attribute name: sizeType?: SizeType;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: sizeType?: SizeType;<br>New version information: ?SizeType|grid_container.d.ts|
628|Type changed|Class name: GridContainerOptions;<br>Method or attribute name: gutter?: number \| string;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: gutter?: number \| string;<br>New version information: ?(number \| string)|grid_container.d.ts|
629|Type changed|Class name: GridContainerOptions;<br>Method or attribute name: margin?: number \| string;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: margin?: number \| string;<br>New version information: ?(number \| string)|grid_container.d.ts|
630|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: xs?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: xs?: Length,<br>New version information: ?Length|grid_row.d.ts|
631|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: sm?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: sm?: Length,<br>New version information: ?Length|grid_row.d.ts|
632|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: md?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: md?: Length,<br>New version information: ?Length|grid_row.d.ts|
633|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: lg?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: lg?: Length,<br>New version information: ?Length|grid_row.d.ts|
634|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: xl?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: xl?: Length,<br>New version information: ?Length|grid_row.d.ts|
635|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: xs?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: xs?: number,<br>New version information: ?number|grid_row.d.ts|
636|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: sm?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: sm?: number,<br>New version information: ?number|grid_row.d.ts|
637|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: md?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: md?: number,<br>New version information: ?number|grid_row.d.ts|
638|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: lg?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: lg?: number,<br>New version information: ?number|grid_row.d.ts|
639|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: xl?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: xl?: number,<br>New version information: ?number|grid_row.d.ts|
640|Type changed|Class name: GutterOption;<br>Method or attribute name: x?: Length \| GridRowSizeOption,<br>Old version information: |Class name: GutterOption;<br>Method or attribute name: x?: Length \| GridRowSizeOption,<br>New version information: ?(Length \| GridRowSizeOption)|grid_row.d.ts|
641|Type changed|Class name: GutterOption;<br>Method or attribute name: y?: Length \| GridRowSizeOption<br>Old version information: |Class name: GutterOption;<br>Method or attribute name: y?: Length \| GridRowSizeOption<br>New version information: ?(Length \| GridRowSizeOption)|grid_row.d.ts|
642|Type changed|Class name: BreakPoints;<br>Method or attribute name: value?: Array\<string>,<br>Old version information: |Class name: BreakPoints;<br>Method or attribute name: value?: Array\<string>,<br>New version information: ?Array\<string>|grid_row.d.ts|
643|Type changed|Class name: BreakPoints;<br>Method or attribute name: reference?: BreakpointsReference,<br>Old version information: |Class name: BreakPoints;<br>Method or attribute name: reference?: BreakpointsReference,<br>New version information: ?BreakpointsReference|grid_row.d.ts|
644|Type changed|Class name: GridRowOptions;<br>Method or attribute name: gutter?: Length \| GutterOption;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: gutter?: Length \| GutterOption;<br>New version information: ?(Length \| GutterOption)|grid_row.d.ts|
645|Type changed|Class name: GridRowOptions;<br>Method or attribute name: columns?: number \| GridRowColumnOption;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: columns?: number \| GridRowColumnOption;<br>New version information: ?(number \| GridRowColumnOption)|grid_row.d.ts|
646|Type changed|Class name: GridRowOptions;<br>Method or attribute name: breakpoints?: BreakPoints;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: breakpoints?: BreakPoints;<br>New version information: ?BreakPoints|grid_row.d.ts|
647|Type changed|Class name: GridRowOptions;<br>Method or attribute name: direction?: GridRowDirection;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: direction?: GridRowDirection;<br>New version information: ?GridRowDirection|grid_row.d.ts|
648|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>New version information: ?(number \| string)|image_animator.d.ts|
649|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>New version information: ?(number \| string)|image_animator.d.ts|
650|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>New version information: ?(number \| string)|image_animator.d.ts|
651|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>New version information: ?(number \| string)|image_animator.d.ts|
652|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: duration?: number;<br>New version information: ?number|image_animator.d.ts|
653|Type changed|Class name: ChainAnimationOptions;<br>Method or attribute name: conductivity?: number;<br>Old version information: number|Class name: ChainAnimationOptions;<br>Method or attribute name: conductivity?: number;<br>New version information: ?number|list.d.ts|
654|Type changed|Class name: ChainAnimationOptions;<br>Method or attribute name: intensity?: number;<br>Old version information: number|Class name: ChainAnimationOptions;<br>Method or attribute name: intensity?: number;<br>New version information: ?number|list.d.ts|
655|Type changed|Class name: ChainAnimationOptions;<br>Method or attribute name: edgeEffect?: ChainEdgeEffect;<br>Old version information: ChainEdgeEffect|Class name: ChainAnimationOptions;<br>Method or attribute name: edgeEffect?: ChainEdgeEffect;<br>New version information: ?ChainEdgeEffect|list.d.ts|
656|Type changed|Class name: SwipeActionOptions;<br>Method or attribute name: start?: CustomBuilder \| SwipeActionItem;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: start?: CustomBuilder \| SwipeActionItem;<br>New version information: ?(CustomBuilder \| SwipeActionItem)|list_item.d.ts|
657|Type changed|Class name: SwipeActionOptions;<br>Method or attribute name: end?: CustomBuilder \| SwipeActionItem;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: end?: CustomBuilder \| SwipeActionItem;<br>New version information: ?(CustomBuilder \| SwipeActionItem)|list_item.d.ts|
658|Type changed|Class name: SwipeActionOptions;<br>Method or attribute name: edgeEffect?: SwipeEdgeEffect;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: edgeEffect?: SwipeEdgeEffect;<br>New version information: ?SwipeEdgeEffect|list_item.d.ts|
659|Type changed|Class name: ListItemGroupOptions;<br>Method or attribute name: header?: CustomBuilder;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: header?: CustomBuilder;<br>New version information: ?CustomBuilder|list_item_group.d.ts|
660|Type changed|Class name: ListItemGroupOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information: ?CustomBuilder|list_item_group.d.ts|
661|Type changed|Class name: ListItemGroupOptions;<br>Method or attribute name: space?: number \| string;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: space?: number \| string;<br>New version information: ?(number \| string)|list_item_group.d.ts|
662|Type changed|Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>New version information: ?number|matrix2d.d.ts|
663|Type changed|Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>New version information: ?number|matrix2d.d.ts|
664|Type changed|Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>New version information: ?number|matrix2d.d.ts|
665|Type changed|Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>New version information: ?number|matrix2d.d.ts|
666|Type changed|Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>New version information: ?number|matrix2d.d.ts|
667|Type changed|Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>New version information: ?number|matrix2d.d.ts|
668|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: startIcon?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: startIcon?: ResourceStr;<br>New version information: ?ResourceStr|menu_item.d.ts|
669|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: content?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: content?: ResourceStr;<br>New version information: ?ResourceStr|menu_item.d.ts|
670|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: endIcon?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: endIcon?: ResourceStr;<br>New version information: ?ResourceStr|menu_item.d.ts|
671|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: labelInfo?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: labelInfo?: ResourceStr;<br>New version information: ?ResourceStr|menu_item.d.ts|
672|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information: ?CustomBuilder|menu_item.d.ts|
673|Type changed|Class name: MenuItemGroupOptions;<br>Method or attribute name: header?: ResourceStr \| CustomBuilder;<br>Old version information: |Class name: MenuItemGroupOptions;<br>Method or attribute name: header?: ResourceStr \| CustomBuilder;<br>New version information: ?(ResourceStr \| CustomBuilder)|menu_item_group.d.ts|
674|Type changed|Class name: MenuItemGroupOptions;<br>Method or attribute name: footer?: ResourceStr \| CustomBuilder;<br>Old version information: |Class name: MenuItemGroupOptions;<br>Method or attribute name: footer?: ResourceStr \| CustomBuilder;<br>New version information: ?(ResourceStr \| CustomBuilder)|menu_item_group.d.ts|
675|Type changed|Class name: NavigationCommonTitle;<br>Method or attribute name: main: string;<br>Old version information: |Class name: NavigationCommonTitle;<br>Method or attribute name: main: string;<br>New version information: string|navigation.d.ts|
676|Type changed|Class name: NavigationCommonTitle;<br>Method or attribute name: sub: string;<br>Old version information: |Class name: NavigationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information: string|navigation.d.ts|
677|Type changed|Class name: NavigationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: NavigationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: CustomBuilder|navigation.d.ts|
678|Type changed|Class name: NavigationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>Old version information: |Class name: NavigationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information: TitleHeight \| Length|navigation.d.ts|
679|Type changed|Class name: NavigationMenuItem;<br>Method or attribute name: value: string;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: value: string;<br>New version information: string|navigation.d.ts|
680|Type changed|Class name: NavigationMenuItem;<br>Method or attribute name: icon?: string;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: icon?: string;<br>New version information: ?string|navigation.d.ts|
681|Type changed|Class name: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>New version information: ?(() => void)|navigation.d.ts|
682|Type changed|Class name: NavPathInfo;<br>Method or attribute name: param?: unknown;<br>Old version information: unknown|Class name: NavPathInfo;<br>Method or attribute name: param?: unknown;<br>New version information: ?unknown|navigation.d.ts|
683|Type changed|Class name: NavigationAttribute;<br>Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>Old version information: (ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle)|Class name: NavigationAttribute;<br>Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>New version information: |navigation.d.ts|
684|Type changed|Class name: NavDestinationCommonTitle;<br>Method or attribute name: main: string;<br>Old version information: |Class name: NavDestinationCommonTitle;<br>Method or attribute name: main: string;<br>New version information: string|nav_destination.d.ts|
685|Type changed|Class name: NavDestinationCommonTitle;<br>Method or attribute name: sub: string;<br>Old version information: |Class name: NavDestinationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information: string|nav_destination.d.ts|
686|Type changed|Class name: NavDestinationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: NavDestinationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: CustomBuilder|nav_destination.d.ts|
687|Type changed|Class name: NavDestinationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>Old version information: |Class name: NavDestinationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information: TitleHeight \| Length|nav_destination.d.ts|
688|Type changed|Class name: RouteInfo;<br>Method or attribute name: param?: unknown;<br>Old version information: unknown|Class name: RouteInfo;<br>Method or attribute name: param?: unknown;<br>New version information: ?unknown|nav_router.d.ts|
689|Type changed|Class name: PluginComponentTemplate;<br>Method or attribute name: source: string;<br>Old version information: |Class name: PluginComponentTemplate;<br>Method or attribute name: source: string;<br>New version information: string|plugin_component.d.ts|
690|Type changed|Class name: PluginComponentTemplate;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: PluginComponentTemplate;<br>Method or attribute name: bundleName: string;<br>New version information: string|plugin_component.d.ts|
691|Type changed|Class name: ProgressOptions;<br>Method or attribute name: value: number;<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: value: number;<br>New version information: number|progress.d.ts|
692|Type changed|Class name: ProgressOptions;<br>Method or attribute name: total?: number;<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: total?: number;<br>New version information: ?number|progress.d.ts|
693|Type changed|Class name: ProgressOptions;<br>Method or attribute name: style?: ProgressStyle<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: style?: ProgressStyle<br>New version information: ?ProgressStyle|progress.d.ts|
694|Type changed|Class name: ProgressOptions;<br>Method or attribute name: type?: Type<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: type?: Type<br>New version information: ?Type|progress.d.ts|
695|Type changed|Class name: ProgressStyleOptions;<br>Method or attribute name: strokeWidth?: Length;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: strokeWidth?: Length;<br>New version information: ?Length|progress.d.ts|
696|Type changed|Class name: ProgressStyleOptions;<br>Method or attribute name: scaleCount?: number;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: scaleCount?: number;<br>New version information: ?number|progress.d.ts|
697|Type changed|Class name: ProgressStyleOptions;<br>Method or attribute name: scaleWidth?: Length;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: scaleWidth?: Length;<br>New version information: ?Length|progress.d.ts|
698|Type changed|Class name: RadioOptions;<br>Method or attribute name: group: string;<br>Old version information: |Class name: RadioOptions;<br>Method or attribute name: group: string;<br>New version information: string|radio.d.ts|
699|Type changed|Class name: RadioOptions;<br>Method or attribute name: value: string;<br>Old version information: |Class name: RadioOptions;<br>Method or attribute name: value: string;<br>New version information: string|radio.d.ts|
700|Type changed|Class name: RadioStyle;<br>Method or attribute name: checkedBackgroundColor?: ResourceColor;<br>Old version information: ResourceColor|Class name: RadioStyle;<br>Method or attribute name: checkedBackgroundColor?: ResourceColor;<br>New version information: ?ResourceColor|radio.d.ts|
701|Type changed|Class name: RadioStyle;<br>Method or attribute name: uncheckedBorderColor?: ResourceColor;<br>Old version information: ResourceColor|Class name: RadioStyle;<br>Method or attribute name: uncheckedBorderColor?: ResourceColor;<br>New version information: ?ResourceColor|radio.d.ts|
702|Type changed|Class name: RadioStyle;<br>Method or attribute name: indicatorColor?: ResourceColor;<br>Old version information: ResourceColor|Class name: RadioStyle;<br>Method or attribute name: indicatorColor?: ResourceColor;<br>New version information: ?ResourceColor|radio.d.ts|
703|Type changed|Class name: RefreshOptions;<br>Method or attribute name: offset?: number \| string;<br>Old version information: number \| string|Class name: RefreshOptions;<br>Method or attribute name: offset?: number \| string;<br>New version information: ?(number \| string)|refresh.d.ts|
704|Type changed|Class name: RefreshOptions;<br>Method or attribute name: friction?: number \| string;<br>Old version information: number \| string|Class name: RefreshOptions;<br>Method or attribute name: friction?: number \| string;<br>New version information: ?(number \| string)|refresh.d.ts|
705|Type changed|Class name: RefreshOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>Old version information: CustomBuilder|Class name: RefreshOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information: ?CustomBuilder|refresh.d.ts|
706|Type changed|Class name: RRect;<br>Method or attribute name: left: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: left: number;<br>New version information: number|remote_window.d.ts|
707|Type changed|Class name: RRect;<br>Method or attribute name: top: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: top: number;<br>New version information: number|remote_window.d.ts|
708|Type changed|Class name: RRect;<br>Method or attribute name: width: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: width: number;<br>New version information: number|remote_window.d.ts|
709|Type changed|Class name: RRect;<br>Method or attribute name: height: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: height: number;<br>New version information: number|remote_window.d.ts|
710|Type changed|Class name: RRect;<br>Method or attribute name: radius: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: radius: number;<br>New version information: number|remote_window.d.ts|
711|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>New version information: string|remote_window.d.ts|
712|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>New version information: string|remote_window.d.ts|
713|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>New version information: RRect|remote_window.d.ts|
714|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>New version information: number|remote_window.d.ts|
715|Type changed|Class name: ScrollBarOptions;<br>Method or attribute name: scroller: Scroller;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: scroller: Scroller;<br>New version information: Scroller|scroll_bar.d.ts|
716|Type changed|Class name: ScrollBarOptions;<br>Method or attribute name: direction?: ScrollBarDirection;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: direction?: ScrollBarDirection;<br>New version information: ?ScrollBarDirection|scroll_bar.d.ts|
717|Type changed|Class name: ScrollBarOptions;<br>Method or attribute name: state?: BarState;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: state?: BarState;<br>New version information: ?BarState|scroll_bar.d.ts|
718|Type changed|Class name: IconOptions;<br>Method or attribute name: size?: Length;<br>Old version information: Length|Class name: IconOptions;<br>Method or attribute name: size?: Length;<br>New version information: ?Length|search.d.ts|
719|Type changed|Class name: IconOptions;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: ResourceColor|Class name: IconOptions;<br>Method or attribute name: color?: ResourceColor;<br>New version information: ?ResourceColor|search.d.ts|
720|Type changed|Class name: CaretStyle;<br>Method or attribute name: color?: ResourceColor,<br>Old version information: ResourceColor|Class name: CaretStyle;<br>Method or attribute name: color?: ResourceColor,<br>New version information: ?ResourceColor|search.d.ts|
721|Type changed|Class name: IconOptions;<br>Method or attribute name: src?: ResourceStr;<br>Old version information: ResourceStr|Class name: IconOptions;<br>Method or attribute name: src?: ResourceStr;<br>New version information: ?ResourceStr|search.d.ts|
722|Type changed|Class name: CaretStyle;<br>Method or attribute name: width?: Length,<br>Old version information: Length|Class name: CaretStyle;<br>Method or attribute name: width?: Length,<br>New version information: ?Length|search.d.ts|
723|Type changed|Class name: SelectOption;<br>Method or attribute name: value: ResourceStr;<br>Old version information: |Class name: SelectOption;<br>Method or attribute name: value: ResourceStr;<br>New version information: ResourceStr|select.d.ts|
724|Type changed|Class name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>Old version information: |Class name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>New version information: ResourceStr|select.d.ts|
725|Type changed|Class name: ButtonStyle;<br>Method or attribute name: left?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: left?: number;<br>New version information: ?number|sidebar.d.ts|
726|Type changed|Class name: ButtonStyle;<br>Method or attribute name: top?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: top?: number;<br>New version information: ?number|sidebar.d.ts|
727|Type changed|Class name: ButtonStyle;<br>Method or attribute name: width?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: width?: number;<br>New version information: ?number|sidebar.d.ts|
728|Type changed|Class name: ButtonStyle;<br>Method or attribute name: height?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: height?: number;<br>New version information: ?number|sidebar.d.ts|
729|Type changed|Class name: DividerStyle;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: ResourceColor|Class name: DividerStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information: ?ResourceColor|sidebar.d.ts|
730|Type changed|Class name: DividerStyle;<br>Method or attribute name: startMargin?: Length;<br>Old version information: Length|Class name: DividerStyle;<br>Method or attribute name: startMargin?: Length;<br>New version information: ?Length|sidebar.d.ts|
731|Type changed|Class name: DividerStyle;<br>Method or attribute name: endMargin?: Length;<br>Old version information: Length|Class name: DividerStyle;<br>Method or attribute name: endMargin?: Length;<br>New version information: ?Length|sidebar.d.ts|
732|Type changed|Class name: SliderOptions;<br>Method or attribute name: value?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: value?: number;<br>New version information: ?number|slider.d.ts|
733|Type changed|Class name: SliderOptions;<br>Method or attribute name: min?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: min?: number;<br>New version information: ?number|slider.d.ts|
734|Type changed|Class name: SliderOptions;<br>Method or attribute name: max?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: max?: number;<br>New version information: ?number|slider.d.ts|
735|Type changed|Class name: SliderOptions;<br>Method or attribute name: step?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: step?: number;<br>New version information: ?number|slider.d.ts|
736|Type changed|Class name: SliderOptions;<br>Method or attribute name: style?: SliderStyle;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: style?: SliderStyle;<br>New version information: ?SliderStyle|slider.d.ts|
737|Type changed|Class name: SliderOptions;<br>Method or attribute name: direction?: Axis;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: direction?: Axis;<br>New version information: ?Axis|slider.d.ts|
738|Type changed|Class name: SliderOptions;<br>Method or attribute name: reverse?: boolean;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: reverse?: boolean;<br>New version information: ?boolean|slider.d.ts|
739|Type changed|Class name: SliderBlockStyle;<br>Method or attribute name: image?: ResourceStr;<br>Old version information: ResourceStr|Class name: SliderBlockStyle;<br>Method or attribute name: image?: ResourceStr;<br>New version information: ?ResourceStr|slider.d.ts|
740|Type changed|Class name: SliderBlockStyle;<br>Method or attribute name: shape?: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute;<br>Old version information: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute|Class name: SliderBlockStyle;<br>Method or attribute name: shape?: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute;<br>New version information: ?(CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute)|slider.d.ts|
741|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: left?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: left?: Length;<br>New version information: ?Length|swiper.d.ts|
742|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: top?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: top?: Length;<br>New version information: ?Length|swiper.d.ts|
743|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: right?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: right?: Length;<br>New version information: ?Length|swiper.d.ts|
744|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: bottom?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: bottom?: Length;<br>New version information: ?Length|swiper.d.ts|
745|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: size?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: size?: Length;<br>New version information: ?Length|swiper.d.ts|
746|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: mask?: boolean;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: mask?: boolean;<br>New version information: ?boolean|swiper.d.ts|
747|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information: ?ResourceColor|swiper.d.ts|
748|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: selectedColor?: ResourceColor;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: selectedColor?: ResourceColor;<br>New version information: ?ResourceColor|swiper.d.ts|
749|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: height?: Length;<br>Old version information: Length|Class name: IndicatorStyle;<br>Method or attribute name: height?: Length;<br>New version information: ?Length|tab_content.d.ts|
750|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: width?: Length;<br>Old version information: Length|Class name: IndicatorStyle;<br>Method or attribute name: width?: Length;<br>New version information: ?Length|tab_content.d.ts|
751|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: borderRadius?: Length;<br>Old version information: Length|Class name: IndicatorStyle;<br>Method or attribute name: borderRadius?: Length;<br>New version information: ?Length|tab_content.d.ts|
752|Type changed|Class name: BoardStyle;<br>Method or attribute name: borderRadius?: Length;<br>Old version information: Length|Class name: BoardStyle;<br>Method or attribute name: borderRadius?: Length;<br>New version information: ?Length|tab_content.d.ts|
753|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: marginTop?: Length;<br>Old version information: Length|Class name: IndicatorStyle;<br>Method or attribute name: marginTop?: Length;<br>New version information: ?Length|tab_content.d.ts|
754|Type changed|Class name: SwiperAttribute;<br>Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>Old version information: ?(Curve \| string \| ICurve)|Class name: SwiperAttribute;<br>Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>New version information: |swiper.d.ts|
755|Type changed|Class name: TextAttribute;<br>Method or attribute name: draggable(value: boolean): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: draggable(value: boolean): TextAttribute;<br>New version information: |text.d.ts|
756|Type changed|Class name: TextAreaOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information: ?ResourceStr|text_area.d.ts|
757|Type changed|Class name: TextAreaOptions;<br>Method or attribute name: text?: ResourceStr;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information: ?ResourceStr|text_area.d.ts|
758|Type changed|Class name: TextAreaOptions;<br>Method or attribute name: controller?: TextAreaController;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: controller?: TextAreaController;<br>New version information: ?TextAreaController|text_area.d.ts|
759|Type changed|Class name: TextInputOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information: ?ResourceStr|text_input.d.ts|
760|Type changed|Class name: TextInputOptions;<br>Method or attribute name: text?: ResourceStr;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information: ?ResourceStr|text_input.d.ts|
761|Type changed|Class name: TextInputOptions;<br>Method or attribute name: controller?: TextInputController;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: controller?: TextInputController;<br>New version information: ?TextInputController|text_input.d.ts|
762|Type changed|Class name: TextPickerRangeContent;<br>Method or attribute name: text?: string \| Resource;<br>Old version information: string \| Resource|Class name: TextPickerRangeContent;<br>Method or attribute name: text?: string \| Resource;<br>New version information: ?(string \| Resource)|text_picker.d.ts|
763|Type changed|Class name: TextPickerOptions;<br>Method or attribute name: range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>Old version information: string[] \| Resource \| TextPickerRangeContent[]|Class name: TextPickerOptions;<br>Method or attribute name: range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>New version information: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[]|text_picker.d.ts|
764|Type changed|Class name: TextPickerOptions;<br>Method or attribute name: value?: string \| string[];<br>Old version information: string|Class name: TextPickerOptions;<br>Method or attribute name: value?: string \| string[];<br>New version information: ?(string \| string[])|text_picker.d.ts|
765|Type changed|Class name: TextPickerOptions;<br>Method or attribute name: selected?: number \| number[];<br>Old version information: |Class name: TextPickerOptions;<br>Method or attribute name: selected?: number \| number[];<br>New version information: ?(number \| number[])|text_picker.d.ts|
766|Type changed|Class name: TextPickerResult;<br>Method or attribute name: value: string \| string[];<br>Old version information: string|Class name: TextPickerResult;<br>Method or attribute name: value: string \| string[];<br>New version information: string \| string[]|text_picker.d.ts|
767|Type changed|Class name: TextPickerResult;<br>Method or attribute name: index: number \| number[];<br>Old version information: |Class name: TextPickerResult;<br>Method or attribute name: index: number \| number[];<br>New version information: number \| number[]|text_picker.d.ts|
768|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>New version information: number \| string|text_picker.d.ts|
769|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: TextPickerDialogOptions;<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|text_picker.d.ts|
770|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: textStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: TextPickerDialogOptions;<br>Method or attribute name: textStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|text_picker.d.ts|
771|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: TextPickerDialogOptions;<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|text_picker.d.ts|
772|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>New version information: ?((value: TextPickerResult) => void)|text_picker.d.ts|
773|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?(() => void)|text_picker.d.ts|
774|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>New version information: ?((value: TextPickerResult) => void)|text_picker.d.ts|
775|Type changed|Class name: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>New version information: ?boolean|text_timer.d.ts|
776|Type changed|Class name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>New version information: ?number|text_timer.d.ts|
777|Type changed|Class name: TextTimerOptions;<br>Method or attribute name: controller?: TextTimerController;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: controller?: TextTimerController;<br>New version information: ?TextTimerController|text_timer.d.ts|
778|Type changed|Class name: TimePickerResult;<br>Method or attribute name: hour?: number;<br>Old version information: |Class name: TimePickerResult;<br>Method or attribute name: hour?: number;<br>New version information: ?number|time_picker.d.ts|
779|Type changed|Class name: TimePickerResult;<br>Method or attribute name: minute?: number;<br>Old version information: |Class name: TimePickerResult;<br>Method or attribute name: minute?: number;<br>New version information: ?number|time_picker.d.ts|
780|Type changed|Class name: TimePickerOptions;<br>Method or attribute name: selected?: Date;<br>Old version information: |Class name: TimePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information: ?Date|time_picker.d.ts|
781|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>New version information: ?boolean|time_picker.d.ts|
782|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: TimePickerDialogOptions;<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|time_picker.d.ts|
783|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: textStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: TimePickerDialogOptions;<br>Method or attribute name: textStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|time_picker.d.ts|
784|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;<br>Old version information: PickerTextStyle|Class name: TimePickerDialogOptions;<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;<br>New version information: ?PickerTextStyle|time_picker.d.ts|
785|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>New version information: ?((value: TimePickerResult) => void)|time_picker.d.ts|
786|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?(() => void)|time_picker.d.ts|
787|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>New version information: ?((value: TimePickerResult) => void)|time_picker.d.ts|
788|Type changed|Class name: Resource;<br>Method or attribute name: readonly id: number;<br>Old version information: |Class name: Resource;<br>Method or attribute name: readonly id: number;<br>New version information: number|units.d.ts|
789|Type changed|Class name: Resource;<br>Method or attribute name: readonly type: number;<br>Old version information: |Class name: Resource;<br>Method or attribute name: readonly type: number;<br>New version information: number|units.d.ts|
790|Type changed|Class name: Resource;<br>Method or attribute name: readonly params?: any[];<br>Old version information: |Class name: Resource;<br>Method or attribute name: readonly params?: any[];<br>New version information: ?any[]|units.d.ts|
791|Type changed|Class name: Resource;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: Resource;<br>Method or attribute name: readonly bundleName: string;<br>New version information: string|units.d.ts|
792|Type changed|Class name: Resource;<br>Method or attribute name: readonly moduleName: string;<br>Old version information: |Class name: Resource;<br>Method or attribute name: readonly moduleName: string;<br>New version information: string|units.d.ts|
793|Type changed|Class name: Font;<br>Method or attribute name: size?: Length;<br>Old version information: |Class name: Font;<br>Method or attribute name: size?: Length;<br>New version information: ?Length|units.d.ts|
794|Type changed|Class name: MarkStyle;<br>Method or attribute name: size?: Length;<br>Old version information: Length|Class name: MarkStyle;<br>Method or attribute name: size?: Length;<br>New version information: ?Length|units.d.ts|
795|Type changed|Class name: Font;<br>Method or attribute name: weight?: FontWeight \| number \| string;<br>Old version information: |Class name: Font;<br>Method or attribute name: weight?: FontWeight \| number \| string;<br>New version information: ?(FontWeight \| number \| string)|units.d.ts|
796|Type changed|Class name: Font;<br>Method or attribute name: family?: string \| Resource;<br>Old version information: |Class name: Font;<br>Method or attribute name: family?: string \| Resource;<br>New version information: ?(string \| Resource)|units.d.ts|
797|Type changed|Class name: Font;<br>Method or attribute name: style?: FontStyle;<br>Old version information: |Class name: Font;<br>Method or attribute name: style?: FontStyle;<br>New version information: ?FontStyle|units.d.ts|
798|Type changed|Class name: Area;<br>Method or attribute name: width: Length;<br>Old version information: |Class name: Area;<br>Method or attribute name: width: Length;<br>New version information: Length|units.d.ts|
799|Type changed|Class name: Area;<br>Method or attribute name: height: Length;<br>Old version information: |Class name: Area;<br>Method or attribute name: height: Length;<br>New version information: Length|units.d.ts|
800|Type changed|Class name: Area;<br>Method or attribute name: position: Position;<br>Old version information: |Class name: Area;<br>Method or attribute name: position: Position;<br>New version information: Position|units.d.ts|
801|Type changed|Class name: Area;<br>Method or attribute name: globalPosition: Position;<br>Old version information: |Class name: Area;<br>Method or attribute name: globalPosition: Position;<br>New version information: Position|units.d.ts|
802|Type changed|Class name: Position;<br>Method or attribute name: x?: Length;<br>Old version information: |Class name: Position;<br>Method or attribute name: x?: Length;<br>New version information: ?Length|units.d.ts|
803|Type changed|Class name: Position;<br>Method or attribute name: y?: Length;<br>Old version information: |Class name: Position;<br>Method or attribute name: y?: Length;<br>New version information: ?Length|units.d.ts|
804|Type changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>New version information: ?Length|units.d.ts|
805|Type changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>New version information: ?Length|units.d.ts|
806|Type changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>New version information: ?Length|units.d.ts|
807|Type changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>New version information: ?Length|units.d.ts|
808|Type changed|Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>New version information: ?Length|units.d.ts|
809|Type changed|Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>New version information: ?Length|units.d.ts|
810|Type changed|Class name: BorderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>Old version information: EdgeWidths \| Length|Class name: BorderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>New version information: ?(EdgeWidths \| Length)|units.d.ts|
811|Type changed|Class name: BorderOptions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>Old version information: EdgeColors \| ResourceColor|Class name: BorderOptions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>New version information: ?(EdgeColors \| ResourceColor)|units.d.ts|
812|Type changed|Class name: BorderOptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>Old version information: BorderRadiuses \| Length|Class name: BorderOptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>New version information: ?(BorderRadiuses \| Length)|units.d.ts|
813|Type changed|Class name: BorderOptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>Old version information: EdgeStyles \| BorderStyle|Class name: BorderOptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>New version information: ?(EdgeStyles \| BorderStyle)|units.d.ts|
814|Type changed|Class name: MarkStyle;<br>Method or attribute name: strokeColor?: ResourceColor;<br>Old version information: ResourceColor|Class name: MarkStyle;<br>Method or attribute name: strokeColor?: ResourceColor;<br>New version information: ?ResourceColor|units.d.ts|
815|Type changed|Class name: MarkStyle;<br>Method or attribute name: strokeWidth?: Length;<br>Old version information: Length|Class name: MarkStyle;<br>Method or attribute name: strokeWidth?: Length;<br>New version information: ?Length|units.d.ts|
816|Type changed|Class name: VideoOptions;<br>Method or attribute name: src?: string \| Resource;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: src?: string \| Resource;<br>New version information: ?(string \| Resource)|video.d.ts|
817|Type changed|Class name: VideoOptions;<br>Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;<br>New version information: ?(number \| string \| PlaybackSpeed)|video.d.ts|
818|Type changed|Class name: VideoOptions;<br>Method or attribute name: previewUri?: string \| PixelMap \| Resource;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: previewUri?: string \| PixelMap \| Resource;<br>New version information: ?(string \| PixelMap \| Resource)|video.d.ts|
819|Type changed|Class name: VideoOptions;<br>Method or attribute name: controller?: VideoController;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: controller?: VideoController;<br>New version information: ?VideoController|video.d.ts|
820|Type changed|Class name: WaterFlowOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>Old version information: |Class name: WaterFlowOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information: ?CustomBuilder|water_flow.d.ts|
821|Type changed|Class name: WaterFlowOptions;<br>Method or attribute name: scroller?: Scroller;<br>Old version information: |Class name: WaterFlowOptions;<br>Method or attribute name: scroller?: Scroller;<br>New version information: ?Scroller|water_flow.d.ts|
822|Type changed|Class name: WebMediaOptions;<br>Method or attribute name: resumeInterval?: number;<br>Old version information: |Class name: WebMediaOptions;<br>Method or attribute name: resumeInterval?: number;<br>New version information: ?number|web.d.ts|
823|Type changed|Class name: WebMediaOptions;<br>Method or attribute name: audioExclusive?: boolean;<br>Old version information: |Class name: WebMediaOptions;<br>Method or attribute name: audioExclusive?: boolean;<br>New version information: ?boolean|web.d.ts|
824|Type changed|Class name: Header;<br>Method or attribute name: headerKey: string;<br>Old version information: |Class name: Header;<br>Method or attribute name: headerKey: string;<br>New version information: string|web.d.ts|
825|Type changed|Class name: Header;<br>Method or attribute name: headerValue: string;<br>Old version information: |Class name: Header;<br>Method or attribute name: headerValue: string;<br>New version information: string|web.d.ts|
826|Type changed|Class name: WebOptions;<br>Method or attribute name: src: string \| Resource;<br>Old version information: |Class name: WebOptions;<br>Method or attribute name: src: string \| Resource;<br>New version information: string \| Resource|web.d.ts|
827|Type changed|Class name: WebOptions;<br>Method or attribute name: controller: WebController \| WebviewController;<br>Old version information: (WebController \| WebviewController)|Class name: WebOptions;<br>Method or attribute name: controller: WebController \| WebviewController;<br>New version information: WebController \| WebviewController|web.d.ts|
828|Type changed|Class name: WebAttribute;<br>Method or attribute name: javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array\<string>,<br>    controller: WebController \| WebviewController }): WebAttribute;<br>Old version information: controller : WebController \| WebviewController|Class name: WebAttribute;<br>Method or attribute name: javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array\<string>,<br>    controller: WebController \| WebviewController }): WebAttribute;<br>New version information: |web.d.ts|
829|Function changed|Class name: FontOptions;<br>Method or attribute name: familyName: string;|Class name: FontOptions;<br>Method or attribute name: familyName: string \| Resource;|@ohos.font.d.ts|
830|Function changed|Class name: FontOptions;<br>Method or attribute name: familySrc: string;|Class name: FontOptions;<br>Method or attribute name: familySrc: string \| Resource;|@ohos.font.d.ts|
831|Widget application support changed|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>Old version information: form|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information: |common.d.ts|
832|Widget application support changed|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>Old version information: form|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information: |common.d.ts|
833|Widget application support changed|Class name: TextAttribute;<br>Method or attribute name: textShadow(value: ShadowOptions): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: textShadow(value: ShadowOptions): TextAttribute;<br>New version information: form|text.d.ts|
834