| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: NamedRouterOptions;<br>Method or attribute name: params?: Object;|@ohos.router.d.ts|
|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|
|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|
|Added|NA|Class name: DragInfo;<br>Method or attribute name: pointerId: number;|@ohos.arkui.dragController.d.ts|
|Added|NA|Class name: DragInfo;<br>Method or attribute name: data?: UDMF.UnifiedData;|@ohos.arkui.dragController.d.ts|
|Added|NA|Class name: DragInfo;<br>Method or attribute name: extraParams?: string;|@ohos.arkui.dragController.d.ts|
|Added|NA|Class name: LayeredDrawableDescriptor;<br>Method or attribute name: static getMaskClipPath(): string;|@ohos.arkui.drawableDescriptor.d.ts|
|Added|NA|Class name: inspector;<br>Method or attribute name: function createComponentObserver(id: string): ComponentObserver;|@ohos.arkui.inspector.d.ts|
|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: on(type: 'layout', callback: () => void): void;|@ohos.arkui.inspector.d.ts|
|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: on(type: 'draw', callback: () => void): void;|@ohos.arkui.inspector.d.ts|
|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: off(type: 'layout', callback?: () => void): void;|@ohos.arkui.inspector.d.ts|
|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: off(type: 'draw', callback?: () => void): void;|@ohos.arkui.inspector.d.ts|
|Added|NA|Class name: performanceMonitor;<br>Method or attribute name: function begin(scene: string, startInputType: ActionType, note?: string): void;|@ohos.arkui.performanceMonitor.d.ts|
|Added|NA|Class name: performanceMonitor;<br>Method or attribute name: function end(scene: string): void;|@ohos.arkui.performanceMonitor.d.ts|
|Added|NA|Class name: ActionType;<br>Method or attribute name: LAST_DOWN = 0|@ohos.arkui.performanceMonitor.d.ts|
|Added|NA|Class name: ActionType;<br>Method or attribute name: LAST_UP = 1|@ohos.arkui.performanceMonitor.d.ts|
|Added|NA|Class name: ActionType;<br>Method or attribute name: FIRST_MOVE = 2|@ohos.arkui.performanceMonitor.d.ts|
|Added|NA|Class name: Font;<br>Method or attribute name: registerFont(options: font.FontOptions): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Font;<br>Method or attribute name: getSystemFontList(): Array\<string>;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Font;<br>Method or attribute name: getFontByName(fontName: string): font.FontInfo;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: MediaQuery;<br>Method or attribute name: matchMediaSync(condition: string): mediaQuery.MediaQueryListener;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIInspector;<br>Method or attribute name: createComponentObserver(id: string): inspector.ComponentObserver;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
|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|
|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
|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|
|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: back(options: router.RouterOptions): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: clear(): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: getLength(): string;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: getState(): router.RouterState;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: showAlertBeforeBackPage(options: router.EnableAlertOptions): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: hideAlertBeforeBackPage(): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: getParams(): Object;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
|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|
|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
|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|
|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: PromptAction;<br>Method or attribute name: showToast(options: promptAction.ShowToastOptions): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: PromptAction;<br>Method or attribute name: showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback\<promptAction.ShowDialogSuccessResponse>): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: PromptAction;<br>Method or attribute name: showDialog(options: promptAction.ShowDialogOptions): Promise\<promptAction.ShowDialogSuccessResponse>;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: PromptAction;<br>Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: PromptAction;<br>Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions): Promise\<promptAction.ActionMenuSuccessResponse>;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: ComponentUtils;<br>Method or attribute name: getRectangleById(id: string): componentUtils.ComponentInfo;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: getFont(): Font;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: getMediaQuery(): MediaQuery;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: getUIInspector(): UIInspector;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: getRouter(): Router;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: getPromptAction(): PromptAction;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: getComponentUtils(): ComponentUtils;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: createAnimator(options: AnimatorOptions): AnimatorResult;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: animateTo(value: AnimateParam, event: () => void): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: showActionSheet(value: ActionSheetOptions): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: showDatePickerDialog(options: DatePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: showTimePickerDialog(options: TimePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: showTextPickerDialog(options: TextPickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
|Added|NA|Class name: UIContext;<br>Method or attribute name: runScopedTask(callback: () => void): void;|@ohos.arkui.UIContext.d.ts|
|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|
|Added|NA|Class name: componentUtils;<br>Method or attribute name: function getRectangleById(id: string): ComponentInfo;|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: size: Size|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: localOffset: Offset|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: windowOffset: Offset|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: screenOffset: Offset|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: translate: TranslateResult|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: scale: ScaleResult|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: rotate: RotateResult|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: transform: Matrix4Result|@ohos.componentUtils.d.ts|
|Added|NA|Class name: Size;<br>Method or attribute name: width: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: Size;<br>Method or attribute name: height: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: Offset;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: TranslateResult;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ScaleResult;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: RotateResult;<br>Method or attribute name: x: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: Offset;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: TranslateResult;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ScaleResult;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: RotateResult;<br>Method or attribute name: y: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: TranslateResult;<br>Method or attribute name: z: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ScaleResult;<br>Method or attribute name: z: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: RotateResult;<br>Method or attribute name: z: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ScaleResult;<br>Method or attribute name: centerX: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: RotateResult;<br>Method or attribute name: centerX: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: ScaleResult;<br>Method or attribute name: centerY: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: RotateResult;<br>Method or attribute name: centerY: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: RotateResult;<br>Method or attribute name: angle: number|@ohos.componentUtils.d.ts|
|Added|NA|Class name: curves;<br>Method or attribute name: function customCurve(interpolate: (fraction: number) => number): ICurve;|@ohos.curves.d.ts|
|Added|NA|Class name: font;<br>Method or attribute name: function getSystemFontList(): Array\<string>;|@ohos.font.d.ts|
|Added|NA|Class name: font;<br>Method or attribute name: function getFontByName(fontName: string): FontInfo;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: path: string;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: postScriptName: string;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: fullName: string;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: family: string;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: subfamily: string;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: weight: number;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: width: number;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: italic: boolean;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: monoSpace: boolean;|@ohos.font.d.ts|
|Added|NA|Class name: FontInfo;<br>Method or attribute name: symbolic: boolean;|@ohos.font.d.ts|
|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions): Promise\<void>;|@ohos.router.d.ts|
|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions): Promise\<void>;|@ohos.router.d.ts|
|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
|Added|NA|Class name: NamedRouterOptions;<br>Method or attribute name: name: string;|@ohos.router.d.ts|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|
|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|