| 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: 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?: UDMF.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: 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): 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: componentUtils;
Method or attribute name: type Matrix4Result = [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];|@ohos.componentUtils.d.ts| |Added|NA|Class name: componentUtils;
Method or attribute name: function getRectangleById(id: string): ComponentInfo;|@ohos.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: size: Size|@ohos.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: localOffset: Offset|@ohos.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: windowOffset: Offset|@ohos.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: screenOffset: Offset|@ohos.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: translate: TranslateResult|@ohos.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: scale: ScaleResult|@ohos.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: rotate: RotateResult|@ohos.componentUtils.d.ts| |Added|NA|Class name: ComponentInfo;
Method or attribute name: transform: Matrix4Result|@ohos.componentUtils.d.ts| |Added|NA|Class name: Size;
Method or attribute name: width: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: Size;
Method or attribute name: height: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: Offset;
Method or attribute name: x: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: TranslateResult;
Method or attribute name: x: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: x: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: x: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: Offset;
Method or attribute name: y: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: TranslateResult;
Method or attribute name: y: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: y: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: y: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: TranslateResult;
Method or attribute name: z: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: z: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: z: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: centerX: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: centerX: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: ScaleResult;
Method or attribute name: centerY: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: centerY: number|@ohos.componentUtils.d.ts| |Added|NA|Class name: RotateResult;
Method or attribute name: angle: number|@ohos.componentUtils.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: 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: 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: NamedRouterOptions;
Method or attribute name: name: string;|@ohos.router.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: 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: 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: 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: 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: WebAttribute;
Method or attribute name: password(password: boolean): WebAttribute;
Old version information: |Class name: WebAttribute;
Method or attribute name: password(password: boolean): WebAttribute;
New version information: 10
Substitute API: |web.d.ts| |Deprecated version changed|Class name: WebAttribute;
Method or attribute name: tableData(tableData: boolean): WebAttribute;
Old version information: |Class name: WebAttribute;
Method or attribute name: tableData(tableData: boolean): WebAttribute;
New version information: 10
Substitute API: |web.d.ts| |Deprecated version changed|Class name: WebAttribute;
Method or attribute name: wideViewModeAccess(wideViewModeAccess: boolean): WebAttribute;
Old version information: |Class name: WebAttribute;
Method or attribute name: wideViewModeAccess(wideViewModeAccess: boolean): WebAttribute;
New version information: 10
Substitute API: |web.d.ts| |Access level changed|Class name: uiAppearance;
Method or attribute name: declare uiAppearance
Old version information: |Class name: uiAppearance;
Method or attribute name: declare uiAppearance
New version information: systemapi|@ohos.uiAppearance.d.ts| |Access level changed|Class name: DarkMode;
Method or attribute name: enum DarkMode
Old version information: |Class name: DarkMode;
Method or attribute name: enum DarkMode
New version information: systemapi|@ohos.uiAppearance.d.ts| |Access level changed|Class name: DarkMode;
Method or attribute name: ALWAYS_DARK = 0
Old version information: |Class name: DarkMode;
Method or attribute name: ALWAYS_DARK = 0
New version information: systemapi|@ohos.uiAppearance.d.ts| |Access level changed|Class name: DarkMode;
Method or attribute name: ALWAYS_LIGHT = 1
Old version information: |Class name: DarkMode;
Method or attribute name: ALWAYS_LIGHT = 1
New version information: systemapi|@ohos.uiAppearance.d.ts| |Access level changed|Class name: CommonMethod;
Method or attribute name: sphericalEffect(value: number): T;
Old version information: |Class name: CommonMethod;
Method or attribute name: sphericalEffect(value: number): T;
New version information: systemapi|common.d.ts| |Access level changed|Class name: CommonMethod;
Method or attribute name: lightUpEffect(value: number): T;
Old version information: |Class name: CommonMethod;
Method or attribute name: lightUpEffect(value: number): T;
New version information: systemapi|common.d.ts| |Access level changed|Class name: CommonMethod;
Method or attribute name: pixelStretchEffect(options: PixelStretchEffectOptions): T;
Old version information: |Class name: CommonMethod;
Method or attribute name: pixelStretchEffect(options: PixelStretchEffectOptions): T;
New version information: systemapi|common.d.ts| |Access level changed|Class name: ChainEdgeEffect;
Method or attribute name: DEFAULT
Old version information: |Class name: ChainEdgeEffect;
Method or attribute name: DEFAULT
New version information: systemapi|list.d.ts| |Access level changed|Class name: ChainEdgeEffect;
Method or attribute name: STRETCH
Old version information: |Class name: ChainEdgeEffect;
Method or attribute name: STRETCH
New version information: systemapi|list.d.ts| |Access level changed|Class name: ChainAnimationOptions;
Method or attribute name: minSpace: Length;
Old version information: |Class name: ChainAnimationOptions;
Method or attribute name: minSpace: Length;
New version information: systemapi|list.d.ts| |Access level changed|Class name: ChainAnimationOptions;
Method or attribute name: maxSpace: Length;
Old version information: |Class name: ChainAnimationOptions;
Method or attribute name: maxSpace: Length;
New version information: systemapi|list.d.ts| |Access level changed|Class name: ChainAnimationOptions;
Method or attribute name: conductivity?: number;
Old version information: |Class name: ChainAnimationOptions;
Method or attribute name: conductivity?: number;
New version information: systemapi|list.d.ts| |Access level changed|Class name: ChainAnimationOptions;
Method or attribute name: intensity?: number;
Old version information: |Class name: ChainAnimationOptions;
Method or attribute name: intensity?: number;
New version information: systemapi|list.d.ts| |Access level changed|Class name: ChainAnimationOptions;
Method or attribute name: edgeEffect?: ChainEdgeEffect;
Old version information: |Class name: ChainAnimationOptions;
Method or attribute name: edgeEffect?: ChainEdgeEffect;
New version information: systemapi|list.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: ( string \| Resource )|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: constraintWidth?: number \| string \| Resource;
Old version information: |Class name: MeasureOptions;
Method or attribute name: constraintWidth?: number \| string \| Resource;
New version information: ?(number \| 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: ?(number \| 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: MeasureOptions;
Method or attribute name: textAlign?: number \| TextAlign;
Old version information: |Class name: MeasureOptions;
Method or attribute name: textAlign?: number \| TextAlign;
New version information: ?(number \| TextAlign)|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: overflow?: number \| TextOverflow;
Old version information: |Class name: MeasureOptions;
Method or attribute name: overflow?: number \| TextOverflow;
New version information: ?(number \| TextOverflow)|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: maxLines?: number;
Old version information: |Class name: MeasureOptions;
Method or attribute name: maxLines?: number;
New version information: ?number|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: lineHeight?: number \| string \| Resource;
Old version information: |Class name: MeasureOptions;
Method or attribute name: lineHeight?: number \| string \| Resource;
New version information: ?(number \| string \| Resource)|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: baselineOffset?: number \| string;
Old version information: |Class name: MeasureOptions;
Method or attribute name: baselineOffset?: number \| string;
New version information: ?(number \| string)|@ohos.measure.d.ts| |Type changed|Class name: MeasureOptions;
Method or attribute name: textCase?: number \| TextCase;
Old version information: |Class name: MeasureOptions;
Method or attribute name: textCase?: number \| TextCase;
New version information: ?(number \| TextCase)|@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: RouterOptions;
Method or attribute name: params?: Object;
Old version information: Object|Class name: RouterOptions;
Method or attribute name: params?: Object;
New version information: ?Object|@ohos.router.d.ts| |Type changed|Class name: AppResponse;
Method or attribute name: appID: string;
Old version information: |Class name: AppResponse;
Method or attribute name: appID: string;
New version information: string|@system.app.d.ts| |Type changed|Class name: AppResponse;
Method or attribute name: appName: string;
Old version information: |Class name: AppResponse;
Method or attribute name: appName: string;
New version information: string|@system.app.d.ts| |Type changed|Class name: AppResponse;
Method or attribute name: versionName: string;
Old version information: |Class name: AppResponse;
Method or attribute name: versionName: string;
New version information: string|@system.app.d.ts| |Type changed|Class name: AppResponse;
Method or attribute name: versionCode: number;
Old version information: |Class name: AppResponse;
Method or attribute name: versionCode: number;
New version information: string|@system.app.d.ts| |Type changed|Class name: ScreenOnVisibleOptions;
Method or attribute name: visible?: boolean;
Old version information: |Class name: ScreenOnVisibleOptions;
Method or attribute name: visible?: boolean;
New version information: ?string|@system.app.d.ts| |Type changed|Class name: ScreenOnVisibleOptions;
Method or attribute name: success?: () => void;
Old version information: |Class name: ScreenOnVisibleOptions;
Method or attribute name: success?: () => void;
New version information: ?(() => void)|@system.app.d.ts| |Type changed|Class name: ScreenOnVisibleOptions;
Method or attribute name: fail?: (data: string, code: number) => void;
Old version information: |Class name: ScreenOnVisibleOptions;
Method or attribute name: fail?: (data: string, code: number) => void;
New version information: ?((data: string, code: number) => void)|@system.app.d.ts| |Type changed|Class name: ScreenOnVisibleOptions;
Method or attribute name: complete?: () => void;
Old version information: |Class name: ScreenOnVisibleOptions;
Method or attribute name: complete?: () => void;
New version information: ?(() => void)|@system.app.d.ts| |Type changed|Class name: RequestFullWindowOptions;
Method or attribute name: duration: number;
Old version information: |Class name: RequestFullWindowOptions;
Method or attribute name: duration: number;
New version information: number|@system.app.d.ts| |Type changed|Class name: LocaleResponse;
Method or attribute name: language: string;
Old version information: |Class name: LocaleResponse;
Method or attribute name: language: string;
New version information: string|@system.configuration.d.ts| |Type changed|Class name: LocaleResponse;
Method or attribute name: countryOrRegion: string;
Old version information: |Class name: LocaleResponse;
Method or attribute name: countryOrRegion: string;
New version information: string|@system.configuration.d.ts| |Type changed|Class name: LocaleResponse;
Method or attribute name: dir: "ltr" \| "rtl";
Old version information: |Class name: LocaleResponse;
Method or attribute name: dir: "ltr" \| "rtl";
New version information: 'ltr' \| 'rtl'|@system.configuration.d.ts| |Type changed|Class name: MediaQueryEvent;
Method or attribute name: matches: boolean;
Old version information: |Class name: MediaQueryEvent;
Method or attribute name: matches: boolean;
New version information: boolean|@system.mediaquery.d.ts| |Type changed|Class name: MediaQueryList;
Method or attribute name: media?: string;
Old version information: |Class name: MediaQueryList;
Method or attribute name: media?: string;
New version information: ?string|@system.mediaquery.d.ts| |Type changed|Class name: MediaQueryList;
Method or attribute name: matches?: boolean;
Old version information: |Class name: MediaQueryList;
Method or attribute name: matches?: boolean;
New version information: ?boolean|@system.mediaquery.d.ts| |Type changed|Class name: MediaQueryList;
Method or attribute name: onchange?: (matches: boolean) => void;
Old version information: |Class name: MediaQueryList;
Method or attribute name: onchange?: (matches: boolean) => void;
New version information: ?((matches: boolean) => void)|@system.mediaquery.d.ts| |Type 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: string|@system.prompt.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|@system.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|@system.prompt.d.ts| |Type changed|Class name: Button;
Method or attribute name: text: string;
Old version information: |Class name: Button;
Method or attribute name: text: string;
New version information: string|@system.prompt.d.ts| |Type changed|Class name: Button;
Method or attribute name: color: string;
Old version information: |Class name: Button;
Method or attribute name: color: string;
New version information: string|@system.prompt.d.ts| |Type changed|Class name: ShowDialogSuccessResponse;
Method or attribute name: index: number;
Old version information: |Class name: ShowDialogSuccessResponse;
Method or attribute name: index: number;
New version information: number|@system.prompt.d.ts| |Type changed|Class name: ShowDialogOptions;
Method or attribute name: title?: string;
Old version information: |Class name: ShowDialogOptions;
Method or attribute name: title?: string;
New version information: ?string|@system.prompt.d.ts| |Type changed|Class name: ShowActionMenuOptions;
Method or attribute name: title?: string;
Old version information: |Class name: ShowActionMenuOptions;
Method or attribute name: title?: string;
New version information: ?string|@system.prompt.d.ts| |Type changed|Class name: ShowDialogOptions;
Method or attribute name: message?: string;
Old version information: |Class name: ShowDialogOptions;
Method or attribute name: message?: string;
New version information: ?string|@system.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?]|@system.prompt.d.ts| |Type changed|Class name: ShowActionMenuOptions;
Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];
Old version information: |Class name: ShowActionMenuOptions;
Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];
New version information: [Button, Button?, Button?, Button?, Button?, Button?]|@system.prompt.d.ts| |Type changed|Class name: ShowActionMenuOptions;
Method or attribute name: success?: (tapIndex: number, errMsg: string) => void;
Old version information: |Class name: ShowActionMenuOptions;
Method or attribute name: success?: (tapIndex: number, errMsg: string) => void;
New version information: ?((tapIndex: number, errMsg: string) => void)|@system.prompt.d.ts| |Type changed|Class name: ShowActionMenuOptions;
Method or attribute name: fail?: (errMsg: string) => void;
Old version information: |Class name: ShowActionMenuOptions;
Method or attribute name: fail?: (errMsg: string) => void;
New version information: ?((errMsg: string) => void)|@system.prompt.d.ts| |Type changed|Class name: ShowActionMenuOptions;
Method or attribute name: complete?: () => void;
Old version information: |Class name: ShowActionMenuOptions;
Method or attribute name: complete?: () => void;
New version information: ?(() => void)|@system.prompt.d.ts| |Type changed|Class name: RouterOptions;
Method or attribute name: uri: string;
Old version information: |Class name: RouterOptions;
Method or attribute name: uri: string;
New version information: string|@system.router.d.ts| |Type changed|Class name: RouterOptions;
Method or attribute name: params?: Object;
Old version information: |Class name: RouterOptions;
Method or attribute name: params?: Object;
New version information: ?Object|@system.router.d.ts| |Type changed|Class name: BackRouterOptions;
Method or attribute name: params?: Object;
Old version information: |Class name: BackRouterOptions;
Method or attribute name: params?: Object;
New version information: ?Object|@system.router.d.ts| |Type changed|Class name: BackRouterOptions;
Method or attribute name: uri?: string;
Old version information: |Class name: BackRouterOptions;
Method or attribute name: uri?: string;
New version information: ?string|@system.router.d.ts| |Type changed|Class name: RouterState;
Method or attribute name: index: number;
Old version information: |Class name: RouterState;
Method or attribute name: index: number;
New version information: number|@system.router.d.ts| |Type changed|Class name: RouterState;
Method or attribute name: name: string;
Old version information: |Class name: RouterState;
Method or attribute name: name: string;
New version information: string|@system.router.d.ts| |Type changed|Class name: RouterState;
Method or attribute name: path: string;
Old version information: |Class name: RouterState;
Method or attribute name: path: string;
New version information: string|@system.router.d.ts| |Type changed|Class name: EnableAlertBeforeBackPageOptions;
Method or attribute name: message: string;
Old version information: |Class name: EnableAlertBeforeBackPageOptions;
Method or attribute name: message: string;
New version information: string|@system.router.d.ts| |Type changed|Class name: EnableAlertBeforeBackPageOptions;
Method or attribute name: success?: (errMsg: string) => void;
Old version information: |Class name: EnableAlertBeforeBackPageOptions;
Method or attribute name: success?: (errMsg: string) => void;
New version information: (errMsg: string) => void|@system.router.d.ts| |Type changed|Class name: DisableAlertBeforeBackPageOptions;
Method or attribute name: success?: (errMsg: string) => void;
Old version information: |Class name: DisableAlertBeforeBackPageOptions;
Method or attribute name: success?: (errMsg: string) => void;
New version information: (errMsg: string) => void|@system.router.d.ts| |Type changed|Class name: EnableAlertBeforeBackPageOptions;
Method or attribute name: cancel?: (errMsg: string) => void;
Old version information: |Class name: EnableAlertBeforeBackPageOptions;
Method or attribute name: cancel?: (errMsg: string) => void;
New version information: (errMsg: string) => void|@system.router.d.ts| |Type changed|Class name: DisableAlertBeforeBackPageOptions;
Method or attribute name: cancel?: (errMsg: string) => void;
Old version information: |Class name: DisableAlertBeforeBackPageOptions;
Method or attribute name: cancel?: (errMsg: string) => void;
New version information: (errMsg: string) => void|@system.router.d.ts| |Type changed|Class name: EnableAlertBeforeBackPageOptions;
Method or attribute name: complete?: () => void;
Old version information: |Class name: EnableAlertBeforeBackPageOptions;
Method or attribute name: complete?: () => void;
New version information: () => void|@system.router.d.ts| |Type changed|Class name: DisableAlertBeforeBackPageOptions;
Method or attribute name: complete?: () => void;
Old version information: |Class name: DisableAlertBeforeBackPageOptions;
Method or attribute name: complete?: () => void;
New version information: () => void|@system.router.d.ts| |Type changed|Class name: sourcefile;
Method or attribute name: declare type CustomBuilder = (() => any) \| void;
Old version information: |Class name: sourcefile;
Method or attribute name: declare type CustomBuilder = (() => any) \| void;
New version information: (() => any) \| void|common.d.ts| |Type changed|Class name: SheetInfo;
Method or attribute name: title: string \| Resource;
Old version information: |Class name: SheetInfo;
Method or attribute name: title: string \| Resource;
New version information: string \| Resource|action_sheet.d.ts| |Type changed|Class name: SheetInfo;
Method or attribute name: icon?: string \| Resource;
Old version information: |Class name: SheetInfo;
Method or attribute name: icon?: string \| Resource;
New version information: ?(string \| Resource)|action_sheet.d.ts| |Type changed|Class name: SheetInfo;
Method or attribute name: action: () => void;
Old version information: |Class name: SheetInfo;
Method or attribute name: action: () => void;
New version information: () => void|action_sheet.d.ts| |Type changed|Class name: AlertDialogParam;
Method or attribute name: title?: ResourceStr;
Old version information: |Class name: AlertDialogParam;
Method or attribute name: title?: ResourceStr;
New version information: ?ResourceStr|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParam;
Method or attribute name: message: ResourceStr;
Old version information: |Class name: AlertDialogParam;
Method or attribute name: message: ResourceStr;
New version information: ResourceStr|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParam;
Method or attribute name: autoCancel?: boolean;
Old version information: |Class name: AlertDialogParam;
Method or attribute name: autoCancel?: boolean;
New version information: ?boolean|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParam;
Method or attribute name: cancel?: () => void;
Old version information: |Class name: AlertDialogParam;
Method or attribute name: cancel?: () => void;
New version information: ?(() => void)|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParam;
Method or attribute name: alignment?: DialogAlignment;
Old version information: |Class name: AlertDialogParam;
Method or attribute name: alignment?: DialogAlignment;
New version information: ?DialogAlignment|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParam;
Method or attribute name: offset?: Offset;
Old version information: |Class name: AlertDialogParam;
Method or attribute name: offset?: Offset;
New version information: ?Offset|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParam;
Method or attribute name: gridCount?: number;
Old version information: |Class name: AlertDialogParam;
Method or attribute name: gridCount?: number;
New version information: ?number|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParamWithConfirm;
Method or attribute name: confirm?: {
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information: |Class name: AlertDialogParamWithConfirm;
Method or attribute name: confirm?: {
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: ?{value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParamWithButtons;
Method or attribute name: primaryButton: {
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information: |Class name: AlertDialogParamWithButtons;
Method or attribute name: primaryButton: {
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: {value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|alert_dialog.d.ts| |Type changed|Class name: AlertDialogParamWithButtons;
Method or attribute name: secondaryButton: {
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information: |Class name: AlertDialogParamWithButtons;
Method or attribute name: secondaryButton: {
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text content of the confirmation button.
*
* @type { ResourceStr }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: ResourceStr;

/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Text color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;

/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Background color of the confirmation button.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;

/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { () => void }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: {value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;}|alert_dialog.d.ts| |Type changed|Class name: BadgeStyle;
Method or attribute name: color?: ResourceColor;
Old version information: |Class name: BadgeStyle;
Method or attribute name: color?: ResourceColor;
New version information: ?ResourceColor|badge.d.ts| |Type changed|Class name: BadgeStyle;
Method or attribute name: fontSize?: number \| string;
Old version information: |Class name: BadgeStyle;
Method or attribute name: fontSize?: number \| string;
New version information: ?(number \| string)|badge.d.ts| |Type changed|Class name: BadgeStyle;
Method or attribute name: badgeSize?: number \| string;
Old version information: |Class name: BadgeStyle;
Method or attribute name: badgeSize?: number \| string;
New version information: ?(number \| string)|badge.d.ts| |Type changed|Class name: BadgeStyle;
Method or attribute name: badgeColor?: ResourceColor;
Old version information: |Class name: BadgeStyle;
Method or attribute name: badgeColor?: ResourceColor;
New version information: ?ResourceColor|badge.d.ts| |Type changed|Class name: BadgeStyle;
Method or attribute name: borderColor?: ResourceColor;
Old version information: ResourceColor|Class name: BadgeStyle;
Method or attribute name: borderColor?: ResourceColor;
New version information: ?ResourceColor|badge.d.ts| |Type changed|Class name: BadgeStyle;
Method or attribute name: borderWidth?: Length;
Old version information: Length|Class name: BadgeStyle;
Method or attribute name: borderWidth?: Length;
New version information: ?Length|badge.d.ts| |Type changed|Class name: BadgeStyle;
Method or attribute name: fontWeight?: number \| FontWeight \| string;
Old version information: number \| FontWeight \| string|Class name: BadgeStyle;
Method or attribute name: fontWeight?: number \| FontWeight \| string;
New version information: ?(number \| FontWeight \| string)|badge.d.ts| |Type changed|Class name: BadgeParam;
Method or attribute name: position?: BadgePosition \| Position;
Old version information: |Class name: BadgeParam;
Method or attribute name: position?: BadgePosition \| Position;
New version information: BadgePosition \| Position|badge.d.ts| |Type changed|Class name: BadgeParam;
Method or attribute name: style: BadgeStyle;
Old version information: |Class name: BadgeParam;
Method or attribute name: style: BadgeStyle;
New version information: BadgeStyle|badge.d.ts| |Type changed|Class name: BadgeParamWithNumber;
Method or attribute name: count: number;
Old version information: |Class name: BadgeParamWithNumber;
Method or attribute name: count: number;
New version information: number|badge.d.ts| |Type changed|Class name: BadgeParamWithNumber;
Method or attribute name: maxCount?: number;
Old version information: |Class name: BadgeParamWithNumber;
Method or attribute name: maxCount?: number;
New version information: ?number|badge.d.ts| |Type changed|Class name: BadgeParamWithString;
Method or attribute name: value: string;
Old version information: |Class name: BadgeParamWithString;
Method or attribute name: value: string;
New version information: string|badge.d.ts| |Type changed|Class name: ButtonOptions;
Method or attribute name: type?: ButtonType;
Old version information: |Class name: ButtonOptions;
Method or attribute name: type?: ButtonType;
New version information: ?ButtonType|button.d.ts| |Type changed|Class name: ButtonOptions;
Method or attribute name: stateEffect?: boolean;
Old version information: |Class name: ButtonOptions;
Method or attribute name: stateEffect?: boolean;
New version information: ?boolean|button.d.ts| |Type changed|Class name: LabelStyle;
Method or attribute name: overflow?: TextOverflow;
Old version information: TextOverflow|Class name: LabelStyle;
Method or attribute name: overflow?: TextOverflow;
New version information: ?TextOverflow|button.d.ts| |Type changed|Class name: LabelStyle;
Method or attribute name: maxLines?: number;
Old version information: number|Class name: LabelStyle;
Method or attribute name: maxLines?: number;
New version information: ?number|button.d.ts| |Type changed|Class name: LabelStyle;
Method or attribute name: minFontSize?: number \| ResourceStr;
Old version information: number \| ResourceStr|Class name: LabelStyle;
Method or attribute name: minFontSize?: number \| ResourceStr;
New version information: ?(number \| ResourceStr)|button.d.ts| |Type changed|Class name: LabelStyle;
Method or attribute name: maxFontSize?: number \| ResourceStr;
Old version information: number \| ResourceStr|Class name: LabelStyle;
Method or attribute name: maxFontSize?: number \| ResourceStr;
New version information: ?(number \| ResourceStr)|button.d.ts| |Type changed|Class name: LabelStyle;
Method or attribute name: heightAdaptivePolicy?: TextHeightAdaptivePolicy;
Old version information: TextHeightAdaptivePolicy|Class name: LabelStyle;
Method or attribute name: heightAdaptivePolicy?: TextHeightAdaptivePolicy;
New version information: ?TextHeightAdaptivePolicy|button.d.ts| |Type changed|Class name: LabelStyle;
Method or attribute name: font?: Font;
Old version information: Font|Class name: LabelStyle;
Method or attribute name: font?: Font;
New version information: ?Font|button.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: index: number;
Old version information: |Class name: CalendarDay;
Method or attribute name: index: number;
New version information: number|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: lunarMonth: string;
Old version information: |Class name: CalendarDay;
Method or attribute name: lunarMonth: string;
New version information: string|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: lunarDay: string;
Old version information: |Class name: CalendarDay;
Method or attribute name: lunarDay: string;
New version information: string|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: dayMark: string;
Old version information: |Class name: CalendarDay;
Method or attribute name: dayMark: string;
New version information: string|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: dayMarkValue: string;
Old version information: |Class name: CalendarDay;
Method or attribute name: dayMarkValue: string;
New version information: string|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: year: number;
Old version information: |Class name: CalendarDay;
Method or attribute name: year: number;
New version information: number|calendar.d.ts| |Type changed|Class name: MonthData;
Method or attribute name: year: number;
Old version information: |Class name: MonthData;
Method or attribute name: year: number;
New version information: number|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: month: number;
Old version information: |Class name: CalendarDay;
Method or attribute name: month: number;
New version information: number|calendar.d.ts| |Type changed|Class name: MonthData;
Method or attribute name: month: number;
Old version information: |Class name: MonthData;
Method or attribute name: month: number;
New version information: number|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: day: number;
Old version information: |Class name: CalendarDay;
Method or attribute name: day: number;
New version information: number|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: isFirstOfLunar: boolean;
Old version information: |Class name: CalendarDay;
Method or attribute name: isFirstOfLunar: boolean;
New version information: boolean|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: hasSchedule: boolean;
Old version information: |Class name: CalendarDay;
Method or attribute name: hasSchedule: boolean;
New version information: boolean|calendar.d.ts| |Type changed|Class name: CalendarDay;
Method or attribute name: markLunarDay: boolean;
Old version information: |Class name: CalendarDay;
Method or attribute name: markLunarDay: boolean;
New version information: boolean|calendar.d.ts| |Type changed|Class name: MonthData;
Method or attribute name: data: CalendarDay[];
Old version information: |Class name: MonthData;
Method or attribute name: data: CalendarDay[];
New version information: CalendarDay[]|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: dayColor?: ResourceColor;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: dayColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: lunarColor?: ResourceColor;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: lunarColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: markLunarColor?: ResourceColor;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: markLunarColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: dayFontSize?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: dayFontSize?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: lunarDayFontSize?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: lunarDayFontSize?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: dayHeight?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: dayHeight?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: dayWidth?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: dayWidth?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: gregorianCalendarHeight?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: gregorianCalendarHeight?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: dayYAxisOffset?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: dayYAxisOffset?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: lunarDayYAxisOffset?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: lunarDayYAxisOffset?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: underscoreXAxisOffset?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: underscoreXAxisOffset?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: underscoreYAxisOffset?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: underscoreYAxisOffset?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: scheduleMarkerXAxisOffset?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: scheduleMarkerXAxisOffset?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: scheduleMarkerYAxisOffset?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: scheduleMarkerYAxisOffset?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: colSpace?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: colSpace?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: dailyFiveRowSpace?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: dailyFiveRowSpace?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: dailySixRowSpace?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: dailySixRowSpace?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: lunarHeight?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: lunarHeight?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: underscoreWidth?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: underscoreWidth?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: underscoreLength?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: underscoreLength?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: scheduleMarkerRadius?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: scheduleMarkerRadius?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: boundaryRowOffset?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: boundaryRowOffset?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: CurrentDayStyle;
Method or attribute name: boundaryColOffset?: number;
Old version information: |Class name: CurrentDayStyle;
Method or attribute name: boundaryColOffset?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: NonCurrentDayStyle;
Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;
Old version information: |Class name: NonCurrentDayStyle;
Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: NonCurrentDayStyle;
Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;
Old version information: |Class name: NonCurrentDayStyle;
Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: NonCurrentDayStyle;
Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;
Old version information: |Class name: NonCurrentDayStyle;
Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: NonCurrentDayStyle;
Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;
Old version information: |Class name: NonCurrentDayStyle;
Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: TodayStyle;
Method or attribute name: focusedDayColor?: ResourceColor;
Old version information: |Class name: TodayStyle;
Method or attribute name: focusedDayColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: TodayStyle;
Method or attribute name: focusedLunarColor?: ResourceColor;
Old version information: |Class name: TodayStyle;
Method or attribute name: focusedLunarColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: TodayStyle;
Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;
Old version information: |Class name: TodayStyle;
Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: TodayStyle;
Method or attribute name: focusedAreaRadius?: number;
Old version information: |Class name: TodayStyle;
Method or attribute name: focusedAreaRadius?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WeekStyle;
Method or attribute name: weekColor?: ResourceColor;
Old version information: |Class name: WeekStyle;
Method or attribute name: weekColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: WeekStyle;
Method or attribute name: weekendDayColor?: ResourceColor;
Old version information: |Class name: WeekStyle;
Method or attribute name: weekendDayColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: WeekStyle;
Method or attribute name: weekendLunarColor?: ResourceColor;
Old version information: |Class name: WeekStyle;
Method or attribute name: weekendLunarColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: WeekStyle;
Method or attribute name: weekFontSize?: number;
Old version information: |Class name: WeekStyle;
Method or attribute name: weekFontSize?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WeekStyle;
Method or attribute name: weekHeight?: number;
Old version information: |Class name: WeekStyle;
Method or attribute name: weekHeight?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WeekStyle;
Method or attribute name: weekWidth?: number;
Old version information: |Class name: WeekStyle;
Method or attribute name: weekWidth?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WeekStyle;
Method or attribute name: weekAndDayRowSpace?: number;
Old version information: |Class name: WeekStyle;
Method or attribute name: weekAndDayRowSpace?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WorkStateStyle;
Method or attribute name: workDayMarkColor?: ResourceColor;
Old version information: |Class name: WorkStateStyle;
Method or attribute name: workDayMarkColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: WorkStateStyle;
Method or attribute name: offDayMarkColor?: ResourceColor;
Old version information: |Class name: WorkStateStyle;
Method or attribute name: offDayMarkColor?: ResourceColor;
New version information: ?ResourceColor|calendar.d.ts| |Type changed|Class name: WorkStateStyle;
Method or attribute name: workDayMarkSize?: number;
Old version information: |Class name: WorkStateStyle;
Method or attribute name: workDayMarkSize?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WorkStateStyle;
Method or attribute name: offDayMarkSize?: number;
Old version information: |Class name: WorkStateStyle;
Method or attribute name: offDayMarkSize?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WorkStateStyle;
Method or attribute name: workStateWidth?: number;
Old version information: |Class name: WorkStateStyle;
Method or attribute name: workStateWidth?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WorkStateStyle;
Method or attribute name: workStateHorizontalMovingDistance?: number;
Old version information: |Class name: WorkStateStyle;
Method or attribute name: workStateHorizontalMovingDistance?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: WorkStateStyle;
Method or attribute name: workStateVerticalMovingDistance?: number;
Old version information: |Class name: WorkStateStyle;
Method or attribute name: workStateVerticalMovingDistance?: number;
New version information: ?number|calendar.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly actualBoundingBoxAscent: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly actualBoundingBoxAscent: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly actualBoundingBoxDescent: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly actualBoundingBoxDescent: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly actualBoundingBoxLeft: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly actualBoundingBoxLeft: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly actualBoundingBoxRight: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly actualBoundingBoxRight: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly alphabeticBaseline: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly alphabeticBaseline: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly emHeightAscent: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly emHeightAscent: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly emHeightDescent: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly emHeightDescent: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly fontBoundingBoxAscent: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly fontBoundingBoxAscent: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly fontBoundingBoxDescent: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly fontBoundingBoxDescent: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly hangingBaseline: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly hangingBaseline: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly ideographicBaseline: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly ideographicBaseline: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly width: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly width: number;
New version information: number|canvas.d.ts| |Type changed|Class name: ImageBitmap;
Method or attribute name: readonly width: number;
Old version information: |Class name: ImageBitmap;
Method or attribute name: readonly width: number;
New version information: number|canvas.d.ts| |Type changed|Class name: ImageData;
Method or attribute name: readonly width: number;
Old version information: |Class name: ImageData;
Method or attribute name: readonly width: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderingContext2D;
Method or attribute name: readonly width: number;
Old version information: |Class name: CanvasRenderingContext2D;
Method or attribute name: readonly width: number;
New version information: number|canvas.d.ts| |Type changed|Class name: TextMetrics;
Method or attribute name: readonly height: number;
Old version information: |Class name: TextMetrics;
Method or attribute name: readonly height: number;
New version information: number|canvas.d.ts| |Type changed|Class name: ImageBitmap;
Method or attribute name: readonly height: number;
Old version information: |Class name: ImageBitmap;
Method or attribute name: readonly height: number;
New version information: number|canvas.d.ts| |Type changed|Class name: ImageData;
Method or attribute name: readonly height: number;
Old version information: |Class name: ImageData;
Method or attribute name: readonly height: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderingContext2D;
Method or attribute name: readonly height: number;
Old version information: |Class name: CanvasRenderingContext2D;
Method or attribute name: readonly height: number;
New version information: number|canvas.d.ts| |Type changed|Class name: ImageData;
Method or attribute name: readonly data: Uint8ClampedArray;
Old version information: |Class name: ImageData;
Method or attribute name: readonly data: Uint8ClampedArray;
New version information: Uint8ClampedArray|canvas.d.ts| |Type changed|Class name: RenderingContextSettings;
Method or attribute name: antialias?: boolean;
Old version information: |Class name: RenderingContextSettings;
Method or attribute name: antialias?: boolean;
New version information: ?boolean|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: globalAlpha: number;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: globalAlpha: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: globalCompositeOperation: string;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: globalCompositeOperation: string;
New version information: string|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: filter: string;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: filter: string;
New version information: string|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: imageSmoothingEnabled: boolean;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: imageSmoothingEnabled: boolean;
New version information: boolean|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;
New version information: ImageSmoothingQuality|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: lineCap: CanvasLineCap;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: lineCap: CanvasLineCap;
New version information: CanvasLineCap|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: lineDashOffset: number;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: lineDashOffset: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: lineJoin: CanvasLineJoin;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: lineJoin: CanvasLineJoin;
New version information: CanvasLineJoin|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: lineWidth: number;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: lineWidth: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: miterLimit: number;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: miterLimit: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: shadowBlur: number;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: shadowBlur: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: shadowColor: string;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: shadowColor: string;
New version information: string|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: shadowOffsetX: number;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: shadowOffsetX: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: shadowOffsetY: number;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: shadowOffsetY: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: font: string;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: font: string;
New version information: string|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: textAlign: CanvasTextAlign;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: textAlign: CanvasTextAlign;
New version information: CanvasTextAlign|canvas.d.ts| |Type changed|Class name: CanvasRenderer;
Method or attribute name: textBaseline: CanvasTextBaseline;
Old version information: |Class name: CanvasRenderer;
Method or attribute name: textBaseline: CanvasTextBaseline;
New version information: CanvasTextBaseline|canvas.d.ts| |Type changed|Class name: OffscreenCanvas;
Method or attribute name: height: number;
Old version information: |Class name: OffscreenCanvas;
Method or attribute name: height: number;
New version information: number|canvas.d.ts| |Type changed|Class name: OffscreenCanvas;
Method or attribute name: width: number;
Old version information: |Class name: OffscreenCanvas;
Method or attribute name: width: number;
New version information: number|canvas.d.ts| |Type changed|Class name: CheckboxOptions;
Method or attribute name: name?: string;
Old version information: |Class name: CheckboxOptions;
Method or attribute name: name?: string;
New version information: ?string|checkbox.d.ts| |Type changed|Class name: CheckboxOptions;
Method or attribute name: group?: string;
Old version information: |Class name: CheckboxOptions;
Method or attribute name: group?: string;
New version information: ?string|checkbox.d.ts| |Type changed|Class name: CheckboxGroupOptions;
Method or attribute name: group?: string;
Old version information: |Class name: CheckboxGroupOptions;
Method or attribute name: group?: string;
New version information: ?string|checkboxgroup.d.ts| |Type changed|Class name: CheckboxGroupResult;
Method or attribute name: name: Array\;
Old version information: |Class name: CheckboxGroupResult;
Method or attribute name: name: Array\;
New version information: Array\|checkboxgroup.d.ts| |Type changed|Class name: CheckboxGroupResult;
Method or attribute name: status: SelectStatus;
Old version information: |Class name: CheckboxGroupResult;
Method or attribute name: status: SelectStatus;
New version information: SelectStatus|checkboxgroup.d.ts| |Type changed|Class name: CircleOptions;
Method or attribute name: width?: string \| number;
Old version information: |Class name: CircleOptions;
Method or attribute name: width?: string \| number;
New version information: ?(string \| number)|circle.d.ts| |Type changed|Class name: CircleOptions;
Method or attribute name: height?: string \| number;
Old version information: |Class name: CircleOptions;
Method or attribute name: height?: string \| number;
New version information: ?(string \| number)|circle.d.ts| |Type changed|Class name: Configuration;
Method or attribute name: readonly colorMode: string;
Old version information: |Class name: Configuration;
Method or attribute name: readonly colorMode: string;
New version information: string|common.d.ts| |Type changed|Class name: Configuration;
Method or attribute name: readonly fontScale: number;
Old version information: |Class name: Configuration;
Method or attribute name: readonly fontScale: number;
New version information: number|common.d.ts| |Type changed|Class name: Rectangle;
Method or attribute name: x?: Length;
Old version information: |Class name: Rectangle;
Method or attribute name: x?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: Rectangle;
Method or attribute name: y?: Length;
Old version information: |Class name: Rectangle;
Method or attribute name: y?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: Rectangle;
Method or attribute name: width?: Length;
Old version information: |Class name: Rectangle;
Method or attribute name: width?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: Rectangle;
Method or attribute name: height?: Length;
Old version information: |Class name: Rectangle;
Method or attribute name: height?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: AnimateParam;
Method or attribute name: duration?: number;
Old version information: |Class name: AnimateParam;
Method or attribute name: duration?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: sharedTransitionOptions;
Method or attribute name: duration?: number;
Old version information: |Class name: sharedTransitionOptions;
Method or attribute name: duration?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: AnimateParam;
Method or attribute name: tempo?: number;
Old version information: |Class name: AnimateParam;
Method or attribute name: tempo?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: AnimateParam;
Method or attribute name: curve?: Curve \| string \| ICurve;
Old version information: string \| Curve \| ICurve|Class name: AnimateParam;
Method or attribute name: curve?: Curve \| string \| ICurve;
New version information: ?(Curve \| string \| ICurve)|common.d.ts| |Type changed|Class name: sharedTransitionOptions;
Method or attribute name: curve?: Curve \| string \| ICurve;
Old version information: |Class name: sharedTransitionOptions;
Method or attribute name: curve?: Curve \| string \| ICurve;
New version information: ?(Curve \| string \| ICurve)|common.d.ts| |Type changed|Class name: AnimateParam;
Method or attribute name: delay?: number;
Old version information: |Class name: AnimateParam;
Method or attribute name: delay?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: sharedTransitionOptions;
Method or attribute name: delay?: number;
Old version information: |Class name: sharedTransitionOptions;
Method or attribute name: delay?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: AnimateParam;
Method or attribute name: iterations?: number;
Old version information: |Class name: AnimateParam;
Method or attribute name: iterations?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: AnimateParam;
Method or attribute name: playMode?: PlayMode;
Old version information: |Class name: AnimateParam;
Method or attribute name: playMode?: PlayMode;
New version information: ?PlayMode|common.d.ts| |Type changed|Class name: AnimateParam;
Method or attribute name: onFinish?: () => void;
Old version information: |Class name: AnimateParam;
Method or attribute name: onFinish?: () => void;
New version information: ?(() => void)|common.d.ts| |Type changed|Class name: MotionPathOptions;
Method or attribute name: path: string;
Old version information: |Class name: MotionPathOptions;
Method or attribute name: path: string;
New version information: string|common.d.ts| |Type changed|Class name: MotionPathOptions;
Method or attribute name: from?: number;
Old version information: |Class name: MotionPathOptions;
Method or attribute name: from?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: MotionPathOptions;
Method or attribute name: to?: number;
Old version information: |Class name: MotionPathOptions;
Method or attribute name: to?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: MotionPathOptions;
Method or attribute name: rotatable?: boolean;
Old version information: |Class name: MotionPathOptions;
Method or attribute name: rotatable?: boolean;
New version information: ?boolean|common.d.ts| |Type changed|Class name: sharedTransitionOptions;
Method or attribute name: motionPath?: MotionPathOptions;
Old version information: |Class name: sharedTransitionOptions;
Method or attribute name: motionPath?: MotionPathOptions;
New version information: ?MotionPathOptions|common.d.ts| |Type changed|Class name: sharedTransitionOptions;
Method or attribute name: zIndex?: number;
Old version information: |Class name: sharedTransitionOptions;
Method or attribute name: zIndex?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: sharedTransitionOptions;
Method or attribute name: type?: SharedTransitionEffectType;
Old version information: |Class name: sharedTransitionOptions;
Method or attribute name: type?: SharedTransitionEffectType;
New version information: ?SharedTransitionEffectType|common.d.ts| |Type changed|Class name: TranslateOptions;
Method or attribute name: y?: number \| string;
Old version information: |Class name: TranslateOptions;
Method or attribute name: y?: number \| string;
New version information: ?(number \| string)|common.d.ts| |Type changed|Class name: TranslateOptions;
Method or attribute name: z?: number \| string;
Old version information: |Class name: TranslateOptions;
Method or attribute name: z?: number \| string;
New version information: ?(number \| string)|common.d.ts| |Type changed|Class name: ScaleOptions;
Method or attribute name: x?: number;
Old version information: |Class name: ScaleOptions;
Method or attribute name: x?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: RotateOptions;
Method or attribute name: x?: number;
Old version information: |Class name: RotateOptions;
Method or attribute name: x?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: ScaleOptions;
Method or attribute name: y?: number;
Old version information: |Class name: ScaleOptions;
Method or attribute name: y?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: RotateOptions;
Method or attribute name: y?: number;
Old version information: |Class name: RotateOptions;
Method or attribute name: y?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: ScaleOptions;
Method or attribute name: z?: number;
Old version information: |Class name: ScaleOptions;
Method or attribute name: z?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: RotateOptions;
Method or attribute name: z?: number;
Old version information: |Class name: RotateOptions;
Method or attribute name: z?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: ScaleOptions;
Method or attribute name: centerX?: number \| string;
Old version information: |Class name: ScaleOptions;
Method or attribute name: centerX?: number \| string;
New version information: ?(number \| string)|common.d.ts| |Type changed|Class name: RotateOptions;
Method or attribute name: centerX?: number \| string;
Old version information: |Class name: RotateOptions;
Method or attribute name: centerX?: number \| string;
New version information: ?(number \| string)|common.d.ts| |Type changed|Class name: ScaleOptions;
Method or attribute name: centerY?: number \| string;
Old version information: |Class name: ScaleOptions;
Method or attribute name: centerY?: number \| string;
New version information: ?(number \| string)|common.d.ts| |Type changed|Class name: AlignRuleOption;
Method or attribute name: left?: { anchor: string, align: HorizontalAlign };
Old version information: |Class name: AlignRuleOption;
Method or attribute name: left?: { anchor: string, align: HorizontalAlign };
New version information: ?{ anchor: string, align: HorizontalAlign }|common.d.ts| |Type changed|Class name: AlignRuleOption;
Method or attribute name: right?: { anchor: string, align: HorizontalAlign };
Old version information: |Class name: AlignRuleOption;
Method or attribute name: right?: { anchor: string, align: HorizontalAlign };
New version information: ?{ anchor: string, align: HorizontalAlign }|common.d.ts| |Type changed|Class name: AlignRuleOption;
Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };
Old version information: |Class name: AlignRuleOption;
Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };
New version information: ?{ anchor: string, align: HorizontalAlign }|common.d.ts| |Type changed|Class name: AlignRuleOption;
Method or attribute name: top?: { anchor: string, align: VerticalAlign };
Old version information: |Class name: AlignRuleOption;
Method or attribute name: top?: { anchor: string, align: VerticalAlign };
New version information: ?{ anchor: string, align: VerticalAlign }|common.d.ts| |Type changed|Class name: AlignRuleOption;
Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };
Old version information: |Class name: AlignRuleOption;
Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };
New version information: ?{ anchor: string, align: VerticalAlign }|common.d.ts| |Type changed|Class name: AlignRuleOption;
Method or attribute name: center?: { anchor: string, align: VerticalAlign };
Old version information: |Class name: AlignRuleOption;
Method or attribute name: center?: { anchor: string, align: VerticalAlign };
New version information: ?{ anchor: string, align: VerticalAlign }|common.d.ts| |Type changed|Class name: RotateOptions;
Method or attribute name: angle: number \| string;
Old version information: |Class name: RotateOptions;
Method or attribute name: angle: number \| string;
New version information: number \| string|common.d.ts| |Type 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: ?TransitionType|common.d.ts| |Type 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: ?number|common.d.ts| |Type 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: ?TranslateOptions|common.d.ts| |Type 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: ?ScaleOptions|common.d.ts| |Type 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: ?RotateOptions|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: title?: string;
Old version information: |Class name: PreviewParams;
Method or attribute name: title?: string;
New version information: ?string|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: width?: number;
Old version information: |Class name: PreviewParams;
Method or attribute name: width?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: height?: number;
Old version information: |Class name: PreviewParams;
Method or attribute name: height?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: locale?: string;
Old version information: |Class name: PreviewParams;
Method or attribute name: locale?: string;
New version information: ?string|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: colorMode?: string;
Old version information: |Class name: PreviewParams;
Method or attribute name: colorMode?: string;
New version information: ?string|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: deviceType?: string;
Old version information: |Class name: PreviewParams;
Method or attribute name: deviceType?: string;
New version information: ?string|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: dpi?: number;
Old version information: |Class name: PreviewParams;
Method or attribute name: dpi?: number;
New version information: ?number|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: orientation?: string;
Old version information: |Class name: PreviewParams;
Method or attribute name: orientation?: string;
New version information: ?string|common.d.ts| |Type changed|Class name: PreviewParams;
Method or attribute name: roundScreen?: boolean;
Old version information: |Class name: PreviewParams;
Method or attribute name: roundScreen?: boolean;
New version information: ?boolean|common.d.ts| |Type changed|Class name: ItemDragInfo;
Method or attribute name: x: number;
Old version information: |Class name: ItemDragInfo;
Method or attribute name: x: number;
New version information: number|common.d.ts| |Type changed|Class name: ClickEvent;
Method or attribute name: x: number;
Old version information: |Class name: ClickEvent;
Method or attribute name: x: number;
New version information: number|common.d.ts| |Type changed|Class name: MouseEvent;
Method or attribute name: x: number;
Old version information: |Class name: MouseEvent;
Method or attribute name: x: number;
New version information: number|common.d.ts| |Type changed|Class name: TouchObject;
Method or attribute name: x: number;
Old version information: |Class name: TouchObject;
Method or attribute name: x: number;
New version information: number|common.d.ts| |Type changed|Class name: ItemDragInfo;
Method or attribute name: y: number;
Old version information: |Class name: ItemDragInfo;
Method or attribute name: y: number;
New version information: number|common.d.ts| |Type changed|Class name: ClickEvent;
Method or attribute name: y: number;
Old version information: |Class name: ClickEvent;
Method or attribute name: y: number;
New version information: number|common.d.ts| |Type changed|Class name: MouseEvent;
Method or attribute name: y: number;
Old version information: |Class name: MouseEvent;
Method or attribute name: y: number;
New version information: number|common.d.ts| |Type changed|Class name: TouchObject;
Method or attribute name: y: number;
Old version information: |Class name: TouchObject;
Method or attribute name: y: number;
New version information: number|common.d.ts| |Type changed|Class name: DragItemInfo;
Method or attribute name: pixelMap?: PixelMap;
Old version information: |Class name: DragItemInfo;
Method or attribute name: pixelMap?: PixelMap;
New version information: ?PixelMap|common.d.ts| |Type changed|Class name: DragItemInfo;
Method or attribute name: builder?: CustomBuilder;
Old version information: |Class name: DragItemInfo;
Method or attribute name: builder?: CustomBuilder;
New version information: ?CustomBuilder|common.d.ts| |Type changed|Class name: DragItemInfo;
Method or attribute name: extraInfo?: string;
Old version information: |Class name: DragItemInfo;
Method or attribute name: extraInfo?: string;
New version information: ?string|common.d.ts| |Type changed|Class name: EventTarget;
Method or attribute name: area: Area;
Old version information: |Class name: EventTarget;
Method or attribute name: area: Area;
New version information: Area|common.d.ts| |Type changed|Class name: PickerTextStyle;
Method or attribute name: color?: ResourceColor;
Old version information: ResourceColor|Class name: PickerTextStyle;
Method or attribute name: color?: ResourceColor;
New version information: ?ResourceColor|common.d.ts| |Type changed|Class name: PickerTextStyle;
Method or attribute name: font?: Font;
Old version information: Font|Class name: PickerTextStyle;
Method or attribute name: font?: Font;
New version information: ?Font|common.d.ts| |Type changed|Class name: PopupMessageOptions;
Method or attribute name: font?: Font;
Old version information: Font|Class name: PopupMessageOptions;
Method or attribute name: font?: Font;
New version information: ?Font|common.d.ts| |Type changed|Class name: ShadowOptions;
Method or attribute name: radius: number \| Resource;
Old version information: |Class name: ShadowOptions;
Method or attribute name: radius: number \| Resource;
New version information: number \| Resource|common.d.ts| |Type changed|Class name: ShadowOptions;
Method or attribute name: type?: ShadowType;
Old version information: ShadowType|Class name: ShadowOptions;
Method or attribute name: type?: ShadowType;
New version information: ?ShadowType|common.d.ts| |Type changed|Class name: ShadowOptions;
Method or attribute name: color?: Color \| string \| Resource;
Old version information: |Class name: ShadowOptions;
Method or attribute name: color?: Color \| string \| Resource;
New version information: ?(Color \| string \| Resource)|common.d.ts| |Type changed|Class name: ShadowOptions;
Method or attribute name: offsetX?: number \| Resource;
Old version information: |Class name: ShadowOptions;
Method or attribute name: offsetX?: number \| Resource;
New version information: ?(number \| Resource)|common.d.ts| |Type changed|Class name: ShadowOptions;
Method or attribute name: offsetY?: number \| Resource;
Old version information: |Class name: ShadowOptions;
Method or attribute name: offsetY?: number \| Resource;
New version information: ?(number \| Resource)|common.d.ts| |Type changed|Class name: BaseEvent;
Method or attribute name: target: EventTarget;
Old version information: |Class name: BaseEvent;
Method or attribute name: target: EventTarget;
New version information: EventTarget|common.d.ts| |Type changed|Class name: BaseEvent;
Method or attribute name: timestamp: number;
Old version information: |Class name: BaseEvent;
Method or attribute name: timestamp: number;
New version information: number|common.d.ts| |Type changed|Class name: KeyEvent;
Method or attribute name: timestamp: number;
Old version information: |Class name: KeyEvent;
Method or attribute name: timestamp: number;
New version information: number|common.d.ts| |Type changed|Class name: BaseEvent;
Method or attribute name: source: SourceType;
Old version information: |Class name: BaseEvent;
Method or attribute name: source: SourceType;
New version information: SourceType|common.d.ts| |Type changed|Class name: BaseEvent;
Method or attribute name: pressure: number;
Old version information: |Class name: BaseEvent;
Method or attribute name: pressure: number;
New version information: number|common.d.ts| |Type changed|Class name: BaseEvent;
Method or attribute name: tiltX: number;
Old version information: |Class name: BaseEvent;
Method or attribute name: tiltX: number;
New version information: number|common.d.ts| |Type changed|Class name: BaseEvent;
Method or attribute name: tiltY: number;
Old version information: |Class name: BaseEvent;
Method or attribute name: tiltY: number;
New version information: number|common.d.ts| |Type changed|Class name: BaseEvent;
Method or attribute name: sourceTool: SourceTool;
Old version information: |Class name: BaseEvent;
Method or attribute name: sourceTool: SourceTool;
New version information: SourceTool|common.d.ts| |Type changed|Class name: BorderImageOption;
Method or attribute name: slice?: Length \| EdgeWidths,
Old version information: |Class name: BorderImageOption;
Method or attribute name: slice?: Length \| EdgeWidths,
New version information: ?(Length \| EdgeWidths)|common.d.ts| |Type changed|Class name: BorderImageOption;
Method or attribute name: repeat?: RepeatMode,
Old version information: |Class name: BorderImageOption;
Method or attribute name: repeat?: RepeatMode,
New version information: ?RepeatMode|common.d.ts| |Type changed|Class name: BorderImageOption;
Method or attribute name: source?: string \| Resource \| LinearGradient,
Old version information: |Class name: BorderImageOption;
Method or attribute name: source?: string \| Resource \| LinearGradient,
New version information: ?(string \| Resource \| LinearGradient)|common.d.ts| |Type changed|Class name: BorderImageOption;
Method or attribute name: width?: Length \| EdgeWidths,
Old version information: |Class name: BorderImageOption;
Method or attribute name: width?: Length \| EdgeWidths,
New version information: ?(Length \| EdgeWidths)|common.d.ts| |Type changed|Class name: BorderImageOption;
Method or attribute name: outset?: Length \| EdgeWidths,
Old version information: |Class name: BorderImageOption;
Method or attribute name: outset?: Length \| EdgeWidths,
New version information: ?(Length \| EdgeWidths)|common.d.ts| |Type changed|Class name: BorderImageOption;
Method or attribute name: fill?: boolean
Old version information: |Class name: BorderImageOption;
Method or attribute name: fill?: boolean
New version information: ?boolean|common.d.ts| |Type 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: number|common.d.ts| |Type 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: number|common.d.ts| |Type 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: number|common.d.ts| |Type 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: number|common.d.ts| |Type 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: number|common.d.ts| |Type 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: number|common.d.ts| |Type changed|Class name: MouseEvent;
Method or attribute name: button: MouseButton;
Old version information: |Class name: MouseEvent;
Method or attribute name: button: MouseButton;
New version information: MouseButton|common.d.ts| |Type changed|Class name: MouseEvent;
Method or attribute name: action: MouseAction;
Old version information: |Class name: MouseEvent;
Method or attribute name: action: MouseAction;
New version information: MouseAction|common.d.ts| |Type changed|Class name: MouseEvent;
Method or attribute name: stopPropagation?: () => void;
Old version information: |Class name: MouseEvent;
Method or attribute name: stopPropagation?: () => void;
New version information: ?(() => void)|common.d.ts| |Type changed|Class name: KeyEvent;
Method or attribute name: stopPropagation?: () => void;
Old version information: |Class name: KeyEvent;
Method or attribute name: stopPropagation?: () => void;
New version information: ?(() => void)|common.d.ts| |Type changed|Class name: TouchObject;
Method or attribute name: type: TouchType;
Old version information: |Class name: TouchObject;
Method or attribute name: type: TouchType;
New version information: TouchType|common.d.ts| |Type changed|Class name: TouchEvent;
Method or attribute name: type: TouchType;
Old version information: |Class name: TouchEvent;
Method or attribute name: type: TouchType;
New version information: TouchType|common.d.ts| |Type changed|Class name: TouchObject;
Method or attribute name: id: number;
Old version information: |Class name: TouchObject;
Method or attribute name: id: number;
New version information: number|common.d.ts| |Type changed|Class name: TouchEvent;
Method or attribute name: touches: TouchObject[];
Old version information: |Class name: TouchEvent;
Method or attribute name: touches: TouchObject[];
New version information: TouchObject[]|common.d.ts| |Type changed|Class name: TouchEvent;
Method or attribute name: changedTouches: TouchObject[];
Old version information: |Class name: TouchEvent;
Method or attribute name: changedTouches: TouchObject[];
New version information: TouchObject[]|common.d.ts| |Type 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: number|common.d.ts| |Type 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: number|common.d.ts| |Type changed|Class name: KeyEvent;
Method or attribute name: type: KeyType;
Old version information: |Class name: KeyEvent;
Method or attribute name: type: KeyType;
New version information: KeyType|common.d.ts| |Type changed|Class name: KeyEvent;
Method or attribute name: keyCode: number;
Old version information: |Class name: KeyEvent;
Method or attribute name: keyCode: number;
New version information: number|common.d.ts| |Type changed|Class name: KeyEvent;
Method or attribute name: keyText: string;
Old version information: |Class name: KeyEvent;
Method or attribute name: keyText: string;
New version information: string|common.d.ts| |Type changed|Class name: KeyEvent;
Method or attribute name: keySource: KeySource;
Old version information: |Class name: KeyEvent;
Method or attribute name: keySource: KeySource;
New version information: KeySource|common.d.ts| |Type changed|Class name: KeyEvent;
Method or attribute name: deviceId: number;
Old version information: |Class name: KeyEvent;
Method or attribute name: deviceId: number;
New version information: number|common.d.ts| |Type changed|Class name: KeyEvent;
Method or attribute name: metaKey: number;
Old version information: |Class name: KeyEvent;
Method or attribute name: metaKey: number;
New version information: number|common.d.ts| |Type changed|Class name: StateStyles;
Method or attribute name: normal?: any;
Old version information: |Class name: StateStyles;
Method or attribute name: normal?: any;
New version information: ?any|common.d.ts| |Type changed|Class name: StateStyles;
Method or attribute name: pressed?: any;
Old version information: |Class name: StateStyles;
Method or attribute name: pressed?: any;
New version information: ?any|common.d.ts| |Type changed|Class name: StateStyles;
Method or attribute name: disabled?: any;
Old version information: |Class name: StateStyles;
Method or attribute name: disabled?: any;
New version information: ?any|common.d.ts| |Type changed|Class name: StateStyles;
Method or attribute name: focused?: any;
Old version information: |Class name: StateStyles;
Method or attribute name: focused?: any;
New version information: ?any|common.d.ts| |Type changed|Class name: StateStyles;
Method or attribute name: clicked?: any;
Old version information: |Class name: StateStyles;
Method or attribute name: clicked?: any;
New version information: ?any|common.d.ts| |Type changed|Class name: PopupMessageOptions;
Method or attribute name: textColor?: ResourceColor;
Old version information: ResourceColor|Class name: PopupMessageOptions;
Method or attribute name: textColor?: ResourceColor;
New version information: ?ResourceColor|common.d.ts| |Type changed|Class name: PopupOptions;
Method or attribute name: message: string;
Old version information: |Class name: PopupOptions;
Method or attribute name: message: string;
New version information: string|common.d.ts| |Type 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: ?boolean|common.d.ts| |Type changed|Class name: PopupOptions;
Method or attribute name: placement?: Placement;
Old version information: Placement|Class name: PopupOptions;
Method or attribute name: placement?: Placement;
New version information: ?Placement|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: placement?: Placement;
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: placement?: Placement;
New version information: ?Placement|common.d.ts| |Type changed|Class name: PopupOptions;
Method or attribute name: arrowOffset?: Length;
Old version information: |Class name: PopupOptions;
Method or attribute name: arrowOffset?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: arrowOffset?: Length;
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: arrowOffset?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: PopupOptions;
Method or attribute name: showInSubWindow?: boolean;
Old version information: |Class name: PopupOptions;
Method or attribute name: showInSubWindow?: boolean;
New version information: ?boolean|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: showInSubWindow?: boolean;
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: showInSubWindow?: boolean;
New version information: ?boolean|common.d.ts| |Type changed|Class name: PopupOptions;
Method or attribute name: mask?: boolean \| { color: ResourceColor };
Old version information: |Class name: PopupOptions;
Method or attribute name: mask?: boolean \| { color: ResourceColor };
New version information: ?(boolean \| { color: ResourceColor })|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: mask?: boolean \| { color: ResourceColor };
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: mask?: boolean \| { color: ResourceColor };
New version information: ?(boolean \| { color: ResourceColor })|common.d.ts| |Type changed|Class name: PopupOptions;
Method or attribute name: messageOptions?: PopupMessageOptions
Old version information: PopupMessageOptions|Class name: PopupOptions;
Method or attribute name: messageOptions?: PopupMessageOptions
New version information: ?PopupMessageOptions|common.d.ts| |Type changed|Class name: PopupOptions;
Method or attribute name: targetSpace?: Length
Old version information: Length|Class name: PopupOptions;
Method or attribute name: targetSpace?: Length
New version information: ?Length|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: targetSpace?: Length
Old version information: Length|Class name: CustomPopupOptions;
Method or attribute name: targetSpace?: Length
New version information: ?Length|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: builder: CustomBuilder;
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: builder: CustomBuilder;
New version information: CustomBuilder|common.d.ts| |Type 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: ?(Color \| string \| Resource \| number)|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: popupColor?: Color \| string \| Resource \| number;
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: popupColor?: Color \| string \| Resource \| number;
New version information: ?(Color \| string \| Resource \| number)|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: enableArrow?: boolean;
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: enableArrow?: boolean;
New version information: ?boolean|common.d.ts| |Type changed|Class name: CustomPopupOptions;
Method or attribute name: autoCancel?: boolean;
Old version information: |Class name: CustomPopupOptions;
Method or attribute name: autoCancel?: boolean;
New version information: ?boolean|common.d.ts| |Type changed|Class name: ContextMenuOptions;
Method or attribute name: onAppear?: () => void;
Old version information: ?() => void|Class name: ContextMenuOptions;
Method or attribute name: onAppear?: () => void;
New version information: ?(() => void)|common.d.ts| |Type changed|Class name: ContextMenuOptions;
Method or attribute name: onDisappear?: () => void;
Old version information: ?() => void|Class name: ContextMenuOptions;
Method or attribute name: onDisappear?: () => void;
New version information: ?(() => void)|common.d.ts| |Type changed|Class name: PixelStretchEffectOptions;
Method or attribute name: top?: Length;
Old version information: Length|Class name: PixelStretchEffectOptions;
Method or attribute name: top?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: PixelStretchEffectOptions;
Method or attribute name: bottom?: Length;
Old version information: Length|Class name: PixelStretchEffectOptions;
Method or attribute name: bottom?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: PixelStretchEffectOptions;
Method or attribute name: left?: Length;
Old version information: Length|Class name: PixelStretchEffectOptions;
Method or attribute name: left?: Length;
New version information: ?Length|common.d.ts| |Type changed|Class name: LayoutBorderInfo;
Method or attribute name: borderWidth: EdgeWidths;
Old version information: |Class name: LayoutBorderInfo;
Method or attribute name: borderWidth: EdgeWidths;
New version information: EdgeWidths|common.d.ts| |Type changed|Class name: LayoutBorderInfo;
Method or attribute name: margin: Margin,
Old version information: |Class name: LayoutBorderInfo;
Method or attribute name: margin: Margin,
New version information: Margin|common.d.ts| |Type changed|Class name: LayoutBorderInfo;
Method or attribute name: padding: Padding,
Old version information: |Class name: LayoutBorderInfo;
Method or attribute name: padding: Padding,
New version information: Padding|common.d.ts| |Type changed|Class name: LayoutInfo;
Method or attribute name: position: Position,
Old version information: |Class name: LayoutInfo;
Method or attribute name: position: Position,
New version information: Position|common.d.ts| |Type changed|Class name: LayoutChild;
Method or attribute name: position: Position,
Old version information: |Class name: LayoutChild;
Method or attribute name: position: Position,
New version information: Position|common.d.ts| |Type changed|Class name: LayoutInfo;
Method or attribute name: constraint: ConstraintSizeOptions,
Old version information: |Class name: LayoutInfo;
Method or attribute name: constraint: ConstraintSizeOptions,
New version information: ConstraintSizeOptions|common.d.ts| |Type changed|Class name: LayoutChild;
Method or attribute name: constraint: ConstraintSizeOptions,
Old version information: |Class name: LayoutChild;
Method or attribute name: constraint: ConstraintSizeOptions,
New version information: ConstraintSizeOptions|common.d.ts| |Type changed|Class name: LayoutChild;
Method or attribute name: name: string,
Old version information: |Class name: LayoutChild;
Method or attribute name: name: string,
New version information: string|common.d.ts| |Type changed|Class name: LayoutChild;
Method or attribute name: id: string,
Old version information: |Class name: LayoutChild;
Method or attribute name: id: string,
New version information: string|common.d.ts| |Type changed|Class name: LayoutChild;
Method or attribute name: borderInfo: LayoutBorderInfo,
Old version information: |Class name: LayoutChild;
Method or attribute name: borderInfo: LayoutBorderInfo,
New version information: LayoutBorderInfo|common.d.ts| |Type changed|Class name: SubscribedAbstractProperty;
Method or attribute name: protected subscribers_: Set\;
Old version information: |Class name: SubscribedAbstractProperty;
Method or attribute name: protected subscribers_: Set\;
New version information: Set\|common_ts_ets_api.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: builder: any;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: builder: any;
New version information: any|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: cancel?: () => void;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: cancel?: () => void;
New version information: ?(() => void)|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: autoCancel?: boolean;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: autoCancel?: boolean;
New version information: ?boolean|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: alignment?: DialogAlignment;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: alignment?: DialogAlignment;
New version information: ?DialogAlignment|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: offset?: Offset;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: offset?: Offset;
New version information: ?Offset|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: customStyle?: boolean;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: customStyle?: boolean;
New version information: ?boolean|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: gridCount?: number;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: gridCount?: number;
New version information: ?number|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: maskColor?: ResourceColor;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: maskColor?: ResourceColor;
New version information: ?ResourceColor|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: openAnimation?: AnimateParam;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: openAnimation?: AnimateParam;
New version information: ?AnimateParam|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: closeAnimation?: AnimateParam;
Old version information: |Class name: CustomDialogControllerOptions;
Method or attribute name: closeAnimation?: AnimateParam;
New version information: ?AnimateParam|custom_dialog_controller.d.ts| |Type changed|Class name: CustomDialogControllerOptions;
Method or attribute name: showInSubWindow?: boolean;
Old version information: boolean|Class name: CustomDialogControllerOptions;
Method or attribute name: showInSubWindow?: boolean;
New version information: ?boolean|custom_dialog_controller.d.ts| |Type changed|Class name: DataPanelOptions;
Method or attribute name: values: number[];
Old version information: |Class name: DataPanelOptions;
Method or attribute name: values: number[];
New version information: number[]|data_panel.d.ts| |Type changed|Class name: DataPanelOptions;
Method or attribute name: max?: number;
Old version information: |Class name: DataPanelOptions;
Method or attribute name: max?: number;
New version information: ?number|data_panel.d.ts| |Type changed|Class name: DataPanelOptions;
Method or attribute name: type?: DataPanelType;
Old version information: |Class name: DataPanelOptions;
Method or attribute name: type?: DataPanelType;
New version information: ?DataPanelType|data_panel.d.ts| |Type changed|Class name: DatePickerResult;
Method or attribute name: year?: number;
Old version information: |Class name: DatePickerResult;
Method or attribute name: year?: number;
New version information: ?number|date_picker.d.ts| |Type changed|Class name: DatePickerResult;
Method or attribute name: month?: number;
Old version information: |Class name: DatePickerResult;
Method or attribute name: month?: number;
New version information: ?number|date_picker.d.ts| |Type changed|Class name: DatePickerResult;
Method or attribute name: day?: number;
Old version information: |Class name: DatePickerResult;
Method or attribute name: day?: number;
New version information: ?number|date_picker.d.ts| |Type changed|Class name: DatePickerOptions;
Method or attribute name: start?: Date;
Old version information: |Class name: DatePickerOptions;
Method or attribute name: start?: Date;
New version information: ?Date|date_picker.d.ts| |Type changed|Class name: DatePickerOptions;
Method or attribute name: end?: Date;
Old version information: |Class name: DatePickerOptions;
Method or attribute name: end?: Date;
New version information: ?Date|date_picker.d.ts| |Type changed|Class name: DatePickerOptions;
Method or attribute name: selected?: Date;
Old version information: |Class name: DatePickerOptions;
Method or attribute name: selected?: Date;
New version information: ?Date|date_picker.d.ts| |Type changed|Class name: DatePickerDialogOptions;
Method or attribute name: lunar?: boolean;
Old version information: |Class name: DatePickerDialogOptions;
Method or attribute name: lunar?: boolean;
New version information: ?boolean|date_picker.d.ts| |Type changed|Class name: DatePickerDialogOptions;
Method or attribute name: showTime?: boolean;
Old version information: boolean|Class name: DatePickerDialogOptions;
Method or attribute name: showTime?: boolean;
New version information: ?boolean|date_picker.d.ts| |Type changed|Class name: DatePickerDialogOptions;
Method or attribute name: useMilitaryTime?: boolean;
Old version information: boolean|Class name: DatePickerDialogOptions;
Method or attribute name: useMilitaryTime?: boolean;
New version information: ?boolean|date_picker.d.ts| |Type changed|Class name: DatePickerDialogOptions;
Method or attribute name: disappearTextStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: DatePickerDialogOptions;
Method or attribute name: disappearTextStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|date_picker.d.ts| |Type changed|Class name: DatePickerDialogOptions;
Method or attribute name: textStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: DatePickerDialogOptions;
Method or attribute name: textStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|date_picker.d.ts| |Type changed|Class name: DatePickerDialogOptions;
Method or attribute name: selectedTextStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: DatePickerDialogOptions;
Method or attribute name: selectedTextStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|date_picker.d.ts| |Type 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: ?((value: DatePickerResult) => void)|date_picker.d.ts| |Type changed|Class name: DatePickerDialogOptions;
Method or attribute name: onCancel?: () => void;
Old version information: |Class name: DatePickerDialogOptions;
Method or attribute name: onCancel?: () => void;
New version information: ?(() => void)|date_picker.d.ts| |Type 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: ?((value: DatePickerResult) => void)|date_picker.d.ts| |Type changed|Class name: FlexOptions;
Method or attribute name: direction?: FlexDirection;
Old version information: |Class name: FlexOptions;
Method or attribute name: direction?: FlexDirection;
New version information: ?FlexDirection|flex.d.ts| |Type changed|Class name: FlexOptions;
Method or attribute name: wrap?: FlexWrap;
Old version information: |Class name: FlexOptions;
Method or attribute name: wrap?: FlexWrap;
New version information: ?FlexWrap|flex.d.ts| |Type changed|Class name: FlexOptions;
Method or attribute name: justifyContent?: FlexAlign;
Old version information: |Class name: FlexOptions;
Method or attribute name: justifyContent?: FlexAlign;
New version information: ?FlexAlign|flex.d.ts| |Type changed|Class name: FlexOptions;
Method or attribute name: alignItems?: ItemAlign;
Old version information: |Class name: FlexOptions;
Method or attribute name: alignItems?: ItemAlign;
New version information: ?ItemAlign|flex.d.ts| |Type changed|Class name: FlexOptions;
Method or attribute name: alignContent?: FlexAlign;
Old version information: |Class name: FlexOptions;
Method or attribute name: alignContent?: FlexAlign;
New version information: ?FlexAlign|flex.d.ts| |Type changed|Class name: FingerInfo;
Method or attribute name: id: number;
Old version information: |Class name: FingerInfo;
Method or attribute name: id: number;
New version information: number|gesture.d.ts| |Type changed|Class name: FingerInfo;
Method or attribute name: globalX: number;
Old version information: |Class name: FingerInfo;
Method or attribute name: globalX: number;
New version information: number|gesture.d.ts| |Type changed|Class name: FingerInfo;
Method or attribute name: globalY: number;
Old version information: |Class name: FingerInfo;
Method or attribute name: globalY: number;
New version information: number|gesture.d.ts| |Type changed|Class name: FingerInfo;
Method or attribute name: localX: number;
Old version information: |Class name: FingerInfo;
Method or attribute name: localX: number;
New version information: number|gesture.d.ts| |Type changed|Class name: FingerInfo;
Method or attribute name: localY: number;
Old version information: |Class name: FingerInfo;
Method or attribute name: localY: number;
New version information: number|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: repeat: boolean;
Old version information: |Class name: GestureEvent;
Method or attribute name: repeat: boolean;
New version information: boolean|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: fingerList: FingerInfo[];
Old version information: |Class name: GestureEvent;
Method or attribute name: fingerList: FingerInfo[];
New version information: FingerInfo[]|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: offsetX: number;
Old version information: |Class name: GestureEvent;
Method or attribute name: offsetX: number;
New version information: number|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: offsetY: number;
Old version information: |Class name: GestureEvent;
Method or attribute name: offsetY: number;
New version information: number|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: angle: number;
Old version information: |Class name: GestureEvent;
Method or attribute name: angle: number;
New version information: number|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: speed: number;
Old version information: |Class name: GestureEvent;
Method or attribute name: speed: number;
New version information: number|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: scale: number;
Old version information: |Class name: GestureEvent;
Method or attribute name: scale: number;
New version information: number|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: pinchCenterX: number;
Old version information: |Class name: GestureEvent;
Method or attribute name: pinchCenterX: number;
New version information: number|gesture.d.ts| |Type changed|Class name: GestureEvent;
Method or attribute name: pinchCenterY: number;
Old version information: |Class name: GestureEvent;
Method or attribute name: pinchCenterY: number;
New version information: number|gesture.d.ts| |Type changed|Class name: GridColColumnOption;
Method or attribute name: xs?: number,
Old version information: |Class name: GridColColumnOption;
Method or attribute name: xs?: number,
New version information: ?number|grid_col.d.ts| |Type changed|Class name: GridColColumnOption;
Method or attribute name: sm?: number,
Old version information: |Class name: GridColColumnOption;
Method or attribute name: sm?: number,
New version information: ?number|grid_col.d.ts| |Type changed|Class name: GridColColumnOption;
Method or attribute name: md?: number,
Old version information: |Class name: GridColColumnOption;
Method or attribute name: md?: number,
New version information: ?number|grid_col.d.ts| |Type changed|Class name: GridColColumnOption;
Method or attribute name: lg?: number,
Old version information: |Class name: GridColColumnOption;
Method or attribute name: lg?: number,
New version information: ?number|grid_col.d.ts| |Type changed|Class name: GridColColumnOption;
Method or attribute name: xl?: number,
Old version information: |Class name: GridColColumnOption;
Method or attribute name: xl?: number,
New version information: ?number|grid_col.d.ts| |Type changed|Class name: GridColColumnOption;
Method or attribute name: xxl?: number,
Old version information: |Class name: GridColColumnOption;
Method or attribute name: xxl?: number,
New version information: ?number|grid_col.d.ts| |Type changed|Class name: GridColOptions;
Method or attribute name: span?: number \| GridColColumnOption;
Old version information: |Class name: GridColOptions;
Method or attribute name: span?: number \| GridColColumnOption;
New version information: ?(number \| GridColColumnOption)|grid_col.d.ts| |Type changed|Class name: GridColOptions;
Method or attribute name: offset?: number \| GridColColumnOption;
Old version information: |Class name: GridColOptions;
Method or attribute name: offset?: number \| GridColColumnOption;
New version information: ?(number \| GridColColumnOption)|grid_col.d.ts| |Type changed|Class name: GridColOptions;
Method or attribute name: order?: number \| GridColColumnOption;
Old version information: |Class name: GridColOptions;
Method or attribute name: order?: number \| GridColColumnOption;
New version information: ?(number \| GridColColumnOption)|grid_col.d.ts| |Type 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: ?(number \| "auto")|grid_container.d.ts| |Type 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: ?SizeType|grid_container.d.ts| |Type 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: ?(number \| string)|grid_container.d.ts| |Type 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: ?(number \| string)|grid_container.d.ts| |Type changed|Class name: GridRowSizeOption;
Method or attribute name: xs?: Length,
Old version information: |Class name: GridRowSizeOption;
Method or attribute name: xs?: Length,
New version information: ?Length|grid_row.d.ts| |Type changed|Class name: GridRowSizeOption;
Method or attribute name: sm?: Length,
Old version information: |Class name: GridRowSizeOption;
Method or attribute name: sm?: Length,
New version information: ?Length|grid_row.d.ts| |Type changed|Class name: GridRowSizeOption;
Method or attribute name: md?: Length,
Old version information: |Class name: GridRowSizeOption;
Method or attribute name: md?: Length,
New version information: ?Length|grid_row.d.ts| |Type changed|Class name: GridRowSizeOption;
Method or attribute name: lg?: Length,
Old version information: |Class name: GridRowSizeOption;
Method or attribute name: lg?: Length,
New version information: ?Length|grid_row.d.ts| |Type changed|Class name: GridRowSizeOption;
Method or attribute name: xl?: Length,
Old version information: |Class name: GridRowSizeOption;
Method or attribute name: xl?: Length,
New version information: ?Length|grid_row.d.ts| |Type changed|Class name: GridRowColumnOption;
Method or attribute name: xs?: number,
Old version information: |Class name: GridRowColumnOption;
Method or attribute name: xs?: number,
New version information: ?number|grid_row.d.ts| |Type changed|Class name: GridRowColumnOption;
Method or attribute name: sm?: number,
Old version information: |Class name: GridRowColumnOption;
Method or attribute name: sm?: number,
New version information: ?number|grid_row.d.ts| |Type changed|Class name: GridRowColumnOption;
Method or attribute name: md?: number,
Old version information: |Class name: GridRowColumnOption;
Method or attribute name: md?: number,
New version information: ?number|grid_row.d.ts| |Type changed|Class name: GridRowColumnOption;
Method or attribute name: lg?: number,
Old version information: |Class name: GridRowColumnOption;
Method or attribute name: lg?: number,
New version information: ?number|grid_row.d.ts| |Type changed|Class name: GridRowColumnOption;
Method or attribute name: xl?: number,
Old version information: |Class name: GridRowColumnOption;
Method or attribute name: xl?: number,
New version information: ?number|grid_row.d.ts| |Type changed|Class name: GutterOption;
Method or attribute name: x?: Length \| GridRowSizeOption,
Old version information: |Class name: GutterOption;
Method or attribute name: x?: Length \| GridRowSizeOption,
New version information: ?(Length \| GridRowSizeOption)|grid_row.d.ts| |Type changed|Class name: GutterOption;
Method or attribute name: y?: Length \| GridRowSizeOption
Old version information: |Class name: GutterOption;
Method or attribute name: y?: Length \| GridRowSizeOption
New version information: ?(Length \| GridRowSizeOption)|grid_row.d.ts| |Type changed|Class name: BreakPoints;
Method or attribute name: value?: Array\,
Old version information: |Class name: BreakPoints;
Method or attribute name: value?: Array\,
New version information: ?Array\|grid_row.d.ts| |Type changed|Class name: BreakPoints;
Method or attribute name: reference?: BreakpointsReference,
Old version information: |Class name: BreakPoints;
Method or attribute name: reference?: BreakpointsReference,
New version information: ?BreakpointsReference|grid_row.d.ts| |Type changed|Class name: GridRowOptions;
Method or attribute name: gutter?: Length \| GutterOption;
Old version information: |Class name: GridRowOptions;
Method or attribute name: gutter?: Length \| GutterOption;
New version information: ?(Length \| GutterOption)|grid_row.d.ts| |Type changed|Class name: GridRowOptions;
Method or attribute name: columns?: number \| GridRowColumnOption;
Old version information: |Class name: GridRowOptions;
Method or attribute name: columns?: number \| GridRowColumnOption;
New version information: ?(number \| GridRowColumnOption)|grid_row.d.ts| |Type changed|Class name: GridRowOptions;
Method or attribute name: breakpoints?: BreakPoints;
Old version information: |Class name: GridRowOptions;
Method or attribute name: breakpoints?: BreakPoints;
New version information: ?BreakPoints|grid_row.d.ts| |Type changed|Class name: GridRowOptions;
Method or attribute name: direction?: GridRowDirection;
Old version information: |Class name: GridRowOptions;
Method or attribute name: direction?: GridRowDirection;
New version information: ?GridRowDirection|grid_row.d.ts| |Type changed|Class name: ImageFrameInfo;
Method or attribute name: width?: number \| string;
Old version information: |Class name: ImageFrameInfo;
Method or attribute name: width?: number \| string;
New version information: ?(number \| string)|image_animator.d.ts| |Type changed|Class name: ImageFrameInfo;
Method or attribute name: height?: number \| string;
Old version information: |Class name: ImageFrameInfo;
Method or attribute name: height?: number \| string;
New version information: ?(number \| string)|image_animator.d.ts| |Type changed|Class name: ImageFrameInfo;
Method or attribute name: top?: number \| string;
Old version information: |Class name: ImageFrameInfo;
Method or attribute name: top?: number \| string;
New version information: ?(number \| string)|image_animator.d.ts| |Type changed|Class name: ImageFrameInfo;
Method or attribute name: left?: number \| string;
Old version information: |Class name: ImageFrameInfo;
Method or attribute name: left?: number \| string;
New version information: ?(number \| string)|image_animator.d.ts| |Type changed|Class name: ImageFrameInfo;
Method or attribute name: duration?: number;
Old version information: |Class name: ImageFrameInfo;
Method or attribute name: duration?: number;
New version information: ?number|image_animator.d.ts| |Type changed|Class name: ChainAnimationOptions;
Method or attribute name: conductivity?: number;
Old version information: number|Class name: ChainAnimationOptions;
Method or attribute name: conductivity?: number;
New version information: ?number|list.d.ts| |Type changed|Class name: ChainAnimationOptions;
Method or attribute name: intensity?: number;
Old version information: number|Class name: ChainAnimationOptions;
Method or attribute name: intensity?: number;
New version information: ?number|list.d.ts| |Type changed|Class name: ChainAnimationOptions;
Method or attribute name: edgeEffect?: ChainEdgeEffect;
Old version information: ChainEdgeEffect|Class name: ChainAnimationOptions;
Method or attribute name: edgeEffect?: ChainEdgeEffect;
New version information: ?ChainEdgeEffect|list.d.ts| |Type changed|Class name: SwipeActionOptions;
Method or attribute name: start?: CustomBuilder \| SwipeActionItem;
Old version information: |Class name: SwipeActionOptions;
Method or attribute name: start?: CustomBuilder \| SwipeActionItem;
New version information: ?(CustomBuilder \| SwipeActionItem)|list_item.d.ts| |Type changed|Class name: SwipeActionOptions;
Method or attribute name: end?: CustomBuilder \| SwipeActionItem;
Old version information: |Class name: SwipeActionOptions;
Method or attribute name: end?: CustomBuilder \| SwipeActionItem;
New version information: ?(CustomBuilder \| SwipeActionItem)|list_item.d.ts| |Type changed|Class name: SwipeActionOptions;
Method or attribute name: edgeEffect?: SwipeEdgeEffect;
Old version information: |Class name: SwipeActionOptions;
Method or attribute name: edgeEffect?: SwipeEdgeEffect;
New version information: ?SwipeEdgeEffect|list_item.d.ts| |Type changed|Class name: ListItemGroupOptions;
Method or attribute name: header?: CustomBuilder;
Old version information: |Class name: ListItemGroupOptions;
Method or attribute name: header?: CustomBuilder;
New version information: ?CustomBuilder|list_item_group.d.ts| |Type changed|Class name: ListItemGroupOptions;
Method or attribute name: footer?: CustomBuilder;
Old version information: |Class name: ListItemGroupOptions;
Method or attribute name: footer?: CustomBuilder;
New version information: ?CustomBuilder|list_item_group.d.ts| |Type changed|Class name: ListItemGroupOptions;
Method or attribute name: space?: number \| string;
Old version information: |Class name: ListItemGroupOptions;
Method or attribute name: space?: number \| string;
New version information: ?(number \| string)|list_item_group.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|matrix2d.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|matrix2d.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|matrix2d.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|matrix2d.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|matrix2d.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|matrix2d.d.ts| |Type changed|Class name: MenuItemOptions;
Method or attribute name: startIcon?: ResourceStr;
Old version information: |Class name: MenuItemOptions;
Method or attribute name: startIcon?: ResourceStr;
New version information: ?ResourceStr|menu_item.d.ts| |Type changed|Class name: MenuItemOptions;
Method or attribute name: content?: ResourceStr;
Old version information: |Class name: MenuItemOptions;
Method or attribute name: content?: ResourceStr;
New version information: ?ResourceStr|menu_item.d.ts| |Type changed|Class name: MenuItemOptions;
Method or attribute name: endIcon?: ResourceStr;
Old version information: |Class name: MenuItemOptions;
Method or attribute name: endIcon?: ResourceStr;
New version information: ?ResourceStr|menu_item.d.ts| |Type changed|Class name: MenuItemOptions;
Method or attribute name: labelInfo?: ResourceStr;
Old version information: |Class name: MenuItemOptions;
Method or attribute name: labelInfo?: ResourceStr;
New version information: ?ResourceStr|menu_item.d.ts| |Type changed|Class name: MenuItemOptions;
Method or attribute name: builder?: CustomBuilder;
Old version information: |Class name: MenuItemOptions;
Method or attribute name: builder?: CustomBuilder;
New version information: ?CustomBuilder|menu_item.d.ts| |Type changed|Class name: MenuItemGroupOptions;
Method or attribute name: header?: ResourceStr \| CustomBuilder;
Old version information: |Class name: MenuItemGroupOptions;
Method or attribute name: header?: ResourceStr \| CustomBuilder;
New version information: ?(ResourceStr \| CustomBuilder)|menu_item_group.d.ts| |Type changed|Class name: MenuItemGroupOptions;
Method or attribute name: footer?: ResourceStr \| CustomBuilder;
Old version information: |Class name: MenuItemGroupOptions;
Method or attribute name: footer?: ResourceStr \| CustomBuilder;
New version information: ?(ResourceStr \| CustomBuilder)|menu_item_group.d.ts| |Type changed|Class name: NavigationCommonTitle;
Method or attribute name: main: string;
Old version information: |Class name: NavigationCommonTitle;
Method or attribute name: main: string;
New version information: string|navigation.d.ts| |Type changed|Class name: NavigationCommonTitle;
Method or attribute name: sub: string;
Old version information: |Class name: NavigationCommonTitle;
Method or attribute name: sub: string;
New version information: string|navigation.d.ts| |Type changed|Class name: NavigationCustomTitle;
Method or attribute name: builder: CustomBuilder;
Old version information: |Class name: NavigationCustomTitle;
Method or attribute name: builder: CustomBuilder;
New version information: CustomBuilder|navigation.d.ts| |Type changed|Class name: NavigationCustomTitle;
Method or attribute name: height: TitleHeight \| Length;
Old version information: |Class name: NavigationCustomTitle;
Method or attribute name: height: TitleHeight \| Length;
New version information: TitleHeight \| Length|navigation.d.ts| |Type changed|Class name: NavigationMenuItem;
Method or attribute name: value: string;
Old version information: |Class name: NavigationMenuItem;
Method or attribute name: value: string;
New version information: string|navigation.d.ts| |Type changed|Class name: NavigationMenuItem;
Method or attribute name: icon?: string;
Old version information: |Class name: NavigationMenuItem;
Method or attribute name: icon?: string;
New version information: ?string|navigation.d.ts| |Type changed|Class name: NavigationMenuItem;
Method or attribute name: action?: () => void;
Old version information: |Class name: NavigationMenuItem;
Method or attribute name: action?: () => void;
New version information: ?(() => void)|navigation.d.ts| |Type changed|Class name: NavPathInfo;
Method or attribute name: param?: unknown;
Old version information: unknown|Class name: NavPathInfo;
Method or attribute name: param?: unknown;
New version information: ?unknown|navigation.d.ts| |Type changed|Class name: NavigationAttribute;
Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
Old version information: (ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle)|Class name: NavigationAttribute;
Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
New version information: |navigation.d.ts| |Type changed|Class name: NavDestinationCommonTitle;
Method or attribute name: main: string;
Old version information: |Class name: NavDestinationCommonTitle;
Method or attribute name: main: string;
New version information: string|nav_destination.d.ts| |Type changed|Class name: NavDestinationCommonTitle;
Method or attribute name: sub: string;
Old version information: |Class name: NavDestinationCommonTitle;
Method or attribute name: sub: string;
New version information: string|nav_destination.d.ts| |Type changed|Class name: NavDestinationCustomTitle;
Method or attribute name: builder: CustomBuilder;
Old version information: |Class name: NavDestinationCustomTitle;
Method or attribute name: builder: CustomBuilder;
New version information: CustomBuilder|nav_destination.d.ts| |Type changed|Class name: NavDestinationCustomTitle;
Method or attribute name: height: TitleHeight \| Length;
Old version information: |Class name: NavDestinationCustomTitle;
Method or attribute name: height: TitleHeight \| Length;
New version information: TitleHeight \| Length|nav_destination.d.ts| |Type changed|Class name: RouteInfo;
Method or attribute name: param?: unknown;
Old version information: unknown|Class name: RouteInfo;
Method or attribute name: param?: unknown;
New version information: ?unknown|nav_router.d.ts| |Type changed|Class name: PluginComponentTemplate;
Method or attribute name: source: string;
Old version information: |Class name: PluginComponentTemplate;
Method or attribute name: source: string;
New version information: string|plugin_component.d.ts| |Type changed|Class name: PluginComponentTemplate;
Method or attribute name: bundleName: string;
Old version information: |Class name: PluginComponentTemplate;
Method or attribute name: bundleName: string;
New version information: string|plugin_component.d.ts| |Type changed|Class name: ProgressOptions;
Method or attribute name: value: number;
Old version information: |Class name: ProgressOptions;
Method or attribute name: value: number;
New version information: number|progress.d.ts| |Type changed|Class name: ProgressOptions;
Method or attribute name: total?: number;
Old version information: |Class name: ProgressOptions;
Method or attribute name: total?: number;
New version information: ?number|progress.d.ts| |Type changed|Class name: ProgressOptions;
Method or attribute name: style?: ProgressStyle
Old version information: |Class name: ProgressOptions;
Method or attribute name: style?: ProgressStyle
New version information: ?ProgressStyle|progress.d.ts| |Type changed|Class name: ProgressOptions;
Method or attribute name: type?: Type
Old version information: |Class name: ProgressOptions;
Method or attribute name: type?: Type
New version information: ?Type|progress.d.ts| |Type changed|Class name: ProgressStyleOptions;
Method or attribute name: strokeWidth?: Length;
Old version information: |Class name: ProgressStyleOptions;
Method or attribute name: strokeWidth?: Length;
New version information: ?Length|progress.d.ts| |Type changed|Class name: ProgressStyleOptions;
Method or attribute name: scaleCount?: number;
Old version information: |Class name: ProgressStyleOptions;
Method or attribute name: scaleCount?: number;
New version information: ?number|progress.d.ts| |Type changed|Class name: ProgressStyleOptions;
Method or attribute name: scaleWidth?: Length;
Old version information: |Class name: ProgressStyleOptions;
Method or attribute name: scaleWidth?: Length;
New version information: ?Length|progress.d.ts| |Type changed|Class name: RadioOptions;
Method or attribute name: group: string;
Old version information: |Class name: RadioOptions;
Method or attribute name: group: string;
New version information: string|radio.d.ts| |Type changed|Class name: RadioOptions;
Method or attribute name: value: string;
Old version information: |Class name: RadioOptions;
Method or attribute name: value: string;
New version information: string|radio.d.ts| |Type changed|Class name: RadioStyle;
Method or attribute name: checkedBackgroundColor?: ResourceColor;
Old version information: ResourceColor|Class name: RadioStyle;
Method or attribute name: checkedBackgroundColor?: ResourceColor;
New version information: ?ResourceColor|radio.d.ts| |Type changed|Class name: RadioStyle;
Method or attribute name: uncheckedBorderColor?: ResourceColor;
Old version information: ResourceColor|Class name: RadioStyle;
Method or attribute name: uncheckedBorderColor?: ResourceColor;
New version information: ?ResourceColor|radio.d.ts| |Type changed|Class name: RadioStyle;
Method or attribute name: indicatorColor?: ResourceColor;
Old version information: ResourceColor|Class name: RadioStyle;
Method or attribute name: indicatorColor?: ResourceColor;
New version information: ?ResourceColor|radio.d.ts| |Type changed|Class name: RefreshOptions;
Method or attribute name: offset?: number \| string;
Old version information: number \| string|Class name: RefreshOptions;
Method or attribute name: offset?: number \| string;
New version information: ?(number \| string)|refresh.d.ts| |Type changed|Class name: RefreshOptions;
Method or attribute name: friction?: number \| string;
Old version information: number \| string|Class name: RefreshOptions;
Method or attribute name: friction?: number \| string;
New version information: ?(number \| string)|refresh.d.ts| |Type changed|Class name: RefreshOptions;
Method or attribute name: builder?: CustomBuilder;
Old version information: CustomBuilder|Class name: RefreshOptions;
Method or attribute name: builder?: CustomBuilder;
New version information: ?CustomBuilder|refresh.d.ts| |Type 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: number|remote_window.d.ts| |Type 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: number|remote_window.d.ts| |Type 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: number|remote_window.d.ts| |Type 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: number|remote_window.d.ts| |Type 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: number|remote_window.d.ts| |Type 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: string|remote_window.d.ts| |Type 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: string|remote_window.d.ts| |Type 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: RRect|remote_window.d.ts| |Type 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: number|remote_window.d.ts| |Type changed|Class name: ScrollBarOptions;
Method or attribute name: scroller: Scroller;
Old version information: |Class name: ScrollBarOptions;
Method or attribute name: scroller: Scroller;
New version information: Scroller|scroll_bar.d.ts| |Type changed|Class name: ScrollBarOptions;
Method or attribute name: direction?: ScrollBarDirection;
Old version information: |Class name: ScrollBarOptions;
Method or attribute name: direction?: ScrollBarDirection;
New version information: ?ScrollBarDirection|scroll_bar.d.ts| |Type changed|Class name: ScrollBarOptions;
Method or attribute name: state?: BarState;
Old version information: |Class name: ScrollBarOptions;
Method or attribute name: state?: BarState;
New version information: ?BarState|scroll_bar.d.ts| |Type changed|Class name: IconOptions;
Method or attribute name: size?: Length;
Old version information: Length|Class name: IconOptions;
Method or attribute name: size?: Length;
New version information: ?Length|search.d.ts| |Type changed|Class name: IconOptions;
Method or attribute name: color?: ResourceColor;
Old version information: ResourceColor|Class name: IconOptions;
Method or attribute name: color?: ResourceColor;
New version information: ?ResourceColor|search.d.ts| |Type changed|Class name: CaretStyle;
Method or attribute name: color?: ResourceColor,
Old version information: ResourceColor|Class name: CaretStyle;
Method or attribute name: color?: ResourceColor,
New version information: ?ResourceColor|search.d.ts| |Type changed|Class name: IconOptions;
Method or attribute name: src?: ResourceStr;
Old version information: ResourceStr|Class name: IconOptions;
Method or attribute name: src?: ResourceStr;
New version information: ?ResourceStr|search.d.ts| |Type changed|Class name: CaretStyle;
Method or attribute name: width?: Length,
Old version information: Length|Class name: CaretStyle;
Method or attribute name: width?: Length,
New version information: ?Length|search.d.ts| |Type changed|Class name: SelectOption;
Method or attribute name: value: ResourceStr;
Old version information: |Class name: SelectOption;
Method or attribute name: value: ResourceStr;
New version information: ResourceStr|select.d.ts| |Type changed|Class name: SelectOption;
Method or attribute name: icon?: ResourceStr;
Old version information: |Class name: SelectOption;
Method or attribute name: icon?: ResourceStr;
New version information: ResourceStr|select.d.ts| |Type changed|Class name: ButtonStyle;
Method or attribute name: left?: number;
Old version information: |Class name: ButtonStyle;
Method or attribute name: left?: number;
New version information: ?number|sidebar.d.ts| |Type changed|Class name: ButtonStyle;
Method or attribute name: top?: number;
Old version information: |Class name: ButtonStyle;
Method or attribute name: top?: number;
New version information: ?number|sidebar.d.ts| |Type changed|Class name: ButtonStyle;
Method or attribute name: width?: number;
Old version information: |Class name: ButtonStyle;
Method or attribute name: width?: number;
New version information: ?number|sidebar.d.ts| |Type changed|Class name: ButtonStyle;
Method or attribute name: height?: number;
Old version information: |Class name: ButtonStyle;
Method or attribute name: height?: number;
New version information: ?number|sidebar.d.ts| |Type changed|Class name: DividerStyle;
Method or attribute name: color?: ResourceColor;
Old version information: ResourceColor|Class name: DividerStyle;
Method or attribute name: color?: ResourceColor;
New version information: ?ResourceColor|sidebar.d.ts| |Type changed|Class name: DividerStyle;
Method or attribute name: startMargin?: Length;
Old version information: Length|Class name: DividerStyle;
Method or attribute name: startMargin?: Length;
New version information: ?Length|sidebar.d.ts| |Type changed|Class name: DividerStyle;
Method or attribute name: endMargin?: Length;
Old version information: Length|Class name: DividerStyle;
Method or attribute name: endMargin?: Length;
New version information: ?Length|sidebar.d.ts| |Type changed|Class name: SliderOptions;
Method or attribute name: value?: number;
Old version information: |Class name: SliderOptions;
Method or attribute name: value?: number;
New version information: ?number|slider.d.ts| |Type changed|Class name: SliderOptions;
Method or attribute name: min?: number;
Old version information: |Class name: SliderOptions;
Method or attribute name: min?: number;
New version information: ?number|slider.d.ts| |Type changed|Class name: SliderOptions;
Method or attribute name: max?: number;
Old version information: |Class name: SliderOptions;
Method or attribute name: max?: number;
New version information: ?number|slider.d.ts| |Type changed|Class name: SliderOptions;
Method or attribute name: step?: number;
Old version information: |Class name: SliderOptions;
Method or attribute name: step?: number;
New version information: ?number|slider.d.ts| |Type changed|Class name: SliderOptions;
Method or attribute name: style?: SliderStyle;
Old version information: |Class name: SliderOptions;
Method or attribute name: style?: SliderStyle;
New version information: ?SliderStyle|slider.d.ts| |Type changed|Class name: SliderOptions;
Method or attribute name: direction?: Axis;
Old version information: |Class name: SliderOptions;
Method or attribute name: direction?: Axis;
New version information: ?Axis|slider.d.ts| |Type changed|Class name: SliderOptions;
Method or attribute name: reverse?: boolean;
Old version information: |Class name: SliderOptions;
Method or attribute name: reverse?: boolean;
New version information: ?boolean|slider.d.ts| |Type changed|Class name: SliderBlockStyle;
Method or attribute name: image?: ResourceStr;
Old version information: ResourceStr|Class name: SliderBlockStyle;
Method or attribute name: image?: ResourceStr;
New version information: ?ResourceStr|slider.d.ts| |Type changed|Class name: SliderBlockStyle;
Method or attribute name: shape?: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute;
Old version information: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute|Class name: SliderBlockStyle;
Method or attribute name: shape?: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute;
New version information: ?(CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute)|slider.d.ts| |Type 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: ?Length|swiper.d.ts| |Type 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: ?Length|swiper.d.ts| |Type 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: ?Length|swiper.d.ts| |Type 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: ?Length|swiper.d.ts| |Type 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: ?Length|swiper.d.ts| |Type 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: ?boolean|swiper.d.ts| |Type 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: ?ResourceColor|swiper.d.ts| |Type 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: ?ResourceColor|swiper.d.ts| |Type changed|Class name: IndicatorStyle;
Method or attribute name: height?: Length;
Old version information: Length|Class name: IndicatorStyle;
Method or attribute name: height?: Length;
New version information: ?Length|tab_content.d.ts| |Type changed|Class name: IndicatorStyle;
Method or attribute name: width?: Length;
Old version information: Length|Class name: IndicatorStyle;
Method or attribute name: width?: Length;
New version information: ?Length|tab_content.d.ts| |Type changed|Class name: IndicatorStyle;
Method or attribute name: borderRadius?: Length;
Old version information: Length|Class name: IndicatorStyle;
Method or attribute name: borderRadius?: Length;
New version information: ?Length|tab_content.d.ts| |Type changed|Class name: BoardStyle;
Method or attribute name: borderRadius?: Length;
Old version information: Length|Class name: BoardStyle;
Method or attribute name: borderRadius?: Length;
New version information: ?Length|tab_content.d.ts| |Type changed|Class name: IndicatorStyle;
Method or attribute name: marginTop?: Length;
Old version information: Length|Class name: IndicatorStyle;
Method or attribute name: marginTop?: Length;
New version information: ?Length|tab_content.d.ts| |Type changed|Class name: SwiperAttribute;
Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;
Old version information: ?(Curve \| string \| ICurve)|Class name: SwiperAttribute;
Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;
New version information: |swiper.d.ts| |Type changed|Class name: TextAttribute;
Method or attribute name: draggable(value: boolean): TextAttribute;
Old version information: |Class name: TextAttribute;
Method or attribute name: draggable(value: boolean): TextAttribute;
New version information: |text.d.ts| |Type changed|Class name: TextAreaOptions;
Method or attribute name: placeholder?: ResourceStr;
Old version information: |Class name: TextAreaOptions;
Method or attribute name: placeholder?: ResourceStr;
New version information: ?ResourceStr|text_area.d.ts| |Type changed|Class name: TextAreaOptions;
Method or attribute name: text?: ResourceStr;
Old version information: |Class name: TextAreaOptions;
Method or attribute name: text?: ResourceStr;
New version information: ?ResourceStr|text_area.d.ts| |Type changed|Class name: TextAreaOptions;
Method or attribute name: controller?: TextAreaController;
Old version information: |Class name: TextAreaOptions;
Method or attribute name: controller?: TextAreaController;
New version information: ?TextAreaController|text_area.d.ts| |Type changed|Class name: TextInputOptions;
Method or attribute name: placeholder?: ResourceStr;
Old version information: |Class name: TextInputOptions;
Method or attribute name: placeholder?: ResourceStr;
New version information: ?ResourceStr|text_input.d.ts| |Type changed|Class name: TextInputOptions;
Method or attribute name: text?: ResourceStr;
Old version information: |Class name: TextInputOptions;
Method or attribute name: text?: ResourceStr;
New version information: ?ResourceStr|text_input.d.ts| |Type changed|Class name: TextInputOptions;
Method or attribute name: controller?: TextInputController;
Old version information: |Class name: TextInputOptions;
Method or attribute name: controller?: TextInputController;
New version information: ?TextInputController|text_input.d.ts| |Type changed|Class name: TextPickerRangeContent;
Method or attribute name: text?: string \| Resource;
Old version information: string \| Resource|Class name: TextPickerRangeContent;
Method or attribute name: text?: string \| Resource;
New version information: ?(string \| Resource)|text_picker.d.ts| |Type changed|Class name: TextPickerOptions;
Method or attribute name: range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];
Old version information: string[] \| Resource \| TextPickerRangeContent[]|Class name: TextPickerOptions;
Method or attribute name: range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];
New version information: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[]|text_picker.d.ts| |Type changed|Class name: TextPickerOptions;
Method or attribute name: value?: string \| string[];
Old version information: string|Class name: TextPickerOptions;
Method or attribute name: value?: string \| string[];
New version information: ?(string \| string[])|text_picker.d.ts| |Type changed|Class name: TextPickerOptions;
Method or attribute name: selected?: number \| number[];
Old version information: |Class name: TextPickerOptions;
Method or attribute name: selected?: number \| number[];
New version information: ?(number \| number[])|text_picker.d.ts| |Type changed|Class name: TextPickerResult;
Method or attribute name: value: string \| string[];
Old version information: string|Class name: TextPickerResult;
Method or attribute name: value: string \| string[];
New version information: string \| string[]|text_picker.d.ts| |Type changed|Class name: TextPickerResult;
Method or attribute name: index: number \| number[];
Old version information: |Class name: TextPickerResult;
Method or attribute name: index: number \| number[];
New version information: number \| number[]|text_picker.d.ts| |Type changed|Class name: TextPickerDialogOptions;
Method or attribute name: defaultPickerItemHeight?: number \| string;
Old version information: |Class name: TextPickerDialogOptions;
Method or attribute name: defaultPickerItemHeight?: number \| string;
New version information: number \| string|text_picker.d.ts| |Type changed|Class name: TextPickerDialogOptions;
Method or attribute name: disappearTextStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: TextPickerDialogOptions;
Method or attribute name: disappearTextStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|text_picker.d.ts| |Type changed|Class name: TextPickerDialogOptions;
Method or attribute name: textStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: TextPickerDialogOptions;
Method or attribute name: textStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|text_picker.d.ts| |Type changed|Class name: TextPickerDialogOptions;
Method or attribute name: selectedTextStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: TextPickerDialogOptions;
Method or attribute name: selectedTextStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|text_picker.d.ts| |Type changed|Class name: TextPickerDialogOptions;
Method or attribute name: onAccept?: (value: TextPickerResult) => void;
Old version information: |Class name: TextPickerDialogOptions;
Method or attribute name: onAccept?: (value: TextPickerResult) => void;
New version information: ?((value: TextPickerResult) => void)|text_picker.d.ts| |Type changed|Class name: TextPickerDialogOptions;
Method or attribute name: onCancel?: () => void;
Old version information: |Class name: TextPickerDialogOptions;
Method or attribute name: onCancel?: () => void;
New version information: ?(() => void)|text_picker.d.ts| |Type changed|Class name: TextPickerDialogOptions;
Method or attribute name: onChange?: (value: TextPickerResult) => void;
Old version information: |Class name: TextPickerDialogOptions;
Method or attribute name: onChange?: (value: TextPickerResult) => void;
New version information: ?((value: TextPickerResult) => void)|text_picker.d.ts| |Type changed|Class name: TextTimerOptions;
Method or attribute name: isCountDown?: boolean;
Old version information: |Class name: TextTimerOptions;
Method or attribute name: isCountDown?: boolean;
New version information: ?boolean|text_timer.d.ts| |Type changed|Class name: TextTimerOptions;
Method or attribute name: count?: number;
Old version information: |Class name: TextTimerOptions;
Method or attribute name: count?: number;
New version information: ?number|text_timer.d.ts| |Type changed|Class name: TextTimerOptions;
Method or attribute name: controller?: TextTimerController;
Old version information: |Class name: TextTimerOptions;
Method or attribute name: controller?: TextTimerController;
New version information: ?TextTimerController|text_timer.d.ts| |Type changed|Class name: TimePickerResult;
Method or attribute name: hour?: number;
Old version information: |Class name: TimePickerResult;
Method or attribute name: hour?: number;
New version information: ?number|time_picker.d.ts| |Type changed|Class name: TimePickerResult;
Method or attribute name: minute?: number;
Old version information: |Class name: TimePickerResult;
Method or attribute name: minute?: number;
New version information: ?number|time_picker.d.ts| |Type changed|Class name: TimePickerOptions;
Method or attribute name: selected?: Date;
Old version information: |Class name: TimePickerOptions;
Method or attribute name: selected?: Date;
New version information: ?Date|time_picker.d.ts| |Type changed|Class name: TimePickerDialogOptions;
Method or attribute name: useMilitaryTime?: boolean;
Old version information: |Class name: TimePickerDialogOptions;
Method or attribute name: useMilitaryTime?: boolean;
New version information: ?boolean|time_picker.d.ts| |Type changed|Class name: TimePickerDialogOptions;
Method or attribute name: disappearTextStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: TimePickerDialogOptions;
Method or attribute name: disappearTextStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|time_picker.d.ts| |Type changed|Class name: TimePickerDialogOptions;
Method or attribute name: textStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: TimePickerDialogOptions;
Method or attribute name: textStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|time_picker.d.ts| |Type changed|Class name: TimePickerDialogOptions;
Method or attribute name: selectedTextStyle?: PickerTextStyle;
Old version information: PickerTextStyle|Class name: TimePickerDialogOptions;
Method or attribute name: selectedTextStyle?: PickerTextStyle;
New version information: ?PickerTextStyle|time_picker.d.ts| |Type changed|Class name: TimePickerDialogOptions;
Method or attribute name: onAccept?: (value: TimePickerResult) => void;
Old version information: |Class name: TimePickerDialogOptions;
Method or attribute name: onAccept?: (value: TimePickerResult) => void;
New version information: ?((value: TimePickerResult) => void)|time_picker.d.ts| |Type changed|Class name: TimePickerDialogOptions;
Method or attribute name: onCancel?: () => void;
Old version information: |Class name: TimePickerDialogOptions;
Method or attribute name: onCancel?: () => void;
New version information: ?(() => void)|time_picker.d.ts| |Type changed|Class name: TimePickerDialogOptions;
Method or attribute name: onChange?: (value: TimePickerResult) => void;
Old version information: |Class name: TimePickerDialogOptions;
Method or attribute name: onChange?: (value: TimePickerResult) => void;
New version information: ?((value: TimePickerResult) => void)|time_picker.d.ts| |Type changed|Class name: Resource;
Method or attribute name: readonly id: number;
Old version information: |Class name: Resource;
Method or attribute name: readonly id: number;
New version information: number|units.d.ts| |Type changed|Class name: Resource;
Method or attribute name: readonly type: number;
Old version information: |Class name: Resource;
Method or attribute name: readonly type: number;
New version information: number|units.d.ts| |Type changed|Class name: Resource;
Method or attribute name: readonly params?: any[];
Old version information: |Class name: Resource;
Method or attribute name: readonly params?: any[];
New version information: ?any[]|units.d.ts| |Type changed|Class name: Resource;
Method or attribute name: readonly bundleName: string;
Old version information: |Class name: Resource;
Method or attribute name: readonly bundleName: string;
New version information: string|units.d.ts| |Type changed|Class name: Resource;
Method or attribute name: readonly moduleName: string;
Old version information: |Class name: Resource;
Method or attribute name: readonly moduleName: string;
New version information: string|units.d.ts| |Type changed|Class name: Font;
Method or attribute name: size?: Length;
Old version information: |Class name: Font;
Method or attribute name: size?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: MarkStyle;
Method or attribute name: size?: Length;
Old version information: Length|Class name: MarkStyle;
Method or attribute name: size?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: Font;
Method or attribute name: weight?: FontWeight \| number \| string;
Old version information: |Class name: Font;
Method or attribute name: weight?: FontWeight \| number \| string;
New version information: ?(FontWeight \| number \| string)|units.d.ts| |Type changed|Class name: Font;
Method or attribute name: family?: string \| Resource;
Old version information: |Class name: Font;
Method or attribute name: family?: string \| Resource;
New version information: ?(string \| Resource)|units.d.ts| |Type changed|Class name: Font;
Method or attribute name: style?: FontStyle;
Old version information: |Class name: Font;
Method or attribute name: style?: FontStyle;
New version information: ?FontStyle|units.d.ts| |Type changed|Class name: Area;
Method or attribute name: width: Length;
Old version information: |Class name: Area;
Method or attribute name: width: Length;
New version information: Length|units.d.ts| |Type changed|Class name: Area;
Method or attribute name: height: Length;
Old version information: |Class name: Area;
Method or attribute name: height: Length;
New version information: Length|units.d.ts| |Type changed|Class name: Area;
Method or attribute name: position: Position;
Old version information: |Class name: Area;
Method or attribute name: position: Position;
New version information: Position|units.d.ts| |Type changed|Class name: Area;
Method or attribute name: globalPosition: Position;
Old version information: |Class name: Area;
Method or attribute name: globalPosition: Position;
New version information: Position|units.d.ts| |Type changed|Class name: Position;
Method or attribute name: x?: Length;
Old version information: |Class name: Position;
Method or attribute name: x?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: Position;
Method or attribute name: y?: Length;
Old version information: |Class name: Position;
Method or attribute name: y?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: ConstraintSizeOptions;
Method or attribute name: minWidth?: Length;
Old version information: |Class name: ConstraintSizeOptions;
Method or attribute name: minWidth?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: ConstraintSizeOptions;
Method or attribute name: maxWidth?: Length;
Old version information: |Class name: ConstraintSizeOptions;
Method or attribute name: maxWidth?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: ConstraintSizeOptions;
Method or attribute name: minHeight?: Length;
Old version information: |Class name: ConstraintSizeOptions;
Method or attribute name: minHeight?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: ConstraintSizeOptions;
Method or attribute name: maxHeight?: Length;
Old version information: |Class name: ConstraintSizeOptions;
Method or attribute name: maxHeight?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: SizeOptions;
Method or attribute name: width?: Length;
Old version information: |Class name: SizeOptions;
Method or attribute name: width?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: SizeOptions;
Method or attribute name: height?: Length;
Old version information: |Class name: SizeOptions;
Method or attribute name: height?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: BorderOptions;
Method or attribute name: width?: EdgeWidths \| Length;
Old version information: EdgeWidths \| Length|Class name: BorderOptions;
Method or attribute name: width?: EdgeWidths \| Length;
New version information: ?(EdgeWidths \| Length)|units.d.ts| |Type changed|Class name: BorderOptions;
Method or attribute name: color?: EdgeColors \| ResourceColor;
Old version information: EdgeColors \| ResourceColor|Class name: BorderOptions;
Method or attribute name: color?: EdgeColors \| ResourceColor;
New version information: ?(EdgeColors \| ResourceColor)|units.d.ts| |Type changed|Class name: BorderOptions;
Method or attribute name: radius?: BorderRadiuses \| Length;
Old version information: BorderRadiuses \| Length|Class name: BorderOptions;
Method or attribute name: radius?: BorderRadiuses \| Length;
New version information: ?(BorderRadiuses \| Length)|units.d.ts| |Type changed|Class name: BorderOptions;
Method or attribute name: style?: EdgeStyles \| BorderStyle;
Old version information: EdgeStyles \| BorderStyle|Class name: BorderOptions;
Method or attribute name: style?: EdgeStyles \| BorderStyle;
New version information: ?(EdgeStyles \| BorderStyle)|units.d.ts| |Type changed|Class name: MarkStyle;
Method or attribute name: strokeColor?: ResourceColor;
Old version information: ResourceColor|Class name: MarkStyle;
Method or attribute name: strokeColor?: ResourceColor;
New version information: ?ResourceColor|units.d.ts| |Type changed|Class name: MarkStyle;
Method or attribute name: strokeWidth?: Length;
Old version information: Length|Class name: MarkStyle;
Method or attribute name: strokeWidth?: Length;
New version information: ?Length|units.d.ts| |Type changed|Class name: VideoOptions;
Method or attribute name: src?: string \| Resource;
Old version information: |Class name: VideoOptions;
Method or attribute name: src?: string \| Resource;
New version information: ?(string \| Resource)|video.d.ts| |Type changed|Class name: VideoOptions;
Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;
Old version information: |Class name: VideoOptions;
Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;
New version information: ?(number \| string \| PlaybackSpeed)|video.d.ts| |Type changed|Class name: VideoOptions;
Method or attribute name: previewUri?: string \| PixelMap \| Resource;
Old version information: |Class name: VideoOptions;
Method or attribute name: previewUri?: string \| PixelMap \| Resource;
New version information: ?(string \| PixelMap \| Resource)|video.d.ts| |Type changed|Class name: VideoOptions;
Method or attribute name: controller?: VideoController;
Old version information: |Class name: VideoOptions;
Method or attribute name: controller?: VideoController;
New version information: ?VideoController|video.d.ts| |Type changed|Class name: WaterFlowOptions;
Method or attribute name: footer?: CustomBuilder;
Old version information: |Class name: WaterFlowOptions;
Method or attribute name: footer?: CustomBuilder;
New version information: ?CustomBuilder|water_flow.d.ts| |Type changed|Class name: WaterFlowOptions;
Method or attribute name: scroller?: Scroller;
Old version information: |Class name: WaterFlowOptions;
Method or attribute name: scroller?: Scroller;
New version information: ?Scroller|water_flow.d.ts| |Type changed|Class name: WebMediaOptions;
Method or attribute name: resumeInterval?: number;
Old version information: |Class name: WebMediaOptions;
Method or attribute name: resumeInterval?: number;
New version information: ?number|web.d.ts| |Type changed|Class name: WebMediaOptions;
Method or attribute name: audioExclusive?: boolean;
Old version information: |Class name: WebMediaOptions;
Method or attribute name: audioExclusive?: boolean;
New version information: ?boolean|web.d.ts| |Type changed|Class name: Header;
Method or attribute name: headerKey: string;
Old version information: |Class name: Header;
Method or attribute name: headerKey: string;
New version information: string|web.d.ts| |Type changed|Class name: Header;
Method or attribute name: headerValue: string;
Old version information: |Class name: Header;
Method or attribute name: headerValue: string;
New version information: string|web.d.ts| |Type changed|Class name: WebOptions;
Method or attribute name: src: string \| Resource;
Old version information: |Class name: WebOptions;
Method or attribute name: src: string \| Resource;
New version information: string \| Resource|web.d.ts| |Type changed|Class name: WebOptions;
Method or attribute name: controller: WebController \| WebviewController;
Old version information: (WebController \| WebviewController)|Class name: WebOptions;
Method or attribute name: controller: WebController \| WebviewController;
New version information: WebController \| WebviewController|web.d.ts| |Type changed|Class name: WebAttribute;
Method or attribute name: javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array\,
controller: WebController \| WebviewController }): WebAttribute;
Old version information: controller : WebController \| WebviewController|Class name: WebAttribute;
Method or attribute name: javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array\,
controller: WebController \| WebviewController }): WebAttribute;
New version information: |web.d.ts| |Function changed|Class name: FontOptions;
Method or attribute name: familyName: string;|Class name: FontOptions;
Method or attribute name: familyName: string \| Resource;|@ohos.font.d.ts| |Function changed|Class name: FontOptions;
Method or attribute name: familySrc: string;|Class name: FontOptions;
Method or attribute name: familySrc: string \| Resource;|@ohos.font.d.ts| |Widget application support changed|Class name: ClickEvent;
Method or attribute name: screenX: number;
Old version information: form|Class name: ClickEvent;
Method or attribute name: screenX: number;
New version information: |common.d.ts| |Widget application support changed|Class name: ClickEvent;
Method or attribute name: screenY: number;
Old version information: form|Class name: ClickEvent;
Method or attribute name: screenY: number;
New version information: |common.d.ts| |Widget application support changed|Class name: TextAttribute;
Method or attribute name: textShadow(value: ShadowOptions): TextAttribute;
Old version information: |Class name: TextAttribute;
Method or attribute name: textShadow(value: ShadowOptions): TextAttribute;
New version information: form|text.d.ts|