1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|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>  ];|NA|@ohos.componentUtils.d.ts|
4|Deleted|Class name: componentUtils;<br>Method or attribute name: function getRectangleById(id: string): ComponentInfo;|NA|@ohos.componentUtils.d.ts|
5|Deleted|Class name: ComponentInfo;<br>Method or attribute name: size: Size|NA|@ohos.componentUtils.d.ts|
6|Deleted|Class name: ComponentInfo;<br>Method or attribute name: localOffset: Offset|NA|@ohos.componentUtils.d.ts|
7|Deleted|Class name: ComponentInfo;<br>Method or attribute name: windowOffset: Offset|NA|@ohos.componentUtils.d.ts|
8|Deleted|Class name: ComponentInfo;<br>Method or attribute name: screenOffset: Offset|NA|@ohos.componentUtils.d.ts|
9|Deleted|Class name: ComponentInfo;<br>Method or attribute name: translate: TranslateResult|NA|@ohos.componentUtils.d.ts|
10|Deleted|Class name: ComponentInfo;<br>Method or attribute name: scale: ScaleResult|NA|@ohos.componentUtils.d.ts|
11|Deleted|Class name: ComponentInfo;<br>Method or attribute name: rotate: RotateResult|NA|@ohos.componentUtils.d.ts|
12|Deleted|Class name: ComponentInfo;<br>Method or attribute name: transform: Matrix4Result|NA|@ohos.componentUtils.d.ts|
13|Deleted|Class name: Size;<br>Method or attribute name: width: number|NA|@ohos.componentUtils.d.ts|
14|Deleted|Class name: Size;<br>Method or attribute name: height: number|NA|@ohos.componentUtils.d.ts|
15|Deleted|Class name: Offset;<br>Method or attribute name: x: number|NA|@ohos.componentUtils.d.ts|
16|Deleted|Class name: TranslateResult;<br>Method or attribute name: x: number|NA|@ohos.componentUtils.d.ts|
17|Deleted|Class name: ScaleResult;<br>Method or attribute name: x: number|NA|@ohos.componentUtils.d.ts|
18|Deleted|Class name: RotateResult;<br>Method or attribute name: x: number|NA|@ohos.componentUtils.d.ts|
19|Deleted|Class name: Offset;<br>Method or attribute name: y: number|NA|@ohos.componentUtils.d.ts|
20|Deleted|Class name: TranslateResult;<br>Method or attribute name: y: number|NA|@ohos.componentUtils.d.ts|
21|Deleted|Class name: ScaleResult;<br>Method or attribute name: y: number|NA|@ohos.componentUtils.d.ts|
22|Deleted|Class name: RotateResult;<br>Method or attribute name: y: number|NA|@ohos.componentUtils.d.ts|
23|Deleted|Class name: TranslateResult;<br>Method or attribute name: z: number|NA|@ohos.componentUtils.d.ts|
24|Deleted|Class name: ScaleResult;<br>Method or attribute name: z: number|NA|@ohos.componentUtils.d.ts|
25|Deleted|Class name: RotateResult;<br>Method or attribute name: z: number|NA|@ohos.componentUtils.d.ts|
26|Deleted|Class name: ScaleResult;<br>Method or attribute name: centerX: number|NA|@ohos.componentUtils.d.ts|
27|Deleted|Class name: RotateResult;<br>Method or attribute name: centerX: number|NA|@ohos.componentUtils.d.ts|
28|Deleted|Class name: ScaleResult;<br>Method or attribute name: centerY: number|NA|@ohos.componentUtils.d.ts|
29|Deleted|Class name: RotateResult;<br>Method or attribute name: centerY: number|NA|@ohos.componentUtils.d.ts|
30|Deleted|Class name: RotateResult;<br>Method or attribute name: angle: number|NA|@ohos.componentUtils.d.ts|
31|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.arkui.componentUtils.d.ts|
32|Added|NA|Class name: componentUtils;<br>Method or attribute name: function getRectangleById(id: string): ComponentInfo;|@ohos.arkui.componentUtils.d.ts|
33|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: size: Size|@ohos.arkui.componentUtils.d.ts|
34|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: localOffset: Offset|@ohos.arkui.componentUtils.d.ts|
35|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: windowOffset: Offset|@ohos.arkui.componentUtils.d.ts|
36|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: screenOffset: Offset|@ohos.arkui.componentUtils.d.ts|
37|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: translate: TranslateResult|@ohos.arkui.componentUtils.d.ts|
38|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: scale: ScaleResult|@ohos.arkui.componentUtils.d.ts|
39|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: rotate: RotateResult|@ohos.arkui.componentUtils.d.ts|
40|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: transform: Matrix4Result|@ohos.arkui.componentUtils.d.ts|
41|Added|NA|Class name: Size;<br>Method or attribute name: width: number|@ohos.arkui.componentUtils.d.ts|
42|Added|NA|Class name: Size;<br>Method or attribute name: height: number|@ohos.arkui.componentUtils.d.ts|
43|Added|NA|Class name: Offset;<br>Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts|
44|Added|NA|Class name: TranslateResult;<br>Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts|
45|Added|NA|Class name: ScaleResult;<br>Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts|
46|Added|NA|Class name: RotateResult;<br>Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts|
47|Added|NA|Class name: Offset;<br>Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts|
48|Added|NA|Class name: TranslateResult;<br>Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts|
49|Added|NA|Class name: ScaleResult;<br>Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts|
50|Added|NA|Class name: RotateResult;<br>Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts|
51|Added|NA|Class name: TranslateResult;<br>Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts|
52|Added|NA|Class name: ScaleResult;<br>Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts|
53|Added|NA|Class name: RotateResult;<br>Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts|
54|Added|NA|Class name: ScaleResult;<br>Method or attribute name: centerX: number|@ohos.arkui.componentUtils.d.ts|
55|Added|NA|Class name: RotateResult;<br>Method or attribute name: centerX: number|@ohos.arkui.componentUtils.d.ts|
56|Added|NA|Class name: ScaleResult;<br>Method or attribute name: centerY: number|@ohos.arkui.componentUtils.d.ts|
57|Added|NA|Class name: RotateResult;<br>Method or attribute name: centerY: number|@ohos.arkui.componentUtils.d.ts|
58|Added|NA|Class name: RotateResult;<br>Method or attribute name: angle: number|@ohos.arkui.componentUtils.d.ts|
59|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: maskRect?: Rectangle;|@ohos.promptAction.d.ts|
60|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: alignment?: DialogAlignment;|@ohos.promptAction.d.ts|
61|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: offset?: Offset;|@ohos.promptAction.d.ts|
62|Deprecated version changed|Class name: AbilityComponentInterface;<br>Method or attribute name: interface AbilityComponentInterface<br>Old version information: |Class name: AbilityComponentInterface;<br>Method or attribute name: interface AbilityComponentInterface<br>New version information: 10<br>Substitute API: UIExtensionComponentInterface|ability_component.d.ts|
63|Deprecated version changed|Class name: AbilityComponentInterface;<br>Method or attribute name: (value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;<br>Old version information: |Class name: AbilityComponentInterface;<br>Method or attribute name: (value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;<br>New version information: 10<br>Substitute API: UIExtensionComponentInterface|ability_component.d.ts|
64|Deprecated version changed|Class name: AbilityComponentAttribute;<br>Method or attribute name: declare class AbilityComponentAttribute<br>Old version information: |Class name: AbilityComponentAttribute;<br>Method or attribute name: declare class AbilityComponentAttribute<br>New version information: 10<br>Substitute API: UIExtensionComponentAttribute|ability_component.d.ts|
65|Deprecated version changed|Class name: AbilityComponentAttribute;<br>Method or attribute name: onConnect(callback: () => void): AbilityComponentAttribute;<br>Old version information: |Class name: AbilityComponentAttribute;<br>Method or attribute name: onConnect(callback: () => void): AbilityComponentAttribute;<br>New version information: 10<br>Substitute API: UIExtensionComponent#onRemoteReady|ability_component.d.ts|
66|Deprecated version changed|Class name: AbilityComponentAttribute;<br>Method or attribute name: onDisconnect(callback: () => void): AbilityComponentAttribute;<br>Old version information: |Class name: AbilityComponentAttribute;<br>Method or attribute name: onDisconnect(callback: () => void): AbilityComponentAttribute;<br>New version information: 10<br>Substitute API: UIExtensionComponent#onRelease|ability_component.d.ts|
67|Deprecated version changed|Class name: CustomComponent;<br>Method or attribute name: onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>New version information: 10<br>Substitute API: common[CustomComponent]#onPlaceChildren|common.d.ts|
68|Deprecated version changed|Class name: CustomComponent;<br>Method or attribute name: onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>New version information: 10<br>Substitute API: common[CustomComponent]#onMeasureSize|common.d.ts|
69|Deprecated version changed|Class name: DatePickerAttribute;<br>Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>Old version information: |Class name: DatePickerAttribute;<br>Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>New version information: 10<br>Substitute API: datePicker/DatePickerAttribute#onDateChange|date_picker.d.ts|
70|Deprecated version 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: 10<br>Substitute API: datePicker/DatePickerDialogOptions#onDateAccept|date_picker.d.ts|
71|Deprecated version 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: 10<br>Substitute API: datePicker/DatePickerDialogOptions#onDateChange|date_picker.d.ts|
72|Deprecated version changed|Class name: ImageAttribute;<br>Method or attribute name: draggable(value: boolean): ImageAttribute;<br>Old version information: 10|Class name: ImageAttribute;<br>Method or attribute name: draggable(value: boolean): ImageAttribute;<br>New version information: <br>Substitute API: |image.d.ts|
73|Deprecated version changed|Class name: TextAttribute;<br>Method or attribute name: draggable(value: boolean): TextAttribute;<br>Old version information: 10|Class name: TextAttribute;<br>Method or attribute name: draggable(value: boolean): TextAttribute;<br>New version information: <br>Substitute API: |text.d.ts|
74|Error code added|Class name: PromptAction;<br>Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions): Promise\<promptAction.ActionMenuSuccessResponse>;<br>Old version information: |Class name: PromptAction;<br>Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions): Promise\<promptAction.ActionMenuSuccessResponse>;<br>New version information: 401, 100001|@ohos.arkui.UIContext.d.ts|
75|Error code added|Class name: uiAppearance;<br>Method or attribute name: function setDarkMode(mode: DarkMode, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: uiAppearance;<br>Method or attribute name: function setDarkMode(mode: DarkMode, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,500001|@ohos.uiAppearance.d.ts|
76|Error code added|Class name: uiAppearance;<br>Method or attribute name: function setDarkMode(mode: DarkMode): Promise\<void>;<br>Old version information: |Class name: uiAppearance;<br>Method or attribute name: function setDarkMode(mode: DarkMode): Promise\<void>;<br>New version information: 201,401,500001|@ohos.uiAppearance.d.ts|
77|Error code added|Class name: uiAppearance;<br>Method or attribute name: function getDarkMode(): DarkMode;<br>Old version information: |Class name: uiAppearance;<br>Method or attribute name: function getDarkMode(): DarkMode;<br>New version information: 201,401,500001|@ohos.uiAppearance.d.ts|
78|Error code added|Class name: DragEvent;<br>Method or attribute name: getData(): UnifiedData;<br>Old version information: |Class name: DragEvent;<br>Method or attribute name: getData(): UnifiedData;<br>New version information: 190001, 190002|common.d.ts|
79|Access level changed|Class name: ScrollSnapAlign;<br>Method or attribute name: declare enum ScrollSnapAlign<br>Old version information: systemapi|Class name: ScrollSnapAlign;<br>Method or attribute name: declare enum ScrollSnapAlign<br>New version information: |list.d.ts|
80|Access level changed|Class name: ListAttribute;<br>Method or attribute name: scrollSnapAlign(value: ScrollSnapAlign): ListAttribute;<br>Old version information: systemapi|Class name: ListAttribute;<br>Method or attribute name: scrollSnapAlign(value: ScrollSnapAlign): ListAttribute;<br>New version information: |list.d.ts|
81|Type changed|Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>Old version information: number|Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>New version information: ?number|canvaspattern.d.ts|
82|Type changed|Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>Old version information: number|Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>New version information: ?number|canvaspattern.d.ts|
83|Type changed|Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>Old version information: number|Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>New version information: ?number|canvaspattern.d.ts|
84|Type changed|Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>Old version information: number|Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>New version information: ?number|canvaspattern.d.ts|
85|Type changed|Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>Old version information: number|Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>New version information: ?number|canvaspattern.d.ts|
86|Type changed|Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>Old version information: number|Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>New version information: ?number|canvaspattern.d.ts|
87|Type changed|Class name: DragInfo;<br>Method or attribute name: data?: unifiedDataChannel.UnifiedData;<br>Old version information: ?UDMF.UnifiedData|Class name: DragInfo;<br>Method or attribute name: data?: unifiedDataChannel.UnifiedData;<br>New version information: ?unifiedDataChannel.UnifiedData|@ohos.arkui.dragController.d.ts|
88|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontFamily?: string \| Resource;<br>Old version information: ?(number \| Resource)|Class name: MeasureOptions;<br>Method or attribute name: fontFamily?: string \| Resource;<br>New version information: ?(string \| Resource)|@ohos.measure.d.ts|
89|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>Old version information: ?([Button, Button?, Button?])|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version information: ?[Button, Button?, Button?]|@ohos.prompt.d.ts|
90|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;<br>New version information: ?Array\<Button>|@ohos.promptAction.d.ts|
91|Type changed|Class name: AppResponse;<br>Method or attribute name: versionCode: number;<br>Old version information: string|Class name: AppResponse;<br>Method or attribute name: versionCode: number;<br>New version information: number|@system.app.d.ts|
92|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: visible?: boolean;<br>Old version information: ?string|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: visible?: boolean;<br>New version information: ?boolean|@system.app.d.ts|
93|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: success?: () => void;<br>Old version information: ?(() => void)|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: success?: () => void;<br>New version information: ?function|@system.app.d.ts|
94|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: ?((data: string, code: number) => void)|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: ?function|@system.app.d.ts|
95|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: ?(() => void)|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?function|@system.app.d.ts|
96|Type changed|Class name: LocaleResponse;<br>Method or attribute name: dir: "ltr" \| "rtl";<br>Old version information: 'ltr' \| 'rtl'|Class name: LocaleResponse;<br>Method or attribute name: dir: "ltr" \| "rtl";<br>New version information: "ltr" \| "rtl"|@system.configuration.d.ts|
97|Type changed|Class name: MediaQueryList;<br>Method or attribute name: onchange?: (matches: boolean) => void;<br>Old version information: ?((matches: boolean) => void)|Class name: MediaQueryList;<br>Method or attribute name: onchange?: (matches: boolean) => void;<br>New version information: ?function|@system.mediaquery.d.ts|
98|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|@system.prompt.d.ts|
99|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)|@system.prompt.d.ts|
100|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>Old version information: [Button, Button?, Button?]|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version information: ?[Button, Button?, Button?]|@system.prompt.d.ts|
101|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: success?: (data: ShowDialogSuccessResponse) => void;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: success?: (data: ShowDialogSuccessResponse) => void;<br>New version information: ?function|@system.prompt.d.ts|
102|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: cancel?: (data: string, code: string) => void;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: cancel?: (data: string, code: string) => void;<br>New version information: ?function|@system.prompt.d.ts|
103|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: complete?: (data: string) => void;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: complete?: (data: string) => void;<br>New version information: ?function|@system.prompt.d.ts|
104|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: success?: (tapIndex: number, errMsg: string) => void;<br>Old version information: ?((tapIndex: number, errMsg: string) => void)|Class name: ShowActionMenuOptions;<br>Method or attribute name: success?: (tapIndex: number, errMsg: string) => void;<br>New version information: ?function|@system.prompt.d.ts|
105|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: fail?: (errMsg: string) => void;<br>Old version information: ?((errMsg: string) => void)|Class name: ShowActionMenuOptions;<br>Method or attribute name: fail?: (errMsg: string) => void;<br>New version information: ?function|@system.prompt.d.ts|
106|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: ?(() => void)|Class name: ShowActionMenuOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?function|@system.prompt.d.ts|
107|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>Old version information: (errMsg: string) => void|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version information: ?function|@system.router.d.ts|
108|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>Old version information: (errMsg: string) => void|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version information: ?function|@system.router.d.ts|
109|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>Old version information: (errMsg: string) => void|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version information: ?function|@system.router.d.ts|
110|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>Old version information: (errMsg: string) => void|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version information: ?function|@system.router.d.ts|
111|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: () => void|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?function|@system.router.d.ts|
112|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: () => void|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?function|@system.router.d.ts|
113|Type changed|Class name: sourcefile;<br>Method or attribute name: declare type CustomBuilder = (() => any) \| void;<br>Old version information: (() => any) \| void|Class name: sourcefile;<br>Method or attribute name: declare type CustomBuilder = (() => any) \| void;<br>New version information: |common.d.ts|
114|Type changed|Class name: sourcefile;<br>Method or attribute name: declare type FractionStop = [ number, number ];<br>Old version information: [ number , number ]|Class name: sourcefile;<br>Method or attribute name: declare type FractionStop = [ number, number ];<br>New version information: |common.d.ts|
115|Type changed|Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>Old version information: () => void|Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>New version information: function|action_sheet.d.ts|
116|Type changed|Class name: ActionSheetOptions;<br>Method or attribute name: confirm?: {<br>    /**<br>     * Enable switch of confirmation button<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of confirmation button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of confirmation button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { string \| Resource }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 8<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { string \| Resource }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string \| Resource;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 8<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: ?{value: string \| Resource; action: () => void;}|Class name: ActionSheetOptions;<br>Method or attribute name: confirm?: {<br>    /**<br>     * Enable switch of confirmation button<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of confirmation button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of confirmation button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { string \| Resource }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 8<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { string \| Resource }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string \| Resource;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 8<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: ?object|action_sheet.d.ts|
117|Type changed|Class name: ActionSheetOptions;<br>Method or attribute name: cancel?: () => void;<br>Old version information: ?(() => void)|Class name: ActionSheetOptions;<br>Method or attribute name: cancel?: () => void;<br>New version information: ?function|action_sheet.d.ts|
118|Type changed|Class name: ActionSheetOptions;<br>Method or attribute name: offset?: { dx: number \| string \| Resource; dy: number \| string \| Resource };<br>Old version information: ?{ dx: number \| string \| Resource; dy: number \| string \| Resource }|Class name: ActionSheetOptions;<br>Method or attribute name: offset?: { dx: number \| string \| Resource; dy: number \| string \| Resource };<br>New version information: ?object|action_sheet.d.ts|
119|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>Old version information: ?(() => void)|Class name: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>New version information: ?function|alert_dialog.d.ts|
120|Type changed|Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: confirm?: {<br>    /**<br>     * Enable switch of confirmation button<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of confirmation button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of confirmation button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><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 { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: ?{value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: confirm?: {<br>    /**<br>     * Enable switch of confirmation button<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of confirmation button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of confirmation button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><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 { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: ?object|alert_dialog.d.ts|
121|Type changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: primaryButton: {<br>    /**<br>     * Enable switch of primaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of primaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of primaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><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 { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: {value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: primaryButton: {<br>    /**<br>     * Enable switch of primaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of primaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of primaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><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 { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: object|alert_dialog.d.ts|
122|Type changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: secondaryButton: {<br>    /**<br>     * Enable switch of secondaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of secondaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of secondaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><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 { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: {value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: secondaryButton: {<br>    /**<br>     * Enable switch of secondaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of secondaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of secondaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><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 { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: object|alert_dialog.d.ts|
123|Type changed|Class name: BadgeParam;<br>Method or attribute name: position?: BadgePosition \| Position;<br>Old version information: BadgePosition \| Position|Class name: BadgeParam;<br>Method or attribute name: position?: BadgePosition \| Position;<br>New version information: ?(BadgePosition \| Position)|badge.d.ts|
124|Type changed|Class name: ColumnSplitDividerStyle;<br>Method or attribute name: startMargin?: Dimension;<br>Old version information: Dimension|Class name: ColumnSplitDividerStyle;<br>Method or attribute name: startMargin?: Dimension;<br>New version information: ?Dimension|column_split.d.ts|
125|Type changed|Class name: ColumnSplitDividerStyle;<br>Method or attribute name: endMargin?: Dimension;<br>Old version information: Dimension|Class name: ColumnSplitDividerStyle;<br>Method or attribute name: endMargin?: Dimension;<br>New version information: ?Dimension|column_split.d.ts|
126|Type changed|Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>Old version information: ?(() => void)|Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>New version information: ?function|common.d.ts|
127|Type changed|Class name: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>New version information: ?(number \| string)|common.d.ts|
128|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>Old version information: ?{ anchor: string, align: HorizontalAlign }|Class name: AlignRuleOption;<br>Method or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>New version information: ?object|common.d.ts|
129|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>Old version information: ?{ anchor: string, align: HorizontalAlign }|Class name: AlignRuleOption;<br>Method or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>New version information: ?object|common.d.ts|
130|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>Old version information: ?{ anchor: string, align: HorizontalAlign }|Class name: AlignRuleOption;<br>Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>New version information: ?object|common.d.ts|
131|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: top?: { anchor: string, align: VerticalAlign };<br>Old version information: ?{ anchor: string, align: VerticalAlign }|Class name: AlignRuleOption;<br>Method or attribute name: top?: { anchor: string, align: VerticalAlign };<br>New version information: ?object|common.d.ts|
132|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };<br>Old version information: ?{ anchor: string, align: VerticalAlign }|Class name: AlignRuleOption;<br>Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };<br>New version information: ?object|common.d.ts|
133|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: center?: { anchor: string, align: VerticalAlign };<br>Old version information: ?{ anchor: string, align: VerticalAlign }|Class name: AlignRuleOption;<br>Method or attribute name: center?: { anchor: string, align: VerticalAlign };<br>New version information: ?object|common.d.ts|
134|Type changed|Class name: RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information: ?(number \| string)|common.d.ts|
135|Type changed|Class name: TransitionEffect;<br>Method or attribute name: static readonly SLIDE: TransitionEffect\<<br>    "asymmetric",<br>    {<br>      appear: TransitionEffect\<"move", TransitionEdge>;<br>      disappear: TransitionEffect\<"move", TransitionEdge>;<br>    }<br>  >;<br>Old version information: TransitionEffect\<"asymmetric">|Class name: TransitionEffect;<br>Method or attribute name: static readonly SLIDE: TransitionEffect\<<br>    "asymmetric",<br>    {<br>      appear: TransitionEffect\<"move", TransitionEdge>;<br>      disappear: TransitionEffect\<"move", TransitionEdge>;<br>    }<br>  >;<br>New version information: TransitionEffect\<"asymmetric",{appear: TransitionEffect\<"move", TransitionEdge>;disappear: TransitionEffect\<"move", TransitionEdge>;}>|common.d.ts|
136|Type changed|Class name: HoverEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: ?(() => void)|Class name: HoverEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: function|common.d.ts|
137|Type changed|Class name: MouseEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: ?(() => void)|Class name: MouseEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: function|common.d.ts|
138|Type changed|Class name: TouchEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: function|common.d.ts|
139|Type changed|Class name: KeyEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: ?(() => void)|Class name: KeyEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: function|common.d.ts|
140|Type changed|Class name: DragEvent;<br>Method or attribute name: getDisplayX(): number;<br>Old version information: number|Class name: DragEvent;<br>Method or attribute name: getDisplayX(): number;<br>New version information: |common.d.ts|
141|Type changed|Class name: DragEvent;<br>Method or attribute name: getDisplayY(): number;<br>Old version information: number|Class name: DragEvent;<br>Method or attribute name: getDisplayY(): number;<br>New version information: |common.d.ts|
142|Type changed|Class name: DragEvent;<br>Method or attribute name: getWindowX(): number;<br>Old version information: number|Class name: DragEvent;<br>Method or attribute name: getWindowX(): number;<br>New version information: |common.d.ts|
143|Type changed|Class name: DragEvent;<br>Method or attribute name: getWindowY(): number;<br>Old version information: number|Class name: DragEvent;<br>Method or attribute name: getWindowY(): number;<br>New version information: |common.d.ts|
144|Type changed|Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>Old version information: number|Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>New version information: |common.d.ts|
145|Type changed|Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>Old version information: number|Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>New version information: |common.d.ts|
146|Type changed|Class name: BindOptions;<br>Method or attribute name: onAppear?: () => void;<br>Old version information: ?(() => void)|Class name: BindOptions;<br>Method or attribute name: onAppear?: () => void;<br>New version information: ?function|common.d.ts|
147|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: ?function|common.d.ts|
148|Type changed|Class name: BindOptions;<br>Method or attribute name: onDisappear?: () => void;<br>Old version information: ?(() => void)|Class name: BindOptions;<br>Method or attribute name: onDisappear?: () => void;<br>New version information: ?function|common.d.ts|
149|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: ?function|common.d.ts|
150|Type changed|Class name: PopupOptions;<br>Method or attribute name: primaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: primaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: ?object|common.d.ts|
151|Type changed|Class name: PopupOptions;<br>Method or attribute name: secondaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: secondaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>New version information: ?object|common.d.ts|
152|Type changed|Class name: PopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>New version information: ?function|common.d.ts|
153|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>New version information: ?function|common.d.ts|
154|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>Old version information: ?(() => void)|Class name: CustomDialogControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>New version information: ?function|custom_dialog_controller.d.ts|
155|Type changed|Class name: DataPanelShadowOptions;<br>Method or attribute name: colors?: Array\<ResourceColor \| LinearGradient>;<br>Old version information: ?(Array\<ResourceColor \| LinearGradient>)|Class name: DataPanelShadowOptions;<br>Method or attribute name: colors?: Array\<ResourceColor \| LinearGradient>;<br>New version information: ?Array\<ResourceColor \| LinearGradient>|data_panel.d.ts|
156|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: lunarSwitch?: boolean;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: lunarSwitch?: boolean;<br>New version information: ?boolean|date_picker.d.ts|
157|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>Old version information: ?((value: DatePickerResult) => void)|Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>New version information: ?function|date_picker.d.ts|
158|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: ?(() => void)|Class name: DatePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?function|date_picker.d.ts|
159|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>Old version information: ?((value: DatePickerResult) => void)|Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>New version information: ?function|date_picker.d.ts|
160|Type changed|Class name: SwipeActionItem;<br>Method or attribute name: onAction?: () => void;<br>Old version information: ?(() => void)|Class name: SwipeActionItem;<br>Method or attribute name: onAction?: () => void;<br>New version information: ?function|list_item.d.ts|
161|Type changed|Class name: SwipeActionItem;<br>Method or attribute name: onEnterActionArea?: () => void;<br>Old version information: ?(() => void)|Class name: SwipeActionItem;<br>Method or attribute name: onEnterActionArea?: () => void;<br>New version information: ?function|list_item.d.ts|
162|Type changed|Class name: SwipeActionItem;<br>Method or attribute name: onExitActionArea?: () => void;<br>Old version information: ?(() => void)|Class name: SwipeActionItem;<br>Method or attribute name: onExitActionArea?: () => void;<br>New version information: ?function|list_item.d.ts|
163|Type changed|Class name: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>Old version information: ?(() => void)|Class name: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>New version information: ?function|navigation.d.ts|
164|Type changed|Class name: ToolbarItem;<br>Method or attribute name: action?: () => void;<br>Old version information: ?(() => void)|Class name: ToolbarItem;<br>Method or attribute name: action?: () => void;<br>New version information: ?function|navigation.d.ts|
165|Type changed|Class name: RichEditorTextStyle;<br>Method or attribute name: decoration?: { type: TextDecorationType; color?: ResourceColor; };<br>Old version information: ?( type: TextDecorationType; color ?: ResourceColor; )|Class name: RichEditorTextStyle;<br>Method or attribute name: decoration?: { type: TextDecorationType; color?: ResourceColor; };<br>New version information: ?object|rich_editor.d.ts|
166|Type changed|Class name: RichEditorImageSpanStyle;<br>Method or attribute name: size?: [Dimension, Dimension];<br>Old version information: ?[Dimension; Dimension;]|Class name: RichEditorImageSpanStyle;<br>Method or attribute name: size?: [Dimension, Dimension];<br>New version information: ?[Dimension, Dimension]|rich_editor.d.ts|
167|Type changed|Class name: RichEditorTextStyleResult;<br>Method or attribute name: decoration: { type: TextDecorationType; color: ResourceColor; };<br>Old version information: { type: TextDecorationType; color: ResourceColor; }|Class name: RichEditorTextStyleResult;<br>Method or attribute name: decoration: { type: TextDecorationType; color: ResourceColor; };<br>New version information: object|rich_editor.d.ts|
168|Type changed|Class name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>Old version information: ResourceStr|Class name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>New version information: ?ResourceStr|select.d.ts|
169|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>Old version information: number \| string|Class name: TextPickerDialogOptions;<br>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>New version information: ?(number \| string)|text_picker.d.ts|
170|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>Old version information: ?((value: TextPickerResult) => void)|Class name: TextPickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>New version information: ?function|text_picker.d.ts|
171|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: ?(() => void)|Class name: TextPickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?function|text_picker.d.ts|
172|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>Old version information: ?((value: TextPickerResult) => void)|Class name: TextPickerDialogOptions;<br>Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>New version information: ?function|text_picker.d.ts|
173|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>Old version information: ?((value: TimePickerResult) => void)|Class name: TimePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>New version information: ?function|time_picker.d.ts|
174|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: ?(() => void)|Class name: TimePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?function|time_picker.d.ts|
175|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>Old version information: ?((value: TimePickerResult) => void)|Class name: TimePickerDialogOptions;<br>Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>New version information: ?function|time_picker.d.ts|
176|Function changed|Class name: DragInfo;<br>Method or attribute name: data?: UDMF.UnifiedData;|Class name: DragInfo;<br>Method or attribute name: data?: unifiedDataChannel.UnifiedData;|@ohos.arkui.dragController.d.ts|
177|Function changed|Class name: Router;<br>Method or attribute name: back(options: router.RouterOptions): void;|Class name: Router;<br>Method or attribute name: back(options?: router.RouterOptions): void;|@ohos.arkui.UIContext.d.ts|
178|Function changed|Class name: UIContext;<br>Method or attribute name: showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons): void;|Class name: UIContext;<br>Method or attribute name: showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions): void;|@ohos.arkui.UIContext.d.ts|
179|Function changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;|@ohos.promptAction.d.ts|
180|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type TransitionEffects = {<br>  identity: undefined;<br>  opacity: number;<br>  slideSwitch: undefined;<br>  move: TransitionEdge;<br>  translate: TranslateOptions;<br>  rotate: RotateOptions;<br>  scale: ScaleOptions;<br>  asymmetric: {<br>    appear: TransitionEffect;<br>    disappear: TransitionEffect;<br>  };<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type TransitionEffects = {<br>  identity: undefined;<br>  opacity: number;<br>  slideSwitch: undefined;<br>  move: TransitionEdge;<br>  translate: TranslateOptions;<br>  rotate: RotateOptions;<br>  scale: ScaleOptions;<br>  asymmetric: {<br>    appear: TransitionEffect;<br>    disappear: TransitionEffect;<br>  };<br>};<br>New version information: form|common.d.ts|
181|Widget support changed|Class name: TransitionEdge;<br>Method or attribute name: declare enum TransitionEdge<br>Old version information: |Class name: TransitionEdge;<br>Method or attribute name: declare enum TransitionEdge<br>New version information: form|common.d.ts|
182|Widget support changed|Class name: TransitionEdge;<br>Method or attribute name: TOP<br>Old version information: |Class name: TransitionEdge;<br>Method or attribute name: TOP<br>New version information: form|common.d.ts|
183|Widget support changed|Class name: TransitionEdge;<br>Method or attribute name: BOTTOM<br>Old version information: |Class name: TransitionEdge;<br>Method or attribute name: BOTTOM<br>New version information: form|common.d.ts|
184|Widget support changed|Class name: TransitionEdge;<br>Method or attribute name: START<br>Old version information: |Class name: TransitionEdge;<br>Method or attribute name: START<br>New version information: form|common.d.ts|
185|Widget support changed|Class name: TransitionEdge;<br>Method or attribute name: END<br>Old version information: |Class name: TransitionEdge;<br>Method or attribute name: END<br>New version information: form|common.d.ts|
186|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: declare class TransitionEffect<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: declare class TransitionEffect<br>New version information: form|common.d.ts|
187|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static readonly IDENTITY: TransitionEffect\<"identity">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static readonly IDENTITY: TransitionEffect\<"identity">;<br>New version information: form|common.d.ts|
188|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static readonly OPACITY: TransitionEffect\<"opacity">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static readonly OPACITY: TransitionEffect\<"opacity">;<br>New version information: form|common.d.ts|
189|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static readonly SLIDE: TransitionEffect\<<br>    "asymmetric",<br>    {<br>      appear: TransitionEffect\<"move", TransitionEdge>;<br>      disappear: TransitionEffect\<"move", TransitionEdge>;<br>    }<br>  >;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static readonly SLIDE: TransitionEffect\<<br>    "asymmetric",<br>    {<br>      appear: TransitionEffect\<"move", TransitionEdge>;<br>      disappear: TransitionEffect\<"move", TransitionEdge>;<br>    }<br>  >;<br>New version information: form|common.d.ts|
190|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static readonly SLIDE_SWITCH: TransitionEffect\<"slideSwitch">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static readonly SLIDE_SWITCH: TransitionEffect\<"slideSwitch">;<br>New version information: form|common.d.ts|
191|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static translate(options: TranslateOptions): TransitionEffect\<"translate">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static translate(options: TranslateOptions): TransitionEffect\<"translate">;<br>New version information: form|common.d.ts|
192|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static rotate(options: RotateOptions): TransitionEffect\<"rotate">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static rotate(options: RotateOptions): TransitionEffect\<"rotate">;<br>New version information: form|common.d.ts|
193|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static scale(options: ScaleOptions): TransitionEffect\<"scale">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static scale(options: ScaleOptions): TransitionEffect\<"scale">;<br>New version information: form|common.d.ts|
194|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static opacity(alpha: number): TransitionEffect\<"opacity">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static opacity(alpha: number): TransitionEffect\<"opacity">;<br>New version information: form|common.d.ts|
195|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static move(edge: TransitionEdge): TransitionEffect\<"move">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static move(edge: TransitionEdge): TransitionEffect\<"move">;<br>New version information: form|common.d.ts|
196|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: static asymmetric(<br>    appear: TransitionEffect,<br>    disappear: TransitionEffect<br>  ): TransitionEffect\<"asymmetric">;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: static asymmetric(<br>    appear: TransitionEffect,<br>    disappear: TransitionEffect<br>  ): TransitionEffect\<"asymmetric">;<br>New version information: form|common.d.ts|
197|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: constructor(type: Type, effect: Effect);<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: constructor(type: Type, effect: Effect);<br>New version information: form|common.d.ts|
198|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: animation(value: AnimateParam): TransitionEffect;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: animation(value: AnimateParam): TransitionEffect;<br>New version information: form|common.d.ts|
199|Widget support changed|Class name: TransitionEffect;<br>Method or attribute name: combine(transitionEffect: TransitionEffect): TransitionEffect;<br>Old version information: |Class name: TransitionEffect;<br>Method or attribute name: combine(transitionEffect: TransitionEffect): TransitionEffect;<br>New version information: form|common.d.ts|
200|Widget support changed|Class name: ShapeAttribute;<br>Method or attribute name: viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;<br>New version information: form|shape.d.ts|
201|Cross-platform capability changed|Class name: DragItemInfo;<br>Method or attribute name: declare interface DragItemInfo<br>Old version information: crossplatform|Class name: DragItemInfo;<br>Method or attribute name: declare interface DragItemInfo<br>New version information: |common.d.ts|
202|Cross-platform capability changed|Class name: DragItemInfo;<br>Method or attribute name: pixelMap?: PixelMap;<br>Old version information: crossplatform|Class name: DragItemInfo;<br>Method or attribute name: pixelMap?: PixelMap;<br>New version information: |common.d.ts|
203|Cross-platform capability changed|Class name: DragItemInfo;<br>Method or attribute name: builder?: CustomBuilder;<br>Old version information: crossplatform|Class name: DragItemInfo;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information: |common.d.ts|
204|Cross-platform capability changed|Class name: DragItemInfo;<br>Method or attribute name: extraInfo?: string;<br>Old version information: crossplatform|Class name: DragItemInfo;<br>Method or attribute name: extraInfo?: string;<br>New version information: |common.d.ts|
205|Cross-platform capability changed|Class name: HoverEvent;<br>Method or attribute name: declare interface HoverEvent<br>Old version information: crossplatform|Class name: HoverEvent;<br>Method or attribute name: declare interface HoverEvent<br>New version information: |common.d.ts|
206|Cross-platform capability changed|Class name: HoverEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: crossplatform|Class name: HoverEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: |common.d.ts|
207|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: |common.d.ts|
208|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: declare interface MouseEvent<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: declare interface MouseEvent<br>New version information: |common.d.ts|
209|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: button: MouseButton;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: button: MouseButton;<br>New version information: |common.d.ts|
210|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: action: MouseAction;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: action: MouseAction;<br>New version information: |common.d.ts|
211|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: displayX: number;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: displayX: number;<br>New version information: |common.d.ts|
212|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: displayY: number;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: displayY: number;<br>New version information: |common.d.ts|
213|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: windowX: number;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: windowX: number;<br>New version information: |common.d.ts|
214|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: windowY: number;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: windowY: number;<br>New version information: |common.d.ts|
215|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: x: number;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: x: number;<br>New version information: |common.d.ts|
216|Cross-platform capability changed|Class name: MouseEvent;<br>Method or attribute name: y: number;<br>Old version information: crossplatform|Class name: MouseEvent;<br>Method or attribute name: y: number;<br>New version information: |common.d.ts|
217|Cross-platform capability changed|Class name: DragBehavior;<br>Method or attribute name: declare enum DragBehavior<br>Old version information: crossplatform|Class name: DragBehavior;<br>Method or attribute name: declare enum DragBehavior<br>New version information: |common.d.ts|
218|Cross-platform capability changed|Class name: DragBehavior;<br>Method or attribute name: COPY<br>Old version information: crossplatform|Class name: DragBehavior;<br>Method or attribute name: COPY<br>New version information: |common.d.ts|
219|Cross-platform capability changed|Class name: DragBehavior;<br>Method or attribute name: MOVE<br>Old version information: crossplatform|Class name: DragBehavior;<br>Method or attribute name: MOVE<br>New version information: |common.d.ts|
220|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: declare interface DragEvent<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: declare interface DragEvent<br>New version information: |common.d.ts|
221|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: getDisplayX(): number;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: getDisplayX(): number;<br>New version information: |common.d.ts|
222|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: getDisplayY(): number;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: getDisplayY(): number;<br>New version information: |common.d.ts|
223|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: getWindowX(): number;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: getWindowX(): number;<br>New version information: |common.d.ts|
224|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: getWindowY(): number;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: getWindowY(): number;<br>New version information: |common.d.ts|
225|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: dragBehavior: DragBehavior;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: dragBehavior: DragBehavior;<br>New version information: |common.d.ts|
226|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: useCustomDropAnimation: boolean;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: useCustomDropAnimation: boolean;<br>New version information: |common.d.ts|
227|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: setResult(dragResult: DragResult): void;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: setResult(dragResult: DragResult): void;<br>New version information: |common.d.ts|
228|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: getResult(): DragResult;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: getResult(): DragResult;<br>New version information: |common.d.ts|
229|Cross-platform capability changed|Class name: DragEvent;<br>Method or attribute name: getPreviewRect(): Rectangle;<br>Old version information: crossplatform|Class name: DragEvent;<br>Method or attribute name: getPreviewRect(): Rectangle;<br>New version information: |common.d.ts|
230|Cross-platform capability changed|Class name: ClickEffect;<br>Method or attribute name: declare interface ClickEffect<br>Old version information: |Class name: ClickEffect;<br>Method or attribute name: declare interface ClickEffect<br>New version information: crossplatform|common.d.ts|
231|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: expandSafeArea(types?: Array\<SafeAreaType>, edges?: Array\<SafeAreaEdge>): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: expandSafeArea(types?: Array\<SafeAreaType>, edges?: Array\<SafeAreaEdge>): T;<br>New version information: crossplatform|common.d.ts|
232|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onHover(event: (isHover: boolean, event: HoverEvent) => void): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: onHover(event: (isHover: boolean, event: HoverEvent) => void): T;<br>New version information: |common.d.ts|
233|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onMouse(event: (event: MouseEvent) => void): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: onMouse(event: (event: MouseEvent) => void): T;<br>New version information: |common.d.ts|
234|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: clickEffect(value: ClickEffect \| null): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: clickEffect(value: ClickEffect \| null): T;<br>New version information: crossplatform|common.d.ts|
235|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onDragStart(event: (event: DragEvent, extraParams?: string) => CustomBuilder \| DragItemInfo): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: onDragStart(event: (event: DragEvent, extraParams?: string) => CustomBuilder \| DragItemInfo): T;<br>New version information: |common.d.ts|
236|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onDragEnter(event: (event: DragEvent, extraParams?: string) => void): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: onDragEnter(event: (event: DragEvent, extraParams?: string) => void): T;<br>New version information: |common.d.ts|
237|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onDragMove(event: (event: DragEvent, extraParams?: string) => void): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: onDragMove(event: (event: DragEvent, extraParams?: string) => void): T;<br>New version information: |common.d.ts|
238|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onDragLeave(event: (event: DragEvent, extraParams?: string) => void): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: onDragLeave(event: (event: DragEvent, extraParams?: string) => void): T;<br>New version information: |common.d.ts|
239|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onDrop(event: (event: DragEvent, extraParams?: string) => void): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: onDrop(event: (event: DragEvent, extraParams?: string) => void): T;<br>New version information: |common.d.ts|
240|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onDragEnd(event: (event: DragEvent, extraParams?: string) => void): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: onDragEnd(event: (event: DragEvent, extraParams?: string) => void): T;<br>New version information: |common.d.ts|
241|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: draggable(value: boolean): T;<br>Old version information: crossplatform|Class name: CommonMethod;<br>Method or attribute name: draggable(value: boolean): T;<br>New version information: |common.d.ts|
242|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: obscured(reasons: Array\<ObscuredReasons>): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: obscured(reasons: Array\<ObscuredReasons>): T;<br>New version information: crossplatform|common.d.ts|
243|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>Old version information: crossplatform|Class name: CustomComponent;<br>Method or attribute name: onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>New version information: |common.d.ts|
244|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>Old version information: crossplatform|Class name: CustomComponent;<br>Method or attribute name: onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>New version information: |common.d.ts|
245|Cross-platform capability changed|Class name: DatePickerAttribute;<br>Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>Old version information: crossplatform|Class name: DatePickerAttribute;<br>Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>New version information: |date_picker.d.ts|
246|Cross-platform capability changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>Old version information: crossplatform|Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>New version information: |date_picker.d.ts|
247|Cross-platform capability changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>Old version information: crossplatform|Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>New version information: |date_picker.d.ts|
248|Cross-platform capability changed|Class name: ColorMode;<br>Method or attribute name: declare enum ColorMode<br>Old version information: crossplatform|Class name: ColorMode;<br>Method or attribute name: declare enum ColorMode<br>New version information: |state_management.d.ts|
249|Cross-platform capability changed|Class name: ColorMode;<br>Method or attribute name: LIGHT = 0<br>Old version information: crossplatform|Class name: ColorMode;<br>Method or attribute name: LIGHT = 0<br>New version information: |state_management.d.ts|
250|Cross-platform capability changed|Class name: ColorMode;<br>Method or attribute name: DARK<br>Old version information: crossplatform|Class name: ColorMode;<br>Method or attribute name: DARK<br>New version information: |state_management.d.ts|
251|Cross-platform capability changed|Class name: LayoutDirection;<br>Method or attribute name: declare enum LayoutDirection<br>Old version information: crossplatform|Class name: LayoutDirection;<br>Method or attribute name: declare enum LayoutDirection<br>New version information: |state_management.d.ts|
252|Cross-platform capability changed|Class name: LayoutDirection;<br>Method or attribute name: LTR<br>Old version information: crossplatform|Class name: LayoutDirection;<br>Method or attribute name: LTR<br>New version information: |state_management.d.ts|
253|Cross-platform capability changed|Class name: LayoutDirection;<br>Method or attribute name: RTL<br>Old version information: crossplatform|Class name: LayoutDirection;<br>Method or attribute name: RTL<br>New version information: |state_management.d.ts|
254|Cross-platform capability changed|Class name: LayoutDirection;<br>Method or attribute name: Auto<br>Old version information: crossplatform|Class name: LayoutDirection;<br>Method or attribute name: Auto<br>New version information: |state_management.d.ts|
255