| Change Type | Old Version | New Version | d.ts File | | ---- | ------ | ------ | -------- | |Added|NA|Class name: NamedRouterOptions;
Method or attribute name: params?: Object;|@ohos.router.d.ts| |Added|NA|Class name: NamedRouterOptions;
Method or attribute name: name: string;|@ohos.router.d.ts| |Added|NA|Class name: componentSnapshot;
Method or attribute name: function get(id: string, callback: AsyncCallback\): void;|@ohos.arkui.componentSnapshot.d.ts| |Added|NA|Class name: componentSnapshot;
Method or attribute name: function get(id: string): Promise\;|@ohos.arkui.componentSnapshot.d.ts| |Added|NA|Class name: componentSnapshot;
Method or attribute name: function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\): void;|@ohos.arkui.componentSnapshot.d.ts| |Added|NA|Class name: componentSnapshot;
Method or attribute name: function createFromBuilder(builder: CustomBuilder): Promise\;|@ohos.arkui.componentSnapshot.d.ts| |Added|NA|Class name: componentUtils;
Method or attribute name: type Matrix4Result = [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: componentUtils;
Method or attribute name: function getRectangleById(id: string): ComponentInfo;|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: size: Size|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: localOffset: Offset|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: windowOffset: Offset|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: screenOffset: Offset|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: translate: TranslateResult|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: scale: ScaleResult|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: rotate: RotateResult|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: transform: Matrix4Result|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: Size;
Method or attribute name: width: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: Size;
Method or attribute name: height: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: Offset;
Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: TranslateResult;
Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: Offset;
Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: TranslateResult;
Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: TranslateResult;
Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: centerX: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: centerX: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: centerY: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: centerY: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: angle: number|@ohos.arkui.componentUtils.d.ts| |Added|NA|Class name: dragController;
Method or attribute name: function executeDrag(custom: CustomBuilder \| DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback\<{
event: DragEvent, extraParams: string
}>): void;|@ohos.arkui.dragController.d.ts| |Added|NA|Class name: dragController;
Method or attribute name: function executeDrag(custom: CustomBuilder \| DragItemInfo, dragInfo: DragInfo): Promise\<{
event: DragEvent, extraParams: string
}>;|@ohos.arkui.dragController.d.ts| |Added|NA|Class name: DragInfo;
Method or attribute name: pointerId: number;|@ohos.arkui.dragController.d.ts| |Added|NA|Class name: DragInfo;
Method or attribute name: data?: unifiedDataChannel.UnifiedData;|@ohos.arkui.dragController.d.ts| |Added|NA|Class name: DragInfo;
Method or attribute name: extraParams?: string;|@ohos.arkui.dragController.d.ts| |Added|NA|Class name: DrawableDescriptor;
Method or attribute name: constructor();|@ohos.arkui.drawableDescriptor.d.ts| |Added|NA|Class name: DrawableDescriptor;
Method or attribute name: getPixelMap(): image.PixelMap;|@ohos.arkui.drawableDescriptor.d.ts| |Added|NA|Class name: LayeredDrawableDescriptor;
Method or attribute name: getForeground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| |Added|NA|Class name: LayeredDrawableDescriptor;
Method or attribute name: getBackground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| |Added|NA|Class name: LayeredDrawableDescriptor;
Method or attribute name: getMask(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| |Added|NA|Class name: LayeredDrawableDescriptor;
Method or attribute name: static getMaskClipPath(): string;|@ohos.arkui.drawableDescriptor.d.ts| |Added|NA|Class name: inspector;
Method or attribute name: function createComponentObserver(id: string): ComponentObserver;|@ohos.arkui.inspector.d.ts| |Added|NA|Class name: ComponentObserver;
Method or attribute name: on(type: 'layout', callback: () => void): void;|@ohos.arkui.inspector.d.ts| |Added|NA|Class name: ComponentObserver;
Method or attribute name: on(type: 'draw', callback: () => void): void;|@ohos.arkui.inspector.d.ts| |Added|NA|Class name: ComponentObserver;
Method or attribute name: off(type: 'layout', callback?: () => void): void;|@ohos.arkui.inspector.d.ts| |Added|NA|Class name: ComponentObserver;
Method or attribute name: off(type: 'draw', callback?: () => void): void;|@ohos.arkui.inspector.d.ts| |Added|NA|Class name: performanceMonitor;
Method or attribute name: function begin(scene: string, startInputType: ActionType, note?: string): void;|@ohos.arkui.performanceMonitor.d.ts| |Added|NA|Class name: performanceMonitor;
Method or attribute name: function end(scene: string): void;|@ohos.arkui.performanceMonitor.d.ts| |Added|NA|Class name: ActionType;
Method or attribute name: LAST_DOWN = 0|@ohos.arkui.performanceMonitor.d.ts| |Added|NA|Class name: ActionType;
Method or attribute name: LAST_UP = 1|@ohos.arkui.performanceMonitor.d.ts| |Added|NA|Class name: ActionType;
Method or attribute name: FIRST_MOVE = 2|@ohos.arkui.performanceMonitor.d.ts| |Added|NA|Class name: Font;
Method or attribute name: registerFont(options: font.FontOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Font;
Method or attribute name: getSystemFontList(): Array\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Font;
Method or attribute name: getFontByName(fontName: string): font.FontInfo;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: MediaQuery;
Method or attribute name: matchMediaSync(condition: string): mediaQuery.MediaQueryListener;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIInspector;
Method or attribute name: createComponentObserver(id: string): inspector.ComponentObserver;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: pushUrl(options: router.RouterOptions, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: pushUrl(options: router.RouterOptions): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: pushUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: replaceUrl(options: router.RouterOptions, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: replaceUrl(options: router.RouterOptions): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: replaceUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: back(options?: router.RouterOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: clear(): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: getLength(): string;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: getState(): router.RouterState;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: showAlertBeforeBackPage(options: router.EnableAlertOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: hideAlertBeforeBackPage(): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: getParams(): Object;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: Router;
Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: PromptAction;
Method or attribute name: showToast(options: promptAction.ShowToastOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: PromptAction;
Method or attribute name: showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback\): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: PromptAction;
Method or attribute name: showDialog(options: promptAction.ShowDialogOptions): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: PromptAction;
Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: PromptAction;
Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions): Promise\;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: ComponentUtils;
Method or attribute name: getRectangleById(id: string): componentUtils.ComponentInfo;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: getFont(): Font;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: getMediaQuery(): MediaQuery;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: getUIInspector(): UIInspector;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: getRouter(): Router;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: getPromptAction(): PromptAction;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: getComponentUtils(): ComponentUtils;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: createAnimator(options: AnimatorOptions): AnimatorResult;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: animateTo(value: AnimateParam, event: () => void): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: showActionSheet(value: ActionSheetOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: showDatePickerDialog(options: DatePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: showTimePickerDialog(options: TimePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: showTextPickerDialog(options: TextPickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: UIContext;
Method or attribute name: runScopedTask(callback: () => void): void;|@ohos.arkui.UIContext.d.ts| |Added|NA|Class name: curves;
Method or attribute name: function customCurve(interpolate: (fraction: number) => number): ICurve;|@ohos.curves.d.ts| |Added|NA|Class name: curves;
Method or attribute name: function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts| |Added|NA|Class name: font;
Method or attribute name: function getSystemFontList(): Array\;|@ohos.font.d.ts| |Added|NA|Class name: font;
Method or attribute name: function getFontByName(fontName: string): FontInfo;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: path: string;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: postScriptName: string;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: fullName: string;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: family: string;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: subfamily: string;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: weight: number;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: width: number;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: italic: boolean;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: monoSpace: boolean;|@ohos.font.d.ts| |Added|NA|Class name: FontInfo;
Method or attribute name: symbolic: boolean;|@ohos.font.d.ts| |Added|NA|Class name: MeasureOptions;
Method or attribute name: constraintWidth?: number \| string \| Resource;|@ohos.measure.d.ts| |Added|NA|Class name: MeasureOptions;
Method or attribute name: textAlign?: number \| TextAlign;|@ohos.measure.d.ts| |Added|NA|Class name: MeasureOptions;
Method or attribute name: overflow?: number \| TextOverflow;|@ohos.measure.d.ts| |Added|NA|Class name: MeasureOptions;
Method or attribute name: maxLines?: number;|@ohos.measure.d.ts| |Added|NA|Class name: MeasureOptions;
Method or attribute name: lineHeight?: number \| string \| Resource;|@ohos.measure.d.ts| |Added|NA|Class name: MeasureOptions;
Method or attribute name: baselineOffset?: number \| string;|@ohos.measure.d.ts| |Added|NA|Class name: MeasureOptions;
Method or attribute name: textCase?: number \| TextCase;|@ohos.measure.d.ts| |Added|NA|Class name: MeasureText;
Method or attribute name: static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts| |Added|NA|Class name: ShowDialogOptions;
Method or attribute name: maskRect?: Rectangle;|@ohos.promptAction.d.ts| |Added|NA|Class name: ShowDialogOptions;
Method or attribute name: alignment?: DialogAlignment;|@ohos.promptAction.d.ts| |Added|NA|Class name: ShowDialogOptions;
Method or attribute name: offset?: Offset;|@ohos.promptAction.d.ts| |Added|NA|Class name: router;
Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\): void;|@ohos.router.d.ts| |Added|NA|Class name: router;
Method or attribute name: function pushNamedRoute(options: NamedRouterOptions): Promise\;|@ohos.router.d.ts| |Added|NA|Class name: router;
Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\): void;|@ohos.router.d.ts| |Added|NA|Class name: router;
Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\;|@ohos.router.d.ts| |Added|NA|Class name: router;
Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\): void;|@ohos.router.d.ts| |Added|NA|Class name: router;
Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions): Promise\;|@ohos.router.d.ts| |Added|NA|Class name: router;
Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\): void;|@ohos.router.d.ts| |Added|NA|Class name: router;
Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\;|@ohos.router.d.ts| |Added|NA|Class name: uiAppearance;
Method or attribute name: function setDarkMode(mode: DarkMode, callback: AsyncCallback\): void;|@ohos.uiAppearance.d.ts| |Added|NA|Class name: uiAppearance;
Method or attribute name: function setDarkMode(mode: DarkMode): Promise\;|@ohos.uiAppearance.d.ts| |Added|NA|Class name: uiAppearance;
Method or attribute name: function getDarkMode(): DarkMode;|@ohos.uiAppearance.d.ts| |Added|NA|Class name: DarkMode;
Method or attribute name: ALWAYS_DARK = 0|@ohos.uiAppearance.d.ts| |Added|NA|Class name: DarkMode;
Method or attribute name: ALWAYS_LIGHT = 1|@ohos.uiAppearance.d.ts| |Deprecated version changed|Class name: matrix4;
Method or attribute name: function copy(): Matrix4Transit;
Old version information: |Class name: matrix4;
Method or attribute name: function copy(): Matrix4Transit;
New version information: 10
Substitute API: |@ohos.matrix4.d.ts| |Deprecated version changed|Class name: matrix4;
Method or attribute name: function invert(): Matrix4Transit;
Old version information: |Class name: matrix4;
Method or attribute name: function invert(): Matrix4Transit;
New version information: 10
Substitute API: |@ohos.matrix4.d.ts| |Deprecated version changed|Class name: matrix4;
Method or attribute name: function combine(options: Matrix4Transit): Matrix4Transit;
Old version information: |Class name: matrix4;
Method or attribute name: function combine(options: Matrix4Transit): Matrix4Transit;
New version information: 10
Substitute API: |@ohos.matrix4.d.ts| |Deprecated version changed|Class name: matrix4;
Method or attribute name: function translate(options: TranslateOption): Matrix4Transit;
Old version information: |Class name: matrix4;
Method or attribute name: function translate(options: TranslateOption): Matrix4Transit;
New version information: 10
Substitute API: |@ohos.matrix4.d.ts| |Deprecated version changed|Class name: matrix4;
Method or attribute name: function scale(options: ScaleOption): Matrix4Transit;
Old version information: |Class name: matrix4;
Method or attribute name: function scale(options: ScaleOption): Matrix4Transit;
New version information: 10
Substitute API: |@ohos.matrix4.d.ts| |Deprecated version changed|Class name: matrix4;
Method or attribute name: function rotate(options: RotateOption): Matrix4Transit;
Old version information: |Class name: matrix4;
Method or attribute name: function rotate(options: RotateOption): Matrix4Transit;
New version information: 10
Substitute API: |@ohos.matrix4.d.ts| |Deprecated version changed|Class name: matrix4;
Method or attribute name: function transformPoint(options: [number, number]): [number, number];
Old version information: |Class name: matrix4;
Method or attribute name: function transformPoint(options: [number, number]): [number, number];
New version information: 10
Substitute API: |@ohos.matrix4.d.ts| |Deprecated version changed|Class name: ShowToastOptions;
Method or attribute name: export interface ShowToastOptions
Old version information: |Class name: ShowToastOptions;
Method or attribute name: export interface ShowToastOptions
New version information: 8
Substitute API: ohos.prompt|@system.prompt.d.ts| |Deprecated version changed|Class name: ShowToastOptions;
Method or attribute name: message: string;
Old version information: |Class name: ShowToastOptions;
Method or attribute name: message: string;
New version information: 8
Substitute API: ohos.prompt|@system.prompt.d.ts| |Deprecated version changed|Class name: ShowToastOptions;
Method or attribute name: duration?: number;
Old version information: |Class name: ShowToastOptions;
Method or attribute name: duration?: number;
New version information: 8
Substitute API: ohos.prompt|@system.prompt.d.ts| |Deprecated version changed|Class name: ShowToastOptions;
Method or attribute name: bottom?: string \| number;
Old version information: |Class name: ShowToastOptions;
Method or attribute name: bottom?: string \| number;
New version information: 8
Substitute API: ohos.prompt|@system.prompt.d.ts| |Deprecated version changed|Class name: AbilityComponentInterface;
Method or attribute name: interface AbilityComponentInterface
Old version information: |Class name: AbilityComponentInterface;
Method or attribute name: interface AbilityComponentInterface
New version information: 10
Substitute API: UIExtensionComponentInterface|ability_component.d.ts| |Deprecated version changed|Class name: AbilityComponentInterface;
Method or attribute name: (value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;
Old version information: |Class name: AbilityComponentInterface;
Method or attribute name: (value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;
New version information: 10
Substitute API: UIExtensionComponentInterface|ability_component.d.ts| |Deprecated version changed|Class name: AbilityComponentAttribute;
Method or attribute name: declare class AbilityComponentAttribute
Old version information: |Class name: AbilityComponentAttribute;
Method or attribute name: declare class AbilityComponentAttribute
New version information: 10
Substitute API: UIExtensionComponentAttribute|ability_component.d.ts| |Deprecated version changed|Class name: AbilityComponentAttribute;
Method or attribute name: onConnect(callback: () => void): AbilityComponentAttribute;
Old version information: |Class name: AbilityComponentAttribute;
Method or attribute name: onConnect(callback: () => void): AbilityComponentAttribute;
New version information: 10
Substitute API: UIExtensionComponent#onRemoteReady|ability_component.d.ts| |Deprecated version changed|Class name: AbilityComponentAttribute;
Method or attribute name: onDisconnect(callback: () => void): AbilityComponentAttribute;
Old version information: |Class name: AbilityComponentAttribute;
Method or attribute name: onDisconnect(callback: () => void): AbilityComponentAttribute;
New version information: 10
Substitute API: UIExtensionComponent#onRelease|ability_component.d.ts| |Deprecated version changed|Class name: TransitionOptions;
Method or attribute name: declare interface TransitionOptions
Old version information: |Class name: TransitionOptions;
Method or attribute name: declare interface TransitionOptions
New version information: 10
Substitute API: TransitionEffect|common.d.ts| |Deprecated version changed|Class name: TransitionOptions;
Method or attribute name: type?: TransitionType;
Old version information: |Class name: TransitionOptions;
Method or attribute name: type?: TransitionType;
New version information: 10
Substitute API: TransitionEffect|common.d.ts| |Deprecated version changed|Class name: TransitionOptions;
Method or attribute name: opacity?: number;
Old version information: |Class name: TransitionOptions;
Method or attribute name: opacity?: number;
New version information: 10
Substitute API: TransitionEffect|common.d.ts| |Deprecated version changed|Class name: TransitionOptions;
Method or attribute name: translate?: TranslateOptions;
Old version information: |Class name: TransitionOptions;
Method or attribute name: translate?: TranslateOptions;
New version information: 10
Substitute API: TransitionEffect|common.d.ts| |Deprecated version changed|Class name: TransitionOptions;
Method or attribute name: scale?: ScaleOptions;
Old version information: |Class name: TransitionOptions;
Method or attribute name: scale?: ScaleOptions;
New version information: 10
Substitute API: TransitionEffect|common.d.ts| |Deprecated version changed|Class name: TransitionOptions;
Method or attribute name: rotate?: RotateOptions;
Old version information: |Class name: TransitionOptions;
Method or attribute name: rotate?: RotateOptions;
New version information: 10
Substitute API: TransitionEffect|common.d.ts| |Deprecated version changed|Class name: ClickEvent;
Method or attribute name: screenX: number;
Old version information: |Class name: ClickEvent;
Method or attribute name: screenX: number;
New version information: 10
Substitute API: ClickEvent#windowX|common.d.ts| |Deprecated version changed|Class name: MouseEvent;
Method or attribute name: screenX: number;
Old version information: |Class name: MouseEvent;
Method or attribute name: screenX: number;
New version information: 10
Substitute API: MouseEvent#windowX|common.d.ts| |Deprecated version changed|Class name: TouchObject;
Method or attribute name: screenX: number;
Old version information: |Class name: TouchObject;
Method or attribute name: screenX: number;
New version information: 10
Substitute API: TouchObject#windowX|common.d.ts| |Deprecated version changed|Class name: ClickEvent;
Method or attribute name: screenY: number;
Old version information: |Class name: ClickEvent;
Method or attribute name: screenY: number;
New version information: 10
Substitute API: ClickEvent#windowY|common.d.ts| |Deprecated version changed|Class name: MouseEvent;
Method or attribute name: screenY: number;
Old version information: |Class name: MouseEvent;
Method or attribute name: screenY: number;
New version information: 10
Substitute API: MouseEvent#windowY|common.d.ts| |Deprecated version changed|Class name: TouchObject;
Method or attribute name: screenY: number;
Old version information: |Class name: TouchObject;
Method or attribute name: screenY: number;
New version information: 10
Substitute API: TouchObject#windowY|common.d.ts| |Deprecated version changed|Class name: DragEvent;
Method or attribute name: getX(): number;
Old version information: |Class name: DragEvent;
Method or attribute name: getX(): number;
New version information: 10
Substitute API: DragEvent#getWindowX|common.d.ts| |Deprecated version changed|Class name: DragEvent;
Method or attribute name: getY(): number;
Old version information: |Class name: DragEvent;
Method or attribute name: getY(): number;
New version information: 10
Substitute API: DragEvent#getWindowY|common.d.ts| |Deprecated version changed|Class name: PopupOptions;
Method or attribute name: placementOnTop?: boolean;
Old version information: |Class name: PopupOptions;
Method or attribute name: placementOnTop?: boolean;
New version information: 10
Substitute API: PopupOptions#placement|common.d.ts| |Deprecated version changed|Class name: CustomPopupOptions;
Method or attribute name: maskColor?: Color \| string \| Resource \| number;
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: maskColor?: Color \| string \| Resource \| number;
New version information: 10
Substitute API: CustomPopupOptions#mask|common.d.ts| |Deprecated version changed|Class name: CommonMethod;
Method or attribute name: useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
Old version information: |Class name: CommonMethod;
Method or attribute name: useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
New version information: 9
Substitute API: grid_col/[GridColColumnOption]|common.d.ts| |Deprecated version changed|Class name: CustomComponent;
Method or attribute name: onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;
Old version information: |Class name: CustomComponent;
Method or attribute name: onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;
New version information: 10
Substitute API: common[CustomComponent]#onPlaceChildren|common.d.ts| |Deprecated version changed|Class name: CustomComponent;
Method or attribute name: onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;
Old version information: |Class name: CustomComponent;
Method or attribute name: onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;
New version information: 10
Substitute API: common[CustomComponent]#onMeasureSize|common.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Link(propName: string): any;
Old version information: |Class name: AppStorage;
Method or attribute name: static Link(propName: string): any;
New version information: 10
Substitute API: AppStorage#link|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
Old version information: |Class name: AppStorage;
Method or attribute name: static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
New version information: 10
Substitute API: AppStorage#setAndLink|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Prop(propName: string): any;
Old version information: |Class name: AppStorage;
Method or attribute name: static Prop(propName: string): any;
New version information: 10
Substitute API: AppStorage#prop|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
Old version information: |Class name: AppStorage;
Method or attribute name: static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
New version information: 10
Substitute API: AppStorage#setAndProp|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Has(propName: string): boolean;
Old version information: |Class name: AppStorage;
Method or attribute name: static Has(propName: string): boolean;
New version information: 10
Substitute API: AppStorage#has|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Get\(propName: string): T \| undefined;
Old version information: |Class name: AppStorage;
Method or attribute name: static Get\(propName: string): T \| undefined;
New version information: 10
Substitute API: AppStorage#get|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Set\(propName: string, newValue: T): boolean;
Old version information: |Class name: AppStorage;
Method or attribute name: static Set\(propName: string, newValue: T): boolean;
New version information: 10
Substitute API: AppStorage#set|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static SetOrCreate\(propName: string, newValue: T): void;
Old version information: |Class name: AppStorage;
Method or attribute name: static SetOrCreate\(propName: string, newValue: T): void;
New version information: 10
Substitute API: AppStorage#setOrCreate|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Delete(propName: string): boolean;
Old version information: |Class name: AppStorage;
Method or attribute name: static Delete(propName: string): boolean;
New version information: 10
Substitute API: AppStorage#delete|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Keys(): IterableIterator\;
Old version information: |Class name: AppStorage;
Method or attribute name: static Keys(): IterableIterator\;
New version information: 10
Substitute API: AppStorage#keys|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Clear(): boolean;
Old version information: |Class name: AppStorage;
Method or attribute name: static Clear(): boolean;
New version information: 10
Substitute API: AppStorage#clear|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static IsMutable(propName: string): boolean;
Old version information: |Class name: AppStorage;
Method or attribute name: static IsMutable(propName: string): boolean;
New version information: 10
Substitute API: |common_ts_ets_api.d.ts| |Deprecated version changed|Class name: AppStorage;
Method or attribute name: static Size(): number;
Old version information: |Class name: AppStorage;
Method or attribute name: static Size(): number;
New version information: 10
Substitute API: AppStorage#size|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: Environment;
Method or attribute name: static EnvProp\(key: string, value: S): boolean;
Old version information: |Class name: Environment;
Method or attribute name: static EnvProp\(key: string, value: S): boolean;
New version information: 10
Substitute API: Environment#envProp|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: Environment;
Method or attribute name: static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
Old version information: |Class name: Environment;
Method or attribute name: static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
New version information: 10
Substitute API: Environment#envProps|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: Environment;
Method or attribute name: static Keys(): Array\;
Old version information: |Class name: Environment;
Method or attribute name: static Keys(): Array\;
New version information: 10
Substitute API: Environment#keys|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: PersistentStorage;
Method or attribute name: static Keys(): Array\;
Old version information: |Class name: PersistentStorage;
Method or attribute name: static Keys(): Array\;
New version information: 10
Substitute API: PersistentStorage#keys|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: PersistentStorage;
Method or attribute name: static PersistProp\(key: string, defaultValue: T): void;
Old version information: |Class name: PersistentStorage;
Method or attribute name: static PersistProp\(key: string, defaultValue: T): void;
New version information: 10
Substitute API: PersistentStorage#persistProp|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: PersistentStorage;
Method or attribute name: static DeleteProp(key: string): void;
Old version information: |Class name: PersistentStorage;
Method or attribute name: static DeleteProp(key: string): void;
New version information: 10
Substitute API: PersistentStorage#deleteProp|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: PersistentStorage;
Method or attribute name: static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
Old version information: |Class name: PersistentStorage;
Method or attribute name: static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
New version information: 10
Substitute API: PersistentStorage#PersistProps|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: LocalStorage;
Method or attribute name: static GetShared(): LocalStorage;
Old version information: |Class name: LocalStorage;
Method or attribute name: static GetShared(): LocalStorage;
New version information: 10
Substitute API: LocalStorage#getShared|common_ts_ets_api.d.ts| |Deprecated version changed|Class name: DatePickerAttribute;
Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
Old version information: |Class name: DatePickerAttribute;
Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
New version information: 10
Substitute API: datePicker/DatePickerAttribute#onDateChange|date_picker.d.ts| |Deprecated version changed|Class name: DatePickerDialogOptions;
Method or attribute name: onAccept?: (value: DatePickerResult) => void;
Old version information: |Class name: DatePickerDialogOptions;
Method or attribute name: onAccept?: (value: DatePickerResult) => void;
New version information: 10
Substitute API: datePicker/DatePickerDialogOptions#onDateAccept|date_picker.d.ts| |Deprecated version changed|Class name: DatePickerDialogOptions;
Method or attribute name: onChange?: (value: DatePickerResult) => void;
Old version information: |Class name: DatePickerDialogOptions;
Method or attribute name: onChange?: (value: DatePickerResult) => void;
New version information: 10
Substitute API: datePicker/DatePickerDialogOptions#onDateChange|date_picker.d.ts| |Deprecated version changed|Class name: SizeType;
Method or attribute name: declare enum SizeType
Old version information: |Class name: SizeType;
Method or attribute name: declare enum SizeType
New version information: 9
Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| |Deprecated version changed|Class name: SizeType;
Method or attribute name: Auto
Old version information: |Class name: SizeType;
Method or attribute name: Auto
New version information: 9
Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| |Deprecated version changed|Class name: SizeType;
Method or attribute name: XS
Old version information: |Class name: SizeType;
Method or attribute name: XS
New version information: 9
Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| |Deprecated version changed|Class name: SizeType;
Method or attribute name: SM
Old version information: |Class name: SizeType;
Method or attribute name: SM
New version information: 9
Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| |Deprecated version changed|Class name: SizeType;
Method or attribute name: MD
Old version information: |Class name: SizeType;
Method or attribute name: MD
New version information: 9
Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| |Deprecated version changed|Class name: SizeType;
Method or attribute name: LG
Old version information: |Class name: SizeType;
Method or attribute name: LG
New version information: 9
Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| |Deprecated version changed|Class name: GridContainerOptions;
Method or attribute name: declare interface GridContainerOptions
Old version information: |Class name: GridContainerOptions;
Method or attribute name: declare interface GridContainerOptions
New version information: 9
Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| |Deprecated version changed|Class name: GridContainerOptions;
Method or attribute name: columns?: number \| "auto";
Old version information: |Class name: GridContainerOptions;
Method or attribute name: columns?: number \| "auto";
New version information: 9
Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| |Deprecated version changed|Class name: GridContainerOptions;
Method or attribute name: sizeType?: SizeType;
Old version information: |Class name: GridContainerOptions;
Method or attribute name: sizeType?: SizeType;
New version information: 9
Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| |Deprecated version changed|Class name: GridContainerOptions;
Method or attribute name: gutter?: number \| string;
Old version information: |Class name: GridContainerOptions;
Method or attribute name: gutter?: number \| string;
New version information: 9
Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| |Deprecated version changed|Class name: GridContainerOptions;
Method or attribute name: margin?: number \| string;
Old version information: |Class name: GridContainerOptions;
Method or attribute name: margin?: number \| string;
New version information: 9
Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| |Deprecated version changed|Class name: GridContainerInterface;
Method or attribute name: interface GridContainerInterface
Old version information: |Class name: GridContainerInterface;
Method or attribute name: interface GridContainerInterface
New version information: 9
Substitute API: grid_col/[GridColInterface]|grid_container.d.ts| |Deprecated version changed|Class name: GridContainerInterface;
Method or attribute name: (value?: GridContainerOptions): GridContainerAttribute;
Old version information: |Class name: GridContainerInterface;
Method or attribute name: (value?: GridContainerOptions): GridContainerAttribute;
New version information: 9
Substitute API: grid_col/[GridColInterface]|grid_container.d.ts| |Deprecated version changed|Class name: GridContainerAttribute;
Method or attribute name: declare class GridContainerAttribute
Old version information: |Class name: GridContainerAttribute;
Method or attribute name: declare class GridContainerAttribute
New version information: 9
Substitute API: grid_col/[GridColAttribute]|grid_container.d.ts| |Deprecated version changed|Class name: Sticky;
Method or attribute name: declare enum Sticky
Old version information: |Class name: Sticky;
Method or attribute name: declare enum Sticky
New version information: 9
Substitute API: list/StickyStyle|list_item.d.ts| |Deprecated version changed|Class name: Sticky;
Method or attribute name: None
Old version information: |Class name: Sticky;
Method or attribute name: None
New version information: 9
Substitute API: list/StickyStyle|list_item.d.ts| |Deprecated version changed|Class name: Sticky;
Method or attribute name: Normal
Old version information: |Class name: Sticky;
Method or attribute name: Normal
New version information: 9
Substitute API: list/StickyStyle|list_item.d.ts| |Deprecated version changed|Class name: Sticky;
Method or attribute name: Opacity
Old version information: |Class name: Sticky;
Method or attribute name: Opacity
New version information: 9
Substitute API: list/StickyStyle|list_item.d.ts| |Deprecated version changed|Class name: ListItemInterface;
Method or attribute name: (value?: string): ListItemAttribute;
Old version information: |Class name: ListItemInterface;
Method or attribute name: (value?: string): ListItemAttribute;
New version information: 10
Substitute API: listItem/ListItemInterface|list_item.d.ts| |Deprecated version changed|Class name: ListItemAttribute;
Method or attribute name: sticky(value: Sticky): ListItemAttribute;
Old version information: |Class name: ListItemAttribute;
Method or attribute name: sticky(value: Sticky): ListItemAttribute;
New version information: 9
Substitute API: list/List#sticky|list_item.d.ts| |Deprecated version changed|Class name: MenuAttribute;
Method or attribute name: fontSize(value: Length): MenuAttribute;
Old version information: |Class name: MenuAttribute;
Method or attribute name: fontSize(value: Length): MenuAttribute;
New version information: 10
Substitute API: font|menu.d.ts| |Deprecated version changed|Class name: NavigationAttribute;
Method or attribute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;
Old version information: |Class name: NavigationAttribute;
Method or attribute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;
New version information: 10
Substitute API: navigation/NavigationAttribute#toolbarConfiguration|navigation.d.ts| |Deprecated version changed|Class name: SwiperDisplayMode;
Method or attribute name: Stretch
Old version information: |Class name: SwiperDisplayMode;
Method or attribute name: Stretch
New version information: 10
Substitute API: SwiperDisplayMode#STRETCH|swiper.d.ts| |Deprecated version changed|Class name: SwiperDisplayMode;
Method or attribute name: AutoLinear
Old version information: |Class name: SwiperDisplayMode;
Method or attribute name: AutoLinear
New version information: 10
Substitute API: SwiperDisplayMode#AUTO_LINEAR|swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: declare interface IndicatorStyle
Old version information: |Class name: IndicatorStyle;
Method or attribute name: declare interface IndicatorStyle
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: left?: Length;
Old version information: |Class name: IndicatorStyle;
Method or attribute name: left?: Length;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: top?: Length;
Old version information: |Class name: IndicatorStyle;
Method or attribute name: top?: Length;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: right?: Length;
Old version information: |Class name: IndicatorStyle;
Method or attribute name: right?: Length;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: bottom?: Length;
Old version information: |Class name: IndicatorStyle;
Method or attribute name: bottom?: Length;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: size?: Length;
Old version information: |Class name: IndicatorStyle;
Method or attribute name: size?: Length;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: mask?: boolean;
Old version information: |Class name: IndicatorStyle;
Method or attribute name: mask?: boolean;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: color?: ResourceColor;
Old version information: |Class name: IndicatorStyle;
Method or attribute name: color?: ResourceColor;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: IndicatorStyle;
Method or attribute name: selectedColor?: ResourceColor;
Old version information: |Class name: IndicatorStyle;
Method or attribute name: selectedColor?: ResourceColor;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: SwiperAttribute;
Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
Old version information: |Class name: SwiperAttribute;
Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
New version information: 10
Substitute API: |swiper.d.ts| |Deprecated version changed|Class name: TextPickerAttribute;
Method or attribute name: onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
Old version information: |Class name: TextPickerAttribute;
Method or attribute name: onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
New version information: 10
Substitute API: |text_picker.d.ts| |Deprecated version changed|Class name: TextPickerAttribute;
Method or attribute name: onCancel(callback: () => void): TextPickerAttribute;
Old version information: |Class name: TextPickerAttribute;
Method or attribute name: onCancel(callback: () => void): TextPickerAttribute;
New version information: 10
Substitute API: |text_picker.d.ts| |Access level changed|Class name: BlurStyle;
Method or attribute name: declare enum BlurStyle
Old version information: systemapi|Class name: BlurStyle;
Method or attribute name: declare enum BlurStyle
New version information: |common.d.ts| |Access level changed|Class name: SubscribedAbstractProperty;
Method or attribute name: info(): string;
Old version information: systemapi|Class name: SubscribedAbstractProperty;
Method or attribute name: info(): string;
New version information: |common_ts_ets_api.d.ts| |Access level changed|Class name: RRect;
Method or attribute name: left: number;
Old version information: |Class name: RRect;
Method or attribute name: left: number;
New version information: systemapi|remote_window.d.ts| |Access level changed|Class name: RRect;
Method or attribute name: top: number;
Old version information: |Class name: RRect;
Method or attribute name: top: number;
New version information: systemapi|remote_window.d.ts| |Access level changed|Class name: RRect;
Method or attribute name: width: number;
Old version information: |Class name: RRect;
Method or attribute name: width: number;
New version information: systemapi|remote_window.d.ts| |Access level changed|Class name: RRect;
Method or attribute name: height: number;
Old version information: |Class name: RRect;
Method or attribute name: height: number;
New version information: systemapi|remote_window.d.ts| |Access level changed|Class name: RRect;
Method or attribute name: radius: number;
Old version information: |Class name: RRect;
Method or attribute name: radius: number;
New version information: systemapi|remote_window.d.ts| |Access level changed|Class name: WindowAnimationTarget;
Method or attribute name: readonly bundleName: string;
Old version information: |Class name: WindowAnimationTarget;
Method or attribute name: readonly bundleName: string;
New version information: systemapi|remote_window.d.ts| |Access level changed|Class name: WindowAnimationTarget;
Method or attribute name: readonly abilityName: string;
Old version information: |Class name: WindowAnimationTarget;
Method or attribute name: readonly abilityName: string;
New version information: systemapi|remote_window.d.ts| |Access level changed|Class name: WindowAnimationTarget;
Method or attribute name: readonly windowBounds: RRect;
Old version information: |Class name: WindowAnimationTarget;
Method or attribute name: readonly windowBounds: RRect;
New version information: systemapi|remote_window.d.ts| |Access level changed|Class name: WindowAnimationTarget;
Method or attribute name: readonly missionId: number;
Old version information: |Class name: WindowAnimationTarget;
Method or attribute name: readonly missionId: number;
New version information: systemapi|remote_window.d.ts| |Type changed|Class name: Matrix2D;
Method or attribute name: scaleX?: number;
Old version information: |Class name: Matrix2D;
Method or attribute name: scaleX?: number;
New version information: ?number|canvaspattern.d.ts| |Type changed|Class name: Matrix2D;
Method or attribute name: rotateY?: number;
Old version information: |Class name: Matrix2D;
Method or attribute name: rotateY?: number;
New version information: ?number|canvaspattern.d.ts| |Type changed|Class name: Matrix2D;
Method or attribute name: rotateX?: number;
Old version information: |Class name: Matrix2D;
Method or attribute name: rotateX?: number;
New version information: ?number|canvaspattern.d.ts| |Type changed|Class name: Matrix2D;
Method or attribute name: scaleY?: number;
Old version information: |Class name: Matrix2D;
Method or attribute name: scaleY?: number;
New version information: ?number|canvaspattern.d.ts| |Type changed|Class name: Matrix2D;
Method or attribute name: translateX?: number;
Old version information: |Class name: Matrix2D;
Method or attribute name: translateX?: number;
New version information: ?number|canvaspattern.d.ts| |Type changed|Class name: Matrix2D;
Method or attribute name: translateY?: number;
Old version information: |Class name: Matrix2D;
Method or attribute name: translateY?: number;
New version information: ?number|canvaspattern.d.ts| |Type changed|Class name: FontOptions;
Method or attribute name: familyName: string \| Resource;
Old version information: |Class name: FontOptions;
Method or attribute name: familyName: string \| Resource;
New version information: string \| Resource|@ohos.font.d.ts| |Type changed|Class name: FontOptions;
Method or attribute name: familySrc: string \| Resource;
Old version information: |Class name: FontOptions;
Method or attribute name: familySrc: string \| Resource;
New version information: string \| Resource|@ohos.font.d.ts| |Type changed|Class name: TranslateOption;
Method or attribute name: x?: number;
Old version information: |Class name: TranslateOption;
Method or attribute name: x?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: ScaleOption;
Method or attribute name: x?: number;
Old version information: |Class name: ScaleOption;
Method or attribute name: x?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: RotateOption;
Method or attribute name: x?: number;
Old version information: |Class name: RotateOption;
Method or attribute name: x?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: TranslateOption;
Method or attribute name: y?: number;
Old version information: |Class name: TranslateOption;
Method or attribute name: y?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: ScaleOption;
Method or attribute name: y?: number;
Old version information: |Class name: ScaleOption;
Method or attribute name: y?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: RotateOption;
Method or attribute name: y?: number;
Old version information: |Class name: RotateOption;
Method or attribute name: y?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: TranslateOption;
Method or attribute name: z?: number;
Old version information: |Class name: TranslateOption;
Method or attribute name: z?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: ScaleOption;
Method or attribute name: z?: number;
Old version information: |Class name: ScaleOption;
Method or attribute name: z?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: RotateOption;
Method or attribute name: z?: number;
Old version information: |Class name: RotateOption;
Method or attribute name: z?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: ScaleOption;
Method or attribute name: centerX?: number;
Old version information: |Class name: ScaleOption;
Method or attribute name: centerX?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: RotateOption;
Method or attribute name: centerX?: number;
Old version information: |Class name: RotateOption;
Method or attribute name: centerX?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: ScaleOption;
Method or attribute name: centerY?: number;
Old version information: |Class name: ScaleOption;
Method or attribute name: centerY?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: RotateOption;
Method or attribute name: centerY?: number;
Old version information: |Class name: RotateOption;
Method or attribute name: centerY?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: RotateOption;
Method or attribute name: angle?: number;
Old version information: |Class name: RotateOption;
Method or attribute name: angle?: number;
New version information: ?number|@ohos.matrix4.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: textContent: string \| Resource;
Old version information: |Class name: MeasureOptions;
Method or attribute name: textContent: string \| Resource;
New version information: string \| Resource|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: fontSize?: number \| string \| Resource;
Old version information: |Class name: MeasureOptions;
Method or attribute name: fontSize?: number \| string \| Resource;
New version information: ?(number \| string \| Resource)|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: fontStyle?: number \| FontStyle;
Old version information: |Class name: MeasureOptions;
Method or attribute name: fontStyle?: number \| FontStyle;
New version information: ?(number \| FontStyle)|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: fontWeight?: number \| string \| FontWeight;
Old version information: |Class name: MeasureOptions;
Method or attribute name: fontWeight?: number \| string \| FontWeight;
New version information: ?(number \| string \| FontWeight)|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: fontFamily?: string \| Resource;
Old version information: |Class name: MeasureOptions;
Method or attribute name: fontFamily?: string \| Resource;
New version information: ?(string \| Resource)|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: letterSpacing?: number \| string;
Old version information: |Class name: MeasureOptions;
Method or attribute name: letterSpacing?: number \| string;
New version information: ?(number \| string)|@ohos.measure.d.ts| |Type changed|Class name: MediaQueryResult;
Method or attribute name: readonly matches: boolean;
Old version information: |Class name: MediaQueryResult;
Method or attribute name: readonly matches: boolean;
New version information: boolean|@ohos.mediaquery.d.ts| |Type changed|Class name: MediaQueryResult;
Method or attribute name: readonly media: string;
Old version information: |Class name: MediaQueryResult;
Method or attribute name: readonly media: string;
New version information: string|@ohos.mediaquery.d.ts| |Type changed|Class name: ShowToastOptions;
Method or attribute name: duration?: number;
Old version information: |Class name: ShowToastOptions;
Method or attribute name: duration?: number;
New version information: ?number|@ohos.prompt.d.ts| |Type changed|Class name: ShowToastOptions;
Method or attribute name: bottom?: string \| number;
Old version information: |Class name: ShowToastOptions;
Method or attribute name: bottom?: string \| number;
New version information: ?(string \| number)|@ohos.prompt.d.ts| |Type changed|Class name: ShowDialogOptions;
Method or attribute name: title?: string;
Old version information: string|Class name: ShowDialogOptions;
Method or attribute name: title?: string;
New version information: ?string|@ohos.prompt.d.ts| |Type changed|Class name: ActionMenuOptions;
Method or attribute name: title?: string;
Old version information: string|Class name: ActionMenuOptions;
Method or attribute name: title?: string;
New version information: ?string|@ohos.prompt.d.ts| |Type changed|Class name: ShowDialogOptions;
Method or attribute name: message?: string;
Old version information: string|Class name: ShowDialogOptions;
Method or attribute name: message?: string;
New version information: ?string|@ohos.prompt.d.ts| |Type changed|Class name: ShowDialogOptions;
Method or attribute name: buttons?: [Button, Button?, Button?];
Old version information: |Class name: ShowDialogOptions;
Method or attribute name: buttons?: [Button, Button?, Button?];
New version information: ?[Button, Button?, Button?]|@ohos.prompt.d.ts| |Type changed|Class name: ActionMenuSuccessResponse;
Method or attribute name: index: number;
Old version information: |Class name: ActionMenuSuccessResponse;
Method or attribute name: index: number;
New version information: number|@ohos.prompt.d.ts| |Type changed|Class name: ActionMenuOptions;
Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];
Old version information: |Class name: ActionMenuOptions;
Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];
New version information: [Button, Button?, Button?, Button?, Button?, Button?]|@ohos.prompt.d.ts| |Type changed|Class name: ShowToastOptions;
Method or attribute name: duration?: number;
Old version information: number|Class name: ShowToastOptions;
Method or attribute name: duration?: number;
New version information: ?number|@ohos.promptAction.d.ts| |Type changed|Class name: ShowToastOptions;
Method or attribute name: bottom?: string \| number;
Old version information: string \| number|Class name: ShowToastOptions;
Method or attribute name: bottom?: string \| number;
New version information: ?string \| number|@ohos.promptAction.d.ts| |Type changed|Class name: ShowDialogOptions;
Method or attribute name: title?: string \| Resource;
Old version information: string \| Resource|Class name: ShowDialogOptions;
Method or attribute name: title?: string \| Resource;
New version information: ?string \| Resource|@ohos.promptAction.d.ts| |Type changed|Class name: ActionMenuOptions;
Method or attribute name: title?: string \| Resource;
Old version information: string \| Resource|Class name: ActionMenuOptions;
Method or attribute name: title?: string \| Resource;
New version information: ?string \| Resource|@ohos.promptAction.d.ts| |Type changed|Class name: ShowDialogOptions;
Method or attribute name: message?: string \| Resource;
Old version information: string \| Resource|Class name: ShowDialogOptions;
Method or attribute name: message?: string \| Resource;
New version information: ?string \| Resource|@ohos.promptAction.d.ts| |Type changed|Class name: ShowDialogOptions;
Method or attribute name: buttons?: Array\